]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Cannot find in-tree libiconv.a after reconfigure.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d0ef5df8
DE
12010-01-07 Doug Evans <dje@google.com>
2
3 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4
3a08d52f
TT
52010-01-07 Tom Tromey <tromey@redhat.com>
6
7 * gdb.base/source.exp: Use correct line number.
8
7a697b8d
SS
92010-01-05 Stan Shebs <stan@codesourcery.com>
10
11 * gdb.trace/tracecmd.exp: Test ftrace.
12
7803799a
UW
132010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14
15 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
16
c54eabfa
JK
172010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
20 "uint_for_mi_testing".
21
02e7ef19
JB
222010-01-01 Joel Brobecker <brobecker@adacore.com>
23
24 Test indented comment in file being sourced.
25 * gdb.base/commands.exp: Test indented comment in file being sourced.
26
abd775ce
JB
272010-01-01 Joel Brobecker <brobecker@adacore.com>
28
29 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
30 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
31 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
32 notice.
33
79b55b82
JB
342010-01-01 Joel Brobecker <brobecker@adacore.com>
35
36 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
37 notice.
38
8997583e
JK
392010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
42 missing $after_stopped and comma (,) expectation.
43
6da95a67
SS
442009-12-31 Stan Shebs <stan@codesourcery.com>
45
46 * gdb.trace/actions.exp: Test teval action.
47
218d2fc6
TJB
482009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
49
50 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
51 (top level): Call test_watchpoint_in_big_blob.
52 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
53 watchpoints.
54 (func3): Write to buf.
55
236f1d4d
SS
562009-12-29 Stan Shebs <stan@codesourcery.com>
57
58 * gdb.trace/actions.exp: Test default-collect.
59
f61e138d
SS
602009-12-28 Stan Shebs <stan@codesourcery.com>
61
62 * gdb.trace/tsv.exp: New file.
63 * gdb.base/completion.exp: Update ambiguous info output.
64
0219b378
DJ
652009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
66
67 * gdb.base/find.c (main): Reference search buffers.
68 * gdb.base/included.c (main): Reference integer.
69 * gdb.base/ptype.c (charfoo): Declare.
70 (intfoo): Call charfoo.
71 * gdb.base/scope0.c (useitp): New function.
72 (usestatics): Use useitp.
73 (useit): Add a type for val.
74 * gdb.base/scope1.c (useit1): Take a pointer argument.
75 (usestatics1): Update calls to useit1.
76 * gdb.cp/call-c.cc: Declare foo.
77 (main): Call foo.
78 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
79 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
80 (main): Call C::ensureRefs and ensureOtherRefs.
81 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
82 variables.
83 (ensureOtherRefs): New function.
84 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
85 * gdb.cp/templates.cc (main): Call t5i.value.
86
3f78692f
JK
872009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
88
89 Fix compatibility with G++-4.5.
90 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
91 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
92 (uncaught return): Remove.
93
429374b8
JK
942009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
95 Phil Muldoon <pmuldoon@redhat.com>
96
97 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
98 (bp_location13, bp_location14, bp_location17, bp_location18)
99 (marker3_proto, marker4_proto): New variables.
100 (breakpoint info): Update output.
101 (run until breakpoint at marker3, run until breakpoint at marker4): New
102 tests.
103
859825b8
JK
1042009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
105
106 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
107 Replace the printf call of Y by provided "y-set-1" label. New block
108 for the second shared library.
109 * gdb.base/unload.exp: Compile also the second library, call
110 gdb_load_shlibs also for it. Use now gdb_breakpoint.
111 (single pending breakpoint info): Rename to ...
112 (pending breakpoint info before run): ... this extended test.
113 (libfile2, libname2, libsrcfile2, libsrc2)
114 (lib_sl2): New variables.
115 (exec_opts): Set also SHLIB_NAME2.
116 (pending breakpoint info on first run at shrfunc1)
117 (pending breakpoint info on second run at shrfunc1)
118 (pending breakpoint info on second run at shrfunc2)
119 (print y from libfile, print y from libfile2): New tests.
120 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
121 * gdb.base/unloadshr2.c: New.
122
e6a386cd
HZ
1232009-12-22 Hui Zhu <teawater@gmail.com>
124
125 * gdb.reverse/sigall-reverse.exp: Adjust.
126
9e19b45e
VP
1272009-12-21 Vladimir Prus <vladimir@codesourcery.com>
128
129 PR gdb/10884
130
131 * gdb.mi/var-cmd.c (do_bitfield_tests): New
132 (main): Call do_bitfield_tests.
aacf5b1e 133 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 134
d53a7b30
JB
1352009-12-20 Joel Brobecker <brobecker@adacore.com>
136
137 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
138 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
139 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
140 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
141 gdb.modula2/unbounded1.c: Update copyright header.
142
191ca0a1
CM
1432009-12-10 Chris Moller <moller@mollerware.com>
144
145 PR gdb/9399
146 * gdb.cp/virtfunc2.exp: New tests
147 * gdb.cp/virtfunc2.cc: New tests
148 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
149
0fa6cf1b
MS
1502009-12-10 Oza Pawandeep (paawan1982@yahoo.com
151
152 * gdb.reverse/i387-env-reverse.c: New file.
153 * gdb.reverse/i387-env-reverse.exp: New file.
154 * gdb.reverse/i387-stack-reverse.c: New file.
155 * gdb.reverse/i387-stack-reverse.exp: New file.
156
361ae042
PM
1572009-12-08 Phil Muldoon <pmuldoon@redhat.com>
158
159 * gdb.python/py-type.exp (test_range): New test.
160
bfd31e71
PM
1612009-12-03 Phil Muldoon <pmuldoon@redhat.com>
162
163 PR python/10805
164
165 * gdb.python/py-type.exp: New file.
166 * gdb.python/py-type.c: New file.
167 * Makefile.in: Add py-type.
168
57a1d736
TT
1692009-12-03 Tom Tromey <tromey@redhat.com>
170
171 * gdb.python/py-value.exp (test_parse_and_eval): New
172 function.
173
1f3b5d1b
PP
1742009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
175
176 PR gdb/11022
177
178 * gdb.base/pr11022.exp: New test.
179 * gdb.base/pr11022.c: New test.
180
8b7dbdc9
JK
1812009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 Fix spurious false FAILs.
184 * gdb.base/structs.c (chartest): New.
185 (main): Fill-in chartest.
186 * gdb.base/structs.exp (anychar_re, first): New.
187 (start_structs_test): Import global anychar_re and first.
188 New gdb_test call "set print elements 300; ${testfile}"
189 (start_structs_test <$first>): New block.
190 (any): Import global anychar_re. New variable ac. Use ${ac}.
191
6a53b2ec
JK
1922009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
195
d7167b4c
JK
1962009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
199 Force $srcfile file.
200 * gdb.base/foll-fork.c (callee): Comment out the printf call.
201
b1798462
UW
2022009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
203
204 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
205 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
206 * gdb.threads/watchthreads-reorder.exp: Likewise.
207
b6199126
DJ
2082009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
209
210 PR gdb/8704
211
212 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
213 "if", and "thread". Correct matching in the previous test.
214
b22a0510
DJ
2152009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
216
217 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
218
930636d2
MS
2192009-11-23 Michael Snyder <msnyder@vmware.com>
220
221 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
222 * gdb.reverse-watch-precsave.exp: Ditto.
223
21a0512e
PP
2242009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
225
226 * gdb.asm/asm-source.exp: Adjust.
227 * gdb.base/help.exp: Adjust.
228
fc30d5e0
PA
2292009-11-22 Pedro Alves <pedro@codesourcery.com>
230
231 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
232 (do_syscall_tests_without_xml): Set data-directory to
233 /the/path/to/nowhere.
234
f6bc2008
PA
2352009-11-21 Pedro Alves <pedro@codesourcery.com>
236
237 * gdb.threads/local-watch-wrong-thread.c,
238 gdb.threads/local-watch-wrong-thread.exp: New files.
239
8c2fb5de
PA
2402009-11-21 Pedro Alves <pedro@codesourcery.com>
241
242 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
243 assume new `regsub' syntax available.
244
ebec9a0f
PA
2452009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
246
a79d3c27
JK
247 * gdb.base/watchpoint-hw-hit-once.exp,
248 gdb.base/watchpoint-hw-hit-once.c: New.
249
2502009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
251
252 * gdb.threads/watchthreads-reorder.exp,
253 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 254
276a961b
MK
2552009-11-17 Nathan Sidwell <nathan@codesourcery.com>
256
257 * gdb.xml/tdesc-regs.exp: Use for m68k.
258
4867c1fb
PA
2592009-11-15 Pedro Alves <pedro@codesourcery.com>
260
261 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
262
f6838f81
DJ
2632009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
264
265 * lib/gdb.exp (current_target_name): New procedure.
266 (gdb_wrapper_target): New variable.
267 (gdb_wrapper_init): Set gdb_wrapper_target.
268 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
269 wrapper.
270
4ac4dd3f
DJ
2712009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
272
273 * gdb.base/remote.exp: Delete the slowest load test.
274 Do not load with fixed packet sizes.
275
a7881759
DJ
2762009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
277
278 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
279
97a5b505
DJ
2802009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
281
282 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
283 srcfile when setting a breakpoint.
284
d3e1fc54
DJ
2852009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
286
287 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
288 macros.
289
7cbcbded
DJ
2902009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
291
292 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
293 to be in memory.
294 * gdb.base/display.c (force_mem): New.
295 (do_loops): Use it. Add breakpoint comments.
296 (do_vars): Add a breakpoint comment.
297 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
298 line numbers.
299
bdea3a92
NF
3002009-11-13 Nathan Froyd <froydnj@codesourcery.com>
301
302 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
303 instead of a bare "run".
304
269f82e5
PP
3052009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
306
307 * gdb.python/py-prettyprint.exp: Adjust.
308
a69b7d9d
DJ
3092009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
310
311 * lib/cell.exp (skip_cell_tests): Clean up test files before
312 returning.
313
b598bfda
DJ
3142009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
315
316 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
317 and the breakpoint menu. Do not call perror if a prompt is seen.
318 Consume the following GDB prompt.
319 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
320 * gdb.cp/namespace.exp: Use gdb_test.
321 * gdb.cp/templates.exp: Use gdb_test.
322 (test_template_breakpoints): Use gdb_test_multiple.
323
87728fa0
DJ
3242009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
325
326 * gdb.base/break1.c (struct some_struct, values): Move earlier.
327 (marker4): Reference values.
328
b67c692f
DJ
3292009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
330
331 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
332 is missing.
333
f0df251a
DJ
3342009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
335
336 * gdb.base/break.c (need_malloc): New.
337 * gdb.base/constvars.c (main): Reference crass and crisp.
338 * gdb.base/gdb1821.c (main): Reference bar.
339 * gdb.cp/gdb1355.cc (main): Reference s1.
340 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
341 (main): Call them.
342 * gdb.cp/hang2.cc (dummy2): Define.
343 * gdb.cp/hang3.cc (dummy3): Define.
344 * gdb.cp/m-data.cc (main): Reference shadow.
345
bdf7534a
NF
3462009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
347 Nathan Froyd <froydnj@codesourcery.com>
348
349 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
350 remote host.
351
f24fce77
NF
3522009-11-12 Nathan Froyd <froydnj@codesourcery.com>
353
354 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
355 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
356 * gdb.dwarf2/dw2-compressed.exp: Likewise.
357 * gdb.dwarf2/dw2-intercu.exp: Likewise.
358 * gdb.dwarf2/dw2-intermix.exp: Likewise.
359 * gdb.dwarf2/dw2-producer.exp: Likewise.
360 * gdb.dwarf2/mac-fileno.exp: Likewise.
361 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
362 py-prettyprint.py to the remote host.
363 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
364
40f0318e
KS
3652009-11-11 Keith Seitz <keiths@redhat.com>
366
367 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
368 use it instead of "Foo".
369 * gdb.cp/classes.exp (do_tests): Add a test to access
370 a method through a typedef'd class name.
371
f3d9f7fb
NF
3722009-11-11 Nathan Froyd <froydnj@codesourcery.com>
373
374 * gdb.base/long_long.exp: Permit leading zeros on floating-point
375 exponents.
376 * gdb.base/pointers.exp: Likewise.
377 * gdb.cp/ref-types.exp: Likewise.
378
a4216f37
KS
3792009-11-11 Keith Seitz <keiths@redhat.com>
380
381 * gdb.cp/cplusfuncs.cc (class foo): Add operators
382 new[] and delete[].
383 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
384 "void".
385 (probe_demangler): Remove all single-quoting of
386 method and variable names.
387 (info_func_regexp): Remove the word "void" from any
388 occurrence of "(void)".
389 (print_addr_2): Remove all single-quoting of
390 method names.
391 (print_addr_2_kfail): Likewise.
392 (print_addr): Single-quote C function names before
393 passing to print_addr_2.
394 (test_paddr_operator_functions): Remove single-quoting
395 for method names.
396 Add tests for operator new[] and operator delete[].
397
9b14d7aa
JK
3982009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
401
85feb311
KS
4022009-11-09 Keith Seitz <keiths@redhat.com>
403
404 * gdb.cp/overload.exp: Add tests for resolving overloaded
405 methods in expression parsing/evaluation.
406
fa335448
DJ
4072009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
408
409 * lib/gdb.exp (default_gdb_version): Use --version instead of
410 --command.
411
ec3c07fc
NS
4122009-11-10 Nathan Sidwell <nathan@codesourcery.com>
413
414 * lib/gdb.exp (gdb_compile_test): New.
415 (skip_ada_tests, skip_java_tests): New.
416 (gdb_compile): Use gdb_compile_test for f77.
417 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
418 * lib/java.exp (compile_java_from_source): Remove runtests check,
419 use gdb_compile_test to record result.
420 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
421 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
422 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
423 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
424 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
425 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
426 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
427 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
428 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
429 adjust gdb_compile invocations.
430
b8b4e42b
JK
4312009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 * Makefile.in (abs_builddir): New.
434 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
435 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
436 `$(abs_builddir)/site.exp'.
437
f8b7eaf3
DJ
4382009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
439
440 * config/m68k-emc.exp, lib/emc-support.exp,
441 gdb.trace/gdb_c_test.c: Delete.
442 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
443 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
444 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
445 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
446 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
447 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
448 casing for m68k-*-elf.
449
c4187697
NS
4502009-11-03 Pedro Alves <pedro@codesourcery.com>
451
452 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
453 * gdb.arch/i386-prologue.exp: Likewise.
454 * gdb.arch/i386-unwind.exp: Likewise.
455
db16b772
DJ
4562009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
457
458 * lib/gdb.exp (gdb_expect): Fix timeout typo.
459
bcf71277
DJ
4602009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
461
462 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
463
0105cee2
DJ
4642009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
465
466 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
467
24ddea62
JK
4682009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
471
287ccc17
JK
4722009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
475 * gdb.base/sepdebug2.c: New file.
476
08bca259 4772009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
478
479 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
480 the modified warnings for catch syscall. Verify if GDB was compiled
481 with support for lib expat, and choose which tests to run depending
482 on this.
483
5d4e2b76
VP
4842009-10-30 Vladimir Prus <vladimir@codesourcery.com>
485
486 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
487 that composite commands are parsed OK. And also test
488 that breakpoint commands do work.
489
240e538a
MS
4902009-10-23 Michael Snyder <msnyder@vmware.com>
491
492 gdb.reverse/consecutive-precsave.exp: Change expect pattern
493 to allow for new disassembly style.
494
9c419145
PP
4952009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
496
497 * gdb.asm/asm-source.exp: Adjust.
498
02506ff1
MS
4992009-10-22 Michael Snyder <msnyder@vmware.com>
500
501 * gdb.reverse/break-precsave.exp: New test.
502 * gdb.reverse/consecutive-precsave.exp: Ditto.
503 * gdb.reverse/finish-precsave.exp: Ditto.
504 * gdb.reverse/i386-precsave.exp: Ditto.
505 * gdb.reverse/machinestate-precsave.exp: Ditto.
506 * gdb.reverse/sigall-precsave.exp: Ditto.
507 * gdb.reverse/solilb-precsave.exp: Ditto.
508 * gdb.reverse/step-precsave.exp: Ditto.
509 * gdb.reverse/until-precsave.exp: Ditto.
510 * gdb.reverse/watch-precsave.exp: Ditto.
511
4cf866a3
MS
5122009-10-22 Michael Snyder <msnyder@vmware.com>
513
514 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
515 for gdb_expect. Adjust one test's expect strings for the new
516 format of disassemble.
517 * gdb.reverse/finish-reverse.exp: Delete 'return'.
518 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
519 gdb_test_multiple.
520 * gdb.reverse/step-reverse.exp: Delete 'return'.
521 * gdb.reverse/until-reverse.exp: Delete blank lines.
522 * gdb.reverse/watch-reverse.exp: Delete blank lines.
523
2b28d209
PP
5242009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
525
526 * gdb.base/consecutive.exp: Adjust.
527 * gdb.base/display.exp: Likewise.
528 * gdb.base/pc-fp.exp: Likewise.
529 * gdb.base/sigbpt.exp: Likewise.
530
33b9c32b
MS
5312009-10-19 Michael Snyder <msnyder@vmware.com>
532
533 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
534 * gdb.reverse/finish-reverse.c: Ditto.
535 * gdb.reverse/sigall-reverse.c: Ditto.
536 * gdb.reverse/solib-reverse.c: Ditto.
537 * gdb.reverse/step-reverse.c: Ditto.
538 * gdb.reverse/watch-reverse.c: Ditto.
539
6c95b8df
PA
5402009-10-19 Pedro Alves <pedro@codesourcery.com>
541 Stan Shebs <stan@codesourcery.com>
542
543 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
544 * gdb.base/foll-exec.exp: Adjust to expect a process id before
545 "Executing new program".
546 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
547 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
548 left listed after having been killed.
549 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
550 * gdb.base/maint.exp: Adjust test.
551
552 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
553 * gdb.multi/Makefile.in: New.
554 * gdb.multi/base.exp: New.
555 * gdb.multi/goodbye.c: New.
556 * gdb.multi/hangout.c: New.
557 * gdb.multi/hello.c: New.
558 * gdb.multi/bkpt-multi-exec.c: New.
559 * gdb.multi/bkpt-multi-exec.exp: New.
560 * gdb.multi/crashme.c: New.
561
279017b7
TG
5622009-10-13 Tristan Gingold <gingold@adacore.com>
563
564 * gdb.base/sepdebug.exp: Check debug info are found.
565
0413d738
PA
5662009-10-08 Pedro Alves <pedro@codesourcery.com>
567
568 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
569 bits.
570
c628eecc
JK
5712009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
574
38af1bfe
JB
5752009-10-07 Joel Brobecker <brobecker@adacore.com>
576
577 * gdb.base/watchpoints.c: Add copyright header. Reformat one
578 of the comments.
579
2b0adecd
PM
5802009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
581
582 * gdb.base/annota1.exp: Remove obsolete match_max increase.
583 * gdb.base/annota3.exp: Idem.
584 * gdb.base/maint.exp: Idem.
585
8d417781
PM
5862009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
587
588 * lib/gdb.exp (default_gdb_init): Set current value of match_max
589 to default.
590
bb61102d
PM
5912009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
592
593 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
594 mingw and cygwin targets.
595
ace5c364
PM
5962009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
597 Pedro Alves <pedro@codesourcery.com>
598
599 * lib/gdb.exp (gdb_compile): Avoid adding
600 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
601
c2d494a0
PM
6022009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
603
e1b52ce2
PM
604 * gdb.base/shr1.c: Use %p in format string.
605 * gdb.base/unload.c: Avoid warning in fprintf.
606 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 607
209f53f5
PM
6082009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
609
610 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
611 long type.
612 (test_unlink): Correct printf string.
613 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
614 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
615
8172766a
JK
6162009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
619 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
620 * gdb.arch/ia64-breakpoint-shadow.S: New file.
621
0f73703c
UW
6222009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
623
624 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
625 * gdb.objc/nondebug.exp: Likewise.
626
b32306ca
UW
6272009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
628
629 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
630 target_info setting.
631
632 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
633 that detect new threads during "info threads".
634
0057022f
UW
6352009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
636
637 * gdb.threads/manythreads.c (main): Increase thread stack size
638 to 2*PTHREAD_STACK_MIN.
639 * gdb.threads/multi-create.c (main): Likewise.
640 (create_function): Likewise.
641
f29c0325
UW
6422009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
643
644 * gdb.base/dump.exp: Pass difference of pointer types instead
645 of integer types as offset to restore in intarr3.srec case.
646
fcb34849
UW
6472009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
648
649 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
650
d5142e3b
UW
6512009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
652
653 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
654
087b74b2
PM
6552009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
656
657 New test for two watchpoints, with disabling of
658 the first inserted.
659 * testsuite/gdb.base/watchpoints.c: New file.
660 * testsuite/gdb.base/watchpoints.exp: New file.
661
96c07c5b
TT
6622009-09-25 Tom Tromey <tromey@redhat.com>
663
664 * gdb.base/charset.exp: Test utf-16 strings with Python.
665
b8899f2b
TT
6662009-09-25 Tom Tromey <tromey@redhat.com>
667
668 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
669 UCS-4.
670 * gdb.base/charset.c (utf_32_string): Rename.
671 (init_utf32): Rename.
672 (main): Update.
673
329719ec
TT
6742009-09-22 Tom Tromey <tromey@redhat.com>
675
676 * gdb.python/py-function.exp: Add regression tests.
677
11ef0d76
KS
6782009-09-21 Keith Seitz <keiths@redhat.com>
679
680 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
681 with invalid operator.
682
3fe8f3b3
KS
6832009-09-21 Keith Seitz <keiths@redhat.com>
684
685 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
686 and destructor using typedef name of class.
687 * gdb.cp/classes.cc (class Base1): Add a destructor.
688 (base1): New typedef.
689 (use_methods): Instanitate an object of type base1.
690 * gdb.cp/templates.exp (test_template_typedef): New procedure.
691 (do_tests): Call test_template_typedef.
692 * gdb.cp/templates.cc (Baz::~Baz): New method.
693 (intBazOne): New typedef.
694 (main): Instantiate intBazOne.
695
7a9fe101
PM
6962009-09-21 Phil Muldoon <pmuldoon@redhat.com>
697
698 PR python/10633
699
700 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
701 Function.
702 (run_lang_tests): Add print elements test.
703
2e4d963f
PM
7042009-09-21 Phil Muldoon <pmuldoon@redhat.com>
705
706 * gdb.python/py-value.exp (test_subscript_regression): New
707 function. Test for invalid subscripts.
708 * gdb.python/py-value.c (main): Add test array, and pointer to it.
709 (ptr_ref): New function.
710
ec7e75e7
PP
7112009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
712
713 * gdb.base/default.exp: Fix "show convenience".
714
0cc7d26f
TT
7152009-09-15 Tom Tromey <tromey@redhat.com>
716
717 * lib/mi-support.exp (mi_create_varobj): Update.
718 (mi_create_floating_varobj): Likewise.
719 (mi_create_dynamic_varobj): New proc.
720 (mi_varobj_update): Update.
721 (mi_varobj_update_with_type_change): Likewise.
722 (mi_varobj_update_kv_helper): New proc.
723 (mi_varobj_update_dynamic_helper): Rewrite.
724 (mi_varobj_update_dynamic): New proc.
725 (mi_list_varobj_children): Update.
726 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
727 * gdb.python/python-prettyprint.py (pp_outer): New class.
728 (pp_nullstr): Likewise.
729 (lookup_function): Register new printers.
730 * gdb.python/python-prettyprint.c (struct substruct): New type.
731 (struct outerstruct): Likewise.
732 (substruct_test): New function.
733 (struct nullstr): New type.
734 (string_1, string_2): New globals.
735 (main): Add new tests.
736 * gdb.python/python-mi.exp: Added regression tests.
737 * gdb.mi/mi2-var-display.exp: Update.
738 * gdb.mi/mi2-var-cmd.exp: Update.
739 * gdb.mi/mi2-var-child.exp: Update.
740 * gdb.mi/mi2-var-block.exp: Update.
741 * gdb.mi/mi-var-invalidate.exp: Update.
742 * gdb.mi/mi-var-display.exp: Update.
743 * gdb.mi/mi-var-cmd.exp: Update.
744 * gdb.mi/mi-var-child.exp: Update.
745 * gdb.mi/mi-var-block.exp: Update.
746 * gdb.mi/mi-break.exp: Update.
747 * gdb.mi/gdb701.exp: Update.
748
a96d9b2e
SDJ
7492009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
750
751 * Makefile.in: Inclusion of catch-syscall object.
752 * gdb.base/catch-syscall.c: New file.
753 * gdb.base/catch-syscall.exp: New file.
754
b43b923a
MS
7552009-09-12 Michael Snyder <msnyder@vmware.com>
756
757 * gdb.reverse/step-reverse.exp: Explicitly check for targets
758 that can support reverse debuggnig.
759
cec03d70
TT
7602009-09-11 Tom Tromey <tromey@redhat.com>
761
762 * gdb.dwarf2/valop.S: New file.
763 * gdb.dwarf2/valop.exp: New file.
764
e23bb3fc
MK
7652009-09-11 Mark Kettenis <kettenis@gnu.org>
766
767 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
768
37c3696d
DE
7692009-09-10 Doug Evans <dje@google.com>
770
771 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
772 Add $gdb_prompt to second breakpoint regexp.
773
5172aecb
JB
7742009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
775
776 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
777 names, add missing ones.
778 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
779 * gdb.python/py-frame.c: Rename from python-frame.c.
780 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
781 testfile name.
782 * gdb.python/py-function.exp: Rename from python-function.exp.
783 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
784 testfile name.
785 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
786 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
787 Adjust testfile name.
788 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
789 * gdb.python/py-template.cc: Rename from python-template.cc.
790 * gdb.python/py-template.exp: Rename from python-template.exp.
791 Adjust testfile name.
792 * gdb.python/py-value.c: Rename from python-value.c.
793 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
794 testfile name.
795
b554e4bd
JK
7962009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
799 $bpt2address.
800 (Second breakpoint address is valid on ia64)
801 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
802
9a68ae16
JM
8032009-09-03 Joseph Myers <joseph@codesourcery.com>
804
805 * gdb.base/ending-run.exp: Restrict regular expression matching
806 line number to require closing brace following.
807
146b9145
DE
8082009-09-03 Doug Evans <dje@google.com>
809
810 * gdb.base/store.exp (check_set): Fix typo in expected value message.
811
787d21e1
TT
8122009-09-02 Tom Tromey <tromey@redhat.com>
813
814 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
815
e7802207
TT
8162009-09-02 Tom Tromey <tromey@redhat.com>
817
818 * gdb.dwarf2/callframecfa.exp: New file.
819 * gdb.dwarf2/callframecfa.S: New file.
820
817aadd2
JK
8212009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
822
823 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
824 gdb.base/solib-overlap-main.c: New.
825
4a76eae5
DJ
8262009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
827
828 PR gdb/10565
829
830 * gdb.base/bitfields.c (struct container, container): New.
831 (main): Initialize it and call break5.
832 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
833
d4b96c9a
JK
8342009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 Support constant DW_AT_data_member_location by GCC PR debug/40659.
837 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
838
4e22772d
JK
8392009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
842
2efab443
MS
8432009-08-26 Michael Snyder <msnyder@vmware.com>
844
845 * gdb.base/i386-reverse.c: New file.
846 * gdb.base/i386-reverse.exp: New file.
847 * gdb.base/Makefile.in: Add new files to be removed.
848
07ab73a0
JM
8492009-08-26 Joseph Myers <joseph@codesourcery.com>
850
851 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
852 environment-pwd for remote host.
853 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
854
676accff
KS
8552009-08-24 Keith Seitz <keiths@redhat.com>
856
857 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
858 Add two new C++ completer tests which limit the output to a
859 given class.
860
f9f7ad22
MS
8612009-08-24 Michael Snyder <msnyder@vmware.com>
862
863 * gdb.base/del.exp: Fix typo in comment.
864 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
865
81ecdfbb
RW
8662009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
867
868 * configure: Regenerate.
869 * gdb.hp/configure: Likewise.
870 * gdb.hp/gdb.aCC/configure: Likewise.
871 * gdb.hp/gdb.base-hp/configure: Likewise.
872 * gdb.hp/gdb.compat/configure: Likewise.
873 * gdb.hp/gdb.defects/configure: Likewise.
874 * gdb.hp/gdb.objdbg/configure: Likewise.
875 * gdb.stabs/configure: Likewise.
876
cab0c772
UW
8772009-08-19 Doug Evans <dje@google.com>
878
879 * gdb.base/gdbvars.c: New file.
880 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
881
b8fa0bfa
PA
8822009-08-14 Pedro Alves <pedro@codesourcery.com>
883
884 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
885 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
886
b84aa90a
PA
8872009-08-13 Pedro Alves <pedro@codesourcery.com>
888
889 * gdb.base/default.exp: Adjust "set language test": it's now an
890 enum command. Larger help string moved to "help set language".
891 * gdb.base/help.exp: Adjust "help set language" expected output,
892 now lists all known languages.
893
0d8f9b2c
NF
8942009-08-11 Nathan Froyd <froydnj@codesourcery.com>
895
896 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
897 all frame arguments.
898 * gdb.arch/altivec-regs.exp: Likewise.
899
bda180e0
TT
9002009-08-07 Tom Tromey <tromey@redhat.com>
901
902 * gdb.base/setshow.exp: Add tests for changes to set language, set
903 check range, and set check type.
904
48cb2d85
VP
9052009-08-03 Vladimir Prus <vladimir@codesourcery.com>
906
907 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
908 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
909 Call it.
910
1ea34204
UW
9112009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
912
913 * configure.ac: Run gdb.cell tests when appropriate.
914 * configure: Regenerate.
915 * lib/cell.exp: New file.
916 * gdb.cell: New directory.
917 * gdb.cell/configure.ac: New file.
918 * gdb.cell/configure: New file.
919 * gdb.cell/Makefile.in: New file.
920 * gdb.cell/arch.exp: New file.
921 * gdb.cell/break.c: New file.
922 * gdb.cell/break.exp: New file.
923 * gdb.cell/break-spu.c: New file.
924 * gdb.cell/bt.c: New file.
925 * gdb.cell/bt2-spu.c: New file.
926 * gdb.cell/bt-spu.c: New file.
927 * gdb.cell/bt.exp: New file.
928 * gdb.cell/coremaker.c: New file.
929 * gdb.cell/coremaker-spu.c: New file.
930 * gdb.cell/core.exp: New file.
931 * gdb.cell/gcore.exp: New file.
932 * gdb.cell/data.c: New file.
933 * gdb.cell/data.exp: New file.
934 * gdb.cell/data-spu.c: New file.
935 * gdb.cell/ea-cache.exp: New file.
936 * gdb.cell/ea-cache.c: New file.
937 * gdb.cell/ea-cache-spu.c: New file.
938 * gdb.cell/ea-standalone.c: New file.
939 * gdb.cell/ea-standalone.exp: New file.
940 * gdb.cell/ea-test.c: New file.
941 * gdb.cell/ea-test.exp: New file.
942 * gdb.cell/f-regs.exp: New file.
943 * gdb.cell/mem-access.c: New file.
944 * gdb.cell/mem-access.exp: New file.
945 * gdb.cell/mem-access-spu.c: New file.
946 * gdb.cell/ptype.exp: New file.
947 * gdb.cell/registers.exp: New file.
948 * gdb.cell/size.c: New file.
949 * gdb.cell/sizeof.exp: New file.
950 * gdb.cell/size-spu.c: New file.
951 * gdb.cell/solib.exp: New file.
952 * gdb.cell/solib-symbol.exp: New file.
953
85e747d2
UW
9542009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
955
956 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
957
58d6951d
DJ
9582009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
959
960 * gdb.base/float.exp: Handle VFP registers.
961
6e0a4f15
MS
9622009-07-14 Michael Snyder <msnyder@vmware.com>
963
dcd5da87
MS
964 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
965 to bring gdb to the beginning of the calling line.
966
6e0a4f15
MS
967 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
968 confusing the i386 epilogue unwinder.
969
782b2b07
SS
9702009-07-14 Stan Shebs <stan@codesourcery.com>
971
972 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
973
f662c3bc
MS
9742009-07-14 Michael Snyder <msnyder@vmware.com>
975
976 * gdb.reverse/step-reverse.exp (stepi into function call):
977 Call instruction may not be first instruction in the line.
978 (reverse stepi from a function call): Used wrong line number.
979
8f313923
JK
9802009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
983
4662c76e
JK
9842009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
985
986 Fix gdb.base/macscp.exp when using custom inputrc.
987 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
988 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
989 env(TERM) set.
990 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
991 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
992
aa81e255
JK
9932009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
996 * gdb.base/annota1.exp (thread_test): Import global $testfile.
997 Change the compilation target to match the testcase name.
998 * gdb.base/sect-cmd.exp: Change the compilation target to match the
999 testcase name.
1000 * a2-run.exp: Use for setup prepare_for_testing. Change the
1001 compilation target to match the testcase name.
1002 * gdb.base/commands.exp: Likewise.
1003 * gdb.base/finish.exp: Likewise.
1004 * gdb.base/float.exp: Likewise.
1005 * gdb.base/info-target.exp: Likewise.
1006 * gdb.base/relational.exp: Likewise.
1007 * gdb.base/term.exp: Likewise.
1008 * gdb.base/until.exp: Likewise.
1009 * gdb.base/volatile.exp: Likewise.
1010 * gdb.base/whatis-exp.exp: Likewise.
1011
4c93b1d7
HZ
10122009-07-11 Hui Zhu <teawater@gmail.com>
1013
1014 * gdb.base/help.exp (disassemble): Update expected help text.
1015
812f7342
TT
10162009-07-09 Tom Tromey <tromey@redhat.com>
1017
1018 * lib/gdb.exp: Handle TRANSCRIPT.
1019 (remote_spawn, remote_close, send_gdb): New procs.
1020
fbb8f299
PM
10212009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1022
1023 * gdb.python/python-prettyprint.c: Add counted null string
1024 structure.
1025 * gdb.python/python-prettyprint.exp: Print null string. Test for
1026 embedded nulls.
1027 * gdb.python/python-prettyprint.py (pp_ns): New Function.
1028 * gdb.python/python-value.exp (test_value_in_inferior): Add
1029 variable length string fetch tests.
1030 * gdb.python/python-value.c (main): Add strings for string fetch tests.
1031
c0ac0ec7
JK
10322009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * gdb.base/dump.exp (inaccessible memory is reported): New test.
1035
30b66ecc
TT
10362009-07-07 Tom Tromey <tromey@redhat.com>
1037
1038 * gdb.base/call-rt-st.exp: Update for change to escape output.
1039 * gdb.base/callfuncs.exp: Likewise.
1040 * gdb.base/charset.exp: Likewise.
1041 * gdb.base/constvars.exp: Likewise.
1042 * gdb.base/long_long.exp: Likewise.
1043 * gdb.base/pointers.exp: Likewise.
1044 * gdb.base/printcmds.exp: Likewise.
1045 * gdb.base/setvar.exp: Likewise.
1046 * gdb.base/store.exp: Likewise.
1047 * gdb.cp/ref-types.exp: Likewise.
1048 * gdb.mi/mi-var-child.exp: Likewise.
1049 * gdb.mi/mi-var-display.exp: Likewise.
1050 * gdb.mi/mi2-var-display.exp: Likewise.
1051 * gdb.base/charset.exp: Test octal escape sequence length.
1052 Update for change to escape output.
1053
187c4a2b
JK
10542009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1057
d80a43f9
DJ
10582009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1059
1060 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1061
047427a8
JK
10622009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1065 gdbserver increasing $portnum if "Can't bind address" has been seen.
1066
8b5a0f4f
PA
10672009-07-05 Pedro Alves <pedro@codesourcery.com>
1068
1069 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1070 mingw32ce.
1071
7d93ba58
PA
10722009-07-05 Pedro Alves <pedro@codesourcery.com>
1073
1074 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1075 VFP format.
1076
2277426b
PA
10772009-07-02 Pedro Alves <pedro@codesourcery.com>
1078
1079 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1080 linux. Adjust to use "inferior", "info inferiors", "detach
1081 inferior" and "kill inferior" instead of "restart", "info fork",
1082 "detach fork" and "delete fork".
1083 * gdb.base/ending-run.exp: Spell out "info".
1084 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1085 the "kill" command.
1086
5af949e3
UW
10872009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1088
1089 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1090 change to prefix TLS offset in hex with 0x.
1091
5d3729b5
UW
10922009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1093
1094 * gdb.base/default.exp: Update test case for "x" changes.
1095
af589bd0
TG
10962009-07-01 Tristan Gingold <gingold@adacore.com>
1097
1098 * gdb.base/bigcore.exp: Make darwin untested.
1099
40974f91
JK
11002009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 * gdb.base/completion.exp (directory completion): Create the directory.
1103 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1104 escapeuniquesub.
1105 (directory completion 2): Expect now ${escapeuniquesub}.
1106 (Glob remaining of directory test): Remove one excessive newline.
1107 Expect the real output.
1108
59dd3af6
JK
11092009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1110
1111 Fix `make check//%' target after `make check' has been ran.
1112 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1113 a mkdir call.
1114 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1115 (%/.dir): Remove.
1116
f4e164aa
JK
11172009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1118
1119 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1120 the expected result record.
1121
69af2122
JK
11222009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 Remove racy FAILs relying just on the timeouts.
1125 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1126 (annotation_level 2): Remove racy FAILs.
1127
2fd481e1
PP
11282009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1129
1130 gdb/10275
1131 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1132
c38f313d
DJ
11332009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1134
1135 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1136
8b777f02
VP
11372009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1138
1139 * gdb.mi/mi-stack.exp: Testing symbolic options
1140 to -stack-list-locals and -stack-list-arguments.
1141
00c7eacf
JK
11422009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1143
1144 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1145
6bc80edc
TT
11462009-06-29 Tom Tromey <tromey@redhat.com>
1147
1148 * dg-extract-results.sh: New file.
1149 * Makefile.in (FORCE_PARALLEL): New variable.
1150 (CHECK_TARGET): New conditional variable.
1151 (check): Use CHECK_TARGET.
1152 (DO_RUNTEST): New variable.
1153 (check-single): New target.
1154 (TEST_DIRS): New variable.
1155 (TEST_TARGETS): Likewise.
1156 (check-parallel): New target.
1157 (check-gdb.%): New pattern.
1158 (BASE1_FILES): New variable.
1159 (BASE2_FILES): Likewise.
1160 (check-gdb.base%): New pattern.
1161 (%/.dir): New pattern.
1162 * configure: Rebuild.
1163 * aclocal.m4 (AM_CONDITIONAL): New defun.
1164 * configure.ac: Check whether user is using GNU make.
1165 (GMAKE): New conditional.
1166
794684b6
SW
11672009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1168
1169 * gdb.cp/namespace-nested-import.cc: New test.
1170 * gdb.cp/namespace-nested-import.exp: New test.
1171
edb3359d
DJ
11722009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1173
1174 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1175 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1176 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1177 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1178 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1179 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1180 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1181 gdb.opt/inline-markers.c: New files.
1182 * lib/gdb.exp (skip_inline_frame_tests): New function.
1183 (skip_inline_var_tests): New function.
1184
cf657a0c
AS
11852009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1186
1187 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1188 backtrace.
1189
28d41a99
MS
11902009-06-27 Michael Snyder <msnyder@vmware.com>
1191
1192 * gdb.reverse: New directory.
1193 * gdb.reverse/break-reverse.c: New test.
1194 * gdb.reverse/break-reverse.exp: New test.
1195 * gdb.reverse/consecutive-reverse.c: New test.
1196 * gdb.reverse/consecutive-reverse.exp: New test.
1197 * gdb.reverse/finish-reverse.c: New test.
1198 * gdb.reverse/finish-reverse.exp: New test.
1199 * gdb.reverse/machinestate.c: New test.
1200 * gdb.reverse/ms1.c: New test.
1201 * gdb.reverse/machinestate.exp: New test.
1202 * gdb.reverse/Makefile.in: New file.
1203 * gdb.reverse/shr2.c: New test.
1204 * gdb.reverse/solib-reverse.c: New test.
1205 * gdb.reverse/solib-reverse.exp: New test.
1206 * gdb.reverse/step-reverse.c: New test.
1207 * gdb.reverse/step-reverse.exp: New test.
1208 * gdb.reverse/until-reverse.c: New test.
1209 * gdb.reverse/ur1.c: New test.
1210 * gdb.reverse/until-reverse.exp: New test.
1211 * gdb.reverse/watch-reverse.c: New test.
1212 * gdb.reverse/watch-reverse.exp: New test.
1213 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1214 * configure: Regenerate.
1215
fe3c8b0d
DE
12162009-06-26 Doug Evans <dje@google.com>
1217
1218 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1219
3a72a602
PM
12202009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1221
1222 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1223 windows problem for 'file delete $binfile'.
1224
27aa8d6a
SW
12252009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1226
1227 * gdb.cp/namespace-using.exp: New test.
1228 * gdb.cp/namespace-using.cc: New test.
1229
8ac055f8
JB
12302009-05-20 Joel Brobecker <brobecker@adacore.com>
1231
1232 * gdb.ada/variant_record_packed_array: New testcase.
1233
85e306ed
TT
12342009-06-23 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.base/charset.exp (test_combination): Regression test.
1237 * gdb.base/charset.c (my_wchar_t): New typedef.
1238 (myvar): New global.
1239 (main): Set myvar.
1240
56643c5e
PM
12412009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1242
1243 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1244 target.
1245
1fac167a
UW
12462009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1247
1248 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1249
7ccb0be9
UW
12502009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1251
1252 * gdb.mi/gdb680.exp: Update test for error message.
1253
568d6575
UW
12542009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1255
1256 * gdb.base/annota1.exp: Allow multiple occurrences of the
1257 frames-invalid annotation.
1258 * gdb.cp/annota2.exp: Likewise.
1259
7cd1089b
PM
12602009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1261
1262 * gdb.cp/gdb2495.cc: New file.
1263 * gdb.cp/gdb2495.exp: New file.
1264
72c63395
JK
12652009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1266
1267 Report error on GDB crash during runto.
1268 * lib/gdb.exp (runto <eof>): New.
1269
3788363d
DJ
12702009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1271
1272 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1273 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1274 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1275 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1276 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1277 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1278 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1279 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1280 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1281 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1282 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1283 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1284 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1285 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1286 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1287 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1288 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1289 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1290 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1291 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1292 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1293 gdb.trace/passcount.exp, gdb.trace/report.exp,
1294 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1295 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1296 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1297 executable.
1298
17592de3
PA
12992009-06-07 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1302 defined before referencing it.
1303
701e355d
DE
13042009-06-03 Doug Evans <dje@google.com>
1305
1306 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1307 * gdb.arch/i386-see.c: Ditto.
1308
f2292c65
PM
13092009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1310
1311 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1312 (check_macro): Return 1 if undefined.
1313 If first test fails, check if macro debug information is available,
1314 and report unsupported test if no macro information is found.
1315
5a437975
DE
13162009-05-29 Doug Evans <dje@google.com>
1317
1318 * gdb.threads/hand-call-in-threads.exp: New.
1319 * gdb.threads/hand-call-in-threads.c: New.
1320
c141c696
MS
13212009-05-29 Michael Snyder <msnyder@vmware.com>
1322
1323 * gdb.base/break-always.exp: Change "1" to "on".
1324 Add confirmation check.
1325
b3444185
PA
13262009-05-28 Pedro Alves <pedro@codesourcery.com>
1327
1328 * gdb.threads/threxit-hop-specific.c: New.
1329 * gdb.threads/threxit-hop-specific.exp: New.
1330 * gdb.threads/thread-execl.c: New.
1331 * gdb.threads/thread-execl.exp: New.
1332
b6313243
TT
13332009-05-27 Tom Tromey <tromey@redhat.com>
1334 Thiago Jung Bauermann <bauerman@br.ibm.com>
1335
1336 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1337 (mi_child_regexp): Likewise.
1338 (mi_list_varobj_children_range): Likewise.
1339 (mi_get_features): Likewise.
1340 (mi_list_varobj_children): Rewrite.
1341 * gdb.python/python-mi.exp: New file.
1342
a6bac58e
TT
13432009-05-27 Tom Tromey <tromey@redhat.com>
1344 Thiago Jung Bauermann <bauerman@br.ibm.com>
1345 Phil Muldoon <pmuldoon@redhat.com>
1346 Paul Pluzhnikov <ppluzhnikov@google.com>
1347
1348 * gdb.python/python-prettyprint.exp: New file.
1349 * gdb.python/python-prettyprint.c: New file.
1350 * gdb.python/python-prettyprint.py: New file.
1351 * gdb.base/display.exp: print/r is now valid.
1352
2c74e833
TT
13532009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1354 Tom Tromey <tromey@redhat.com>
1355 Pedro Alves <pedro@codesourcery.com>
1356 Paul Pluzhnikov <ppluzhnikov@google.com>
1357
1358 * gdb.python/python-template.exp: New file.
1359 * gdb.python/python-template.cc: New file.
1360 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1361 tests.
1362 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1363 Call it.
1364 (test_value_after_death): New proc.
1365 * gdb.python/python-value.c (PTR): New typedef.
1366 (main): New variable 'x'.
1367
89c73ade
TT
13682009-05-27 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1371 tests.
1372 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1373 Call it.
1374
a75724bc
PA
13752009-05-27 Pedro Alves <pedro@codesourcery.com>
1376
1377 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1378
e58b0e63
PA
13792009-05-24 Pedro Alves <pedro@codesourcery.com>
1380
1381 * gdb.threads/fork-thread-pending.c: New.
1382 * gdb.threads/fork-thread-pending.exp: New.
1383
4ac36638
JK
13842009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1387 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1388
c28c63d8
JB
13892009-05-18 Jon Beniston <jon@beniston.com>
1390
1391 * gdb.asm/asm-source.exp: Add lm32 target.
1392
b242c3c2
PA
13932009-05-17 Pedro Alves <pedro@codesourcery.com>
1394
1395 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1396 `gdb_get_line_number'. Call `callee' in both parent and child.
1397 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1398 `gdb_get_line_number' instead of hardcoding line numbers.
1399 (catch_fork_unpatch_child): New procedure to test detaching
1400 breakpoints from child fork.
1401 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1402 hardcoding line numbers.
1403 (do_fork_tests): Run `catch_fork_unpatch_child'.
1404
ee342b23
VP
14052009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1406
1407 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1408 of structure type enters or leaves the scope, it
1409 is reported by -var-update.
1410
e2009e98
DE
14112009-05-11 Doug Evans <dje@sebabeach.org>
1412
1413 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1414 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1415 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1416
00903456
JK
14172009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1420
dc621c35
DE
14212009-04-30 Doug Evans <dje@google.com>
1422
1423 * gdb.threads/watchthreads2.exp: New testcase.
1424 * gdb.threads/watchthreads2.c: New testcase.
1425
9ab4e744
DE
14262009-04-29 Doug Evans <dje@google.com>
1427
1428 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1429 * gdb.cp/mb-ctor.cc: Ditto.
1430 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1431 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1432 * gdb.cp/mb-inline1.cc: Call it.
1433 * gdb.cp/mb-inline2.cc: Ditto.
1434 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1435 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1436
484086b7
JK
14372009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1440 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1441 Replace all uses of `decimal' by `nonzero'.
1442 (info macro FROM_COMMANDLINE): New test.
1443
379a77b5
TT
14442009-04-27 Tom Tromey <tromey@redhat.com>
1445
1446 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1447
b92b73c2
DE
14482009-04-27 Doug Evans <dje@google.com>
1449
1450 * gdb.threads/watchthreads.c (main): Initialize args before starting
1451 the threads. Plus formatting cleanup.
1452 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1453 biased scheduling of one thread.
1454
945a118d
JG
14552009-04-27 Jerome Guitton <guitton@adacore.com>
1456
1457 * gdb.cp/templates.cc (GetMax): New template.
1458 (main): Declare two instances of GetMax.
1459 * gdb.cp/templates.exp: Add new test.
1460
d389af10
JK
14612009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1464
e7f86de9
JM
14652009-04-22 Joseph Myers <joseph@codesourcery.com>
1466
1467 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1468
334cc82d
TT
14692009-04-15 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.base/charset.exp: Add regression test.
1472
d12672cc
JB
14732009-04-14 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.base/exe-lock.exp: New testcase.
1476
18e8c3bc
TT
14772009-04-13 Tom Tromey <tromey@redhat.com>
1478
1479 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1480 operator on Frame.
1481
5ecd5cbe
UW
14822009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1483
1484 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1485 * gdb.server/ext-attach.exp: Likewise.
1486
7309f756
VP
14872009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1488
1489 Eliminate some sleep usage.
1490
1491 * gdb.mi/basics.c (do_nothing): New.
1492 (main): Use do_nothing instead of printf, so that
1493 not to introduce race condition between output of
1494 inferiour and output of gdb. Do not use sleep as it
1495 is not generally available on embedded targets.
1496
f4b95f6f
PA
14972009-04-02 Pedro Alves <pedro@codesourcery.com>
1498
1499 * gdb.server/ext-attach.exp: Expect an optional process id after
1500 "Detached from remote process".
1501
de40b933
JK
15022009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1503
1504 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1505 gdb.dwarf2/dw2-unresolved.exp: New.
1506
2ae101a4
PA
15072009-04-02 Pedro Alves <pedro@codesourcery.com>
1508
1509 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1510 mi_run_to_main.
1511
56a8e183
PA
15122009-04-02 Pedro Alves <pedro@codesourcery.com>
1513
1514 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1515 mi_run_to_main. Skip thread exit test on remote targets.
1516 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1517 mi_run_to_main.
1518 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1519 mi_run_to_main.
1520 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1521 when expecting ^connected. Detect when the target doesn't support
1522 non-stop mode.
1523 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1524 supported. Return -1 on error, 0 on success.
1525 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1526 (mi_runto): Return mi_runto_helper's result explicitly.
1527
c35fafde
PA
15282009-04-01 Pedro Alves <pedro@codesourcery.com>
1529
1530 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1531
f8a8dce6
JB
15322009-04-01 Tom Tromey <tromey@redhat.com>
1533
1534 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1535 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1536 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1537 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1538
71c25dea
TT
15392009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1540 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 PR gdb/931
1543 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1544 output.
1545 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1546 for gdb/931.
1547 * dw2-strp.S (DW_AT_language): Change to C++.
1548 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1549
02d9a9ce
JB
15502009-03-31 Joel Brobecker <brobecker@adacore.com>
1551
1552 * gdb.ada/tasks: New testcase.
1553
1042e4c0
SS
15542009-03-30 Stan Shebs <stan@codesourcery.com>
1555
1556 * gdb.trace/actions.exp: Update to match new info trace format.
1557 * gdb.trace/deltrace.exp: Ditto.
1558 * gdb.trace/infotrace.exp: Ditto.
1559 * gdb.trace/passcount.exp: Ditto.
1560 * gdb.trace/save-trace.exp: Ditto.
1561 * gdb.trace/while-stepping.exp: Ditto.
1562 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1563
f8f6f20b
TJB
15642009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1565
1566 * gdb.python/python-frame.c: New file.
1567 * gdb.python/python-frame.exp: New file.
1568
c0c6f777
TJB
15692009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1570
1571 * gdb.python/python-value.exp: Add tests for the address
1572 attribute.
1573
3cb51905
AS
15742009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1575
1576 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1577
88fc996f
DE
15782009-03-26 Doug Evans <dje@google.com>
1579
1580 * gdb.mi/mi-nonstop-exit.exp: New file.
1581 * gdb.mi/non-stop-exit.c: New file.
1582
56ef84b1
TT
15832009-03-26 Tom Tromey <tromey@redhat.com>
1584
1585 Update for change to prologue skipping:
1586 * gdb.mi/mi2-simplerun.exp: Update.
1587 * gdb.mi/mi2-break.exp: Update.
1588 * gdb.mi/mi-simplerun.exp: Update.
1589 * gdb.mi/mi-break.exp: Update.
1590 * gdb.base/ending-run.exp: Update.
1591
def2b000
TJB
15922009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1593
1594 * gdb.python/python-value.exp (test_value_in_inferior): Test
1595 gdb.Value.is_optimized_out attribute.
1596
442ddf59
JK
15972009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 * gdb.dwarf2/dw2-noloc-main.c: New file.
1600 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1601 (.text): Remove.
1602 (.data): New.
1603 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1604 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1605 (DW_TAG_subprogram func_cu1, noloc): Remove.
1606 (main): New.
1607 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1608 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1609 (file_symbols): New procedure.
1610
a8df5de4
TT
16112009-03-25 Tom Tromey <tromey@redhat.com>
1612
1613 * gdb.base/charset.exp (valid_target_charset): New proc.
1614 Use it to skip tests on invalid charsets.
1615
cc1d7add
PM
16162009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1617
1618 * gdb.base/completion.exp: Add a test for directory completion.
1619
bcd5727b
JK
16202009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 Fix a racy FAIL.
1623 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1624 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1625
cc924cad
TJB
16262009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1627
1628 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1629 * gdb.python/python-function.exp: Add test for function returning
1630 a GDB value.
1631
bc3b79fd
TJB
16322009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1633
1634 * gdb.python/python-function.exp: New file.
1635
6c7a06a3
TT
16362009-03-20 Tom Tromey <tromey@redhat.com>
1637
1638 * gdb.base/store.exp: Update for change to escape output.
1639 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1640 to escape output.
1641 * gdb.base/pointers.exp: Update for change to escape output.
1642 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1643 to escape output.
1644 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1645 escape output.
1646 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1647 to escape output.
1648 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1649 escape output.
1650 * gdb.base/setvar.exp: Update for change to escape output.
1651 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1652 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1653 to escape output.
1654 (test_print_string_constants): Likewise.
1655 * gdb.base/charset.exp (valid_host_charset): Check size of
1656 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1657 cases. Handle "auto"-related output.
1658 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1659 (uvar, Uvar): New globals.
1660
c31af87b
JG
16612009-03-19 Jerome Guitton <guitton@adacore.com>
1662
1663 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1664 deltas.
1665 * gdb.ada/fixed_points.exp: Ditto.
1666
51272cf2
PA
16672009-03-18 Pedro Alves <pedro@codesourcery.com>
1668
1669 * return-nodebug.c: Don't include stdio.h.
1670 (init): Delete.
1671 (func): Delete definition and provide extern declaration.
1672 (t): New.
1673 (main): Don't call printf. Call func and store its result in t.
1674 * return-nodebug1.c: New.
1675 * return-nodebug.exp: Don't expect stdio output. Instead, print
1676 the global variable t. Drop printf formatters and cast types from
1677 foreach loop. Don't use prepare_for_testing. Compile
1678 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1679 define FORMAT or CAST.
1680
d24948ac
PP
16812009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1682
1683 * gdb.base/solib-display.exp: Disable test for remote targers.
1684
61ff14c6
JK
16852009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1686
1687 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1688
cb4dce93
JK
16892009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 Fix a racy FAIL.
1692 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1693 code from `follow parent, print pids'.
1694 (`follow child, print pids', `follow parent, print pids'): Call it.
1695 Replace `gdb_test "break..."' by gdb_breakpoint.
1696
f7c60c5e
VP
16972009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1698
1699 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 1700 sync and async modes.
f7c60c5e 1701
383ace49
JB
17022009-03-12 Joel Brobecker <brobecker@adacore.com>
1703
1704 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1705 that was checked in by mistake. Remove loading of ada.exp, since
1706 this is not necessary in this case.
1707
4ce102af
JB
17082009-03-12 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.ada/ptype_arith_binop.exp: New testcase.
1711
529a2aef
JB
17122009-03-12 Joel Brobecker <brobecker@adacore.com>
1713
1714 * gdb.ada/mod_from_name: New testcase.
1715
8a38181c
JB
17162009-03-12 Joel Brobecker <brobecker@adacore.com>
1717
1718 * gdb.ada/tick_last_segv: New testcase.
1719
11436dee
VP
17202009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1721
61ff14c6 1722 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 1723
1f31650a
VP
17242009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1725
61ff14c6
JK
1726 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1727 include the token in ^running and frame info in *stopped.
1f31650a 1728
a3247a22
PP
17292009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1730
1731 * solib-display.exp: New file.
1732 * solib-display-main.c: New file.
1733 * solib-display-lib.c: New file.
61ff14c6 1734
aae64587
PA
17352009-03-05 Pedro Alves <pedro@codesourcery.com>
1736
1737 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1738
44aabfbc
JK
17392009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1742 (list_and_check_macro): Use more specific test name.
1743 (next to definition): Make the test names unique.
1744
c087fcd3
PM
17452009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1746
1747 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 1748
c86cf029
VP
17492009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1750
1751 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1752 notifications.
1753 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1754 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1755 * lib/mi-support.exp (library_loaded_re): New.
1756 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1757
3ea85240
VP
17582009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1759
1760 * gdb.gdb/observer.exp: Use test_notification observer, not
1761 normal_stop, everywhere.
1762 (test_normal_stop_notifications): Rename to...
1763 (test_notifications): ...this.
1764 (test_observer_normal_stop): Rename to...
1765 (test_observer): ...this.
1766
1903f0e6
DE
17672009-02-16 Doug Evans <dje@google.com>
1768
1769 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1770 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1771 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1772 (test_prefixed_syscall,test_int3): New tests.
1773 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1774 (test_prefixed_syscall,test_int3): New tests.
1775
1d33d6ba
VP
17762009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1777
3cb51905
AS
1778 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1779 (mi_expect_interrupt): Likewise.
1780 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1781 response.
1d33d6ba 1782
faafb047
PM
17832009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1784
1785 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1786 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1787 Replace calls to get_valueofx by get_hexadecimal_valueof.
1788
417e16e2
PM
17892009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1790
1791 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1792 (get_integer_valueof): New procedure.
1793 (get_sizeof): Use new get_integer_value_of.
1794 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1795 by get_integer_valueof.
1796
7065b901
TT
17972009-02-13 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.base/remote.exp (get_sizeof): Remove.
1800 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1801 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1802 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1803 * lib/gdb.exp (get_valueof): Move from long_long.exp.
1804 (get_sizeof): Likewise.
1805
5d7cb8df
JK
18062009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1807
1808 PR fortran/9806
1809 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
1810
b2febfff
PP
18112009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1812
1813 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
1814
4aa995e1
PA
18152009-02-06 Pedro Alves <pedro@codesourcery.com>
1816
1817 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
1818
d8906c6f
TJB
18192009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1820
1821 * gdb.python/python-cmd.exp: New file.
1822
ff4ab08d
TG
18232009-02-06 Tristan Gingold <gingold@adacore.com>
1824
1825 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
1826
aacd552b
TG
18272009-02-05 Tristan Gingold <gingold@adacore.com>
1828
1829 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
1830 pointer is dereferenced and use this signal name in regexp.
1831 * gdb.base/signull.exp: Ditto.
1832 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
1833 * gdb.base/signull.c (main): Ditto.
1834
08c637de
TJB
18352009-02-04 Tom Tromey <tromey@redhat.com>
1836 Thiago Jung Bauermann <bauerman@br.ibm.com>
1837
1838 * gdb.python/python-value.exp: Use `gdb.history' instead of
1839 `gdb.value_from_history'.
1840 (test_value_numeric_ops): Add test for conversion of enum constant.
1841 * gdb.python/python-value.c (enum e): New type.
1842 (evalue): New global.
1843 (main): Use argv.
1844
20261af8
JG
18452009-02-04 Jerome Guitton <guitton@adacore.com>
1846
1847 * gdb.ada/uninitialized_vars: New test program.
1848 * gdb.ada/uninitialized_vars.exp: New testcase.
1849
52e44b43
TT
18502009-02-02 Tom Tromey <tromey@redhat.com>
1851
1852 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
1853 * gdb.cp/pr2489.cc: Rename...
1854 * gdb.cp/pr9594.cc: ... to this.
1855
1c71341a
TT
18562009-02-02 Tom Tromey <tromey@redhat.com>
1857
1858 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
1859 * gdb.cp/pr2489.cc: New file.
1860 * gdb.cp/cpcompletion.exp: New file.
1861
a4295225
TT
18622009-02-02 Tom Tromey <tromey@redhat.com>
1863
1864 PR exp/9059:
1865 * gdb.cp/call-c.exp: Add regression test.
1866 * gdb.cp/call-c.cc (FooHandle): New typedef.
1867 (main): New variable 'handle'.
1868
592375cd
VP
18692009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1870
1871 * lib/mi-support.exp (et_mi_thread_list)
1872 (check_mi_and_console_threads): Adjust for current thread in
1873 -thread-list-ids output.
1874
41447f92
VP
18752009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1876
1877 * gdb.mi/mi-break.exp (test_disabled_creation): New.
1878 Call it.
1879
35669430
DE
18802009-01-28 Doug Evans <dje@google.com>
1881
1882 * gdb.arch/amd64-disp-step.S: New file.
1883 * gdb.arch/amd64-disp-step.exp: New file.
1884 * gdb.arch/i386-disp-step.S: New file.
1885 * gdb.arch/i386-disp-step.exp: New file.
1886
09f00d9a
PM
18872009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
1888
1889 * gdb.base/find.exp: Set newline variable
1890 using quotes instead of braces to fix cygwin failures.
1891
1e8fb976
PA
18922009-01-23 Pedro Alves <pedro@codesourcery.com>
1893
1894 * gdb.base/radix.exp: Add tests to ensure that that set
1895 input-radix 0 and set output-radix 0 are really rejected.
1896
da061712
PA
18972009-01-23 Pedro Alves <pedro@codesourcery.com>
1898
1899 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
1900 copyright years.
1901
dd7e2d2b
PA
19022009-01-23 Pedro Alves <pedro@codesourcery.com>
1903
1904 PR gdb/9664:
1905 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
1906
392452f6
PA
19072009-01-22 Pedro Alves <pedro@codesourcery.com>
1908
1909 PR c++/9631:
1910 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
1911
8653e71c
PM
19122009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
1913
1914 * gdb.server/file-transfer.exp: Use EXEEXT variable for
1915 binfile definition to fix Windows OS failure.
1916
a12cc160
DJ
19172009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1918
1919 PR gdb/9346
1920 * gdb.base/interrupt.c (sigint_handler): New.
1921 (main): Install a SIGINT handler if SIGNALS is defined. Exit
1922 on error.
1923 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
1924 Test "signal SIGINT".
1925
b89667eb
DE
19262009-01-19 Doug Evans <dje@google.com>
1927
1928 * gdb.base/break.exp: Update expected gdb output.
1929 * gdb.base/sepdebug.exp: Ditto.
1930 * gdb.mi/mi-syn-frame.exp: Ditto.
1931 * gdb.mi/mi2-syn-frame.exp: Ditto.
1932 * gdb.base/call-signal-resume.exp: New file.
1933 * gdb.base/call-signals.c: New file.
1934 * gdb.base/unwindonsignal.exp: New file.
1935 * gdb.base/unwindonsignal.c: New file.
1936 * gdb.threads/interrupted-hand-call.exp: New file.
1937 * gdb.threads/interrupted-hand-call.c: New file.
1938 * gdb.threads/thread-unwindonsignal.exp: New file.
1939
adb483fe
DJ
19402009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1941
1942 * gdb.base/define.exp: Test defining and hooking prefix commands.
1943 * gdb.python/python.exp: Update test for "show user" output.
1944
60023297
JK
19452009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1946
1947 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
1948 now the output exactly, using less wildcards. Expect also the output
1949 of gfortran-4.3. Update for the f-valprint.c modification from
1950 2008-04-22.
1951 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
1952 Remove gdb_test test names where matching the command.
1953
ccc57cf9
PA
19542009-01-01 Pedro Alves <pedro@codesourcery.com>
1955
1956 PR breakpoints/9681:
1957 * gdb.base/watchpoint.exp: Add regression test.
1958
c7a6ca08
PA
19592008-12-31 Pedro Alves <pedro@codesourcery.com>
1960
1961 * gdb.threads/attach-into-signal.exp: Don't use
1962 gdb_suppress_entire_file.
1963 * gdb.threads/attach-stopped.exp: Ditto.
1964 * gdb.threads/attachstop-mt.exp: Ditto.
1965
3a031f65
PA
19662008-12-31 Pedro Alves <pedro@codesourcery.com>
1967
1968 PR gdb/8812:
1969 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
1970
09e6485f
PA
19712008-12-29 Pedro Alves <pedro@codesourcery.com>
1972
1973 PR gdb/7536:
1974 * gdb.base/radix.exp: Add tests to ensure invalid input radices
1975 and unsupported output radices are really rejected.
1976
0cd53049
JK
19772008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.cp/punctuator.exp: Backslash the '$' signs.
1980
ba163c7e
TT
19812008-12-22 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.cp/punctuator.exp: New file.
1984
6f4de6c9
JK
19852008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1986
1987 * gdb.base/completion.exp (Completing non-existing component): New test.
1988
0f34d0b4
JK
19892008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 Fix for PR gdb/8648.
1992 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
1993 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
1994 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
1995 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
1996
db2ad4c3
JK
19972008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
2000
bb5ef15e
DP
20012008-12-16 Christophe Lyon <christophe.lyon@st.com>
2002
2003 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
2004 compiler actually generate code at the expected line number.
2005
90142adc
JZ
20062008-12-15 Jie Zhang <jie.zhang@analog.com>
2007
2008 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
2009
fad6eecd
TT
20102008-12-12 Tom Tromey <tromey@redhat.com>
2011
2012 * gdb.base/commands.exp (redefine_hook_test): New proc.
2013 Call it.
2014
17c8aaf5
TT
20152008-12-11 Tom Tromey <tromey@redhat.com>
2016
2017 * gdb.base/macscp.exp: New regression test.
2018
7c8adf68
TT
20192008-12-11 Tom Tromey <tromey@redhat.com>
2020
2021 * gdb.base/macscp.exp: Print "address.addr".
2022 * gdb.base/macscp1.c (struct outer): New struct.
2023 (address): New global.
2024
b05dcbb7
TT
20252008-12-09 Tom Tromey <tromey@redhat.com>
2026
2027 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
2028 Call it.
2029
2d476de1
DE
20302008-12-04 Doug Evans <dje@google.com>
2031
2032 * gdb.server/ext-run.exp: Relax regexp for init program.
2033
87bdc959
TG
20342008-12-03 Tristan Gingold <gingold@adacore.com>
2035
2036 * gdb.base/macscp.exp: Generate an object file during compilation
2037 to work around Darwin dsymutil limitations.
2038
e0740f77
JK
20392008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 Test resolving external references to TLS variables.
2042 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
2043 FILE2_THREAD_LOCAL.
2044 (testfile2, srcfile2): New variables.
2045 * gdb.threads/tls.c (file2_thread_local)
2046 (function_referencing_file2_thread_local): New.
2047 * gdb.threads/tls2.c: New file.
2048
67f0aac5
JB
20492008-11-28 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
2052 rather than integer, as integer might not be big enough when
2053 on 64bit targets.
67f0aac5 2054
c332165e
JG
20552008-11-27 Jerome Guitton <guitton@adacore.com>
2056
2057 * gdb.cp/formatted-ref.exp: Add equality test.
2058 * gdb.ada/formatted_ref.exp: Ditto.
2059
fc9b693c
JK
20602008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2061
2062 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2063 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2064
a9c64011
AS
20652008-11-20 Andreas Schwab <schwab@suse.de>
2066
2067 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2068 matching syscall entry point.
2069 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2070 (tcatch_vfork_then_child_follow): Likewise. Finish through
2071 vfork even if we stopped at the syscall trampoline.
2072
e2fd701e
DE
20732008-11-20 Doug Evans <dje@google.com>
2074
2075 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2076
69abc51c
TJB
20772008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2078
2079 * gdb.arch/ppc-dfp.exp: New file.
2080 * gdb.arch/ppc-dfp.c: New file.
2081
c14c28ba
PP
20822008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2083
2084 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 2085
2e74121d
DE
20862008-11-17 Doug Evans <dje@google.com>
2087
2088 * gdb.mi/mi-syn-frame.exp: Update expected output.
2089 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2090
66bb093b
VP
20912008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2092
2093 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
2094 "thread N" results in =thread-selected.
2095 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2096 (mi_send_resuming_command_raw): Be prepared for
2097 =thread-selected.
2098
3d043ef6
VP
20992008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2100
a9c64011
AS
2101 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2102 * lib/mi-support.exp: Likewise.
3d043ef6 2103
808104c8
JB
21042008-11-16 Joel Brobecker <brobecker@adacore.com>
2105
2106 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2107 commands from the expected output for "help catch".
2108
00b22944
JB
21092008-11-15 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.ada/int_deref.exp: New testcase.
2112
59669435
TT
21132008-11-14 Nick Roberts <nickrob@snap.net.nz>
2114
2115 * gdb.mi/gdb2549.exp: New file.
2116
de04a248
DE
21172008-11-11 Doug Evans <dje@google.com>
2118
2119 * gdb.base/callexit.exp: New file.
2120 * gdb.base/callexit.c: New file.
2121
6b8ce727
DE
21222008-11-10 Doug Evans <dje@google.com>
2123
2124 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2125 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2126 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2127 (default_gdb_start,default_gdb_exit): Ditto.
2128 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2129 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2130 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2131 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2132 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2133 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2134
1b14b8aa
AS
21352008-11-03 Andreas Schwab <schwab@suse.de>
2136
2137 * gdb.base/hashline2.exp: Fix typo.
2138 * gdb.base/hashline3.exp: Likewise.
2139
f3134b88
TT
21402008-10-30 Tom Tromey <tromey@redhat.com>
2141
2142 * gdb.base/pointers.exp: Add test.
2143 * gdb.base/pointers.c (k, S): New typedefs.
2144 (instance): New global.
2145
c2226152
AS
21462008-10-30 Andreas Schwab <schwab@suse.de>
2147
2148 * gdb.base/args.exp: Add tests for newlines.
2149
462f405c
JB
21502008-10-30 Joel Brobecker <brobecker@adacore.com>
2151
2152 gdb.base/foll-exec.exp: Update the expected output of a couple
2153 of "info breakpoints" tests.
2154
79a45b7d
TT
21552008-10-28 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2158
adc13a14
PA
21592008-10-24 Pedro Alves <pedro@codesourcery.com>
2160
2161 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2162 gdb_start_cmd.
2163 Use runto_main before any test that requires execution.
2164
252fbfc8
PA
21652008-10-23 Pedro Alves <pedro@codesourcery.com>
2166
2167 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2168 instead of SIGINT.
2169
28148e3d
JB
21702008-10-22 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.base/completion.exp: Update expected output following
2173 the addition of the "info tasks" command.
2174
c209f847
TT
21752008-10-22 Tom Tromey <tromey@redhat.com>
2176
2177 * gdb.base/exprs.exp (test_expr): Add test for string
2178 concatenation.
2179
f177e350
PA
21802008-10-19 Pedro Alves <pedro@codesourcery.com>
2181
2182 * configure.ac: Output gdb.python/Makefile.
2183 * configure: Regenerate.
2184 * gdb.python/Makefile.in: New.
2185
cce89356
JB
21862008-10-16 Joel Brobecker <brobecker@adacore.com>
2187
2188 * gdb.base/foll-fork.exp: Adjust the expected output to match
2189 the new description for fork/vfork catchpoints in the "info
2190 breakpoints" output.
2191
176d289d
TJB
21922008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2193
2194 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2195
a08702d6
TJB
21962008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2197
2198 * gdb.python/python-value.c: New file.
2199 * gdb.python/python-value.exp: New file.
2200
1c5cfe86
PA
22012008-10-15 Pedro Alves <pedro@codesourcery.com>
2202
2203 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2204
5a98ad69
DP
22052008-10-15 Denis Pilat <denis.pilat@st.com>
2206
41702f1b 2207 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 2208
dcb1a1e2
TT
22092008-10-09 Tom Tromey <tromey@redhat.com>
2210
2211 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2212 'fprintf' and 'stderr'.
2213
9124fe48
JB
22142008-10-07 Joel Brobecker <brobecker@adacore.com>
2215
2216 * gdb.ada/ref_tick_size.exp: New testcase.
2217
45452591
DE
22182008-10-06 Doug Evans <dje@google.com>
2219
2220 * gdb.dwarf2/dw2-cu-size.exp: New file.
2221 * gdb.dwarf2/dw2-cu-size.S: New file.
2222
2223 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2224 .Ltype_int for clarity.
2225
4fc5b208
PP
22262008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2227
2228 PR gdb/2384:
2229 * gdb.cp/gdb2384.exp: Extended to test more cases.
2230 * gdb.cp/gdb2384.cc: Likewise.
2231 * gdb.cp/gdb2384-base.h: Likewise.
2232 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 2233
d78df370
JK
22342008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 * gdb.base/maint.exp (maint print type): Remove printing
2237 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2238
9a044a89
TT
22392008-09-30 Tom Tromey <tromey@redhat.com>
2240
2241 * gdb.base/macscp.exp: Add completion tests.
2242 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2243 (TWENTY_THREE): Likewise.
2244 (FORTY_EIGHT): Likewise.
2245
506800a9
TT
22462008-09-30 Tom Tromey <tromey@redhat.com>
2247
2248 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2249 everywhere.
2250 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2251
1a6f01b5
JK
22522008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2253
2254 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2255 testcase is derived from. Fix racy dependency on an expected PID
2256 number. No longer support the testcase on Linux kernel 2.4.x.
2257
2fae03e8
TT
22582008-09-27 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2261 and varargs.
2262
1ad15515
PA
22632008-09-22 Pedro Alves <pedro@codesourcery.com>
2264
2265 * lib/mi-support.exp (mi_expect_interrupt): New.
2266 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2267 from gdb.mi/mi-nonstop.exp.
2268 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2269 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2270 lib/mi-support.exp.
2271 Use mi_check_thread_states throughout. Avoid ".*" and do not
2272 require an anchor after -exec-run.
2273
d0b76dc6
DJ
22742008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2275
2276 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2277 stop is pending. Avoid ".*" when two stops are pending.
2278 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2279 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2280 newlines in fullnames.
2281 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2282 (mi_expect_stop): Update comments. Only anchor in sync mode.
2283 Do not match newlines.
2284 (mi_send_resuming_command_raw): Always return status.
2285 (mi_get_stop_line): Do not match more than one line by accident.
2286 Only anchor in sync mode.
2287 (mi_run_inline_test): If -exec-next fails, give up.
2288
9990c830
UW
22892008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2290
2291 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2292 on SPU.
2293
ebcf6f00
JB
22942008-09-10 Joel Brobecker <brobecker@adacore.com>
2295
2296 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2297
b6db24e5
JB
22982008-09-10 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2301 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2302 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2303 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2304 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2305 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2306 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2307 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2308 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2309 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2310 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2311 Include the "= " sequence in the expected output of print tests.
2312
2bf448e0
JB
23132008-09-10 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2316 description for boolean types.
2317
d51fd4c8
PA
23182008-09-09 Pedro Alves <pedro@codesourcery.com>
2319
2320 * gdb.base/hook-stop-continue.c: New.
2321 * gdb.base/hook-stop-continue.exp: New.
2322
694182d2
DJ
23232008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2324
2325 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2326
3b8a7fc0
JG
23272008-09-08 Jerome Guitton <guitton@adacore.com>
2328
2329 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2330 (stack_check_probe_2, stack_check_probe_loop_1)
2331 (stack_check_probe_loop_2): New functions.
2332 (main): Add call to these new functions.
2333 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2334 functions, check that the breakpoint is inserted at the appropriate
2335 location.
2336 (insert_breakpoint): Slightly refine this procedure so that it can
2337 be called several times in the test.
2338
96cc0ae8
JG
23392008-09-08 Jerome Guitton <guitton@adacore.com>
2340
2341 * gdb.base/stack-checking.c: New file.
2342 * gdb.base/stack-checking.exp: New file.
2343
1f08b409
TJB
23442008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2345
2346 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2347 * gdb.arch/altivec-regs.exp: Likewise.
2348 * gdb.arch/vsx-regs.exp: Likewise.
2349
3099e1c4
TJB
23502008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2351
2352 * gdb.arch/ppc-fp.exp: New file.
2353 * gdb.arch/ppc-fp.c: New file.
2354
cc69bfc1
PP
23552008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2356
2357 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2358 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2359
b02a33db
MS
23602008-09-04 Michael Snyder <msnyder@vmware.com>
2361
2362 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2363 as "at" (for non-debug functions such as _start).
2364
2992cbe0
UW
23652008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2366
2367 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2368 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2369 software watchpoints.
2370 * gdb.base/watch_thread_num.exp: Likewise.
2371
514f746b
AR
23722008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2373
2374 * gdb.arch/i386-bp_permanent.exp: New test.
2375
876cecd0
TT
23762008-08-24 Tom Tromey <tromey@redhat.com>
2377
2378 * gdb.base/maint.exp: Update "maint print type".
2379
80f73d71
VP
23802008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2381
2382 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2383 support. Adjust the order of "*running" notifications.
2384 * gdb.mi/non-stop.c: Don't cast from int to void* and
2385 back.
2386
d9c78d7d
MK
23872008-08-20 Mark Kettenis <kettenis@gnu.org>
2388
2389 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2390 expect to find it in the "info frame" output.
2391
97a2d1d3
DJ
23922008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2393
2394 * gdb.base/interp.exp: Always consume both prompts.
2395
b96e2927
PA
23962008-08-20 Pedro Alves <pedro@codesourcery.com>
2397
2398 * gdb.base/pending.exp: Test pending breakpoints without symbols
2399 loaded.
2400
8cf6e61a
VP
24012008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2402
2403 * lib/mi-support.exp (mi_expect_stop): Produce
2404 more details on failures.
2405 * gdb.mi/mi-nonstop.exp: New.
2406 * gdb.mi/non-stop.c: New.
2407
c6ebd6cf
VP
24082008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2409
a9c64011
AS
2410 * gdb.mi/mi-async.exp: Use 'set target-async'.
2411 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2412
46a9b8ed
DJ
24132008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2414
2415 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2416
44feb3ce
TT
24172008-08-17 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.base/help.exp (help catch): Rewrite.
2420
311a4e6b
TJB
24212008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2422
2423 * gdb.base/define.exp: Test indented command documentation.
2424 * gdb.python/python.exp: Test indented multi-line command.
2425
604c2f83
LM
24262008-08-15 Luis Machado <luisgpm@br.ibm.com>
2427
2428 * testsuite/gdb.arch/vsx-regs.c: New source file.
2429 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2430 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2431
886a217c
TT
24322008-08-14 Tom Tromey <tromey@redhat.com>
2433
2434 * gdb.base/macscp.exp: Add regression test for "macro define" or
2435 "macro undef" with no arguments.
2436
c814a4f3
PP
24372008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2438
2439 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2440
12ab8a60
UW
24412008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2442
2443 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2444
d57a3c85
TJB
24452008-08-06 Tom Tromey <tromey@redhat.com>
2446
2447 * gdb.python/python.exp: New file.
2448
c7b778ff
JK
24492008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 Fix for PR gdb/1543.
2452 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2453 $LOCATION.
2454 (location): New variable.
2455 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2456 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2457 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2458 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2459 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2460 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2461 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2462 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2463 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2464 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2465 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2466 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2467 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2468 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2469 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2470 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2471 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2472 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2473 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2474 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2475 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2476 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2477 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2478 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2479 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2480 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2481 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2482 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2483 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2484 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2485 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2486 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2487 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2488 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2489 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2490 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2491 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2492 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2493 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2494 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2495 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2496 gdb.base/type-opaque.exp, gdb.base/until.exp,
2497 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2498 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2499 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2500 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2501 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2502 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2503 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2504 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2505 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2506 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2507 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2508 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2509 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2510 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2511 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2512 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2513 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2514 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2515 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2516 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2517 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2518 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2519 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2520 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2521 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2522 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2523 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2524 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2525 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2526 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2527 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2528 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2529 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2530 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2531 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2532 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2533 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2534 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2535 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2536 to bug-gdb@prep.ai.mit.edu .
2537
5e06a3d1
VP
25382008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2539
2540 * lib/mi-support.exp (mi_load_shlibs): New.
2541 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2542
9d81d21b
VP
25432008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2544
2545 * lib/mi-support.exp (get_mi_thread_list)
2546 (check_mi_and_console_threads): New, moved from ...
2547 * gdb.mi/mi-pthread.exp: ...here.
2548 * gdb.mi/gdb669.exp (get_mi_thread_list)
2549 (check_mi_and_console_threads): Delete.
2550 * gdb.mi/mi2-pthread.exp: Likewise.
2551
bae98fe0
TT
25522008-07-28 Tom Tromey <tromey@redhat.com>
2553
2554 * Makefile.in (just-check): Remove. Move body to...
2555 (check): ... here.
2556
57380f4e
DJ
25572008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2558
2559 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2560 Add a test for duplicated SIGINTs.
2561
e09490f1
DJ
25622008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2563
2564 * gdb.threads/schedlock.exp (get_args): Update to work for any
2565 value of NUM.
2566 (Top level): Report the number of threads that did not resume.
2567
6387b45f
DJ
25682008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2569
2570 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2571
62f64ff2
DJ
25722008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2575 non-MI prompt.
2576
fa8de41e
TT
25772008-07-26 Tom Tromey <tromey@redhat.com>
2578
2579 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2580 (function_struct, function_struct_ptr): New globals.
2581 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2582 function pointer in a struct.
2583
ccb3ac8a
TT
25842008-07-26 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.base/macscp.exp: Add test for macro lexing bug.
2587
d7d9f01e
TT
25882008-07-18 Tom Tromey <tromey@redhat.com>
2589
2590 * gdb.base/macscp.exp: Add macro tests.
2591
9bf07184
PP
25922008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2593
2594 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2595
becf6477
PP
25962008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2597
2598 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2599
0709f7d3
PP
26002008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2601
2602 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2603
7093c834
PP
26042008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2605
2606 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2607
b432ffe3
JK
26082008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2611
b1a268e5
VP
26122008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2613
2614 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2615
e2995f8e
KB
26162008-07-11 Kevin Buettner <kevinb@redhat.com>
2617
2618 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2619 of regexp to account for changes made to GDB in the printing of
2620 byte vectors.
2621
14032a66
TT
26222008-07-11 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.base/completion.exp: Add 'help' completion test.
2625
981505ef
JK
26262008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2629
10568435
JK
26302008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2633
4487aabf
PA
26342008-07-09 Pedro Alves <pedro@codesourcery.com>
2635
2636 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2637
a4a9b1c4
PA
26382008-07-09 Pedro Alves <pedro@codesourcery.com>
2639
2640 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2641
3c3185ac
JK
26422008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2643
2644 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2645
7ebd49dc
VP
26462008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2647
2648 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2649 previous commit. Add a comment.
2650
84e46146
PA
26512008-06-28 Pedro Alves <pedro@codesourcery.com>
2652
2653 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2654
0f8d4a2f
VP
26552008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2656
2657 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2658
f747e0ce
PA
26592008-06-27 Pedro Alves <pedro@codesourcery.com>
2660
2661 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2662 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2663 compiling an executable, link in an object that forces unbuffered
2664 output.
2665 * lib/set_unbuffered_mode.c: New file.
2666
734a5c36
JK
26672008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2670
a2840c35
VP
26712008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2672
a9c64011
AS
2673 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2674 mi_expect_stop.
2675 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2676 Demand that *running is output.
2677 (detect_async): Perform checking every time.
2678 (mi_send_resuming_command): Extract everything into...
2679 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
2680 (mi_expect_stop): Don't accept any output before *stopped.
2681
6ae37fef
VP
26822008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2683
2684 Robustify mi-simplerun.
a9c64011
AS
2685 * gdb.mi/basics.c (main): Add a call to sleep.
2686 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2687 * gdb.mi/mi2-cli.exp: Likewise.
2688 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 2689
b4aa76f0 26902008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
2691
2692 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2693
e1ac3328
VP
26942008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2695
a9c64011
AS
2696 * gdb.mi/mi-console.exp: Adjust.
2697 * gdb.mi/mi-syn-frame.exp: Adjust.
2698 * gdb.mi/mi2-console.exp: Adjust.
2699 * gdb.mi/mi2-syn-frame.exp: Adjust.
2700 * lib/mi-support.exp (mi_run_cmd): Adjust.
2701 (mi_send_resuming_command): Adjust.
e1ac3328 2702
f7f9a841
VP
27032008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2704
2705 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
2706 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2707 testing of stopped.
2708 * gdb.mi/mi2-syn-frame.exp: Likewise.
2709 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2710 (async, detect_async): New.
2711 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2712 depending on if we're running in sync or async mode.
f7f9a841 2713
37cd5d19
TT
27142008-06-09 Tom Tromey <tromey@redhat.com>
2715
2716 * gdb.base/completion.exp: New tests for field name completion
2717 with spaces, and field name completion with '->'.
2718
65d12d83
TT
27192008-06-06 Tom Tromey <tromey@redhat.com>
2720
2721 * gdb.base/break1.c (struct some_struct): New struct.
2722 (values): New global.
2723 * gdb.base/completion.exp: Add field name completion test.
2724
ebfe2e3f
PP
27252008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2726
2727 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2728 to pointer.
2729 * gdb.cp/call-c.cc: Likewise.
2730
bcf6fc3a
NR
27312008-06-06 Nick Roberts <nickrob@snap.net.nz>
2732
2733 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2734 annotation.
2735
49fd4a42 27362008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 2737 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
2738
2739 * gdb.threads/execl.c, gdb.threads/execl1.c,
2740 gdb.threads/execl.exp: New tests.
a9c64011 2741
8a34ac3f
AR
27422008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2743 Daniel Jacobowitz <dan@codesourcery.com>
2744
2745 * gdb.cp/exception.exp: Activate test, make it work with pending
2746 catchpoints.
2747
86ae69ef
JK
27482008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2751
f7f9ae2c
VP
27522008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2753
a9c64011
AS
2754 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2755 now printed.
2756 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 2757
2a2d4dc3
AS
27582008-05-27 Andreas Schwab <schwab@suse.de>
2759
2760 * gdb.base/frame-args.exp: Handle arguments that are optimized
2761 out.
2762
5099e4d9
LM
27632008-05-26 Luis Machado <luisgpm@br.ibm.com>
2764
2765 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2766 quiet for ppc32 and group options into a single variable.
2767
d9c36a91
JB
27682008-05-23 Joel Brobecker <brobecker@adacore.com>
2769
2770 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2771 of zero-size elements.
2772 * gdb.ada/null_array.exp: Test printing this new array.
2773
103a8671
JK
27742008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2777
07a4cc1a 27782008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
2779
2780 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2781 of the "finish" command.
2782
55f996a7
NR
27832008-05-21 Nick Roberts <nickrob@snap.net.nz>
2784
2785 * gdb.base/annota1.exp: Test for new annotation.
2786
907fc202
UW
27872008-05-16 Pedro Alves <pedro@codesourcery.com>
2788
2789 * gdb.base/fixsection.exp: New file.
2790 * gdb.base/fixsection0.c: New file.
2791 * gdb.base/fixsection1.c: New file.
2792
e8f97270
UW
27932008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2794
2795 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2796 * gdb.base/annota3.exp: Likewise.
2797
ac0bb574
NF
27982008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2799
2800 * gdb.base/watch_thread_num.exp: Don't run tests that require
2801 watchpoints if the target doesn't support them.
2802
6fadd07a
DE
28032008-05-12 Doug Evans <dje@google.com>
2804
2805 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
2806
6e9a4a30
JB
28072008-05-09 Joel Brobecker <brobecker@adacore.com>
2808
2809 * gdb.ada/assign_1.exp: New testcase.
2810
08388c79
DE
28112008-05-09 Doug Evans <dje@google.com>
2812
a3c83fae
DE
2813 * gdb.base/find.exp: New file.
2814 * gdb.base/find.c: New file.
08388c79 2815
bd5ddfe8
DJ
28162008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
2817
2818 * gdb.base/commands.exp (watchpoint_command_test): Handle
2819 gdb,no_hardware_watchpoints.
2820 * gdb.base/float.exp: Allow ARM targets without floating point.
2821 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
2822
b5dd68e2 28232008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 2824 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
2825
2826 * gdb.ada/lang_switch: New test program.
2827 * gdb.ada/lang_switch.exp: New testcase.
2828
382d13d1
DE
28292008-05-05 Doug Evans <dje@google.com>
2830
2831 * gdb.base/help.exp (disassemble): Update expected help text.
2832
9dd789d0
PA
28332008-05-04 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
2836
611c83ae
PA
28372008-05-04 Pedro Alves <pedro@codesourcery.com>
2838
2839 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
2840 different times.
2841
ff013f42
JK
28422008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
2845 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
2846 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
2847 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
2848
96dff6a2
VP
28492008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2850
2851 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
2852 notification to appear.
2853
55cd6f92
DJ
28542008-05-04 Daniel Jacobowitz <dan@debian.org>
2855
2856 * gdb.base/fullname.c: New file.
2857 * gdb.base/fullname.exp: New file.
2858 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
2859
d705c43c
PA
28602008-05-03 Pedro Alves <pedro@codesourcery.com>
2861
2862 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
2863 expressions with macros.
2864
333222e1
JK
28652008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2866
2867 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
2868
5ac01682
DJ
28692008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2870
2871 * gdb.base/completion.exp: Handle lack of other symbols beginning
2872 with "a".
2873
2874 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
2875
237fc4c9
PA
28762008-05-02 Jim Blandy <jimb@codesourcery.com>
2877
2878 * gdb.asm/asmsrc1.s: Add scratch space.
2879
ed5e9466
DJ
28802008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2881 Daniel Jacobowitz <dan@codesourcery.com>
2882
2883 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
2884 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
2885 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
2886
b39cc962
DJ
28872007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2888
2889 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
2890
36d520f5
JB
28912008-05-01 Joel Brobecker <brobecker@adacore.com>
2892
2893 * gdb.base/info-target.exp: New testcase.
2894
8d4e3071
DJ
28952008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2896
2897 * gdb.cp/hang.exp: Use .cc instead of .C.
2898 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
2899 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
2900
6f3f3097
DJ
29012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdb.base/gdb1250.exp: Remove perror.
2904 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
2905
5550a914
PA
29062008-04-30 Pedro Alves <pedro@codesourcery.com>
2907
2908 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
2909 .2byte.
2910
d848e687
DJ
29112008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
2912
2913 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
2914 (maybe_kfail): New.
2915
93b5768b
PA
29162008-04-25 Pedro Alves <pedro@codesourcery.com>
2917
2918 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
2919
721c02de
VP
29202008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2921
a9c64011
AS
2922 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
2923 * gdb.mi/mi2-syn-frame.exp: Likewise.
2924 * lib/mi-support.exp: Likewise.
721c02de 2925
74960c60
VP
29262008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2927
2928 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
2929 to specify regexp for the location to stop at.
2930 * gdb.base/break-always.c: New.
2931 * gdb.base/break-always.exp: New.
2932
d24317b4
VP
29332008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2934
2935 * lib/mi-support.exp (mi_runto_helper): Adjust
2936 for the original-location field.
2937 (mi_create_breakpoint, mi_list_breakpoints): New.
2938 * gdb.mi/mi-break.exp: Adjust.
2939 * gdb.mi/mi2-break.exp: Adjust.
2940 * gdb.mi/mi-pending.exp: Adjust.
2941 * gdb.mi/mi-simplerun.exp: Adjust.
2942 * gdb.mi/mi2-simplerun.exp: Adjust.
2943 * gdb.mi/mi-syn-frame.exp: Adjust.
2944 * gdb.mi/mi2-syn-frame.exp: Adjust.
2945 * gdb.mi/mi-until.exp: Adjust.
2946 * gdb.mi/mi2-until.exp: Adjust.
2947 * gdb.mi/mi-var-display.exp: Adjust.
2948 * gdb.mi/mi2-var-display.exp: Adjust.
2949 * gdb.mi/mi-watch.exp: Adjust.
2950 * gdb.mi/mi2-watch.exp: Adjust.
2951
fdc59709 29522008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 2953
a9c64011
AS
2954 * aclocal.m4: Add override.m4.
2955 * configure: Regenerate.
fdc59709 2956
8e91f023
VP
29572008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2958
2959 * gdb.mi/var-cmd.c (do_at_tests): Verify that
2960 '-var-update --all-values' reports new value even the type
2961 of a variable object has changed.
2962
233a11ab
CS
29632008-04-18 Craig Silverstein <csilvers@google.com>
2964
2965 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
2966 files.
d24317b4 2967
9c1137ad
JB
29682008-04-18 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.ada/atomic_enum: New test program.
2971 * gdb.ada/atomic_enum.exp: New testcase.
2972
66d0bbc7
DE
29732008-04-17 Doug Evans <dje@google.com>
2974
2975 * gdb.opt/Makefile.in: Fix whitespace.
2976
100906b0
UW
29772008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
2978
2979 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
2980
4584e32e
DE
29812008-04-17 Doug Evans <dje@google.com>
2982
2983 * gdb.base/hashline1.exp: New testcase.
2984 * gdb.base/hashline2.exp: New testcase.
2985 * gdb.base/hashline2.exp: New testcase.
2986
0a320680
PA
29872008-04-17 Pedro Alves <pedro@codesourcery.com>
2988
2989 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
2990
18ac113b
AR
29912008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2992
2993 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
2994 temporary breakpoint to match "Temporary breakpoint".
2995 * gdb.base/break.exp (delete_breakpoints): Likewise.
2996 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
2997 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
2998 * gdb.base/display.exp: Likewise.
2999 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
3000 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
3001 * gdb.base/restore.exp (restore_tests): Likewise.
3002 * gdb.base/sepdebug.exp: Likewise.
3003 * gdb.base/watchpoint.exp: Likewise.
3004 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
3005 * gdb.mi/mi-pending.exp: Likewise.
3006 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
3007 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
3008 * gdb.mi/mi-var-cmd.exp: Likewise.
3009 * gdb.mi/mi-var-display.exp: Likewise.
3010 * gdb.mi/mi2-cli.exp: Likewise.
3011 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
3012 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
3013 * gdb.mi/mi2-var-display.exp: Likewise.
3014 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
3015 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
3016 new "disp" field.
a9c64011 3017 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
3018 reason. This is to support fix for PR2424.
3019
add38693
JK
30202008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
3023
fcacd99f
VP
30242008-04-13 Vladimir Prus <vladimir@codesourcery.com>
3025
3026 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 3027 field. Add more floating varobj tests.
fcacd99f 3028 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
3029 field.
3030 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
3031 (main): Call do_at_tests.
3032 * lib/mi-support.exp (mi_create_floating_varobj)
3033 (mi_varobj_update_with_type_change): New.
fcacd99f 3034
de051565
MK
30352008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3036
3037 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
3038 option of -var-evaluate-expression.
3039 * gdb.mi/mi2-var-display.exp: Likewise.
3040
dbc52822
VP
30412008-04-07 Vladimir Prus <vladimir@codesourcery.com>
3042
3043 Introduce test setup helpers.
a9c64011
AS
3044 * lib/gdb.exp (build_executable, clean_restart)
3045 (prepare_for_testing): New.
3046 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3047 * gdb.base/return.exp: Likewise.
3048 * gdb.base/ending-run.exp: Likewise.
dbc52822 3049
473591da
NR
30502008-04-07 Nick Roberts <nickrob@snap.net.nz>
3051
3052 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3053 Interface (MI) responses.
3054
2b2d9e11
VP
30552008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3056
a9c64011
AS
3057 * gdb.cp/breakpoint.cc: New code to test conditions involving
3058 member variables.
3059 * gdb.cp/breakpoint.exp: Test condition involving member
3060 variables.
2b2d9e11 3061
bb378428
VP
30622008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3063
3064 * lib/mi-support.exp (mi_expect_stop): New.
3065 (mi_run_cmd): Change the
3066 token. Use mi_send_resuming_command, use
3067 mi_expect_stop.
3068 (mi_execute_to_helper): Rename to mi_execute_to.
3069 (mi_send_resuming_command): Add more error patterns.
3070 (mi_wait_for_stop): Renamed to...
3071 (mi_get_stop_line): ...this.
3072 (mi_run_inline_test): Adjust.
3073
3074 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3075 * gdb.mi/mi-console.exp: Likewise.
3076 * gdb.mi/mi-pending.exp: Likewise.
3077 * gdb.mi/mi-simplerun.exp: Likewise.
3078 * gdb.mi/mi-stack.exp: Likewise.
3079 * gdb.mi/mi-stepi.exp: Likewise.
3080 * gdb.mi/mi-syn-frame.exp: Add comment.
3081 * gdb.mi/mi-until.exp: Likewise.
3082 * gdb.mi/mi-var-display.exp: Likewise.
3083 * gdb.mi/mi-watch.exp: Likewise.
3084 * gdb.mi/mi2-cli.exp: Likewise.
3085 * gdb.mi/mi2-console.exp: Likewise.
3086 * gdb.mi/mi2-simplerun.exp: Likewise.
3087 * gdb.mi/mi2-stack.exp: Likewise.
3088 * gdb.mi/mi2-stepi.exp: Likewise.
3089 * gdb.mi/mi2-until.exp: Likewise.
3090 * gdb.mi/mi2-var-display.exp: Likewise.
3091 * gdb.mi/mi2-watch.exp: Likewise.
3092
62172bb9
UW
30932008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3094
3095 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3096
3097 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3098
a13e061a
PA
30992008-04-04 Pedro Alves <pedro@codesourcery.com>
3100
3101 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3102 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3103 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3104 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3105 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3106 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3107 expect an mi error duplicated in stderr.
3108
eae06beb
JB
31092008-04-03 Joel Brobecker <brobecker@adacore.com>
3110
3111 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3112 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3113 Add a couple of tests that verify the behavior when the new setting
3114 is set to "cancel" and "all".
3115 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3116 "ask" before we start the testing.
3117
79c6ced6
AR
31182008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3119
3120 * gdb.cp/casts.cc: Add class reference variables.
3121 * gdb.cp/casts.exp: New test cases for up/down casting references.
3122
6c2d1a6b
MK
31232008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3124
3125 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3126 instead of beginning to make an extra test pass.
3127 * gdb.mi/mi2-var-display.exp: Likewise.
3128
55b411d9
MR
31292008-03-31 Maciej W. Rozycki <macro@mips.com>
3130
3131 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3132
c6140da2
MD
31332008-03-31 Markus Deuling <deuling@de.ibm.com>
3134 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3135
3136 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3137 value. Add xfail for older kernels.
3138
79732189
AR
31392008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3140
3141 Bring mi-support in line with gdb.exp.
3142 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3143 (mi_gdb_start): New function.
3144
33c3676e
MR
31452008-03-28 Maciej W. Rozycki <macro@mips.com>
3146
3147 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3148
92e28119
VP
31492008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3150
3151 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3152 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 3153
9e8e3afe
VP
31542008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3155
3156 * lib/mi-support.exp (mi_create_varobj_checked): New.
3157 (mi_list_varobj_children): Allow to check for a
3158 value.
3159 (mi_list_array_varobj_children): New.
3160
3161 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3162 and mi_list_varobj_children, as opposed to hardcoding
3163 expected strings.
3164 * gdb.mi/gdb701.exp: Likewise.
3165 * gdb.mi/gdb792.exp: Likewise.
3166 * gdb.mi/mi-var-block.exp: Likewise.
3167 * gdb.mi/mi-var-cmd.exp: Likewise.
3168 * gdb.mi/mi-var-invalidate.exp: Likewise.
3169 * gdb.mi/mi2-var-block.exp: Likewise.
3170 * gdb.mi/mi2-var-child.exp: Likewise.
3171 * gdb.mi/mi2-var-cmd.exp: Likewise.
3172 * gdb.mi/mi2-var-display.exp: Likewise.
3173
9df50351
JK
31742008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 Fix random false FAILs on i386.
3177 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3178
31e5d73a
DJ
31792008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3180
3181 PR gdb/544
3182 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3183
12f4afab
DJ
31842008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 PR gdb/544
3187 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3188
b562a0cb
DJ
31892008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3192 fixed PR gdb/544.
3193
17faa917
DJ
31942008-03-21 Pedro Alves <pedro@codesourcery.com>
3195
3196 * gdb.threads/fork-child-threads.exp: Test next over fork.
3197
6214f497
DJ
31982008-03-21 Chris Demetriou <cgd@google.com>
3199
3200 * gdb.base/break.exp (rbreak junk): New test for rbreak
3201 "Junk at end of arguments" issue.
3202
63092375
DJ
32032008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3204
3205 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3206 *& to work on created array elements.
3207 (Top level): Test print $pc with a file. Test string operations
3208 without a target.
3209 * gdb.base/ptype.exp: Do not expect *& to work on created array
3210 elements.
3211
b21991b0
DJ
32122008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3213
3214 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3215 gdb.threads/staticthreads.exp: Update exit query.
3216
c4b347c7
SL
32172008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3218
3219 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3220
fa4727a6
DJ
32212008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3222
3223 * gdb.base/watchpoint.c (global_ptr, func4): New.
3224 (main): Call func4.
3225 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3226 (test_inaccessible_watchpoint): New.
3227
2f34202f
MR
32282008-02-29 Maciej W. Rozycki <macro@mips.com>
3229
3230 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3231 select the largest.
3232
0d6ba1b1
DJ
32332008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3236 frames-invalid annotations.
3237
e691325a
PM
32382008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3239
a9c64011 3240 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 3241
f85b5ecc
DE
32422008-02-27 Doug Evans <dje@google.com>
3243
3244 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3245 for bug 1738.
3246 (breakpoint_to_handler_entry): Ditto.
3247
b40e7bf3
JB
32482008-02-27 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.base/ending-run.exp: Use the first line of code inside
3251 function body to test breakpoints.
3252 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3253 location where the breakpoint is inserted when using the line
3254 where a function is declared. Fix typo in the description of
3255 one of the tests.
3256 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3257
2faca73a
PM
32582008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3259
3260 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 3261 tests.
2faca73a 3262
6f439c36
PM
32632008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3264
3265 * gdb.base/args.exp: avoid same output for tests
3266 with single quotes.
3267
54e52265
VP
32682008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3269
a9c64011
AS
3270 * gdb.base/annota1.exp: Adjust for 'info break'
3271 format changes.
3272 * gdb.base/annota3.exp: Likewise.
3273 * gdb.base/break.exp: Likewise.
3274 * gdb.base/condbreak.exp: Likewise.
3275 * gdb.base/pending.exp: Likewise.
3276 * gdb.base/sepdebug.exp: Likewise.
3277 * gdb.base/unload.exp: Likewise.
3278 * gdb.cp/ovldbreak.exp: Likewise.
3279 * gdb.mi/mi-pending.exp: Likewise.
54e52265 3280
897b09ca
DE
32812008-02-07 Doug Evans <dje@google.com>
3282
3283 * gdb.cp/mb-inline.exp: New.
3284 * gdb.cp/mb-inline.h: New.
3285 * gdb.cp/mb-inline1.cc: New.
3286 * gdb.cp/mb-inline2.cc: New.
3287
b1c32d35
PM
32882008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3289
3290 * gdb.pascal/floats.pas: New test program.
3291 * gdb.pascal/floats.exp: New testcase.
3292
1a4ca44a
TJB
32932008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3294
3295 * gdb.base/callfuncs.c (t_float_many_args): New function.
3296 (t_double_many_args): New function.
3297 * gdb.base/callfuncs.exp: Add tests for exceeding float
3298 and double parameters passed through the stack.
3299
439048e8
JB
33002008-02-05 Joel Brobecker <brobecker@adacore.com>
3301
3302 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3303 gdb.ada/complete/foo.adb: New files.
3304 * gdb.ada/complete.exp: New testcase.
3305
81fe8080
DE
33062008-02-03 Doug Evans <dje@google.com>
3307
301f0ecf
DE
3308 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3309
81fe8080
DE
3310 * gdb.cp/gdb2384.exp: New file.
3311 * gdb.cp/gdb2384.cc: New file.
3312 * gdb.cp/gdb2384-base.h: New file.
3313 * gdb.cp/gdb2384-base.cc: New file.
3314
4b071aec
DE
33152008-02-02 Doug Evans <dje@google.com>
3316
3317 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3318
61137ba6
JB
33192007-02-01 Joel Brobecker <brobecker@adacore.com>
3320
3321 * gdb.ada/sym_print_name: New test program.
3322 * gdb.ada/sym_print_name.exp: New testcase.
3323
33242007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
3325
3326 * gdb.ada/nested/hello.adb: New file.
3327 * gdb.ada/nested.exp: New testcase.
3328 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3329
98deb0da
VP
33302008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3331
3332 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
3333 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3334 don't cause future evaluations of function to report
3335 creation of internal breakpoints.
98deb0da 3336
723a2275
VP
33372008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3338
3339 * gdb.mi/mi-break.exp (test_error): New.
3340 Call it.
3341
fb546a2f
LM
33422008-01-31 Luis Machado <luisgpm@br.ibm.com>
3343
3344 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3345 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3346
2d8fd90a
PM
33472008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3348
3349 * gdb.pascal/integers.pas: New test program.
3350 * gdb.pascal/integers.exp: New testcase.
3351
a7fa0ded
PM
33522008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3353
3354 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3355
5e1a1926
TJB
33562008-01-30 Luis Machado <luisgpm@br.ibm.com>
3357
3358 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3359 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3360
8d04f9f0
JB
33612008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3362
3363 * gdb.ada/formatted_ref: New test program.
3364 * gdb.ada/formatted_ref.exp: New testcase.
3365
3366 * gdb.cp/formatted-ref.cc: New file.
3367 * gdb.cp/formatted-ref.exp: New testcase.
3368
ce75a98f
JB
33692008-01-30 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3372
e835f6bf
NR
33732008-01-30 Nick Roberts <nickrob@snap.net.nz>
3374
3375 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3376 (test_file_list_exec_source_file): Update to new macro-info field.
3377
d118ef87
PH
33782008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3379
3380 * gdb.ada/exprs: New test program.
3381 * gdb.ada/exprs.exp: New testcase.
3382
7d35ab09
TJB
33832008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3384
3385 * dfp-test.c (DELTA, DELTA_B): New definitions.
3386 (double_val1, double_val2, double_val3, double_val4, double_val5,
3387 double_val6, double_val7, double_val8, double_val9, double_val10,
3388 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3389 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3390 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3391 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3392 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3393 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3394 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3395 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3396 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3397 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3398 dec128_val16): New global variables.
3399 (decimal_dec128_align): New function.
3400 (decimal_mixed): Likewise.
3401 (decimal_many_args_dec32): Likewise.
3402 (decimal_many_args_dec64): Likewise.
3403 (decimal_many_args_dec128): Likewise.
3404 (decimal_many_args_mixed): Likewise.
3405 * dfp-test.exp: Add tests calling new inferior functions.
3406
2d717e4f
DJ
34072008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3408
3409 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3410 gdb.server/ext-run.exp: New files.
3411 * lib/gdbserver-support.exp (gdbserver_download): New.
3412 (gdbserver_start): New. Update gdbserver expected
3413 output.
3414 (gdbserver_spawn): Use them.
3415 (gdbserver_start_extended): New.
3416
e85a822c
DJ
34172008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3418
3419 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3420 Run on GNU/Linux.
3421 (do_exec_tests): Check for systems which do not support catchpoints.
3422 Do not match START.
3423 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3424 Run on GNU/Linux. Enable verbose output.
3425 (check_fork_catchpoints): New.
3426 (explicit_fork_child_follow, catch_fork_child_follow)
3427 (tcatch_fork_parent_follow): Update expected messages.
3428 (do_fork_tests): Use check_fork_catchpoints.
3429 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3430 Run on GNU/Linux. Enable verbose output.
3431 (check_vfork_catchpoints): New.
3432 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3433 expected messages.
3434 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3435
401ea829
JB
34362008-01-29 Jim Blandy <jimb@red-bean.com>
3437
3438 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3439 host' errors.
3440 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3441
aceaf3ad
JB
34422008-01-29 Jim Blandy <jimb@red-bean.com>
3443
3444 * gdb.threads/sigthread.c: Use barriers to ensure that
3445 child_thread and child_thread_two are always initialized before we
3446 start to use them.
3447
a5606eee
VP
34482008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3449
3450 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3451 * gdb.base/watchpoint-solib.c: New.
3452 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3453
c55a82bb
PM
34542008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3455
3456 * gdb.base/gdb1056.exp: Add unsigned integer test.
3457
0993fe05
DE
34582008-01-28 Doug Evans <dje@google.com>
3459
3460 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3461
4fe42e7f
JB
34622008-01-27 Jim Blandy <jimb@codesourcery.com>
3463
c7a69933
JB
3464 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3465
4fe42e7f
JB
3466 * gdb.base/expand-psymtabs.exp: Doc fix.
3467
5def8285
MK
34682008-01-26 Mark Kettenis <kettenis@gnu.org>
3469
3470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3471
5313c911
NR
34722008-01-24 Nick Roberts <nickrob@snap.net.nz>
3473
a9c64011 3474 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3475 -var-set-format.
3476
93815fbf
VP
34772008-01-23 Chris Demetriou <cgd@google.com>
3478
3479 * gdb.threads/thread_events.c: New testcase source file.
3480 * gdb.threads/thread_events.exp: New testcase expect file.
3481
467a88ee
NR
34822008-01-23 Nick Roberts <nickrob@snap.net.nz>
3483
3484 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3485
3486 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3487 -var-set-format.
3488
d8f82aba
DJ
34892008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3490 Vladimir Prus <vladimir@codesourcery.com>
3491
3492 * gdb.base/float.exp: Allow missing floating point for m68k and
3493 PowerPC.
3494
60c46647
VP
34952008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3496
3497 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3498 ignore count.
3499 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3500 * gdb.mi/mi-cli.exp: Adjust.
3501 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3502
c7dd36a1
PA
35032008-01-17 Pedro Alves <pedro@codesourcery.com>
3504
3505 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3506 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3507 with dummy_ptr's address.
3508 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3509 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3510 all targets.
3511 * gdb.mi/mi2-var-child.exp: Likewise.
3512
39d5313e
JB
35132008-01-09 Joel Brobecker <brobecker@adacore.com>
3514
3515 * gdb.ada/null_array: New test program.
3516 * gdb.ada/null_array.exp: New testcase.
3517
0aea4bf3
LM
35182008-01-09 Luis Machado <luisgpm@br.ibm.com>
3519
3520 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3521 with required float modifiers.
3522
0b354900
JB
35232008-01-08 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.ada/funcall_param: New test program.
3526 * gdb.ada/funcall_param.exp: New testcase.
3527
cdb7f5d4
JB
35282008-01-08 Joel Brobecker <brobecker@adacore.com>
3529
3530 * gdb.ada/arrayparam: New test program.
3531 * gdb.ada/arrayparam.exp: New testcase.
3532
88e2547f
JB
35332008-01-08 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3536 landed. Should also fix random failures in the test following it.
3537
f6867ce0
TJB
35382008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3539
3540 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3541 for expressions with decimal float values.
3542 (test_dfp_conversions): New function to test casts to and from
3543 decimal float types.
3544 Call test_dfp_conversions.
3545 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3546 elements.
3547 (main): Initialize ds.float4 and ds.double8 elements.
3548 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3549 string to new error message.
3550 (d64_set_tests): Likewise.
3551 (d128_set_tests): Likewise.
3552 Add tests for expressions with decimal float variables. Add tests for
3553 conversions to and from decimal float types.
3554
f9c11282
JB
35552008-01-05 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3558 * gdb.ada/packed_tagged.exp: New testcase.
3559
0ecbca72
JB
35602008-01-04 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3563 gdb.ada/homonym/homonym_main.adb: New files.
3564 * gdb.ada/homonym.exp: New testcase.
3565
c18d3d89
JB
35662008-01-04 Joel Brobecker <brobecker@adacore.com>
3567
3568 * gdb.ada/packed_array.exp: Add testing of references to
3569 a packed array.
3570
ecc7085b
JB
35712008-01-04 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3574 New files.
3575 * gdb.ada/type_coercion.exp: New testcase.
3576
c474c922
JB
35772008-01-04 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3580 gdb.ada/tagged/foo.adb: New file.
3581 * gdb.ada/tagged.exp: New testcase.
3582
9005b927
JB
35832008-01-04 Joel Brobecker <brobecker@adacore.com>
3584
3585 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3586 gdb.ada/ptype_field/foo.adb: New files.
3587 * gdb.ada/ptype_field.exp: New testcase.
3588
1a6aaad8
JB
35892008-01-03 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.ada/print_pc.exp: New testcase.
3592
0ef22f53
JB
35932008-01-03 Joel Brobecker <brobecker@adacore.com>
3594
3595 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3596 gdb.ada/taft_type/p.adb: New files.
3597 * gdb.ada/taft_type.exp: New testcase.
3598
1689ecf8
JB
35992008-01-03 Joel Brobecker <brobecker@adacore.com>
3600
3601 * gdb.ada/array_bounds/bar.adb: New file.
3602 * gdb.ada/array_bounds.exp: New testcase.
3603
a4d0b9c3
JB
36042008-01-03 Joel Brobecker <brobecker@adacore.com>
3605
3606 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3607 gdb.ada/arrayptr/foo.adb: New files.
3608 * gdb.ada/arrayptr.exp: New testcase.
3609
a31ace00
JB
36102008-01-03 Joel Brobecker <brobecker@adacore.com>
3611
3612 * gdb.base/set-lang-auto.exp: New testcase.
3613
a97fced3
JB
36142008-01-03 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.ada/fun_addr/foo.adb: New file.
3617 * gdb.ada/fun_addr.exp: New testcase.
3618
ef29ce1a
JK
36192008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3620
3621 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3622 New files
3623
0fafefe3
JB
36242008-01-02 Joel Brobecker <brobecker@adacore.com>
3625
3626 * array_subscript_addr/p.adb: New file.
a9c64011 3627 * array_subscript_addr.exp: New testcase.
0fafefe3 3628
c4359f8d
JB
36292008-01-02 Joel Brobecker <brobecker@adacore.com>
3630
a9c64011 3631 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3632 New files.
3633 * gdb.ada/str_cmp_ref.exp: New testcase.
3634
1aa1b15b
JB
36352008-01-01 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3638 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3639 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3640
81c9b2cf
JB
36412008-01-01 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3644 gdb.ada/ref_param/pck.ads: New files.
3645 * gdb.ada/ref_param.exp: New testcase.
3646
319e4674
JB
36472008-01-01 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3650 gdb.ada/interface/foo.adb: New files.
3651 * gdb.ada/interface.exp: New testcase.
3652
ef682c56
JB
36532007-12-31 Jim Blandy <jimb@codesourcery.com>
3654
3655 * gdb.base/multi-forks.exp: Consume all output from child
3656 processes before proceeding to next test.
3657
f6f3eb6c
JB
36582007-12-29 Jim Blandy <jimb@codesourcery.com>
3659
3660 * configure: Regenerated.
3661
f652e42f
JB
36622007-12-27 Joel Brobecker <brobecker@adacore.com>
3663
3664 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3665 gdb.ada/fixed_cmp/fixed.adb: New files.
3666 * gdb.ada/fixed_cmp.exp: New testcase.
3667
6943e596
JB
36682007-12-27 Joel Brobecker <brobecker@adacore.com>
3669
3670 * gdb.ada/boolean_expr.exp: New testcase.
3671
aad9a193
JB
36722007-12-26 Jim Blandy <jimb@codesourcery.com>
3673
3674 * gdb.base/multi-forks.exp: Doc fix.
3675
fb5f3683
JB
36762007-12-26 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3679 * gdb.ada/char_param.exp: Do not compile our test program with
3680 -gnata, this is unnecessary.
3681 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3682
384e4a9c
JB
36832007-12-24 Joel Brobecker <brobecker@adacore.com>
3684
3685 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3686 gdb.ada/print_chars/foo.adb: New files.
3687 * gdb.ada/print_chars.exp: New testcase.
3688
01e044f7
JB
36892007-12-24 Joel Brobecker <brobecker@adacore.com>
3690
3691 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3692 gdb.ada/char_param/foo.adb: New files.
3693 * gdb.ada/char_param.exp: New testcase.
3694
0ce17860
JB
36952007-12-22 Jim Blandy <jimb@codesourcery.com>
3696
3697 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3698 hard-coding source line numbers into the test.
3699 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3700 gdb_get_line_number to find.
3701
919809b9
JB
37022007-12-22 Joel Brobecker <brobecker@adacore.com>
3703
3704 * gdb.base/ptype.c (highest): New struct type.
3705 (the_highest): New variable of that type.
3706 (main): Add dummy assignment to a field of variable the_highest.
3707 * gdb.base/ptype.exp: Test type printing of our new variable.
3708
abc8a88d
PM
37092007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3710
3711 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 3712 and record first explicitly generated thread number.
abc8a88d
PM
3713 Use that thread number for thread specific watchpoint test.
3714 Add iteration number to repetitive tests.
3715
5158f3e3
CES
37162007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3717 Jim Blandy <jimb@codesourcery.com>
3718
3719 * gdb.base/expand-psymtabs.c: New testcase
3720 source file.
3721 * gdb.base/expand-psymtabs.exp: New testcase
3722 expect file.
3723
37e4754d
LM
37242007-12-17 Luis Machado <luisgpm@br.ibm.com>
3725
3726 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3727 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3728
551e5d04
JB
37292007-12-17 Joel Brobecker <brobecker@adacore.com>
3730
3731 * gdb.ada/frame_args/foo.adb: New file.
3732 * gdb.ada/frame_args/pck.ads: New file.
3733 * gdb.ada/frame_args/pck.adb: New file.
3734 * gdb.ada/frame_args.exp: New testcase.
3735
a05ee097
JB
37362007-12-17 Joel Brobecker <brobecker@adacore.com>
3737
3738 * gdb.base/frame-args.c: New file.
3739 * gdb.base/frame-args.exp: New testcase.
3740
c162e8c9 37412007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 3742 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
3743
3744 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3745
afe8ab22 37462007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3747
afe8ab22
VP
3748 * gdb.mi/mi-pending.exp: New.
3749 * gdb.mi/mi-pending.c: New.
3750 * gdb.mi/mi-pendshr.c: New.
3751
dfdfb3ca
JB
37522007-12-06 Jim Blandy <jimb@codesourcery.com>
3753
3754 * gdb.base/default.exp: Update expected output for 'info catch'.
3755
b7fca990
JK
37562007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3759 must be set to binary.
3760
6a1afc1e
PA
37612007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3762
3763 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3764
a6b151f1
DJ
37652007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3766
3767 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3768 gdb.mi/mi-file-transfer.exp: New.
3769
43039443
JK
37702007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3773
0ef2251b
MR
37742007-11-22 Maciej W. Rozycki <macro@mips.com>
3775
3776 * gdb.trace/backtrace.exp: Fix a typo.
3777 * gdb.trace/circ.exp: Likewise.
3778 * gdb.trace/collection.exp: Likewise.
3779 * gdb.trace/limits.exp: Likewise.
3780 * gdb.trace/report.exp: Likewise.
3781 * gdb.trace/tfind.exp: Likewise.
3782 * gdb.trace/while-dyn.exp: Likewise.
3783
5443631e
NR
37842007-11-21 Nick Roberts <nickrob@snap.net.nz>
3785
3786 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3787 objects of pointers that can't be dereferenced are now
3788 "noneditable".
3789
a4ce5b0d
UW
37902007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3791
3792 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3793 (target_cpu): Remove.
3794
d6e956e5
VP
37952007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3796
3797 * gdb.base/ending-run.exp: Expect the list of cleared
3798 breakpoint to come in natural order, not the reversed one.
a9c64011 3799
214270ab
VP
38002007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3801
3802 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3803 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 3804
1a619819
LM
38052007-11-05 Luis Machado <luisgpm@br.ibm.com>
3806
3807 * gdb.base/printcmds.exp: New function
3808 test_printf_with_dfp.
3809
5b01a6fa
DE
38102007-11-02 Doug Evans <dje@google.com>
3811
3812 * gdb.disasm/t01_mov.s: Remove carriage returns.
3813 * gdb.disasm/t02_mova.s: Ditto.
3814 * gdb.disasm/t03_add.s: Ditto.
3815 * gdb.disasm/t04_sub.s: Ditto.
3816 * gdb.disasm/t05_cmp.s: Ditto.
3817 * gdb.disasm/t06_ari2.s: Ditto.
3818 * gdb.disasm/t07_ari3.s: Ditto.
3819 * gdb.disasm/t08_or.s: Ditto.
3820 * gdb.disasm/t09_xor.s: Ditto.
3821 * gdb.disasm/t10_and.s: Ditto.
3822 * gdb.disasm/t11_logs.s: Ditto.
3823 * gdb.disasm/t12_bit.s: Ditto.
3824 * gdb.disasm/t13_otr.s: Ditto.
3825
ec33ab7f
JK
38262007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
3829
ae0d01ff
UW
38302007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3831
3832 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
3833 provide DFP support.
3834
55eddb0f
DJ
38352007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3836
3837 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
3838 Test "set powerpc vector-abi". Skip auto-detection tests for old
3839 toolchains.
3840
7020f05c
PA
38412007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3842
3843 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
3844 with [string compare].
3845
84bc3db9
PA
38462007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3847
3848 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
3849 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
3850
5876dc88
LM
38512007-10-25 Luis Machado <luisgpm@br.ibm.com>
3852
3853 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
3854 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
3855 * gdb.opt/Makefile.in: New makefile.
3856 * Makefile.in: Create new directory "gdb.opt".
3857 * configure.ac: Add "gdb.opt" directory.
3858 * configure: Regenerated.
a9c64011 3859
c3ea9a14
DE
38602007-10-25 Doug Evans <dje@google.com>
3861
3862 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
3863 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
3864
a9c64011 38652007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
3866 Thiago Jung Bauermann <bauerman@br.ibm.com>
3867
3868 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
3869 Floating Point expressions.
3870 * gdb.base/dfp-test.exp: new file adding tests for Decimal
3871 Floating Point variables.
3872 * gdb.base/dfp-test.c: new file containing program with Decimal
3873 Floating variables, used by gdb.base/dfp-test.exp.
3874
62a24a2b
DJ
38752007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
3878
e7b1eae6
UW
38792007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3880
3881 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
3882 compiling test case with GCC.
3883 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
3884
c641edcc
UW
38852007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3886
3887 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3888 format changes.
3889
5e5ebfe6
MS
38902007-10-18 Michael Snyder <msnyder@specifix.com>
3891
3892 * gdb.base/dbx.exp: Add missing "-re " operator.
3893
e831e7b6
GM
38942007-10-16 Gaius Mulley <gaius@glam.ac.uk>
3895
3896 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
3897 * configure.ac: Removed trailing spaces after backslash.
3898 * gdb.modula2: New directory.
3899 * gdb.modula2/Makefile.in: New file.
3900 * gdb.modula2/unbounded-array.exp: New file.
3901 * gdb.modula2/unbounded1.c: New file.
3902
7cc46491
DJ
39032007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3904
3905 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
3906
39072007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
3908
3909 * gdb.base/sigstep.c (main): Add checks for
3910 return values for setitimer call.
3911 Call setitimer again with itimer = ITIMER_REAL
3912 if first call to setitimer fails.
3913
e91528f0
KH
39142007-10-11 Kazu Hirata <kazu@codesourcery.com>
3915
3916 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
3917 of $timeout.
3918
2ec9a4f8
DJ
39192007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * gdb.server/server-run.exp: Test for dynamic linker symbols.
3922
39232007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
3924
3925 * lib/gdb.exp (gdb_run_cmd): Move comment outside
3926 of gdb_expect call, to avoid interruption.
3927
64b2fa04
PA
39282007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
3929
3930 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
3931 (v_unsigned_long_long, v_long_long_array)
3932 (v_signed_long_long_array, v_unsigned_long_long_array)
3933 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
3934 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
3935 [!NO_LONG_LONG]: New.
3936 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
3937 v_long_long_member.
3938
3939 (v_long_long_func, v_signed_long_long_func)
3940 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
3941 (main) [!NO_LONG_LONG]: Initialize long long variants.
3942
3943 * gdb.base/whatis.exp: If board file requests no_long_long, build
3944 test with NO_LONG_LONG defined. Test long long, signed long long,
3945 and unsigned long long variants but only if board file doesn't
3946 disable it.
3947
a912286e 39482007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 3949 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
3950
3951 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
3952 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
3953 * configure: Regenerated.
3954 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
3955 gdb.pascal/types.exp, lib/pascal.exp: New files.
3956
471ba8c9
DJ
39572007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3958
3959 * gdb.cp/classes.exp (do_tests): Always step to the line after the
3960 call.
3961 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
3962 to return to the call.
3963 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
3964 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
3965 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
3966 * gdb.mi/mi-until.exp (test_until): Likewise.
3967 * gdb.mi/mi2-until.exp (test_until): Likewise.
3968
fef8a650
DJ
39692007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3970
3971 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
3972 two-char array.
3973 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
3974
d983da9c
DJ
39752007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 * gdb.threads/watchthreads.c (thread_function): Sleep between
3978 iterations.
3979 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
3980 at once for S/390. Generate matching fails and passes.
3981
17f62551
VP
39822007-09-27 Vladimir Prus <vladimir@codesourcery.com>
3983
3984 * gdb.mi/var-cmd.c (do_children_tests): Initialize
3985 the 'struct_declarations' variable to zeros.
a9c64011 3986
ed0616c6
VP
39872007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3988
3989 * gdb.cp/mb-ctor.cc: New.
3990 * gdb.cp/mb-ctor.exp: New.
3991 * gdb.cp/mb-templates.cc: New.
3992 * gdb.cp/mb-templates.exp: New.
3993
41f1b697
DJ
39942007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3995
3996 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
3997
3f213f78
PA
39982007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
3999
4000 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
4001 targets.
4002 * configure: Regenerate.
4003
0d381245 40042007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4005
0d381245
VP
4006 * gdb.base/annota1.exp: Adjust for 'info break'
4007 format changes.
4008 * gdb.base/annota3.exp: Likewise.
4009 * gdb.base/break.exp: Likewise.
4010 * gdb.base/condbreak.exp: Likewise.
4011 * gdb.base/pending.exp: Likewise.
4012 * gdb.base/sepdebug.exp: Likewise.
4013 * gdb.base/unload.exp: Likewise.
4014 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 4015
fe3f5fa8
VP
40162007-09-22 Vladimir Prus <vladimir@codesourcery.com>
4017
4018 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
4019 messages.
4020 * gdb.base/chng-syms.exp: Likewise.
4021 * gdb.base/unload.exp: Likewise.
a9c64011 4022
a75cf6c0
DJ
40232007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
4026
18ecae38
DJ
40272007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4028
4029 * schedlock.c (NUM): Change to 1.
4030 (main): Use args[0] for the main thread.
4031 * schedlock.exp: Only expect two threads. Only issue one pass or fail
4032 regardless of the number of threads.
4033
5509918f
MR
40342007-09-14 Maciej W. Rozycki <macro@mips.com>
4035
4a543daf
MR
4036 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
4037 type down.
4038 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4039 test.
4040 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
4041 watchpoint type down.
4042 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4043 test.
4044
40452007-09-14 Maciej W. Rozycki <macro@mips.com>
4046
5509918f
MR
4047 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4048 Move all the tests here and run them twice, once using software
4049 watchpoints and once using hardware watchpoints.
4050 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4051
40b53987
DJ
40522007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4053
4054 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4055 test.
4056
695e2681
MK
40572007-09-10 Mark Kettenis <kettenis@gnu.org>
4058
8b3fc8d8
MK
4059 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4060 build-id.
4061
695e2681
MK
4062 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4063 know about $ORIGIN. Calculate output dir from $dest instead of
4064 using ${objdir}/{$subdir}.
4065
58d69f29
MK
40662007-09-09 Mark Kettenis <kettenis@gnu.org>
4067
4068 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4069 gcore, before continuing with the test.
4070
3e347599
DJ
40712007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4074 * gdb.mi/mi-watch.exp: Likewise.
4075
ea37ba09
DJ
40762007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4077 Jim Blandy <jimb@codesourcery.com>
4078
4079 * gdb.arch/i386-sse.exp: Do not expect character constants.
4080 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4081 * gdb.base/display.exp: Allow print/s.
4082 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4083 and unsigned char array changes.
4084
2025a643
DJ
40852007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * gdb.base/display.exp: Add tests for printf %p.
4088
26669a27
PA
40892007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4090
4091 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4092 the dll name to unicode.
4093
c8f021f8
JK
40942007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * gdb.base/default.exp (show version): Update the version text.
4097 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4098
4cf31eea
JK
40992007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4100
4101 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4102 New files.
4103
4935890f
JK
41042007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * lib/gdb.exp (build_id_debug_filename_get): New function.
4107 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4108 Remove the generate DEBUG file for the future testcase runs.
4109 New testcase for the NT_GNU_BUILD_ID retrieval.
4110 Move the final testing step to ...
4111 (test_different_dir): ... a new function.
4112 New parameter XFAIL to XFAIL all the tests performed.
4113 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4114 New parameter TYPE to PF_PREFIX all the tests performed.
4115
02142340
VP
41162007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4117
4118 * gdb.mi/mi-var-cp.cc (path_expression): New
4119 function.
4120 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4121
36acd84e
UW
41222007-08-27 Markus Deuling <deuling@de.ibm.com>
4123
4124 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4125 to fit into SPU Local Store memory.
4126
a896d121
JB
41272007-08-23 Joel Brobecker <brobecker@adacore.com>
4128
4129 * gdb.base/default.exp: Adjust the expected output of "info
4130 warranty" after the switch to GPLv3.
4131
7b433602
JB
41322007-08-23 Joel Brobecker <brobecker@adacore.com>
4133
4134 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4135 to 30000 (from 20000).
4136
e22f8b7c
JB
41372007-08-23 Joel Brobecker <brobecker@adacore.com>
4138
4139 Switch the license of all .exp files to GPLv3.
4140 Switch the license of all .f and .f90 files to GPLv3.
4141 Switch the license of all .s and .S files to GPLv3.
4142
5a0e3bd0
JB
41432007-08-23 Joel Brobecker <brobecker@adacore.com>
4144
4145 * configure.ac: Switch license to GPLv3.
4146
cc00619d
JB
41472007-08-23 Joel Brobecker <brobecker@adacore.com>
4148
4149 Switch the licensing to GPLv3 for all .ads and .adb files.
4150
8d26208a
DJ
41512007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4152
4153 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4154 and t_int_double.
4155 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4156
4fcb9948
JB
41572007-08-17 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdb.base/step-line.c: Switch license to GPL version 3, and
4160 update copyright year.
4161 * gdb.base/step-line.inp: Likewise.
4162
b9c34f67
JB
41632007-08-17 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4166 changes inside gdb1555.c.
4167 * gdb.base/pending.exp: Likewise.
4168
2cc17678
DJ
41692007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4170
4171 * config/default.exp: New file.
4172
e48883f7
DJ
41732007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4174
4175 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4176 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4177
1ab80e5b
MR
41782007-07-30 Maciej W. Rozycki <macro@mips.com>
4179
4180 * gdb.base/dump.exp: Force the correct endianness for binary
4181 formats not carrying this information.
4182
aba471f5
DJ
41832007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4184
4185 * gdb.threads/staticthreads.exp: Match .*sem_post.
4186
d4e07204
DJ
41872007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4188
4189 * gdb.base/readline.exp (operate_and_get_next): Match the final
4190 prompt.
4191
2b97317d
KB
41922007-07-23 Kevin Buettner <kevinb@redhat.com>
4193
4194 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4195 to restarting SID.
4196
44efa07a
KB
41972007-07-18 Kevin Buettner <kevinb@redhat.com>
4198
4199 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4200 prior to `gdb_start'.
4201
7b5ebade
KB
42022007-07-18 Kevin Buettner <kevinb@redhat.com>
4203
4204 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4205 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4206 Remove call to gdb_unload.
4207
255e7678
DJ
42082007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4209 Daniel Jacobowitz <dan@codesourcery.com>
4210
4211 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4212 for __WIN32__.
4213 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4214 * gdb.base/unload.exp: Use shared library test routines.
4215
3a40aaa0
UW
42162007-07-03 Markus Deuling <deuling@de.ibm.com>
4217
4218 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4219 * gdb.base/solib-symbol-lib.c: Likewise.
4220 * gdb.base/solib-symbol-main.c: Likewise.
4221
b0f4b84b
DJ
42222007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4223
4224 * config/gdbserver.exp (gdb_reconnect): New.
4225 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4226 gdb.base/solib-disc.exp: New files.
4227 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4228 remote debugging".
4229 (gdb_compile): Add shlib_load flag.
4230 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4231 port.
4232 (gdbserver_reconnect): New.
4233
1b05479a
DJ
42342007-07-01 Nick Roberts <nickrob@snap.net.nz>
4235 Daniel Jacobowitz <dan@codesourcery.com>
4236
4237 * gdb.base/annota3.exp: Test for if construct.
4238
86f78eb2
DJ
42392007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4240
4241 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4242
6a2eb474 42432007-06-21 Chris Dearman <chris@mips.com>
a9c64011 4244 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
4245
4246 * gdb.base/display.exp: Allow a newline after display/i.
4247 * gdb.base/pc-fp.exp: Likewise.
4248 * gdb.base/sigbpt.exp: Likewise.
4249
f8b73d13
DJ
42502007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4251
4252 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4253 required features to be included.
4254
4339e69e
DJ
42552007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4256
4257 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4258 in info threads output.
4259
23d964e7
UW
42602007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4261 Markus Deuling <deuling@de.ibm.com>
4262
4263 * gdb.arch/spu-info.exp: New testcase.
4264 * gdb.arch/spu-info.c: New file.
4265
fd20f75b
DJ
42662007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4267
4268 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4269 tpcs_offset. Restore lr after the call.
4270 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4271
2226f861
DJ
42722007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4273
4274 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4275 (gdbserver_run): Kill any running gdbserver.
4276 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4277
d12371a9
MR
42782007-05-17 Maciej W. Rozycki <macro@mips.com>
4279
4280 * gdb.base/sigbpt.exp: Preset segv_addr.
4281
93f02886
DJ
42822007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4283
4284 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4285 (gdb_compile_shlib): Likewise.
4286 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4287 (default_gdb_init): Clear cleanfiles.
4288 (gdb_finish): Delete recorded cleanfiles.
4289 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4290
4291 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4292 Do not use isnative.
4293 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4294 gdb.base/so-impl-ld.exp: Likewise.
4295 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4296 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4297 gdb_compile.
4298
b04e06d7
VP
42992007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4300
4301 * config/unknown.exp: Remove.
4302
069ed931
UW
43032007-05-15 Markus Deuling <deuling@de.ibm.com>
4304
4305 * gdb.base/info-proc.exp: Check is_remote.
4306
09db0d03
UW
43072007-05-14 Markus Deuling <deuling@de.ibm.com>
4308
4309 * gdb.base/gcore.exp: Initialize variable core_supported.
4310
af2cbe8c
DJ
43112007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4314
027c0295
DJ
43152007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4316
4317 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4318 * gdb.threads/print-threads.exp (test_all_threads): Allow
4319 negative and hexadecimal thread IDs.
4320
dc5000e7
DJ
43212007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4322
4323 * gdb.java/jprint.java (public): Avoid invalid call to static
4324 method.
4325
2e74ed18
DP
43262007-05-14 Denis Pilat <denis.pilat@st.com>
4327
4328 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4329 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4330 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4331 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4332 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4333
83547f02
UW
43342007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4335
4336 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 4337 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
4338 this mode.
4339 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4340 * gdb.base/spu.ld: New file.
4341
b18be20d
DJ
43422007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4345
be444858
DJ
43462007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4347
4348 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4349
b1d53152
DJ
43502007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * gdb.java/jmain.exp: Handle demangled names with and without method
4353 signatures.
4354
d084b331
DJ
43552007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4356
4357 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4358 (have_a_very_merry_interrupt): Remove calls to puts.
4359 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4360 inferior output.
4361 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4362 test names.
4363
db9d7fc5
DJ
43642007-04-29 Markus Deuling <deuling@de.ibm.com>
4365 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * gdb.base/auxv.exp (core_works): Also check is_remote.
4368 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4369
ef783a7d 43702007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4371
ef783a7d
VP
4372 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4373 message, not the undefined 'module' variable.
4374 * gdb.base/siginfo.exp: Likewise.
4375 * gdb.base/sigstep.exp: Likewise.
4376 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4377 serialport.
4378 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4379
b7b73cae
CV
43802007-04-25 Corinna Vinschen <vinschen@redhat.com>
4381
4382 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4383 target sim fails. Return 0 otherwise.
4384 (gdb_load): Return prematurely if gdb_target_sim fails.
4385
7d90fdfa
DP
43862007-04-16 Denis Pilat <denis.pilat@st.com>
4387
4388 * gdb.base/setshow.exp: Reset height after having set it to 100.
4389
5d3e9c85
DP
43902007-04-16 Denis Pilat <denis.pilat@st.com>
4391
4392 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4393
18e75969
DP
43942007-04-16 Denis Pilat <denis.pilat@st.com>
4395
4396 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4397
25d5ea92
VP
43982007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4399
4400 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4401 tests. Run the frozen varobjs test.
4402 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4403 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4404
0b49cb80
JK
44052007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4406
4407 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4408 gdb.base/type-opaque.exp: New files.
4409
a73bafbc 44102007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4411
4412 * gdb.mi/mi-var-child.c
a73bafbc
VP
4413 (do_children_tests): User char[2] instead of
4414 char so that automatic printing of pointers to char
4415 don't give unpredicable result.
4416 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4417 local variables.
4418 * gdb.mi/mi-var-child.exp: Step to right line
4419 of do_children_tests.
4420 * gdb.mi/mi2-var-child.exp: Likewise.
4421 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4422 do_locals_tests.
a73bafbc
VP
4423 (do_children_tests): User char[2] instead of
4424 char so that automatic printing of pointers to char
a9c64011 4425 don't give unpredicable result.
a73bafbc 4426 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4427 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4428 Pass test name to mi_wait_for_stop.
4429
7ce59000
DJ
44302007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4431
4432 * gdb.asm/asm-source.exp: Remove d10v case.
4433 * lib/gdb.exp (skip_cplus_tests): Likewise.
4434 * gdb.asm/d10v.inc: Deleted.
4435
20389057
DJ
44362007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4437
4438 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4439
8807d78b
DJ
44402007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4441
4442 * config/netware.exp: Delete file.
4443
aa3edb8e
JB
44442007-03-29 Joel Brobecker <brobecker@adacore.com>
4445
4446 * gdb.dwarf2/dw2-noloc.S: New file.
4447 * gdb.dwarf2/dw2-noloc.exp: New file.
4448
297561ac
PA
44492007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4450
4451 * gdb.cp/method2.cc: New test.
4452 * gdb.cp/method2.exp: New test.
4453 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4454
1f81bd39
DJ
44552007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4456
4457 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4458
9453113a
DJ
44592007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4460
4461 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4462
b741e217
DJ
44632007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4464
4465 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4466 (gdb_load): Delete, replace with...
4467 (gdb_reload): ...this.
4468 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4469 * gdb.server/server-mon.exp: Likewise.
4470 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4471 (gdb_start_cmd): New.
4472 (gdb_file_cmd): Save the last loaded file.
4473 (gdb_reload): New.
4474 (gdb_gnu_strip_debug): Use transform.
4475 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4476 support here. Use new $last_loaded_file. Check mtime.
4477 (gdb_target_cmd): Handle ObjC failure case.
4478 (infer_host_exec): Delete.
4479 (gdbserver_load): Rename to...
4480 (gdbserver_run): ...this. Simplify.
4481 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4482 (mi_gdb_load): Move most contents to a new function...
4483 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4484 (mi_run_cmd): Use mi_gdb_target_load.
4485 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4486 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4487 Use gdb_run_cmd.
4488 * gdb.base/charsign.exp: Remove incorrect comment.
4489 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4490 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4491 gdb.base/start.exp: Use gdb_start_cmd.
4492
446ab585 44932007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4494 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4495
4496 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4497 * gdb.base/signull.exp: Similarly.
4498
bbb88ebf
UW
44992007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4500
4501 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4502 messages available to test cases (like chng-sym.exp).
4503
cb8c4a99
AS
45042007-03-14 Andreas Schwab <schwab@suse.de>
4505
4506 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4507 format changes.
4508
4e463ff5
DJ
45092007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4510
4511 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4512 (optimized_1): New.
4513 (main): Call optimized_1.
4514 (gdb2029): Correct typos. Call gdb2029_marker.
4515 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4516 for gdb2029.
4517
b6db2c47
MK
45182007-03-12 Mark Kettenis <kettenis@gnu.org>
4519
4520 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4521 as tabs. Remove redundant test pattern.
4522
70ed3737
UW
45232007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4524
4525 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4526 for /a format output.
4527
47b67b60
DJ
45282007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4529
4530 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4531 collect output incrementally.
4532
b8953b0e
UW
45332007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4534
4535 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4536 for -var-create lpcharacter test.
4537 * gdb.mi/mi2-var-cmd.exp: Likewise.
4538
7acd5c40
UW
45392007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4540
4541 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4542 pass on targets where address zero is readable.
4543
9c6759c1
UW
45442007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4545
4546 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4547 just a single architecture.
4548
a2f1aeb4
UW
45492007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4550
4551 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4552 (fetch_all_registers): New function, uses gdb_test_multiple and
4553 exp_continue to fetch inferior output line-by-line.
4554 Replace all uses of do_get_all_registers by fetch_all_registers.
4555
46579ac2
UW
45562007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4557
4558 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4559 in target_info.
4560
fc133f24
MS
45612007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4562
a9c64011 4563 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4564 consistancy; add a default (timeout) case.
4565
7646a51d
MS
45662007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4567
4568 * gdb.base/watchpoint.exp: Fix truncated comment.
4569
dcfff61f
MS
45702007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4571
4572 * Makefile.in: Remove spurious single-quotes from sed command.
4573
664e3ee9
DJ
45742007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4577 func.
4578 * gdb.mi/mi2-var-cmd.exp: Likewise.
4579
d7cc6f2f
JB
45802007-02-27 Joel Brobecker <brobecker@adacore.com>
4581
a9c64011
AS
4582 * gdb.dwarf2/dw2-producer.S: New file.
4583 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4584
45852007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4586
4587 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4588 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4589 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4590 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4591 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4592 Revert tests to use mi_gdb_test and include value field in output
4593 of -var-create.
4594
93d42b30
DJ
45952007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4596
4597 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4598
c499ed39
DJ
45992007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.base/maint.exp: Remove full paths from test names.
4602 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4603 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4604
9836f81b
JB
46052007-02-27 Joel Brobecker <brobecker@adacore.com>
4606
4607 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4608
c74d0ad8
DJ
46092007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * gdb.server/server-mon.exp: New test.
4612
2711e456
DJ
46132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4614
4615 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4616
ff6f572f
DJ
46172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4618
4619 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4620 register capitalization.
4621
fada3feb
DP
46222007-02-13 Denis Pilat <denis.pilat@st.com>
4623
4624 * gdb.mi/mi-var-invalidate.exp: New file.
4625
fb1e4ffc
DJ
46262007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4627
4628 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4629
3da939d7
DJ
46302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4633
123dc839
DJ
46342007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4635
4636 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4637 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4638
877e3645 46392007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4640
4641 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4642 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4643 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4644 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4645 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4646 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4647 Update tests to include value field in output of -var-create.
a9c64011 4648
3c0a2960
AS
46492007-02-08 Andreas Schwab <schwab@suse.de>
4650
4651 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4652
108546a0
DJ
46532007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4654
4655 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4656 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4657
d701dcab
DP
46582007-02-02 Denis Pilat <denis.pilat@st.com>
4659
4660 * gdb.threads/threadapply.exp: check that frame is not changed by
4661 the thread apply all command.
4662
783e3e2f
AS
46632007-01-31 Andreas Schwab <schwab@suse.de>
4664
6d9c3a87
AS
4665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4666
3c50d7b9
AS
4667 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4668 in the dwarf sections.
4669 * gdb.dwarf2/mac-fileno.S: Likewise.
4670
783e3e2f
AS
4671 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4672 bspstore register on ia64.
4673
78ff580e
AS
46742007-01-29 Andreas Schwab <schwab@suse.de>
4675
cc8e9b12
AS
4676 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4677 "frame-begin" annotation.
4678
78ff580e
AS
4679 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4680 number of "frames-invalid" annotations.
4681
704a4f78
DJ
46822007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 * gdb.base/commands.exp: Call if_commands_test.
4685 (gdb_test_no_prompt, if_commands_test): New.
4686
e741bf94
MK
46872007-01-28 Mark Kettenis <kettenis@gnu.org>
4688
4689 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4690
474d0ad3
AS
46912007-01-27 Andreas Schwab <schwab@suse.de>
4692
4693 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4694 .short/.int/.quad in the dwarf sections.
4695 * gdb.dwarf2/dw2-intercu.S: Likewise.
4696 * gdb.dwarf2/dw2-intermix.S: Likewise.
4697
e784b426
JK
46982007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
4701 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4702 array.
e784b426
JK
4703 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4704 * gdb.base/setvar.exp: Likewise.
4705
37f08e04
AS
47062007-01-26 Andreas Schwab <schwab@suse.de>
4707
9a01813a
AS
4708 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4709 test.
4710
37f08e04
AS
4711 * gdb.base/multi-forks.exp ("restart $i"): Also match
4712 __kernel_syscall_via_break.
4713
6e2a9270
VP
47142007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4715
4716 * lib/mi-support.exp (mi_delete_varobj): New.
4717 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4718 testcase.
4719 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4720 (main): Call the above.
4721 (reference_update_test, base_in_reference_test)
4722 (reference_to_pointer): Delete the created varobjs.
a9c64011 4723
e515b470
DJ
47242007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4725
4726 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4727 * configure: Regenerated.
4728 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4729 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4730 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4731 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4732 * lib/gdb.exp (gdb_skip_xml_test): New function.
4733
08d8bcd7
DJ
47342007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4735
4736 * gdb.base/sigrepeat.exp: Correct error message.
4737
47382007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
4739 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4742 gdb.arch/i386-gnu-cfi-asm.S: New files.
4743
97c3f1f3
JK
47442007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4745
4746 * lib/gdb.exp: Abort on missing `site.exp'.
4747
cb1df416
DJ
47482007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4749 Daniel Jacobowitz <dan@codesourcery.com>
4750
4751 * gdb.base/included.c, gdb.base/included.exp,
4752 gdb.base/included.h: New files.
4753
35990120
DJ
47542007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4757 (maximize_rlimit): Reduce limits on 64-bit systems.
4758
6e81a116 47592007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
4760
4761 From Marcus Deuling <deuling@de.ibm.com>:
4762 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4763 every case.
4764
6c3c41f3
NR
47652007-01-13 Nick Roberts <nickrob@snap.net.nz>
4766
4767 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4768 (test_path_specification): Use objdir instead of srcdir to always
4769 get an absolute filename.
4770
2f12c312
DJ
47712007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4772
4773 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4774
81121995
VP
47752007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4776
4777 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4778 Make sure the variable we're using is in scope.
4779 (reference_to_pointer): Likewise.
4780
4741b737
DJ
47812007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4782
4783 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4784 has no debug information.
4785
054410c3
DJ
47862007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * gdb.base/annota1.exp: Remove extra send_gdb.
4789
818f79f6
DJ
47902007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4793
f7a6bb70
DJ
47942007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4797
57e66780
DJ
47982007-01-08 Nick Roberts <nickrob@snap.net.nz>
4799 Daniel Jacobowitz <dan@codesourcery.com>
4800
4801 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4802 lcharacter or linteger change. Correct duplicated test name.
4803 * gdb.mi/mi2-var-cmd.exp: Likewise.
4804
3d799a95
DJ
48052007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4806
4807 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
4808
48092007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 4810
a9c64011
AS
4811 * gdb.base/nofield.c: New file.
4812 * gdb.base/nofield.exp: New testcase.
51679ba9 4813
eafb94e8
NR
48142007-01-05 Nick Roberts <nickrob@snap.net.nz>
4815
4816 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
4817
4818 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
4819 test.
4820
5e572bb4
DJ
48212007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4822
4823 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
4824
74a44383
DJ
48252007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4826
4827 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
4828 when continuing.
4829
1b572db9
DJ
48302007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4831
4832 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
4833 Expect ".exe" extension.
4834
381bc39b
DJ
48352007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4836
4837 * gdb.base/charset.exp: Add explicit filename to break.
4838 * gdb.base/dbx.exp: Add explicit filename to breaks.
4839
2b70e4c6
DJ
48402007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4841
4842 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
4843 * gdb.mi/mi2-file.exp: Likewise.
4844
303b6f5d
DJ
48452007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4846
4847 Implement specification of MI tests as comments
4848 in C and C++ sources.
4849 * lib/mi-support.exp (mi_autotest_data): New variable.
4850 (mi_autotest_source): New variable.
4851 (count_newlines, mi_prepare_inline_tests)
4852 (mi_get_inline_test, mi_continue_to_line)
4853 (mi_run_inline_test, mi_tbreak)
4854 (mi_send_resuming_command, mi_wait_for_stop): New functions.
4855 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
4856 Run inline tests.
4857 * gdb.mi/mi-var-cp.cc: Define tests here.
4858
23da0d94
VP
48592007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4860
4861 Simplify usage of mi_continue_to.
4862 * lib/mi-support.exp (mi_runto_helper): Renamed
4863 from mi_runto, added new parameter 'run_or_continue'.
4864 (mi_runto): Use mi_runto_helper.
4865 (mi_continue_to): Accept just function name as parameter.
4866 Use mi_runto_helper.
4867 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
4868 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4869
f9e18282
JB
48702006-01-04 Joel Brobecker <brobecker@adacore.com>
4871
4872 Make this testcase a bit more realistic. The current code
4873 is too simplistic, and allows the compiler to optimize out
4874 some of the entities we need for this testcase.
4875 * gdb.ada/null_record/bar.ads (Void_Star): New type.
4876 (Do_Nothing): Add extra parameter.
4877 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
4878 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
4879 by using a variable of type Void_Star.
4880
fd678c65
JB
48812006-01-04 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.ada/catch_ex/foo.adb: New file.
4884 * gdb.ada/catch_ex.exp: New testcase.
4885
05cfdb42
DJ
48862007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
4887
4888 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
4889 pass --image-base to linker.
4890
2e03ee74
DJ
48912007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4892 Daniel Jacobowitz <dan@codesourcery.com>
4893
4894 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
4895 secondary prompts.
4896
0d5de010
DJ
48972007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4898
4899 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
4900 output. Test the types of members and member pointers.
4901 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
4902 gdb/2092.
4903 * gdb.cp/member-ptr.exp: Search for a comment instead of a
4904 statement. Enable for GCC. Update expected output for some tests
4905 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
4906 layout.
4907 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
4908 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
4909 (Diamond::vget_base): New.
4910 (main): Add new tests.
4911 * gdb.cp/printmethod.exp: Update expected output for member functions.
4912 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
4913 print pEe->D::vg().
4914
61a771aa
DJ
49152007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4916
4917 * gdb.threads/tls.exp: Allow stops in sem_post.
4918
2fa63963
DJ
49192006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * gdb.base/annota1.exp: Allow .*printf in backtraces.
4922 * gdb.base/annota3.exp: Likewise.
4923 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
4924 again (instead of timing out).
4925 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
4926 GCC bug 26475.
4927 * gdb.java/jmisc.exp: Adjust to work with method signatures including
4928 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
4929 test from jmisc1.exp.
4930 * gdb.java/jmisc1.exp: Delete.
4931 * gdb.java/jprint.exp: Adjust to work with method signatures including
4932 return types.
4933 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
4934 * gdb.threads/linux-dp.exp: Don't be confused by program output.
4935 * lib/java.exp (compile_java_from_source): Pass the correct type
4936 to target_compile.
4937
5eefc2b7
JB
49382006-12-31 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
4941 (stack_align_edx): New function.
4942 (stack_align_eax): New function.
4943 (main): Add calls to stack_align_edx and stack_align_eax.
4944 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
4945 Add testing for the cases where the register used during a stack
4946 realignment is edx. Same for eax.
4947
227c54da
DJ
49482006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
4949
4950 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
4951 and generic PE targets.
4952
cab8ac94
JB
49532006-12-29 Joel Brobecker <brobecker@adacore.com>
4954
4955 * gdb.ada/array_return.exp: Update copyright date list.
4956
ba54f318
JB
49572006-12-27 Joel Brobecker <brobecker@adacore.com>
4958
4959 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
4960 (Create_Small_Float_Vector): New function.
4961 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
4962 function body.
4963 * gdb.ada/array_return/p.adb: Use new type and function from
4964 package Pck.
4965 * gdb.ada/array_return.exp: Add a test verifying that GDB is
4966 able to print the value returned by a function returning an
4967 array of float.
4968
6b7a35dd
JB
49692006-12-20 Joel Brobecker <brobecker@adacore.com>
4970
4971 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4972 The associated tests should be PASSing.
4973
038224f6
VP
49742006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4975
4976 Test for base in references.
4977 * gdb.mi/mi-var-cp.cc: Add test code.
4978 * gdb.mi/mi-var-cp.exp: Test for bases in references.
4979 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
4980 * gdb.mi/mi2-watch.exp: Likewise.
4981 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
4982 (mi_list_varobj_children): New function.
4983
b26ed50d
VP
49842006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4985
4986 * lib/mi-support.exp
4987 (mi_runto): Accept "()" after function name.
4988 (mi_create_varobj): New function.
4989 (mi_varobj_update): New function.
4990 (mi_Check_varobj_value): New function.
4991 * gdb.mi/mi-var-cp.exp: New file.
4992 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 4993
08232497
DJ
49942006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
4995
4996 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
4997 gdb.base/weaklib2.c: New files.
4998
d394c993 49992006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 5000
ac6c2fba
NS
5001 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
5002 info. Adjust test names.
5003
8ec659a0 5004 * gdb.base/break.c (main): Move position of malloc.
d394c993 5005 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 5006
acd65feb
VP
50072006-11-28 Vladimir Prus <vladimir@codesourcery.com>
5008
5009 * gdb.mi/mi-var-cmd.exp: Check -var-update after
5010 assignement of arrays and function pointers.
5011 * gdb.mi/var-cmd.c: Add declaration necessary for above
5012 tests.
5013
f556d5e5
NS
50142006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5015
5016 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
5017
5018 * gdb.threads/linux-dp.exp: Read thread table before and after
5019 creating each philosopher and verify it.
5020
697bc68d
NS
50212006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5022 Paul Brook <paul@codesourcery.com>
5023 Daniel Jacobowitz <dan@codesourcery.com>
5024
5025 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 5026 main to remove duplication. Add start function of the form
697bc68d
NS
5027 '_*start[1-9]*'. Add RVDS start function.
5028
29d73ae4
DJ
50292006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5030
5031 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
5032
c1d88655
UW
50332006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5034
5035 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
5036 * gdb.asm/spu.inc: New file.
5037 * gdb.base/term.exp: Disable if [target_info exists noargs].
5038 * gdb.gdb/complaints.exp: Disable if ![isnative].
5039 * gdb.gdb/selftest.exp: Likewise.
5040 * gdb.gdb/observer.exp: Likewise.
5041 * gdb.gdb/xfullpath.exp: Likewise.
5042 * gdb.base/attach.exp: Disable on SPU target.
5043 * gdb.cp/bs145503.exp: Likewise.
5044 * gdb.cp/exception.exp: Likewise.
5045 * gdb.cp/userdef.exp: Likewise.
5046
32a13b1a
DJ
50472006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5048
5049 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5050
d8295fe9
VP
50512006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5052
5053 * gdb.base/completion.exp: Fix completion tests for
5054 'info' and 'info '.
5055 * gdb.base/help.exp (help_test_raw, test_class_help)
5056 (test_prefix_command_help): Move...
5057 * lib/gdb.exp: Here.
5058 * gdb.base/main.exp: Adjust.
5059 * gdb.cp/maint.exp: Adjust.
5060 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 5061
8c394015
VP
50622006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5063
5064 * gdb.stabs/weird.exp (print_weird_var): Use
5065 gdb_test_multiple instead of gdb_expect.
5066
027fc1bc
VP
50672006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5068
5069 * gdb.base/help.exp (help_test_raw): New.
5070 (test_class_help): New.
5071 (test_prefix_command_help): New.
5072 Adjust testcases.
5073
67609209
FR
50742006-11-09 Christophe Lyon <christophe.lyon@st.com>
5075
5076 * gdb.base/constvars.c (main): Write to crass and crips, so that
5077 they are allocated by the compiler.
5078
f73adfeb
AS
50792006-10-27 Andreas Schwab <schwab@suse.de>
5080
5081 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5082 "detach-fork".
5083
2f83a18e
DJ
50842006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5085
5086 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5087 of patterns.
5088
94277a38
DJ
50892006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5090
5091 * gdb.base/sepdebug.exp: Remove debug format test.
5092 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5093 Handle no-symtab.
5094 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5095
5bd2f6e2
DJ
50962006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5097
5098 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5099 int to pointer or pointer to int.
5100 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5101
8c008720
DJ
51022006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5103
5104 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5105
9e35dae4
DJ
51062006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5107
5108 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5109
d9639e13
DJ
51102006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 PR c++/2116
5113 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5114
390a1bd0
JB
51152006-10-06 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5118 the corresponding bug has been fixed in GDB (PR/2018).
5119
dd920c33
JB
51202006-10-06 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdb.base/subst.exp: New testcase.
5123
53bbefe9
JB
51242006-10-06 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.ada/array_return/pck.ads: Add copyright notice.
5127 * gdb.ada/array_return/pck.adb: Likewise.
5128 * gdb.ada/array_return/p.adb: Likewise.
5129 * gdb.ada/exec_changed/first.adb: Likewise.
5130 * gdb.ada/exec_changed/second.adb: Likewise.
5131
09851417
JB
51322006-10-06 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.ada/watch_arg/watch.adb: New file.
5135 * gdb.ada/watch_arg.exp: New testcase.
5136
041bf30d
VP
51372006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5138
5139 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 5140 via string_to_regexp.
041bf30d 5141 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 5142
f286fbdd 51432006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
5144
5145 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5146 Remove unused / obsolete files.
5147
7c07f349
NR
51482006-09-19 Nick Roberts <nickrob@snap.net.nz>
5149
5150 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5151
cd5ff84a
VP
51522006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5153
5154 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5155 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 5156 the number of frames.
cd5ff84a 5157
ae018d1a
DJ
51582006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5159
5160 * gdb.base/args.c (main): Add breakpoint marker.
5161 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5162 really test empty arguments.
5163 (args_load): Delete.
5164 (args_test): New.
5165
b399c549
NR
51662006-09-13 Nick Roberts <nickrob@snap.net.nz>
5167
5168 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5169 check for one file.
5170
2ab1eb7a
VP
51712006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5172
5173 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5174 HIGH_FRAME argument to -stack-list-locals can be larger than
5175 the number of frames.
a9c64011 5176
476308bf
FF
51772006-08-18 Fred Fish <fnf@specifix.com>
5178
5179 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5180 '$' in front of skip_vmx_tests_saved when setting that.
5181
8625200f
AS
51822006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5183
5184 * gdb.base/trace-commands.exp: New file.
5185
089ec8f1
DJ
51862006-08-10 Joel Brobecker <brobecker@adacore.com>
5187 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5190 expected output of the backtrace commands.
5191
b60f0898
JB
51922006-08-09 Joel Brobecker <brobecker@adacore.com>
5193
5194 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5195 untested followed by return combination.
5196 * gdb.arch/altivec-regs.exp: Likewise.
5197 * gdb.arch/e500-abi.exp: Likewise.
5198 * gdb.arch/e500-regs.exp: Likewise.
5199 * gdb.arch/gdb1291.exp: Likewise.
5200 * gdb.arch/gdb1431.exp: Likewise.
5201 * gdb.arch/gdb1558.exp: Likewise.
5202 * gdb.arch/i386-prologue.exp: Likewise.
5203 * gdb.arch/i386-unwind.exp: Likewise.
5204 * gdb.asm/asm-source.exp: Likewise.
5205 * gdb.base/a2-run.exp: Likewise.
5206 * gdb.base/advance.exp: Likewise.
5207 * gdb.base/all-bin.exp: Likewise.
5208 * gdb.base/annota1.exp: Likewise.
5209 * gdb.base/annota3.exp: Likewise.
5210 * gdb.base/args.exp: Likewise.
5211 * gdb.base/arithmet.exp: Likewise.
5212 * gdb.base/assign.exp: Likewise.
5213 * gdb.base/async.exp: Likewise.
5214 * gdb.base/attach.exp: Likewise.
5215 * gdb.base/bang.exp: Likewise.
5216 * gdb.base/bigcore.exp: Likewise.
5217 * gdb.base/bitfields.exp: Likewise.
5218 * gdb.base/bitfields2.exp: Likewise.
5219 * gdb.base/break.exp: Likewise.
5220 * gdb.base/call-sc.exp: Likewise.
5221 * gdb.base/call-strs.exp: Likewise.
5222 * gdb.base/callfuncs.exp: Likewise.
5223 * gdb.base/checkpoint.exp: Likewise.
5224 * gdb.base/chng-syms.exp: Likewise.
5225 * gdb.base/code-expr.exp: Likewise.
5226 * gdb.base/commands.exp: Likewise.
5227 * gdb.base/completion.exp: Likewise.
5228 * gdb.base/cond-expr.exp: Likewise.
5229 * gdb.base/condbreak.exp: Likewise.
5230 * gdb.base/consecutive.exp: Likewise.
5231 * gdb.base/constvars.exp: Likewise.
5232 * gdb.base/corefile.exp: Likewise.
5233 * gdb.base/cvexpr.exp: Likewise.
5234 * gdb.base/dbx.exp: Likewise.
5235 * gdb.base/define.exp: Likewise.
5236 * gdb.base/detach.exp: Likewise.
5237 * gdb.base/display.exp: Likewise.
5238 * gdb.base/dump.exp: Likewise.
5239 * gdb.base/ena-dis-br.exp: Likewise.
5240 * gdb.base/ending-run.exp: Likewise.
5241 * gdb.base/environ.exp: Likewise.
5242 * gdb.base/eval-skip.exp: Likewise.
5243 * gdb.base/exprs.exp: Likewise.
5244 * gdb.base/fileio.exp: Likewise.
5245 * gdb.base/finish.exp: Likewise.
5246 * gdb.base/float.exp: Likewise.
5247 * gdb.base/foll-exec.exp: Likewise.
5248 * gdb.base/foll-fork.exp: Likewise.
5249 * gdb.base/foll-vfork.exp: Likewise.
5250 * gdb.base/freebpcmd.exp: Likewise.
5251 * gdb.base/funcargs.exp: Likewise.
5252 * gdb.base/gcore.exp: Likewise.
5253 * gdb.base/gdb1090.exp: Likewise.
5254 * gdb.base/gdb1250.exp: Likewise.
5255 * gdb.base/huge.exp: Likewise.
5256 * gdb.base/info-proc.exp: Likewise.
5257 * gdb.base/interrupt.exp: Likewise.
5258 * gdb.base/jump.exp: Likewise.
5259 * gdb.base/langs.exp: Likewise.
5260 * gdb.base/lineinc.exp: Likewise.
5261 * gdb.base/list.exp: Likewise.
5262 * gdb.base/logical.exp: Likewise.
5263 * gdb.base/long_long.exp: Likewise.
5264 * gdb.base/macscp.exp: Likewise.
5265 * gdb.base/maint.exp: Likewise.
5266 * gdb.base/mips_pro.exp: Likewise.
5267 * gdb.base/miscexprs.exp: Likewise.
5268 * gdb.base/multi-forks.exp: Likewise.
5269 * gdb.base/opaque.exp: Likewise.
5270 * gdb.base/overlays.exp: Likewise.
5271 * gdb.base/pc-fp.exp: Likewise.
5272 * gdb.base/pointers.exp: Likewise.
5273 * gdb.base/printcmds.exp: Likewise.
5274 * gdb.base/psymtab.exp: Likewise.
5275 * gdb.base/ptype.exp: Likewise.
5276 * gdb.base/recurse.exp: Likewise.
5277 * gdb.base/relational.exp: Likewise.
5278 * gdb.base/relocate.exp: Likewise.
5279 * gdb.base/remote.exp: Likewise.
5280 * gdb.base/reread.exp: Likewise.
5281 * gdb.base/restore.exp: Likewise.
5282 * gdb.base/return.exp: Likewise.
5283 * gdb.base/return2.exp: Likewise.
5284 * gdb.base/scope.exp: Likewise.
5285 * gdb.base/sect-cmd.exp: Likewise.
5286 * gdb.base/sep.exp: Likewise.
5287 * gdb.base/sepdebug.exp: Likewise.
5288 * gdb.base/setshow.exp: Likewise.
5289 * gdb.base/setvar.exp: Likewise.
5290 * gdb.base/sigall.exp: Likewise.
5291 * gdb.base/sigbpt.exp: Likewise.
5292 * gdb.base/signals.exp: Likewise.
5293 * gdb.base/signull.exp: Likewise.
5294 * gdb.base/sizeof.exp: Likewise.
5295 * gdb.base/solib.exp: Likewise.
5296 * gdb.base/step-line.exp: Likewise.
5297 * gdb.base/step-test.exp: Likewise.
5298 * gdb.base/structs.exp: Likewise.
5299 * gdb.base/structs2.exp: Likewise.
5300 * gdb.base/term.exp: Likewise.
5301 * gdb.base/twice.exp: Likewise.
5302 * gdb.base/until.exp: Likewise.
5303 * gdb.base/varargs.exp: Likewise.
5304 * gdb.base/volatile.exp: Likewise.
5305 * gdb.base/watchpoint.exp: Likewise.
5306 * gdb.base/whatis-exp.exp: Likewise.
5307 * gdb.base/whatis.exp: Likewise.
5308 * gdb.cp/ambiguous.exp: Likewise.
5309 * gdb.cp/annota2.exp: Likewise.
5310 * gdb.cp/annota3.exp: Likewise.
5311 * gdb.cp/bool.exp: Likewise.
5312 * gdb.cp/breakpoint.exp: Likewise.
5313 * gdb.cp/casts.exp: Likewise.
5314 * gdb.cp/class2.exp: Likewise.
5315 * gdb.cp/classes.exp: Likewise.
5316 * gdb.cp/cplusfuncs.exp: Likewise.
5317 * gdb.cp/ctti.exp: Likewise.
5318 * gdb.cp/derivation.exp: Likewise.
5319 * gdb.cp/exception.exp: Likewise.
5320 * gdb.cp/gdb1355.exp: Likewise.
5321 * gdb.cp/hang.exp: Likewise.
5322 * gdb.cp/inherit.exp: Likewise.
5323 * gdb.cp/local.exp: Likewise.
5324 * gdb.cp/m-data.exp: Likewise.
5325 * gdb.cp/m-static.exp: Likewise.
5326 * gdb.cp/member-ptr.exp: Likewise.
5327 * gdb.cp/method.exp: Likewise.
5328 * gdb.cp/misc.exp: Likewise.
5329 * gdb.cp/namespace.exp: Likewise.
5330 * gdb.cp/overload.exp: Likewise.
5331 * gdb.cp/ovldbreak.exp: Likewise.
5332 * gdb.cp/pr-1023.exp: Likewise.
5333 * gdb.cp/pr-1210.exp: Likewise.
5334 * gdb.cp/pr-574.exp: Likewise.
5335 * gdb.cp/printmethod.exp: Likewise.
5336 * gdb.cp/psmang.exp: Likewise.
5337 * gdb.cp/ref-params.exp: Likewise.
5338 * gdb.cp/ref-types.exp: Likewise.
5339 * gdb.cp/rtti.exp: Likewise.
5340 * gdb.cp/templates.exp: Likewise.
5341 * gdb.cp/try_catch.exp: Likewise.
5342 * gdb.cp/userdef.exp: Likewise.
5343 * gdb.cp/virtfunc.exp: Likewise.
5344 * gdb.disasm/am33.exp: Likewise.
5345 * gdb.disasm/h8300s.exp: Likewise.
5346 * gdb.disasm/mn10300.exp: Likewise.
5347 * gdb.disasm/sh3.exp: Likewise.
5348 * gdb.disasm/t01_mov.exp: Likewise.
5349 * gdb.disasm/t02_mova.exp: Likewise.
5350 * gdb.disasm/t03_add.exp: Likewise.
5351 * gdb.disasm/t04_sub.exp: Likewise.
5352 * gdb.disasm/t05_cmp.exp: Likewise.
5353 * gdb.disasm/t06_ari2.exp: Likewise.
5354 * gdb.disasm/t07_ari3.exp: Likewise.
5355 * gdb.disasm/t08_or.exp: Likewise.
5356 * gdb.disasm/t09_xor.exp: Likewise.
5357 * gdb.disasm/t10_and.exp: Likewise.
5358 * gdb.disasm/t11_logs.exp: Likewise.
5359 * gdb.disasm/t12_bit.exp: Likewise.
5360 * gdb.disasm/t13_otr.exp: Likewise.
5361 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5362 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5363 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5364 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5365 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5366 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5367 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5368 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5369 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5370 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5371 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5372 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5373 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5374 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5375 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5376 * gdb.mi/gdb701.exp: Likewise.
5377 * gdb.mi/gdb792.exp: Likewise.
5378 * gdb.mi/mi-basics.exp: Likewise.
5379 * gdb.mi/mi-break.exp: Likewise.
5380 * gdb.mi/mi-cli.exp: Likewise.
5381 * gdb.mi/mi-console.exp: Likewise.
5382 * gdb.mi/mi-disassemble.exp: Likewise.
5383 * gdb.mi/mi-eval.exp: Likewise.
5384 * gdb.mi/mi-file.exp: Likewise.
5385 * gdb.mi/mi-read-memory.exp: Likewise.
5386 * gdb.mi/mi-regs.exp: Likewise.
5387 * gdb.mi/mi-return.exp: Likewise.
5388 * gdb.mi/mi-simplerun.exp: Likewise.
5389 * gdb.mi/mi-stack.exp: Likewise.
5390 * gdb.mi/mi-stepi.exp: Likewise.
5391 * gdb.mi/mi-syn-frame.exp: Likewise.
5392 * gdb.mi/mi-until.exp: Likewise.
5393 * gdb.mi/mi-var-block.exp: Likewise.
5394 * gdb.mi/mi-var-child.exp: Likewise.
5395 * gdb.mi/mi-var-cmd.exp: Likewise.
5396 * gdb.mi/mi-var-display.exp: Likewise.
5397 * gdb.mi/mi-watch.exp: Likewise.
5398 * gdb.mi/mi2-basics.exp: Likewise.
5399 * gdb.mi/mi2-break.exp: Likewise.
5400 * gdb.mi/mi2-cli.exp: Likewise.
5401 * gdb.mi/mi2-console.exp: Likewise.
5402 * gdb.mi/mi2-disassemble.exp: Likewise.
5403 * gdb.mi/mi2-eval.exp: Likewise.
5404 * gdb.mi/mi2-file.exp: Likewise.
5405 * gdb.mi/mi2-read-memory.exp: Likewise.
5406 * gdb.mi/mi2-regs.exp: Likewise.
5407 * gdb.mi/mi2-return.exp: Likewise.
5408 * gdb.mi/mi2-simplerun.exp: Likewise.
5409 * gdb.mi/mi2-stack.exp: Likewise.
5410 * gdb.mi/mi2-stepi.exp: Likewise.
5411 * gdb.mi/mi2-syn-frame.exp: Likewise.
5412 * gdb.mi/mi2-until.exp: Likewise.
5413 * gdb.mi/mi2-var-block.exp: Likewise.
5414 * gdb.mi/mi2-var-child.exp: Likewise.
5415 * gdb.mi/mi2-var-cmd.exp: Likewise.
5416 * gdb.mi/mi2-var-display.exp: Likewise.
5417 * gdb.mi/mi2-watch.exp: Likewise.
5418 * gdb.stabs/exclfwd.exp: Likewise.
5419 * gdb.stabs/weird.exp: Likewise.
5420 * gdb.threads/gcore-thread.exp: Likewise.
5421 * gdb.trace/actions.exp: Likewise.
5422 * gdb.trace/backtrace.exp: Likewise.
5423 * gdb.trace/circ.exp: Likewise.
5424 * gdb.trace/collection.exp: Likewise.
5425 * gdb.trace/deltrace.exp: Likewise.
5426 * gdb.trace/infotrace.exp: Likewise.
5427 * gdb.trace/limits.exp: Likewise.
5428 * gdb.trace/packetlen.exp: Likewise.
5429 * gdb.trace/passc-dyn.exp: Likewise.
5430 * gdb.trace/passcount.exp: Likewise.
5431 * gdb.trace/report.exp: Likewise.
5432 * gdb.trace/save-trace.exp: Likewise.
5433 * gdb.trace/tfind.exp: Likewise.
5434 * gdb.trace/tracecmd.exp: Likewise.
5435 * gdb.trace/while-dyn.exp: Likewise.
5436 * gdb.trace/while-stepping.exp: Likewise.
5437
f4b618d1
JB
54382006-08-08 Joel Brobecker <brobecker@adacore.com>
5439
5440 * gdb.base/step-bt.c: New file.
5441 * gdb.base/step-bt.exp: New testcase.
5442
3d00d119
DJ
54432006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5444
5445 * config/monitor.exp (gdb_load): Remove support for obsolete
5446 download-write-size.
5447 * gdb.base/remote.exp: Likewise. Update all callers of
5448 gdb_timed_load.
5449
017b5bd4
DJ
54502006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * cursal.exp: Pass binfile to gdb_load.
5453
837c599d
DJ
54542006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5455
5456 * gdb.base/cursal.exp: Add "" to gdb_load call.
5457
8dd4540b
MK
54582006-07-29 Mark Kettenis <kettenis@gnu.org>
5459
5460 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5461 NetBSD/ELF targets.
5462
ab5c9f60
DJ
54632006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5464
5465 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5466 operator*.
5467
4c42eaff
DJ
54682006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5469
5470 * gdb.base/completion.exp: Update for change in "file" behavior.
5471 * gdb.stabs/weird.exp: Likewise.
5472 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5473 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5474
0155cc76
NS
54752006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5476
5477 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5478 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5479
16026cd7
AS
54802006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5481
5482 * gdb.base/default.exp: Update source command error message.
5483 * gdb.base/help.exp: Update 'help source' message.
5484
16963cb6
DJ
54852006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5486
5487 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5488 test.
5489
6d7fd486
AS
54902006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5491
5492 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5493
29e8a844
DJ
54942006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5495
5496 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5497
6afcfa39
DJ
54982006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5499
5500 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5501
267a692b
MK
55022006-07-17 Mark Kettenis <kettenis@gnu.org>
5503
5504 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5505 *-*-openbsd* from targets for wich we expect ARM FPA floating
5506 point format.
5507
85d2fec4
NR
55082006-07-17 Nick Roberts <nickrob@snap.net.nz>
5509
5510 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5511
55122006-07-17 Mark Kettenis <kettenis@gnu.org>
5513
5514 * gdb.base/annota3.exp: Expect frame-begin annotation.
5515
85b4c6e8
JB
55162006-07-14 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.base/help.exp: Adjust "help unset" test to accept
5519 any list of unset commands.
5520
fb933624
DJ
55212006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5522 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdb.cp/ref-params.exp: New test.
5525 * gdb.cp/ref-params.cc: New source file.
5526 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5527
1dff4b64
MK
55282006-07-08 Mark Kettenis <kettenis@gnu.org>
5529
5530 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5531 spaces/tabs in regular expressions since they might not be there.
5532
40d2e0e3
AS
55332006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5534
5535 * gdb.base/ifelse.exp: New file.
5536
f6c957d2
NS
55372006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5538
5539 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5540 line.
5541 * gdb.base/huge.exp: Loop over compilation to find a size that
5542 is acceptable.
5543 * gdb.base/remote.exp: Correct expected strings.
5544 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5545
b9c5a23d
DJ
55462006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5547
5548 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5549
9af2e58d
DJ
55502006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5553 native.
5554
30930ca5
DJ
55552006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5556
5557 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5558 enable stabs testing.
5559
aa32fa1d
DJ
55602006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5561
bd4a4c80 5562 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5563 gdb_test_multiple does.
5564
321fef15
DJ
55652006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5566
5567 * Makefile.in (host_alias): Remove.
5568 (target_alias): Use @target_noncanonical@.
5569 (site.exp): Don't set host_alias.
5570 * aclocal.m4: Remove contents. Include acx.m4.
5571 * configure: Regenerated.
5572 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5573
e1c2defa
NS
55742006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5575
e63b55d1
NS
5576 * lib/gdb.exp (gdb_load_cmd): New.
5577
5600ea19
NS
5578 * gdb.base/fileio.c: Add system(NULL) test.
5579 * gdb.base/fileio.exp: Check it.
5580
e1c2defa
NS
5581 * gdb.base/break.c: Add 10a breakpoint at }
5582 * gdb.base/break.exp: Add test for breakpoint at }
5583 * gdb.cp/anon-union.cc: Add code at end of function.
5584 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5585 * gdb.mi/var-cmd.c: Add code at end of function.
5586 * gdb.mi/mi-var-display.exp: Adjust end of next.
5587 * gdb.mi/mi2-var-display.exp: Likewise.
5588 * gdb.base/fileio.c: Add stop function and insert calls at
5589 stopping places.
5590 * gdb.base/fileio.exp: Breakpoint stop function and remove
5591 explicit line number references.
5592
6c0112ec
JB
55932006-05-19 Joel Brobecker <brobecker@adacore.com>
5594
a9c64011
AS
5595 * gdb.base/del.exp (test_delete_alias): New function.
5596 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5597
154189a4
FF
55982006-05-18 Fred Fish <fnf@specifix.com>
5599
5600 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5601 required. Check for spurious output after program exits normally.
5602
582e64c2
FF
56032006-05-17 Fred Fish <fnf@specifix.com>
5604
5605 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5606 gdb_load, so it works in the simulator.
5607
8ef6493a
FF
56082006-05-11 Fred Fish <fnf@specifix.com>
5609
5610 * gdb.base/bang.exp: Ignore unexpected output between the
5611 "program exited normally" and the gdb prompt, as many other
5612 tests do.
5613
692b141c
MK
56142006-05-07 Mark Kettenis <kettenis@gnu.org>
5615
5616 * gdb.base/help.exp: Make "delete checkpoint" part option for
5617 "help d" and "help delete" tests.
5618
540b8a30
UW
56192006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5620
a9c64011 5621 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5622 expected output in some mi_gdb_test statements.
5623 * gdb.mi/mi2-basics.exp: Likewise.
5624
9b6462d9
JB
56252006-05-05 Joel Brobecker <brobecker@adacore.com>
5626
5627 * gdb.base/del.c: New file.
5628 * gdb.base/del.exp: New testcase.
5629
954de43b
DM
56302006-05-05 David S. Miller <davem@sunset.davemloft.net>
5631
5632 * gdb.base/break.exp: Do not assume a breakpoint on
5633 main will actually be in $srcfile when optimizing.
1303f75e
DM
5634 * gdb.base/savedregs.exp: Do not require that the dummy
5635 frame location match up to a symbol and source file location.
c3242428
DM
5636 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5637 will get printed without a mi_cmd_data_list_register_values prefix.
5638 (*-data-list-register-*): Correct regular expressions to expect the new
5639 pseudo d? floating point registers.
5640 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5641
c7e64c9a
DJ
56422006-05-05 Christophe Lyon <christophe.lyon@st.com>
5643
5644 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5645 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5646 is allocated by the compiler.
5647 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5648 anons, e, anone to force their allocation by the compiler.
5649
56502006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5651
5652 * gdb.base/help.exp: Update expected text for help d and
5653 help delete.
5654
27ce9a6d
MK
56552006-05-02 Mark Kettenis <kettenis@gnu.org>
5656
5657 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5658 NetBSD/ELF targets.
5659
8608915f
MK
56602006-04-30 Mark Kettenis <kettenis@gnu.org>
5661
5662 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5663 single-step breakpoint fails; make this a KFAIL on
5664 sparc*-*-openbsd*.
5665 * gdb.base/siginfo.exp: Likewise.
5666 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5667
b8db102d
MS
56682006-04-26 Michael Snyder <msnyder@redhat.com>
5669
5670 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5671 which may have to consume output from other forks.
5672 Add tests to make sure that "delete fork" succeeded.
5673
c702009a
MS
56742006-04-20 Michael Snyder <msnyder@redhat.com>
5675
5676 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5677 Add support for the Renesas M32C and M16C.
5678
5679 * gdb.asm/asm-source.exp: Add m32c target.
5680 * gdb.asm/m32c.inc: Support for m32c target.
5681
e28493f2
AS
56822006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5683
5684 * gdb.base/commands.exp (recursive_source_test): New test.
5685
880da185
DM
56862006-04-04 David S. Miller <davem@sunset.davemloft.net>
5687
5688 * gdb.base/float.exp: Add pattern for sparc targets.
5689
61d9b92f
DJ
56902006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5691
5692 * gdb.base/commands.exp (stray_arg0_test): New test.
5693
bd717df8
PB
56942006-03-30 Paul Brook <paul@codesourcery.com>
5695
5696 * gdb.mi/mi-until.exp: kfail broken until command.
5697 * gdb.mi/mi2-until.exp: Ditto.
5698
ec793d3c
NR
56992006-03-27 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5702
831004b7
AO
57032006-03-08 Alexandre Oliva <aoliva@redhat.com>
5704
5705 * gdb.base/prelink.exp: Anchor tested-for regular expression
5706 on gdb prompt.
5707
effe49a0
PB
57082006-03-07 Paul Brook <paul@codesourcery.com>
5709
5710 * gdb.base/assign.exp: Correct fail message.
5711
e5461016
PB
57122006-03-07 Paul Brook <paul@codesourcery.com>
5713
5714 * lib/compiler.c: Extract armcc version number.
5715 * lib/compiler.cc: Ditto.
5716
fc91c6c2
PB
57172006-03-07 Paul Brook <paul@codesourcery.com>
5718
5719 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5720 additional_flags=-w.
5721 * gdb.arch/altivec-regs.exp: Ditto.
5722 * gdb.arch/e500-abi.exp: Ditto.
5723 * gdb.arch/e500-regs.exp: Ditto.
5724 * gdb.base/all-bin.exp: Ditto.
5725 * gdb.base/annota1.exp: Ditto.
5726 * gdb.base/annota3.exp: Ditto.
5727 * gdb.base/args.exp: Ditto.
5728 * gdb.base/arithmet.exp: Ditto.
5729 * gdb.base/assign.exp: Ditto.
5730 * gdb.base/async.exp: Ditto.
5731 * gdb.base/bang.exp: Ditto.
5732 * gdb.base/break.exp: Ditto.
5733 * gdb.base/call-rt-st.exp: Ditto.
5734 * gdb.base/completion.exp: Ditto.
5735 * gdb.base/cond-expr.exp: Ditto.
5736 * gdb.base/condbreak.exp: Ditto.
5737 * gdb.base/consecutive.exp: Ditto.
5738 * gdb.base/define.exp: Ditto.
5739 * gdb.base/display.exp: Ditto.
5740 * gdb.base/ena-dis-br.exp: Ditto.
5741 * gdb.base/environ.exp: Ditto.
5742 * gdb.base/eval-skip.exp: Ditto.
5743 * gdb.base/info-proc.exp: Ditto.
5744 * gdb.base/jump.exp: Ditto.
5745 * gdb.base/logical.exp: Ditto.
5746 * gdb.base/long_long.exp: Ditto.
5747 * gdb.base/maint.exp: Ditto.
5748 * gdb.base/miscexprs.exp: Ditto.
5749 * gdb.base/pc-fp.exp: Ditto.
5750 * gdb.base/pointers.exp: Ditto.
5751 * gdb.base/relational.exp: Ditto.
5752 * gdb.base/reread.exp: Ditto.
5753 * gdb.base/sect-cmd.exp: Ditto.
5754 * gdb.base/sep.exp: Ditto.
5755 * gdb.base/sepdebug.exp: Ditto.
5756 * gdb.base/until.exp: Ditto.
5757 * gdb.base/whatis-exp.exp: Ditto.
5758 * gdb.cp/annota2.exp: Ditto.
5759 * gdb.cp/annota3.exp: Ditto.
5760 * gdb.trace/actions.exp: Ditto.
5761 * gdb.trace/backtrace.exp: Ditto.
5762 * gdb.trace/circ.exp: Ditto.
5763 * gdb.trace/collection.exp: Ditto.
5764 * gdb.trace/deltrace.exp: Ditto.
5765 * gdb.trace/infotrace.exp: Ditto.
5766 * gdb.trace/limits.exp: Ditto.
5767 * gdb.trace/packetlen.exp: Ditto.
5768 * gdb.trace/passc-dyn.exp: Ditto.
5769 * gdb.trace/passcount.exp: Ditto.
5770 * gdb.trace/report.exp: Ditto.
5771 * gdb.trace/save-trace.exp: Ditto.
5772 * gdb.trace/tfind.exp: Ditto.
5773 * gdb.trace/tracecmd.exp: Ditto.
5774 * gdb.trace/while-dyn.exp: Ditto.
5775 * gdb.trace/while-stepping.exp: Ditto.
5776 * lib/gdb.exp: Ditto.
5777 (gdb_compile): Handle nowarning option.
5778
5f4a23d9
AO
57792006-03-07 Alexandre Oliva <aoliva@redhat.com>
5780
5781 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5782 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5783 Rename executable to prelinkt. Don't re-prelink if we didn't
5784 get a core file. Test prelink -u exit status to tell whether
5785 prelinking failed. Use gdb_test_multiple.
5786
9733fc94
DJ
57872006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5788
5789 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5790 (do_tests): Call it.
5791
cc10cae3
AO
57922006-02-28 Alexandre Oliva <aoliva@redhat.com>
5793
5794 * gdb.base/prelink.exp: New test.
5795 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5796
15c46491
WZ
57972006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5798
5799 * gdb.fortran/derived-type.f90: New file.
5800 * gdb.fortran/derived-type.exp: New testcase.
5801
5c9f7ded
DJ
58022006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5803
5804 * gdb.base/default.exp: Allow ';' as a directory separator.
5805
5b96932b
AS
58062006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5807
5808 * gdb.base/help.exp (help add-symbol-file): Update.
5809
1986bccd
AS
58102006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5811
5812 * gdb.base/help.exp (help load): Update expected results.
5813
a8b7528f
FF
58142006-02-19 Fred Fish <fnf@specifix.com>
5815
5816 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
5817 specifix hex value as part of results.
5818 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 5819
f8261448
FF
58202006-02-16 Fred Fish <fnf@specifix.com>
5821
5822 * gdb.base/whatis.c: Define variables using typedefs char_addr,
5823 ushort_addr, and slong_addr, so the typedefs are not optimized
5824 away.
5825 * gdb.base/whatis.exp: Add tests using type name for struct type,
5826 union type, enum type, and typedef.
a9c64011 5827
31d8bdd2
MK
58282006-02-13 Mark Kettenis <kettenis@gnu.org>
5829
5830 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
5831
34e41e63
JB
58322006-02-13 Jim Blandy <jimb@redhat.com>
5833
5834 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
5835 case where it takes two "next" commands to skip past the init
5836 call.
5837
ac6e4f31
FF
58382006-02-12 Fred Fish <fnf@specifix.com>
5839
5840 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
5841 to handle cases where it takes two "next" commands to skip
5842 past the init call.
5843
2db2d571
JB
58442006-02-07 Joel Brobecker <brobecker@adacore.com>
5845
5846 * gdb.ada/array_return.exp: Mark the last test as expected to fail
5847 on hppa32 targets.
5848
38fcd64c
DJ
58492006-02-06 Vladimir Prus <ghost@cs.msu.su>
5850
5851 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
5852 field.
5853
1315ad46
MK
58542006-01-29 Mark Kettenis <kettenis@gnu.org>
5855
5856 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
5857
5625b943
DJ
58582006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
5861 files.
5862
80df1bbe
DJ
58632006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5864
5865 * gdb.cp/maint.exp: Set complaints to a positive value.
5866
9078e690
DJ
58672006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5868
5869 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
5870 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
5871 function name.
5872
9c903399
DJ
58732006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5874
5875 * gdb.base/checkpoint.c: Update copyright notice. Include
5876 <stdlib.h>.
5877
761ae4d6
JB
58782006-01-04 Jim Blandy <jimb@redhat.com>
5879
5880 * gdb.asm/asm-source.exp: Independently provide default values for
5881 asm-flags and debug-flags. Use 'string equal' to do the
5882 comparison, not the implicit expr's '==' operator. Remove
5883 now-unneeded assignments to asm-flags. In h8300 case, place
5884 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
5885
099ac3dd
MS
58862006-01-04 Michael Snyder <msnyder@redhat.com>
5887
5888 * gdb.base/checkpoint.c: New file.
5889 * gdb.base/checkpoint.exp: New file.
5890 * gdb.base/multi-fork.c: New file.
5891 * gdb.base/multi-fork.exp: New file.
5892 * gdb.base/pi.txt: New file (data for checkpoint.c test).
5893
f4d85314
FF
58942006-01-04 Fred Fish <fnf@specifix.com>
5895
5896 * gdb.base/ptype.c (foo): Add typedef.
5897 (intfoo): Add function.
5898 * gdb.base/ptype1.c: New file.
5899 * gdb.base/ptype.exp: Handle compilation and linking with two
5900 source files. Test that proper type for "foo" is found based
5901 on source context rather than first match found in symtabs.
5902
a1b06f35
MK
59032005-12-28 Mark Kettenis <kettenis@gnu.org>
5904
5905 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
5906 * gdb.asm/openbsd.inc: Indent commands.
5907
d082a1e2
MK
59082005-12-26 Mark Kettenis <kettenis@gnu.org>
5909
c65016bd
MK
5910 * gdb.base/freebpcmd.exp: Increase timeout.
5911
d082a1e2
MK
5912 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
5913
d3c32a0e
DJ
59142005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
5915
5916 * gdb.base/default.exp: Update check for "show version".
5917
9fdb1f50
RC
59182005-12-09 Randolph Chung <tausq@debian.org>
5919
5920 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
5921 * gdb.asm/pa64.inc: New file.
5922
5f2c56f7
RC
59232005-12-09 Randolph Chung <tausq@debian.org>
5924
5925 * gdb.asm/common.inc: Indent commands.
5926 * gdb.asm/asmsrc1.s: Likewise.
5927 * gdb.asm/asmsrc2.s: Likewise.
5928
8117349c
RC
59292005-12-09 Randolph Chung <tausq@debian.org>
5930
5931 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
5932 (get_addr_of_sym): Remove duplicate print.
5933 (gen_core): xfail hppa*-*-hpux*, update expected output.
5934 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
5935 * gdb.arch/pa64-nullify.s: New file.
5936
8f07f25a
RC
59372005-12-09 Randolph Chung <tausq@debian.org>
5938
5939 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
5940
55b39184
DJ
59412005-12-07 Christophe Lyon <christophe.lyon@st.com>
5942
5943 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
5944 code generation for these functions.
5945 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
5946 error message.
5947
31e2b00f
AS
59482005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5949
5950 * gdb.base/help.exp (help b, help br, help bre, help brea)
5951 (help break): Update the expected message.
5952
c3d0b56e
SC
59532005-11-11 Stephane Carrez <stcarrez@nerim.fr>
5954
5955 * gdb.asm/m68hc11.inc: Setup the data section.
5956 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
5957 script for this test.
5958 (m6812-*-*): Likewise.
5959
36ae0ea9
RC
59602005-11-09 Randolph Chung <tausq@debian.org>
5961
5962 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
5963
9d6f42e9
WZ
59642005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
5965
5966 * gdb.base/break.exp: Fix a comment typo.
5967
e2126a14
EZ
59682005-11-03 Jim Blandy <jimb@redhat.com>
5969
a9c64011
AS
5970 Checked in by Elena Zannoni <ezannoni@redhat.com>
5971
e2126a14
EZ
5972 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
5973
e0ac7199
CV
59742005-11-02 Corinna Vinschen <vinschen@redhat.com>
5975
5976 * gdb.arch/gdb1558.c: Include stdio.h.
5977
31d3fb18
MK
59782005-10-31 Mark Kettenis <kettenis@gnu.org>
5979
5980 * gdb.asm/asm-source.exp: Use -e instead of --entry.
5981
e52b687c
MK
59822005-10-31 Mark Kettenis <kettenis@gnu.org>
5983
5984 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
5985
f4711d79
PG
59862005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
5987
a9c64011
AS
5988 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5989 vscr" tests to better match output.
f4711d79 5990
987a9106
JB
59912005-10-12 Jim Blandy <jimb@redhat.com>
5992
5993 * gdb.base/structs.exp (any): New function.
5994 (test_struct_returns): Don't make any assumptions at all about
5995 what value the function returns when GDB can't set the return
5996 value.
5997
2336bb58
JB
59982005-10-09 Joel Brobecker <brobecker@adacore.com>
5999
6000 * gdb.ada/arrayidx/p.adb: New file.
6001 * gdb.ada/arrayidx.exp: New testcase
6002
60032005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
6004
6005 * gdb.ada/array_return/pck.ads: New file.
6006 * gdb.ada/array_return/pck.adb: New file.
6007 * gdb.ada/array_return/p.adb: New file.
6008 * gdb.ada/array_return.exp: New testcase.
6009
705335ea
JB
60102005-10-03 Joel Brobecker <brobecker@adacore.com>
6011
a9c64011
AS
6012 * gdb.base/arrayidx.c: New file.
6013 * gdb.base/arrayidx.exp: New testcase.
705335ea 6014
11ee9940
NR
60152005-09-29 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
6018 frames-invalid and breakpoints-invalid are no longer generated
6019 with level 3 so don't expect them in the output.
6020
39fb8e9e
BR
60212005-09-27 Bob Rossi <bob@brasko.net>
6022
a9c64011 6023 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
6024 from test. Escape the | in mi_gdb_test call.
6025 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
6026 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
6027 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
6028 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
6029 expected regex's in mi_gdb_test calls.
6030 * lib/mi-support.exp: Remove arbitrary .* from tests.
6031 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
6032 Fully anchor GDB/MI expected results in mi_gdb_test.
6033 * lib/gdb.exp (string_to_regexp): Escape the ] character.
6034 * gdb.base/sizeof.exp: Remove escape character. Correct test.
6035
2af48f68
PB
60362005-09-26 Paul Brook <paul@codesourcery.com>
6037
6038 * long_long.exp: Exclude eabi targets from arm FPA float format test.
6039
f34502bc
WZ
60402005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6041
6042 * bfp-test.c: New file.
6043 * bfp-test.exp: New testcase.
6044
ca929517
WZ
60452005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6046
6047 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6048 of subarray and substring variable.
6049 * gdb.fortran/subarray.f: New source file for the test of subarray
6050 and substring variable evaluation.
6051 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6052 of string constant.
6053
c761af65
DJ
60542005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6055
6056 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6057 copyright dates.
6058
561d7a1d
PG
60592005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6060
6061 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6062 powerpc altivec' test with an almost identical 'info vector' test.
6063
b2b64cc9
PG
60642005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6065
a9c64011
AS
6066 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6067 vscr" tests to match output.
b2b64cc9 6068
6ac4d15a
PG
60692005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6070
a9c64011
AS
6071 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6072 output.
6ac4d15a 6073
40e55bef
BR
60742005-09-11 Bob Rossi <bob@brasko.net>
6075
6076 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 6077 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
6078 commands that return an MI output command and an asyncronous MI output
6079 command.
6080 * gdb.mi/mi-console.exp: Ditto.
6081
3c7385ec
BR
60822005-09-11 Bob Rossi <bob@brasko.net>
6083
6084 * gdb.mi/mi-var-child.c: Include <string.h>.
6085
a6cd0eb3
DJ
60862005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6087
6088 * killed.exp: Correct gdb_expect syntax.
6089
2f168eed
CV
60902005-08-09 Corinna Vinschen <vinschen@redhat.com>
6091
6092 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6093
ecd3fd0f
BR
60942005-08-02 Bob Rossi <bob@brasko.net>
6095
6096 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6097 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6098 Change tests to inferior-tty-set/show.
6099 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6100 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6101 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6102 inferior. Use mi_gdb_test to get GDB and Inferior output.
6103 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6104 descriptor.
6105 (mi_inferior_tty_name): Add inferior PTY file name.
6106 (mi_gdb_start): Add INFERIOR_PTY parameter.
6107 (mi_gdb_test): Add IPATTERN parameter.
6108
f1ea48cb 61092005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 6110
f1ea48cb
BR
6111 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6112 parameter to mi_gdb_test.
6113 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6114
6e650a67
DJ
61152005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6118 struct_declarations.
6119 * gdb.mi/mi-var-child.exp: Step over the initialization of
6120 struct_declarations.
6121
8be260b6
DJ
61222005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6125 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6126 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6127 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6128 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6129 file.
6130
4e660f07
NR
61312005-07-27 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6134 (do_children_tests): Assign values to the extra elements.
6135
6136 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6137 them for tests for "-var-update --no-values" and
a9c64011 6138 "-var-update --all-values".
4e660f07
NR
6139 Add test for "-var-list-children --simple-values".
6140
6141 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6142
6143 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6144 "-stack-list-locals --simple-values" Improve doc strings and
6145 comments.
6146
6bdae935
MK
61472005-07-18 Mark Kettenis <kettenis@gnu.org>
6148
598b7a6f
MK
6149 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6150 *-*-openbsd*.
6151 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6152
6bdae935
MK
6153 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6154 sigaltsatck'.
6155
1323e929 61562005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 6157
1323e929
BR
6158 * gdb.base/default.exp (tty): Changed output of command.
6159 * gdb.base/help.exp (help tty): Ditto.
6160
b1a9c082
MK
61612005-07-12 Mark Kettenis <kettenis@gnu.org>
6162
6163 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6164
10a844a2
MK
61652005-07-10 Mark Kettenis <kettenis@gnu.org>
6166
6167 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6168 -stack-select-frame without arguments.
6169 (test_stack_frame_listing): Add test for newly implemented command
6170 -stack-info-frame.
6171
3cb3b8df
BR
61722005-07-06 Bob Rossi <bob@brasko.net>
6173
6174 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6175 command.
6176 (Copyright): Update copyright.
6177
a0c5fbcf
WZ
61782005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6179
6180 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6181 tests to evaluate exponentiation expression.
6182
984971d0
AS
61832005-06-29 Andreas Schwab <schwab@suse.de>
6184
6185 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6186 main to avoid warnings.
6187
6188 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6189
fe03833f
NR
61902005-06-20 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6193 -stack-select-frame without arguments.
6194 (test_stack_frame_listing): Add test for newly implemented command
6195 -stack-info-frame.
a9c64011 6196
7a55f279
WZ
61972005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6198
0ffa0ea5
DJ
6199 * gdb.fortran/array-element.f: New file.
6200 * gdb.fortran/array-element.exp: New testcase.
7a55f279 6201
26585198
DJ
62022005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6203
6204 * gdb.base/bigcore.exp: Correct checks for systems which can
6205 not dump a large core file.
6206
c1bd25fd
DJ
62072005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 * gdb.base/relocate.c: Add a copyright notice.
6210 (dummy): Remove.
6211 * gdb.base/relocate.exp: Test printing the values of variables
6212 from a relocatable file.
6213
589e074d
DJ
62142005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6215
6216 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6217 excess MI output after an error.
6218
0915f927
JB
62192005-05-29 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdb.arch/alpha-step.c: New file.
6222 * gdb.arch/alpha-step.exp: New testcase.
6223
76ff342d
DJ
62242005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6225 Dennis Brueni <dennis@slickedit.com>
6226
6227 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6228 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6229 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6230 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6231 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6232 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6233 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6234
96b0c7ac
DJ
62352005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6236 Wu Zhou <woodzltc@cn.ibm.com>
6237
6238 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6239 IBM's xlc compiler.
6240 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6241 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6242
f21565d2
JB
62432005-05-13 Jim Blandy <jimb@redhat.com>
6244
6245 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6246 calling gdb_suppress_entire_file.
6247 * gdb.base/charset.exp: Same.
6248 * gdb.base/call-rt-st.exp: Same.
6249
6006a3a1
BR
62502005-05-05 Bob Rossi <bob_rossi@cox.net>
6251
6252 * lib/gdb.exp (fullname_syntax): Added global regex.
6253 (fullname_syntax_POSIX): Ditto.
6254 (fullname_syntax_UNC): Ditto.
6255 (fullname_syntax_DOS_CASE): Ditto.
6256 (fullname_syntax_DOS): Ditto.
6257 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6258 fullname_syntax variable to scope and use it.
6259 (test_file_list_exec_source_files): Ditto.
6260 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6261
c3b69c04
DJ
62622005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6263
6264 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6265
3c95e6af
PG
62662004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6267
a9c64011
AS
6268 * lib/gdb.exp (skip_altivec_tests): New function, based on
6269 check_vmx_hw_available from the GCC testsuite.
6270 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6271 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 6272
78df6c56
JB
62732005-05-02 Jim Blandy <jimb@redhat.com>
6274
6275 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6276 calling gdb_suppress_entire_file.
6277
1690f9cf
DJ
62782005-04-30 Randolph Chung <tausq@debian.org>
6279
6280 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6281 Slightly relax "sem_post" name checking.
6282
5ea106f7
PG
62832005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6284
6285 * gdb.base/unload.exp: Use new shared library infrastructure.
6286
bf7234cf
PG
62872005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6288
6289 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 6290 infrastructure.
bf7234cf 6291
547b869a
CV
62922005-04-29 Corinna Vinschen <vinschen@redhat.com>
6293
6294 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6295 * gdb.asm/h8300.inc: New file.
6296
f07e55f0
PG
62972005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6298
6299 * gdb.base/shlib-call.exp: Change to use new shared library
6300 infrastructure.
6301
3cbba3d1
PG
63022005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6303
a9c64011
AS
6304 * gdb.base/pending.exp: Change to use new shared library
6305 infrastructure.
3cbba3d1 6306
ed6df200
PG
63072005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6308
a9c64011
AS
6309 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6310 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 6311
8c8f4ebe
PG
63122005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6313
a9c64011
AS
6314 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6315 shared objects being adjusted and update copyright years.
8c8f4ebe 6316
607fbc54
DJ
63172005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6318
6319 * ChangeLog: Correct some 2003-01-13 dates.
6320 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6321 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6322 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6323 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6324 gdb.trace/tfind.exp: Update copyright years.
6325
57bf0e56
DJ
63262005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6327 Daniel Jacobowitz <dan@codesourcery.com>
6328
6329 * lib/gdb.exp (gdb_compile): Handle shlib=.
6330 (gdb_compile_shlib): New function.
6331
9b593790
PG
63322005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6333
a9c64011 6334 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 6335
9494c6a5
DJ
63362005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6337
6338 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6339 gdb.server.
6340 * configure.ac: Likewise.
6341 * configure: Regenerated.
6342 * gdb.gdbserver/Makefile.in: Moved to...
6343 * gdb.server/Makefile.in: ... here.
6344 * gdb.gdbserver/server.c: Moved to...
6345 * gdb.server/server.c: ... here.
6346 * gdb.gdbserver/server-run.exp: Moved to...
6347 * gdb.server/server-run.exp: ... here.
6348
6f8eac0e
DJ
63492005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6350
6351 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6352 * configure.ac: Create gdb.gdbserver/Makefile.
6353 * configure: Regenerated.
6354 * lib/gdbserver-support.exp: New file, derived from
6355 config/gdbserver.exp.
6356 * config/gdbserver.exp: Use gdbserver-support.exp.
6357 * gdb.gdbserver/Makefile.in: New file.
6358 * gdb.gdbserver/server.c: New file.
6359 * gdb.gdbserver/server-run.exp: New file.
6360
6e87504d
PG
63612005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6362
a9c64011
AS
6363 * lib/gdb.exp (test_compiler_info): Return compiler_info
6364 if no arguments are given.
6e87504d 6365
d1779be4
PG
63662005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6367
6368 * gdb.arch/altivec-abi.exp: Check for compiler and set
6369 use altivec' flag accordingly.
6370 * gdb.arch/altivec-regs.exp: Likewise.
6371
88750304
DJ
63722005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6375
f3fb768d
AS
63762005-03-27 Andreas Schwab <schwab@suse.de>
6377
6378 * gdb.base/bigcore.c (main): Add missing mode argument in open
6379 call.
6380
7e813ac5
DJ
63812005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6382
6383 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6384 downloads.
6385 * config/gdbserver.exp (gdb_load): Likewise.
6386
8e3049aa
PB
63872005-03-14 Paul Brook <paul@codesourcery.com>
6388
6389 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6390 targets.
6391
a9df7c44
JB
63922005-03-09 Joel Brobecker <brobecker@adacore.com>
6393
6394 * gdb.dwarf2/dup-psym.S: New file.
6395 * gdb.dwarf2/dup-psym.exp: New testcase.
6396
9f0d94e8
JB
63972005-03-09 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdb.ada/exec_changed/first.adb: New file.
6400 * gdb.ada/exec_changed/second.adb: New file.
6401 * gdb.ada/exec_changed.exp: New testcase.
6402
5f579bc5
NS
64032005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6404
36e9969c
NS
6405 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6406 (A2): New class.
6407 (main): Test operator+.
6408 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6409 breakpoint test.
6410
5f579bc5
NS
6411 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6412 * gdb.base/signull.exp: Disable if gdb,nosignals.
6413 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6414 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6415 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6416 * gdb.mi/mi2-console.exp: Likewise.
6417 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6418 continue output at start.
6419 (gdb_collect_locals_test): Robustify regexp.
6420 * gdb.trace/passc-dyn.exp: Fix comment typo.
6421 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6422
be46087e
CV
64232005-03-08 Corinna Vinschen <vinschen@redhat.com>
6424
6425 * gdb.asm/asm-source.exp: Add iq2000 case.
6426 * gdb.asm/iq2000.inc: New file.
6427
384e1a61 64282005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6429
384e1a61
MI
6430 * gdb.base/command.exp: Change hardcoded value to regular expression.
6431 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6432
584b6e9e
DJ
64332005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6434
6435 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6436 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6437 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6438 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6439 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6440
ab5b5d61
MK
64412005-03-05 Mark Kettenis <kettenis@gnu.org>
6442
6443 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6444 changes.
6445
ae051c1b
PG
64462004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6447
a9c64011
AS
6448 * lib/compiler.c: Add test for IBM's xlc compiler.
6449 * lib/compiler.cc: Likewise.
ae051c1b 6450
3f0f6ed2
JB
64512004-02-24 Joel Brobecker <brobecker@adacore.com>
6452
6453 * gdb.ada/fixed_points.exp: Create compilation object directory
6454 before running the test.
6455 * gdb.ada/null_record.exp: Likewise.
6456 * gdb.ada/packed_array.exp: Likewise.
6457 * gdb.ada/start.exp: Likewise.
6458
724f452b
JB
64592005-02-15 Joel Brobecker <brobecker@adacore.com>
6460
6461 * gdb.ada/packed_array/pa.adb: New file.
6462 * gdb.ada/packed_array.exp: New testcase.
6463
57f5cdfb 64642005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6465
1f393151
MK
6466 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6467 files.
6468
ebdda337
MK
6469 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6470 on *-*-openbsd*. Correctly match whitespace in regukar
6471 expressions.
6472
cf309262
DJ
64732005-02-10 Daniel Jacobowitz <dan@debian.org>
6474
6475 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6476 PR exp/1821
6477 * gdb.base/gdb1821.c: New test file.
6478 * gdb.base/gdb1821.exp: New test file.
6479
3be49e7a
JB
64802005-02-09 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.base/start.c: New file.
6483 * gdb.base/start.exp: New testcase.
6484
e292e67d
JB
64852005-02-09 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdb.ada/start/dummy.adb: New file.
6488 * gdb.ada/start.exp: New testcase.
6489
dbdfa66c
CV
64902005-02-09 Corinna Vinschen <vinschen@redhat.com>
6491
6492 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6493 for printing symbols and statistics.
6494 Add test for using relative pathnames in "maint print msymbols" test.
6495 Mark "maint info sections DATA" XFAIL on Cygwin.
6496 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6497 tests.
6498
d7941671
AC
64992005-02-09 Andreas Schwab <schwab@suse.de>
6500
6501 Committed by Andrew Cagney <cagney@gnu.org>
6502 * gdb.base/remotetimeout.exp: New file.
6503
74e5ef44
MK
65042005-02-07 Mark Kettenis <kettenis@gnu.org>
6505
6506 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6507
464dd14d
JB
65082005-02-03 Joel Brobecker <brobecker@adacore.com>
6509
6510 * gdb.ada/gnat_ada.gpr: New file.
6511 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6512 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6513 * configure.ac: No longer generate gnat_ada.gpr.
6514 * configure: Regenerate.
6515 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6516 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6517 * gdb.ada/null_record/bar.ads: Likewise.
6518 * gdb.ada/null_record/bar.adb: Likewise.
6519 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6520 * gdb.ada/null_record.exp (testdir): New variable.
6521 (testfile): executable is now in testdir subdirectory.
6522 (srcfile): Use full path to the main compilation unit.
6523 * gdb.ada/fixed_points.exp: Same changes as above.
6524
30d756ae
NR
65252005-02-03 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * gdb.base/interp.exp: New test.
6528
9d799f85
AC
65292005-01-24 Andrew Cagney <cagney@gnu.org>
6530
6531 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6532
15656118
AC
65332005-01-19 Andrew Cagney <cagney@gnu.org>
6534
a892c31b
AC
6535 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6536 configure.ac not configure.in.
6537
15656118
AC
6538 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6539 of powerpc*-*-*.
6540 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6541 * gdb.base/list.exp (test_list_function)
15656118
AC
6542 (test_list_filename_and_function): Ditto.
6543 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6544
a7b01baf
AC
65452005-01-16 Andrew Cagney <cagney@gnu.org>
6546
17d92a02
AC
6547 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6548
a7b01baf
AC
6549 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6550
bc8332bb
AC
65512005-01-14 Andrew Cagney <cagney@gnu.org>
6552
6553 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6554 * gdb.mi/mi2-var-cmd.exp: Ditto.
6555
4d074752
CV
65562005-01-10 Corinna Vinschen <vinschen@redhat.com>
6557
6558 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6559
bec39cab
AC
65602005-01-07 Andrew Cagney <cagney@gnu.org>
6561
6562 * configure.ac: Rename configure.in, require autoconf 2.59.
6563 * configure: Re-generate.
6564 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6565 * gdb.stabs/configure: Re-generate.
6566 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6567 * gdb.hp/configure: Re-generate.
6568 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6569 autoconf 2.59.
6570 * gdb.hp/gdb.objdbg/configure: Re-generate.
6571 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6572 autoconf 2.59.
6573 * gdb.hp/gdb.defects/configure: Re-generate.
6574 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6575 autoconf 2.59.
6576 * gdb.hp/gdb.compat/configure: Re-generate.
6577 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6578 autoconf 2.59.
6579 * gdb.hp/gdb.base-hp/configure: Re-generate.
6580 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6581 autoconf 2.59.
6582 * gdb.hp/gdb.aCC/configure: Re-generate.
6583
f10b16d4
JB
65842004-12-15 Jim Blandy <jimb@redhat.com>
6585
6586 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6587 under NPTL when there is debugging info available for libpthread.
6588
fb6e1814
JG
65892004-12-13 Jerome Guitton <guitton@gnat.com>
6590
6591 * gdb.ada/fixed_points.c: New file.
6592 * gdb.ada/fixed_points.exp: New file.
6593
fe46cd3a
RC
65942004-12-03 Randolph Chung <tausq@debian.org>
6595
6596 * gdb.arch/pa-nullify.exp: New file.
6597 * gdb.arch/pa-nullify.s: New file.
6598
8de0841b
RC
65992004-11-30 Randolph Chung <tausq@debian.org>
6600
6601 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6602 instead of "tbug". Fix regexp to work properly with gdb_test.
6603
c8170782
PH
66042004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6605
6606 * gdb.base/bitfields2.exp: New test.
6607 * gdb.base/bitfields2.c: New file.
6608
954269c2
RE
66092004-11-28 Richard Earnshaw <rearnsha@arm.com>
6610
6611 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6612
0107feed
RC
66132004-11-16 Randolph Chung <tausq@debian.org>
6614
6615 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6616
f073ae8c
DJ
66172004-11-14 Daniel Jacobowitz <dan@debian.org>
6618
6619 * gdb.threads/threadapply.exp: Correct "macro details" test.
6620
19ad59e7
JJ
66212004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6622
6623 * gdb.threads/threadapply.exp: New test.
6624 * gdb.threads/threadapply.c: New file.
6625
9cf0961b
MK
66262004-11-07 Mark Kettenis <kettenis@gnu.org>
6627
6628 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6629 frames.
6630
c789492a
FL
66312004-11-05 Felix Lee <felix+log1@specifixinc.com>
6632
6633 * gdb.base/cursal.exp: New file.
6634 * gdb.base/cursal.c: New file.
6635
a1e167bb
AC
66362004-11-03 Andrew Cagney <cagney@gnu.org>
6637
6638 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6639
b7cbf173
MK
66402004-10-30 Mark Kettenis <kettenis@gnu.org>
6641
6642 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6643 NetBSD/ELF targets.
6644
88f9d34f
JB
66452004-10-29 Joel Brobecker <brobecker@gnat.com>
6646
6647 * gdb.threads/bp_in_thread.c: New file, copied from
6648 pthread_cond_wait.c.
6649 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6650 file, rather than reusing the .c file from another testcase.
6651
ca7d6a0c
JB
66522004-10-20 Joel Brobecker <brobecker@gnat.com>
6653
6654 * gdb.ada/null_record.exp: Check where we stopped after
6655 sending the start command, instead of where the associated
6656 temporary breakpoint was inserted.
6657
0d863d03
AC
66582004-10-14 Andrew Cagney <cagney@gnu.org>
6659
6660 * gdb.mi/gdb701.c (main): Return 0.
6661
d11e72cb
DJ
66622004-10-13 Daniel Jacobowitz <dan@debian.org>
6663
d40539a4 6664 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6665
e1923096
JJ
66662004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6667
6668 * gdb.threads/schedlock.c: Add comment markers to use to find
6669 line numbers.
6670 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6671 comments.
6672 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6673 breakpoint lines.
6674
ec8ba2c9
DJ
66752004-10-12 Daniel Jacobowitz <dan@debian.org>
6676
6677 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6678
0eb3658b
DJ
66792004-10-12 Daniel Jacobowitz <dan@debian.org>
6680
6681 * configure.in: Add gdb.dwarf2.
6682 * configure: Regenerated.
6683 * Makefile.in: Add gdb.dwarf2.
6684 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6685 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6686 gdb.dwarf2/file1.txt: New files.
6687
a271cc33
OF
66882004-10-11 Orjan Friberg <orjanf@axis.com>
6689
a9c64011 6690 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
6691 of "run", since the latter doesn't work with remote targets. Adjust
6692 the breakpoint numbering accordingly.
6693 * gdb.threads/pthread_cond_wait.exp: Ditto.
6694
895ce074
MC
66952004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6696
6697 * gdb.base/overlays.exp: Update copyright years.
6698
6be3092d
KI
66992004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6700
6701 * gdb.base/overlays.exp: Disable if target is Linux.
6702
e05389b8
FL
67032004-10-06 Felix Lee <felix+log1@specifixinc.com>
6704
6705 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6706
73cb587d
KI
67072004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6708
6709 * gdb.asm/asm-source.exp: Add m32r-linux target.
6710 * gdb.asm/m32r-linux.inc: New file.
6711
3c0edcdc
AC
67122004-09-24 Andrew Cagney <cagney@redhat.com>
6713 David Anderson <anderson@redhat.com>
6714
6715 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6716 command fails, assume things will work.
6717 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6718 (_GNU_SOURCE): Define.
6719 (print_unsigned, print_hex): Change parameter to "long long".
6720 (print_byte_count): New function, use to print byte counts.
6721 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6722 O_LARGEFILE.
6723 (main): Compute an upper bound on a corefile in max_core_size.
6724 Limit memory chunk size to max_core_size. Limit total memory
6725 allocated to max_core_size.
6726
4bb3667f
AC
67272004-09-23 Andrew Cagney <cagney@gnu.org>
6728
6729 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6730 from a separate process with code that creates a corefile by
6731 making the inferior dump core.
6732
60fe1a51
MK
67332004-09-23 Mark Kettenis <kettenis@gnu.org>
6734
6735 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6736 block.
6737
8e937346
MC
67382004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6739
6740 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6741 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6742 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6743 Likewise.
6744
7213f6d6
JJ
67452004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6746
6747 * gdb.java/jprint.exp: New test case for java inferior call.
6748 * gdb.java/jprint.java: Ditto.
6749
eac69dca
JB
67502004-09-15 Joel Brobecker <brobecker@gnat.com>
6751
6752 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6753
22227696
MC
67542004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6755
6756 * gdb.threads/killed.c: Include <stdlib.h>.
6757 * gdb.threads/pthreads.c: Likewise.
6758
7dd403a4
MC
67592004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6760
6761 * gdb.threads/killed.c: Add copyright notice.
6762
33f2d567
JM
67632004-09-10 Jason Molenda (jmolenda@apple.com)
6764
a9c64011
AS
6765 * gdb.base/define.exp: Two new tests to verify zero space chars
6766 after 'if' and 'while' commands in a user-defined command is correctly
6767 parsed.
33f2d567 6768
e05b62ac
AC
67692004-09-08 Andrew Cagney <cagney@gnu.org>
6770
6771 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6772 delivery test with duplicate at end of file.
6773
9cbe82da
MK
67742004-09-06 Mark Kettenis <kettenis@jive.nl>
6775
6776 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6777
564803d9
MC
67782004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6779
6780 * config/hppro.exp: Removed.
6781
7c6807ce
MC
67822004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6783
6784 * config/sparclet.exp: Removed.
6785
bf7e26dd
MC
67862004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6787
6788 * config/udi.exp: Removed.
6789
714e341b
MC
67902004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6791
6792 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6793 of "exp_continue".
6794 (advancei): Likewise.
6795
1236e623
JJ
67962004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6797
6798 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6799
3bdcad15
MI
68002004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6801
228af206 6802 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
6803 to check for nodebug in executable.
6804 * gdb.gdb/observer.exp (setup_test): Likewise.
6805 * gdb.gdb/selftest.exp (test_with_self): Likewise.
6806 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
6807
c72b934c
AC
68082004-09-01 Andrew Cagney <cagney@gnu.org>
6809
6810 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6811 files.
6812
edd9b715
JJ
68132004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6814
6815 * gdb.base/unload.exp: Fix expected warning message to match
6816 latest format.
6817
fb4ce06b
CV
68182004-09-01 Corinna Vinschen <vinschen@redhat.com>
6819
6820 * gdb.base/call-rt-st.exp: Fix typos.
6821
ce78e7c3
MI
68222004-08-31 Manoj Iyer <manjo@austin.ibm.com>
6823
6824 * gdb.threads/thread_check.exp: New testcase.
6825 * gdb.threads/thread_check.c: New testcase.
6826
2dedb159
AC
68272004-08-31 Andrew Cagney <cagney@gnu.org>
6828
6829 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
6830 (skip_to_handler_entry): New procedures. Test stepping into a
6831 handler when the breakpoint is at the handler's entry point.
6832
68f53502
AC
68332004-08-30 Andrew Cagney <cagney@gnu.org>
6834
6835 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
6836 gdb/1757.
6837
3e3ffd2b
MC
68382004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6839
6840 With code from Manoj Iyer <manjo@austin.ibm.com>:
6841 * lib/gdb.exp (gdb_file_cmd): Return more information in the
6842 return value. Add an arm for "no debugging symbols found".
6843 Change a stray "error" to "perror".
6844 (gdb_run_cmd): Adapt to new return value.
6845 * gdb.base/remote.exp: Adapt to new return value.
6846 * gdb.gdb/complaints.exp: Likewise.
6847 * gdb.gdb/observer.exp: Likewise.
6848 * gdb.gdb/selftest.exp: Likewise.
6849 * gdb.gdb/xfullpath.exp: Likewise.
6850
4b6f5fd2
JB
68512004-08-27 Joel Brobecker <brobecker@gnat.com>
6852
6853 * gdb.threads/bp_in_thread.exp: New testcase.
6854
e5b25496
MC
68552004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6856
6857 Fix PR testsuite/1735.
6858 * gdb.threads/schedlock.c (thread_function): Add a cast
6859 to suppress a gcc warning.
6860 * gdb.threads/thread-specific.c (thread_function): Likewise.
6861
934353d6
MC
68622004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6863
6864 * gdb.base/unload.c: Include <stdlib.h>.
6865
f98a0aef 68662004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 6867
f98a0aef 6868 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
6869 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
6870 synchronized after the "return".
6871
5a2e8882
MC
68722004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6873
6874 * gdb.mi/basics.c: Include <stdio.h>.
6875 * gdb.mi/pthreads.c: Include <stdlib.h>.
6876 * gdb.mi/var-cmd.c: Include <stdlib.h>.
6877
a9640423
MC
68782004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6879
6880 * gdb.threads/schedlock.c: Add copyright notice.
6881
b04e311d
AC
68822004-08-25 Andrew Cagney <cagney@gnu.org>
6883
6884 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
6885 (skip_over_handler, breakpoint_over_hander): New test procedures.
6886 (advance, advancei): Add a proper prefix, do not use
6887 rerun_to_main.
6888 * gdb.base/sigstep.c (main): Change to use an infinite loop.
6889
7c27f15b
MC
68902004-08-24 Michael Chastain <mec.gnu@mindspring.com>
6891
6892 * gdb.mi/basics.c: Add copyright notice.
6893 * gdb.mi/var-cmd.c: Add copyright notice.
6894
fffc87ae
MC
68952004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6896
6897 * lib/gdb.exp: Remove signed_keyword_not_used.
6898 * lib/compiler.c: Likewise.
6899 * lib/compiler.cc: Likewise.
6900
d782e0bf
MC
69012004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6902
6903 * gdb.base/whatis.c: Remove conditional disabling of "signed".
6904 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
6905
96033e83
MC
69062004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6907
6908 * gdb.base/whatis.c: Add copyright notice.
6909
cf38c229
MK
69102004-08-20 Mark Kettenis <kettenis@gnu.org>
6911
6912 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
6913 it to skip the breakpoints encoded in the inline assembly.
6914
f4b49756
MC
69152004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6916
6917 * Makefile.in: Add gdb.fortran.
6918
2f193b69
MC
69192004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6920
6921 * gdb.base/call-sc.exp (test_scalar_returns):
6922 Fix cut-and-paste glitch in "Make fun return now".
6923
89a237cb
MC
69242004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6925
6926 * configure.in: Add gdb.fortran.
6927 * configure: Regenerate.
6928 * gdb.fortran/Makefile.in: New file.
6929 * lib/gdb.exp (skip_fortran_tests): New procedure.
6930
469aff8e
MC
69312004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6932
6933 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
6934 reference to bug-gnu@prep.ai.mit.edu.
6935 * gdb.mi/mi-var-child.exp: Likewise.
6936 * gdb.mi/mi-var-cmd.exp: Likewise.
6937 * gdb.mi/mi-var-display.exp: Likewise.
6938 * gdb.mi/mi2-var-block.exp: Likewise.
6939 * gdb.mi/mi2-var-child.exp: Likewise.
6940 * gdb.mi/mi2-var-cmd.exp: Likewise.
6941 * gdb.mi/mi2-var-display.exp: Likewise.
6942
00b51b9f
MK
69432004-08-15 Mark Kettenis <kettenis@gnu.org>
6944
6945 * gdb.base/unload.c (main): Make local variable msg const.
6946
45f07fef
MC
69472004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6948
6949 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
6950 to bug-gnu@prep.ai.mit.edu.
6951 * gdb.mi/mi-disassemble.exp: Likewise.
6952 * gdb.mi/mi-eval.exp: Likewise.
6953 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
6954 default line number.
6955 * gdb.mi/mi-return.exp: Likewise.
6956 * gdb.mi/mi-simplerun.exp: Likewise.
6957 * gdb.mi/mi-stack.exp: Likewise.
6958 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
6959 number with explicit range test.
6960 * gdb.mi/mi-watch.exp: Likewise.
6961 * gdb.mi/mi2-break.exp: Likewise.
6962 * gdb.mi/mi2-cli.exp: Likewise.
6963 * gdb.mi/mi2-disassemble.exp: Likewise.
6964 * gdb.mi/mi2-eval.exp: Likewise.
6965 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
6966 default line number.
6967 * gdb.mi/mi2-return.exp: Likewise.
6968 * gdb.mi/mi2-simplerun.exp: Likewise.
6969 * gdb.mi/mi2-stack.exp: Likewise.
6970 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
6971 number with explicit range test.
6972 * gdb.mi/mi2-watch.exp: Likewise.
6973
dd8c8ee7
MC
69742004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6975
6976 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
6977 * gdb.cp/m-static.exp: Likewise.
6978 * gdb.cp/rtti.exp: Likewise.
6979
4e838464
MK
69802004-08-14 Mark Kettenis <kettenis@gnu.org>
6981
6982 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
6983
8d8cb839
EZ
69842004-08-14 Eli Zaretskii <eliz@gnu.org>
6985
6986 * ChangeLog: Prefix Local Variables with semi-colons and indent
6987 the reference to older ChangeLog files, to fix fontification in
6988 Emacs.
6989
deea8bb0
MC
69902004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6991
6992 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
6993 * gdb.mi/mi2-break.exp: Likewise.
6994
c3297504
MC
69952004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6996
6997 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
6998
25808999
MC
69992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7000
7001 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
7002
226a8d71
MC
70032004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7004
7005 * gdb.cp/classes.exp: Remove unused declarations. Just let
7006 test names default instead of providing special names. Remove
7007 extraneous demangler test.
7008
37fdf854
JJ
70092004-08-12 Jeff Johnston <jjohnstn@redhat.com>
7010
7011 * gdb.base/unload.exp: New test for breakpoints in dynamically
7012 loaded libraries.
7013 * gdb.base/unload.c: Ditto.
7014 * gdb.base/unloadshr.c: Ditto.
7015
2d3a7986
MC
70162004-08-12 Michael Chastain <mec.gnu@mindspring.com>
7017
7018 * gdb.cp/classes.exp (test_ptype_class_objects): Call
7019 cp_test_ptype_class.
7020 (test_enums): Likewise.
7021
c72b934c
AC
70222004-08-10 Andrew Cagney <cagney@gnu.org>
7023
7024 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7025 files.
7026
cc503c8a
AC
70272004-08-10 Andrew Cagney <cagney@gnu.org>
7028
7029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
7030 init_malloc call.
7031
902f2ccb
MC
70322004-08-10 Michael Chastain <mec.gnu@mindspring.com>
7033
7034 * ChangeLog: Add copyright notice. The notice is copied
7035 from emacs 21.3 top level ChangeLog.
7036
78c90502
MC
70372004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7038
7039 * lib/cp-support.exp: New file.
7040 * lib/cp-support.exp (cp_test_type_class): New function.
7041 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
7042 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
7043 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
7044 cp_test_ptype_class.
7045
88e5ea78
MC
70462004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7047
7048 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7049 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7050 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7051 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7052 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7053 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7054 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7055 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7056 gdb.mi/mi2-watch.exp: Update copyright years.
7057
6a89fc9c
MK
70582004-08-09 Mark Kettenis <kettenis@gnu.org>
7059
7060 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7061
1482e0de
MC
70622004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7063
7064 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7065 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7066 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7067 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7068 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7069 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7070 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7071 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7072 gdb.mi/mi-watch.exp: Update copyright years.
7073
1a5ce3f3
DJ
70742004-08-08 Daniel Jacobowitz <dan@debian.org>
7075
7076 PR gdb/1738
7077 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7078 from a breakpoint with a pending signal.
7079
04f6ecf2
DJ
70802004-08-08 Daniel Jacobowitz <dan@debian.org>
7081
7082 PR gdb/1736
7083 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7084 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7085 the prompt.
7086 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7087
54d90d35
DJ
70882004-08-08 Daniel Jacobowitz <dan@debian.org>
7089
7090 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7091
d2f6abb0
DJ
70922004-08-08 Daniel Jacobowitz <dan@debian.org>
7093
7094 PR gdb/1736
7095 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7096 for i?86-*-linux*.
7097
5598c03d
DJ
70982004-08-08 Daniel Jacobowitz <dan@debian.org>
7099
7100 * gdb.arch/i386-prologue.exp: Compile without debug information.
7101
c6fee705
MC
71022004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7103
7104 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7105 rather than asking gdb to search.
7106
dd90efdb
MC
71072004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7108
7109 * gdb.base/gcore.c: Include <string.h>.
7110
1e84bec1
MC
71112004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7112
7113 * gdb.base/gcore.c: Add copyright notice.
7114
e425eb2b
MC
71152004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7116
7117 * gdb.base/freebpcmd.c: Include <stdio.h>.
7118 * gdb.base/long_long.c: Include <string.h>.
7119 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7120 * gdb.base/siginfo.c: Include <string.h>.
7121 * gdb.base/sigstep.c: Include <string.h>.
7122
cb9aaed5
MC
71232004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7124
7125 * gdb.base/complex.c: Include <stdlib.h>.
7126
55944f3d
MC
71272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7128
7129 * gdb.base/complex.c: Add copyright notice.
7130
7b2953d9
MC
71312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7132
7133 * gdb.base/charset.c: Include <stdlib.h>.
7134
c9133d23
MC
71352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7136
7137 * gdb.base/auxv.c: Include <stdlib.h>.
7138
0a8490ad
MC
71392004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7140
7141 * gdb.base/auxv.c: Add copyright notice.
7142
3426d5ec
MC
71432004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7144
7145 * gdb.base/coremaker.c: Add copyright notice.
7146 * gdb.base/coremaker2.c: Add copyright notice.
7147
8da195dd
AC
71482004-08-04 Andrew Cagney <cagney@gnu.org>
7149
7150 * gdb.base/store.exp: Update copyright.
7151 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7152 names, do not import gdb_prompt.
7153
8d394f98
AC
71542004-08-01 Andrew Cagney <cagney@gnu.org>
7155
7156 Fix PR testsuite/1729.
7157 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7158 not use capture_value with value 4.
7159 (capture_value): Add optional test name parameter.
7160 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7161 the prefix, pass to capture_value.
7162
b6702b23
MK
71632004-08-01 Mark Kettenis <kettenis@gnu.org>
7164
7165 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7166 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7167 (main): Call new function.
7168
c203e0ca
MC
71692004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7170
7171 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7172
a7995a30
MC
71732004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7174
7175 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7176
9366563b
MC
71772004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7178
b6eeaf26 7179 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
7180 Accept more values of vtbl pointer. Remove some messages
7181 about "obsolete gcc or gdb".
7182
2fc1f950
MC
71832004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7184
7185 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7186
c724d49b
MC
71872004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7188
7189 * gdb.base/asm-source.exp: Properly convert target board
7190 debug flags from gcc format to binutils format.
7191
736b0fce
MK
71922004-07-28 Mark Kettenis <kettenis@gnu.org>
7193
7194 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7195 gdb1718". PR backtrace/1718 partially fixed.
7196
5633ea5c
JJ
71972004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7198
7199 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7200
575eebb1
NC
72012004-07-26 Nick Clifton <nickc@redhat.com>
7202
7203 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7204 good default value for a specific architecture is available then
7205 set it to that value. Otherwise default to the -gstabs switch.
7206 Remove the -g... switches from the asm-flags variable. Allow the
7207 target board info to override the value if it wants to. Pass the
7208 switch on the assembler command line.
7209
62104619
MK
72102004-07-23 Mark Kettenis <kettenis@gnu.org>
7211
7212 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7213 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7214 (main): Call new function.
7215
4a1135b8
MC
72162004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7217
7218 Test for PR exp/1715.
7219 * gdb.base/radix.exp: Refactor common procedures. Make all
7220 test names unique. Change XFAIL to KFAIL.
7221
8a12c1f0
MC
72222004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7223
7224 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7225 * gdb.ada/gnat_ada.gin: ... to here.
7226 * configure.in: Use gnat_ada.gin.
7227 * configure: Regenerate.
7228
23b451cf
AC
72292004-07-20 Andrew Cagney <cagney@gnu.org>
7230
7231 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7232 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7233 XFAILs. Clean up test messages and comments. Check backtraces.
7234 Delete re-sync code.
7235
ab618a02
MC
72362004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7237
7238 Fix PR cli/740.
7239 * gdb.base/annota1.exp: Honor gdb,nosignals.
7240 * gdb.base/annota3.exp: Likewise.
7241
46dad340
MC
72422004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7243
7244 * lib/java.exp: Update copyright notice.
7245
756d8c70
AC
72462004-07-19 Andrew Cagney <cagney@gnu.org>
7247
7248 * gdb.base/selftest.exp: Copy file from here ...
7249 * gdb.gdb/selftest.exp: ... to here.
7250
586027e6
AC
72512004-07-16 Andrew Cagney <cagney@redhat.com>
7252
7253 * lib/insight-support.exp: Delete file.
7254 * lib/java.exp (java_init): Fix copyright.
7255
029d2200
AC
72562004-07-16 Andrew Cagney <cagney@gnu.org>
7257
7258 * gdb.base/restore.c: Append "prologue" to comments marking the a
7259 function's prologue.
7260 * gdb.base/restore.exp: Update copyright, re-indent.
7261 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7262 callerN" prefix where needed. Update patterns that match a
7263 function's prologue.
7264
653b62c5
MC
72652004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7266
7267 * gdb.base/restore.c: Add copyright notice.
7268
f7d690e5
AC
72692004-07-16 Andrew Cagney <cagney@gnu.org>
7270
7271 * gdb.base/logical.exp: Update copyright.
7272 (evaluate): New procedure. Use to re-implement tests using
7273 several tables.
7274
d629a7cb
MH
72752004-07-14 Martin Hunt <hunt@redhat.com>
7276
7277 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7278 which fixes some problems where init.tcl was not found.
7279
9c7bb332
AC
72802004-07-13 Andrew Cagney <cagney@gnu.org>
7281
6bf46641
AC
7282 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7283 (check_sizeof, check_valueof): Do not include the output in the
7284 test name. Use gdb_test.
7285 (get_valueof): Use gdb_test_multiple.
7286
c4ffd4c0
AC
7287 * gdb.base/step-test.exp: Update copyright. Use
7288 gdb_test_multiple. Ensure that test names do not include
7289 architecture dependent output.
7290
ab89363a
AC
7291 * gdb.gdb/observer.exp: Update copyright.
7292 (setup_test): Use gdb_test_multiple.
7293 (attach_first_observer, attach_second_observer)
7294 (attach_third_observer, detach_first_observer)
7295 (detach_second_observer, detach_third_observer)
7296 (reset_counters, check_counters): Make $message a prefix.
7297 (test_normal_stop_notifications): Add "args" parameter - a list of
7298 init functions to be called. Make $message a prefix,
7299 (test_observer_normal_stop): Change the message prefixes so that
7300 they are unique, pass the attach / detach procedures to
7301 test_normal_stop_notifications.
7302
ec58997a
AC
7303 * gdb.base/signull.exp (test_segv): Prefix all tests with
7304 "${name}". Clean up test messages.
7305
b475183b
AC
7306 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7307
9c7bb332
AC
7308 * gdb.base/ena-dis-br.exp: Update copyright.
7309 (break_at): New function. Replace send_gdb with gdb_test,
7310 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7311 ignore count, not stopped at bpt", with KFAIL.
7312
2dd95497
CV
73132004-07-13 Corinna Vinschen <vinschen@redhat.com>
7314
7315 * gdb.base/attach.exp: Remove cleanupfile handling.
7316
419e626b
AC
73172004-07-12 Andrew Cagney <cagney@gnu.org>
7318
7319 * gdb.base/annota1.exp: Cleanup corefile test name.
7320 * gdb.base/annota3.exp: Ditto.
7321
8b1b3228
AC
73222004-07-12 Andrew Cagney <cagney@gnu.org>
7323
78650829
AC
7324 * gdb.base/signals.exp: Clean up copyright, re-indent.
7325
8b1b3228
AC
7326 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7327 gdb_test and gdb_test_multiple.
7328
935c2760
JJ
73292004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7330
7331 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 7332 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
7333 provide line number info for first statement in main.
7334
1544280f
AC
73352004-07-08 Andrew Cagney <cagney@gnu.org>
7336
1279f4ff
AC
7337 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7338
1544280f
AC
7339 * gdb.base/sigbpt.exp: Make the common part of each test name a
7340 prefix instead of suffix.
7341
bcc82369
BR
73422004-07-07 Bob Rossi <bob_rossi@cox.net>
7343
7344 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7345 test from test_tbreak_creation_and_listing to
7346 test_file_list_exec_source_file
7347 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7348 Changed name of test from test_tbreak_creation_and_listing to
7349 test_file_list_exec_source_file
7350
23f4b0aa
JJ
73512004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7352
7353 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7354 the jmisc() constructor instead of <init>.
7355 * gdb.java/jmisc1.exp: Ditto.
7356
56401cd5
AC
73572004-07-07 Andrew Cagney <cagney@gnu.org>
7358
7359 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7360 corrupting the PC.
7361
44ae2f6a
MC
73622004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7363
7364 * gdb.cp/templates.exp: Accept whitespace change in demangler
7365 output.
7366
45a83408
AC
73672004-07-06 Andrew Cagney <cagney@gnu.org>
7368
7369 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7370
d205ad70
MC
73712004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7372
7373 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7374 * lib/compiler.cc: Likewise.
7375
06ea1a61
MC
73762004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7377
7378 * lib/compiler.cc: Work around string preprocessing problem
7379 with old hp c++ compiler.
7380 * lib/compiler.c: Likewise.
7381
daab1251
CV
73822004-06-29 Corinna Vinschen <vinschen@redhat.com>
7383
7384 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7385 directives to conditionalize symbol prefixing.
7386 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7387 additional_flags handling. Add underscore prefix for Cygwin.
7388 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7389 conditionalize symbol prefixing.
7390 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7391 additional_flags handling. Add underscore prefix for Cygwin.
7392
cc984116
CV
73932004-06-29 Corinna Vinschen <vinschen@redhat.com>
7394
7395 * gdb.base/bigcore.exp: Skip test on Cygwin.
7396
c279b077
MC
73972004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7398
7399 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7400 formats for "info register". Use gdb_test_multiple. Fix
7401 the "invalid register" test.
7402
0e915747
CV
74032004-06-28 Corinna Vinschen <vinschen@redhat.com>
7404
7405 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7406 PID for Cygwin. Add Cygwin specific strings to check for in some
7407 tests.
7408 (do_attach_tests): Add a test for user interaction when attaching
7409 to a process with no matching symbol table already loaded.
7410
11422c86
AC
74112004-06-26 Andrew Cagney <cagney@gnu.org>
7412
7413 Test PR java/1567 and PR java/1565.
7414 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7415 * gdb.java/jmisc2.exp: Delete file.
7416
cefbce26
MC
74172004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7418
7419 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7420
e19f872c
CV
74212004-06-25 Corinna Vinschen <vinschen@redhat.com>
7422
7423 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7424 attach process.
7425
d931ba3b
MC
74262004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7427
7428 * gdb.cp/pr-1553.exp: Remove.
7429
aef68c48
MC
74302004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7431
7432 * gdb.cp/pr-1553.cc: Remove.
7433 * gdb.cp/pr-1553.exp: Disable this test.
7434
8d5df71a
JB
74352004-06-20 Jim Blandy <jimb@redhat.com>
7436
a9c64011 7437 Fix PR testsuite/1680.
8d5df71a
JB
7438 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7439 regular expressions.
7440
4ac6f39d
MC
74412004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7442
7443 Fix PR testsuite/1679.
7444 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7445 Issue an UNSUPPORTED result instead.
7446
1b413552
JB
74472004-06-18 Jim Blandy <jimb@redhat.com>
7448
7449 * gdb.base/charset.exp: Only send a control-C if we see a new
7450 prompt and incomplete command.
7451
6daa6ebd
MC
74522004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7453
7454 * gdb.cp/pr-574.cc: Add copyright notice.
7455
51fa4ae0
JB
74562004-06-17 Jim Blandy <jimb@redhat.com>
7457
7458 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7459 cases where the regexp has no groups; this grabs random text from
7460 the previous test suite, whatever that was.
7461
8fea26c5
MC
74622004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7463
7464 * gdb.cp/printmethod.cc: Add copyright notice.
7465
1e3aeb41
MC
74662004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7467
7468 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7469
9d9030bc
AC
74702004-06-16 Andrew Cagney <cagney@gnu.org>
7471
7472 * gdb.base/signull.c: Update copyright. Include <string.h>.
7473 (bowler): Replace data_pointer with data_read
7474 and data_write cases. Add code_descriptor case.
7475 (zero, desc): New array and pointer.
7476 (data, code): Change to simple pointers.
7477 * gdb.base/signull.exp: Fix probe pattern matching a function
7478 descriptor SIGSEGV. Replace data_pointer with data_read and
7479 data_write tests.
7480
acd4ad44
AC
74812004-06-16 Andrew Cagney <cagney@gnu.org>
7482
7483 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7484
08fd625c
MC
74852004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7486
7487 * gdb.base/long_long.c: Add copyright notice.
7488
1903502c
MC
74892004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7490
7491 * gdb.base/long_long.exp: Remove reference to
7492 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7493 to gdb_breakpoint and gdb_continue_to_breakpoint.
7494
83313cb1
JB
74952004-06-14 Jim Blandy <jimb@redhat.com>
7496
7497 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7498 endian case.
7499
1bf404ef
AC
75002004-06-14 Andrew Cagney <cagney@gnu.org>
7501
7502 * gdb.base/gcore.exp (capture_command_output): Delete the always
7503 passing tests containing inferior values.
7504 * gdb.base/ending-run.exp: Do not include the breakpoint address
7505 in the test message. Update copyright.
7506 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7507 size in the test name, use gdb_test_multiple. Update copyright.
7508
ef220b33
MC
75092004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7510
7511 * gdb.cp/ref-types.cc: Add copyright notice.
7512
4f70a4c9
MC
75132004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7514
7515 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7516 hp_aCC_compiler.
7517 * lib/compiler.cc: Likewise.
7518 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7519 'set' commands. Log diagnostics for other lines. Set
7520 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7521
335928ac
MC
75222004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7523
7524 * gdb.cp/try_catch.cc: Add copyright notice.
7525
2efb12e8
MC
75262004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7527
7528 * gdb.cp/userdef.cc: Add copyright notice.
7529
0bbed51a
MC
75302004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7531
7532 * gdb.cp/virtfunc.cc: Add copyright notice.
7533
e12a46c9
RC
75342004-06-11 Randolph Chung <tausq@debian.org>
7535
7536 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7537 problem.
7538
338e05af
AC
75392004-06-10 Andrew Cagney <cagney@gnu.org>
7540
7541 * lib/compiler.cc, lib/compiler.c: Append either
7542 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7543 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7544 instead of gcc-3-3.
7545
dc3f10cb
AC
75462004-06-09 Andrew Cagney <cagney@gnu.org>
7547
b4d946af
AC
7548 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7549 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7550
dc3f10cb
AC
7551 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7552 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7553 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7554 fixed.
7555
b5c0bfa2
AC
75562004-06-09 Andrew Cagney <cagney@gnu.org>
7557
7558 * gdb.base/structs.exp (test_struct_returns): Replace
7559 "return_value_unknown" and "finish_value_unknown" by
7560 "return_value_known" and "finish_value_known". Instead of
7561 "return_value_unknown" iff "finish_value_unknown", check
7562 "return_value_known" implies "finish_value_known".
7563
caeb605f
MH
75642004-06-08 Martin Hunt <hunt@redhat.com>
7565
7566 * gdb.base/float.exp: Add pattern for mips targets.
7567
c892bb64
RC
75682004-06-08 Randolph Chung <tausq@debian.org>
7569
7570 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7571 message for unknown architectures more clear.
7572
48306d3e
JB
75732004-06-08 Joel Brobecker <brobecker@gnat.com>
7574
7575 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7576 start the execution of the program.
7577
83ecb59f
JB
75782004-06-07 Jim Blandy <jimb@redhat.com>
7579
7580 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7581 * gdb.arch/i386-cpuid.h: New helper file.
7582
55264cb4
RC
75832004-06-07 Randolph Chung <tausq@debian.org>
7584
7585 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7586 has started.
7587
23cadb28
RM
75882004-06-04 Roland McGrath <roland@redhat.com>
7589
7590 Fix PR gdb/1647.
7591 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7592 differently to be robust to output buffering differences.
7593
51d01eda
MC
75942004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7595
7596 * gdb.threads/pthreads.exp: Update copyright years.
7597 (check_control_c): Change asynchronous 'after' to synchronous.
7598
f4fc3b93
RM
75992004-06-04 Roland McGrath <roland@redhat.com>
7600
7601 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7602 next gdb prompt.
7603
4013522b
MC
76042004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7605
7606 Fix PR gdb/1636.
7607 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7608 calls to synchronous.
7609
7a8f1e6b
JB
76102004-05-26 Jim Blandy <jimb@redhat.com>
7611
7612 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7613
81bb3443
RC
76142004-05-24 Randolph Chung <tausq@debian.org>
7615
7616 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7617 * gdb.asm/pa.inc: New file.
7618
8f5a3103
MK
76192004-05-22 Mark Kettenis <kettenis@gnu.org>
7620
7621 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7622
734b8fe8 76232004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7624 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7625
7626 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7627 GDB prompt.
7628
725603e1
UW
76292004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7630
f4fc3b93 7631 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7632 setjmp/longjmp. Use sigaction instead of signal.
7633
8b923272 76342004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7635 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7636
7637 * gdb.threads/pthread_cond_wait.c: New file.
7638 * gdb.threads/pthread_cond_wait.exp: New testcase.
7639
8bfabb04
AC
76402004-05-13 Andrew Cagney <cagney@redhat.com>
7641
7642 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7643 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7644
42edda50
AC
76452004-05-11 Andrew Cagney <cagney@redhat.com>
7646
7647 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7648 fixed but revealed gdb/1639.
7649
d303a6c7
AC
76502004-05-10 Andrew Cagney <cagney@redhat.com>
7651
7652 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7653 func1" and "next to 2nd alarm", kernel bug avoided.
7654
bf08c2a1
DJ
76552004-05-10 Daniel Jacobowitz <dan@debian.org>
7656
7657 PR external/1568
7658 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7659 XFAIL if it is smaller than bytes_allocated.
7660 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7661 (main): Make chunks_allocated unsigned. Correct comment.
7662
c0586a34
JB
76632004-05-07 Joel Brobecker <brobecker@gnat.com>
7664
7665 * gdb.arch/powerpc-aix-prologue.c: New file.
7666 * gdb.arch/powerpc-aix-prologue.exp: New file.
7667
f2785d12
JB
76682004-05-07 Jim Blandy <jimb@redhat.com>
7669
7670 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7671 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7672
bd7f6e30
JB
76732004-05-06 Joel Brobecker <brobecker@gnat.com>
7674
7675 * gdb.base/sep.exp: No longer setup_kfail when the program was
7676 built with dwarf2.
7677
0a5e7efe
JI
76782004-05-05 Jim Ingham <jingham@apple.com>
7679
7680 * gdb.base/pending.exp: Make sure pending breakpoints
7681 preserve the ignore count.
f4fc3b93 7682
a8958849
MK
76832004-04-27 Jerome Guitton <guitton@gnat.com>
7684
7685 * i386-prologue.exp: Add testcase for jump instruction as first
7686 instruction of the real code.
7687 * i386-prologue.c (jump_at_beginning): New function.
7688
7e103f5b
MK
76892004-04-28 Mark Kettenis <kettenis@gnu.org>
7690
7691 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7692 x86_64-*-*.
7693
5d38b224
MK
76942004-04-28 Mark Kettenis <kettenis@gnu.org>
7695
7696 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7697 i*86-*-*.
7698
0ef32fd9
MK
76992004-04-25 Mark Kettenis <kettenis@gnu.org>
7700
7701 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7702 expression that checks the return type.
7703
71d7dd7c
AC
77042004-04-23 Andrew Cagney <cagney@redhat.com>
7705
7706 * gdb.base/call-sc.exp: New test of scalar call/return values.
7707 * gdb.base/call-sc.c: Ditto.
7708
1e9f977e
JJ
77092004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7710
7711 * gdb.threads/manythreads.c: Reduce thread stack size.
7712
899d9e3a
JJ
77132004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7714
7715 * gdb.threads/manythreads.c: Add copyright notice.
7716
61bcae62
AC
77172004-04-23 Andrew Cagney <cagney@redhat.com>
7718
7719 * gdb.base/siginfo.exp: Better handle step out of signal.
7720 * gdb.base/sigstep.exp: Ditto.
7721
7339a42e 77222004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 7723 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
7724
7725 * gdb.threads/manythreads.c: New testcase.
7726 * gdb.threads/manythreads.exp: Ditto.
7727
5c98409b
JB
77282004-04-22 Jim Blandy <jimb@redhat.com>
7729
7730 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7731 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7732
3b611f1a
MC
77332004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7734
7735 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7736
f0fd9238
AC
77372004-04-21 Andrew Cagney <cagney@redhat.com>
7738
7739 * gdb.base/sigstep.c: New file.
7740 * gdb.base/sigstep.exp: New file.
7741
90990674
JB
77422004-04-16 Joel Brobecker <brobecker@gnat.com>
7743
7744 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7745 call to observer_notify_normal_stop.
7746
78cef34b
AC
77472004-04-15 Andrew Cagney <cagney@redhat.com>
7748
7749 * gdb.base/siginfo.c: New file.
7750 * gdb.base/siginfo.exp: New file.
7751
d2343407
JB
77522004-04-12 J. Brobecker <brobecker@gnat.com>
7753
7754 * gdb.base/sep.exp: Fix typo in comment.
7755
a2dba3c8
JB
77562004-04-12 J. Brobecker <brobecker@gnat.com>
7757
7758 * gdb.base/sep.c: New file.
7759 * gdb.base/sep-proc.c: New file.
7760 * gdb.base/sep.exp: New testcase.
7761
15f7b60e
MK
77622004-04-09 Mark Kettenis <kettenis@gnu.org>
7763
7764 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7765 support.
7766
44f4de1a
AC
77672004-04-05 Andrew Cagney <cagney@redhat.com>
7768
7769 * gdb.base/sigaltstack.c: New file.
7770 * gdb.base/sigaltstack.exp: New file.
7771
ef04f396
JB
77722004-04-04 Joel Brobecker <brobecker@gnat.com>
7773
7774 * gdb.base/foll-fork.exp: Update the expected output for
7775 "help set follow-fork-mode", to match a change that was made
7776 to the help of this variable on 2004-01-13.
7777
d40d2c92
JB
77782004-04-01 Joel Brobecker <brobecker@gnat.com>
7779
7780 * lib/ada.exp: Add copyright notice.
7781 * bar.ads: Likewise.
7782 * bar.adb: Likewise.
7783 * null_record.adb: Likewise.
7784 * null_record.exp: Likewise.
7785 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7786
f86ef5a3
JB
77872004-04-01 Joel Brobecker <brobecker@gnat.com>
7788
7789 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7790 * configure: Regenerate.
7791
414e70e3
JB
77922004-04-01 Joel Brobecker <brobecker@gnat.com>
7793
7794 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7795 to build the application. Remove the message printed when in
7796 verbose mode, redundant with the UNSUPPORTED message above.
7797
f0aaee49
JB
77982004-03-31 Joel Brobecker <brobecker@gnat.com>
7799
7800 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7801 * gdb.ada (null_record.exp): New testcase.
7802
ac81cb54
JB
78032004-03-31 Joel Brobecker <brobecker@gnat.com>
7804
7805 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
7806
854af2f7
JB
78072004-03-31 Joel Brobecker <brobecker@gnat.com>
7808
7809 * gdb.ada: New subdirectory.
7810 * gdb.ada/Makefile.in: New file.
7811 * gdb.ada/gnat_ada.gpr.in: New file.
7812
034cb681
JB
78132004-03-31 Joel Brobecker <brobecker@gnat.com>
7814
7815 * lib/ada.exp: New file.
7816
78a1a894
DJ
78172004-03-24 Daniel Jacobowitz <drow@mvista.com>
7818
7819 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
7820 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
7821
4b2b3b3e
AC
78222004-03-22 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
7825 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7826 Problem identified by Ulrich Weigand.
7827
23c73aa3
DC
78282004-03-17 David Carlton <carlton@kealia.com>
7829
7830 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
7831 PR c++/826.
7832
d63a86f8
RM
78332004-03-16 Roland McGrath <roland@redhat.com>
7834
7835 * gdb.base/auxv.exp: New file.
7836 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
7837
0e02aa50
DC
78382004-03-12 David Carlton <carlton@kealia.com>
7839
7840 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
7841 * gdb.cp/pr-1553.cc: Ditto.
7842 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
7843 pass branch.
7844
c20b71be
MC
78452004-03-12 Michael Chastain <mec.gnu@mindspring.com>
7846
7847 * gdb.cp/templates.exp: Accept more template types.
7848
c7414a01
MC
78492004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7850
7851 From Corinna Vinschen with modifications.
7852 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
7853 local variable obj_with_enum.
7854 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
7855 results with obj_with_enum.
7856
ed69573c
MC
78572004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7858
7859 * gdb.cp/classes.cc: New file, copied from misc.cc.
7860 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
7861
28301461
MC
78622004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7863
7864 * gdb.cp/misc.cc: Add copyright notice.
7865
1198ecbe
DC
78662004-03-05 David Carlton <carlton@kealia.com>
7867
7868 * gdb.cp/rtti.exp: Add 'print *obj3' test.
7869 * gdb.cp/rtti.h: Update copyright.
7870 (namespace n2::n3): New.
7871 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7872 (n2::n3::func3): New.
7873 (main): Call n2::n3::func3.
7874 * gdb.cp/rtti2.cc: Update copyright.
7875 (n2::create3): New.
7876
9e08c470
MK
78772004-03-04 Mark Kettenis <kettenis@gnu.org>
7878
7879 * gdb.asm/openbsd.inc: Fix typo.
7880
4bebc3aa
FF
78812004-03-03 Fred Fish <fnf@redhat.com>
7882
7883 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
7884 "val" instead of unused "size". Update copyright year.
7885
6ea9fb37
DJ
78862004-02-29 Daniel Jacobowitz <drow@mvista.com>
7887
7888 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
7889 to use unsigned char.
7890 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
7891 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
7892
23b23974
DJ
78932004-02-29 Daniel Jacobowitz <drow@mvista.com>
7894
7895 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
7896 line of output.
7897
7574fd53
DJ
78982004-02-28 Daniel Jacobowitz <drow@mvista.com>
7899
7900 * gdb.base/relocate.c (dummy): Initialize.
7901
a195357f
DJ
79022004-02-28 Daniel Jacobowitz <drow@mvista.com>
7903
7904 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
7905 a breakpoint at exit.
7906
72fd54a9
FF
79072004-02-27 Fred Fish <fnf@redhat.com>
7908
7909 * gdb.base/chng-syms.exp: Add expect condition to match failing
7910 case that isn't a timeout.
7911
b9d23137
AC
79122004-02-27 Andrew Cagney <cagney@redhat.com>
7913
7914 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
7915 support.
7916
15d208f6 79172004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 7918
15d208f6
FF
7919 * gdb.arch/gdb1431.c: Remove.
7920 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
7921 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
7922 of "until" incorrectly.
7923
98f9cd2d
JB
79242004-02-26 J. Brobecker <brobecker@gnat.com>
7925
7926 * gdb.cp/class2.cc (empty): New class.
7927 (refer): New function.
7928 (main): Declare an object of type empty and use it.
7929 * gdb.cp/class2.exp: Print the value of an object of type empty.
7930
9b50c11b
JJ
79312004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7932
7933 * gdb.base/langs.exp: Update query string to match the
7934 new nquery format used for pending breakpoints.
7935
0dcd613f
AC
79362004-02-26 Andrew Cagney <cagney@redhat.com>
7937
7938 Fix PR i18n/1570.
7939 * gdb.base/charset.c: Update copyright notice.
7940 (main, init_string): Remove the escape character '\e' tests.
7941 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
7942 * gdb.base/charset.exp (valid_host_charset): Ditto.
7943 * gdb.base/setvar.exp: Ditto.
7944
b8a56647
AC
79452004-02-24 Andrew Cagney <cagney@redhat.com>
7946
90d59e34
AC
7947 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
7948 mmapped data in core file" PASS and FAIL messages consistent.
7949
b8a56647
AC
7950 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
7951 setting a breakpoint. Work around PR java/1565.
7952
9f27c604
JJ
79532004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7954
7955 * lib/gdb.exp (gdb_breakpoint): Update query string to match
7956 new nquery format.
7957 * gdb.base/pending.exp: Ditto.
7958
3224a706
MK
79592004-02-22 Mark Kettenis <kettenis@gnu.org>
7960
7961 * configure.in: Run stabs tests on *BSD.
7962 * configure: Regenerated.
7963
41e0a9ca
MK
79642004-02-21 Mark Kettenis <kettenis@gnu.org>
7965
7966 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
7967
1e1b3428
FF
79682004-02-20 Fred Fish <fnf@redhat.com>
7969
7970 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
7971 blank in test for "returns short", for consistency with other
7972 "returns xxx" tests. Update copyright year.
7973
f9a7572a
FF
79742004-02-19 Fred Fish <fnf@redhat.com>
7975
7976 New testcase for PR breakpoint/1558.
7977 * gdb.arch/gdb1558.exp: New file.
7978 * gdb.arch/gdb1558.c: New file.
7979
b2ce2854
EZ
79802004-02-19 Elena Zannoni <ezannoni@redhat.com>
7981
7982 * gdb.base/nodebug.exp: Fix typo.
7983
e7c9ff01
JB
79842004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7985
7986 Committed by Jim Blandy <jimb@redhat.com>.
7987
62f4b920
JB
7988 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
7989
2db536a1
JB
7990 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
7991
e7c9ff01
JB
7992 * gdb.base/float.exp: Support s390*-*-* targets.
7993
f3205b34
AF
79942004-02-17 Adam Fedor <fedor@gnu.org>
7995
7996 * gdb.base/gdb1555.exp: New file.
7997 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
7998
9d62932d
EZ
79992004-02-17 Elena Zannoni <ezannoni@redhat.com>
8000
8001 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
8002
344c9711
FF
80032004-02-16 Fred Fish <fnf@redhat.com>
8004
8005 * gdb.arch/gdb1291.c: Remove
8006 * gdb.arch/gdb1291.s: New test input file.
8007 * gdb.arch/gdb1291.exp: Expand test to check case that should not
8008 fail. Test for correct result, known incorrect result, other
8009 failures and timeouts.
8010
2d822687
AC
80112004-02-16 Andrew Cagney <cagney@redhat.com>
8012
8013 * gdb.base/bigcore.exp: New file.
8014 * gdb.base/bigcore.c: New file.
8015
dac15b66
AC
80162004-02-13 Andrew Cagney <cagney@redhat.com>
8017
8018 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
8019 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
8020 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
8021 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
8022 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
8023 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
8024 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
8025 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
8026 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
8027 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
8028
6bdfc2c4
JJ
80292004-02-11 Jeff Johnston <jjohnstn@redhat.com>
8030
8031 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
8032 executed is an alloc instruction.
8033
87b3ede8
DC
80342004-02-11 David Carlton <carlton@kealia.com>
8035
8036 * gdb.cp/breakpoint.exp: New.
8037 * gdb.cp/breakpoint.cc: New.
8038
6e19e2bf
MC
80392004-02-11 Michael Chastain <mec.gnu@mindspring.com>
8040
8041 Partial fix for PR gdb/1543.
8042 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
8043 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
8044 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
8045 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
8046 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8047 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8048 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8049 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8050 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8051 to bug-gdb@prep.ai.mit.edu .
8052 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8053 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8054 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8055 Likewise.
8056
5c5455dc
AC
80572004-02-10 Andrew Cagney <cagney@redhat.com>
8058
8059 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8060 using gdb_internal_error_resync.
8061
9cf689d7
DJ
80622004-02-09 Daniel Jacobowitz <drow@mvista.com>
8063
8064 * gdb.threads/thread-specific.exp: Stop early if no threads are
8065 found.
8066
d2dc51db
MC
80672004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8068
8069 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8070
14b1a056
DJ
80712004-02-08 Daniel Jacobowitz <drow@mvista.com>
8072
8073 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8074 breakpoints.
8075
83f66e8f
DJ
80762004-02-07 Daniel Jacobowitz <drow@mvista.com>
8077
8078 * config/sim.exp (gdb_load): Handle $arg == "".
8079 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8080 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8081
30fc0091
EZ
80822004-02-07 Elena Zannoni <ezannoni@redhat.com>
8083
a9c64011
AS
8084 * gdb.base/maint.exp: Update test to reflect
8085 obstack changes.
30fc0091 8086
4d806929
JJ
80872004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8088
8089 * gdb.base/pendshr.c (pendfunc): New function that calls
8090 pendfunc1.
8091 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8092
7bfdd688
FF
80932004-02-04 Fred Fish <fnf@redhat.com>
8094
8095 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8096 function symbols and update copyright years.
8097 * gdb.arch/gdb1291.c: Ditto.
8098
aaa08ee4
MC
80992004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8100
8101 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8102
dbad7755
MC
81032004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8104
8105 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8106
ec4646ef
MC
81072004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8108
8109 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8110
1b802196
FF
81112004-02-02 Fred Fish <fnf@redhat.com>
8112
8113 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8114 remote targets. Update copyright years.
8115
18fe2033
JJ
81162004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8117
8118 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8119 support.
8120 * gdb.base/langs.exp: Fix test which attempts to create
8121 breakpoint on non-existent function to handle new pending
8122 support.
8123 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8124 a breakpoint.
8125 * gdb.base/pending.exp: New test.
8126 * gdb.base/pending.c: New file.
8127 * gdb.base/pendshr.c: Ditto.
8128
8d577d32
DC
81292004-02-02 David Carlton <carlton@kealia.com>
8130
8131 * gdb.cp/overload.exp: Add overloadNamespace tests.
8132 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8133 (overloadNamespace, XXX): New.
8134 (main): Call XXX::marker2.
8135
3ad13771
FF
81362004-02-01 Fred Fish <fnf@redhat.com>
8137
8138 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8139 * gdb.base/finish.exp: Ditto.
8140 * gdb.base/gcore.exp: Ditto.
8141 * gdb.base/huge.exp: Ditto.
8142 * gdb.base/info-proc.exp: Ditto.
8143 * gdb.base/return2.exp: Ditto.
8144 * gdb.threads/gcore-thread.exp: Ditto.
8145
44c75849
DJ
81462004-02-01 Daniel Jacobowitz <drow@mvista.com>
8147
8148 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8149
005bc093
MK
81502004-02-01 Mark Kettenis <kettenis@gnu.org>
8151
8152 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8153 that opening the file succeeds on OpenBSD.
8154
c47cebdb
DJ
81552004-02-01 Daniel Jacobowitz <drow@mvista.com>
8156
8157 * gdb.threads/thread-specific.c: New file.
8158 * gdb.threads/threads-specific.exp: New test script.
8159 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8160 to expect_out.
8161
5a01311c
MK
81622004-02-01 Mark Kettenis <kettenis@gnu.org>
8163
8164 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8165 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8166 only on the "print_small_structs from print_long_arg_list" test.
8167
ce22a4f1
DJ
81682004-02-01 Daniel Jacobowitz <drow@mvista.com>
8169
8170 * gdb.base/completion.exp: Kill a stray backslash.
8171
8172 From Jim Ingham <jingham@apple.com>:
8173 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8174 agrees with the result from sending a tab.
8175
abbab9d3
DJ
81762004-01-31 Daniel Jacobowitz <drow@mvista.com>
8177
8178 * gdb.base/chng-syms.exp: Remove stray newline.
8179
53904d1e
MK
81802004-01-31 Mark Kettenis <kettenis@gnu.org>
8181
8182 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8183 *-*-openbsd*.
8184 * gdb.asm/openbsd.inc: New file.
8185
3a4b3aac
MK
81862004-01-30 Mark Kettenis <kettenis@gnu.org>
8187
8188 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8189 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8190 *-*solaris2*. Remove commented out default settings for
8191 asm-flags. Replace gdb_compile with target_link.
8192
ebac27b4
MC
81932004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8194
8195 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8196 for all tests. Remove old hp-ux and cygnus xfail cases.
8197
d8679d84
PH
81982004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8199
8200 * gdb.base/chng-syms.exp: New file.
8201 * gdb.base/chng-syms.c: New file.
8202
0a55bc22
MC
82032004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8204
8205 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8206 Provide arms for current output in all my configurations.
8207
94b8e876
MC
82082004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8209
8210 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8211 * lib/compiler.cc: Likewise.
8212 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8213 get the right preprocessor. Eval the output directly. Remove
8214 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8215 hp_f77_compiler and hp_f90_compiler completely.
8216 (gdb_preprocess): Delete.
8217 (get_compiler): Delete.
8218
7cf03d44
MK
82192004-01-24 Mark Kettenis <kettenis@gnu.org>
8220
8221 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8222 <string.h>.
8223
68b6dce9
NR
82242004-01-24 Nick Roberts <nick@nick.uklinux.net>
8225
8226 * gdb.mi/mi-stack.exp: Update copyright.
8227
b368761e
DC
82282004-01-23 David Carlton <carlton@kealia.com>
8229
8230 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8231 test for cp_lookup_transparent_type.
8232 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8233 call them.
8234
f2061b53
DJ
82352004-01-23 Daniel Jacobowitz <drow@mvista.com>
8236
8237 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8238 after -var-update.
8239
37fc574a
DC
82402004-01-23 David Carlton <carlton@kealia.com>
8241
8242 * gdb.cp/namespace.cc (C::ensureRefs): New.
8243 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8244
8e94b928
NR
82452004-01-20 Nick Roberts <nick@nick.uklinux.net>
8246
8247 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8248 case "-stack-list-locals 2".
8249 * gdb.mi/mi-var-child.exp: Test for case
8250 "-var-list-children --all-values NAME".
8251
997b0952
MC
82522004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8253
8254 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8255
52470da3
MK
82562004-01-18 Mark Kettenis <kettenis@gnu.org>
8257
7049b4b8
MK
8258 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8259 used with gdb_test_multiple.
8260
52470da3
MK
8261 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8262 read at address 0. This fixes PR testsuite/1504.
8263
da6012e5
DJ
82642004-01-18 Daniel Jacobowitz <drow@mvista.com>
8265
8266 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8267 Remove downloading, guessing the host executable, the calls to
8268 gdb_file_cmd and gdb_target_cmd, and "load" support.
8269 (infer_host_exec): New function broken out from gdb_load.
8270 (gdb_load): New wrapper for gdbserver_gdb_load.
8271 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8272 gdb_target_cmd. Use -target-select.
8273 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8274 Download binaries to the host. Clear last_mi_remote_file when
8275 we load a new binary.
8276 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8277 call gdbserver_gdb_load and mi_gdb_target_cmd.
8278
32c70722
MC
82792004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8280
8281 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8282 type patterns.
8283
b0cecf36
MC
82842004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8285
8286 * gdb.cp/templates.exp: Fix typo in test name of
8287 "print Foo<volatile char*>::foo".
8288
4120d7e6
MC
82892004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8290
8291 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8292
f679e530
BE
82932004-01-16 Ben Elliston <bje@wasabisystems.com>
8294
8295 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8296 (clean mostlyclean): Remove empty rm.
8297
091c48f6
MC
82982004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8299
8300 * gdb.base/setvar.exp: Add copyright years.
8301
3e5fc8d2
DC
83022004-01-14 David Carlton <carlton@bactrian.org>
8303
8304 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8305 PR c++/1511 and update coment.
8306 * gdb.cp/templates.exp: Update patterns to match current output.
8307 If changes involve something other than whitespace, KFAIL
8308 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8309
63d06c5c
DC
83102004-01-14 David Carlton <carlton@kealia.com>
8311
8312 * gdb.cp/namespace.exp: Add tests involving classes defined within
8313 namespaces.
8314 * gdb.cp/namespace.cc (C::CClass): New.
8315 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8316
a51dab88
EZ
83172004-01-14 Elena Zannoni <ezannoni@redhat.com>
8318
8319 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8320 what debug info we have. Print a better message if something goes
8321 wrong while producing the separate debug info file.
8322
a476ccc9
MC
83232004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8324
8325 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8326
f453692c
MC
83272004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8328
8329 * gdb.base/callfuncs.c: Add copyright notice.
8330
f40063a5
MC
83312004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8332
8333 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8334 inheritance. PR gdb/1498, PR gcc/13539.
8335
19ac3974
EZ
83362004-01-13 Elena Zannoni <ezannoni@redhat.com>
8337
a9c64011
AS
8338 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8339 test specific name.
8340 * gdb.mi/gdb669.exp: Ditto.
8341 * gdb.mi/mi-pthreads.exp: Ditto.
8342 * gdb.mi/mi1-pthreads.exp: Ditto.
8343 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 8344
56c97c6e
MC
83452004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8346
8347 * gdb.cp/member-ptr.cc: Add copyright notice.
8348
a0644324
MC
83492004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8350
8351 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8352 some patterns for recent versions of gcc and hpacc. Delete
8353 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8354 Delete tests that access a NULL pointer-to-member-data. This
8355 script is still disabled for gcc.
8356
32fabe09
EZ
83572004-01-12 Elena Zannoni <ezannoni@redhat.com>
8358
8359 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8360 escaped correctly.
32fabe09 8361
1f8a6abb
EZ
83622004-01-12 Elena Zannoni <ezannoni@redhat.com>
8363
8364 * gdb.base/sepdebug.exp: New file.
8365 * gdb.base/sepdebug.c: New file.
8366 * lib/gdb.exp (separate_debug_filename): New procedure.
8367 (gdb_gnu_strip_debug): New procedure.
8368
48efe704
AC
83692004-01-12 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8372 * gdb.mi/ChangeLog-1999-2003: New file.
8373
a9415475
AC
83742004-01-12 Andrew Cagney <cagney@redhat.com>
8375
8376 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8377 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8378 or EEXIST", treat EBUSY as an XFAIL.
8379
83b8cf9d
MC
83802004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8381
8382 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8383 hp_cc_compiler.
8384
9939d2a8
MC
83852004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8386
8387 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8388 decorations.
8389
1ff8cadf
MC
83902004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8391
8392 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8393 and "(aCC)" decorations. Remove obsolete doco about old
8394 test results.
8395
6fa9022e
MC
83962004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8397
8398 * gdb.cp/exception.exp: Fix typo in doco.
8399
209721fe
MK
84002004-01-09 Mark Kettenis <kettenis@gnu.org>
8401
8402 * gdb.base/gdb1476.exp: Fix typo.
8403
ef11303e
MC
84042004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8405
8406 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8407 file.
8408
041ab88c
MC
84092004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8410
8411 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8412 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8413 Use gdb_compile. Remove restriction on gcc. Add some patterns
8414 for recent version of gdb. Delete second half, which was a copy
8415 of the first half with different build flags. This test is
8416 still disabled because it is still not ready for production.
8417
e36d075a
MC
84182004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8419
8420 * gdb.cp/exception.cc: Add copyright notice.
8421 * gdb.cp/exception.exp: Add a notice that this file is broken
8422 because of line number changes caused by addition of copyright
8423 notice.
8424
42b190ad
MC
84252004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8426
8427 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8428 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8429
8f25f06b
MC
84302004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8431
8432 * gdb.cp/classes.exp: Accept gnu abi 2.
8433 * gdb.cp/derivation.exp: Likewise.
8434 * gdb.cp/overload.exp: Likewise.
8435 * gdb.cp/virtfunc.exp: Likewise.
8436
06ded8b8
MC
84372004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8438
8439 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8440 semicolon after end of function.
8441
77c26ae3
MC
84422004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8443
8444 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8445 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8446 boilerplate code for compiling and running the program under
8447 test. Add some string method tests.
8448
20757486
MC
84492004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8450
8451 * gdb.cp/bs15503.cc: Add copyright notice.
8452 * gdb.cp/bs15503.exp: Adjust line number.
8453
0fd3b503
MC
84542004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8455
8456 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8457 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8458
10d1bea8
MC
84592004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8460
8461 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8462 hp_cc_compiler.
8463
2789202a
MC
84642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8465
8466 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8467 * gdb.cp/ctti.exp: Use the marker instead of "next".
8468 With gcc, run further before bailing.
8469
b862f14c
MC
84702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8471
8472 * gdb.cp/cttiadd.cc: Add copyright notice.
8473 * gdb.cp/cttiadd1.cc: Likewise.
8474 * gdb.cp/cttiadd2.cc: Likewise.
8475 * gdb.cp/cttiadd3.cc: Likewise.
8476
96da2469
MC
84772004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8478
8479 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8480 Use gdb_test, gdb_test_multiple. Use floating-point values that
8481 have exact representations in IEEE-ish formats.
8482
053248ff
MC
84832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8484
8485 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8486 compilers. Delete duplicate call to get_compiler_info.
8487 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8488 * gdb.base/volatile.exp: Likewise.
8489
84acecdd
MK
84902004-01-07 Mark Kettenis <kettenis@gnu.org>
8491
8492 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8493 memory at address 0.
8494
fe11a27f
MC
84952004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8496
8497 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8498 to test for hp-ux assembler. Fix copyright years.
8499
60ad077b
AC
85002004-01-07 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8503
1c9b8f33
AC
85042004-01-07 Andrew Cagney <cagney@redhat.com>
8505
8506 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8507 when creating the read-only file. From analysis by Roland McGrath
8508 and Elena Zannoni.
8509
753ccc7a
MC
85102004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8511
8512 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8513
eca3e36b
MC
85142004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8515
8516 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8517 data pointers.
8518
f8d4bac4
MC
85192004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8520
8521 * gdb.cp/m-static.exp: Compile one source file at a time.
8522 Delete unused call to get_compiler_info.
8523
9b4e0f94
MC
85242004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8525
8526 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8527 * gdb.base/call-rt-st.exp: Likewise.
8528 * gdb.base/nodebug.exp: Likewise.
8529 * gdb.base/volatile.exp: Likewise.
8530 * gdb.cp/ref-types.exp: Likewise.
8531 * gdb.cp/templates.exp: Likewise.
8532
023c1024
MK
85332004-01-05 Mark Kettenis <kettenis@gnu.org>
8534
8535 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8536
19703c4a
MC
85372004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8538
8539 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8540 hppa*-hp-hpux*.
8541
18b67037
MK
85422004-01-04 Mark Kettenis <kettenis@gnu.org>
8543
ba6219c8
MK
8544 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8545 x86_64-*-*.
8546
18b67037
MK
8547 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8548 sparc64-*-* and sparc*-solaris2*.
8549
1bfbbb9d
MK
85502004-01-04 Mark Kettenis <kettenis@gnu.org>
8551
8552 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8553 return ${tests}" test. The ${tests} already mentions the
8554 filename.
8555
06846494
MC
85562004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8557
8558 * gdb.cp/local.exp: Accept gcc abi 2.
8559
3b0cb202
MC
85602004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8561
8562 * gdb.cp/templates.exp: Accept gcc abi 2.
8563
0643ec3f
MC
85642004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8565
8566 * lib/compiler.cc: Remove supports_template_debugging.
8567 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8568
d231d0b1
MC
85692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8570
8571 * gdb.cp/namespace.exp: Accept gcc abi 2.
8572
44ffb27c
MC
85732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8574
8575 * gdb.cp/method.exp: Accept gcc abi 2.
8576
184ad485
MC
85772004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8578
8579 * gdb.cp/classes.exp: Generate identical results as old version.
8580 * gdb.cp/derivation.exp: Likewise.
8581 * gdb.cp/overload.exp: Likewise.
8582 * gdb.cp/virtfunc.exp: Likewise.
8583
116f09e7
MC
85842004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8585
8586 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8587 mysterious bug with sourceware version of expect.
8588
b1379776
MC
85892004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8590
8591 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8592 current versions of gcc, including gcc abi 2. Remove gratuitous
8593 restart of test program. Use gdb_test_multiple and gdb_test for
8594 all tests. Add patterns to xfail missing "const" in "const char *"
8595 and kfail PR gdb/1155.
8596
6b7a4c0e
MC
85972004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8598
8599 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8600 current versions of gcc, including gcc abi 2. Remove gratuitous
8601 restart of test program. Use gdb_test_multiple and gdb_test for
8602 all tests. Add patterns to kfail PR gdb/1498.
8603
51615d72
MC
86042003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8605
8606 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8607 current versions of gcc, including gcc abi 2. Use "breakpoint"
8608 and "continue" instead of restarting the target program. Use
8609 gdb_test_multiple and gdb_test for all tests.
8610
7b79a9d7
MK
86112004-01-01 Mark Kettenis <kettenis@gnu.org>
8612
8613 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8614 for *-*-solaris2*.
8615
1cd3489f
MC
86162003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8617
8618 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8619 current versions of gcc, including gcc abi 2. Use "breakpoint"
8620 and "continue" instead of restarting the target program several
8621 times. Use gdb_test_multiple and gdb_test for all tests.
8622
850742db
MC
86232003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8624
8625 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8626 source files.
8627
eb4bbda8
MC
86282003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8629
8630 * gdb.base/environ.exp: Handle compiling test case from multiple
8631 source files.
8632
e42c7771
MC
86332003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8634
8635 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8636
80e4b428
JB
86372003-12-17 Jim Blandy <jimb@redhat.com>
8638
5f06973a
JB
8639 * gdb.base/freebpcmd.c: Add copyright notice.
8640
80e4b428
JB
8641 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8642
0ab84fb7
MC
86432003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8644
8645 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8646
1b3bb3d0
JB
86472003-12-13 Jim Blandy <jimb@redhat.com>
8648
8649 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8650
3a4c9371
KB
86512003-12-12 Kevin Buettner <kevinb@redhat.com>
8652
8653 * gdb.asm/frv.inc: New file.
8654 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8655
a1dea79a
FF
86562003-12-09 Fred Fish <fnf@redhat.com>
8657
8658 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8659 functions to break1.c and leave prototypes behind. Add more
8660 "set breakpoint NN here" comments.
8661 * gdb.base/break1.c: New file.
8662
8663 * gdb.base/break.exp: Handle compiling test case from multiple
8664 source files and change source file references as needed.
8665 * gdb.base/completion.exp: Ditto.
8666 * gdb.base/condbreak.exp: Ditto.
8667 * gdb.base/define.exp: Ditto.
8668 * gdb.base/ena-dis-br.exp: Ditto.
8669 * gdb.base/info-proc.exp: Ditto.
8670 * gdb.base/maint.exp: Ditto.
8671 * gdb.base/until.exp: Ditto.
8672
8673 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8674 hardcoded line numbers.
8675 * gdb.base/define.exp: Ditto.
8676 * gdb.base/ena-dis-br.exp: Ditto.
8677 * gdb.base/maint.exp: Ditto.
8678 * gdb.base/until.exp: Ditto.
8679
8680 * gdb.base/completion.exp: Use "break1" for completion tests since
8681 "break" is no longer a unique prefix.
8682
5266b69c
AC
86832003-12-06 Andrew Cagney <cagney@redhat.com>
8684
8685 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8686 "return_value_unimplemented". When an unimplemented struct return
8687 architecture, report incorrect values as a KFAIL
8688
374451f0
MC
86892003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8690
8691 * gdb.cp/rtti.exp: Accept new wording of warning from
8692 cp_lookup_rtti_type.
8693
ba9b20a7
MC
86942003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8695
8696 Partial fix for PR testsuite/1456.
8697 * gdb.base/scope.exp (test_at_main): Replace references to
8698 gcc_compiled with calls to test_compiler_info.
8699 (test_at_foo): Likewise.
8700 (test_at_bar): Likewise.
8701
b74b6d0b
MC
87022003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8703
8704 Partial fix for PR testsuite/1456.
8705 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8706 to test_compiler_info.
8707
ccfa3402
MC
87082003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8709
8710 * gdb.base/so-impl-ld.exp: Update copyright notice.
8711
f6246aba
MC
87122003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8713
8714 Partial fix for PR testsuite/1456.
8715 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8716 to test_compiler_info.
8717
13ae734a
MC
87182003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8719
8720 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8721 from current versions of gdb. Clean up regular expressions.
8722 Delete redundant timeout case.
8723
d8e1cdee
MC
87242003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8725
8726 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8727 from current versions of gdb. Clean up regular expressions.
8728 Delete redundant timeout case.
8729
96457b64
MC
87302003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8731
8732 Partial fix for PR testsuite/1456.
8733 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8734 gcc_compiled with call to test_compiler_info.
8735
f35309fc
MC
87362003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8737
8738 Partial fix for PR testsuite/1456.
8739 * gdb.base/list.exp (test_list_function): Delete unused declaration
8740 of gcc_compiled.
8741
d7afdf9b
MC
87422003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8743
8744 Partial fix for PR testsuite/1456.
8745 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8746 call to test_compiler_info.
8747
71507b56
MK
87482003-11-29 Mark Kettenis <kettenis@gnu.org>
8749
8750 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8751 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8752 it to create the appropriate note.inc.
8753 * gdb.asm/asmsrc1.s: Include "note.inc".
8754 * gdb.asm/netbsd.inc: New file.
8755 * gdb.asm/empty.inc: New file.
8756
f81f93f7
MC
87572003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8758
8759 Partial fix for PR testsuite/1456.
8760 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8761 calls to test_compiler_info.
8762
9a77938e
MC
87632003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8764
8765 Partial fix for PR testsuite/1456.
8766 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8767 calls to test_compiler_info.
8768
e8367dc7
MK
87692003-11-27 Mark Kettenis <kettenis@gnu.org>
8770
8771 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8772 pattern for the KFAILs.
8773
526c61ee
AF
87742003-11-25 Adam Fedor <fedor@gnu.org>
8775
8776 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8777 * gdb.objc/objcdecode.m: New file.
8778
28f2d600
AF
87792003-11-25 Adam Fedor <fedor@gnu.org>
8780
8781 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8782 * gdb.objc/nondebug.m: New file.
8783
a3895cee
BE
87842003-11-26 Ben Elliston <bje@wasabisystems.com>
8785
8786 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8787 NetBSD as it does on FreeBSD. Modelled on a similar change by
8788 Mark Kettenis on 2003-05-30.
8789 (link-flags): Set to "--entry _start" regardless of target.
8790 Special linker flags are to be appended to $link-flags.
8791 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8792
c9f2c8a3
MC
87932003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8794
8795 * gdb.cp/method.exp: Accept output of new demangler.
8796
15a0587a 87972003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
8798
8799 * gdb/class2.exp: New file.
8800 * gdb/class2.cc: New file.
8801
3c00b570
MC
88022003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8803
8804 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
8805 of new demangler.
8806
7027acc7
MK
88072003-11-23 Mark Kettenis <kettenis@gnu.org>
8808
8809 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
8810 of gdb_test "run".
8811
b0e1598a
MK
88122003-11-23 Mark Kettenis <kettenis@gnu.org>
8813
8814 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
8815 "continue" into "run".
8816
4d9eda44
MC
88172003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8818
8819 Partial fix for PR testsuite/1456.
8820 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
8821 call to test_compiler_info.
8822 * gdb.cp/ctti.exp: Likewise.
8823 * gdb.cp/derivation.exp: Likewise.
8824 * gdb.cp/member-ptr.exp: Likewise.
8825 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
8826 reference to gcc_compiled.
8827
88282003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
8829
8830 Fix PR testsuite/1463.
8831 * gdb.base/structs.exp (start_structs_test): Call
8832 get_debug_format before using the debug format.
8833
d422fe19
AC
88342003-11-22 Andrew Cagney <cagney@redhat.com>
8835
8836 * lib/gdb.exp (gdb_test_multiple): Add simple example.
8837 * gdb.base/structs.exp: Use gdb_test_multiple.
8838
039cf96d
AC
88392003-11-20 Andrew Cagney <cagney@redhat.com>
8840
6882279b
AC
8841 * gdb.base/structs.exp: Handle and recover from internal errors.
8842 Replace "foo${n}" with "foo<n>" in test messages.
8843
e53890ae
AC
8844 * gdb.base/structs.exp: Update copyright. Rewrite.
8845 * gdb.base/structs.c: Update copyright. Rewrite.
8846
2b211c59
AC
8847 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
8848 resync count exceeded.
d63a86f8 8849
039cf96d
AC
8850 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
8851 from the internal error.
8852 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
8853 Original from Jim Blandy.
8854 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 8855
eac98b22
AC
88562003-11-19 Andrew Cagney <cagney@redhat.com>
8857
8858 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
8859 KFAIL.
8860
67455b2a
MK
88612003-11-17 Mark Kettenis <kettenis@gnu.org>
8862
8863 New testcase for PR backtrace/1435.
8864 * gdb.arch/i386-unwind.exp: New file.
8865 * gdb.arch/i386-unwind.c: New file.
8866
853d6e5b
AC
88672003-11-17 Andrew Cagney <cagney@redhat.com>
8868
8869 * lib/gdb.exp (compiler_info): New global.
8870 (test_compiler_info): New function.
8871 (get_compiler_info): Set compiler_info.
8872 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
8873 "compiler_info" to gcc-<major>-<minor>.
8874
38cf6e11
MC
88752003-11-15 Michael Chastain <mec.gnu@mindspring.com>
8876
8877 * gdb.trace/configure: Remove.
8878
a50d3602
EZ
88792003-11-13 Elena Zannoni <ezannoni@redhat.com>
8880
8881 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 8882 breakpoints.
a50d3602
EZ
8883 * gdb.base/break.exp: Remove all references to explicit line
8884 numbers.
8885
d9407aaa
NC
88862003-11-11 Nick Clifton <nickc@redhat.com>
8887
8888 * gdb.base/shreloc.exp: Do not run for targets which do not
8889 support shared objects.
8890
db488fc1
CV
88912003-11-10 Corinna Vinschen <vinschen@redhat.com>
8892
8893 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
8894 Don't run tests if nofileio flag is given.
8895
6a90a18e
EZ
88962003-11-07 Elena Zannoni <ezannoni@redhat.com>
8897
8898 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 8899 as well as 'Watchpoint'.
6a90a18e 8900
0b915e9c
EZ
89012003-11-06 Elena Zannoni <ezannoni@redhat.com>
8902
8903 Reported by Jim Ingham <jingham@apple.com>:
8904 * gdb.base/annota1.exp: Match at least one occurrence of the
8905 signal handler annotation.
8906
d7e4b55f
EZ
89072003-11-06 Elena Zannoni <ezannoni@redhat.com>
8908
a9c64011
AS
8909 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
8910 as well as 'Watchpoint'.
d7e4b55f 8911
2fe4e8d0
MC
89122003-11-05 Michael Chastain <mec@shout.net>
8913
8914 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
8915
6ef88553
KW
89162003-11-03 Kris Warkentin <kewarken@qnx.com>
8917
8918 * gdb.arch/gdb1291.c: New test file.
8919 * gdb.arch/gdb1291.exp: New test script.
8920 * gdb.arch/gdb1431.c: New test file.
8921 * gdb.arch/gdb1431.exp: New test script.
8922
ae7dc4d8
MC
89232003-10-22 Michael Chastain <mec@shout.net>
8924
8925 * gdb.mi/pthreads.c: Add copyright notice.
8926
c39d7427
MC
89272003-10-22 Michael Chastain <mec@shout.net>
8928
8929 * gdb.threads/pthreads.c: Add copyright notice.
8930
8b7d96c1
MC
89312003-10-20 Michael Chastain <mec@shout.net>
8932
8933 * gdb.base/gdb1056.exp: New test script.
8934
d1d69fdd
DJ
89352003-10-13 Daniel Jacobowitz <drow@mvista.com>
8936
8937 * gdb.threads/killed.exp: Use gdb_run_cmd.
8938
7d605576
DJ
89392003-10-13 Daniel Jacobowitz <drow@mvista.com>
8940
8941 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
8942 create a core file.
8943 * gdb.threads/gcore-thread.exp: Likewise.
8944
618ec112
CV
89452003-10-13 Corinna Vinschen <vinschen@redhat.com>
8946
8947 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
8948 type, based on char type.
8949 (struct bit_flags_short_t): New bitfield type, based on short type.
8950 (init_bit_flags_char): New fuction.
8951 (init_bit_flags_short): Ditto.
8952 (print_bit_flags_char): Ditto.
8953 (print_bit_flags_short): Ditto.
8954 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
8955
9367a73c
MC
89562003-10-11 Michael Chastain <mec@shout.net>
8957
8958 * gdb.base/call-rt-st.exp: Update copyright year.
8959
1decf120
KI
89602003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8961
8962 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
8963 * gdb.disasm/sh3.s: Ditto.
8964
5445b2ae
DJ
89652003-10-07 Daniel Jacobowitz <drow@mvista.com>
8966
8967 * gdb.threads/switch-threads.exp: New test.
8968 * gdb.threads/switch-threads.c: New source file.
8969
aec24853
CV
89702003-10-07 Corinna Vinschen <vinschen@redhat.com>
8971
8972 * gdb.base/ending-run.exp: Add sh specific case.
8973
adc7428d
AC
89742003-10-06 Andrew Cagney <cagney@redhat.com>
8975
8976 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
8977 * gdb.disasm/mn10200.exp: Delete obsolete file.
8978
c9d37158
DJ
89792003-09-29 Daniel Jacobowitz <drow@mvista.com>
8980
8981 * ChangeLog: Correct an entry command.exp -> commands.exp.
8982 * gdb.base/commands.exp (bp_deleted_in_command_test)
8983 (temporary_breakpoint_commands): Check noargs.
8984
79c2c32d
DC
89852003-09-25 David Carlton <carlton@kealia.com>
8986
8987 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
8988 of some print tests, where appropriate. Add tests for C::D::cd,
8989 E::ce, F::cXfX, G::XgX.
8990 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
8991
594e6d67
RE
89922003-09-25 Richard Earnshaw <rearnsha@arm.com>
8993
8994 * lib/java.exp (java_init): Import target_alias before using it.
8995
10f0d451
DC
89962003-09-25 David Carlton <carlton@kealia.com>
8997
8998 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
8999
274bcba0
EZ
90002003-09-23 Elena Zannoni <ezannoni@redhat.com>
9001
d63a86f8 9002 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 9003 weirdness.
274bcba0 9004
cdbf20f7
MC
90052003-09-17 Michael Chastain <mec@shout.net>
9006
9007 * gdb.cp/gdb1355.exp: New file.
9008 * gdb.cp/gdb1355.c: New file.
9009
71e06f80
CV
90102003-09-15 Corinna Vinschen <vinschen@redhat.com>
9011
9012 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
9013 * gdb.asm/sh.inc: New file.
9014
5c4e30ca
DC
90152003-09-11 David Carlton <carlton@kealia.com>
9016
bd45b7af
DC
9017 * gdb.cp/namespace.exp: Add tests for namespace types.
9018 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
9019 (test_namespace): New.
9020
1c199746
EZ
90212003-09-11 Elena Zannoni <ezannoni@redhat.com>
9022
a9c64011 9023 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 9024 * gdb.stabs/weird.exp: Ditto.
1c199746 9025
04ed252f
MC
90262003-09-08 Michael Chastain <mec@shout.net>
9027
9028 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
9029
d8a2d9e7
MC
90302003-09-07 Michael Chastain <mec@shout.net>
9031
9032 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
9033 'parse error'.
9034
161afb24
MK
90352003-09-07 Mark Kettenis <m.kettenis@osp.nl>
9036
9037 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
9038
49f2741a
MC
90392003-08-30 Michael Chastain <mec@shout.net>
9040
9041 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
9042 * gdb.gdb/observer.exp: Ditto.
9043 * gdb.gdb/xfullpath.exp: Ditto.
9044
8afa723e
MK
90452003-08-29 Mark Kettenis <kettenis@gnu.org>
9046
9047 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9048 *-*-*bsd*.
9049
f31dfe3b
JJ
90502003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9051
9052 * gdb.base/dump.exp: Skip for ia64.
9053
4630e498
JJ
90542003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9055
9056 * gdb.asm/asm-source.exp: Add ia64 support.
9057 * gdb.asm/ia64.inc: New file.
9058
1105b7ef
MC
90592003-08-22 Michael Chastain <mec@shout.net>
9060
9061 * gdb.cp: New directory.
9062 * gdb.cp/*: Copy from gdb.c++/*.
9063 * gdb.c++/*: Remove.
9064 * Makefile.in: Change gdb.c++ to gdb.cp.
9065 * configure.in: Ditto.
9066 * configure: Regnerate.
9067
c945b932
MK
90682003-08-18 Mark Kettenis <kettenis@gnu.org>
9069
9070 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9071 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9072
2b66634b
DJ
90732003-08-17 Daniel Jacobowitz <drow@mvista.com>
9074
9075 * mi-var-display.exp (-var-list-children weird): Accept function
9076 pointers with argument types.
9077 * mi1-var-display.exp (-var-list-children weird): Likewise.
9078 * mi2-var-display.exp (-var-list-children weird): Likewise.
9079
a356f73b
DJ
90802003-08-17 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * gdb.base/annota3.exp: Add missing newline.
9083
483417b8
MC
90842003-08-06 Michael Chastain <mec@shout.net>
9085
9086 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9087
c99c59c3
MS
90882003-08-12 Michael Snyder <msnyder@redhat.com>
9089
9090 * gdb.base/float.exp: Add test for SH.
9091
55ed7501
MK
90922003-08-10 Mark Kettenis <kettenis@gnu.org>
9093
9094 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9095
1a371f2e
EZ
90962003-08-07 Elena Zannoni <ezannoni@redhat.com>
9097
9098 * gdb.base/completion.exp: Remove reduntant completion test
9099 on filename.
9100
e0f353ce
EZ
91012003-08-07 Elena Zannoni <ezannoni@redhat.com>
9102
a9c64011
AS
9103 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9104 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9105 gdb.trace/save-trace.exp: Make sure that full pathnames are
9106 escaped correctly.
e0f353ce 9107
5710a1af 91082003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 9109
a9c64011
AS
9110 * configure.in: Don't generate config.h from config.hin.
9111 * configure: Regenerate.
9112 * config.hin: Remove file.
9113 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9114 * gdb.threads/pthreads.c: Ditto.
5710a1af 9115
dcd81ce9
DJ
91162003-08-07 Daniel Jacobowitz <drow@mvista.com>
9117
9118 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9119 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9120 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9121 Replace ld24 with seth/add3.
9122
6009d884
AC
91232003-08-02 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdb.base/annota3.exp: New file.
9126 * gdb.base/annota3.c: New file.
9127 * gdb.c++/annota3.exp: New file.
9128 * gdb.c++/annota3.cc: New file.
9129
51514e06
MC
91302003-07-29 Michael Chastain <mec@shout.net>
9131
9132 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9133 actually failed.
9134 (do_pass): Likewise.
9135 * gdb.threads/tls.exp: Always initialize no_of_threads.
9136
4ee6625b
DJ
91372003-07-27 Daniel Jacobowitz <drow@mvista.com>
9138
9139 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9140 pattern.
9141 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9142 * gdb.threads/tls.exp: Recognize one case of the host library not
9143 supporting TLS.
9144
225f2bf6
AC
91452003-07-27 Andrew Cagney <cagney@redhat.com>
9146
9147 * gdb.base/fileio.exp: Use SH when running commands using
9148 remote_exec.
9149
bcb27c9f
DJ
91502003-07-24 Daniel Jacobowitz <drow@mvista.com>
9151
9152 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9153 * gdb.base/relocate.c (dummy): New padding array.
9154
3d67be83
MS
91552003-07-22 Michael Snyder <msnyder@redhat.com>
9156
d63a86f8 9157 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
9158
9159 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9160 patterns to be more general, accepting old and new output.
9161 Some output chars (such as '+') also must be quoted.
d63a86f8 9162 Some addresses are displayed numerically instead of
3d67be83
MS
9163 symbolically.
9164
57ba3b85
MS
91652003-07-23 Michael Snyder <msnyder@redhat.com>
9166
686d097c
MS
9167 * gdb.base/return2.exp: Don't test long-long return.
9168
57ba3b85
MS
9169 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9170 * gdb.disasm/t01_mov.exp: Ditto.
9171 * gdb.disasm/t02_mova.s: Ditto.
9172 * gdb.disasm/t02_mova.exp: Ditto.
9173 * gdb.disasm/t03_add.s: Ditto.
9174 * gdb.disasm/t03_add.exp: Ditto.
9175 * gdb.disasm/t04_sub.s: Ditto.
9176 * gdb.disasm/t04_sub.exp: Ditto.
9177 * gdb.disasm/t05_cmp.s: Ditto.
9178 * gdb.disasm/t05_cmp.exp: Ditto.
9179 * gdb.disasm/t06_ari2.s: Ditto.
9180 * gdb.disasm/t06_ari2.exp: Ditto.
9181 * gdb.disasm/t07_ari3.s: Ditto.
9182 * gdb.disasm/t07_ari3.exp: Ditto.
9183 * gdb.disasm/t08_or.s: Ditto.
9184 * gdb.disasm/t08_or.exp: Ditto.
9185 * gdb.disasm/t09_xor.s: Ditto.
9186 * gdb.disasm/t09_xor.exp: Ditto.
9187 * gdb.disasm/t10_and.s: Ditto.
9188 * gdb.disasm/t10_and.exp: Ditto.
9189 * gdb.disasm/t11_logs.s: Ditto.
9190 * gdb.disasm/t11_logs.exp: Ditto.
9191 * gdb.disasm/t12_bit.s: Ditto.
9192 * gdb.disasm/t12_bit.exp: Ditto.
9193 * gdb.disasm/t13_otr.s: Ditto.
9194 * gdb.disasm/t13_otr.exp: Ditto.
9195
e00759ef
EZ
91962003-07-22 Elena Zannoni <ezannoni@redhat.com>
9197
9198 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9199
8bc2021f
EZ
92002003-07-22 Elena Zannoni <ezannoni@redhat.com>
9201
a9c64011
AS
9202 * gdb.threads/tls.c : New file.
9203 * gdb.threads/tls.exp : New file.
9204 * gdb.threads/tls-main.c : New file.
9205 * gdb.threads/tls-shared.c : New file.
9206 * gdb.threads/tls-shared.exp : New file.
8bc2021f 9207
89320c4c
AS
92082003-07-22 Andreas Schwab <schwab@suse.de>
9209
9210 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9211
180dea7c
AS
92122003-07-20 Andreas Schwab <schwab@suse.de>
9213
9214 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9215 due to insn reordering.
9216
0714963c
AC
92172003-07-15 Andrew Cagney <cagney@redhat.com>
9218
9219 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9220
98a23b3f
MC
92212003-07-15 Michael Chastain <mec@shout.net>
9222
9223 * gdb.base/gdb1250.exp: New file.
9224 * gdb.base/gdb1250.c: New file.
9225
27e417a2
ML
92262003-07-09 Michal Ludvig <mludvig@suse.cz>
9227
9228 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9229 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9230
8bc2021f
EZ
92312003-07-09 Elena Zannoni <ezannoni@redhat.com>
9232
a9c64011
AS
9233 * gdb.threads/tls.c: New file.
9234 * gdb.threads/tls.exp: New file.
9235 * gdb.threads/tls-main.c: New file.
9236 * gdb.threads/tls-shared.c: New file.
9237 * gdb.threads/tls-shared.exp: New file.
8bc2021f 9238
d99968dc
EZ
92392003-07-09 Elena Zannoni <ezannoni@redhat.com>
9240
9241 * gdb.base/annota1.exp: Make sure that we properly escape the
9242 full path of the source file. Xfail more permissive patterns,
d63a86f8 9243 due to a compiler debug info problem.
d99968dc 9244
83876b3b
AS
92452003-07-07 Andreas Schwab <schwab@suse.de>
9246
2705e972
AS
9247 * gdb.asm/m68k.inc: New file.
9248 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9249
83876b3b
AS
9250 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9251 arguments"): Also match negative number.
9252
9253 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9254
3a871b37
DJ
92552003-07-03 Daniel Jacobowitz <drow@mvista.com>
9256
9257 * gdb.base/store.c (charest): New typedef.
9258 (add_char): Rename to add_charest, update.
9259 (wack_char): Rename to wack_charest, update types. Return l + r
9260 to keep r live across the call.
9261 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9262 (wack_double, wack_doublest): Return l + r to keep r live across
9263 the call.
9264 * gdb.base/store.exp: Accomodate store.c changes.
9265
b2a7f303
DC
92662003-06-30 David Carlton <carlton@kealia.com>
9267
9268 * gdb.c++/maint.exp (test_invalid_name): New.
9269 (test_first_component): Add tests for invalid names.
9270
3c6cb4a1
MC
92712003-06-29 Michael Chastain <mec@shout.net>
9272
9273 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9274 output of '<VTT for class>' for virtual base classes.
9275
f1c2644b
DJ
92762003-06-29 Daniel Jacobowitz <drow@mvista.com>
9277
9278 * gdb.base/completion.exp: Tab-complete "complet" instead of
9279 "compl".
9280 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9281
18080350
DJ
92822003-06-29 Daniel Jacobowitz <drow@mvista.com>
9283
9284 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9285 * gdb.base/volatile.exp: Likewise.
9286
f56973f8
DJ
92872003-06-29 Daniel Jacobowitz <drow@mvista.com>
9288
9289 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9290 gdb/1265.
9291
92922003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
9293 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9296 initial line count of 'captured_main' from 26 to 32.
9297 (test_with_self): Allow xmalloc call to be interleaved with the
9298 preceding two lines.
9299
e766d4d6
JB
93002003-06-24 Joel Brobecker <brobecker@gnat.com>
9301
9302 * gdb.base/bang.exp: New testcase.
9303
f125c9a4
JB
93042003-06-23 Joel Brobecker <brobecker@gnat.com>
9305
9306 * gdb.base/langs.exp: Add some tests for the "minimal" language
9307 support.
9308
6e25beaf
EZ
93092003-06-23 Elena Zannoni <ezannoni@redhat.com>
9310
9311 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9312 the testcase.
9313
2f816dda
DJ
93142003-06-22 Daniel Jacobowitz <drow@mvista.com>
9315
9316 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9317 offset.
9318
db5a5748
DJ
93192003-06-22 Daniel Jacobowitz <drow@mvista.com>
9320
9321 * gdb.c++/pr-1210.cc: New file.
9322 * gdb.c++/pr-1210.exp: New file.
9323
1df0c130
DJ
93242003-06-21 Daniel Jacobowitz <drow@mvista.com>
9325
9326 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9327 000-exec-continue.
9328
a92feac0
MK
93292003-06-15 Mark Kettenis <kettenis@gnu.org>
9330
9331 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9332 on *-*-*bsd* instead of *-*-freebsd*.
9333
81a58f5b
AC
93342003-06-14 Andrew Cagney <cagney@redhat.com>
9335
9336 * gdb.base/store.exp: Test longest and doublest. Test all
9337 parameters. Weaken return statement match.
9338 * gdb.base/store.c: Add longest and doublest - aka long long and
9339 long double functions. Put all parameters into local register
9340 variables. Use negative values.
9341
b257a0d3
AC
93422003-06-14 Andrew Cagney <cagney@redhat.com>
9343
9344 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9345 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9346 exit status.
9347 * gdb.base/fileio.exp: Disable target when nointerrupts and
9348 noinferiorio, instead of limiting it to remote. Use remote_exec
9349 instead of system.
d63a86f8 9350
21c38304
JJ
93512003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9352
9353 * gdb.base/float.exp: Add ia64 support.
9354
1bcdb424
CV
93552003-06-12 Corinna Vinschen <vinschen@redhat.com>
9356
9357 * gdb.base/fileio.exp: Run only on remote targets.
9358
6aeb981f
CV
93592003-06-10 Corinna Vinschen <vinschen@redhat.com>
9360
9361 * gdb.base/fileio.c: New file, testing File-I/O.
9362 * gdb.base/fileio.exp: Ditto.
9363
53df362e
RG
93642003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9365
9366 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9367 shared objects after relocation at load time (gdb PR/1132).
9368 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9369 as above, part of the shared object relocation test.
53df362e 9370
ffee1b46
MK
93712003-06-08 Mark Kettenis <kettenis@gnu.org>
9372
b5ca3722
MK
9373 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9374 fully filled history list.
9375 * gdb.base/gdb_history: New file.
9376
03ed860d
MK
9377 * gdb.base/signals.exp: XFAIL "continue to func1" on
9378 i*86-*-freebsd*.
9379
ffee1b46
MK
9380 * gdb.base/attach.exp: When trying to attach to a nonexistent
9381 process, make it possible to specify the PID based on the target,
9382 and do so for *-*-freebsd*.
9383
d80dbb52
RH
93842003-06-02 Richard Henderson <rth@redhat.com>
9385
9386 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9387
6dd77b81
RH
93882003-06-02 Richard Henderson <rth@redhat.com>
9389
9390 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9391
f6347e16
RH
93922003-06-02 Richard Henderson <rth@redhat.com>
9393
9394 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9395
2c161407
DJ
93962003-06-01 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9399 of globalvar.
9400
572eb746
MK
94012003-06-01 Mark Kettenis <kettenis@gnu.org>
9402
9403 * gdb.asm/asm-source.exp: Check for memory read errors in
9404 disassembler test on *BSD too.
9405
9e9617a5
RH
94062003-06-01 Richard Henderson <rth@redhat.com>
9407
9408 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9409 for .frame.
9410 (gdbasm_call): Lose ldgp.
9411 (gdbasm_startup): Add frame information.
9412 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9413
7b34ad4e
MK
94142003-05-31 Mark Kettenis <kettenis@gnu.org>
9415
9416 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9417 i?86-*-*.
9418
10059fdf
MK
94192003-05-30 Mark Kettenis <kettenis@gnu.org>
9420
9421 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9422 FreeBSD.
9423
acf4b816
RH
94242003-05-29 Richard Henderson <rth@redhat.com>
9425
9426 * gdb.asm/alpha.inc: New file.
9427 * gdb.asm/asm-source.exp: Use it.
9428
e9ecd949
JB
94292003-05-29 Jim Blandy <jimb@redhat.com>
9430
9431 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9432 'core.PID'.
9433
e3e5a4f3
JB
94342003-05-22 Jim Blandy <jimb@redhat.com>
9435
9436 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9437 backtrace.
d63a86f8 9438
72fe3d25
DC
94392003-05-20 David Carlton <carlton@math.stanford.edu>
9440
9441 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9442 this time.
9443
58da2eb2
DC
94442003-05-19 David Carlton <carlton@bactrian.org>
9445
9446 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9447 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9448
1fcb5155
DC
94492003-05-19 David Carlton <carlton@bactrian.org>
9450
9451 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9452 namespace tests.
9453 Bump copyright date.
9454 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9455 (main): Call C::D::marker2.
9456 * gdb.c++/namespace1.cc: New file.
9457
85e85163
JJ
94582003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9459
9460 Roland McGrath <roland@redhat.com>
d63a86f8 9461 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9462 there is no manager thread.
9463
a25fbfec
JJ
94642003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9465
d63a86f8
RM
9466 * gdb.threads/schedlock.exp: Remove assumption that all threads
9467 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9468 in one of the child threads rather than the main thread.
9469
be375bae
JB
94702003-05-07 Jim Blandy <jimb@redhat.com>
9471
09bf6082
JB
9472 Add support for assembly source testing on the s390x.
9473 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9474 architecture.
9475 * gdb.asm/s390x.inc: New file.
9476
be375bae
JB
9477 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9478 succession of 'if' statements.
9479
00905d52
AC
94802003-05-05 Andrew Cagney <cagney@redhat.com>
9481
9482 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9483
b1e29e33
AC
94842003-05-05 Andrew Cagney <cagney@redhat.com>
9485
9486 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9487 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9488
e33d66ec
EZ
94892003-05-02 Elena Zannoni <ezannoni@redhat.com>
9490
9491 * gdb.base/charset.exp: Update based on new behavior of set/show
9492 charset commands.
9493
2b6fd0d8
AC
94942003-05-01 Andrew Cagney <cagney@redhat.com>
9495
9496 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9497 variable do not give memory errors.
9498
130cacce
AF
94992003-04-30 Adam Fedor <fedor@gnu.org>
9500
9501 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9502 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9503 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9504 gdb.objc/basicclass.m: : New files
9505
9506 * lib/gdb.exp (gdb_compile_objc): New procedure.
9507
bea71854
DJ
95082003-04-27 Daniel Jacobowitz <drow@mvista.com>
9509
9510 * gdb.base/signals.exp: Make backtrace tests more specific.
9511
0f20eeea
DC
95122003-04-23 David Carlton <carlton@bactrian.org>
9513
9514 * gdb.c++/maint.exp (test_first_component): Add tests for
9515 'operator' in more locations.
9516
c8c4d8dc
KB
95172003-04-16 Kevin Buettner <kevinb@redhat.com>
9518
9519 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9520
3fe60e3c
EZ
95212003-04-16 Elena Zannoni <ezannoni@redhat.com>
9522
9523 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9524 func marke' instead. Update test name.
3fe60e3c 9525
9219021c
DC
95262003-04-15 David Carlton <carlton@math.stanford.edu>
9527
9528 * gdb.c++/maint.exp: New file.
9529
5dd55bdd
EZ
95302003-04-14 Elena Zannoni <ezannoni@redhat.com>
9531
9532 * gdb.threads/schedlock.c: Change type of thread function argument
9533 to long, to avoid warnings on 64-bit platforms.
9534
00890572
EZ
95352003-04-14 Elena Zannoni <ezannoni@redhat.com>
9536
a9c64011
AS
9537 * gdb.base/attach.exp: Add new message from ptrace in case of
9538 attaching to nonexistent process.
d63a86f8 9539
93201743
JB
95402003-04-11 Jim Blandy <jimb@redhat.com>
9541
9542 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9543 gdb.c++/userdef.cc: Place comments on the lines to which the
9544 marker function might return.
9545 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9546 gdb.c++/userdef.exp: Look for those comments to check that we've
9547 returned to the right place, instead of checking line numbers.
9548
2a11c64d
EZ
95492003-04-11 Elena Zannoni <ezannoni@redhat.com>
9550
a9c64011
AS
9551 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9552 match on sourcefile name, instead of directory name.
2a11c64d 9553
68ab8fc5
EZ
95542003-04-10 Elena Zannoni <ezannoni@redhat.com>
9555
d63a86f8 9556 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9557 working directory name.
9558
5624293a
JB
95592003-04-09 Jim Blandy <jimb@redhat.com>
9560
9561 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9562 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9563 after an inferior function call, report the failure, but allow the
9564 test to continue.
9565
f1f02ee4
SC
95662003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9567
9568 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9569 with -DPROTOTYPES.
9570
6eb79af0
SC
95712003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9572
9573 * gdb.base/break.exp: Revert last patch.
9574
8dfb4cf0
SC
95752003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9576
9577 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9578 with -DPROTOTYPES.
9579
ed4c619a
AC
95802003-04-02 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9583 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9584 matching directories by the name breakpoint.
9585 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9586 Make "continue to marker1" consistent.
9587 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9588 message consistent.
9589 * lib/gdb.exp: Put "the program is no longer running", and "the
9590 program exited" in parenthesis.
9591 * lib/mi-support.exp: Ditto.
d63a86f8 9592
4e35d5f0 95932003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9594
4e35d5f0
BR
9595 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9596
71900fe8
AC
95972003-03-29 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdb.base/sizeof.c (main): Print the value of '\377'.
9600 * gdb.base/sizeof.exp: Check the sign of '\377'.
9601
c0655a16
MC
96022003-03-27 Michael Chastain <mec@shout.net>
9603
9604 * gdb.base/gdb1090.exp: New file.
9605 * gdb.base/gdb1090.cc: New file.
9606
5b2a3989
JB
96072003-03-27 J. Brobecker <brobecker@gnat.com>
9608
9609 * gdb.gdb/observer.exp: New regression test.
9610
79876890
MC
96112003-03-27 Michael Chastain <mec@shout.net>
9612
9613 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9614 * gdb.base/ptype.exp: Likewise.
9615
6eac95e3
CV
96162003-03-27 Corinna Vinschen <vinschen@redhat.com>
9617
9618 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9619
e8c71839
MC
96202003-03-26 Michael Chastain <mec@shout.net>
9621
9622 * gdb.base/ptype.exp: Actually use some typedef'd types.
9623
71b10041
SC
96242003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9625
9626 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9627 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9628
2512cf80
CV
96292003-03-20 Corinna Vinschen <vinschen@redhat.com>
9630
9631 * gdb.base/default.exp: Fix regular expression.
9632
0d195a4f
CV
96332003-03-20 Corinna Vinschen <vinschen@redhat.com>
9634
9635 * gdb.base/args.exp: Fix regular expression.
9636
8a2dbca8
CV
96372003-03-20 Corinna Vinschen <vinschen@redhat.com>
9638
9639 * gdb.base/help.exp: Allow Win32 child process.
9640
bf028682
CV
96412003-03-20 Corinna Vinschen <vinschen@redhat.com>
9642
9643 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9644 when stepping out of main().
9645
182dbe85
CV
96462003-03-20 Corinna Vinschen <vinschen@redhat.com>
9647
9648 * gdb.base/default.exp: Check for win32 specific message when calling
9649 "run" without executable.
9650
d67a6ba5
CV
96512003-03-20 Corinna Vinschen <vinschen@redhat.com>
9652
9653 * gdb.base/args.exp: Expect .exe in output.
9654
a955b5bb
CV
96552003-03-20 Corinna Vinschen <vinschen@redhat.com>
9656
9657 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9658 Cygwin native.
9659
bf6bad4b
AC
96602003-03-17 Andrew Cagney <cagney@redhat.com>
9661
9662 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9663 vector registes.
9664 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9665 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9666
293e9a31
DC
96672003-03-17 David Carlton <carlton@math.stanford.edu>
9668
9669 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9670 test, for PR breakpoints/38.
9671 Call test_watchpoint_and_breakpoint.
9672 * gdb.base/watchpoint.c (func3): New function.
9673 (main): Call func3.
9674
5330f2db
DC
96752003-03-04 David Carlton <carlton@math.stanford.edu>
9676
9677 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9678 Garply<Garply<char> >:: garply".
9679 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9680 with respect to PR c++/1111; note also PR c++/1113.
9681 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9682 respect to PR c++/1062.
9683 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9684
6ece72da
DC
96852003-03-03 David Carlton <carlton@math.stanford.edu>
9686
9687 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9688 with respect to PR c++/57.
9689 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9690 c++/826.
9691 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9692 respect to PR c++/57.
9693
85ca1584
DC
96942003-03-03 David Carlton <carlton@math.stanford.edu>
9695
9696 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9697 respect to PR c++/33 into FAILs.
9698
98e9c5b8
MC
96992003-03-03 Michael Chastain <mec@shout.net>
9700
7bedbf27
MC
9701 * configure.in: Update copyright years.
9702
97032003-03-03 Michael Chastain <mec@shout.net>
9704
9705 * Makefile.in: Update copyright years.
98e9c5b8 9706
f683e100
DC
97072003-02-28 David Carlton <carlton@math.stanford.edu>
9708
9709 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9710 print class instead of struct and/or superfluous protection
9711 specifiers, as long as the resulting output is equivalent to the
9712 source code.
9713 Delete FIXME from end of messages on tests that don't need
9714 fixing.
9715
a9e0cf2c
DC
97162003-02-28 David Carlton <carlton@math.stanford.edu>
9717
9718 * gdb.c++/templates.exp (do_tests): Allow const in the two
9719 Foo<volatile char *>::foo tests.
9720
e8d359df
MS
97212003-02-27 Michael Snyder <msnyder@redhat.com>
9722
d63a86f8 9723 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
9724 will be consistant.
9725
0b71dc91
DC
97262003-02-26 David Carlton <carlton@math.stanford.edu>
9727
9728 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9729 char *>::foo" test with respect to PR c++/33. Create a new test
9730 which is identical to that one except that it doesn't put the
9731 space between the "char" and the "*"; KFAIL it, too.
9732
dd14ab43
DC
97332003-02-26 David Carlton <carlton@math.stanford.edu>
9734
9735 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9736 template types into either PASSes or KFAILs (corresponding to PR
9737 c++/57). Tweak indentation. Update copyright.
9738
1146c7f1
SC
97392003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9740
9741 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9742
74641dfb
MC
97432003-02-13 Michael Chastain <mec@shout.net>
9744
9745 * gdb.base/exprs.exp: Remove i960 remnants.
9746 * gdb.base/funcargs.exp: Likewise.
9747 * gdb.base/list.exp: Likewise.
9748 * gdb.base/ptype.exp: Likewise.
9749
559cd2d0
DC
97502003-02-14 David Carlton <carlton@math.stanford.edu>
9751
9752 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9753 pEe->D::vg()" from XFAIL to KFAIL.
9754
c4f90d87
JM
97552003-02-13 Jason Molenda (jmolenda@apple.com)
9756
9757 * gdb.base/maint.exp: Update maint print statistics regexp to include
9758 new entries.
9759
cbc4d97c
MC
97602003-02-13 Michael Chastain <mec@shout.net>
9761
9762 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9763
40f235b7
MC
97642003-02-12 Michael Chastain <mec@shout.net>
9765
9766 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9767 * gdb.c++/inherit.exp: Likewise.
9768 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9769 * gdb.c++/templates.exp: Likewise.
9770 * gdb.c++/virtfunc.exp: Likewise.
9771
c56716b0
JM
97722003-02-06 Jason Molenda (jason-cl@molenda.com)
9773
9774 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9775 why the code is written that way.
9776
070afcf8
MC
97772003-02-05 Michael Chastain <mec@shout.net>
9778
9779 * gdb.base/dump.exp: Add missing copyright line.
9780
5d0331e5
JM
97812003-02-05 Jason Molenda (jason-cl@molenda.com)
9782
f7ae6d3e 9783 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
9784 at the beginning so the breakpoint doesn't get set on the loop.
9785
92851186
MC
97862003-02-05 Michael Chastain <mec@shout.net>
9787
9788 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9789 output for configurations with gcc 2.95.3.
9790
cbf1e085
AC
97912003-02-05 Keith Seitz <keiths@redhat.com>
9792 Andrew Cagney <ac131313@redhat.com>
9793
9794 * gdb.mi/mi-cli.exp: New file.
d63a86f8 9795
29518e1e
MC
97962003-02-04 Michael Chastain <mec@shout.net>
9797
9798 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9799 Call perror and then continue.
9800
5af1d5f3
MC
98012003-02-03 Michael Chastain <mec@shout.net>
9802
9803 * gdb.c++/pr-1023.cc: New file.
9804 * gdb.c++/pr-1023.exp: New file.
9805
6b549786
JB
98062003-02-05 Jim Blandy <jimb@redhat.com>
9807
9808 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
9809 it's local to foobar. Check for it there, and check that it's not
9810 present in main.
9811 * gdb.c++/local.cc (marker2): New function.
9812 (foobar): Call marker1.
9813 (main): Call marker2 instead of marker1.
9814
67f16606
AC
98152003-02-04 Andrew Cagney <ac131313@redhat.com>
9816
9817 * gdb.disasm/mn10200.exp: Obsolete file.
9818 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
9819 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
9820 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
9821
1c5cb38e
DC
98222003-02-04 David Carlton <carlton@math.stanford.edu>
9823
9824 * gdb.c++/overload.exp: Test intToChar(1).
9825 * gdb.c++/overload.cc (intToChar): New.
9826 (main): Call intToChar.
9827
d1fe6965
DC
98282003-02-03 David Carlton <carlton@math.stanford.edu>
9829
9830 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
9831 'might_kfail' arg.
9832 KFAIL some of the continue_to_bp_overloaded calls, according to
9833 PR c++/1025.
9834
9ba61c5d
MC
98352003-02-01 Michael Chastain <mec@shout.net>
9836
9837 * gdb.base/advance.c (marker1): New marker function.
9838 * gdb.base/advance.exp: When the 'advance' command lands on the
9839 return breakpoint, it can legitimately stop on either the
9840 current line or the next line. Accommodate both outcomes.
9841 * gdb.base/until.exp: Likewise.
9842
e7494ffb
AC
98432003-02-02 Andrew Cagney <ac131313@redhat.com>
9844
9845 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9846 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
9847 now a list, not a tuple.
9848 * gdb.mi/mi-var-display.exp: Ditto.
9849 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 9850
075559bc
AC
98512003-02-01 Andrew Cagney <ac131313@redhat.com>
9852
9853 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9854 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
9855 stack backtraces.
9856 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 9857
2bd4c7b1
MK
98582003-02-01 Mark Kettenis <kettenis@gnu.org>
9859
9860 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9861 gdb.mi/mi1-pthreads.exp: Return instead of calling
9862 gdb_suppress_entire_file.
9863
eabd8992
MS
98642003-02-01 Mark Salter <msalter@redhat.com>
9865
9866 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
9867
71469e2f
MS
98682003-01-31 Mark Salter <msalter@redhat.com>
9869
9870 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
9871 Support empty arg.
9872
38a94d44
MC
98732003-01-30 Michael Chastain <mec@shout.net>
9874
9875 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
9876 This was a workaround for a UTF-8 bug in readline 4.3. The bug
9877 has been fixed in gdb/readline on 2003-01-09.
9878
19ea9e73
MS
98792003-01-29 Michael Snyder <msnyder@redhat.com>
9880
e8d359df
MS
9881 * gdb.base/maint.exp: Allow for leading underscore in symbol.
9882 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
9883 * gdb.base/args.exp: Skip if target does not support args passing.
9884
2307bd6a
DJ
98852003-01-22 Daniel Jacobowitz <drow@mvista.com>
9886
19ea9e73 9887 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
9888 gdb_test. Accept a list of expect arguments as the third
9889 parameter.
9890 (gdb_test): Use it.
9891
f2dd3617
EZ
98922003-01-20 Elena Zannoni <ezannoni@redhat.com>
9893
9894 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
9895 allow for different test tree configurations. Update some
9896 tescases accordingly.
9897 * gdb.arch/altivec-regs.exp: Ditto.
9898 * gdb.asm/asm-source.exp: Ditto.
9899 * gdb.base/advance.exp: Ditto.
9900 * gdb.base/display.exp: Ditto.
d63a86f8 9901 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
9902 * gdb.base/mips_pro.exp: Ditto.
9903 * gdb.base/overlays.exp: Ditto.
9904 * gdb.base/relocate.exp: Ditto.
9905 * gdb.base/setshow.exp: Ditto.
9906 * gdb.base/step-line.exp: Ditto.
9907 * gdb.base/step-test.exp: Ditto.
9908 * gdb.base/until.exp: Ditto.
9909 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
9910
c71cdefd
DC
99112003-01-17 David Carlton <carlton@math.stanford.edu>
9912
9913 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
9914 corresponding to PR c++/945.
9915 Update copyright.
9916
fdba05d7
DC
99172003-01-17 David Carlton <carlton@math.stanford.edu>
9918
9919 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
9920 corresponding to PR c++/68.
9921
99222003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
9923
9924 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
9925 (test_paddr_hairy_functions): Call print_addr_2_kfail for
9926 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
9927
c362c33a
EZ
99282003-01-15 Elena Zannoni <ezannoni@redhat.com>
9929
0fbc361c
EZ
9930 * gdb.base/break.exp: Fix change of default location, because of
9931 removal of until tests.
9932 * gdb.base/help.exp: Update test for new 'until' help message.
9933 Add test for help on 'advance'.
a9c64011 9934 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 9935
dabf8a35
MK
99362003-01-15 Mark Kettenis <kettenis@gnu.org>
9937
9938 * gdb.base/default.exp: Adapt "info float" test for recent changes
9939 to that command. Add test for "info vector".
9940 * gdb.base/float.exp: New file. Add test for "info float" that
9941 resembles the old test in gdb.base/default.exp.
9942
a1769aca
DC
99432003-01-15 David Carlton <carlton@math.stanford.edu>
9944
9945 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
9946
82025e13
EZ
99472003-01-15 Elena Zannoni <ezannoni@redhat.com>
9948
9949 * gdb.base/break.exp: Move the tests of until command from here...
9950 * gdb.base/until.exp: ... to here. New file. Add other tests.
9951 * gdb.base/advance.c: New file.
9952 * gdb.base/advance.exp: New file.
9953
8f9ab801
EZ
99542003-01-14 Elena Zannoni <ezannoni@redhat.com>
9955
a9c64011
AS
9956 * gdb.base/args.c: New file.
9957 * gdb.base/args.exp: New file.
8f9ab801 9958
9ae66589
DJ
99592003-01-14 Daniel Jacobowitz <drow@mvista.com>
9960
9961 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
9962
8d77e5c3
DJ
99632003-01-14 Daniel Jacobowitz <drow@mvista.com>
9964
9965 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
9966
12d2f0a1
DJ
99672003-01-14 Daniel Jacobowitz <drow@mvista.com>
9968
9969 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
9970 dates.
9971
6ca37014
DJ
99722003-01-13 Daniel Jacobowitz <drow@mvista.com>
9973
9974 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
9975
b0023472
DJ
99762003-01-13 Daniel Jacobowitz <drow@mvista.com>
9977
9978 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
9979 (ptype &*"foo").
9980 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
9981
607fbc54 99822003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
9983
9984 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
9985 * gdb.mi/mi1-console.exp: Likewise.
9986
607fbc54 99872003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
9988
9989 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
9990 * gdb.mi/mi1-console.exp: Likewise.
9991
a1fb14a2
DJ
99922003-01-13 Daniel Jacobowitz <drow@mvista.com>
9993
9994 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9995
c4cf40b7
DJ
99962003-01-09 Daniel Jacobowitz <drow@mvista.com>
9997
9998 * gdb.base/detach.exp: New test.
9999
696d5a5b
DJ
100002003-01-09 Daniel Jacobowitz <drow@mvista.com>
10001
10002 * Makefile.in (ALL_SUBDIRS): New variable.
10003 (subdirs, clean, distclean): Use it.
10004 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
10005 regenerating Makefile, since it is generated from the top level.
10006 * gdb.asm/Makefile.in: Likewise.
10007 * gdb.base/Makefile.in: Likewise.
10008 * gdb.c++/Makefile.in: Likewise.
10009 * gdb.disasm/Makefile.in: Likewise.
10010 * gdb.java/Makefile.in: Likewise.
10011 * gdb.mi/Makefile.in: Likewise.
10012 * gdb.threads/Makefile.in: Likewise.
10013 * gdb.trace/Makefile.in: Likewise.
10014
754533e4
DC
100152003-01-09 David Carlton <carlton@math.stanford.edu>
10016
10017 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
10018 Add copyright year 2003.
10019
d8b3e9ee
MC
100202003-01-06 Michael Chastain <mec@shout.net>
10021
10022 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
10023 When selecting a thread, 'line' and 'file' are optional.
10024 * gdb.mi/mi1-pthreads.exp: Likewise.
10025
8e9e0fe6
AS
100262003-01-06 Andreas Schwab <schwab@suse.de>
10027
10028 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
10029 failures.
10030
b5ab8ff3
DJ
100312003-01-04 Daniel Jacobowitz <drow@mvista.com>
10032
10033 Fix PR gdb/844
10034 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
10035 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
10036
10037 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
10038 instead of calling gdb_suppress_entire_file.
10039 * gdb.threads/print-threads.exp: Likewise.
10040 * gdb.threads/schedlock.exp: Likewise.
10041
10042 * gdb.threads/killed.exp: Return instead of calling
10043 gdb_suppress_entire_file.
10044 * gdb.threads/linux-dp.exp: Likewise.
10045 * gdb.threads/pthreads.exp: Likewise.
10046
1e698235
DJ
100472003-01-04 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10050 stabs.
10051 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10052 * gdb.base/whatis.exp: Always allow (void) after function names.
10053
147ff08c
DJ
100542003-01-04 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * gdb.c++/casts.exp: Correct regexp.
10057
dc62bfc2
MK
100582003-01-04 Mark Kettenis <kettenis@gnu.org>
10059
10060 * configure.in: Call AC_CONFIG_HEADER. Don't call
10061 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10062 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10063 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10064 aforementioned directories in the AC_OUPUT call.
10065 * config.hin: New file.
10066 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10067 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10068 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10069 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10070 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10071 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10072 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10073 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10074 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10075 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10076 gdb.threads/configure.in, gdb.threads/configure,
10077 gdb.threads/config.in, gdb.trace/configure.in,
10078 gdb.trace/configure: Removed.
10079
77afa639
MC
100802003-01-03 Michael Chastain <mec@shout.net>
10081
10082 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10083 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10084
7634bb6e
DJ
100852003-01-03 Daniel Jacobowitz <drow@mvista.com>
10086
10087 * gdb.base/store.exp: Fix regular expressions.
10088
b39c905e
MK
100892002-12-28 Mark Kettenis <kettenis@gnu.org>
10090
10091 * configure.in: Rewrite.
10092 * configure: Regenerated.
10093
0a8551dd
DC
100942003-01-03 David Carlton <carlton@math.stanford.edu>
10095
10096 * gdb.base/psymtab.exp: New file.
10097 * gdb.base/psymtab1.c: Ditto.
10098 * gdb.base/psymtab2.c: Ditto.
10099
c60b7188
AF
101002002-12-23 Adam Fedor <fedor@gnu.org>
10101
10102 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10103
ee73db83
DC
101042002-12-23 David Carlton <carlton@math.stanford.edu>
10105
10106 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10107 and current_directory initialization.
10108
d6c1774e
JB
101092002-12-22 Jim Blandy <jimb@redhat.com>
10110
f0a847b8
JB
10111 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10112 rather than as part of the output file name.
10113
d6c1774e
JB
10114 * gdb.base/attach.exp: There's no need to copy the test program to
10115 /tmp; that was only ever necessary on HP/UX, and this test is
10116 entirely disabled there anyway.
10117
f0708dbb
JB
101182002-12-21 Jim Blandy <jimb@redhat.com>
10119
4c2acfea
JB
10120 * gdb.c++/psmang.exp: Doc fix.
10121
f0708dbb
JB
10122 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10123 test.
10124
9579e000
DC
101252002-12-20 David Carlton <carlton@math.stanford.edu>
10126
10127 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10128
d1810171
MC
101292002-12-18 Michael Chastain <mec@shout.net>
10130
10131 * gdb.c++/annota2.exp: Add copyright year 2002.
10132
76565097
DC
101332002-12-17 David Carlton <carlton@math.stanford.edu>
10134
10135 * gdb.c++/try_catch.cc: Add marker comments.
10136 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10137 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10138 * gdb.c++/m-static.cc: Ditto.
10139 * gdb.c++/m-static1.cc: Ditto.
10140 * gdb.c++/try_catch.cc: Ditto.
10141
da81390b
JJ
101422002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10143
10144 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10145 to see whether we are using the new -environment-directory
10146 command which resets via -r or the old version of the command
10147 which may prompt the user. Part of fix for gdb/741.
10148
b304d130
AC
101492002-12-13 Andrew Cagney <ac131313@redhat.com>
10150
10151 * gdb.fortran/types.exp: Update obsolete comment.
10152 * gdb.fortran/exprs.exp: Ditto.
10153 * lib/gdb.exp: Delete obsolete code.
10154 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10155 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10156 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10157 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10158 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10159 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10160 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10161 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10162 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10163 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10164 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10165 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10166 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10167 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10168 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10169 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10170 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10171 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10172 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10173 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10174 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10175 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10176 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10177 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10178 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10179 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10180 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10181 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10182 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10183 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10184 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10185 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10186 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10187 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10188 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10189 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10190 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10191
a23b6e6a
DC
101922002-12-11 David Carlton <carlton@math.stanford.edu>
10193
10194 * gdb.c++/m-data.exp: Add test for members that shadow global
10195 variables: see PR gdb/804.
10196 * gdb.c++/m-data.cc: Ditto.
10197
6604731b
DJ
101982002-12-10 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10201
de46ecd7
DC
102022002-12-06 David Carlton <carlton@math.stanford.edu>
10203
10204 * gdb.base/store.c: Don't declare functions static.
10205
27e829d0
AC
102062002-12-04 Andrew Cagney <ac131313@redhat.com>
10207
10208 * gdb.base/store.exp, gdb.base/store.c: New files.
10209
92806416
DJ
102102002-12-03 Daniel Jacobowitz <drow@mvista.com>
10211
10212 * gdb.base/selftest.exp: Update for current gdb.
10213
3bcbaac5
DJ
102142002-12-03 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * gdb.base/maint.exp: Only dump symbols from one source file
10217 or objfile.
10218
f4f00b1f
DJ
102192002-12-03 Daniel Jacobowitz <drow@mvista.com>
10220
10221 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10222 function call.
10223
f1c8a949
JB
102242002-11-25 Jim Blandy <jimb@redhat.com>
10225
10226 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10227 function appearing in error message.
10228
9e297a97
DJ
102292002-11-21 Daniel Jacobowitz <drow@mvista.com>
10230
10231 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10232
1f312e79
JJ
102332002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10234
d63a86f8
RM
10235 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10236 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
10237 should be in mi console format. This is part of fix for PR gdb/604.
10238
83c31e7d
FN
102392002-09-18 Fernando Nasser <fnasser@redhat.com>
10240
10241 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10242 which explicitly prints the zero offset as "+0".
10243
322b3f65
DJ
102442002-10-22 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * gdb.threads/schedlock.c (args): Make unsigned.
10247
102482002-10-21 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10251 numbers. Allow "foo2|selected stack frame".
10252 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10253 * gdb.asm/asmsrc2.s: Likewise.
10254 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10255 comments.
10256 * gdb.asm/mips.inc: New file.
10257
5e2fe5b8
AF
102582002-10-18 Adam Fedor <fedor@gnu.org>
10259
10260 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10261 * gdb.base/help.exp: Likewise.
10262
abe1a5d0
KB
102632002-10-17 Kevin Buettner <kevinb@redhat.com>
10264
10265 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10266 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10267
10abb1d4
JB
102682002-10-02 Jim Blandy <jimb@redhat.com>
10269
10270 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10271
1f609b42
AC
102722002-10-01 Andrew Cagney <ac131313@redhat.com>
10273
10274 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10275 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10276 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10277 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10278 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10279 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10280 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10281
0aee02e4
AC
102822002-09-29 Andrew Cagney <ac131313@redhat.com>
10283
10284 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10285 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10286 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10287 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10288 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10289 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10290 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 10291
6fde09ad
KB
102922002-09-27 Kevin Buettner <kevinb@redhat.com>
10293
10294 * gdb.base/annota1.exp (info break): Make directory components of
10295 path optional since not all compilers emit this debug information.
10296
10297 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10298 step ends up stepping out of the function instead of stopping on
10299 the epilogue.
10300
9e8aab75
KS
103012002-09-26 Keith Seitz <keiths@redhat.com>
10302
10303 * lib/insight-support.exp (gdbtk_start): Figure out where
10304 the insight executable is based on where gdb is. Use this
10305 executable to start insight instead of gdb.
10306
e36180d7
AC
103072002-09-25 Andrew Cagney <cagney@redhat.com>
10308
10309 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10310
9dd34b2b
AC
103112002-09-24 Andrew Cagney <ac131313@redhat.com>
10312
10313 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10314 test_isolated_complaints.
10315 (test_empty_complaint): New function.
10316 (test_empty_complaints): New function. Check no output when no
10317 complaints.
d63a86f8 10318
dea97812
KB
103192002-09-19 Jim Blandy <jimb@redhat.com>
10320
a9c64011 10321 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 10322
54951bd7
AC
103232002-09-19 Andrew Cagney <ac131313@redhat.com>
10324
10325 * gdb.gdb/complaints.exp: New file.
10326
dec43320
AC
103272002-09-18 Andrew Cagney <ac131313@redhat.com>
10328
10329 * gdb.base/maint.exp: Check `help maint internal-warning'.
10330
e70d6e3f
DC
103312002-09-18 David Carlton <carlton@math.stanford.edu>
10332
10333 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10334 numbers, and replace them by a single breakpoint after the
10335 constructors are all finished.
10336 Add test 4.
10337 * gdb.c++/m-static.cc: Add test 4.
10338 * gdb.c++/m-static.h: New file.
10339 * gdb.c++/m-static1.cc: New file.
10340
10341 * gdb.c++/printmethod.exp: New file.
10342 * gdb.c++/printmethod.cc: New file.
10343
10344 * gdb.c++/pr-574.exp: New file.
10345 * gdb.c++/pr-574.cc: New file.
10346
afb5c968
CV
103472002-09-18 Corinna Vinschen <vinschen@redhat.com>
10348
10349 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10350 embedded targets which never actually exit.
10351
31e45dee
FN
103522002-09-18 Fernando Nasser <fnasser@redhat.com>
10353
10354 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10355 "don't step after run" as unresolved or unsupported, instead of xfail.
10356
a283c5a1
CV
103572002-09-18 Corinna Vinschen <vinschen@redhat.com>
10358
10359 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10360 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10361 Add newline to expected string in "step out of main (status wrapper)"
10362 case.
10363
11350d2a
CV
103642002-09-18 Corinna Vinschen <vinschen@redhat.com>
10365
10366 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10367 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10368
0deec7d6
TT
103692002-09-17 Tom Tromey <tromey@redhat.com>
10370
10371 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10372 \000, not \0, in double-quoted string.
10373
b2b4a1b5
CV
103742002-09-14 Corinna Vinschen <vinschen@redhat.com>
10375
c9d37158 10376 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10377 string after running the commands execution on breakpoint tests.
10378
1c56143a
CV
103792002-09-13 Corinna Vinschen <vinschen@redhat.com>
10380
10381 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10382
37f8da45
JB
103832002-09-12 Joel Brobecker <brobecker@gnat.com>
10384
10385 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10386
08b468e0
KS
103872002-09-10 Keith Seitz <keiths@redhat.com>
10388
10389 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10390 runto proc.
10391 (mi_run_to_main): Use mi_runto.
10392 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10393
dc360f58
KS
103942002-09-10 Keith Seitz <keiths@redhat.com>
10395
10396 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10397 regexp for stopping at main. Could have multiple event notifications.
10398 Don't assume that main was declared with no parameters.
10399 (mi_next): Use mi_step_to.
10400 (mi_step): Use mi_next_to.
10401
ce3abcfb
CV
104022002-09-09 Corinna Vinschen <vinschen@redhat.com>
10403
10404 * gdb.base/default.exp: Fix expected string in `info float' test.
10405
d1f5b980
BE
104062002-09-09 Ben Elliston <bje@redhat.com>
10407
10408 * config/mips.exp: Update comments.
10409 * config/mips-idt.exp: Likewise.
10410 * config/nind.exp: Likewise.
10411 * config/slite.exp: Likewise.
10412 * config/sparclet.exp: Likewise.
10413 * config/udi.exp: Likewise.
10414 * config/vx.exp: Likewise.
10415 * config/vxworks29k.exp: Likewise.
10416
2f71430b
JB
104172002-09-05 Jim Blandy <jimb@redhat.com>
10418
10419 * gdb.threads/killed.exp: Fix test failure message.
10420
7ddebc7e
KS
104212002-09-04 Keith Seitz <keiths@redhat.com>
10422
10423 * lib/mi-support.exp: Update copyright.
10424 (mi_gdb_test): Increase the priority of the expected pattern
10425 so that it matches gdb_test.
10426
0ae67eb3
KS
104272002-09-03 Keith Seitz <keiths@redhat.com>
10428
10429 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10430 Use integer comparison instead of string comparison for testing
10431 whether binary was built.
10432
38fc42c8
JB
104332002-09-03 Jim Blandy <jimb@redhat.com>
10434
10435 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10436
b6ff0e81
JB
104372002-08-29 Jim Blandy <jimb@redhat.com>
10438
10439 * gdb.threads/pthreads.exp: Move the portable thread compilation
10440 code into a function in lib/gdb.exp, and call that from here.
10441 * lib/gdb.exp (gdb_compile_pthreads): New function.
10442
07c98896
KS
104432002-08-29 Keith Seitz <keiths@redhat.com>
10444
10445 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10446 expect_out so that callers can get at it.
10447
0312286c
DJ
104482002-08-23 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * gdb.threads/print-threads.c: New file.
10451 * gdb.threads/print-threads.exp: New file.
10452 * gdb.threads/schedlock.c: New file.
10453 * gdb.threads/schedlock.exp: New file.
10454
dd039bc4
EZ
104552002-08-22 Elena Zannoni <ezannoni@redhat.com>
10456
a9c64011
AS
10457 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10458 not altivec.c.
dd039bc4 10459
1f36144c
MK
104602002-08-17 Mark Kettenis <kettenis@gnu.org>
10461
10462 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10463 targets. The problem should be fixed now.
10464
16057ec7 104652002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10466
10467 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10468 2002-07-24 change that removes final dots from error messages.
10469
3c1499ad
TT
104702002-08-13 Tom Tromey <tromey@redhat.com>
10471
10472 * gdb.base/readline.exp: New file.
10473
a20ce2c3
AC
104742002-08-01 Andrew Cagney <ac131313@redhat.com>
10475
10476 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10477 supress message.
10478
db034ac5
AC
104792002-08-01 Andrew Cagney <cagney@redhat.com>
10480
10481 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10482 CHILL_FOR_TARGET and CHILL_LIB.
10483 * configure.in (configdirs): Remove gdb.chill.
10484 * configure: Regenerate.
10485 * lib/gdb.exp: Obsolete references to chill.
10486 * gdb.fortran/types.exp: Ditto.
10487 * gdb.fortran/exprs.exp: Ditto.
10488
3e000b18
KB
104892002-07-30 Kevin Buettner <kevinb@redhat.com>
10490
10491 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10492 set Irix-specific compile and link flags.
10493
28f4966b
KB
104942002-07-29 Kevin Buettner <kevinb@redhat.com>
10495
10496 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10497 source files. The ``-o'' option doesn't work with the ``-E'' option
10498 when using the Irix compiler.
10499
46c0d5a6
DJ
105002002-07-19 Daniel Jacobowitz <drow@mvista.com>
10501
10502 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10503 Improve support for reusing an exec file. Copy exec file
10504 to target, and run gdbserver on the target instead of on the host.
10505
eecf4bed
JB
105062002-07-18 Jim Blandy <jimb@redhat.com>
10507
0f815cdf
JB
10508 * gdb.base/ending-run.exp: Don't expect to see the program end in
10509 some orderly fashion when we're running on a real stand-alone
10510 board.
10511
eecf4bed
JB
10512 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10513 targets that don't support interrupts.
10514
52d309e4
JB
105152002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10516
10517 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10518 systems.
10519 Move comments in expect statements to inside the actions, so that they
10520 don't get matched against.
10521
ff683d9e
MK
105222002-07-10 Mark Kettenis <kettenis@gnu.org>
10523
10524 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10525 function when asleep" test.
10526
b5356753
AC
105272002-07-10 Andrew Cagney <ac131313@redhat.com>
10528
10529 * gdb.base/page.exp: Rewrite to handle problems with very long
10530 `info set' output. Update copyright.
10531
6aa4d13a
AC
105322002-06-26 Andrew Cagney <ac131313@redhat.com>
10533
10534 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10535 gdb.threads-hp.
10536 * gdb.hp/configure: Regenerate.
10537 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10538 * gdb.hp/gdb.threads-hp/configure: Delete file.
10539 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10540
8cf8c2b8
AC
105412002-06-22 Andrew Cagney <ac131313@redhat.com>
10542
10543 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10544 setlocale, bindtextdomain and textdomain.
10545
6827a8f8
JB
105462002-06-11 Jim Blandy <jimb@redhat.com>
10547
919d772c
JB
10548 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10549 preprocessor macro information is present.
10550
6827a8f8
JB
10551 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10552 tests.
10553
c15b0d21
MS
105542002-06-06 Michael Snyder <msnyder@redhat.com>
10555
c5984d70
MS
10556 * gdb.base/overlays.exp: Record addresses of overlay
10557 functions in TCL variables rather than in GDB variables,
10558 to avoid having GDB convert them to pointers (with loss
10559 of information).
10560
d63a86f8 10561 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10562 default linker script changes.
c15b0d21
MS
10563 * gdb.base/long_long.exp: Add check for sizeof (long double).
10564
be26fe0d
ML
105652002-06-06 Michal Ludvig <mludvig@suse.cz>
10566
10567 * gdb.asm/asm-source.exp: Add x86-64 target.
10568 * gdb.asm/x86_64.inc: New.
d63a86f8 10569
258093ca 105702002-05-30 Michael Chastain <mec@shout.net>
258093ca 10571
4b3153f1 10572 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10573 * gdb.c++/m-static.cc: New file.
10574 * gdb.c++/m-static.exp: New file.
10575
241264c6
MS
105762002-05-28 Michael Snyder <msnyder@redhat.com>
10577
10578 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10579 precision.
10580
9bba8c8f 105812002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10582
4b3153f1 10583 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10584 * gdb.c++/m-data.cc: New file.
10585 * gdb.c++/m-data.exp: New file.
10586
105872002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10588
4b3153f1 10589 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10590 * gdb.c++/try_catch.cc: New file.
d63a86f8 10591 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10592
def1b996
MC
105932002-05-27 Michael Chastain <mec@shout.net>
10594
10595 * gdb.c++/local.exp: Accept more nested types in output.
10596
522ba268
MC
105972002-05-26 Michael Chastain <mec@shout.net>
10598
10599 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10600
277254ba
MS
106012002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10602
10603 * lib/gdb.exp (gdb_wrapper_init): Just because
10604 gdb_wrapper_file exists, this does not mean that the file
10605 should not be rebuilt. That is what gdb_wrapper_initialized
10606 is for.
10607 (default_gdb_init): Reset gdb_wrapper_initialized.
10608
b61a8733
MS
106092002-05-23 Michael Snyder <msnyder@redhat.com>
10610
d63a86f8 10611 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10612 the precision of the floating point test results.
10613 * gdb.base/call-rt-st.exp: Ditto.
10614
b61a8733
MS
10615 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10616 * gdb.base/call-rt-st.exp: Ditto.
10617
56f6e910
MC
106182002-05-19 Michael Chastain <mec@shout.net>
10619
10620 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10621
ad0b0016
EZ
106222002-05-19 Elena Zannoni <ezannoni@redhat.com>
10623
a9c64011
AS
10624 * configure.in (configdirs): Add gdb.arch.
10625 * configure: Regenerate.
ad0b0016 10626
f617d2b6
JB
106272002-05-17 Jim Blandy <jimb@redhat.com>
10628
10629 * gdb.base/completion.exp: Recognize the more detailed error
10630 messages produced by the macro expander's lexical analyzer.
10631
eac2a696
EZ
106322002-05-14 Elena Zannoni <ezannoni@redhat.com>
10633
a9c64011
AS
10634 * gdb.arch/altivec-abi.c: New file.
10635 * gdb.arch/altivec-abi.exp: New file.
10636 * gdb.arch/altivec-regs.c: New file.
10637 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10638
2fdde8f8
DJ
106392002-05-14 Daniel Jacobowitz <drow@mvista.com>
10640
10641 * gdb.base/maint.exp (maint print type): Update for new type
10642 structure.
d63a86f8 10643
e31f1a7c
EZ
106442002-05-14 Elena Zannoni <ezannoni@redhat.com>
10645
10646 * gdb.arch: New directory.
10647 * gdb.arch/configure.in: New file.
10648 * gdb.arch/configure: New file.
10649 * gdb.arch/Makefile.in: New file.
10650
db589741
CV
106512002-05-13 Corinna Vinschen <vinschen@redhat.com>
10652
10653 * gdb.asm/asm-source.exp: Add v850 as supported target.
10654 * gdb.asm/v850.inc: New file.
10655
8ce2a7dc
DJ
106562002-05-13 Daniel Jacobowitz <drow@mvista.com>
10657
10658 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10659
df763c7f
DJ
106602002-05-12 Daniel Jacobowitz <drow@mvista.com>
10661
10662 * gdb.base/break.exp: Check 'break "marker2"'.
10663
377daeed
MS
106642002-05-10 Michael Snyder <msnyder@redhat.com>
10665
10666 * gdb.base/long_long.exp: Fix typo.
10667
c4b7bc2b
JB
106682002-05-10 Jim Blandy <jimb@redhat.com>
10669
ecac9a4e
JB
10670 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10671 a bug.
10672
c4b7bc2b
JB
10673 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10674 Recognize more detailed error message produced by the macro
10675 expander's lexical analyzer.
10676 * lib/gdb.exp (test_print_reject): Same.
10677
e71019a1
MK
106782002-05-09 Mark Kettenis <kettenis@gnu.org>
10679
10680 * gdb.c++/method.exp: Fix typo.
10681
fedfc8e6
MS
106822002-05-08 Michael Snyder <msnyder@redhat.com>
10683
166a1957
MS
10684 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10685 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 10686 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
10687 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10688 Add iftarget clause for strongarm.
d63a86f8 10689
f1c47eb2
MS
106902002-05-06 Michael Snyder <msnyder@redhat.com>
10691
cb9a9d3e
MS
10692 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10693 (gdb_continue_to_end): Accept output from status wrapper.
10694 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10695 Clean up fail messages to match pass messages.
10696
f1c47eb2
MS
10697 Enable the "needs_status_wrapper" testsuite feature.
10698 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10699 (gdb_compile): Conditionally call gdb_wrapper_init.
10700 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10701 * gdb.c++/method.exp: Recognize output from status wrapper.
10702
6079c749
BE
107032002-05-06 Ben Elliston <bje@redhat.com>
10704From Graydon Hoare <graydon@redhat.com>
10705
10706 * config/sid.exp: Include support for "rawsid" protocol.
10707
188baff3
JB
107082002-05-03 Jim Blandy <jimb@redhat.com>
10709
10710 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10711 * gdb.c++/hang3.C: New file.
10712
b9c07f0f
AC
107132002-05-04 Andrew Cagney <ac131313@redhat.com>
10714
10715 * gdb.base/default.exp: Remove obsolete code.
10716 * gdb.c++/misc.exp: Ditto. Update copyright.
10717 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10718 * gdb.base/whatis.exp: Ditto. Update copyright.
10719 * gdb.base/scope.exp: Ditto. Update copyright.
10720 * gdb.base/ptype.exp: Ditto. Update copyright.
10721 * gdb.base/printcmds.exp: Ditto. Update copyright.
10722 * gdb.base/opaque.exp: Ditto. Update copyright.
10723 * gdb.base/list.exp: Ditto.
10724 * gdb.base/funcargs.exp: Ditto. Update copyright.
10725 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10726 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10727 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10728 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10729 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10730 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10731
5c7a0397
MS
107322002-05-02 Michael Snyder <msnyder@redhat.com>
10733
d6dcc264 10734 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
10735 * gdb.base/long_long.exp: Add xscale target.
10736 * gdb.base/default.exp: Add xscale target.
10737
eb7f1c48
JB
107382002-05-01 Jim Blandy <jimb@redhat.com>
10739
10740 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10741 gdb.c++/hang.exp: New test.
10742
a6befae8
FF
107432002-05-01 Fred Fish <fnf@redhat.com>
10744
10745 * gdb.base/completion.exp: Handle completions of "./Make" for
10746 more than one completion possibility, as is the case when we
10747 build and test in the source tree.
10748
0a310277
AG
107492002-04-29 Anthony Green <green@redhat.com>
10750
10751 * gdb.java/jmisc1.exp: New file.
10752 * gdb.java/jmisc2.exp: New file.
10753
6ff9af88
DJ
107542002-04-24 Daniel Jacobowitz <drow@mvista.com>
10755
10756 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10757
96b3d632
EZ
107582002-04-23 Elena Zannoni <ezannoni@redhat.com>
10759
10760 * gdb.base/help.exp: Change 'help status' to allow for target
10761 dependent output differences.
10762
5019bb54
MC
107632002-04-22 Michael Chastain <mec@shout.net>
10764
10765 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10766
a805a116
MC
107672002-04-22 Michael Chastain <mec@shout.net>
10768
10769 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10770
a1706bfd
DM
107712002-04-17 David S. Miller <davem@redhat.com>
10772
10773 * gdb.asm/sparc64.inc: New file.
10774 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10775
a73a20a2
EZ
107762002-04-19 Elena Zannoni <ezannoni@redhat.com>
10777
10778 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10779 instruction file directly into the build tree. Clean up at end of
10780 test.
10781
ba678339
DM
107822002-04-18 David S. Miller <davem@redhat.com>
10783
10784 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10785 handle 64-bit platforms correctly.
10786 * gdb.base/maint.exp: Likewise.
10787
b03399da
KB
107882002-04-18 Kevin Buettner <kevinb@redhat.com>
10789
10790 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10791 ``-fpic'' when compiling files comprising a shared library, but
10792 it does need additional linker flags in order to find shared
10793 libraries at run time.
10794
e2004992
KB
107952002-04-18 Kevin Buettner <kevinb@redhat.com>
10796
10797 * gdb.base/cvexpr.c (use): New function.
10798 (main): Invoke use() on all global variables to prevent
10799 some linkers from deleting these otherwise unused symbols.
10800
d8937120
MC
108012002-04-17 Michael Chastain <mec@shout.net>
10802From David S. Miller <davem@redhat.com>
10803
10804 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
10805 handle 64-bit platforms correctly.
10806
ffd61a58
MS
108072002-04-12 Michael Snyder <msnyder@redhat.com>
10808From Jim Blandy <jimb@redhat.com>
a9c64011 10809 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
10810 script can handle this instead.
10811 * gdb.base/bar.c (barx): Same.
10812 * gdb.base/baz.c (bazx): Same.
10813 * gdb.base/grbx.c (grbxx): Same.
10814
10815 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
10816 manager doesn't automatically unmap overlays unnecessarily.
10817
6b8426a6
MH
108182002-04-10 Martin M. Hunt <hunt@redhat.com>
10819
10820 * gdb.base/ending-run.exp: Fix pattern for Mips targets
10821 stepping out of main.
10822
34af4875
MC
108232002-04-09 Michael Chastain <mec@shout.net>
10824
10825 * gdb.c++/local.cc (main): Move call to marker1() inside nested
10826 scope so that the nested scope tests will make sense.
10827 * gdb.c++/local.exp: Write patterns that actually work with gcc
10828 (the HP patterns "were never known to work with gcc").
10829 Keep the old aCC patterns too.
10830
2d1676a0
DJ
108312002-04-09 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * gdb.base/attach.exp: Correct target board test.
10834
3a63e3f9
MC
108352002-04-08 Michael Chastain <mec@shout.net>
10836
10837 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
10838 in a const method. Add some xfail and fail cases for configurations
10839 that do not emit the "const ...".
10840
f18dabd2
MC
108412002-04-07 Michael Chastain <mec@shout.net>
10842
10843 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
10844 Accept "A * const" and "const A * const" as type of "this".
10845 Fix spelling of getFunky throughout. Make messages uniform.
10846
0fcddd82
EZ
108472002-04-07 Elena Zannoni <ezannoni@redhat.com>
10848
a9c64011 10849 Work around for PR gdb/285:
0fcddd82
EZ
10850 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
10851
16a8534a
EZ
108522002-04-07 Elena Zannoni <ezannoni@redhat.com>
10853
10854 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
10855 instructions file at run time instead of configure time.
10856 Sometimes we run the test in a directory that is not the one we
10857 configured in.
10858 * gdb.asm/configure.in: Delete creation of symlink.
10859 * gdb.asm/configure: Regenerate.
10860
24181d81
JB
108612002-04-05 J. Brobecker <brobecker@gnat.com>
10862
10863 * gdb.gdb/xfullpath.exp: New test, to exercise the new
10864 xfullpath () function.
10865
7cdb7107
DJ
108662002-04-04 Daniel Jacobowitz <drow@mvista.com>
10867
10868 * gdb.asm/Makefile.in: Correct dependencies.
10869
10870 * gdb.asm/powerpc.inc: New file.
10871 * gdb.asm/asm-source.exp: Add PowerPC.
10872 * gdb.asm/configure.in: Likewise.
10873 * gdb.asm/configure: Regenerated.
10874
a7d17088
DJ
108752002-04-04 Daniel Jacobowitz <drow@mvista.com>
10876
10877 * gdb.base/relocate.exp: New file.
10878 * gdb.base/relocate.c: New file.
10879
cd721503
FF
108802002-04-04 Fred Fish <fnf@redhat.com>
10881
10882 * gdb.base/step-test.exp: Update comment regarding stopping in
10883 memcpy/bcopy calls inserted as part of the compiler runtime.
10884
b22ad7a7
MS
108852002-04-04 Michael Snyder <msnyder@redhat.com>
10886
10887 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
10888
5f279fa6
DJ
108892002-04-03 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
10892 (gdb_expect): Remove $notransfer hack.
10893
dd0fd3ce
DJ
108942002-04-02 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * gdb.c++/classes.exp ("calling method for small class"): Match
10897 updated register output.
10898
1e50cda1
DJ
108992002-03-30 Daniel Jacobowitz <drow@mvista.com>
10900
10901 Fix PR gdb/452
10902 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
10903 when finished. Make gdb_file_cmd send "exec-file" when
10904 appropriate.
10905
24015922
DJ
109062002-03-30 Daniel Jacobowitz <drow@mvista.com>
10907
10908 * gdb.base/attach.exp: Remove extra setup_xfail.
10909
dd7dfd64
MS
109102002-03-26 Michael Snyder <msnyder@redhat.com>
10911
10912 * gdb.base/default.exp: Add tests for dump, append, and restore.
10913 * gdb.base/help.exp: Add tests for dump, append, and restore.
10914 * gdb.base/dump.exp: New file, test dump, append and restore.
10915 * gdb.base/dump.c: New file.
10916
48b2f8d7
MS
109172002-03-27 Michael Snyder <msnyder@redhat.com>
10918
d63a86f8 10919 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
10920 clean-ups in help messages.
10921
05b4d525
FF
109222002-03-26 Fred Fish <fnf@redhat.com>
10923
10924 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
10925 have debugging info for those functions and the compiler uses them
10926 internally to copy structs around.
10927
d7679631
FF
109282002-03-26 Fred Fish <fnf@redhat.com>
10929
10930 * gdb.base/list.exp: Revert the change made yesterday and add note
10931 about why we don't list the default lines for remote targets.
10932
523ac3f9
MS
109332002-03-25 Michael Snyder <msnyder@redhat.com>
10934
10935 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
10936
754b2b8d
FF
109372002-03-25 Fred Fish <fnf@redhat.com>
10938
10939 * gdb.base/list.exp: This test works on remote targets so remove
10940 the short circuit for remote targets. Update copyright.
10941
33c3e192
FF
109422002-03-25 Fred Fish <fnf@redhat.com>
10943
10944 * gdb.base/attach.exp: Fix logic error that was suppressing this
10945 test for all non hppa*-*-hpux* targets, instead of the hp target.
10946 Move comments closer to the suppression point. Also now need to
10947 check that we are running natively.
10948
d43e73ee
MS
109492002-03-22 Michael Snyder <msnyder@redhat.com>
10950
882c8f02
MS
10951 * gdb.base/default.exp: Add test for gcore. Update copyright.
10952 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 10953
04c12f60
FF
109542002-03-06 Fred Fish <fnf@redhat.com>
10955
10956 * gdb.base/funcargs.c: Remove extraneous ';' character.
10957 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
10958
b43df995
MC
109592002-03-04 Michael Chastain <mec@shout.net>
10960
10961 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
10962 accommodate gcc v3 function signature.
10963 * gdb.mi/mi0-var-cmd-exp: Ditto.
10964
92362027
AC
109652002-02-24 Andrew Cagney <ac131313@redhat.com>
10966
10967 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
10968 ``GNU/Linux'' or ``Linux kernel''
10969 * testsuite/gdb.threads/pthreads.c: Ditto.
10970
258ad32d
MC
109712002-02-24 Michael Chastain <mec@shout.net>
10972
10973 * gdb.threads/pthreads.c (thread1): Add a return statement.
10974 (thread2): Likewise.
10975 (foo): Likewise.
10976
04c3b3d4
MC
109772002-02-23 Michael Chastain <mec@shout.net>
10978
10979 * gdb.threads/linux-dp.c (philosopher): Add a return statement
10980 to placate gcc.
10981
5a2a0a20
MC
109822002-02-23 Michael Chastain <mec@shout.net>
10983
10984 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
10985 test "ptype bint". The test passes on all my stabs configurations.
10986
a640f7fc
JB
109872002-02-21 Jim Blandy <jimb@redhat.com>
10988
27924826
JB
10989 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
10990 filename at a time, and watch for the ones we want to see.
10991
a640f7fc
JB
10992 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
10993 types of pointers to prototyped functions.
10994
edcc8c75
AC
109952002-02-20 Andrew Cagney <ac131313@redhat.com>
10996
10997 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
10998 signed, unsigned and straight char.
10999 (padding_char, padding_short, padding_int, padding_long,
11000 padding_long_long, padding_float, padding_double,
11001 padding_long_double): New global variables.
11002 (fill, fill_structs): New functions.
11003
11004 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
11005 for correctly sized writes. Update copyright.
11006 (get_valueof): New procedure.
11007 (get_sizeof): Call get_valueof.
11008 (check_valueof): New procedure.
11009 (check_padding): New procedure.
11010
ac57ea44
MC
110112002-02-20 Michael Chastain <mec@shout.net>
11012
11013 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
11014 to setup_xfail. Document some of the remaining calls.
11015
7a10c941
MC
110162002-02-18 Michael Chastain <mec@shout.net>
11017
11018 * gdb.c++/userdef.exp: Update copyright year.
11019
fb8acdcc
DJ
110202002-02-18 Daniel Jacobowitz <drow@mvista.com>
11021
11022 * gdb.c++/userdef.exp: Test overloaded operators properly.
11023 Remove xfails.
11024
fda6ae12
MS
110252002-02-14 Michael Snyder <msnyder@redhat.com>
11026
11027 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
11028
676a0442
DJ
110292002-02-14 Daniel Jacobowitz <drow@mvista.com>
11030
11031 * gdb.base/a2-run.exp: Check for a remote target properly.
11032 * gdb.base/annota1.exp: Likewise.
11033 * gdb.base/list.exp: Likewise.
11034 * gdb.base/reread.exp: Likewise.
11035 * gdb.base/scope.exp: Likewise.
11036 * gdb.base/shlib-call.exp: Likewise.
11037 * gdb.base/term.exp: Likewise.
11038 * gdb.c++/annota2.exp: Likewise.
11039
78b4f468
RE
110402002-02-13 Richard Earnshaw <rearnsha@arm.com>
11041
11042 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
11043
9a81ba51
MC
110442002-02-10 Michael Chastain <mec@shout.net>
11045
11046 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11047 (call_after_alloca): Ditto.
11048
004af6c7
DJ
110492002-02-10 Daniel Jacobowitz <drow@mvista.com>
11050
11051 * gdb.base/ending-run.exp: Guard "cont" test with
11052 gdb_skip_stdio_test.
11053
37225f62
JB
110542002-02-06 Jim Blandy <jimb@redhat.com>
11055
11056 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11057 from here...
11058 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11059 To here. Disable this test on non-HP platforms. Add big comment.
11060
fe6fdd96
MS
110612002-02-04 Michael Snyder <msnyder@redhat.com>
11062
11063 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11064 other than d10v and m32r.
11065
036fad3f
RE
110662002-02-02 Richard Earnshaw <rearnsha@arm.com>
11067
11068 * gdb.base/default.exp: Rewrite test patterns to reduce time
11069 taken to match them.
11070
7148ab62
DJ
110712002-01-30 Daniel Jacobowitz <drow@mvista.com>
11072
11073 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11074 Allow a start function above main.
11075 * gdb.threads/linux-dp.exp: Fix copyright date.
11076
396cc255
DJ
110772002-01-30 Daniel Jacobowitz <drow@mvista.com>
11078
a9c64011
AS
11079 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11080 (check_philosopher_stack): Check for manager thread before checking
11081 for a just-starting thread.
396cc255 11082
f038d31b
DJ
110832002-01-30 Daniel Jacobowitz <drow@mvista.com>
11084
11085 From Neil Booth <neil@daikokuya.demon.co.uk>:
11086 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11087 warnings.
11088
b3ff9d9a
FF
110892002-01-21 Fred Fish <fnf@redhat.com>
11090
11091 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11092 not caller.
11093
39ad761d
JB
110942002-01-21 Jim Blandy <jimb@redhat.com>
11095
11096 * gdb.base/reread.exp: Check that GDB properly re-reads the
11097 executable file when it changes while no inferior is running.
11098
aaf320fa
FF
110992002-01-21 Fred Fish <fnf@redhat.com>
11100
a9c64011
AS
11101 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11102 optionally accept the "shlib events" variation.
aaf320fa 11103
808a31f5
JB
111042002-01-21 Jim Blandy <jimb@redhat.com>
11105
11106 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11107 call `fflush' after every `printf', so that the output is produced
11108 at predictable points, regardless of whatever buffering does (or
11109 doesn't) take place.
11110 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11111 at different points.
11112
4420d5e2
DJ
111132002-01-20 Daniel Jacobowitz <drow@mvista.com>
11114
11115 * gdb.c++/inherit.exp: Update copyright years.
11116 * gdb.c++/method.exp: Likewise.
11117
3e36a0f4
DJ
111182002-01-20 Daniel Jacobowitz <drow@mvista.com>
11119
11120 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11121 artificial methods/arguments.
11122 * gdb.c++/derivation.exp: Likewise.
11123 * gdb.c++/inherit.exp: Likewise.
11124 * gdb.c++/method.exp: Likewise.
11125 * gdb.c++/virtfunc.exp: Likewise.
11126
b4ceaee6
AC
111272002-01-18 Andrew Cagney <ac131313@redhat.com>
11128
11129 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11130 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11131 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11132 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11133 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11134 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11135
ecace851
JB
111362002-01-17 Jim Blandy <jimb@redhat.com>
11137
11138 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11139 anchoring the pattern matching the entry point symbol's name.
11140
375fc983
AC
111412002-01-17 Andrew Cagney <ac131313@redhat.com>
11142
11143 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11144 continue/quit query. Update copyright.
11145
fe6fdd96
MS
111462002-01-14 Michael Snyder <msnyder@redhat.com>
11147
11148 * gdb.base/gcore.exp: Remove extra debugging output.
11149
e017c81f
DJ
111502002-01-13 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11153 for slightly dubious v2 mangled string.
11154
37ab3bf8
DJ
111552002-01-13 Daniel Jacobowitz <drow@mvista.com>
11156
11157 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11158
1bc05c3a 111592002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 11160
1bc05c3a 11161 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 11162
1bc05c3a
JM
11163 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11164 constructors.
11165 * gdb.c++/derivation.exp: Likewise.
11166 * gdb.c++/templates.exp: Likewise.
11167 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 11168
1bc05c3a
JM
111692002-01-10 Michael Snyder <msnyder@redhat.com>
11170
11171 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 11172
a911c360
MS
111732002-01-08 Michael Snyder <msnyder@redhat.com>
11174
11175 * gdb.base/gcore.exp: New test for generate-core-file command.
11176 * gdb.base/gcore.c: Testcase for above.
11177 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11178
ea2119ec
JM
111792002-01-08 Jason Merrill <jason@redhat.com>
11180
11181 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11182
68203136
FF
111832002-01-07 Fred Fish <fnf@redhat.com>
11184
11185 * gdb.c++/overload.exp: Remove unconditional xfails for:
11186 print foo_instance1.overloadargs(1)
11187 print foo_instance1.overloadargs(1, 2)
11188 print foo_instance1.overloadargs(1, 2, 3)
11189 print foo_instance1.overloadargs(1, 2, 3, 4)
11190 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11191 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11192 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11193 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11194 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11195 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11196 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11197 print foo_instance1.overload1arg()
11198 print foo_instance1.overload1arg((char)arg2)
11199 print foo_instance1.overload1arg((signed char)arg3)
11200 print foo_instance1.overload1arg((unsigned char)arg4)
11201 print foo_instance1.overload1arg((int)arg7)
11202 print foo_instance1.overload1arg((unsigned int)arg8)
11203 print foo_instance1.overload1arg((float)arg11)
11204 print foo_instance1.overload1arg((double)arg12)
d63a86f8 11205
21b9b5b1
MS
112062002-01-07 Michael Snyder <msnyder@redhat.com>
11207
11208 * gdb.base/huge.exp: New test. Print a very large target data object.
11209 (skip_huge_test): New test variable. Define if you want to skip this
11210 test. The test reads an 8 megabyte data object from the target, so it
11211 might be very time consuming on remote targets with a slow connection.
11212 * gdb.base/huge.c: New file. Test case for above.
11213
725f922e
FF
112142002-01-07 Fred Fish <fnf@redhat.com>
11215
11216 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11217 g_instance.bfoo, and g_instance.cfoo.
11218
634d57ec
JL
11219Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11220
f286b2c3
JL
11221 * gdb.base/break.c (multi_line_if_conditional): New function.
11222 (multi_ilne_while_conditional): Likewise.
11223 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11224 IF or WHILE condition puts the breakpoint at the start of
11225 the condition.
11226
634d57ec
JL
11227 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11228 hppa*-*-hpux* expected failure.
11229 * gdb.base/structs.exp (do_function_calls): Similarly.
11230
11231 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11232 watchpoints.
11233
9fbfe2dc
AC
112342002-01-06 Andrew Cagney <ac131313@redhat.com>
11235
11236 Fix PR gdb/66.
11237 * gdb.base/structs.exp: Replace skip for a29k with skip for
11238 gdb,cannot_call_functions.
11239 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11240 * gdb.base/callfuncs.exp: Ditto.
11241 * gdb.base/call-rt-st.exp: Ditto.
11242 * gdb.base/call-strs.exp: Ditto.
11243 * gdb.base/callfwmall.exp: Ditto.
11244 * gdb.base/scope.exp: Obsolete xfail a29k.
11245 * gdb.c++/misc.exp: Ditto.
11246 * gdb.c++/cplusfuncs.exp: Ditto.
11247 * gdb.base/ptype.exp: Ditto.
11248 * gdb.base/printcmds.exp: Ditto.
11249 * gdb.base/opaque.exp: Ditto.
11250 * gdb.base/list.exp: Ditto.
11251 * gdb.base/funcargs.exp: Ditto.
11252 * gdb.base/default.exp: Ditto.
11253
8ddad156
MS
112542002-01-04 Michael Snyder <msnyder@redhat.com>
11255
ca4976a6 11256 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
11257 * gdb.base/maint.exp: Add tests for maint info sections options.
11258
1b074332
JL
11259Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11260
11261 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11262
7d159115
CV
112632001-12-20 Corinna Vinschen <vinschen@redhat.com>
11264
11265 * gdb.asm/arm.inc: New file.
11266 * gdb.asm/asm-source.exp: Add arm targets.
11267 * gdb.asm/configure.in: Ditto.
11268 * gdb.asm/configure: Recreated from configure.in.
11269
8fb87725
JL
11270Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11271
afabe08c
JL
11272 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11273 with HP's compiler.
11274 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11275 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11276 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11277 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11278
11279 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11280 either HP's compilers or GCC.
11281
db521deb
JL
11282 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11283 a SIGBUS or SIGSEGV.
11284
11285 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11286
11287 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11288 can be compiled with either HP's compiler or GCC.
11289
cfa88ab7
JL
11290 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11291 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11292 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11293
ca344dff
JL
11294 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11295 to match current gdb output. Update due to using auto-solib-limit
11296 for limiting instead of overloading auto-solib-add.
11297 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11298 test program.
11299
3f3c6e55 11300 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
11301 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11302 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11303 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11304 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11305 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11306 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11307 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11308 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11309 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11310 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11311 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11312 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 11313
8fb87725
JL
11314 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11315 a SIGTRAP to the inferior.
11316
cf599fa7
CV
113172001-12-19 Corinna Vinschen <vinschen@redhat.com>
11318
11319 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11320 Substitute call to target_link by call to gdb_compile.
11321
2cd045cd
JL
11322Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11323
a9c64011
AS
11324 * gdb.base/break.exp: Fix HP specific search string when testing
11325 backtracing in a called function.
2cd045cd 11326
a9c64011
AS
11327 * gdb.base/constvars.exp: Only set lang to C++ if we're
11328 compiling the test with HP's compilers.
11329 * gdb.base/volatile.exp: Similarly.
2cd045cd 11330
99ebe9ac
JB
113312001-12-19 Jim Blandy <jimb@redhat.com>
11332
11333 * gdb.base/printcmds.exp: Expect the null character to be printed
11334 as '\0', and the '\013' to be printed as '\v'.
11335 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11336 * gdb.base/setvar.exp: Same.
11337
b9891b29
JB
113382001-12-17 Jim Blandy <jimb@redhat.com>
11339
0eba65ab
JB
11340 * gdb.base/completion.exp: Rather than completing very long
11341 filenames, which can make the readline library produce output we
11342 don't recognize, cd to the directory first, and then complete
11343 using nice, short relative paths.
11344
6970b5b1
JB
11345 * gdb.base/completion.exp: On some systems, there is, in fact, a
11346 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11347 variables as being in scope. So use `no_var_named_this'
11348 instead of `b'.
6970b5b1 11349
b9891b29
JB
11350 * gdb.base/corefile.exp: Recognize the message saying that GDB
11351 can't find the core file's registers as a failure.
11352
e6ccd35f
JSC
113532001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11354
a9c64011
AS
11355 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11356 test expect string more specific.
e6ccd35f 11357
105ba819
CV
113582001-12-13 Corinna Vinschen <vinschen@redhat.com>
11359
11360 * gdb.asm/asm-source.exp: Add support for xstormy16.
11361 * gdb.asm/configure.in: Ditto.
11362 * gdb.asm/configure: Rebuild.
11363 * gdb.asm/xstormy16.inc: New file.
11364
e9e79dd9
FF
113652001-12-10 Fred Fish <fnf@redhat.com>
11366
11367 * gdb.base/maint.exp: Update to match changes in type dumping code.
11368
347dc97d
JB
113692001-12-10 Jim Blandy <jimb@redhat.com>
11370
11371 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11372 matching the entry point symbol's name at the beginning of the
11373 line.
11374
5178b9d6
DJ
113752001-12-07 Daniel Jacobowitz <drow@mvista.com>
11376
11377 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11378 gdb.c++/inherit.exp, gdb.c++/method.exp,
11379 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11380 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11381 and class layout support.
11382
af890c52
DJ
113832001-12-07 Daniel Jacobowitz <drow@mvista.com>
11384
11385 * gdb.c++/classes.exp: Add test for static member function.
11386 * gdb.c++/misc.cc: Add class with static member function.
11387
7a345fb3
JB
113882001-12-07 Jim Blandy <jimb@redhat.com>
11389
f2e54a80 11390 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11391 those tests as `unsupported'.
11392 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11393 Rewrite subsequent tests to use it.
11394
11395 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11396 those tests as `unsupported'.
11397 * gdb.base/structs.exp (call_struct_func): New function.
11398 (do_function_calls): Use call_struct_func to call the functions
11399 returning structs.
11400
0bc69509
JB
11401 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11402 whether functions are prototyped or not, so we can't possibly pass
11403 arguments to t_float_values2 properly.
11404
7a345fb3
JB
11405 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11406 value of `timeout' for targets other than the mips*tx39-*.
11407
edb6ede1
MS
114082001-12-06 Michael Snyder <msnyder@redhat.com>
11409
d63a86f8 11410 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11411 and detect whether the start symbol has a leading underscore.
11412
2d842f13
JB
114132001-12-04 Jim Blandy <jimb@redhat.com>
11414
11415 * gdb.base/completion.exp: Clarify indentation.
11416
68550daf
JB
114172001-12-03 Jim Blandy <jimb@redhat.com>
11418
11419 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11420 variables on the S/390, not `.word'.
11421
cd5195a8
JB
114222001-11-30 Jim Blandy <jimb@redhat.com>
11423
11424 Add assembly-source tests for s390-ibm-linux.
11425 * gdb.asm/s390.inc: New file.
11426 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11427 the S/390 architecture.
a9c64011 11428 * gdb.asm/configure: Regenerated.
cd5195a8 11429
ca9efc90
MS
114302001-11-30 Michael Snyder <msnyder@redhat.com>
11431
11432 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11433 next, info source, info sources, info line, global and static
11434 variables, and static functions.
11435 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11436 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11437 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11438 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11439 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11440 (gdbasm_leave): Restore frame pointer.
11441 (gdbasm_startup): Copy stack set-up from crt0.S.
11442
d0e66976
FN
114432001-11-26 Fernando Nasser <fnasser@redhat.com>
11444
11445 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11446 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11447 to a local (non-static) variable. Copy tstruct.a to a static buffer
11448 and return a pointer to that buffer.
11449 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11450
e2334072
MK
114512001-11-24 Mark Kettenis <kettenis@gnu.org>
11452
11453 * gdb.asm/configure.in: Fix recognition of ix86 target.
11454 * gdb.asm/configure: Regenerate.
11455
756caa3d
MS
114562001-11-21 Michael Snyder <msnyder@redhat.com>
11457
11458 * gdb.asm/sparc.inc: New file.
11459 * gdb.asm/asm-source.exp: Recognize sparc target.
11460 * gdb.asm/configure.in: Recognize sparc target.
11461 * gdb.asm/configure: Regenerate.
d63a86f8 11462
9a4d72d5
MS
114632001-11-21 Michael Snyder <msnyder@redhat.com>
11464
11465 * gdb.asm/m32r.inc: New file.
11466 * gdb.asm/asm-source.exp: Recognize m32r target.
11467 * gdb.asm/configure.in: Recognize m32r target.
11468 * gdb.asm/configure: Regenerate.
11469
a773d1cd
MS
114702001-11-20 Michael Snyder <msnyder@redhat.com>
11471
017ac23d
MS
11472 * gdb.asm/i386.inc: New file.
11473 * gdb.asm/asm-source.exp: Recognize ix86 target.
11474 * gdb.asm/configure.in: Recognize ix86 target.
11475 * gdb.asm/configure: Regenerate.
11476
a773d1cd
MS
11477 * gdb.c++/namespace.exp: Fix quotes in output messages.
11478
bb632afb
MS
114792001-11-14 Michael Snyder <msnyder@redhat.com>
11480
25d559ca 11481 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11482 qualifier in a type cast expression, to designate an address
11483 in the instruction space (Harvard architecture).
11484
4749e309
MS
114852001-11-13 Michael Snyder <msnyder@redhat.com>
11486
11487 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11488 Tests for expressions using 'const' and 'volatile'.
11489
25050984
CV
114902001-11-13 Corinna Vinschen <vinschen@redhat.com>
11491
11492 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11493
1902c51f
DJ
114942001-11-12 Daniel Jacobowitz <drow@mvista.com>
11495
11496 * lib/mi-support.exp (mi_run_to_helper): Move comments
11497 outside of gdb_expect.
11498
dcf95b47
DJ
114992001-11-11 Daniel Jacobowitz <drow@mvista.com>
11500
11501 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11502 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11503 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11504 mi0_run_to): New functions.
11505 * gdb.mi/mi-simplerun.exp: Use them.
11506 * gdb.mi/mi0-simplerun.exp: Likewise.
11507 * gdb.mi/mi-var-cmd.exp: Likewise.
11508 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11509
45b074e1
AC
115102001-11-10 Andrew Cagney <ac131313@redhat.com>
11511
11512 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11513 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11514
bf50d346
AC
115152001-11-09 Andrew Cagney <ac131313@redhat.com>
11516
11517 * gdb.base/restore.exp: Include $expected value in restored test
11518 message.
11519
9383332c
AC
115202001-11-09 Andrew Cagney <ac131313@redhat.com>
11521
11522 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11523 implemented.
11524
db62520a
MS
115252001-11-08 Michael Snyder <msnyder@redhat.com>
11526
11527 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11528 Add pass/fail message for stop at breakpoint in call dummy function.
11529
b5703437
MS
115302001-11-07 Michael Snyder <msnyder@redhat.com>
11531
d63a86f8
RM
11532 * gdb.c++/templates.exp (test_template_breakpoints):
11533 If we get an overload menu, but it does not match what
760f6330 11534 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11535 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11536 making the whitespace optional. Argument for "new" may be
11537 "unsigned" as well as "unsigned int/long".
d63a86f8 11538 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11539 making the whitespace optional. Also replace "(void) with
11540 "((void|)), making the keyword "void" optional.
d63a86f8 11541 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11542 making the whitespace optional. Also replace "(void) with
11543 "((void|)), making the keyword "void" optional.
3bf40917
MS
11544 * gdb.base/callfuncs.c (t_float_values): This function must
11545 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11546 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11547 can be tested against both cases. Usually one case involves
11548 promotion of float to double, while the other does not.
11549 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11550 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11551 includes a stack frame for "start".
11552
c8ab4e6d
JB
115532001-11-05 Jim Blandy <jimb@redhat.com>
11554
11555 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11556 pointers are 32 bits long, and that offsets of relocs are always
11557 stored in the data (REL-style), and not in the reloc entry itself
11558 (RELA-style).
11559 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11560 stabs.
11561
3f08ced9
MS
115622001-11-01 Michael Snyder <msnyder@redhat.com>
11563
11564 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11565 and regular expression operators by using quoting.
11566
cbfa24cd
MS
115672001-10-31 Michael Snyder <msnyder@redhat.com>
11568
11569 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11570 depending on what the symbol table contains.
11571 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11572 the output of the ptype command. Similarly, accept both "const &"
11573 and "const&".
11574
aaa68313
CV
115752001-10-31 Corinna Vinschen <vinschen@redhat.com>
11576
11577 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11578 symbol `STORAGE' to allow to choose the storage class of
11579 the local datastructures.
11580 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11581 compiler directive.
11582
91740388
MS
115832001-10-30 Michael Snyder <msnyder@redhat.com>
11584
11585 * gdb.base/jump.exp: Allow it to run for all targets.
11586
1b7c05e7
CV
115872001-10-29 Corinna Vinschen <vinschen@redhat.com>
11588
11589 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11590 with new double_array size.
11591 (main): Change storage class of all local variables to static.
11592 Reduce size of double_array to 9.
11593 * gdb.base/call-ar-st.exp: Increase timeout value.
11594 Change expected output for double array to match new size in
11595 call-ar-st.c.
11596
36a22261
CV
115972001-10-29 Corinna Vinschen <vinschen@redhat.com>
11598
11599 * gdb.base/ending-run.exp: Create identical output when passing
11600 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11601 Stormy16 target.
36a22261 11602
92b8ae91
MK
116032001-10-28 Mark Kettenis <kettenis@gnu.org>
11604
11605 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11606 that we catch the expected failure under Linux/x86.
11607
cb135b83
OF
116082001-10-29 Orjan Friberg <orjanf@axis.com>
11609
11610 * gdb.base/setvar.exp: Escape curly braces.
11611 * gdb.stabs/weird.exp: Ditto.
11612
6884aa54
DJ
116132001-10-27 Daniel Jacobowitz <drow@mvista.com>
11614
11615 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11616 * gdm.mi/mi0-hack-cli.exp: Likewise.
11617
0398c9aa
AC
116182001-10-25 Andrew Cagney <ac131313@redhat.com>
11619
11620 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11621 messages.
11622
d20bf2e8
AC
116232001-10-21 Andrew Cagney <ac131313@redhat.com>
11624
11625 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11626 checking MI enabled.
11627
03dd63aa
CV
116282001-10-09 Corinna Vinschen <vinschen@redhat.com>
11629
11630 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11631
1d9d99f3
FCE
116322001-10-04 Frank Ch. Eigler <fche@redhat.com>
11633
11634 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11635 if gdb child process crashes, just signal an error.
11636
838ae6c4
JB
116372001-10-02 Jim Blandy <jimb@redhat.com>
11638
11639 * lib/gdb.exp (test_xfail_format): Simplify.
11640
11641 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11642 front of the variable name `format'. Simplify `if'.
11643
8f0cbc1c
DJ
116442001-10-01 Daniel Jacobowitz <drow@mvista.com>
11645
11646 * gdb.threads/pthreads.exp: Wait for output and delay
11647 before sending ^C.
11648
1f08dafd
DJ
116492001-10-01 Daniel Jacobowitz <drow@mvista.com>
11650
11651 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11652 some incorrect output instead of timing out.
11653 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11654
674f90ff
CV
116552001-09-28 Corinna Vinschen <vinschen@redhat.com>
11656
11657 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11658 check to allow additional `int'.
11659
9b284272
DJ
116602001-09-27 Daniel Jacobowitz <drow@mvista.com>
11661
11662 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11663 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11664
b55a4771
MS
116652001-09-27 Michael Snyder <msnyder@redhat.com>
11666
11667 * lib/gdb.exp (test_debug_format): New proc.
11668 (setup_xfail_format): Use new proc test_debug_format.
11669 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11670 proc; use new service proc test_debug_format.
11671 Replace all other "gcc_compiled" tests with this test.
11672 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11673 proc; use new service proc test_debug_format.
11674 Replace all other "gcc_compiled" tests with this test.
11675
116762001-09-27 Michael Snyder <msnyder@redhat.com>
11677
11678 * gdb.base/cvexpr.exp: New file.
11679 * gdb.base/cvexpr.c: New file
11680 Test for expressions using const and volatile keywords.
11681
4e6667ac
CV
116822001-09-26 Corinna Vinschen <vinschen@redhat.com>
11683
11684 * gdb.base/constvars.exp: Check for different orders of keywords
11685 and additional "int" strings in output.
11686
4f337972
AC
116872001-09-22 Andrew Cagney <ac131313@redhat.com>
11688
11689 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11690 responses from "help maint".
11691
2015650d
FCE
116922001-09-19 Frank Ch. Eigler <fche@redhat.com>
11693
11694 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11695 to localhost:NNN instead of :NNN, in case Xvfb is listening
11696 only on TCP.
11697
f3bcedc1
CV
116982001-09-19 Corinna Vinschen <vinschen@redhat.com>
11699
11700 * gdb.base/recurse.exp: When checking leaving the watchpoint
11701 scope, recognize when gdb is in function's epilogue and pass.
11702
6b819c92
KS
117032001-09-18 Keith Seitz <keiths@redhat.com>
11704
11705 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11706 support for running tests against sid targets.
11707 (gdbtk_done): Ditto.
11708
a10c9419
CV
117092001-09-18 Corinna Vinschen <vinschen@redhat.com>
11710
11711 * gdb.base/ending-run.c (main): Set stdout buffersize
11712 to the same reasonable value for any target.
11713 * gdb.base/ending-run.exp: Add a regular expression
11714 to make testsuite happy on Sanyo Stormy16 target.
11715
739d0d99
CV
117162001-09-17 Corinna Vinschen <vinschen@redhat.com>
11717
11718 * gdb.base/display.c (do_loops): Add float variable `f'.
11719 Increment f in loop.
11720 * gdb.base/display.exp: Increment timeout by 60 seconds.
11721 Change float display test to use variable `f'.
11722
1b8947f0
JB
117232001-09-17 Jim Blandy <jimb@redhat.com>
11724
11725 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11726 overflowing the limited breakpoint tables on some ROM monitors
11727 (like the ROM68K).
11728
9890ac81
FCE
117292001-09-15 Frank Ch. Eigler <fche@redhat.com>
11730
11731 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11732 the "-ac" (disable access control) flag.
11733
6db765ea
JH
117342001-08-30 Jeff Holcomb <jeffh@redhat.com>
11735
11736 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11737 ints.
11738
4c32cc04
KS
117392001-08-30 Keith Seitz <keiths@redhat.com>
11740
11741 * lib/gdb.exp: Move all insight-related functionality into
11742 separate file.
11743 * lib/insight-support.exp: New file.
11744
8d6e6f81
FCE
117452001-08-29 Frank Ch. Eigler <fche@redhat.com>
11746
11747 * config/sid.exp (sid_start): Never set sid verbosity; disable
11748 expect_background {} that consumed its stdout; tolerate </dev/null.
11749 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11750
6a90e1d0
AC
117512001-08-18 Andrew Cagney <ac131313@redhat.com>
11752
11753 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11754 CLI jump command to start it.
11755 (mi_run_to_main): Fail immediatly when unexpected output.
11756
1759b3c3
AC
117572001-08-18 Andrew Cagney <ac131313@redhat.com>
11758
11759 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11760 beginning of function. Fix PR gdb/191.
11761
61d11d80
FCE
117622001-08-16 Frank Ch. Eigler <fche@redhat.com>
11763
11764 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11765 what to force sid endianness to.
11766
942a4df2
KS
117672001-08-15 Keith Seitz <keiths@redhat.com>
11768
11769 * lib/gdb.exp (gdbtk_start): Don't set environment
11770 variables for TCL_LIBRARY and friends. Insight will
11771 now figure these out for itself.
11772
0521c418
MS
117732001-08-02 Michael Snyder <msnyder@redhat.com>
11774
11775 * gdb.base/completion.exp: Remove the symbol "a64l" from
11776 the expect string; this is target-specific, and not related
11777 to what is being tested.
11778
74a9a58a
DB
117792001-08-02 Dave Brolley <brolley@redhat.com>
11780
11781 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11782
c70819fa
MS
117832001-07-25 Michael Snyder <msnyder@redhat.com>
11784
c2b8fa57
MS
11785 * gdb.base/consecutive.exp: New file. Test stepping over
11786 breakpoints on consecutive instructions.
11787 * gdb.base/consecutive.c: New file.
11788
c70819fa
MS
11789 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11790 curly braces in regular expressions.
11791
2b1a1355
MS
117922001-07-25 Michael Snyder <msnyder@redhat.com>
11793
11794 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11795 legitimate output from stepping out of main.
11796
413eca6f
KS
117972001-07-22 Keith Seitz <keiths@redhat.com>
11798
11799 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11800 the empty string, do not run the tests.
11801
7e5a9322
SC
118022001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11803
11804 * gdb.base/long_long.exp: Detect size of pointer. Take into
11805 account 2-byte pointers when testing for p/a results.
11806
de58f10f
SC
118072001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11808
d63a86f8 11809 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
11810 and defined to 1K for m68hc11.
11811 (random_data): Reduce table to 1K for embedded platforms (68hc11).
11812 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
11813 (sizeof_random_data): New variable to tell the size of the data table;
11814 don't test past this size; always run to main.
11815
d6f5fea1
SC
118162001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11817
11818 * gdb.base/return2.exp: return of long long and double fails for
11819 68HC11; don't execute these tests on that platform.
11820 * gdb.base/return.exp: Return of a double fails for 68hc11.
11821
c477543d
SC
118222001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11823
11824 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
11825 tests that print a float.
11826 * call-rt-st.exp: Likewise.
11827
63cf1c79
MK
118282001-07-12 Mark Kettenis <kettenis@gnu.org>
11829
11830 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
11831 running this test on Linux.
11832
112f9ab5
MC
118332001-06-24 Michael Chastain <chastain@redhat.com>
11834
11835 * gdb.base/arithmet.exp: Remove some tests to make all test names
11836 unique.
11837
4970cb0f
MS
118382001-07-03 Michael Snyder <msnyder@redhat.com>
11839
11840 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
11841 the output of the ptype command.
11842
d85da69f
MS
118432001-07-02 Michael Snyder <msnyder@redhat.com>
11844
4c8a82de
MS
11845 * gdb.base/completion.exp: Don't assume that break.c is the only
11846 source file that may contain functions named "marker".
d85da69f
MS
11847 * gdb.base/corefile.exp: Quote the curly braces in regexp.
11848
8afc772b
AC
118492001-06-28 Andrew Cagney <ac131313@redhat.com>
11850
11851 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
11852 of files to delete.
11853
11854 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
11855 * gdb.disasm/h8300s.exp: New file.
11856 gdb.disasm/h8300s.s: Likewise.
11857
cff22675
AC
118582001-06-27 Andrew Cagney <ac131313@redhat.com>
11859
11860 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
11861 empty breakpoint tables.
11862
68c81b54
AC
118632001-06-25 Andrew Cagney <ac131313@redhat.com>
11864
11865 * lib/mi-support.exp: Update args=... part of stop-reason
11866 patterns. Accept either a list or a tuple.
11867
2dd62704
AC
118682001-06-23 Andrew Cagney <ac131313@redhat.com>
11869
11870 * lib/mi-support.exp: Remove local emacs variable defining
11871 change-log-default-name.
11872
b4127474
MC
118732001-06-22 Michael Chastain <chastain@redhat.com>
11874
11875 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
11876 This is operationally compatible with the previous version.
11877
8dbfb380
JB
118782001-06-13 Jim Blandy <jimb@redhat.com>
11879
11880 * lib/gdb.exp (gdb_test): Doc fix.
11881
f2d8c86d
MC
118822001-06-10 Michael Chastain <chastain@redhat.com>
11883
11884 * gdb.base/exprs.exp: Remove a duplicate test.
11885
81564d34
JB
118862001-06-06 Jim Blandy <jimb@redhat.com>
11887
11888 * gdb.base/return2.exp (main): Use values to test float and double
11889 returns that are not NaN's, to avoid being confused by IEEE
11890 comparison rules.
11891
da55addb
MS
118922001-06-04 Michael Snyder <msnyder@redhat.com>
11893
11894 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 11895 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
11896 rather than wait for 12 more tests to time out.
11897
42c65987
JB
118982001-06-06 Jim Blandy <jimb@redhat.com>
11899
b18bced9 11900 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 11901 Don't forget to match the GDB prompt.
b18bced9 11902
42c65987
JB
11903 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
11904
5b41e5f0
JB
119052001-06-04 Jim Blandy <jimb@redhat.com>
11906
11907 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
11908 command.
11909
015e046f
KB
119102001-05-31 Kevin Buettner <kevinb@redhat.com>
11911
11912 * gdb.base/annota1.exp (info break): Match four or more spaces
11913 after "Address".
11914
fb1ffbbe
MC
119152001-05-31 Michael Chastain <chastain@redhat.com>
11916
11917 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
11918 (dm_type_int_star): Likewise.
11919 (dm_type_long_star): Likewise.
11920 (dm_type_void_star): Likewise.
11921
5ea2a32c
KB
119222001-05-29 Kevin Buettner <kevinb@redhat.com>
11923
11924 * gdb.base/completion.exp (INPUTRC): Set this environment variable
11925 to a known value in order to get consistent results regardless
11926 of the setting of INPUTRC or the presence or contents of .inputrc.
11927
ae23c492
MS
119282001-05-24 Michael Snyder <msnyder@redhat.com>
11929
ac55707e
MS
11930 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
11931 Don't require that the main thread and the manager thread are the
11932 first in the list.
11933
ae23c492
MS
11934 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
11935 debugging. If test fails, issue an "unsupported" not a "fail".
11936
400071f1
JB
119372001-05-24 Jim Blandy <jimb@redhat.com>
11938
11939 Don't assume that short is shorter than int.
11940 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
11941 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 11942 this isn't true.
400071f1
JB
11943 ("print unsigned char == (~0)"): Add test that verifies that ~0,
11944 an int, is not equal to ~0 stored in an unsigned char. This tests
11945 the same thing that the previous test meant to, but works on
11946 16-bit machines, too.
11947 ("print unsigned char != (~0)"): Same test, complemented.
11948
0816a3e5
MS
119492001-05-24 Michael Snyder <msnyder@redhat.com>
11950
11951 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 11952 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
11953 and prevents dejagnu getting out of step.
11954
f6dc23a9
KB
119552001-05-23 Kevin Buettner <kevinb@redhat.com>
11956
11957 * gdb.base/finish.exp (finish_void): Revise pattern for
11958 stopping on the call statement to not permit stopping at
11959 the start of the instructions comprising the call sequence.
11960
7dbd117d
MC
119612001-05-19 Michael Chastain <chastain@redhat.com>
11962
11963 * gdb.base/callfuncs.exp: Make all test names unique.
11964 * gdb.base/commands.exp: Make all test names unique.
11965 * gdb.base/condbreak.exp: Make all test names unique.
11966 * gdb.base/dbx.exp: Make all test names unique.
11967 * gdb.base/default.exp: Make all test names unique.
11968 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
11969 and TIMEOUT messages to their corresponding PASS message.
11970 * gdb.base/ending-run.exp: Make all test names unique.
11971 * gdb.base/long_long.exp: Remove duplicate test.
11972
6b0b0a9e
KB
119732001-05-21 Kevin Buettner <kevinb@redhat.com>
11974
11975 * gdb.base/finish.exp (finish_void): Allow "finish" command to
11976 stop on the call statement as well as the statement after the
11977 call.
11978
2caa35cb
MS
119792001-05-21 Michael Snyder <msnyder@redhat.com>
11980
11981 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
11982
40713331
EZ
119832001-05-10 Elena Zannoni <ezannoni@redhat.com>
11984
a9c64011
AS
11985 * gdb.base/completion.exp: Revamp test. Make it execute on all
11986 platforms.
40713331 11987
c2c1be8d
EZ
119882001-05-10 Elena Zannoni <ezannoni@redhat.com>
11989
a9c64011
AS
11990 * config/gdbserver.exp (gdb_load): Handle the case
11991 in which the arguments to gdbserver are given in the
11992 baseboard configuration file.
11993 Also handle the case in which the server needs to do a
11994 load.
2c9cd303 11995
9671de48
KS
119962001-05-07 Keith Seitz <keiths@cygnus.com>
11997
a9c64011
AS
11998 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
11999 set up the display for testing.
12000 (gdbtk_start): Convert all paths to paths that tcl will like.
12001 Export target information to environment.
12002 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
12003 necessary.
12004 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
12005 (to_tcl_path): New proc to convert a given pathname into
12006 a path acceptible as an argument to a tcl command.
12007 (_gdbtk_export_target_info): New proc to export target info
12008 into the environment for gdbtk testing.
12009 (gdbtk_done): New proc to signal end-of-test.
9671de48 12010
5a360f47
JB
120112001-05-06 Jim Blandy <jimb@redhat.com>
12012
12013 * restore.c: Make the code of caller0 correspond to its comment.
12014
66c756c6
MS
120152001-05-03 Michael Snyder <msnyder@redhat.com>
12016
12017 * config/sid.exp (gdb_target_sid): Check for error messages.
12018 On error or timeout, don't make expect exit (which will terminate
12019 all subsequent tests); instead just make gdb exit.
d63a86f8 12020 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
12021 return a negative value.
12022
a966fde5
JB
120232001-04-24 Jim Blandy <jimb@redhat.com>
12024
851c18e0
JB
12025 * gdb.c++/templates.exp: If we see the prompt for the overload
12026 list, but we haven't recognized any of the longer patterns,
12027 arrange for this test to fail, not hang.
12028
a966fde5
JB
12029 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
12030 variations.
12031
db144853
MC
120322001-04-22 Michael Chastain <chastain@redhat.com>
12033
12034 * gdb.c++/local.exp: Use the 'runto' library function.
12035 * gdb.c++/namespace.exp: Likewise.
12036 * gdb.c++/overload.exp: Likewise.
12037
3207ec21
KB
120382001-03-26 Kevin Buettner <kevinb@redhat.com>
12039
12040 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
12041 * gdb.base/step-line.exp: New file. Test step/next in presence of
12042 #line directives.
12043 * gdb.base/step-line.c: New file. Test program for the above.
12044 * gdb.base/step-line.inp: New file. We pretend that this file has
12045 been transformed by some other tool into step-line.c.
12046
13b57657
JB
120472001-03-21 Jim Blandy <jimb@redhat.com>
12048
12049 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12050 unmangled operator names.
12051
754cbe1c
JB
120522001-03-20 Jim Blandy <jimb@redhat.com>
12053
12054 * gdb.threads/linux-dp.exp: Recognize an additional message
12055 generated by GDB when it doesn't understand how to debug threads
12056 on the target system.
12057
177495c9
AC
120582001-03-19 Andrew Cagney <ac131313@redhat.com>
12059
12060 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12061
f266096b
MC
120622001-03-12 Michael Chastain <chastain@redhat.com>
12063
12064 * gdb.c++/derivation.exp: Use the 'runto' library function.
12065
cac3c2ff
MC
120662001-03-12 Michael Chastain <chastain@redhat.com>
12067
12068 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12069
b6c11a24
MC
120702001-02-24 Michael Chastain <chastain@redhat.com>
12071
12072 * gdb.c++/ref-types.exp: Change handwritten code to library
12073 function 'runto'.
12074
6bae5bce
OF
120752001-03-16 Orjan Friberg <orjanf@axis.com>
12076
12077 * gdb.base/signals.exp: Set count to 0 explicitly.
12078
0015fd9a
MS
120792001-03-15 Mark Salter <msalter@redhat.com>
12080
12081 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12082 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
12083 (gdb_load): Add support for additional target_info: gdb_download_size
12084 and gdb_load_timeout.
0015fd9a 12085
fc33412a
DT
12086Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12087
12088 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12089 file -- to prevent failing when the compile fails but we have no
12090 intention of running the tests anyway.
12091
12092 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12093 tests if set.
12094
12095 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12096 integers.
12097
12098 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12099 * gdb.c++/namespace.exp: Ditto.
12100
115f06de
OF
121012001-03-07 Orjan Friberg <orjanf@axis.com>
12102
12103 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12104 * gdb.base/pointers.exp: Relax pattern match of decimals.
12105
b6ba6518
KB
121062001-03-06 Kevin Buettner <kevinb@redhat.com>
12107
12108 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12109 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12110 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12111 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12112 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12113 config/sh.exp, config/sid.exp, config/slite.exp,
12114 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12115 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12116 config/vxworks.exp, config/vxworks29k.exp,
12117 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12118 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12119 gdb.base/arithmet.exp, gdb.base/assign.exp,
12120 gdb.base/async.exp, gdb.base/attach.exp,
12121 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12122 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12123 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12124 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12125 gdb.base/commands.exp, gdb.base/completion.exp,
12126 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12127 gdb.base/constvars.exp, gdb.base/corefile.exp,
12128 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12129 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12130 gdb.base/ending-run.exp, gdb.base/environ.exp,
12131 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12132 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12133 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12134 gdb.base/funcargs.exp, gdb.base/help.exp,
12135 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12136 gdb.base/logical.exp, gdb.base/long_long.exp,
12137 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12138 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12139 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12140 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12141 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12142 gdb.base/regs.exp, gdb.base/relational.exp,
12143 gdb.base/remote.exp, gdb.base/reread.exp,
12144 gdb.base/restore.exp, gdb.base/return2.exp,
12145 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12146 gdb.base/selftest.exp, gdb.base/setshow.exp,
12147 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12148 gdb.base/sigall.exp, gdb.base/signals.exp,
12149 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12150 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12151 gdb.base/step-test.exp, gdb.base/structs.c,
12152 gdb.base/structs.exp, gdb.base/structs2.exp,
12153 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12154 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12155 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12156 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12157 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12158 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12159 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12160 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12161 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12162 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12163 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12164 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12165 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12166 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12167 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12168 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12169 gdb.trace/circ.exp, gdb.trace/collection.exp,
12170 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12171 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12172 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12173 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12174 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12175 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12176 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12177 notices.
12178
dc96c6c7 121792001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
12180
12181 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12182 first arg is int not float.
12183
dc96c6c7 121842001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
12185
12186 * gdb.base/reread.exp: Unsupported for non-native targets;
12187 doesn't work for remote debugging.
12188
9b0c4aeb
FN
121892001-02-19 Fernando Nasser <fnasser@redhat.com>
12190
12191 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
12192 * gdb.base/ending-run.exp: Properly handle the BSP state when
12193 stepping past the end of main.
9b0c4aeb 12194
02aa71d5
MC
121952001-02-19 John Moore <jmoore@redhat.com>
12196
12197 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12198 Converted HPUX fix for non-expected items following multiple
12199 step commands into general solution for all platforms.
12200
1fa449a4
MC
122012001-02-18 Michael Chastain <chastain@redhat.com>
12202
12203 * gdb.c++/classes.exp (do_tests): Change runto statements
12204 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12205 statements demangler agnostic.
12206 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12207 (gdb_virtfunc_restart): Likewise.
12208
b2f9ec70
MC
122092001-02-14 Michael Chastain <chastain@redhat.com>
12210
12211 * gdb.c++/inherit.exp (do_tests): Change runto statements
12212 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12213 statements demangler agnostic.
12214
cf74b8ca
AC
12215Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12216
12217 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12218 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12219 before calling common_routine 15 times'' tests.
12220
99f78f56
MC
122212001-02-11 Michael Chastain <chastain@redhat.com>
12222
12223 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12224 Helps the test script figure out which demangler is in use.
12225 (dm_type_foo_ref): Ditto.
12226 (dm_type_int_star): Ditto.
12227 (dm_type_long_star): Ditto.
12228 (dm_type_unsigned_int): Ditto.
12229 (dm_type_void): Ditto.
12230 (dm_type_void_star): Ditto.
99707966 12231 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
12232 Probe the gdb demangler and set variables to accommodate
12233 formatting differences.
12234 (info_func_regexp): New function. Same as info_func, but
12235 matches against a regexp.
12236 (info_func): Match against a literal string.
12237 (print_addr_2): New function. Match against a literal string,
12238 which can be different from the input to gdb.
12239 (print_addr): Simply call print_addr_2 with the same argument twice.
12240 (test_lookup_operator_functions): Use demangler formatting variables.
12241 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12242 the tests in the same order as the C++ class declaration.
12243 (test_paddr_operator_functions): Ditto.
12244 (test_paddr_overloaded_functions): Ditto.
12245 (test_paddr_hairy_functions): Use demangler formatting variables.
12246 Add reference to gdb/19 for related tests.
12247 (do_tests): Call probe_demangler.
12248
1de8f023
KB
122492001-01-30 Kevin Buettner <kevinb@redhat.com>
12250
12251 * gdb.c++/templates.cc (printf): Remove unused function definition.
12252
ca3f91ed
MS
122532001-01-26 Felix Lee <flee@redhat.com>
12254
12255 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12256
122572001-01-25 matthew green <mrg@redhat.com>
12258
12259 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12260 up sid.
12261 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12262
122632001-01-25 matthew green <mrg@redhat.com>
12264
12265 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 12266 Deprecate $sid_spawn_id.
ca3f91ed
MS
12267 (sid_exit): Remove code necessary only for `spawn.'
12268
122692001-01-25 matthew green <mrg@redhat.com>
12270
12271 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12272
fb18ec4a
MC
122732001-01-28 Michael Chastain <chastain@redhat.com>
12274
12275 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12276 to call when tests fail. It takes gdb out of the overloaded
12277 function choice menu back to the main prompt, so that the test
12278 program stays synchronized.
12279 (set_bp_overloaded): New proc to collect all the common
12280 code for setting a breakpoint on an overloaded name. Calls
12281 take_gdb_out_of_choice_menu when needed.
12282 (menu_overload1arg): New variable to collect the repeated
12283 instances of the expected menu for an overloaded name. Change
12284 the regular expression to handle changes in g++ type encoding:
12285 "void" can be either "void" or "", and "unsigned int" can be
12286 either "unsigned int" or "unsigned".
12287 (continue_to_bp_overloaded): Change regular expressions to handle
12288 changes in g++ type encoding.
12289 (no proc): Call take_gdb_out_of_choice_menu when needed.
12290 Remove redundant calls to "info break". Accept either "canceled"
12291 or "cancelled". Change regular expressions in "info break"
12292 calls to handle changes in g++ type encoding. Give all tests
12293 unique strings.
12294
9c646a6e
BE
122952001-01-17 Ben Elliston <bje@redhat.com>
12296
12297 * config/sid.exp: New file.
12298
9549d9c1
AC
12299Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12300
12301 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12302
dc96c6c7 123032000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
12304
12305 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12306 Add a RE to accept a non-ascii char if one is ever presented.
12307
b4df4f68
FN
123082000-12-20 Fernando Nasser <fnasser@redhat.com>
12309
297dd0fd 12310 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 12311
dc96c6c7 123122000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 12313
d63a86f8 12314 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
12315 in regexp. One '\' does not suffice on Linux.
12316
4a7bddb6
MC
123172000-12-09 Michael Chastain <chastain@redhat.com>
12318
12319 * gdb.base/break.exp (test_clear_command): Use a marker function
12320 rather than 'main' for the test function. Also move this
12321 test to an execution point where the marker function names are
12322 guaranteed to be bound to functions. (Executing tests after a
12323 'finish' from main runs into name conflicts with local names
12324 in __libc_start_main).
12325
dc96c6c7 123262000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
12327
12328 * gdb.base/finish.exp: New test for gdb's "finish" command.
12329 * gdb.base/return2.exp: New test for gdb's "return" command.
12330 * gdb.base/return2.c: New source file for above.
12331
dc96c6c7 123322000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
12333
12334 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12335 * gdb.base/miscexprs.exp: Ditto.
12336 * gdb.base/pointers.exp: Ditto.
12337 * gdb.c++/derivation.exp: Ditto.
12338 * gdb.c++/local.exp: Ditto.
12339 * gdb.c++/namespace.exp: Ditto.
12340 * gdb.c++/overload.exp: Ditto.
12341 * gdb.c++/ref-types.exp: Ditto.
12342
dc96c6c7 123432000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
12344
12345 * gdb.base/constvars.exp: Test result of "up" command.
12346 * gdb.base/miscexprs.exp: Ditto.
12347 * gdb.base/pointers.exp: Ditto.
12348 * gdb.base/scope.exp: Ditto.
12349 * gdb.c++/derivation.exp: Ditto.
12350 * gdb.c++/local.exp: Ditto.
12351 * gdb.c++/namespace.exp: Ditto.
12352 * gdb.c++/overload.exp: Ditto.
12353 * gdb.c++/ref-types.exp: Ditto.
12354
44097287
FN
123552000-11-22 Michael Chastain <chastain@redhat.com>
12356
12357 * mips_pro.exp: Accept either "middle -> top -> main" or
12358 "middle -> main" in the backtrace, because gcc can optimize
12359 tail calls to jumps. Remove setup_xfail for the hppa case.
12360 Add a comment with the original warning messages from PR 3016,
12361 which was filed in 1993, to preserve them for posterity.
12362
9d2e1bab
ND
123632000-11-17 Nick Duffek <nsd@redhat.com>
12364
12365 * lib/gdb.exp (gdb_test): Override timeout with board info.
12366
1aca8eb7
ND
123672000-11-17 Nick Duffek <nsd@redhat.com>
12368
12369 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12370 the second kill and detach messages.
12371
93076499
ND
123722000-11-17 Nick Duffek <nsd@redhat.com>
12373
12374 * configure.in: Add AC_EXEEXT.
12375 * configure: Regenerate.
12376 * Makefile.in (just-check): Export EXEEXT.
12377 * lib/gdb.exp ($EXEEXT): Import from environment.
12378 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12379 expect "maint dump-me" on Cygwin.
12380 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12381 $EXEEXT.
12382
30e87cd3
ND
123832000-11-17 Nick Duffek <nsd@redhat.com>
12384
12385 * gdb.base/break.exp: Test backtrace and finish from called
12386 function on all platforms, not just HP-UX.
12387
dc96c6c7 123882000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12389
12390 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12391 code from gdb_target_monitor, so it can be used independantly
12392 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12393
dc96c6c7 123942000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12395
12396 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12397 * gdb.base/corefile.exp: Expect the message "Program is being
12398 debugged already" when we send the "corefile" command, since
12399 the preceeding gdb_load may have connected gdb to a remote target.
12400 * gdb.base/display.exp: Disable hardware watchpoints if new
12401 board info variable "no_hardware_watchpoints" is true.
12402 Replace single-letter commands with more readable ones.
12403 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12404 if new board info variable "no_hardware_watchpoints" is true.
12405 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12406 to see if stdio (printf) testing is possible.
12407 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12408 board info variable "no_hardware_watchpoints" is true. Use new
12409 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12410
39124dea
FN
124112000-11-13 Fernando Nasser <fnasser@redhat.com>
12412
12413 From Orjan Friberg <orjanf@axis.com>:
12414 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12415 in array print pattern match.
12416
a9e2e984
FN
124172000-11-09 Fernando Nasser <fnasser@redhat.com>
12418
12419 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12420 spelling "cancelled" to U.S. spelling "canceled" to match changes
12421 made to gdb.
12422 * gdb.c++/ovldbreak.exp: Ditto.
12423
c7db355b
PS
124242000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12425
12426 * gdb.base/callfuncs.c (main): Moved to end of file, call
12427 t_double_values to initialize the FPU before inferior calls are made.
12428 * gdb.base/callfuncs.exp: Test for register preservation after calling
12429 inferior functions. Add tests for continuining, finishing and
12430 returning from a stop in a call dummy.
12431
dc96c6c7 124322000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12433
12434 * gdb.base/commands.exp: Break up long lines, and re-indent.
12435
dc96c6c7 124362000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12437
12438 * config/gdbserver.exp: Rewritten from the ground up, to make it
12439 compatible with the current dejagnu tree, and to make it work with
12440 the new "gdbserver" in libremote.
12441
dc96c6c7 124422000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12443
12444 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12445 * gdb.base/varargs.exp: Skip entire test if no printf support.
12446 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12447 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12448
dc96c6c7 124492000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12450
12451 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12452 no floating point support.
12453 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12454 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12455 * gdb.base/call-rt-st.exp: Ditto.
12456 * gdb.base/call-strs.exp: Ditto.
12457
bac5fc66
JG
124582000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12459
12460 * gdb.base/sizeof.c: include <stdio.h>.
12461
12462 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12463 'finish', otherwise uncaptured gdb_prompt would potentially
12464 throw remaining test points out of sync.
bac5fc66 12465
b22a6027
SB
124662000-07-26 Scott Bambrough <scottb@netwinder.org>
12467
12468 * gdb.base/recurse.exp: Run tests for all targets.
12469 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12470 gnu-oldld case on ARM.
12471 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12472 for ARM targets.
d63a86f8 12473
d8231941
AG
12474Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12475
12476 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12477 * gdb.java/configure: Rebuild.
12478
8caabe69
AG
12479Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12480
12481 * gdb.java/jv-exp.exp: New file.
12482
9d273ca3
AG
12483Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12484
12485 * configure: Rebuilt.
12486 * configure.in (configdirs): Add gdb.java.
12487 * gdb.java/jmisc.java: New file.
12488 * gdb.java/jmisc.exp: New file.
12489 * gdb.java/Makefile.in: New file.
12490 * gdb.java/configure: Rebuilt.
12491 * gdb.java/configure.in: New file.
12492 * lib/java.exp: New file.
12493
4f823a66
AC
12494Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12495
12496 * gdb.base/exprs.exp: Test casts to a pointer including over and
12497 underflow.
12498
2391e11d
AC
12499Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12500
12501 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12502 and the compilers sizes.
12503
54602222
ND
125042000-07-09 Nick Duffek <nsd@redhat.com>
12505
12506 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12507 (use_methods): New function.
12508 (main): Call use_methods().
12509 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12510 (do_tests): Call test_method_param_class.
12511
2bec0572
ND
125122000-07-09 Nick Duffek <nsd@redhat.com>
12513
12514 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12515 spelling.
12516 (test_enums): New procedure. Move enum tests from end of script
12517 to here. Set breakpoint on function name instead of line number.
12518 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12519 (enums2): New marker function.
12520 (enums1): New function.
12521 (main): Call enums1(). Move enum tests to enums1().
12522
78492fde
AC
12523Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12524
12525 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12526 compile/link program. Update line numbers.
12527 * gdb.asm/d10v.inc: Define ``startup''.
12528 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12529
49a2cef8
AC
12530Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12531
12532 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12533
3e6c8688
EZ
125342000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12535
12536 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12537 of 'help maint print' command.
12538
9ff5cbe9
AC
12539Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12540
12541 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12542 they use gdb_expect_list.
12543
17c579bd
AC
12544Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12545
12546 * gdb.base/commands.exp: Use ``set remote
12547 memory-read-packet-size'' instead of ``set endian big'' to test
12548 long commands.
12549
e6d71bf3
DB
125502000-06-03 Daniel Berlin <dan@cgsoftware.com>
12551
12552 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12553 g++, and stop skipping them.
e6d71bf3
DB
12554
12555 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12556 work under g++.
12557
d63a86f8 12558 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12559 initialization.
12560
dc96c6c7 125612000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12562
12563 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12564 the regular expression: accept an (almost) arbitrary sequence of
12565 "frames-invalid" and "breakpoints-invalid" messages both before
12566 and after the "starting" message.
12567
dc96c6c7 125682000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12569
12570 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12571
dc96c6c7 125722000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12573
12574 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12575 Relax the regular expression a little, make it pass on Solaris 8.
12576
8216cda9
KB
125772000-05-12 Kevin Buettner <kevinb@redhat.com>
12578
12579 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12580 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12581 Instead, it is permissible for gdb to stop on the line of the
12582 call itself.
12583
1a570b2f
MS
125842000-05-12 Michael Snyder <msnyder@.cygnus.com>
12585
12586 * gdb.base/break.exp (bp on small function, optimized file):
12587 Add a second pass pattern. The behavior differs here between stabs
12588 and dwarf for one-line functions. Stabs preserves two line symbols
12589 (one before the prologue and one after) with the same line number,
12590 but dwarf regards these as duplicates and discards one of them.
12591 Therefore the address after the prologue (where the breakpoint is)
12592 has no exactly matching line symbol, and GDB reports the breakpoint
12593 as if it were in the middle of a line rather than at the beginning.
12594
dc96c6c7 125952000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12596
d63a86f8 12597 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12598 rather than "send_gdb" (for consistancy).
12599
7d418785
AC
12600Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12601
12602 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12603 * gdb.c++/templates.cc: Properly check for GCC version number.
12604 * lib/compiler.cc: Likewise
12605
dc96c6c7 126062000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12607
d63a86f8 12608 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12609 gdb may not stop at the first line of main, due to code motion.
12610
dc96c6c7 126112000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12612
12613 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12614 This test depends on parsing the printf output from the target.
12615 Since the sparclet stub doesn't do stdio, this will never work.
12616 * gdb.base/call-rt-st.exp: ditto.
12617 * gdb.base/call-strs: ditto.
12618
dc96c6c7 126192000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12620
12621 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12622
12623 * gdb.base/ending-run.exp: After connecting to a remote target,
12624 but before running, the target will appear to be in a random
12625 location. Specify both a file and a line for breakpoints.
12626 Also, the function that calls main may be called 'init'
12627 rather than 'start'.
12628
a5a51225
EZ
126292000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12630
12631 * gdb.base/help.exp: Update output for add-symbol-file command.
12632
7930cc7c
FN
126332000-04-10 Fernando Nasser <fnasser@cygnus.com>
12634
12635 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12636 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12637
23e37ab1
C
126382000-04-07 J.T. Conklin <jtc@redback.com>
12639
e93c542c
C
12640 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12641
23e37ab1
C
12642 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12643
591b8fa3
PDM
12644Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12645
12646 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12647 values that can be represented exactly.
12648 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12649 above change, and to not check against the directory part of the source
12650 file name.
12651 (step into print_long_arg_list): Likewise.
12652 (print print_small_structs from print_long_arg_list): Likewise.
12653 (print print_long_arg_list): Likewise.
12654
7a495180
EZ
126552000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12656
30b53638 12657 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12658
beb998c6
AC
12659Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12660
12661 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12662
1c689132
DB
126632000-03-25 Daniel Berlin <dan@cgsoftware.com>
12664
12665 * gdb.base/commands.exp (deprecated_command_test): Add test for
12666 deprecate with no arguments.
12667
c1790a9d
JL
126682000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12669
12670 * gdb.base/break.exp: Add new test for setting breakpoints on
12671 optimized code so we can test breakpoints work even when function
12672 prologues may be optimized away
12673
003ba290
FN
126742000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12675
12676 From David Whedon <dwhedon@gordian.com>
a9c64011 12677 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 12678
6837a0a2
DB
126792000-03-22 Daniel Berlin <dan@cgsoftware.com>
12680
12681 * gdb.base/help.exp: Added test for new apropos command.
12682
b9593231
KB
126832000-03-21 Kevin Buettner <kevinb@redhat.com>
12684
12685 * gdb.base/pointers.c (usevar): New function.
12686 (main): Make sure that global variables v_int_pointer2, rptr,
12687 and y are all referenced someplace in the program by calling
12688 usevar() on them. [Some linkers delete symbols which are
12689 never referenced. The space remains, but there's no way to
12690 get a (symbolic) handle on the variable from the debugger.]
12691
751a959b
EZ
126922000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12693
12694 * gdb.base/printcmds.c: Add typedeffed arrays.
12695
12696 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12697 procedure to test arrays that are typedef'd.
12698
73a93a32
JI
126992000-03-13 James Ingham <jingham@leda.cygnus.com>
12700
12701 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 12702 the library directories.
73a93a32 12703
fb40c209
AC
12704Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12705
12706 * configure.in (configdirs): Add sub directory gdb.mi.
12707 * configure: Re-generate.
12708
12709 * gdb.mi: New directory.
d63a86f8 12710
ee4dd2c9
AC
127112000-02-25 Scott Bambrough <scottb@netwinder.org>
12712
12713 * gdb.base/long_long.exp: Correct test suite failure when printing
12714 a long long value as a double on ARM platforms.
12715
70f0cc22
JB
127162000-02-16 Jim Blandy <jimb@redhat.com>
12717
12718 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12719 default source file is set properly before running this test.
12720
853819b8
EZ
127212000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12722
12723 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12724 gdbtk/library directory, not in gdbtcl2.
12725
dfcd3bfb
JM
127262000-02-04 Jim Blandy <jimb@redhat.com>
12727
12728 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12729 backslash from regexp pattern.
12730
12731 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12732 procedure. Use it to run all the "continue to bp overloaded"
12733 tests. Note that this changes the names of the tests slightly.
12734 If the breakpoint hit message includes a hex PC value, because
12735 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12736 from the real source code, still consider that a pass.
12737
12738 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12739 XFAIL here if the breakpoint message contains a hex address. Note
12740 similar change on 1999-11-02.
12741
12742 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12743
12744 * gdb.base/ptype.exp: Establish a default source file before
12745 calling get_debug_format.
12746
127472000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12748
12749 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12750
8b93c638
JM
127512000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12752
12753 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12754 of successive stepi commands -- while in the prologue we should see
12755 the function entry bracket.
12756
127572000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12758
12759 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12760 reach __change_mode() when stepping through the end of main().
12761
c5394b80
JM
127622000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12763
12764 * gdb.base/default.exp: Fix expected pattern.
12765 * gdb.base/help.exp: Same.
12766
0d06e24b
JM
127672000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12768
12769 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12770 Don't use xfail's because that affects only the following test.
d63a86f8 12771
0d06e24b
JM
12772 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12773 solaris or linux.
12774
12775 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12776
dc96c6c7 127772000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 12778
d63a86f8 12779 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
12780 "A syntax error" rather than "A parse error". Accept both.
12781
127822000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12783
12784 * gdb.base/default.exp: Remove OS dependent string from "target
12785 remote" test.
12786 * gdb.base/help.exp: Same for "help target remote" test.
12787
c3f6f71d
JM
127882000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12789
12790 From Jim Kingdon <kingdon@redhat.com>:
12791
12792 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12793 prompt (cleanup rather than necessity, but still might keep output
12794 from spilling to next test).
12795
127962000-01-02 Fred Fish <fnf@cygnus.com>
12797
12798 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12799 AIX, which defines them in <sys/types.h>.
12800
ed9a39eb 128011999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 12802
ed9a39eb
JM
12803 * gdb.base/default.exp: Match arm* etc instead of arm in "info
12804 float" test.
12805
128061999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 12807
ed9a39eb 12808 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
12809
12810 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
12811 outermost frame disallowed".
12812
128131999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
12814
12815 * gdb.base/setvar.exp: New tests for setting the value of a struct
12816 with a constant list.
12817
128181999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12819
12820 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
12821 require the user to type a cast before setting the value of a struct.
12822
de57eccd
JM
128231999-12-06 Jim Blandy <jimb@cygnus.com>
12824
12825 * gdb.base/default.exp: Expect the new 'info float' command on
12826 all i386 platforms.
12827
12828 * gdb.threads/linux-dp.exp: Expand our ability to recognize
12829 LinuxThreads libraries that don't support debugging.
12830
c2d11a7d
JM
12831Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12832
12833 * gdb.base/remote.c: Fill the buffer with truely random data.
12834 Change the buffer type to ``unsigned char'' to simplify size
12835 arithmetic.
12836
12837 * gdb.base/remote.exp: Reduce download numbers by one. Typical
12838 stub only handles 400-1 byte packets. Verify that the download
12839 worked.
12840
128411999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
12842
12843 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
12844 tests, using UNRESOLVED for the untested cases. Also, does not wait
12845 for a timeout if the prompt was received before a recognizable pattern.
12846
128471999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
12848
12849 * lib/gdb.exp (gdb_expect_list): Fix spelling.
12850
128511999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12852
12853 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
12854 watchpoints.
12855
128561999-11-24 Jason Merrill <jason@casey.cygnus.com>
12857
12858 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
12859
12860 * gdb.c++/local.exp: Be more flexible in recognizing local class
12861 name mangling. Don't allow horribly truncated method names.
12862 * gdb.c++/derivation.exp: Expect protected inheritance.
12863 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
12864 * gdb.c++/virtfunc.exp: Likewise.
12865 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
12866 when printing a nested enum.
12867
128681999-11-22 Jim Blandy <jimb@cygnus.com>
12869
12870 * gdb.base/step-test.exp: Properly await GDB's response to setting
12871 a breakpoint on the call to large_struct_by_value.
12872
12873 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
12874 just because we have debug info for the `start' function.
12875
128761999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
12877
12878 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
12879 "Unknown signal" messages, which indicate (on LinuxThreads) that
12880 GDB doesn't know how to debug threads on this system. This is
12881 better than hanging while philosopher 0 dumps chatter into gdb.log.
12882
128831999-11-18 Tom Tromey <tromey@cygnus.com>
12884
12885 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
12886
128871999-11-18 Fred Fish <fnf@cygnus.com>
12888
12889 * gdb.base/coremaker2.c: Add sample program for generating
12890 cores that is more self contained than coremaker.c. Eventually
12891 I'll add more code to this and tie it into the testsuite.
12892
4ce44c66
JM
128931999-11-12 Stan Shebs <shebs@andros.cygnus.com>
12894
12895 * gdb.base/dollar.exp: Remove, now in gdb.hp.
12896
128971999-11-10 Jimmy Guo <guo@cup.hp.com>
12898
12899 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
12900 from $srcdir/lib/.
12901 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
12902 and gdb.c++/.
12903
12904 * gdb.c++/derivation.exp: remove redundant get compiler info code.
12905
d63a86f8 12906 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
12907 'continue with watch' test point.
12908
129091999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
12910
12911 Merged from p2linux-990323-branch:
d63a86f8 12912
4ce44c66
JM
12913 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
12914
11cf8741
JM
12915Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
12916
12917 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
12918 {limit,fixed}''. Test ``set download-write-size''.
12919
12920Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
12921
12922 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
12923 gdb_expect_list.
12924
12925Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
12926
12927 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
12928
129291999-11-03 Mark Salter <msalter@cygnus.com>
12930
12931 * gdb.base/break.exp: Fix "stub continue" pattern.
12932
129331999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
12934
12935 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
12936
129371999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
12938
12939 * gdb.base/display.exp ("finish"): Add timeout clause.
12940
12941 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
12942 plain prompt clause, so this doesn't have to time out in order to
12943 fail.
12944
12945 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
12946 breakpoint hit messages include an address.
12947
12948 * gdb.base/display.exp: Don't forget to escape parens in regular
12949 expressions. Unix regexp notatation sucks.
12950
129511999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12952
12953 * gdb.base/annota1.exp: Test for annotate-signalled: change output
12954 order for 'signalled' message.
12955
5c44784c
JM
129561999-11-01 Stan Shebs <shebs@andros.cygnus.com>
12957
12958 From Jimmy Guo <guo@cup.hp.com>:
12959 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
12960 * gdb.base/annota1.c: Add code for tests to work with.
12961
129621999-10-26 Frank Ch. Eigler <fche@cygnus.com>
12963
12964 * gdb.base/remote.exp: New test for remote downloading settings.
12965 * gdb.base/remote.c: New file with large .data.
12966
917317f4
JM
129671999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
12968
12969 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
12970 for LinuxThreads support, merged from the Code Fusion branch.
12971
12972Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
12973
12974 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
12975 containing exp_continue into a while within an expect. Don't
12976 attempt a start more than three times. Check return value from
12977 gdb_load.
d63a86f8 12978
2df3850c
JM
12979Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
12980
12981 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
12982 a pass case.
12983
2acceee2
JM
129841999-10-01 Kevin Buettner <kevinb@cygnus.com>
12985
12986 * gdb.base/break.c (main): Added a statement that we can step
12987 off of.
12988 * gdb.base/break.exp: Added tests for setting a breakpoint
12989 at an offset and stepping onto a breakpoint.
12990
129911999-10-01 Fred Fish <fnf@cygnus.com>
12992
d63a86f8 12993 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
12994 gdb output.
12995
c2c6d25f
JM
129961999-09-18 Jim Blandy <jimb@cris.red-bean.com>
12997
12998 * gdb.base/break.exp: Code locations are in hex, don't forget!
12999 (For HP-UX.)
13000
130011999-09-17 Stan Shebs <shebs@andros.cygnus.com>
13002
13003 * condbreak.exp: Use break.c as test program.
13004 * condbreak.c: Remove, redundant with break.c.
13005
130061999-09-15 Stan Shebs <shebs@andros.cygnus.com>
13007
13008 * config/monitor.exp (gdb_target_monitor): Disable X- and
13009 Z-packets if the target needs it.
13010
130111999-09-13 James Ingham <jingham@leda.cygnus.com>
13012
13013 * gdb.c++/overload.exp: Added tests for listing overloaded
13014 functions with function pointers in the arg, explicitly calling
13015 out the version you want.
13016
cff3e48b
JM
130171999-09-09 Stan Shebs <shebs@andros.cygnus.com>
13018
13019 * long_long.exp: Add variations of test cases that work for
13020 targets with 16-bit ints and 32-bit doubles.
13021
d4f3574e
SS
130221999-09-08 Stan Shebs <shebs@andros.cygnus.com>
13023
13024 * break.c (main): Compare a possibly-uninitialized argc with an
13025 unlikely value that fits in 16 bits.
13026
130271999-09-07 Stan Shebs <shebs@andros.cygnus.com>
13028
13029 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
13030 0xfeeb, don't want negative numbers if ints are 16 bits.
13031
13032 * lib/gdb.exp (skip_cplus_tests): New proc.
13033 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13034 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
13035 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
13036 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
13037 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
13038 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
13039 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
13040 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
13041
13042 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
13043
13044Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
13045
13046 * gdb.base/corefile.exp (up): Allow a parameter to appear
13047 in the frame that we're going up to.
13048
13049 From Jim Blandy <jimb@cygnus.com>:
13050
13051 * gdb.base/default.exp (info float): Expect some output now.
13052
13053 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13054 returning floating-point values to fail on the x86.
13055 * gdb.base/callfwmall.exp (do_function_calls): Same.
13056
13057 * gdb.base/list.exp (test_listsize): Correct expectations for
13058 listing line 1 with listsize 2. Also, listing a single line
13059 works now, as does listing three lines. [Kevin's note: There
13060 were a number of other cases fixed too where the expectations
13061 differed...]
13062
130631999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13064
13065 * gdb.base/selftest.exp: Add case for when version prints as
13066 constant string instead of char pointer.
13067
104c1213
JM
130681999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13069
13070 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13071 stepping out of main.
13072
13073 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13074 G++ used.
13075
13076 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13077 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13078
13079 * gdb.c++/ovldbreak.exp: Update match string in test that
13080 includes a warning of multiple breakpoints.
13081
130821999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13083
13084 * gdb.base/display.exp: Improve precision of step-after-finish
13085 added yesterday.
13086
13087 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13088 test.
13089
13090 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13091 configs when using G++, not just hppa*.
13092
130931999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13094
13095 * gdb.base/async.c: New file.
13096 * gdb.base/async.exp: New file.
13097
13098Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13099
13100 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13101 PA64.
13102
53a5351d
JM
13103Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13104
104c1213
JM
13105 * gdb.base/display.exp: "finish" can leave us mid-line on many
13106 targets, deal with it. Add a small constant to main, instead of
13107 1000 since main+1000 may not be a valid address in the target.
13108
53a5351d
JM
13109 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13110 on hpux11.
13111
13112 * gdb.base/attach.exp: Handle another hpux11 error message variant
13113 when attaching to a process that does not exist.
13114
131151999-08-19 J.T. Conklin <jtc@redback.com>
13116
13117 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13118 characters in 'continue to 1241' test.
13119
131201999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13121
13122 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13123 stop in print_long_arg_list, define and use a whitespace
13124 variable in print_small_structs test, add an XFAIL for Solaris.
13125 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13126 interested enough to fix.
13127
7be570e7
JM
131281999-08-13 Keith Seitz <keiths@cygnus.com>
13129
13130 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13131 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13132 proc knows about targets other than the natives.
13133 (test_assign): Use "gdb_run_cmd" to "run" the target.
13134 Check that we've actually hit the breakpoint at main.
13135 When we attempt to assign a value to a local variable, check
13136 that the variable is in the current scope, i.e., don't use
13137 a test with an empty result.
13138
13139Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13140
13141 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13142 command.
13143
131441999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13145
13146 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13147 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13148 gdb.compat, gdb.threads-hp.
13149 gdb.hp/configure, gdb.hp/configure.in: New files.
13150 gdb.hp/Makefile.in: Recurse into new subdirs.
13151 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13152 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13153 in object files.
13154 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13155
96baa820
JM
131561999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13157
13158 * gdb.base/display.exp: Help expect by putting a newline in the
13159 funky printf, remove a bogus p/a test.
13160
131611999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13162
13163 * gdb.base/display.exp: Make sure that when we say 'run', we are
13164 connected to the target. This is necessary when running not
13165 natively.
13166
131671999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13168
13169 * gdb.base/step-test.exp: Removed some extraneous messages.
13170
13171 * gdb.base/long_long.exp: Don't run memory examination tests
13172 on little-endian targets (they will need a different set of
13173 results to match).
13174
131751999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13178 until somebody decides to fix GDB.
13179
13180 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13181 constant as "ULL".
13182 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13183 matches for a couple x/2 commands.
13184
a0b3c4fd
JM
131851999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13186
13187 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13188 by merging in ref-types2 tests.
13189 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13190
13191 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13192 * gdb.c++/Makefile.in: Add standard actions.
13193 (EXECUTABLES): Rename from PROGS, update list.
13194 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13195 from gdb.hp.
13196 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13197 foo and bar locals.
13198 * gdb.c++/anon-union.exp: Fix tests to match.
13199 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13200 expect matches to handle output variations.
13201 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13202 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13203 output, add HP alternatives for new and delete prints.
13204 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13205 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13206 * gdb.c++/demangle.exp: Use $style when reporting failure.
13207 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13208 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13209 match alternatives.
13210 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13211 compilers.
13212 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13213 * gdb.c++/method.exp: Add match alternatives.
13214 * gdb.c++/misc.cc: Add bool types.
13215 * gdb.c++/misc.exp: Add tests for bool types.
13216 * gdb.c++/overload.exp: Add xfails.
13217 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13218 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13219 add some more template parameter tests (only for HP currently).
13220 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13221 * gdb.c++/virtfunc.cc: Add return type and value for main.
13222 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13223 match alternatives.
d63a86f8 13224
a0b3c4fd
JM
132251999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13226
13227 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13228
132291999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13230
13231 * gdb.base/signals.exp: Don't expect getting a backtrace from
13232 within a signal handler to fail on Linux.
13233
132341999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13235
13236 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13237 * lib/gdb.exp: Remove some gratuitious semicolons.
13238 (delete_breakpoints): Increase timeout.
13239 (gdb_expect): Add -notransfer option.
13240 (gdb_test): Use -notransfer option.
13241 (get_compiler_info): Add f77 case.
13242 (get_compiler): New proc, split out from gdb_preprocess, add f77
13243 case.
13244 (gdb_preprocess): Call get_compiler.
13245
13246 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13247 * gdb.base/attach.exp, gdb.base/display.exp,
13248 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13249 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13250 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13251 third arg to gdb_test.
13252 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13253 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13254 HP-UX xfails, add others.
13255 * gdb.base/completion.exp: Reflect name change of self-test.
13256 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13257 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13258 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13259 HP failure number.
13260 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13261 useless HP-UX 10.30 references.
13262 * gdb.base/maint.exp: Loosen matches.
13263 * gdb.base/pointers.c (main): Declare more_code.
13264 * gdb.base/pointers.exp: Match on output of a `next'.
13265 * gdb.base/structs.c: Add prototypes.
13266 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13267 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13268
132691999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13270
13271 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13272 command.
13273
132741999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13275
13276 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13277 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
13278
13279 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
13280 debug info. Deal with lack of signal hanlder info in stack.
13281
a9c64011 13282 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
13283 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13284
5a2468f5
JM
132851999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13286
13287 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13288 gdb.base/foll-vfork.exp: Don't run for crosses.
13289
adf40b2e
JM
13290Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13291
13292 * gdb.base/configure.in: Check for gdbvars.exp instead of
13293 a1-selftest.exp.
13294 * gdb.base/configure: Re-generate.
13295
132961999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13297
13298 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13299 in trying to run first and name is too long.
13300
13301 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13302 pointers2.c and pointers2.exp, respectively.
13303 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13304 doschk happier.
13305
43e526b9
JM
133061999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13307
13308 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13309 callfuncs2.c and callfuncs2.exp.
13310
13311 * gdb.base/list.exp: Remove mistaken xfails.
13312 * gdb.base/list0.h: Add optional prototypes.
13313
9846de1b
JM
13314Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13315
a9c64011 13316 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 13317 calling malloc.
a9c64011
AS
13318 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13319 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
13320 use.
13321
133221999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13323
13324 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13325 * gdb.base/annota2.cc, annota2.exp: Move from here.
13326 * gdb.c++/annota2.cc, annota2.exp: To here.
13327 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13328
43ff13b4
JM
13329Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13330
13331 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13332 a consistent format.
13333
085dd6e6
JM
133341999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13335
13336 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13337 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13338 HP compilers, also set the globals $true and $false.
13339
13340 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13341 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13342 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13343 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13344 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13345 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13346 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13347 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13348 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13349 whatis.c} Add C++ compatible function definitions and return
13350 types, add includes for library functions.
13351 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13352 * gdb.base/step-test.c (myglob): Rename from glob.
13353 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13354 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13355 files, move here from gdb.hp.
13356 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13357 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13358 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13359 Adjust line numbers in regexps.
13360
13361 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13362 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13363 instead of 0/1.
13364
13365 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13366 foll-vfork.exp: New files, move here from gdb.hp.
13367 * gdb.base/page.exp: New file, test of pagination command.
13368
13369 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13370 recursion test.
13371 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13372
13373 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13374 gdb.base/solib.exp: Fix compiler invocation process.
13375
13376 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13377 HP-UX 11, turn off overload resolution explicitly.
13378 * gdb.base/commands.exp: Set argument list explicitly, add
13379 watchpoint test.
13380 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13381 them work.
13382 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13383 expressions properly.
13384 * gdb.base/corefile.exp: Loosen the match slightly.
13385 * gdb.base/default.exp: Allow "Error accessing memory" message
13386 also.
13387 * gdb.base/display.exp: Skip over x/0 j if PA64.
13388 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13389 * gdb.base/interrupt.exp: Ditto.
13390 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13391 in use.
13392 * gdb.base/list.exp: Add xfails for HP-UX.
13393 * gdb.base/long_long.exp: Refine some of the numeric matches.
13394 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13395 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13396 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13397 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13398 * gdb.base/ptype.exp: Succeed on more varieties of output.
13399 * gdb.base/scope.exp: Add xfails for HP-UX.
13400 * gdb.base/sect-cmd.exp: Add more cases.
13401 * gdb.base/setvar.exp: Add xfails for HP-UX.
13402 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13403 * gdb.base/signals.exp: Match on void symbolically.
13404 * gdb.base/step-test.exp: Add case for PA64.
13405 * gdb.base/term.exp: Add exit and restart.
13406 * gdb.base/twice.exp: Clean up after self.
13407 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13408 * gdb.base/whatis.exp: Allow more ways to pass tests.
13409
13410 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13411 no longer useful.
13412
13413Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13414
13415 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13416 list of patterns.
13417 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13418 print_double_array(double_array)", "continuing to breakpoint
13419 1018", "print print_double_array(array_d)" and "continuing to
13420 1034" tests.
d63a86f8 13421
085dd6e6
JM
134221999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13423
a9c64011 13424 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13425
134261999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13427
13428 * config/mt-*: Remove, these haven't been used since 1996.
13429
134301999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13431
13432 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13433 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13434 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13435
9e0b60a8
JM
134361999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13437
13438 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13439 simpler match case for the ptype of the big class.
13440
134411999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13442
13443 * gdb.exp: Fix test for gdb_prompt existence.
13444
134451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13446
13447 * gdb.exp (gdb_test): Add fail after calls to perror.
13448
134491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13450
13451 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13452
134531999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13454
13455 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13456
0f71a2f6
JM
13457Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13458
13459 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13460 malloc() is linked in.
13461
134621999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13463
13464 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13465 step at end.
13466
13467 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13468
134691999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13470
13471 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13472
cce74817
JM
13473Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13474
13475 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13476 * gdb.base/mips_pro.exp: Likewise.
13477
134781999-06-02 Keith Seitz <keiths@cygnus.com>
13479
13480 * gdb.c++/templates.cc: Change all "new" operators to throw
13481 an exception.
13482 * gdb.c++/cplusfuncs.cc: Likewise.
13483
13484 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13485
13486Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13487
13488 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13489 * gdb.base/ending-run.exp: When stepping out of main, accept a
13490 step into an arbitrary assembler file.
cce74817 13491
392a587b
JM
134921999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13493
d63a86f8 13494 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13495 "breakpoint-invalid" to be printed.
d63a86f8 13496 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13497 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13498 * gdb.base/annota2.cc: Initialize a.x to 0.
13499
9e086581
JM
135001999-05-17 Keith Seitz <keiths@cygnus.com>
13501
13502 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13503 when "skip_float_tests" set.
13504 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13505 "print print_ten_doubles", and "step into print_long_arg_list".
13506 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13507 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13508 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13509 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13510 "skip_float_tests" is set.
13511 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13512 when "skip_float_tests" set.
d63a86f8 13513
cd0fc7c3
SS
135141999-05-06 Keith Seitz <keiths@cygnus.com>
13515
13516 * gdb.base/annota2.cc: Include stdio.h.
13517
13518Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13519
13520 * gdb.base/crossload.exp: Remove, this has been disabled ever
13521 since BFD stopped including all targets, and cross-GDB gets
13522 plenty of testing anyway.
13523 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13524 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13525 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13526 * gdb.base/README: Remove, was doc for this.
13527 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13528 needed.
13529
b83266a0
SS
135301999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13531
13532 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13533 output.
13534
13535 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13536 * gdb.base/annota2.exp: New file. More annotation tests.
13537 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13538 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13539
135401999-04-23 Angela Marie Thomas <angela@cygnus.com>
13541
13542 * config/cfdbug.exp: New file.
13543
7a292a7a
SS
135441999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13545
13546 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13547 Marcus Daniel's and Dale Hawkins's demangler crashes.
13548
13549 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13550 test_lucid_style_demangling, test_arm_style_demangling,
13551 test_hp_style_demangling): Try Tom Tromey's core-dumping
13552 identifier under each demangling style.
13553
135541999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13555
13556 * gdb.c++/demangle.exp: Include the current demangling style
13557 in all test names.
13558 (current_demangling_style): New global variable.
13559 (set_demangling_style, test_demangling_core, test_demangling,
13560 test_demangling_exact): New functions.
13561 (test_gnu_style_demangling, test_lucid_style_demangling,
13562 test_arm_style_demangling, test_hp_style_demangling): Use those,
13563 instead of calling gdb_test and gdb_test_exact directly.
13564 (catch_demangling_errors): New function, which reports errors
13565 signalled by the demangling test functions in an orderly way.
13566 (do_tests): Use catch_demangling_errors.
13567
135681999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13569
13570 * gdb.base/signals.exp (test_handle_all_print): Use () for
13571 grouping in expressions, not {}.
13572
13573 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13574 initialized yet.
13575
135761999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13577
13578 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13579 are listed.
13580
135811999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13582
13583 * gdb.stabs/weird.exp: Test for CC being defined before
13584 looking at its value.
13585
135861999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13587
13588 * gdb.base/call-ar-st.exp: Remove stray '#'.
13589 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13590 "short int" and "long int".
13591 * gdb.c++/overload.cc: Cast the string added in the previous
13592 change, to mollify finicky HP compiler.
13593 * gdb.hp/reg-test.exp (testfile): Fix file name.
13594 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13595
7a292a7a
SS
13596 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13597 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13598 alternate form of enum ptype.
13599
c906108c
SS
136001999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13601
7a292a7a
SS
13602 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13603 * gdb.hp/*.exp: Change all to run compiler probe only after
13604 passing skip_hp_tests, so as not to waste time on guaranteed
13605 failure.
13606
c906108c
SS
13607 * gdb.c++/overload.cc: Pass string instead of char addr, always
13608 init ccpfoo.
13609 * gdb.c++/templates.cc: Fix syntax error.
13610
7a292a7a
SS
13611Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13612
13613 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13614 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13615 command.
13616
136171999-03-18 James Ingham <jingham@cygnus.com>
13618
13619 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13620
13621 * gdb.c++/method.exp: It was testing an uninitialized int on the
13622 stack and assuming it was positive.
13623
13624 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13625
13626 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13627 keep it from killing the rest of the tests.
7a292a7a
SS
13628 Use gdb_continue_to_end.
13629
13630 * gdb.base/sigall.exp: use gdb_continue_to_end.
13631
13632 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13633
13634 * gdb.base/display.exp: use runto_main, not run.
13635
d63a86f8
RM
13636 * gdb.base/default.exp: Check for the current error message in the
13637 r abbreviation test.
7a292a7a
SS
13638 Add strongarm to the targets that know info float.
13639
d63a86f8 13640 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13641 run which doesn't work with monitors.
13642
13643 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13644
13645 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13646
13647 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13648 program. Traps the case (in Cygmon) when the program never really
13649 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13650 more places, so I used my name. Sorry Mark...
13651
13652 * config/monitor.exp (gdb_target_monitor): added another
13653 target_info parameter: remotebinarydownload. This will set the
13654 remotebinarydownload flag if this is causing some boards trouble.
13655
136561999-03-18 Mark Salter <msalter@cygnus.com>
13657
13658 * lib/gdb.exp (continue_to_exit): New function.
13659
13660 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13661 * gdb.base/ending-run.exp: Ditto.
13662 * gdb.base/step-test.exp: Ditto.
13663
136641999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13665
13666 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13667 (suggested by Art Haas <ahaas@neosoft.com>).
13668
136691999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13670
13671 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13672
13673Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13674
13675 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13676 descriptions of types (short unsigned int vs unsigned short, etc).
13677
136781999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13679
13680 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13681 a call to strlen; sometimes we do have sources.
13682
136831999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
13684
13685 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13686 character, so GDB won't print garbage after its end.
d63a86f8 13687
c906108c
SS
13688 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13689 breakpoint there instead. Sometimes GCC emits memcpy to handle
13690 the large structures being passed by value, so we step into that
13691 instead of sum_array_print, which obscures what we're really testing.
13692 * gdb.base/step-test.exp: However, we do want a test that notices
13693 the bizarre steps into memcpy, so do that here. Add check for
13694 stepping into function calls that pass large structures by value.
13695 ("Is that a noun clause, or are you just happy to see me?")
13696 Remove all references to specific line numbers.
13697 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13698 New type and function.
13699 (main): Call large_struct_by_value, passing it a large struct by value.
13700 * lib/gdb.exp (gdb_get_line_number): New function.
13701
13702 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13703 more portable.
13704
7a292a7a
SS
137051999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13706
c906108c
SS
13707 * lib/gdb.exp: Doc fixes.
13708
7a292a7a
SS
137091999-03-05 Nick Clifton <nickc@cygnus.com>
13710
d63a86f8 13711 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
13712
137131999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13714
c906108c
SS
13715 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13716 commands. They're not germane to this test, and they don't work
13717 that way on remote targets.
13718
3fc11d3e
JM
137191999-03-01 James Ingham <jingham@cygnus.com>
13720
13721 * Changelog entries merged over from gdb development branch.
13722
3fc11d3e
JM
13723 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13724
13725 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13726 for outputting results of test run.
13727
2d4a1622 13728 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
13729
13730 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 13731
7a292a7a
SS
137321999-02-25 Felix Lee <flee@cygnus.com>
13733
13734 * lib/gdb.exp (debug_format): initialize
13735
c906108c
SS
137361999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13737
13738 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13739 * gdb.base/call-rt-st.c: Ditto.
13740
c906108c
SS
137411999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13742
13743 * gdb.threads/pthreads.exp (horiz): New variable.
13744 (test_startup): Fix regexps that capture thread numbers.
13745
137461999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13747
13748 * gdb.base/smoke.exp: Disambiguate two test case names (both
13749 called ``print'').
13750
13751Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13752
13753 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13754 compilation.
13755
137561999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13757
13758 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13759 actual output formatting.
13760 * gdb.base/smoke.exp: GDB removes leading 0's.
13761 * gdb.base/volatile.exp: Don't check type of remuneration;
13762 that variable is no longer defined in constvars.c.
13763 * gdb.base/step-test.c (main): Exit with explicit exit code.
13764 * gdb.base/step-test.exp: Remove two nexti checks--they are
13765 not portable.
13766
137671999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13768
13769 * gdb.base/help.exp ("help delete display"): Fix test to match
13770 gdb's output.
13771
13772 * gdb.base/long_long.c (known_types): Initialize values to zero.
13773 * gdb.base/long_long.exp: Step one more line
13774 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
13775 leading zeros. Explicitly ask for hex formatting. Use
13776 unique test case names.
c906108c
SS
13777
13778Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13779
d63a86f8 13780 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
13781
13782 * gdb.c++/method.exp: Add missing close brace.
13783
137841999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13785
13786 * gdb.base/maint.exp: Use 'set height 0' to disable page
13787 prompting, not 'set height 400'.
13788
13789 Fix a bunch of timeouts.
13790 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13791 four separate tests, so expect doesn't take forever to match a ton
13792 of text against a regexp with lots of .* forms.
13793 ("maint print psymbols", "maint print symbols"): Make some of
13794 these greps more selective, so that expect doesn't try to wade
13795 through huge piles of output and time out.
13796
13797 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13798
13799 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13800 tests: one which doesn't expect shlib events to be reported, and
13801 another which does, but is XFAIL for all platforms other than
13802 HP/UX.
13803
13804 * gdb.base/break.exp: Teach the test suite that the `catch
13805 fork', `catch vfork', and `catch exec' commands produce error
13806 messages on platforms that don't provide these features.
13807
13808Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13809
13810 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
13811 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
13812 (shortening names from solib_threshold.exp etc), won't run on
13813 anything but HP-UX for the foreseeable future.
13814 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
13815 reflect move.
13816
13817Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
13818
13819 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13820 gdb.trace/Makefile.in (clean): Remove all test executables.
13821
13822Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
13823
13824 * gdb.base/shlib-call.exp: add test cases to verify that gdb
13825 successfully re-sets breakpoints in shared libraries.
13826 * gdb.base/shmain.c (main): return 0, don't fall off the end.
13827
13828Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13829
d63a86f8
RM
13830 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
13831 and compiled w/o GCC.
c906108c
SS
13832
13833 * gdb.hp/watch-cmd.exp: ditto.
13834
13835 * gdb.hp/watch-hp.exp: ditto.
13836
13837 * gdb.hp/xdb1.exp: ditto.
13838
13839 * gdb.hp/xdb2.exp: ditto.
13840
13841 * gdb.hp/dbx.exp: ditto.
13842
13843Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
13844
13845 * constvars.c: Remove C++-isms.
13846 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
13847 with GCC.
13848
13849Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
13850
13851 The following changes are part of the HP merge.
13852
13853 * gdb.base/break.exp: new tests to verify that catchpoints for
13854 fork, vfork, and exec don't trigger inappropriately.
13855
13856 * gdb.base/opaque.exp: compile one file at a time, then link.
13857
13858 * gdb.base/signals.exp: be more restrictive about which hppa
13859 systems receive a setup_xfail. new tests.
13860
13861 * gdb.base/solib_threshold.build: new file.
13862 * gdb.base/solib_threshold.exp: new file.
13863 * gdb.base/solib_threshold.link_opts: new file.
13864 * gdb.base/solib_threshold.mk: new file.
13865 * gdb.base/gen_solib_threshold.c: new file.
13866
13867 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
13868 tests. New tests for enums inside classes.
13869
13870 * gdb.c++/compiler.cc: indicate support of template debugging.
13871
13872 * gdb.c++/demangle.exp: run hp style demangling tests.
13873
13874 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
13875 tests.
13876
13877 * gdb.c++/misc.cc: changes to support new tests.
13878
13879 * gdb.c++/templates.cc: changes to support HP's compiler; changes
13880 to support new tests.
13881
13882 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
13883 gcc, then skip these tests.
13884
13885Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
13886
13887 The following files are part of the HP merge; some had longer
13888 names at HP, but have been renamed to be no more than 14
13889 characters in length.
13890
13891 * gdb.hp/ambiguous.cc: new file.
13892 * gdb.hp/ambiguous.exp: new file.
13893 * gdb.hp/attach.exp: new file.
13894 * gdb.hp/attach2.exp: new file.
13895 * gdb.hp/classes-hp.exp: new file.
13896 * gdb.hp/ctti.exp: new file.
13897 * gdb.hp/ctti-add.cc: new file.
13898 * gdb.hp/ctti-add1.cc: new file.
13899 * gdb.hp/ctti-add2.cc: new file.
13900 * gdb.hp/ctti-add3.cc: new file.
13901 * gdb.hp/dbx.exp: new file.
13902 * gdb.hp/exception.cc: new file.
13903 * gdb.hp/exception.exp: new file.
13904 * gdb.hp/foll-exec.c: new file.
13905 * gdb.hp/foll-exec.exp: new file.
13906 * gdb.hp/foll-fork.c: new file.
13907 * gdb.hp/foll-fork.exp: new file.
13908 * gdb.hp/foll-vfork.c: new file.
13909 * gdb.hp/foll-vfork.exp: new file.
13910 * gdb.hp/inherit-hp.exp: new file.
13911 * gdb.hp/more-steps.exp: new file.
13912 * gdb.hp/namespace.cc: new file.
13913 * gdb.hp/namespace.exp: new file.
13914 * gdb.hp/optimize.exp: new file.
13915 * gdb.hp/pxdb.c: new file.
13916 * gdb.hp/pxdb.exp: new file.
13917 * gdb.hp/quicksort.exp: new file.
13918 * gdb.hp/reg-test.exp: new file.
13919 * gdb.hp/reg-test.s: new file.
13920 * gdb.hp/sized-enum.c: new file.
13921 * gdb.hp/sized-enum.exp: new file.
13922 * gdb.hp/start-stop.exp: new file.
13923 * gdb.hp/templ-hp.cc: new file.
13924 * gdb.hp/templ-hp.exp: new file.
13925 * gdb.hp/thr-lib.c: new file.
13926 * gdb.hp/thr-lib.exp: new file.
13927 * gdb.hp/thr-lib.h: new file.
13928 * gdb.hp/thr-liblib.c: new file.
13929 * gdb.hp/virtfun-hp.c: new file.
13930 * gdb.hp/virtfun-hp.exp: new file.
13931 * gdb.hp/watch-cmd.exp: new file.
13932 * gdb.hp/watch-hp.exp: new file.
13933 * gdb.hp/xdb1.exp: new file.
13934 * gdb.hp/xdb2.exp: new file.
13935 * gdb.hp/xdb3.exp: new file.
13936
13937Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
13938
13939 The following files are part of the HP merge; some had longer
13940 names at HP, but have been renamed to be no more than 14
13941 characters in length.
13942
13943 * gdb.base/ss.h: new file.
13944 * gdb.base/call-ar-st.c: new file.
13945 * gdb.base/call-ar-st.exp: new file.
13946 * gdb.base/call-rt-st.c: new file.
13947 * gdb.base/call-rt-st-exp: new file.
13948 * gdb.base/call-strs.exp: new file.
13949 * gdb.base/ena-dis-br.exp: new file.
13950 * gdb.base/environ.exp: new file.
13951 * gdb.base/long_long.exp: new file.
13952 * gdb.base/sect-cmd.exp: new file.
13953 * gdb.base/shlib-cl2.exp: new file.
13954 * gdb.base/smoke.exp: new file.
13955 * gdb.base/so-impl-ld.c: new file.
13956 * gdb.base/so-impl-ld.exp: new file.
13957 * gdb.base/so-indr-cl.c: new file.
13958 * gdb.base/so-indr-cl.exp: new file.
13959 * gdb.base/varargs.exp: new file.
13960 * gdb.base/volatile.exp: new file.
13961 * gdb.base/whatis-exp.exp: new file.
7a292a7a 13962 * gdb.base/display.exp: new file.
c906108c
SS
13963 * gdb.c++/derivation.exp: new file.
13964 * gdb.c++/local.exp: new file.
13965 * gdb.c++/member-ptr.exp: new file.
13966 * gdb.c++/overload.exp: new file.
13967 * gdb.c++/ovldbreak.exp: new file.
13968 * gdb.c++/ref-types.exp: new file.
13969 * gdb.c++/ref-types2.exp: new file.
13970 * gdb.c++/userdef.exp: new file.
d63a86f8 13971
c906108c
SS
13972Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
13973
13974 * gdb.base/default.exp: Reflect wording change in remote.c.
13975
dc96c6c7 13976Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13977
13978 * gdb.base/help.exp: Update to reflect current text.
13979
13980Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
13981
13982 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
13983 they're stack variables and contain garbage.
13984 * gdb.c++/anon-union.exp: new file.
13985
13986 The following changes were made by David Taylor
13987 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13988 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13989 in changes by HP.
13990
13991 * gdb.base/bitops.exp: new file.
13992 * gdb.base/default.exp: change expected messages for catch and
13993 info catch tests to reflect HP merge changes.
13994 * gdb.base/enable-disable-break.exp
13995 * gdb.base/ending-run.c: new file.
13996 * gdb.base/long_long.c: new file.
13997 * gdb.base/maint.exp: new file.
13998 * gdb.base/pointers2.exp: new file.
13999 * gdb.base/shlib-call2.exp: new file.
14000 * gdb.base/solib.exp: new file.
14001 * gdb.base/step-test.c: new file.
14002 * gdb.c++/anon-union.cc: new file.
14003 * gdb.c++/local.cc: new file.
14004 * gdb.c++/member-pointer.cc: new file.
14005 * gdb.c++/method.cc: new file.
14006 * gdb.c++/ref-types.cc: new file.
14007 * gdb.c++/ref-types2.cc: new file.
14008 * gdb.c++/userdef.cc: new file.
d63a86f8 14009
c906108c
SS
14010 * gdb.base/scope.exp: compile one file at a time, then link.
14011 * gdb.base/langs.exp: ditto.
14012 * gdb.base/list.exp: ditto.
d63a86f8 14013
c906108c
SS
14014Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
14015
14016 The following changes were made by David Taylor
14017 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14018 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14019 in changes by HP.
d63a86f8 14020
c906108c
SS
14021 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
14022 skip tests. When compiling pass c++ flag to gdb_compile.
14023 * gdb.c++/
d63a86f8 14024
c906108c
SS
14025 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
14026 test for on hppa*-*-hpux*; use args to see if c++ was specified.
14027 (skip_hp_tests): new function.
14028 (gdb_preprocess): new function.
14029
14030 * configure.in (hpdir): decide whether to configure gdb.hp.
14031 * configure: regenerated.
14032
14033 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
14034 to delete on clean.
14035 (EXECUTABLES): update to reflect new additions.
14036 * gdb.base/commands.exp: update message expected.
14037 * gdb.base/default.exp: add copyright notice.
14038 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
14039 * gdb.base/help.exp: update messages to reflect current text.
14040 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
14041 targets for recurse tests.
14042 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
14043 skip this file.
14044
14045 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
14046 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14047 compilation.
14048 * gdb.c++/misc.exp: ditto.
14049 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14050 run the tests. tell gdb_compile that it's a c++ compilation.
14051
14052 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 14053
c906108c
SS
14054 * gdb.base/all-bin.exp: new file.
14055 * gdb.base/arithmet.exp: new file.
14056 * gdb.base/assign.exp: new file.
14057 * gdb.base/completion.exp: new file.
14058 * gdb.base/cond-expr.exp: new file.
14059 * gdb.base/condbreak.exp: new file.
14060 * gdb.base/define.exp: new file.
14061 * gdb.base/dollar.exp: new file.
14062 * gdb.base/environment.exp: new file.
14063 * gdb.base/eval-skip.exp: new file.
14064 * gdb.base/jump.exp: new file.
14065 * gdb.base/logical.exp: new file.
14066 * gdb.base/pointers.exp: new file.
14067 * gdb.base/relational.exp: new file.
14068 * gdb.base/section_command.exp: new file.
14069 * gdb.base/whatis-expr.exp: new file.
14070
14071 * gdb.base/all-types.c: new file.
14072 * gdb.base/call-array-struct.c: new file.
14073 * gdb.base/call-return-struct.c: new file.
14074 * gdb.base/call-strings.c: new file.
14075 * gdb.base/callfuncs2.c: new file.
14076 * gdb.base/condbreak.c: new file.
14077 * gdb.base/constvars.c: new file.
14078 * gdb.base/display.c: new file.
14079 * gdb.base/int-type.c: new file.
14080 * gdb.base/jump.c: new file.
14081 * gdb.base/miscexprs.c: new file.
14082 * gdb.base/pointers.c: new file.
14083 * gdb.base/pointers2.c: new file.
14084 * gdb.base/shmain.c: new file.
14085 * gdb.base/shr1.c: new file.
14086 * gdb.base/shr2.c: new file.
14087 * gdb.base/solib.c: new file.
14088 * gdb.base/solib1.c: new file.
14089 * gdb.base/solib2.c: new file.
14090 * gdb.base/varargs.c: new file.
14091 * gdb.c++/derivation.cc: new file.
14092 * gdb.c++/overload.cc: new file.
14093 * gdb.c++/ovldbreak.cc: new file.
14094 * gdb.hp/attach.c: new file.
14095 * gdb.hp/attach2.c: new file.
14096 * gdb.hp/average.c: new file.
14097 * gdb.hp/compiler.c: new file.
14098 * gdb.hp/compiler.cc: new file.
14099 * gdb.hp/execd-program.c: new file.
14100 * gdb.hp/follow-exec.c: new file.
14101 * gdb.hp/follow-fork.c: new file.
14102 * gdb.hp/follow-vfork-and-exec.c: new file.
14103 * gdb.hp/misc-hp.cc: new file.
14104 * gdb.hp/more-steps.c: new file.
14105 * gdb.hp/optimize.c: new file.
14106 * gdb.hp/quicksort.c: new file.
14107 * gdb.hp/run-hp.c: new file.
14108 * gdb.hp/start-stop.c: new file.
14109 * gdb.hp/sum.c: new file.
14110 * gdb.hp/templates-hp.cc: new file.
14111 * gdb.hp/thread-local-in-lib.c: new file.
14112 * gdb.hp/thread-local-in-lib.h: new file.
14113 * gdb.hp/thread-local-in-lib.lib.c: new file.
14114 * gdb.hp/vforked-program.c: new file.
14115 * gdb.hp/virtfunc-hp.cc: new file.
14116 * gdb.hp/watchpoint-hp.c: new file.
14117 * gdb.hp/xdb.c: new file.
14118 * gdb.hp/xdb0.c: new file.
14119 * gdb.hp/xdb0.h: new file.
14120 * gdb.hp/xdb1.c: new file.
14121
14122Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14123
14124 The following change was made by Edith Epstein
14125 <eepstein@cygnus.com> as part of a project to merge in changes
14126 originally made by HP; HP did not create ChangeLog entries.
14127
14128 * gdb.c++/demangle.exp: changed the expected output for some
14129 ARM-style mangling -- removed second reference to datatype.
14130 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 14131 T1<char>::~T1<char>(void)
c906108c 14132 becomes,
a9c64011
AS
14133 maint demangle __dt__11T1__pt__2_cFv
14134 T1<char>::~T1(void)
c906108c
SS
14135
14136 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 14137
c906108c
SS
14138Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14139
14140 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14141 * gdb.trace/backtrace.exp: Likewise.
14142 * gdb.trace/circ.exp: Likewise.
14143 * gdb.trace/collection.exp: Likewise.
14144 * gdb.trace/deltrace.exp: Likewise.
14145 * gdb.trace/infotrace.exp: Likewise.
14146 * gdb.trace/limits.exp: Likewise.
14147 * gdb.trace/packetlen.exp: Likewise.
14148 * gdb.trace/passc-dyn.exp: Likewise.
14149 * gdb.trace/passcount.exp: Likewise.
14150 * gdb.trace/report.exp: Likewise.
14151 * gdb.trace/save-trace.exp: Likewise.
14152 * gdb.trace/tfind.exp: Likewise.
14153 * gdb.trace/tracecmd.exp: Likewise.
14154 * gdb.trace/while-dyn.exp: Likewise.
14155 * gdb.trace/while-stepping.exp: Likewise.
14156
141571998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14158
14159 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14160
14161Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14162
14163 From Brendan Kehoe:
14164 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14165 int return types.
14166
14167Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14168
14169 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14170 remote dos host testing right.
14171
14172Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14173
14174 * gdb.base/corefile.exp: remove some xfails.
14175
14176Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14177
14178 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14179 have different timestamps.
14180
14181Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14182
14183 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14184 gdb.base/default.exp: Replace "exec" with "executable".
14185
14186Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14187
14188 * gdb.base/default.exp: Change else if to elseif from previous
14189 delta.
14190
14191Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14192
14193 * gdb.base/default.exp: Add brace missing from previous delta.
14194
14195Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14196
14197 * gdb.base/default.exp: Support test for info float for all
14198 varieties of arm toolchain.
14199
dc96c6c7 14200Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14201
14202 * gdb.trace/*.exp: remove "remote_download" command.
14203
dc96c6c7 14204Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14205
14206 * gdb.trace/*.exp: remove -gdwarf from compile.
14207
14208Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14209
14210 * gdb.trace/configure.in(AC_INIT): typo
14211 * gdb.trace/configure: regenerated
14212
dc96c6c7 14213Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14214
14215 * config/m68k-emc.exp: New file.
14216 * lib/<emc-support.exp trace-support.exp}: New files.
14217 * configure.in: add new test directory gdb.trace.
14218 * gdb.trace/{configure configure.in Makefile.in}: New files.
14219 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14220 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14221 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14222 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14223 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14224 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14225 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 14226
dc96c6c7 14227Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14228
14229 * gdb.c++/classes.exp: Change all regular expressions to match
14230 arbitrary combinations of newline/carriage-return, so that they
14231 will work equally well on Unix and Windows.
14232 * gdb.c++/inherit.exp: ditto.
14233 * gdb.c++/virtfunc.exp: ditto.
14234
142351998-08-11 Dawn Perchik <dawn@cygnus.com>
14236
14237 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14238
c2d11a7d
JM
14239Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14240
14241 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14242 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14243 to use a0-a3/d0-d3 as needed.
14244
14245Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14246
14247 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14248 * gdb.disasm/am33.exp: Corresponding changes.
14249
c906108c
SS
142501998-07-11 Felix Lee <flee@cygnus.com>
14251
14252 * gdb.base/callfuncs.exp: add cmp10 test.
14253 * gdb.base/callfuncs.c (cmp10): new function.
14254
14255Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14256
d63a86f8 14257 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
14258 into two parts to get around a synchronization problem in expect.
14259
3fc11d3e
JM
14260Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14261
14262 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14263
14264 * configure.in: Add options for gdbtk testsuite.
14265
14266 * configure: Regenerate.
14267
14268 * gdb.gdbtk: New directory to hold gdbtk tests.
14269
c906108c
SS
14270Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14271
14272 * gdb.fortran/types.exp: Escape brackets in expect patterns
14273 for test_float_literal_types_accepted tests.
14274 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14275 before run test.
14276
c2d11a7d
JM
14277Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14278
14279 * am33.exp: Just compile, do not link the testcase.
14280 * am33.s: Add ".am33" pseudoop to force am33 mode.
14281
c906108c
SS
142821998-06-25 Felix Lee <flee@cygnus.com>
14283
14284 * gdb.base/setshow.exp: make sure $pc is sane.
14285
14286 * gdb.stabs/weird.exp: split expect patterns properly.
14287
c2d11a7d
JM
14288Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14289
14290 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14291 * gdb.disasm/am33.exp: Run it.
14292
dc96c6c7 14293Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14294
14295 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14296 match processing (and eliminate spurious timeouts when running).
14297
dc96c6c7 14298Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14299
14300 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14301 exception test, but conditionalize it on target [mach | gnu].
14302
dc96c6c7 14303Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14304
14305 * gdb.base/overlays.exp: fixup compile line for linker script.
14306
14307Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14308
14309 * gdb.fortran/types.exp: don't guess at float size.
14310
14311Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14312
14313 * gdb.base/exprs.exp: delete test that depends on int size.
14314
14315Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14316
14317 * config/sim.exp: Removed checks for target triplets.
14318 (gdb_target_sim): Use gdb,target_sim_options.
14319
14320Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14321
14322 * gdb.base/reread.exp: New file.
14323 * gdb.base/reread1.c: New file.
14324 * gdb.base/reread2.c: New file.
14325
14326Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14327
14328 * config/sim.exp: Use 'target sim -sparclite' when running
14329 SPARClite programs.
14330
14331Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14332
14333 * gdb.base/structs2.exp: New file.
14334 * gdb.base/structs2.c: New file.
14335
14336Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14337
14338 * gdb.asm/common.inc: New file.
14339 * gdb.asm/d10v.inc: New file.
14340 * asm-source.exp: Pass -I's to gas to find .inc files.
14341 Update line numbers in expected output.
14342 * asmsrc1.s: Rewrite.
14343 * asmsrc2.s: Rewrite.
14344 * configure.in: Create arch.inc symlink.
14345 * configure: Regenerate.
14346 * Makefile.in (distclean): Delete arch.inc.
14347
14348Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14349
14350 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14351 (t_enum_value2): ditto
14352 (t_enum_value3): ditto
14353 (main): ditto
14354Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14355
14356 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14357 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14358 change.
14359 Use gdb_test instead of send_gdb/gdb_expect sequences.
14360
14361Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14362
14363 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14364 not void.
14365
14366Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14367
14368 * gdb.base/branches.c: Code with lots of loops and
14369 subroutines. Used to test gdbs ability to single step through PC
14370 changes, especially to test mips-tdep.c:mips_next_pc
14371
14372Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14373
14374 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14375 more rigorous EGCS C++ error checking.
14376
14377Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14378
a9c64011
AS
14379 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14380 tests.
14381 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14382 function when asleep.
14383 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14384 for i*86 Linux and SVR4 signal handling problems.
14385 Remove linux xfail for `next to handler in signals_tests_1', fixed
14386 by recent infrun.c change.
14387 Limit backtrace to 10 frames to avoid timeout problems with infinite
14388 stack backtraces.
14389 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14390 target.[ch] change.
c906108c
SS
14391
14392Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14393
14394 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14395 for a newline from gdb before continuing.
14396 (default_gdb_exit): Just look for y or n.
14397 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14398 it does, fail the rests of the tests in the file.
14399
14400Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14401
14402 * config/cygmon.exp: New file.
14403
14404Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14405
14406 * gdb.base/list.exp: Fix problem with "list default lines around
14407 main" test on remote targets.
14408
14409 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14410 run test on remote targets.
14411
14412Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14413
14414 * gdb.asm: New directory.
14415 * configure.in: Configure it.
14416 * configure: Regenerate.
14417 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14418 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14419
14420Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14421
14422 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14423
dc96c6c7 14424Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14425
a9c64011
AS
14426 * gdb.base/overlays (several files): Merge the two overlay
14427 managers into one. Change variables (foox, barx, bazx, grbxx)
14428 back into ints but force them to load in their proper sections.
c906108c
SS
14429
14430Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14431
14432 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14433 on-chip insn memory and IMAP1 to upper 128k.
14434 (D10VCopy): Handle memory regions crossing 16k boundaries.
14435 (D10VCopy): Transfer data in 32 bit chunks.
14436
14437Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14438
14439 * gdb.base/overlays.c (main): Exit normally when result is
14440 correct.
14441
14442 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14443 map. Include space for printf in .text segment.
14444
14445 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14446 updated d10v memory VMA/LMA map.
14447 (D10VCopy): Call D10VTranslate.
d63a86f8 14448
c906108c
SS
14449Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14450
14451 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14452
14453 * gdb.base/bar.c (barx, bar): Change variable to small array so
14454 that it won't be put into the .sdata - small data -
14455 section. Update reference.
14456 * gdb.base/baz.c (bazx, baz): Ditto.
14457 * gdb.base/foo.c (foox, foo): Ditto.
14458 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14459
14460 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14461 to be arrays.
d63a86f8 14462
dc96c6c7 14463Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14464
a9c64011
AS
14465 * gdb.base/overlays.exp: fix up and get working again.
14466 Add tests for backtraces from an overlay function.
d63a86f8 14467
c906108c
SS
14468Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14469
14470 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14471 "calling function with watchpoint enabled".
14472
14473Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14474
14475 * gdb.base/break.exp (test_next_with_recursion): Remove
14476 gdb_suppress_tests for d10v-*-*.
14477 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14478 pending review of whether it is useful or not.
14479
14480Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14481
14482 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14483
14484Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14485
14486 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14487 * config/dve.exp: New file to support Densan boards.
14488
14489Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14490
14491 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14492 reads and BSD.
14493
14494Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14495
14496 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14497 response.
14498
14499 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14500
14501Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14502
14503 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14504 test.
14505
14506 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14507 target_sizeof_long and target_bigendian_p.
14508 (structs_by_value, structs_by_reference): Check values according
14509 to targets word size and endianess.
d63a86f8 14510
c906108c
SS
14511Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14512
14513 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14514 output.
14515
14516Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14517
14518 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14519 Update test of set args help to match source change.
14520
14521Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14522
14523 * gdb.base/default.exp: Expect help system output to be in
14524 alphabetical order.
14525 * gdb.base/help.exp: Ditto.
14526
14527Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14528
14529 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14530 "i*86-pc-linux-gnu*".
14531 * gdb.base/interrupt.exp: Ditto.
14532 * gdb.base/corefile.exp: Ditto.
14533
14534 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14535 define vxworks when building the testcase.
14536
14537 * gdb.base/ptype.exp: Fix testnames to be unique.
14538 * gdb.base/radix.exp: Ditto.
14539 * gdb.base/term.exp: Ditto.
14540 * gdb.base/whatis.exp: Ditto.
14541 * gdb.c++/classes.exp: Ditto.
14542
14543Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14544
14545 * gdb.base/callfuncs.exp: Fix indentation.
14546
14547 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14548 suppress_flag has been set.
14549 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14550 target feature.
14551
14552Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14553
14554 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14555 the testcase.
14556
14557 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14558 set_debug_traps() and breakpoint().
14559 * gdb.c++/misc.cc (main): Ditto.
14560 * gdb.c++/templates.cc (main): Ditto.
14561 * gdb.c++/virtfunc.cc (main): Ditto.
14562
14563Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14564
14565 * lib/gdb.exp(gdb_step_for_stub): New function.
14566 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14567 exists, reload the executable and do a "continue" instead of
14568 doing a jump.
14569 (runto_main): Use gdb_step_for_stub.
d63a86f8 14570
c906108c
SS
14571 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14572 tests to have unique names.
14573 * gdb.base/callfuncs.exp: Ditto.
14574 * gdb.base/commands.exp: Ditto.
14575 * gdb.base/default.exp: Ditto.
14576 * gdb.base/help.exp: Ditto.
14577 * gdb.base/list.exp: Ditto.
14578 * gdb.base/opaque.exp: Ditto.
14579 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14580 similar tests.
d63a86f8 14581
c906108c
SS
14582 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14583 * gdb.c++/cplusfuncs.cc: Ditto.
14584 * gdb.c++/virtfunc.cc: Ditto.
14585
14586 * config/monitor.exp: Keep track of the last file we saw, rather
14587 than trying to get the info from gdb.
14588
14589 * gdb.fortran/types.exp: Move comment to previous line.
14590
14591Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14592
14593 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14594 target mode.
14595
14596Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14597
14598 From Bob Manson:
14599 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14600 string from GDB when it connects.
14601
14602 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14603
14604Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14605
14606 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14607 if we can't get a debug format from GDB (we may be testing an
14608 older GDB). Use a 10 second timeout when checking for the format.
14609
14610 * gdb.stabs/weird.exp: Fix quoting.
14611
14612 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14613
14614Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14615
14616 * config/arm-ice.exp: New file.
14617
14618Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14619
14620 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14621 until it has been modified to work with the new testsuite.
14622
99707966 14623 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14624 testcase won't compile, cause all of the testcases in the file to
14625 fail instead.
14626
14627 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14628 (gdb_clear_suppressed): New procedure.
14629 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14630 it contains a positive value.
14631
14632Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14633
14634 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14635
14636 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14637
14638Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14639
14640 * lib/gdb.exp (setup_xfail_format): New function.
14641 (get_debug_format): New function to get debug format.
14642 (debug_format): New global variable to hold last value set
14643 by get_debug_format.
14644 * gdb.base/list.exp: Call get_debug_format and expect some
14645 tests to fail for DWARF 1 and COFF formats.
14646 * gdb.c++/ptype.exp: Ditto.
14647 * gdb.c++/classes.exp: Ditto.
14648 * gdb.c++/cplusfuncs.exp: Ditto.
14649 * gdb.c++/inherit.exp: Ditto.
14650 * gdb.c++/templates.exp: Ditto.
14651 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14652
c906108c
SS
14653Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14654
14655 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14656 host doesn't have a currently-open connection.
14657
14658 * config/sparclet.exp: Cleanups and fixes to make it generic for
14659 any gdb stub target. Handle cases where gdb doesn't respond when
14660 interrupted in a sane fashion.
14661
14662 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14663 same thing in a totally different way.
14664
14665 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14666 setting "timeout".
14667 (gdb_start): We set the global gdb_prompt variable in
14668 default_gdb_init now.
14669
14670Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14671
14672 * gdb.base/printcmds.exp: Fix "check for floating addition"
14673 regexp to accept results within approx +/- .01 of exact value.
14674 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14675
14676Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14677
14678 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14679 properly.
14680 (gdb_expect): Add optional timeout parameter, and add timeout
14681 value to various calls.
14682 (gdb_suppress_tests): Only give one warning message per group.
14683
14684Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14685
14686 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14687 global variables. Handle getting a value for $timeout more
14688 gracefully.
14689
14690Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14691
14692 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14693 initialize.
14694 (default_gdb_init): New procedure; allow gdb_init to be overridden
14695 by a target configuration file.
14696 (gdb_expect): Pass the timeout to remote_expect.
14697
14698 * config/monitor.exp(gdb_load): Fix typo in regexp.
14699
14700Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14701
14702 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14703
14704Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14705
14706 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14707 here. Call gdb_target_exec before rebooting the target, to make
14708 sure the connection to the target is closed.
14709 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14710 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14711 Also detect "Timeout reading from remote" error.
14712
14713 * config/gdbserver.exp: Pass the executable being loaded to
14714 gdb_target_monitor. Don't call gdb_file_cmd here; let
14715 gdb_target_monitor do it.
14716
14717 * gdb.disasm/hppa.exp: Don't use exec_output.
14718
14719Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14720
14721 * gdb.base/list.exp: If we're debugging a non-native target,
14722 try to set the pc register to point to the start of the
14723 program before doing the first list command.
14724
14725 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14726 test_calls after restarting.
14727
14728 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14729 reloading.
14730
14731 * gdb.base/watchpoint.exp: Fix typo.
14732
14733 * gdb.base/setshow.exp: Check for use_gdb_stub.
14734
14735 * gdb.base/break.exp: Fix continue until exit test for the gdb
14736 stub case.
14737 * gdb.base/langs.exp: Ditto.
14738
14739 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14740 gdb_load_offset. If we weren't given a file to load, figure out
14741 what the current file is and use it.
14742
14743 * config/i386-bozo.exp: New file.
14744
14745Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14746
14747 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14748 feature.
14749
14750 * config/proelf.exp: New entry.
14751
14752Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14753
14754 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14755 of regexps.
14756
14757 * gdb.base/watchpoint.exp: Don't run the test_stepping
14758 tests if gdb can't call functions on the target.
14759
14760 * gdb.base/setshow.exp: Don't run the set prompt tests if
14761 the board has gdb_prompt set.
14762
14763Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14764
14765 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14766 * gdb.base/commands.exp: Likewise.
14767 * gdb.base/setshow.exp: Likewise.
14768
14769Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14770
14771 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14772 feature.
14773
14774 * config/i960.exp: New file.
14775
14776Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14777
14778 * gdb.base/funcargs.exp: Check for gdb,short_int target
14779 feature instead of looking for explicit target triplets.
14780
dc96c6c7 14781Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 14782
d63a86f8 14783 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
14784 "p 123DEADBEEF", to check parse_number.
14785 * top.c: change "to enable to enable" to "to enable" in a couple
14786 of help strings.
14787
14788Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14789
14790 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14791 on the mn10300.
d63a86f8 14792
c906108c
SS
14793Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14794
14795 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14796 where the test executable is run with explicit args.
14797 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14798
14799Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14800
14801 * gdb.base/run.c: Use FAKEARGV to build test executable that
14802 does not require a command line arg, since most simulators
14803 don't currently support passing such an arg into the simulated
14804 program.
14805 * gdb.base/commands.exp: Change tests to insert the proper
14806 value as the arg to the first recursive factorial call. Change
14807 compilation line to define FAKEARGV at compile time.
14808
14809Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
14810
14811 * gdb.base/recurse.exp: Enable these tests for the mn10300.
14812 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
14813 function with watchpoint enabled" test.
14814
14815Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
14816
14817 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
14818 Don't call gdb_test when the command doesn't return to a gdb prompt.
14819
14820 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
14821 "Tests restarted" messages.
14822
14823Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
14824
14825 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
14826
dc96c6c7 14827Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14828
14829 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
14830 for INFO SYMBOL; add help tests for OVERLAY commands.
14831 * gdb.base/default.exp: add tests for INFO SYMBOL command;
14832 add tests for OVERLAY commands
14833 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
14834 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
14835 * gdb.base/sigall.c: add usestubs code frag
14836 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 14837
c906108c
SS
14838Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
14839
14840 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
14841 failures.
14842 (gdb_stop_suppressing_tests): Note that tests have restarted.
14843
14844Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
14845
14846 * config/h8300.exp: New file.
14847
14848Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
14849
14850 * gdb.base/setshow.exp: Check for the existence of a
14851 feature, not its value.
14852
14853Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
14854
14855 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
14856
14857 * gdb.base/scope.exp: It's now init0(), not init().
14858
14859 * gdb.base/scope0.c: For now, change init() to be init0().
14860
14861 * config/monitor.exp: Use gdb_serial in preference to serial
14862 or netport.
14863
14864 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
14865 and it's not already set.
14866
14867Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
14868
14869 * gdb.base/setshow.exp: Only test the run command if the target
14870 isn't using a stub and if it supports argument passing.
14871
14872Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
14873
14874 * config/udi.exp(gdb_start): Make sure UDICONF is set
14875 properly before starting gdb.
14876
14877Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
14878
14879 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
14880 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
14881 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
14882
14883Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
14884
14885 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
14886 specialized code to reboot the board, use remote_reboot instead.
14887
14888 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
14889
14890 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
14891
14892 * config/monitor.exp: Make sure we disconnect from the target.
14893 Also, try a reboot/reload cycle instead of failing if the
14894 load fails.
14895
14896Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
14897
14898 * gdb.base/default.exp: Don't set match_max.
14899 * gdb.base/help.exp: Ditto.
14900 * gdb.base/list.exp: Ditto.
14901 * gdb.base/signals.exp: Ditto.
14902
14903 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
14904 set, use remote_ld to download the testcase instead of
14905 the GDB loader.
14906
14907Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
14908
14909 * config/vr5000.exp: New file.
14910
14911 * config/monitor.exp(gdb_target_monitor): Add pattern for
14912 "Ending remote" to detect errors in connecting.
14913
14914 * gdb.base/setshow.exp: Add .* within auto language test.
14915
14916 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
14917 target feature.
14918
14919 * config/monitor.exp(gdb_load): Check for a failure when loading,
14920 and reboot the board if necessary.
14921
14922 * gdb.base/setvar.exp(test_set): Handle multiple prints within
14923 a set of tests. Remove print.* from the patterns being checked.
14924
14925Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
14926
14927 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
14928 refer to gdb_spawn_id.
14929
14930 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
14931 longer used.
14932 * config/sparclet.exp: Ditto.
14933 * config/sparclet-old.exp: Ditto.
14934 * config/slite.exp: Ditto.
14935 * config/sim.exp: Ditto.
14936 * gdb.base/funcargs.exp: Ditto.
14937
14938 * lib/gdb.exp:Remove references to gdb_spawn_id.
14939 (gdb_expect): Move to remote.exp.
14940
14941Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
14942
14943 * config/monitor.exp: Detect the "Couldn't establish connection"
14944 message from GDB.
14945
14946Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
14947
14948 * gdb.base/bitfields.exp: Use runto instead of explicit
14949 gdb_run_cmd/gdb_expect sequences.
14950
14951 * gdb.base/break.exp(text_next_with_recursion): Add match for
14952 gdb_expect call.
14953
14954 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
14955 We also need to handle the "A program is being debugged already"
14956 prompt from gdb. Use gdb_test to set the baud rate.
14957
14958 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
14959 to 20000. Really. I mean it.
14960
14961Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14962
14963 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
14964 fails. If suppress_flag is set, skip perror message about not
14965 being able to send to GDB.
14966 (send_gdb): If suppress_flag is set, don't try to send commands to
14967 GDB.
14968 (gdb_expect): If suppress_flag is set, always fail immediately.
14969 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
14970 (gdb_init): Call gdb_stop_suppressing_tests.
14971 (default_gdb_exit): Ditto.
14972 (default_gdb_start): Ditto.
14973
14974 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
14975 gdb_stop_suppressing_tests as appropriate.
14976 * gdb.base/break.exp: Ditto.
14977 * gdb.base/callfuncs.exp: Ditto.
14978 * gdb.base/commands.exp: Ditto.
14979 * gdb.base/exprs.exp: Ditto.
14980 * gdb.base/funcargs.exp: Ditto.
14981 * gdb.base/list.exp: Ditto.
14982 * gdb.base/recurse.exp: Ditto.
14983 * gdb.base/scope.exp: Ditto.
14984 * gdb.base/structs.exp: Ditto.
14985 * gdb.c++/inherit.exp: Ditto.
14986
14987Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
14988
14989 * config/vr4300.exp: New file.
14990
99707966 14991 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 14992
99707966 14993 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
14994
14995Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
14996
14997 * lib/gdb.exp(gdb_init): New function.
14998
14999 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
15000 for each individual variable set.
15001
15002 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
15003 name.
15004
15005 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
15006
15007 * gdb.base/scope.exp: Use gdb_test.
15008
15009 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
15010 aborting; the testsuite driver will do that for us (see
15011 gdb_finish). Also, use gdb_test in a few more places.
15012
15013Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15014
15015 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
15016
15017Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
15018
15019 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
15020 and "add_tests" are not at the same address.
15021
15022Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
15023
15024 * gdb.base/ptype.exp: Use gdb_test.
15025
15026Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
15027
15028 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
15029 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
15030 left in. No longer expect them to fail.
15031
15032 * gdb.stabs/*.mt; Deleted, no longer used.
15033 * gdb.stabs/configure.in: Remove references to target makefile
15034 frags.
15035 * gdb.stabs/configure: Rebuilt.
15036
15037 * gdb.disasm/*.mt: Deleted, no longer used.
15038 * gdb.disasm/configure.in: Remove references to target makefile
15039 frags. Use "sh3.s" as the unique filename for this directory.
15040 * gdb.disasm/configure: Rebuilt.
15041
15042 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
15043 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15044 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
15045
15046Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15047
15048 * config/udi.exp: Use mondfe,name instead of remote_host.
15049
15050Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15051
15052 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15053 a function with a watchpoint enabled on the mn10200.
15054
15055 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15056 before trying to create it!
15057
15058Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15059
15060 * config/vx.exp: Use hostname instead of netport.
15061
15062 * config/vxworks.exp: New file.
15063
15064 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15065
15066 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15067 gdb before assuming everything worked. Send a ^C if a timeout
15068 occurs.
15069
15070 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15071 $gdb_spawn_id directly.
15072 (gdb_run_cmd): Try _start as well as start. Use the target feature
15073 gdb,start_symbol as the symbol to start from when jumping.
15074
15075Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15076
15077 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15078 redundant) test.
15079
15080 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15081 it doesn't lose for 16bit integer systems.
15082
15083Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15084
15085 * gdb.fortran/types.exp: If the target doesn't support "double"
15086 data types, then expect "real" types to only be 4 bytes.
15087
15088 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15089 call tests if the target doesn't support inferior function calls.
15090
15091 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15092 in printf tests.
15093
15094Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15095
15096 * gdb.base/help.exp: Disable "help set", "help show", and
15097 "help support". Simplify regexp for "help stack".
15098
15099 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15100 to 60 seconds. Temporarily set match_max to 15000 around the
15101 "info copying" test.
15102
15103 * gdb.base/nodebug.exp: Don't try to do an inferior function
15104 call if the target doesn't support them.
15105 * gdb.base/printcmds.exp: Likewise.
15106 * gdb.base/setvar.exp: Likewise.
15107 * gdb.base/structs.exp: Likewise.
15108 * gdb.c++/templates.exp: Likewise.
15109 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15110
15111 * gdb.base/recurse.exp: Enable for the mn10200.
15112
15113 * configure.in: Do configure gdb.stabs directory for *-*-elf
15114 targets.
15115 * configure: Rebuilt.
15116
15117 * gdb.base/break.exp: Check for gdb,noresults before testing
15118 exit status and/or results from the target.
15119 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15120 * lib/gdb.exp: Remove old (now bogus) initialization of
15121 noinferior, noargs, noresults and nosignals.
15122
15123Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15124
15125 * config/sh.exp: New file.
15126
15127 * config/slite.exp: Try to connect multiple times to the board
15128 before rebooting. Only send a "monitor run" if need_monitor_run
15129 is set.
15130
15131 * gdb.base/break.exp: Don't do the "stub continue" test if
15132 the target has gdb_stub set.
15133
15134 * gdb.base/callfuncs.exp: Increase the timeout.
15135
15136 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15137 if the target has gdb,noinferiorio set.
15138
15139 * gdb.base/list.exp: Increase match_max to 10000 characters.
15140
15141 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15142
15143 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15144 target.
15145
15146 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15147
15148Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15149
15150 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15151 trying to delete the copy of gdb. Catch the file delete so we
15152 don't die if the delete fails; also, the file should be copied to
15153 the host, not to the build.
15154
15155Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15156
15157 * lib/gdb.exp(gdb_test): Surround the result pattern with
15158 parenthesis in case it contains multiple regexps separated
15159 with |.
15160
15161 * gdb.base/watchpoint.exp: Use gdb_test.
15162 * gdb.base/default.exp: Ditto.
15163
15164Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15165
99707966 15166 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 15167
c906108c
SS
15168 * gdb.base/scope.exp: Use gdb_test.
15169 * gdb.c++/classes.exp: Ditto.
15170 * gdb.c++/inherit.exp: Ditto.
15171
15172Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15173
15174 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15175 remote_exec instead.
15176 * gdb.base/corefile.exp: Don't be ridiculous.
15177 * gdb.base/*.c: Add missing stub invocations.
15178
15179Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15180
15181 * config/slite.exp: Miscellaneous fixes.
15182
15183 * lib/gdb.exp: Fix runto.
15184
15185 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15186 the target.
15187
15188 * gdb.base/watchpoint.exp: Fix regexp.
15189
15190 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15191 close and wait commands, as the descriptor may now be
15192 invalid. Always call "remote_close host".
15193
15194Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15195
15196 Major rewrite for testsuite revision.
d63a86f8 15197
c906108c
SS
15198 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15199 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15200 instead of relying on spawn_id to always contain a valid
15201 spawn id.
15202 (get_compiler_info): New procedure to build the ${binfile}.ci
15203 file, instead of replicating this in N different places.
15204 (gdb_compile): New procedure.
d63a86f8 15205
c906108c
SS
15206 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15207 appropriate arguments) instead of compile. Use gdb_test in a lot
15208 more places. Use send_gdb instead of send. Always run gdb_start
15209 at the start of a testcase, as this is no longer done magically.
15210
15211 config/*-gdb.exp: Rename without the -gdb suffix.
15212
15213 config/mips.exp: Use remote_close instead of exit_remote_shell.
15214 config/monitor.exp: Use target_info instead of looking at
15215 baud, timeout, etc.
15216 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15217
15218Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15219
15220 * gdb.c++/templates.exp (test_ptype_of_templates),
15221 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15222 Update expect patterns for destructors and assignment operators
15223 to match corresponding c-typeprint.c changes.
15224 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15225 to destructor breakpoint test, GDB should be able to set the
15226 destructor breakpoint without specifying arguments.
15227
15228Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15229
15230 * gdb.threads/pthreads.exp: Change result for failure to compile due
15231 to lack of pthreads runtime support from an error to simply an
15232 unsupported test, per dejagnu standards.
15233
15234Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15235
15236 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15237 where GDB exits to reduce pattern match time.
15238 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15239
15240 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15241
dc96c6c7 15242Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15243
15244 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15245 * gdb.base/default.exp: ditto.
15246 * gdb.base/nodebug.exp: ditto.
15247 * gdb.base/printcmds.exp: ditto.
15248 * gdb.base/ptype.exp: ditto.
15249 * gdb.base/setvar.exp: ditto.
15250 * gdb.base/structs.exp: ditto.
15251 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15252
15253Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15254
15255 * configure, */configure: Rebuild with autoconf 2.12.
15256
15257Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15258
15259 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15260 use new i*86-pc-linux*-gnu quads.
15261 * gdb.base/corefile.exp: Ditto.
15262 * gdb.base/signals.exp: Ditto.
15263 * gdb.base/sigall.exp: Ditto.
15264 * gdb.base/interrupt.exp: Ditto.
15265
15266 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15267 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15268 RedHat 4.0.
d63a86f8 15269
c906108c
SS
15270 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15271 linux. This allows the test case to at least compile on latest
15272 linux, but still not run due to missing the threads runtime library.
15273
15274Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15275
15276 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15277 directory to search gdb directory. Accept and step over conditional
15278 stack alignment code. Consume $prompt in failure cases.
15279 Reset timeout to $oldtimeout instead of some arbitrary value.
15280 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15281 timeout problems with infinite stack backtraces.
15282 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15283 Accept function parameters for linkfunc member.
15284
15285Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15286
15287 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15288 (CXXFLAGS): Remove, unreferenced.
15289 (B_OPTIONS): Add for -B options and add code to initialize with
15290 previous -B options and also add -B option to pick up cross compiled
15291 runtime.
15292 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15293 doing cross compiles.
15294 (target_alias): Declare global.
15295 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15296 to verify that gcc exists in build tree, and if so set CC to that
15297 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 15298
c906108c
SS
15299Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15300
15301 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15302 ptype test for anonymous union. Fixup testcase to match
15303 current gcc debug output.
15304
15305Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15306
15307 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15308 force argument to an unsigned long type.
15309
15310Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15311
15312 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15313 tests and anonymous union print/ptype tests.
15314 * gdb.base/list.exp (test_forward-search): Increase timeout by
15315 5 minutes for the "search extremely long line" case.
15316 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15317 completely optional and that the pass/fail messages use the command as
15318 the message if that third arg is a null string.
15319 (gdb_test_exact): Arrange that a null string pattern means match a
15320 null string output rather than any output, which might include random
15321 errors.
15322 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15323 backtrace test.
15324 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15325 always failing and failure is now exposed by gdb.exp changes.
15326
15327Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15328
15329 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15330 weren't being noted.
15331
15332Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15333
15334 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15335 * gdb.stabs/weird.exp: Remove v_comb xfails.
15336
dc96c6c7 15337Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15338
15339 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 15340 list.exp scope.exp watchpoint.exp]
c906108c 15341 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 15342
dc96c6c7 15343Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15344
15345 * config/monitor.exp: Increase download timeout to 1000 seconds.
15346
dc96c6c7 15347Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15348
15349 * config/m32r.exp: Increase timeout to 120 seconds.
15350
15351Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15352
15353 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15354 and accept older ordering as obsolescent gcc or gdb.
15355 * gdb.c++/templates.exp: Ditto.
15356 * gdb.c++/virtfunc.exp: Ditto.
15357
15358Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15359
15360 * gdb.base/coremaker.c: Add code to mmap some data so we
15361 can check that it ends up in the core file.
15362 * gdb.base/corefile.exp: Add test to read mmapped data
15363 from core file.
15364
dc96c6c7 15365Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15366
15367 * config/m32r.exp: New file.
15368
15369Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15370
15371 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15372 that cflags can contains -gstabs, and work correctly for other tests.
15373
dc96c6c7 15374Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15375
15376 * gdb.base/setshow.exp: New file, tests show and set.
15377 * gdb.base/setshow.c: New file, tests show and set.
15378 * gdb.base/help.exp: Add test for help set|show annotate.
15379 * gdb.base/default.exp: Add test for set|show annotate.
15380
15381Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15382
15383 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15384 errors unique.
15385 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15386 explicitly.
15387
15388Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15389
15390 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15391 and width commands. This is done elsewhere.
15392 * (gdb_start): Don't call gdb_start_sim here. That's already
15393 done in gdb_load. This fixes lots of failures in default.exp.
15394
15395Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15396
15397 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15398 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15399 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15400 in the same we we treat other failures (since it may be an expected
15401 condition), rather than as an error.
15402 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15403 old test format.
15404
15405Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15406
15407 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15408 (distclean maintainer-clean realclean): No need to remove files
15409 twice. Nuke the duplicates.
15410 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15411 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15412 Remove config.h along with other config files.
15413
15414Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15415
15416 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15417 "p func1 ()" and note that rests of tests are skipped.
15418 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15419 setup_xfails for "print func2::coremaker_local".
15420 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15421 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15422 affected by the previous run test.
15423 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15424 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15425 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15426 "pass int powerset tuple" and "pass modeless int powerset tuple".
15427 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15428 "real write 4" and "real write 8".
15429 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15430 setup_xfails for "print vs1 after tuple assign 2",
15431 "print \$i after tuple assign 2", and
15432 "print vs2 after tuple assign 2".
15433 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15434 meaningful error message and return -1 so the caller can
15435 suppress further tests and avoid a cascade of errors.
d63a86f8 15436
c906108c
SS
15437Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15438
15439 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15440 format for printing version.
15441 * gdb.base/default.exp: Ditto.
15442 * gdb.base/interrupt.exp: Fix problem with cascade of
15443 errors if child process dies while calling a function.
d63a86f8 15444
c906108c
SS
15445Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15446
15447 * Makefile.in (VPATH): Add
15448 * Makefile.in (Makefile, config.status): Fix rules so things get
15449 remade when necessary.
15450
15451Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15452
15453 * Makefile.in (just-check): Add path to sibling expect dir
15454 to environment variable specified by RPATH_ENVVAR.
15455
15456Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15457
15458 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15459 (just-check): Add shared library paths for libstdc++, tk,
15460 tcl, bfd, and opcodes to the environment variable specified
15461 in RPATH_ENVVAR.
15462 * configure.in: Add support to recognize --enable-shared flag
15463 and generate correct value for RPATH_ENVVAR.
15464 * configure: Regenerated with autoconf.
15465
15466Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15467
15468 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15469 include all osf versions.
15470 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15471 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15472 when target is linux. When failing to build pthreads test
15473 executable, give more meaningful message.
15474 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15475 arg for pthread_create.
d63a86f8 15476
c906108c
SS
15477Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15478
15479 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15480 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15481 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15482 and -lpthreads (everybody else).
15483 (test_startup): Fail gracefully if threads are not supported.
15484 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15485 "p/c array_index("abcdef",2)" when not gcc compiled.
15486 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15487 "print func2::coremaker_local" when not gcc compiled.
15488 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15489 "ptype on opaque struct tagname (statically)",
15490 "ptype on opaque struct tagname (dynamically) 1", and
15491 "ptype on opaque struct tagname (dynamically) 2"
15492 for not compiled with gcc.
15493 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15494 backtrace when compiled with gcc.
d63a86f8 15495 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15496 than always return success.
15497
15498Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15499
15500 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15501
15502Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15503
15504 * gdb.base/structs.exp: Undo last change.
15505
15506Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15507
15508 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15509 encapsulate all the steps/nexts done during self test, starting
15510 at main, and makes them less sensitive to optimization issues.
15511 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15512 signal handler" test.
15513 * gdb.threads/pthreads.exp: Only run this for native configs.
15514 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15515 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15516 tests.
15517 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15518 for "runto test_calls(void)" test.
d63a86f8 15519
c906108c
SS
15520Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15521
15522 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15523 and don't expect address info in breakpoint confirmations.
15524
15525Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15526
15527 * gdb.base/list.exp (test_forward_search): Increase timeout
15528 temporarily by 60 seconds for searching extremely long line,
15529 and then reset to old value when done. Increase expect input
15530 buffer to 10000.
15531
15532Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15533
15534 * gdb.base/list.exp (test_forward_search): Fix to handle very
15535 long source line without overflowing expect's input buffer.
15536
15537Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15538
15539 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15540 "buffer_full".
15541
15542 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15543 "buffer_full".
15544
15545 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15546 "buffer_full".
15547
15548 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15549 "buffer_full".
15550
15551Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15552
15553 * configure.in (configdirs): Add gdb.threads.
15554 * configure: Regenerated with autoconf.
15555 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15556 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15557 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15558
c906108c
SS
15559Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15560
15561 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15562
15563Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15564
15565 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15566 each signal's status in the output of "handle all print".
15567 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15568 the \r\n sequence that immediately precedes the gdb prompt.
15569 * gdb.base/a1-selftest.exp: Save original timeout and restore
15570 after test.
15571
15572Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15573
15574 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15575 symbol.
15576
15577Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15578
15579 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15580
15581Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15582
15583 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15584 timeout by 60 seconds.
15585
15586Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15587
15588 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15589 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15590 error return.
15591
15592Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15593
15594 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15595 gdb initialization, also report how long dejagnu waited. Restore
15596 old timeout before doing error return. Temporarily increase timeout
15597 by 3 minutes to allow for slow startups over heavy NFS use.
15598
15599Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15600
15601 * lib/gdb.exp: Report timeout value for verbosity level 2.
15602 * config/gdbserver.exp: Ditto.
15603 * config/hppro.exp: Ditto.
15604 * config/mips-gdb.exp: Ditto.
15605 * config/monitor.exp: Ditto.
15606 * config/netware.exp: Ditto.
15607 * config/sim-gdb.exp: Ditto.
15608 * config/slite-gdb.exp: Ditto.
15609 * config/udi-gdb.exp: Ditto.
15610 * config/unix-gdb.exp: Ditto.
15611 * config/vx-gdb.exp: Ditto.
15612 * gdb.base/a1-selftest.exp: Ditto.
15613 * gdb.base/a2-run.exp: Ditto.
15614 * gdb.base/break.exp: Ditto.
15615 * gdb.base/corefile.exp: Ditto.
15616 * gdb.base/list.exp: Ditto.
15617 * gdb.base/recurse.exp: Ditto.
15618 * gdb.base/scope.exp: Ditto.
15619 * gdb.base/signals.exp: Ditto.
15620
15621Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15622
15623 * gdb.threads/Makefile.in (docdir): Removed.
15624
15625Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15626
15627 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15628 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15629 @srcdir@.
d63a86f8 15630 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15631 autoconf 2.5 or higher.
15632 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15633
15634Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15635
15636 * configure: Regenerated.
15637 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15638 avoid name clashes with SunOS headers.
15639
15640Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15641
15642 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15643
15644Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15645
15646 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15647 prototype information ends up in the compiler info file.
15648
15649Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15650
15651 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15652 attempting to regenerate it. Eliminate use of a temporary file
15653 and just generate the info file directly. Source it immediately,
15654 for consistency of use.
15655 * gdb.base/corefile.exp: Ditto
15656 * gdb.base/exprs.exp: Ditto.
15657 * gdb.base/funcargs.exp: Ditto.
15658 * gdb.base/langs.exp: Ditto.
15659 * gdb.base/list.exp: Ditto.
15660 * gdb.base/mips_pro.exp: Ditto.
15661 * gdb.base/nodebug.exp: Ditto.
15662 * gdb.base/opaque.exp: Ditto.
15663 * gdb.base/ptype.exp: Ditto.
15664 * gdb.base/scope.exp: Ditto.
15665 * gdb.base/setvar.exp: Ditto.
15666 * gdb.base/signals.exp: Ditto.
15667 * gdb.base/whatis.exp: Ditto.
15668 * gdb.c++/templates.exp: Ditto.
15669 * gdb.c++/virtfunc.exp: Ditto.
15670 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15671 whether or not to add -lstdc++ to the compile command line args.
15672
15673Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15674
15675 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15676 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15677 Increase timeout, a lot of single stepping might be needed if the
15678 target has no hardware watchpoints.
15679
15680Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15681
15682 * gdb.base/break.exp: Ignore compiler warnings when compiling
15683 break.c.
15684 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15685 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15686 from remote-sim.
15687 * gdb.base/exprs.exp: Add h8300 xfails.
15688 * gdb.base/funcargs.exp: Likewise.
15689 * gdb.base/nodebug.exp: Likewise.
15690 * gdb.base/printcmds.exp: Likewise.
15691 * gdb.base/ptype.exp: Likewise.
15692 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15693 h8300 xfails.
d63a86f8 15694 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
15695 on the h8300.
15696 * gdb.base/funcargs.c: Explicitly make last constant argument to
15697 call_after_alloca_subr an unsigned long type.
15698 * gdb.base/return.c: Include stdio.h.
15699
15700Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15701
15702 * config/abug.exp: New file for the older Motorola Bug monitor
15703 that runs on the mvme13x series VME boards.
15704 * config/monitor.exp: Use the new config array for target settings
15705 if they exist.
15706
15707Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15708
15709 * sim-gdb.exp: Make the SH simulator allocate less space when
15710 it is targeted.
15711
15712Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15713
15714 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15715 test.
15716
15717Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15718
15719 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15720 "rs6000-*-*" for "list function in include file" when gcc compiled.
15721 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15722 for "p ctable1[120]".
15723 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15724 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15725 Remove setup_xfail for "rs6000-*-*" for
15726 "print 'scope0.c'::filelocal before run".
15727 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15728 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15729 since some compilers don't allow both options to be given
15730 on the same command line. Create object file and move it.
d63a86f8 15731
c906108c
SS
15732Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15733
15734 * gdb.base/corefile.exp: Always regenerate the core file, since
15735 we always regenerate the coremaker program. Detect special case
15736 where registers cannot be read from core file.
d63a86f8 15737
c906108c
SS
15738Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15739
15740 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15741 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15742 * gdb.c++/templates.exp: Only match on basename of file since
15743 some formats like xcoff don't encode directory information.
15744 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15745 and rs6000 AIX xcoff targets.
15746 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15747 * configure: Regenerate.
15748 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15749 here, rather than in distclean.
d63a86f8 15750
c906108c
SS
15751Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15752
15753 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15754 defined, and use it to compile the test case with -O2. The
15755 native compilation still uses no optimization.
15756 * gdb.base/mips_pro.c: Remove inline assembly code since
15757 it is compiled PIC by default, which results in assembler
15758 warnings that make the testsuite think the compilation
15759 was unsuccessful.
15760
15761Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15762
15763 * gdb.c++/misc.exp: Add note to message for
15764 "print s.a for foo struct" that this is a known gcc 2.7.2
15765 and earlier bug.
15766
15767Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15768
15769 * gdb.base/break.exp: Fix pattern for matching "Delete all
15770 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15771 setup_xfail for deleting all breakpoints test. Fix various
15772 timeout messages to include "(timeout)".
15773 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15774 for "p t_float_values2(3.14159,float_val2)".
15775 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15776 for "continue to call2g" when gcc compiled.
15777 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15778 "up to foo in langs.exp", "show language at foo in langs.exp",
15779 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15780 and "show language at fsub in langs.exp".
15781 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15782 "list line 1 in include file", "list message for lines past EOF",
15783 "list function in include file", "list list0.h:foo", and
15784 "list filename:function; nonexistant function".
15785 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15786 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15787 and "ptype t_char_array" to be for native cc only.
d63a86f8 15788
c906108c
SS
15789Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15790
d63a86f8 15791 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
15792 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15793 "print func2::coremaker_local", and "backtrace in corefile.exp".
15794
15795Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15796
15797 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15798 "bt in signals.exp". This problem only appears when running
15799 the testsuite, and then only intermittently.
15800
15801Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15802
15803 * gdb.base/return.exp (return_tests): Differentiate between
15804 two tests of continuing.
15805
15806Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15807
15808 * */Makefile.in (maintainer-clean): Remove config.log.
15809 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
15810 * gdb.c++/Makefile.in (PROGS): Add inherit.
15811 (clean): Remove *.ci.
15812
15813Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
15814
15815 * gdb.c++/misc.cc: Add test code from Mike Stump.
15816 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
15817
15818Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
15819
15820 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
15821 to "alpha-*-osf2*" and add comment.
15822 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
15823 setup_xfail for "step over execarg initialization" and
15824 "step over corearg initialization".
15825 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
15826 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
15827 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
15828 gcc compiled for "print coremaker_bss", "print coremaker_ro",
15829 "print func2::coremaker_local", and "backtrace in corefile.exp".
15830 * gdb.base/signals.exp: Build and source signals.ci.
15831 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
15832 to be for gcc only.
15833 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 15834
c906108c
SS
15835Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15836
15837 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
15838 Feb 3 procfs.c change.
15839
15840Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
15841
15842 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
15843
15844Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
15845
15846 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
15847 from dejagnu's apparent default of 10 seconds, which gives random
15848 results when running the tests over NFS on moderately loaded systems.
15849 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
15850
15851Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
15852
15853 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
15854 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
15855 result reports.
15856
15857Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
15858
15859 * configure.in (CY_AC_PATH_TCLH): Remove.
15860 * configure: Regenerate.
15861
15862Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
15863
15864 * gdb.c++/Makefile.in (clean): Add missing '{'.
15865
15866Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
15867
15868 * lib/gdb.exp: Provide a default value for noinferior.
15869
15870 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
15871 Load libgloss.exp.
15872
15873Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
15874
15875 * gdb.disasm/hppa.exp: Compile directly into an executable, use
15876 the executable, not the .o to run the tests from.
15877
15878Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
15879
15880 * gdb.base/break.exp: Don't test for program exit or exit status
15881 if $noresults if nonzero.
15882 * gdb.base/langs.exp: Likewise.
15883 * gdb.base/watchpoint.exp: Likewise.
15884
15885 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
15886 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
15887 trying to compile the testcase.
15888
15889Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
15890
15891 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
15892 * gdb.base/signals.exp (continue to handler): Likewise.
15893
15894Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
15895
15896 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
15897
15898 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
15899
15900Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
15901
15902 * gdb.base/corefile.exp: Recognize "not found" as failure
15903 when trying to determine if a core file was generated.
15904 If no core file was generate the first time, try again without
15905 the ulimit -c to work around braindamaged shells.
15906
15907Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
15908
15909 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
15910 [] tests with "test" and enclose string in quotes.
15911 * gdb.stabs/configure: Rebuild
d63a86f8 15912
c906108c
SS
15913Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
15914
15915 Changes in sync with expect:
15916 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
15917 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
15918 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
15919 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
15920 argument to AC_REQUIRE.
15921 * configure: Regenerated.
15922
15923Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
15924
15925 * gdb.base/corefile.exp: When generating a core, discard any
15926 error messages about ulimit not found and the "core dumped"
15927 message from the shell that runs the coredumper.
15928
15929Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
15930
15931 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
15932
15933 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
15934 which sed script to run. Expect failure for v_comb test
15935 on PA targets too.
d63a86f8 15936
c906108c
SS
15937Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
15938
15939 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
15940 "print func2::coremaker_local" and for "backtrace in corefile.exp"
15941
15942Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
15943
15944 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
15945 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
15946 "sparc-sun-solaris*" xfails for "p v_comb".
15947 * lib/gdb.exp (default_gdb_start): Fix typo.
15948 * gdb.base/corefile.exp: Allow "Core was generated by ..."
15949 messages to not include the full program name that caused
15950 the core dump since some systems (such as solaris) apparently
15951 truncate this path to about 80 characters.
15952 When generating a core file first try increasing the core file
15953 size limit to unlimited since some systems may default it to
15954 zero, and it is harmless to try it. Move the test for failing
15955 to generate a core file to where it will actually get executed.
15956 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
15957 new gdb result from g++ debug info improvements and make old
15958 pattern obsolescent. Also account for size_t differences
15959 (may be int or long).
15960 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
15961 initialization before function call is placed in the delay slot
15962 and thus appears to be skipped over by commands such as "next".
15963
15964Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15965
15966 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
15967
15968Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
15969
15970 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
15971 input source file; fix code to compile test to deal with this
15972 convention.
15973 * gdb.c++/*.exp: Likewise.
15974
15975Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
15976
15977 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
15978 "bt in signals.exp".
15979
15980Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
15981
15982 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
15983 "step over execarg initialization" and
15984 "step over corearg initialization".
15985
15986Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
15987
15988 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
15989 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
15990
15991Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
15992
15993 From Rob Savoye (rob@poseidon.cygnus.com)
15994 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
15995 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
15996 configure.in}, gdb.disasm/{Makefile.in, configure.in},
15997 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
15998 configure.in}: Major reworking for autoconfig.
15999 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
16000 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
16001 New files.
16002 * config/unix-gdb.exp: Make GDB global.
16003 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
16004 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
16005 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
16006 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
16007 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
16008 term.exp, twice.exp, watchpoint.exp, whatis.exp},
16009 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
16010 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
16011 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
16012 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
16013 pr-8136.exp, result.exp, string.exp, tuples.exp},
16014 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
16015 to returns as necessary, arrange for test to compile own testcase
16016 executable.
16017 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 16018
c906108c
SS
16019Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
16020
16021 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
16022 clear_xfail at end of test which might not call either pass or fail.
16023 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
16024 "backtrace through signal handler".
16025
16026Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16027
16028 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
16029 continuing from a job control stop signal.
16030 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
16031
16032Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
16033
16034 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
16035 * gdb.base/corefile.exp: Likewise.
16036 * gdb.base/funcargs.exp: Likewise.
16037
16038Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
16039
16040 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
16041 * config/monitor.exp: Add support for setting baud rate.
16042
16043Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
16044
16045 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
16046 i*86-*-linux* xfails for "backtrace through signal handler".
16047 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16048 "print func2::coremaker_local".
16049 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16050 alpha-dec-osf2* xfail for
16051 "delete all breakpoints when none".
16052
16053Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16054
16055 * gdb.base/break.exp: Change test that deletes all breakpoints
16056 when no user breakpoints are installed. A post 4.15 change
16057 causes gdb to no longer prompt in this case.
16058
16059Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16060
16061 * gdb.base/return.exp (return_tests): Change xfail for test
16062 "correct value returned double test" to stop xfailing at
16063 Solaris 2.5. Apparently the bug has been fixed.
16064
16065Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16066
16067 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16068 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16069
16070Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16071
16072 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16073 * gdb.disasm/hppa.s: Corresponding changes.
16074
16075Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16076
16077 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16078 makefile fragment.
16079 * config/mt-hpux: Deleted.
16080
16081Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16082
d63a86f8 16083 * Many files: When warning about suppressed tests due to a
c906108c
SS
16084 nonexistant test binary, avoid incrementing the warning count.
16085
16086Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16087
16088 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 16089
c906108c
SS
16090Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16091
16092 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16093 "sparc-*-solaris2*".
16094
16095Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16096
16097 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16098 Add global and local variables and initialize them.
16099 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16100 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16101 extracts the file name and terminating signal from the core file.
16102 * TODO: Remove note about tests for correct mapping of corefile.
16103 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16104 from optimizing it away.
16105 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16106 handles common blocks.
16107
16108Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16109
16110 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16111 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16112
16113Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16114
16115 * Makefile.in (maintainer-clean): New target, synonym for
16116 realclean.
16117 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16118 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16119 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16120 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16121 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16122 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16123
16124Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16125
16126 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16127 xfails when not gcc compiled for "print foo::funclocal".
16128 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16129 "print foo::funclocal at foo",
16130 "print 'scope1.c'::foo::funclocal at foo",
16131 "print foo::funclocal_bss at foo",
16132 "print 'scope1.c'::foo::funclocal_bss at foo",
16133 "print foo::funclocal_ro at foo",
16134 "print 'scope1.c'::foo::funclocal_ro at foo",
16135 "print bar::funclocal at foo" and
16136 "print 'scope1.c'::bar::funclocal at foo".
16137 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16138 gcc compiled for "print foo::funclocal at bar".
16139 Expand all messages to ensure that they identify that
16140 the test is at bar().
16141 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16142 gcc compiled for:
16143 "ptype on opaque struct pointer (statically)",
16144 "ptype on opaque struct tagname (statically)",
16145 "ptype on opaque struct pointer (dynamically) 1",
16146 "ptype on opaque struct tagname (dynamically) 1",
16147 "ptype on opaque struct pointer (dynamically) 2" and
16148 "ptype on opaque struct tagname (dynamically) 2
16149 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16150 gcc compiled for:
16151 "p datalocal"
16152 "whatis datalocal",
16153 "ptype datalocal",
16154 "p bsslocal",
16155 "whatis bsslocal", and
16156 "ptype bsslocal".
16157 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16158 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16159 when not gcc compiled.
16160 * gdb.base/funcargs.exp (float_and_integral_args): Add
16161 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16162 compiled.
16163 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16164 "backtrace from call6a" when not gcc compiled.
16165 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16166 "backtrace from call7a" when not gcc compiled.
16167 * gdb.base/callfuncs.exp (do_function_calls):
16168 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16169 "p t_char_array_values(char_array_val2,char_array_val1)",
16170 "p t_char_array_values(char_array_val1,char_array_val2)",
16171 "p t_char_array_values("carray 1","carray 2")",
16172 "p t_char_array_values("carray 1",char_array_val2)",
16173 "p t_char_array_values(char_array_val1,"carray 2")",
16174 "p sum_args(1,{2})",
16175 "p sum_args(2,{2,3})",
16176 "p sum_args(3,{2,3,4})",
16177 "p sum_args(4,{2,3,4,5})"
16178 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16179 "backtrace in corefile.exp" when not gcc compiled.
16180
16181Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16182
16183 * gdb.base/signals.exp: Rewrite `handle all print' test as
16184 a procedure. Accept blanks or TABs as whitespace, increase
16185 timeout and expect input buffer size for the large output
16186 from the command. Remove "i*86-*-bsdi2.0" xfail.
16187
16188Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16189
16190 * gdb.base/setvar.exp: Add new testcases for truncation when
16191 assigning invalid values to bitfields.
16192
16193Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16194
d63a86f8 16195 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
16196 mips-sgi-irix* xfail for
16197 "call inferior func with struct - returns char *"
16198 and fix test so that an optional (unsigned char *) cast is
16199 accepted in the result.
16200
16201Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16202
16203 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16204 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16205 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16206 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16207 that accidentally got checked in.
16208
16209Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16210
d63a86f8 16211 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
16212 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16213 compiled test.
16214 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16215 Add mips-sgi-irix5* xfail for not gcc compiled.
16216 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16217 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16218 "p top", "whatis top", "p middle", and "whatis middle".
16219 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16220 "whatis signed char" for not gcc compiled.
16221 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16222 "set variable signed char=-1 (-1)" and
16223 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16224 * gdb.base/funcargs.exp (float_and_integral_args):
16225 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16226 Add mips-sgi-irix* xfail when not gcc compiled for
16227 "continue to call2b".
16228 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16229 "continue to call2g".
16230 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16231 "backtrace from call6a"
16232 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16233 "backtrace from call7k".
16234 Add mips-sgi-irix5* xfail when not gcc compiled for
16235 "backtrace from call7a".
16236 (localvars_after_alloca): Fix gdb_test cmds for
16237 "print * after runto ...".
16238 Remove rs6000-*-* xfails for
16239 "print i after runto localvars_after_alloca" and
16240 "print l after runto localvars_after_alloca"
16241 for all compilers.
16242 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16243 when not compiled with gcc, for:
16244 "print signed char == (minus)",
16245 "print signed char != (minus)",
16246 "print signed char < (minus)",
16247 "print signed char > (minus)".
16248 * gdb.base/callfuncs.exp (do_function_calls):
16249 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16250 "call inferior func with struct - returns char *".
d63a86f8 16251 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
16252 "correct value returned double test" to include Solaris 2.4.
16253 * gdb.base/funcargs.exp (float_and_integral_args):
16254 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 16255
c906108c
SS
16256Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16257
16258 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16259 enumeration bitfields if compiling with GNU C.
16260 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16261 to empty' prompt.
16262
16263Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16264
16265 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16266 test for PRO targets.
16267
16268 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16269 breakpoints in the inferior at any given time by making
16270 two groups of breakpoints for call2*, call6* and call7*
16271 tests.
16272
16273Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16274
16275 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16276 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16277 from optimizing it away.
16278 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16279 "call inferior func with struct".
16280
16281Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16282
16283 * configure.in: Only configure gdb.chill for particular targets.
16284
16285Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16286
16287 * gdb.base/Makefile.in: Add action to .c.o transformation
16288 rule that generates a .ci file for each .o file and remove
16289 explicit .c.o rules except for callfuncs.o.
16290 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16291 generates a .ci file for each .o file and remove explicit
16292 .cc.o rules.
16293 (clean): Remove *.tmp *.ci files.
16294 (EXECUTABLES): Remove templ-info.exp.
16295 * gdb.base/compiler.c: New file.
16296 * gdb.c++/compiler.cc: New file
16297 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16298 Change rs6000-*-* xfail for
16299 "print 'scope0.c'::filelocal_ro" and
16300 "print 'scope1.c'::filelocal" and
16301 "print 'scope1.c'::filelocal_bss" and
16302 "print 'scope1.c'::filelocal_ro" and
16303 "print 'scope1.c'::foo::funclocal" and
16304 "print 'scope1.c'::foo::funclocal_ro" and
16305 "print 'scope1.c'::bar::funclocal" and
16306 "print 'scope0.c'::filelocal_ro" and
16307 "print 'scope1.c'::filelocal at foo" and
16308 "print 'scope1.c'::filelocal_bss at foo" and
16309 "print 'scope1.c'::filelocal_ro at foo" and
16310 "print 'scope1.c'::foo::funclocal at foo" and
16311 "print 'scope1.c'::foo::funclocal_bss at foo" and
16312 "print 'scope1.c'::foo::funclocal_ro at foo" and
16313 "print 'scope1.c'::bar::funclocal at foo" and
16314 "print 'scope0.c'::filelocal_ro" and
16315 "print 'scope1.c'::filelocal" and
16316 "print 'scope1.c'::filelocal_bss" and
16317 "print 'scope1.c'::filelocal_ro" and
16318 "print 'scope1.c'::foo::funclocal" and
16319 "print 'scope1.c'::foo::funclocal_bss" and
16320 "print 'scope1.c'::foo::funclocal_ro" and
16321 "print 'scope1.c'::bar::funclocal" and
16322 "print 'scope1.c'::bar::funclocal_bss"
16323 to only be xfail'd when not compiled with gcc.
d63a86f8 16324 Add rs6000-*-* xfail for
c906108c
SS
16325 "print 'scope0.c'::filelocal_bss before run"
16326 when compiled with gcc.
16327 (test_at_main): Add rs6000-*-* xfail for
16328 "print filelocal_ro in test_at_main"
16329 when compiled with gcc.
16330 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 16331 Add rs6000-*-aix* xfail for
c906108c
SS
16332 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16333 "ptype t_char_array", not compiled with gcc.
16334 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16335 xfail for "list foo (in include file)" when gcc compiled.
16336 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16337 (integral_args): Add rs6000-*-* xfail for
16338 "run to call0a" if not compiled with gcc.
16339 (unsigned_integral_args): Add rs6000-*-* xfail for
16340 "run to call1a" if not compiled with gcc.
16341 (float_and_integral_args): Add rs6000-*-* xfail for
16342 "run to call2a" if not compiled with gcc and for
16343 "continue to call2b" for any compiler.
16344 Add rs6000-*-* xfail to
16345 "print f1 after run to call2a" for gcc compiled.
16346 (discard_and_shuffle): Add rs6000-*-* xfail for
16347 "run to call6a".
16348 (shuffle_round_robin): Add rs6000-*-* xfail for
16349 "backtrace from call7a" if not compiled with gcc.
16350 Add rs6000-*-* xfail for
16351 "backtrace from call7b" if compiled with gcc.
16352 (call_after_alloca): Add rs6000-*-* xfail for
16353 "print c in call_after_alloca" and
16354 "print s in call_after_alloca" and
16355 "backtrace from call_after_alloca_subr"
16356 if not compiled with gcc.
16357 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16358 "print c in localvars_in_indirect_call" and
16359 "print c in localvars_in_indirect_call" and
16360 "backtrace in indirectly called function" and
16361 "stepping into indirectly called function"
16362 if not compiled with gcc.
16363 (localvars_after_alloca): Add rs6000-*-* xfail for
16364 "print c after runto localvars_after_alloca" and
16365 "print s after runto localvars_after_alloca" and
16366 "print i after runto localvars_after_alloca" and
16367 "print l after runto localvars_after_alloca"
16368 for all compilers.
16369 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16370 than whatis-info.exp.
16371 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16372 than opaque-info.exp.
16373 Setup rs6000-*-* xfail for
d63a86f8 16374 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16375 "ptype on opaque struct pointer (dynamically)" when
16376 not compiled with gcc.
16377 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16378 rather than callf-info.exp.
16379 (do_function_calls): Add clear_xfail for rs6000-*-* for
16380 "p t_float_values2(3.14159,float_val2)". Seems to work
16381 fine there, both with xlc and gcc. Need to find out what
16382 it is doing right and fix other platforms.
16383 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16384 "call inferior func with struct - returns int",
16385 "call inferior func with struct - returns long",
16386 "call inferior func with struct - returns float",
16387 "call inferior func with struct - returns double",
16388 "call inferior func with struct - returns char *",
16389 but only if not gcc compiled (presumes xlc compiled).
16390 Change rs6000-*-* xfails for
16391 "call inferior func with struct - returns char" and
16392 " call inferior func with struct - returns short" to only
16393 xfail if not using gcc.
16394 (clean mostlyclean): Remove *.ci and *.tmp files.
16395 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16396 than templ-info.exp.
16397 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16398 Add rs6000-*-* xfail for "up to foo in langs.exp"
16399 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16400 when not gcc compiled.
d63a86f8 16401
c906108c
SS
16402Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16403
16404 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16405 * gdb.base/corefile.exp: Likewise.
16406 * gdb.base/list.exp: Likewise.
16407 * gdb.base/scope.exp: Likewise.
16408 * gdb.base/siganls.exp: Likewise.
16409
16410 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16411 compiler output.
16412 * gdb.base/whatis.exp: Likewise.
16413
16414Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16415
16416 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16417 failure (opcode table has been fixed to match reality).
16418
16419Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16420
16421 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16422 "call inferior func with struct - returns char",
16423 "call inferior func with struct - returns short"
16424
16425 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16426 "print 'scope0.c'::filelocal at main",
16427 "print 'scope0.c'::filelocal_bss in test_at_main",
16428 "print 'scope0.c'::filelocal at foo",
16429 "print 'scope0.c'::filelocal_bss in test_at_foo",
16430 "print 'scope0.c'::filelocal at bar",
16431 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16432
c906108c
SS
16433 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16434 in source file 1". This bug seems to have been fixed with both
16435 gcc and native cc (was native assembler bug?).
16436
16437Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16438
16439 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16440 "backtrace through signal handler" to "i*86-*-sysv4*".
16441 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16442 continue" case. Add "known SVR4 bug" to fail message.
16443 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16444 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16445 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16446 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16447 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16448 "up to foo in langs.exp", "show language at foo in
16449 langs.exp", "up to cppsub_ in langs.exp", "show
16450 language at cppsub_ in langs.exp", "up to fsub in
16451 langs.exp", and "show language at fsub in langs.exp".
16452 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16453 "bactrace in corefile.exp".
16454 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16455 "call inferior function with struct - returns float" and
16456 "call inferior function with struct - returns double".
d63a86f8 16457
c906108c
SS
16458Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16459
16460 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16461 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16462 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16463 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16464
16465Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16466
16467 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16468 (or overriden) "CHILL" macro rather then bare "gcc".
16469 Also look for ../../gcc/xgcc since that is what we will
16470 actually need, not "Makefile". Remove following assignment
16471 of CHILL to CHILL_FOR_TARGET because that results in
16472 recursive definition.
16473
16474Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16475
16476 * gdb.base/corefile.exp: Change xfail for backtrace in
16477 corefile.exp from linuxaout to all linux.
16478 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16479 cases where we miss the breakpoint at the signal handler
16480 for some reason. Setup xfail for linuxoldld/linuxaout and
16481 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16482 hitting SIGURG breakpoint.
16483 * gdb.base/signals.exp: Setup xfail for "next" acting like
16484 continue to add linuxoldld. Setup xfail for all linux for
16485 "next to handler in signals_tests_1", "backtrace in
16486 signals_tests_1", "continue to func1", "pass SIGUSR1",
16487 and continue to handler".
16488
16489Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16490
16491 * Update all FSF addresses except those in COPYING* files.
16492
16493Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16494
16495 * gdb.base/a2-run.exp: Change messages to be more explicit about
16496 the status of args, and quote binfile in results.
16497
16498Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16499
16500 * gdb.base/callfuncs.exp: Add tests for passing structs to
16501 inferior functions and return various types.
16502 * gdb.base/callfuncs.c: Add functions to receive a struct
16503 and return a member of the struct, in various types.
16504
16505Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16506
16507 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16508
16509Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16510
16511 * config/vxworks29k.exp: New file, sources vxworks.exp.
16512
16513Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16514
16515 * config/gdbremote.exp: New file. Testing framework using
16516 gdbserver.
16517
16518Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16519
16520 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16521 "call function when asleep" and "send end of file".
16522 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16523 for "backtrace in corefile.exp".
16524 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16525 for "backtrace through signal handler".
16526 * gdb.base/corefile.exp: Make sure we actually generate a core file
16527 before trying the core tests. Some systems allow the user to suppress
16528 generation of core files and default to that (linux for example).
16529 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16530 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16531
16532Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16533
16534 * gdb.threads: New directory with some crude multi-threaded
16535 gdb tests (step.exp and step2.exp).
16536 * config/mt-lynx (STEP_EXECUTABLE): Define.
16537 (THREADFLAGS): Define.
16538
16539Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16540
16541 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16542
16543 * gdb.base/signals.exp: Disable whole file for lynx until
16544 further notice.
16545
16546 * gdb.base/signals.exp: xfail test where "next" acts like
16547 "continue" for lynx.
16548
16549 * gdb.base/interrupt.exp: xfail test for calling function while
16550 inferior is asleep for lynx.
16551
16552 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16553 than one cr-lf after each command.
16554
16555Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16556
16557 * configure.in: Reinstate setting of stabsdirs variable, fix
16558 typo in setting up configdirs for native builds.
16559
16560 * gdb.base/return.exp: Fix typo in return double test.
16561 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16562 compiler from optimizing them away.
16563
16564Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16565
16566 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16567 sequences to be echo'd by gdb when using gdb_test.
16568 * gdb.chill/chexp.exp: Likewise.
16569 * gdb.fortran/exprs.exp: Likewise
16570
16571Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16572
16573 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16574 after the inferior gdb has started.
16575
16576 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16577 after each command.
16578 * gdb.base/funcargs.exp: Likewise.
16579 * gdb.base/gdbvars.exp: Likewise.
16580 * gdb.base/interrupt.exp: Likewise.
16581 * gdb.base/list.exp: Likewise.
16582 * gdb.base/watchpoint.exp: Likewise.
16583 * gdb.c++/demangle.exp: Likewise.
16584 * gdb.c++/inherit.exp: Likewise.
16585 * gdb.chill/chexp.exp: Likewise.
16586 * gdb.fortran/exprs.exp: Likewise.
16587
16588 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16589 test if we can't handle IO to/from the inferior.
16590
16591 * gdb.c++/misc.exp: Always check for a program already being
16592 started after sending a "run" command to gdb.
16593
16594 * gdb.base/twice.exp: Start with a fresh gdb.
16595
16596 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16597 only depend on gdb's expression code, not the chill runtime.
16598
16599 * gdb.base/return.c: Put return values into variables so we
16600 can have gdb print them rather than depending on the program
16601 to print them.
16602 * gdb.base/return.exp: Corresponding changes.
16603
16604 * lib/gdb.exp: Provide default value for noinferiorio.
16605 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16606 the inferior.
16607
16608 * gdb.base/break.exp: Always check for a program already being
16609 started after sending a "run" command to gdb.
16610 (text_next_with_recursion): Don't check the output from the
16611 program's printf statement. Instead just make sure the program
16612 exited.
16613
16614 * gdb.base/commands.exp: Protect tests which need arguments with
16615 $noargs conditionals.
16616
16617Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16618
16619 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16620 of structure member arrays to match gdb/valops.c:value_addr change.
16621
16622Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16623
16624 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16625 cases.
16626
16627Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16628
16629 * configure.in (configdirs): Remove gdb.chill from default list
16630 of subdirs and then add it back in only if doing a native build.
16631 The current chill compiler does not yet work in any cross build.
16632 * Revert all signal changes from Jul 6.
16633 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16634 for sh-hms targets, allowing these tests to link, with no other
16635 changes. Testing is suppressed by setting "nosignals" in site.exp.
16636
16637Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16638
16639 * configure.in (signaldirs): Define and add to configdirs for all
16640 targets except some specific ones that are known to not support signals.
16641 Also clean up formatting.
16642 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16643 (signals, sigall): Remove rules to build.
16644 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16645 Moved to new gdb.signals directory.
16646 * gdb.signals: New test directory.
16647 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16648 signals.c signals.exp}: New or moved files.
16649
16650Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16651
16652 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16653
16654Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16655
16656 * gdb.base/return.exp: Xfail `return double' test failure
16657 on at least Solaris 2.3 and handle future/past versions on
16658 a case by case basis as appropriate. Also update message
16659 to include i*86 failures.
16660
16661Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16662
16663 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16664
16665 * lib/gdb.exp: Fix comment which erroneously identified
16666 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16667 gdb_file_cmd not gdb_load).
16668 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16669
16670 * gdb.base/setvar.exp: Make test names consistent between pass and
16671 fail cases. Use gdb_test more.
16672
16673Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16674
16675 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16676
16677Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16678
16679 * gdb.base/help.exp: Fix expected help string for `show commands'.
16680
16681Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16682
16683 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16684
16685 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16686 of a text section.
16687
16688Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16689
16690 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16691 that loop eventually terminates. Fix Connection refused logic so
16692 that testsuite will expire nicely.
16693
16694Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16695
16696 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16697 config/rom68k.exp: New tcl glue for the appropriate monitors.
16698 These all just end up calling monitor.exp.
16699 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16700 refused' by retrying. Cleanup some timeout issues.
16701 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16702 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16703 callers don't have to set/restore global timeout variable.
16704
16705 * The following set of changes centralizes management of the global
16706 timeout variable. This way, it can be set in one target dependent
16707 place instead of dozens of places scattered throughout the test suite.
16708 If you need to lengthen a timeout, then you should either set timeout
16709 in one of the config/{target}.exp files, or multiply it by a factor.
16710 Setting it to an absolute value is always going to lose for some
16711 targets.
16712 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16713 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16714 * gdb.base/funcargs.exp: Don't set timeout.
16715 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16716 * gdb.base/printcmds.exp (test_print_string_constants
16717 test_print_array_constants): Don't set timeout.
16718 * gdb.base/ptype.exp: Don't set timeout.
16719 * gdb.base/recurse.exp: Don't set timeout.
16720 * gdb.base/return.exp: Don't set timeout.
16721 * gdb.base/watchpoint.exp: Don't set timeout.
16722 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16723 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16724
16725Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16726
16727 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16728
16729Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16730
16731 * lib/gdb.exp: Disable chill tests for irix5.
16732
16733Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16734
16735 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16736 each test pass or fail.
16737
16738Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16739
16740 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16741 xlc not gcc.
16742
16743Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16744
16745 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16746
16747Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16748
16749 * config/est.exp: Fix copyright and comments. Remove dead code.
16750 Use targetname, serialport and baud variables instead of fixed
16751 constants.
16752 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16753 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16754
16755Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16756
16757 * gdb.base/watchpoint.exp: Don't run
16758 test_watchpoint_triggered_in_syscall for sunos.
16759
16760Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16761
16762 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16763 they don't seem to exist. Do include stdio.h.
16764
16765Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16766
16767 * gdb.base/a1-selftest.exp: Add alpha xfail.
16768
16769Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16770
16771 * gdb.base/watchpoint.c (main): Prompt before calling read().
16772 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16773 Revise accordingly. Remove cruft about sending "123" several
16774 times, until it gets noticed. Clean up the "print buf[0]" stuff
16775 so that it passes or fails, and waits for prompts in the usual way.
16776
16777Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16778
16779 * gdb.base/recurse.exp: Fix comment.
16780
16781 * TODO: Remove item about printing variables in nodebug.exp. Add
16782 item about enabling tests which are only run on some targets.
16783
16784 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16785 fail, make test names unique, use new gdb_test convention
16786 regarding pattern, use gdb_test more, etc.).
16787
16788 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16789 fail, make test names unique, etc.).
16790
16791Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16792
16793 * gdb.base/nodebug.c: Change return type of top and middle to
16794 short.
16795 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16796 are fixed by the recent mdebugread.c changes. Allow `short ()'
16797 as type for top and middle.
16798
16799Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16800
16801 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16802 nearly as I can tell, the whole thing was an accident in Stu's
16803 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
16804 to replace a send/expect pair with gdb_test, but ended up only
16805 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
16806 of 30 Mar 1995 took care of it, but left this vestigial comment
16807 which I am now nuking.
16808
16809Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16810
16811 * gdb.base/break.exp: Look for different line number for
16812 breakpoint at main depending on usestubs.
16813
16814Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16815
16816 * gdb.base/list.exp: Adjust some alternate expect patterns to
16817 match recent list0.c change. Add alternate expect pattern for
16818 output from `list default lines around main' for optimizing
16819 compilers.
16820
16821Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16822
16823 * lib/gdb.exp: If nosignals is not set, set it to 0.
16824
16825Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
16826
16827 * config/slite-gdb.exp: Responds to load symbol table prompt.
16828 * gdb.base/break.exp: Adjust line number, fix rerun.
16829 * gdb.base/langs0.c: Add #ifdef usestubs.
16830
16831Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
16832
16833 * gdb.base/list.exp: Adjust line contents after adding new lines in
16834 list0.c. Also fix a syntax error.
16835
16836 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
16837 * gdb.base/break.exp: ditto.
16838 * gdb.base/list.exp: ditto.
16839 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
16840 * gdb.base/run.c: ditto.
16841 * gdb.base/list0.c: ditto.
16842 * gdb.base/funcargs.c: ditto.
16843
16844Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
16845
16846 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
16847 $targetname, $serialport and $baud instead of hardwired variables.
16848 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
16849 target doesn't support signals.
16850
16851Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
16852
16853 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
16854
16855Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16856
16857 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
16858 Don't rely on the value of an auto variable before it has been
16859 initialized. Use gdb_test more.
16860
16861Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16862
16863 * lib/gdb.exp (default_gdb_version): A version number must start
16864 with a digit, but other than that contains all characters up to
16865 the first whitespace character.
16866
16867Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16868
16869 * gdb.base/commands.exp (breakpoint_command_test): New tests.
16870
16871Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16872
16873 * gdb.c++/*.exp: Warn if executable does not exist. The original
16874 reason for skipping the warning was that configure.in sometimes
16875 intentionally skipped building the executables but the tcl code
16876 had no way of knowing. That (a) was always bogus with respect to
16877 error handling, (b) is no longer true (right now there is no way
16878 to skip C++ tests).
16879
16880 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
16881
16882Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16883
16884 * gdb.base/list.exp: Add expect patterns for output from
16885 SunPRO compiled executables.
16886 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
16887 types.
16888
16889Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16890
16891 * gdb.base/break.exp (test_next_with_recursion): Accept any line
16892 number (we are already testing that the correct source line text
16893 gets printed).
16894
16895 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
16896 that is what is intended, but something needed to be done to get
16897 sunos4 native working again.
16898
16899 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
16900
16901 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
16902 apparently went with a (very) old xfail.
16903
16904Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
16905
16906 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
16907 runto_main is a proc in gdb.exp that will do 'step' for target use
16908 stubs.
16909 * gdb.base/exprs.exp: ditto.
16910 * gdb.base/interrupt.exp: ditto.
16911 * gdb.base/opaque.exp: ditto.
16912 * gdb.base/printcmds.exp: ditto.
16913 * gdb.base/ptype.exp: ditto.
16914 * gdb.base/scope.exp: ditto.
16915 * gdb.base/setvar.exp: ditto.
16916 * gdb.base/signals.exp: ditto.
16917 * gdb.base/twice.exp: ditto.
16918 * gdb.c++/classes.exp: ditto.
16919 * gdb.c++/inherit.exp: ditto.
16920 * gdb.c++/templates.exp: ditto.
16921 * gdb.base/break.exp: no run and hit main for stubs. Change line
16922 numbers for breakpoints and info breakpoint.
16923 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
16924 breakpoint().
16925 * gdb.base/callfuncs.c: ditto.
16926 * gdb.base/exprs: ditto.
16927 * gdb.base/interrupt.c: ditto.
16928 * gdb.base/opaque0.c: ditto.
16929 * gdb.base/printcmds.c: ditto.
16930 * gdb.base/ptype.c: ditto.
16931 * gdb.base/scope0.c: ditto.
16932 * gdb.base/setvar.c: ditto.
16933 * gdb.base/signals.c: ditto.
16934 * gdb.base/twice.c: ditto.
16935 * gdb.c++/misc.cc: ditto.
16936 * gdb.c++/templates.cc: ditto.
16937
16938Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16939
16940 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
16941
16942 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
16943 somewhere between `read' and `main.c'. I'm pretty sure the
16944 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
16945 and it isn't particularly useful.
16946
16947 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
16948
16949Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16950
16951 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
16952
16953Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
16954
16955 * config/mt-slite: add LIBS and -nostdlib.
16956 * config/slite-gdb.exp: add this new file to support sparclite target.
16957
16958Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
16959
16960 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
16961
16962 * gdb.base/a2-run.exp: Change argument to istarget from
16963 "*-*-vxworks" to "*-*-vxworks*".
16964 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
16965
16966Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
16967
16968 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
16969 will not runto main but do a 'step' to step out of breakpoint().
16970 * config/mt-slite: add -Dusestubs.
16971
16972Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16973
16974 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
16975 instead of just @.
16976
16977 * gdb.base/signals.exp: Add test for "handle all print".
16978 * TODO: Remove "handle all print". Also remove item about
16979 checking copyright date (I don't like the idea of a spurious FAIL
16980 based on when we run the tests).
16981
16982 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
16983 for SunOS4 (reason for failure not investigated). Remove
16984 redundant test for $binfile.
16985
16986 * gdb.base/nodebug.c (array_index): Call malloc.
16987
16988 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
16989
16990Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
16991
16992 * gdb.base/recurse.exp: Update gdb_test invocation to use new
16993 conventions and slightly simplify the matching regexp.
16994
16995Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16996
16997 * gdb.base/break.exp: Update gdb_test invocation to use new
16998 convention.
16999
17000 * lib/gdb.exp: If noargs is not set, set it to 0.
17001
17002 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
17003 tests unique.
17004
17005 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
17006
17007Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17008
17009 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
17010 one argument of type "<non-float parameter>".
17011
17012Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
17013
17014 * config/rom68k.exp: New file to support Motorola IDP board.
17015 * gdb.base/a2-run.exp: Skip this file if noargs is set.
17016 * gdb.base/break.c: Change things around so that this program
17017 doesn't depend upon args. This is necessary to make remote
17018 targets work (in general, they can't take args).
17019 * gdb.base/break.exp: Don't try to send args to program. Don't
17020 expect output. Also, replace lots of code with gdb_test.
17021
17022Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17023
17024 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
17025 printing of '\'' (which is what the comment says we are testing,
17026 even though we were not), not '''.
17027 (test_integer_literals_rejected): Test that printing ''' is an error.
17028
17029 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17030 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
17031 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
17032 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
17033 Use gdb_test not test_print_accept.
17034 * lib/gdb.exp: Remove test_print_accept.
17035
17036 * gdb.base/signals.exp (signal_tests_1): Make pass message
17037 consistent with fail message.
17038
17039 * gdb.base/whatis.exp: Remove xfails for printing char vs.
17040 unsigned char; the bug (PR 1821) is fixed.
17041
17042 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
17043
17044 * gdb.base/scope.exp (test_at_localscopes): Call pass for
17045 successful tests--makes xfailing them work right.
17046
17047Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17048
17049 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17050 only \r\n, not .*. The test can pass .* as the last thing in
17051 $pattern if that is what it wants. In addition to providing this
17052 flexibility, this change should speed up pattern matching in cases
17053 where the pattern already ended with .* (there were a number of
17054 them). This change also helps catch bad patterns--in the old
17055 scheme the typo "char \*" instead of "char \\*" would pass. Now
17056 it is caught.
17057 * Many .exp files: Update callers.
17058
17059 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17060 clearer and does not spuriously match multiple ('s. Likewise for
17061 ) and *.
17062
17063 * gdb.base/nodebug.exp: Test ability to call a function and pass
17064 it a string (even with no debugging info).
17065
17066 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17067 "p '\'", which is the same as "p ''" once tcl gets done with
17068 quoting, to "p '\\'", which I suspect is what is intended (one
17069 backslash gets sent to GDB).
17070
17071 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17072
17073Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17074
17075 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17076 1817) was fixed literally years ago.
17077
17078Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17079
17080 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17081 test, it causes stepping out of call_after_alloca_subr with
17082 optimizing compilers.
17083 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17084 fails.
17085
17086 * gdb.c++/templates.exp: Source templ-info.exp only if
17087 the templates executable exists.
17088
17089 * gdb.c++/misc.cc (class Contains_static_instance,
17090 class Contains_nested_static_instance),
17091 gdb.c++/classes.exp (test_static_members): Test printing of
17092 a class that contains a static instance of the class.
17093
17094Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17095
17096 * gdb.base/langs2.c (cppsub_): Don't prototype.
17097 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17098 only, I believe).
17099
17100Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17101
17102 * lib/gdb.exp (skip_chill_tests): New procedure.
17103
17104 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17105
17106Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17107
17108 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17109 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17110
17111Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17112
17113 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17114
17115 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17116 disassemble 8, not 16, instructions for part 4.
17117
17118 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17119 support the latter anymore.
17120
17121 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17122 -DNO_PROTOTYPES.
17123 * gdb.base/callfuncs.c: Control use of prototypes based on
17124 NO_PROTOTYPES, not __STDC__.
17125 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17126 t_float_values2 tests if prototypes in use.
17127
17128 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17129 t_double_values): When checking differences against DELTA, check
17130 that difference is within the range (-DELTA,DELTA), not just
17131 (-infinity,DELTA).
17132
17133Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17134
17135 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17136 'file' command firts, then 'target', then 'load', this is due to gdb
17137 target set up.
17138 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17139
17140Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17141
17142 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17143 FP load/store variants.
17144 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17145
17146Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17147
17148 * gdb.base/term.exp: Do not give a warning if not native, it is
17149 not an abnormal condition.
17150
17151Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17152
17153 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17154 t_char_array".
17155
17156Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17157
17158 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17159 are getting the version number.
17160
17161 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17162 if not native, it is not an abnormal condition.
17163
17164Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17165
17166 * lib/gdb.exp: Just use "file exists", rather than undocumented
17167 dejagnu procedure "findfile".
17168
17169Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17170
17171 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17172 (LDFLAGS): Set to -Xlinker -Ur.
17173
17174 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17175 Removed, these values are set by lib/gdb.exp.
17176
17177 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17178
17179Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17180
17181 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17182 of replicating gdb startup code.
17183
17184 * config/mt-vxworks (LDFLAGS): Set to -r.
17185 (CFLAGS_FOR_TARGET): Removed.
17186
17187 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17188 (gdb) and gdb for vxworks uses (vxgdb).
17189
17190 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17191 executable is not in the tree and host != target, use sed and
17192 program_transform_name to determine the gdb name used by the
17193 target.
17194
17195 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17196 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17197
17198Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17199
17200 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17201 floats, chars, and shorts where there are ANSI-style function
17202 definitions.
17203
17204 * gdb.base/langs.exp, gdb.base/langs*: New test.
17205 * gdb.base/Makefile.in: Build it.
17206 * TODO: Remove item about checking that C names don't get C++
17207 demangling applied; this test tests it.
17208
17209Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17210
17211 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17212 went with the const70 xfail. The xfail went away a year ago.
17213
17214 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17215
17216 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17217 for hp300.
17218
17219 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17220
17221 * gdb.base/a1-selftest.exp: Don't run on hp300.
17222
17223Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17224
17225 * Makefile.in (site.exp): Set host_alias and target_alias as well
17226 as host_triplet and target_triplet.
17227
17228Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17229
17230 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17231
17232 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17233 places as other ecoff systems).
17234
17235 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17236 ultrix.
17237
17238Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17239
17240 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17241 remove them.
17242 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17243 variable and "variable" in addition to "data variable".
17244 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17245
17246 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17247 2.
17248 * gdb.base/list1.c (long_line): Add additional statement at start
17249 of function.
17250 * gdb.base/list.exp (test_forward_search): Update line number to
17251 reflect new statement.
17252
17253Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17254
17255 * gdb.base/signals.exp: Reinitialize searched source directories
17256 after gdb_start call.
17257
17258Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17259
17260 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17261 * gdb.stabs/Makefile.in: Likewise.
17262
17263 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17264 change. Instead split the tests into smaller pieces.
17265 * gdb.disasm/hppa.s: Corresponding changes.
17266
17267Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17268
17269 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17270 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17271
17272 * gdb.base/funcargs.exp: Modify many tests so that every test
17273 either passes or fails. Make some test names unique.
17274
17275Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17276
17277 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17278 Call stty to set interrupt character.
17279
17280 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17281 for HP assembler versus GNU assembler based on actual behavior of
17282 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17283
17284 * TODO: Suggest a few more stepping tests.
17285
17286Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17287
17288 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17289 restart GDB for h8300 after a continue.
17290 (return): Add pattern to match a29k-udi behavior.
17291 * gdb.base/nodebug.exp: Remove obsolete comment.
17292 * gdb.base/regs.exp: New file, testing of register displays.
17293 * gdb.base/return.exp: Fix typo in reference to $objdir.
17294 * gdb.base/whatis.exp: Always start with a fresh GDB.
17295
17296Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17297
17298 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17299 higher, these tests generate a lot of output.
17300
17301Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17302
17303 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17304 code following the catch silently ignored some errors; without the
17305 catch they should be thrown like any other tcl error. Also, the
17306 catch used "" instead of {} which meant all the callers who wanted
17307 to include one of the characters "[]$ had to quote it an extra time.
17308 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17309 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17310 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17311 Remove extra quoting.
17312
17313Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17314
17315 * gdb.base/commands.exp: Make test names unique; every test either
17316 passes or fails. Update some comments.
17317
17318 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17319
17320Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17321
17322 The following fixes a FAIL caused by the fact that the alpha stabs
17323 configuration didn't use the ".if alpha" code in weird.def.
17324 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17325 bit pointer, so the 32 bit version works even on the alpha.
17326 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17327 Remove the stuff which allowed us to have separate versions for
17328 alpha and everything else.
17329
17330 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17331 regexp which "info func operator\[\](" is supposed to match. Fix
17332 string to send to GDB. Note that GDB still doesn't work right. Add a
17333 new test for "info func .perator\[\](" which GDB does handle correctly.
17334
17335 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17336
17337Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17338
17339 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17340 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17341 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17342 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17343 it makes the tests harder to understand and confuses test-o-matic.
17344 The preferred style is that each test provides a PASS or a FAIL,
17345 and has a unique message (e.g. "continue #54" not just "continue")
17346 which is the same for the pass and the fail.
17347 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17348 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17349 to lib/gdb.exp.
17350 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17351 prt_accept which was basically the same thing. Likewise for
17352 test_print_reject and prt_reject.
17353 * lib/gdb.exp (test_print_reject): Add some more error message
17354 patterns to match from the former printcmds.exp (prt_reject).
17355 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17356 One defect of the passcount stuff is that some of it failed to
17357 report XPASS where appropriate.
17358 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17359 stuff before and after arg in expected pattern.
17360 (test_paddr_operator_functions): Re-do test without print_addr_of;
17361 this is the only test which seems to want extra stuff there.
17362
17363Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17364
17365 * gdb.base/nodebug.exp: Update new tests to reflect improved
17366 wording of gdb output.
17367
17368 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17369 and "ptype" work on variables in files compiled without -g.
17370 Replaces commented out "maint print msymbol" tests.
17371
17372Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17373
17374 * gdb.base/setvar.c (dummy): Call malloc.
17375
17376 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17377 losing with the irix4 sed.
17378
17379 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17380 ALRM" on irix4.
17381
17382Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17383
17384 * TODO: Remove items about corefile.exp testing new exec-file and
17385 backtrace; both are now done. Add items about printing enums.
17386
17387Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17388
17389 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17390 "get signal $thissig" test fails.
17391
17392 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17393
17394Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17395
17396 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17397 compiler warning with dec alpha compiler.
17398
17399 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17400 extra \n from gdb_test call (this explains why the prompt test
17401 that I removed yesterday was there).
17402 (user_defined_command_test): Remove extra \n and prompt test.
17403
17404 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17405 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17406 doesn't exist.
17407 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17408 Also remove alpha workaround, which turns out to be because
17409 SIGABRT == SIGLOST.
17410
17411 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17412
17413 * gdb.base/help.exp: Don't test "help show".
17414
17415Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17416
17417 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17418 "set print address" is on.
17419 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17420 pass prompt to gdb_test; gdb_test already looks for the prompt.
17421
17422 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17423
17424 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17425 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17426 was to make sure that gdb can read a core file. But (a) the "read
17427 the corefile" part didn't make it to a1-selftest.exp, we just
17428 delete the corefile after creating it, and (b) we test reading
17429 corefiles in corefile.exp anyway. Also, this test left around a
17430 xgdb process on Solaris.
17431
17432 * gdb.base/corefile.exp: Also test backtrace.
17433
17434Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17435
17436 * gdb.base/commands.exp: Test a simple user defined command with
17437 arguments and if/while statements; verify the full user command is
17438 printed by "show user".
17439
17440 * gdb.base/commands.exp: Test if/while commands as part of a
17441 breakpoint command list; verify they appear in breakpoint
17442 information.
17443
17444Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17445
17446 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17447 than by dividing by zero.
17448
17449Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17450
17451 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17452 performing an inferior call with watchpoints enabled.
17453 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17454 call.
17455
17456Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17457
17458 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17459 of "file" command.
17460
17461 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17462 Add additional pattern for when "int operator int(void);" appears
17463 in a different order.
17464
17465Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17466
17467 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17468
17469 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17470 and "signal" with ".*".
17471
17472Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17473
17474 * TODO: Add note about "handle all nostop".
17475
17476 * gdb.base/{sigall.c, sigall.exp}: New test.
17477 * gdb.base/Makefile.in: Add it.
17478
17479Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17480
17481 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17482 when invoking GDB, suppresses any windowing interface.
17483
17484Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17485
17486 * config/sim-gdb: New file, simulator testing support.
17487
17488Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17489
17490 * gdb.base/interrupt.exp: Test calling func1 twice.
17491
17492Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17493
17494 * gdb.base/list.exp (test_forward_search): Set timeout higher
17495 when we'll be getting lots of output from gdb.
17496
17497 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17498 "init_malloc" to after the expect statement. Run it if that
17499 regexp is taken, but also for two others which happen if source
17500 cannot be found.
17501
17502Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17503
17504 * gdb.base/printcmds.exp: New test, for printing register before
17505 program is running.
17506
17507Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17508
17509 * gdb.base/list.exp: Correct some alternate expect patterns
17510 to reflect changes in list1.c.
17511
17512Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17513
17514 * TODO: Add item regarding large frames.
17515
17516 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17517
17518 * TODO: Remove item about enabling return.exp; it
17519 is enabled. Suggest a few more "return" tests.
17520
17521Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17522
17523 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17524 anonymous unions.
17525
17526Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17527
17528 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17529 and pr-5646.o, so "make" is the same as "make all", not "make
17530 pr-4975.o".
17531
17532Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17533
17534 * gdb.base/list.exp: Adjust expectations to reflect changes in
17535 list1.c.
17536 (test_forward_search): New test proc.
17537 * gdb.base/list1.c (long_line): New function, has long source line.
17538
17539Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17540
17541 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17542 additional line of code that was added.
17543
17544Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17545
17546 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17547 tests so as not to overflow expect's input buffers.
17548 * gdb.disasm/hppa.exp: Corresponding changes.
17549
17550Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17551
17552 Beginnings of template debugging tests.
17553 * gdb.c++/templ-info.cc: New file to test for template
17554 debugging capability of the compiler.
17555 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17556 templ-info.cc.
17557 * gdb.c++/templates.cc: Add explicit template instantiations
17558 to enable compiling with -fno-implicit-templates. Add destructor
17559 and 'value' method to T5 class for template tests.
17560 * gdb.c++/templates.exp: Add testcases for printing of template
17561 types, setting breakpoints on template methods and calling a
d63a86f8 17562 template method.
c906108c
SS
17563
17564Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17565
17566 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17567 branch target since some assemblers (gas-2.5) may emit a
17568 relocation for the branch instead of resolving it in the
17569 assembler.
17570
17571Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17572
17573 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17574 through signal handler.
17575
17576Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17577
17578 * configure.in (*-*-netware): Use config/mt-netware.
17579
17580 * config/mt-netware: New file.
17581 * config/mt-i386-netware: Removed, separate configs for different
17582 netware architectures are no longer needed now that we have
17583 --with-headers.
17584
17585Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17586
17587 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17588 by the recent changes to use ANSI C arithmetic conversions.
17589
17590Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17591
17592 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17593 bug involving using inferior_pid to figure out whether to select a
17594 frame.
17595
17596Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17597
17598 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17599 match the current disassembler output.
17600
17601Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17602
17603 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17604 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17605 types, expect "int" as type of integer values (for now).
17606
17607Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17608
17609 * gdb.base/commands.exp: New tests for if/while commands.
17610
17611Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17612
17613 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17614 by .*, since hex values have different syntax in Chill mode.
17615
17616Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17617
17618 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17619 linefeed from expect pattern for repeated types with indices > 9.
17620
17621Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17622
17623 First part of Fortran test suite.
17624 * gdb.fortran: New directory.
17625 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17626
17627Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17628
17629 * gdb.base/default.exp: Update expect pattern for load command
17630 without arguments.
17631
17632Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17633
17634 * configure.in: Change i386 to i[345]86.
17635 * gdb.base/configure.in: Likewise.
17636 * gdb.c++/configure.in: Likewise.
17637 * gdb.chill/configure.in: Likewise.
17638
17639Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17640
17641 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17642 patterns, since that is not a valid context for comments.
17643
17644Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17645
17646 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17647 repeated types and repeated types with indices > 9.
17648
17649Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17650
17651 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17652 2417; old bug has been fixed.
17653
17654Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17655
17656 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17657 send the newline ourselves instead of assuming gdb_test will do
17658 so when passed an empty input string.
17659
17660 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17661 stabs testcode.
17662
17663Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17664
17665 * lib/gdb.exp (gdb_test): Don't send anything if the first
17666 argument is an empty string. This makes cases where we want to
17667 match output that is already in expect's buffers (for example,
17668 matching a breakpoint after gdb_run_cmd has been called) work
17669 reliably.
17670
17671Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17672
17673 * config/netware.exp: New file.
17674
17675Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17676
17677 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17678 the -B and -L prefixes so we can find the debugging stub.
17679
17680 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17681 there and we are using the gcc from the tree.
17682
17683 * gdb.base/types.c: Removed.
17684
17685 * gdb.base/configure.in: Look for makefile fragments in ../config.
17686 Recognize i386-*-netware.
17687 * gdb.c++/configure.in: Likewise.
17688
17689Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17690
17691 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17692 the correct TCL syntax.
17693
17694Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17695
17696 * gdb.base/opaque.exp: use runto instead of messing around with
17697 breakpoints. Simplify by using gdb_test.
17698
17699 * gdb.base/bitfields.exp: restart between tests on netware targets
17700 because breakpoints aren't relocated after target death. Run
17701 processes to completion.
17702
17703 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17704
17705Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17706
17707 * Makefile.in: Remove extra tabs that confuse some versions
17708 of "make". Use the newly built gdb to test with by default,
17709 rather than the first one in the tester's search path.
17710
17711Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17712
17713 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17714
17715 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17716 condition help.
17717
17718Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17719
17720 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17721
17722 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17723 running.
17724 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17725 * gdb.base/funcargs.exp: Likewise.
17726
17727 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17728 * gdb.base/funcargs.exp: Likewise.
17729
17730 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17731 message is "".
17732
17733Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17734
17735 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17736 return,signals,twice}.exp: Handle non-existant binaries
17737 consistantly.
17738
17739 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17740 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17741 might testing a cross development system.
17742
17743Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17744
17745 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17746 runtest script is relative to ${srcdir}, not ${rootdir}.
17747
17748Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17749
17750 * gdb.base/signals.exp: Allow for optionality of breakpoint
17751 address.
17752
17753Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17754
17755 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17756
17757Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17758
17759 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17760 for size_t definition.
17761 * gdb.c++/templates.cc: Likewise
17762
17763 * config/mt-i386-netware: New file.
17764
17765 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17766 defined.
17767
17768 * gdb.base/Makefile.in: Added support for systems that name core
17769 files by appending "core" to the program name.
17770 * gdb.base/a1-selftest.exp: Likewise.
17771
17772Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17773
17774 * gdb.base/return.exp: Add comment and message for `return double'
17775 test failure on Sparc Solaris.
17776
17777Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17778
17779 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17780
17781Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17782
17783 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17784 from optimizing them away.
17785 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17786 patterns to include default constructors and assignment operators,
17787 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17788 character in the output of the virtual base pointer.
17789
17790Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17791
17792 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17793 expression match in print_addr_of to avoid unintented matches.
17794 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17795 versions up to 2.5.8.
17796
17797Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17798
17799 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17800 included file to run under newer versions of expect.
17801 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17802 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17803 Remove xfail for the virtual table of BDDHookV.
17804
17805Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17806
17807 * lib/gdb.exp (string_to_regexp): Set a default result.
17808 (default_gdb_start): Fix misleading message.
17809
17810Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
17811
17812 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
17813 Remove all CC, etc definitions.
17814 * config/mt-hpux: New file.
17815 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
17816 (CFLAGS, LDFLAGS): Define.
17817 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
17818
17819 * Makefile.in (site.exp): Don't insert host_os, etc.
17820 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
17821 (distclean): Check existence of subdir.
17822 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
17823 * gdb.base/Makefile.in: General cleanup and simplification.
17824 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17825 to build executables. Use default rule to build .o files.
17826 (EXPECT, RUNTEST, CC): Fix relative pathname.
17827 (site.exp): Don't insert host_os, etc.
17828 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
17829 and/or SIGUSR1 defined.
17830 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
17831 * gdb.c++/Makefile.in: General cleanup and simplification.
17832 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17833 (CFLAGS): Remove.
17834 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
17835
17836Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
17837
17838 * gdb.base/recurse.exp: Misc changes to get tests running again
17839 after Kung's changes to the watchpoint code.
17840 * gdb.base/watchpoint.exp: Likewise.
17841
17842Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
17843
17844 * lib/gdb.exp (string_to_regexp): Convert {\} also.
17845
17846Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17847
17848 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
17849 * lib/gdb.exp (default_gdb_start): Define.
17850 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
17851 gdb.base/funcargs.exp, gdb.base/opaque.exp,
17852 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
17853 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
17854 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
17855 Don't call gdb_target_udi in between tests.
17856
17857Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17858
17859 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
17860 (which was basically just a local version of the same thing). In
17861 addition to avoiding duplication, gdb_test_exact is faster.
17862 * lib/gdb.exp (gdb_test_exact): Fix typo.
17863
17864 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
17865 don't give an error.
17866
17867 * gdb.base/term.exp: Call delete_breakpoints before starting.
17868
17869 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
17870 (t10): Add comment.
17871
17872Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17873
17874 Reorganization of the GDB Test Suite.
17875
17876 * gdb.base: New directory, contains all the basic tests.
17877 * gdb.c++: New directory, tests specific to C++.
17878 * gdb.chill: New directory, tests specific to Chill.
17879 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
17880 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
17881 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
17882 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
17883 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
17884 t30-31 to chill).
17885 * */gdbme.*: Rename to match appropriate expect scripts.
17886 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
17887 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
17888 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
17889 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
17890 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
17891 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
17892 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
17893 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
17894 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
17895 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
17896 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
17897 gdb.c++/virtfunc.cc: New names of C++ files.
17898 * gdb.chill/chillvars.ch: New name of Chill file.
17899 * gdb.base/configure.in, gdb.c++/configure.in,
17900 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
17901 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17902 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
17903 * configure.in (configdirs): Update to reflect directory changes.
17904 (target_abbrev): No longer define for any configuration.
17905 * Makefile.in: Cosmetic improvements to header comments.
17906
17907Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17908
17909 Various changes to gdb.t31:
17910
17911 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
17912 * gdbme.ch: Make all key-words and predefineds be upper-case.
17913 * chillvars.exp: Expect key-words and predefinds in upper-case.
17914
17915 * chillvars.exp: Use gdb_test_exact many places.
17916 Change expected output for arrays (which now includes index labels).
17917
17918 * pr-5020.exp, gdme.ch (module PR_5020):
17919 New test, for PR-5020.
17920
17921Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
17922
17923 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
17924 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
17925
17926Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
17927
17928 * Makefile.in: Fix bit-rot in definitions of CHILL,
17929 CHILL_FOR_TARGET and Chill_LIB.
17930 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
17931 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
17932 CHILL, and CHILL_LIB.
17933
17934Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
17935
17936 * Revert the previous changes. Please see Rob's directory
17937 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
17938
17939Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
17940
17941 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
17942 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
17943 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
17944 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
17945 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
17946 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
17947 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
17948 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
17949 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
17950 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
17951 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
17952 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
17953 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
17954 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
17955 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
17956 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
17957 changes from 94Q1.
17958
17959Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
17960
17961 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
17962 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
17963 Rob's new testing fragments.
17964
17965Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
17966
17967 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 17968 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
17969
17970Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17971
17972 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
17973 version also, match on casted version strings, and match on
17974 gdb startup case where the line numbers might be messed up.
17975
17976Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
17977
17978 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 17979 (CFLAGS): Delete it from here.
c906108c
SS
17980
17981Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
17982
17983 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
17984
17985Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
17986
17987 * Makefile.in (RUNTEST): Default to just "runtest".
17988
17989Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17990
17991 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
17992 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
17993 the code has been restructured.
17994
17995Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17996
17997 * gdb.t00/default.exp (set write): Allow any number of \r and/or
17998 \n, not just one of each.
17999
18000 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
18001 /bin/cc gives a warning if you do.
18002
18003Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
18004
d63a86f8 18005 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
18006 __t10ListS_link1ZUiRCUiPT0
18007
18008Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18009
18010 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
18011 on local variables in recursive functions.
18012
18013 * gdb.t07/Makefile.in: Build the new test.
18014
18015Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18016
18017 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
18018 directly. Instead compare the return values from actual calls.
18019
18020Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
18021
18022 * Makefile.in (check): Set TCL_LIBRARY for runtest.
18023
18024Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18025
18026 * From Peter Schauer with minor modifications.
a9c64011
AS
18027 * gdb.t15/return.exp (return_tests): Handle targets where "return"
18028 stops in mid-line in the caller. Add xfail for returning a float
18029 value on X86 targets.
c906108c
SS
18030
18031Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18032
18033 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
18034 to avoid expect lossage.
18035 (fmem_LRbug_tests): Likewise.
18036 * gdb.disasm/hppa.s: Corresponding changes.
18037
18038 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
18039 conditions to work with latest dejagnu/expect.
18040
18041 * gdb.t15/funcargs.exp (finish from indirect call): No longer
18042 expected to fail on the PA.
18043 (backtrace in call with trampolines): Explicitly require main
18044 to be frame #1 (no trampolines should show up in backtrace).
18045
18046 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18047 "continue -expect".
18048 * gdb.t06/break.exp: Likewise.
18049 * gdb.t07/watchpoint.exp: Likewise.
18050 * gdb.t13/bitfields.exp: Likewise.
18051 * gdb.t15/{funcargs,return}.exp: Likewise.
18052 * gdb.stabs/weird.exp: Likewise.
18053 * config/{mips,udi}-gdb.exp: Likewise.
18054
18055 * hppa.sed: Enclose comments within a sed command to avoid
18056 losing with the old OSF1 sed.
18057
18058Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18059
18060 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18061 sequent dynix.
18062 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18063 * gdb.t15/funcargs.exp: Conditionally step again to really
18064 finish from marker_call_with_trampolines. Handle the case where
18065 the first step from within call_with_trampolines already steps
18066 us back to main.
18067 * gdb.t15/gdbme.c: Add comment to closing brace of
18068 call_with_trampolines for funcargs.exp.
18069
18070Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18071
d63a86f8 18072 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
18073 Fix typo(s).
18074
18075Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18076
18077 * gdb.t07/gdbme.c: More code for watchpoint testing.
18078
18079 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18080 "Hardware watchpoint" throughout file.
18081 (test_watchpoint_triggered_in_syscall): New test.
18082 (test_complex_watchpoint): New test.
18083
18084Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18085
18086 * gdbme.c (call_with_trampolines): New function to try and step
18087 into. Tests trampoline problems on the PA.
18088
18089 * funcargs.exp (localvars_in_indirect_call): No longer expect
18090 stepping into indirect call to fail on PAs.
18091 (test_stepping_over_trampolines): New test.
18092
18093Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18094
18095 * TODO: Add suggestions for static member function tests, and
18096 completion tests.
18097
18098Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18099
18100 * TODO: Add suggestions for "p/a" tests.
18101
18102 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18103 (default_gdb_exit): Replace all the hair with sending "quit" to
18104 the process with a simple close.
18105
18106Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18107
18108 * TODO: Add suggestions for shared library tests.
18109
18110Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18111
18112 * TODO: Add suggestions for x/s tests.
18113
18114Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18115
18116 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18117 "enable once", and "enable breakpoints once" with ".*".
18118
18119Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18120
18121 * TODO: Add suggestions about structure passing tests.
18122
18123Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18124
18125 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18126 the primary1 test, use work around if __GNUC__ < 2.
18127 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18128 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18129 Test for bad output rather than waiting for timeout. Issue
18130 second continue only if first continue failed.
18131
18132Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18133
18134 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18135 operator[] test with gdb_test because the old code didn't seem to
18136 be getting the quoting right with the new dejagnu.
18137
18138Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18139
18140 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18141 one from the path.
18142 * Makefile.in: Use a fresh expect if there is one, use runtest
18143 from the src tree if there is one.
d63a86f8 18144
c906108c
SS
18145Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18146
18147 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18148 next over recursive call. Revise the tests from that point on
18149 (which had been skipped) to match GDB's actual (correct) output.
18150
18151 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18152 with next over a breakpoint whose condition is false.
18153
18154 * gdb.t00/help.exp: Comment out "help set print" tests just like
18155 (and for same reason as) "help set" test.
18156
18157Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18158
18159 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18160 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18161
18162Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18163
18164 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18165 necessary gdb_target_udi.
18166
18167 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18168
18169 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18170 1838 and 2417; they are fixed.
18171
18172 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18173 gdb.t03/ptype.exp (ptype structure, ptype union):
18174 Remove xfails; the test is looser than when the xfails were added.
18175
18176 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18177 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18178
18179 * gdb.t01/run.exp: Only run shell test if isnative.
18180
18181 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18182 since "run" automatically loads if necessary. Call gdb_target_udi
18183 after the "file" since "file" kills any execution target.
18184
18185 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18186 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18187 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18188 argument for UDI.
18189
18190Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18191
18192 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18193
18194 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18195
18196Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18197
18198 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18199 properly quoting regexps. This makes the second argument to
18200 demangle a fixed string, which matches the callers, instead of a
18201 shell-style pattern which is what the previous implementation
18202 used. Update some of the callers.
18203
18204Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18205
18206 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18207 (comib_nullified_tests): Fix typo.
18208 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18209 strings. No longer expected to fail.
18210
18211 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18212 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18213 strings. No longer expected to fail.
18214
18215 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18216 string. No longer expected to fail.
18217
18218Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18219
18220 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18221 No longer expected to fail.
18222
18223 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18224 string. No longer expected to fail.
18225
18226Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18227
18228 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18229 only in the names (I probably got most of them). I was even
18230 generous with some which differed in underscores in names, and
18231 probably missed a few, and I *still* was able to remove almost a
18232 third of the file with almost no impact on testsuite coverage.
18233
18234Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18235
18236 * gdb.t00/default.exp: Match udi_attach error message as well as
18237 the one from child_attach.
18238
18239 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18240
18241 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18242
18243 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18244 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18245
18246 * Move test with enums and partial symbols back to
18247 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18248 Reverts the change of 26 May 93. Per today's change to
18249 stabs.texinfo, the behavior that weird.exp was expecting was
18250 unreasonable; what is important is that the compiler+gdb get
18251 things right, which happens with a recent gcc. Also fix the test
18252 to deal with native compilers which put out the stab gdb can't
18253 deal with.
18254
18255Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18256
18257 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18258 in the names. The main thing these accomplish is to slow things down.
18259 Many more such duplicates surely remain.
18260
18261 * gdb.t00/help.exp: Comment out "help support" test just like
18262 (and for same reason as) "help set" test.
18263
18264Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18265
18266 * gdb.t06/break.exp: Remove setup_xfails for
18267 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18268 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18269 about known bug in gcc to include up through 2.5.8.
18270 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18271 well as "_vb$".
18272 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18273 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18274 with latest gcc and gdb.
18275 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18276 well as "_vb$".
18277
18278Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18279
18280 * configure.in (hppa*-*-*): Also configure and build stabs-only
18281 tests.
18282
18283Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18284
18285 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18286 * gdb.t10/configure.in (hppa*-*-*): Use it.
18287
18288Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18289
18290 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18291
18292Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18293
18294 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18295 versions prior to 1.13.5.
18296
18297Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18298
18299 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18300 the prompt is at the start of a line.
18301
18302Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18303
18304 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18305 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18306 in the copr tests now.
18307 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18308 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18309 expected to fail.
18310
18311Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18312
18313 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18314 gdb.t31/chillvars.exp, lib/gdb.exp:
18315 Tweak to run under either version of expect.
18316 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18317 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18318 * gdb.t11/list.exp: Remove extraneous whitespace.
18319
18320Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18321
18322 * gdb.t16/printcmds.exp (test_print_strings): Accept
18323 "(unsigned char *) " before the string.
18324
18325 * TODO: Add notes about printing of fancy types and GDB expressions.
18326
18327Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18328
18329 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18330 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 18331 if doing mips-idt-ecoff.
c906108c
SS
18332
18333Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18334
18335 * Most .exp files: Tweak to run under either version of expect.
18336
18337Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18338
18339 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18340 xfails; I'm not sure why they are failing, but not because of PR 1806.
18341
18342Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18343
18344 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18345 defined in lib/gdb.exp.
18346
18347Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18348
18349 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18350 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18351 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18352 have to be typeless.
18353
18354Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18355
18356 * TODO: Add suggestion for copyright year test.
18357
18358Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18359
18360 * configure.in (*-*-lynxos*): Add stabs tests.
18361
18362Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18363
18364 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18365 so insert a tab before any assembler directive in column zero.
18366
18367 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18368 stores.
18369 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18370 stores.
18371 (fpu_short_memory_tests): Likewise.
18372
18373Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18374
18375 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18376 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18377 .stabs directives in comments.
18378
18379Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18380
18381 * TODO: New file, describing tests we could write.
18382 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18383
18384Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18385
18386 * gdb.t06/signals.exp: Add kludge to force re-sync.
18387
18388 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18389 to xgdb instead of gdb, get out of gdb.
18390
18391Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18392
18393 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18394 for info.
18395
18396Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18397
18398 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18399 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18400 * gdb.stabs/hppa.sed: New sed script for the PA.
18401
18402Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18403
18404 * gdb.stabs: Re-write weird.def and configuration to use sed
18405 instead of cpp. sed is portable and POSIX; cpp is neither.
18406
18407Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18408
18409 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18410
18411Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18412
18413 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18414
18415Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18416
18417 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18418 "_vb$".
18419 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18420 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18421
18422Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18423
18424 * lib/gdb.exp: Comment out code which depends on non-existent
18425 `transform' procedure.
18426
18427Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18428
18429 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18430 * lib/gdb.exp: Transform tool name.
18431 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18432 1.1's new error handling system.
18433
18434Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18435
18436 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18437
18438Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18439
18440 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18441 They made pattern matching so slow that timeouts happened on
18442 heavily loaded systems. Now any output from "show print" which
18443 gets us back to the GDB prompt is a PASS.
18444
18445Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18446
18447 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18448
18449Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18450
18451 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18452
18453 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18454 It is not from PR 3220.
18455
18456Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18457
18458 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18459 just started failing because they depended on the order the
18460 subcommands are presented, or exact docstring text. This kind of
18461 test is a pain and has minimal benefit.
18462
18463Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18464
18465 * gdb.t09/corefile.exp: At end of test, use "core" command with
18466 no arguments.
18467
18468Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18469
18470 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18471 17}/Makefile.in: Make it possible to run the testsuite with Sun
18472 make and CC = cross gcc by adding explicit build rules for .o
18473 files.
18474
18475Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18476
18477 * gdb.t15/funcargs.exp: Don't put comments on same line as
18478 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18479
c906108c
SS
18480Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18481
18482 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18483
18484Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18485
18486 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18487 * gdb.t20/inherit.exp: remove three dumplicate entries.
18488
18489Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18490
18491 * gdb.t06/break.exp: For "next over recursive call", fail on any
18492 incorrect output, not just on "factorial (value=2)".
18493
18494Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18495
18496 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18497 working now. Add an xfail if accesing a bss variable causes
18498 a memory error if the target is not yet run.
18499
18500Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18501
18502 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18503 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18504 name of __st* demangling (2 strings). Did Kung really get the
18505 more than 95 others right without testing them?
18506
18507Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18508
18509 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18510
18511Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18512
18513 * configure.in (configdirs): Add gdb.disasm
18514 * gdb.disasm: New directory for GDB disassembler tests.
18515 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18516
18517Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18518
18519 * gdb.t00/help.exp: Don't test "help set".
18520
18521 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18522 from within expect statements. None of these happen anymore and
18523 they cause regressions to be silently unnoticed.
18524
18525 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18526 messages) about known failures with gcc cygnus-2.4.5-930417.
18527
18528 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18529 comp-info.exp so it gets built if it doesn't exist.
18530
18531 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18532 it is no longer used.
18533 * gdb.t13/comp-info.c: Removed.
18534
18535Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18536
18537 * gdb.t06/signals.exp: Add xfail for sun3.
18538
18539Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18540
18541 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18542 relevant because ^C doesn't get sent but failure can be reproduced
18543 interactively).
18544
18545Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18546
18547 * gdb.stabs/alpha.mt: New configuration file for alpha.
18548 * gdb.stabs/configure.in: Use it.
18549 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18550 sharing with alpha.mt, redefine long to word via preprocessor.
18551 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18552 for alpha.
18553 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18554 native cc.
18555 * gdb.t00/teststrategy.exp: Change expect string so that we
18556 consume the `(xgdb)' from the command echo and from the gdb prompt.
18557 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18558 gdb currently compares all values as long, so this failure probably
18559 applies to any configuration where LONGEST is bigger than a target int.
18560 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18561 with gcc.
18562 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18563 to handle opaque pointers, gcc is.
18564 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18565 as first argument. Include <sys/types.h> and change all operator
18566 new definitions to use size_t.
18567 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18568 now that we use size_t.
18569
18570Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18571
a9c64011 18572 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18573 a long or float array cast all array members to the same type.
a9c64011 18574 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18575 with 64 bit longs.
a9c64011 18576 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18577 on alpha.
a9c64011 18578 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18579
18580Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18581
18582 * gdb.t24 (demangle.exp): Constructors of templates have names like
18583 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18584 section 14.6 of the ARM.
18585
18586 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18587 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18588 accomplish little and slow down the testsuite.
18589
18590 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18591 Accept spaces various places.
18592
18593Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18594
18595 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18596 with watchpoint enabled.
18597
18598 * Makefile.in: Remove definition of CC and remove the second
18599 definition of CXX (the "CXX = gcc" one remains). These definitions
18600 were causing backquotes to be expanded within backquotes, which
18601 doesn't work.
18602
18603Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18604
18605 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18606
18607Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18608
a9c64011
AS
18609 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18610 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18611 by mips cc and contains no stabs entries.
18612
18613Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18614
18615 * config/vx-gdb.exp: Use fake device to load files rather than
18616 NFS.
18617 * lib/gdb.exp: New proc to do "file" command.
18618 * config/unix-gdb.exp: Use new "file" proc.
18619
18620Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18621
18622 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18623 Rework board rebooting slightly.
18624 (gdb_exit): Don't exit from the remote shell; there isn't one.
18625 * gdb.stabs/weird.exp: If a program is being debugged already,
18626 kill it.
18627 * gdb.t04/setvar.exp: Stop and restart gdb.
18628 * gdb.t05/expr.exp: Likewise.
18629 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18630 restart gdb and reload the program.
18631 * gdb.t08/opaque.exp: Likewise.
18632 * gdb.t12/scope.exp: Likewise.
18633 * gdb.t13/bitfields.exp: Likewise.
18634 * gdb.t15/funcargs.exp: Likewise.
18635 * gdb.t20/classes.exp: Likewise.
18636 * gdb.t03/ptype.exp: Increase timeout.
18637 * gdb.t16/printcmds.exp (test_print_string_constants,
18638 test_print_array_constants): Likewise.
18639 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18640 * gdb.t20/classes.exp (do_tests): Likewise.
18641 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18642
18643Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18644
18645 * gdb.stabs: Renamed *wierd* to *weird*.
18646
18647Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18648
18649 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18650 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18651
18652Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18653
18654 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18655 (do_tests): Remove xfail for whatis on one_var and two_var.
18656
18657Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18658
18659 * Makefile.in: Made cross building work better by adding
18660 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18661
18662Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18663
18664 * gdb.t15/{return.c,return.exp,Makefile.in}:
18665 New test, currently commented out.
18666
18667Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18668
18669 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18670 still running and removes the leftover named socket so GDb can do
18671 clean restarts.
18672
18673Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18674
18675 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18676 console, not GDB.
18677 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18678 cross testing works better with "make check"
18679 * config/unix-gdb: Use default procedures for exit and version.
18680 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18681 with the newest VxWorks.
18682
18683Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18684
18685 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18686 old form.
18687
18688 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18689 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18690
18691 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18692
18693 * config/unix-gdb.exp: Remove this version of gdb_exit
18694 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18695 Rob says he'll look at it when he gets back to testing boards.
18696
18697Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18698
18699 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18700 an expected fail for certain ptype commands.
18701
18702 * gdb.t20/classes.exp: Update expected results of "ptype class
18703 Base1" to account for the constructor that now appears in the type.
18704
18705Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18706
18707 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18708 disappeared from list.
18709 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18710 "alldone" proc with call to cleanup and exit.
18711 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18712 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18713 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18714 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18715 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18716 "alldone" proc with simple returns that suppress remaining
18717 tests. The alldone proc went away many months ago.
18718
18719Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18720
18721 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18722
18723 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18724
18725Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18726
18727 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18728 as vax gdb will display them.
18729
18730Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18731
18732 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18733 optimizers.
18734
18735 * scope.exp: Change "bad value for localval" messages so each one
18736 is unique.
18737
18738 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18739 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18740
18741 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18742
18743Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18744
18745 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18746 doesn't exist (due to optimization).
18747
18748Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18749
18750 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18751 contains \r because the filename is long.
18752
18753 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18754 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18755
18756Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18757
18758 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18759 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18760 Ultrix.
18761 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18762 int tests.
18763 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18764
18765Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18766
18767 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18768
18769 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 18770 to match does not match the passing case but still matches the
c906108c
SS
18771 failing case.
18772
18773Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18774
18775 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18776
18777Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18778
18779 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18780 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18781 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18782 Remove various versions of gdb_exit.
18783 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18784 gdb_exit.
18785 * config/unix-gdb.exp: gdb_exit remains here, and should override
18786 the generic version, since it's doing a lot of wierd stuff that
18787 the other versions aren't. FIXME, fold it in, or abandon this
18788 version.
18789
18790Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18791
18792 * gdb.t24/demangle.exp: Add tests for PR 3220.
18793
18794Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18795
18796 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18797
18798Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18799
18800 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18801 "i386-*-*". Works for i486 as well.
18802
18803 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
18804 bug, and expand domain of xfail to all SVR4 systems, since the
18805 actual problem is likely to be in generic SVR4 /proc support.
18806
18807Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18808
18809 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
18810
18811Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
18812
18813 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
18814 xfails for other systems. Match a missing 'Continuing.' as an
18815 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
18816
18817 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
18818 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
18819 Only issue warning for missing executables if -all option is used.
18820
18821 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
18822 file if -all option is used. It's like an unpredictable XFAIL.
18823
18824Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18825
18826 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
18827 for dynamically linked binaries.
18828
18829 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
18830
18831Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18832
18833 * gdb.t20/inherit.exp: Change message for "print tagless struct"
18834 to state that this is a known bug in old versions of g++.
18835
18836Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18837
18838 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
18839 while waiting for `Continuing'.
18840
18841Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
18842
18843 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
18844 in text, data, and bss.
18845 * gdb.t10/nodebug.c: Add local and global test variables for
18846 initialized and uninitialized data.
18847
18848Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18849
18850 * config/unix-gdb.exp (gdb_exit): Add "wait".
18851
18852Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18853
18854 * gdb.t06/signals.exp: xfail the continue from the handler for all
18855 targets.
18856
18857 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
18858 function with watchpoints enabled, the i386 call dummy starts with
18859 a call.
18860
18861 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
18862 386 bsd names its corefiles.
18863
18864Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
18865
18866 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
18867 compilers don't grok it.
18868 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
18869 with small octal ints rather than character constants, which
18870 are signed and might not fit if first promoted to int.
18871
18872Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
18873
18874 * gdb.t09/Makefile.in (clean): Remove corefile.
18875
18876Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18877
18878 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
18879
18880Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18881 and Jim Kingdon (kingdon@cygnus.com)
18882
18883 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
18884 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
18885 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
18886
18887Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18888
18889 * gdb.t17/interrupt.exp: Add xfail for hppa.
18890
18891Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18892
18893 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
18894 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
18895 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
18896 to determine signed-ness of bitfields and use the result to setup
18897 the xfail.
18898 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
18899 * gdb.t15/funcargs.exp: Use them to step until the second indirect
18900 call line is reached if necessary.
18901
18902Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18903
18904 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
18905
18906Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18907
18908 * gdb.t06/break.exp: Also test `clear' command.
18909
18910Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18911
18912 * gdb.t00/teststrategy.exp: Remove extra quote.
18913
18914 * gdb.t07/watchpoint.exp: Change xfail for calling function with
18915 watchpoint enabled to be for all non-68k machines.
18916
18917 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
18918
18919Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18920
18921 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
18922 targets use aout.mt instead of ecoff.mt as gas understands
18923 standard aout format.
18924
18925Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18926
18927 * lib/gdb.exp (runto): Don't insist that function we are running to
18928 was compiled with -g.
18929
18930 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
18931
18932 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
18933 to get back into the read system call.
18934 Accept leading newline in case where we woke it up.
18935
18936Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18937
18938 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
18939 to make the stabs test work on ecoff systems using gcc and -with-stabs.
18940 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
18941 enable ecoff configuration.
18942
18943Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18944
18945 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
18946
18947Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18948
18949 * gdb.t16/printcmds.exp: Add another printf test.
18950
18951Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
18952
18953 * configure.in: If configured -with-stabs on any target, add
18954 stabsdirs to configdirs.
18955
18956Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18957
18958 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
18959 fun" so pattern does not match the command itself.
18960
18961Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18962
18963 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
18964
18965Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18966
18967 * gdb.t17/interrupt.exp: Test for more things.
18968
18969Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18970
18971 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
18972 compiler arranges the code and line numbers.
18973
18974 * gdb.t17/interrupt.exp: Don't send \n after ^C.
18975
18976Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18977
18978 * gdb.t00/help.exp: Increase expect input buffer size.
18979
18980Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18981
18982 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
18983
18984 * gdb.t07/watchpoint.exp: Add xfail for hppa.
18985
18986 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
18987
18988 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
18989 [0-9]*, not just [0-9].
18990
18991Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18992
18993 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
18994
18995 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
18996
18997Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18998
18999 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
19000
19001Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19002
19003 * gdb.t06/signals.c: Add xfails for sun3.
19004
19005 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
19006
19007 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
19008 test_stepping tests.
19009
19010Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19011
19012 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
19013
19014 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
19015
19016 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
19017 rather than actually putting it through cpp twice.
19018
19019 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
19020
19021Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
19022
19023 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
19024 no longer needed.
19025
19026Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19027
19028 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
19029
19030 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
19031 C++ features prints as "struct", make it a pass, not an xfail.
19032
19033Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19034
19035 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
19036 Don't require VA to print as "class" rather than "struct".
19037
19038Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
19039
19040 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
19041
19042Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19043
19044 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
19045
19046Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19047
19048 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19049 order.
19050
19051Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19052
19053 * gdb.t16/printcmds.exp: Add printf tests.
19054
19055 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19056
19057 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19058
19059Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19060
19061 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19062 pass counts, to counteract any existing or future setup_xfails.
19063
19064Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19065
19066 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19067 {BEGIN,END}_COMMON for common block instead of STAB.
19068 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19069
19070 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19071 intp_var should be N_GSYM not N_LSYM.
19072 wierd-aout.S: Use a label for the value of the N_SO.
19073 wierd.def: Remove all backslashes.
19074 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19075
19076Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19077
19078 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19079 get the expected next to inheritance3.
19080
19081Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19082
19083 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19084 now that gcc-2.4 gets it right.
19085
19086Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19087
19088 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19089
19090 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19091 generating comp-info.exp which works for cross-compilation.
19092
19093Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19094
19095 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19096 "*-*-sysv4.*".
19097
19098Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19099
19100 * gdb.t01/run.exp: Start with a fresh gdb.
19101 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19102 SVR4.x.
19103
19104Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19105
19106 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19107 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19108 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19109 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19110 things to remove.
19111
19112Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19113
19114 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19115 test cases from bug reports.
19116
19117Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19118
19119 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19120 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19121 avoid spurious xfails.
19122 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19123 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19124 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19125
19126Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19127
19128 * gdb.t00/teststrategy.exp: Rework to provide more useful
19129 description of each test, fix problem with systems that define
19130 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19131 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19132 results for "next over recursive call" so timeouts aren't taken
19133 by error.
19134
19135Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19136
19137 * gdb.t12/scope.exp: Test printing of variables before run.
19138
19139 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19140 printed in wrong order due to sorting.
19141
19142Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19143
19144 * gdb.t00/teststrategy.exp: Fix expected results for printing
19145 user entered string constant. Is array of char, prints with no
19146 address.
19147
19148 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19149 commands.
19150 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19151 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19152 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19153 of struct of char arrays.
19154 * gdb.t00/radix.exp: New tests for radix commands.
19155
19156Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19157
19158 * gdb.t16/printcmd.exp: Print a variable before running program
19159 (with xfail for AIX).
19160
19161Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19162
19163 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19164
19165 * gdb.t16/printcmd.exp: Don't print variables before running program.
19166
19167 * gdb.t06/break.exp: Don't require envp argument to main.
19168
19169 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19170
19171 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19172 Add xfails for rs6000.
19173
19174 * gdb.t02/whatis.exp: Change other tests not to re-test something
19175 we already tested.
19176
19177 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19178 each type used has a variable of that type.
19179
19180Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19181
19182 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19183
19184Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19185
19186 * configure.in: change srctrigger to be a file, not a directory
19187
19188Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19189
19190 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19191
19192 * gdb.t11/list.exp: Fixed a couple of typos.
19193
19194Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19195
19196 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19197 is fixed and PR is closed.
19198 * gdb.t16 (gdbme.c): Add simple test string variable.
19199 * gdb.t16 (printcmds.exp): Add tests with simple test string
19200 variable, primarily for boundaries on "set print elements".
19201
19202Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19203
19204 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19205 Make leading 0's optional and don't expect a tab in the middle
19206 of the number.
19207
19208 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19209
19210 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19211 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19212 don't end command passed to gdb_test with newline.
19213
19214 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19215 signed keyword away, don't expect signed bitfields to be signed.
19216
19217 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19218 printing with only as many 1's as are in the field as well as printing
19219 with 32 1's (see comment).
19220
19221Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19222
19223 * gdb.t00/default.exp: Start with a fresh gdb.
19224 * configure.in (configdirs): Remove gdb.t31 until the chill
19225 compiler works again. It no longer is able to find chillrt0
19226 since it isn't in libchill.a anymore.
19227 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19228 wierd.o, make more modular.
19229 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19230 spurious newlines that caused problems.
19231
19232Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19233
19234 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19235 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19236 gdb.stabs/wierd.{exp,def}: Many new tests.
19237
19238 * gdb.t00/default.exp: update info line for new message.
19239
19240 * gdb.t02/{whatis.exp,gdbme.c}:
19241 Test that "char *" doesn't print as "caddr_t".
19242
19243Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19244
19245 * gdb.t00/help.exp: Use .* in place of some help messages which
19246 just changed.
19247 gdb.t00/default.exp: Update "info frame" test for new message.
19248 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19249 Remove some xfails
19250
19251Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19252
19253 * gdb.t03/{gdbme.c,ptype.exp}:
19254 Add tests for typedef'd struct and union without tags.
19255 Also check "whatis" on a variable of a typedef'd enum without a tag.
19256
19257 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19258 PRMS 1823; the bug still exists but isn't reproduced by this test
19259 anymore), and remove rs6000 XFAIL (the bug is fixed).
19260
19261 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19262 duplicated from whatis.exp. For those that are left, accept
19263 "long", "long int", or "int" for long variables (whatis.exp already
19264 has an XFAIL for "int", so no need to fail it here).
19265
19266 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19267 Deal with GCC's names for types now that GDB uses the compiler's names.
19268
19269 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19270 setup_xfail's for sunos4. If we #defined the signed keyword away,
19271 don't expect GDB to know that char it is signed.
19272
19273 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19274
19275Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19276
19277 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19278 should work on any system, regardless of debugging format.
19279 * gdb.t21/demangle.exp: Move to gdb.t24.
19280 * gdb.t24/demangle.exp: Move from gdb.t21.
19281 * gdb.t24/{Makefile.in, configure.in}: New files.
19282
19283Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19284
19285 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19286 * gdb.stabs: New directory.
19287
19288Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19289
19290 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19291 not just "Quit anyway?".
19292
19293Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19294
19295 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19296 that all setup_xfails are immediately followed by clear_xfails.
19297
19298Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19299
19300 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19301 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19302 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19303 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19304 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19305 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19306 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19307 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19308 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19309 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19310 gdb.t31/chillvars.exp, lib/gdb.exp:
19311 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19312 bug-gdb@prep.ai.mit.edu.
19313
19314Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19315
19316 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19317 with 0.0, not integer 0.
19318
19319Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19320
19321 * gdb.t06/break.exp: Update for "Kill the program" message change.
19322
19323Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19324
19325 * Makefile.in (GDBFLAGS): Set to -nx.
19326 * Makefile.in (site.exp): Use GDBFLAGS.
19327
19328Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19329
19330 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19331 Makefiles.
19332 (check): depend on just-check.
19333 (just-check): added so that tests can be run without a noop
19334 build pass.
19335
19336Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19337
19338 Switch to using configure's configdirs.
19339 * Makefile.in (Makefile): add configure.in dependency.
19340 (SUBDIRS): removed redundant assignment.
19341 * configure.in: switch subdirs assignment to configdirs.
19342 * gdb.t*/configure.in: new files.
19343
19344Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19345
19346 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19347 works.
19348
19349Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19350
19351 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19352 in explicit rules. Apparently this is not supported by some makes.
19353
19354Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19355
19356 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19357
19358Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19359
19360 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19361 disappeared.
19362
19363Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19364
19365 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19366
19367Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19368
19369 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19370 watchpoint problem that is now fixed.
19371 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19372 uninitialized convenience variables.
19373 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19374 structures.
19375
19376Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19377
19378 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19379 which causes expect to get out of sync with gdb on long output
19380 from help set.
19381 * gdb.t09/corefile.exp: Make expected pattern for core file
19382 failing signal and frame output format less sun specific.
19383
19384Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19385
19386 * gdb.t31/chillvars.exp: Add and remove initial dummy
19387 breakpoint, so that symbol table is forced in.
19388 (Needed at least on Sunos4, though it seems not SVR4.)
19389 * gdb.t31/chillvars.exp: Update for changed output format.
19390
19391Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19392
a9c64011 19393 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19394
19395Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19396
19397 * Makefile.in: Added --srcdir when invoking runtest, removed the
19398 need for a local config file. (optional now)
19399
19400Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19401
19402 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19403 failure count used to force early termination. Add some more
19404 expected failures for gnu style demangling.
19405
19406Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19407
19408 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19409 pmi variable from gdb.t20/gdbme to get optimized away.
19410 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19411 Check for written corefile upon timeout _and_ eof.
19412
19413Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19414
19415 * config/unix-gdb.exp: Add missing return 0.
19416
19417Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19418
19419 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19420 test termination.
19421
19422Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19423
19424 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19425 disappeared.
19426
19427Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19428
19429 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19430 time as i860 support works.
19431
d63a86f8 19432 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19433 "backtrace 100\r" rather than just "backtrace\r", to match last
19434 change.
19435
19436Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19437
19438 * config/udi-gdb.exp (gdb_exit): Remove close command.
19439 (gdb_target_udi): New procedure to set the UDI target.
19440 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19441 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19442 Added waits for prompts after several question responses. Added
19443 some more responses used by a29k-amd-udi-gdb.
19444 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19445 pass different arguments, restart UDI connection after program
19446 completion.
19447 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19448 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19449 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19450 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19451 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19452 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19453 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19454 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19455 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19456 after program completion.
19457 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19458 compiled with a SELECT_VECS setting.
19459 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19460 infinite recursion.
19461
19462 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19463 Added checks for COFF results, and made them expected failures for
19464 all targets. It would be better to make them expected failures
19465 for COFF targets only.
19466
19467Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19468
19469 * Makefile.in: add null dvi target, don't bother to recurse
19470 through test directories for info and install-info; rename
19471 $(datadir) to be dejagnu instead of deja-gnu
19472
19473Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19474
19475 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19476 compiler to coredump.
19477 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19478 code.
19479
19480Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19481
19482 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19483 coredump.
19484 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19485 code.
19486
19487Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19488
19489 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19490 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19491 which in a shell. Deletes xgdb when done.
19492 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19493 Tests the return from the "set height" or "set width" commands.
19494 Added a few return codes where needed.
19495
19496Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19497
19498 * Makefile.in (SUBDIRS): Add gdb.t17.
19499 * configure.in (subdirs): Add gdb.t17.
19500 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19501 files to test gdb's calling of functions in the inferior with
19502 the correct arguments and gdb's ability to retrieve any
19503 result returned.
19504
19505Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19506
19507 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19508 may be called after gdb goes away. Previous versions of expect
19509 needed these to avoid file descriptor leaks, but they cause
19510 errors with the current revision of expect.
19511 * gdb.t00/gdbvars.exp: Use -re on expected output after
19512 setting sevenbit-strings.
19513 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19514 to set sevenbit-strings consistent across tests.
19515 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19516 set sevenbit-strings consistent across tests.
19517
19518Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19519
19520 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19521 expected output to match current "expect" expectations.
19522
19523Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19524
19525 * gdb.t00/default.exp: Change expected output for default "source"
19526 command, to match new gdb behavior which requires a filename to
19527 source.
19528
19529Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19530
19531 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19532 expected fail for i486-*-* that misses the marker2 function.
19533 * gdb.t10/crossload.exp (bfddefault): Allow successful
19534 recognition of a format to pass even if no symbols are found.
19535 Explicitly catch failures where the format is not recognized
19536 or is ambiguous, and add the reason to the fail message.
19537 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19538 the cause is and invalid target and add reason to failure message.
19539 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19540 elf32-i386, elf32-sparc, and elf32-i860.
19541 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19542 Set up expected failure for 'filename'::variable scope resolution,
19543 which is now apparently broken on all targets.
19544 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19545 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19546 gdb.t23/templates.exp: Change failure for missing binfile into
19547 just a warning.
19548 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19549 references.
19550
19551Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19552
19553 * gdb.t00/default.exp: Add expected output for default "source"
19554 command, to match new gdb behavior.
19555 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19556
19557Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19558
19559 * config/*-gdb.exp: returns an error, rather than exiting on
19560 internal errors.
19561
19562Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19563
19564 * gdb.t03/gdbme.c: Add pointer to struct variable.
19565 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19566 referencing struct members.
19567
19568Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19569
19570 * configure.in (mips-idt-ecoff): New target.
19571 * config/mips-gdb.exp: New file for remote board using MIPS remote
19572 debugging protocol.
19573
19574 * Redid configuration scheme. Removed gdb.t*/configure.in.
19575 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19576 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19577 distclean targets. Built executables via .o files. Adjusted
19578 tests to account for source files in $(srcdir) rather than
19579 $(objdir).
19580 * lib/gdb.exp (runto): Don't expect () after the function name,
19581 because it may have arguments.
19582
19583Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19584
19585 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19586 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19587 expected failures for mips-idt-* and mips-sgi-*.
19588 * gdb.t00/default.exp (attach): Kill process if requested.
19589 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19590 that does not read core files.
19591 * gdb.t01/run.exp: Removed checks for exit status code.
19592 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19593 it is linked in.
19594 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19595 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19596 appropriate, rather than doing it by hand.
19597 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19598 execution.
19599 * gdb.t10/crossload.exp: Kill existing program if needed.
19600 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19601 appropriate, rather than doing it by hand. Always increase
19602 timeout for this test, not just for VxWorks.
19603
19604Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19605
19606 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19607 of Chill STRUCT types and STRUCT values.
19608 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19609 than "char".
19610 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19611 struct2): New struct definitions and initializations to test
c906108c
SS
19612 simple Chill STRUCT types.
19613
19614Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19615
19616 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19617 the null byte at the end of strings.
19618 * gdb.t00/default.exp: Make show version insensitive to copyright
19619 date.
19620 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19621 to avoid dependencies on target char signedness.
19622 * gdb.t16/printcmds.exp: Update expected results for explicitly
19623 unsigned char.
19624 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19625 now work.
19626 * gdb.t21/demangle.exp: Add many more patterns for template
19627 demangling, most of them being expected failures.
19628 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19629 string we are matching for, to match on the whole string.
19630 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19631 and fix a whole bunch that had incorrect expected output but were
19632 passing anyway because of the bug in "proc demangle".
19633 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19634 type.
19635 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19636
19637Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19638
a9c64011
AS
19639 * gdb/testsuite: made modifications to testcases, etc., to allow
19640 them to work properly given the reorganization of deja-gnu and the
19641 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19642
19643Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19644
19645 * gdb/testsuite: Initial creation of gdb/testsuite.
19646 Migrated dejagnu testcases and support files for testing nm to
19647 gdb/testsuite from deja-gnu. These files were moved "as is"
19648 with no modifications. This migration is part of a major overhaul
19649 of dejagnu. The modifications to these testcases, etc., which
19650 will allow them to work with the new version of dejagnu will be
19651 made in a future update.
48efe704 19652
8d8cb839 19653 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19654\f
8d8cb839
EZ
19655;; Local Variables:
19656;; mode: change-log
19657;; left-margin: 8
19658;; fill-column: 74
19659;; version-control: never
19660;; End:
902f2ccb
MC
19661
19662 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19663 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19664 Copying and distribution of this file, with or without modification,
19665 are permitted provided the copyright notice and this notice are preserved.