33aee0831c31d2742a005dd8de99f1812e895800
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2
3 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4 (top level): Call test_watchpoint_in_big_blob.
5 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6 watchpoints.
7 (func3): Write to buf.
8
9 2009-12-29 Stan Shebs <stan@codesourcery.com>
10
11 * gdb.trace/actions.exp: Test default-collect.
12
13 2009-12-28 Stan Shebs <stan@codesourcery.com>
14
15 * gdb.trace/tsv.exp: New file.
16 * gdb.base/completion.exp: Update ambiguous info output.
17
18 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
19
20 * gdb.base/find.c (main): Reference search buffers.
21 * gdb.base/included.c (main): Reference integer.
22 * gdb.base/ptype.c (charfoo): Declare.
23 (intfoo): Call charfoo.
24 * gdb.base/scope0.c (useitp): New function.
25 (usestatics): Use useitp.
26 (useit): Add a type for val.
27 * gdb.base/scope1.c (useit1): Take a pointer argument.
28 (usestatics1): Update calls to useit1.
29 * gdb.cp/call-c.cc: Declare foo.
30 (main): Call foo.
31 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
32 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
33 (main): Call C::ensureRefs and ensureOtherRefs.
34 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
35 variables.
36 (ensureOtherRefs): New function.
37 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
38 * gdb.cp/templates.cc (main): Call t5i.value.
39
40 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
41
42 Fix compatibility with G++-4.5.
43 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
44 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
45 (uncaught return): Remove.
46
47 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
48 Phil Muldoon <pmuldoon@redhat.com>
49
50 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
51 (bp_location13, bp_location14, bp_location17, bp_location18)
52 (marker3_proto, marker4_proto): New variables.
53 (breakpoint info): Update output.
54 (run until breakpoint at marker3, run until breakpoint at marker4): New
55 tests.
56
57 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
58
59 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
60 Replace the printf call of Y by provided "y-set-1" label. New block
61 for the second shared library.
62 * gdb.base/unload.exp: Compile also the second library, call
63 gdb_load_shlibs also for it. Use now gdb_breakpoint.
64 (single pending breakpoint info): Rename to ...
65 (pending breakpoint info before run): ... this extended test.
66 (libfile2, libname2, libsrcfile2, libsrc2)
67 (lib_sl2): New variables.
68 (exec_opts): Set also SHLIB_NAME2.
69 (pending breakpoint info on first run at shrfunc1)
70 (pending breakpoint info on second run at shrfunc1)
71 (pending breakpoint info on second run at shrfunc2)
72 (print y from libfile, print y from libfile2): New tests.
73 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
74 * gdb.base/unloadshr2.c: New.
75
76 2009-12-22 Hui Zhu <teawater@gmail.com>
77
78 * gdb.reverse/sigall-reverse.exp: Adjust.
79
80 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
81
82 PR gdb/10884
83
84 * gdb.mi/var-cmd.c (do_bitfield_tests): New
85 (main): Call do_bitfield_tests.
86 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
87
88 2009-12-20 Joel Brobecker <brobecker@adacore.com>
89
90 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
91 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
92 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
93 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
94 gdb.modula2/unbounded1.c: Update copyright header.
95
96 2009-12-10 Chris Moller <moller@mollerware.com>
97
98 PR gdb/9399
99 * gdb.cp/virtfunc2.exp: New tests
100 * gdb.cp/virtfunc2.cc: New tests
101 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
102
103 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
104
105 * gdb.reverse/i387-env-reverse.c: New file.
106 * gdb.reverse/i387-env-reverse.exp: New file.
107 * gdb.reverse/i387-stack-reverse.c: New file.
108 * gdb.reverse/i387-stack-reverse.exp: New file.
109
110 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
111
112 * gdb.python/py-type.exp (test_range): New test.
113
114 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
115
116 PR python/10805
117
118 * gdb.python/py-type.exp: New file.
119 * gdb.python/py-type.c: New file.
120 * Makefile.in: Add py-type.
121
122 2009-12-03 Tom Tromey <tromey@redhat.com>
123
124 * gdb.python/py-value.exp (test_parse_and_eval): New
125 function.
126
127 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
128
129 PR gdb/11022
130
131 * gdb.base/pr11022.exp: New test.
132 * gdb.base/pr11022.c: New test.
133
134 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 Fix spurious false FAILs.
137 * gdb.base/structs.c (chartest): New.
138 (main): Fill-in chartest.
139 * gdb.base/structs.exp (anychar_re, first): New.
140 (start_structs_test): Import global anychar_re and first.
141 New gdb_test call "set print elements 300; ${testfile}"
142 (start_structs_test <$first>): New block.
143 (any): Import global anychar_re. New variable ac. Use ${ac}.
144
145 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
148
149 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
152 Force $srcfile file.
153 * gdb.base/foll-fork.c (callee): Comment out the printf call.
154
155 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
156
157 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
158 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
159 * gdb.threads/watchthreads-reorder.exp: Likewise.
160
161 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
162
163 PR gdb/8704
164
165 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
166 "if", and "thread". Correct matching in the previous test.
167
168 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
169
170 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
171
172 2009-11-23 Michael Snyder <msnyder@vmware.com>
173
174 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
175 * gdb.reverse-watch-precsave.exp: Ditto.
176
177 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
178
179 * gdb.asm/asm-source.exp: Adjust.
180 * gdb.base/help.exp: Adjust.
181
182 2009-11-22 Pedro Alves <pedro@codesourcery.com>
183
184 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
185 (do_syscall_tests_without_xml): Set data-directory to
186 /the/path/to/nowhere.
187
188 2009-11-21 Pedro Alves <pedro@codesourcery.com>
189
190 * gdb.threads/local-watch-wrong-thread.c,
191 gdb.threads/local-watch-wrong-thread.exp: New files.
192
193 2009-11-21 Pedro Alves <pedro@codesourcery.com>
194
195 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
196 assume new `regsub' syntax available.
197
198 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
199
200 * gdb.base/watchpoint-hw-hit-once.exp,
201 gdb.base/watchpoint-hw-hit-once.c: New.
202
203 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.threads/watchthreads-reorder.exp,
206 gdb.threads/watchthreads-reorder.c: New.
207
208 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
209
210 * gdb.xml/tdesc-regs.exp: Use for m68k.
211
212 2009-11-15 Pedro Alves <pedro@codesourcery.com>
213
214 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
215
216 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
217
218 * lib/gdb.exp (current_target_name): New procedure.
219 (gdb_wrapper_target): New variable.
220 (gdb_wrapper_init): Set gdb_wrapper_target.
221 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
222 wrapper.
223
224 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
225
226 * gdb.base/remote.exp: Delete the slowest load test.
227 Do not load with fixed packet sizes.
228
229 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
230
231 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
232
233 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
234
235 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
236 srcfile when setting a breakpoint.
237
238 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
239
240 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
241 macros.
242
243 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
244
245 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
246 to be in memory.
247 * gdb.base/display.c (force_mem): New.
248 (do_loops): Use it. Add breakpoint comments.
249 (do_vars): Add a breakpoint comment.
250 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
251 line numbers.
252
253 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
254
255 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
256 instead of a bare "run".
257
258 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
259
260 * gdb.python/py-prettyprint.exp: Adjust.
261
262 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
263
264 * lib/cell.exp (skip_cell_tests): Clean up test files before
265 returning.
266
267 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
270 and the breakpoint menu. Do not call perror if a prompt is seen.
271 Consume the following GDB prompt.
272 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
273 * gdb.cp/namespace.exp: Use gdb_test.
274 * gdb.cp/templates.exp: Use gdb_test.
275 (test_template_breakpoints): Use gdb_test_multiple.
276
277 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
278
279 * gdb.base/break1.c (struct some_struct, values): Move earlier.
280 (marker4): Reference values.
281
282 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
283
284 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
285 is missing.
286
287 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
288
289 * gdb.base/break.c (need_malloc): New.
290 * gdb.base/constvars.c (main): Reference crass and crisp.
291 * gdb.base/gdb1821.c (main): Reference bar.
292 * gdb.cp/gdb1355.cc (main): Reference s1.
293 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
294 (main): Call them.
295 * gdb.cp/hang2.cc (dummy2): Define.
296 * gdb.cp/hang3.cc (dummy3): Define.
297 * gdb.cp/m-data.cc (main): Reference shadow.
298
299 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
300 Nathan Froyd <froydnj@codesourcery.com>
301
302 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
303 remote host.
304
305 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
306
307 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
308 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
309 * gdb.dwarf2/dw2-compressed.exp: Likewise.
310 * gdb.dwarf2/dw2-intercu.exp: Likewise.
311 * gdb.dwarf2/dw2-intermix.exp: Likewise.
312 * gdb.dwarf2/dw2-producer.exp: Likewise.
313 * gdb.dwarf2/mac-fileno.exp: Likewise.
314 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
315 py-prettyprint.py to the remote host.
316 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
317
318 2009-11-11 Keith Seitz <keiths@redhat.com>
319
320 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
321 use it instead of "Foo".
322 * gdb.cp/classes.exp (do_tests): Add a test to access
323 a method through a typedef'd class name.
324
325 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
326
327 * gdb.base/long_long.exp: Permit leading zeros on floating-point
328 exponents.
329 * gdb.base/pointers.exp: Likewise.
330 * gdb.cp/ref-types.exp: Likewise.
331
332 2009-11-11 Keith Seitz <keiths@redhat.com>
333
334 * gdb.cp/cplusfuncs.cc (class foo): Add operators
335 new[] and delete[].
336 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
337 "void".
338 (probe_demangler): Remove all single-quoting of
339 method and variable names.
340 (info_func_regexp): Remove the word "void" from any
341 occurrence of "(void)".
342 (print_addr_2): Remove all single-quoting of
343 method names.
344 (print_addr_2_kfail): Likewise.
345 (print_addr): Single-quote C function names before
346 passing to print_addr_2.
347 (test_paddr_operator_functions): Remove single-quoting
348 for method names.
349 Add tests for operator new[] and operator delete[].
350
351 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
352
353 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
354
355 2009-11-09 Keith Seitz <keiths@redhat.com>
356
357 * gdb.cp/overload.exp: Add tests for resolving overloaded
358 methods in expression parsing/evaluation.
359
360 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
361
362 * lib/gdb.exp (default_gdb_version): Use --version instead of
363 --command.
364
365 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
366
367 * lib/gdb.exp (gdb_compile_test): New.
368 (skip_ada_tests, skip_java_tests): New.
369 (gdb_compile): Use gdb_compile_test for f77.
370 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
371 * lib/java.exp (compile_java_from_source): Remove runtests check,
372 use gdb_compile_test to record result.
373 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
374 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
375 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
376 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
377 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
378 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
379 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
380 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
381 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
382 adjust gdb_compile invocations.
383
384 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * Makefile.in (abs_builddir): New.
387 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
388 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
389 `$(abs_builddir)/site.exp'.
390
391 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
392
393 * config/m68k-emc.exp, lib/emc-support.exp,
394 gdb.trace/gdb_c_test.c: Delete.
395 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
396 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
397 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
398 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
399 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
400 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
401 casing for m68k-*-elf.
402
403 2009-11-03 Pedro Alves <pedro@codesourcery.com>
404
405 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
406 * gdb.arch/i386-prologue.exp: Likewise.
407 * gdb.arch/i386-unwind.exp: Likewise.
408
409 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
410
411 * lib/gdb.exp (gdb_expect): Fix timeout typo.
412
413 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
414
415 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
416
417 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
418
419 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
420
421 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
424
425 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
428 * gdb.base/sepdebug2.c: New file.
429
430 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
431
432 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
433 the modified warnings for catch syscall. Verify if GDB was compiled
434 with support for lib expat, and choose which tests to run depending
435 on this.
436
437 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
438
439 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
440 that composite commands are parsed OK. And also test
441 that breakpoint commands do work.
442
443 2009-10-23 Michael Snyder <msnyder@vmware.com>
444
445 gdb.reverse/consecutive-precsave.exp: Change expect pattern
446 to allow for new disassembly style.
447
448 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
449
450 * gdb.asm/asm-source.exp: Adjust.
451
452 2009-10-22 Michael Snyder <msnyder@vmware.com>
453
454 * gdb.reverse/break-precsave.exp: New test.
455 * gdb.reverse/consecutive-precsave.exp: Ditto.
456 * gdb.reverse/finish-precsave.exp: Ditto.
457 * gdb.reverse/i386-precsave.exp: Ditto.
458 * gdb.reverse/machinestate-precsave.exp: Ditto.
459 * gdb.reverse/sigall-precsave.exp: Ditto.
460 * gdb.reverse/solilb-precsave.exp: Ditto.
461 * gdb.reverse/step-precsave.exp: Ditto.
462 * gdb.reverse/until-precsave.exp: Ditto.
463 * gdb.reverse/watch-precsave.exp: Ditto.
464
465 2009-10-22 Michael Snyder <msnyder@vmware.com>
466
467 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
468 for gdb_expect. Adjust one test's expect strings for the new
469 format of disassemble.
470 * gdb.reverse/finish-reverse.exp: Delete 'return'.
471 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
472 gdb_test_multiple.
473 * gdb.reverse/step-reverse.exp: Delete 'return'.
474 * gdb.reverse/until-reverse.exp: Delete blank lines.
475 * gdb.reverse/watch-reverse.exp: Delete blank lines.
476
477 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
478
479 * gdb.base/consecutive.exp: Adjust.
480 * gdb.base/display.exp: Likewise.
481 * gdb.base/pc-fp.exp: Likewise.
482 * gdb.base/sigbpt.exp: Likewise.
483
484 2009-10-19 Michael Snyder <msnyder@vmware.com>
485
486 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
487 * gdb.reverse/finish-reverse.c: Ditto.
488 * gdb.reverse/sigall-reverse.c: Ditto.
489 * gdb.reverse/solib-reverse.c: Ditto.
490 * gdb.reverse/step-reverse.c: Ditto.
491 * gdb.reverse/watch-reverse.c: Ditto.
492
493 2009-10-19 Pedro Alves <pedro@codesourcery.com>
494 Stan Shebs <stan@codesourcery.com>
495
496 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
497 * gdb.base/foll-exec.exp: Adjust to expect a process id before
498 "Executing new program".
499 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
500 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
501 left listed after having been killed.
502 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
503 * gdb.base/maint.exp: Adjust test.
504
505 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
506 * gdb.multi/Makefile.in: New.
507 * gdb.multi/base.exp: New.
508 * gdb.multi/goodbye.c: New.
509 * gdb.multi/hangout.c: New.
510 * gdb.multi/hello.c: New.
511 * gdb.multi/bkpt-multi-exec.c: New.
512 * gdb.multi/bkpt-multi-exec.exp: New.
513 * gdb.multi/crashme.c: New.
514
515 2009-10-13 Tristan Gingold <gingold@adacore.com>
516
517 * gdb.base/sepdebug.exp: Check debug info are found.
518
519 2009-10-08 Pedro Alves <pedro@codesourcery.com>
520
521 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
522 bits.
523
524 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
527
528 2009-10-07 Joel Brobecker <brobecker@adacore.com>
529
530 * gdb.base/watchpoints.c: Add copyright header. Reformat one
531 of the comments.
532
533 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
534
535 * gdb.base/annota1.exp: Remove obsolete match_max increase.
536 * gdb.base/annota3.exp: Idem.
537 * gdb.base/maint.exp: Idem.
538
539 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
540
541 * lib/gdb.exp (default_gdb_init): Set current value of match_max
542 to default.
543
544 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
545
546 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
547 mingw and cygwin targets.
548
549 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
550 Pedro Alves <pedro@codesourcery.com>
551
552 * lib/gdb.exp (gdb_compile): Avoid adding
553 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
554
555 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
556
557 * gdb.base/shr1.c: Use %p in format string.
558 * gdb.base/unload.c: Avoid warning in fprintf.
559 * gdb.base/watchpoint-solib.c: Idem.
560
561 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
562
563 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
564 long type.
565 (test_unlink): Correct printf string.
566 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
567 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
568
569 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
572 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
573 * gdb.arch/ia64-breakpoint-shadow.S: New file.
574
575 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
576
577 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
578 * gdb.objc/nondebug.exp: Likewise.
579
580 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
581
582 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
583 target_info setting.
584
585 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
586 that detect new threads during "info threads".
587
588 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
589
590 * gdb.threads/manythreads.c (main): Increase thread stack size
591 to 2*PTHREAD_STACK_MIN.
592 * gdb.threads/multi-create.c (main): Likewise.
593 (create_function): Likewise.
594
595 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
596
597 * gdb.base/dump.exp: Pass difference of pointer types instead
598 of integer types as offset to restore in intarr3.srec case.
599
600 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
601
602 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
603
604 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
605
606 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
607
608 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
609
610 New test for two watchpoints, with disabling of
611 the first inserted.
612 * testsuite/gdb.base/watchpoints.c: New file.
613 * testsuite/gdb.base/watchpoints.exp: New file.
614
615 2009-09-25 Tom Tromey <tromey@redhat.com>
616
617 * gdb.base/charset.exp: Test utf-16 strings with Python.
618
619 2009-09-25 Tom Tromey <tromey@redhat.com>
620
621 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
622 UCS-4.
623 * gdb.base/charset.c (utf_32_string): Rename.
624 (init_utf32): Rename.
625 (main): Update.
626
627 2009-09-22 Tom Tromey <tromey@redhat.com>
628
629 * gdb.python/py-function.exp: Add regression tests.
630
631 2009-09-21 Keith Seitz <keiths@redhat.com>
632
633 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
634 with invalid operator.
635
636 2009-09-21 Keith Seitz <keiths@redhat.com>
637
638 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
639 and destructor using typedef name of class.
640 * gdb.cp/classes.cc (class Base1): Add a destructor.
641 (base1): New typedef.
642 (use_methods): Instanitate an object of type base1.
643 * gdb.cp/templates.exp (test_template_typedef): New procedure.
644 (do_tests): Call test_template_typedef.
645 * gdb.cp/templates.cc (Baz::~Baz): New method.
646 (intBazOne): New typedef.
647 (main): Instantiate intBazOne.
648
649 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
650
651 PR python/10633
652
653 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
654 Function.
655 (run_lang_tests): Add print elements test.
656
657 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
658
659 * gdb.python/py-value.exp (test_subscript_regression): New
660 function. Test for invalid subscripts.
661 * gdb.python/py-value.c (main): Add test array, and pointer to it.
662 (ptr_ref): New function.
663
664 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
665
666 * gdb.base/default.exp: Fix "show convenience".
667
668 2009-09-15 Tom Tromey <tromey@redhat.com>
669
670 * lib/mi-support.exp (mi_create_varobj): Update.
671 (mi_create_floating_varobj): Likewise.
672 (mi_create_dynamic_varobj): New proc.
673 (mi_varobj_update): Update.
674 (mi_varobj_update_with_type_change): Likewise.
675 (mi_varobj_update_kv_helper): New proc.
676 (mi_varobj_update_dynamic_helper): Rewrite.
677 (mi_varobj_update_dynamic): New proc.
678 (mi_list_varobj_children): Update.
679 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
680 * gdb.python/python-prettyprint.py (pp_outer): New class.
681 (pp_nullstr): Likewise.
682 (lookup_function): Register new printers.
683 * gdb.python/python-prettyprint.c (struct substruct): New type.
684 (struct outerstruct): Likewise.
685 (substruct_test): New function.
686 (struct nullstr): New type.
687 (string_1, string_2): New globals.
688 (main): Add new tests.
689 * gdb.python/python-mi.exp: Added regression tests.
690 * gdb.mi/mi2-var-display.exp: Update.
691 * gdb.mi/mi2-var-cmd.exp: Update.
692 * gdb.mi/mi2-var-child.exp: Update.
693 * gdb.mi/mi2-var-block.exp: Update.
694 * gdb.mi/mi-var-invalidate.exp: Update.
695 * gdb.mi/mi-var-display.exp: Update.
696 * gdb.mi/mi-var-cmd.exp: Update.
697 * gdb.mi/mi-var-child.exp: Update.
698 * gdb.mi/mi-var-block.exp: Update.
699 * gdb.mi/mi-break.exp: Update.
700 * gdb.mi/gdb701.exp: Update.
701
702 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
703
704 * Makefile.in: Inclusion of catch-syscall object.
705 * gdb.base/catch-syscall.c: New file.
706 * gdb.base/catch-syscall.exp: New file.
707
708 2009-09-12 Michael Snyder <msnyder@vmware.com>
709
710 * gdb.reverse/step-reverse.exp: Explicitly check for targets
711 that can support reverse debuggnig.
712
713 2009-09-11 Tom Tromey <tromey@redhat.com>
714
715 * gdb.dwarf2/valop.S: New file.
716 * gdb.dwarf2/valop.exp: New file.
717
718 2009-09-11 Mark Kettenis <kettenis@gnu.org>
719
720 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
721
722 2009-09-10 Doug Evans <dje@google.com>
723
724 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
725 Add $gdb_prompt to second breakpoint regexp.
726
727 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
728
729 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
730 names, add missing ones.
731 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
732 * gdb.python/py-frame.c: Rename from python-frame.c.
733 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
734 testfile name.
735 * gdb.python/py-function.exp: Rename from python-function.exp.
736 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
737 testfile name.
738 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
739 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
740 Adjust testfile name.
741 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
742 * gdb.python/py-template.cc: Rename from python-template.cc.
743 * gdb.python/py-template.exp: Rename from python-template.exp.
744 Adjust testfile name.
745 * gdb.python/py-value.c: Rename from python-value.c.
746 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
747 testfile name.
748
749 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
752 $bpt2address.
753 (Second breakpoint address is valid on ia64)
754 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
755
756 2009-09-03 Joseph Myers <joseph@codesourcery.com>
757
758 * gdb.base/ending-run.exp: Restrict regular expression matching
759 line number to require closing brace following.
760
761 2009-09-03 Doug Evans <dje@google.com>
762
763 * gdb.base/store.exp (check_set): Fix typo in expected value message.
764
765 2009-09-02 Tom Tromey <tromey@redhat.com>
766
767 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
768
769 2009-09-02 Tom Tromey <tromey@redhat.com>
770
771 * gdb.dwarf2/callframecfa.exp: New file.
772 * gdb.dwarf2/callframecfa.S: New file.
773
774 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
775
776 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
777 gdb.base/solib-overlap-main.c: New.
778
779 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
780
781 PR gdb/10565
782
783 * gdb.base/bitfields.c (struct container, container): New.
784 (main): Initialize it and call break5.
785 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
786
787 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 Support constant DW_AT_data_member_location by GCC PR debug/40659.
790 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
791
792 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
795
796 2009-08-26 Michael Snyder <msnyder@vmware.com>
797
798 * gdb.base/i386-reverse.c: New file.
799 * gdb.base/i386-reverse.exp: New file.
800 * gdb.base/Makefile.in: Add new files to be removed.
801
802 2009-08-26 Joseph Myers <joseph@codesourcery.com>
803
804 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
805 environment-pwd for remote host.
806 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
807
808 2009-08-24 Keith Seitz <keiths@redhat.com>
809
810 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
811 Add two new C++ completer tests which limit the output to a
812 given class.
813
814 2009-08-24 Michael Snyder <msnyder@vmware.com>
815
816 * gdb.base/del.exp: Fix typo in comment.
817 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
818
819 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
820
821 * configure: Regenerate.
822 * gdb.hp/configure: Likewise.
823 * gdb.hp/gdb.aCC/configure: Likewise.
824 * gdb.hp/gdb.base-hp/configure: Likewise.
825 * gdb.hp/gdb.compat/configure: Likewise.
826 * gdb.hp/gdb.defects/configure: Likewise.
827 * gdb.hp/gdb.objdbg/configure: Likewise.
828 * gdb.stabs/configure: Likewise.
829
830 2009-08-19 Doug Evans <dje@google.com>
831
832 * gdb.base/gdbvars.c: New file.
833 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
834
835 2009-08-14 Pedro Alves <pedro@codesourcery.com>
836
837 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
838 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
839
840 2009-08-13 Pedro Alves <pedro@codesourcery.com>
841
842 * gdb.base/default.exp: Adjust "set language test": it's now an
843 enum command. Larger help string moved to "help set language".
844 * gdb.base/help.exp: Adjust "help set language" expected output,
845 now lists all known languages.
846
847 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
848
849 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
850 all frame arguments.
851 * gdb.arch/altivec-regs.exp: Likewise.
852
853 2009-08-07 Tom Tromey <tromey@redhat.com>
854
855 * gdb.base/setshow.exp: Add tests for changes to set language, set
856 check range, and set check type.
857
858 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
859
860 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
861 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
862 Call it.
863
864 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
865
866 * configure.ac: Run gdb.cell tests when appropriate.
867 * configure: Regenerate.
868 * lib/cell.exp: New file.
869 * gdb.cell: New directory.
870 * gdb.cell/configure.ac: New file.
871 * gdb.cell/configure: New file.
872 * gdb.cell/Makefile.in: New file.
873 * gdb.cell/arch.exp: New file.
874 * gdb.cell/break.c: New file.
875 * gdb.cell/break.exp: New file.
876 * gdb.cell/break-spu.c: New file.
877 * gdb.cell/bt.c: New file.
878 * gdb.cell/bt2-spu.c: New file.
879 * gdb.cell/bt-spu.c: New file.
880 * gdb.cell/bt.exp: New file.
881 * gdb.cell/coremaker.c: New file.
882 * gdb.cell/coremaker-spu.c: New file.
883 * gdb.cell/core.exp: New file.
884 * gdb.cell/gcore.exp: New file.
885 * gdb.cell/data.c: New file.
886 * gdb.cell/data.exp: New file.
887 * gdb.cell/data-spu.c: New file.
888 * gdb.cell/ea-cache.exp: New file.
889 * gdb.cell/ea-cache.c: New file.
890 * gdb.cell/ea-cache-spu.c: New file.
891 * gdb.cell/ea-standalone.c: New file.
892 * gdb.cell/ea-standalone.exp: New file.
893 * gdb.cell/ea-test.c: New file.
894 * gdb.cell/ea-test.exp: New file.
895 * gdb.cell/f-regs.exp: New file.
896 * gdb.cell/mem-access.c: New file.
897 * gdb.cell/mem-access.exp: New file.
898 * gdb.cell/mem-access-spu.c: New file.
899 * gdb.cell/ptype.exp: New file.
900 * gdb.cell/registers.exp: New file.
901 * gdb.cell/size.c: New file.
902 * gdb.cell/sizeof.exp: New file.
903 * gdb.cell/size-spu.c: New file.
904 * gdb.cell/solib.exp: New file.
905 * gdb.cell/solib-symbol.exp: New file.
906
907 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
908
909 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
910
911 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
912
913 * gdb.base/float.exp: Handle VFP registers.
914
915 2009-07-14 Michael Snyder <msnyder@vmware.com>
916
917 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
918 to bring gdb to the beginning of the calling line.
919
920 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
921 confusing the i386 epilogue unwinder.
922
923 2009-07-14 Stan Shebs <stan@codesourcery.com>
924
925 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
926
927 2009-07-14 Michael Snyder <msnyder@vmware.com>
928
929 * gdb.reverse/step-reverse.exp (stepi into function call):
930 Call instruction may not be first instruction in the line.
931 (reverse stepi from a function call): Used wrong line number.
932
933 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
936
937 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
938
939 Fix gdb.base/macscp.exp when using custom inputrc.
940 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
941 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
942 env(TERM) set.
943 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
944 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
945
946 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
949 * gdb.base/annota1.exp (thread_test): Import global $testfile.
950 Change the compilation target to match the testcase name.
951 * gdb.base/sect-cmd.exp: Change the compilation target to match the
952 testcase name.
953 * a2-run.exp: Use for setup prepare_for_testing. Change the
954 compilation target to match the testcase name.
955 * gdb.base/commands.exp: Likewise.
956 * gdb.base/finish.exp: Likewise.
957 * gdb.base/float.exp: Likewise.
958 * gdb.base/info-target.exp: Likewise.
959 * gdb.base/relational.exp: Likewise.
960 * gdb.base/term.exp: Likewise.
961 * gdb.base/until.exp: Likewise.
962 * gdb.base/volatile.exp: Likewise.
963 * gdb.base/whatis-exp.exp: Likewise.
964
965 2009-07-11 Hui Zhu <teawater@gmail.com>
966
967 * gdb.base/help.exp (disassemble): Update expected help text.
968
969 2009-07-09 Tom Tromey <tromey@redhat.com>
970
971 * lib/gdb.exp: Handle TRANSCRIPT.
972 (remote_spawn, remote_close, send_gdb): New procs.
973
974 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
975
976 * gdb.python/python-prettyprint.c: Add counted null string
977 structure.
978 * gdb.python/python-prettyprint.exp: Print null string. Test for
979 embedded nulls.
980 * gdb.python/python-prettyprint.py (pp_ns): New Function.
981 * gdb.python/python-value.exp (test_value_in_inferior): Add
982 variable length string fetch tests.
983 * gdb.python/python-value.c (main): Add strings for string fetch tests.
984
985 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * gdb.base/dump.exp (inaccessible memory is reported): New test.
988
989 2009-07-07 Tom Tromey <tromey@redhat.com>
990
991 * gdb.base/call-rt-st.exp: Update for change to escape output.
992 * gdb.base/callfuncs.exp: Likewise.
993 * gdb.base/charset.exp: Likewise.
994 * gdb.base/constvars.exp: Likewise.
995 * gdb.base/long_long.exp: Likewise.
996 * gdb.base/pointers.exp: Likewise.
997 * gdb.base/printcmds.exp: Likewise.
998 * gdb.base/setvar.exp: Likewise.
999 * gdb.base/store.exp: Likewise.
1000 * gdb.cp/ref-types.exp: Likewise.
1001 * gdb.mi/mi-var-child.exp: Likewise.
1002 * gdb.mi/mi-var-display.exp: Likewise.
1003 * gdb.mi/mi2-var-display.exp: Likewise.
1004 * gdb.base/charset.exp: Test octal escape sequence length.
1005 Update for change to escape output.
1006
1007 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1008
1009 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1010
1011 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1012
1013 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1014
1015 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1016
1017 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1018 gdbserver increasing $portnum if "Can't bind address" has been seen.
1019
1020 2009-07-05 Pedro Alves <pedro@codesourcery.com>
1021
1022 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1023 mingw32ce.
1024
1025 2009-07-05 Pedro Alves <pedro@codesourcery.com>
1026
1027 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1028 VFP format.
1029
1030 2009-07-02 Pedro Alves <pedro@codesourcery.com>
1031
1032 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1033 linux. Adjust to use "inferior", "info inferiors", "detach
1034 inferior" and "kill inferior" instead of "restart", "info fork",
1035 "detach fork" and "delete fork".
1036 * gdb.base/ending-run.exp: Spell out "info".
1037 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1038 the "kill" command.
1039
1040 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1041
1042 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1043 change to prefix TLS offset in hex with 0x.
1044
1045 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1046
1047 * gdb.base/default.exp: Update test case for "x" changes.
1048
1049 2009-07-01 Tristan Gingold <gingold@adacore.com>
1050
1051 * gdb.base/bigcore.exp: Make darwin untested.
1052
1053 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 * gdb.base/completion.exp (directory completion): Create the directory.
1056 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1057 escapeuniquesub.
1058 (directory completion 2): Expect now ${escapeuniquesub}.
1059 (Glob remaining of directory test): Remove one excessive newline.
1060 Expect the real output.
1061
1062 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 Fix `make check//%' target after `make check' has been ran.
1065 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1066 a mkdir call.
1067 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1068 (%/.dir): Remove.
1069
1070 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1073 the expected result record.
1074
1075 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1076
1077 Remove racy FAILs relying just on the timeouts.
1078 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1079 (annotation_level 2): Remove racy FAILs.
1080
1081 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1082
1083 gdb/10275
1084 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1085
1086 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1087
1088 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1089
1090 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1091
1092 * gdb.mi/mi-stack.exp: Testing symbolic options
1093 to -stack-list-locals and -stack-list-arguments.
1094
1095 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1098
1099 2009-06-29 Tom Tromey <tromey@redhat.com>
1100
1101 * dg-extract-results.sh: New file.
1102 * Makefile.in (FORCE_PARALLEL): New variable.
1103 (CHECK_TARGET): New conditional variable.
1104 (check): Use CHECK_TARGET.
1105 (DO_RUNTEST): New variable.
1106 (check-single): New target.
1107 (TEST_DIRS): New variable.
1108 (TEST_TARGETS): Likewise.
1109 (check-parallel): New target.
1110 (check-gdb.%): New pattern.
1111 (BASE1_FILES): New variable.
1112 (BASE2_FILES): Likewise.
1113 (check-gdb.base%): New pattern.
1114 (%/.dir): New pattern.
1115 * configure: Rebuild.
1116 * aclocal.m4 (AM_CONDITIONAL): New defun.
1117 * configure.ac: Check whether user is using GNU make.
1118 (GMAKE): New conditional.
1119
1120 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1121
1122 * gdb.cp/namespace-nested-import.cc: New test.
1123 * gdb.cp/namespace-nested-import.exp: New test.
1124
1125 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1126
1127 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1128 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1129 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1130 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1131 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1132 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1133 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1134 gdb.opt/inline-markers.c: New files.
1135 * lib/gdb.exp (skip_inline_frame_tests): New function.
1136 (skip_inline_var_tests): New function.
1137
1138 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1139
1140 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1141 backtrace.
1142
1143 2009-06-27 Michael Snyder <msnyder@vmware.com>
1144
1145 * gdb.reverse: New directory.
1146 * gdb.reverse/break-reverse.c: New test.
1147 * gdb.reverse/break-reverse.exp: New test.
1148 * gdb.reverse/consecutive-reverse.c: New test.
1149 * gdb.reverse/consecutive-reverse.exp: New test.
1150 * gdb.reverse/finish-reverse.c: New test.
1151 * gdb.reverse/finish-reverse.exp: New test.
1152 * gdb.reverse/machinestate.c: New test.
1153 * gdb.reverse/ms1.c: New test.
1154 * gdb.reverse/machinestate.exp: New test.
1155 * gdb.reverse/Makefile.in: New file.
1156 * gdb.reverse/shr2.c: New test.
1157 * gdb.reverse/solib-reverse.c: New test.
1158 * gdb.reverse/solib-reverse.exp: New test.
1159 * gdb.reverse/step-reverse.c: New test.
1160 * gdb.reverse/step-reverse.exp: New test.
1161 * gdb.reverse/until-reverse.c: New test.
1162 * gdb.reverse/ur1.c: New test.
1163 * gdb.reverse/until-reverse.exp: New test.
1164 * gdb.reverse/watch-reverse.c: New test.
1165 * gdb.reverse/watch-reverse.exp: New test.
1166 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1167 * configure: Regenerate.
1168
1169 2009-06-26 Doug Evans <dje@google.com>
1170
1171 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1172
1173 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1174
1175 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1176 windows problem for 'file delete $binfile'.
1177
1178 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1179
1180 * gdb.cp/namespace-using.exp: New test.
1181 * gdb.cp/namespace-using.cc: New test.
1182
1183 2009-05-20 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.ada/variant_record_packed_array: New testcase.
1186
1187 2009-06-23 Tom Tromey <tromey@redhat.com>
1188
1189 * gdb.base/charset.exp (test_combination): Regression test.
1190 * gdb.base/charset.c (my_wchar_t): New typedef.
1191 (myvar): New global.
1192 (main): Set myvar.
1193
1194 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1195
1196 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1197 target.
1198
1199 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1200
1201 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1202
1203 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1204
1205 * gdb.mi/gdb680.exp: Update test for error message.
1206
1207 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1208
1209 * gdb.base/annota1.exp: Allow multiple occurrences of the
1210 frames-invalid annotation.
1211 * gdb.cp/annota2.exp: Likewise.
1212
1213 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1214
1215 * gdb.cp/gdb2495.cc: New file.
1216 * gdb.cp/gdb2495.exp: New file.
1217
1218 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1219
1220 Report error on GDB crash during runto.
1221 * lib/gdb.exp (runto <eof>): New.
1222
1223 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1224
1225 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1226 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1227 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1228 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1229 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1230 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1231 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1232 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1233 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1234 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1235 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1236 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1237 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1238 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1239 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1240 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1241 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1242 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1243 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1244 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1245 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1246 gdb.trace/passcount.exp, gdb.trace/report.exp,
1247 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1248 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1249 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1250 executable.
1251
1252 2009-06-07 Pedro Alves <pedro@codesourcery.com>
1253
1254 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1255 defined before referencing it.
1256
1257 2009-06-03 Doug Evans <dje@google.com>
1258
1259 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1260 * gdb.arch/i386-see.c: Ditto.
1261
1262 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1263
1264 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1265 (check_macro): Return 1 if undefined.
1266 If first test fails, check if macro debug information is available,
1267 and report unsupported test if no macro information is found.
1268
1269 2009-05-29 Doug Evans <dje@google.com>
1270
1271 * gdb.threads/hand-call-in-threads.exp: New.
1272 * gdb.threads/hand-call-in-threads.c: New.
1273
1274 2009-05-29 Michael Snyder <msnyder@vmware.com>
1275
1276 * gdb.base/break-always.exp: Change "1" to "on".
1277 Add confirmation check.
1278
1279 2009-05-28 Pedro Alves <pedro@codesourcery.com>
1280
1281 * gdb.threads/threxit-hop-specific.c: New.
1282 * gdb.threads/threxit-hop-specific.exp: New.
1283 * gdb.threads/thread-execl.c: New.
1284 * gdb.threads/thread-execl.exp: New.
1285
1286 2009-05-27 Tom Tromey <tromey@redhat.com>
1287 Thiago Jung Bauermann <bauerman@br.ibm.com>
1288
1289 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1290 (mi_child_regexp): Likewise.
1291 (mi_list_varobj_children_range): Likewise.
1292 (mi_get_features): Likewise.
1293 (mi_list_varobj_children): Rewrite.
1294 * gdb.python/python-mi.exp: New file.
1295
1296 2009-05-27 Tom Tromey <tromey@redhat.com>
1297 Thiago Jung Bauermann <bauerman@br.ibm.com>
1298 Phil Muldoon <pmuldoon@redhat.com>
1299 Paul Pluzhnikov <ppluzhnikov@google.com>
1300
1301 * gdb.python/python-prettyprint.exp: New file.
1302 * gdb.python/python-prettyprint.c: New file.
1303 * gdb.python/python-prettyprint.py: New file.
1304 * gdb.base/display.exp: print/r is now valid.
1305
1306 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1307 Tom Tromey <tromey@redhat.com>
1308 Pedro Alves <pedro@codesourcery.com>
1309 Paul Pluzhnikov <ppluzhnikov@google.com>
1310
1311 * gdb.python/python-template.exp: New file.
1312 * gdb.python/python-template.cc: New file.
1313 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1314 tests.
1315 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1316 Call it.
1317 (test_value_after_death): New proc.
1318 * gdb.python/python-value.c (PTR): New typedef.
1319 (main): New variable 'x'.
1320
1321 2009-05-27 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1324 tests.
1325 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1326 Call it.
1327
1328 2009-05-27 Pedro Alves <pedro@codesourcery.com>
1329
1330 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1331
1332 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1333
1334 * gdb.threads/fork-thread-pending.c: New.
1335 * gdb.threads/fork-thread-pending.exp: New.
1336
1337 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1338
1339 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1340 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1341
1342 2009-05-18 Jon Beniston <jon@beniston.com>
1343
1344 * gdb.asm/asm-source.exp: Add lm32 target.
1345
1346 2009-05-17 Pedro Alves <pedro@codesourcery.com>
1347
1348 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1349 `gdb_get_line_number'. Call `callee' in both parent and child.
1350 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1351 `gdb_get_line_number' instead of hardcoding line numbers.
1352 (catch_fork_unpatch_child): New procedure to test detaching
1353 breakpoints from child fork.
1354 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1355 hardcoding line numbers.
1356 (do_fork_tests): Run `catch_fork_unpatch_child'.
1357
1358 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1359
1360 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1361 of structure type enters or leaves the scope, it
1362 is reported by -var-update.
1363
1364 2009-05-11 Doug Evans <dje@sebabeach.org>
1365
1366 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1367 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1368 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1369
1370 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1373
1374 2009-04-30 Doug Evans <dje@google.com>
1375
1376 * gdb.threads/watchthreads2.exp: New testcase.
1377 * gdb.threads/watchthreads2.c: New testcase.
1378
1379 2009-04-29 Doug Evans <dje@google.com>
1380
1381 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1382 * gdb.cp/mb-ctor.cc: Ditto.
1383 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1384 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1385 * gdb.cp/mb-inline1.cc: Call it.
1386 * gdb.cp/mb-inline2.cc: Ditto.
1387 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1388 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1389
1390 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1391
1392 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1393 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1394 Replace all uses of `decimal' by `nonzero'.
1395 (info macro FROM_COMMANDLINE): New test.
1396
1397 2009-04-27 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1400
1401 2009-04-27 Doug Evans <dje@google.com>
1402
1403 * gdb.threads/watchthreads.c (main): Initialize args before starting
1404 the threads. Plus formatting cleanup.
1405 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1406 biased scheduling of one thread.
1407
1408 2009-04-27 Jerome Guitton <guitton@adacore.com>
1409
1410 * gdb.cp/templates.cc (GetMax): New template.
1411 (main): Declare two instances of GetMax.
1412 * gdb.cp/templates.exp: Add new test.
1413
1414 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1417
1418 2009-04-22 Joseph Myers <joseph@codesourcery.com>
1419
1420 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1421
1422 2009-04-15 Tom Tromey <tromey@redhat.com>
1423
1424 * gdb.base/charset.exp: Add regression test.
1425
1426 2009-04-14 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.base/exe-lock.exp: New testcase.
1429
1430 2009-04-13 Tom Tromey <tromey@redhat.com>
1431
1432 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1433 operator on Frame.
1434
1435 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1436
1437 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1438 * gdb.server/ext-attach.exp: Likewise.
1439
1440 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1441
1442 Eliminate some sleep usage.
1443
1444 * gdb.mi/basics.c (do_nothing): New.
1445 (main): Use do_nothing instead of printf, so that
1446 not to introduce race condition between output of
1447 inferiour and output of gdb. Do not use sleep as it
1448 is not generally available on embedded targets.
1449
1450 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1451
1452 * gdb.server/ext-attach.exp: Expect an optional process id after
1453 "Detached from remote process".
1454
1455 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1458 gdb.dwarf2/dw2-unresolved.exp: New.
1459
1460 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1461
1462 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1463 mi_run_to_main.
1464
1465 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1466
1467 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1468 mi_run_to_main. Skip thread exit test on remote targets.
1469 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1470 mi_run_to_main.
1471 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1472 mi_run_to_main.
1473 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1474 when expecting ^connected. Detect when the target doesn't support
1475 non-stop mode.
1476 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1477 supported. Return -1 on error, 0 on success.
1478 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1479 (mi_runto): Return mi_runto_helper's result explicitly.
1480
1481 2009-04-01 Pedro Alves <pedro@codesourcery.com>
1482
1483 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1484
1485 2009-04-01 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1488 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1489 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1490 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1491
1492 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1493 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 PR gdb/931
1496 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1497 output.
1498 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1499 for gdb/931.
1500 * dw2-strp.S (DW_AT_language): Change to C++.
1501 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1502
1503 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1504
1505 * gdb.ada/tasks: New testcase.
1506
1507 2009-03-30 Stan Shebs <stan@codesourcery.com>
1508
1509 * gdb.trace/actions.exp: Update to match new info trace format.
1510 * gdb.trace/deltrace.exp: Ditto.
1511 * gdb.trace/infotrace.exp: Ditto.
1512 * gdb.trace/passcount.exp: Ditto.
1513 * gdb.trace/save-trace.exp: Ditto.
1514 * gdb.trace/while-stepping.exp: Ditto.
1515 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1516
1517 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1518
1519 * gdb.python/python-frame.c: New file.
1520 * gdb.python/python-frame.exp: New file.
1521
1522 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1523
1524 * gdb.python/python-value.exp: Add tests for the address
1525 attribute.
1526
1527 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1528
1529 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1530
1531 2009-03-26 Doug Evans <dje@google.com>
1532
1533 * gdb.mi/mi-nonstop-exit.exp: New file.
1534 * gdb.mi/non-stop-exit.c: New file.
1535
1536 2009-03-26 Tom Tromey <tromey@redhat.com>
1537
1538 Update for change to prologue skipping:
1539 * gdb.mi/mi2-simplerun.exp: Update.
1540 * gdb.mi/mi2-break.exp: Update.
1541 * gdb.mi/mi-simplerun.exp: Update.
1542 * gdb.mi/mi-break.exp: Update.
1543 * gdb.base/ending-run.exp: Update.
1544
1545 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1546
1547 * gdb.python/python-value.exp (test_value_in_inferior): Test
1548 gdb.Value.is_optimized_out attribute.
1549
1550 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1551
1552 * gdb.dwarf2/dw2-noloc-main.c: New file.
1553 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1554 (.text): Remove.
1555 (.data): New.
1556 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1557 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1558 (DW_TAG_subprogram func_cu1, noloc): Remove.
1559 (main): New.
1560 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1561 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1562 (file_symbols): New procedure.
1563
1564 2009-03-25 Tom Tromey <tromey@redhat.com>
1565
1566 * gdb.base/charset.exp (valid_target_charset): New proc.
1567 Use it to skip tests on invalid charsets.
1568
1569 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1570
1571 * gdb.base/completion.exp: Add a test for directory completion.
1572
1573 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 Fix a racy FAIL.
1576 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1577 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1578
1579 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1580
1581 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1582 * gdb.python/python-function.exp: Add test for function returning
1583 a GDB value.
1584
1585 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1586
1587 * gdb.python/python-function.exp: New file.
1588
1589 2009-03-20 Tom Tromey <tromey@redhat.com>
1590
1591 * gdb.base/store.exp: Update for change to escape output.
1592 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1593 to escape output.
1594 * gdb.base/pointers.exp: Update for change to escape output.
1595 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1596 to escape output.
1597 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1598 escape output.
1599 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1600 to escape output.
1601 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1602 escape output.
1603 * gdb.base/setvar.exp: Update for change to escape output.
1604 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1605 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1606 to escape output.
1607 (test_print_string_constants): Likewise.
1608 * gdb.base/charset.exp (valid_host_charset): Check size of
1609 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1610 cases. Handle "auto"-related output.
1611 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1612 (uvar, Uvar): New globals.
1613
1614 2009-03-19 Jerome Guitton <guitton@adacore.com>
1615
1616 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1617 deltas.
1618 * gdb.ada/fixed_points.exp: Ditto.
1619
1620 2009-03-18 Pedro Alves <pedro@codesourcery.com>
1621
1622 * return-nodebug.c: Don't include stdio.h.
1623 (init): Delete.
1624 (func): Delete definition and provide extern declaration.
1625 (t): New.
1626 (main): Don't call printf. Call func and store its result in t.
1627 * return-nodebug1.c: New.
1628 * return-nodebug.exp: Don't expect stdio output. Instead, print
1629 the global variable t. Drop printf formatters and cast types from
1630 foreach loop. Don't use prepare_for_testing. Compile
1631 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1632 define FORMAT or CAST.
1633
1634 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1635
1636 * gdb.base/solib-display.exp: Disable test for remote targers.
1637
1638 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1641
1642 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 Fix a racy FAIL.
1645 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1646 code from `follow parent, print pids'.
1647 (`follow child, print pids', `follow parent, print pids'): Call it.
1648 Replace `gdb_test "break..."' by gdb_breakpoint.
1649
1650 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1651
1652 * gdb.mi/mi-cli.exp: Adjust for output difference in
1653 sync and async modes.
1654
1655 2009-03-12 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1658 that was checked in by mistake. Remove loading of ada.exp, since
1659 this is not necessary in this case.
1660
1661 2009-03-12 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.ada/ptype_arith_binop.exp: New testcase.
1664
1665 2009-03-12 Joel Brobecker <brobecker@adacore.com>
1666
1667 * gdb.ada/mod_from_name: New testcase.
1668
1669 2009-03-12 Joel Brobecker <brobecker@adacore.com>
1670
1671 * gdb.ada/tick_last_segv: New testcase.
1672
1673 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1674
1675 * gdb.mi/mi-cli.exp: Remove debug print.
1676
1677 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1678
1679 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1680 include the token in ^running and frame info in *stopped.
1681
1682 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1683
1684 * solib-display.exp: New file.
1685 * solib-display-main.c: New file.
1686 * solib-display-lib.c: New file.
1687
1688 2009-03-05 Pedro Alves <pedro@codesourcery.com>
1689
1690 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1691
1692 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1695 (list_and_check_macro): Use more specific test name.
1696 (next to definition): Make the test names unique.
1697
1698 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1699
1700 * gdb.pascal/floats.exp: Accept approximate results everywhere.
1701
1702 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1703
1704 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1705 notifications.
1706 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1707 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1708 * lib/mi-support.exp (library_loaded_re): New.
1709 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1710
1711 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1712
1713 * gdb.gdb/observer.exp: Use test_notification observer, not
1714 normal_stop, everywhere.
1715 (test_normal_stop_notifications): Rename to...
1716 (test_notifications): ...this.
1717 (test_observer_normal_stop): Rename to...
1718 (test_observer): ...this.
1719
1720 2009-02-16 Doug Evans <dje@google.com>
1721
1722 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1723 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1724 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1725 (test_prefixed_syscall,test_int3): New tests.
1726 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1727 (test_prefixed_syscall,test_int3): New tests.
1728
1729 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1730
1731 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1732 (mi_expect_interrupt): Likewise.
1733 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1734 response.
1735
1736 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1737
1738 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1739 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1740 Replace calls to get_valueofx by get_hexadecimal_valueof.
1741
1742 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1743
1744 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1745 (get_integer_valueof): New procedure.
1746 (get_sizeof): Use new get_integer_value_of.
1747 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1748 by get_integer_valueof.
1749
1750 2009-02-13 Tom Tromey <tromey@redhat.com>
1751
1752 * gdb.base/remote.exp (get_sizeof): Remove.
1753 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1754 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1755 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1756 * lib/gdb.exp (get_valueof): Move from long_long.exp.
1757 (get_sizeof): Likewise.
1758
1759 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1760
1761 PR fortran/9806
1762 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
1763
1764 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1765
1766 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
1767
1768 2009-02-06 Pedro Alves <pedro@codesourcery.com>
1769
1770 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
1771
1772 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1773
1774 * gdb.python/python-cmd.exp: New file.
1775
1776 2009-02-06 Tristan Gingold <gingold@adacore.com>
1777
1778 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
1779
1780 2009-02-05 Tristan Gingold <gingold@adacore.com>
1781
1782 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
1783 pointer is dereferenced and use this signal name in regexp.
1784 * gdb.base/signull.exp: Ditto.
1785 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
1786 * gdb.base/signull.c (main): Ditto.
1787
1788 2009-02-04 Tom Tromey <tromey@redhat.com>
1789 Thiago Jung Bauermann <bauerman@br.ibm.com>
1790
1791 * gdb.python/python-value.exp: Use `gdb.history' instead of
1792 `gdb.value_from_history'.
1793 (test_value_numeric_ops): Add test for conversion of enum constant.
1794 * gdb.python/python-value.c (enum e): New type.
1795 (evalue): New global.
1796 (main): Use argv.
1797
1798 2009-02-04 Jerome Guitton <guitton@adacore.com>
1799
1800 * gdb.ada/uninitialized_vars: New test program.
1801 * gdb.ada/uninitialized_vars.exp: New testcase.
1802
1803 2009-02-02 Tom Tromey <tromey@redhat.com>
1804
1805 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
1806 * gdb.cp/pr2489.cc: Rename...
1807 * gdb.cp/pr9594.cc: ... to this.
1808
1809 2009-02-02 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
1812 * gdb.cp/pr2489.cc: New file.
1813 * gdb.cp/cpcompletion.exp: New file.
1814
1815 2009-02-02 Tom Tromey <tromey@redhat.com>
1816
1817 PR exp/9059:
1818 * gdb.cp/call-c.exp: Add regression test.
1819 * gdb.cp/call-c.cc (FooHandle): New typedef.
1820 (main): New variable 'handle'.
1821
1822 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1823
1824 * lib/mi-support.exp (et_mi_thread_list)
1825 (check_mi_and_console_threads): Adjust for current thread in
1826 -thread-list-ids output.
1827
1828 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1829
1830 * gdb.mi/mi-break.exp (test_disabled_creation): New.
1831 Call it.
1832
1833 2009-01-28 Doug Evans <dje@google.com>
1834
1835 * gdb.arch/amd64-disp-step.S: New file.
1836 * gdb.arch/amd64-disp-step.exp: New file.
1837 * gdb.arch/i386-disp-step.S: New file.
1838 * gdb.arch/i386-disp-step.exp: New file.
1839
1840 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
1841
1842 * gdb.base/find.exp: Set newline variable
1843 using quotes instead of braces to fix cygwin failures.
1844
1845 2009-01-23 Pedro Alves <pedro@codesourcery.com>
1846
1847 * gdb.base/radix.exp: Add tests to ensure that that set
1848 input-radix 0 and set output-radix 0 are really rejected.
1849
1850 2009-01-23 Pedro Alves <pedro@codesourcery.com>
1851
1852 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
1853 copyright years.
1854
1855 2009-01-23 Pedro Alves <pedro@codesourcery.com>
1856
1857 PR gdb/9664:
1858 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
1859
1860 2009-01-22 Pedro Alves <pedro@codesourcery.com>
1861
1862 PR c++/9631:
1863 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
1864
1865 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
1866
1867 * gdb.server/file-transfer.exp: Use EXEEXT variable for
1868 binfile definition to fix Windows OS failure.
1869
1870 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1871
1872 PR gdb/9346
1873 * gdb.base/interrupt.c (sigint_handler): New.
1874 (main): Install a SIGINT handler if SIGNALS is defined. Exit
1875 on error.
1876 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
1877 Test "signal SIGINT".
1878
1879 2009-01-19 Doug Evans <dje@google.com>
1880
1881 * gdb.base/break.exp: Update expected gdb output.
1882 * gdb.base/sepdebug.exp: Ditto.
1883 * gdb.mi/mi-syn-frame.exp: Ditto.
1884 * gdb.mi/mi2-syn-frame.exp: Ditto.
1885 * gdb.base/call-signal-resume.exp: New file.
1886 * gdb.base/call-signals.c: New file.
1887 * gdb.base/unwindonsignal.exp: New file.
1888 * gdb.base/unwindonsignal.c: New file.
1889 * gdb.threads/interrupted-hand-call.exp: New file.
1890 * gdb.threads/interrupted-hand-call.c: New file.
1891 * gdb.threads/thread-unwindonsignal.exp: New file.
1892
1893 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1894
1895 * gdb.base/define.exp: Test defining and hooking prefix commands.
1896 * gdb.python/python.exp: Update test for "show user" output.
1897
1898 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
1901 now the output exactly, using less wildcards. Expect also the output
1902 of gfortran-4.3. Update for the f-valprint.c modification from
1903 2008-04-22.
1904 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
1905 Remove gdb_test test names where matching the command.
1906
1907 2009-01-01 Pedro Alves <pedro@codesourcery.com>
1908
1909 PR breakpoints/9681:
1910 * gdb.base/watchpoint.exp: Add regression test.
1911
1912 2008-12-31 Pedro Alves <pedro@codesourcery.com>
1913
1914 * gdb.threads/attach-into-signal.exp: Don't use
1915 gdb_suppress_entire_file.
1916 * gdb.threads/attach-stopped.exp: Ditto.
1917 * gdb.threads/attachstop-mt.exp: Ditto.
1918
1919 2008-12-31 Pedro Alves <pedro@codesourcery.com>
1920
1921 PR gdb/8812:
1922 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
1923
1924 2008-12-29 Pedro Alves <pedro@codesourcery.com>
1925
1926 PR gdb/7536:
1927 * gdb.base/radix.exp: Add tests to ensure invalid input radices
1928 and unsupported output radices are really rejected.
1929
1930 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 * gdb.cp/punctuator.exp: Backslash the '$' signs.
1933
1934 2008-12-22 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.cp/punctuator.exp: New file.
1937
1938 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 * gdb.base/completion.exp (Completing non-existing component): New test.
1941
1942 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 Fix for PR gdb/8648.
1945 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
1946 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
1947 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
1948 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
1949
1950 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
1953
1954 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
1955
1956 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
1957 compiler actually generate code at the expected line number.
1958
1959 2008-12-15 Jie Zhang <jie.zhang@analog.com>
1960
1961 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
1962
1963 2008-12-12 Tom Tromey <tromey@redhat.com>
1964
1965 * gdb.base/commands.exp (redefine_hook_test): New proc.
1966 Call it.
1967
1968 2008-12-11 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.base/macscp.exp: New regression test.
1971
1972 2008-12-11 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.base/macscp.exp: Print "address.addr".
1975 * gdb.base/macscp1.c (struct outer): New struct.
1976 (address): New global.
1977
1978 2008-12-09 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
1981 Call it.
1982
1983 2008-12-04 Doug Evans <dje@google.com>
1984
1985 * gdb.server/ext-run.exp: Relax regexp for init program.
1986
1987 2008-12-03 Tristan Gingold <gingold@adacore.com>
1988
1989 * gdb.base/macscp.exp: Generate an object file during compilation
1990 to work around Darwin dsymutil limitations.
1991
1992 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 Test resolving external references to TLS variables.
1995 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
1996 FILE2_THREAD_LOCAL.
1997 (testfile2, srcfile2): New variables.
1998 * gdb.threads/tls.c (file2_thread_local)
1999 (function_referencing_file2_thread_local): New.
2000 * gdb.threads/tls2.c: New file.
2001
2002 2008-11-28 Joel Brobecker <brobecker@adacore.com>
2003
2004 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
2005 rather than integer, as integer might not be big enough when
2006 on 64bit targets.
2007
2008 2008-11-27 Jerome Guitton <guitton@adacore.com>
2009
2010 * gdb.cp/formatted-ref.exp: Add equality test.
2011 * gdb.ada/formatted_ref.exp: Ditto.
2012
2013 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2016 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2017
2018 2008-11-20 Andreas Schwab <schwab@suse.de>
2019
2020 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2021 matching syscall entry point.
2022 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2023 (tcatch_vfork_then_child_follow): Likewise. Finish through
2024 vfork even if we stopped at the syscall trampoline.
2025
2026 2008-11-20 Doug Evans <dje@google.com>
2027
2028 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2029
2030 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2031
2032 * gdb.arch/ppc-dfp.exp: New file.
2033 * gdb.arch/ppc-dfp.c: New file.
2034
2035 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2036
2037 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
2038
2039 2008-11-17 Doug Evans <dje@google.com>
2040
2041 * gdb.mi/mi-syn-frame.exp: Update expected output.
2042 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2043
2044 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2045
2046 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
2047 "thread N" results in =thread-selected.
2048 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2049 (mi_send_resuming_command_raw): Be prepared for
2050 =thread-selected.
2051
2052 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2053
2054 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2055 * lib/mi-support.exp: Likewise.
2056
2057 2008-11-16 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2060 commands from the expected output for "help catch".
2061
2062 2008-11-15 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.ada/int_deref.exp: New testcase.
2065
2066 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * gdb.mi/gdb2549.exp: New file.
2069
2070 2008-11-11 Doug Evans <dje@google.com>
2071
2072 * gdb.base/callexit.exp: New file.
2073 * gdb.base/callexit.c: New file.
2074
2075 2008-11-10 Doug Evans <dje@google.com>
2076
2077 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2078 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2079 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2080 (default_gdb_start,default_gdb_exit): Ditto.
2081 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2082 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2083 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2084 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2085 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2086 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2087
2088 2008-11-03 Andreas Schwab <schwab@suse.de>
2089
2090 * gdb.base/hashline2.exp: Fix typo.
2091 * gdb.base/hashline3.exp: Likewise.
2092
2093 2008-10-30 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.base/pointers.exp: Add test.
2096 * gdb.base/pointers.c (k, S): New typedefs.
2097 (instance): New global.
2098
2099 2008-10-30 Andreas Schwab <schwab@suse.de>
2100
2101 * gdb.base/args.exp: Add tests for newlines.
2102
2103 2008-10-30 Joel Brobecker <brobecker@adacore.com>
2104
2105 gdb.base/foll-exec.exp: Update the expected output of a couple
2106 of "info breakpoints" tests.
2107
2108 2008-10-28 Tom Tromey <tromey@redhat.com>
2109
2110 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2111
2112 2008-10-24 Pedro Alves <pedro@codesourcery.com>
2113
2114 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2115 gdb_start_cmd.
2116 Use runto_main before any test that requires execution.
2117
2118 2008-10-23 Pedro Alves <pedro@codesourcery.com>
2119
2120 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2121 instead of SIGINT.
2122
2123 2008-10-22 Joel Brobecker <brobecker@adacore.com>
2124
2125 * gdb.base/completion.exp: Update expected output following
2126 the addition of the "info tasks" command.
2127
2128 2008-10-22 Tom Tromey <tromey@redhat.com>
2129
2130 * gdb.base/exprs.exp (test_expr): Add test for string
2131 concatenation.
2132
2133 2008-10-19 Pedro Alves <pedro@codesourcery.com>
2134
2135 * configure.ac: Output gdb.python/Makefile.
2136 * configure: Regenerate.
2137 * gdb.python/Makefile.in: New.
2138
2139 2008-10-16 Joel Brobecker <brobecker@adacore.com>
2140
2141 * gdb.base/foll-fork.exp: Adjust the expected output to match
2142 the new description for fork/vfork catchpoints in the "info
2143 breakpoints" output.
2144
2145 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2146
2147 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2148
2149 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2150
2151 * gdb.python/python-value.c: New file.
2152 * gdb.python/python-value.exp: New file.
2153
2154 2008-10-15 Pedro Alves <pedro@codesourcery.com>
2155
2156 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2157
2158 2008-10-15 Denis Pilat <denis.pilat@st.com>
2159
2160 * gdb.cp/mb-ctor.exp: Fix a typo.
2161
2162 2008-10-09 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2165 'fprintf' and 'stderr'.
2166
2167 2008-10-07 Joel Brobecker <brobecker@adacore.com>
2168
2169 * gdb.ada/ref_tick_size.exp: New testcase.
2170
2171 2008-10-06 Doug Evans <dje@google.com>
2172
2173 * gdb.dwarf2/dw2-cu-size.exp: New file.
2174 * gdb.dwarf2/dw2-cu-size.S: New file.
2175
2176 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2177 .Ltype_int for clarity.
2178
2179 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2180
2181 PR gdb/2384:
2182 * gdb.cp/gdb2384.exp: Extended to test more cases.
2183 * gdb.cp/gdb2384.cc: Likewise.
2184 * gdb.cp/gdb2384-base.h: Likewise.
2185 * gdb.cp/gdb2384-base.cc: Likewise.
2186
2187 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2188
2189 * gdb.base/maint.exp (maint print type): Remove printing
2190 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2191
2192 2008-09-30 Tom Tromey <tromey@redhat.com>
2193
2194 * gdb.base/macscp.exp: Add completion tests.
2195 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2196 (TWENTY_THREE): Likewise.
2197 (FORTY_EIGHT): Likewise.
2198
2199 2008-09-30 Tom Tromey <tromey@redhat.com>
2200
2201 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2202 everywhere.
2203 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2204
2205 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2208 testcase is derived from. Fix racy dependency on an expected PID
2209 number. No longer support the testcase on Linux kernel 2.4.x.
2210
2211 2008-09-27 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2214 and varargs.
2215
2216 2008-09-22 Pedro Alves <pedro@codesourcery.com>
2217
2218 * lib/mi-support.exp (mi_expect_interrupt): New.
2219 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2220 from gdb.mi/mi-nonstop.exp.
2221 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2222 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2223 lib/mi-support.exp.
2224 Use mi_check_thread_states throughout. Avoid ".*" and do not
2225 require an anchor after -exec-run.
2226
2227 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2228
2229 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2230 stop is pending. Avoid ".*" when two stops are pending.
2231 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2232 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2233 newlines in fullnames.
2234 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2235 (mi_expect_stop): Update comments. Only anchor in sync mode.
2236 Do not match newlines.
2237 (mi_send_resuming_command_raw): Always return status.
2238 (mi_get_stop_line): Do not match more than one line by accident.
2239 Only anchor in sync mode.
2240 (mi_run_inline_test): If -exec-next fails, give up.
2241
2242 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2243
2244 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2245 on SPU.
2246
2247 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2250
2251 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2254 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2255 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2256 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2257 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2258 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2259 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2260 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2261 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2262 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2263 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2264 Include the "= " sequence in the expected output of print tests.
2265
2266 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2267
2268 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2269 description for boolean types.
2270
2271 2008-09-09 Pedro Alves <pedro@codesourcery.com>
2272
2273 * gdb.base/hook-stop-continue.c: New.
2274 * gdb.base/hook-stop-continue.exp: New.
2275
2276 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2277
2278 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2279
2280 2008-09-08 Jerome Guitton <guitton@adacore.com>
2281
2282 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2283 (stack_check_probe_2, stack_check_probe_loop_1)
2284 (stack_check_probe_loop_2): New functions.
2285 (main): Add call to these new functions.
2286 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2287 functions, check that the breakpoint is inserted at the appropriate
2288 location.
2289 (insert_breakpoint): Slightly refine this procedure so that it can
2290 be called several times in the test.
2291
2292 2008-09-08 Jerome Guitton <guitton@adacore.com>
2293
2294 * gdb.base/stack-checking.c: New file.
2295 * gdb.base/stack-checking.exp: New file.
2296
2297 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2298
2299 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2300 * gdb.arch/altivec-regs.exp: Likewise.
2301 * gdb.arch/vsx-regs.exp: Likewise.
2302
2303 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2304
2305 * gdb.arch/ppc-fp.exp: New file.
2306 * gdb.arch/ppc-fp.c: New file.
2307
2308 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2309
2310 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2311 lest gcc-4.3.1 optimizes the whole thing away.
2312
2313 2008-09-04 Michael Snyder <msnyder@vmware.com>
2314
2315 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2316 as "at" (for non-debug functions such as _start).
2317
2318 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2319
2320 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2321 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2322 software watchpoints.
2323 * gdb.base/watch_thread_num.exp: Likewise.
2324
2325 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2326
2327 * gdb.arch/i386-bp_permanent.exp: New test.
2328
2329 2008-08-24 Tom Tromey <tromey@redhat.com>
2330
2331 * gdb.base/maint.exp: Update "maint print type".
2332
2333 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2334
2335 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2336 support. Adjust the order of "*running" notifications.
2337 * gdb.mi/non-stop.c: Don't cast from int to void* and
2338 back.
2339
2340 2008-08-20 Mark Kettenis <kettenis@gnu.org>
2341
2342 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2343 expect to find it in the "info frame" output.
2344
2345 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 * gdb.base/interp.exp: Always consume both prompts.
2348
2349 2008-08-20 Pedro Alves <pedro@codesourcery.com>
2350
2351 * gdb.base/pending.exp: Test pending breakpoints without symbols
2352 loaded.
2353
2354 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2355
2356 * lib/mi-support.exp (mi_expect_stop): Produce
2357 more details on failures.
2358 * gdb.mi/mi-nonstop.exp: New.
2359 * gdb.mi/non-stop.c: New.
2360
2361 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2362
2363 * gdb.mi/mi-async.exp: Use 'set target-async'.
2364 * lib/mi-support.exp: Use 'set/show target-async'.
2365
2366 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2367
2368 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2369
2370 2008-08-17 Tom Tromey <tromey@redhat.com>
2371
2372 * gdb.base/help.exp (help catch): Rewrite.
2373
2374 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2375
2376 * gdb.base/define.exp: Test indented command documentation.
2377 * gdb.python/python.exp: Test indented multi-line command.
2378
2379 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
2380
2381 * testsuite/gdb.arch/vsx-regs.c: New source file.
2382 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2383 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2384
2385 2008-08-14 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.base/macscp.exp: Add regression test for "macro define" or
2388 "macro undef" with no arguments.
2389
2390 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2391
2392 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
2393
2394 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2395
2396 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2397
2398 2008-08-06 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.python/python.exp: New file.
2401
2402 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2403
2404 Fix for PR gdb/1543.
2405 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2406 $LOCATION.
2407 (location): New variable.
2408 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2409 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2410 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2411 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2412 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2413 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2414 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2415 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2416 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2417 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2418 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2419 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2420 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2421 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2422 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2423 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2424 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2425 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2426 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2427 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2428 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2429 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2430 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2431 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2432 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2433 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2434 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2435 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2436 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2437 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2438 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2439 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2440 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2441 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2442 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2443 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2444 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2445 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2446 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2447 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2448 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2449 gdb.base/type-opaque.exp, gdb.base/until.exp,
2450 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2451 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2452 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2453 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2454 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2455 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2456 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2457 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2458 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2459 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2460 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2461 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2462 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2463 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2464 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2465 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2466 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2467 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2468 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2469 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2470 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2471 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2472 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2473 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2474 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2475 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2476 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2477 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2478 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2479 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2480 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2481 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2482 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2483 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2484 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2485 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2486 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2487 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2488 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2489 to bug-gdb@prep.ai.mit.edu .
2490
2491 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2492
2493 * lib/mi-support.exp (mi_load_shlibs): New.
2494 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2495
2496 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2497
2498 * lib/mi-support.exp (get_mi_thread_list)
2499 (check_mi_and_console_threads): New, moved from ...
2500 * gdb.mi/mi-pthread.exp: ...here.
2501 * gdb.mi/gdb669.exp (get_mi_thread_list)
2502 (check_mi_and_console_threads): Delete.
2503 * gdb.mi/mi2-pthread.exp: Likewise.
2504
2505 2008-07-28 Tom Tromey <tromey@redhat.com>
2506
2507 * Makefile.in (just-check): Remove. Move body to...
2508 (check): ... here.
2509
2510 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2511
2512 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2513 Add a test for duplicated SIGINTs.
2514
2515 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2516
2517 * gdb.threads/schedlock.exp (get_args): Update to work for any
2518 value of NUM.
2519 (Top level): Report the number of threads that did not resume.
2520
2521 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2522
2523 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2524
2525 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2526
2527 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2528 non-MI prompt.
2529
2530 2008-07-26 Tom Tromey <tromey@redhat.com>
2531
2532 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2533 (function_struct, function_struct_ptr): New globals.
2534 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2535 function pointer in a struct.
2536
2537 2008-07-26 Tom Tromey <tromey@redhat.com>
2538
2539 * gdb.base/macscp.exp: Add test for macro lexing bug.
2540
2541 2008-07-18 Tom Tromey <tromey@redhat.com>
2542
2543 * gdb.base/macscp.exp: Add macro tests.
2544
2545 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2546
2547 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2548
2549 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2550
2551 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2552
2553 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2554
2555 * gdb.cp/class2.exp: fix for failure on spu-elf
2556
2557 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2558
2559 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
2560
2561 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2564
2565 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2566
2567 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2568
2569 2008-07-11 Kevin Buettner <kevinb@redhat.com>
2570
2571 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2572 of regexp to account for changes made to GDB in the printing of
2573 byte vectors.
2574
2575 2008-07-11 Tom Tromey <tromey@redhat.com>
2576
2577 * gdb.base/completion.exp: Add 'help' completion test.
2578
2579 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2582
2583 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2586
2587 2008-07-09 Pedro Alves <pedro@codesourcery.com>
2588
2589 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2590
2591 2008-07-09 Pedro Alves <pedro@codesourcery.com>
2592
2593 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2594
2595 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2596
2597 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2598
2599 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2600
2601 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2602 previous commit. Add a comment.
2603
2604 2008-06-28 Pedro Alves <pedro@codesourcery.com>
2605
2606 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2607
2608 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2609
2610 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2611
2612 2008-06-27 Pedro Alves <pedro@codesourcery.com>
2613
2614 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2615 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2616 compiling an executable, link in an object that forces unbuffered
2617 output.
2618 * lib/set_unbuffered_mode.c: New file.
2619
2620 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2623
2624 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2625
2626 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2627 mi_expect_stop.
2628 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2629 Demand that *running is output.
2630 (detect_async): Perform checking every time.
2631 (mi_send_resuming_command): Extract everything into...
2632 (mi_send_resuming_command_raw): ...this.
2633 (mi_expect_stop): Don't accept any output before *stopped.
2634
2635 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2636
2637 Robustify mi-simplerun.
2638 * gdb.mi/basics.c (main): Add a call to sleep.
2639 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2640 * gdb.mi/mi2-cli.exp: Likewise.
2641 * gdb.mi/mi-break.exp: Likewise.
2642
2643 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
2644
2645 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2646
2647 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2648
2649 * gdb.mi/mi-console.exp: Adjust.
2650 * gdb.mi/mi-syn-frame.exp: Adjust.
2651 * gdb.mi/mi2-console.exp: Adjust.
2652 * gdb.mi/mi2-syn-frame.exp: Adjust.
2653 * lib/mi-support.exp (mi_run_cmd): Adjust.
2654 (mi_send_resuming_command): Adjust.
2655
2656 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2657
2658 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
2659 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2660 testing of stopped.
2661 * gdb.mi/mi2-syn-frame.exp: Likewise.
2662 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2663 (async, detect_async): New.
2664 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2665 depending on if we're running in sync or async mode.
2666
2667 2008-06-09 Tom Tromey <tromey@redhat.com>
2668
2669 * gdb.base/completion.exp: New tests for field name completion
2670 with spaces, and field name completion with '->'.
2671
2672 2008-06-06 Tom Tromey <tromey@redhat.com>
2673
2674 * gdb.base/break1.c (struct some_struct): New struct.
2675 (values): New global.
2676 * gdb.base/completion.exp: Add field name completion test.
2677
2678 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2679
2680 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2681 to pointer.
2682 * gdb.cp/call-c.cc: Likewise.
2683
2684 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
2685
2686 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2687 annotation.
2688
2689 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2690 Pedro Alves <pedro@codesourcery.com>
2691
2692 * gdb.threads/execl.c, gdb.threads/execl1.c,
2693 gdb.threads/execl.exp: New tests.
2694
2695 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2696 Daniel Jacobowitz <dan@codesourcery.com>
2697
2698 * gdb.cp/exception.exp: Activate test, make it work with pending
2699 catchpoints.
2700
2701 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2704
2705 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2706
2707 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2708 now printed.
2709 * gdb.mi/mi2-var-cmd.exp: Likewise.
2710
2711 2008-05-27 Andreas Schwab <schwab@suse.de>
2712
2713 * gdb.base/frame-args.exp: Handle arguments that are optimized
2714 out.
2715
2716 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
2717
2718 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2719 quiet for ppc32 and group options into a single variable.
2720
2721 2008-05-23 Joel Brobecker <brobecker@adacore.com>
2722
2723 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2724 of zero-size elements.
2725 * gdb.ada/null_array.exp: Test printing this new array.
2726
2727 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2730
2731 2008-05-21 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2734 of the "finish" command.
2735
2736 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
2737
2738 * gdb.base/annota1.exp: Test for new annotation.
2739
2740 2008-05-16 Pedro Alves <pedro@codesourcery.com>
2741
2742 * gdb.base/fixsection.exp: New file.
2743 * gdb.base/fixsection0.c: New file.
2744 * gdb.base/fixsection1.c: New file.
2745
2746 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2747
2748 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2749 * gdb.base/annota3.exp: Likewise.
2750
2751 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2752
2753 * gdb.base/watch_thread_num.exp: Don't run tests that require
2754 watchpoints if the target doesn't support them.
2755
2756 2008-05-12 Doug Evans <dje@google.com>
2757
2758 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
2759
2760 2008-05-09 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.ada/assign_1.exp: New testcase.
2763
2764 2008-05-09 Doug Evans <dje@google.com>
2765
2766 * gdb.base/find.exp: New file.
2767 * gdb.base/find.c: New file.
2768
2769 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
2770
2771 * gdb.base/commands.exp (watchpoint_command_test): Handle
2772 gdb,no_hardware_watchpoints.
2773 * gdb.base/float.exp: Allow ARM targets without floating point.
2774 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
2775
2776 2008-05-06 Jerome Guitton <guitton@adacore.com>
2777 Joel Brobecker <brobecker@adacore.com>
2778
2779 * gdb.ada/lang_switch: New test program.
2780 * gdb.ada/lang_switch.exp: New testcase.
2781
2782 2008-05-05 Doug Evans <dje@google.com>
2783
2784 * gdb.base/help.exp (disassemble): Update expected help text.
2785
2786 2008-05-04 Pedro Alves <pedro@codesourcery.com>
2787
2788 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
2789
2790 2008-05-04 Pedro Alves <pedro@codesourcery.com>
2791
2792 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
2793 different times.
2794
2795 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2796
2797 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
2798 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
2799 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
2800 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
2801
2802 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2803
2804 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
2805 notification to appear.
2806
2807 2008-05-04 Daniel Jacobowitz <dan@debian.org>
2808
2809 * gdb.base/fullname.c: New file.
2810 * gdb.base/fullname.exp: New file.
2811 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
2812
2813 2008-05-03 Pedro Alves <pedro@codesourcery.com>
2814
2815 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
2816 expressions with macros.
2817
2818 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
2821
2822 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2823
2824 * gdb.base/completion.exp: Handle lack of other symbols beginning
2825 with "a".
2826
2827 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
2828
2829 2008-05-02 Jim Blandy <jimb@codesourcery.com>
2830
2831 * gdb.asm/asmsrc1.s: Add scratch space.
2832
2833 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2834 Daniel Jacobowitz <dan@codesourcery.com>
2835
2836 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
2837 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
2838 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
2839
2840 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2841
2842 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
2843
2844 2008-05-01 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.base/info-target.exp: New testcase.
2847
2848 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2849
2850 * gdb.cp/hang.exp: Use .cc instead of .C.
2851 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
2852 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
2853
2854 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2855
2856 * gdb.base/gdb1250.exp: Remove perror.
2857 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
2858
2859 2008-04-30 Pedro Alves <pedro@codesourcery.com>
2860
2861 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
2862 .2byte.
2863
2864 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
2865
2866 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
2867 (maybe_kfail): New.
2868
2869 2008-04-25 Pedro Alves <pedro@codesourcery.com>
2870
2871 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
2872
2873 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2874
2875 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
2876 * gdb.mi/mi2-syn-frame.exp: Likewise.
2877 * lib/mi-support.exp: Likewise.
2878
2879 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2880
2881 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
2882 to specify regexp for the location to stop at.
2883 * gdb.base/break-always.c: New.
2884 * gdb.base/break-always.exp: New.
2885
2886 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2887
2888 * lib/mi-support.exp (mi_runto_helper): Adjust
2889 for the original-location field.
2890 (mi_create_breakpoint, mi_list_breakpoints): New.
2891 * gdb.mi/mi-break.exp: Adjust.
2892 * gdb.mi/mi2-break.exp: Adjust.
2893 * gdb.mi/mi-pending.exp: Adjust.
2894 * gdb.mi/mi-simplerun.exp: Adjust.
2895 * gdb.mi/mi2-simplerun.exp: Adjust.
2896 * gdb.mi/mi-syn-frame.exp: Adjust.
2897 * gdb.mi/mi2-syn-frame.exp: Adjust.
2898 * gdb.mi/mi-until.exp: Adjust.
2899 * gdb.mi/mi2-until.exp: Adjust.
2900 * gdb.mi/mi-var-display.exp: Adjust.
2901 * gdb.mi/mi2-var-display.exp: Adjust.
2902 * gdb.mi/mi-watch.exp: Adjust.
2903 * gdb.mi/mi2-watch.exp: Adjust.
2904
2905 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
2906
2907 * aclocal.m4: Add override.m4.
2908 * configure: Regenerate.
2909
2910 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2911
2912 * gdb.mi/var-cmd.c (do_at_tests): Verify that
2913 '-var-update --all-values' reports new value even the type
2914 of a variable object has changed.
2915
2916 2008-04-18 Craig Silverstein <csilvers@google.com>
2917
2918 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
2919 files.
2920
2921 2008-04-18 Joel Brobecker <brobecker@adacore.com>
2922
2923 * gdb.ada/atomic_enum: New test program.
2924 * gdb.ada/atomic_enum.exp: New testcase.
2925
2926 2008-04-17 Doug Evans <dje@google.com>
2927
2928 * gdb.opt/Makefile.in: Fix whitespace.
2929
2930 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
2931
2932 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
2933
2934 2008-04-17 Doug Evans <dje@google.com>
2935
2936 * gdb.base/hashline1.exp: New testcase.
2937 * gdb.base/hashline2.exp: New testcase.
2938 * gdb.base/hashline2.exp: New testcase.
2939
2940 2008-04-17 Pedro Alves <pedro@codesourcery.com>
2941
2942 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
2943
2944 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2945
2946 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
2947 temporary breakpoint to match "Temporary breakpoint".
2948 * gdb.base/break.exp (delete_breakpoints): Likewise.
2949 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
2950 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
2951 * gdb.base/display.exp: Likewise.
2952 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
2953 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
2954 * gdb.base/restore.exp (restore_tests): Likewise.
2955 * gdb.base/sepdebug.exp: Likewise.
2956 * gdb.base/watchpoint.exp: Likewise.
2957 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
2958 * gdb.mi/mi-pending.exp: Likewise.
2959 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
2960 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
2961 * gdb.mi/mi-var-cmd.exp: Likewise.
2962 * gdb.mi/mi-var-display.exp: Likewise.
2963 * gdb.mi/mi2-cli.exp: Likewise.
2964 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
2965 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
2966 * gdb.mi/mi2-var-display.exp: Likewise.
2967 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
2968 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
2969 new "disp" field.
2970 (mi_expect_stop): Move after_reason argument to be really after
2971 reason. This is to support fix for PR2424.
2972
2973 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2974
2975 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
2976
2977 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
2978
2979 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
2980 field. Add more floating varobj tests.
2981 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
2982 field.
2983 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
2984 (main): Call do_at_tests.
2985 * lib/mi-support.exp (mi_create_floating_varobj)
2986 (mi_varobj_update_with_type_change): New.
2987
2988 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2989
2990 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
2991 option of -var-evaluate-expression.
2992 * gdb.mi/mi2-var-display.exp: Likewise.
2993
2994 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
2995
2996 Introduce test setup helpers.
2997 * lib/gdb.exp (build_executable, clean_restart)
2998 (prepare_for_testing): New.
2999 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3000 * gdb.base/return.exp: Likewise.
3001 * gdb.base/ending-run.exp: Likewise.
3002
3003 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3006 Interface (MI) responses.
3007
3008 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3009
3010 * gdb.cp/breakpoint.cc: New code to test conditions involving
3011 member variables.
3012 * gdb.cp/breakpoint.exp: Test condition involving member
3013 variables.
3014
3015 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3016
3017 * lib/mi-support.exp (mi_expect_stop): New.
3018 (mi_run_cmd): Change the
3019 token. Use mi_send_resuming_command, use
3020 mi_expect_stop.
3021 (mi_execute_to_helper): Rename to mi_execute_to.
3022 (mi_send_resuming_command): Add more error patterns.
3023 (mi_wait_for_stop): Renamed to...
3024 (mi_get_stop_line): ...this.
3025 (mi_run_inline_test): Adjust.
3026
3027 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3028 * gdb.mi/mi-console.exp: Likewise.
3029 * gdb.mi/mi-pending.exp: Likewise.
3030 * gdb.mi/mi-simplerun.exp: Likewise.
3031 * gdb.mi/mi-stack.exp: Likewise.
3032 * gdb.mi/mi-stepi.exp: Likewise.
3033 * gdb.mi/mi-syn-frame.exp: Add comment.
3034 * gdb.mi/mi-until.exp: Likewise.
3035 * gdb.mi/mi-var-display.exp: Likewise.
3036 * gdb.mi/mi-watch.exp: Likewise.
3037 * gdb.mi/mi2-cli.exp: Likewise.
3038 * gdb.mi/mi2-console.exp: Likewise.
3039 * gdb.mi/mi2-simplerun.exp: Likewise.
3040 * gdb.mi/mi2-stack.exp: Likewise.
3041 * gdb.mi/mi2-stepi.exp: Likewise.
3042 * gdb.mi/mi2-until.exp: Likewise.
3043 * gdb.mi/mi2-var-display.exp: Likewise.
3044 * gdb.mi/mi2-watch.exp: Likewise.
3045
3046 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3047
3048 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3049
3050 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3051
3052 2008-04-04 Pedro Alves <pedro@codesourcery.com>
3053
3054 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3055 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3056 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3057 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3058 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3059 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3060 expect an mi error duplicated in stderr.
3061
3062 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3063
3064 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3065 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3066 Add a couple of tests that verify the behavior when the new setting
3067 is set to "cancel" and "all".
3068 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3069 "ask" before we start the testing.
3070
3071 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3072
3073 * gdb.cp/casts.cc: Add class reference variables.
3074 * gdb.cp/casts.exp: New test cases for up/down casting references.
3075
3076 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3077
3078 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3079 instead of beginning to make an extra test pass.
3080 * gdb.mi/mi2-var-display.exp: Likewise.
3081
3082 2008-03-31 Maciej W. Rozycki <macro@mips.com>
3083
3084 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3085
3086 2008-03-31 Markus Deuling <deuling@de.ibm.com>
3087 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3088
3089 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3090 value. Add xfail for older kernels.
3091
3092 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3093
3094 Bring mi-support in line with gdb.exp.
3095 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3096 (mi_gdb_start): New function.
3097
3098 2008-03-28 Maciej W. Rozycki <macro@mips.com>
3099
3100 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3101
3102 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3103
3104 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3105 * gdb.mi/mi2-var-display.exp: Likewise.
3106
3107 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3108
3109 * lib/mi-support.exp (mi_create_varobj_checked): New.
3110 (mi_list_varobj_children): Allow to check for a
3111 value.
3112 (mi_list_array_varobj_children): New.
3113
3114 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3115 and mi_list_varobj_children, as opposed to hardcoding
3116 expected strings.
3117 * gdb.mi/gdb701.exp: Likewise.
3118 * gdb.mi/gdb792.exp: Likewise.
3119 * gdb.mi/mi-var-block.exp: Likewise.
3120 * gdb.mi/mi-var-cmd.exp: Likewise.
3121 * gdb.mi/mi-var-invalidate.exp: Likewise.
3122 * gdb.mi/mi2-var-block.exp: Likewise.
3123 * gdb.mi/mi2-var-child.exp: Likewise.
3124 * gdb.mi/mi2-var-cmd.exp: Likewise.
3125 * gdb.mi/mi2-var-display.exp: Likewise.
3126
3127 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 Fix random false FAILs on i386.
3130 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3131
3132 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3133
3134 PR gdb/544
3135 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3136
3137 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3138
3139 PR gdb/544
3140 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3141
3142 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3143
3144 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3145 fixed PR gdb/544.
3146
3147 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3148
3149 * gdb.threads/fork-child-threads.exp: Test next over fork.
3150
3151 2008-03-21 Chris Demetriou <cgd@google.com>
3152
3153 * gdb.base/break.exp (rbreak junk): New test for rbreak
3154 "Junk at end of arguments" issue.
3155
3156 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3157
3158 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3159 *& to work on created array elements.
3160 (Top level): Test print $pc with a file. Test string operations
3161 without a target.
3162 * gdb.base/ptype.exp: Do not expect *& to work on created array
3163 elements.
3164
3165 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3168 gdb.threads/staticthreads.exp: Update exit query.
3169
3170 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3171
3172 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3173
3174 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3175
3176 * gdb.base/watchpoint.c (global_ptr, func4): New.
3177 (main): Call func4.
3178 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3179 (test_inaccessible_watchpoint): New.
3180
3181 2008-02-29 Maciej W. Rozycki <macro@mips.com>
3182
3183 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3184 select the largest.
3185
3186 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3187
3188 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3189 frames-invalid annotations.
3190
3191 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3192
3193 * gdb.base/assign.exp: avoid same output for different tests.
3194
3195 2008-02-27 Doug Evans <dje@google.com>
3196
3197 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3198 for bug 1738.
3199 (breakpoint_to_handler_entry): Ditto.
3200
3201 2008-02-27 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdb.base/ending-run.exp: Use the first line of code inside
3204 function body to test breakpoints.
3205 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3206 location where the breakpoint is inserted when using the line
3207 where a function is declared. Fix typo in the description of
3208 one of the tests.
3209 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3210
3211 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3212
3213 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
3214 tests.
3215
3216 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3217
3218 * gdb.base/args.exp: avoid same output for tests
3219 with single quotes.
3220
3221 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3222
3223 * gdb.base/annota1.exp: Adjust for 'info break'
3224 format changes.
3225 * gdb.base/annota3.exp: Likewise.
3226 * gdb.base/break.exp: Likewise.
3227 * gdb.base/condbreak.exp: Likewise.
3228 * gdb.base/pending.exp: Likewise.
3229 * gdb.base/sepdebug.exp: Likewise.
3230 * gdb.base/unload.exp: Likewise.
3231 * gdb.cp/ovldbreak.exp: Likewise.
3232 * gdb.mi/mi-pending.exp: Likewise.
3233
3234 2008-02-07 Doug Evans <dje@google.com>
3235
3236 * gdb.cp/mb-inline.exp: New.
3237 * gdb.cp/mb-inline.h: New.
3238 * gdb.cp/mb-inline1.cc: New.
3239 * gdb.cp/mb-inline2.cc: New.
3240
3241 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3242
3243 * gdb.pascal/floats.pas: New test program.
3244 * gdb.pascal/floats.exp: New testcase.
3245
3246 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3247
3248 * gdb.base/callfuncs.c (t_float_many_args): New function.
3249 (t_double_many_args): New function.
3250 * gdb.base/callfuncs.exp: Add tests for exceeding float
3251 and double parameters passed through the stack.
3252
3253 2008-02-05 Joel Brobecker <brobecker@adacore.com>
3254
3255 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3256 gdb.ada/complete/foo.adb: New files.
3257 * gdb.ada/complete.exp: New testcase.
3258
3259 2008-02-03 Doug Evans <dje@google.com>
3260
3261 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3262
3263 * gdb.cp/gdb2384.exp: New file.
3264 * gdb.cp/gdb2384.cc: New file.
3265 * gdb.cp/gdb2384-base.h: New file.
3266 * gdb.cp/gdb2384-base.cc: New file.
3267
3268 2008-02-02 Doug Evans <dje@google.com>
3269
3270 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3271
3272 2007-02-01 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdb.ada/sym_print_name: New test program.
3275 * gdb.ada/sym_print_name.exp: New testcase.
3276
3277 2007-02-01 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdb.ada/nested/hello.adb: New file.
3280 * gdb.ada/nested.exp: New testcase.
3281 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3282
3283 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3284
3285 * gdb.mi/basic.c (return_1): New function.
3286 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3287 don't cause future evaluations of function to report
3288 creation of internal breakpoints.
3289
3290 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3291
3292 * gdb.mi/mi-break.exp (test_error): New.
3293 Call it.
3294
3295 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
3296
3297 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3298 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3299
3300 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3301
3302 * gdb.pascal/integers.pas: New test program.
3303 * gdb.pascal/integers.exp: New testcase.
3304
3305 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3306
3307 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3308
3309 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
3310
3311 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3312 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3313
3314 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3315
3316 * gdb.ada/formatted_ref: New test program.
3317 * gdb.ada/formatted_ref.exp: New testcase.
3318
3319 * gdb.cp/formatted-ref.cc: New file.
3320 * gdb.cp/formatted-ref.exp: New testcase.
3321
3322 2008-01-30 Joel Brobecker <brobecker@adacore.com>
3323
3324 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3325
3326 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3329 (test_file_list_exec_source_file): Update to new macro-info field.
3330
3331 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3332
3333 * gdb.ada/exprs: New test program.
3334 * gdb.ada/exprs.exp: New testcase.
3335
3336 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3337
3338 * dfp-test.c (DELTA, DELTA_B): New definitions.
3339 (double_val1, double_val2, double_val3, double_val4, double_val5,
3340 double_val6, double_val7, double_val8, double_val9, double_val10,
3341 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3342 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3343 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3344 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3345 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3346 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3347 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3348 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3349 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3350 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3351 dec128_val16): New global variables.
3352 (decimal_dec128_align): New function.
3353 (decimal_mixed): Likewise.
3354 (decimal_many_args_dec32): Likewise.
3355 (decimal_many_args_dec64): Likewise.
3356 (decimal_many_args_dec128): Likewise.
3357 (decimal_many_args_mixed): Likewise.
3358 * dfp-test.exp: Add tests calling new inferior functions.
3359
3360 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3361
3362 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3363 gdb.server/ext-run.exp: New files.
3364 * lib/gdbserver-support.exp (gdbserver_download): New.
3365 (gdbserver_start): New. Update gdbserver expected
3366 output.
3367 (gdbserver_spawn): Use them.
3368 (gdbserver_start_extended): New.
3369
3370 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3373 Run on GNU/Linux.
3374 (do_exec_tests): Check for systems which do not support catchpoints.
3375 Do not match START.
3376 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3377 Run on GNU/Linux. Enable verbose output.
3378 (check_fork_catchpoints): New.
3379 (explicit_fork_child_follow, catch_fork_child_follow)
3380 (tcatch_fork_parent_follow): Update expected messages.
3381 (do_fork_tests): Use check_fork_catchpoints.
3382 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3383 Run on GNU/Linux. Enable verbose output.
3384 (check_vfork_catchpoints): New.
3385 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3386 expected messages.
3387 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3388
3389 2008-01-29 Jim Blandy <jimb@red-bean.com>
3390
3391 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3392 host' errors.
3393 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3394
3395 2008-01-29 Jim Blandy <jimb@red-bean.com>
3396
3397 * gdb.threads/sigthread.c: Use barriers to ensure that
3398 child_thread and child_thread_two are always initialized before we
3399 start to use them.
3400
3401 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3402
3403 * gdb.base/watchpoint-solib.exp: New.
3404 * gdb.base/watchpoint-solib.c: New.
3405 * gdb.base/watchpoint-solib-shr.c: New.
3406
3407 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3408
3409 * gdb.base/gdb1056.exp: Add unsigned integer test.
3410
3411 2008-01-28 Doug Evans <dje@google.com>
3412
3413 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3414
3415 2008-01-27 Jim Blandy <jimb@codesourcery.com>
3416
3417 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3418
3419 * gdb.base/expand-psymtabs.exp: Doc fix.
3420
3421 2008-01-26 Mark Kettenis <kettenis@gnu.org>
3422
3423 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3424
3425 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
3428 -var-set-format.
3429
3430 2008-01-23 Chris Demetriou <cgd@google.com>
3431
3432 * gdb.threads/thread_events.c: New testcase source file.
3433 * gdb.threads/thread_events.exp: New testcase expect file.
3434
3435 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * lib/gdb.exp: Add the variable octal.
3438
3439 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
3440 -var-set-format.
3441
3442 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3443 Vladimir Prus <vladimir@codesourcery.com>
3444
3445 * gdb.base/float.exp: Allow missing floating point for m68k and
3446 PowerPC.
3447
3448 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3449
3450 * gdb.mi/basics.c: Setup for testing breakpoints
3451 ignore count.
3452 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3453 * gdb.mi/mi-cli.exp: Adjust.
3454 * gdb.mi/mi2-cli.exp: Adjust.
3455
3456 2008-01-17 Pedro Alves <pedro@codesourcery.com>
3457
3458 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3459 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3460 with dummy_ptr's address.
3461 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3462 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3463 all targets.
3464 * gdb.mi/mi2-var-child.exp: Likewise.
3465
3466 2008-01-09 Joel Brobecker <brobecker@adacore.com>
3467
3468 * gdb.ada/null_array: New test program.
3469 * gdb.ada/null_array.exp: New testcase.
3470
3471 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3472
3473 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3474 with required float modifiers.
3475
3476 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3477
3478 * gdb.ada/funcall_param: New test program.
3479 * gdb.ada/funcall_param.exp: New testcase.
3480
3481 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.ada/arrayparam: New test program.
3484 * gdb.ada/arrayparam.exp: New testcase.
3485
3486 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3487
3488 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3489 landed. Should also fix random failures in the test following it.
3490
3491 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3492
3493 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3494 for expressions with decimal float values.
3495 (test_dfp_conversions): New function to test casts to and from
3496 decimal float types.
3497 Call test_dfp_conversions.
3498 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3499 elements.
3500 (main): Initialize ds.float4 and ds.double8 elements.
3501 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3502 string to new error message.
3503 (d64_set_tests): Likewise.
3504 (d128_set_tests): Likewise.
3505 Add tests for expressions with decimal float variables. Add tests for
3506 conversions to and from decimal float types.
3507
3508 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3511 * gdb.ada/packed_tagged.exp: New testcase.
3512
3513 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3514
3515 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3516 gdb.ada/homonym/homonym_main.adb: New files.
3517 * gdb.ada/homonym.exp: New testcase.
3518
3519 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.ada/packed_array.exp: Add testing of references to
3522 a packed array.
3523
3524 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3527 New files.
3528 * gdb.ada/type_coercion.exp: New testcase.
3529
3530 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3531
3532 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3533 gdb.ada/tagged/foo.adb: New file.
3534 * gdb.ada/tagged.exp: New testcase.
3535
3536 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3537
3538 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3539 gdb.ada/ptype_field/foo.adb: New files.
3540 * gdb.ada/ptype_field.exp: New testcase.
3541
3542 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.ada/print_pc.exp: New testcase.
3545
3546 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3547
3548 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3549 gdb.ada/taft_type/p.adb: New files.
3550 * gdb.ada/taft_type.exp: New testcase.
3551
3552 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdb.ada/array_bounds/bar.adb: New file.
3555 * gdb.ada/array_bounds.exp: New testcase.
3556
3557 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3560 gdb.ada/arrayptr/foo.adb: New files.
3561 * gdb.ada/arrayptr.exp: New testcase.
3562
3563 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.base/set-lang-auto.exp: New testcase.
3566
3567 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3568
3569 * gdb.ada/fun_addr/foo.adb: New file.
3570 * gdb.ada/fun_addr.exp: New testcase.
3571
3572 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3575 New files
3576
3577 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3578
3579 * array_subscript_addr/p.adb: New file.
3580 * array_subscript_addr.exp: New testcase.
3581
3582 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3583
3584 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
3585 New files.
3586 * gdb.ada/str_cmp_ref.exp: New testcase.
3587
3588 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3589
3590 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3591 gdb.ada/fun_in_declare/foo.adb: New files.
3592 * gdb.ada/fun_in_declare.exp: New testcase.
3593
3594 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3597 gdb.ada/ref_param/pck.ads: New files.
3598 * gdb.ada/ref_param.exp: New testcase.
3599
3600 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3601
3602 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3603 gdb.ada/interface/foo.adb: New files.
3604 * gdb.ada/interface.exp: New testcase.
3605
3606 2007-12-31 Jim Blandy <jimb@codesourcery.com>
3607
3608 * gdb.base/multi-forks.exp: Consume all output from child
3609 processes before proceeding to next test.
3610
3611 2007-12-29 Jim Blandy <jimb@codesourcery.com>
3612
3613 * configure: Regenerated.
3614
3615 2007-12-27 Joel Brobecker <brobecker@adacore.com>
3616
3617 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3618 gdb.ada/fixed_cmp/fixed.adb: New files.
3619 * gdb.ada/fixed_cmp.exp: New testcase.
3620
3621 2007-12-27 Joel Brobecker <brobecker@adacore.com>
3622
3623 * gdb.ada/boolean_expr.exp: New testcase.
3624
3625 2007-12-26 Jim Blandy <jimb@codesourcery.com>
3626
3627 * gdb.base/multi-forks.exp: Doc fix.
3628
3629 2007-12-26 Joel Brobecker <brobecker@adacore.com>
3630
3631 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3632 * gdb.ada/char_param.exp: Do not compile our test program with
3633 -gnata, this is unnecessary.
3634 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3635
3636 2007-12-24 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3639 gdb.ada/print_chars/foo.adb: New files.
3640 * gdb.ada/print_chars.exp: New testcase.
3641
3642 2007-12-24 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3645 gdb.ada/char_param/foo.adb: New files.
3646 * gdb.ada/char_param.exp: New testcase.
3647
3648 2007-12-22 Jim Blandy <jimb@codesourcery.com>
3649
3650 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3651 hard-coding source line numbers into the test.
3652 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3653 gdb_get_line_number to find.
3654
3655 2007-12-22 Joel Brobecker <brobecker@adacore.com>
3656
3657 * gdb.base/ptype.c (highest): New struct type.
3658 (the_highest): New variable of that type.
3659 (main): Add dummy assignment to a field of variable the_highest.
3660 * gdb.base/ptype.exp: Test type printing of our new variable.
3661
3662 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3663
3664 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
3665 and record first explicitly generated thread number.
3666 Use that thread number for thread specific watchpoint test.
3667 Add iteration number to repetitive tests.
3668
3669 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3670 Jim Blandy <jimb@codesourcery.com>
3671
3672 * gdb.base/expand-psymtabs.c: New testcase
3673 source file.
3674 * gdb.base/expand-psymtabs.exp: New testcase
3675 expect file.
3676
3677 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
3678
3679 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3680 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3681
3682 2007-12-17 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.ada/frame_args/foo.adb: New file.
3685 * gdb.ada/frame_args/pck.ads: New file.
3686 * gdb.ada/frame_args/pck.adb: New file.
3687 * gdb.ada/frame_args.exp: New testcase.
3688
3689 2007-12-17 Joel Brobecker <brobecker@adacore.com>
3690
3691 * gdb.base/frame-args.c: New file.
3692 * gdb.base/frame-args.exp: New testcase.
3693
3694 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3695 Joseph Myers <joseph@codesourcery.com>
3696
3697 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3698
3699 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
3700
3701 * gdb.mi/mi-pending.exp: New.
3702 * gdb.mi/mi-pending.c: New.
3703 * gdb.mi/mi-pendshr.c: New.
3704
3705 2007-12-06 Jim Blandy <jimb@codesourcery.com>
3706
3707 * gdb.base/default.exp: Update expected output for 'info catch'.
3708
3709 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3712 must be set to binary.
3713
3714 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3715
3716 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3717
3718 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3719
3720 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3721 gdb.mi/mi-file-transfer.exp: New.
3722
3723 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3726
3727 2007-11-22 Maciej W. Rozycki <macro@mips.com>
3728
3729 * gdb.trace/backtrace.exp: Fix a typo.
3730 * gdb.trace/circ.exp: Likewise.
3731 * gdb.trace/collection.exp: Likewise.
3732 * gdb.trace/limits.exp: Likewise.
3733 * gdb.trace/report.exp: Likewise.
3734 * gdb.trace/tfind.exp: Likewise.
3735 * gdb.trace/while-dyn.exp: Likewise.
3736
3737 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3740 objects of pointers that can't be dereferenced are now
3741 "noneditable".
3742
3743 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3744
3745 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3746 (target_cpu): Remove.
3747
3748 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3749
3750 * gdb.base/ending-run.exp: Expect the list of cleared
3751 breakpoint to come in natural order, not the reversed one.
3752
3753 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3754
3755 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3756 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
3757
3758 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
3759
3760 * gdb.base/printcmds.exp: New function
3761 test_printf_with_dfp.
3762
3763 2007-11-02 Doug Evans <dje@google.com>
3764
3765 * gdb.disasm/t01_mov.s: Remove carriage returns.
3766 * gdb.disasm/t02_mova.s: Ditto.
3767 * gdb.disasm/t03_add.s: Ditto.
3768 * gdb.disasm/t04_sub.s: Ditto.
3769 * gdb.disasm/t05_cmp.s: Ditto.
3770 * gdb.disasm/t06_ari2.s: Ditto.
3771 * gdb.disasm/t07_ari3.s: Ditto.
3772 * gdb.disasm/t08_or.s: Ditto.
3773 * gdb.disasm/t09_xor.s: Ditto.
3774 * gdb.disasm/t10_and.s: Ditto.
3775 * gdb.disasm/t11_logs.s: Ditto.
3776 * gdb.disasm/t12_bit.s: Ditto.
3777 * gdb.disasm/t13_otr.s: Ditto.
3778
3779 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3780
3781 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
3782
3783 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3784
3785 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
3786 provide DFP support.
3787
3788 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3789
3790 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
3791 Test "set powerpc vector-abi". Skip auto-detection tests for old
3792 toolchains.
3793
3794 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3795
3796 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
3797 with [string compare].
3798
3799 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3800
3801 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
3802 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
3803
3804 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
3805
3806 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
3807 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
3808 * gdb.opt/Makefile.in: New makefile.
3809 * Makefile.in: Create new directory "gdb.opt".
3810 * configure.ac: Add "gdb.opt" directory.
3811 * configure: Regenerated.
3812
3813 2007-10-25 Doug Evans <dje@google.com>
3814
3815 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
3816 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
3817
3818 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
3819 Thiago Jung Bauermann <bauerman@br.ibm.com>
3820
3821 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
3822 Floating Point expressions.
3823 * gdb.base/dfp-test.exp: new file adding tests for Decimal
3824 Floating Point variables.
3825 * gdb.base/dfp-test.c: new file containing program with Decimal
3826 Floating variables, used by gdb.base/dfp-test.exp.
3827
3828 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
3831
3832 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3833
3834 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
3835 compiling test case with GCC.
3836 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
3837
3838 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3839
3840 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3841 format changes.
3842
3843 2007-10-18 Michael Snyder <msnyder@specifix.com>
3844
3845 * gdb.base/dbx.exp: Add missing "-re " operator.
3846
3847 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
3848
3849 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
3850 * configure.ac: Removed trailing spaces after backslash.
3851 * gdb.modula2: New directory.
3852 * gdb.modula2/Makefile.in: New file.
3853 * gdb.modula2/unbounded-array.exp: New file.
3854 * gdb.modula2/unbounded1.c: New file.
3855
3856 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3857
3858 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
3859
3860 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
3861
3862 * gdb.base/sigstep.c (main): Add checks for
3863 return values for setitimer call.
3864 Call setitimer again with itimer = ITIMER_REAL
3865 if first call to setitimer fails.
3866
3867 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
3868
3869 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
3870 of $timeout.
3871
3872 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3873
3874 * gdb.server/server-run.exp: Test for dynamic linker symbols.
3875
3876 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
3877
3878 * lib/gdb.exp (gdb_run_cmd): Move comment outside
3879 of gdb_expect call, to avoid interruption.
3880
3881 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
3882
3883 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
3884 (v_unsigned_long_long, v_long_long_array)
3885 (v_signed_long_long_array, v_unsigned_long_long_array)
3886 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
3887 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
3888 [!NO_LONG_LONG]: New.
3889 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
3890 v_long_long_member.
3891
3892 (v_long_long_func, v_signed_long_long_func)
3893 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
3894 (main) [!NO_LONG_LONG]: Initialize long long variants.
3895
3896 * gdb.base/whatis.exp: If board file requests no_long_long, build
3897 test with NO_LONG_LONG defined. Test long long, signed long long,
3898 and unsigned long long variants but only if board file doesn't
3899 disable it.
3900
3901 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
3902 Daniel Jacobowitz <dan@codesourcery.com>
3903
3904 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
3905 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
3906 * configure: Regenerated.
3907 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
3908 gdb.pascal/types.exp, lib/pascal.exp: New files.
3909
3910 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3911
3912 * gdb.cp/classes.exp (do_tests): Always step to the line after the
3913 call.
3914 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
3915 to return to the call.
3916 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
3917 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
3918 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
3919 * gdb.mi/mi-until.exp (test_until): Likewise.
3920 * gdb.mi/mi2-until.exp (test_until): Likewise.
3921
3922 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3923
3924 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
3925 two-char array.
3926 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
3927
3928 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3929
3930 * gdb.threads/watchthreads.c (thread_function): Sleep between
3931 iterations.
3932 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
3933 at once for S/390. Generate matching fails and passes.
3934
3935 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
3936
3937 * gdb.mi/var-cmd.c (do_children_tests): Initialize
3938 the 'struct_declarations' variable to zeros.
3939
3940 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3941
3942 * gdb.cp/mb-ctor.cc: New.
3943 * gdb.cp/mb-ctor.exp: New.
3944 * gdb.cp/mb-templates.cc: New.
3945 * gdb.cp/mb-templates.exp: New.
3946
3947 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3948
3949 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
3950
3951 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
3952
3953 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
3954 targets.
3955 * configure: Regenerate.
3956
3957 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
3958
3959 * gdb.base/annota1.exp: Adjust for 'info break'
3960 format changes.
3961 * gdb.base/annota3.exp: Likewise.
3962 * gdb.base/break.exp: Likewise.
3963 * gdb.base/condbreak.exp: Likewise.
3964 * gdb.base/pending.exp: Likewise.
3965 * gdb.base/sepdebug.exp: Likewise.
3966 * gdb.base/unload.exp: Likewise.
3967 * gdb.base/ovldbreak.exp: Likewise.
3968
3969 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3970
3971 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
3972 messages.
3973 * gdb.base/chng-syms.exp: Likewise.
3974 * gdb.base/unload.exp: Likewise.
3975
3976 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
3977
3978 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
3979
3980 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3981
3982 * schedlock.c (NUM): Change to 1.
3983 (main): Use args[0] for the main thread.
3984 * schedlock.exp: Only expect two threads. Only issue one pass or fail
3985 regardless of the number of threads.
3986
3987 2007-09-14 Maciej W. Rozycki <macro@mips.com>
3988
3989 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
3990 type down.
3991 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3992 test.
3993 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
3994 watchpoint type down.
3995 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3996 test.
3997
3998 2007-09-14 Maciej W. Rozycki <macro@mips.com>
3999
4000 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4001 Move all the tests here and run them twice, once using software
4002 watchpoints and once using hardware watchpoints.
4003 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4004
4005 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4008 test.
4009
4010 2007-09-10 Mark Kettenis <kettenis@gnu.org>
4011
4012 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4013 build-id.
4014
4015 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4016 know about $ORIGIN. Calculate output dir from $dest instead of
4017 using ${objdir}/{$subdir}.
4018
4019 2007-09-09 Mark Kettenis <kettenis@gnu.org>
4020
4021 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4022 gcore, before continuing with the test.
4023
4024 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4025
4026 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4027 * gdb.mi/mi-watch.exp: Likewise.
4028
4029 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4030 Jim Blandy <jimb@codesourcery.com>
4031
4032 * gdb.arch/i386-sse.exp: Do not expect character constants.
4033 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4034 * gdb.base/display.exp: Allow print/s.
4035 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4036 and unsigned char array changes.
4037
4038 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4039
4040 * gdb.base/display.exp: Add tests for printf %p.
4041
4042 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4043
4044 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4045 the dll name to unicode.
4046
4047 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.base/default.exp (show version): Update the version text.
4050 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4051
4052 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4055 New files.
4056
4057 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 * lib/gdb.exp (build_id_debug_filename_get): New function.
4060 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4061 Remove the generate DEBUG file for the future testcase runs.
4062 New testcase for the NT_GNU_BUILD_ID retrieval.
4063 Move the final testing step to ...
4064 (test_different_dir): ... a new function.
4065 New parameter XFAIL to XFAIL all the tests performed.
4066 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4067 New parameter TYPE to PF_PREFIX all the tests performed.
4068
4069 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4070
4071 * gdb.mi/mi-var-cp.cc (path_expression): New
4072 function.
4073 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4074
4075 2007-08-27 Markus Deuling <deuling@de.ibm.com>
4076
4077 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4078 to fit into SPU Local Store memory.
4079
4080 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.base/default.exp: Adjust the expected output of "info
4083 warranty" after the switch to GPLv3.
4084
4085 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4086
4087 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4088 to 30000 (from 20000).
4089
4090 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4091
4092 Switch the license of all .exp files to GPLv3.
4093 Switch the license of all .f and .f90 files to GPLv3.
4094 Switch the license of all .s and .S files to GPLv3.
4095
4096 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4097
4098 * configure.ac: Switch license to GPLv3.
4099
4100 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4101
4102 Switch the licensing to GPLv3 for all .ads and .adb files.
4103
4104 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4107 and t_int_double.
4108 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4109
4110 2007-08-17 Joel Brobecker <brobecker@adacore.com>
4111
4112 * gdb.base/step-line.c: Switch license to GPL version 3, and
4113 update copyright year.
4114 * gdb.base/step-line.inp: Likewise.
4115
4116 2007-08-17 Joel Brobecker <brobecker@adacore.com>
4117
4118 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4119 changes inside gdb1555.c.
4120 * gdb.base/pending.exp: Likewise.
4121
4122 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4123
4124 * config/default.exp: New file.
4125
4126 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4127
4128 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4129 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4130
4131 2007-07-30 Maciej W. Rozycki <macro@mips.com>
4132
4133 * gdb.base/dump.exp: Force the correct endianness for binary
4134 formats not carrying this information.
4135
4136 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4137
4138 * gdb.threads/staticthreads.exp: Match .*sem_post.
4139
4140 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4141
4142 * gdb.base/readline.exp (operate_and_get_next): Match the final
4143 prompt.
4144
4145 2007-07-23 Kevin Buettner <kevinb@redhat.com>
4146
4147 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4148 to restarting SID.
4149
4150 2007-07-18 Kevin Buettner <kevinb@redhat.com>
4151
4152 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4153 prior to `gdb_start'.
4154
4155 2007-07-18 Kevin Buettner <kevinb@redhat.com>
4156
4157 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4158 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4159 Remove call to gdb_unload.
4160
4161 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4162 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4165 for __WIN32__.
4166 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4167 * gdb.base/unload.exp: Use shared library test routines.
4168
4169 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4170
4171 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4172 * gdb.base/solib-symbol-lib.c: Likewise.
4173 * gdb.base/solib-symbol-main.c: Likewise.
4174
4175 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4176
4177 * config/gdbserver.exp (gdb_reconnect): New.
4178 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4179 gdb.base/solib-disc.exp: New files.
4180 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4181 remote debugging".
4182 (gdb_compile): Add shlib_load flag.
4183 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4184 port.
4185 (gdbserver_reconnect): New.
4186
4187 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
4188 Daniel Jacobowitz <dan@codesourcery.com>
4189
4190 * gdb.base/annota3.exp: Test for if construct.
4191
4192 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4193
4194 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4195
4196 2007-06-21 Chris Dearman <chris@mips.com>
4197 Maciej W. Rozycki <macro@mips.com>
4198
4199 * gdb.base/display.exp: Allow a newline after display/i.
4200 * gdb.base/pc-fp.exp: Likewise.
4201 * gdb.base/sigbpt.exp: Likewise.
4202
4203 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4206 required features to be included.
4207
4208 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4209
4210 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4211 in info threads output.
4212
4213 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4214 Markus Deuling <deuling@de.ibm.com>
4215
4216 * gdb.arch/spu-info.exp: New testcase.
4217 * gdb.arch/spu-info.c: New file.
4218
4219 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4222 tpcs_offset. Restore lr after the call.
4223 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4224
4225 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4226
4227 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4228 (gdbserver_run): Kill any running gdbserver.
4229 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4230
4231 2007-05-17 Maciej W. Rozycki <macro@mips.com>
4232
4233 * gdb.base/sigbpt.exp: Preset segv_addr.
4234
4235 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4236
4237 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4238 (gdb_compile_shlib): Likewise.
4239 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4240 (default_gdb_init): Clear cleanfiles.
4241 (gdb_finish): Delete recorded cleanfiles.
4242 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4243
4244 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4245 Do not use isnative.
4246 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4247 gdb.base/so-impl-ld.exp: Likewise.
4248 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4249 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4250 gdb_compile.
4251
4252 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4253
4254 * config/unknown.exp: Remove.
4255
4256 2007-05-15 Markus Deuling <deuling@de.ibm.com>
4257
4258 * gdb.base/info-proc.exp: Check is_remote.
4259
4260 2007-05-14 Markus Deuling <deuling@de.ibm.com>
4261
4262 * gdb.base/gcore.exp: Initialize variable core_supported.
4263
4264 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4267
4268 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4271 * gdb.threads/print-threads.exp (test_all_threads): Allow
4272 negative and hexadecimal thread IDs.
4273
4274 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4275
4276 * gdb.java/jprint.java (public): Avoid invalid call to static
4277 method.
4278
4279 2007-05-14 Denis Pilat <denis.pilat@st.com>
4280
4281 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4282 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4283 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4284 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4285 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4286
4287 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4288
4289 * gdb.base/overlays.exp: Add support for targets with only code
4290 overlay support, not data overlay. Support spu-*-* target in
4291 this mode.
4292 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4293 * gdb.base/spu.ld: New file.
4294
4295 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4296
4297 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4298
4299 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4300
4301 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4302
4303 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4304
4305 * gdb.java/jmain.exp: Handle demangled names with and without method
4306 signatures.
4307
4308 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4311 (have_a_very_merry_interrupt): Remove calls to puts.
4312 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4313 inferior output.
4314 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4315 test names.
4316
4317 2007-04-29 Markus Deuling <deuling@de.ibm.com>
4318 Daniel Jacobowitz <dan@codesourcery.com>
4319
4320 * gdb.base/auxv.exp (core_works): Also check is_remote.
4321 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4322
4323 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
4324
4325 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4326 message, not the undefined 'module' variable.
4327 * gdb.base/siginfo.exp: Likewise.
4328 * gdb.base/sigstep.exp: Likewise.
4329 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4330 serialport.
4331 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4332
4333 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
4334
4335 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4336 target sim fails. Return 0 otherwise.
4337 (gdb_load): Return prematurely if gdb_target_sim fails.
4338
4339 2007-04-16 Denis Pilat <denis.pilat@st.com>
4340
4341 * gdb.base/setshow.exp: Reset height after having set it to 100.
4342
4343 2007-04-16 Denis Pilat <denis.pilat@st.com>
4344
4345 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4346
4347 2007-04-16 Denis Pilat <denis.pilat@st.com>
4348
4349 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4350
4351 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4352
4353 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4354 tests. Run the frozen varobjs test.
4355 * gdb.mi/var-cmd.c (do_frozen_tests): New.
4356 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
4357
4358 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4361 gdb.base/type-opaque.exp: New files.
4362
4363 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
4364
4365 * gdb.mi/mi-var-child.c
4366 (do_children_tests): User char[2] instead of
4367 char so that automatic printing of pointers to char
4368 don't give unpredicable result.
4369 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4370 local variables.
4371 * gdb.mi/mi-var-child.exp: Step to right line
4372 of do_children_tests.
4373 * gdb.mi/mi2-var-child.exp: Likewise.
4374 * gdb.mi/mi-var-cmd.exp: Step to right line of
4375 do_locals_tests.
4376 (do_children_tests): User char[2] instead of
4377 char so that automatic printing of pointers to char
4378 don't give unpredicable result.
4379 * gdb.mi/mi2-var-cmd.exp: Likewise.
4380 * lib/mi-support.exp (mi_continue_to_line):
4381 Pass test name to mi_wait_for_stop.
4382
4383 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * gdb.asm/asm-source.exp: Remove d10v case.
4386 * lib/gdb.exp (skip_cplus_tests): Likewise.
4387 * gdb.asm/d10v.inc: Deleted.
4388
4389 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4390
4391 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4392
4393 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * config/netware.exp: Delete file.
4396
4397 2007-03-29 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.dwarf2/dw2-noloc.S: New file.
4400 * gdb.dwarf2/dw2-noloc.exp: New file.
4401
4402 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4403
4404 * gdb.cp/method2.cc: New test.
4405 * gdb.cp/method2.exp: New test.
4406 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4407
4408 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4409
4410 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4411
4412 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4413
4414 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4415
4416 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4417
4418 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4419 (gdb_load): Delete, replace with...
4420 (gdb_reload): ...this.
4421 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4422 * gdb.server/server-mon.exp: Likewise.
4423 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4424 (gdb_start_cmd): New.
4425 (gdb_file_cmd): Save the last loaded file.
4426 (gdb_reload): New.
4427 (gdb_gnu_strip_debug): Use transform.
4428 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4429 support here. Use new $last_loaded_file. Check mtime.
4430 (gdb_target_cmd): Handle ObjC failure case.
4431 (infer_host_exec): Delete.
4432 (gdbserver_load): Rename to...
4433 (gdbserver_run): ...this. Simplify.
4434 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4435 (mi_gdb_load): Move most contents to a new function...
4436 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4437 (mi_run_cmd): Use mi_gdb_target_load.
4438 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4439 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4440 Use gdb_run_cmd.
4441 * gdb.base/charsign.exp: Remove incorrect comment.
4442 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4443 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4444 gdb.base/start.exp: Use gdb_start_cmd.
4445
4446 2007-03-23 Nigel Stephens <nigel@mips.com>
4447 Maciej W. Rozycki <macro@mips.com>
4448
4449 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4450 * gdb.base/signull.exp: Similarly.
4451
4452 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4453
4454 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4455 messages available to test cases (like chng-sym.exp).
4456
4457 2007-03-14 Andreas Schwab <schwab@suse.de>
4458
4459 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4460 format changes.
4461
4462 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4463
4464 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4465 (optimized_1): New.
4466 (main): Call optimized_1.
4467 (gdb2029): Correct typos. Call gdb2029_marker.
4468 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4469 for gdb2029.
4470
4471 2007-03-12 Mark Kettenis <kettenis@gnu.org>
4472
4473 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4474 as tabs. Remove redundant test pattern.
4475
4476 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4477
4478 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4479 for /a format output.
4480
4481 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4482
4483 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4484 collect output incrementally.
4485
4486 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4487
4488 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4489 for -var-create lpcharacter test.
4490 * gdb.mi/mi2-var-cmd.exp: Likewise.
4491
4492 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4493
4494 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4495 pass on targets where address zero is readable.
4496
4497 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4498
4499 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4500 just a single architecture.
4501
4502 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4503
4504 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4505 (fetch_all_registers): New function, uses gdb_test_multiple and
4506 exp_continue to fetch inferior output line-by-line.
4507 Replace all uses of do_get_all_registers by fetch_all_registers.
4508
4509 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4510
4511 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4512 in target_info.
4513
4514 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4515
4516 * gdb.threads/manythreads.exp: Use $message string for
4517 consistancy; add a default (timeout) case.
4518
4519 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4520
4521 * gdb.base/watchpoint.exp: Fix truncated comment.
4522
4523 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4524
4525 * Makefile.in: Remove spurious single-quotes from sed command.
4526
4527 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4528
4529 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4530 func.
4531 * gdb.mi/mi2-var-cmd.exp: Likewise.
4532
4533 2007-02-27 Joel Brobecker <brobecker@adacore.com>
4534
4535 * gdb.dwarf2/dw2-producer.S: New file.
4536 * gdb.dwarf2/dw2-producer.exp: New testcase.
4537
4538 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4541 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4542 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4543 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4544 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4545 Revert tests to use mi_gdb_test and include value field in output
4546 of -var-create.
4547
4548 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4551
4552 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4553
4554 * gdb.base/maint.exp: Remove full paths from test names.
4555 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4556 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4557
4558 2007-02-27 Joel Brobecker <brobecker@adacore.com>
4559
4560 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4561
4562 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4563
4564 * gdb.server/server-mon.exp: New test.
4565
4566 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4569
4570 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4573 register capitalization.
4574
4575 2007-02-13 Denis Pilat <denis.pilat@st.com>
4576
4577 * gdb.mi/mi-var-invalidate.exp: New file.
4578
4579 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4582
4583 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4586
4587 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4588
4589 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4590 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4591
4592 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
4593
4594 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4595 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4596 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4597 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4598 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4599 * gdb.mi/gdb792.exp, lib/mi-support.exp:
4600 Update tests to include value field in output of -var-create.
4601
4602 2007-02-08 Andreas Schwab <schwab@suse.de>
4603
4604 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4605
4606 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4607
4608 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4609 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4610
4611 2007-02-02 Denis Pilat <denis.pilat@st.com>
4612
4613 * gdb.threads/threadapply.exp: check that frame is not changed by
4614 the thread apply all command.
4615
4616 2007-01-31 Andreas Schwab <schwab@suse.de>
4617
4618 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4619
4620 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4621 in the dwarf sections.
4622 * gdb.dwarf2/mac-fileno.S: Likewise.
4623
4624 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4625 bspstore register on ia64.
4626
4627 2007-01-29 Andreas Schwab <schwab@suse.de>
4628
4629 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4630 "frame-begin" annotation.
4631
4632 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4633 number of "frames-invalid" annotations.
4634
4635 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * gdb.base/commands.exp: Call if_commands_test.
4638 (gdb_test_no_prompt, if_commands_test): New.
4639
4640 2007-01-28 Mark Kettenis <kettenis@gnu.org>
4641
4642 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4643
4644 2007-01-27 Andreas Schwab <schwab@suse.de>
4645
4646 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4647 .short/.int/.quad in the dwarf sections.
4648 * gdb.dwarf2/dw2-intercu.S: Likewise.
4649 * gdb.dwarf2/dw2-intermix.S: Likewise.
4650
4651 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4654 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4655 array.
4656 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4657 * gdb.base/setvar.exp: Likewise.
4658
4659 2007-01-26 Andreas Schwab <schwab@suse.de>
4660
4661 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4662 test.
4663
4664 * gdb.base/multi-forks.exp ("restart $i"): Also match
4665 __kernel_syscall_via_break.
4666
4667 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4668
4669 * lib/mi-support.exp (mi_delete_varobj): New.
4670 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4671 testcase.
4672 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4673 (main): Call the above.
4674 (reference_update_test, base_in_reference_test)
4675 (reference_to_pointer): Delete the created varobjs.
4676
4677 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4678
4679 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4680 * configure: Regenerated.
4681 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4682 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4683 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4684 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4685 * lib/gdb.exp (gdb_skip_xml_test): New function.
4686
4687 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4688
4689 * gdb.base/sigrepeat.exp: Correct error message.
4690
4691 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4692 Daniel Jacobowitz <dan@codesourcery.com>
4693
4694 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4695 gdb.arch/i386-gnu-cfi-asm.S: New files.
4696
4697 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * lib/gdb.exp: Abort on missing `site.exp'.
4700
4701 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4702 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * gdb.base/included.c, gdb.base/included.exp,
4705 gdb.base/included.h: New files.
4706
4707 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4710 (maximize_rlimit): Reduce limits on 64-bit systems.
4711
4712 2007-01-19 Mark Kettenis <kettenis@gnu.org>
4713
4714 From Marcus Deuling <deuling@de.ibm.com>:
4715 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4716 every case.
4717
4718 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
4719
4720 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4721 (test_path_specification): Use objdir instead of srcdir to always
4722 get an absolute filename.
4723
4724 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4725
4726 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4727
4728 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4729
4730 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4731 Make sure the variable we're using is in scope.
4732 (reference_to_pointer): Likewise.
4733
4734 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4735
4736 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4737 has no debug information.
4738
4739 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 * gdb.base/annota1.exp: Remove extra send_gdb.
4742
4743 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4744
4745 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4746
4747 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4748
4749 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4750
4751 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
4752 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4755 lcharacter or linteger change. Correct duplicated test name.
4756 * gdb.mi/mi2-var-cmd.exp: Likewise.
4757
4758 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4759
4760 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
4761
4762 2007-01-05 Joel Brobecker <brobecker@adacore.com>
4763
4764 * gdb.base/nofield.c: New file.
4765 * gdb.base/nofield.exp: New testcase.
4766
4767 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4768
4769 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
4770
4771 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
4772 test.
4773
4774 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4775
4776 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
4777
4778 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4779
4780 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
4781 when continuing.
4782
4783 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4784
4785 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
4786 Expect ".exe" extension.
4787
4788 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4789
4790 * gdb.base/charset.exp: Add explicit filename to break.
4791 * gdb.base/dbx.exp: Add explicit filename to breaks.
4792
4793 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4794
4795 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
4796 * gdb.mi/mi2-file.exp: Likewise.
4797
4798 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4799
4800 Implement specification of MI tests as comments
4801 in C and C++ sources.
4802 * lib/mi-support.exp (mi_autotest_data): New variable.
4803 (mi_autotest_source): New variable.
4804 (count_newlines, mi_prepare_inline_tests)
4805 (mi_get_inline_test, mi_continue_to_line)
4806 (mi_run_inline_test, mi_tbreak)
4807 (mi_send_resuming_command, mi_wait_for_stop): New functions.
4808 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
4809 Run inline tests.
4810 * gdb.mi/mi-var-cp.cc: Define tests here.
4811
4812 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4813
4814 Simplify usage of mi_continue_to.
4815 * lib/mi-support.exp (mi_runto_helper): Renamed
4816 from mi_runto, added new parameter 'run_or_continue'.
4817 (mi_runto): Use mi_runto_helper.
4818 (mi_continue_to): Accept just function name as parameter.
4819 Use mi_runto_helper.
4820 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
4821 * gdb.mi/mi2-var-cmd.exp: Likewise.
4822
4823 2006-01-04 Joel Brobecker <brobecker@adacore.com>
4824
4825 Make this testcase a bit more realistic. The current code
4826 is too simplistic, and allows the compiler to optimize out
4827 some of the entities we need for this testcase.
4828 * gdb.ada/null_record/bar.ads (Void_Star): New type.
4829 (Do_Nothing): Add extra parameter.
4830 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
4831 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
4832 by using a variable of type Void_Star.
4833
4834 2006-01-04 Joel Brobecker <brobecker@adacore.com>
4835
4836 * gdb.ada/catch_ex/foo.adb: New file.
4837 * gdb.ada/catch_ex.exp: New testcase.
4838
4839 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
4840
4841 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
4842 pass --image-base to linker.
4843
4844 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4845 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
4848 secondary prompts.
4849
4850 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
4853 output. Test the types of members and member pointers.
4854 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
4855 gdb/2092.
4856 * gdb.cp/member-ptr.exp: Search for a comment instead of a
4857 statement. Enable for GCC. Update expected output for some tests
4858 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
4859 layout.
4860 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
4861 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
4862 (Diamond::vget_base): New.
4863 (main): Add new tests.
4864 * gdb.cp/printmethod.exp: Update expected output for member functions.
4865 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
4866 print pEe->D::vg().
4867
4868 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4869
4870 * gdb.threads/tls.exp: Allow stops in sem_post.
4871
4872 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
4873
4874 * gdb.base/annota1.exp: Allow .*printf in backtraces.
4875 * gdb.base/annota3.exp: Likewise.
4876 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
4877 again (instead of timing out).
4878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
4879 GCC bug 26475.
4880 * gdb.java/jmisc.exp: Adjust to work with method signatures including
4881 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
4882 test from jmisc1.exp.
4883 * gdb.java/jmisc1.exp: Delete.
4884 * gdb.java/jprint.exp: Adjust to work with method signatures including
4885 return types.
4886 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
4887 * gdb.threads/linux-dp.exp: Don't be confused by program output.
4888 * lib/java.exp (compile_java_from_source): Pass the correct type
4889 to target_compile.
4890
4891 2006-12-31 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
4894 (stack_align_edx): New function.
4895 (stack_align_eax): New function.
4896 (main): Add calls to stack_align_edx and stack_align_eax.
4897 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
4898 Add testing for the cases where the register used during a stack
4899 realignment is edx. Same for eax.
4900
4901 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
4902
4903 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
4904 and generic PE targets.
4905
4906 2006-12-29 Joel Brobecker <brobecker@adacore.com>
4907
4908 * gdb.ada/array_return.exp: Update copyright date list.
4909
4910 2006-12-27 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
4913 (Create_Small_Float_Vector): New function.
4914 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
4915 function body.
4916 * gdb.ada/array_return/p.adb: Use new type and function from
4917 package Pck.
4918 * gdb.ada/array_return.exp: Add a test verifying that GDB is
4919 able to print the value returned by a function returning an
4920 array of float.
4921
4922 2006-12-20 Joel Brobecker <brobecker@adacore.com>
4923
4924 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4925 The associated tests should be PASSing.
4926
4927 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4928
4929 Test for base in references.
4930 * gdb.mi/mi-var-cp.cc: Add test code.
4931 * gdb.mi/mi-var-cp.exp: Test for bases in references.
4932 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
4933 * gdb.mi/mi2-watch.exp: Likewise.
4934 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
4935 (mi_list_varobj_children): New function.
4936
4937 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4938
4939 * lib/mi-support.exp
4940 (mi_runto): Accept "()" after function name.
4941 (mi_create_varobj): New function.
4942 (mi_varobj_update): New function.
4943 (mi_Check_varobj_value): New function.
4944 * gdb.mi/mi-var-cp.exp: New file.
4945 * gdb.mi/mi-var-cp.cc: New file.
4946
4947 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
4948
4949 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
4950 gdb.base/weaklib2.c: New files.
4951
4952 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
4953
4954 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
4955 info. Adjust test names.
4956
4957 * gdb.base/break.c (main): Move position of malloc.
4958 * gdb.base/break.exp: Revert mistaken checkin.
4959
4960 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
4961
4962 * gdb.mi/mi-var-cmd.exp: Check -var-update after
4963 assignement of arrays and function pointers.
4964 * gdb.mi/var-cmd.c: Add declaration necessary for above
4965 tests.
4966
4967 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4968
4969 * gdb.base/break.c (main): Call malloc.
4970
4971 * gdb.threads/linux-dp.exp: Read thread table before and after
4972 creating each philosopher and verify it.
4973
4974 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4975 Paul Brook <paul@codesourcery.com>
4976 Daniel Jacobowitz <dan@codesourcery.com>
4977
4978 * gdb.base/ending-run.exp: Flatten expect script stepping out of
4979 main to remove duplication. Add start function of the form
4980 '_*start[1-9]*'. Add RVDS start function.
4981
4982 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4983
4984 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
4985
4986 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4987
4988 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
4989 * gdb.asm/spu.inc: New file.
4990 * gdb.base/term.exp: Disable if [target_info exists noargs].
4991 * gdb.gdb/complaints.exp: Disable if ![isnative].
4992 * gdb.gdb/selftest.exp: Likewise.
4993 * gdb.gdb/observer.exp: Likewise.
4994 * gdb.gdb/xfullpath.exp: Likewise.
4995 * gdb.base/attach.exp: Disable on SPU target.
4996 * gdb.cp/bs145503.exp: Likewise.
4997 * gdb.cp/exception.exp: Likewise.
4998 * gdb.cp/userdef.exp: Likewise.
4999
5000 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5001
5002 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5003
5004 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5005
5006 * gdb.base/completion.exp: Fix completion tests for
5007 'info' and 'info '.
5008 * gdb.base/help.exp (help_test_raw, test_class_help)
5009 (test_prefix_command_help): Move...
5010 * lib/gdb.exp: Here.
5011 * gdb.base/main.exp: Adjust.
5012 * gdb.cp/maint.exp: Adjust.
5013 * gdb.trace/tracecmd.exp: Use test_help_class.
5014
5015 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5016
5017 * gdb.stabs/weird.exp (print_weird_var): Use
5018 gdb_test_multiple instead of gdb_expect.
5019
5020 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5021
5022 * gdb.base/help.exp (help_test_raw): New.
5023 (test_class_help): New.
5024 (test_prefix_command_help): New.
5025 Adjust testcases.
5026
5027 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
5028
5029 * gdb.base/constvars.c (main): Write to crass and crips, so that
5030 they are allocated by the compiler.
5031
5032 2006-10-27 Andreas Schwab <schwab@suse.de>
5033
5034 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5035 "detach-fork".
5036
5037 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5038
5039 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5040 of patterns.
5041
5042 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5043
5044 * gdb.base/sepdebug.exp: Remove debug format test.
5045 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5046 Handle no-symtab.
5047 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5048
5049 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5052 int to pointer or pointer to int.
5053 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5054
5055 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5056
5057 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5058
5059 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5062
5063 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5064
5065 PR c++/2116
5066 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5067
5068 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5069
5070 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5071 the corresponding bug has been fixed in GDB (PR/2018).
5072
5073 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5074
5075 * gdb.base/subst.exp: New testcase.
5076
5077 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5078
5079 * gdb.ada/array_return/pck.ads: Add copyright notice.
5080 * gdb.ada/array_return/pck.adb: Likewise.
5081 * gdb.ada/array_return/p.adb: Likewise.
5082 * gdb.ada/exec_changed/first.adb: Likewise.
5083 * gdb.ada/exec_changed/second.adb: Likewise.
5084
5085 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdb.ada/watch_arg/watch.adb: New file.
5088 * gdb.ada/watch_arg.exp: New testcase.
5089
5090 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5091
5092 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
5093 via string_to_regexp.
5094 * gdb.mi/mi2-basics.exp: Likewise.
5095
5096 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
5097
5098 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5099 Remove unused / obsolete files.
5100
5101 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5104
5105 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5106
5107 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5108 HIGH_FRAME argument to -stack-list-arguments can be larger than
5109 the number of frames.
5110
5111 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5112
5113 * gdb.base/args.c (main): Add breakpoint marker.
5114 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5115 really test empty arguments.
5116 (args_load): Delete.
5117 (args_test): New.
5118
5119 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
5120
5121 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5122 check for one file.
5123
5124 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5125
5126 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5127 HIGH_FRAME argument to -stack-list-locals can be larger than
5128 the number of frames.
5129
5130 2006-08-18 Fred Fish <fnf@specifix.com>
5131
5132 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5133 '$' in front of skip_vmx_tests_saved when setting that.
5134
5135 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5136
5137 * gdb.base/trace-commands.exp: New file.
5138
5139 2006-08-10 Joel Brobecker <brobecker@adacore.com>
5140 Daniel Jacobowitz <dan@codesourcery.com>
5141
5142 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5143 expected output of the backtrace commands.
5144
5145 2006-08-09 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5148 untested followed by return combination.
5149 * gdb.arch/altivec-regs.exp: Likewise.
5150 * gdb.arch/e500-abi.exp: Likewise.
5151 * gdb.arch/e500-regs.exp: Likewise.
5152 * gdb.arch/gdb1291.exp: Likewise.
5153 * gdb.arch/gdb1431.exp: Likewise.
5154 * gdb.arch/gdb1558.exp: Likewise.
5155 * gdb.arch/i386-prologue.exp: Likewise.
5156 * gdb.arch/i386-unwind.exp: Likewise.
5157 * gdb.asm/asm-source.exp: Likewise.
5158 * gdb.base/a2-run.exp: Likewise.
5159 * gdb.base/advance.exp: Likewise.
5160 * gdb.base/all-bin.exp: Likewise.
5161 * gdb.base/annota1.exp: Likewise.
5162 * gdb.base/annota3.exp: Likewise.
5163 * gdb.base/args.exp: Likewise.
5164 * gdb.base/arithmet.exp: Likewise.
5165 * gdb.base/assign.exp: Likewise.
5166 * gdb.base/async.exp: Likewise.
5167 * gdb.base/attach.exp: Likewise.
5168 * gdb.base/bang.exp: Likewise.
5169 * gdb.base/bigcore.exp: Likewise.
5170 * gdb.base/bitfields.exp: Likewise.
5171 * gdb.base/bitfields2.exp: Likewise.
5172 * gdb.base/break.exp: Likewise.
5173 * gdb.base/call-sc.exp: Likewise.
5174 * gdb.base/call-strs.exp: Likewise.
5175 * gdb.base/callfuncs.exp: Likewise.
5176 * gdb.base/checkpoint.exp: Likewise.
5177 * gdb.base/chng-syms.exp: Likewise.
5178 * gdb.base/code-expr.exp: Likewise.
5179 * gdb.base/commands.exp: Likewise.
5180 * gdb.base/completion.exp: Likewise.
5181 * gdb.base/cond-expr.exp: Likewise.
5182 * gdb.base/condbreak.exp: Likewise.
5183 * gdb.base/consecutive.exp: Likewise.
5184 * gdb.base/constvars.exp: Likewise.
5185 * gdb.base/corefile.exp: Likewise.
5186 * gdb.base/cvexpr.exp: Likewise.
5187 * gdb.base/dbx.exp: Likewise.
5188 * gdb.base/define.exp: Likewise.
5189 * gdb.base/detach.exp: Likewise.
5190 * gdb.base/display.exp: Likewise.
5191 * gdb.base/dump.exp: Likewise.
5192 * gdb.base/ena-dis-br.exp: Likewise.
5193 * gdb.base/ending-run.exp: Likewise.
5194 * gdb.base/environ.exp: Likewise.
5195 * gdb.base/eval-skip.exp: Likewise.
5196 * gdb.base/exprs.exp: Likewise.
5197 * gdb.base/fileio.exp: Likewise.
5198 * gdb.base/finish.exp: Likewise.
5199 * gdb.base/float.exp: Likewise.
5200 * gdb.base/foll-exec.exp: Likewise.
5201 * gdb.base/foll-fork.exp: Likewise.
5202 * gdb.base/foll-vfork.exp: Likewise.
5203 * gdb.base/freebpcmd.exp: Likewise.
5204 * gdb.base/funcargs.exp: Likewise.
5205 * gdb.base/gcore.exp: Likewise.
5206 * gdb.base/gdb1090.exp: Likewise.
5207 * gdb.base/gdb1250.exp: Likewise.
5208 * gdb.base/huge.exp: Likewise.
5209 * gdb.base/info-proc.exp: Likewise.
5210 * gdb.base/interrupt.exp: Likewise.
5211 * gdb.base/jump.exp: Likewise.
5212 * gdb.base/langs.exp: Likewise.
5213 * gdb.base/lineinc.exp: Likewise.
5214 * gdb.base/list.exp: Likewise.
5215 * gdb.base/logical.exp: Likewise.
5216 * gdb.base/long_long.exp: Likewise.
5217 * gdb.base/macscp.exp: Likewise.
5218 * gdb.base/maint.exp: Likewise.
5219 * gdb.base/mips_pro.exp: Likewise.
5220 * gdb.base/miscexprs.exp: Likewise.
5221 * gdb.base/multi-forks.exp: Likewise.
5222 * gdb.base/opaque.exp: Likewise.
5223 * gdb.base/overlays.exp: Likewise.
5224 * gdb.base/pc-fp.exp: Likewise.
5225 * gdb.base/pointers.exp: Likewise.
5226 * gdb.base/printcmds.exp: Likewise.
5227 * gdb.base/psymtab.exp: Likewise.
5228 * gdb.base/ptype.exp: Likewise.
5229 * gdb.base/recurse.exp: Likewise.
5230 * gdb.base/relational.exp: Likewise.
5231 * gdb.base/relocate.exp: Likewise.
5232 * gdb.base/remote.exp: Likewise.
5233 * gdb.base/reread.exp: Likewise.
5234 * gdb.base/restore.exp: Likewise.
5235 * gdb.base/return.exp: Likewise.
5236 * gdb.base/return2.exp: Likewise.
5237 * gdb.base/scope.exp: Likewise.
5238 * gdb.base/sect-cmd.exp: Likewise.
5239 * gdb.base/sep.exp: Likewise.
5240 * gdb.base/sepdebug.exp: Likewise.
5241 * gdb.base/setshow.exp: Likewise.
5242 * gdb.base/setvar.exp: Likewise.
5243 * gdb.base/sigall.exp: Likewise.
5244 * gdb.base/sigbpt.exp: Likewise.
5245 * gdb.base/signals.exp: Likewise.
5246 * gdb.base/signull.exp: Likewise.
5247 * gdb.base/sizeof.exp: Likewise.
5248 * gdb.base/solib.exp: Likewise.
5249 * gdb.base/step-line.exp: Likewise.
5250 * gdb.base/step-test.exp: Likewise.
5251 * gdb.base/structs.exp: Likewise.
5252 * gdb.base/structs2.exp: Likewise.
5253 * gdb.base/term.exp: Likewise.
5254 * gdb.base/twice.exp: Likewise.
5255 * gdb.base/until.exp: Likewise.
5256 * gdb.base/varargs.exp: Likewise.
5257 * gdb.base/volatile.exp: Likewise.
5258 * gdb.base/watchpoint.exp: Likewise.
5259 * gdb.base/whatis-exp.exp: Likewise.
5260 * gdb.base/whatis.exp: Likewise.
5261 * gdb.cp/ambiguous.exp: Likewise.
5262 * gdb.cp/annota2.exp: Likewise.
5263 * gdb.cp/annota3.exp: Likewise.
5264 * gdb.cp/bool.exp: Likewise.
5265 * gdb.cp/breakpoint.exp: Likewise.
5266 * gdb.cp/casts.exp: Likewise.
5267 * gdb.cp/class2.exp: Likewise.
5268 * gdb.cp/classes.exp: Likewise.
5269 * gdb.cp/cplusfuncs.exp: Likewise.
5270 * gdb.cp/ctti.exp: Likewise.
5271 * gdb.cp/derivation.exp: Likewise.
5272 * gdb.cp/exception.exp: Likewise.
5273 * gdb.cp/gdb1355.exp: Likewise.
5274 * gdb.cp/hang.exp: Likewise.
5275 * gdb.cp/inherit.exp: Likewise.
5276 * gdb.cp/local.exp: Likewise.
5277 * gdb.cp/m-data.exp: Likewise.
5278 * gdb.cp/m-static.exp: Likewise.
5279 * gdb.cp/member-ptr.exp: Likewise.
5280 * gdb.cp/method.exp: Likewise.
5281 * gdb.cp/misc.exp: Likewise.
5282 * gdb.cp/namespace.exp: Likewise.
5283 * gdb.cp/overload.exp: Likewise.
5284 * gdb.cp/ovldbreak.exp: Likewise.
5285 * gdb.cp/pr-1023.exp: Likewise.
5286 * gdb.cp/pr-1210.exp: Likewise.
5287 * gdb.cp/pr-574.exp: Likewise.
5288 * gdb.cp/printmethod.exp: Likewise.
5289 * gdb.cp/psmang.exp: Likewise.
5290 * gdb.cp/ref-params.exp: Likewise.
5291 * gdb.cp/ref-types.exp: Likewise.
5292 * gdb.cp/rtti.exp: Likewise.
5293 * gdb.cp/templates.exp: Likewise.
5294 * gdb.cp/try_catch.exp: Likewise.
5295 * gdb.cp/userdef.exp: Likewise.
5296 * gdb.cp/virtfunc.exp: Likewise.
5297 * gdb.disasm/am33.exp: Likewise.
5298 * gdb.disasm/h8300s.exp: Likewise.
5299 * gdb.disasm/mn10300.exp: Likewise.
5300 * gdb.disasm/sh3.exp: Likewise.
5301 * gdb.disasm/t01_mov.exp: Likewise.
5302 * gdb.disasm/t02_mova.exp: Likewise.
5303 * gdb.disasm/t03_add.exp: Likewise.
5304 * gdb.disasm/t04_sub.exp: Likewise.
5305 * gdb.disasm/t05_cmp.exp: Likewise.
5306 * gdb.disasm/t06_ari2.exp: Likewise.
5307 * gdb.disasm/t07_ari3.exp: Likewise.
5308 * gdb.disasm/t08_or.exp: Likewise.
5309 * gdb.disasm/t09_xor.exp: Likewise.
5310 * gdb.disasm/t10_and.exp: Likewise.
5311 * gdb.disasm/t11_logs.exp: Likewise.
5312 * gdb.disasm/t12_bit.exp: Likewise.
5313 * gdb.disasm/t13_otr.exp: Likewise.
5314 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5315 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5316 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5317 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5318 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5319 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5320 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5321 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5322 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5323 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5324 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5325 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5326 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5327 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5328 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5329 * gdb.mi/gdb701.exp: Likewise.
5330 * gdb.mi/gdb792.exp: Likewise.
5331 * gdb.mi/mi-basics.exp: Likewise.
5332 * gdb.mi/mi-break.exp: Likewise.
5333 * gdb.mi/mi-cli.exp: Likewise.
5334 * gdb.mi/mi-console.exp: Likewise.
5335 * gdb.mi/mi-disassemble.exp: Likewise.
5336 * gdb.mi/mi-eval.exp: Likewise.
5337 * gdb.mi/mi-file.exp: Likewise.
5338 * gdb.mi/mi-read-memory.exp: Likewise.
5339 * gdb.mi/mi-regs.exp: Likewise.
5340 * gdb.mi/mi-return.exp: Likewise.
5341 * gdb.mi/mi-simplerun.exp: Likewise.
5342 * gdb.mi/mi-stack.exp: Likewise.
5343 * gdb.mi/mi-stepi.exp: Likewise.
5344 * gdb.mi/mi-syn-frame.exp: Likewise.
5345 * gdb.mi/mi-until.exp: Likewise.
5346 * gdb.mi/mi-var-block.exp: Likewise.
5347 * gdb.mi/mi-var-child.exp: Likewise.
5348 * gdb.mi/mi-var-cmd.exp: Likewise.
5349 * gdb.mi/mi-var-display.exp: Likewise.
5350 * gdb.mi/mi-watch.exp: Likewise.
5351 * gdb.mi/mi2-basics.exp: Likewise.
5352 * gdb.mi/mi2-break.exp: Likewise.
5353 * gdb.mi/mi2-cli.exp: Likewise.
5354 * gdb.mi/mi2-console.exp: Likewise.
5355 * gdb.mi/mi2-disassemble.exp: Likewise.
5356 * gdb.mi/mi2-eval.exp: Likewise.
5357 * gdb.mi/mi2-file.exp: Likewise.
5358 * gdb.mi/mi2-read-memory.exp: Likewise.
5359 * gdb.mi/mi2-regs.exp: Likewise.
5360 * gdb.mi/mi2-return.exp: Likewise.
5361 * gdb.mi/mi2-simplerun.exp: Likewise.
5362 * gdb.mi/mi2-stack.exp: Likewise.
5363 * gdb.mi/mi2-stepi.exp: Likewise.
5364 * gdb.mi/mi2-syn-frame.exp: Likewise.
5365 * gdb.mi/mi2-until.exp: Likewise.
5366 * gdb.mi/mi2-var-block.exp: Likewise.
5367 * gdb.mi/mi2-var-child.exp: Likewise.
5368 * gdb.mi/mi2-var-cmd.exp: Likewise.
5369 * gdb.mi/mi2-var-display.exp: Likewise.
5370 * gdb.mi/mi2-watch.exp: Likewise.
5371 * gdb.stabs/exclfwd.exp: Likewise.
5372 * gdb.stabs/weird.exp: Likewise.
5373 * gdb.threads/gcore-thread.exp: Likewise.
5374 * gdb.trace/actions.exp: Likewise.
5375 * gdb.trace/backtrace.exp: Likewise.
5376 * gdb.trace/circ.exp: Likewise.
5377 * gdb.trace/collection.exp: Likewise.
5378 * gdb.trace/deltrace.exp: Likewise.
5379 * gdb.trace/infotrace.exp: Likewise.
5380 * gdb.trace/limits.exp: Likewise.
5381 * gdb.trace/packetlen.exp: Likewise.
5382 * gdb.trace/passc-dyn.exp: Likewise.
5383 * gdb.trace/passcount.exp: Likewise.
5384 * gdb.trace/report.exp: Likewise.
5385 * gdb.trace/save-trace.exp: Likewise.
5386 * gdb.trace/tfind.exp: Likewise.
5387 * gdb.trace/tracecmd.exp: Likewise.
5388 * gdb.trace/while-dyn.exp: Likewise.
5389 * gdb.trace/while-stepping.exp: Likewise.
5390
5391 2006-08-08 Joel Brobecker <brobecker@adacore.com>
5392
5393 * gdb.base/step-bt.c: New file.
5394 * gdb.base/step-bt.exp: New testcase.
5395
5396 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5397
5398 * config/monitor.exp (gdb_load): Remove support for obsolete
5399 download-write-size.
5400 * gdb.base/remote.exp: Likewise. Update all callers of
5401 gdb_timed_load.
5402
5403 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5404
5405 * cursal.exp: Pass binfile to gdb_load.
5406
5407 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5408
5409 * gdb.base/cursal.exp: Add "" to gdb_load call.
5410
5411 2006-07-29 Mark Kettenis <kettenis@gnu.org>
5412
5413 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5414 NetBSD/ELF targets.
5415
5416 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5419 operator*.
5420
5421 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5422
5423 * gdb.base/completion.exp: Update for change in "file" behavior.
5424 * gdb.stabs/weird.exp: Likewise.
5425 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5426 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5427
5428 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5429
5430 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5431 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5432
5433 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5434
5435 * gdb.base/default.exp: Update source command error message.
5436 * gdb.base/help.exp: Update 'help source' message.
5437
5438 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5439
5440 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5441 test.
5442
5443 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5444
5445 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5446
5447 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5448
5449 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5450
5451 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5454
5455 2006-07-17 Mark Kettenis <kettenis@gnu.org>
5456
5457 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5458 *-*-openbsd* from targets for wich we expect ARM FPA floating
5459 point format.
5460
5461 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
5462
5463 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5464
5465 2006-07-17 Mark Kettenis <kettenis@gnu.org>
5466
5467 * gdb.base/annota3.exp: Expect frame-begin annotation.
5468
5469 2006-07-14 Joel Brobecker <brobecker@adacore.com>
5470
5471 * gdb.base/help.exp: Adjust "help unset" test to accept
5472 any list of unset commands.
5473
5474 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5475 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * gdb.cp/ref-params.exp: New test.
5478 * gdb.cp/ref-params.cc: New source file.
5479 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5480
5481 2006-07-08 Mark Kettenis <kettenis@gnu.org>
5482
5483 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5484 spaces/tabs in regular expressions since they might not be there.
5485
5486 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5487
5488 * gdb.base/ifelse.exp: New file.
5489
5490 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5491
5492 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5493 line.
5494 * gdb.base/huge.exp: Loop over compilation to find a size that
5495 is acceptable.
5496 * gdb.base/remote.exp: Correct expected strings.
5497 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5498
5499 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5500
5501 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5502
5503 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5504
5505 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5506 native.
5507
5508 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5509
5510 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5511 enable stabs testing.
5512
5513 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdb.base/auxv.exp: Intercept undefined command messages before
5516 gdb_test_multiple does.
5517
5518 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5519
5520 * Makefile.in (host_alias): Remove.
5521 (target_alias): Use @target_noncanonical@.
5522 (site.exp): Don't set host_alias.
5523 * aclocal.m4: Remove contents. Include acx.m4.
5524 * configure: Regenerated.
5525 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5526
5527 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5528
5529 * lib/gdb.exp (gdb_load_cmd): New.
5530
5531 * gdb.base/fileio.c: Add system(NULL) test.
5532 * gdb.base/fileio.exp: Check it.
5533
5534 * gdb.base/break.c: Add 10a breakpoint at }
5535 * gdb.base/break.exp: Add test for breakpoint at }
5536 * gdb.cp/anon-union.cc: Add code at end of function.
5537 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5538 * gdb.mi/var-cmd.c: Add code at end of function.
5539 * gdb.mi/mi-var-display.exp: Adjust end of next.
5540 * gdb.mi/mi2-var-display.exp: Likewise.
5541 * gdb.base/fileio.c: Add stop function and insert calls at
5542 stopping places.
5543 * gdb.base/fileio.exp: Breakpoint stop function and remove
5544 explicit line number references.
5545
5546 2006-05-19 Joel Brobecker <brobecker@adacore.com>
5547
5548 * gdb.base/del.exp (test_delete_alias): New function.
5549 Now check that both "del" and "d" work as aliases for "delete".
5550
5551 2006-05-18 Fred Fish <fnf@specifix.com>
5552
5553 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5554 required. Check for spurious output after program exits normally.
5555
5556 2006-05-17 Fred Fish <fnf@specifix.com>
5557
5558 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5559 gdb_load, so it works in the simulator.
5560
5561 2006-05-11 Fred Fish <fnf@specifix.com>
5562
5563 * gdb.base/bang.exp: Ignore unexpected output between the
5564 "program exited normally" and the gdb prompt, as many other
5565 tests do.
5566
5567 2006-05-07 Mark Kettenis <kettenis@gnu.org>
5568
5569 * gdb.base/help.exp: Make "delete checkpoint" part option for
5570 "help d" and "help delete" tests.
5571
5572 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5573
5574 * gdb.mi/mi-basics.exp: Add missing serial number to
5575 expected output in some mi_gdb_test statements.
5576 * gdb.mi/mi2-basics.exp: Likewise.
5577
5578 2006-05-05 Joel Brobecker <brobecker@adacore.com>
5579
5580 * gdb.base/del.c: New file.
5581 * gdb.base/del.exp: New testcase.
5582
5583 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
5584
5585 * gdb.base/break.exp: Do not assume a breakpoint on
5586 main will actually be in $srcfile when optimizing.
5587 * gdb.base/savedregs.exp: Do not require that the dummy
5588 frame location match up to a symbol and source file location.
5589 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5590 will get printed without a mi_cmd_data_list_register_values prefix.
5591 (*-data-list-register-*): Correct regular expressions to expect the new
5592 pseudo d? floating point registers.
5593 * gdb.mi/mi2-regs.exp: Likewise.
5594
5595 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
5596
5597 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5598 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5599 is allocated by the compiler.
5600 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5601 anons, e, anone to force their allocation by the compiler.
5602
5603 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5604
5605 * gdb.base/help.exp: Update expected text for help d and
5606 help delete.
5607
5608 2006-05-02 Mark Kettenis <kettenis@gnu.org>
5609
5610 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5611 NetBSD/ELF targets.
5612
5613 2006-04-30 Mark Kettenis <kettenis@gnu.org>
5614
5615 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5616 single-step breakpoint fails; make this a KFAIL on
5617 sparc*-*-openbsd*.
5618 * gdb.base/siginfo.exp: Likewise.
5619 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5620
5621 2006-04-26 Michael Snyder <msnyder@redhat.com>
5622
5623 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5624 which may have to consume output from other forks.
5625 Add tests to make sure that "delete fork" succeeded.
5626
5627 2006-04-20 Michael Snyder <msnyder@redhat.com>
5628
5629 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5630 Add support for the Renesas M32C and M16C.
5631
5632 * gdb.asm/asm-source.exp: Add m32c target.
5633 * gdb.asm/m32c.inc: Support for m32c target.
5634
5635 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5636
5637 * gdb.base/commands.exp (recursive_source_test): New test.
5638
5639 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
5640
5641 * gdb.base/float.exp: Add pattern for sparc targets.
5642
5643 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5644
5645 * gdb.base/commands.exp (stray_arg0_test): New test.
5646
5647 2006-03-30 Paul Brook <paul@codesourcery.com>
5648
5649 * gdb.mi/mi-until.exp: kfail broken until command.
5650 * gdb.mi/mi2-until.exp: Ditto.
5651
5652 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5653
5654 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5655
5656 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
5657
5658 * gdb.base/prelink.exp: Anchor tested-for regular expression
5659 on gdb prompt.
5660
5661 2006-03-07 Paul Brook <paul@codesourcery.com>
5662
5663 * gdb.base/assign.exp: Correct fail message.
5664
5665 2006-03-07 Paul Brook <paul@codesourcery.com>
5666
5667 * lib/compiler.c: Extract armcc version number.
5668 * lib/compiler.cc: Ditto.
5669
5670 2006-03-07 Paul Brook <paul@codesourcery.com>
5671
5672 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5673 additional_flags=-w.
5674 * gdb.arch/altivec-regs.exp: Ditto.
5675 * gdb.arch/e500-abi.exp: Ditto.
5676 * gdb.arch/e500-regs.exp: Ditto.
5677 * gdb.base/all-bin.exp: Ditto.
5678 * gdb.base/annota1.exp: Ditto.
5679 * gdb.base/annota3.exp: Ditto.
5680 * gdb.base/args.exp: Ditto.
5681 * gdb.base/arithmet.exp: Ditto.
5682 * gdb.base/assign.exp: Ditto.
5683 * gdb.base/async.exp: Ditto.
5684 * gdb.base/bang.exp: Ditto.
5685 * gdb.base/break.exp: Ditto.
5686 * gdb.base/call-rt-st.exp: Ditto.
5687 * gdb.base/completion.exp: Ditto.
5688 * gdb.base/cond-expr.exp: Ditto.
5689 * gdb.base/condbreak.exp: Ditto.
5690 * gdb.base/consecutive.exp: Ditto.
5691 * gdb.base/define.exp: Ditto.
5692 * gdb.base/display.exp: Ditto.
5693 * gdb.base/ena-dis-br.exp: Ditto.
5694 * gdb.base/environ.exp: Ditto.
5695 * gdb.base/eval-skip.exp: Ditto.
5696 * gdb.base/info-proc.exp: Ditto.
5697 * gdb.base/jump.exp: Ditto.
5698 * gdb.base/logical.exp: Ditto.
5699 * gdb.base/long_long.exp: Ditto.
5700 * gdb.base/maint.exp: Ditto.
5701 * gdb.base/miscexprs.exp: Ditto.
5702 * gdb.base/pc-fp.exp: Ditto.
5703 * gdb.base/pointers.exp: Ditto.
5704 * gdb.base/relational.exp: Ditto.
5705 * gdb.base/reread.exp: Ditto.
5706 * gdb.base/sect-cmd.exp: Ditto.
5707 * gdb.base/sep.exp: Ditto.
5708 * gdb.base/sepdebug.exp: Ditto.
5709 * gdb.base/until.exp: Ditto.
5710 * gdb.base/whatis-exp.exp: Ditto.
5711 * gdb.cp/annota2.exp: Ditto.
5712 * gdb.cp/annota3.exp: Ditto.
5713 * gdb.trace/actions.exp: Ditto.
5714 * gdb.trace/backtrace.exp: Ditto.
5715 * gdb.trace/circ.exp: Ditto.
5716 * gdb.trace/collection.exp: Ditto.
5717 * gdb.trace/deltrace.exp: Ditto.
5718 * gdb.trace/infotrace.exp: Ditto.
5719 * gdb.trace/limits.exp: Ditto.
5720 * gdb.trace/packetlen.exp: Ditto.
5721 * gdb.trace/passc-dyn.exp: Ditto.
5722 * gdb.trace/passcount.exp: Ditto.
5723 * gdb.trace/report.exp: Ditto.
5724 * gdb.trace/save-trace.exp: Ditto.
5725 * gdb.trace/tfind.exp: Ditto.
5726 * gdb.trace/tracecmd.exp: Ditto.
5727 * gdb.trace/while-dyn.exp: Ditto.
5728 * gdb.trace/while-stepping.exp: Ditto.
5729 * lib/gdb.exp: Ditto.
5730 (gdb_compile): Handle nowarning option.
5731
5732 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
5733
5734 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5735 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5736 Rename executable to prelinkt. Don't re-prelink if we didn't
5737 get a core file. Test prelink -u exit status to tell whether
5738 prelinking failed. Use gdb_test_multiple.
5739
5740 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5741
5742 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5743 (do_tests): Call it.
5744
5745 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
5746
5747 * gdb.base/prelink.exp: New test.
5748 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5749
5750 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5751
5752 * gdb.fortran/derived-type.f90: New file.
5753 * gdb.fortran/derived-type.exp: New testcase.
5754
5755 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5756
5757 * gdb.base/default.exp: Allow ';' as a directory separator.
5758
5759 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5760
5761 * gdb.base/help.exp (help add-symbol-file): Update.
5762
5763 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5764
5765 * gdb.base/help.exp (help load): Update expected results.
5766
5767 2006-02-19 Fred Fish <fnf@specifix.com>
5768
5769 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
5770 specifix hex value as part of results.
5771 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
5772
5773 2006-02-16 Fred Fish <fnf@specifix.com>
5774
5775 * gdb.base/whatis.c: Define variables using typedefs char_addr,
5776 ushort_addr, and slong_addr, so the typedefs are not optimized
5777 away.
5778 * gdb.base/whatis.exp: Add tests using type name for struct type,
5779 union type, enum type, and typedef.
5780
5781 2006-02-13 Mark Kettenis <kettenis@gnu.org>
5782
5783 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
5784
5785 2006-02-13 Jim Blandy <jimb@redhat.com>
5786
5787 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
5788 case where it takes two "next" commands to skip past the init
5789 call.
5790
5791 2006-02-12 Fred Fish <fnf@specifix.com>
5792
5793 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
5794 to handle cases where it takes two "next" commands to skip
5795 past the init call.
5796
5797 2006-02-07 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdb.ada/array_return.exp: Mark the last test as expected to fail
5800 on hppa32 targets.
5801
5802 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
5803
5804 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
5805 field.
5806
5807 2006-01-29 Mark Kettenis <kettenis@gnu.org>
5808
5809 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
5810
5811 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5812
5813 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
5814 files.
5815
5816 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5817
5818 * gdb.cp/maint.exp: Set complaints to a positive value.
5819
5820 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
5823 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
5824 function name.
5825
5826 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * gdb.base/checkpoint.c: Update copyright notice. Include
5829 <stdlib.h>.
5830
5831 2006-01-04 Jim Blandy <jimb@redhat.com>
5832
5833 * gdb.asm/asm-source.exp: Independently provide default values for
5834 asm-flags and debug-flags. Use 'string equal' to do the
5835 comparison, not the implicit expr's '==' operator. Remove
5836 now-unneeded assignments to asm-flags. In h8300 case, place
5837 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
5838
5839 2006-01-04 Michael Snyder <msnyder@redhat.com>
5840
5841 * gdb.base/checkpoint.c: New file.
5842 * gdb.base/checkpoint.exp: New file.
5843 * gdb.base/multi-fork.c: New file.
5844 * gdb.base/multi-fork.exp: New file.
5845 * gdb.base/pi.txt: New file (data for checkpoint.c test).
5846
5847 2006-01-04 Fred Fish <fnf@specifix.com>
5848
5849 * gdb.base/ptype.c (foo): Add typedef.
5850 (intfoo): Add function.
5851 * gdb.base/ptype1.c: New file.
5852 * gdb.base/ptype.exp: Handle compilation and linking with two
5853 source files. Test that proper type for "foo" is found based
5854 on source context rather than first match found in symtabs.
5855
5856 2005-12-28 Mark Kettenis <kettenis@gnu.org>
5857
5858 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
5859 * gdb.asm/openbsd.inc: Indent commands.
5860
5861 2005-12-26 Mark Kettenis <kettenis@gnu.org>
5862
5863 * gdb.base/freebpcmd.exp: Increase timeout.
5864
5865 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
5866
5867 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
5868
5869 * gdb.base/default.exp: Update check for "show version".
5870
5871 2005-12-09 Randolph Chung <tausq@debian.org>
5872
5873 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
5874 * gdb.asm/pa64.inc: New file.
5875
5876 2005-12-09 Randolph Chung <tausq@debian.org>
5877
5878 * gdb.asm/common.inc: Indent commands.
5879 * gdb.asm/asmsrc1.s: Likewise.
5880 * gdb.asm/asmsrc2.s: Likewise.
5881
5882 2005-12-09 Randolph Chung <tausq@debian.org>
5883
5884 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
5885 (get_addr_of_sym): Remove duplicate print.
5886 (gen_core): xfail hppa*-*-hpux*, update expected output.
5887 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
5888 * gdb.arch/pa64-nullify.s: New file.
5889
5890 2005-12-09 Randolph Chung <tausq@debian.org>
5891
5892 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
5893
5894 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
5895
5896 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
5897 code generation for these functions.
5898 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
5899 error message.
5900
5901 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5902
5903 * gdb.base/help.exp (help b, help br, help bre, help brea)
5904 (help break): Update the expected message.
5905
5906 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
5907
5908 * gdb.asm/m68hc11.inc: Setup the data section.
5909 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
5910 script for this test.
5911 (m6812-*-*): Likewise.
5912
5913 2005-11-09 Randolph Chung <tausq@debian.org>
5914
5915 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
5916
5917 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
5918
5919 * gdb.base/break.exp: Fix a comment typo.
5920
5921 2005-11-03 Jim Blandy <jimb@redhat.com>
5922
5923 Checked in by Elena Zannoni <ezannoni@redhat.com>
5924
5925 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
5926
5927 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
5928
5929 * gdb.arch/gdb1558.c: Include stdio.h.
5930
5931 2005-10-31 Mark Kettenis <kettenis@gnu.org>
5932
5933 * gdb.asm/asm-source.exp: Use -e instead of --entry.
5934
5935 2005-10-31 Mark Kettenis <kettenis@gnu.org>
5936
5937 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
5938
5939 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
5940
5941 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5942 vscr" tests to better match output.
5943
5944 2005-10-12 Jim Blandy <jimb@redhat.com>
5945
5946 * gdb.base/structs.exp (any): New function.
5947 (test_struct_returns): Don't make any assumptions at all about
5948 what value the function returns when GDB can't set the return
5949 value.
5950
5951 2005-10-09 Joel Brobecker <brobecker@adacore.com>
5952
5953 * gdb.ada/arrayidx/p.adb: New file.
5954 * gdb.ada/arrayidx.exp: New testcase
5955
5956 2005-10-09 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.ada/array_return/pck.ads: New file.
5959 * gdb.ada/array_return/pck.adb: New file.
5960 * gdb.ada/array_return/p.adb: New file.
5961 * gdb.ada/array_return.exp: New testcase.
5962
5963 2005-10-03 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.base/arrayidx.c: New file.
5966 * gdb.base/arrayidx.exp: New testcase.
5967
5968 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
5969
5970 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
5971 frames-invalid and breakpoints-invalid are no longer generated
5972 with level 3 so don't expect them in the output.
5973
5974 2005-09-27 Bob Rossi <bob@brasko.net>
5975
5976 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
5977 from test. Escape the | in mi_gdb_test call.
5978 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
5979 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
5980 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
5981 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
5982 expected regex's in mi_gdb_test calls.
5983 * lib/mi-support.exp: Remove arbitrary .* from tests.
5984 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
5985 Fully anchor GDB/MI expected results in mi_gdb_test.
5986 * lib/gdb.exp (string_to_regexp): Escape the ] character.
5987 * gdb.base/sizeof.exp: Remove escape character. Correct test.
5988
5989 2005-09-26 Paul Brook <paul@codesourcery.com>
5990
5991 * long_long.exp: Exclude eabi targets from arm FPA float format test.
5992
5993 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5994
5995 * bfp-test.c: New file.
5996 * bfp-test.exp: New testcase.
5997
5998 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5999
6000 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6001 of subarray and substring variable.
6002 * gdb.fortran/subarray.f: New source file for the test of subarray
6003 and substring variable evaluation.
6004 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6005 of string constant.
6006
6007 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6008
6009 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6010 copyright dates.
6011
6012 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6013
6014 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6015 powerpc altivec' test with an almost identical 'info vector' test.
6016
6017 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6018
6019 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6020 vscr" tests to match output.
6021
6022 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6023
6024 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6025 output.
6026
6027 2005-09-11 Bob Rossi <bob@brasko.net>
6028
6029 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
6030 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
6031 commands that return an MI output command and an asyncronous MI output
6032 command.
6033 * gdb.mi/mi-console.exp: Ditto.
6034
6035 2005-09-11 Bob Rossi <bob@brasko.net>
6036
6037 * gdb.mi/mi-var-child.c: Include <string.h>.
6038
6039 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6040
6041 * killed.exp: Correct gdb_expect syntax.
6042
6043 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
6044
6045 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6046
6047 2005-08-02 Bob Rossi <bob@brasko.net>
6048
6049 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6050 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6051 Change tests to inferior-tty-set/show.
6052 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6053 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6054 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6055 inferior. Use mi_gdb_test to get GDB and Inferior output.
6056 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6057 descriptor.
6058 (mi_inferior_tty_name): Add inferior PTY file name.
6059 (mi_gdb_start): Add INFERIOR_PTY parameter.
6060 (mi_gdb_test): Add IPATTERN parameter.
6061
6062 2005-08-02 Bob Rossi <bob@brasko.net>
6063
6064 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6065 parameter to mi_gdb_test.
6066 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6067
6068 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6069
6070 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6071 struct_declarations.
6072 * gdb.mi/mi-var-child.exp: Step over the initialization of
6073 struct_declarations.
6074
6075 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6076
6077 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6078 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6079 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6080 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6081 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6082 file.
6083
6084 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
6085
6086 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6087 (do_children_tests): Assign values to the extra elements.
6088
6089 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6090 them for tests for "-var-update --no-values" and
6091 "-var-update --all-values".
6092 Add test for "-var-list-children --simple-values".
6093
6094 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6095
6096 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6097 "-stack-list-locals --simple-values" Improve doc strings and
6098 comments.
6099
6100 2005-07-18 Mark Kettenis <kettenis@gnu.org>
6101
6102 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6103 *-*-openbsd*.
6104 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6105
6106 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6107 sigaltsatck'.
6108
6109 2005-07-14 Bob Rossi <bob@brasko.net>
6110
6111 * gdb.base/default.exp (tty): Changed output of command.
6112 * gdb.base/help.exp (help tty): Ditto.
6113
6114 2005-07-12 Mark Kettenis <kettenis@gnu.org>
6115
6116 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6117
6118 2005-07-10 Mark Kettenis <kettenis@gnu.org>
6119
6120 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6121 -stack-select-frame without arguments.
6122 (test_stack_frame_listing): Add test for newly implemented command
6123 -stack-info-frame.
6124
6125 2005-07-06 Bob Rossi <bob@brasko.net>
6126
6127 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6128 command.
6129 (Copyright): Update copyright.
6130
6131 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6132
6133 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6134 tests to evaluate exponentiation expression.
6135
6136 2005-06-29 Andreas Schwab <schwab@suse.de>
6137
6138 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6139 main to avoid warnings.
6140
6141 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6142
6143 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6146 -stack-select-frame without arguments.
6147 (test_stack_frame_listing): Add test for newly implemented command
6148 -stack-info-frame.
6149
6150 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6151
6152 * gdb.fortran/array-element.f: New file.
6153 * gdb.fortran/array-element.exp: New testcase.
6154
6155 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * gdb.base/bigcore.exp: Correct checks for systems which can
6158 not dump a large core file.
6159
6160 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6161
6162 * gdb.base/relocate.c: Add a copyright notice.
6163 (dummy): Remove.
6164 * gdb.base/relocate.exp: Test printing the values of variables
6165 from a relocatable file.
6166
6167 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6168
6169 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6170 excess MI output after an error.
6171
6172 2005-05-29 Joel Brobecker <brobecker@adacore.com>
6173
6174 * gdb.arch/alpha-step.c: New file.
6175 * gdb.arch/alpha-step.exp: New testcase.
6176
6177 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6178 Dennis Brueni <dennis@slickedit.com>
6179
6180 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6181 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6182 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6183 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6184 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6185 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6186 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6187
6188 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6189 Wu Zhou <woodzltc@cn.ibm.com>
6190
6191 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6192 IBM's xlc compiler.
6193 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6194 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6195
6196 2005-05-13 Jim Blandy <jimb@redhat.com>
6197
6198 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6199 calling gdb_suppress_entire_file.
6200 * gdb.base/charset.exp: Same.
6201 * gdb.base/call-rt-st.exp: Same.
6202
6203 2005-05-05 Bob Rossi <bob_rossi@cox.net>
6204
6205 * lib/gdb.exp (fullname_syntax): Added global regex.
6206 (fullname_syntax_POSIX): Ditto.
6207 (fullname_syntax_UNC): Ditto.
6208 (fullname_syntax_DOS_CASE): Ditto.
6209 (fullname_syntax_DOS): Ditto.
6210 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6211 fullname_syntax variable to scope and use it.
6212 (test_file_list_exec_source_files): Ditto.
6213 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6214
6215 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6216
6217 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6218
6219 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6220
6221 * lib/gdb.exp (skip_altivec_tests): New function, based on
6222 check_vmx_hw_available from the GCC testsuite.
6223 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6224 * lib/gdb.arch/altivec-regs.exp: Likewise.
6225
6226 2005-05-02 Jim Blandy <jimb@redhat.com>
6227
6228 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6229 calling gdb_suppress_entire_file.
6230
6231 2005-04-30 Randolph Chung <tausq@debian.org>
6232
6233 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6234 Slightly relax "sem_post" name checking.
6235
6236 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6237
6238 * gdb.base/unload.exp: Use new shared library infrastructure.
6239
6240 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6241
6242 * gdb.base/so-impl-ld.exp: Use new shared library
6243 infrastructure.
6244
6245 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
6246
6247 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6248 * gdb.asm/h8300.inc: New file.
6249
6250 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6251
6252 * gdb.base/shlib-call.exp: Change to use new shared library
6253 infrastructure.
6254
6255 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6256
6257 * gdb.base/pending.exp: Change to use new shared library
6258 infrastructure.
6259
6260 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6261
6262 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6263 use test_compiler_info instead of gcc_compiled, and update copyright.
6264
6265 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6266
6267 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6268 shared objects being adjusted and update copyright years.
6269
6270 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6271
6272 * ChangeLog: Correct some 2003-01-13 dates.
6273 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6274 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6275 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6276 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6277 gdb.trace/tfind.exp: Update copyright years.
6278
6279 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6280 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * lib/gdb.exp (gdb_compile): Handle shlib=.
6283 (gdb_compile_shlib): New function.
6284
6285 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6286
6287 * lib/gdb.exp (test_compiler_info): Give argument a default value.
6288
6289 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6290
6291 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6292 gdb.server.
6293 * configure.ac: Likewise.
6294 * configure: Regenerated.
6295 * gdb.gdbserver/Makefile.in: Moved to...
6296 * gdb.server/Makefile.in: ... here.
6297 * gdb.gdbserver/server.c: Moved to...
6298 * gdb.server/server.c: ... here.
6299 * gdb.gdbserver/server-run.exp: Moved to...
6300 * gdb.server/server-run.exp: ... here.
6301
6302 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6303
6304 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6305 * configure.ac: Create gdb.gdbserver/Makefile.
6306 * configure: Regenerated.
6307 * lib/gdbserver-support.exp: New file, derived from
6308 config/gdbserver.exp.
6309 * config/gdbserver.exp: Use gdbserver-support.exp.
6310 * gdb.gdbserver/Makefile.in: New file.
6311 * gdb.gdbserver/server.c: New file.
6312 * gdb.gdbserver/server-run.exp: New file.
6313
6314 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6315
6316 * lib/gdb.exp (test_compiler_info): Return compiler_info
6317 if no arguments are given.
6318
6319 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6320
6321 * gdb.arch/altivec-abi.exp: Check for compiler and set
6322 use altivec' flag accordingly.
6323 * gdb.arch/altivec-regs.exp: Likewise.
6324
6325 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6326
6327 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6328
6329 2005-03-27 Andreas Schwab <schwab@suse.de>
6330
6331 * gdb.base/bigcore.c (main): Add missing mode argument in open
6332 call.
6333
6334 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6337 downloads.
6338 * config/gdbserver.exp (gdb_load): Likewise.
6339
6340 2005-03-14 Paul Brook <paul@codesourcery.com>
6341
6342 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6343 targets.
6344
6345 2005-03-09 Joel Brobecker <brobecker@adacore.com>
6346
6347 * gdb.dwarf2/dup-psym.S: New file.
6348 * gdb.dwarf2/dup-psym.exp: New testcase.
6349
6350 2005-03-09 Joel Brobecker <brobecker@adacore.com>
6351
6352 * gdb.ada/exec_changed/first.adb: New file.
6353 * gdb.ada/exec_changed/second.adb: New file.
6354 * gdb.ada/exec_changed.exp: New testcase.
6355
6356 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6357
6358 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6359 (A2): New class.
6360 (main): Test operator+.
6361 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6362 breakpoint test.
6363
6364 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6365 * gdb.base/signull.exp: Disable if gdb,nosignals.
6366 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6367 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6368 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6369 * gdb.mi/mi2-console.exp: Likewise.
6370 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6371 continue output at start.
6372 (gdb_collect_locals_test): Robustify regexp.
6373 * gdb.trace/passc-dyn.exp: Fix comment typo.
6374 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6375
6376 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
6377
6378 * gdb.asm/asm-source.exp: Add iq2000 case.
6379 * gdb.asm/iq2000.inc: New file.
6380
6381 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
6382
6383 * gdb.base/command.exp: Change hardcoded value to regular expression.
6384 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6385
6386 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6387
6388 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6389 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6390 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6391 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6392 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6393
6394 2005-03-05 Mark Kettenis <kettenis@gnu.org>
6395
6396 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6397 changes.
6398
6399 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6400
6401 * lib/compiler.c: Add test for IBM's xlc compiler.
6402 * lib/compiler.cc: Likewise.
6403
6404 2004-02-24 Joel Brobecker <brobecker@adacore.com>
6405
6406 * gdb.ada/fixed_points.exp: Create compilation object directory
6407 before running the test.
6408 * gdb.ada/null_record.exp: Likewise.
6409 * gdb.ada/packed_array.exp: Likewise.
6410 * gdb.ada/start.exp: Likewise.
6411
6412 2005-02-15 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.ada/packed_array/pa.adb: New file.
6415 * gdb.ada/packed_array.exp: New testcase.
6416
6417 2005-02-10 Mark Kettenis <kettenis@gnu.org>
6418
6419 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6420 files.
6421
6422 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6423 on *-*-openbsd*. Correctly match whitespace in regukar
6424 expressions.
6425
6426 2005-02-10 Daniel Jacobowitz <dan@debian.org>
6427
6428 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6429 PR exp/1821
6430 * gdb.base/gdb1821.c: New test file.
6431 * gdb.base/gdb1821.exp: New test file.
6432
6433 2005-02-09 Joel Brobecker <brobecker@adacore.com>
6434
6435 * gdb.base/start.c: New file.
6436 * gdb.base/start.exp: New testcase.
6437
6438 2005-02-09 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/start/dummy.adb: New file.
6441 * gdb.ada/start.exp: New testcase.
6442
6443 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
6444
6445 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6446 for printing symbols and statistics.
6447 Add test for using relative pathnames in "maint print msymbols" test.
6448 Mark "maint info sections DATA" XFAIL on Cygwin.
6449 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6450 tests.
6451
6452 2005-02-09 Andreas Schwab <schwab@suse.de>
6453
6454 Committed by Andrew Cagney <cagney@gnu.org>
6455 * gdb.base/remotetimeout.exp: New file.
6456
6457 2005-02-07 Mark Kettenis <kettenis@gnu.org>
6458
6459 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6460
6461 2005-02-03 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.ada/gnat_ada.gpr: New file.
6464 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6465 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6466 * configure.ac: No longer generate gnat_ada.gpr.
6467 * configure: Regenerate.
6468 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6469 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6470 * gdb.ada/null_record/bar.ads: Likewise.
6471 * gdb.ada/null_record/bar.adb: Likewise.
6472 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6473 * gdb.ada/null_record.exp (testdir): New variable.
6474 (testfile): executable is now in testdir subdirectory.
6475 (srcfile): Use full path to the main compilation unit.
6476 * gdb.ada/fixed_points.exp: Same changes as above.
6477
6478 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
6479
6480 * gdb.base/interp.exp: New test.
6481
6482 2005-01-24 Andrew Cagney <cagney@gnu.org>
6483
6484 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6485
6486 2005-01-19 Andrew Cagney <cagney@gnu.org>
6487
6488 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6489 configure.ac not configure.in.
6490
6491 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6492 of powerpc*-*-*.
6493 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
6494 * gdb.base/list.exp (test_list_function)
6495 (test_list_filename_and_function): Ditto.
6496 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6497
6498 2005-01-16 Andrew Cagney <cagney@gnu.org>
6499
6500 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6501
6502 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6503
6504 2005-01-14 Andrew Cagney <cagney@gnu.org>
6505
6506 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6507 * gdb.mi/mi2-var-cmd.exp: Ditto.
6508
6509 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
6510
6511 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6512
6513 2005-01-07 Andrew Cagney <cagney@gnu.org>
6514
6515 * configure.ac: Rename configure.in, require autoconf 2.59.
6516 * configure: Re-generate.
6517 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6518 * gdb.stabs/configure: Re-generate.
6519 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6520 * gdb.hp/configure: Re-generate.
6521 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6522 autoconf 2.59.
6523 * gdb.hp/gdb.objdbg/configure: Re-generate.
6524 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6525 autoconf 2.59.
6526 * gdb.hp/gdb.defects/configure: Re-generate.
6527 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6528 autoconf 2.59.
6529 * gdb.hp/gdb.compat/configure: Re-generate.
6530 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6531 autoconf 2.59.
6532 * gdb.hp/gdb.base-hp/configure: Re-generate.
6533 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6534 autoconf 2.59.
6535 * gdb.hp/gdb.aCC/configure: Re-generate.
6536
6537 2004-12-15 Jim Blandy <jimb@redhat.com>
6538
6539 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6540 under NPTL when there is debugging info available for libpthread.
6541
6542 2004-12-13 Jerome Guitton <guitton@gnat.com>
6543
6544 * gdb.ada/fixed_points.c: New file.
6545 * gdb.ada/fixed_points.exp: New file.
6546
6547 2004-12-03 Randolph Chung <tausq@debian.org>
6548
6549 * gdb.arch/pa-nullify.exp: New file.
6550 * gdb.arch/pa-nullify.s: New file.
6551
6552 2004-11-30 Randolph Chung <tausq@debian.org>
6553
6554 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6555 instead of "tbug". Fix regexp to work properly with gdb_test.
6556
6557 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6558
6559 * gdb.base/bitfields2.exp: New test.
6560 * gdb.base/bitfields2.c: New file.
6561
6562 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
6563
6564 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6565
6566 2004-11-16 Randolph Chung <tausq@debian.org>
6567
6568 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6569
6570 2004-11-14 Daniel Jacobowitz <dan@debian.org>
6571
6572 * gdb.threads/threadapply.exp: Correct "macro details" test.
6573
6574 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6575
6576 * gdb.threads/threadapply.exp: New test.
6577 * gdb.threads/threadapply.c: New file.
6578
6579 2004-11-07 Mark Kettenis <kettenis@gnu.org>
6580
6581 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6582 frames.
6583
6584 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
6585
6586 * gdb.base/cursal.exp: New file.
6587 * gdb.base/cursal.c: New file.
6588
6589 2004-11-03 Andrew Cagney <cagney@gnu.org>
6590
6591 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6592
6593 2004-10-30 Mark Kettenis <kettenis@gnu.org>
6594
6595 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6596 NetBSD/ELF targets.
6597
6598 2004-10-29 Joel Brobecker <brobecker@gnat.com>
6599
6600 * gdb.threads/bp_in_thread.c: New file, copied from
6601 pthread_cond_wait.c.
6602 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6603 file, rather than reusing the .c file from another testcase.
6604
6605 2004-10-20 Joel Brobecker <brobecker@gnat.com>
6606
6607 * gdb.ada/null_record.exp: Check where we stopped after
6608 sending the start command, instead of where the associated
6609 temporary breakpoint was inserted.
6610
6611 2004-10-14 Andrew Cagney <cagney@gnu.org>
6612
6613 * gdb.mi/gdb701.c (main): Return 0.
6614
6615 2004-10-13 Daniel Jacobowitz <dan@debian.org>
6616
6617 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
6618
6619 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6620
6621 * gdb.threads/schedlock.c: Add comment markers to use to find
6622 line numbers.
6623 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6624 comments.
6625 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6626 breakpoint lines.
6627
6628 2004-10-12 Daniel Jacobowitz <dan@debian.org>
6629
6630 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6631
6632 2004-10-12 Daniel Jacobowitz <dan@debian.org>
6633
6634 * configure.in: Add gdb.dwarf2.
6635 * configure: Regenerated.
6636 * Makefile.in: Add gdb.dwarf2.
6637 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6638 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6639 gdb.dwarf2/file1.txt: New files.
6640
6641 2004-10-11 Orjan Friberg <orjanf@axis.com>
6642
6643 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
6644 of "run", since the latter doesn't work with remote targets. Adjust
6645 the breakpoint numbering accordingly.
6646 * gdb.threads/pthread_cond_wait.exp: Ditto.
6647
6648 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6649
6650 * gdb.base/overlays.exp: Update copyright years.
6651
6652 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6653
6654 * gdb.base/overlays.exp: Disable if target is Linux.
6655
6656 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
6657
6658 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6659
6660 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6661
6662 * gdb.asm/asm-source.exp: Add m32r-linux target.
6663 * gdb.asm/m32r-linux.inc: New file.
6664
6665 2004-09-24 Andrew Cagney <cagney@redhat.com>
6666 David Anderson <anderson@redhat.com>
6667
6668 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6669 command fails, assume things will work.
6670 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6671 (_GNU_SOURCE): Define.
6672 (print_unsigned, print_hex): Change parameter to "long long".
6673 (print_byte_count): New function, use to print byte counts.
6674 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6675 O_LARGEFILE.
6676 (main): Compute an upper bound on a corefile in max_core_size.
6677 Limit memory chunk size to max_core_size. Limit total memory
6678 allocated to max_core_size.
6679
6680 2004-09-23 Andrew Cagney <cagney@gnu.org>
6681
6682 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6683 from a separate process with code that creates a corefile by
6684 making the inferior dump core.
6685
6686 2004-09-23 Mark Kettenis <kettenis@gnu.org>
6687
6688 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6689 block.
6690
6691 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6692
6693 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6694 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6695 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6696 Likewise.
6697
6698 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6699
6700 * gdb.java/jprint.exp: New test case for java inferior call.
6701 * gdb.java/jprint.java: Ditto.
6702
6703 2004-09-15 Joel Brobecker <brobecker@gnat.com>
6704
6705 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6706
6707 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6708
6709 * gdb.threads/killed.c: Include <stdlib.h>.
6710 * gdb.threads/pthreads.c: Likewise.
6711
6712 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6713
6714 * gdb.threads/killed.c: Add copyright notice.
6715
6716 2004-09-10 Jason Molenda (jmolenda@apple.com)
6717
6718 * gdb.base/define.exp: Two new tests to verify zero space chars
6719 after 'if' and 'while' commands in a user-defined command is correctly
6720 parsed.
6721
6722 2004-09-08 Andrew Cagney <cagney@gnu.org>
6723
6724 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6725 delivery test with duplicate at end of file.
6726
6727 2004-09-06 Mark Kettenis <kettenis@jive.nl>
6728
6729 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6730
6731 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6732
6733 * config/hppro.exp: Removed.
6734
6735 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6736
6737 * config/sparclet.exp: Removed.
6738
6739 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6740
6741 * config/udi.exp: Removed.
6742
6743 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6744
6745 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6746 of "exp_continue".
6747 (advancei): Likewise.
6748
6749 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6750
6751 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6752
6753 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6754
6755 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
6756 to check for nodebug in executable.
6757 * gdb.gdb/observer.exp (setup_test): Likewise.
6758 * gdb.gdb/selftest.exp (test_with_self): Likewise.
6759 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
6760
6761 2004-09-01 Andrew Cagney <cagney@gnu.org>
6762
6763 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6764 files.
6765
6766 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6767
6768 * gdb.base/unload.exp: Fix expected warning message to match
6769 latest format.
6770
6771 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
6772
6773 * gdb.base/call-rt-st.exp: Fix typos.
6774
6775 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
6776
6777 * gdb.threads/thread_check.exp: New testcase.
6778 * gdb.threads/thread_check.c: New testcase.
6779
6780 2004-08-31 Andrew Cagney <cagney@gnu.org>
6781
6782 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
6783 (skip_to_handler_entry): New procedures. Test stepping into a
6784 handler when the breakpoint is at the handler's entry point.
6785
6786 2004-08-30 Andrew Cagney <cagney@gnu.org>
6787
6788 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
6789 gdb/1757.
6790
6791 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6792
6793 With code from Manoj Iyer <manjo@austin.ibm.com>:
6794 * lib/gdb.exp (gdb_file_cmd): Return more information in the
6795 return value. Add an arm for "no debugging symbols found".
6796 Change a stray "error" to "perror".
6797 (gdb_run_cmd): Adapt to new return value.
6798 * gdb.base/remote.exp: Adapt to new return value.
6799 * gdb.gdb/complaints.exp: Likewise.
6800 * gdb.gdb/observer.exp: Likewise.
6801 * gdb.gdb/selftest.exp: Likewise.
6802 * gdb.gdb/xfullpath.exp: Likewise.
6803
6804 2004-08-27 Joel Brobecker <brobecker@gnat.com>
6805
6806 * gdb.threads/bp_in_thread.exp: New testcase.
6807
6808 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6809
6810 Fix PR testsuite/1735.
6811 * gdb.threads/schedlock.c (thread_function): Add a cast
6812 to suppress a gcc warning.
6813 * gdb.threads/thread-specific.c (thread_function): Likewise.
6814
6815 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6816
6817 * gdb.base/unload.c: Include <stdlib.h>.
6818
6819 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6820
6821 From Paul Gilliam <pgilliam@us.ibm.com>:
6822 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
6823 synchronized after the "return".
6824
6825 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6826
6827 * gdb.mi/basics.c: Include <stdio.h>.
6828 * gdb.mi/pthreads.c: Include <stdlib.h>.
6829 * gdb.mi/var-cmd.c: Include <stdlib.h>.
6830
6831 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6832
6833 * gdb.threads/schedlock.c: Add copyright notice.
6834
6835 2004-08-25 Andrew Cagney <cagney@gnu.org>
6836
6837 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
6838 (skip_over_handler, breakpoint_over_hander): New test procedures.
6839 (advance, advancei): Add a proper prefix, do not use
6840 rerun_to_main.
6841 * gdb.base/sigstep.c (main): Change to use an infinite loop.
6842
6843 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
6844
6845 * gdb.mi/basics.c: Add copyright notice.
6846 * gdb.mi/var-cmd.c: Add copyright notice.
6847
6848 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6849
6850 * lib/gdb.exp: Remove signed_keyword_not_used.
6851 * lib/compiler.c: Likewise.
6852 * lib/compiler.cc: Likewise.
6853
6854 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6855
6856 * gdb.base/whatis.c: Remove conditional disabling of "signed".
6857 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
6858
6859 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6860
6861 * gdb.base/whatis.c: Add copyright notice.
6862
6863 2004-08-20 Mark Kettenis <kettenis@gnu.org>
6864
6865 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
6866 it to skip the breakpoints encoded in the inline assembly.
6867
6868 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6869
6870 * Makefile.in: Add gdb.fortran.
6871
6872 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6873
6874 * gdb.base/call-sc.exp (test_scalar_returns):
6875 Fix cut-and-paste glitch in "Make fun return now".
6876
6877 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6878
6879 * configure.in: Add gdb.fortran.
6880 * configure: Regenerate.
6881 * gdb.fortran/Makefile.in: New file.
6882 * lib/gdb.exp (skip_fortran_tests): New procedure.
6883
6884 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6885
6886 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
6887 reference to bug-gnu@prep.ai.mit.edu.
6888 * gdb.mi/mi-var-child.exp: Likewise.
6889 * gdb.mi/mi-var-cmd.exp: Likewise.
6890 * gdb.mi/mi-var-display.exp: Likewise.
6891 * gdb.mi/mi2-var-block.exp: Likewise.
6892 * gdb.mi/mi2-var-child.exp: Likewise.
6893 * gdb.mi/mi2-var-cmd.exp: Likewise.
6894 * gdb.mi/mi2-var-display.exp: Likewise.
6895
6896 2004-08-15 Mark Kettenis <kettenis@gnu.org>
6897
6898 * gdb.base/unload.c (main): Make local variable msg const.
6899
6900 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6901
6902 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
6903 to bug-gnu@prep.ai.mit.edu.
6904 * gdb.mi/mi-disassemble.exp: Likewise.
6905 * gdb.mi/mi-eval.exp: Likewise.
6906 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
6907 default line number.
6908 * gdb.mi/mi-return.exp: Likewise.
6909 * gdb.mi/mi-simplerun.exp: Likewise.
6910 * gdb.mi/mi-stack.exp: Likewise.
6911 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
6912 number with explicit range test.
6913 * gdb.mi/mi-watch.exp: Likewise.
6914 * gdb.mi/mi2-break.exp: Likewise.
6915 * gdb.mi/mi2-cli.exp: Likewise.
6916 * gdb.mi/mi2-disassemble.exp: Likewise.
6917 * gdb.mi/mi2-eval.exp: Likewise.
6918 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
6919 default line number.
6920 * gdb.mi/mi2-return.exp: Likewise.
6921 * gdb.mi/mi2-simplerun.exp: Likewise.
6922 * gdb.mi/mi2-stack.exp: Likewise.
6923 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
6924 number with explicit range test.
6925 * gdb.mi/mi2-watch.exp: Likewise.
6926
6927 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6928
6929 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
6930 * gdb.cp/m-static.exp: Likewise.
6931 * gdb.cp/rtti.exp: Likewise.
6932
6933 2004-08-14 Mark Kettenis <kettenis@gnu.org>
6934
6935 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
6936
6937 2004-08-14 Eli Zaretskii <eliz@gnu.org>
6938
6939 * ChangeLog: Prefix Local Variables with semi-colons and indent
6940 the reference to older ChangeLog files, to fix fontification in
6941 Emacs.
6942
6943 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6944
6945 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
6946 * gdb.mi/mi2-break.exp: Likewise.
6947
6948 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6949
6950 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
6951
6952 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6953
6954 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
6955
6956 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6957
6958 * gdb.cp/classes.exp: Remove unused declarations. Just let
6959 test names default instead of providing special names. Remove
6960 extraneous demangler test.
6961
6962 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
6963
6964 * gdb.base/unload.exp: New test for breakpoints in dynamically
6965 loaded libraries.
6966 * gdb.base/unload.c: Ditto.
6967 * gdb.base/unloadshr.c: Ditto.
6968
6969 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
6970
6971 * gdb.cp/classes.exp (test_ptype_class_objects): Call
6972 cp_test_ptype_class.
6973 (test_enums): Likewise.
6974
6975 2004-08-10 Andrew Cagney <cagney@gnu.org>
6976
6977 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6978 files.
6979
6980 2004-08-10 Andrew Cagney <cagney@gnu.org>
6981
6982 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
6983 init_malloc call.
6984
6985 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
6986
6987 * ChangeLog: Add copyright notice. The notice is copied
6988 from emacs 21.3 top level ChangeLog.
6989
6990 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6991
6992 * lib/cp-support.exp: New file.
6993 * lib/cp-support.exp (cp_test_type_class): New function.
6994 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
6995 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
6996 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
6997 cp_test_ptype_class.
6998
6999 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7000
7001 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7002 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7003 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7004 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7005 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7006 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7007 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7008 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7009 gdb.mi/mi2-watch.exp: Update copyright years.
7010
7011 2004-08-09 Mark Kettenis <kettenis@gnu.org>
7012
7013 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7014
7015 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7016
7017 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7018 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7019 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7020 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7021 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7022 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7023 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7024 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7025 gdb.mi/mi-watch.exp: Update copyright years.
7026
7027 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7028
7029 PR gdb/1738
7030 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7031 from a breakpoint with a pending signal.
7032
7033 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7034
7035 PR gdb/1736
7036 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7037 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7038 the prompt.
7039 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7040
7041 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7042
7043 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7044
7045 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7046
7047 PR gdb/1736
7048 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7049 for i?86-*-linux*.
7050
7051 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7052
7053 * gdb.arch/i386-prologue.exp: Compile without debug information.
7054
7055 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7056
7057 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7058 rather than asking gdb to search.
7059
7060 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7061
7062 * gdb.base/gcore.c: Include <string.h>.
7063
7064 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7065
7066 * gdb.base/gcore.c: Add copyright notice.
7067
7068 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7069
7070 * gdb.base/freebpcmd.c: Include <stdio.h>.
7071 * gdb.base/long_long.c: Include <string.h>.
7072 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7073 * gdb.base/siginfo.c: Include <string.h>.
7074 * gdb.base/sigstep.c: Include <string.h>.
7075
7076 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7077
7078 * gdb.base/complex.c: Include <stdlib.h>.
7079
7080 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7081
7082 * gdb.base/complex.c: Add copyright notice.
7083
7084 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7085
7086 * gdb.base/charset.c: Include <stdlib.h>.
7087
7088 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7089
7090 * gdb.base/auxv.c: Include <stdlib.h>.
7091
7092 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7093
7094 * gdb.base/auxv.c: Add copyright notice.
7095
7096 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7097
7098 * gdb.base/coremaker.c: Add copyright notice.
7099 * gdb.base/coremaker2.c: Add copyright notice.
7100
7101 2004-08-04 Andrew Cagney <cagney@gnu.org>
7102
7103 * gdb.base/store.exp: Update copyright.
7104 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7105 names, do not import gdb_prompt.
7106
7107 2004-08-01 Andrew Cagney <cagney@gnu.org>
7108
7109 Fix PR testsuite/1729.
7110 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7111 not use capture_value with value 4.
7112 (capture_value): Add optional test name parameter.
7113 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7114 the prefix, pass to capture_value.
7115
7116 2004-08-01 Mark Kettenis <kettenis@gnu.org>
7117
7118 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7119 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7120 (main): Call new function.
7121
7122 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7123
7124 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7125
7126 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7127
7128 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7129
7130 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7131
7132 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
7133 Accept more values of vtbl pointer. Remove some messages
7134 about "obsolete gcc or gdb".
7135
7136 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7137
7138 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7139
7140 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7141
7142 * gdb.base/asm-source.exp: Properly convert target board
7143 debug flags from gcc format to binutils format.
7144
7145 2004-07-28 Mark Kettenis <kettenis@gnu.org>
7146
7147 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7148 gdb1718". PR backtrace/1718 partially fixed.
7149
7150 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7151
7152 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7153
7154 2004-07-26 Nick Clifton <nickc@redhat.com>
7155
7156 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7157 good default value for a specific architecture is available then
7158 set it to that value. Otherwise default to the -gstabs switch.
7159 Remove the -g... switches from the asm-flags variable. Allow the
7160 target board info to override the value if it wants to. Pass the
7161 switch on the assembler command line.
7162
7163 2004-07-23 Mark Kettenis <kettenis@gnu.org>
7164
7165 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7166 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7167 (main): Call new function.
7168
7169 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7170
7171 Test for PR exp/1715.
7172 * gdb.base/radix.exp: Refactor common procedures. Make all
7173 test names unique. Change XFAIL to KFAIL.
7174
7175 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7176
7177 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7178 * gdb.ada/gnat_ada.gin: ... to here.
7179 * configure.in: Use gnat_ada.gin.
7180 * configure: Regenerate.
7181
7182 2004-07-20 Andrew Cagney <cagney@gnu.org>
7183
7184 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7185 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7186 XFAILs. Clean up test messages and comments. Check backtraces.
7187 Delete re-sync code.
7188
7189 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7190
7191 Fix PR cli/740.
7192 * gdb.base/annota1.exp: Honor gdb,nosignals.
7193 * gdb.base/annota3.exp: Likewise.
7194
7195 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7196
7197 * lib/java.exp: Update copyright notice.
7198
7199 2004-07-19 Andrew Cagney <cagney@gnu.org>
7200
7201 * gdb.base/selftest.exp: Copy file from here ...
7202 * gdb.gdb/selftest.exp: ... to here.
7203
7204 2004-07-16 Andrew Cagney <cagney@redhat.com>
7205
7206 * lib/insight-support.exp: Delete file.
7207 * lib/java.exp (java_init): Fix copyright.
7208
7209 2004-07-16 Andrew Cagney <cagney@gnu.org>
7210
7211 * gdb.base/restore.c: Append "prologue" to comments marking the a
7212 function's prologue.
7213 * gdb.base/restore.exp: Update copyright, re-indent.
7214 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7215 callerN" prefix where needed. Update patterns that match a
7216 function's prologue.
7217
7218 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7219
7220 * gdb.base/restore.c: Add copyright notice.
7221
7222 2004-07-16 Andrew Cagney <cagney@gnu.org>
7223
7224 * gdb.base/logical.exp: Update copyright.
7225 (evaluate): New procedure. Use to re-implement tests using
7226 several tables.
7227
7228 2004-07-14 Martin Hunt <hunt@redhat.com>
7229
7230 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7231 which fixes some problems where init.tcl was not found.
7232
7233 2004-07-13 Andrew Cagney <cagney@gnu.org>
7234
7235 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7236 (check_sizeof, check_valueof): Do not include the output in the
7237 test name. Use gdb_test.
7238 (get_valueof): Use gdb_test_multiple.
7239
7240 * gdb.base/step-test.exp: Update copyright. Use
7241 gdb_test_multiple. Ensure that test names do not include
7242 architecture dependent output.
7243
7244 * gdb.gdb/observer.exp: Update copyright.
7245 (setup_test): Use gdb_test_multiple.
7246 (attach_first_observer, attach_second_observer)
7247 (attach_third_observer, detach_first_observer)
7248 (detach_second_observer, detach_third_observer)
7249 (reset_counters, check_counters): Make $message a prefix.
7250 (test_normal_stop_notifications): Add "args" parameter - a list of
7251 init functions to be called. Make $message a prefix,
7252 (test_observer_normal_stop): Change the message prefixes so that
7253 they are unique, pass the attach / detach procedures to
7254 test_normal_stop_notifications.
7255
7256 * gdb.base/signull.exp (test_segv): Prefix all tests with
7257 "${name}". Clean up test messages.
7258
7259 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7260
7261 * gdb.base/ena-dis-br.exp: Update copyright.
7262 (break_at): New function. Replace send_gdb with gdb_test,
7263 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7264 ignore count, not stopped at bpt", with KFAIL.
7265
7266 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
7267
7268 * gdb.base/attach.exp: Remove cleanupfile handling.
7269
7270 2004-07-12 Andrew Cagney <cagney@gnu.org>
7271
7272 * gdb.base/annota1.exp: Cleanup corefile test name.
7273 * gdb.base/annota3.exp: Ditto.
7274
7275 2004-07-12 Andrew Cagney <cagney@gnu.org>
7276
7277 * gdb.base/signals.exp: Clean up copyright, re-indent.
7278
7279 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7280 gdb_test and gdb_test_multiple.
7281
7282 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7283
7284 * gdb.java/jmain.exp: Fix expected line number for main to
7285 break at. Set XFAIL for break at main test since gcj does not
7286 provide line number info for first statement in main.
7287
7288 2004-07-08 Andrew Cagney <cagney@gnu.org>
7289
7290 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7291
7292 * gdb.base/sigbpt.exp: Make the common part of each test name a
7293 prefix instead of suffix.
7294
7295 2004-07-07 Bob Rossi <bob_rossi@cox.net>
7296
7297 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7298 test from test_tbreak_creation_and_listing to
7299 test_file_list_exec_source_file
7300 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7301 Changed name of test from test_tbreak_creation_and_listing to
7302 test_file_list_exec_source_file
7303
7304 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7305
7306 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7307 the jmisc() constructor instead of <init>.
7308 * gdb.java/jmisc1.exp: Ditto.
7309
7310 2004-07-07 Andrew Cagney <cagney@gnu.org>
7311
7312 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7313 corrupting the PC.
7314
7315 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7316
7317 * gdb.cp/templates.exp: Accept whitespace change in demangler
7318 output.
7319
7320 2004-07-06 Andrew Cagney <cagney@gnu.org>
7321
7322 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7323
7324 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7325
7326 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7327 * lib/compiler.cc: Likewise.
7328
7329 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7330
7331 * lib/compiler.cc: Work around string preprocessing problem
7332 with old hp c++ compiler.
7333 * lib/compiler.c: Likewise.
7334
7335 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
7336
7337 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7338 directives to conditionalize symbol prefixing.
7339 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7340 additional_flags handling. Add underscore prefix for Cygwin.
7341 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7342 conditionalize symbol prefixing.
7343 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7344 additional_flags handling. Add underscore prefix for Cygwin.
7345
7346 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
7347
7348 * gdb.base/bigcore.exp: Skip test on Cygwin.
7349
7350 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7351
7352 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7353 formats for "info register". Use gdb_test_multiple. Fix
7354 the "invalid register" test.
7355
7356 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
7357
7358 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7359 PID for Cygwin. Add Cygwin specific strings to check for in some
7360 tests.
7361 (do_attach_tests): Add a test for user interaction when attaching
7362 to a process with no matching symbol table already loaded.
7363
7364 2004-06-26 Andrew Cagney <cagney@gnu.org>
7365
7366 Test PR java/1567 and PR java/1565.
7367 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7368 * gdb.java/jmisc2.exp: Delete file.
7369
7370 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7371
7372 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7373
7374 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
7375
7376 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7377 attach process.
7378
7379 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7380
7381 * gdb.cp/pr-1553.exp: Remove.
7382
7383 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7384
7385 * gdb.cp/pr-1553.cc: Remove.
7386 * gdb.cp/pr-1553.exp: Disable this test.
7387
7388 2004-06-20 Jim Blandy <jimb@redhat.com>
7389
7390 Fix PR testsuite/1680.
7391 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7392 regular expressions.
7393
7394 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7395
7396 Fix PR testsuite/1679.
7397 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7398 Issue an UNSUPPORTED result instead.
7399
7400 2004-06-18 Jim Blandy <jimb@redhat.com>
7401
7402 * gdb.base/charset.exp: Only send a control-C if we see a new
7403 prompt and incomplete command.
7404
7405 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7406
7407 * gdb.cp/pr-574.cc: Add copyright notice.
7408
7409 2004-06-17 Jim Blandy <jimb@redhat.com>
7410
7411 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7412 cases where the regexp has no groups; this grabs random text from
7413 the previous test suite, whatever that was.
7414
7415 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7416
7417 * gdb.cp/printmethod.cc: Add copyright notice.
7418
7419 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7420
7421 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7422
7423 2004-06-16 Andrew Cagney <cagney@gnu.org>
7424
7425 * gdb.base/signull.c: Update copyright. Include <string.h>.
7426 (bowler): Replace data_pointer with data_read
7427 and data_write cases. Add code_descriptor case.
7428 (zero, desc): New array and pointer.
7429 (data, code): Change to simple pointers.
7430 * gdb.base/signull.exp: Fix probe pattern matching a function
7431 descriptor SIGSEGV. Replace data_pointer with data_read and
7432 data_write tests.
7433
7434 2004-06-16 Andrew Cagney <cagney@gnu.org>
7435
7436 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7437
7438 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7439
7440 * gdb.base/long_long.c: Add copyright notice.
7441
7442 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7443
7444 * gdb.base/long_long.exp: Remove reference to
7445 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7446 to gdb_breakpoint and gdb_continue_to_breakpoint.
7447
7448 2004-06-14 Jim Blandy <jimb@redhat.com>
7449
7450 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7451 endian case.
7452
7453 2004-06-14 Andrew Cagney <cagney@gnu.org>
7454
7455 * gdb.base/gcore.exp (capture_command_output): Delete the always
7456 passing tests containing inferior values.
7457 * gdb.base/ending-run.exp: Do not include the breakpoint address
7458 in the test message. Update copyright.
7459 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7460 size in the test name, use gdb_test_multiple. Update copyright.
7461
7462 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7463
7464 * gdb.cp/ref-types.cc: Add copyright notice.
7465
7466 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7467
7468 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7469 hp_aCC_compiler.
7470 * lib/compiler.cc: Likewise.
7471 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7472 'set' commands. Log diagnostics for other lines. Set
7473 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7474
7475 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7476
7477 * gdb.cp/try_catch.cc: Add copyright notice.
7478
7479 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7480
7481 * gdb.cp/userdef.cc: Add copyright notice.
7482
7483 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7484
7485 * gdb.cp/virtfunc.cc: Add copyright notice.
7486
7487 2004-06-11 Randolph Chung <tausq@debian.org>
7488
7489 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7490 problem.
7491
7492 2004-06-10 Andrew Cagney <cagney@gnu.org>
7493
7494 * lib/compiler.cc, lib/compiler.c: Append either
7495 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7496 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7497 instead of gcc-3-3.
7498
7499 2004-06-09 Andrew Cagney <cagney@gnu.org>
7500
7501 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7502 gdb/1455, bug is specific to "long long" and "double".
7503
7504 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7505 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7506 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7507 fixed.
7508
7509 2004-06-09 Andrew Cagney <cagney@gnu.org>
7510
7511 * gdb.base/structs.exp (test_struct_returns): Replace
7512 "return_value_unknown" and "finish_value_unknown" by
7513 "return_value_known" and "finish_value_known". Instead of
7514 "return_value_unknown" iff "finish_value_unknown", check
7515 "return_value_known" implies "finish_value_known".
7516
7517 2004-06-08 Martin Hunt <hunt@redhat.com>
7518
7519 * gdb.base/float.exp: Add pattern for mips targets.
7520
7521 2004-06-08 Randolph Chung <tausq@debian.org>
7522
7523 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7524 message for unknown architectures more clear.
7525
7526 2004-06-08 Joel Brobecker <brobecker@gnat.com>
7527
7528 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7529 start the execution of the program.
7530
7531 2004-06-07 Jim Blandy <jimb@redhat.com>
7532
7533 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7534 * gdb.arch/i386-cpuid.h: New helper file.
7535
7536 2004-06-07 Randolph Chung <tausq@debian.org>
7537
7538 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7539 has started.
7540
7541 2004-06-04 Roland McGrath <roland@redhat.com>
7542
7543 Fix PR gdb/1647.
7544 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7545 differently to be robust to output buffering differences.
7546
7547 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7548
7549 * gdb.threads/pthreads.exp: Update copyright years.
7550 (check_control_c): Change asynchronous 'after' to synchronous.
7551
7552 2004-06-04 Roland McGrath <roland@redhat.com>
7553
7554 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7555 next gdb prompt.
7556
7557 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7558
7559 Fix PR gdb/1636.
7560 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7561 calls to synchronous.
7562
7563 2004-05-26 Jim Blandy <jimb@redhat.com>
7564
7565 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7566
7567 2004-05-24 Randolph Chung <tausq@debian.org>
7568
7569 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7570 * gdb.asm/pa.inc: New file.
7571
7572 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7573
7574 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7575
7576 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7577 Daniel Jacobowitz <drow@mvista.com>
7578
7579 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7580 GDB prompt.
7581
7582 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7583
7584 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
7585 setjmp/longjmp. Use sigaction instead of signal.
7586
7587 2004-05-19 J. Brobecker <brobecker@gnat.com>
7588 Michael Snyder <msnyder@redhat.com>
7589
7590 * gdb.threads/pthread_cond_wait.c: New file.
7591 * gdb.threads/pthread_cond_wait.exp: New testcase.
7592
7593 2004-05-13 Andrew Cagney <cagney@redhat.com>
7594
7595 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7596 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7597
7598 2004-05-11 Andrew Cagney <cagney@redhat.com>
7599
7600 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7601 fixed but revealed gdb/1639.
7602
7603 2004-05-10 Andrew Cagney <cagney@redhat.com>
7604
7605 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7606 func1" and "next to 2nd alarm", kernel bug avoided.
7607
7608 2004-05-10 Daniel Jacobowitz <dan@debian.org>
7609
7610 PR external/1568
7611 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7612 XFAIL if it is smaller than bytes_allocated.
7613 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7614 (main): Make chunks_allocated unsigned. Correct comment.
7615
7616 2004-05-07 Joel Brobecker <brobecker@gnat.com>
7617
7618 * gdb.arch/powerpc-aix-prologue.c: New file.
7619 * gdb.arch/powerpc-aix-prologue.exp: New file.
7620
7621 2004-05-07 Jim Blandy <jimb@redhat.com>
7622
7623 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7624 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7625
7626 2004-05-06 Joel Brobecker <brobecker@gnat.com>
7627
7628 * gdb.base/sep.exp: No longer setup_kfail when the program was
7629 built with dwarf2.
7630
7631 2004-05-05 Jim Ingham <jingham@apple.com>
7632
7633 * gdb.base/pending.exp: Make sure pending breakpoints
7634 preserve the ignore count.
7635
7636 2004-04-27 Jerome Guitton <guitton@gnat.com>
7637
7638 * i386-prologue.exp: Add testcase for jump instruction as first
7639 instruction of the real code.
7640 * i386-prologue.c (jump_at_beginning): New function.
7641
7642 2004-04-28 Mark Kettenis <kettenis@gnu.org>
7643
7644 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7645 x86_64-*-*.
7646
7647 2004-04-28 Mark Kettenis <kettenis@gnu.org>
7648
7649 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7650 i*86-*-*.
7651
7652 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7653
7654 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7655 expression that checks the return type.
7656
7657 2004-04-23 Andrew Cagney <cagney@redhat.com>
7658
7659 * gdb.base/call-sc.exp: New test of scalar call/return values.
7660 * gdb.base/call-sc.c: Ditto.
7661
7662 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7663
7664 * gdb.threads/manythreads.c: Reduce thread stack size.
7665
7666 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7667
7668 * gdb.threads/manythreads.c: Add copyright notice.
7669
7670 2004-04-23 Andrew Cagney <cagney@redhat.com>
7671
7672 * gdb.base/siginfo.exp: Better handle step out of signal.
7673 * gdb.base/sigstep.exp: Ditto.
7674
7675 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
7676 Daniel Jacobowitz <drow@mvista.com>
7677
7678 * gdb.threads/manythreads.c: New testcase.
7679 * gdb.threads/manythreads.exp: Ditto.
7680
7681 2004-04-22 Jim Blandy <jimb@redhat.com>
7682
7683 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7684 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7685
7686 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7687
7688 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7689
7690 2004-04-21 Andrew Cagney <cagney@redhat.com>
7691
7692 * gdb.base/sigstep.c: New file.
7693 * gdb.base/sigstep.exp: New file.
7694
7695 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7696
7697 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7698 call to observer_notify_normal_stop.
7699
7700 2004-04-15 Andrew Cagney <cagney@redhat.com>
7701
7702 * gdb.base/siginfo.c: New file.
7703 * gdb.base/siginfo.exp: New file.
7704
7705 2004-04-12 J. Brobecker <brobecker@gnat.com>
7706
7707 * gdb.base/sep.exp: Fix typo in comment.
7708
7709 2004-04-12 J. Brobecker <brobecker@gnat.com>
7710
7711 * gdb.base/sep.c: New file.
7712 * gdb.base/sep-proc.c: New file.
7713 * gdb.base/sep.exp: New testcase.
7714
7715 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7716
7717 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7718 support.
7719
7720 2004-04-05 Andrew Cagney <cagney@redhat.com>
7721
7722 * gdb.base/sigaltstack.c: New file.
7723 * gdb.base/sigaltstack.exp: New file.
7724
7725 2004-04-04 Joel Brobecker <brobecker@gnat.com>
7726
7727 * gdb.base/foll-fork.exp: Update the expected output for
7728 "help set follow-fork-mode", to match a change that was made
7729 to the help of this variable on 2004-01-13.
7730
7731 2004-04-01 Joel Brobecker <brobecker@gnat.com>
7732
7733 * lib/ada.exp: Add copyright notice.
7734 * bar.ads: Likewise.
7735 * bar.adb: Likewise.
7736 * null_record.adb: Likewise.
7737 * null_record.exp: Likewise.
7738 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7739
7740 2004-04-01 Joel Brobecker <brobecker@gnat.com>
7741
7742 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7743 * configure: Regenerate.
7744
7745 2004-04-01 Joel Brobecker <brobecker@gnat.com>
7746
7747 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7748 to build the application. Remove the message printed when in
7749 verbose mode, redundant with the UNSUPPORTED message above.
7750
7751 2004-03-31 Joel Brobecker <brobecker@gnat.com>
7752
7753 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7754 * gdb.ada (null_record.exp): New testcase.
7755
7756 2004-03-31 Joel Brobecker <brobecker@gnat.com>
7757
7758 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
7759
7760 2004-03-31 Joel Brobecker <brobecker@gnat.com>
7761
7762 * gdb.ada: New subdirectory.
7763 * gdb.ada/Makefile.in: New file.
7764 * gdb.ada/gnat_ada.gpr.in: New file.
7765
7766 2004-03-31 Joel Brobecker <brobecker@gnat.com>
7767
7768 * lib/ada.exp: New file.
7769
7770 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7771
7772 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
7773 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
7774
7775 2004-03-22 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
7778 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7779 Problem identified by Ulrich Weigand.
7780
7781 2004-03-17 David Carlton <carlton@kealia.com>
7782
7783 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
7784 PR c++/826.
7785
7786 2004-03-16 Roland McGrath <roland@redhat.com>
7787
7788 * gdb.base/auxv.exp: New file.
7789 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
7790
7791 2004-03-12 David Carlton <carlton@kealia.com>
7792
7793 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
7794 * gdb.cp/pr-1553.cc: Ditto.
7795 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
7796 pass branch.
7797
7798 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
7799
7800 * gdb.cp/templates.exp: Accept more template types.
7801
7802 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7803
7804 From Corinna Vinschen with modifications.
7805 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
7806 local variable obj_with_enum.
7807 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
7808 results with obj_with_enum.
7809
7810 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7811
7812 * gdb.cp/classes.cc: New file, copied from misc.cc.
7813 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
7814
7815 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7816
7817 * gdb.cp/misc.cc: Add copyright notice.
7818
7819 2004-03-05 David Carlton <carlton@kealia.com>
7820
7821 * gdb.cp/rtti.exp: Add 'print *obj3' test.
7822 * gdb.cp/rtti.h: Update copyright.
7823 (namespace n2::n3): New.
7824 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7825 (n2::n3::func3): New.
7826 (main): Call n2::n3::func3.
7827 * gdb.cp/rtti2.cc: Update copyright.
7828 (n2::create3): New.
7829
7830 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7831
7832 * gdb.asm/openbsd.inc: Fix typo.
7833
7834 2004-03-03 Fred Fish <fnf@redhat.com>
7835
7836 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
7837 "val" instead of unused "size". Update copyright year.
7838
7839 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7840
7841 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
7842 to use unsigned char.
7843 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
7844 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
7845
7846 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7847
7848 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
7849 line of output.
7850
7851 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7852
7853 * gdb.base/relocate.c (dummy): Initialize.
7854
7855 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7856
7857 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
7858 a breakpoint at exit.
7859
7860 2004-02-27 Fred Fish <fnf@redhat.com>
7861
7862 * gdb.base/chng-syms.exp: Add expect condition to match failing
7863 case that isn't a timeout.
7864
7865 2004-02-27 Andrew Cagney <cagney@redhat.com>
7866
7867 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
7868 support.
7869
7870 2004-02-26 Fred Fish <fnf@redhat.com>
7871
7872 * gdb.arch/gdb1431.c: Remove.
7873 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
7874 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
7875 of "until" incorrectly.
7876
7877 2004-02-26 J. Brobecker <brobecker@gnat.com>
7878
7879 * gdb.cp/class2.cc (empty): New class.
7880 (refer): New function.
7881 (main): Declare an object of type empty and use it.
7882 * gdb.cp/class2.exp: Print the value of an object of type empty.
7883
7884 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7885
7886 * gdb.base/langs.exp: Update query string to match the
7887 new nquery format used for pending breakpoints.
7888
7889 2004-02-26 Andrew Cagney <cagney@redhat.com>
7890
7891 Fix PR i18n/1570.
7892 * gdb.base/charset.c: Update copyright notice.
7893 (main, init_string): Remove the escape character '\e' tests.
7894 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
7895 * gdb.base/charset.exp (valid_host_charset): Ditto.
7896 * gdb.base/setvar.exp: Ditto.
7897
7898 2004-02-24 Andrew Cagney <cagney@redhat.com>
7899
7900 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
7901 mmapped data in core file" PASS and FAIL messages consistent.
7902
7903 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
7904 setting a breakpoint. Work around PR java/1565.
7905
7906 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7907
7908 * lib/gdb.exp (gdb_breakpoint): Update query string to match
7909 new nquery format.
7910 * gdb.base/pending.exp: Ditto.
7911
7912 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7913
7914 * configure.in: Run stabs tests on *BSD.
7915 * configure: Regenerated.
7916
7917 2004-02-21 Mark Kettenis <kettenis@gnu.org>
7918
7919 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
7920
7921 2004-02-20 Fred Fish <fnf@redhat.com>
7922
7923 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
7924 blank in test for "returns short", for consistency with other
7925 "returns xxx" tests. Update copyright year.
7926
7927 2004-02-19 Fred Fish <fnf@redhat.com>
7928
7929 New testcase for PR breakpoint/1558.
7930 * gdb.arch/gdb1558.exp: New file.
7931 * gdb.arch/gdb1558.c: New file.
7932
7933 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
7934
7935 * gdb.base/nodebug.exp: Fix typo.
7936
7937 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7938
7939 Committed by Jim Blandy <jimb@redhat.com>.
7940
7941 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
7942
7943 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
7944
7945 * gdb.base/float.exp: Support s390*-*-* targets.
7946
7947 2004-02-17 Adam Fedor <fedor@gnu.org>
7948
7949 * gdb.base/gdb1555.exp: New file.
7950 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
7951
7952 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
7953
7954 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
7955
7956 2004-02-16 Fred Fish <fnf@redhat.com>
7957
7958 * gdb.arch/gdb1291.c: Remove
7959 * gdb.arch/gdb1291.s: New test input file.
7960 * gdb.arch/gdb1291.exp: Expand test to check case that should not
7961 fail. Test for correct result, known incorrect result, other
7962 failures and timeouts.
7963
7964 2004-02-16 Andrew Cagney <cagney@redhat.com>
7965
7966 * gdb.base/bigcore.exp: New file.
7967 * gdb.base/bigcore.c: New file.
7968
7969 2004-02-13 Andrew Cagney <cagney@redhat.com>
7970
7971 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
7972 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
7973 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
7974 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
7975 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
7976 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
7977 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
7978 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
7979 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
7980 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
7981
7982 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
7983
7984 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
7985 executed is an alloc instruction.
7986
7987 2004-02-11 David Carlton <carlton@kealia.com>
7988
7989 * gdb.cp/breakpoint.exp: New.
7990 * gdb.cp/breakpoint.cc: New.
7991
7992 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
7993
7994 Partial fix for PR gdb/1543.
7995 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
7996 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
7997 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
7998 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
7999 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8000 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8001 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8002 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8003 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8004 to bug-gdb@prep.ai.mit.edu .
8005 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8006 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8007 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8008 Likewise.
8009
8010 2004-02-10 Andrew Cagney <cagney@redhat.com>
8011
8012 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8013 using gdb_internal_error_resync.
8014
8015 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8016
8017 * gdb.threads/thread-specific.exp: Stop early if no threads are
8018 found.
8019
8020 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8021
8022 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8023
8024 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
8025
8026 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8027 breakpoints.
8028
8029 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
8030
8031 * config/sim.exp (gdb_load): Handle $arg == "".
8032 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8033 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8034
8035 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8036
8037 * gdb.base/maint.exp: Update test to reflect
8038 obstack changes.
8039
8040 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8041
8042 * gdb.base/pendshr.c (pendfunc): New function that calls
8043 pendfunc1.
8044 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8045
8046 2004-02-04 Fred Fish <fnf@redhat.com>
8047
8048 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8049 function symbols and update copyright years.
8050 * gdb.arch/gdb1291.c: Ditto.
8051
8052 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8053
8054 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8055
8056 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8057
8058 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8059
8060 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8061
8062 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8063
8064 2004-02-02 Fred Fish <fnf@redhat.com>
8065
8066 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8067 remote targets. Update copyright years.
8068
8069 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8070
8071 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8072 support.
8073 * gdb.base/langs.exp: Fix test which attempts to create
8074 breakpoint on non-existent function to handle new pending
8075 support.
8076 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8077 a breakpoint.
8078 * gdb.base/pending.exp: New test.
8079 * gdb.base/pending.c: New file.
8080 * gdb.base/pendshr.c: Ditto.
8081
8082 2004-02-02 David Carlton <carlton@kealia.com>
8083
8084 * gdb.cp/overload.exp: Add overloadNamespace tests.
8085 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8086 (overloadNamespace, XXX): New.
8087 (main): Call XXX::marker2.
8088
8089 2004-02-01 Fred Fish <fnf@redhat.com>
8090
8091 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8092 * gdb.base/finish.exp: Ditto.
8093 * gdb.base/gcore.exp: Ditto.
8094 * gdb.base/huge.exp: Ditto.
8095 * gdb.base/info-proc.exp: Ditto.
8096 * gdb.base/return2.exp: Ditto.
8097 * gdb.threads/gcore-thread.exp: Ditto.
8098
8099 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8100
8101 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8102
8103 2004-02-01 Mark Kettenis <kettenis@gnu.org>
8104
8105 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8106 that opening the file succeeds on OpenBSD.
8107
8108 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8109
8110 * gdb.threads/thread-specific.c: New file.
8111 * gdb.threads/threads-specific.exp: New test script.
8112 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8113 to expect_out.
8114
8115 2004-02-01 Mark Kettenis <kettenis@gnu.org>
8116
8117 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8118 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8119 only on the "print_small_structs from print_long_arg_list" test.
8120
8121 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8122
8123 * gdb.base/completion.exp: Kill a stray backslash.
8124
8125 From Jim Ingham <jingham@apple.com>:
8126 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8127 agrees with the result from sending a tab.
8128
8129 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8130
8131 * gdb.base/chng-syms.exp: Remove stray newline.
8132
8133 2004-01-31 Mark Kettenis <kettenis@gnu.org>
8134
8135 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8136 *-*-openbsd*.
8137 * gdb.asm/openbsd.inc: New file.
8138
8139 2004-01-30 Mark Kettenis <kettenis@gnu.org>
8140
8141 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8142 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8143 *-*solaris2*. Remove commented out default settings for
8144 asm-flags. Replace gdb_compile with target_link.
8145
8146 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8147
8148 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8149 for all tests. Remove old hp-ux and cygnus xfail cases.
8150
8151 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8152
8153 * gdb.base/chng-syms.exp: New file.
8154 * gdb.base/chng-syms.c: New file.
8155
8156 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8157
8158 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8159 Provide arms for current output in all my configurations.
8160
8161 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8162
8163 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8164 * lib/compiler.cc: Likewise.
8165 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8166 get the right preprocessor. Eval the output directly. Remove
8167 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8168 hp_f77_compiler and hp_f90_compiler completely.
8169 (gdb_preprocess): Delete.
8170 (get_compiler): Delete.
8171
8172 2004-01-24 Mark Kettenis <kettenis@gnu.org>
8173
8174 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8175 <string.h>.
8176
8177 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
8178
8179 * gdb.mi/mi-stack.exp: Update copyright.
8180
8181 2004-01-23 David Carlton <carlton@kealia.com>
8182
8183 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8184 test for cp_lookup_transparent_type.
8185 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8186 call them.
8187
8188 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8191 after -var-update.
8192
8193 2004-01-23 David Carlton <carlton@kealia.com>
8194
8195 * gdb.cp/namespace.cc (C::ensureRefs): New.
8196 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8197
8198 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
8199
8200 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8201 case "-stack-list-locals 2".
8202 * gdb.mi/mi-var-child.exp: Test for case
8203 "-var-list-children --all-values NAME".
8204
8205 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8206
8207 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8208
8209 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8210
8211 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8212 used with gdb_test_multiple.
8213
8214 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8215 read at address 0. This fixes PR testsuite/1504.
8216
8217 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
8218
8219 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8220 Remove downloading, guessing the host executable, the calls to
8221 gdb_file_cmd and gdb_target_cmd, and "load" support.
8222 (infer_host_exec): New function broken out from gdb_load.
8223 (gdb_load): New wrapper for gdbserver_gdb_load.
8224 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8225 gdb_target_cmd. Use -target-select.
8226 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8227 Download binaries to the host. Clear last_mi_remote_file when
8228 we load a new binary.
8229 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8230 call gdbserver_gdb_load and mi_gdb_target_cmd.
8231
8232 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8233
8234 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8235 type patterns.
8236
8237 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8238
8239 * gdb.cp/templates.exp: Fix typo in test name of
8240 "print Foo<volatile char*>::foo".
8241
8242 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8243
8244 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8245
8246 2004-01-16 Ben Elliston <bje@wasabisystems.com>
8247
8248 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8249 (clean mostlyclean): Remove empty rm.
8250
8251 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8252
8253 * gdb.base/setvar.exp: Add copyright years.
8254
8255 2004-01-14 David Carlton <carlton@bactrian.org>
8256
8257 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8258 PR c++/1511 and update coment.
8259 * gdb.cp/templates.exp: Update patterns to match current output.
8260 If changes involve something other than whitespace, KFAIL
8261 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8262
8263 2004-01-14 David Carlton <carlton@kealia.com>
8264
8265 * gdb.cp/namespace.exp: Add tests involving classes defined within
8266 namespaces.
8267 * gdb.cp/namespace.cc (C::CClass): New.
8268 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8269
8270 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
8271
8272 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8273 what debug info we have. Print a better message if something goes
8274 wrong while producing the separate debug info file.
8275
8276 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8277
8278 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8279
8280 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8281
8282 * gdb.base/callfuncs.c: Add copyright notice.
8283
8284 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8285
8286 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8287 inheritance. PR gdb/1498, PR gcc/13539.
8288
8289 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
8290
8291 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8292 test specific name.
8293 * gdb.mi/gdb669.exp: Ditto.
8294 * gdb.mi/mi-pthreads.exp: Ditto.
8295 * gdb.mi/mi1-pthreads.exp: Ditto.
8296 * gdb.mi/mi2-pthreads.exp: Ditto.
8297
8298 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8299
8300 * gdb.cp/member-ptr.cc: Add copyright notice.
8301
8302 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8303
8304 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8305 some patterns for recent versions of gcc and hpacc. Delete
8306 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8307 Delete tests that access a NULL pointer-to-member-data. This
8308 script is still disabled for gcc.
8309
8310 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
8311
8312 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
8313 escaped correctly.
8314
8315 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
8316
8317 * gdb.base/sepdebug.exp: New file.
8318 * gdb.base/sepdebug.c: New file.
8319 * lib/gdb.exp (separate_debug_filename): New procedure.
8320 (gdb_gnu_strip_debug): New procedure.
8321
8322 2004-01-12 Andrew Cagney <cagney@redhat.com>
8323
8324 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8325 * gdb.mi/ChangeLog-1999-2003: New file.
8326
8327 2004-01-12 Andrew Cagney <cagney@redhat.com>
8328
8329 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8330 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8331 or EEXIST", treat EBUSY as an XFAIL.
8332
8333 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8334
8335 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8336 hp_cc_compiler.
8337
8338 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8339
8340 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8341 decorations.
8342
8343 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8344
8345 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8346 and "(aCC)" decorations. Remove obsolete doco about old
8347 test results.
8348
8349 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8350
8351 * gdb.cp/exception.exp: Fix typo in doco.
8352
8353 2004-01-09 Mark Kettenis <kettenis@gnu.org>
8354
8355 * gdb.base/gdb1476.exp: Fix typo.
8356
8357 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8358
8359 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8360 file.
8361
8362 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8363
8364 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8365 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8366 Use gdb_compile. Remove restriction on gcc. Add some patterns
8367 for recent version of gdb. Delete second half, which was a copy
8368 of the first half with different build flags. This test is
8369 still disabled because it is still not ready for production.
8370
8371 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8372
8373 * gdb.cp/exception.cc: Add copyright notice.
8374 * gdb.cp/exception.exp: Add a notice that this file is broken
8375 because of line number changes caused by addition of copyright
8376 notice.
8377
8378 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8379
8380 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8381 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8382
8383 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8384
8385 * gdb.cp/classes.exp: Accept gnu abi 2.
8386 * gdb.cp/derivation.exp: Likewise.
8387 * gdb.cp/overload.exp: Likewise.
8388 * gdb.cp/virtfunc.exp: Likewise.
8389
8390 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8391
8392 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8393 semicolon after end of function.
8394
8395 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8396
8397 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8398 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8399 boilerplate code for compiling and running the program under
8400 test. Add some string method tests.
8401
8402 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8403
8404 * gdb.cp/bs15503.cc: Add copyright notice.
8405 * gdb.cp/bs15503.exp: Adjust line number.
8406
8407 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8408
8409 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8410 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8411
8412 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8413
8414 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8415 hp_cc_compiler.
8416
8417 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8418
8419 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8420 * gdb.cp/ctti.exp: Use the marker instead of "next".
8421 With gcc, run further before bailing.
8422
8423 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8424
8425 * gdb.cp/cttiadd.cc: Add copyright notice.
8426 * gdb.cp/cttiadd1.cc: Likewise.
8427 * gdb.cp/cttiadd2.cc: Likewise.
8428 * gdb.cp/cttiadd3.cc: Likewise.
8429
8430 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8431
8432 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8433 Use gdb_test, gdb_test_multiple. Use floating-point values that
8434 have exact representations in IEEE-ish formats.
8435
8436 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8437
8438 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8439 compilers. Delete duplicate call to get_compiler_info.
8440 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8441 * gdb.base/volatile.exp: Likewise.
8442
8443 2004-01-07 Mark Kettenis <kettenis@gnu.org>
8444
8445 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8446 memory at address 0.
8447
8448 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8449
8450 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8451 to test for hp-ux assembler. Fix copyright years.
8452
8453 2004-01-07 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8456
8457 2004-01-07 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8460 when creating the read-only file. From analysis by Roland McGrath
8461 and Elena Zannoni.
8462
8463 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8464
8465 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8466
8467 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8468
8469 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8470 data pointers.
8471
8472 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8473
8474 * gdb.cp/m-static.exp: Compile one source file at a time.
8475 Delete unused call to get_compiler_info.
8476
8477 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8478
8479 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8480 * gdb.base/call-rt-st.exp: Likewise.
8481 * gdb.base/nodebug.exp: Likewise.
8482 * gdb.base/volatile.exp: Likewise.
8483 * gdb.cp/ref-types.exp: Likewise.
8484 * gdb.cp/templates.exp: Likewise.
8485
8486 2004-01-05 Mark Kettenis <kettenis@gnu.org>
8487
8488 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8489
8490 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8491
8492 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8493 hppa*-hp-hpux*.
8494
8495 2004-01-04 Mark Kettenis <kettenis@gnu.org>
8496
8497 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8498 x86_64-*-*.
8499
8500 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8501 sparc64-*-* and sparc*-solaris2*.
8502
8503 2004-01-04 Mark Kettenis <kettenis@gnu.org>
8504
8505 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8506 return ${tests}" test. The ${tests} already mentions the
8507 filename.
8508
8509 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8510
8511 * gdb.cp/local.exp: Accept gcc abi 2.
8512
8513 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8514
8515 * gdb.cp/templates.exp: Accept gcc abi 2.
8516
8517 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8518
8519 * lib/compiler.cc: Remove supports_template_debugging.
8520 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8521
8522 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8523
8524 * gdb.cp/namespace.exp: Accept gcc abi 2.
8525
8526 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8527
8528 * gdb.cp/method.exp: Accept gcc abi 2.
8529
8530 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8531
8532 * gdb.cp/classes.exp: Generate identical results as old version.
8533 * gdb.cp/derivation.exp: Likewise.
8534 * gdb.cp/overload.exp: Likewise.
8535 * gdb.cp/virtfunc.exp: Likewise.
8536
8537 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8538
8539 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8540 mysterious bug with sourceware version of expect.
8541
8542 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8543
8544 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8545 current versions of gcc, including gcc abi 2. Remove gratuitous
8546 restart of test program. Use gdb_test_multiple and gdb_test for
8547 all tests. Add patterns to xfail missing "const" in "const char *"
8548 and kfail PR gdb/1155.
8549
8550 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8551
8552 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8553 current versions of gcc, including gcc abi 2. Remove gratuitous
8554 restart of test program. Use gdb_test_multiple and gdb_test for
8555 all tests. Add patterns to kfail PR gdb/1498.
8556
8557 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8558
8559 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8560 current versions of gcc, including gcc abi 2. Use "breakpoint"
8561 and "continue" instead of restarting the target program. Use
8562 gdb_test_multiple and gdb_test for all tests.
8563
8564 2004-01-01 Mark Kettenis <kettenis@gnu.org>
8565
8566 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8567 for *-*-solaris2*.
8568
8569 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8570
8571 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8572 current versions of gcc, including gcc abi 2. Use "breakpoint"
8573 and "continue" instead of restarting the target program several
8574 times. Use gdb_test_multiple and gdb_test for all tests.
8575
8576 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8577
8578 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8579 source files.
8580
8581 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8582
8583 * gdb.base/environ.exp: Handle compiling test case from multiple
8584 source files.
8585
8586 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8587
8588 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8589
8590 2003-12-17 Jim Blandy <jimb@redhat.com>
8591
8592 * gdb.base/freebpcmd.c: Add copyright notice.
8593
8594 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8595
8596 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8597
8598 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8599
8600 2003-12-13 Jim Blandy <jimb@redhat.com>
8601
8602 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8603
8604 2003-12-12 Kevin Buettner <kevinb@redhat.com>
8605
8606 * gdb.asm/frv.inc: New file.
8607 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8608
8609 2003-12-09 Fred Fish <fnf@redhat.com>
8610
8611 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8612 functions to break1.c and leave prototypes behind. Add more
8613 "set breakpoint NN here" comments.
8614 * gdb.base/break1.c: New file.
8615
8616 * gdb.base/break.exp: Handle compiling test case from multiple
8617 source files and change source file references as needed.
8618 * gdb.base/completion.exp: Ditto.
8619 * gdb.base/condbreak.exp: Ditto.
8620 * gdb.base/define.exp: Ditto.
8621 * gdb.base/ena-dis-br.exp: Ditto.
8622 * gdb.base/info-proc.exp: Ditto.
8623 * gdb.base/maint.exp: Ditto.
8624 * gdb.base/until.exp: Ditto.
8625
8626 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8627 hardcoded line numbers.
8628 * gdb.base/define.exp: Ditto.
8629 * gdb.base/ena-dis-br.exp: Ditto.
8630 * gdb.base/maint.exp: Ditto.
8631 * gdb.base/until.exp: Ditto.
8632
8633 * gdb.base/completion.exp: Use "break1" for completion tests since
8634 "break" is no longer a unique prefix.
8635
8636 2003-12-06 Andrew Cagney <cagney@redhat.com>
8637
8638 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8639 "return_value_unimplemented". When an unimplemented struct return
8640 architecture, report incorrect values as a KFAIL
8641
8642 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8643
8644 * gdb.cp/rtti.exp: Accept new wording of warning from
8645 cp_lookup_rtti_type.
8646
8647 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8648
8649 Partial fix for PR testsuite/1456.
8650 * gdb.base/scope.exp (test_at_main): Replace references to
8651 gcc_compiled with calls to test_compiler_info.
8652 (test_at_foo): Likewise.
8653 (test_at_bar): Likewise.
8654
8655 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8656
8657 Partial fix for PR testsuite/1456.
8658 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8659 to test_compiler_info.
8660
8661 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8662
8663 * gdb.base/so-impl-ld.exp: Update copyright notice.
8664
8665 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8666
8667 Partial fix for PR testsuite/1456.
8668 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8669 to test_compiler_info.
8670
8671 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8672
8673 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8674 from current versions of gdb. Clean up regular expressions.
8675 Delete redundant timeout case.
8676
8677 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8678
8679 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8680 from current versions of gdb. Clean up regular expressions.
8681 Delete redundant timeout case.
8682
8683 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8684
8685 Partial fix for PR testsuite/1456.
8686 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8687 gcc_compiled with call to test_compiler_info.
8688
8689 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8690
8691 Partial fix for PR testsuite/1456.
8692 * gdb.base/list.exp (test_list_function): Delete unused declaration
8693 of gcc_compiled.
8694
8695 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8696
8697 Partial fix for PR testsuite/1456.
8698 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8699 call to test_compiler_info.
8700
8701 2003-11-29 Mark Kettenis <kettenis@gnu.org>
8702
8703 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8704 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8705 it to create the appropriate note.inc.
8706 * gdb.asm/asmsrc1.s: Include "note.inc".
8707 * gdb.asm/netbsd.inc: New file.
8708 * gdb.asm/empty.inc: New file.
8709
8710 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8711
8712 Partial fix for PR testsuite/1456.
8713 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8714 calls to test_compiler_info.
8715
8716 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8717
8718 Partial fix for PR testsuite/1456.
8719 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8720 calls to test_compiler_info.
8721
8722 2003-11-27 Mark Kettenis <kettenis@gnu.org>
8723
8724 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8725 pattern for the KFAILs.
8726
8727 2003-11-25 Adam Fedor <fedor@gnu.org>
8728
8729 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8730 * gdb.objc/objcdecode.m: New file.
8731
8732 2003-11-25 Adam Fedor <fedor@gnu.org>
8733
8734 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8735 * gdb.objc/nondebug.m: New file.
8736
8737 2003-11-26 Ben Elliston <bje@wasabisystems.com>
8738
8739 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8740 NetBSD as it does on FreeBSD. Modelled on a similar change by
8741 Mark Kettenis on 2003-05-30.
8742 (link-flags): Set to "--entry _start" regardless of target.
8743 Special linker flags are to be appended to $link-flags.
8744 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8745
8746 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8747
8748 * gdb.cp/method.exp: Accept output of new demangler.
8749
8750 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8751
8752 * gdb/class2.exp: New file.
8753 * gdb/class2.cc: New file.
8754
8755 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8756
8757 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
8758 of new demangler.
8759
8760 2003-11-23 Mark Kettenis <kettenis@gnu.org>
8761
8762 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
8763 of gdb_test "run".
8764
8765 2003-11-23 Mark Kettenis <kettenis@gnu.org>
8766
8767 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
8768 "continue" into "run".
8769
8770 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8771
8772 Partial fix for PR testsuite/1456.
8773 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
8774 call to test_compiler_info.
8775 * gdb.cp/ctti.exp: Likewise.
8776 * gdb.cp/derivation.exp: Likewise.
8777 * gdb.cp/member-ptr.exp: Likewise.
8778 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
8779 reference to gcc_compiled.
8780
8781 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8782
8783 Fix PR testsuite/1463.
8784 * gdb.base/structs.exp (start_structs_test): Call
8785 get_debug_format before using the debug format.
8786
8787 2003-11-22 Andrew Cagney <cagney@redhat.com>
8788
8789 * lib/gdb.exp (gdb_test_multiple): Add simple example.
8790 * gdb.base/structs.exp: Use gdb_test_multiple.
8791
8792 2003-11-20 Andrew Cagney <cagney@redhat.com>
8793
8794 * gdb.base/structs.exp: Handle and recover from internal errors.
8795 Replace "foo${n}" with "foo<n>" in test messages.
8796
8797 * gdb.base/structs.exp: Update copyright. Rewrite.
8798 * gdb.base/structs.c: Update copyright. Rewrite.
8799
8800 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
8801 resync count exceeded.
8802
8803 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
8804 from the internal error.
8805 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
8806 Original from Jim Blandy.
8807 (gdb_test_multiple): Use gdb_internal_error_resync.
8808
8809 2003-11-19 Andrew Cagney <cagney@redhat.com>
8810
8811 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
8812 KFAIL.
8813
8814 2003-11-17 Mark Kettenis <kettenis@gnu.org>
8815
8816 New testcase for PR backtrace/1435.
8817 * gdb.arch/i386-unwind.exp: New file.
8818 * gdb.arch/i386-unwind.c: New file.
8819
8820 2003-11-17 Andrew Cagney <cagney@redhat.com>
8821
8822 * lib/gdb.exp (compiler_info): New global.
8823 (test_compiler_info): New function.
8824 (get_compiler_info): Set compiler_info.
8825 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
8826 "compiler_info" to gcc-<major>-<minor>.
8827
8828 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
8829
8830 * gdb.trace/configure: Remove.
8831
8832 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
8833
8834 * gdb.base/break.c: Add comments to aid finding line numbers for
8835 breakpoints.
8836 * gdb.base/break.exp: Remove all references to explicit line
8837 numbers.
8838
8839 2003-11-11 Nick Clifton <nickc@redhat.com>
8840
8841 * gdb.base/shreloc.exp: Do not run for targets which do not
8842 support shared objects.
8843
8844 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
8845
8846 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
8847 Don't run tests if nofileio flag is given.
8848
8849 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
8850
8851 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
8852 as well as 'Watchpoint'.
8853
8854 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
8855
8856 Reported by Jim Ingham <jingham@apple.com>:
8857 * gdb.base/annota1.exp: Match at least one occurrence of the
8858 signal handler annotation.
8859
8860 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
8861
8862 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
8863 as well as 'Watchpoint'.
8864
8865 2003-11-05 Michael Chastain <mec@shout.net>
8866
8867 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
8868
8869 2003-11-03 Kris Warkentin <kewarken@qnx.com>
8870
8871 * gdb.arch/gdb1291.c: New test file.
8872 * gdb.arch/gdb1291.exp: New test script.
8873 * gdb.arch/gdb1431.c: New test file.
8874 * gdb.arch/gdb1431.exp: New test script.
8875
8876 2003-10-22 Michael Chastain <mec@shout.net>
8877
8878 * gdb.mi/pthreads.c: Add copyright notice.
8879
8880 2003-10-22 Michael Chastain <mec@shout.net>
8881
8882 * gdb.threads/pthreads.c: Add copyright notice.
8883
8884 2003-10-20 Michael Chastain <mec@shout.net>
8885
8886 * gdb.base/gdb1056.exp: New test script.
8887
8888 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8889
8890 * gdb.threads/killed.exp: Use gdb_run_cmd.
8891
8892 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
8895 create a core file.
8896 * gdb.threads/gcore-thread.exp: Likewise.
8897
8898 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
8899
8900 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
8901 type, based on char type.
8902 (struct bit_flags_short_t): New bitfield type, based on short type.
8903 (init_bit_flags_char): New fuction.
8904 (init_bit_flags_short): Ditto.
8905 (print_bit_flags_char): Ditto.
8906 (print_bit_flags_short): Ditto.
8907 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
8908
8909 2003-10-11 Michael Chastain <mec@shout.net>
8910
8911 * gdb.base/call-rt-st.exp: Update copyright year.
8912
8913 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8914
8915 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
8916 * gdb.disasm/sh3.s: Ditto.
8917
8918 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
8919
8920 * gdb.threads/switch-threads.exp: New test.
8921 * gdb.threads/switch-threads.c: New source file.
8922
8923 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
8924
8925 * gdb.base/ending-run.exp: Add sh specific case.
8926
8927 2003-10-06 Andrew Cagney <cagney@redhat.com>
8928
8929 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
8930 * gdb.disasm/mn10200.exp: Delete obsolete file.
8931
8932 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * ChangeLog: Correct an entry command.exp -> commands.exp.
8935 * gdb.base/commands.exp (bp_deleted_in_command_test)
8936 (temporary_breakpoint_commands): Check noargs.
8937
8938 2003-09-25 David Carlton <carlton@kealia.com>
8939
8940 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
8941 of some print tests, where appropriate. Add tests for C::D::cd,
8942 E::ce, F::cXfX, G::XgX.
8943 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
8944
8945 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
8946
8947 * lib/java.exp (java_init): Import target_alias before using it.
8948
8949 2003-09-25 David Carlton <carlton@kealia.com>
8950
8951 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
8952
8953 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
8954
8955 * gdb.base/selftest.exp: Accomodate more instruction reordering
8956 weirdness.
8957
8958 2003-09-17 Michael Chastain <mec@shout.net>
8959
8960 * gdb.cp/gdb1355.exp: New file.
8961 * gdb.cp/gdb1355.c: New file.
8962
8963 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
8964
8965 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
8966 * gdb.asm/sh.inc: New file.
8967
8968 2003-09-11 David Carlton <carlton@kealia.com>
8969
8970 * gdb.cp/namespace.exp: Add tests for namespace types.
8971 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
8972 (test_namespace): New.
8973
8974 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
8975
8976 * gdb.base/relocate.exp: Handle new gdb output at startup.
8977 * gdb.stabs/weird.exp: Ditto.
8978
8979 2003-09-08 Michael Chastain <mec@shout.net>
8980
8981 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
8982
8983 2003-09-07 Michael Chastain <mec@shout.net>
8984
8985 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
8986 'parse error'.
8987
8988 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
8989
8990 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
8991
8992 2003-08-30 Michael Chastain <mec@shout.net>
8993
8994 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
8995 * gdb.gdb/observer.exp: Ditto.
8996 * gdb.gdb/xfullpath.exp: Ditto.
8997
8998 2003-08-29 Mark Kettenis <kettenis@gnu.org>
8999
9000 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9001 *-*-*bsd*.
9002
9003 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9004
9005 * gdb.base/dump.exp: Skip for ia64.
9006
9007 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9008
9009 * gdb.asm/asm-source.exp: Add ia64 support.
9010 * gdb.asm/ia64.inc: New file.
9011
9012 2003-08-22 Michael Chastain <mec@shout.net>
9013
9014 * gdb.cp: New directory.
9015 * gdb.cp/*: Copy from gdb.c++/*.
9016 * gdb.c++/*: Remove.
9017 * Makefile.in: Change gdb.c++ to gdb.cp.
9018 * configure.in: Ditto.
9019 * configure: Regnerate.
9020
9021 2003-08-18 Mark Kettenis <kettenis@gnu.org>
9022
9023 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9024 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9025
9026 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
9027
9028 * mi-var-display.exp (-var-list-children weird): Accept function
9029 pointers with argument types.
9030 * mi1-var-display.exp (-var-list-children weird): Likewise.
9031 * mi2-var-display.exp (-var-list-children weird): Likewise.
9032
9033 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
9034
9035 * gdb.base/annota3.exp: Add missing newline.
9036
9037 2003-08-06 Michael Chastain <mec@shout.net>
9038
9039 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9040
9041 2003-08-12 Michael Snyder <msnyder@redhat.com>
9042
9043 * gdb.base/float.exp: Add test for SH.
9044
9045 2003-08-10 Mark Kettenis <kettenis@gnu.org>
9046
9047 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9048
9049 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9050
9051 * gdb.base/completion.exp: Remove reduntant completion test
9052 on filename.
9053
9054 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9055
9056 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9057 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9058 gdb.trace/save-trace.exp: Make sure that full pathnames are
9059 escaped correctly.
9060
9061 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9062
9063 * configure.in: Don't generate config.h from config.hin.
9064 * configure: Regenerate.
9065 * config.hin: Remove file.
9066 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9067 * gdb.threads/pthreads.c: Ditto.
9068
9069 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
9070
9071 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9072 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9073 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9074 Replace ld24 with seth/add3.
9075
9076 2003-08-02 Andrew Cagney <cagney@redhat.com>
9077
9078 * gdb.base/annota3.exp: New file.
9079 * gdb.base/annota3.c: New file.
9080 * gdb.c++/annota3.exp: New file.
9081 * gdb.c++/annota3.cc: New file.
9082
9083 2003-07-29 Michael Chastain <mec@shout.net>
9084
9085 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9086 actually failed.
9087 (do_pass): Likewise.
9088 * gdb.threads/tls.exp: Always initialize no_of_threads.
9089
9090 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
9091
9092 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9093 pattern.
9094 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9095 * gdb.threads/tls.exp: Recognize one case of the host library not
9096 supporting TLS.
9097
9098 2003-07-27 Andrew Cagney <cagney@redhat.com>
9099
9100 * gdb.base/fileio.exp: Use SH when running commands using
9101 remote_exec.
9102
9103 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9104
9105 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9106 * gdb.base/relocate.c (dummy): New padding array.
9107
9108 2003-07-22 Michael Snyder <msnyder@redhat.com>
9109
9110 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
9111
9112 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9113 patterns to be more general, accepting old and new output.
9114 Some output chars (such as '+') also must be quoted.
9115 Some addresses are displayed numerically instead of
9116 symbolically.
9117
9118 2003-07-23 Michael Snyder <msnyder@redhat.com>
9119
9120 * gdb.base/return2.exp: Don't test long-long return.
9121
9122 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9123 * gdb.disasm/t01_mov.exp: Ditto.
9124 * gdb.disasm/t02_mova.s: Ditto.
9125 * gdb.disasm/t02_mova.exp: Ditto.
9126 * gdb.disasm/t03_add.s: Ditto.
9127 * gdb.disasm/t03_add.exp: Ditto.
9128 * gdb.disasm/t04_sub.s: Ditto.
9129 * gdb.disasm/t04_sub.exp: Ditto.
9130 * gdb.disasm/t05_cmp.s: Ditto.
9131 * gdb.disasm/t05_cmp.exp: Ditto.
9132 * gdb.disasm/t06_ari2.s: Ditto.
9133 * gdb.disasm/t06_ari2.exp: Ditto.
9134 * gdb.disasm/t07_ari3.s: Ditto.
9135 * gdb.disasm/t07_ari3.exp: Ditto.
9136 * gdb.disasm/t08_or.s: Ditto.
9137 * gdb.disasm/t08_or.exp: Ditto.
9138 * gdb.disasm/t09_xor.s: Ditto.
9139 * gdb.disasm/t09_xor.exp: Ditto.
9140 * gdb.disasm/t10_and.s: Ditto.
9141 * gdb.disasm/t10_and.exp: Ditto.
9142 * gdb.disasm/t11_logs.s: Ditto.
9143 * gdb.disasm/t11_logs.exp: Ditto.
9144 * gdb.disasm/t12_bit.s: Ditto.
9145 * gdb.disasm/t12_bit.exp: Ditto.
9146 * gdb.disasm/t13_otr.s: Ditto.
9147 * gdb.disasm/t13_otr.exp: Ditto.
9148
9149 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
9150
9151 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9152
9153 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
9154
9155 * gdb.threads/tls.c : New file.
9156 * gdb.threads/tls.exp : New file.
9157 * gdb.threads/tls-main.c : New file.
9158 * gdb.threads/tls-shared.c : New file.
9159 * gdb.threads/tls-shared.exp : New file.
9160
9161 2003-07-22 Andreas Schwab <schwab@suse.de>
9162
9163 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9164
9165 2003-07-20 Andreas Schwab <schwab@suse.de>
9166
9167 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9168 due to insn reordering.
9169
9170 2003-07-15 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9173
9174 2003-07-15 Michael Chastain <mec@shout.net>
9175
9176 * gdb.base/gdb1250.exp: New file.
9177 * gdb.base/gdb1250.c: New file.
9178
9179 2003-07-09 Michal Ludvig <mludvig@suse.cz>
9180
9181 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9182 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9183
9184 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
9185
9186 * gdb.threads/tls.c: New file.
9187 * gdb.threads/tls.exp: New file.
9188 * gdb.threads/tls-main.c: New file.
9189 * gdb.threads/tls-shared.c: New file.
9190 * gdb.threads/tls-shared.exp: New file.
9191
9192 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
9193
9194 * gdb.base/annota1.exp: Make sure that we properly escape the
9195 full path of the source file. Xfail more permissive patterns,
9196 due to a compiler debug info problem.
9197
9198 2003-07-07 Andreas Schwab <schwab@suse.de>
9199
9200 * gdb.asm/m68k.inc: New file.
9201 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9202
9203 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9204 arguments"): Also match negative number.
9205
9206 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9207
9208 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
9209
9210 * gdb.base/store.c (charest): New typedef.
9211 (add_char): Rename to add_charest, update.
9212 (wack_char): Rename to wack_charest, update types. Return l + r
9213 to keep r live across the call.
9214 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9215 (wack_double, wack_doublest): Return l + r to keep r live across
9216 the call.
9217 * gdb.base/store.exp: Accomodate store.c changes.
9218
9219 2003-06-30 David Carlton <carlton@kealia.com>
9220
9221 * gdb.c++/maint.exp (test_invalid_name): New.
9222 (test_first_component): Add tests for invalid names.
9223
9224 2003-06-29 Michael Chastain <mec@shout.net>
9225
9226 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9227 output of '<VTT for class>' for virtual base classes.
9228
9229 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9230
9231 * gdb.base/completion.exp: Tab-complete "complet" instead of
9232 "compl".
9233 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9234
9235 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9236
9237 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9238 * gdb.base/volatile.exp: Likewise.
9239
9240 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9241
9242 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9243 gdb/1265.
9244
9245 2003-06-28 Michael Chastain <mec@shout.net>
9246 Daniel Jacobowitz <drow@mvista.com>
9247
9248 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9249 initial line count of 'captured_main' from 26 to 32.
9250 (test_with_self): Allow xmalloc call to be interleaved with the
9251 preceding two lines.
9252
9253 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9254
9255 * gdb.base/bang.exp: New testcase.
9256
9257 2003-06-23 Joel Brobecker <brobecker@gnat.com>
9258
9259 * gdb.base/langs.exp: Add some tests for the "minimal" language
9260 support.
9261
9262 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
9263
9264 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9265 the testcase.
9266
9267 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9268
9269 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9270 offset.
9271
9272 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9273
9274 * gdb.c++/pr-1210.cc: New file.
9275 * gdb.c++/pr-1210.exp: New file.
9276
9277 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
9278
9279 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9280 000-exec-continue.
9281
9282 2003-06-15 Mark Kettenis <kettenis@gnu.org>
9283
9284 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9285 on *-*-*bsd* instead of *-*-freebsd*.
9286
9287 2003-06-14 Andrew Cagney <cagney@redhat.com>
9288
9289 * gdb.base/store.exp: Test longest and doublest. Test all
9290 parameters. Weaken return statement match.
9291 * gdb.base/store.c: Add longest and doublest - aka long long and
9292 long double functions. Put all parameters into local register
9293 variables. Use negative values.
9294
9295 2003-06-14 Andrew Cagney <cagney@redhat.com>
9296
9297 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9298 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9299 exit status.
9300 * gdb.base/fileio.exp: Disable target when nointerrupts and
9301 noinferiorio, instead of limiting it to remote. Use remote_exec
9302 instead of system.
9303
9304 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9305
9306 * gdb.base/float.exp: Add ia64 support.
9307
9308 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
9309
9310 * gdb.base/fileio.exp: Run only on remote targets.
9311
9312 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
9313
9314 * gdb.base/fileio.c: New file, testing File-I/O.
9315 * gdb.base/fileio.exp: Ditto.
9316
9317 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9318
9319 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9320 shared objects after relocation at load time (gdb PR/1132).
9321 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
9322 as above, part of the shared object relocation test.
9323
9324 2003-06-08 Mark Kettenis <kettenis@gnu.org>
9325
9326 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9327 fully filled history list.
9328 * gdb.base/gdb_history: New file.
9329
9330 * gdb.base/signals.exp: XFAIL "continue to func1" on
9331 i*86-*-freebsd*.
9332
9333 * gdb.base/attach.exp: When trying to attach to a nonexistent
9334 process, make it possible to specify the PID based on the target,
9335 and do so for *-*-freebsd*.
9336
9337 2003-06-02 Richard Henderson <rth@redhat.com>
9338
9339 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9340
9341 2003-06-02 Richard Henderson <rth@redhat.com>
9342
9343 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9344
9345 2003-06-02 Richard Henderson <rth@redhat.com>
9346
9347 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9348
9349 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
9350
9351 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9352 of globalvar.
9353
9354 2003-06-01 Mark Kettenis <kettenis@gnu.org>
9355
9356 * gdb.asm/asm-source.exp: Check for memory read errors in
9357 disassembler test on *BSD too.
9358
9359 2003-06-01 Richard Henderson <rth@redhat.com>
9360
9361 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9362 for .frame.
9363 (gdbasm_call): Lose ldgp.
9364 (gdbasm_startup): Add frame information.
9365 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9366
9367 2003-05-31 Mark Kettenis <kettenis@gnu.org>
9368
9369 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9370 i?86-*-*.
9371
9372 2003-05-30 Mark Kettenis <kettenis@gnu.org>
9373
9374 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9375 FreeBSD.
9376
9377 2003-05-29 Richard Henderson <rth@redhat.com>
9378
9379 * gdb.asm/alpha.inc: New file.
9380 * gdb.asm/asm-source.exp: Use it.
9381
9382 2003-05-29 Jim Blandy <jimb@redhat.com>
9383
9384 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9385 'core.PID'.
9386
9387 2003-05-22 Jim Blandy <jimb@redhat.com>
9388
9389 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9390 backtrace.
9391
9392 2003-05-20 David Carlton <carlton@math.stanford.edu>
9393
9394 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9395 this time.
9396
9397 2003-05-19 David Carlton <carlton@bactrian.org>
9398
9399 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9400 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9401
9402 2003-05-19 David Carlton <carlton@bactrian.org>
9403
9404 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9405 namespace tests.
9406 Bump copyright date.
9407 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9408 (main): Call C::D::marker2.
9409 * gdb.c++/namespace1.cc: New file.
9410
9411 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9412
9413 Roland McGrath <roland@redhat.com>
9414 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
9415 there is no manager thread.
9416
9417 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9418
9419 * gdb.threads/schedlock.exp: Remove assumption that all threads
9420 will run in a particular small time slice. Also ensure we break
9421 in one of the child threads rather than the main thread.
9422
9423 2003-05-07 Jim Blandy <jimb@redhat.com>
9424
9425 Add support for assembly source testing on the s390x.
9426 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9427 architecture.
9428 * gdb.asm/s390x.inc: New file.
9429
9430 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9431 succession of 'if' statements.
9432
9433 2003-05-05 Andrew Cagney <cagney@redhat.com>
9434
9435 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9436
9437 2003-05-05 Andrew Cagney <cagney@redhat.com>
9438
9439 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9440 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9441
9442 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9443
9444 * gdb.base/charset.exp: Update based on new behavior of set/show
9445 charset commands.
9446
9447 2003-05-01 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9450 variable do not give memory errors.
9451
9452 2003-04-30 Adam Fedor <fedor@gnu.org>
9453
9454 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9455 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9456 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9457 gdb.objc/basicclass.m: : New files
9458
9459 * lib/gdb.exp (gdb_compile_objc): New procedure.
9460
9461 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * gdb.base/signals.exp: Make backtrace tests more specific.
9464
9465 2003-04-23 David Carlton <carlton@bactrian.org>
9466
9467 * gdb.c++/maint.exp (test_first_component): Add tests for
9468 'operator' in more locations.
9469
9470 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9471
9472 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9473
9474 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
9475
9476 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
9477 func marke' instead. Update test name.
9478
9479 2003-04-15 David Carlton <carlton@math.stanford.edu>
9480
9481 * gdb.c++/maint.exp: New file.
9482
9483 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9484
9485 * gdb.threads/schedlock.c: Change type of thread function argument
9486 to long, to avoid warnings on 64-bit platforms.
9487
9488 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9489
9490 * gdb.base/attach.exp: Add new message from ptrace in case of
9491 attaching to nonexistent process.
9492
9493 2003-04-11 Jim Blandy <jimb@redhat.com>
9494
9495 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9496 gdb.c++/userdef.cc: Place comments on the lines to which the
9497 marker function might return.
9498 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9499 gdb.c++/userdef.exp: Look for those comments to check that we've
9500 returned to the right place, instead of checking line numbers.
9501
9502 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
9503
9504 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9505 match on sourcefile name, instead of directory name.
9506
9507 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
9508
9509 * gdb.base/completion.exp: Use string_to_regexp to match the
9510 working directory name.
9511
9512 2003-04-09 Jim Blandy <jimb@redhat.com>
9513
9514 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9515 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9516 after an inferior function call, report the failure, but allow the
9517 test to continue.
9518
9519 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9520
9521 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9522 with -DPROTOTYPES.
9523
9524 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9525
9526 * gdb.base/break.exp: Revert last patch.
9527
9528 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9529
9530 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9531 with -DPROTOTYPES.
9532
9533 2003-04-02 Andrew Cagney <cagney@redhat.com>
9534
9535 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9536 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9537 matching directories by the name breakpoint.
9538 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9539 Make "continue to marker1" consistent.
9540 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9541 message consistent.
9542 * lib/gdb.exp: Put "the program is no longer running", and "the
9543 program exited" in parenthesis.
9544 * lib/mi-support.exp: Ditto.
9545
9546 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9547
9548 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9549
9550 2003-03-29 Andrew Cagney <cagney@redhat.com>
9551
9552 * gdb.base/sizeof.c (main): Print the value of '\377'.
9553 * gdb.base/sizeof.exp: Check the sign of '\377'.
9554
9555 2003-03-27 Michael Chastain <mec@shout.net>
9556
9557 * gdb.base/gdb1090.exp: New file.
9558 * gdb.base/gdb1090.cc: New file.
9559
9560 2003-03-27 J. Brobecker <brobecker@gnat.com>
9561
9562 * gdb.gdb/observer.exp: New regression test.
9563
9564 2003-03-27 Michael Chastain <mec@shout.net>
9565
9566 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9567 * gdb.base/ptype.exp: Likewise.
9568
9569 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
9570
9571 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9572
9573 2003-03-26 Michael Chastain <mec@shout.net>
9574
9575 * gdb.base/ptype.exp: Actually use some typedef'd types.
9576
9577 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9578
9579 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9580 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9581
9582 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9583
9584 * gdb.base/default.exp: Fix regular expression.
9585
9586 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9587
9588 * gdb.base/args.exp: Fix regular expression.
9589
9590 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9591
9592 * gdb.base/help.exp: Allow Win32 child process.
9593
9594 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9595
9596 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9597 when stepping out of main().
9598
9599 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9600
9601 * gdb.base/default.exp: Check for win32 specific message when calling
9602 "run" without executable.
9603
9604 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9605
9606 * gdb.base/args.exp: Expect .exe in output.
9607
9608 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9609
9610 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9611 Cygwin native.
9612
9613 2003-03-17 Andrew Cagney <cagney@redhat.com>
9614
9615 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9616 vector registes.
9617 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9618 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9619
9620 2003-03-17 David Carlton <carlton@math.stanford.edu>
9621
9622 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9623 test, for PR breakpoints/38.
9624 Call test_watchpoint_and_breakpoint.
9625 * gdb.base/watchpoint.c (func3): New function.
9626 (main): Call func3.
9627
9628 2003-03-04 David Carlton <carlton@math.stanford.edu>
9629
9630 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9631 Garply<Garply<char> >:: garply".
9632 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9633 with respect to PR c++/1111; note also PR c++/1113.
9634 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9635 respect to PR c++/1062.
9636 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9637
9638 2003-03-03 David Carlton <carlton@math.stanford.edu>
9639
9640 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9641 with respect to PR c++/57.
9642 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9643 c++/826.
9644 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9645 respect to PR c++/57.
9646
9647 2003-03-03 David Carlton <carlton@math.stanford.edu>
9648
9649 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9650 respect to PR c++/33 into FAILs.
9651
9652 2003-03-03 Michael Chastain <mec@shout.net>
9653
9654 * configure.in: Update copyright years.
9655
9656 2003-03-03 Michael Chastain <mec@shout.net>
9657
9658 * Makefile.in: Update copyright years.
9659
9660 2003-02-28 David Carlton <carlton@math.stanford.edu>
9661
9662 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9663 print class instead of struct and/or superfluous protection
9664 specifiers, as long as the resulting output is equivalent to the
9665 source code.
9666 Delete FIXME from end of messages on tests that don't need
9667 fixing.
9668
9669 2003-02-28 David Carlton <carlton@math.stanford.edu>
9670
9671 * gdb.c++/templates.exp (do_tests): Allow const in the two
9672 Foo<volatile char *>::foo tests.
9673
9674 2003-02-27 Michael Snyder <msnyder@redhat.com>
9675
9676 * gdb.base/restore.c (main): Return zero, so exit code
9677 will be consistant.
9678
9679 2003-02-26 David Carlton <carlton@math.stanford.edu>
9680
9681 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9682 char *>::foo" test with respect to PR c++/33. Create a new test
9683 which is identical to that one except that it doesn't put the
9684 space between the "char" and the "*"; KFAIL it, too.
9685
9686 2003-02-26 David Carlton <carlton@math.stanford.edu>
9687
9688 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9689 template types into either PASSes or KFAILs (corresponding to PR
9690 c++/57). Tweak indentation. Update copyright.
9691
9692 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9693
9694 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9695
9696 2003-02-13 Michael Chastain <mec@shout.net>
9697
9698 * gdb.base/exprs.exp: Remove i960 remnants.
9699 * gdb.base/funcargs.exp: Likewise.
9700 * gdb.base/list.exp: Likewise.
9701 * gdb.base/ptype.exp: Likewise.
9702
9703 2003-02-14 David Carlton <carlton@math.stanford.edu>
9704
9705 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9706 pEe->D::vg()" from XFAIL to KFAIL.
9707
9708 2003-02-13 Jason Molenda (jmolenda@apple.com)
9709
9710 * gdb.base/maint.exp: Update maint print statistics regexp to include
9711 new entries.
9712
9713 2003-02-13 Michael Chastain <mec@shout.net>
9714
9715 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9716
9717 2003-02-12 Michael Chastain <mec@shout.net>
9718
9719 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9720 * gdb.c++/inherit.exp: Likewise.
9721 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9722 * gdb.c++/templates.exp: Likewise.
9723 * gdb.c++/virtfunc.exp: Likewise.
9724
9725 2003-02-06 Jason Molenda (jason-cl@molenda.com)
9726
9727 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9728 why the code is written that way.
9729
9730 2003-02-05 Michael Chastain <mec@shout.net>
9731
9732 * gdb.base/dump.exp: Add missing copyright line.
9733
9734 2003-02-05 Jason Molenda (jason-cl@molenda.com)
9735
9736 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
9737 at the beginning so the breakpoint doesn't get set on the loop.
9738
9739 2003-02-05 Michael Chastain <mec@shout.net>
9740
9741 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9742 output for configurations with gcc 2.95.3.
9743
9744 2003-02-05 Keith Seitz <keiths@redhat.com>
9745 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdb.mi/mi-cli.exp: New file.
9748
9749 2003-02-04 Michael Chastain <mec@shout.net>
9750
9751 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9752 Call perror and then continue.
9753
9754 2003-02-03 Michael Chastain <mec@shout.net>
9755
9756 * gdb.c++/pr-1023.cc: New file.
9757 * gdb.c++/pr-1023.exp: New file.
9758
9759 2003-02-05 Jim Blandy <jimb@redhat.com>
9760
9761 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
9762 it's local to foobar. Check for it there, and check that it's not
9763 present in main.
9764 * gdb.c++/local.cc (marker2): New function.
9765 (foobar): Call marker1.
9766 (main): Call marker2 instead of marker1.
9767
9768 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9769
9770 * gdb.disasm/mn10200.exp: Obsolete file.
9771 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
9772 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
9773 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
9774
9775 2003-02-04 David Carlton <carlton@math.stanford.edu>
9776
9777 * gdb.c++/overload.exp: Test intToChar(1).
9778 * gdb.c++/overload.cc (intToChar): New.
9779 (main): Call intToChar.
9780
9781 2003-02-03 David Carlton <carlton@math.stanford.edu>
9782
9783 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
9784 'might_kfail' arg.
9785 KFAIL some of the continue_to_bp_overloaded calls, according to
9786 PR c++/1025.
9787
9788 2003-02-01 Michael Chastain <mec@shout.net>
9789
9790 * gdb.base/advance.c (marker1): New marker function.
9791 * gdb.base/advance.exp: When the 'advance' command lands on the
9792 return breakpoint, it can legitimately stop on either the
9793 current line or the next line. Accommodate both outcomes.
9794 * gdb.base/until.exp: Likewise.
9795
9796 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9797
9798 2002-11-10 Jason Molenda (jason-cl@molenda.com):
9799 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
9800 now a list, not a tuple.
9801 * gdb.mi/mi-var-display.exp: Ditto.
9802 * gdb.mi/gdb792.exp: Ditto.
9803
9804 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9805
9806 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
9807 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
9808 stack backtraces.
9809 * gdb.mi/mi-syn-frame.c: Part of same.
9810
9811 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9812
9813 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9814 gdb.mi/mi1-pthreads.exp: Return instead of calling
9815 gdb_suppress_entire_file.
9816
9817 2003-02-01 Mark Salter <msalter@redhat.com>
9818
9819 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
9820
9821 2003-01-31 Mark Salter <msalter@redhat.com>
9822
9823 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
9824 Support empty arg.
9825
9826 2003-01-30 Michael Chastain <mec@shout.net>
9827
9828 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
9829 This was a workaround for a UTF-8 bug in readline 4.3. The bug
9830 has been fixed in gdb/readline on 2003-01-09.
9831
9832 2003-01-29 Michael Snyder <msnyder@redhat.com>
9833
9834 * gdb.base/maint.exp: Allow for leading underscore in symbol.
9835 * gdb.base/display.exp: Allow for leading underscore in symbol.
9836 * gdb.base/args.exp: Skip if target does not support args passing.
9837
9838 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9839
9840 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
9841 gdb_test. Accept a list of expect arguments as the third
9842 parameter.
9843 (gdb_test): Use it.
9844
9845 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
9846
9847 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
9848 allow for different test tree configurations. Update some
9849 tescases accordingly.
9850 * gdb.arch/altivec-regs.exp: Ditto.
9851 * gdb.asm/asm-source.exp: Ditto.
9852 * gdb.base/advance.exp: Ditto.
9853 * gdb.base/display.exp: Ditto.
9854 * gdb.base/long_long.exp: Ditto.
9855 * gdb.base/mips_pro.exp: Ditto.
9856 * gdb.base/overlays.exp: Ditto.
9857 * gdb.base/relocate.exp: Ditto.
9858 * gdb.base/setshow.exp: Ditto.
9859 * gdb.base/step-line.exp: Ditto.
9860 * gdb.base/step-test.exp: Ditto.
9861 * gdb.base/until.exp: Ditto.
9862 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
9863
9864 2003-01-17 David Carlton <carlton@math.stanford.edu>
9865
9866 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
9867 corresponding to PR c++/945.
9868 Update copyright.
9869
9870 2003-01-17 David Carlton <carlton@math.stanford.edu>
9871
9872 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
9873 corresponding to PR c++/68.
9874
9875 2003-01-17 David Carlton <carlton@math.stanford.edu>
9876
9877 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
9878 (test_paddr_hairy_functions): Call print_addr_2_kfail for
9879 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
9880
9881 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9882
9883 * gdb.base/break.exp: Fix change of default location, because of
9884 removal of until tests.
9885 * gdb.base/help.exp: Update test for new 'until' help message.
9886 Add test for help on 'advance'.
9887 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
9888
9889 2003-01-15 Mark Kettenis <kettenis@gnu.org>
9890
9891 * gdb.base/default.exp: Adapt "info float" test for recent changes
9892 to that command. Add test for "info vector".
9893 * gdb.base/float.exp: New file. Add test for "info float" that
9894 resembles the old test in gdb.base/default.exp.
9895
9896 2003-01-15 David Carlton <carlton@math.stanford.edu>
9897
9898 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
9899
9900 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9901
9902 * gdb.base/break.exp: Move the tests of until command from here...
9903 * gdb.base/until.exp: ... to here. New file. Add other tests.
9904 * gdb.base/advance.c: New file.
9905 * gdb.base/advance.exp: New file.
9906
9907 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9908
9909 * gdb.base/args.c: New file.
9910 * gdb.base/args.exp: New file.
9911
9912 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
9913
9914 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
9915
9916 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
9917
9918 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
9919
9920 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
9921
9922 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
9923 dates.
9924
9925 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9926
9927 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
9928
9929 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9930
9931 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
9932 (ptype &*"foo").
9933 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
9934
9935 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9936
9937 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
9938 * gdb.mi/mi1-console.exp: Likewise.
9939
9940 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9941
9942 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
9943 * gdb.mi/mi1-console.exp: Likewise.
9944
9945 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9946
9947 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9948
9949 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9950
9951 * gdb.base/detach.exp: New test.
9952
9953 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9954
9955 * Makefile.in (ALL_SUBDIRS): New variable.
9956 (subdirs, clean, distclean): Use it.
9957 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
9958 regenerating Makefile, since it is generated from the top level.
9959 * gdb.asm/Makefile.in: Likewise.
9960 * gdb.base/Makefile.in: Likewise.
9961 * gdb.c++/Makefile.in: Likewise.
9962 * gdb.disasm/Makefile.in: Likewise.
9963 * gdb.java/Makefile.in: Likewise.
9964 * gdb.mi/Makefile.in: Likewise.
9965 * gdb.threads/Makefile.in: Likewise.
9966 * gdb.trace/Makefile.in: Likewise.
9967
9968 2003-01-09 David Carlton <carlton@math.stanford.edu>
9969
9970 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
9971 Add copyright year 2003.
9972
9973 2003-01-06 Michael Chastain <mec@shout.net>
9974
9975 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
9976 When selecting a thread, 'line' and 'file' are optional.
9977 * gdb.mi/mi1-pthreads.exp: Likewise.
9978
9979 2003-01-06 Andreas Schwab <schwab@suse.de>
9980
9981 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
9982 failures.
9983
9984 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9985
9986 Fix PR gdb/844
9987 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
9988 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
9989
9990 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
9991 instead of calling gdb_suppress_entire_file.
9992 * gdb.threads/print-threads.exp: Likewise.
9993 * gdb.threads/schedlock.exp: Likewise.
9994
9995 * gdb.threads/killed.exp: Return instead of calling
9996 gdb_suppress_entire_file.
9997 * gdb.threads/linux-dp.exp: Likewise.
9998 * gdb.threads/pthreads.exp: Likewise.
9999
10000 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10001
10002 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10003 stabs.
10004 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10005 * gdb.base/whatis.exp: Always allow (void) after function names.
10006
10007 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10008
10009 * gdb.c++/casts.exp: Correct regexp.
10010
10011 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10012
10013 * configure.in: Call AC_CONFIG_HEADER. Don't call
10014 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10015 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10016 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10017 aforementioned directories in the AC_OUPUT call.
10018 * config.hin: New file.
10019 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10020 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10021 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10022 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10023 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10024 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10025 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10026 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10027 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10028 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10029 gdb.threads/configure.in, gdb.threads/configure,
10030 gdb.threads/config.in, gdb.trace/configure.in,
10031 gdb.trace/configure: Removed.
10032
10033 2003-01-03 Michael Chastain <mec@shout.net>
10034
10035 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10036 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10037
10038 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
10039
10040 * gdb.base/store.exp: Fix regular expressions.
10041
10042 2002-12-28 Mark Kettenis <kettenis@gnu.org>
10043
10044 * configure.in: Rewrite.
10045 * configure: Regenerated.
10046
10047 2003-01-03 David Carlton <carlton@math.stanford.edu>
10048
10049 * gdb.base/psymtab.exp: New file.
10050 * gdb.base/psymtab1.c: Ditto.
10051 * gdb.base/psymtab2.c: Ditto.
10052
10053 2002-12-23 Adam Fedor <fedor@gnu.org>
10054
10055 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10056
10057 2002-12-23 David Carlton <carlton@math.stanford.edu>
10058
10059 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10060 and current_directory initialization.
10061
10062 2002-12-22 Jim Blandy <jimb@redhat.com>
10063
10064 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10065 rather than as part of the output file name.
10066
10067 * gdb.base/attach.exp: There's no need to copy the test program to
10068 /tmp; that was only ever necessary on HP/UX, and this test is
10069 entirely disabled there anyway.
10070
10071 2002-12-21 Jim Blandy <jimb@redhat.com>
10072
10073 * gdb.c++/psmang.exp: Doc fix.
10074
10075 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10076 test.
10077
10078 2002-12-20 David Carlton <carlton@math.stanford.edu>
10079
10080 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10081
10082 2002-12-18 Michael Chastain <mec@shout.net>
10083
10084 * gdb.c++/annota2.exp: Add copyright year 2002.
10085
10086 2002-12-17 David Carlton <carlton@math.stanford.edu>
10087
10088 * gdb.c++/try_catch.cc: Add marker comments.
10089 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10090 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10091 * gdb.c++/m-static.cc: Ditto.
10092 * gdb.c++/m-static1.cc: Ditto.
10093 * gdb.c++/try_catch.cc: Ditto.
10094
10095 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10096
10097 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10098 to see whether we are using the new -environment-directory
10099 command which resets via -r or the old version of the command
10100 which may prompt the user. Part of fix for gdb/741.
10101
10102 2002-12-13 Andrew Cagney <ac131313@redhat.com>
10103
10104 * gdb.fortran/types.exp: Update obsolete comment.
10105 * gdb.fortran/exprs.exp: Ditto.
10106 * lib/gdb.exp: Delete obsolete code.
10107 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10108 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10109 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10110 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10111 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10112 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10113 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10114 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10115 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10116 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10117 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10118 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10119 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10120 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10121 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10122 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10123 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10124 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10125 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10126 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10127 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10128 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10129 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10130 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10131 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10132 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10133 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10134 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10135 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10136 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10137 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10138 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10139 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10140 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10141 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10142 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10143 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10144
10145 2002-12-11 David Carlton <carlton@math.stanford.edu>
10146
10147 * gdb.c++/m-data.exp: Add test for members that shadow global
10148 variables: see PR gdb/804.
10149 * gdb.c++/m-data.cc: Ditto.
10150
10151 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10154
10155 2002-12-06 David Carlton <carlton@math.stanford.edu>
10156
10157 * gdb.base/store.c: Don't declare functions static.
10158
10159 2002-12-04 Andrew Cagney <ac131313@redhat.com>
10160
10161 * gdb.base/store.exp, gdb.base/store.c: New files.
10162
10163 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * gdb.base/selftest.exp: Update for current gdb.
10166
10167 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10168
10169 * gdb.base/maint.exp: Only dump symbols from one source file
10170 or objfile.
10171
10172 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10175 function call.
10176
10177 2002-11-25 Jim Blandy <jimb@redhat.com>
10178
10179 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10180 function appearing in error message.
10181
10182 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
10183
10184 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10185
10186 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10187
10188 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10189 for mi1 and current mi is in correct format. New mi startup message
10190 should be in mi console format. This is part of fix for PR gdb/604.
10191
10192 2002-09-18 Fernando Nasser <fnasser@redhat.com>
10193
10194 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10195 which explicitly prints the zero offset as "+0".
10196
10197 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * gdb.threads/schedlock.c (args): Make unsigned.
10200
10201 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10204 numbers. Allow "foo2|selected stack frame".
10205 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10206 * gdb.asm/asmsrc2.s: Likewise.
10207 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10208 comments.
10209 * gdb.asm/mips.inc: New file.
10210
10211 2002-10-18 Adam Fedor <fedor@gnu.org>
10212
10213 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10214 * gdb.base/help.exp: Likewise.
10215
10216 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10217
10218 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10219 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10220
10221 2002-10-02 Jim Blandy <jimb@redhat.com>
10222
10223 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10224
10225 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10226
10227 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10228 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10229 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10230 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10231 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10232 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10233 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10234
10235 2002-09-29 Andrew Cagney <ac131313@redhat.com>
10236
10237 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10238 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10239 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10240 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10241 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10242 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10243 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
10244
10245 2002-09-27 Kevin Buettner <kevinb@redhat.com>
10246
10247 * gdb.base/annota1.exp (info break): Make directory components of
10248 path optional since not all compilers emit this debug information.
10249
10250 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10251 step ends up stepping out of the function instead of stopping on
10252 the epilogue.
10253
10254 2002-09-26 Keith Seitz <keiths@redhat.com>
10255
10256 * lib/insight-support.exp (gdbtk_start): Figure out where
10257 the insight executable is based on where gdb is. Use this
10258 executable to start insight instead of gdb.
10259
10260 2002-09-25 Andrew Cagney <cagney@redhat.com>
10261
10262 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10263
10264 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10265
10266 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10267 test_isolated_complaints.
10268 (test_empty_complaint): New function.
10269 (test_empty_complaints): New function. Check no output when no
10270 complaints.
10271
10272 2002-09-19 Jim Blandy <jimb@redhat.com>
10273
10274 * gdb.base/charset.exp, gdb.base/charset.c: New files.
10275
10276 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10277
10278 * gdb.gdb/complaints.exp: New file.
10279
10280 2002-09-18 Andrew Cagney <ac131313@redhat.com>
10281
10282 * gdb.base/maint.exp: Check `help maint internal-warning'.
10283
10284 2002-09-18 David Carlton <carlton@math.stanford.edu>
10285
10286 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10287 numbers, and replace them by a single breakpoint after the
10288 constructors are all finished.
10289 Add test 4.
10290 * gdb.c++/m-static.cc: Add test 4.
10291 * gdb.c++/m-static.h: New file.
10292 * gdb.c++/m-static1.cc: New file.
10293
10294 * gdb.c++/printmethod.exp: New file.
10295 * gdb.c++/printmethod.cc: New file.
10296
10297 * gdb.c++/pr-574.exp: New file.
10298 * gdb.c++/pr-574.cc: New file.
10299
10300 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10301
10302 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10303 embedded targets which never actually exit.
10304
10305 2002-09-18 Fernando Nasser <fnasser@redhat.com>
10306
10307 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10308 "don't step after run" as unresolved or unsupported, instead of xfail.
10309
10310 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10311
10312 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10313 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10314 Add newline to expected string in "step out of main (status wrapper)"
10315 case.
10316
10317 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10318
10319 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10320 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10321
10322 2002-09-17 Tom Tromey <tromey@redhat.com>
10323
10324 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10325 \000, not \0, in double-quoted string.
10326
10327 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
10328
10329 * gdb.base/commands.exp: Don't expect a "Program exited normally"
10330 string after running the commands execution on breakpoint tests.
10331
10332 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
10333
10334 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10335
10336 2002-09-12 Joel Brobecker <brobecker@gnat.com>
10337
10338 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10339
10340 2002-09-10 Keith Seitz <keiths@redhat.com>
10341
10342 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10343 runto proc.
10344 (mi_run_to_main): Use mi_runto.
10345 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10346
10347 2002-09-10 Keith Seitz <keiths@redhat.com>
10348
10349 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10350 regexp for stopping at main. Could have multiple event notifications.
10351 Don't assume that main was declared with no parameters.
10352 (mi_next): Use mi_step_to.
10353 (mi_step): Use mi_next_to.
10354
10355 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
10356
10357 * gdb.base/default.exp: Fix expected string in `info float' test.
10358
10359 2002-09-09 Ben Elliston <bje@redhat.com>
10360
10361 * config/mips.exp: Update comments.
10362 * config/mips-idt.exp: Likewise.
10363 * config/nind.exp: Likewise.
10364 * config/slite.exp: Likewise.
10365 * config/sparclet.exp: Likewise.
10366 * config/udi.exp: Likewise.
10367 * config/vx.exp: Likewise.
10368 * config/vxworks29k.exp: Likewise.
10369
10370 2002-09-05 Jim Blandy <jimb@redhat.com>
10371
10372 * gdb.threads/killed.exp: Fix test failure message.
10373
10374 2002-09-04 Keith Seitz <keiths@redhat.com>
10375
10376 * lib/mi-support.exp: Update copyright.
10377 (mi_gdb_test): Increase the priority of the expected pattern
10378 so that it matches gdb_test.
10379
10380 2002-09-03 Keith Seitz <keiths@redhat.com>
10381
10382 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10383 Use integer comparison instead of string comparison for testing
10384 whether binary was built.
10385
10386 2002-09-03 Jim Blandy <jimb@redhat.com>
10387
10388 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10389
10390 2002-08-29 Jim Blandy <jimb@redhat.com>
10391
10392 * gdb.threads/pthreads.exp: Move the portable thread compilation
10393 code into a function in lib/gdb.exp, and call that from here.
10394 * lib/gdb.exp (gdb_compile_pthreads): New function.
10395
10396 2002-08-29 Keith Seitz <keiths@redhat.com>
10397
10398 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10399 expect_out so that callers can get at it.
10400
10401 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * gdb.threads/print-threads.c: New file.
10404 * gdb.threads/print-threads.exp: New file.
10405 * gdb.threads/schedlock.c: New file.
10406 * gdb.threads/schedlock.exp: New file.
10407
10408 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
10409
10410 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10411 not altivec.c.
10412
10413 2002-08-17 Mark Kettenis <kettenis@gnu.org>
10414
10415 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10416 targets. The problem should be fixed now.
10417
10418 2002-08-15 Mark Kettenis <kettenis@gnu.org>
10419
10420 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10421 2002-07-24 change that removes final dots from error messages.
10422
10423 2002-08-13 Tom Tromey <tromey@redhat.com>
10424
10425 * gdb.base/readline.exp: New file.
10426
10427 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10428
10429 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10430 supress message.
10431
10432 2002-08-01 Andrew Cagney <cagney@redhat.com>
10433
10434 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10435 CHILL_FOR_TARGET and CHILL_LIB.
10436 * configure.in (configdirs): Remove gdb.chill.
10437 * configure: Regenerate.
10438 * lib/gdb.exp: Obsolete references to chill.
10439 * gdb.fortran/types.exp: Ditto.
10440 * gdb.fortran/exprs.exp: Ditto.
10441
10442 2002-07-30 Kevin Buettner <kevinb@redhat.com>
10443
10444 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10445 set Irix-specific compile and link flags.
10446
10447 2002-07-29 Kevin Buettner <kevinb@redhat.com>
10448
10449 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10450 source files. The ``-o'' option doesn't work with the ``-E'' option
10451 when using the Irix compiler.
10452
10453 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
10454
10455 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10456 Improve support for reusing an exec file. Copy exec file
10457 to target, and run gdbserver on the target instead of on the host.
10458
10459 2002-07-18 Jim Blandy <jimb@redhat.com>
10460
10461 * gdb.base/ending-run.exp: Don't expect to see the program end in
10462 some orderly fashion when we're running on a real stand-alone
10463 board.
10464
10465 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10466 targets that don't support interrupts.
10467
10468 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10469
10470 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10471 systems.
10472 Move comments in expect statements to inside the actions, so that they
10473 don't get matched against.
10474
10475 2002-07-10 Mark Kettenis <kettenis@gnu.org>
10476
10477 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10478 function when asleep" test.
10479
10480 2002-07-10 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdb.base/page.exp: Rewrite to handle problems with very long
10483 `info set' output. Update copyright.
10484
10485 2002-06-26 Andrew Cagney <ac131313@redhat.com>
10486
10487 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10488 gdb.threads-hp.
10489 * gdb.hp/configure: Regenerate.
10490 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10491 * gdb.hp/gdb.threads-hp/configure: Delete file.
10492 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10493
10494 2002-06-22 Andrew Cagney <ac131313@redhat.com>
10495
10496 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10497 setlocale, bindtextdomain and textdomain.
10498
10499 2002-06-11 Jim Blandy <jimb@redhat.com>
10500
10501 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10502 preprocessor macro information is present.
10503
10504 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10505 tests.
10506
10507 2002-06-06 Michael Snyder <msnyder@redhat.com>
10508
10509 * gdb.base/overlays.exp: Record addresses of overlay
10510 functions in TCL variables rather than in GDB variables,
10511 to avoid having GDB convert them to pointers (with loss
10512 of information).
10513
10514 * gdb.base/d10v.ld: Merge in several years worth of
10515 default linker script changes.
10516 * gdb.base/long_long.exp: Add check for sizeof (long double).
10517
10518 2002-06-06 Michal Ludvig <mludvig@suse.cz>
10519
10520 * gdb.asm/asm-source.exp: Add x86-64 target.
10521 * gdb.asm/x86_64.inc: New.
10522
10523 2002-05-30 Michael Chastain <mec@shout.net>
10524
10525 From Benjamin Kosnik <bkoz@redhat.com>:
10526 * gdb.c++/m-static.cc: New file.
10527 * gdb.c++/m-static.exp: New file.
10528
10529 2002-05-28 Michael Snyder <msnyder@redhat.com>
10530
10531 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10532 precision.
10533
10534 2002-05-27 Michael Chastain <mec@shout.net>
10535
10536 From Benjamin Kosnik <bkoz@redhat.com>:
10537 * gdb.c++/m-data.cc: New file.
10538 * gdb.c++/m-data.exp: New file.
10539
10540 2002-05-27 Michael Chastain <mec@shout.net>
10541
10542 From Benjamin Kosnik <bkoz@redhat.com>:
10543 * gdb.c++/try_catch.cc: New file.
10544 * gdb.c++/try_catch.exp: New file.
10545
10546 2002-05-27 Michael Chastain <mec@shout.net>
10547
10548 * gdb.c++/local.exp: Accept more nested types in output.
10549
10550 2002-05-26 Michael Chastain <mec@shout.net>
10551
10552 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10553
10554 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10555
10556 * lib/gdb.exp (gdb_wrapper_init): Just because
10557 gdb_wrapper_file exists, this does not mean that the file
10558 should not be rebuilt. That is what gdb_wrapper_initialized
10559 is for.
10560 (default_gdb_init): Reset gdb_wrapper_initialized.
10561
10562 2002-05-23 Michael Snyder <msnyder@redhat.com>
10563
10564 * gdb.base/all-bin.exp: Revise previous patch by just reducing
10565 the precision of the floating point test results.
10566 * gdb.base/call-rt-st.exp: Ditto.
10567
10568 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10569 * gdb.base/call-rt-st.exp: Ditto.
10570
10571 2002-05-19 Michael Chastain <mec@shout.net>
10572
10573 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10574
10575 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
10576
10577 * configure.in (configdirs): Add gdb.arch.
10578 * configure: Regenerate.
10579
10580 2002-05-17 Jim Blandy <jimb@redhat.com>
10581
10582 * gdb.base/completion.exp: Recognize the more detailed error
10583 messages produced by the macro expander's lexical analyzer.
10584
10585 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
10586
10587 * gdb.arch/altivec-abi.c: New file.
10588 * gdb.arch/altivec-abi.exp: New file.
10589 * gdb.arch/altivec-regs.c: New file.
10590 * gdb.arch/altivec-regs.exp: New file.
10591
10592 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * gdb.base/maint.exp (maint print type): Update for new type
10595 structure.
10596
10597 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
10598
10599 * gdb.arch: New directory.
10600 * gdb.arch/configure.in: New file.
10601 * gdb.arch/configure: New file.
10602 * gdb.arch/Makefile.in: New file.
10603
10604 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
10605
10606 * gdb.asm/asm-source.exp: Add v850 as supported target.
10607 * gdb.asm/v850.inc: New file.
10608
10609 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
10610
10611 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10612
10613 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * gdb.base/break.exp: Check 'break "marker2"'.
10616
10617 2002-05-10 Michael Snyder <msnyder@redhat.com>
10618
10619 * gdb.base/long_long.exp: Fix typo.
10620
10621 2002-05-10 Jim Blandy <jimb@redhat.com>
10622
10623 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10624 a bug.
10625
10626 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10627 Recognize more detailed error message produced by the macro
10628 expander's lexical analyzer.
10629 * lib/gdb.exp (test_print_reject): Same.
10630
10631 2002-05-09 Mark Kettenis <kettenis@gnu.org>
10632
10633 * gdb.c++/method.exp: Fix typo.
10634
10635 2002-05-08 Michael Snyder <msnyder@redhat.com>
10636
10637 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10638 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
10639 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
10640 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10641 Add iftarget clause for strongarm.
10642
10643 2002-05-06 Michael Snyder <msnyder@redhat.com>
10644
10645 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10646 (gdb_continue_to_end): Accept output from status wrapper.
10647 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10648 Clean up fail messages to match pass messages.
10649
10650 Enable the "needs_status_wrapper" testsuite feature.
10651 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10652 (gdb_compile): Conditionally call gdb_wrapper_init.
10653 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10654 * gdb.c++/method.exp: Recognize output from status wrapper.
10655
10656 2002-05-06 Ben Elliston <bje@redhat.com>
10657 From Graydon Hoare <graydon@redhat.com>
10658
10659 * config/sid.exp: Include support for "rawsid" protocol.
10660
10661 2002-05-03 Jim Blandy <jimb@redhat.com>
10662
10663 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10664 * gdb.c++/hang3.C: New file.
10665
10666 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10667
10668 * gdb.base/default.exp: Remove obsolete code.
10669 * gdb.c++/misc.exp: Ditto. Update copyright.
10670 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10671 * gdb.base/whatis.exp: Ditto. Update copyright.
10672 * gdb.base/scope.exp: Ditto. Update copyright.
10673 * gdb.base/ptype.exp: Ditto. Update copyright.
10674 * gdb.base/printcmds.exp: Ditto. Update copyright.
10675 * gdb.base/opaque.exp: Ditto. Update copyright.
10676 * gdb.base/list.exp: Ditto.
10677 * gdb.base/funcargs.exp: Ditto. Update copyright.
10678 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10679 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10680 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10681 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10682 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10683 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10684
10685 2002-05-02 Michael Snyder <msnyder@redhat.com>
10686
10687 * gdb.base/watchpoint.exp: Add xscale target.
10688 * gdb.base/long_long.exp: Add xscale target.
10689 * gdb.base/default.exp: Add xscale target.
10690
10691 2002-05-01 Jim Blandy <jimb@redhat.com>
10692
10693 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10694 gdb.c++/hang.exp: New test.
10695
10696 2002-05-01 Fred Fish <fnf@redhat.com>
10697
10698 * gdb.base/completion.exp: Handle completions of "./Make" for
10699 more than one completion possibility, as is the case when we
10700 build and test in the source tree.
10701
10702 2002-04-29 Anthony Green <green@redhat.com>
10703
10704 * gdb.java/jmisc1.exp: New file.
10705 * gdb.java/jmisc2.exp: New file.
10706
10707 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
10708
10709 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10710
10711 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
10712
10713 * gdb.base/help.exp: Change 'help status' to allow for target
10714 dependent output differences.
10715
10716 2002-04-22 Michael Chastain <mec@shout.net>
10717
10718 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10719
10720 2002-04-22 Michael Chastain <mec@shout.net>
10721
10722 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10723
10724 2002-04-17 David S. Miller <davem@redhat.com>
10725
10726 * gdb.asm/sparc64.inc: New file.
10727 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10728
10729 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
10730
10731 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10732 instruction file directly into the build tree. Clean up at end of
10733 test.
10734
10735 2002-04-18 David S. Miller <davem@redhat.com>
10736
10737 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10738 handle 64-bit platforms correctly.
10739 * gdb.base/maint.exp: Likewise.
10740
10741 2002-04-18 Kevin Buettner <kevinb@redhat.com>
10742
10743 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10744 ``-fpic'' when compiling files comprising a shared library, but
10745 it does need additional linker flags in order to find shared
10746 libraries at run time.
10747
10748 2002-04-18 Kevin Buettner <kevinb@redhat.com>
10749
10750 * gdb.base/cvexpr.c (use): New function.
10751 (main): Invoke use() on all global variables to prevent
10752 some linkers from deleting these otherwise unused symbols.
10753
10754 2002-04-17 Michael Chastain <mec@shout.net>
10755 From David S. Miller <davem@redhat.com>
10756
10757 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
10758 handle 64-bit platforms correctly.
10759
10760 2002-04-12 Michael Snyder <msnyder@redhat.com>
10761 From Jim Blandy <jimb@redhat.com>
10762 * gdb.base/foo.c (foox): Remove section attribute; the linker
10763 script can handle this instead.
10764 * gdb.base/bar.c (barx): Same.
10765 * gdb.base/baz.c (bazx): Same.
10766 * gdb.base/grbx.c (grbxx): Same.
10767
10768 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
10769 manager doesn't automatically unmap overlays unnecessarily.
10770
10771 2002-04-10 Martin M. Hunt <hunt@redhat.com>
10772
10773 * gdb.base/ending-run.exp: Fix pattern for Mips targets
10774 stepping out of main.
10775
10776 2002-04-09 Michael Chastain <mec@shout.net>
10777
10778 * gdb.c++/local.cc (main): Move call to marker1() inside nested
10779 scope so that the nested scope tests will make sense.
10780 * gdb.c++/local.exp: Write patterns that actually work with gcc
10781 (the HP patterns "were never known to work with gcc").
10782 Keep the old aCC patterns too.
10783
10784 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10785
10786 * gdb.base/attach.exp: Correct target board test.
10787
10788 2002-04-08 Michael Chastain <mec@shout.net>
10789
10790 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
10791 in a const method. Add some xfail and fail cases for configurations
10792 that do not emit the "const ...".
10793
10794 2002-04-07 Michael Chastain <mec@shout.net>
10795
10796 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
10797 Accept "A * const" and "const A * const" as type of "this".
10798 Fix spelling of getFunky throughout. Make messages uniform.
10799
10800 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10801
10802 Work around for PR gdb/285:
10803 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
10804
10805 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10806
10807 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
10808 instructions file at run time instead of configure time.
10809 Sometimes we run the test in a directory that is not the one we
10810 configured in.
10811 * gdb.asm/configure.in: Delete creation of symlink.
10812 * gdb.asm/configure: Regenerate.
10813
10814 2002-04-05 J. Brobecker <brobecker@gnat.com>
10815
10816 * gdb.gdb/xfullpath.exp: New test, to exercise the new
10817 xfullpath () function.
10818
10819 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10820
10821 * gdb.asm/Makefile.in: Correct dependencies.
10822
10823 * gdb.asm/powerpc.inc: New file.
10824 * gdb.asm/asm-source.exp: Add PowerPC.
10825 * gdb.asm/configure.in: Likewise.
10826 * gdb.asm/configure: Regenerated.
10827
10828 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10829
10830 * gdb.base/relocate.exp: New file.
10831 * gdb.base/relocate.c: New file.
10832
10833 2002-04-04 Fred Fish <fnf@redhat.com>
10834
10835 * gdb.base/step-test.exp: Update comment regarding stopping in
10836 memcpy/bcopy calls inserted as part of the compiler runtime.
10837
10838 2002-04-04 Michael Snyder <msnyder@redhat.com>
10839
10840 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
10841
10842 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
10843
10844 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
10845 (gdb_expect): Remove $notransfer hack.
10846
10847 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
10848
10849 * gdb.c++/classes.exp ("calling method for small class"): Match
10850 updated register output.
10851
10852 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
10853
10854 Fix PR gdb/452
10855 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
10856 when finished. Make gdb_file_cmd send "exec-file" when
10857 appropriate.
10858
10859 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
10860
10861 * gdb.base/attach.exp: Remove extra setup_xfail.
10862
10863 2002-03-26 Michael Snyder <msnyder@redhat.com>
10864
10865 * gdb.base/default.exp: Add tests for dump, append, and restore.
10866 * gdb.base/help.exp: Add tests for dump, append, and restore.
10867 * gdb.base/dump.exp: New file, test dump, append and restore.
10868 * gdb.base/dump.c: New file.
10869
10870 2002-03-27 Michael Snyder <msnyder@redhat.com>
10871
10872 * gdb.base/help.exp: Modify expect strings to reflect
10873 clean-ups in help messages.
10874
10875 2002-03-26 Fred Fish <fnf@redhat.com>
10876
10877 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
10878 have debugging info for those functions and the compiler uses them
10879 internally to copy structs around.
10880
10881 2002-03-26 Fred Fish <fnf@redhat.com>
10882
10883 * gdb.base/list.exp: Revert the change made yesterday and add note
10884 about why we don't list the default lines for remote targets.
10885
10886 2002-03-25 Michael Snyder <msnyder@redhat.com>
10887
10888 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
10889
10890 2002-03-25 Fred Fish <fnf@redhat.com>
10891
10892 * gdb.base/list.exp: This test works on remote targets so remove
10893 the short circuit for remote targets. Update copyright.
10894
10895 2002-03-25 Fred Fish <fnf@redhat.com>
10896
10897 * gdb.base/attach.exp: Fix logic error that was suppressing this
10898 test for all non hppa*-*-hpux* targets, instead of the hp target.
10899 Move comments closer to the suppression point. Also now need to
10900 check that we are running natively.
10901
10902 2002-03-22 Michael Snyder <msnyder@redhat.com>
10903
10904 * gdb.base/default.exp: Add test for gcore. Update copyright.
10905 * gdb.base/help.exp: Add test for gcore. Update copyright.
10906
10907 2002-03-06 Fred Fish <fnf@redhat.com>
10908
10909 * gdb.base/funcargs.c: Remove extraneous ';' character.
10910 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
10911
10912 2002-03-04 Michael Chastain <mec@shout.net>
10913
10914 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
10915 accommodate gcc v3 function signature.
10916 * gdb.mi/mi0-var-cmd-exp: Ditto.
10917
10918 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10919
10920 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
10921 ``GNU/Linux'' or ``Linux kernel''
10922 * testsuite/gdb.threads/pthreads.c: Ditto.
10923
10924 2002-02-24 Michael Chastain <mec@shout.net>
10925
10926 * gdb.threads/pthreads.c (thread1): Add a return statement.
10927 (thread2): Likewise.
10928 (foo): Likewise.
10929
10930 2002-02-23 Michael Chastain <mec@shout.net>
10931
10932 * gdb.threads/linux-dp.c (philosopher): Add a return statement
10933 to placate gcc.
10934
10935 2002-02-23 Michael Chastain <mec@shout.net>
10936
10937 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
10938 test "ptype bint". The test passes on all my stabs configurations.
10939
10940 2002-02-21 Jim Blandy <jimb@redhat.com>
10941
10942 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
10943 filename at a time, and watch for the ones we want to see.
10944
10945 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
10946 types of pointers to prototyped functions.
10947
10948 2002-02-20 Andrew Cagney <ac131313@redhat.com>
10949
10950 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
10951 signed, unsigned and straight char.
10952 (padding_char, padding_short, padding_int, padding_long,
10953 padding_long_long, padding_float, padding_double,
10954 padding_long_double): New global variables.
10955 (fill, fill_structs): New functions.
10956
10957 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
10958 for correctly sized writes. Update copyright.
10959 (get_valueof): New procedure.
10960 (get_sizeof): Call get_valueof.
10961 (check_valueof): New procedure.
10962 (check_padding): New procedure.
10963
10964 2002-02-20 Michael Chastain <mec@shout.net>
10965
10966 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
10967 to setup_xfail. Document some of the remaining calls.
10968
10969 2002-02-18 Michael Chastain <mec@shout.net>
10970
10971 * gdb.c++/userdef.exp: Update copyright year.
10972
10973 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * gdb.c++/userdef.exp: Test overloaded operators properly.
10976 Remove xfails.
10977
10978 2002-02-14 Michael Snyder <msnyder@redhat.com>
10979
10980 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
10981
10982 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10983
10984 * gdb.base/a2-run.exp: Check for a remote target properly.
10985 * gdb.base/annota1.exp: Likewise.
10986 * gdb.base/list.exp: Likewise.
10987 * gdb.base/reread.exp: Likewise.
10988 * gdb.base/scope.exp: Likewise.
10989 * gdb.base/shlib-call.exp: Likewise.
10990 * gdb.base/term.exp: Likewise.
10991 * gdb.c++/annota2.exp: Likewise.
10992
10993 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10994
10995 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
10996
10997 2002-02-10 Michael Chastain <mec@shout.net>
10998
10999 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11000 (call_after_alloca): Ditto.
11001
11002 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11003
11004 * gdb.base/ending-run.exp: Guard "cont" test with
11005 gdb_skip_stdio_test.
11006
11007 2002-02-06 Jim Blandy <jimb@redhat.com>
11008
11009 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11010 from here...
11011 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11012 To here. Disable this test on non-HP platforms. Add big comment.
11013
11014 2002-02-04 Michael Snyder <msnyder@redhat.com>
11015
11016 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11017 other than d10v and m32r.
11018
11019 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
11020
11021 * gdb.base/default.exp: Rewrite test patterns to reduce time
11022 taken to match them.
11023
11024 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11025
11026 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11027 Allow a start function above main.
11028 * gdb.threads/linux-dp.exp: Fix copyright date.
11029
11030 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11031
11032 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11033 (check_philosopher_stack): Check for manager thread before checking
11034 for a just-starting thread.
11035
11036 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11037
11038 From Neil Booth <neil@daikokuya.demon.co.uk>:
11039 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11040 warnings.
11041
11042 2002-01-21 Fred Fish <fnf@redhat.com>
11043
11044 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11045 not caller.
11046
11047 2002-01-21 Jim Blandy <jimb@redhat.com>
11048
11049 * gdb.base/reread.exp: Check that GDB properly re-reads the
11050 executable file when it changes while no inferior is running.
11051
11052 2002-01-21 Fred Fish <fnf@redhat.com>
11053
11054 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11055 optionally accept the "shlib events" variation.
11056
11057 2002-01-21 Jim Blandy <jimb@redhat.com>
11058
11059 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11060 call `fflush' after every `printf', so that the output is produced
11061 at predictable points, regardless of whatever buffering does (or
11062 doesn't) take place.
11063 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11064 at different points.
11065
11066 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11067
11068 * gdb.c++/inherit.exp: Update copyright years.
11069 * gdb.c++/method.exp: Likewise.
11070
11071 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11072
11073 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11074 artificial methods/arguments.
11075 * gdb.c++/derivation.exp: Likewise.
11076 * gdb.c++/inherit.exp: Likewise.
11077 * gdb.c++/method.exp: Likewise.
11078 * gdb.c++/virtfunc.exp: Likewise.
11079
11080 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11081
11082 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11083 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11084 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11085 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11086 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11087 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11088
11089 2002-01-17 Jim Blandy <jimb@redhat.com>
11090
11091 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11092 anchoring the pattern matching the entry point symbol's name.
11093
11094 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11095
11096 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11097 continue/quit query. Update copyright.
11098
11099 2002-01-14 Michael Snyder <msnyder@redhat.com>
11100
11101 * gdb.base/gcore.exp: Remove extra debugging output.
11102
11103 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
11104
11105 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11106 for slightly dubious v2 mangled string.
11107
11108 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
11109
11110 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11111
11112 2002-01-10 Jason Merrill <jason@redhat.com>
11113
11114 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
11115
11116 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11117 constructors.
11118 * gdb.c++/derivation.exp: Likewise.
11119 * gdb.c++/templates.exp: Likewise.
11120 * gdb.c++/virtfunc.exp: Likewise.
11121
11122 2002-01-10 Michael Snyder <msnyder@redhat.com>
11123
11124 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
11125
11126 2002-01-08 Michael Snyder <msnyder@redhat.com>
11127
11128 * gdb.base/gcore.exp: New test for generate-core-file command.
11129 * gdb.base/gcore.c: Testcase for above.
11130 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11131
11132 2002-01-08 Jason Merrill <jason@redhat.com>
11133
11134 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11135
11136 2002-01-07 Fred Fish <fnf@redhat.com>
11137
11138 * gdb.c++/overload.exp: Remove unconditional xfails for:
11139 print foo_instance1.overloadargs(1)
11140 print foo_instance1.overloadargs(1, 2)
11141 print foo_instance1.overloadargs(1, 2, 3)
11142 print foo_instance1.overloadargs(1, 2, 3, 4)
11143 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11144 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11145 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11146 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11147 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11148 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11149 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11150 print foo_instance1.overload1arg()
11151 print foo_instance1.overload1arg((char)arg2)
11152 print foo_instance1.overload1arg((signed char)arg3)
11153 print foo_instance1.overload1arg((unsigned char)arg4)
11154 print foo_instance1.overload1arg((int)arg7)
11155 print foo_instance1.overload1arg((unsigned int)arg8)
11156 print foo_instance1.overload1arg((float)arg11)
11157 print foo_instance1.overload1arg((double)arg12)
11158
11159 2002-01-07 Michael Snyder <msnyder@redhat.com>
11160
11161 * gdb.base/huge.exp: New test. Print a very large target data object.
11162 (skip_huge_test): New test variable. Define if you want to skip this
11163 test. The test reads an 8 megabyte data object from the target, so it
11164 might be very time consuming on remote targets with a slow connection.
11165 * gdb.base/huge.c: New file. Test case for above.
11166
11167 2002-01-07 Fred Fish <fnf@redhat.com>
11168
11169 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11170 g_instance.bfoo, and g_instance.cfoo.
11171
11172 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11173
11174 * gdb.base/break.c (multi_line_if_conditional): New function.
11175 (multi_ilne_while_conditional): Likewise.
11176 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11177 IF or WHILE condition puts the breakpoint at the start of
11178 the condition.
11179
11180 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11181 hppa*-*-hpux* expected failure.
11182 * gdb.base/structs.exp (do_function_calls): Similarly.
11183
11184 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11185 watchpoints.
11186
11187 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11188
11189 Fix PR gdb/66.
11190 * gdb.base/structs.exp: Replace skip for a29k with skip for
11191 gdb,cannot_call_functions.
11192 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11193 * gdb.base/callfuncs.exp: Ditto.
11194 * gdb.base/call-rt-st.exp: Ditto.
11195 * gdb.base/call-strs.exp: Ditto.
11196 * gdb.base/callfwmall.exp: Ditto.
11197 * gdb.base/scope.exp: Obsolete xfail a29k.
11198 * gdb.c++/misc.exp: Ditto.
11199 * gdb.c++/cplusfuncs.exp: Ditto.
11200 * gdb.base/ptype.exp: Ditto.
11201 * gdb.base/printcmds.exp: Ditto.
11202 * gdb.base/opaque.exp: Ditto.
11203 * gdb.base/list.exp: Ditto.
11204 * gdb.base/funcargs.exp: Ditto.
11205 * gdb.base/default.exp: Ditto.
11206
11207 2002-01-04 Michael Snyder <msnyder@redhat.com>
11208
11209 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
11210 * gdb.base/maint.exp: Add tests for maint info sections options.
11211
11212 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11213
11214 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11215
11216 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
11217
11218 * gdb.asm/arm.inc: New file.
11219 * gdb.asm/asm-source.exp: Add arm targets.
11220 * gdb.asm/configure.in: Ditto.
11221 * gdb.asm/configure: Recreated from configure.in.
11222
11223 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11224
11225 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11226 with HP's compiler.
11227 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11228 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11229 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11230 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11231
11232 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11233 either HP's compilers or GCC.
11234
11235 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11236 a SIGBUS or SIGSEGV.
11237
11238 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11239
11240 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11241 can be compiled with either HP's compiler or GCC.
11242
11243 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11244 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11245 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11246
11247 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11248 to match current gdb output. Update due to using auto-solib-limit
11249 for limiting instead of overloading auto-solib-add.
11250 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11251 test program.
11252
11253 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
11254 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11255 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11256 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11257 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11258 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11259 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11260 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11261 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11262 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11263 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11264 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11265 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
11266
11267 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11268 a SIGTRAP to the inferior.
11269
11270 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
11271
11272 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11273 Substitute call to target_link by call to gdb_compile.
11274
11275 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11276
11277 * gdb.base/break.exp: Fix HP specific search string when testing
11278 backtracing in a called function.
11279
11280 * gdb.base/constvars.exp: Only set lang to C++ if we're
11281 compiling the test with HP's compilers.
11282 * gdb.base/volatile.exp: Similarly.
11283
11284 2001-12-19 Jim Blandy <jimb@redhat.com>
11285
11286 * gdb.base/printcmds.exp: Expect the null character to be printed
11287 as '\0', and the '\013' to be printed as '\v'.
11288 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11289 * gdb.base/setvar.exp: Same.
11290
11291 2001-12-17 Jim Blandy <jimb@redhat.com>
11292
11293 * gdb.base/completion.exp: Rather than completing very long
11294 filenames, which can make the readline library produce output we
11295 don't recognize, cd to the directory first, and then complete
11296 using nice, short relative paths.
11297
11298 * gdb.base/completion.exp: On some systems, there is, in fact, a
11299 variable named `b' in scope, since GDB treats all static
11300 variables as being in scope. So use `no_var_named_this'
11301 instead of `b'.
11302
11303 * gdb.base/corefile.exp: Recognize the message saying that GDB
11304 can't find the core file's registers as a failure.
11305
11306 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11307
11308 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11309 test expect string more specific.
11310
11311 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
11312
11313 * gdb.asm/asm-source.exp: Add support for xstormy16.
11314 * gdb.asm/configure.in: Ditto.
11315 * gdb.asm/configure: Rebuild.
11316 * gdb.asm/xstormy16.inc: New file.
11317
11318 2001-12-10 Fred Fish <fnf@redhat.com>
11319
11320 * gdb.base/maint.exp: Update to match changes in type dumping code.
11321
11322 2001-12-10 Jim Blandy <jimb@redhat.com>
11323
11324 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11325 matching the entry point symbol's name at the beginning of the
11326 line.
11327
11328 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
11329
11330 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11331 gdb.c++/inherit.exp, gdb.c++/method.exp,
11332 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11333 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11334 and class layout support.
11335
11336 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
11337
11338 * gdb.c++/classes.exp: Add test for static member function.
11339 * gdb.c++/misc.cc: Add class with static member function.
11340
11341 2001-12-07 Jim Blandy <jimb@redhat.com>
11342
11343 If GDB says it can't find the struct the function returned, report
11344 those tests as `unsupported'.
11345 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11346 Rewrite subsequent tests to use it.
11347
11348 If GDB says it can't find the struct the function returned, report
11349 those tests as `unsupported'.
11350 * gdb.base/structs.exp (call_struct_func): New function.
11351 (do_function_calls): Use call_struct_func to call the functions
11352 returning structs.
11353
11354 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11355 whether functions are prototyped or not, so we can't possibly pass
11356 arguments to t_float_values2 properly.
11357
11358 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11359 value of `timeout' for targets other than the mips*tx39-*.
11360
11361 2001-12-06 Michael Snyder <msnyder@redhat.com>
11362
11363 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
11364 and detect whether the start symbol has a leading underscore.
11365
11366 2001-12-04 Jim Blandy <jimb@redhat.com>
11367
11368 * gdb.base/completion.exp: Clarify indentation.
11369
11370 2001-12-03 Jim Blandy <jimb@redhat.com>
11371
11372 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11373 variables on the S/390, not `.word'.
11374
11375 2001-11-30 Jim Blandy <jimb@redhat.com>
11376
11377 Add assembly-source tests for s390-ibm-linux.
11378 * gdb.asm/s390.inc: New file.
11379 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11380 the S/390 architecture.
11381 * gdb.asm/configure: Regenerated.
11382
11383 2001-11-30 Michael Snyder <msnyder@redhat.com>
11384
11385 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11386 next, info source, info sources, info line, global and static
11387 variables, and static functions.
11388 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11389 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11390 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11391 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11392 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11393 (gdbasm_leave): Restore frame pointer.
11394 (gdbasm_startup): Copy stack set-up from crt0.S.
11395
11396 2001-11-26 Fernando Nasser <fnasser@redhat.com>
11397
11398 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11399 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11400 to a local (non-static) variable. Copy tstruct.a to a static buffer
11401 and return a pointer to that buffer.
11402 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11403
11404 2001-11-24 Mark Kettenis <kettenis@gnu.org>
11405
11406 * gdb.asm/configure.in: Fix recognition of ix86 target.
11407 * gdb.asm/configure: Regenerate.
11408
11409 2001-11-21 Michael Snyder <msnyder@redhat.com>
11410
11411 * gdb.asm/sparc.inc: New file.
11412 * gdb.asm/asm-source.exp: Recognize sparc target.
11413 * gdb.asm/configure.in: Recognize sparc target.
11414 * gdb.asm/configure: Regenerate.
11415
11416 2001-11-21 Michael Snyder <msnyder@redhat.com>
11417
11418 * gdb.asm/m32r.inc: New file.
11419 * gdb.asm/asm-source.exp: Recognize m32r target.
11420 * gdb.asm/configure.in: Recognize m32r target.
11421 * gdb.asm/configure: Regenerate.
11422
11423 2001-11-20 Michael Snyder <msnyder@redhat.com>
11424
11425 * gdb.asm/i386.inc: New file.
11426 * gdb.asm/asm-source.exp: Recognize ix86 target.
11427 * gdb.asm/configure.in: Recognize ix86 target.
11428 * gdb.asm/configure: Regenerate.
11429
11430 * gdb.c++/namespace.exp: Fix quotes in output messages.
11431
11432 2001-11-14 Michael Snyder <msnyder@redhat.com>
11433
11434 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
11435 qualifier in a type cast expression, to designate an address
11436 in the instruction space (Harvard architecture).
11437
11438 2001-11-13 Michael Snyder <msnyder@redhat.com>
11439
11440 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11441 Tests for expressions using 'const' and 'volatile'.
11442
11443 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
11444
11445 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11446
11447 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
11448
11449 * lib/mi-support.exp (mi_run_to_helper): Move comments
11450 outside of gdb_expect.
11451
11452 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
11453
11454 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11455 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11456 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11457 mi0_run_to): New functions.
11458 * gdb.mi/mi-simplerun.exp: Use them.
11459 * gdb.mi/mi0-simplerun.exp: Likewise.
11460 * gdb.mi/mi-var-cmd.exp: Likewise.
11461 * gdb.mi/mi0-var-cmd.exp: Likewise.
11462
11463 2001-11-10 Andrew Cagney <ac131313@redhat.com>
11464
11465 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11466 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11467
11468 2001-11-09 Andrew Cagney <ac131313@redhat.com>
11469
11470 * gdb.base/restore.exp: Include $expected value in restored test
11471 message.
11472
11473 2001-11-09 Andrew Cagney <ac131313@redhat.com>
11474
11475 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11476 implemented.
11477
11478 2001-11-08 Michael Snyder <msnyder@redhat.com>
11479
11480 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11481 Add pass/fail message for stop at breakpoint in call dummy function.
11482
11483 2001-11-07 Michael Snyder <msnyder@redhat.com>
11484
11485 * gdb.c++/templates.exp (test_template_breakpoints):
11486 If we get an overload menu, but it does not match what
11487 we expect, we still need to issue the "cancel" command.
11488 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11489 making the whitespace optional. Argument for "new" may be
11490 "unsigned" as well as "unsigned int/long".
11491 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
11492 making the whitespace optional. Also replace "(void) with
11493 "((void|)), making the keyword "void" optional.
11494 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
11495 making the whitespace optional. Also replace "(void) with
11496 "((void|)), making the keyword "void" optional.
11497 * gdb.base/callfuncs.c (t_float_values): This function must
11498 _not_ be prototyped, and the following function (t_float_values2)
11499 must be prototyped (if the compiler supports it), so that GDB
11500 can be tested against both cases. Usually one case involves
11501 promotion of float to double, while the other does not.
11502 * gdb.base/callfwmall.c: Ditto.
11503 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11504 includes a stack frame for "start".
11505
11506 2001-11-05 Jim Blandy <jimb@redhat.com>
11507
11508 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11509 pointers are 32 bits long, and that offsets of relocs are always
11510 stored in the data (REL-style), and not in the reloc entry itself
11511 (RELA-style).
11512 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11513 stabs.
11514
11515 2001-11-01 Michael Snyder <msnyder@redhat.com>
11516
11517 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11518 and regular expression operators by using quoting.
11519
11520 2001-10-31 Michael Snyder <msnyder@redhat.com>
11521
11522 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11523 depending on what the symbol table contains.
11524 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11525 the output of the ptype command. Similarly, accept both "const &"
11526 and "const&".
11527
11528 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
11529
11530 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11531 symbol `STORAGE' to allow to choose the storage class of
11532 the local datastructures.
11533 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11534 compiler directive.
11535
11536 2001-10-30 Michael Snyder <msnyder@redhat.com>
11537
11538 * gdb.base/jump.exp: Allow it to run for all targets.
11539
11540 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
11541
11542 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11543 with new double_array size.
11544 (main): Change storage class of all local variables to static.
11545 Reduce size of double_array to 9.
11546 * gdb.base/call-ar-st.exp: Increase timeout value.
11547 Change expected output for double array to match new size in
11548 call-ar-st.c.
11549
11550 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
11551
11552 * gdb.base/ending-run.exp: Create identical output when passing
11553 `step to end of run' case. Add regular expression branch satisfying
11554 Stormy16 target.
11555
11556 2001-10-28 Mark Kettenis <kettenis@gnu.org>
11557
11558 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11559 that we catch the expected failure under Linux/x86.
11560
11561 2001-10-29 Orjan Friberg <orjanf@axis.com>
11562
11563 * gdb.base/setvar.exp: Escape curly braces.
11564 * gdb.stabs/weird.exp: Ditto.
11565
11566 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
11567
11568 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11569 * gdm.mi/mi0-hack-cli.exp: Likewise.
11570
11571 2001-10-25 Andrew Cagney <ac131313@redhat.com>
11572
11573 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11574 messages.
11575
11576 2001-10-21 Andrew Cagney <ac131313@redhat.com>
11577
11578 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11579 checking MI enabled.
11580
11581 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
11582
11583 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11584
11585 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
11586
11587 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11588 if gdb child process crashes, just signal an error.
11589
11590 2001-10-02 Jim Blandy <jimb@redhat.com>
11591
11592 * lib/gdb.exp (test_xfail_format): Simplify.
11593
11594 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11595 front of the variable name `format'. Simplify `if'.
11596
11597 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
11598
11599 * gdb.threads/pthreads.exp: Wait for output and delay
11600 before sending ^C.
11601
11602 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
11603
11604 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11605 some incorrect output instead of timing out.
11606 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11607
11608 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
11609
11610 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11611 check to allow additional `int'.
11612
11613 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
11614
11615 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11616 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11617
11618 2001-09-27 Michael Snyder <msnyder@redhat.com>
11619
11620 * lib/gdb.exp (test_debug_format): New proc.
11621 (setup_xfail_format): Use new proc test_debug_format.
11622 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11623 proc; use new service proc test_debug_format.
11624 Replace all other "gcc_compiled" tests with this test.
11625 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11626 proc; use new service proc test_debug_format.
11627 Replace all other "gcc_compiled" tests with this test.
11628
11629 2001-09-27 Michael Snyder <msnyder@redhat.com>
11630
11631 * gdb.base/cvexpr.exp: New file.
11632 * gdb.base/cvexpr.c: New file
11633 Test for expressions using const and volatile keywords.
11634
11635 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
11636
11637 * gdb.base/constvars.exp: Check for different orders of keywords
11638 and additional "int" strings in output.
11639
11640 2001-09-22 Andrew Cagney <ac131313@redhat.com>
11641
11642 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11643 responses from "help maint".
11644
11645 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
11646
11647 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11648 to localhost:NNN instead of :NNN, in case Xvfb is listening
11649 only on TCP.
11650
11651 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
11652
11653 * gdb.base/recurse.exp: When checking leaving the watchpoint
11654 scope, recognize when gdb is in function's epilogue and pass.
11655
11656 2001-09-18 Keith Seitz <keiths@redhat.com>
11657
11658 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11659 support for running tests against sid targets.
11660 (gdbtk_done): Ditto.
11661
11662 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
11663
11664 * gdb.base/ending-run.c (main): Set stdout buffersize
11665 to the same reasonable value for any target.
11666 * gdb.base/ending-run.exp: Add a regular expression
11667 to make testsuite happy on Sanyo Stormy16 target.
11668
11669 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
11670
11671 * gdb.base/display.c (do_loops): Add float variable `f'.
11672 Increment f in loop.
11673 * gdb.base/display.exp: Increment timeout by 60 seconds.
11674 Change float display test to use variable `f'.
11675
11676 2001-09-17 Jim Blandy <jimb@redhat.com>
11677
11678 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11679 overflowing the limited breakpoint tables on some ROM monitors
11680 (like the ROM68K).
11681
11682 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
11683
11684 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11685 the "-ac" (disable access control) flag.
11686
11687 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
11688
11689 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11690 ints.
11691
11692 2001-08-30 Keith Seitz <keiths@redhat.com>
11693
11694 * lib/gdb.exp: Move all insight-related functionality into
11695 separate file.
11696 * lib/insight-support.exp: New file.
11697
11698 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
11699
11700 * config/sid.exp (sid_start): Never set sid verbosity; disable
11701 expect_background {} that consumed its stdout; tolerate </dev/null.
11702 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11703
11704 2001-08-18 Andrew Cagney <ac131313@redhat.com>
11705
11706 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11707 CLI jump command to start it.
11708 (mi_run_to_main): Fail immediatly when unexpected output.
11709
11710 2001-08-18 Andrew Cagney <ac131313@redhat.com>
11711
11712 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11713 beginning of function. Fix PR gdb/191.
11714
11715 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
11716
11717 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11718 what to force sid endianness to.
11719
11720 2001-08-15 Keith Seitz <keiths@redhat.com>
11721
11722 * lib/gdb.exp (gdbtk_start): Don't set environment
11723 variables for TCL_LIBRARY and friends. Insight will
11724 now figure these out for itself.
11725
11726 2001-08-02 Michael Snyder <msnyder@redhat.com>
11727
11728 * gdb.base/completion.exp: Remove the symbol "a64l" from
11729 the expect string; this is target-specific, and not related
11730 to what is being tested.
11731
11732 2001-08-02 Dave Brolley <brolley@redhat.com>
11733
11734 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11735
11736 2001-07-25 Michael Snyder <msnyder@redhat.com>
11737
11738 * gdb.base/consecutive.exp: New file. Test stepping over
11739 breakpoints on consecutive instructions.
11740 * gdb.base/consecutive.c: New file.
11741
11742 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11743 curly braces in regular expressions.
11744
11745 2001-07-25 Michael Snyder <msnyder@redhat.com>
11746
11747 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11748 legitimate output from stepping out of main.
11749
11750 2001-07-22 Keith Seitz <keiths@redhat.com>
11751
11752 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11753 the empty string, do not run the tests.
11754
11755 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11756
11757 * gdb.base/long_long.exp: Detect size of pointer. Take into
11758 account 2-byte pointers when testing for p/a results.
11759
11760 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11761
11762 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
11763 and defined to 1K for m68hc11.
11764 (random_data): Reduce table to 1K for embedded platforms (68hc11).
11765 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
11766 (sizeof_random_data): New variable to tell the size of the data table;
11767 don't test past this size; always run to main.
11768
11769 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11770
11771 * gdb.base/return2.exp: return of long long and double fails for
11772 68HC11; don't execute these tests on that platform.
11773 * gdb.base/return.exp: Return of a double fails for 68hc11.
11774
11775 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11776
11777 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
11778 tests that print a float.
11779 * call-rt-st.exp: Likewise.
11780
11781 2001-07-12 Mark Kettenis <kettenis@gnu.org>
11782
11783 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
11784 running this test on Linux.
11785
11786 2001-06-24 Michael Chastain <chastain@redhat.com>
11787
11788 * gdb.base/arithmet.exp: Remove some tests to make all test names
11789 unique.
11790
11791 2001-07-03 Michael Snyder <msnyder@redhat.com>
11792
11793 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
11794 the output of the ptype command.
11795
11796 2001-07-02 Michael Snyder <msnyder@redhat.com>
11797
11798 * gdb.base/completion.exp: Don't assume that break.c is the only
11799 source file that may contain functions named "marker".
11800 * gdb.base/corefile.exp: Quote the curly braces in regexp.
11801
11802 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11803
11804 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
11805 of files to delete.
11806
11807 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
11808 * gdb.disasm/h8300s.exp: New file.
11809 gdb.disasm/h8300s.s: Likewise.
11810
11811 2001-06-27 Andrew Cagney <ac131313@redhat.com>
11812
11813 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
11814 empty breakpoint tables.
11815
11816 2001-06-25 Andrew Cagney <ac131313@redhat.com>
11817
11818 * lib/mi-support.exp: Update args=... part of stop-reason
11819 patterns. Accept either a list or a tuple.
11820
11821 2001-06-23 Andrew Cagney <ac131313@redhat.com>
11822
11823 * lib/mi-support.exp: Remove local emacs variable defining
11824 change-log-default-name.
11825
11826 2001-06-22 Michael Chastain <chastain@redhat.com>
11827
11828 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
11829 This is operationally compatible with the previous version.
11830
11831 2001-06-13 Jim Blandy <jimb@redhat.com>
11832
11833 * lib/gdb.exp (gdb_test): Doc fix.
11834
11835 2001-06-10 Michael Chastain <chastain@redhat.com>
11836
11837 * gdb.base/exprs.exp: Remove a duplicate test.
11838
11839 2001-06-06 Jim Blandy <jimb@redhat.com>
11840
11841 * gdb.base/return2.exp (main): Use values to test float and double
11842 returns that are not NaN's, to avoid being confused by IEEE
11843 comparison rules.
11844
11845 2001-06-04 Michael Snyder <msnyder@redhat.com>
11846
11847 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
11848 non-zero if control_c fails. Terminate the test on failure,
11849 rather than wait for 12 more tests to time out.
11850
11851 2001-06-06 Jim Blandy <jimb@redhat.com>
11852
11853 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
11854 Don't forget to match the GDB prompt.
11855
11856 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
11857
11858 2001-06-04 Jim Blandy <jimb@redhat.com>
11859
11860 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
11861 command.
11862
11863 2001-05-31 Kevin Buettner <kevinb@redhat.com>
11864
11865 * gdb.base/annota1.exp (info break): Match four or more spaces
11866 after "Address".
11867
11868 2001-05-31 Michael Chastain <chastain@redhat.com>
11869
11870 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
11871 (dm_type_int_star): Likewise.
11872 (dm_type_long_star): Likewise.
11873 (dm_type_void_star): Likewise.
11874
11875 2001-05-29 Kevin Buettner <kevinb@redhat.com>
11876
11877 * gdb.base/completion.exp (INPUTRC): Set this environment variable
11878 to a known value in order to get consistent results regardless
11879 of the setting of INPUTRC or the presence or contents of .inputrc.
11880
11881 2001-05-24 Michael Snyder <msnyder@redhat.com>
11882
11883 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
11884 Don't require that the main thread and the manager thread are the
11885 first in the list.
11886
11887 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
11888 debugging. If test fails, issue an "unsupported" not a "fail".
11889
11890 2001-05-24 Jim Blandy <jimb@redhat.com>
11891
11892 Don't assume that short is shorter than int.
11893 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
11894 assume that shorts are smaller than ints. On a 16-bit machine,
11895 this isn't true.
11896 ("print unsigned char == (~0)"): Add test that verifies that ~0,
11897 an int, is not equal to ~0 stored in an unsigned char. This tests
11898 the same thing that the previous test meant to, but works on
11899 16-bit machines, too.
11900 ("print unsigned char != (~0)"): Same test, complemented.
11901
11902 2001-05-24 Michael Snyder <msnyder@redhat.com>
11903
11904 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
11905 test for (full_coverage == 0). This makes the test run faster,
11906 and prevents dejagnu getting out of step.
11907
11908 2001-05-23 Kevin Buettner <kevinb@redhat.com>
11909
11910 * gdb.base/finish.exp (finish_void): Revise pattern for
11911 stopping on the call statement to not permit stopping at
11912 the start of the instructions comprising the call sequence.
11913
11914 2001-05-19 Michael Chastain <chastain@redhat.com>
11915
11916 * gdb.base/callfuncs.exp: Make all test names unique.
11917 * gdb.base/commands.exp: Make all test names unique.
11918 * gdb.base/condbreak.exp: Make all test names unique.
11919 * gdb.base/dbx.exp: Make all test names unique.
11920 * gdb.base/default.exp: Make all test names unique.
11921 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
11922 and TIMEOUT messages to their corresponding PASS message.
11923 * gdb.base/ending-run.exp: Make all test names unique.
11924 * gdb.base/long_long.exp: Remove duplicate test.
11925
11926 2001-05-21 Kevin Buettner <kevinb@redhat.com>
11927
11928 * gdb.base/finish.exp (finish_void): Allow "finish" command to
11929 stop on the call statement as well as the statement after the
11930 call.
11931
11932 2001-05-21 Michael Snyder <msnyder@redhat.com>
11933
11934 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
11935
11936 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
11937
11938 * gdb.base/completion.exp: Revamp test. Make it execute on all
11939 platforms.
11940
11941 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
11942
11943 * config/gdbserver.exp (gdb_load): Handle the case
11944 in which the arguments to gdbserver are given in the
11945 baseboard configuration file.
11946 Also handle the case in which the server needs to do a
11947 load.
11948
11949 2001-05-07 Keith Seitz <keiths@cygnus.com>
11950
11951 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
11952 set up the display for testing.
11953 (gdbtk_start): Convert all paths to paths that tcl will like.
11954 Export target information to environment.
11955 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
11956 necessary.
11957 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
11958 (to_tcl_path): New proc to convert a given pathname into
11959 a path acceptible as an argument to a tcl command.
11960 (_gdbtk_export_target_info): New proc to export target info
11961 into the environment for gdbtk testing.
11962 (gdbtk_done): New proc to signal end-of-test.
11963
11964 2001-05-06 Jim Blandy <jimb@redhat.com>
11965
11966 * restore.c: Make the code of caller0 correspond to its comment.
11967
11968 2001-05-03 Michael Snyder <msnyder@redhat.com>
11969
11970 * config/sid.exp (gdb_target_sid): Check for error messages.
11971 On error or timeout, don't make expect exit (which will terminate
11972 all subsequent tests); instead just make gdb exit.
11973 (gdb_load): Check for error messages. On error or timeout,
11974 return a negative value.
11975
11976 2001-04-24 Jim Blandy <jimb@redhat.com>
11977
11978 * gdb.c++/templates.exp: If we see the prompt for the overload
11979 list, but we haven't recognized any of the longer patterns,
11980 arrange for this test to fail, not hang.
11981
11982 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
11983 variations.
11984
11985 2001-04-22 Michael Chastain <chastain@redhat.com>
11986
11987 * gdb.c++/local.exp: Use the 'runto' library function.
11988 * gdb.c++/namespace.exp: Likewise.
11989 * gdb.c++/overload.exp: Likewise.
11990
11991 2001-03-26 Kevin Buettner <kevinb@redhat.com>
11992
11993 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
11994 * gdb.base/step-line.exp: New file. Test step/next in presence of
11995 #line directives.
11996 * gdb.base/step-line.c: New file. Test program for the above.
11997 * gdb.base/step-line.inp: New file. We pretend that this file has
11998 been transformed by some other tool into step-line.c.
11999
12000 2001-03-21 Jim Blandy <jimb@redhat.com>
12001
12002 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12003 unmangled operator names.
12004
12005 2001-03-20 Jim Blandy <jimb@redhat.com>
12006
12007 * gdb.threads/linux-dp.exp: Recognize an additional message
12008 generated by GDB when it doesn't understand how to debug threads
12009 on the target system.
12010
12011 2001-03-19 Andrew Cagney <ac131313@redhat.com>
12012
12013 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12014
12015 2001-03-12 Michael Chastain <chastain@redhat.com>
12016
12017 * gdb.c++/derivation.exp: Use the 'runto' library function.
12018
12019 2001-03-12 Michael Chastain <chastain@redhat.com>
12020
12021 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12022
12023 2001-02-24 Michael Chastain <chastain@redhat.com>
12024
12025 * gdb.c++/ref-types.exp: Change handwritten code to library
12026 function 'runto'.
12027
12028 2001-03-16 Orjan Friberg <orjanf@axis.com>
12029
12030 * gdb.base/signals.exp: Set count to 0 explicitly.
12031
12032 2001-03-15 Mark Salter <msalter@redhat.com>
12033
12034 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12035 (gdb_target_monitor): Add check of gdb_target_cmd return value.
12036 (gdb_load): Add support for additional target_info: gdb_download_size
12037 and gdb_load_timeout.
12038
12039 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12040
12041 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12042 file -- to prevent failing when the compile fails but we have no
12043 intention of running the tests anyway.
12044
12045 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12046 tests if set.
12047
12048 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12049 integers.
12050
12051 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12052 * gdb.c++/namespace.exp: Ditto.
12053
12054 2001-03-07 Orjan Friberg <orjanf@axis.com>
12055
12056 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12057 * gdb.base/pointers.exp: Relax pattern match of decimals.
12058
12059 2001-03-06 Kevin Buettner <kevinb@redhat.com>
12060
12061 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12062 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12063 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12064 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12065 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12066 config/sh.exp, config/sid.exp, config/slite.exp,
12067 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12068 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12069 config/vxworks.exp, config/vxworks29k.exp,
12070 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12071 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12072 gdb.base/arithmet.exp, gdb.base/assign.exp,
12073 gdb.base/async.exp, gdb.base/attach.exp,
12074 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12075 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12076 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12077 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12078 gdb.base/commands.exp, gdb.base/completion.exp,
12079 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12080 gdb.base/constvars.exp, gdb.base/corefile.exp,
12081 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12082 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12083 gdb.base/ending-run.exp, gdb.base/environ.exp,
12084 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12085 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12086 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12087 gdb.base/funcargs.exp, gdb.base/help.exp,
12088 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12089 gdb.base/logical.exp, gdb.base/long_long.exp,
12090 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12091 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12092 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12093 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12094 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12095 gdb.base/regs.exp, gdb.base/relational.exp,
12096 gdb.base/remote.exp, gdb.base/reread.exp,
12097 gdb.base/restore.exp, gdb.base/return2.exp,
12098 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12099 gdb.base/selftest.exp, gdb.base/setshow.exp,
12100 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12101 gdb.base/sigall.exp, gdb.base/signals.exp,
12102 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12103 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12104 gdb.base/step-test.exp, gdb.base/structs.c,
12105 gdb.base/structs.exp, gdb.base/structs2.exp,
12106 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12107 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12108 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12109 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12110 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12111 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12112 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12113 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12114 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12115 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12116 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12117 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12118 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12119 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12120 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12121 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12122 gdb.trace/circ.exp, gdb.trace/collection.exp,
12123 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12124 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12125 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12126 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12127 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12128 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12129 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12130 notices.
12131
12132 2001-02-27 Michael Snyder <msnyder@cygnus.com>
12133
12134 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12135 first arg is int not float.
12136
12137 2001-02-22 Michael Snyder <msnyder@cygnus.com>
12138
12139 * gdb.base/reread.exp: Unsupported for non-native targets;
12140 doesn't work for remote debugging.
12141
12142 2001-02-19 Fernando Nasser <fnasser@redhat.com>
12143
12144 From Drew Moseley <dmoseley@redhat.com>
12145 * gdb.base/ending-run.exp: Properly handle the BSP state when
12146 stepping past the end of main.
12147
12148 2001-02-19 John Moore <jmoore@redhat.com>
12149
12150 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12151 Converted HPUX fix for non-expected items following multiple
12152 step commands into general solution for all platforms.
12153
12154 2001-02-18 Michael Chastain <chastain@redhat.com>
12155
12156 * gdb.c++/classes.exp (do_tests): Change runto statements
12157 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12158 statements demangler agnostic.
12159 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12160 (gdb_virtfunc_restart): Likewise.
12161
12162 2001-02-14 Michael Chastain <chastain@redhat.com>
12163
12164 * gdb.c++/inherit.exp (do_tests): Change runto statements
12165 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12166 statements demangler agnostic.
12167
12168 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12169
12170 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12171 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12172 before calling common_routine 15 times'' tests.
12173
12174 2001-02-11 Michael Chastain <chastain@redhat.com>
12175
12176 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12177 Helps the test script figure out which demangler is in use.
12178 (dm_type_foo_ref): Ditto.
12179 (dm_type_int_star): Ditto.
12180 (dm_type_long_star): Ditto.
12181 (dm_type_unsigned_int): Ditto.
12182 (dm_type_void): Ditto.
12183 (dm_type_void_star): Ditto.
12184 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
12185 Probe the gdb demangler and set variables to accommodate
12186 formatting differences.
12187 (info_func_regexp): New function. Same as info_func, but
12188 matches against a regexp.
12189 (info_func): Match against a literal string.
12190 (print_addr_2): New function. Match against a literal string,
12191 which can be different from the input to gdb.
12192 (print_addr): Simply call print_addr_2 with the same argument twice.
12193 (test_lookup_operator_functions): Use demangler formatting variables.
12194 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12195 the tests in the same order as the C++ class declaration.
12196 (test_paddr_operator_functions): Ditto.
12197 (test_paddr_overloaded_functions): Ditto.
12198 (test_paddr_hairy_functions): Use demangler formatting variables.
12199 Add reference to gdb/19 for related tests.
12200 (do_tests): Call probe_demangler.
12201
12202 2001-01-30 Kevin Buettner <kevinb@redhat.com>
12203
12204 * gdb.c++/templates.cc (printf): Remove unused function definition.
12205
12206 2001-01-26 Felix Lee <flee@redhat.com>
12207
12208 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12209
12210 2001-01-25 matthew green <mrg@redhat.com>
12211
12212 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12213 up sid.
12214 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12215
12216 2001-01-25 matthew green <mrg@redhat.com>
12217
12218 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
12219 Deprecate $sid_spawn_id.
12220 (sid_exit): Remove code necessary only for `spawn.'
12221
12222 2001-01-25 matthew green <mrg@redhat.com>
12223
12224 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12225
12226 2001-01-28 Michael Chastain <chastain@redhat.com>
12227
12228 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12229 to call when tests fail. It takes gdb out of the overloaded
12230 function choice menu back to the main prompt, so that the test
12231 program stays synchronized.
12232 (set_bp_overloaded): New proc to collect all the common
12233 code for setting a breakpoint on an overloaded name. Calls
12234 take_gdb_out_of_choice_menu when needed.
12235 (menu_overload1arg): New variable to collect the repeated
12236 instances of the expected menu for an overloaded name. Change
12237 the regular expression to handle changes in g++ type encoding:
12238 "void" can be either "void" or "", and "unsigned int" can be
12239 either "unsigned int" or "unsigned".
12240 (continue_to_bp_overloaded): Change regular expressions to handle
12241 changes in g++ type encoding.
12242 (no proc): Call take_gdb_out_of_choice_menu when needed.
12243 Remove redundant calls to "info break". Accept either "canceled"
12244 or "cancelled". Change regular expressions in "info break"
12245 calls to handle changes in g++ type encoding. Give all tests
12246 unique strings.
12247
12248 2001-01-17 Ben Elliston <bje@redhat.com>
12249
12250 * config/sid.exp: New file.
12251
12252 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12253
12254 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12255
12256 2000-12-21 Michael Snyder <msnyder@cygnus.com>
12257
12258 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12259 Add a RE to accept a non-ascii char if one is ever presented.
12260
12261 2000-12-20 Fernando Nasser <fnasser@redhat.com>
12262
12263 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
12264
12265 2000-12-18 Michael Snyder <msnyder@cygnus.com>
12266
12267 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
12268 in regexp. One '\' does not suffice on Linux.
12269
12270 2000-12-09 Michael Chastain <chastain@redhat.com>
12271
12272 * gdb.base/break.exp (test_clear_command): Use a marker function
12273 rather than 'main' for the test function. Also move this
12274 test to an execution point where the marker function names are
12275 guaranteed to be bound to functions. (Executing tests after a
12276 'finish' from main runs into name conflicts with local names
12277 in __libc_start_main).
12278
12279 2000-12-07 Michael Snyder <msnyder@cygnus.com>
12280
12281 * gdb.base/finish.exp: New test for gdb's "finish" command.
12282 * gdb.base/return2.exp: New test for gdb's "return" command.
12283 * gdb.base/return2.c: New source file for above.
12284
12285 2000-12-05 Michael Snyder <msnyder@cygnus.com>
12286
12287 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12288 * gdb.base/miscexprs.exp: Ditto.
12289 * gdb.base/pointers.exp: Ditto.
12290 * gdb.c++/derivation.exp: Ditto.
12291 * gdb.c++/local.exp: Ditto.
12292 * gdb.c++/namespace.exp: Ditto.
12293 * gdb.c++/overload.exp: Ditto.
12294 * gdb.c++/ref-types.exp: Ditto.
12295
12296 2000-12-05 Michael Snyder <msnyder@cygnus.com>
12297
12298 * gdb.base/constvars.exp: Test result of "up" command.
12299 * gdb.base/miscexprs.exp: Ditto.
12300 * gdb.base/pointers.exp: Ditto.
12301 * gdb.base/scope.exp: Ditto.
12302 * gdb.c++/derivation.exp: Ditto.
12303 * gdb.c++/local.exp: Ditto.
12304 * gdb.c++/namespace.exp: Ditto.
12305 * gdb.c++/overload.exp: Ditto.
12306 * gdb.c++/ref-types.exp: Ditto.
12307
12308 2000-11-22 Michael Chastain <chastain@redhat.com>
12309
12310 * mips_pro.exp: Accept either "middle -> top -> main" or
12311 "middle -> main" in the backtrace, because gcc can optimize
12312 tail calls to jumps. Remove setup_xfail for the hppa case.
12313 Add a comment with the original warning messages from PR 3016,
12314 which was filed in 1993, to preserve them for posterity.
12315
12316 2000-11-17 Nick Duffek <nsd@redhat.com>
12317
12318 * lib/gdb.exp (gdb_test): Override timeout with board info.
12319
12320 2000-11-17 Nick Duffek <nsd@redhat.com>
12321
12322 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12323 the second kill and detach messages.
12324
12325 2000-11-17 Nick Duffek <nsd@redhat.com>
12326
12327 * configure.in: Add AC_EXEEXT.
12328 * configure: Regenerate.
12329 * Makefile.in (just-check): Export EXEEXT.
12330 * lib/gdb.exp ($EXEEXT): Import from environment.
12331 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12332 expect "maint dump-me" on Cygwin.
12333 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12334 $EXEEXT.
12335
12336 2000-11-17 Nick Duffek <nsd@redhat.com>
12337
12338 * gdb.base/break.exp: Test backtrace and finish from called
12339 function on all platforms, not just HP-UX.
12340
12341 2000-11-03 Michael Snyder <msnyder@cygnus.com>
12342
12343 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12344 code from gdb_target_monitor, so it can be used independantly
12345 for gdbserver. Also comment out an unnecessary PUTS.
12346
12347 2000-11-03 Michael Snyder <msnyder@cygnus.com>
12348
12349 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12350 * gdb.base/corefile.exp: Expect the message "Program is being
12351 debugged already" when we send the "corefile" command, since
12352 the preceeding gdb_load may have connected gdb to a remote target.
12353 * gdb.base/display.exp: Disable hardware watchpoints if new
12354 board info variable "no_hardware_watchpoints" is true.
12355 Replace single-letter commands with more readable ones.
12356 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12357 if new board info variable "no_hardware_watchpoints" is true.
12358 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12359 to see if stdio (printf) testing is possible.
12360 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12361 board info variable "no_hardware_watchpoints" is true. Use new
12362 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12363
12364 2000-11-13 Fernando Nasser <fnasser@redhat.com>
12365
12366 From Orjan Friberg <orjanf@axis.com>:
12367 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12368 in array print pattern match.
12369
12370 2000-11-09 Fernando Nasser <fnasser@redhat.com>
12371
12372 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12373 spelling "cancelled" to U.S. spelling "canceled" to match changes
12374 made to gdb.
12375 * gdb.c++/ovldbreak.exp: Ditto.
12376
12377 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12378
12379 * gdb.base/callfuncs.c (main): Moved to end of file, call
12380 t_double_values to initialize the FPU before inferior calls are made.
12381 * gdb.base/callfuncs.exp: Test for register preservation after calling
12382 inferior functions. Add tests for continuining, finishing and
12383 returning from a stop in a call dummy.
12384
12385 2000-10-24 Michael Snyder <msnyder@cygnus.com>
12386
12387 * gdb.base/commands.exp: Break up long lines, and re-indent.
12388
12389 2000-10-19 Michael Snyder <msnyder@cygnus.com>
12390
12391 * config/gdbserver.exp: Rewritten from the ground up, to make it
12392 compatible with the current dejagnu tree, and to make it work with
12393 the new "gdbserver" in libremote.
12394
12395 2000-10-16 Michael Snyder <msnyder@cygnus.com>
12396
12397 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12398 * gdb.base/varargs.exp: Skip entire test if no printf support.
12399 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12400 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12401
12402 2000-10-13 Michael Snyder <msnyder@cygnus.com>
12403
12404 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12405 no floating point support.
12406 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12407 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12408 * gdb.base/call-rt-st.exp: Ditto.
12409 * gdb.base/call-strs.exp: Ditto.
12410
12411 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12412
12413 * gdb.base/sizeof.c: include <stdio.h>.
12414
12415 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
12416 'finish', otherwise uncaptured gdb_prompt would potentially
12417 throw remaining test points out of sync.
12418
12419 2000-07-26 Scott Bambrough <scottb@netwinder.org>
12420
12421 * gdb.base/recurse.exp: Run tests for all targets.
12422 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12423 gnu-oldld case on ARM.
12424 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12425 for ARM targets.
12426
12427 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12428
12429 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12430 * gdb.java/configure: Rebuild.
12431
12432 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12433
12434 * gdb.java/jv-exp.exp: New file.
12435
12436 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12437
12438 * configure: Rebuilt.
12439 * configure.in (configdirs): Add gdb.java.
12440 * gdb.java/jmisc.java: New file.
12441 * gdb.java/jmisc.exp: New file.
12442 * gdb.java/Makefile.in: New file.
12443 * gdb.java/configure: Rebuilt.
12444 * gdb.java/configure.in: New file.
12445 * lib/java.exp: New file.
12446
12447 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12448
12449 * gdb.base/exprs.exp: Test casts to a pointer including over and
12450 underflow.
12451
12452 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12453
12454 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12455 and the compilers sizes.
12456
12457 2000-07-09 Nick Duffek <nsd@redhat.com>
12458
12459 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12460 (use_methods): New function.
12461 (main): Call use_methods().
12462 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12463 (do_tests): Call test_method_param_class.
12464
12465 2000-07-09 Nick Duffek <nsd@redhat.com>
12466
12467 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12468 spelling.
12469 (test_enums): New procedure. Move enum tests from end of script
12470 to here. Set breakpoint on function name instead of line number.
12471 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12472 (enums2): New marker function.
12473 (enums1): New function.
12474 (main): Call enums1(). Move enum tests to enums1().
12475
12476 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12477
12478 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12479 compile/link program. Update line numbers.
12480 * gdb.asm/d10v.inc: Define ``startup''.
12481 * gdb.asm/asmsrc1.s: Add definition of _start.
12482
12483 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12484
12485 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12486
12487 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12488
12489 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12490 of 'help maint print' command.
12491
12492 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12493
12494 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12495 they use gdb_expect_list.
12496
12497 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12498
12499 * gdb.base/commands.exp: Use ``set remote
12500 memory-read-packet-size'' instead of ``set endian big'' to test
12501 long commands.
12502
12503 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
12504
12505 * gdb.c++/templates.exp (do_tests): Make all of these work under
12506 g++, and stop skipping them.
12507
12508 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12509 work under g++.
12510
12511 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
12512 initialization.
12513
12514 2000-06-02 Michael Snyder <msnyder@cygnus.com>
12515
12516 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12517 the regular expression: accept an (almost) arbitrary sequence of
12518 "frames-invalid" and "breakpoints-invalid" messages both before
12519 and after the "starting" message.
12520
12521 2000-06-02 Michael Snyder <msnyder@cygnus.com>
12522
12523 * gdb.c++/local.exp: This test has never been known to work with g++.
12524
12525 2000-05-18 Michael Snyder <msnyder@cygnus.com>
12526
12527 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12528 Relax the regular expression a little, make it pass on Solaris 8.
12529
12530 2000-05-12 Kevin Buettner <kevinb@redhat.com>
12531
12532 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
12533 a call, do not require that gdb stop on the line after the call.
12534 Instead, it is permissible for gdb to stop on the line of the
12535 call itself.
12536
12537 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
12538
12539 * gdb.base/break.exp (bp on small function, optimized file):
12540 Add a second pass pattern. The behavior differs here between stabs
12541 and dwarf for one-line functions. Stabs preserves two line symbols
12542 (one before the prologue and one after) with the same line number,
12543 but dwarf regards these as duplicates and discards one of them.
12544 Therefore the address after the prologue (where the breakpoint is)
12545 has no exactly matching line symbol, and GDB reports the breakpoint
12546 as if it were in the middle of a line rather than at the beginning.
12547
12548 2000-05-08 Michael Snyder <msnyder@cygnus.com>
12549
12550 * gdb.base/interrupt.exp: Make "pass" message say "send"
12551 rather than "send_gdb" (for consistancy).
12552
12553 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12554
12555 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12556 * gdb.c++/templates.cc: Properly check for GCC version number.
12557 * lib/compiler.cc: Likewise
12558
12559 2000-04-28 Michael Snyder <msnyder@cygnus.com>
12560
12561 * gdb.base/break.exp: When compiled with -O2 optimization,
12562 gdb may not stop at the first line of main, due to code motion.
12563
12564 2000-04-26 Michael Snyder <msnyder@cygnus.com>
12565
12566 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12567 This test depends on parsing the printf output from the target.
12568 Since the sparclet stub doesn't do stdio, this will never work.
12569 * gdb.base/call-rt-st.exp: ditto.
12570 * gdb.base/call-strs: ditto.
12571
12572 2000-04-24 Michael Snyder <msnyder@cygnus.com>
12573
12574 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12575
12576 * gdb.base/ending-run.exp: After connecting to a remote target,
12577 but before running, the target will appear to be in a random
12578 location. Specify both a file and a line for breakpoints.
12579 Also, the function that calls main may be called 'init'
12580 rather than 'start'.
12581
12582 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12583
12584 * gdb.base/help.exp: Update output for add-symbol-file command.
12585
12586 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
12587
12588 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12589 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12590
12591 2000-04-07 J.T. Conklin <jtc@redback.com>
12592
12593 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12594
12595 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12596
12597 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12598
12599 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12600 values that can be represented exactly.
12601 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12602 above change, and to not check against the directory part of the source
12603 file name.
12604 (step into print_long_arg_list): Likewise.
12605 (print print_small_structs from print_long_arg_list): Likewise.
12606 (print print_long_arg_list): Likewise.
12607
12608 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12609
12610 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
12611
12612 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12613
12614 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12615
12616 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
12617
12618 * gdb.base/commands.exp (deprecated_command_test): Add test for
12619 deprecate with no arguments.
12620
12621 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12622
12623 * gdb.base/break.exp: Add new test for setting breakpoints on
12624 optimized code so we can test breakpoints work even when function
12625 prologues may be optimized away
12626
12627 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12628
12629 From David Whedon <dwhedon@gordian.com>
12630 * gdb.base/commands.exp : Added command deprecator tests.
12631
12632 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
12633
12634 * gdb.base/help.exp: Added test for new apropos command.
12635
12636 2000-03-21 Kevin Buettner <kevinb@redhat.com>
12637
12638 * gdb.base/pointers.c (usevar): New function.
12639 (main): Make sure that global variables v_int_pointer2, rptr,
12640 and y are all referenced someplace in the program by calling
12641 usevar() on them. [Some linkers delete symbols which are
12642 never referenced. The space remains, but there's no way to
12643 get a (symbolic) handle on the variable from the debugger.]
12644
12645 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12646
12647 * gdb.base/printcmds.c: Add typedeffed arrays.
12648
12649 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12650 procedure to test arrays that are typedef'd.
12651
12652 2000-03-13 James Ingham <jingham@leda.cygnus.com>
12653
12654 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
12655 the library directories.
12656
12657 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12658
12659 * configure.in (configdirs): Add sub directory gdb.mi.
12660 * configure: Re-generate.
12661
12662 * gdb.mi: New directory.
12663
12664 2000-02-25 Scott Bambrough <scottb@netwinder.org>
12665
12666 * gdb.base/long_long.exp: Correct test suite failure when printing
12667 a long long value as a double on ARM platforms.
12668
12669 2000-02-16 Jim Blandy <jimb@redhat.com>
12670
12671 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12672 default source file is set properly before running this test.
12673
12674 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12675
12676 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12677 gdbtk/library directory, not in gdbtcl2.
12678
12679 2000-02-04 Jim Blandy <jimb@redhat.com>
12680
12681 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12682 backslash from regexp pattern.
12683
12684 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12685 procedure. Use it to run all the "continue to bp overloaded"
12686 tests. Note that this changes the names of the tests slightly.
12687 If the breakpoint hit message includes a hex PC value, because
12688 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12689 from the real source code, still consider that a pass.
12690
12691 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12692 XFAIL here if the breakpoint message contains a hex address. Note
12693 similar change on 1999-11-02.
12694
12695 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12696
12697 * gdb.base/ptype.exp: Establish a default source file before
12698 calling get_debug_format.
12699
12700 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12701
12702 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12703
12704 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12705
12706 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12707 of successive stepi commands -- while in the prologue we should see
12708 the function entry bracket.
12709
12710 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12711
12712 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12713 reach __change_mode() when stepping through the end of main().
12714
12715 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12716
12717 * gdb.base/default.exp: Fix expected pattern.
12718 * gdb.base/help.exp: Same.
12719
12720 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12721
12722 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12723 Don't use xfail's because that affects only the following test.
12724
12725 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12726 solaris or linux.
12727
12728 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12729
12730 2000-01-07 Michael Snyder <msnyder@cygnus.com>
12731
12732 * gdb.base/display.exp: Some yacc parsers like to say
12733 "A syntax error" rather than "A parse error". Accept both.
12734
12735 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12736
12737 * gdb.base/default.exp: Remove OS dependent string from "target
12738 remote" test.
12739 * gdb.base/help.exp: Same for "help target remote" test.
12740
12741 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12742
12743 From Jim Kingdon <kingdon@redhat.com>:
12744
12745 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12746 prompt (cleanup rather than necessity, but still might keep output
12747 from spilling to next test).
12748
12749 2000-01-02 Fred Fish <fnf@cygnus.com>
12750
12751 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12752 AIX, which defines them in <sys/types.h>.
12753
12754 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
12755
12756 * gdb.base/default.exp: Match arm* etc instead of arm in "info
12757 float" test.
12758
12759 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
12760
12761 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
12762
12763 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
12764 outermost frame disallowed".
12765
12766 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
12767
12768 * gdb.base/setvar.exp: New tests for setting the value of a struct
12769 with a constant list.
12770
12771 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12772
12773 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
12774 require the user to type a cast before setting the value of a struct.
12775
12776 1999-12-06 Jim Blandy <jimb@cygnus.com>
12777
12778 * gdb.base/default.exp: Expect the new 'info float' command on
12779 all i386 platforms.
12780
12781 * gdb.threads/linux-dp.exp: Expand our ability to recognize
12782 LinuxThreads libraries that don't support debugging.
12783
12784 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12785
12786 * gdb.base/remote.c: Fill the buffer with truely random data.
12787 Change the buffer type to ``unsigned char'' to simplify size
12788 arithmetic.
12789
12790 * gdb.base/remote.exp: Reduce download numbers by one. Typical
12791 stub only handles 400-1 byte packets. Verify that the download
12792 worked.
12793
12794 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
12795
12796 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
12797 tests, using UNRESOLVED for the untested cases. Also, does not wait
12798 for a timeout if the prompt was received before a recognizable pattern.
12799
12800 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
12801
12802 * lib/gdb.exp (gdb_expect_list): Fix spelling.
12803
12804 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12805
12806 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
12807 watchpoints.
12808
12809 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
12810
12811 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
12812
12813 * gdb.c++/local.exp: Be more flexible in recognizing local class
12814 name mangling. Don't allow horribly truncated method names.
12815 * gdb.c++/derivation.exp: Expect protected inheritance.
12816 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
12817 * gdb.c++/virtfunc.exp: Likewise.
12818 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
12819 when printing a nested enum.
12820
12821 1999-11-22 Jim Blandy <jimb@cygnus.com>
12822
12823 * gdb.base/step-test.exp: Properly await GDB's response to setting
12824 a breakpoint on the call to large_struct_by_value.
12825
12826 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
12827 just because we have debug info for the `start' function.
12828
12829 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
12830
12831 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
12832 "Unknown signal" messages, which indicate (on LinuxThreads) that
12833 GDB doesn't know how to debug threads on this system. This is
12834 better than hanging while philosopher 0 dumps chatter into gdb.log.
12835
12836 1999-11-18 Tom Tromey <tromey@cygnus.com>
12837
12838 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
12839
12840 1999-11-18 Fred Fish <fnf@cygnus.com>
12841
12842 * gdb.base/coremaker2.c: Add sample program for generating
12843 cores that is more self contained than coremaker.c. Eventually
12844 I'll add more code to this and tie it into the testsuite.
12845
12846 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
12847
12848 * gdb.base/dollar.exp: Remove, now in gdb.hp.
12849
12850 1999-11-10 Jimmy Guo <guo@cup.hp.com>
12851
12852 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
12853 from $srcdir/lib/.
12854 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
12855 and gdb.c++/.
12856
12857 * gdb.c++/derivation.exp: remove redundant get compiler info code.
12858
12859 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
12860 'continue with watch' test point.
12861
12862 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
12863
12864 Merged from p2linux-990323-branch:
12865
12866 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
12867
12868 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
12869
12870 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
12871 {limit,fixed}''. Test ``set download-write-size''.
12872
12873 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
12874
12875 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
12876 gdb_expect_list.
12877
12878 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
12879
12880 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
12881
12882 1999-11-03 Mark Salter <msalter@cygnus.com>
12883
12884 * gdb.base/break.exp: Fix "stub continue" pattern.
12885
12886 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
12887
12888 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
12889
12890 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
12891
12892 * gdb.base/display.exp ("finish"): Add timeout clause.
12893
12894 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
12895 plain prompt clause, so this doesn't have to time out in order to
12896 fail.
12897
12898 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
12899 breakpoint hit messages include an address.
12900
12901 * gdb.base/display.exp: Don't forget to escape parens in regular
12902 expressions. Unix regexp notatation sucks.
12903
12904 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12905
12906 * gdb.base/annota1.exp: Test for annotate-signalled: change output
12907 order for 'signalled' message.
12908
12909 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
12910
12911 From Jimmy Guo <guo@cup.hp.com>:
12912 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
12913 * gdb.base/annota1.c: Add code for tests to work with.
12914
12915 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
12916
12917 * gdb.base/remote.exp: New test for remote downloading settings.
12918 * gdb.base/remote.c: New file with large .data.
12919
12920 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
12921
12922 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
12923 for LinuxThreads support, merged from the Code Fusion branch.
12924
12925 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
12926
12927 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
12928 containing exp_continue into a while within an expect. Don't
12929 attempt a start more than three times. Check return value from
12930 gdb_load.
12931
12932 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
12933
12934 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
12935 a pass case.
12936
12937 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
12938
12939 * gdb.base/break.c (main): Added a statement that we can step
12940 off of.
12941 * gdb.base/break.exp: Added tests for setting a breakpoint
12942 at an offset and stepping onto a breakpoint.
12943
12944 1999-10-01 Fred Fish <fnf@cygnus.com>
12945
12946 * gdb.base/help.exp (help add-symbol-file): Update to match current
12947 gdb output.
12948
12949 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
12950
12951 * gdb.base/break.exp: Code locations are in hex, don't forget!
12952 (For HP-UX.)
12953
12954 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
12955
12956 * condbreak.exp: Use break.c as test program.
12957 * condbreak.c: Remove, redundant with break.c.
12958
12959 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
12960
12961 * config/monitor.exp (gdb_target_monitor): Disable X- and
12962 Z-packets if the target needs it.
12963
12964 1999-09-13 James Ingham <jingham@leda.cygnus.com>
12965
12966 * gdb.c++/overload.exp: Added tests for listing overloaded
12967 functions with function pointers in the arg, explicitly calling
12968 out the version you want.
12969
12970 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
12971
12972 * long_long.exp: Add variations of test cases that work for
12973 targets with 16-bit ints and 32-bit doubles.
12974
12975 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
12976
12977 * break.c (main): Compare a possibly-uninitialized argc with an
12978 unlikely value that fits in 16 bits.
12979
12980 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12981
12982 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
12983 0xfeeb, don't want negative numbers if ints are 16 bits.
12984
12985 * lib/gdb.exp (skip_cplus_tests): New proc.
12986 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12987 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
12988 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
12989 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
12990 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
12991 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
12992 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
12993 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
12994
12995 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
12996
12997 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
12998
12999 * gdb.base/corefile.exp (up): Allow a parameter to appear
13000 in the frame that we're going up to.
13001
13002 From Jim Blandy <jimb@cygnus.com>:
13003
13004 * gdb.base/default.exp (info float): Expect some output now.
13005
13006 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13007 returning floating-point values to fail on the x86.
13008 * gdb.base/callfwmall.exp (do_function_calls): Same.
13009
13010 * gdb.base/list.exp (test_listsize): Correct expectations for
13011 listing line 1 with listsize 2. Also, listing a single line
13012 works now, as does listing three lines. [Kevin's note: There
13013 were a number of other cases fixed too where the expectations
13014 differed...]
13015
13016 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13017
13018 * gdb.base/selftest.exp: Add case for when version prints as
13019 constant string instead of char pointer.
13020
13021 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13022
13023 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13024 stepping out of main.
13025
13026 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13027 G++ used.
13028
13029 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13030 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13031
13032 * gdb.c++/ovldbreak.exp: Update match string in test that
13033 includes a warning of multiple breakpoints.
13034
13035 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13036
13037 * gdb.base/display.exp: Improve precision of step-after-finish
13038 added yesterday.
13039
13040 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13041 test.
13042
13043 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13044 configs when using G++, not just hppa*.
13045
13046 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13047
13048 * gdb.base/async.c: New file.
13049 * gdb.base/async.exp: New file.
13050
13051 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13052
13053 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13054 PA64.
13055
13056 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13057
13058 * gdb.base/display.exp: "finish" can leave us mid-line on many
13059 targets, deal with it. Add a small constant to main, instead of
13060 1000 since main+1000 may not be a valid address in the target.
13061
13062 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13063 on hpux11.
13064
13065 * gdb.base/attach.exp: Handle another hpux11 error message variant
13066 when attaching to a process that does not exist.
13067
13068 1999-08-19 J.T. Conklin <jtc@redback.com>
13069
13070 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13071 characters in 'continue to 1241' test.
13072
13073 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13074
13075 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13076 stop in print_long_arg_list, define and use a whitespace
13077 variable in print_small_structs test, add an XFAIL for Solaris.
13078 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13079 interested enough to fix.
13080
13081 1999-08-13 Keith Seitz <keiths@cygnus.com>
13082
13083 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13084 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13085 proc knows about targets other than the natives.
13086 (test_assign): Use "gdb_run_cmd" to "run" the target.
13087 Check that we've actually hit the breakpoint at main.
13088 When we attempt to assign a value to a local variable, check
13089 that the variable is in the current scope, i.e., don't use
13090 a test with an empty result.
13091
13092 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13093
13094 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13095 command.
13096
13097 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13098
13099 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13100 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13101 gdb.compat, gdb.threads-hp.
13102 gdb.hp/configure, gdb.hp/configure.in: New files.
13103 gdb.hp/Makefile.in: Recurse into new subdirs.
13104 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13105 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13106 in object files.
13107 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13108
13109 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13110
13111 * gdb.base/display.exp: Help expect by putting a newline in the
13112 funky printf, remove a bogus p/a test.
13113
13114 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13115
13116 * gdb.base/display.exp: Make sure that when we say 'run', we are
13117 connected to the target. This is necessary when running not
13118 natively.
13119
13120 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13121
13122 * gdb.base/step-test.exp: Removed some extraneous messages.
13123
13124 * gdb.base/long_long.exp: Don't run memory examination tests
13125 on little-endian targets (they will need a different set of
13126 results to match).
13127
13128 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13129
13130 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13131 until somebody decides to fix GDB.
13132
13133 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13134 constant as "ULL".
13135 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13136 matches for a couple x/2 commands.
13137
13138 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13139
13140 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13141 by merging in ref-types2 tests.
13142 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13143
13144 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13145 * gdb.c++/Makefile.in: Add standard actions.
13146 (EXECUTABLES): Rename from PROGS, update list.
13147 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13148 from gdb.hp.
13149 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13150 foo and bar locals.
13151 * gdb.c++/anon-union.exp: Fix tests to match.
13152 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13153 expect matches to handle output variations.
13154 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13155 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13156 output, add HP alternatives for new and delete prints.
13157 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13158 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13159 * gdb.c++/demangle.exp: Use $style when reporting failure.
13160 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13161 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13162 match alternatives.
13163 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13164 compilers.
13165 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13166 * gdb.c++/method.exp: Add match alternatives.
13167 * gdb.c++/misc.cc: Add bool types.
13168 * gdb.c++/misc.exp: Add tests for bool types.
13169 * gdb.c++/overload.exp: Add xfails.
13170 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13171 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13172 add some more template parameter tests (only for HP currently).
13173 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13174 * gdb.c++/virtfunc.cc: Add return type and value for main.
13175 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13176 match alternatives.
13177
13178 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13179
13180 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13181
13182 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13183
13184 * gdb.base/signals.exp: Don't expect getting a backtrace from
13185 within a signal handler to fail on Linux.
13186
13187 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13188
13189 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13190 * lib/gdb.exp: Remove some gratuitious semicolons.
13191 (delete_breakpoints): Increase timeout.
13192 (gdb_expect): Add -notransfer option.
13193 (gdb_test): Use -notransfer option.
13194 (get_compiler_info): Add f77 case.
13195 (get_compiler): New proc, split out from gdb_preprocess, add f77
13196 case.
13197 (gdb_preprocess): Call get_compiler.
13198
13199 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13200 * gdb.base/attach.exp, gdb.base/display.exp,
13201 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13202 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13203 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13204 third arg to gdb_test.
13205 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13206 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13207 HP-UX xfails, add others.
13208 * gdb.base/completion.exp: Reflect name change of self-test.
13209 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13210 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13211 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13212 HP failure number.
13213 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13214 useless HP-UX 10.30 references.
13215 * gdb.base/maint.exp: Loosen matches.
13216 * gdb.base/pointers.c (main): Declare more_code.
13217 * gdb.base/pointers.exp: Match on output of a `next'.
13218 * gdb.base/structs.c: Add prototypes.
13219 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13220 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13221
13222 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13223
13224 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13225 command.
13226
13227 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13228
13229 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13230 Fix run to main failures. Watchpoint can be hardware watchpoint.
13231
13232 * gdb.base/annota1.exp: Clean up some more, in case printf has
13233 debug info. Deal with lack of signal hanlder info in stack.
13234
13235 From Jim Kingdon <kingdon@redhat.com>:
13236 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13237
13238 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13239
13240 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13241 gdb.base/foll-vfork.exp: Don't run for crosses.
13242
13243 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13244
13245 * gdb.base/configure.in: Check for gdbvars.exp instead of
13246 a1-selftest.exp.
13247 * gdb.base/configure: Re-generate.
13248
13249 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13250
13251 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13252 in trying to run first and name is too long.
13253
13254 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13255 pointers2.c and pointers2.exp, respectively.
13256 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13257 doschk happier.
13258
13259 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13260
13261 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13262 callfuncs2.c and callfuncs2.exp.
13263
13264 * gdb.base/list.exp: Remove mistaken xfails.
13265 * gdb.base/list0.h: Add optional prototypes.
13266
13267 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13268
13269 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
13270 calling malloc.
13271 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13272 * ptype.exp: Move test for get_debug_format to before its first
13273 use.
13274
13275 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13276
13277 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13278 * gdb.base/annota2.cc, annota2.exp: Move from here.
13279 * gdb.c++/annota2.cc, annota2.exp: To here.
13280 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13281
13282 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13283
13284 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13285 a consistent format.
13286
13287 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13288
13289 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13290 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13291 HP compilers, also set the globals $true and $false.
13292
13293 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13294 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13295 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13296 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13297 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13298 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13299 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13300 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13301 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13302 whatis.c} Add C++ compatible function definitions and return
13303 types, add includes for library functions.
13304 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13305 * gdb.base/step-test.c (myglob): Rename from glob.
13306 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13307 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13308 files, move here from gdb.hp.
13309 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13310 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13311 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13312 Adjust line numbers in regexps.
13313
13314 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13315 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13316 instead of 0/1.
13317
13318 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13319 foll-vfork.exp: New files, move here from gdb.hp.
13320 * gdb.base/page.exp: New file, test of pagination command.
13321
13322 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13323 recursion test.
13324 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13325
13326 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13327 gdb.base/solib.exp: Fix compiler invocation process.
13328
13329 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13330 HP-UX 11, turn off overload resolution explicitly.
13331 * gdb.base/commands.exp: Set argument list explicitly, add
13332 watchpoint test.
13333 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13334 them work.
13335 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13336 expressions properly.
13337 * gdb.base/corefile.exp: Loosen the match slightly.
13338 * gdb.base/default.exp: Allow "Error accessing memory" message
13339 also.
13340 * gdb.base/display.exp: Skip over x/0 j if PA64.
13341 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13342 * gdb.base/interrupt.exp: Ditto.
13343 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13344 in use.
13345 * gdb.base/list.exp: Add xfails for HP-UX.
13346 * gdb.base/long_long.exp: Refine some of the numeric matches.
13347 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13348 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13349 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13350 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13351 * gdb.base/ptype.exp: Succeed on more varieties of output.
13352 * gdb.base/scope.exp: Add xfails for HP-UX.
13353 * gdb.base/sect-cmd.exp: Add more cases.
13354 * gdb.base/setvar.exp: Add xfails for HP-UX.
13355 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13356 * gdb.base/signals.exp: Match on void symbolically.
13357 * gdb.base/step-test.exp: Add case for PA64.
13358 * gdb.base/term.exp: Add exit and restart.
13359 * gdb.base/twice.exp: Clean up after self.
13360 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13361 * gdb.base/whatis.exp: Allow more ways to pass tests.
13362
13363 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13364 no longer useful.
13365
13366 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13367
13368 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13369 list of patterns.
13370 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13371 print_double_array(double_array)", "continuing to breakpoint
13372 1018", "print print_double_array(array_d)" and "continuing to
13373 1034" tests.
13374
13375 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13376
13377 * Makefile.in: Add empty html and install-html targets.
13378
13379 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13380
13381 * config/mt-*: Remove, these haven't been used since 1996.
13382
13383 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13384
13385 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13386 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13387 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13388
13389 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13390
13391 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13392 simpler match case for the ptype of the big class.
13393
13394 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13395
13396 * gdb.exp: Fix test for gdb_prompt existence.
13397
13398 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13399
13400 * gdb.exp (gdb_test): Add fail after calls to perror.
13401
13402 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13403
13404 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13405
13406 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13407
13408 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13409
13410 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13411
13412 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13413 malloc() is linked in.
13414
13415 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13416
13417 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13418 step at end.
13419
13420 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13421
13422 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13423
13424 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13425
13426 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13427
13428 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13429 * gdb.base/mips_pro.exp: Likewise.
13430
13431 1999-06-02 Keith Seitz <keiths@cygnus.com>
13432
13433 * gdb.c++/templates.cc: Change all "new" operators to throw
13434 an exception.
13435 * gdb.c++/cplusfuncs.cc: Likewise.
13436
13437 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13438
13439 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13440
13441 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
13442 * gdb.base/ending-run.exp: When stepping out of main, accept a
13443 step into an arbitrary assembler file.
13444
13445 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13446
13447 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
13448 "breakpoint-invalid" to be printed.
13449 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
13450 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13451 * gdb.base/annota2.cc: Initialize a.x to 0.
13452
13453 1999-05-17 Keith Seitz <keiths@cygnus.com>
13454
13455 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13456 when "skip_float_tests" set.
13457 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13458 "print print_ten_doubles", and "step into print_long_arg_list".
13459 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13460 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13461 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13462 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13463 "skip_float_tests" is set.
13464 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13465 when "skip_float_tests" set.
13466
13467 1999-05-06 Keith Seitz <keiths@cygnus.com>
13468
13469 * gdb.base/annota2.cc: Include stdio.h.
13470
13471 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13472
13473 * gdb.base/crossload.exp: Remove, this has been disabled ever
13474 since BFD stopped including all targets, and cross-GDB gets
13475 plenty of testing anyway.
13476 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13477 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13478 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13479 * gdb.base/README: Remove, was doc for this.
13480 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13481 needed.
13482
13483 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13484
13485 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13486 output.
13487
13488 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13489 * gdb.base/annota2.exp: New file. More annotation tests.
13490 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13491 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13492
13493 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
13494
13495 * config/cfdbug.exp: New file.
13496
13497 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13498
13499 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13500 Marcus Daniel's and Dale Hawkins's demangler crashes.
13501
13502 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13503 test_lucid_style_demangling, test_arm_style_demangling,
13504 test_hp_style_demangling): Try Tom Tromey's core-dumping
13505 identifier under each demangling style.
13506
13507 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13508
13509 * gdb.c++/demangle.exp: Include the current demangling style
13510 in all test names.
13511 (current_demangling_style): New global variable.
13512 (set_demangling_style, test_demangling_core, test_demangling,
13513 test_demangling_exact): New functions.
13514 (test_gnu_style_demangling, test_lucid_style_demangling,
13515 test_arm_style_demangling, test_hp_style_demangling): Use those,
13516 instead of calling gdb_test and gdb_test_exact directly.
13517 (catch_demangling_errors): New function, which reports errors
13518 signalled by the demangling test functions in an orderly way.
13519 (do_tests): Use catch_demangling_errors.
13520
13521 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13522
13523 * gdb.base/signals.exp (test_handle_all_print): Use () for
13524 grouping in expressions, not {}.
13525
13526 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13527 initialized yet.
13528
13529 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13530
13531 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13532 are listed.
13533
13534 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13535
13536 * gdb.stabs/weird.exp: Test for CC being defined before
13537 looking at its value.
13538
13539 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13540
13541 * gdb.base/call-ar-st.exp: Remove stray '#'.
13542 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13543 "short int" and "long int".
13544 * gdb.c++/overload.cc: Cast the string added in the previous
13545 change, to mollify finicky HP compiler.
13546 * gdb.hp/reg-test.exp (testfile): Fix file name.
13547 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
13548
13549 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13550 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13551 alternate form of enum ptype.
13552
13553 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13554
13555 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13556 * gdb.hp/*.exp: Change all to run compiler probe only after
13557 passing skip_hp_tests, so as not to waste time on guaranteed
13558 failure.
13559
13560 * gdb.c++/overload.cc: Pass string instead of char addr, always
13561 init ccpfoo.
13562 * gdb.c++/templates.cc: Fix syntax error.
13563
13564 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13565
13566 * gdb.base/commands.exp: Add test for correct position of '>'
13567 when issuing the 'commands' command after a 'while' or 'if'
13568 command.
13569
13570 1999-03-18 James Ingham <jingham@cygnus.com>
13571
13572 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13573
13574 * gdb.c++/method.exp: It was testing an uninitialized int on the
13575 stack and assuming it was positive.
13576
13577 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13578
13579 * gdb.base/step-test.exp: Catch a case where finish is broken and
13580 keep it from killing the rest of the tests.
13581 Use gdb_continue_to_end.
13582
13583 * gdb.base/sigall.exp: use gdb_continue_to_end.
13584
13585 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13586
13587 * gdb.base/display.exp: use runto_main, not run.
13588
13589 * gdb.base/default.exp: Check for the current error message in the
13590 r abbreviation test.
13591 Add strongarm to the targets that know info float.
13592
13593 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
13594 run which doesn't work with monitors.
13595
13596 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13597
13598 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13599
13600 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
13601 program. Traps the case (in Cygmon) when the program never really
13602 exits. Same as Mark's continue_to_exit, but I had put it in a lot
13603 more places, so I used my name. Sorry Mark...
13604
13605 * config/monitor.exp (gdb_target_monitor): added another
13606 target_info parameter: remotebinarydownload. This will set the
13607 remotebinarydownload flag if this is causing some boards trouble.
13608
13609 1999-03-18 Mark Salter <msalter@cygnus.com>
13610
13611 * lib/gdb.exp (continue_to_exit): New function.
13612
13613 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13614 * gdb.base/ending-run.exp: Ditto.
13615 * gdb.base/step-test.exp: Ditto.
13616
13617 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13618
13619 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13620 (suggested by Art Haas <ahaas@neosoft.com>).
13621
13622 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13623
13624 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13625
13626 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13627
13628 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13629 descriptions of types (short unsigned int vs unsigned short, etc).
13630
13631 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13632
13633 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13634 a call to strlen; sometimes we do have sources.
13635
13636 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13637
13638 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13639 character, so GDB won't print garbage after its end.
13640
13641 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13642 breakpoint there instead. Sometimes GCC emits memcpy to handle
13643 the large structures being passed by value, so we step into that
13644 instead of sum_array_print, which obscures what we're really testing.
13645 * gdb.base/step-test.exp: However, we do want a test that notices
13646 the bizarre steps into memcpy, so do that here. Add check for
13647 stepping into function calls that pass large structures by value.
13648 ("Is that a noun clause, or are you just happy to see me?")
13649 Remove all references to specific line numbers.
13650 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13651 New type and function.
13652 (main): Call large_struct_by_value, passing it a large struct by value.
13653 * lib/gdb.exp (gdb_get_line_number): New function.
13654
13655 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13656 more portable.
13657
13658 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13659
13660 * lib/gdb.exp: Doc fixes.
13661
13662 1999-03-05 Nick Clifton <nickc@cygnus.com>
13663
13664 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
13665
13666 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13667
13668 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13669 commands. They're not germane to this test, and they don't work
13670 that way on remote targets.
13671
13672 1999-03-01 James Ingham <jingham@cygnus.com>
13673
13674 * Changelog entries merged over from gdb development branch.
13675
13676 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13677
13678 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13679 for outputting results of test run.
13680
13681 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
13682
13683 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
13684
13685 1999-02-25 Felix Lee <flee@cygnus.com>
13686
13687 * lib/gdb.exp (debug_format): initialize
13688
13689 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13690
13691 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13692 * gdb.base/call-rt-st.c: Ditto.
13693
13694 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13695
13696 * gdb.threads/pthreads.exp (horiz): New variable.
13697 (test_startup): Fix regexps that capture thread numbers.
13698
13699 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13700
13701 * gdb.base/smoke.exp: Disambiguate two test case names (both
13702 called ``print'').
13703
13704 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13705
13706 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13707 compilation.
13708
13709 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13710
13711 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13712 actual output formatting.
13713 * gdb.base/smoke.exp: GDB removes leading 0's.
13714 * gdb.base/volatile.exp: Don't check type of remuneration;
13715 that variable is no longer defined in constvars.c.
13716 * gdb.base/step-test.c (main): Exit with explicit exit code.
13717 * gdb.base/step-test.exp: Remove two nexti checks--they are
13718 not portable.
13719
13720 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13721
13722 * gdb.base/help.exp ("help delete display"): Fix test to match
13723 gdb's output.
13724
13725 * gdb.base/long_long.c (known_types): Initialize values to zero.
13726 * gdb.base/long_long.exp: Step one more line
13727 so 'dec' is initialized in "get to known place". GDB removes
13728 leading zeros. Explicitly ask for hex formatting. Use
13729 unique test case names.
13730
13731 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13732
13733 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
13734
13735 * gdb.c++/method.exp: Add missing close brace.
13736
13737 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13738
13739 * gdb.base/maint.exp: Use 'set height 0' to disable page
13740 prompting, not 'set height 400'.
13741
13742 Fix a bunch of timeouts.
13743 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13744 four separate tests, so expect doesn't take forever to match a ton
13745 of text against a regexp with lots of .* forms.
13746 ("maint print psymbols", "maint print symbols"): Make some of
13747 these greps more selective, so that expect doesn't try to wade
13748 through huge piles of output and time out.
13749
13750 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13751
13752 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13753 tests: one which doesn't expect shlib events to be reported, and
13754 another which does, but is XFAIL for all platforms other than
13755 HP/UX.
13756
13757 * gdb.base/break.exp: Teach the test suite that the `catch
13758 fork', `catch vfork', and `catch exec' commands produce error
13759 messages on platforms that don't provide these features.
13760
13761 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13762
13763 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
13764 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
13765 (shortening names from solib_threshold.exp etc), won't run on
13766 anything but HP-UX for the foreseeable future.
13767 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
13768 reflect move.
13769
13770 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
13771
13772 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13773 gdb.trace/Makefile.in (clean): Remove all test executables.
13774
13775 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
13776
13777 * gdb.base/shlib-call.exp: add test cases to verify that gdb
13778 successfully re-sets breakpoints in shared libraries.
13779 * gdb.base/shmain.c (main): return 0, don't fall off the end.
13780
13781 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13782
13783 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
13784 and compiled w/o GCC.
13785
13786 * gdb.hp/watch-cmd.exp: ditto.
13787
13788 * gdb.hp/watch-hp.exp: ditto.
13789
13790 * gdb.hp/xdb1.exp: ditto.
13791
13792 * gdb.hp/xdb2.exp: ditto.
13793
13794 * gdb.hp/dbx.exp: ditto.
13795
13796 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
13797
13798 * constvars.c: Remove C++-isms.
13799 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
13800 with GCC.
13801
13802 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
13803
13804 The following changes are part of the HP merge.
13805
13806 * gdb.base/break.exp: new tests to verify that catchpoints for
13807 fork, vfork, and exec don't trigger inappropriately.
13808
13809 * gdb.base/opaque.exp: compile one file at a time, then link.
13810
13811 * gdb.base/signals.exp: be more restrictive about which hppa
13812 systems receive a setup_xfail. new tests.
13813
13814 * gdb.base/solib_threshold.build: new file.
13815 * gdb.base/solib_threshold.exp: new file.
13816 * gdb.base/solib_threshold.link_opts: new file.
13817 * gdb.base/solib_threshold.mk: new file.
13818 * gdb.base/gen_solib_threshold.c: new file.
13819
13820 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
13821 tests. New tests for enums inside classes.
13822
13823 * gdb.c++/compiler.cc: indicate support of template debugging.
13824
13825 * gdb.c++/demangle.exp: run hp style demangling tests.
13826
13827 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
13828 tests.
13829
13830 * gdb.c++/misc.cc: changes to support new tests.
13831
13832 * gdb.c++/templates.cc: changes to support HP's compiler; changes
13833 to support new tests.
13834
13835 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
13836 gcc, then skip these tests.
13837
13838 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
13839
13840 The following files are part of the HP merge; some had longer
13841 names at HP, but have been renamed to be no more than 14
13842 characters in length.
13843
13844 * gdb.hp/ambiguous.cc: new file.
13845 * gdb.hp/ambiguous.exp: new file.
13846 * gdb.hp/attach.exp: new file.
13847 * gdb.hp/attach2.exp: new file.
13848 * gdb.hp/classes-hp.exp: new file.
13849 * gdb.hp/ctti.exp: new file.
13850 * gdb.hp/ctti-add.cc: new file.
13851 * gdb.hp/ctti-add1.cc: new file.
13852 * gdb.hp/ctti-add2.cc: new file.
13853 * gdb.hp/ctti-add3.cc: new file.
13854 * gdb.hp/dbx.exp: new file.
13855 * gdb.hp/exception.cc: new file.
13856 * gdb.hp/exception.exp: new file.
13857 * gdb.hp/foll-exec.c: new file.
13858 * gdb.hp/foll-exec.exp: new file.
13859 * gdb.hp/foll-fork.c: new file.
13860 * gdb.hp/foll-fork.exp: new file.
13861 * gdb.hp/foll-vfork.c: new file.
13862 * gdb.hp/foll-vfork.exp: new file.
13863 * gdb.hp/inherit-hp.exp: new file.
13864 * gdb.hp/more-steps.exp: new file.
13865 * gdb.hp/namespace.cc: new file.
13866 * gdb.hp/namespace.exp: new file.
13867 * gdb.hp/optimize.exp: new file.
13868 * gdb.hp/pxdb.c: new file.
13869 * gdb.hp/pxdb.exp: new file.
13870 * gdb.hp/quicksort.exp: new file.
13871 * gdb.hp/reg-test.exp: new file.
13872 * gdb.hp/reg-test.s: new file.
13873 * gdb.hp/sized-enum.c: new file.
13874 * gdb.hp/sized-enum.exp: new file.
13875 * gdb.hp/start-stop.exp: new file.
13876 * gdb.hp/templ-hp.cc: new file.
13877 * gdb.hp/templ-hp.exp: new file.
13878 * gdb.hp/thr-lib.c: new file.
13879 * gdb.hp/thr-lib.exp: new file.
13880 * gdb.hp/thr-lib.h: new file.
13881 * gdb.hp/thr-liblib.c: new file.
13882 * gdb.hp/virtfun-hp.c: new file.
13883 * gdb.hp/virtfun-hp.exp: new file.
13884 * gdb.hp/watch-cmd.exp: new file.
13885 * gdb.hp/watch-hp.exp: new file.
13886 * gdb.hp/xdb1.exp: new file.
13887 * gdb.hp/xdb2.exp: new file.
13888 * gdb.hp/xdb3.exp: new file.
13889
13890 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
13891
13892 The following files are part of the HP merge; some had longer
13893 names at HP, but have been renamed to be no more than 14
13894 characters in length.
13895
13896 * gdb.base/ss.h: new file.
13897 * gdb.base/call-ar-st.c: new file.
13898 * gdb.base/call-ar-st.exp: new file.
13899 * gdb.base/call-rt-st.c: new file.
13900 * gdb.base/call-rt-st-exp: new file.
13901 * gdb.base/call-strs.exp: new file.
13902 * gdb.base/ena-dis-br.exp: new file.
13903 * gdb.base/environ.exp: new file.
13904 * gdb.base/long_long.exp: new file.
13905 * gdb.base/sect-cmd.exp: new file.
13906 * gdb.base/shlib-cl2.exp: new file.
13907 * gdb.base/smoke.exp: new file.
13908 * gdb.base/so-impl-ld.c: new file.
13909 * gdb.base/so-impl-ld.exp: new file.
13910 * gdb.base/so-indr-cl.c: new file.
13911 * gdb.base/so-indr-cl.exp: new file.
13912 * gdb.base/varargs.exp: new file.
13913 * gdb.base/volatile.exp: new file.
13914 * gdb.base/whatis-exp.exp: new file.
13915 * gdb.base/display.exp: new file.
13916 * gdb.c++/derivation.exp: new file.
13917 * gdb.c++/local.exp: new file.
13918 * gdb.c++/member-ptr.exp: new file.
13919 * gdb.c++/overload.exp: new file.
13920 * gdb.c++/ovldbreak.exp: new file.
13921 * gdb.c++/ref-types.exp: new file.
13922 * gdb.c++/ref-types2.exp: new file.
13923 * gdb.c++/userdef.exp: new file.
13924
13925 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
13926
13927 * gdb.base/default.exp: Reflect wording change in remote.c.
13928
13929 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
13930
13931 * gdb.base/help.exp: Update to reflect current text.
13932
13933 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
13934
13935 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
13936 they're stack variables and contain garbage.
13937 * gdb.c++/anon-union.exp: new file.
13938
13939 The following changes were made by David Taylor
13940 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13941 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13942 in changes by HP.
13943
13944 * gdb.base/bitops.exp: new file.
13945 * gdb.base/default.exp: change expected messages for catch and
13946 info catch tests to reflect HP merge changes.
13947 * gdb.base/enable-disable-break.exp
13948 * gdb.base/ending-run.c: new file.
13949 * gdb.base/long_long.c: new file.
13950 * gdb.base/maint.exp: new file.
13951 * gdb.base/pointers2.exp: new file.
13952 * gdb.base/shlib-call2.exp: new file.
13953 * gdb.base/solib.exp: new file.
13954 * gdb.base/step-test.c: new file.
13955 * gdb.c++/anon-union.cc: new file.
13956 * gdb.c++/local.cc: new file.
13957 * gdb.c++/member-pointer.cc: new file.
13958 * gdb.c++/method.cc: new file.
13959 * gdb.c++/ref-types.cc: new file.
13960 * gdb.c++/ref-types2.cc: new file.
13961 * gdb.c++/userdef.cc: new file.
13962
13963 * gdb.base/scope.exp: compile one file at a time, then link.
13964 * gdb.base/langs.exp: ditto.
13965 * gdb.base/list.exp: ditto.
13966
13967 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
13968
13969 The following changes were made by David Taylor
13970 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13971 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13972 in changes by HP.
13973
13974 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
13975 skip tests. When compiling pass c++ flag to gdb_compile.
13976 * gdb.c++/
13977
13978 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
13979 test for on hppa*-*-hpux*; use args to see if c++ was specified.
13980 (skip_hp_tests): new function.
13981 (gdb_preprocess): new function.
13982
13983 * configure.in (hpdir): decide whether to configure gdb.hp.
13984 * configure: regenerated.
13985
13986 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
13987 to delete on clean.
13988 (EXECUTABLES): update to reflect new additions.
13989 * gdb.base/commands.exp: update message expected.
13990 * gdb.base/default.exp: add copyright notice.
13991 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
13992 * gdb.base/help.exp: update messages to reflect current text.
13993 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
13994 targets for recurse tests.
13995 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
13996 skip this file.
13997
13998 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
13999 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14000 compilation.
14001 * gdb.c++/misc.exp: ditto.
14002 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14003 run the tests. tell gdb_compile that it's a c++ compilation.
14004
14005 * gdb.threads/pthreads.exp: fix typo in message.
14006
14007 * gdb.base/all-bin.exp: new file.
14008 * gdb.base/arithmet.exp: new file.
14009 * gdb.base/assign.exp: new file.
14010 * gdb.base/completion.exp: new file.
14011 * gdb.base/cond-expr.exp: new file.
14012 * gdb.base/condbreak.exp: new file.
14013 * gdb.base/define.exp: new file.
14014 * gdb.base/dollar.exp: new file.
14015 * gdb.base/environment.exp: new file.
14016 * gdb.base/eval-skip.exp: new file.
14017 * gdb.base/jump.exp: new file.
14018 * gdb.base/logical.exp: new file.
14019 * gdb.base/pointers.exp: new file.
14020 * gdb.base/relational.exp: new file.
14021 * gdb.base/section_command.exp: new file.
14022 * gdb.base/whatis-expr.exp: new file.
14023
14024 * gdb.base/all-types.c: new file.
14025 * gdb.base/call-array-struct.c: new file.
14026 * gdb.base/call-return-struct.c: new file.
14027 * gdb.base/call-strings.c: new file.
14028 * gdb.base/callfuncs2.c: new file.
14029 * gdb.base/condbreak.c: new file.
14030 * gdb.base/constvars.c: new file.
14031 * gdb.base/display.c: new file.
14032 * gdb.base/int-type.c: new file.
14033 * gdb.base/jump.c: new file.
14034 * gdb.base/miscexprs.c: new file.
14035 * gdb.base/pointers.c: new file.
14036 * gdb.base/pointers2.c: new file.
14037 * gdb.base/shmain.c: new file.
14038 * gdb.base/shr1.c: new file.
14039 * gdb.base/shr2.c: new file.
14040 * gdb.base/solib.c: new file.
14041 * gdb.base/solib1.c: new file.
14042 * gdb.base/solib2.c: new file.
14043 * gdb.base/varargs.c: new file.
14044 * gdb.c++/derivation.cc: new file.
14045 * gdb.c++/overload.cc: new file.
14046 * gdb.c++/ovldbreak.cc: new file.
14047 * gdb.hp/attach.c: new file.
14048 * gdb.hp/attach2.c: new file.
14049 * gdb.hp/average.c: new file.
14050 * gdb.hp/compiler.c: new file.
14051 * gdb.hp/compiler.cc: new file.
14052 * gdb.hp/execd-program.c: new file.
14053 * gdb.hp/follow-exec.c: new file.
14054 * gdb.hp/follow-fork.c: new file.
14055 * gdb.hp/follow-vfork-and-exec.c: new file.
14056 * gdb.hp/misc-hp.cc: new file.
14057 * gdb.hp/more-steps.c: new file.
14058 * gdb.hp/optimize.c: new file.
14059 * gdb.hp/quicksort.c: new file.
14060 * gdb.hp/run-hp.c: new file.
14061 * gdb.hp/start-stop.c: new file.
14062 * gdb.hp/sum.c: new file.
14063 * gdb.hp/templates-hp.cc: new file.
14064 * gdb.hp/thread-local-in-lib.c: new file.
14065 * gdb.hp/thread-local-in-lib.h: new file.
14066 * gdb.hp/thread-local-in-lib.lib.c: new file.
14067 * gdb.hp/vforked-program.c: new file.
14068 * gdb.hp/virtfunc-hp.cc: new file.
14069 * gdb.hp/watchpoint-hp.c: new file.
14070 * gdb.hp/xdb.c: new file.
14071 * gdb.hp/xdb0.c: new file.
14072 * gdb.hp/xdb0.h: new file.
14073 * gdb.hp/xdb1.c: new file.
14074
14075 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14076
14077 The following change was made by Edith Epstein
14078 <eepstein@cygnus.com> as part of a project to merge in changes
14079 originally made by HP; HP did not create ChangeLog entries.
14080
14081 * gdb.c++/demangle.exp: changed the expected output for some
14082 ARM-style mangling -- removed second reference to datatype.
14083 For example, maint demangle __dt__11T1__pt__2_cFv
14084 T1<char>::~T1<char>(void)
14085 becomes,
14086 maint demangle __dt__11T1__pt__2_cFv
14087 T1<char>::~T1(void)
14088
14089 (test_hp_style_demangling): new hp specific demangling test cases.
14090
14091 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14092
14093 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14094 * gdb.trace/backtrace.exp: Likewise.
14095 * gdb.trace/circ.exp: Likewise.
14096 * gdb.trace/collection.exp: Likewise.
14097 * gdb.trace/deltrace.exp: Likewise.
14098 * gdb.trace/infotrace.exp: Likewise.
14099 * gdb.trace/limits.exp: Likewise.
14100 * gdb.trace/packetlen.exp: Likewise.
14101 * gdb.trace/passc-dyn.exp: Likewise.
14102 * gdb.trace/passcount.exp: Likewise.
14103 * gdb.trace/report.exp: Likewise.
14104 * gdb.trace/save-trace.exp: Likewise.
14105 * gdb.trace/tfind.exp: Likewise.
14106 * gdb.trace/tracecmd.exp: Likewise.
14107 * gdb.trace/while-dyn.exp: Likewise.
14108 * gdb.trace/while-stepping.exp: Likewise.
14109
14110 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14111
14112 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14113
14114 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14115
14116 From Brendan Kehoe:
14117 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14118 int return types.
14119
14120 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14121
14122 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14123 remote dos host testing right.
14124
14125 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14126
14127 * gdb.base/corefile.exp: remove some xfails.
14128
14129 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14130
14131 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14132 have different timestamps.
14133
14134 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14135
14136 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14137 gdb.base/default.exp: Replace "exec" with "executable".
14138
14139 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14140
14141 * gdb.base/default.exp: Change else if to elseif from previous
14142 delta.
14143
14144 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14145
14146 * gdb.base/default.exp: Add brace missing from previous delta.
14147
14148 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14149
14150 * gdb.base/default.exp: Support test for info float for all
14151 varieties of arm toolchain.
14152
14153 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
14154
14155 * gdb.trace/*.exp: remove "remote_download" command.
14156
14157 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
14158
14159 * gdb.trace/*.exp: remove -gdwarf from compile.
14160
14161 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14162
14163 * gdb.trace/configure.in(AC_INIT): typo
14164 * gdb.trace/configure: regenerated
14165
14166 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
14167
14168 * config/m68k-emc.exp: New file.
14169 * lib/<emc-support.exp trace-support.exp}: New files.
14170 * configure.in: add new test directory gdb.trace.
14171 * gdb.trace/{configure configure.in Makefile.in}: New files.
14172 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14173 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14174 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14175 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14176 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14177 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14178 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
14179
14180 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
14181
14182 * gdb.c++/classes.exp: Change all regular expressions to match
14183 arbitrary combinations of newline/carriage-return, so that they
14184 will work equally well on Unix and Windows.
14185 * gdb.c++/inherit.exp: ditto.
14186 * gdb.c++/virtfunc.exp: ditto.
14187
14188 1998-08-11 Dawn Perchik <dawn@cygnus.com>
14189
14190 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14191
14192 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14193
14194 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14195 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14196 to use a0-a3/d0-d3 as needed.
14197
14198 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14199
14200 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14201 * gdb.disasm/am33.exp: Corresponding changes.
14202
14203 1998-07-11 Felix Lee <flee@cygnus.com>
14204
14205 * gdb.base/callfuncs.exp: add cmp10 test.
14206 * gdb.base/callfuncs.c (cmp10): new function.
14207
14208 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14209
14210 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
14211 into two parts to get around a synchronization problem in expect.
14212
14213 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14214
14215 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14216
14217 * configure.in: Add options for gdbtk testsuite.
14218
14219 * configure: Regenerate.
14220
14221 * gdb.gdbtk: New directory to hold gdbtk tests.
14222
14223 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14224
14225 * gdb.fortran/types.exp: Escape brackets in expect patterns
14226 for test_float_literal_types_accepted tests.
14227 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14228 before run test.
14229
14230 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14231
14232 * am33.exp: Just compile, do not link the testcase.
14233 * am33.s: Add ".am33" pseudoop to force am33 mode.
14234
14235 1998-06-25 Felix Lee <flee@cygnus.com>
14236
14237 * gdb.base/setshow.exp: make sure $pc is sane.
14238
14239 * gdb.stabs/weird.exp: split expect patterns properly.
14240
14241 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14242
14243 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14244 * gdb.disasm/am33.exp: Run it.
14245
14246 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
14247
14248 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14249 match processing (and eliminate spurious timeouts when running).
14250
14251 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
14252
14253 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14254 exception test, but conditionalize it on target [mach | gnu].
14255
14256 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
14257
14258 * gdb.base/overlays.exp: fixup compile line for linker script.
14259
14260 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14261
14262 * gdb.fortran/types.exp: don't guess at float size.
14263
14264 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14265
14266 * gdb.base/exprs.exp: delete test that depends on int size.
14267
14268 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14269
14270 * config/sim.exp: Removed checks for target triplets.
14271 (gdb_target_sim): Use gdb,target_sim_options.
14272
14273 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14274
14275 * gdb.base/reread.exp: New file.
14276 * gdb.base/reread1.c: New file.
14277 * gdb.base/reread2.c: New file.
14278
14279 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14280
14281 * config/sim.exp: Use 'target sim -sparclite' when running
14282 SPARClite programs.
14283
14284 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14285
14286 * gdb.base/structs2.exp: New file.
14287 * gdb.base/structs2.c: New file.
14288
14289 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14290
14291 * gdb.asm/common.inc: New file.
14292 * gdb.asm/d10v.inc: New file.
14293 * asm-source.exp: Pass -I's to gas to find .inc files.
14294 Update line numbers in expected output.
14295 * asmsrc1.s: Rewrite.
14296 * asmsrc2.s: Rewrite.
14297 * configure.in: Create arch.inc symlink.
14298 * configure: Regenerate.
14299 * Makefile.in (distclean): Delete arch.inc.
14300
14301 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14302
14303 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14304 (t_enum_value2): ditto
14305 (t_enum_value3): ditto
14306 (main): ditto
14307 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14308
14309 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14310 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14311 change.
14312 Use gdb_test instead of send_gdb/gdb_expect sequences.
14313
14314 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14315
14316 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14317 not void.
14318
14319 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14320
14321 * gdb.base/branches.c: Code with lots of loops and
14322 subroutines. Used to test gdbs ability to single step through PC
14323 changes, especially to test mips-tdep.c:mips_next_pc
14324
14325 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14326
14327 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14328 more rigorous EGCS C++ error checking.
14329
14330 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14331
14332 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14333 tests.
14334 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14335 function when asleep.
14336 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14337 for i*86 Linux and SVR4 signal handling problems.
14338 Remove linux xfail for `next to handler in signals_tests_1', fixed
14339 by recent infrun.c change.
14340 Limit backtrace to 10 frames to avoid timeout problems with infinite
14341 stack backtraces.
14342 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14343 target.[ch] change.
14344
14345 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14346
14347 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14348 for a newline from gdb before continuing.
14349 (default_gdb_exit): Just look for y or n.
14350 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14351 it does, fail the rests of the tests in the file.
14352
14353 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14354
14355 * config/cygmon.exp: New file.
14356
14357 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14358
14359 * gdb.base/list.exp: Fix problem with "list default lines around
14360 main" test on remote targets.
14361
14362 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14363 run test on remote targets.
14364
14365 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14366
14367 * gdb.asm: New directory.
14368 * configure.in: Configure it.
14369 * configure: Regenerate.
14370 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14371 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14372
14373 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14374
14375 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14376
14377 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
14378
14379 * gdb.base/overlays (several files): Merge the two overlay
14380 managers into one. Change variables (foox, barx, bazx, grbxx)
14381 back into ints but force them to load in their proper sections.
14382
14383 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14384
14385 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14386 on-chip insn memory and IMAP1 to upper 128k.
14387 (D10VCopy): Handle memory regions crossing 16k boundaries.
14388 (D10VCopy): Transfer data in 32 bit chunks.
14389
14390 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14391
14392 * gdb.base/overlays.c (main): Exit normally when result is
14393 correct.
14394
14395 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14396 map. Include space for printf in .text segment.
14397
14398 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14399 updated d10v memory VMA/LMA map.
14400 (D10VCopy): Call D10VTranslate.
14401
14402 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14403
14404 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14405
14406 * gdb.base/bar.c (barx, bar): Change variable to small array so
14407 that it won't be put into the .sdata - small data -
14408 section. Update reference.
14409 * gdb.base/baz.c (bazx, baz): Ditto.
14410 * gdb.base/foo.c (foox, foo): Ditto.
14411 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14412
14413 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14414 to be arrays.
14415
14416 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
14417
14418 * gdb.base/overlays.exp: fix up and get working again.
14419 Add tests for backtraces from an overlay function.
14420
14421 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14422
14423 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14424 "calling function with watchpoint enabled".
14425
14426 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14427
14428 * gdb.base/break.exp (test_next_with_recursion): Remove
14429 gdb_suppress_tests for d10v-*-*.
14430 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14431 pending review of whether it is useful or not.
14432
14433 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14434
14435 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14436
14437 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14438
14439 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14440 * config/dve.exp: New file to support Densan boards.
14441
14442 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14443
14444 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14445 reads and BSD.
14446
14447 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14448
14449 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14450 response.
14451
14452 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14453
14454 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14455
14456 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14457 test.
14458
14459 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14460 target_sizeof_long and target_bigendian_p.
14461 (structs_by_value, structs_by_reference): Check values according
14462 to targets word size and endianess.
14463
14464 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14465
14466 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14467 output.
14468
14469 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14470
14471 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14472 Update test of set args help to match source change.
14473
14474 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14475
14476 * gdb.base/default.exp: Expect help system output to be in
14477 alphabetical order.
14478 * gdb.base/help.exp: Ditto.
14479
14480 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14481
14482 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14483 "i*86-pc-linux-gnu*".
14484 * gdb.base/interrupt.exp: Ditto.
14485 * gdb.base/corefile.exp: Ditto.
14486
14487 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14488 define vxworks when building the testcase.
14489
14490 * gdb.base/ptype.exp: Fix testnames to be unique.
14491 * gdb.base/radix.exp: Ditto.
14492 * gdb.base/term.exp: Ditto.
14493 * gdb.base/whatis.exp: Ditto.
14494 * gdb.c++/classes.exp: Ditto.
14495
14496 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14497
14498 * gdb.base/callfuncs.exp: Fix indentation.
14499
14500 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14501 suppress_flag has been set.
14502 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14503 target feature.
14504
14505 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14506
14507 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14508 the testcase.
14509
14510 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14511 set_debug_traps() and breakpoint().
14512 * gdb.c++/misc.cc (main): Ditto.
14513 * gdb.c++/templates.cc (main): Ditto.
14514 * gdb.c++/virtfunc.cc (main): Ditto.
14515
14516 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14517
14518 * lib/gdb.exp(gdb_step_for_stub): New function.
14519 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14520 exists, reload the executable and do a "continue" instead of
14521 doing a jump.
14522 (runto_main): Use gdb_step_for_stub.
14523
14524 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14525 tests to have unique names.
14526 * gdb.base/callfuncs.exp: Ditto.
14527 * gdb.base/commands.exp: Ditto.
14528 * gdb.base/default.exp: Ditto.
14529 * gdb.base/help.exp: Ditto.
14530 * gdb.base/list.exp: Ditto.
14531 * gdb.base/opaque.exp: Ditto.
14532 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14533 similar tests.
14534
14535 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14536 * gdb.c++/cplusfuncs.cc: Ditto.
14537 * gdb.c++/virtfunc.cc: Ditto.
14538
14539 * config/monitor.exp: Keep track of the last file we saw, rather
14540 than trying to get the info from gdb.
14541
14542 * gdb.fortran/types.exp: Move comment to previous line.
14543
14544 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14545
14546 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14547 target mode.
14548
14549 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14550
14551 From Bob Manson:
14552 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14553 string from GDB when it connects.
14554
14555 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14556
14557 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14558
14559 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14560 if we can't get a debug format from GDB (we may be testing an
14561 older GDB). Use a 10 second timeout when checking for the format.
14562
14563 * gdb.stabs/weird.exp: Fix quoting.
14564
14565 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14566
14567 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14568
14569 * config/arm-ice.exp: New file.
14570
14571 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14572
14573 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14574 until it has been modified to work with the new testsuite.
14575
14576 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
14577 testcase won't compile, cause all of the testcases in the file to
14578 fail instead.
14579
14580 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14581 (gdb_clear_suppressed): New procedure.
14582 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14583 it contains a positive value.
14584
14585 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14586
14587 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14588
14589 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14590
14591 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14592
14593 * lib/gdb.exp (setup_xfail_format): New function.
14594 (get_debug_format): New function to get debug format.
14595 (debug_format): New global variable to hold last value set
14596 by get_debug_format.
14597 * gdb.base/list.exp: Call get_debug_format and expect some
14598 tests to fail for DWARF 1 and COFF formats.
14599 * gdb.c++/ptype.exp: Ditto.
14600 * gdb.c++/classes.exp: Ditto.
14601 * gdb.c++/cplusfuncs.exp: Ditto.
14602 * gdb.c++/inherit.exp: Ditto.
14603 * gdb.c++/templates.exp: Ditto.
14604 * gdb.c++/virtfunc.exp: Ditto.
14605
14606 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14607
14608 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14609 host doesn't have a currently-open connection.
14610
14611 * config/sparclet.exp: Cleanups and fixes to make it generic for
14612 any gdb stub target. Handle cases where gdb doesn't respond when
14613 interrupted in a sane fashion.
14614
14615 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14616 same thing in a totally different way.
14617
14618 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14619 setting "timeout".
14620 (gdb_start): We set the global gdb_prompt variable in
14621 default_gdb_init now.
14622
14623 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14624
14625 * gdb.base/printcmds.exp: Fix "check for floating addition"
14626 regexp to accept results within approx +/- .01 of exact value.
14627 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14628
14629 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14630
14631 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14632 properly.
14633 (gdb_expect): Add optional timeout parameter, and add timeout
14634 value to various calls.
14635 (gdb_suppress_tests): Only give one warning message per group.
14636
14637 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14638
14639 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14640 global variables. Handle getting a value for $timeout more
14641 gracefully.
14642
14643 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14644
14645 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14646 initialize.
14647 (default_gdb_init): New procedure; allow gdb_init to be overridden
14648 by a target configuration file.
14649 (gdb_expect): Pass the timeout to remote_expect.
14650
14651 * config/monitor.exp(gdb_load): Fix typo in regexp.
14652
14653 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14654
14655 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14656
14657 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14658
14659 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14660 here. Call gdb_target_exec before rebooting the target, to make
14661 sure the connection to the target is closed.
14662 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14663 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14664 Also detect "Timeout reading from remote" error.
14665
14666 * config/gdbserver.exp: Pass the executable being loaded to
14667 gdb_target_monitor. Don't call gdb_file_cmd here; let
14668 gdb_target_monitor do it.
14669
14670 * gdb.disasm/hppa.exp: Don't use exec_output.
14671
14672 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14673
14674 * gdb.base/list.exp: If we're debugging a non-native target,
14675 try to set the pc register to point to the start of the
14676 program before doing the first list command.
14677
14678 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14679 test_calls after restarting.
14680
14681 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14682 reloading.
14683
14684 * gdb.base/watchpoint.exp: Fix typo.
14685
14686 * gdb.base/setshow.exp: Check for use_gdb_stub.
14687
14688 * gdb.base/break.exp: Fix continue until exit test for the gdb
14689 stub case.
14690 * gdb.base/langs.exp: Ditto.
14691
14692 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14693 gdb_load_offset. If we weren't given a file to load, figure out
14694 what the current file is and use it.
14695
14696 * config/i386-bozo.exp: New file.
14697
14698 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14699
14700 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14701 feature.
14702
14703 * config/proelf.exp: New entry.
14704
14705 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14706
14707 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14708 of regexps.
14709
14710 * gdb.base/watchpoint.exp: Don't run the test_stepping
14711 tests if gdb can't call functions on the target.
14712
14713 * gdb.base/setshow.exp: Don't run the set prompt tests if
14714 the board has gdb_prompt set.
14715
14716 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14717
14718 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14719 * gdb.base/commands.exp: Likewise.
14720 * gdb.base/setshow.exp: Likewise.
14721
14722 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14723
14724 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14725 feature.
14726
14727 * config/i960.exp: New file.
14728
14729 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14730
14731 * gdb.base/funcargs.exp: Check for gdb,short_int target
14732 feature instead of looking for explicit target triplets.
14733
14734 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
14735
14736 * gdb.base/printcmds.exp: add a couple more tests a la
14737 "p 123DEADBEEF", to check parse_number.
14738 * top.c: change "to enable to enable" to "to enable" in a couple
14739 of help strings.
14740
14741 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14742
14743 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14744 on the mn10300.
14745
14746 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14747
14748 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14749 where the test executable is run with explicit args.
14750 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14751
14752 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14753
14754 * gdb.base/run.c: Use FAKEARGV to build test executable that
14755 does not require a command line arg, since most simulators
14756 don't currently support passing such an arg into the simulated
14757 program.
14758 * gdb.base/commands.exp: Change tests to insert the proper
14759 value as the arg to the first recursive factorial call. Change
14760 compilation line to define FAKEARGV at compile time.
14761
14762 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
14763
14764 * gdb.base/recurse.exp: Enable these tests for the mn10300.
14765 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
14766 function with watchpoint enabled" test.
14767
14768 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
14769
14770 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
14771 Don't call gdb_test when the command doesn't return to a gdb prompt.
14772
14773 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
14774 "Tests restarted" messages.
14775
14776 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
14777
14778 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
14779
14780 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
14781
14782 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
14783 for INFO SYMBOL; add help tests for OVERLAY commands.
14784 * gdb.base/default.exp: add tests for INFO SYMBOL command;
14785 add tests for OVERLAY commands
14786 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
14787 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
14788 * gdb.base/sigall.c: add usestubs code frag
14789 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
14790
14791 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
14792
14793 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
14794 failures.
14795 (gdb_stop_suppressing_tests): Note that tests have restarted.
14796
14797 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
14798
14799 * config/h8300.exp: New file.
14800
14801 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
14802
14803 * gdb.base/setshow.exp: Check for the existence of a
14804 feature, not its value.
14805
14806 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
14807
14808 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
14809
14810 * gdb.base/scope.exp: It's now init0(), not init().
14811
14812 * gdb.base/scope0.c: For now, change init() to be init0().
14813
14814 * config/monitor.exp: Use gdb_serial in preference to serial
14815 or netport.
14816
14817 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
14818 and it's not already set.
14819
14820 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
14821
14822 * gdb.base/setshow.exp: Only test the run command if the target
14823 isn't using a stub and if it supports argument passing.
14824
14825 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
14826
14827 * config/udi.exp(gdb_start): Make sure UDICONF is set
14828 properly before starting gdb.
14829
14830 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
14831
14832 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
14833 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
14834 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
14835
14836 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
14837
14838 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
14839 specialized code to reboot the board, use remote_reboot instead.
14840
14841 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
14842
14843 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
14844
14845 * config/monitor.exp: Make sure we disconnect from the target.
14846 Also, try a reboot/reload cycle instead of failing if the
14847 load fails.
14848
14849 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
14850
14851 * gdb.base/default.exp: Don't set match_max.
14852 * gdb.base/help.exp: Ditto.
14853 * gdb.base/list.exp: Ditto.
14854 * gdb.base/signals.exp: Ditto.
14855
14856 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
14857 set, use remote_ld to download the testcase instead of
14858 the GDB loader.
14859
14860 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
14861
14862 * config/vr5000.exp: New file.
14863
14864 * config/monitor.exp(gdb_target_monitor): Add pattern for
14865 "Ending remote" to detect errors in connecting.
14866
14867 * gdb.base/setshow.exp: Add .* within auto language test.
14868
14869 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
14870 target feature.
14871
14872 * config/monitor.exp(gdb_load): Check for a failure when loading,
14873 and reboot the board if necessary.
14874
14875 * gdb.base/setvar.exp(test_set): Handle multiple prints within
14876 a set of tests. Remove print.* from the patterns being checked.
14877
14878 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
14879
14880 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
14881 refer to gdb_spawn_id.
14882
14883 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
14884 longer used.
14885 * config/sparclet.exp: Ditto.
14886 * config/sparclet-old.exp: Ditto.
14887 * config/slite.exp: Ditto.
14888 * config/sim.exp: Ditto.
14889 * gdb.base/funcargs.exp: Ditto.
14890
14891 * lib/gdb.exp:Remove references to gdb_spawn_id.
14892 (gdb_expect): Move to remote.exp.
14893
14894 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
14895
14896 * config/monitor.exp: Detect the "Couldn't establish connection"
14897 message from GDB.
14898
14899 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
14900
14901 * gdb.base/bitfields.exp: Use runto instead of explicit
14902 gdb_run_cmd/gdb_expect sequences.
14903
14904 * gdb.base/break.exp(text_next_with_recursion): Add match for
14905 gdb_expect call.
14906
14907 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
14908 We also need to handle the "A program is being debugged already"
14909 prompt from gdb. Use gdb_test to set the baud rate.
14910
14911 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
14912 to 20000. Really. I mean it.
14913
14914 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14915
14916 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
14917 fails. If suppress_flag is set, skip perror message about not
14918 being able to send to GDB.
14919 (send_gdb): If suppress_flag is set, don't try to send commands to
14920 GDB.
14921 (gdb_expect): If suppress_flag is set, always fail immediately.
14922 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
14923 (gdb_init): Call gdb_stop_suppressing_tests.
14924 (default_gdb_exit): Ditto.
14925 (default_gdb_start): Ditto.
14926
14927 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
14928 gdb_stop_suppressing_tests as appropriate.
14929 * gdb.base/break.exp: Ditto.
14930 * gdb.base/callfuncs.exp: Ditto.
14931 * gdb.base/commands.exp: Ditto.
14932 * gdb.base/exprs.exp: Ditto.
14933 * gdb.base/funcargs.exp: Ditto.
14934 * gdb.base/list.exp: Ditto.
14935 * gdb.base/recurse.exp: Ditto.
14936 * gdb.base/scope.exp: Ditto.
14937 * gdb.base/structs.exp: Ditto.
14938 * gdb.c++/inherit.exp: Ditto.
14939
14940 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
14941
14942 * config/vr4300.exp: New file.
14943
14944 * gdb.*/*.exp: Call gdb_expect instead of expect.
14945
14946 * lib/gdb.exp(gdb_expect): New function.
14947
14948 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
14949
14950 * lib/gdb.exp(gdb_init): New function.
14951
14952 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
14953 for each individual variable set.
14954
14955 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
14956 name.
14957
14958 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
14959
14960 * gdb.base/scope.exp: Use gdb_test.
14961
14962 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
14963 aborting; the testsuite driver will do that for us (see
14964 gdb_finish). Also, use gdb_test in a few more places.
14965
14966 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14967
14968 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
14969
14970 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
14971
14972 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
14973 and "add_tests" are not at the same address.
14974
14975 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
14976
14977 * gdb.base/ptype.exp: Use gdb_test.
14978
14979 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
14980
14981 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
14982 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
14983 left in. No longer expect them to fail.
14984
14985 * gdb.stabs/*.mt; Deleted, no longer used.
14986 * gdb.stabs/configure.in: Remove references to target makefile
14987 frags.
14988 * gdb.stabs/configure: Rebuilt.
14989
14990 * gdb.disasm/*.mt: Deleted, no longer used.
14991 * gdb.disasm/configure.in: Remove references to target makefile
14992 frags. Use "sh3.s" as the unique filename for this directory.
14993 * gdb.disasm/configure: Rebuilt.
14994
14995 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
14996 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
14997 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
14998
14999 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15000
15001 * config/udi.exp: Use mondfe,name instead of remote_host.
15002
15003 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15004
15005 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15006 a function with a watchpoint enabled on the mn10200.
15007
15008 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15009 before trying to create it!
15010
15011 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15012
15013 * config/vx.exp: Use hostname instead of netport.
15014
15015 * config/vxworks.exp: New file.
15016
15017 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15018
15019 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15020 gdb before assuming everything worked. Send a ^C if a timeout
15021 occurs.
15022
15023 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15024 $gdb_spawn_id directly.
15025 (gdb_run_cmd): Try _start as well as start. Use the target feature
15026 gdb,start_symbol as the symbol to start from when jumping.
15027
15028 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15029
15030 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15031 redundant) test.
15032
15033 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15034 it doesn't lose for 16bit integer systems.
15035
15036 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15037
15038 * gdb.fortran/types.exp: If the target doesn't support "double"
15039 data types, then expect "real" types to only be 4 bytes.
15040
15041 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15042 call tests if the target doesn't support inferior function calls.
15043
15044 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15045 in printf tests.
15046
15047 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15048
15049 * gdb.base/help.exp: Disable "help set", "help show", and
15050 "help support". Simplify regexp for "help stack".
15051
15052 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15053 to 60 seconds. Temporarily set match_max to 15000 around the
15054 "info copying" test.
15055
15056 * gdb.base/nodebug.exp: Don't try to do an inferior function
15057 call if the target doesn't support them.
15058 * gdb.base/printcmds.exp: Likewise.
15059 * gdb.base/setvar.exp: Likewise.
15060 * gdb.base/structs.exp: Likewise.
15061 * gdb.c++/templates.exp: Likewise.
15062 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15063
15064 * gdb.base/recurse.exp: Enable for the mn10200.
15065
15066 * configure.in: Do configure gdb.stabs directory for *-*-elf
15067 targets.
15068 * configure: Rebuilt.
15069
15070 * gdb.base/break.exp: Check for gdb,noresults before testing
15071 exit status and/or results from the target.
15072 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15073 * lib/gdb.exp: Remove old (now bogus) initialization of
15074 noinferior, noargs, noresults and nosignals.
15075
15076 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15077
15078 * config/sh.exp: New file.
15079
15080 * config/slite.exp: Try to connect multiple times to the board
15081 before rebooting. Only send a "monitor run" if need_monitor_run
15082 is set.
15083
15084 * gdb.base/break.exp: Don't do the "stub continue" test if
15085 the target has gdb_stub set.
15086
15087 * gdb.base/callfuncs.exp: Increase the timeout.
15088
15089 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15090 if the target has gdb,noinferiorio set.
15091
15092 * gdb.base/list.exp: Increase match_max to 10000 characters.
15093
15094 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15095
15096 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15097 target.
15098
15099 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15100
15101 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15102
15103 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15104 trying to delete the copy of gdb. Catch the file delete so we
15105 don't die if the delete fails; also, the file should be copied to
15106 the host, not to the build.
15107
15108 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15109
15110 * lib/gdb.exp(gdb_test): Surround the result pattern with
15111 parenthesis in case it contains multiple regexps separated
15112 with |.
15113
15114 * gdb.base/watchpoint.exp: Use gdb_test.
15115 * gdb.base/default.exp: Ditto.
15116
15117 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15118
15119 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
15120
15121 * gdb.base/scope.exp: Use gdb_test.
15122 * gdb.c++/classes.exp: Ditto.
15123 * gdb.c++/inherit.exp: Ditto.
15124
15125 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15126
15127 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15128 remote_exec instead.
15129 * gdb.base/corefile.exp: Don't be ridiculous.
15130 * gdb.base/*.c: Add missing stub invocations.
15131
15132 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15133
15134 * config/slite.exp: Miscellaneous fixes.
15135
15136 * lib/gdb.exp: Fix runto.
15137
15138 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15139 the target.
15140
15141 * gdb.base/watchpoint.exp: Fix regexp.
15142
15143 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15144 close and wait commands, as the descriptor may now be
15145 invalid. Always call "remote_close host".
15146
15147 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15148
15149 Major rewrite for testsuite revision.
15150
15151 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15152 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15153 instead of relying on spawn_id to always contain a valid
15154 spawn id.
15155 (get_compiler_info): New procedure to build the ${binfile}.ci
15156 file, instead of replicating this in N different places.
15157 (gdb_compile): New procedure.
15158
15159 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15160 appropriate arguments) instead of compile. Use gdb_test in a lot
15161 more places. Use send_gdb instead of send. Always run gdb_start
15162 at the start of a testcase, as this is no longer done magically.
15163
15164 config/*-gdb.exp: Rename without the -gdb suffix.
15165
15166 config/mips.exp: Use remote_close instead of exit_remote_shell.
15167 config/monitor.exp: Use target_info instead of looking at
15168 baud, timeout, etc.
15169 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15170
15171 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15172
15173 * gdb.c++/templates.exp (test_ptype_of_templates),
15174 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15175 Update expect patterns for destructors and assignment operators
15176 to match corresponding c-typeprint.c changes.
15177 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15178 to destructor breakpoint test, GDB should be able to set the
15179 destructor breakpoint without specifying arguments.
15180
15181 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15182
15183 * gdb.threads/pthreads.exp: Change result for failure to compile due
15184 to lack of pthreads runtime support from an error to simply an
15185 unsupported test, per dejagnu standards.
15186
15187 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15188
15189 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15190 where GDB exits to reduce pattern match time.
15191 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15192
15193 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15194
15195 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
15196
15197 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15198 * gdb.base/default.exp: ditto.
15199 * gdb.base/nodebug.exp: ditto.
15200 * gdb.base/printcmds.exp: ditto.
15201 * gdb.base/ptype.exp: ditto.
15202 * gdb.base/setvar.exp: ditto.
15203 * gdb.base/structs.exp: ditto.
15204 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15205
15206 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15207
15208 * configure, */configure: Rebuild with autoconf 2.12.
15209
15210 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15211
15212 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15213 use new i*86-pc-linux*-gnu quads.
15214 * gdb.base/corefile.exp: Ditto.
15215 * gdb.base/signals.exp: Ditto.
15216 * gdb.base/sigall.exp: Ditto.
15217 * gdb.base/interrupt.exp: Ditto.
15218
15219 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15220 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15221 RedHat 4.0.
15222
15223 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15224 linux. This allows the test case to at least compile on latest
15225 linux, but still not run due to missing the threads runtime library.
15226
15227 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15228
15229 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15230 directory to search gdb directory. Accept and step over conditional
15231 stack alignment code. Consume $prompt in failure cases.
15232 Reset timeout to $oldtimeout instead of some arbitrary value.
15233 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15234 timeout problems with infinite stack backtraces.
15235 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15236 Accept function parameters for linkfunc member.
15237
15238 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15239
15240 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15241 (CXXFLAGS): Remove, unreferenced.
15242 (B_OPTIONS): Add for -B options and add code to initialize with
15243 previous -B options and also add -B option to pick up cross compiled
15244 runtime.
15245 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15246 doing cross compiles.
15247 (target_alias): Declare global.
15248 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15249 to verify that gcc exists in build tree, and if so set CC to that
15250 gcc and to use B_OPTIONS and TARGET_INCLUDES.
15251
15252 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15253
15254 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15255 ptype test for anonymous union. Fixup testcase to match
15256 current gcc debug output.
15257
15258 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15259
15260 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15261 force argument to an unsigned long type.
15262
15263 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15264
15265 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15266 tests and anonymous union print/ptype tests.
15267 * gdb.base/list.exp (test_forward-search): Increase timeout by
15268 5 minutes for the "search extremely long line" case.
15269 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15270 completely optional and that the pass/fail messages use the command as
15271 the message if that third arg is a null string.
15272 (gdb_test_exact): Arrange that a null string pattern means match a
15273 null string output rather than any output, which might include random
15274 errors.
15275 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15276 backtrace test.
15277 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15278 always failing and failure is now exposed by gdb.exp changes.
15279
15280 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15281
15282 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15283 weren't being noted.
15284
15285 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15286
15287 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15288 * gdb.stabs/weird.exp: Remove v_comb xfails.
15289
15290 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
15291
15292 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
15293 list.exp scope.exp watchpoint.exp]
15294 Make all timeout error msgs explicitly say "(timeout)".
15295
15296 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
15297
15298 * config/monitor.exp: Increase download timeout to 1000 seconds.
15299
15300 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
15301
15302 * config/m32r.exp: Increase timeout to 120 seconds.
15303
15304 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15305
15306 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15307 and accept older ordering as obsolescent gcc or gdb.
15308 * gdb.c++/templates.exp: Ditto.
15309 * gdb.c++/virtfunc.exp: Ditto.
15310
15311 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15312
15313 * gdb.base/coremaker.c: Add code to mmap some data so we
15314 can check that it ends up in the core file.
15315 * gdb.base/corefile.exp: Add test to read mmapped data
15316 from core file.
15317
15318 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
15319
15320 * config/m32r.exp: New file.
15321
15322 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15323
15324 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15325 that cflags can contains -gstabs, and work correctly for other tests.
15326
15327 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
15328
15329 * gdb.base/setshow.exp: New file, tests show and set.
15330 * gdb.base/setshow.c: New file, tests show and set.
15331 * gdb.base/help.exp: Add test for help set|show annotate.
15332 * gdb.base/default.exp: Add test for set|show annotate.
15333
15334 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15335
15336 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15337 errors unique.
15338 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15339 explicitly.
15340
15341 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15342
15343 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15344 and width commands. This is done elsewhere.
15345 * (gdb_start): Don't call gdb_start_sim here. That's already
15346 done in gdb_load. This fixes lots of failures in default.exp.
15347
15348 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15349
15350 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15351 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15352 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15353 in the same we we treat other failures (since it may be an expected
15354 condition), rather than as an error.
15355 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15356 old test format.
15357
15358 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15359
15360 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15361 (distclean maintainer-clean realclean): No need to remove files
15362 twice. Nuke the duplicates.
15363 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
15364 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
15365 Remove config.h along with other config files.
15366
15367 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15368
15369 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15370 "p func1 ()" and note that rests of tests are skipped.
15371 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15372 setup_xfails for "print func2::coremaker_local".
15373 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15374 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15375 affected by the previous run test.
15376 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15377 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15378 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15379 "pass int powerset tuple" and "pass modeless int powerset tuple".
15380 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15381 "real write 4" and "real write 8".
15382 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15383 setup_xfails for "print vs1 after tuple assign 2",
15384 "print \$i after tuple assign 2", and
15385 "print vs2 after tuple assign 2".
15386 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15387 meaningful error message and return -1 so the caller can
15388 suppress further tests and avoid a cascade of errors.
15389
15390 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15391
15392 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15393 format for printing version.
15394 * gdb.base/default.exp: Ditto.
15395 * gdb.base/interrupt.exp: Fix problem with cascade of
15396 errors if child process dies while calling a function.
15397
15398 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15399
15400 * Makefile.in (VPATH): Add
15401 * Makefile.in (Makefile, config.status): Fix rules so things get
15402 remade when necessary.
15403
15404 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15405
15406 * Makefile.in (just-check): Add path to sibling expect dir
15407 to environment variable specified by RPATH_ENVVAR.
15408
15409 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15410
15411 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15412 (just-check): Add shared library paths for libstdc++, tk,
15413 tcl, bfd, and opcodes to the environment variable specified
15414 in RPATH_ENVVAR.
15415 * configure.in: Add support to recognize --enable-shared flag
15416 and generate correct value for RPATH_ENVVAR.
15417 * configure: Regenerated with autoconf.
15418
15419 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15420
15421 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15422 include all osf versions.
15423 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15424 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15425 when target is linux. When failing to build pthreads test
15426 executable, give more meaningful message.
15427 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15428 arg for pthread_create.
15429
15430 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15431
15432 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15433 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15434 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15435 and -lpthreads (everybody else).
15436 (test_startup): Fail gracefully if threads are not supported.
15437 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15438 "p/c array_index("abcdef",2)" when not gcc compiled.
15439 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15440 "print func2::coremaker_local" when not gcc compiled.
15441 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15442 "ptype on opaque struct tagname (statically)",
15443 "ptype on opaque struct tagname (dynamically) 1", and
15444 "ptype on opaque struct tagname (dynamically) 2"
15445 for not compiled with gcc.
15446 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15447 backtrace when compiled with gcc.
15448 * lib/gdb.exp (runto_main): Return result of "runto main" rather
15449 than always return success.
15450
15451 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15452
15453 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15454
15455 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15456
15457 * gdb.base/structs.exp: Undo last change.
15458
15459 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15460
15461 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15462 encapsulate all the steps/nexts done during self test, starting
15463 at main, and makes them less sensitive to optimization issues.
15464 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15465 signal handler" test.
15466 * gdb.threads/pthreads.exp: Only run this for native configs.
15467 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15468 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15469 tests.
15470 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15471 for "runto test_calls(void)" test.
15472
15473 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15474
15475 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15476 and don't expect address info in breakpoint confirmations.
15477
15478 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15479
15480 * gdb.base/list.exp (test_forward_search): Increase timeout
15481 temporarily by 60 seconds for searching extremely long line,
15482 and then reset to old value when done. Increase expect input
15483 buffer to 10000.
15484
15485 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15486
15487 * gdb.base/list.exp (test_forward_search): Fix to handle very
15488 long source line without overflowing expect's input buffer.
15489
15490 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15491
15492 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15493 "buffer_full".
15494
15495 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15496 "buffer_full".
15497
15498 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15499 "buffer_full".
15500
15501 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15502 "buffer_full".
15503
15504 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15505
15506 * configure.in (configdirs): Add gdb.threads.
15507 * configure: Regenerated with autoconf.
15508 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15509 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15510 * gdb.threads/configure: New, generated with autoconf.
15511
15512 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15513
15514 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15515
15516 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15517
15518 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15519 each signal's status in the output of "handle all print".
15520 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15521 the \r\n sequence that immediately precedes the gdb prompt.
15522 * gdb.base/a1-selftest.exp: Save original timeout and restore
15523 after test.
15524
15525 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15526
15527 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15528 symbol.
15529
15530 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15531
15532 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15533
15534 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15535
15536 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15537 timeout by 60 seconds.
15538
15539 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15540
15541 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15542 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15543 error return.
15544
15545 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15546
15547 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15548 gdb initialization, also report how long dejagnu waited. Restore
15549 old timeout before doing error return. Temporarily increase timeout
15550 by 3 minutes to allow for slow startups over heavy NFS use.
15551
15552 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15553
15554 * lib/gdb.exp: Report timeout value for verbosity level 2.
15555 * config/gdbserver.exp: Ditto.
15556 * config/hppro.exp: Ditto.
15557 * config/mips-gdb.exp: Ditto.
15558 * config/monitor.exp: Ditto.
15559 * config/netware.exp: Ditto.
15560 * config/sim-gdb.exp: Ditto.
15561 * config/slite-gdb.exp: Ditto.
15562 * config/udi-gdb.exp: Ditto.
15563 * config/unix-gdb.exp: Ditto.
15564 * config/vx-gdb.exp: Ditto.
15565 * gdb.base/a1-selftest.exp: Ditto.
15566 * gdb.base/a2-run.exp: Ditto.
15567 * gdb.base/break.exp: Ditto.
15568 * gdb.base/corefile.exp: Ditto.
15569 * gdb.base/list.exp: Ditto.
15570 * gdb.base/recurse.exp: Ditto.
15571 * gdb.base/scope.exp: Ditto.
15572 * gdb.base/signals.exp: Ditto.
15573
15574 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15575
15576 * gdb.threads/Makefile.in (docdir): Removed.
15577
15578 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15579
15580 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
15581 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
15582 @srcdir@.
15583 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
15584 autoconf 2.5 or higher.
15585 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15586
15587 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15588
15589 * configure: Regenerated.
15590 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15591 avoid name clashes with SunOS headers.
15592
15593 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15594
15595 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15596
15597 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15598
15599 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15600 prototype information ends up in the compiler info file.
15601
15602 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15603
15604 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15605 attempting to regenerate it. Eliminate use of a temporary file
15606 and just generate the info file directly. Source it immediately,
15607 for consistency of use.
15608 * gdb.base/corefile.exp: Ditto
15609 * gdb.base/exprs.exp: Ditto.
15610 * gdb.base/funcargs.exp: Ditto.
15611 * gdb.base/langs.exp: Ditto.
15612 * gdb.base/list.exp: Ditto.
15613 * gdb.base/mips_pro.exp: Ditto.
15614 * gdb.base/nodebug.exp: Ditto.
15615 * gdb.base/opaque.exp: Ditto.
15616 * gdb.base/ptype.exp: Ditto.
15617 * gdb.base/scope.exp: Ditto.
15618 * gdb.base/setvar.exp: Ditto.
15619 * gdb.base/signals.exp: Ditto.
15620 * gdb.base/whatis.exp: Ditto.
15621 * gdb.c++/templates.exp: Ditto.
15622 * gdb.c++/virtfunc.exp: Ditto.
15623 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15624 whether or not to add -lstdc++ to the compile command line args.
15625
15626 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15627
15628 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15629 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15630 Increase timeout, a lot of single stepping might be needed if the
15631 target has no hardware watchpoints.
15632
15633 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15634
15635 * gdb.base/break.exp: Ignore compiler warnings when compiling
15636 break.c.
15637 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15638 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15639 from remote-sim.
15640 * gdb.base/exprs.exp: Add h8300 xfails.
15641 * gdb.base/funcargs.exp: Likewise.
15642 * gdb.base/nodebug.exp: Likewise.
15643 * gdb.base/printcmds.exp: Likewise.
15644 * gdb.base/ptype.exp: Likewise.
15645 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15646 h8300 xfails.
15647 * gdb.base/return.exp: Handle float/double precision problems
15648 on the h8300.
15649 * gdb.base/funcargs.c: Explicitly make last constant argument to
15650 call_after_alloca_subr an unsigned long type.
15651 * gdb.base/return.c: Include stdio.h.
15652
15653 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15654
15655 * config/abug.exp: New file for the older Motorola Bug monitor
15656 that runs on the mvme13x series VME boards.
15657 * config/monitor.exp: Use the new config array for target settings
15658 if they exist.
15659
15660 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15661
15662 * sim-gdb.exp: Make the SH simulator allocate less space when
15663 it is targeted.
15664
15665 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15666
15667 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15668 test.
15669
15670 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15671
15672 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15673 "rs6000-*-*" for "list function in include file" when gcc compiled.
15674 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15675 for "p ctable1[120]".
15676 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15677 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15678 Remove setup_xfail for "rs6000-*-*" for
15679 "print 'scope0.c'::filelocal before run".
15680 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15681 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15682 since some compilers don't allow both options to be given
15683 on the same command line. Create object file and move it.
15684
15685 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15686
15687 * gdb.base/corefile.exp: Always regenerate the core file, since
15688 we always regenerate the coremaker program. Detect special case
15689 where registers cannot be read from core file.
15690
15691 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15692
15693 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15694 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15695 * gdb.c++/templates.exp: Only match on basename of file since
15696 some formats like xcoff don't encode directory information.
15697 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15698 and rs6000 AIX xcoff targets.
15699 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15700 * configure: Regenerate.
15701 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15702 here, rather than in distclean.
15703
15704 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15705
15706 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15707 defined, and use it to compile the test case with -O2. The
15708 native compilation still uses no optimization.
15709 * gdb.base/mips_pro.c: Remove inline assembly code since
15710 it is compiled PIC by default, which results in assembler
15711 warnings that make the testsuite think the compilation
15712 was unsuccessful.
15713
15714 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15715
15716 * gdb.c++/misc.exp: Add note to message for
15717 "print s.a for foo struct" that this is a known gcc 2.7.2
15718 and earlier bug.
15719
15720 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15721
15722 * gdb.base/break.exp: Fix pattern for matching "Delete all
15723 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15724 setup_xfail for deleting all breakpoints test. Fix various
15725 timeout messages to include "(timeout)".
15726 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15727 for "p t_float_values2(3.14159,float_val2)".
15728 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15729 for "continue to call2g" when gcc compiled.
15730 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15731 "up to foo in langs.exp", "show language at foo in langs.exp",
15732 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15733 and "show language at fsub in langs.exp".
15734 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15735 "list line 1 in include file", "list message for lines past EOF",
15736 "list function in include file", "list list0.h:foo", and
15737 "list filename:function; nonexistant function".
15738 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15739 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15740 and "ptype t_char_array" to be for native cc only.
15741
15742 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15743
15744 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
15745 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15746 "print func2::coremaker_local", and "backtrace in corefile.exp".
15747
15748 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15749
15750 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15751 "bt in signals.exp". This problem only appears when running
15752 the testsuite, and then only intermittently.
15753
15754 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15755
15756 * gdb.base/return.exp (return_tests): Differentiate between
15757 two tests of continuing.
15758
15759 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15760
15761 * */Makefile.in (maintainer-clean): Remove config.log.
15762 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
15763 * gdb.c++/Makefile.in (PROGS): Add inherit.
15764 (clean): Remove *.ci.
15765
15766 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
15767
15768 * gdb.c++/misc.cc: Add test code from Mike Stump.
15769 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
15770
15771 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
15772
15773 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
15774 to "alpha-*-osf2*" and add comment.
15775 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
15776 setup_xfail for "step over execarg initialization" and
15777 "step over corearg initialization".
15778 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
15779 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
15780 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
15781 gcc compiled for "print coremaker_bss", "print coremaker_ro",
15782 "print func2::coremaker_local", and "backtrace in corefile.exp".
15783 * gdb.base/signals.exp: Build and source signals.ci.
15784 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
15785 to be for gcc only.
15786 * lib/gdb.exp: Move verbose statements outside conditionals.
15787
15788 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15789
15790 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
15791 Feb 3 procfs.c change.
15792
15793 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
15794
15795 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
15796
15797 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
15798
15799 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
15800 from dejagnu's apparent default of 10 seconds, which gives random
15801 results when running the tests over NFS on moderately loaded systems.
15802 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
15803
15804 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
15805
15806 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
15807 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
15808 result reports.
15809
15810 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
15811
15812 * configure.in (CY_AC_PATH_TCLH): Remove.
15813 * configure: Regenerate.
15814
15815 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
15816
15817 * gdb.c++/Makefile.in (clean): Add missing '{'.
15818
15819 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
15820
15821 * lib/gdb.exp: Provide a default value for noinferior.
15822
15823 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
15824 Load libgloss.exp.
15825
15826 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
15827
15828 * gdb.disasm/hppa.exp: Compile directly into an executable, use
15829 the executable, not the .o to run the tests from.
15830
15831 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
15832
15833 * gdb.base/break.exp: Don't test for program exit or exit status
15834 if $noresults if nonzero.
15835 * gdb.base/langs.exp: Likewise.
15836 * gdb.base/watchpoint.exp: Likewise.
15837
15838 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
15839 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
15840 trying to compile the testcase.
15841
15842 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
15843
15844 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
15845 * gdb.base/signals.exp (continue to handler): Likewise.
15846
15847 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
15848
15849 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
15850
15851 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
15852
15853 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
15854
15855 * gdb.base/corefile.exp: Recognize "not found" as failure
15856 when trying to determine if a core file was generated.
15857 If no core file was generate the first time, try again without
15858 the ulimit -c to work around braindamaged shells.
15859
15860 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
15861
15862 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
15863 [] tests with "test" and enclose string in quotes.
15864 * gdb.stabs/configure: Rebuild
15865
15866 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
15867
15868 Changes in sync with expect:
15869 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
15870 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
15871 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
15872 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
15873 argument to AC_REQUIRE.
15874 * configure: Regenerated.
15875
15876 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
15877
15878 * gdb.base/corefile.exp: When generating a core, discard any
15879 error messages about ulimit not found and the "core dumped"
15880 message from the shell that runs the coredumper.
15881
15882 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
15883
15884 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
15885
15886 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
15887 which sed script to run. Expect failure for v_comb test
15888 on PA targets too.
15889
15890 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
15891
15892 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
15893 "print func2::coremaker_local" and for "backtrace in corefile.exp"
15894
15895 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
15896
15897 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
15898 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
15899 "sparc-sun-solaris*" xfails for "p v_comb".
15900 * lib/gdb.exp (default_gdb_start): Fix typo.
15901 * gdb.base/corefile.exp: Allow "Core was generated by ..."
15902 messages to not include the full program name that caused
15903 the core dump since some systems (such as solaris) apparently
15904 truncate this path to about 80 characters.
15905 When generating a core file first try increasing the core file
15906 size limit to unlimited since some systems may default it to
15907 zero, and it is harmless to try it. Move the test for failing
15908 to generate a core file to where it will actually get executed.
15909 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
15910 new gdb result from g++ debug info improvements and make old
15911 pattern obsolescent. Also account for size_t differences
15912 (may be int or long).
15913 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
15914 initialization before function call is placed in the delay slot
15915 and thus appears to be skipped over by commands such as "next".
15916
15917 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15918
15919 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
15920
15921 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
15922
15923 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
15924 input source file; fix code to compile test to deal with this
15925 convention.
15926 * gdb.c++/*.exp: Likewise.
15927
15928 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
15929
15930 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
15931 "bt in signals.exp".
15932
15933 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
15934
15935 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
15936 "step over execarg initialization" and
15937 "step over corearg initialization".
15938
15939 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
15940
15941 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
15942 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
15943
15944 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
15945
15946 From Rob Savoye (rob@poseidon.cygnus.com)
15947 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
15948 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
15949 configure.in}, gdb.disasm/{Makefile.in, configure.in},
15950 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
15951 configure.in}: Major reworking for autoconfig.
15952 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
15953 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
15954 New files.
15955 * config/unix-gdb.exp: Make GDB global.
15956 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
15957 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
15958 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
15959 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
15960 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
15961 term.exp, twice.exp, watchpoint.exp, whatis.exp},
15962 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
15963 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
15964 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
15965 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
15966 pr-8136.exp, result.exp, string.exp, tuples.exp},
15967 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
15968 to returns as necessary, arrange for test to compile own testcase
15969 executable.
15970 * lib/gdb.exp: Changes for testsuite to compile own test cases.
15971
15972 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
15973
15974 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
15975 clear_xfail at end of test which might not call either pass or fail.
15976 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
15977 "backtrace through signal handler".
15978
15979 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15980
15981 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
15982 continuing from a job control stop signal.
15983 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
15984
15985 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
15986
15987 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
15988 * gdb.base/corefile.exp: Likewise.
15989 * gdb.base/funcargs.exp: Likewise.
15990
15991 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
15992
15993 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
15994 * config/monitor.exp: Add support for setting baud rate.
15995
15996 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
15997
15998 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
15999 i*86-*-linux* xfails for "backtrace through signal handler".
16000 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16001 "print func2::coremaker_local".
16002 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16003 alpha-dec-osf2* xfail for
16004 "delete all breakpoints when none".
16005
16006 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16007
16008 * gdb.base/break.exp: Change test that deletes all breakpoints
16009 when no user breakpoints are installed. A post 4.15 change
16010 causes gdb to no longer prompt in this case.
16011
16012 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16013
16014 * gdb.base/return.exp (return_tests): Change xfail for test
16015 "correct value returned double test" to stop xfailing at
16016 Solaris 2.5. Apparently the bug has been fixed.
16017
16018 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16019
16020 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16021 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16022
16023 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16024
16025 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16026 * gdb.disasm/hppa.s: Corresponding changes.
16027
16028 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16029
16030 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16031 makefile fragment.
16032 * config/mt-hpux: Deleted.
16033
16034 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16035
16036 * Many files: When warning about suppressed tests due to a
16037 nonexistant test binary, avoid incrementing the warning count.
16038
16039 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16040
16041 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
16042
16043 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16044
16045 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16046 "sparc-*-solaris2*".
16047
16048 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16049
16050 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16051 Add global and local variables and initialize them.
16052 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16053 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16054 extracts the file name and terminating signal from the core file.
16055 * TODO: Remove note about tests for correct mapping of corefile.
16056 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16057 from optimizing it away.
16058 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16059 handles common blocks.
16060
16061 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16062
16063 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16064 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16065
16066 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16067
16068 * Makefile.in (maintainer-clean): New target, synonym for
16069 realclean.
16070 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16071 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16072 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16073 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16074 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16075 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16076
16077 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16078
16079 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16080 xfails when not gcc compiled for "print foo::funclocal".
16081 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16082 "print foo::funclocal at foo",
16083 "print 'scope1.c'::foo::funclocal at foo",
16084 "print foo::funclocal_bss at foo",
16085 "print 'scope1.c'::foo::funclocal_bss at foo",
16086 "print foo::funclocal_ro at foo",
16087 "print 'scope1.c'::foo::funclocal_ro at foo",
16088 "print bar::funclocal at foo" and
16089 "print 'scope1.c'::bar::funclocal at foo".
16090 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16091 gcc compiled for "print foo::funclocal at bar".
16092 Expand all messages to ensure that they identify that
16093 the test is at bar().
16094 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16095 gcc compiled for:
16096 "ptype on opaque struct pointer (statically)",
16097 "ptype on opaque struct tagname (statically)",
16098 "ptype on opaque struct pointer (dynamically) 1",
16099 "ptype on opaque struct tagname (dynamically) 1",
16100 "ptype on opaque struct pointer (dynamically) 2" and
16101 "ptype on opaque struct tagname (dynamically) 2
16102 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16103 gcc compiled for:
16104 "p datalocal"
16105 "whatis datalocal",
16106 "ptype datalocal",
16107 "p bsslocal",
16108 "whatis bsslocal", and
16109 "ptype bsslocal".
16110 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16111 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16112 when not gcc compiled.
16113 * gdb.base/funcargs.exp (float_and_integral_args): Add
16114 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16115 compiled.
16116 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16117 "backtrace from call6a" when not gcc compiled.
16118 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16119 "backtrace from call7a" when not gcc compiled.
16120 * gdb.base/callfuncs.exp (do_function_calls):
16121 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16122 "p t_char_array_values(char_array_val2,char_array_val1)",
16123 "p t_char_array_values(char_array_val1,char_array_val2)",
16124 "p t_char_array_values("carray 1","carray 2")",
16125 "p t_char_array_values("carray 1",char_array_val2)",
16126 "p t_char_array_values(char_array_val1,"carray 2")",
16127 "p sum_args(1,{2})",
16128 "p sum_args(2,{2,3})",
16129 "p sum_args(3,{2,3,4})",
16130 "p sum_args(4,{2,3,4,5})"
16131 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16132 "backtrace in corefile.exp" when not gcc compiled.
16133
16134 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16135
16136 * gdb.base/signals.exp: Rewrite `handle all print' test as
16137 a procedure. Accept blanks or TABs as whitespace, increase
16138 timeout and expect input buffer size for the large output
16139 from the command. Remove "i*86-*-bsdi2.0" xfail.
16140
16141 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16142
16143 * gdb.base/setvar.exp: Add new testcases for truncation when
16144 assigning invalid values to bitfields.
16145
16146 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16147
16148 * gdb.base/callfuncs.exp (do_function_calls): Remove
16149 mips-sgi-irix* xfail for
16150 "call inferior func with struct - returns char *"
16151 and fix test so that an optional (unsigned char *) cast is
16152 accepted in the result.
16153
16154 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16155
16156 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16157 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16158 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16159 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16160 that accidentally got checked in.
16161
16162 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16163
16164 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
16165 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16166 compiled test.
16167 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16168 Add mips-sgi-irix5* xfail for not gcc compiled.
16169 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16170 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16171 "p top", "whatis top", "p middle", and "whatis middle".
16172 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16173 "whatis signed char" for not gcc compiled.
16174 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16175 "set variable signed char=-1 (-1)" and
16176 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16177 * gdb.base/funcargs.exp (float_and_integral_args):
16178 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16179 Add mips-sgi-irix* xfail when not gcc compiled for
16180 "continue to call2b".
16181 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16182 "continue to call2g".
16183 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16184 "backtrace from call6a"
16185 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16186 "backtrace from call7k".
16187 Add mips-sgi-irix5* xfail when not gcc compiled for
16188 "backtrace from call7a".
16189 (localvars_after_alloca): Fix gdb_test cmds for
16190 "print * after runto ...".
16191 Remove rs6000-*-* xfails for
16192 "print i after runto localvars_after_alloca" and
16193 "print l after runto localvars_after_alloca"
16194 for all compilers.
16195 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16196 when not compiled with gcc, for:
16197 "print signed char == (minus)",
16198 "print signed char != (minus)",
16199 "print signed char < (minus)",
16200 "print signed char > (minus)".
16201 * gdb.base/callfuncs.exp (do_function_calls):
16202 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16203 "call inferior func with struct - returns char *".
16204 * gdb.base/return.exp (return_tests): Change xfail for
16205 "correct value returned double test" to include Solaris 2.4.
16206 * gdb.base/funcargs.exp (float_and_integral_args):
16207 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16208
16209 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16210
16211 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16212 enumeration bitfields if compiling with GNU C.
16213 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16214 to empty' prompt.
16215
16216 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16217
16218 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16219 test for PRO targets.
16220
16221 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16222 breakpoints in the inferior at any given time by making
16223 two groups of breakpoints for call2*, call6* and call7*
16224 tests.
16225
16226 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16227
16228 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16229 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16230 from optimizing it away.
16231 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16232 "call inferior func with struct".
16233
16234 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16235
16236 * configure.in: Only configure gdb.chill for particular targets.
16237
16238 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16239
16240 * gdb.base/Makefile.in: Add action to .c.o transformation
16241 rule that generates a .ci file for each .o file and remove
16242 explicit .c.o rules except for callfuncs.o.
16243 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16244 generates a .ci file for each .o file and remove explicit
16245 .cc.o rules.
16246 (clean): Remove *.tmp *.ci files.
16247 (EXECUTABLES): Remove templ-info.exp.
16248 * gdb.base/compiler.c: New file.
16249 * gdb.c++/compiler.cc: New file
16250 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16251 Change rs6000-*-* xfail for
16252 "print 'scope0.c'::filelocal_ro" and
16253 "print 'scope1.c'::filelocal" and
16254 "print 'scope1.c'::filelocal_bss" and
16255 "print 'scope1.c'::filelocal_ro" and
16256 "print 'scope1.c'::foo::funclocal" and
16257 "print 'scope1.c'::foo::funclocal_ro" and
16258 "print 'scope1.c'::bar::funclocal" and
16259 "print 'scope0.c'::filelocal_ro" and
16260 "print 'scope1.c'::filelocal at foo" and
16261 "print 'scope1.c'::filelocal_bss at foo" and
16262 "print 'scope1.c'::filelocal_ro at foo" and
16263 "print 'scope1.c'::foo::funclocal at foo" and
16264 "print 'scope1.c'::foo::funclocal_bss at foo" and
16265 "print 'scope1.c'::foo::funclocal_ro at foo" and
16266 "print 'scope1.c'::bar::funclocal at foo" and
16267 "print 'scope0.c'::filelocal_ro" and
16268 "print 'scope1.c'::filelocal" and
16269 "print 'scope1.c'::filelocal_bss" and
16270 "print 'scope1.c'::filelocal_ro" and
16271 "print 'scope1.c'::foo::funclocal" and
16272 "print 'scope1.c'::foo::funclocal_bss" and
16273 "print 'scope1.c'::foo::funclocal_ro" and
16274 "print 'scope1.c'::bar::funclocal" and
16275 "print 'scope1.c'::bar::funclocal_bss"
16276 to only be xfail'd when not compiled with gcc.
16277 Add rs6000-*-* xfail for
16278 "print 'scope0.c'::filelocal_bss before run"
16279 when compiled with gcc.
16280 (test_at_main): Add rs6000-*-* xfail for
16281 "print filelocal_ro in test_at_main"
16282 when compiled with gcc.
16283 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
16284 Add rs6000-*-aix* xfail for
16285 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16286 "ptype t_char_array", not compiled with gcc.
16287 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16288 xfail for "list foo (in include file)" when gcc compiled.
16289 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16290 (integral_args): Add rs6000-*-* xfail for
16291 "run to call0a" if not compiled with gcc.
16292 (unsigned_integral_args): Add rs6000-*-* xfail for
16293 "run to call1a" if not compiled with gcc.
16294 (float_and_integral_args): Add rs6000-*-* xfail for
16295 "run to call2a" if not compiled with gcc and for
16296 "continue to call2b" for any compiler.
16297 Add rs6000-*-* xfail to
16298 "print f1 after run to call2a" for gcc compiled.
16299 (discard_and_shuffle): Add rs6000-*-* xfail for
16300 "run to call6a".
16301 (shuffle_round_robin): Add rs6000-*-* xfail for
16302 "backtrace from call7a" if not compiled with gcc.
16303 Add rs6000-*-* xfail for
16304 "backtrace from call7b" if compiled with gcc.
16305 (call_after_alloca): Add rs6000-*-* xfail for
16306 "print c in call_after_alloca" and
16307 "print s in call_after_alloca" and
16308 "backtrace from call_after_alloca_subr"
16309 if not compiled with gcc.
16310 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16311 "print c in localvars_in_indirect_call" and
16312 "print c in localvars_in_indirect_call" and
16313 "backtrace in indirectly called function" and
16314 "stepping into indirectly called function"
16315 if not compiled with gcc.
16316 (localvars_after_alloca): Add rs6000-*-* xfail for
16317 "print c after runto localvars_after_alloca" and
16318 "print s after runto localvars_after_alloca" and
16319 "print i after runto localvars_after_alloca" and
16320 "print l after runto localvars_after_alloca"
16321 for all compilers.
16322 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16323 than whatis-info.exp.
16324 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16325 than opaque-info.exp.
16326 Setup rs6000-*-* xfail for
16327 "ptype on opaque struct pointer (statically)" and
16328 "ptype on opaque struct pointer (dynamically)" when
16329 not compiled with gcc.
16330 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16331 rather than callf-info.exp.
16332 (do_function_calls): Add clear_xfail for rs6000-*-* for
16333 "p t_float_values2(3.14159,float_val2)". Seems to work
16334 fine there, both with xlc and gcc. Need to find out what
16335 it is doing right and fix other platforms.
16336 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16337 "call inferior func with struct - returns int",
16338 "call inferior func with struct - returns long",
16339 "call inferior func with struct - returns float",
16340 "call inferior func with struct - returns double",
16341 "call inferior func with struct - returns char *",
16342 but only if not gcc compiled (presumes xlc compiled).
16343 Change rs6000-*-* xfails for
16344 "call inferior func with struct - returns char" and
16345 " call inferior func with struct - returns short" to only
16346 xfail if not using gcc.
16347 (clean mostlyclean): Remove *.ci and *.tmp files.
16348 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16349 than templ-info.exp.
16350 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16351 Add rs6000-*-* xfail for "up to foo in langs.exp"
16352 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16353 when not gcc compiled.
16354
16355 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16356
16357 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16358 * gdb.base/corefile.exp: Likewise.
16359 * gdb.base/list.exp: Likewise.
16360 * gdb.base/scope.exp: Likewise.
16361 * gdb.base/siganls.exp: Likewise.
16362
16363 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16364 compiler output.
16365 * gdb.base/whatis.exp: Likewise.
16366
16367 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16368
16369 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16370 failure (opcode table has been fixed to match reality).
16371
16372 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16373
16374 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16375 "call inferior func with struct - returns char",
16376 "call inferior func with struct - returns short"
16377
16378 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16379 "print 'scope0.c'::filelocal at main",
16380 "print 'scope0.c'::filelocal_bss in test_at_main",
16381 "print 'scope0.c'::filelocal at foo",
16382 "print 'scope0.c'::filelocal_bss in test_at_foo",
16383 "print 'scope0.c'::filelocal at bar",
16384 "print 'scope0.c'::filelocal_bss in test_at_bar"
16385
16386 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16387 in source file 1". This bug seems to have been fixed with both
16388 gcc and native cc (was native assembler bug?).
16389
16390 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16391
16392 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16393 "backtrace through signal handler" to "i*86-*-sysv4*".
16394 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16395 continue" case. Add "known SVR4 bug" to fail message.
16396 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16397 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16398 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16399 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16400 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16401 "up to foo in langs.exp", "show language at foo in
16402 langs.exp", "up to cppsub_ in langs.exp", "show
16403 language at cppsub_ in langs.exp", "up to fsub in
16404 langs.exp", and "show language at fsub in langs.exp".
16405 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16406 "bactrace in corefile.exp".
16407 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16408 "call inferior function with struct - returns float" and
16409 "call inferior function with struct - returns double".
16410
16411 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16412
16413 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16414 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16415 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16416 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16417
16418 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16419
16420 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16421 (or overriden) "CHILL" macro rather then bare "gcc".
16422 Also look for ../../gcc/xgcc since that is what we will
16423 actually need, not "Makefile". Remove following assignment
16424 of CHILL to CHILL_FOR_TARGET because that results in
16425 recursive definition.
16426
16427 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16428
16429 * gdb.base/corefile.exp: Change xfail for backtrace in
16430 corefile.exp from linuxaout to all linux.
16431 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16432 cases where we miss the breakpoint at the signal handler
16433 for some reason. Setup xfail for linuxoldld/linuxaout and
16434 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16435 hitting SIGURG breakpoint.
16436 * gdb.base/signals.exp: Setup xfail for "next" acting like
16437 continue to add linuxoldld. Setup xfail for all linux for
16438 "next to handler in signals_tests_1", "backtrace in
16439 signals_tests_1", "continue to func1", "pass SIGUSR1",
16440 and continue to handler".
16441
16442 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16443
16444 * Update all FSF addresses except those in COPYING* files.
16445
16446 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16447
16448 * gdb.base/a2-run.exp: Change messages to be more explicit about
16449 the status of args, and quote binfile in results.
16450
16451 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16452
16453 * gdb.base/callfuncs.exp: Add tests for passing structs to
16454 inferior functions and return various types.
16455 * gdb.base/callfuncs.c: Add functions to receive a struct
16456 and return a member of the struct, in various types.
16457
16458 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16459
16460 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16461
16462 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16463
16464 * config/vxworks29k.exp: New file, sources vxworks.exp.
16465
16466 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16467
16468 * config/gdbremote.exp: New file. Testing framework using
16469 gdbserver.
16470
16471 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16472
16473 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16474 "call function when asleep" and "send end of file".
16475 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16476 for "backtrace in corefile.exp".
16477 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16478 for "backtrace through signal handler".
16479 * gdb.base/corefile.exp: Make sure we actually generate a core file
16480 before trying the core tests. Some systems allow the user to suppress
16481 generation of core files and default to that (linux for example).
16482 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16483 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16484
16485 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16486
16487 * gdb.threads: New directory with some crude multi-threaded
16488 gdb tests (step.exp and step2.exp).
16489 * config/mt-lynx (STEP_EXECUTABLE): Define.
16490 (THREADFLAGS): Define.
16491
16492 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16493
16494 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16495
16496 * gdb.base/signals.exp: Disable whole file for lynx until
16497 further notice.
16498
16499 * gdb.base/signals.exp: xfail test where "next" acts like
16500 "continue" for lynx.
16501
16502 * gdb.base/interrupt.exp: xfail test for calling function while
16503 inferior is asleep for lynx.
16504
16505 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16506 than one cr-lf after each command.
16507
16508 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16509
16510 * configure.in: Reinstate setting of stabsdirs variable, fix
16511 typo in setting up configdirs for native builds.
16512
16513 * gdb.base/return.exp: Fix typo in return double test.
16514 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16515 compiler from optimizing them away.
16516
16517 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16518
16519 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16520 sequences to be echo'd by gdb when using gdb_test.
16521 * gdb.chill/chexp.exp: Likewise.
16522 * gdb.fortran/exprs.exp: Likewise
16523
16524 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16525
16526 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16527 after the inferior gdb has started.
16528
16529 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16530 after each command.
16531 * gdb.base/funcargs.exp: Likewise.
16532 * gdb.base/gdbvars.exp: Likewise.
16533 * gdb.base/interrupt.exp: Likewise.
16534 * gdb.base/list.exp: Likewise.
16535 * gdb.base/watchpoint.exp: Likewise.
16536 * gdb.c++/demangle.exp: Likewise.
16537 * gdb.c++/inherit.exp: Likewise.
16538 * gdb.chill/chexp.exp: Likewise.
16539 * gdb.fortran/exprs.exp: Likewise.
16540
16541 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16542 test if we can't handle IO to/from the inferior.
16543
16544 * gdb.c++/misc.exp: Always check for a program already being
16545 started after sending a "run" command to gdb.
16546
16547 * gdb.base/twice.exp: Start with a fresh gdb.
16548
16549 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16550 only depend on gdb's expression code, not the chill runtime.
16551
16552 * gdb.base/return.c: Put return values into variables so we
16553 can have gdb print them rather than depending on the program
16554 to print them.
16555 * gdb.base/return.exp: Corresponding changes.
16556
16557 * lib/gdb.exp: Provide default value for noinferiorio.
16558 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16559 the inferior.
16560
16561 * gdb.base/break.exp: Always check for a program already being
16562 started after sending a "run" command to gdb.
16563 (text_next_with_recursion): Don't check the output from the
16564 program's printf statement. Instead just make sure the program
16565 exited.
16566
16567 * gdb.base/commands.exp: Protect tests which need arguments with
16568 $noargs conditionals.
16569
16570 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16571
16572 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16573 of structure member arrays to match gdb/valops.c:value_addr change.
16574
16575 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16576
16577 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16578 cases.
16579
16580 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16581
16582 * configure.in (configdirs): Remove gdb.chill from default list
16583 of subdirs and then add it back in only if doing a native build.
16584 The current chill compiler does not yet work in any cross build.
16585 * Revert all signal changes from Jul 6.
16586 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16587 for sh-hms targets, allowing these tests to link, with no other
16588 changes. Testing is suppressed by setting "nosignals" in site.exp.
16589
16590 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16591
16592 * configure.in (signaldirs): Define and add to configdirs for all
16593 targets except some specific ones that are known to not support signals.
16594 Also clean up formatting.
16595 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16596 (signals, sigall): Remove rules to build.
16597 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16598 Moved to new gdb.signals directory.
16599 * gdb.signals: New test directory.
16600 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16601 signals.c signals.exp}: New or moved files.
16602
16603 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16604
16605 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16606
16607 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16608
16609 * gdb.base/return.exp: Xfail `return double' test failure
16610 on at least Solaris 2.3 and handle future/past versions on
16611 a case by case basis as appropriate. Also update message
16612 to include i*86 failures.
16613
16614 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16615
16616 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16617
16618 * lib/gdb.exp: Fix comment which erroneously identified
16619 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16620 gdb_file_cmd not gdb_load).
16621 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16622
16623 * gdb.base/setvar.exp: Make test names consistent between pass and
16624 fail cases. Use gdb_test more.
16625
16626 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16627
16628 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16629
16630 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16631
16632 * gdb.base/help.exp: Fix expected help string for `show commands'.
16633
16634 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16635
16636 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16637
16638 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16639 of a text section.
16640
16641 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16642
16643 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16644 that loop eventually terminates. Fix Connection refused logic so
16645 that testsuite will expire nicely.
16646
16647 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16648
16649 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16650 config/rom68k.exp: New tcl glue for the appropriate monitors.
16651 These all just end up calling monitor.exp.
16652 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16653 refused' by retrying. Cleanup some timeout issues.
16654 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16655 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16656 callers don't have to set/restore global timeout variable.
16657
16658 * The following set of changes centralizes management of the global
16659 timeout variable. This way, it can be set in one target dependent
16660 place instead of dozens of places scattered throughout the test suite.
16661 If you need to lengthen a timeout, then you should either set timeout
16662 in one of the config/{target}.exp files, or multiply it by a factor.
16663 Setting it to an absolute value is always going to lose for some
16664 targets.
16665 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16666 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16667 * gdb.base/funcargs.exp: Don't set timeout.
16668 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16669 * gdb.base/printcmds.exp (test_print_string_constants
16670 test_print_array_constants): Don't set timeout.
16671 * gdb.base/ptype.exp: Don't set timeout.
16672 * gdb.base/recurse.exp: Don't set timeout.
16673 * gdb.base/return.exp: Don't set timeout.
16674 * gdb.base/watchpoint.exp: Don't set timeout.
16675 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16676 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16677
16678 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16679
16680 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16681
16682 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16683
16684 * lib/gdb.exp: Disable chill tests for irix5.
16685
16686 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16687
16688 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16689 each test pass or fail.
16690
16691 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16692
16693 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16694 xlc not gcc.
16695
16696 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16697
16698 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16699
16700 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16701
16702 * config/est.exp: Fix copyright and comments. Remove dead code.
16703 Use targetname, serialport and baud variables instead of fixed
16704 constants.
16705 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16706 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16707
16708 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16709
16710 * gdb.base/watchpoint.exp: Don't run
16711 test_watchpoint_triggered_in_syscall for sunos.
16712
16713 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16714
16715 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16716 they don't seem to exist. Do include stdio.h.
16717
16718 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16719
16720 * gdb.base/a1-selftest.exp: Add alpha xfail.
16721
16722 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16723
16724 * gdb.base/watchpoint.c (main): Prompt before calling read().
16725 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16726 Revise accordingly. Remove cruft about sending "123" several
16727 times, until it gets noticed. Clean up the "print buf[0]" stuff
16728 so that it passes or fails, and waits for prompts in the usual way.
16729
16730 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16731
16732 * gdb.base/recurse.exp: Fix comment.
16733
16734 * TODO: Remove item about printing variables in nodebug.exp. Add
16735 item about enabling tests which are only run on some targets.
16736
16737 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16738 fail, make test names unique, use new gdb_test convention
16739 regarding pattern, use gdb_test more, etc.).
16740
16741 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16742 fail, make test names unique, etc.).
16743
16744 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16745
16746 * gdb.base/nodebug.c: Change return type of top and middle to
16747 short.
16748 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16749 are fixed by the recent mdebugread.c changes. Allow `short ()'
16750 as type for top and middle.
16751
16752 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16753
16754 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16755 nearly as I can tell, the whole thing was an accident in Stu's
16756 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
16757 to replace a send/expect pair with gdb_test, but ended up only
16758 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
16759 of 30 Mar 1995 took care of it, but left this vestigial comment
16760 which I am now nuking.
16761
16762 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16763
16764 * gdb.base/break.exp: Look for different line number for
16765 breakpoint at main depending on usestubs.
16766
16767 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16768
16769 * gdb.base/list.exp: Adjust some alternate expect patterns to
16770 match recent list0.c change. Add alternate expect pattern for
16771 output from `list default lines around main' for optimizing
16772 compilers.
16773
16774 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16775
16776 * lib/gdb.exp: If nosignals is not set, set it to 0.
16777
16778 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
16779
16780 * config/slite-gdb.exp: Responds to load symbol table prompt.
16781 * gdb.base/break.exp: Adjust line number, fix rerun.
16782 * gdb.base/langs0.c: Add #ifdef usestubs.
16783
16784 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
16785
16786 * gdb.base/list.exp: Adjust line contents after adding new lines in
16787 list0.c. Also fix a syntax error.
16788
16789 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
16790 * gdb.base/break.exp: ditto.
16791 * gdb.base/list.exp: ditto.
16792 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
16793 * gdb.base/run.c: ditto.
16794 * gdb.base/list0.c: ditto.
16795 * gdb.base/funcargs.c: ditto.
16796
16797 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
16798
16799 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
16800 $targetname, $serialport and $baud instead of hardwired variables.
16801 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
16802 target doesn't support signals.
16803
16804 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
16805
16806 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
16807
16808 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16809
16810 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
16811 Don't rely on the value of an auto variable before it has been
16812 initialized. Use gdb_test more.
16813
16814 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16815
16816 * lib/gdb.exp (default_gdb_version): A version number must start
16817 with a digit, but other than that contains all characters up to
16818 the first whitespace character.
16819
16820 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16821
16822 * gdb.base/commands.exp (breakpoint_command_test): New tests.
16823
16824 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16825
16826 * gdb.c++/*.exp: Warn if executable does not exist. The original
16827 reason for skipping the warning was that configure.in sometimes
16828 intentionally skipped building the executables but the tcl code
16829 had no way of knowing. That (a) was always bogus with respect to
16830 error handling, (b) is no longer true (right now there is no way
16831 to skip C++ tests).
16832
16833 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
16834
16835 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16836
16837 * gdb.base/list.exp: Add expect patterns for output from
16838 SunPRO compiled executables.
16839 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
16840 types.
16841
16842 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16843
16844 * gdb.base/break.exp (test_next_with_recursion): Accept any line
16845 number (we are already testing that the correct source line text
16846 gets printed).
16847
16848 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
16849 that is what is intended, but something needed to be done to get
16850 sunos4 native working again.
16851
16852 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
16853
16854 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
16855 apparently went with a (very) old xfail.
16856
16857 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
16858
16859 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
16860 runto_main is a proc in gdb.exp that will do 'step' for target use
16861 stubs.
16862 * gdb.base/exprs.exp: ditto.
16863 * gdb.base/interrupt.exp: ditto.
16864 * gdb.base/opaque.exp: ditto.
16865 * gdb.base/printcmds.exp: ditto.
16866 * gdb.base/ptype.exp: ditto.
16867 * gdb.base/scope.exp: ditto.
16868 * gdb.base/setvar.exp: ditto.
16869 * gdb.base/signals.exp: ditto.
16870 * gdb.base/twice.exp: ditto.
16871 * gdb.c++/classes.exp: ditto.
16872 * gdb.c++/inherit.exp: ditto.
16873 * gdb.c++/templates.exp: ditto.
16874 * gdb.base/break.exp: no run and hit main for stubs. Change line
16875 numbers for breakpoints and info breakpoint.
16876 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
16877 breakpoint().
16878 * gdb.base/callfuncs.c: ditto.
16879 * gdb.base/exprs: ditto.
16880 * gdb.base/interrupt.c: ditto.
16881 * gdb.base/opaque0.c: ditto.
16882 * gdb.base/printcmds.c: ditto.
16883 * gdb.base/ptype.c: ditto.
16884 * gdb.base/scope0.c: ditto.
16885 * gdb.base/setvar.c: ditto.
16886 * gdb.base/signals.c: ditto.
16887 * gdb.base/twice.c: ditto.
16888 * gdb.c++/misc.cc: ditto.
16889 * gdb.c++/templates.cc: ditto.
16890
16891 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16892
16893 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
16894
16895 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
16896 somewhere between `read' and `main.c'. I'm pretty sure the
16897 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
16898 and it isn't particularly useful.
16899
16900 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
16901
16902 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16903
16904 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
16905
16906 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
16907
16908 * config/mt-slite: add LIBS and -nostdlib.
16909 * config/slite-gdb.exp: add this new file to support sparclite target.
16910
16911 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
16912
16913 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
16914
16915 * gdb.base/a2-run.exp: Change argument to istarget from
16916 "*-*-vxworks" to "*-*-vxworks*".
16917 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
16918
16919 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
16920
16921 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
16922 will not runto main but do a 'step' to step out of breakpoint().
16923 * config/mt-slite: add -Dusestubs.
16924
16925 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16926
16927 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
16928 instead of just @.
16929
16930 * gdb.base/signals.exp: Add test for "handle all print".
16931 * TODO: Remove "handle all print". Also remove item about
16932 checking copyright date (I don't like the idea of a spurious FAIL
16933 based on when we run the tests).
16934
16935 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
16936 for SunOS4 (reason for failure not investigated). Remove
16937 redundant test for $binfile.
16938
16939 * gdb.base/nodebug.c (array_index): Call malloc.
16940
16941 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
16942
16943 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
16944
16945 * gdb.base/recurse.exp: Update gdb_test invocation to use new
16946 conventions and slightly simplify the matching regexp.
16947
16948 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16949
16950 * gdb.base/break.exp: Update gdb_test invocation to use new
16951 convention.
16952
16953 * lib/gdb.exp: If noargs is not set, set it to 0.
16954
16955 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
16956 tests unique.
16957
16958 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
16959
16960 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16961
16962 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
16963 one argument of type "<non-float parameter>".
16964
16965 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
16966
16967 * config/rom68k.exp: New file to support Motorola IDP board.
16968 * gdb.base/a2-run.exp: Skip this file if noargs is set.
16969 * gdb.base/break.c: Change things around so that this program
16970 doesn't depend upon args. This is necessary to make remote
16971 targets work (in general, they can't take args).
16972 * gdb.base/break.exp: Don't try to send args to program. Don't
16973 expect output. Also, replace lots of code with gdb_test.
16974
16975 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16976
16977 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
16978 printing of '\'' (which is what the comment says we are testing,
16979 even though we were not), not '''.
16980 (test_integer_literals_rejected): Test that printing ''' is an error.
16981
16982 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16983 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
16984 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
16985 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
16986 Use gdb_test not test_print_accept.
16987 * lib/gdb.exp: Remove test_print_accept.
16988
16989 * gdb.base/signals.exp (signal_tests_1): Make pass message
16990 consistent with fail message.
16991
16992 * gdb.base/whatis.exp: Remove xfails for printing char vs.
16993 unsigned char; the bug (PR 1821) is fixed.
16994
16995 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
16996
16997 * gdb.base/scope.exp (test_at_localscopes): Call pass for
16998 successful tests--makes xfailing them work right.
16999
17000 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17001
17002 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17003 only \r\n, not .*. The test can pass .* as the last thing in
17004 $pattern if that is what it wants. In addition to providing this
17005 flexibility, this change should speed up pattern matching in cases
17006 where the pattern already ended with .* (there were a number of
17007 them). This change also helps catch bad patterns--in the old
17008 scheme the typo "char \*" instead of "char \\*" would pass. Now
17009 it is caught.
17010 * Many .exp files: Update callers.
17011
17012 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17013 clearer and does not spuriously match multiple ('s. Likewise for
17014 ) and *.
17015
17016 * gdb.base/nodebug.exp: Test ability to call a function and pass
17017 it a string (even with no debugging info).
17018
17019 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17020 "p '\'", which is the same as "p ''" once tcl gets done with
17021 quoting, to "p '\\'", which I suspect is what is intended (one
17022 backslash gets sent to GDB).
17023
17024 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17025
17026 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17027
17028 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17029 1817) was fixed literally years ago.
17030
17031 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17032
17033 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17034 test, it causes stepping out of call_after_alloca_subr with
17035 optimizing compilers.
17036 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17037 fails.
17038
17039 * gdb.c++/templates.exp: Source templ-info.exp only if
17040 the templates executable exists.
17041
17042 * gdb.c++/misc.cc (class Contains_static_instance,
17043 class Contains_nested_static_instance),
17044 gdb.c++/classes.exp (test_static_members): Test printing of
17045 a class that contains a static instance of the class.
17046
17047 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17048
17049 * gdb.base/langs2.c (cppsub_): Don't prototype.
17050 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17051 only, I believe).
17052
17053 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17054
17055 * lib/gdb.exp (skip_chill_tests): New procedure.
17056
17057 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17058
17059 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17060
17061 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17062 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17063
17064 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17065
17066 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17067
17068 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17069 disassemble 8, not 16, instructions for part 4.
17070
17071 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17072 support the latter anymore.
17073
17074 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17075 -DNO_PROTOTYPES.
17076 * gdb.base/callfuncs.c: Control use of prototypes based on
17077 NO_PROTOTYPES, not __STDC__.
17078 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17079 t_float_values2 tests if prototypes in use.
17080
17081 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17082 t_double_values): When checking differences against DELTA, check
17083 that difference is within the range (-DELTA,DELTA), not just
17084 (-infinity,DELTA).
17085
17086 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17087
17088 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17089 'file' command firts, then 'target', then 'load', this is due to gdb
17090 target set up.
17091 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17092
17093 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17094
17095 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17096 FP load/store variants.
17097 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17098
17099 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17100
17101 * gdb.base/term.exp: Do not give a warning if not native, it is
17102 not an abnormal condition.
17103
17104 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17105
17106 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17107 t_char_array".
17108
17109 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17110
17111 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17112 are getting the version number.
17113
17114 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17115 if not native, it is not an abnormal condition.
17116
17117 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17118
17119 * lib/gdb.exp: Just use "file exists", rather than undocumented
17120 dejagnu procedure "findfile".
17121
17122 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17123
17124 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17125 (LDFLAGS): Set to -Xlinker -Ur.
17126
17127 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17128 Removed, these values are set by lib/gdb.exp.
17129
17130 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17131
17132 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17133
17134 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17135 of replicating gdb startup code.
17136
17137 * config/mt-vxworks (LDFLAGS): Set to -r.
17138 (CFLAGS_FOR_TARGET): Removed.
17139
17140 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17141 (gdb) and gdb for vxworks uses (vxgdb).
17142
17143 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17144 executable is not in the tree and host != target, use sed and
17145 program_transform_name to determine the gdb name used by the
17146 target.
17147
17148 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17149 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17150
17151 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17152
17153 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17154 floats, chars, and shorts where there are ANSI-style function
17155 definitions.
17156
17157 * gdb.base/langs.exp, gdb.base/langs*: New test.
17158 * gdb.base/Makefile.in: Build it.
17159 * TODO: Remove item about checking that C names don't get C++
17160 demangling applied; this test tests it.
17161
17162 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17163
17164 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17165 went with the const70 xfail. The xfail went away a year ago.
17166
17167 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17168
17169 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17170 for hp300.
17171
17172 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17173
17174 * gdb.base/a1-selftest.exp: Don't run on hp300.
17175
17176 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17177
17178 * Makefile.in (site.exp): Set host_alias and target_alias as well
17179 as host_triplet and target_triplet.
17180
17181 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17182
17183 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17184
17185 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17186 places as other ecoff systems).
17187
17188 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17189 ultrix.
17190
17191 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17192
17193 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17194 remove them.
17195 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17196 variable and "variable" in addition to "data variable".
17197 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17198
17199 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17200 2.
17201 * gdb.base/list1.c (long_line): Add additional statement at start
17202 of function.
17203 * gdb.base/list.exp (test_forward_search): Update line number to
17204 reflect new statement.
17205
17206 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17207
17208 * gdb.base/signals.exp: Reinitialize searched source directories
17209 after gdb_start call.
17210
17211 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17212
17213 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17214 * gdb.stabs/Makefile.in: Likewise.
17215
17216 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17217 change. Instead split the tests into smaller pieces.
17218 * gdb.disasm/hppa.s: Corresponding changes.
17219
17220 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17221
17222 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17223 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17224
17225 * gdb.base/funcargs.exp: Modify many tests so that every test
17226 either passes or fails. Make some test names unique.
17227
17228 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17229
17230 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17231 Call stty to set interrupt character.
17232
17233 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17234 for HP assembler versus GNU assembler based on actual behavior of
17235 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17236
17237 * TODO: Suggest a few more stepping tests.
17238
17239 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17240
17241 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17242 restart GDB for h8300 after a continue.
17243 (return): Add pattern to match a29k-udi behavior.
17244 * gdb.base/nodebug.exp: Remove obsolete comment.
17245 * gdb.base/regs.exp: New file, testing of register displays.
17246 * gdb.base/return.exp: Fix typo in reference to $objdir.
17247 * gdb.base/whatis.exp: Always start with a fresh GDB.
17248
17249 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17250
17251 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17252 higher, these tests generate a lot of output.
17253
17254 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17255
17256 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17257 code following the catch silently ignored some errors; without the
17258 catch they should be thrown like any other tcl error. Also, the
17259 catch used "" instead of {} which meant all the callers who wanted
17260 to include one of the characters "[]$ had to quote it an extra time.
17261 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17262 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17263 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17264 Remove extra quoting.
17265
17266 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17267
17268 * gdb.base/commands.exp: Make test names unique; every test either
17269 passes or fails. Update some comments.
17270
17271 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17272
17273 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17274
17275 The following fixes a FAIL caused by the fact that the alpha stabs
17276 configuration didn't use the ".if alpha" code in weird.def.
17277 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17278 bit pointer, so the 32 bit version works even on the alpha.
17279 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17280 Remove the stuff which allowed us to have separate versions for
17281 alpha and everything else.
17282
17283 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17284 regexp which "info func operator\[\](" is supposed to match. Fix
17285 string to send to GDB. Note that GDB still doesn't work right. Add a
17286 new test for "info func .perator\[\](" which GDB does handle correctly.
17287
17288 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17289
17290 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17291
17292 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17293 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17294 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17295 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17296 it makes the tests harder to understand and confuses test-o-matic.
17297 The preferred style is that each test provides a PASS or a FAIL,
17298 and has a unique message (e.g. "continue #54" not just "continue")
17299 which is the same for the pass and the fail.
17300 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17301 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17302 to lib/gdb.exp.
17303 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17304 prt_accept which was basically the same thing. Likewise for
17305 test_print_reject and prt_reject.
17306 * lib/gdb.exp (test_print_reject): Add some more error message
17307 patterns to match from the former printcmds.exp (prt_reject).
17308 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17309 One defect of the passcount stuff is that some of it failed to
17310 report XPASS where appropriate.
17311 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17312 stuff before and after arg in expected pattern.
17313 (test_paddr_operator_functions): Re-do test without print_addr_of;
17314 this is the only test which seems to want extra stuff there.
17315
17316 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17317
17318 * gdb.base/nodebug.exp: Update new tests to reflect improved
17319 wording of gdb output.
17320
17321 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17322 and "ptype" work on variables in files compiled without -g.
17323 Replaces commented out "maint print msymbol" tests.
17324
17325 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17326
17327 * gdb.base/setvar.c (dummy): Call malloc.
17328
17329 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17330 losing with the irix4 sed.
17331
17332 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17333 ALRM" on irix4.
17334
17335 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17336
17337 * TODO: Remove items about corefile.exp testing new exec-file and
17338 backtrace; both are now done. Add items about printing enums.
17339
17340 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17341
17342 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17343 "get signal $thissig" test fails.
17344
17345 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17346
17347 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17348
17349 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17350 compiler warning with dec alpha compiler.
17351
17352 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17353 extra \n from gdb_test call (this explains why the prompt test
17354 that I removed yesterday was there).
17355 (user_defined_command_test): Remove extra \n and prompt test.
17356
17357 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17358 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17359 doesn't exist.
17360 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17361 Also remove alpha workaround, which turns out to be because
17362 SIGABRT == SIGLOST.
17363
17364 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17365
17366 * gdb.base/help.exp: Don't test "help show".
17367
17368 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17369
17370 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17371 "set print address" is on.
17372 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17373 pass prompt to gdb_test; gdb_test already looks for the prompt.
17374
17375 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17376
17377 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17378 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17379 was to make sure that gdb can read a core file. But (a) the "read
17380 the corefile" part didn't make it to a1-selftest.exp, we just
17381 delete the corefile after creating it, and (b) we test reading
17382 corefiles in corefile.exp anyway. Also, this test left around a
17383 xgdb process on Solaris.
17384
17385 * gdb.base/corefile.exp: Also test backtrace.
17386
17387 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17388
17389 * gdb.base/commands.exp: Test a simple user defined command with
17390 arguments and if/while statements; verify the full user command is
17391 printed by "show user".
17392
17393 * gdb.base/commands.exp: Test if/while commands as part of a
17394 breakpoint command list; verify they appear in breakpoint
17395 information.
17396
17397 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17398
17399 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17400 than by dividing by zero.
17401
17402 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17403
17404 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17405 performing an inferior call with watchpoints enabled.
17406 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17407 call.
17408
17409 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17410
17411 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17412 of "file" command.
17413
17414 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17415 Add additional pattern for when "int operator int(void);" appears
17416 in a different order.
17417
17418 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17419
17420 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17421
17422 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17423 and "signal" with ".*".
17424
17425 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17426
17427 * TODO: Add note about "handle all nostop".
17428
17429 * gdb.base/{sigall.c, sigall.exp}: New test.
17430 * gdb.base/Makefile.in: Add it.
17431
17432 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17433
17434 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17435 when invoking GDB, suppresses any windowing interface.
17436
17437 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17438
17439 * config/sim-gdb: New file, simulator testing support.
17440
17441 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17442
17443 * gdb.base/interrupt.exp: Test calling func1 twice.
17444
17445 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17446
17447 * gdb.base/list.exp (test_forward_search): Set timeout higher
17448 when we'll be getting lots of output from gdb.
17449
17450 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17451 "init_malloc" to after the expect statement. Run it if that
17452 regexp is taken, but also for two others which happen if source
17453 cannot be found.
17454
17455 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17456
17457 * gdb.base/printcmds.exp: New test, for printing register before
17458 program is running.
17459
17460 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17461
17462 * gdb.base/list.exp: Correct some alternate expect patterns
17463 to reflect changes in list1.c.
17464
17465 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17466
17467 * TODO: Add item regarding large frames.
17468
17469 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17470
17471 * TODO: Remove item about enabling return.exp; it
17472 is enabled. Suggest a few more "return" tests.
17473
17474 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17475
17476 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17477 anonymous unions.
17478
17479 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17480
17481 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17482 and pr-5646.o, so "make" is the same as "make all", not "make
17483 pr-4975.o".
17484
17485 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17486
17487 * gdb.base/list.exp: Adjust expectations to reflect changes in
17488 list1.c.
17489 (test_forward_search): New test proc.
17490 * gdb.base/list1.c (long_line): New function, has long source line.
17491
17492 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17493
17494 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17495 additional line of code that was added.
17496
17497 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17498
17499 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17500 tests so as not to overflow expect's input buffers.
17501 * gdb.disasm/hppa.exp: Corresponding changes.
17502
17503 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17504
17505 Beginnings of template debugging tests.
17506 * gdb.c++/templ-info.cc: New file to test for template
17507 debugging capability of the compiler.
17508 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17509 templ-info.cc.
17510 * gdb.c++/templates.cc: Add explicit template instantiations
17511 to enable compiling with -fno-implicit-templates. Add destructor
17512 and 'value' method to T5 class for template tests.
17513 * gdb.c++/templates.exp: Add testcases for printing of template
17514 types, setting breakpoints on template methods and calling a
17515 template method.
17516
17517 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17518
17519 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17520 branch target since some assemblers (gas-2.5) may emit a
17521 relocation for the branch instead of resolving it in the
17522 assembler.
17523
17524 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17525
17526 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17527 through signal handler.
17528
17529 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17530
17531 * configure.in (*-*-netware): Use config/mt-netware.
17532
17533 * config/mt-netware: New file.
17534 * config/mt-i386-netware: Removed, separate configs for different
17535 netware architectures are no longer needed now that we have
17536 --with-headers.
17537
17538 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17539
17540 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17541 by the recent changes to use ANSI C arithmetic conversions.
17542
17543 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17544
17545 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17546 bug involving using inferior_pid to figure out whether to select a
17547 frame.
17548
17549 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17550
17551 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17552 match the current disassembler output.
17553
17554 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17555
17556 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17557 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17558 types, expect "int" as type of integer values (for now).
17559
17560 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17561
17562 * gdb.base/commands.exp: New tests for if/while commands.
17563
17564 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17565
17566 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17567 by .*, since hex values have different syntax in Chill mode.
17568
17569 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17570
17571 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17572 linefeed from expect pattern for repeated types with indices > 9.
17573
17574 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17575
17576 First part of Fortran test suite.
17577 * gdb.fortran: New directory.
17578 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17579
17580 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17581
17582 * gdb.base/default.exp: Update expect pattern for load command
17583 without arguments.
17584
17585 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17586
17587 * configure.in: Change i386 to i[345]86.
17588 * gdb.base/configure.in: Likewise.
17589 * gdb.c++/configure.in: Likewise.
17590 * gdb.chill/configure.in: Likewise.
17591
17592 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17593
17594 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17595 patterns, since that is not a valid context for comments.
17596
17597 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17598
17599 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17600 repeated types and repeated types with indices > 9.
17601
17602 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17603
17604 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17605 2417; old bug has been fixed.
17606
17607 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17608
17609 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17610 send the newline ourselves instead of assuming gdb_test will do
17611 so when passed an empty input string.
17612
17613 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17614 stabs testcode.
17615
17616 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17617
17618 * lib/gdb.exp (gdb_test): Don't send anything if the first
17619 argument is an empty string. This makes cases where we want to
17620 match output that is already in expect's buffers (for example,
17621 matching a breakpoint after gdb_run_cmd has been called) work
17622 reliably.
17623
17624 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17625
17626 * config/netware.exp: New file.
17627
17628 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17629
17630 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17631 the -B and -L prefixes so we can find the debugging stub.
17632
17633 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17634 there and we are using the gcc from the tree.
17635
17636 * gdb.base/types.c: Removed.
17637
17638 * gdb.base/configure.in: Look for makefile fragments in ../config.
17639 Recognize i386-*-netware.
17640 * gdb.c++/configure.in: Likewise.
17641
17642 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17643
17644 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17645 the correct TCL syntax.
17646
17647 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17648
17649 * gdb.base/opaque.exp: use runto instead of messing around with
17650 breakpoints. Simplify by using gdb_test.
17651
17652 * gdb.base/bitfields.exp: restart between tests on netware targets
17653 because breakpoints aren't relocated after target death. Run
17654 processes to completion.
17655
17656 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17657
17658 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17659
17660 * Makefile.in: Remove extra tabs that confuse some versions
17661 of "make". Use the newly built gdb to test with by default,
17662 rather than the first one in the tester's search path.
17663
17664 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17665
17666 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17667
17668 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17669 condition help.
17670
17671 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17672
17673 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17674
17675 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17676 running.
17677 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17678 * gdb.base/funcargs.exp: Likewise.
17679
17680 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17681 * gdb.base/funcargs.exp: Likewise.
17682
17683 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17684 message is "".
17685
17686 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17687
17688 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17689 return,signals,twice}.exp: Handle non-existant binaries
17690 consistantly.
17691
17692 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17693 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17694 might testing a cross development system.
17695
17696 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17697
17698 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17699 runtest script is relative to ${srcdir}, not ${rootdir}.
17700
17701 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17702
17703 * gdb.base/signals.exp: Allow for optionality of breakpoint
17704 address.
17705
17706 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17707
17708 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17709
17710 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17711
17712 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17713 for size_t definition.
17714 * gdb.c++/templates.cc: Likewise
17715
17716 * config/mt-i386-netware: New file.
17717
17718 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17719 defined.
17720
17721 * gdb.base/Makefile.in: Added support for systems that name core
17722 files by appending "core" to the program name.
17723 * gdb.base/a1-selftest.exp: Likewise.
17724
17725 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17726
17727 * gdb.base/return.exp: Add comment and message for `return double'
17728 test failure on Sparc Solaris.
17729
17730 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17731
17732 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17733
17734 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17735
17736 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17737 from optimizing them away.
17738 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17739 patterns to include default constructors and assignment operators,
17740 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17741 character in the output of the virtual base pointer.
17742
17743 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17744
17745 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17746 expression match in print_addr_of to avoid unintented matches.
17747 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17748 versions up to 2.5.8.
17749
17750 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17751
17752 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17753 included file to run under newer versions of expect.
17754 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17755 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17756 Remove xfail for the virtual table of BDDHookV.
17757
17758 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17759
17760 * lib/gdb.exp (string_to_regexp): Set a default result.
17761 (default_gdb_start): Fix misleading message.
17762
17763 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
17764
17765 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
17766 Remove all CC, etc definitions.
17767 * config/mt-hpux: New file.
17768 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
17769 (CFLAGS, LDFLAGS): Define.
17770 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
17771
17772 * Makefile.in (site.exp): Don't insert host_os, etc.
17773 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
17774 (distclean): Check existence of subdir.
17775 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
17776 * gdb.base/Makefile.in: General cleanup and simplification.
17777 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17778 to build executables. Use default rule to build .o files.
17779 (EXPECT, RUNTEST, CC): Fix relative pathname.
17780 (site.exp): Don't insert host_os, etc.
17781 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
17782 and/or SIGUSR1 defined.
17783 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
17784 * gdb.c++/Makefile.in: General cleanup and simplification.
17785 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17786 (CFLAGS): Remove.
17787 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
17788
17789 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
17790
17791 * gdb.base/recurse.exp: Misc changes to get tests running again
17792 after Kung's changes to the watchpoint code.
17793 * gdb.base/watchpoint.exp: Likewise.
17794
17795 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
17796
17797 * lib/gdb.exp (string_to_regexp): Convert {\} also.
17798
17799 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17800
17801 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
17802 * lib/gdb.exp (default_gdb_start): Define.
17803 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
17804 gdb.base/funcargs.exp, gdb.base/opaque.exp,
17805 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
17806 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
17807 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
17808 Don't call gdb_target_udi in between tests.
17809
17810 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17811
17812 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
17813 (which was basically just a local version of the same thing). In
17814 addition to avoiding duplication, gdb_test_exact is faster.
17815 * lib/gdb.exp (gdb_test_exact): Fix typo.
17816
17817 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
17818 don't give an error.
17819
17820 * gdb.base/term.exp: Call delete_breakpoints before starting.
17821
17822 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
17823 (t10): Add comment.
17824
17825 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17826
17827 Reorganization of the GDB Test Suite.
17828
17829 * gdb.base: New directory, contains all the basic tests.
17830 * gdb.c++: New directory, tests specific to C++.
17831 * gdb.chill: New directory, tests specific to Chill.
17832 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
17833 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
17834 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
17835 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
17836 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
17837 t30-31 to chill).
17838 * */gdbme.*: Rename to match appropriate expect scripts.
17839 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
17840 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
17841 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
17842 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
17843 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
17844 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
17845 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
17846 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
17847 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
17848 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
17849 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
17850 gdb.c++/virtfunc.cc: New names of C++ files.
17851 * gdb.chill/chillvars.ch: New name of Chill file.
17852 * gdb.base/configure.in, gdb.c++/configure.in,
17853 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
17854 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17855 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
17856 * configure.in (configdirs): Update to reflect directory changes.
17857 (target_abbrev): No longer define for any configuration.
17858 * Makefile.in: Cosmetic improvements to header comments.
17859
17860 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17861
17862 Various changes to gdb.t31:
17863
17864 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
17865 * gdbme.ch: Make all key-words and predefineds be upper-case.
17866 * chillvars.exp: Expect key-words and predefinds in upper-case.
17867
17868 * chillvars.exp: Use gdb_test_exact many places.
17869 Change expected output for arrays (which now includes index labels).
17870
17871 * pr-5020.exp, gdme.ch (module PR_5020):
17872 New test, for PR-5020.
17873
17874 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
17875
17876 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
17877 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
17878
17879 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
17880
17881 * Makefile.in: Fix bit-rot in definitions of CHILL,
17882 CHILL_FOR_TARGET and Chill_LIB.
17883 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
17884 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
17885 CHILL, and CHILL_LIB.
17886
17887 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
17888
17889 * Revert the previous changes. Please see Rob's directory
17890 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
17891
17892 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
17893
17894 * Makefile.in, configure.in, config/mips-gdb.exp,
17895 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
17896 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
17897 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
17898 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
17899 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
17900 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
17901 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
17902 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
17903 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
17904 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
17905 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
17906 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
17907 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
17908 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
17909 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
17910 changes from 94Q1.
17911
17912 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
17913
17914 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
17915 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
17916 Rob's new testing fragments.
17917
17918 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
17919
17920 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
17921 lib/gdb.exp: Replace error proc calls with perror.
17922
17923 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17924
17925 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
17926 version also, match on casted version strings, and match on
17927 gdb startup case where the line numbers might be messed up.
17928
17929 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
17930
17931 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
17932 (CFLAGS): Delete it from here.
17933
17934 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
17935
17936 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
17937
17938 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
17939
17940 * Makefile.in (RUNTEST): Default to just "runtest".
17941
17942 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17943
17944 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
17945 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
17946 the code has been restructured.
17947
17948 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17949
17950 * gdb.t00/default.exp (set write): Allow any number of \r and/or
17951 \n, not just one of each.
17952
17953 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
17954 /bin/cc gives a warning if you do.
17955
17956 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
17957
17958 * gdb.t24/demangle.exp: change expect pattern of
17959 __t10ListS_link1ZUiRCUiPT0
17960
17961 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17962
17963 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
17964 on local variables in recursive functions.
17965
17966 * gdb.t07/Makefile.in: Build the new test.
17967
17968 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17969
17970 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
17971 directly. Instead compare the return values from actual calls.
17972
17973 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
17974
17975 * Makefile.in (check): Set TCL_LIBRARY for runtest.
17976
17977 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17978
17979 * From Peter Schauer with minor modifications.
17980 * gdb.t15/return.exp (return_tests): Handle targets where "return"
17981 stops in mid-line in the caller. Add xfail for returning a float
17982 value on X86 targets.
17983
17984 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17985
17986 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
17987 to avoid expect lossage.
17988 (fmem_LRbug_tests): Likewise.
17989 * gdb.disasm/hppa.s: Corresponding changes.
17990
17991 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
17992 conditions to work with latest dejagnu/expect.
17993
17994 * gdb.t15/funcargs.exp (finish from indirect call): No longer
17995 expected to fail on the PA.
17996 (backtrace in call with trampolines): Explicitly require main
17997 to be frame #1 (no trampolines should show up in backtrace).
17998
17999 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18000 "continue -expect".
18001 * gdb.t06/break.exp: Likewise.
18002 * gdb.t07/watchpoint.exp: Likewise.
18003 * gdb.t13/bitfields.exp: Likewise.
18004 * gdb.t15/{funcargs,return}.exp: Likewise.
18005 * gdb.stabs/weird.exp: Likewise.
18006 * config/{mips,udi}-gdb.exp: Likewise.
18007
18008 * hppa.sed: Enclose comments within a sed command to avoid
18009 losing with the old OSF1 sed.
18010
18011 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18012
18013 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18014 sequent dynix.
18015 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18016 * gdb.t15/funcargs.exp: Conditionally step again to really
18017 finish from marker_call_with_trampolines. Handle the case where
18018 the first step from within call_with_trampolines already steps
18019 us back to main.
18020 * gdb.t15/gdbme.c: Add comment to closing brace of
18021 call_with_trampolines for funcargs.exp.
18022
18023 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18024
18025 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18026 Fix typo(s).
18027
18028 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18029
18030 * gdb.t07/gdbme.c: More code for watchpoint testing.
18031
18032 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18033 "Hardware watchpoint" throughout file.
18034 (test_watchpoint_triggered_in_syscall): New test.
18035 (test_complex_watchpoint): New test.
18036
18037 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18038
18039 * gdbme.c (call_with_trampolines): New function to try and step
18040 into. Tests trampoline problems on the PA.
18041
18042 * funcargs.exp (localvars_in_indirect_call): No longer expect
18043 stepping into indirect call to fail on PAs.
18044 (test_stepping_over_trampolines): New test.
18045
18046 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18047
18048 * TODO: Add suggestions for static member function tests, and
18049 completion tests.
18050
18051 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18052
18053 * TODO: Add suggestions for "p/a" tests.
18054
18055 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18056 (default_gdb_exit): Replace all the hair with sending "quit" to
18057 the process with a simple close.
18058
18059 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18060
18061 * TODO: Add suggestions for shared library tests.
18062
18063 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18064
18065 * TODO: Add suggestions for x/s tests.
18066
18067 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18068
18069 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18070 "enable once", and "enable breakpoints once" with ".*".
18071
18072 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18073
18074 * TODO: Add suggestions about structure passing tests.
18075
18076 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18077
18078 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18079 the primary1 test, use work around if __GNUC__ < 2.
18080 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18081 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18082 Test for bad output rather than waiting for timeout. Issue
18083 second continue only if first continue failed.
18084
18085 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18086
18087 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18088 operator[] test with gdb_test because the old code didn't seem to
18089 be getting the quoting right with the new dejagnu.
18090
18091 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18092
18093 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18094 one from the path.
18095 * Makefile.in: Use a fresh expect if there is one, use runtest
18096 from the src tree if there is one.
18097
18098 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18099
18100 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18101 next over recursive call. Revise the tests from that point on
18102 (which had been skipped) to match GDB's actual (correct) output.
18103
18104 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18105 with next over a breakpoint whose condition is false.
18106
18107 * gdb.t00/help.exp: Comment out "help set print" tests just like
18108 (and for same reason as) "help set" test.
18109
18110 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18111
18112 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18113 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18114
18115 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18116
18117 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18118 necessary gdb_target_udi.
18119
18120 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18121
18122 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18123 1838 and 2417; they are fixed.
18124
18125 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18126 gdb.t03/ptype.exp (ptype structure, ptype union):
18127 Remove xfails; the test is looser than when the xfails were added.
18128
18129 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18130 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18131
18132 * gdb.t01/run.exp: Only run shell test if isnative.
18133
18134 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18135 since "run" automatically loads if necessary. Call gdb_target_udi
18136 after the "file" since "file" kills any execution target.
18137
18138 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18139 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18140 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18141 argument for UDI.
18142
18143 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18144
18145 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18146
18147 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18148
18149 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18150
18151 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18152 properly quoting regexps. This makes the second argument to
18153 demangle a fixed string, which matches the callers, instead of a
18154 shell-style pattern which is what the previous implementation
18155 used. Update some of the callers.
18156
18157 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18158
18159 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18160 (comib_nullified_tests): Fix typo.
18161 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18162 strings. No longer expected to fail.
18163
18164 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18165 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18166 strings. No longer expected to fail.
18167
18168 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18169 string. No longer expected to fail.
18170
18171 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18172
18173 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18174 No longer expected to fail.
18175
18176 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18177 string. No longer expected to fail.
18178
18179 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18180
18181 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18182 only in the names (I probably got most of them). I was even
18183 generous with some which differed in underscores in names, and
18184 probably missed a few, and I *still* was able to remove almost a
18185 third of the file with almost no impact on testsuite coverage.
18186
18187 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18188
18189 * gdb.t00/default.exp: Match udi_attach error message as well as
18190 the one from child_attach.
18191
18192 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18193
18194 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18195
18196 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18197 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18198
18199 * Move test with enums and partial symbols back to
18200 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18201 Reverts the change of 26 May 93. Per today's change to
18202 stabs.texinfo, the behavior that weird.exp was expecting was
18203 unreasonable; what is important is that the compiler+gdb get
18204 things right, which happens with a recent gcc. Also fix the test
18205 to deal with native compilers which put out the stab gdb can't
18206 deal with.
18207
18208 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18209
18210 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18211 in the names. The main thing these accomplish is to slow things down.
18212 Many more such duplicates surely remain.
18213
18214 * gdb.t00/help.exp: Comment out "help support" test just like
18215 (and for same reason as) "help set" test.
18216
18217 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18218
18219 * gdb.t06/break.exp: Remove setup_xfails for
18220 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18221 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18222 about known bug in gcc to include up through 2.5.8.
18223 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18224 well as "_vb$".
18225 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18226 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18227 with latest gcc and gdb.
18228 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18229 well as "_vb$".
18230
18231 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18232
18233 * configure.in (hppa*-*-*): Also configure and build stabs-only
18234 tests.
18235
18236 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18237
18238 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18239 * gdb.t10/configure.in (hppa*-*-*): Use it.
18240
18241 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18242
18243 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18244
18245 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18246
18247 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18248 versions prior to 1.13.5.
18249
18250 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18251
18252 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18253 the prompt is at the start of a line.
18254
18255 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18256
18257 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18258 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18259 in the copr tests now.
18260 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18261 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18262 expected to fail.
18263
18264 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18265
18266 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18267 gdb.t31/chillvars.exp, lib/gdb.exp:
18268 Tweak to run under either version of expect.
18269 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18270 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18271 * gdb.t11/list.exp: Remove extraneous whitespace.
18272
18273 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18274
18275 * gdb.t16/printcmds.exp (test_print_strings): Accept
18276 "(unsigned char *) " before the string.
18277
18278 * TODO: Add notes about printing of fancy types and GDB expressions.
18279
18280 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18281
18282 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18283 * gdb.t06/configure.in: Don't try to compile signals test program
18284 if doing mips-idt-ecoff.
18285
18286 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18287
18288 * Most .exp files: Tweak to run under either version of expect.
18289
18290 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18291
18292 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18293 xfails; I'm not sure why they are failing, but not because of PR 1806.
18294
18295 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18296
18297 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18298 defined in lib/gdb.exp.
18299
18300 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18301
18302 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18303 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18304 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18305 have to be typeless.
18306
18307 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18308
18309 * TODO: Add suggestion for copyright year test.
18310
18311 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18312
18313 * configure.in (*-*-lynxos*): Add stabs tests.
18314
18315 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18316
18317 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18318 so insert a tab before any assembler directive in column zero.
18319
18320 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18321 stores.
18322 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18323 stores.
18324 (fpu_short_memory_tests): Likewise.
18325
18326 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18327
18328 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18329 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18330 .stabs directives in comments.
18331
18332 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18333
18334 * TODO: New file, describing tests we could write.
18335 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18336
18337 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18338
18339 * gdb.t06/signals.exp: Add kludge to force re-sync.
18340
18341 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18342 to xgdb instead of gdb, get out of gdb.
18343
18344 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18345
18346 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18347 for info.
18348
18349 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18350
18351 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18352 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18353 * gdb.stabs/hppa.sed: New sed script for the PA.
18354
18355 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18356
18357 * gdb.stabs: Re-write weird.def and configuration to use sed
18358 instead of cpp. sed is portable and POSIX; cpp is neither.
18359
18360 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18361
18362 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18363
18364 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18365
18366 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18367
18368 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18369
18370 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18371 "_vb$".
18372 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18373 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18374
18375 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18376
18377 * lib/gdb.exp: Comment out code which depends on non-existent
18378 `transform' procedure.
18379
18380 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18381
18382 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18383 * lib/gdb.exp: Transform tool name.
18384 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18385 1.1's new error handling system.
18386
18387 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18388
18389 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18390
18391 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18392
18393 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18394 They made pattern matching so slow that timeouts happened on
18395 heavily loaded systems. Now any output from "show print" which
18396 gets us back to the GDB prompt is a PASS.
18397
18398 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18399
18400 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18401
18402 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18403
18404 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18405
18406 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18407 It is not from PR 3220.
18408
18409 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18410
18411 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18412 just started failing because they depended on the order the
18413 subcommands are presented, or exact docstring text. This kind of
18414 test is a pain and has minimal benefit.
18415
18416 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18417
18418 * gdb.t09/corefile.exp: At end of test, use "core" command with
18419 no arguments.
18420
18421 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18422
18423 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18424 17}/Makefile.in: Make it possible to run the testsuite with Sun
18425 make and CC = cross gcc by adding explicit build rules for .o
18426 files.
18427
18428 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18429
18430 * gdb.t15/funcargs.exp: Don't put comments on same line as
18431 setup_xfail (@#$*%& tcl braindamage!).
18432
18433 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18434
18435 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18436
18437 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18438
18439 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18440 * gdb.t20/inherit.exp: remove three dumplicate entries.
18441
18442 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18443
18444 * gdb.t06/break.exp: For "next over recursive call", fail on any
18445 incorrect output, not just on "factorial (value=2)".
18446
18447 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18448
18449 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18450 working now. Add an xfail if accesing a bss variable causes
18451 a memory error if the target is not yet run.
18452
18453 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18454
18455 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18456 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18457 name of __st* demangling (2 strings). Did Kung really get the
18458 more than 95 others right without testing them?
18459
18460 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18461
18462 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18463
18464 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18465
18466 * configure.in (configdirs): Add gdb.disasm
18467 * gdb.disasm: New directory for GDB disassembler tests.
18468 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18469
18470 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18471
18472 * gdb.t00/help.exp: Don't test "help set".
18473
18474 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18475 from within expect statements. None of these happen anymore and
18476 they cause regressions to be silently unnoticed.
18477
18478 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18479 messages) about known failures with gcc cygnus-2.4.5-930417.
18480
18481 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18482 comp-info.exp so it gets built if it doesn't exist.
18483
18484 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18485 it is no longer used.
18486 * gdb.t13/comp-info.c: Removed.
18487
18488 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18489
18490 * gdb.t06/signals.exp: Add xfail for sun3.
18491
18492 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18493
18494 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18495 relevant because ^C doesn't get sent but failure can be reproduced
18496 interactively).
18497
18498 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18499
18500 * gdb.stabs/alpha.mt: New configuration file for alpha.
18501 * gdb.stabs/configure.in: Use it.
18502 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18503 sharing with alpha.mt, redefine long to word via preprocessor.
18504 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18505 for alpha.
18506 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18507 native cc.
18508 * gdb.t00/teststrategy.exp: Change expect string so that we
18509 consume the `(xgdb)' from the command echo and from the gdb prompt.
18510 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18511 gdb currently compares all values as long, so this failure probably
18512 applies to any configuration where LONGEST is bigger than a target int.
18513 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18514 with gcc.
18515 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18516 to handle opaque pointers, gcc is.
18517 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18518 as first argument. Include <sys/types.h> and change all operator
18519 new definitions to use size_t.
18520 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18521 now that we use size_t.
18522
18523 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18524
18525 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
18526 a long or float array cast all array members to the same type.
18527 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
18528 with 64 bit longs.
18529 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
18530 on alpha.
18531 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
18532
18533 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18534
18535 * gdb.t24 (demangle.exp): Constructors of templates have names like
18536 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18537 section 14.6 of the ARM.
18538
18539 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18540 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18541 accomplish little and slow down the testsuite.
18542
18543 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18544 Accept spaces various places.
18545
18546 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18547
18548 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18549 with watchpoint enabled.
18550
18551 * Makefile.in: Remove definition of CC and remove the second
18552 definition of CXX (the "CXX = gcc" one remains). These definitions
18553 were causing backquotes to be expanded within backquotes, which
18554 doesn't work.
18555
18556 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18557
18558 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18559
18560 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18561
18562 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18563 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
18564 by mips cc and contains no stabs entries.
18565
18566 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18567
18568 * config/vx-gdb.exp: Use fake device to load files rather than
18569 NFS.
18570 * lib/gdb.exp: New proc to do "file" command.
18571 * config/unix-gdb.exp: Use new "file" proc.
18572
18573 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18574
18575 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18576 Rework board rebooting slightly.
18577 (gdb_exit): Don't exit from the remote shell; there isn't one.
18578 * gdb.stabs/weird.exp: If a program is being debugged already,
18579 kill it.
18580 * gdb.t04/setvar.exp: Stop and restart gdb.
18581 * gdb.t05/expr.exp: Likewise.
18582 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18583 restart gdb and reload the program.
18584 * gdb.t08/opaque.exp: Likewise.
18585 * gdb.t12/scope.exp: Likewise.
18586 * gdb.t13/bitfields.exp: Likewise.
18587 * gdb.t15/funcargs.exp: Likewise.
18588 * gdb.t20/classes.exp: Likewise.
18589 * gdb.t03/ptype.exp: Increase timeout.
18590 * gdb.t16/printcmds.exp (test_print_string_constants,
18591 test_print_array_constants): Likewise.
18592 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18593 * gdb.t20/classes.exp (do_tests): Likewise.
18594 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18595
18596 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18597
18598 * gdb.stabs: Renamed *wierd* to *weird*.
18599
18600 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18601
18602 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18603 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18604
18605 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18606
18607 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18608 (do_tests): Remove xfail for whatis on one_var and two_var.
18609
18610 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18611
18612 * Makefile.in: Made cross building work better by adding
18613 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18614
18615 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18616
18617 * gdb.t15/{return.c,return.exp,Makefile.in}:
18618 New test, currently commented out.
18619
18620 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18621
18622 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18623 still running and removes the leftover named socket so GDb can do
18624 clean restarts.
18625
18626 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18627
18628 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18629 console, not GDB.
18630 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18631 cross testing works better with "make check"
18632 * config/unix-gdb: Use default procedures for exit and version.
18633 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18634 with the newest VxWorks.
18635
18636 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18637
18638 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18639 old form.
18640
18641 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18642 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18643
18644 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18645
18646 * config/unix-gdb.exp: Remove this version of gdb_exit
18647 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18648 Rob says he'll look at it when he gets back to testing boards.
18649
18650 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18651
18652 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18653 an expected fail for certain ptype commands.
18654
18655 * gdb.t20/classes.exp: Update expected results of "ptype class
18656 Base1" to account for the constructor that now appears in the type.
18657
18658 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18659
18660 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18661 disappeared from list.
18662 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18663 "alldone" proc with call to cleanup and exit.
18664 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18665 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18666 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18667 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18668 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18669 "alldone" proc with simple returns that suppress remaining
18670 tests. The alldone proc went away many months ago.
18671
18672 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18673
18674 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18675
18676 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18677
18678 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18679
18680 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18681 as vax gdb will display them.
18682
18683 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18684
18685 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18686 optimizers.
18687
18688 * scope.exp: Change "bad value for localval" messages so each one
18689 is unique.
18690
18691 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18692 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18693
18694 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18695
18696 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18697
18698 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18699 doesn't exist (due to optimization).
18700
18701 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18702
18703 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18704 contains \r because the filename is long.
18705
18706 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18707 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18708
18709 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18710
18711 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18712 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18713 Ultrix.
18714 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18715 int tests.
18716 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18717
18718 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18719
18720 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18721
18722 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
18723 to match does not match the passing case but still matches the
18724 failing case.
18725
18726 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18727
18728 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18729
18730 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18731
18732 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18733 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18734 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18735 Remove various versions of gdb_exit.
18736 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18737 gdb_exit.
18738 * config/unix-gdb.exp: gdb_exit remains here, and should override
18739 the generic version, since it's doing a lot of wierd stuff that
18740 the other versions aren't. FIXME, fold it in, or abandon this
18741 version.
18742
18743 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18744
18745 * gdb.t24/demangle.exp: Add tests for PR 3220.
18746
18747 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18748
18749 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18750
18751 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18752
18753 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18754 "i386-*-*". Works for i486 as well.
18755
18756 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
18757 bug, and expand domain of xfail to all SVR4 systems, since the
18758 actual problem is likely to be in generic SVR4 /proc support.
18759
18760 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18761
18762 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
18763
18764 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
18765
18766 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
18767 xfails for other systems. Match a missing 'Continuing.' as an
18768 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
18769
18770 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
18771 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
18772 Only issue warning for missing executables if -all option is used.
18773
18774 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
18775 file if -all option is used. It's like an unpredictable XFAIL.
18776
18777 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18778
18779 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
18780 for dynamically linked binaries.
18781
18782 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
18783
18784 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18785
18786 * gdb.t20/inherit.exp: Change message for "print tagless struct"
18787 to state that this is a known bug in old versions of g++.
18788
18789 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18790
18791 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
18792 while waiting for `Continuing'.
18793
18794 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
18795
18796 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
18797 in text, data, and bss.
18798 * gdb.t10/nodebug.c: Add local and global test variables for
18799 initialized and uninitialized data.
18800
18801 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18802
18803 * config/unix-gdb.exp (gdb_exit): Add "wait".
18804
18805 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18806
18807 * gdb.t06/signals.exp: xfail the continue from the handler for all
18808 targets.
18809
18810 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
18811 function with watchpoints enabled, the i386 call dummy starts with
18812 a call.
18813
18814 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
18815 386 bsd names its corefiles.
18816
18817 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
18818
18819 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
18820 compilers don't grok it.
18821 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
18822 with small octal ints rather than character constants, which
18823 are signed and might not fit if first promoted to int.
18824
18825 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
18826
18827 * gdb.t09/Makefile.in (clean): Remove corefile.
18828
18829 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18830
18831 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
18832
18833 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18834 and Jim Kingdon (kingdon@cygnus.com)
18835
18836 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
18837 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
18838 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
18839
18840 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18841
18842 * gdb.t17/interrupt.exp: Add xfail for hppa.
18843
18844 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18845
18846 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
18847 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
18848 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
18849 to determine signed-ness of bitfields and use the result to setup
18850 the xfail.
18851 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
18852 * gdb.t15/funcargs.exp: Use them to step until the second indirect
18853 call line is reached if necessary.
18854
18855 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18856
18857 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
18858
18859 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18860
18861 * gdb.t06/break.exp: Also test `clear' command.
18862
18863 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18864
18865 * gdb.t00/teststrategy.exp: Remove extra quote.
18866
18867 * gdb.t07/watchpoint.exp: Change xfail for calling function with
18868 watchpoint enabled to be for all non-68k machines.
18869
18870 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
18871
18872 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18873
18874 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
18875 targets use aout.mt instead of ecoff.mt as gas understands
18876 standard aout format.
18877
18878 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18879
18880 * lib/gdb.exp (runto): Don't insist that function we are running to
18881 was compiled with -g.
18882
18883 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
18884
18885 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
18886 to get back into the read system call.
18887 Accept leading newline in case where we woke it up.
18888
18889 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18890
18891 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
18892 to make the stabs test work on ecoff systems using gcc and -with-stabs.
18893 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
18894 enable ecoff configuration.
18895
18896 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18897
18898 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
18899
18900 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18901
18902 * gdb.t16/printcmds.exp: Add another printf test.
18903
18904 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
18905
18906 * configure.in: If configured -with-stabs on any target, add
18907 stabsdirs to configdirs.
18908
18909 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18910
18911 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
18912 fun" so pattern does not match the command itself.
18913
18914 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18915
18916 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
18917
18918 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18919
18920 * gdb.t17/interrupt.exp: Test for more things.
18921
18922 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18923
18924 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
18925 compiler arranges the code and line numbers.
18926
18927 * gdb.t17/interrupt.exp: Don't send \n after ^C.
18928
18929 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18930
18931 * gdb.t00/help.exp: Increase expect input buffer size.
18932
18933 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18934
18935 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
18936
18937 * gdb.t07/watchpoint.exp: Add xfail for hppa.
18938
18939 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
18940
18941 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
18942 [0-9]*, not just [0-9].
18943
18944 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18945
18946 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
18947
18948 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
18949
18950 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18951
18952 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
18953
18954 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18955
18956 * gdb.t06/signals.c: Add xfails for sun3.
18957
18958 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
18959
18960 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
18961 test_stepping tests.
18962
18963 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18964
18965 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
18966
18967 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
18968
18969 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
18970 rather than actually putting it through cpp twice.
18971
18972 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
18973
18974 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
18975
18976 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
18977 no longer needed.
18978
18979 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18980
18981 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
18982
18983 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
18984 C++ features prints as "struct", make it a pass, not an xfail.
18985
18986 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18987
18988 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
18989 Don't require VA to print as "class" rather than "struct".
18990
18991 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
18992
18993 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
18994
18995 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18996
18997 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
18998
18999 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19000
19001 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19002 order.
19003
19004 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19005
19006 * gdb.t16/printcmds.exp: Add printf tests.
19007
19008 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19009
19010 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19011
19012 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19013
19014 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19015 pass counts, to counteract any existing or future setup_xfails.
19016
19017 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19018
19019 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19020 {BEGIN,END}_COMMON for common block instead of STAB.
19021 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19022
19023 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19024 intp_var should be N_GSYM not N_LSYM.
19025 wierd-aout.S: Use a label for the value of the N_SO.
19026 wierd.def: Remove all backslashes.
19027 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19028
19029 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19030
19031 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19032 get the expected next to inheritance3.
19033
19034 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19035
19036 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19037 now that gcc-2.4 gets it right.
19038
19039 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19040
19041 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19042
19043 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19044 generating comp-info.exp which works for cross-compilation.
19045
19046 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19047
19048 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19049 "*-*-sysv4.*".
19050
19051 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19052
19053 * gdb.t01/run.exp: Start with a fresh gdb.
19054 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19055 SVR4.x.
19056
19057 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19058
19059 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19060 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19061 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19062 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19063 things to remove.
19064
19065 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19066
19067 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19068 test cases from bug reports.
19069
19070 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19071
19072 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19073 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19074 avoid spurious xfails.
19075 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19076 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19077 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19078
19079 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19080
19081 * gdb.t00/teststrategy.exp: Rework to provide more useful
19082 description of each test, fix problem with systems that define
19083 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19084 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19085 results for "next over recursive call" so timeouts aren't taken
19086 by error.
19087
19088 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19089
19090 * gdb.t12/scope.exp: Test printing of variables before run.
19091
19092 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19093 printed in wrong order due to sorting.
19094
19095 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19096
19097 * gdb.t00/teststrategy.exp: Fix expected results for printing
19098 user entered string constant. Is array of char, prints with no
19099 address.
19100
19101 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19102 commands.
19103 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19104 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19105 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19106 of struct of char arrays.
19107 * gdb.t00/radix.exp: New tests for radix commands.
19108
19109 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19110
19111 * gdb.t16/printcmd.exp: Print a variable before running program
19112 (with xfail for AIX).
19113
19114 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19115
19116 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19117
19118 * gdb.t16/printcmd.exp: Don't print variables before running program.
19119
19120 * gdb.t06/break.exp: Don't require envp argument to main.
19121
19122 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19123
19124 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19125 Add xfails for rs6000.
19126
19127 * gdb.t02/whatis.exp: Change other tests not to re-test something
19128 we already tested.
19129
19130 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19131 each type used has a variable of that type.
19132
19133 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19134
19135 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19136
19137 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19138
19139 * configure.in: change srctrigger to be a file, not a directory
19140
19141 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19142
19143 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19144
19145 * gdb.t11/list.exp: Fixed a couple of typos.
19146
19147 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19148
19149 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19150 is fixed and PR is closed.
19151 * gdb.t16 (gdbme.c): Add simple test string variable.
19152 * gdb.t16 (printcmds.exp): Add tests with simple test string
19153 variable, primarily for boundaries on "set print elements".
19154
19155 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19156
19157 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19158 Make leading 0's optional and don't expect a tab in the middle
19159 of the number.
19160
19161 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19162
19163 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19164 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19165 don't end command passed to gdb_test with newline.
19166
19167 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19168 signed keyword away, don't expect signed bitfields to be signed.
19169
19170 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19171 printing with only as many 1's as are in the field as well as printing
19172 with 32 1's (see comment).
19173
19174 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19175
19176 * gdb.t00/default.exp: Start with a fresh gdb.
19177 * configure.in (configdirs): Remove gdb.t31 until the chill
19178 compiler works again. It no longer is able to find chillrt0
19179 since it isn't in libchill.a anymore.
19180 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19181 wierd.o, make more modular.
19182 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19183 spurious newlines that caused problems.
19184
19185 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19186
19187 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19188 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19189 gdb.stabs/wierd.{exp,def}: Many new tests.
19190
19191 * gdb.t00/default.exp: update info line for new message.
19192
19193 * gdb.t02/{whatis.exp,gdbme.c}:
19194 Test that "char *" doesn't print as "caddr_t".
19195
19196 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19197
19198 * gdb.t00/help.exp: Use .* in place of some help messages which
19199 just changed.
19200 gdb.t00/default.exp: Update "info frame" test for new message.
19201 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19202 Remove some xfails
19203
19204 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19205
19206 * gdb.t03/{gdbme.c,ptype.exp}:
19207 Add tests for typedef'd struct and union without tags.
19208 Also check "whatis" on a variable of a typedef'd enum without a tag.
19209
19210 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19211 PRMS 1823; the bug still exists but isn't reproduced by this test
19212 anymore), and remove rs6000 XFAIL (the bug is fixed).
19213
19214 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19215 duplicated from whatis.exp. For those that are left, accept
19216 "long", "long int", or "int" for long variables (whatis.exp already
19217 has an XFAIL for "int", so no need to fail it here).
19218
19219 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19220 Deal with GCC's names for types now that GDB uses the compiler's names.
19221
19222 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19223 setup_xfail's for sunos4. If we #defined the signed keyword away,
19224 don't expect GDB to know that char it is signed.
19225
19226 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19227
19228 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19229
19230 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19231 should work on any system, regardless of debugging format.
19232 * gdb.t21/demangle.exp: Move to gdb.t24.
19233 * gdb.t24/demangle.exp: Move from gdb.t21.
19234 * gdb.t24/{Makefile.in, configure.in}: New files.
19235
19236 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19237
19238 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19239 * gdb.stabs: New directory.
19240
19241 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19242
19243 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19244 not just "Quit anyway?".
19245
19246 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19247
19248 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19249 that all setup_xfails are immediately followed by clear_xfails.
19250
19251 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19252
19253 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19254 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19255 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19256 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19257 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19258 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19259 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19260 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19261 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19262 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19263 gdb.t31/chillvars.exp, lib/gdb.exp:
19264 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19265 bug-gdb@prep.ai.mit.edu.
19266
19267 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19268
19269 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19270 with 0.0, not integer 0.
19271
19272 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19273
19274 * gdb.t06/break.exp: Update for "Kill the program" message change.
19275
19276 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19277
19278 * Makefile.in (GDBFLAGS): Set to -nx.
19279 * Makefile.in (site.exp): Use GDBFLAGS.
19280
19281 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19282
19283 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19284 Makefiles.
19285 (check): depend on just-check.
19286 (just-check): added so that tests can be run without a noop
19287 build pass.
19288
19289 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19290
19291 Switch to using configure's configdirs.
19292 * Makefile.in (Makefile): add configure.in dependency.
19293 (SUBDIRS): removed redundant assignment.
19294 * configure.in: switch subdirs assignment to configdirs.
19295 * gdb.t*/configure.in: new files.
19296
19297 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19298
19299 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19300 works.
19301
19302 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19303
19304 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19305 in explicit rules. Apparently this is not supported by some makes.
19306
19307 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19308
19309 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19310
19311 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19312
19313 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19314 disappeared.
19315
19316 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19317
19318 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19319
19320 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19321
19322 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19323 watchpoint problem that is now fixed.
19324 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19325 uninitialized convenience variables.
19326 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19327 structures.
19328
19329 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19330
19331 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19332 which causes expect to get out of sync with gdb on long output
19333 from help set.
19334 * gdb.t09/corefile.exp: Make expected pattern for core file
19335 failing signal and frame output format less sun specific.
19336
19337 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19338
19339 * gdb.t31/chillvars.exp: Add and remove initial dummy
19340 breakpoint, so that symbol table is forced in.
19341 (Needed at least on Sunos4, though it seems not SVR4.)
19342 * gdb.t31/chillvars.exp: Update for changed output format.
19343
19344 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19345
19346 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
19347
19348 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19349
19350 * Makefile.in: Added --srcdir when invoking runtest, removed the
19351 need for a local config file. (optional now)
19352
19353 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19354
19355 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19356 failure count used to force early termination. Add some more
19357 expected failures for gnu style demangling.
19358
19359 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19360
19361 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19362 pmi variable from gdb.t20/gdbme to get optimized away.
19363 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19364 Check for written corefile upon timeout _and_ eof.
19365
19366 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19367
19368 * config/unix-gdb.exp: Add missing return 0.
19369
19370 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19371
19372 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19373 test termination.
19374
19375 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19376
19377 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19378 disappeared.
19379
19380 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19381
19382 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19383 time as i860 support works.
19384
19385 * gdb.t15/funcargs.exp: Fix expected outputs to include
19386 "backtrace 100\r" rather than just "backtrace\r", to match last
19387 change.
19388
19389 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19390
19391 * config/udi-gdb.exp (gdb_exit): Remove close command.
19392 (gdb_target_udi): New procedure to set the UDI target.
19393 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19394 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19395 Added waits for prompts after several question responses. Added
19396 some more responses used by a29k-amd-udi-gdb.
19397 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19398 pass different arguments, restart UDI connection after program
19399 completion.
19400 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19401 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19402 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19403 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19404 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19405 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19406 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19407 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19408 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19409 after program completion.
19410 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19411 compiled with a SELECT_VECS setting.
19412 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19413 infinite recursion.
19414
19415 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19416 Added checks for COFF results, and made them expected failures for
19417 all targets. It would be better to make them expected failures
19418 for COFF targets only.
19419
19420 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19421
19422 * Makefile.in: add null dvi target, don't bother to recurse
19423 through test directories for info and install-info; rename
19424 $(datadir) to be dejagnu instead of deja-gnu
19425
19426 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19427
19428 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19429 compiler to coredump.
19430 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19431 code.
19432
19433 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19434
19435 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19436 coredump.
19437 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19438 code.
19439
19440 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19441
19442 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19443 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19444 which in a shell. Deletes xgdb when done.
19445 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19446 Tests the return from the "set height" or "set width" commands.
19447 Added a few return codes where needed.
19448
19449 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19450
19451 * Makefile.in (SUBDIRS): Add gdb.t17.
19452 * configure.in (subdirs): Add gdb.t17.
19453 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19454 files to test gdb's calling of functions in the inferior with
19455 the correct arguments and gdb's ability to retrieve any
19456 result returned.
19457
19458 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19459
19460 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19461 may be called after gdb goes away. Previous versions of expect
19462 needed these to avoid file descriptor leaks, but they cause
19463 errors with the current revision of expect.
19464 * gdb.t00/gdbvars.exp: Use -re on expected output after
19465 setting sevenbit-strings.
19466 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19467 to set sevenbit-strings consistent across tests.
19468 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19469 set sevenbit-strings consistent across tests.
19470
19471 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19472
19473 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19474 expected output to match current "expect" expectations.
19475
19476 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19477
19478 * gdb.t00/default.exp: Change expected output for default "source"
19479 command, to match new gdb behavior which requires a filename to
19480 source.
19481
19482 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19483
19484 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19485 expected fail for i486-*-* that misses the marker2 function.
19486 * gdb.t10/crossload.exp (bfddefault): Allow successful
19487 recognition of a format to pass even if no symbols are found.
19488 Explicitly catch failures where the format is not recognized
19489 or is ambiguous, and add the reason to the fail message.
19490 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19491 the cause is and invalid target and add reason to failure message.
19492 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19493 elf32-i386, elf32-sparc, and elf32-i860.
19494 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19495 Set up expected failure for 'filename'::variable scope resolution,
19496 which is now apparently broken on all targets.
19497 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19498 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19499 gdb.t23/templates.exp: Change failure for missing binfile into
19500 just a warning.
19501 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19502 references.
19503
19504 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19505
19506 * gdb.t00/default.exp: Add expected output for default "source"
19507 command, to match new gdb behavior.
19508 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19509
19510 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19511
19512 * config/*-gdb.exp: returns an error, rather than exiting on
19513 internal errors.
19514
19515 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19516
19517 * gdb.t03/gdbme.c: Add pointer to struct variable.
19518 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19519 referencing struct members.
19520
19521 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19522
19523 * configure.in (mips-idt-ecoff): New target.
19524 * config/mips-gdb.exp: New file for remote board using MIPS remote
19525 debugging protocol.
19526
19527 * Redid configuration scheme. Removed gdb.t*/configure.in.
19528 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19529 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19530 distclean targets. Built executables via .o files. Adjusted
19531 tests to account for source files in $(srcdir) rather than
19532 $(objdir).
19533 * lib/gdb.exp (runto): Don't expect () after the function name,
19534 because it may have arguments.
19535
19536 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19537
19538 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19539 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19540 expected failures for mips-idt-* and mips-sgi-*.
19541 * gdb.t00/default.exp (attach): Kill process if requested.
19542 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19543 that does not read core files.
19544 * gdb.t01/run.exp: Removed checks for exit status code.
19545 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19546 it is linked in.
19547 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19548 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19549 appropriate, rather than doing it by hand.
19550 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19551 execution.
19552 * gdb.t10/crossload.exp: Kill existing program if needed.
19553 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19554 appropriate, rather than doing it by hand. Always increase
19555 timeout for this test, not just for VxWorks.
19556
19557 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19558
19559 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19560 of Chill STRUCT types and STRUCT values.
19561 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19562 than "char".
19563 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
19564 struct2): New struct definitions and initializations to test
19565 simple Chill STRUCT types.
19566
19567 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19568
19569 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19570 the null byte at the end of strings.
19571 * gdb.t00/default.exp: Make show version insensitive to copyright
19572 date.
19573 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19574 to avoid dependencies on target char signedness.
19575 * gdb.t16/printcmds.exp: Update expected results for explicitly
19576 unsigned char.
19577 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19578 now work.
19579 * gdb.t21/demangle.exp: Add many more patterns for template
19580 demangling, most of them being expected failures.
19581 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19582 string we are matching for, to match on the whole string.
19583 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19584 and fix a whole bunch that had incorrect expected output but were
19585 passing anyway because of the bug in "proc demangle".
19586 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19587 type.
19588 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19589
19590 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19591
19592 * gdb/testsuite: made modifications to testcases, etc., to allow
19593 them to work properly given the reorganization of deja-gnu and the
19594 relocation of the testcases from deja-gnu to a "tool" subdirectory.
19595
19596 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19597
19598 * gdb/testsuite: Initial creation of gdb/testsuite.
19599 Migrated dejagnu testcases and support files for testing nm to
19600 gdb/testsuite from deja-gnu. These files were moved "as is"
19601 with no modifications. This migration is part of a major overhaul
19602 of dejagnu. The modifications to these testcases, etc., which
19603 will allow them to work with the new version of dejagnu will be
19604 made in a future update.
19605
19606 For additional changes see gdb.mi/ChangeLog-1999-2003.
19607 \f
19608 ;; Local Variables:
19609 ;; mode: change-log
19610 ;; left-margin: 8
19611 ;; fill-column: 74
19612 ;; version-control: never
19613 ;; End:
19614
19615 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19616 2003, 2004, 2005 Free Software Foundation, Inc.
19617 Copying and distribution of this file, with or without modification,
19618 are permitted provided the copyright notice and this notice are preserved.