gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d7167b4c
JK
12009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4 Force $srcfile file.
5 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6
b1798462
UW
72009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8
9 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
10 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11 * gdb.threads/watchthreads-reorder.exp: Likewise.
12
b6199126
DJ
132009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14
15 PR gdb/8704
16
17 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
18 "if", and "thread". Correct matching in the previous test.
19
b22a0510
DJ
202009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
21
22 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
23
930636d2
MS
242009-11-23 Michael Snyder <msnyder@vmware.com>
25
26 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
27 * gdb.reverse-watch-precsave.exp: Ditto.
28
21a0512e
PP
292009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
30
31 * gdb.asm/asm-source.exp: Adjust.
32 * gdb.base/help.exp: Adjust.
33
fc30d5e0
PA
342009-11-22 Pedro Alves <pedro@codesourcery.com>
35
36 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
37 (do_syscall_tests_without_xml): Set data-directory to
38 /the/path/to/nowhere.
39
f6bc2008
PA
402009-11-21 Pedro Alves <pedro@codesourcery.com>
41
42 * gdb.threads/local-watch-wrong-thread.c,
43 gdb.threads/local-watch-wrong-thread.exp: New files.
44
8c2fb5de
PA
452009-11-21 Pedro Alves <pedro@codesourcery.com>
46
47 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
48 assume new `regsub' syntax available.
49
ebec9a0f
PA
502009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
51
a79d3c27
JK
52 * gdb.base/watchpoint-hw-hit-once.exp,
53 gdb.base/watchpoint-hw-hit-once.c: New.
54
552009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * gdb.threads/watchthreads-reorder.exp,
58 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 59
276a961b
MK
602009-11-17 Nathan Sidwell <nathan@codesourcery.com>
61
62 * gdb.xml/tdesc-regs.exp: Use for m68k.
63
4867c1fb
PA
642009-11-15 Pedro Alves <pedro@codesourcery.com>
65
66 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
67
f6838f81
DJ
682009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
69
70 * lib/gdb.exp (current_target_name): New procedure.
71 (gdb_wrapper_target): New variable.
72 (gdb_wrapper_init): Set gdb_wrapper_target.
73 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
74 wrapper.
75
4ac4dd3f
DJ
762009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
77
78 * gdb.base/remote.exp: Delete the slowest load test.
79 Do not load with fixed packet sizes.
80
a7881759
DJ
812009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
84
97a5b505
DJ
852009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
86
87 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
88 srcfile when setting a breakpoint.
89
d3e1fc54
DJ
902009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
91
92 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
93 macros.
94
7cbcbded
DJ
952009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
96
97 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
98 to be in memory.
99 * gdb.base/display.c (force_mem): New.
100 (do_loops): Use it. Add breakpoint comments.
101 (do_vars): Add a breakpoint comment.
102 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
103 line numbers.
104
bdea3a92
NF
1052009-11-13 Nathan Froyd <froydnj@codesourcery.com>
106
107 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
108 instead of a bare "run".
109
269f82e5
PP
1102009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
111
112 * gdb.python/py-prettyprint.exp: Adjust.
113
a69b7d9d
DJ
1142009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
115
116 * lib/cell.exp (skip_cell_tests): Clean up test files before
117 returning.
118
b598bfda
DJ
1192009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
120
121 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
122 and the breakpoint menu. Do not call perror if a prompt is seen.
123 Consume the following GDB prompt.
124 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
125 * gdb.cp/namespace.exp: Use gdb_test.
126 * gdb.cp/templates.exp: Use gdb_test.
127 (test_template_breakpoints): Use gdb_test_multiple.
128
87728fa0
DJ
1292009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
130
131 * gdb.base/break1.c (struct some_struct, values): Move earlier.
132 (marker4): Reference values.
133
b67c692f
DJ
1342009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
135
136 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
137 is missing.
138
f0df251a
DJ
1392009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
140
141 * gdb.base/break.c (need_malloc): New.
142 * gdb.base/constvars.c (main): Reference crass and crisp.
143 * gdb.base/gdb1821.c (main): Reference bar.
144 * gdb.cp/gdb1355.cc (main): Reference s1.
145 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
146 (main): Call them.
147 * gdb.cp/hang2.cc (dummy2): Define.
148 * gdb.cp/hang3.cc (dummy3): Define.
149 * gdb.cp/m-data.cc (main): Reference shadow.
150
bdf7534a
NF
1512009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
152 Nathan Froyd <froydnj@codesourcery.com>
153
154 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
155 remote host.
156
f24fce77
NF
1572009-11-12 Nathan Froyd <froydnj@codesourcery.com>
158
159 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
160 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
161 * gdb.dwarf2/dw2-compressed.exp: Likewise.
162 * gdb.dwarf2/dw2-intercu.exp: Likewise.
163 * gdb.dwarf2/dw2-intermix.exp: Likewise.
164 * gdb.dwarf2/dw2-producer.exp: Likewise.
165 * gdb.dwarf2/mac-fileno.exp: Likewise.
166 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
167 py-prettyprint.py to the remote host.
168 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
169
40f0318e
KS
1702009-11-11 Keith Seitz <keiths@redhat.com>
171
172 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
173 use it instead of "Foo".
174 * gdb.cp/classes.exp (do_tests): Add a test to access
175 a method through a typedef'd class name.
176
f3d9f7fb
NF
1772009-11-11 Nathan Froyd <froydnj@codesourcery.com>
178
179 * gdb.base/long_long.exp: Permit leading zeros on floating-point
180 exponents.
181 * gdb.base/pointers.exp: Likewise.
182 * gdb.cp/ref-types.exp: Likewise.
183
a4216f37
KS
1842009-11-11 Keith Seitz <keiths@redhat.com>
185
186 * gdb.cp/cplusfuncs.cc (class foo): Add operators
187 new[] and delete[].
188 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
189 "void".
190 (probe_demangler): Remove all single-quoting of
191 method and variable names.
192 (info_func_regexp): Remove the word "void" from any
193 occurrence of "(void)".
194 (print_addr_2): Remove all single-quoting of
195 method names.
196 (print_addr_2_kfail): Likewise.
197 (print_addr): Single-quote C function names before
198 passing to print_addr_2.
199 (test_paddr_operator_functions): Remove single-quoting
200 for method names.
201 Add tests for operator new[] and operator delete[].
202
9b14d7aa
JK
2032009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
206
85feb311
KS
2072009-11-09 Keith Seitz <keiths@redhat.com>
208
209 * gdb.cp/overload.exp: Add tests for resolving overloaded
210 methods in expression parsing/evaluation.
211
fa335448
DJ
2122009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * lib/gdb.exp (default_gdb_version): Use --version instead of
215 --command.
216
ec3c07fc
NS
2172009-11-10 Nathan Sidwell <nathan@codesourcery.com>
218
219 * lib/gdb.exp (gdb_compile_test): New.
220 (skip_ada_tests, skip_java_tests): New.
221 (gdb_compile): Use gdb_compile_test for f77.
222 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
223 * lib/java.exp (compile_java_from_source): Remove runtests check,
224 use gdb_compile_test to record result.
225 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
226 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
227 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
228 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
229 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
230 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
231 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
232 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
233 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
234 adjust gdb_compile invocations.
235
b8b4e42b
JK
2362009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 * Makefile.in (abs_builddir): New.
239 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
240 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
241 `$(abs_builddir)/site.exp'.
242
f8b7eaf3
DJ
2432009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
244
245 * config/m68k-emc.exp, lib/emc-support.exp,
246 gdb.trace/gdb_c_test.c: Delete.
247 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
248 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
249 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
250 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
251 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
252 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
253 casing for m68k-*-elf.
254
c4187697
NS
2552009-11-03 Pedro Alves <pedro@codesourcery.com>
256
257 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
258 * gdb.arch/i386-prologue.exp: Likewise.
259 * gdb.arch/i386-unwind.exp: Likewise.
260
db16b772
DJ
2612009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
262
263 * lib/gdb.exp (gdb_expect): Fix timeout typo.
264
bcf71277
DJ
2652009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
266
267 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
268
0105cee2
DJ
2692009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
270
271 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
272
24ddea62
JK
2732009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
276
287ccc17
JK
2772009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
280 * gdb.base/sepdebug2.c: New file.
281
08bca259 2822009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
283
284 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
285 the modified warnings for catch syscall. Verify if GDB was compiled
286 with support for lib expat, and choose which tests to run depending
287 on this.
288
5d4e2b76
VP
2892009-10-30 Vladimir Prus <vladimir@codesourcery.com>
290
291 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
292 that composite commands are parsed OK. And also test
293 that breakpoint commands do work.
294
240e538a
MS
2952009-10-23 Michael Snyder <msnyder@vmware.com>
296
297 gdb.reverse/consecutive-precsave.exp: Change expect pattern
298 to allow for new disassembly style.
299
9c419145
PP
3002009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
301
302 * gdb.asm/asm-source.exp: Adjust.
303
02506ff1
MS
3042009-10-22 Michael Snyder <msnyder@vmware.com>
305
306 * gdb.reverse/break-precsave.exp: New test.
307 * gdb.reverse/consecutive-precsave.exp: Ditto.
308 * gdb.reverse/finish-precsave.exp: Ditto.
309 * gdb.reverse/i386-precsave.exp: Ditto.
310 * gdb.reverse/machinestate-precsave.exp: Ditto.
311 * gdb.reverse/sigall-precsave.exp: Ditto.
312 * gdb.reverse/solilb-precsave.exp: Ditto.
313 * gdb.reverse/step-precsave.exp: Ditto.
314 * gdb.reverse/until-precsave.exp: Ditto.
315 * gdb.reverse/watch-precsave.exp: Ditto.
316
4cf866a3
MS
3172009-10-22 Michael Snyder <msnyder@vmware.com>
318
319 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
320 for gdb_expect. Adjust one test's expect strings for the new
321 format of disassemble.
322 * gdb.reverse/finish-reverse.exp: Delete 'return'.
323 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
324 gdb_test_multiple.
325 * gdb.reverse/step-reverse.exp: Delete 'return'.
326 * gdb.reverse/until-reverse.exp: Delete blank lines.
327 * gdb.reverse/watch-reverse.exp: Delete blank lines.
328
2b28d209
PP
3292009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
330
331 * gdb.base/consecutive.exp: Adjust.
332 * gdb.base/display.exp: Likewise.
333 * gdb.base/pc-fp.exp: Likewise.
334 * gdb.base/sigbpt.exp: Likewise.
335
33b9c32b
MS
3362009-10-19 Michael Snyder <msnyder@vmware.com>
337
338 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
339 * gdb.reverse/finish-reverse.c: Ditto.
340 * gdb.reverse/sigall-reverse.c: Ditto.
341 * gdb.reverse/solib-reverse.c: Ditto.
342 * gdb.reverse/step-reverse.c: Ditto.
343 * gdb.reverse/watch-reverse.c: Ditto.
344
6c95b8df
PA
3452009-10-19 Pedro Alves <pedro@codesourcery.com>
346 Stan Shebs <stan@codesourcery.com>
347
348 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
349 * gdb.base/foll-exec.exp: Adjust to expect a process id before
350 "Executing new program".
351 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
352 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
353 left listed after having been killed.
354 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
355 * gdb.base/maint.exp: Adjust test.
356
357 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
358 * gdb.multi/Makefile.in: New.
359 * gdb.multi/base.exp: New.
360 * gdb.multi/goodbye.c: New.
361 * gdb.multi/hangout.c: New.
362 * gdb.multi/hello.c: New.
363 * gdb.multi/bkpt-multi-exec.c: New.
364 * gdb.multi/bkpt-multi-exec.exp: New.
365 * gdb.multi/crashme.c: New.
366
279017b7
TG
3672009-10-13 Tristan Gingold <gingold@adacore.com>
368
369 * gdb.base/sepdebug.exp: Check debug info are found.
370
0413d738
PA
3712009-10-08 Pedro Alves <pedro@codesourcery.com>
372
373 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
374 bits.
375
c628eecc
JK
3762009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
377
378 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
379
38af1bfe
JB
3802009-10-07 Joel Brobecker <brobecker@adacore.com>
381
382 * gdb.base/watchpoints.c: Add copyright header. Reformat one
383 of the comments.
384
2b0adecd
PM
3852009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
386
387 * gdb.base/annota1.exp: Remove obsolete match_max increase.
388 * gdb.base/annota3.exp: Idem.
389 * gdb.base/maint.exp: Idem.
390
8d417781
PM
3912009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
392
393 * lib/gdb.exp (default_gdb_init): Set current value of match_max
394 to default.
395
bb61102d
PM
3962009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
397
398 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
399 mingw and cygwin targets.
400
ace5c364
PM
4012009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
402 Pedro Alves <pedro@codesourcery.com>
403
404 * lib/gdb.exp (gdb_compile): Avoid adding
405 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
406
c2d494a0
PM
4072009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
408
e1b52ce2
PM
409 * gdb.base/shr1.c: Use %p in format string.
410 * gdb.base/unload.c: Avoid warning in fprintf.
411 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 412
209f53f5
PM
4132009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
414
415 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
416 long type.
417 (test_unlink): Correct printf string.
418 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
419 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
420
8172766a
JK
4212009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
424 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
425 * gdb.arch/ia64-breakpoint-shadow.S: New file.
426
0f73703c
UW
4272009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
428
429 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
430 * gdb.objc/nondebug.exp: Likewise.
431
b32306ca
UW
4322009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
433
434 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
435 target_info setting.
436
437 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
438 that detect new threads during "info threads".
439
0057022f
UW
4402009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
441
442 * gdb.threads/manythreads.c (main): Increase thread stack size
443 to 2*PTHREAD_STACK_MIN.
444 * gdb.threads/multi-create.c (main): Likewise.
445 (create_function): Likewise.
446
f29c0325
UW
4472009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
448
449 * gdb.base/dump.exp: Pass difference of pointer types instead
450 of integer types as offset to restore in intarr3.srec case.
451
fcb34849
UW
4522009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
453
454 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
455
d5142e3b
UW
4562009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
457
458 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
459
087b74b2
PM
4602009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
461
462 New test for two watchpoints, with disabling of
463 the first inserted.
464 * testsuite/gdb.base/watchpoints.c: New file.
465 * testsuite/gdb.base/watchpoints.exp: New file.
466
96c07c5b
TT
4672009-09-25 Tom Tromey <tromey@redhat.com>
468
469 * gdb.base/charset.exp: Test utf-16 strings with Python.
470
b8899f2b
TT
4712009-09-25 Tom Tromey <tromey@redhat.com>
472
473 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
474 UCS-4.
475 * gdb.base/charset.c (utf_32_string): Rename.
476 (init_utf32): Rename.
477 (main): Update.
478
329719ec
TT
4792009-09-22 Tom Tromey <tromey@redhat.com>
480
481 * gdb.python/py-function.exp: Add regression tests.
482
11ef0d76
KS
4832009-09-21 Keith Seitz <keiths@redhat.com>
484
485 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
486 with invalid operator.
487
3fe8f3b3
KS
4882009-09-21 Keith Seitz <keiths@redhat.com>
489
490 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
491 and destructor using typedef name of class.
492 * gdb.cp/classes.cc (class Base1): Add a destructor.
493 (base1): New typedef.
494 (use_methods): Instanitate an object of type base1.
495 * gdb.cp/templates.exp (test_template_typedef): New procedure.
496 (do_tests): Call test_template_typedef.
497 * gdb.cp/templates.cc (Baz::~Baz): New method.
498 (intBazOne): New typedef.
499 (main): Instantiate intBazOne.
500
7a9fe101
PM
5012009-09-21 Phil Muldoon <pmuldoon@redhat.com>
502
503 PR python/10633
504
505 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
506 Function.
507 (run_lang_tests): Add print elements test.
508
2e4d963f
PM
5092009-09-21 Phil Muldoon <pmuldoon@redhat.com>
510
511 * gdb.python/py-value.exp (test_subscript_regression): New
512 function. Test for invalid subscripts.
513 * gdb.python/py-value.c (main): Add test array, and pointer to it.
514 (ptr_ref): New function.
515
ec7e75e7
PP
5162009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
517
518 * gdb.base/default.exp: Fix "show convenience".
519
0cc7d26f
TT
5202009-09-15 Tom Tromey <tromey@redhat.com>
521
522 * lib/mi-support.exp (mi_create_varobj): Update.
523 (mi_create_floating_varobj): Likewise.
524 (mi_create_dynamic_varobj): New proc.
525 (mi_varobj_update): Update.
526 (mi_varobj_update_with_type_change): Likewise.
527 (mi_varobj_update_kv_helper): New proc.
528 (mi_varobj_update_dynamic_helper): Rewrite.
529 (mi_varobj_update_dynamic): New proc.
530 (mi_list_varobj_children): Update.
531 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
532 * gdb.python/python-prettyprint.py (pp_outer): New class.
533 (pp_nullstr): Likewise.
534 (lookup_function): Register new printers.
535 * gdb.python/python-prettyprint.c (struct substruct): New type.
536 (struct outerstruct): Likewise.
537 (substruct_test): New function.
538 (struct nullstr): New type.
539 (string_1, string_2): New globals.
540 (main): Add new tests.
541 * gdb.python/python-mi.exp: Added regression tests.
542 * gdb.mi/mi2-var-display.exp: Update.
543 * gdb.mi/mi2-var-cmd.exp: Update.
544 * gdb.mi/mi2-var-child.exp: Update.
545 * gdb.mi/mi2-var-block.exp: Update.
546 * gdb.mi/mi-var-invalidate.exp: Update.
547 * gdb.mi/mi-var-display.exp: Update.
548 * gdb.mi/mi-var-cmd.exp: Update.
549 * gdb.mi/mi-var-child.exp: Update.
550 * gdb.mi/mi-var-block.exp: Update.
551 * gdb.mi/mi-break.exp: Update.
552 * gdb.mi/gdb701.exp: Update.
553
a96d9b2e
SDJ
5542009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
555
556 * Makefile.in: Inclusion of catch-syscall object.
557 * gdb.base/catch-syscall.c: New file.
558 * gdb.base/catch-syscall.exp: New file.
559
b43b923a
MS
5602009-09-12 Michael Snyder <msnyder@vmware.com>
561
562 * gdb.reverse/step-reverse.exp: Explicitly check for targets
563 that can support reverse debuggnig.
564
cec03d70
TT
5652009-09-11 Tom Tromey <tromey@redhat.com>
566
567 * gdb.dwarf2/valop.S: New file.
568 * gdb.dwarf2/valop.exp: New file.
569
e23bb3fc
MK
5702009-09-11 Mark Kettenis <kettenis@gnu.org>
571
572 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
573
37c3696d
DE
5742009-09-10 Doug Evans <dje@google.com>
575
576 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
577 Add $gdb_prompt to second breakpoint regexp.
578
5172aecb
JB
5792009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
580
581 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
582 names, add missing ones.
583 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
584 * gdb.python/py-frame.c: Rename from python-frame.c.
585 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
586 testfile name.
587 * gdb.python/py-function.exp: Rename from python-function.exp.
588 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
589 testfile name.
590 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
591 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
592 Adjust testfile name.
593 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
594 * gdb.python/py-template.cc: Rename from python-template.cc.
595 * gdb.python/py-template.exp: Rename from python-template.exp.
596 Adjust testfile name.
597 * gdb.python/py-value.c: Rename from python-value.c.
598 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
599 testfile name.
600
b554e4bd
JK
6012009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
604 $bpt2address.
605 (Second breakpoint address is valid on ia64)
606 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
607
9a68ae16
JM
6082009-09-03 Joseph Myers <joseph@codesourcery.com>
609
610 * gdb.base/ending-run.exp: Restrict regular expression matching
611 line number to require closing brace following.
612
146b9145
DE
6132009-09-03 Doug Evans <dje@google.com>
614
615 * gdb.base/store.exp (check_set): Fix typo in expected value message.
616
787d21e1
TT
6172009-09-02 Tom Tromey <tromey@redhat.com>
618
619 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
620
e7802207
TT
6212009-09-02 Tom Tromey <tromey@redhat.com>
622
623 * gdb.dwarf2/callframecfa.exp: New file.
624 * gdb.dwarf2/callframecfa.S: New file.
625
817aadd2
JK
6262009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
627
628 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
629 gdb.base/solib-overlap-main.c: New.
630
4a76eae5
DJ
6312009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
632
633 PR gdb/10565
634
635 * gdb.base/bitfields.c (struct container, container): New.
636 (main): Initialize it and call break5.
637 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
638
d4b96c9a
JK
6392009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
640
641 Support constant DW_AT_data_member_location by GCC PR debug/40659.
642 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
643
4e22772d
JK
6442009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
647
2efab443
MS
6482009-08-26 Michael Snyder <msnyder@vmware.com>
649
650 * gdb.base/i386-reverse.c: New file.
651 * gdb.base/i386-reverse.exp: New file.
652 * gdb.base/Makefile.in: Add new files to be removed.
653
07ab73a0
JM
6542009-08-26 Joseph Myers <joseph@codesourcery.com>
655
656 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
657 environment-pwd for remote host.
658 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
659
676accff
KS
6602009-08-24 Keith Seitz <keiths@redhat.com>
661
662 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
663 Add two new C++ completer tests which limit the output to a
664 given class.
665
f9f7ad22
MS
6662009-08-24 Michael Snyder <msnyder@vmware.com>
667
668 * gdb.base/del.exp: Fix typo in comment.
669 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
670
81ecdfbb
RW
6712009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
672
673 * configure: Regenerate.
674 * gdb.hp/configure: Likewise.
675 * gdb.hp/gdb.aCC/configure: Likewise.
676 * gdb.hp/gdb.base-hp/configure: Likewise.
677 * gdb.hp/gdb.compat/configure: Likewise.
678 * gdb.hp/gdb.defects/configure: Likewise.
679 * gdb.hp/gdb.objdbg/configure: Likewise.
680 * gdb.stabs/configure: Likewise.
681
cab0c772
UW
6822009-08-19 Doug Evans <dje@google.com>
683
684 * gdb.base/gdbvars.c: New file.
685 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
686
b8fa0bfa
PA
6872009-08-14 Pedro Alves <pedro@codesourcery.com>
688
689 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
690 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
691
b84aa90a
PA
6922009-08-13 Pedro Alves <pedro@codesourcery.com>
693
694 * gdb.base/default.exp: Adjust "set language test": it's now an
695 enum command. Larger help string moved to "help set language".
696 * gdb.base/help.exp: Adjust "help set language" expected output,
697 now lists all known languages.
698
0d8f9b2c
NF
6992009-08-11 Nathan Froyd <froydnj@codesourcery.com>
700
701 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
702 all frame arguments.
703 * gdb.arch/altivec-regs.exp: Likewise.
704
bda180e0
TT
7052009-08-07 Tom Tromey <tromey@redhat.com>
706
707 * gdb.base/setshow.exp: Add tests for changes to set language, set
708 check range, and set check type.
709
48cb2d85
VP
7102009-08-03 Vladimir Prus <vladimir@codesourcery.com>
711
712 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
713 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
714 Call it.
715
1ea34204
UW
7162009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
717
718 * configure.ac: Run gdb.cell tests when appropriate.
719 * configure: Regenerate.
720 * lib/cell.exp: New file.
721 * gdb.cell: New directory.
722 * gdb.cell/configure.ac: New file.
723 * gdb.cell/configure: New file.
724 * gdb.cell/Makefile.in: New file.
725 * gdb.cell/arch.exp: New file.
726 * gdb.cell/break.c: New file.
727 * gdb.cell/break.exp: New file.
728 * gdb.cell/break-spu.c: New file.
729 * gdb.cell/bt.c: New file.
730 * gdb.cell/bt2-spu.c: New file.
731 * gdb.cell/bt-spu.c: New file.
732 * gdb.cell/bt.exp: New file.
733 * gdb.cell/coremaker.c: New file.
734 * gdb.cell/coremaker-spu.c: New file.
735 * gdb.cell/core.exp: New file.
736 * gdb.cell/gcore.exp: New file.
737 * gdb.cell/data.c: New file.
738 * gdb.cell/data.exp: New file.
739 * gdb.cell/data-spu.c: New file.
740 * gdb.cell/ea-cache.exp: New file.
741 * gdb.cell/ea-cache.c: New file.
742 * gdb.cell/ea-cache-spu.c: New file.
743 * gdb.cell/ea-standalone.c: New file.
744 * gdb.cell/ea-standalone.exp: New file.
745 * gdb.cell/ea-test.c: New file.
746 * gdb.cell/ea-test.exp: New file.
747 * gdb.cell/f-regs.exp: New file.
748 * gdb.cell/mem-access.c: New file.
749 * gdb.cell/mem-access.exp: New file.
750 * gdb.cell/mem-access-spu.c: New file.
751 * gdb.cell/ptype.exp: New file.
752 * gdb.cell/registers.exp: New file.
753 * gdb.cell/size.c: New file.
754 * gdb.cell/sizeof.exp: New file.
755 * gdb.cell/size-spu.c: New file.
756 * gdb.cell/solib.exp: New file.
757 * gdb.cell/solib-symbol.exp: New file.
758
85e747d2
UW
7592009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
760
761 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
762
58d6951d
DJ
7632009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
764
765 * gdb.base/float.exp: Handle VFP registers.
766
6e0a4f15
MS
7672009-07-14 Michael Snyder <msnyder@vmware.com>
768
dcd5da87
MS
769 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
770 to bring gdb to the beginning of the calling line.
771
6e0a4f15
MS
772 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
773 confusing the i386 epilogue unwinder.
774
782b2b07
SS
7752009-07-14 Stan Shebs <stan@codesourcery.com>
776
777 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
778
f662c3bc
MS
7792009-07-14 Michael Snyder <msnyder@vmware.com>
780
781 * gdb.reverse/step-reverse.exp (stepi into function call):
782 Call instruction may not be first instruction in the line.
783 (reverse stepi from a function call): Used wrong line number.
784
8f313923
JK
7852009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
788
4662c76e
JK
7892009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 Fix gdb.base/macscp.exp when using custom inputrc.
792 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
793 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
794 env(TERM) set.
795 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
796 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
797
aa81e255
JK
7982009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
801 * gdb.base/annota1.exp (thread_test): Import global $testfile.
802 Change the compilation target to match the testcase name.
803 * gdb.base/sect-cmd.exp: Change the compilation target to match the
804 testcase name.
805 * a2-run.exp: Use for setup prepare_for_testing. Change the
806 compilation target to match the testcase name.
807 * gdb.base/commands.exp: Likewise.
808 * gdb.base/finish.exp: Likewise.
809 * gdb.base/float.exp: Likewise.
810 * gdb.base/info-target.exp: Likewise.
811 * gdb.base/relational.exp: Likewise.
812 * gdb.base/term.exp: Likewise.
813 * gdb.base/until.exp: Likewise.
814 * gdb.base/volatile.exp: Likewise.
815 * gdb.base/whatis-exp.exp: Likewise.
816
4c93b1d7
HZ
8172009-07-11 Hui Zhu <teawater@gmail.com>
818
819 * gdb.base/help.exp (disassemble): Update expected help text.
820
812f7342
TT
8212009-07-09 Tom Tromey <tromey@redhat.com>
822
823 * lib/gdb.exp: Handle TRANSCRIPT.
824 (remote_spawn, remote_close, send_gdb): New procs.
825
fbb8f299
PM
8262009-07-10 Phil Muldoon <pmuldoon@redhat.com>
827
828 * gdb.python/python-prettyprint.c: Add counted null string
829 structure.
830 * gdb.python/python-prettyprint.exp: Print null string. Test for
831 embedded nulls.
832 * gdb.python/python-prettyprint.py (pp_ns): New Function.
833 * gdb.python/python-value.exp (test_value_in_inferior): Add
834 variable length string fetch tests.
835 * gdb.python/python-value.c (main): Add strings for string fetch tests.
836
c0ac0ec7
JK
8372009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
838
839 * gdb.base/dump.exp (inaccessible memory is reported): New test.
840
30b66ecc
TT
8412009-07-07 Tom Tromey <tromey@redhat.com>
842
843 * gdb.base/call-rt-st.exp: Update for change to escape output.
844 * gdb.base/callfuncs.exp: Likewise.
845 * gdb.base/charset.exp: Likewise.
846 * gdb.base/constvars.exp: Likewise.
847 * gdb.base/long_long.exp: Likewise.
848 * gdb.base/pointers.exp: Likewise.
849 * gdb.base/printcmds.exp: Likewise.
850 * gdb.base/setvar.exp: Likewise.
851 * gdb.base/store.exp: Likewise.
852 * gdb.cp/ref-types.exp: Likewise.
853 * gdb.mi/mi-var-child.exp: Likewise.
854 * gdb.mi/mi-var-display.exp: Likewise.
855 * gdb.mi/mi2-var-display.exp: Likewise.
856 * gdb.base/charset.exp: Test octal escape sequence length.
857 Update for change to escape output.
858
187c4a2b
JK
8592009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
862
d80a43f9
DJ
8632009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
864
865 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
866
047427a8
JK
8672009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
868
869 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
870 gdbserver increasing $portnum if "Can't bind address" has been seen.
871
8b5a0f4f
PA
8722009-07-05 Pedro Alves <pedro@codesourcery.com>
873
874 * gdb.base/ending-run.exp: Add "step out of main" pattern for
875 mingw32ce.
876
7d93ba58
PA
8772009-07-05 Pedro Alves <pedro@codesourcery.com>
878
879 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
880 VFP format.
881
2277426b
PA
8822009-07-02 Pedro Alves <pedro@codesourcery.com>
883
884 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
885 linux. Adjust to use "inferior", "info inferiors", "detach
886 inferior" and "kill inferior" instead of "restart", "info fork",
887 "detach fork" and "delete fork".
888 * gdb.base/ending-run.exp: Spell out "info".
889 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
890 the "kill" command.
891
5af949e3
UW
8922009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
893
894 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
895 change to prefix TLS offset in hex with 0x.
896
5d3729b5
UW
8972009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
898
899 * gdb.base/default.exp: Update test case for "x" changes.
900
af589bd0
TG
9012009-07-01 Tristan Gingold <gingold@adacore.com>
902
903 * gdb.base/bigcore.exp: Make darwin untested.
904
40974f91
JK
9052009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * gdb.base/completion.exp (directory completion): Create the directory.
908 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
909 escapeuniquesub.
910 (directory completion 2): Expect now ${escapeuniquesub}.
911 (Glob remaining of directory test): Remove one excessive newline.
912 Expect the real output.
913
59dd3af6
JK
9142009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 Fix `make check//%' target after `make check' has been ran.
917 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
918 a mkdir call.
919 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
920 (%/.dir): Remove.
921
f4e164aa
JK
9222009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
923
924 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
925 the expected result record.
926
69af2122
JK
9272009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
928
929 Remove racy FAILs relying just on the timeouts.
930 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
931 (annotation_level 2): Remove racy FAILs.
932
2fd481e1
PP
9332009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
934
935 gdb/10275
936 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
937
c38f313d
DJ
9382009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
939
940 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
941
8b777f02
VP
9422009-06-30 Vladimir Prus <vladimir@codesourcery.com>
943
944 * gdb.mi/mi-stack.exp: Testing symbolic options
945 to -stack-list-locals and -stack-list-arguments.
946
00c7eacf
JK
9472009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
948
949 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
950
6bc80edc
TT
9512009-06-29 Tom Tromey <tromey@redhat.com>
952
953 * dg-extract-results.sh: New file.
954 * Makefile.in (FORCE_PARALLEL): New variable.
955 (CHECK_TARGET): New conditional variable.
956 (check): Use CHECK_TARGET.
957 (DO_RUNTEST): New variable.
958 (check-single): New target.
959 (TEST_DIRS): New variable.
960 (TEST_TARGETS): Likewise.
961 (check-parallel): New target.
962 (check-gdb.%): New pattern.
963 (BASE1_FILES): New variable.
964 (BASE2_FILES): Likewise.
965 (check-gdb.base%): New pattern.
966 (%/.dir): New pattern.
967 * configure: Rebuild.
968 * aclocal.m4 (AM_CONDITIONAL): New defun.
969 * configure.ac: Check whether user is using GNU make.
970 (GMAKE): New conditional.
971
794684b6
SW
9722009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
973
974 * gdb.cp/namespace-nested-import.cc: New test.
975 * gdb.cp/namespace-nested-import.exp: New test.
976
edb3359d
DJ
9772009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
978
979 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
980 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
981 * gdb.opt/Makefile.in (EXECUTABLES): Update.
982 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
983 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
984 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
985 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
986 gdb.opt/inline-markers.c: New files.
987 * lib/gdb.exp (skip_inline_frame_tests): New function.
988 (skip_inline_var_tests): New function.
989
cf657a0c
AS
9902009-06-27 Andreas Schwab <schwab@linux-m68k.org>
991
992 * gdb.cp/exception.exp: Don't require $hex before inner frame in
993 backtrace.
994
28d41a99
MS
9952009-06-27 Michael Snyder <msnyder@vmware.com>
996
997 * gdb.reverse: New directory.
998 * gdb.reverse/break-reverse.c: New test.
999 * gdb.reverse/break-reverse.exp: New test.
1000 * gdb.reverse/consecutive-reverse.c: New test.
1001 * gdb.reverse/consecutive-reverse.exp: New test.
1002 * gdb.reverse/finish-reverse.c: New test.
1003 * gdb.reverse/finish-reverse.exp: New test.
1004 * gdb.reverse/machinestate.c: New test.
1005 * gdb.reverse/ms1.c: New test.
1006 * gdb.reverse/machinestate.exp: New test.
1007 * gdb.reverse/Makefile.in: New file.
1008 * gdb.reverse/shr2.c: New test.
1009 * gdb.reverse/solib-reverse.c: New test.
1010 * gdb.reverse/solib-reverse.exp: New test.
1011 * gdb.reverse/step-reverse.c: New test.
1012 * gdb.reverse/step-reverse.exp: New test.
1013 * gdb.reverse/until-reverse.c: New test.
1014 * gdb.reverse/ur1.c: New test.
1015 * gdb.reverse/until-reverse.exp: New test.
1016 * gdb.reverse/watch-reverse.c: New test.
1017 * gdb.reverse/watch-reverse.exp: New test.
1018 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1019 * configure: Regenerate.
1020
fe3c8b0d
DE
10212009-06-26 Doug Evans <dje@google.com>
1022
1023 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1024
3a72a602
PM
10252009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1026
1027 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1028 windows problem for 'file delete $binfile'.
1029
27aa8d6a
SW
10302009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1031
1032 * gdb.cp/namespace-using.exp: New test.
1033 * gdb.cp/namespace-using.cc: New test.
1034
8ac055f8
JB
10352009-05-20 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.ada/variant_record_packed_array: New testcase.
1038
85e306ed
TT
10392009-06-23 Tom Tromey <tromey@redhat.com>
1040
1041 * gdb.base/charset.exp (test_combination): Regression test.
1042 * gdb.base/charset.c (my_wchar_t): New typedef.
1043 (myvar): New global.
1044 (main): Set myvar.
1045
56643c5e
PM
10462009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1047
1048 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1049 target.
1050
1fac167a
UW
10512009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1052
1053 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1054
7ccb0be9
UW
10552009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1056
1057 * gdb.mi/gdb680.exp: Update test for error message.
1058
568d6575
UW
10592009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1060
1061 * gdb.base/annota1.exp: Allow multiple occurrences of the
1062 frames-invalid annotation.
1063 * gdb.cp/annota2.exp: Likewise.
1064
7cd1089b
PM
10652009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1066
1067 * gdb.cp/gdb2495.cc: New file.
1068 * gdb.cp/gdb2495.exp: New file.
1069
72c63395
JK
10702009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 Report error on GDB crash during runto.
1073 * lib/gdb.exp (runto <eof>): New.
1074
3788363d
DJ
10752009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1076
1077 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1078 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1079 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1080 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1081 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1082 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1083 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1084 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1085 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1086 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1087 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1088 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1089 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1090 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1091 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1092 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1093 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1094 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1095 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1096 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1097 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1098 gdb.trace/passcount.exp, gdb.trace/report.exp,
1099 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1100 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1101 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1102 executable.
1103
17592de3
PA
11042009-06-07 Pedro Alves <pedro@codesourcery.com>
1105
1106 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1107 defined before referencing it.
1108
701e355d
DE
11092009-06-03 Doug Evans <dje@google.com>
1110
1111 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1112 * gdb.arch/i386-see.c: Ditto.
1113
f2292c65
PM
11142009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1115
1116 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1117 (check_macro): Return 1 if undefined.
1118 If first test fails, check if macro debug information is available,
1119 and report unsupported test if no macro information is found.
1120
5a437975
DE
11212009-05-29 Doug Evans <dje@google.com>
1122
1123 * gdb.threads/hand-call-in-threads.exp: New.
1124 * gdb.threads/hand-call-in-threads.c: New.
1125
c141c696
MS
11262009-05-29 Michael Snyder <msnyder@vmware.com>
1127
1128 * gdb.base/break-always.exp: Change "1" to "on".
1129 Add confirmation check.
1130
b3444185
PA
11312009-05-28 Pedro Alves <pedro@codesourcery.com>
1132
1133 * gdb.threads/threxit-hop-specific.c: New.
1134 * gdb.threads/threxit-hop-specific.exp: New.
1135 * gdb.threads/thread-execl.c: New.
1136 * gdb.threads/thread-execl.exp: New.
1137
b6313243
TT
11382009-05-27 Tom Tromey <tromey@redhat.com>
1139 Thiago Jung Bauermann <bauerman@br.ibm.com>
1140
1141 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1142 (mi_child_regexp): Likewise.
1143 (mi_list_varobj_children_range): Likewise.
1144 (mi_get_features): Likewise.
1145 (mi_list_varobj_children): Rewrite.
1146 * gdb.python/python-mi.exp: New file.
1147
a6bac58e
TT
11482009-05-27 Tom Tromey <tromey@redhat.com>
1149 Thiago Jung Bauermann <bauerman@br.ibm.com>
1150 Phil Muldoon <pmuldoon@redhat.com>
1151 Paul Pluzhnikov <ppluzhnikov@google.com>
1152
1153 * gdb.python/python-prettyprint.exp: New file.
1154 * gdb.python/python-prettyprint.c: New file.
1155 * gdb.python/python-prettyprint.py: New file.
1156 * gdb.base/display.exp: print/r is now valid.
1157
2c74e833
TT
11582009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1159 Tom Tromey <tromey@redhat.com>
1160 Pedro Alves <pedro@codesourcery.com>
1161 Paul Pluzhnikov <ppluzhnikov@google.com>
1162
1163 * gdb.python/python-template.exp: New file.
1164 * gdb.python/python-template.cc: New file.
1165 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1166 tests.
1167 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1168 Call it.
1169 (test_value_after_death): New proc.
1170 * gdb.python/python-value.c (PTR): New typedef.
1171 (main): New variable 'x'.
1172
89c73ade
TT
11732009-05-27 Tom Tromey <tromey@redhat.com>
1174
1175 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1176 tests.
1177 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1178 Call it.
1179
a75724bc
PA
11802009-05-27 Pedro Alves <pedro@codesourcery.com>
1181
1182 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1183
e58b0e63
PA
11842009-05-24 Pedro Alves <pedro@codesourcery.com>
1185
1186 * gdb.threads/fork-thread-pending.c: New.
1187 * gdb.threads/fork-thread-pending.exp: New.
1188
4ac36638
JK
11892009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1192 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1193
c28c63d8
JB
11942009-05-18 Jon Beniston <jon@beniston.com>
1195
1196 * gdb.asm/asm-source.exp: Add lm32 target.
1197
b242c3c2
PA
11982009-05-17 Pedro Alves <pedro@codesourcery.com>
1199
1200 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1201 `gdb_get_line_number'. Call `callee' in both parent and child.
1202 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1203 `gdb_get_line_number' instead of hardcoding line numbers.
1204 (catch_fork_unpatch_child): New procedure to test detaching
1205 breakpoints from child fork.
1206 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1207 hardcoding line numbers.
1208 (do_fork_tests): Run `catch_fork_unpatch_child'.
1209
ee342b23
VP
12102009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1211
1212 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1213 of structure type enters or leaves the scope, it
1214 is reported by -var-update.
1215
e2009e98
DE
12162009-05-11 Doug Evans <dje@sebabeach.org>
1217
1218 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1219 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1220 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1221
00903456
JK
12222009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1225
dc621c35
DE
12262009-04-30 Doug Evans <dje@google.com>
1227
1228 * gdb.threads/watchthreads2.exp: New testcase.
1229 * gdb.threads/watchthreads2.c: New testcase.
1230
9ab4e744
DE
12312009-04-29 Doug Evans <dje@google.com>
1232
1233 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1234 * gdb.cp/mb-ctor.cc: Ditto.
1235 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1236 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1237 * gdb.cp/mb-inline1.cc: Call it.
1238 * gdb.cp/mb-inline2.cc: Ditto.
1239 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1240 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1241
484086b7
JK
12422009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1243
1244 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1245 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1246 Replace all uses of `decimal' by `nonzero'.
1247 (info macro FROM_COMMANDLINE): New test.
1248
379a77b5
TT
12492009-04-27 Tom Tromey <tromey@redhat.com>
1250
1251 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1252
b92b73c2
DE
12532009-04-27 Doug Evans <dje@google.com>
1254
1255 * gdb.threads/watchthreads.c (main): Initialize args before starting
1256 the threads. Plus formatting cleanup.
1257 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1258 biased scheduling of one thread.
1259
945a118d
JG
12602009-04-27 Jerome Guitton <guitton@adacore.com>
1261
1262 * gdb.cp/templates.cc (GetMax): New template.
1263 (main): Declare two instances of GetMax.
1264 * gdb.cp/templates.exp: Add new test.
1265
d389af10
JK
12662009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1267
1268 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1269
e7f86de9
JM
12702009-04-22 Joseph Myers <joseph@codesourcery.com>
1271
1272 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1273
334cc82d
TT
12742009-04-15 Tom Tromey <tromey@redhat.com>
1275
1276 * gdb.base/charset.exp: Add regression test.
1277
d12672cc
JB
12782009-04-14 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.base/exe-lock.exp: New testcase.
1281
18e8c3bc
TT
12822009-04-13 Tom Tromey <tromey@redhat.com>
1283
1284 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1285 operator on Frame.
1286
5ecd5cbe
UW
12872009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1288
1289 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1290 * gdb.server/ext-attach.exp: Likewise.
1291
7309f756
VP
12922009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1293
1294 Eliminate some sleep usage.
1295
1296 * gdb.mi/basics.c (do_nothing): New.
1297 (main): Use do_nothing instead of printf, so that
1298 not to introduce race condition between output of
1299 inferiour and output of gdb. Do not use sleep as it
1300 is not generally available on embedded targets.
1301
f4b95f6f
PA
13022009-04-02 Pedro Alves <pedro@codesourcery.com>
1303
1304 * gdb.server/ext-attach.exp: Expect an optional process id after
1305 "Detached from remote process".
1306
de40b933
JK
13072009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1310 gdb.dwarf2/dw2-unresolved.exp: New.
1311
2ae101a4
PA
13122009-04-02 Pedro Alves <pedro@codesourcery.com>
1313
1314 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1315 mi_run_to_main.
1316
56a8e183
PA
13172009-04-02 Pedro Alves <pedro@codesourcery.com>
1318
1319 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1320 mi_run_to_main. Skip thread exit test on remote targets.
1321 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1322 mi_run_to_main.
1323 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1324 mi_run_to_main.
1325 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1326 when expecting ^connected. Detect when the target doesn't support
1327 non-stop mode.
1328 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1329 supported. Return -1 on error, 0 on success.
1330 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1331 (mi_runto): Return mi_runto_helper's result explicitly.
1332
c35fafde
PA
13332009-04-01 Pedro Alves <pedro@codesourcery.com>
1334
1335 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1336
f8a8dce6
JB
13372009-04-01 Tom Tromey <tromey@redhat.com>
1338
1339 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1340 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1341 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1342 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1343
71c25dea
TT
13442009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1345 Jan Kratochvil <jan.kratochvil@redhat.com>
1346
1347 PR gdb/931
1348 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1349 output.
1350 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1351 for gdb/931.
1352 * dw2-strp.S (DW_AT_language): Change to C++.
1353 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1354
02d9a9ce
JB
13552009-03-31 Joel Brobecker <brobecker@adacore.com>
1356
1357 * gdb.ada/tasks: New testcase.
1358
1042e4c0
SS
13592009-03-30 Stan Shebs <stan@codesourcery.com>
1360
1361 * gdb.trace/actions.exp: Update to match new info trace format.
1362 * gdb.trace/deltrace.exp: Ditto.
1363 * gdb.trace/infotrace.exp: Ditto.
1364 * gdb.trace/passcount.exp: Ditto.
1365 * gdb.trace/save-trace.exp: Ditto.
1366 * gdb.trace/while-stepping.exp: Ditto.
1367 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1368
f8f6f20b
TJB
13692009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1370
1371 * gdb.python/python-frame.c: New file.
1372 * gdb.python/python-frame.exp: New file.
1373
c0c6f777
TJB
13742009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1375
1376 * gdb.python/python-value.exp: Add tests for the address
1377 attribute.
1378
3cb51905
AS
13792009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1380
1381 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1382
88fc996f
DE
13832009-03-26 Doug Evans <dje@google.com>
1384
1385 * gdb.mi/mi-nonstop-exit.exp: New file.
1386 * gdb.mi/non-stop-exit.c: New file.
1387
56ef84b1
TT
13882009-03-26 Tom Tromey <tromey@redhat.com>
1389
1390 Update for change to prologue skipping:
1391 * gdb.mi/mi2-simplerun.exp: Update.
1392 * gdb.mi/mi2-break.exp: Update.
1393 * gdb.mi/mi-simplerun.exp: Update.
1394 * gdb.mi/mi-break.exp: Update.
1395 * gdb.base/ending-run.exp: Update.
1396
def2b000
TJB
13972009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1398
1399 * gdb.python/python-value.exp (test_value_in_inferior): Test
1400 gdb.Value.is_optimized_out attribute.
1401
442ddf59
JK
14022009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1403
1404 * gdb.dwarf2/dw2-noloc-main.c: New file.
1405 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1406 (.text): Remove.
1407 (.data): New.
1408 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1409 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1410 (DW_TAG_subprogram func_cu1, noloc): Remove.
1411 (main): New.
1412 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1413 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1414 (file_symbols): New procedure.
1415
a8df5de4
TT
14162009-03-25 Tom Tromey <tromey@redhat.com>
1417
1418 * gdb.base/charset.exp (valid_target_charset): New proc.
1419 Use it to skip tests on invalid charsets.
1420
cc1d7add
PM
14212009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1422
1423 * gdb.base/completion.exp: Add a test for directory completion.
1424
bcd5727b
JK
14252009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1426
1427 Fix a racy FAIL.
1428 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1429 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1430
cc924cad
TJB
14312009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1432
1433 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1434 * gdb.python/python-function.exp: Add test for function returning
1435 a GDB value.
1436
bc3b79fd
TJB
14372009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1438
1439 * gdb.python/python-function.exp: New file.
1440
6c7a06a3
TT
14412009-03-20 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.base/store.exp: Update for change to escape output.
1444 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1445 to escape output.
1446 * gdb.base/pointers.exp: Update for change to escape output.
1447 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1448 to escape output.
1449 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1450 escape output.
1451 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1452 to escape output.
1453 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1454 escape output.
1455 * gdb.base/setvar.exp: Update for change to escape output.
1456 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1457 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1458 to escape output.
1459 (test_print_string_constants): Likewise.
1460 * gdb.base/charset.exp (valid_host_charset): Check size of
1461 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1462 cases. Handle "auto"-related output.
1463 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1464 (uvar, Uvar): New globals.
1465
c31af87b
JG
14662009-03-19 Jerome Guitton <guitton@adacore.com>
1467
1468 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1469 deltas.
1470 * gdb.ada/fixed_points.exp: Ditto.
1471
51272cf2
PA
14722009-03-18 Pedro Alves <pedro@codesourcery.com>
1473
1474 * return-nodebug.c: Don't include stdio.h.
1475 (init): Delete.
1476 (func): Delete definition and provide extern declaration.
1477 (t): New.
1478 (main): Don't call printf. Call func and store its result in t.
1479 * return-nodebug1.c: New.
1480 * return-nodebug.exp: Don't expect stdio output. Instead, print
1481 the global variable t. Drop printf formatters and cast types from
1482 foreach loop. Don't use prepare_for_testing. Compile
1483 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1484 define FORMAT or CAST.
1485
d24948ac
PP
14862009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1487
1488 * gdb.base/solib-display.exp: Disable test for remote targers.
1489
61ff14c6
JK
14902009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1493
cb4dce93
JK
14942009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 Fix a racy FAIL.
1497 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1498 code from `follow parent, print pids'.
1499 (`follow child, print pids', `follow parent, print pids'): Call it.
1500 Replace `gdb_test "break..."' by gdb_breakpoint.
1501
f7c60c5e
VP
15022009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1503
1504 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 1505 sync and async modes.
f7c60c5e 1506
383ace49
JB
15072009-03-12 Joel Brobecker <brobecker@adacore.com>
1508
1509 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1510 that was checked in by mistake. Remove loading of ada.exp, since
1511 this is not necessary in this case.
1512
4ce102af
JB
15132009-03-12 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gdb.ada/ptype_arith_binop.exp: New testcase.
1516
529a2aef
JB
15172009-03-12 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.ada/mod_from_name: New testcase.
1520
8a38181c
JB
15212009-03-12 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.ada/tick_last_segv: New testcase.
1524
11436dee
VP
15252009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1526
61ff14c6 1527 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 1528
1f31650a
VP
15292009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1530
61ff14c6
JK
1531 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1532 include the token in ^running and frame info in *stopped.
1f31650a 1533
a3247a22
PP
15342009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1535
1536 * solib-display.exp: New file.
1537 * solib-display-main.c: New file.
1538 * solib-display-lib.c: New file.
61ff14c6 1539
aae64587
PA
15402009-03-05 Pedro Alves <pedro@codesourcery.com>
1541
1542 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1543
44aabfbc
JK
15442009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1547 (list_and_check_macro): Use more specific test name.
1548 (next to definition): Make the test names unique.
1549
c087fcd3
PM
15502009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1551
1552 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 1553
c86cf029
VP
15542009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1555
1556 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1557 notifications.
1558 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1559 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1560 * lib/mi-support.exp (library_loaded_re): New.
1561 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1562
3ea85240
VP
15632009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1564
1565 * gdb.gdb/observer.exp: Use test_notification observer, not
1566 normal_stop, everywhere.
1567 (test_normal_stop_notifications): Rename to...
1568 (test_notifications): ...this.
1569 (test_observer_normal_stop): Rename to...
1570 (test_observer): ...this.
1571
1903f0e6
DE
15722009-02-16 Doug Evans <dje@google.com>
1573
1574 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1575 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1576 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1577 (test_prefixed_syscall,test_int3): New tests.
1578 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1579 (test_prefixed_syscall,test_int3): New tests.
1580
1d33d6ba
VP
15812009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1582
3cb51905
AS
1583 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1584 (mi_expect_interrupt): Likewise.
1585 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1586 response.
1d33d6ba 1587
faafb047
PM
15882009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1589
1590 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1591 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1592 Replace calls to get_valueofx by get_hexadecimal_valueof.
1593
417e16e2
PM
15942009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1595
1596 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1597 (get_integer_valueof): New procedure.
1598 (get_sizeof): Use new get_integer_value_of.
1599 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1600 by get_integer_valueof.
1601
7065b901
TT
16022009-02-13 Tom Tromey <tromey@redhat.com>
1603
1604 * gdb.base/remote.exp (get_sizeof): Remove.
1605 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1606 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1607 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1608 * lib/gdb.exp (get_valueof): Move from long_long.exp.
1609 (get_sizeof): Likewise.
1610
5d7cb8df
JK
16112009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 PR fortran/9806
1614 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
1615
b2febfff
PP
16162009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1617
1618 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
1619
4aa995e1
PA
16202009-02-06 Pedro Alves <pedro@codesourcery.com>
1621
1622 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
1623
d8906c6f
TJB
16242009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1625
1626 * gdb.python/python-cmd.exp: New file.
1627
ff4ab08d
TG
16282009-02-06 Tristan Gingold <gingold@adacore.com>
1629
1630 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
1631
aacd552b
TG
16322009-02-05 Tristan Gingold <gingold@adacore.com>
1633
1634 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
1635 pointer is dereferenced and use this signal name in regexp.
1636 * gdb.base/signull.exp: Ditto.
1637 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
1638 * gdb.base/signull.c (main): Ditto.
1639
08c637de
TJB
16402009-02-04 Tom Tromey <tromey@redhat.com>
1641 Thiago Jung Bauermann <bauerman@br.ibm.com>
1642
1643 * gdb.python/python-value.exp: Use `gdb.history' instead of
1644 `gdb.value_from_history'.
1645 (test_value_numeric_ops): Add test for conversion of enum constant.
1646 * gdb.python/python-value.c (enum e): New type.
1647 (evalue): New global.
1648 (main): Use argv.
1649
20261af8
JG
16502009-02-04 Jerome Guitton <guitton@adacore.com>
1651
1652 * gdb.ada/uninitialized_vars: New test program.
1653 * gdb.ada/uninitialized_vars.exp: New testcase.
1654
52e44b43
TT
16552009-02-02 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
1658 * gdb.cp/pr2489.cc: Rename...
1659 * gdb.cp/pr9594.cc: ... to this.
1660
1c71341a
TT
16612009-02-02 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
1664 * gdb.cp/pr2489.cc: New file.
1665 * gdb.cp/cpcompletion.exp: New file.
1666
a4295225
TT
16672009-02-02 Tom Tromey <tromey@redhat.com>
1668
1669 PR exp/9059:
1670 * gdb.cp/call-c.exp: Add regression test.
1671 * gdb.cp/call-c.cc (FooHandle): New typedef.
1672 (main): New variable 'handle'.
1673
592375cd
VP
16742009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1675
1676 * lib/mi-support.exp (et_mi_thread_list)
1677 (check_mi_and_console_threads): Adjust for current thread in
1678 -thread-list-ids output.
1679
41447f92
VP
16802009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1681
1682 * gdb.mi/mi-break.exp (test_disabled_creation): New.
1683 Call it.
1684
35669430
DE
16852009-01-28 Doug Evans <dje@google.com>
1686
1687 * gdb.arch/amd64-disp-step.S: New file.
1688 * gdb.arch/amd64-disp-step.exp: New file.
1689 * gdb.arch/i386-disp-step.S: New file.
1690 * gdb.arch/i386-disp-step.exp: New file.
1691
09f00d9a
PM
16922009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
1693
1694 * gdb.base/find.exp: Set newline variable
1695 using quotes instead of braces to fix cygwin failures.
1696
1e8fb976
PA
16972009-01-23 Pedro Alves <pedro@codesourcery.com>
1698
1699 * gdb.base/radix.exp: Add tests to ensure that that set
1700 input-radix 0 and set output-radix 0 are really rejected.
1701
da061712
PA
17022009-01-23 Pedro Alves <pedro@codesourcery.com>
1703
1704 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
1705 copyright years.
1706
dd7e2d2b
PA
17072009-01-23 Pedro Alves <pedro@codesourcery.com>
1708
1709 PR gdb/9664:
1710 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
1711
392452f6
PA
17122009-01-22 Pedro Alves <pedro@codesourcery.com>
1713
1714 PR c++/9631:
1715 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
1716
8653e71c
PM
17172009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
1718
1719 * gdb.server/file-transfer.exp: Use EXEEXT variable for
1720 binfile definition to fix Windows OS failure.
1721
a12cc160
DJ
17222009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1723
1724 PR gdb/9346
1725 * gdb.base/interrupt.c (sigint_handler): New.
1726 (main): Install a SIGINT handler if SIGNALS is defined. Exit
1727 on error.
1728 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
1729 Test "signal SIGINT".
1730
b89667eb
DE
17312009-01-19 Doug Evans <dje@google.com>
1732
1733 * gdb.base/break.exp: Update expected gdb output.
1734 * gdb.base/sepdebug.exp: Ditto.
1735 * gdb.mi/mi-syn-frame.exp: Ditto.
1736 * gdb.mi/mi2-syn-frame.exp: Ditto.
1737 * gdb.base/call-signal-resume.exp: New file.
1738 * gdb.base/call-signals.c: New file.
1739 * gdb.base/unwindonsignal.exp: New file.
1740 * gdb.base/unwindonsignal.c: New file.
1741 * gdb.threads/interrupted-hand-call.exp: New file.
1742 * gdb.threads/interrupted-hand-call.c: New file.
1743 * gdb.threads/thread-unwindonsignal.exp: New file.
1744
adb483fe
DJ
17452009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1746
1747 * gdb.base/define.exp: Test defining and hooking prefix commands.
1748 * gdb.python/python.exp: Update test for "show user" output.
1749
60023297
JK
17502009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
1753 now the output exactly, using less wildcards. Expect also the output
1754 of gfortran-4.3. Update for the f-valprint.c modification from
1755 2008-04-22.
1756 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
1757 Remove gdb_test test names where matching the command.
1758
ccc57cf9
PA
17592009-01-01 Pedro Alves <pedro@codesourcery.com>
1760
1761 PR breakpoints/9681:
1762 * gdb.base/watchpoint.exp: Add regression test.
1763
c7a6ca08
PA
17642008-12-31 Pedro Alves <pedro@codesourcery.com>
1765
1766 * gdb.threads/attach-into-signal.exp: Don't use
1767 gdb_suppress_entire_file.
1768 * gdb.threads/attach-stopped.exp: Ditto.
1769 * gdb.threads/attachstop-mt.exp: Ditto.
1770
3a031f65
PA
17712008-12-31 Pedro Alves <pedro@codesourcery.com>
1772
1773 PR gdb/8812:
1774 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
1775
09e6485f
PA
17762008-12-29 Pedro Alves <pedro@codesourcery.com>
1777
1778 PR gdb/7536:
1779 * gdb.base/radix.exp: Add tests to ensure invalid input radices
1780 and unsupported output radices are really rejected.
1781
0cd53049
JK
17822008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * gdb.cp/punctuator.exp: Backslash the '$' signs.
1785
ba163c7e
TT
17862008-12-22 Tom Tromey <tromey@redhat.com>
1787
1788 * gdb.cp/punctuator.exp: New file.
1789
6f4de6c9
JK
17902008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1791
1792 * gdb.base/completion.exp (Completing non-existing component): New test.
1793
0f34d0b4
JK
17942008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1795
1796 Fix for PR gdb/8648.
1797 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
1798 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
1799 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
1800 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
1801
db2ad4c3
JK
18022008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
1805
bb5ef15e
DP
18062008-12-16 Christophe Lyon <christophe.lyon@st.com>
1807
1808 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
1809 compiler actually generate code at the expected line number.
1810
90142adc
JZ
18112008-12-15 Jie Zhang <jie.zhang@analog.com>
1812
1813 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
1814
fad6eecd
TT
18152008-12-12 Tom Tromey <tromey@redhat.com>
1816
1817 * gdb.base/commands.exp (redefine_hook_test): New proc.
1818 Call it.
1819
17c8aaf5
TT
18202008-12-11 Tom Tromey <tromey@redhat.com>
1821
1822 * gdb.base/macscp.exp: New regression test.
1823
7c8adf68
TT
18242008-12-11 Tom Tromey <tromey@redhat.com>
1825
1826 * gdb.base/macscp.exp: Print "address.addr".
1827 * gdb.base/macscp1.c (struct outer): New struct.
1828 (address): New global.
1829
b05dcbb7
TT
18302008-12-09 Tom Tromey <tromey@redhat.com>
1831
1832 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
1833 Call it.
1834
2d476de1
DE
18352008-12-04 Doug Evans <dje@google.com>
1836
1837 * gdb.server/ext-run.exp: Relax regexp for init program.
1838
87bdc959
TG
18392008-12-03 Tristan Gingold <gingold@adacore.com>
1840
1841 * gdb.base/macscp.exp: Generate an object file during compilation
1842 to work around Darwin dsymutil limitations.
1843
e0740f77
JK
18442008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1845
1846 Test resolving external references to TLS variables.
1847 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
1848 FILE2_THREAD_LOCAL.
1849 (testfile2, srcfile2): New variables.
1850 * gdb.threads/tls.c (file2_thread_local)
1851 (function_referencing_file2_thread_local): New.
1852 * gdb.threads/tls2.c: New file.
1853
67f0aac5
JB
18542008-11-28 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
1857 rather than integer, as integer might not be big enough when
1858 on 64bit targets.
67f0aac5 1859
c332165e
JG
18602008-11-27 Jerome Guitton <guitton@adacore.com>
1861
1862 * gdb.cp/formatted-ref.exp: Add equality test.
1863 * gdb.ada/formatted_ref.exp: Ditto.
1864
fc9b693c
JK
18652008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
1868 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
1869
a9c64011
AS
18702008-11-20 Andreas Schwab <schwab@suse.de>
1871
1872 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
1873 matching syscall entry point.
1874 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1875 (tcatch_vfork_then_child_follow): Likewise. Finish through
1876 vfork even if we stopped at the syscall trampoline.
1877
e2fd701e
DE
18782008-11-20 Doug Evans <dje@google.com>
1879
1880 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
1881
69abc51c
TJB
18822008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1883
1884 * gdb.arch/ppc-dfp.exp: New file.
1885 * gdb.arch/ppc-dfp.c: New file.
1886
c14c28ba
PP
18872008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1888
1889 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 1890
2e74121d
DE
18912008-11-17 Doug Evans <dje@google.com>
1892
1893 * gdb.mi/mi-syn-frame.exp: Update expected output.
1894 * gdb.mi/mi2-syn-frame.exp: Update expected output.
1895
66bb093b
VP
18962008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1897
1898 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
1899 "thread N" results in =thread-selected.
1900 * lib/mi-support (mi_run_cmd, mi_expect_stop)
1901 (mi_send_resuming_command_raw): Be prepared for
1902 =thread-selected.
1903
3d043ef6
VP
19042008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1905
a9c64011
AS
1906 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
1907 * lib/mi-support.exp: Likewise.
3d043ef6 1908
808104c8
JB
19092008-11-16 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
1912 commands from the expected output for "help catch".
1913
00b22944
JB
19142008-11-15 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdb.ada/int_deref.exp: New testcase.
1917
59669435
TT
19182008-11-14 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * gdb.mi/gdb2549.exp: New file.
1921
de04a248
DE
19222008-11-11 Doug Evans <dje@google.com>
1923
1924 * gdb.base/callexit.exp: New file.
1925 * gdb.base/callexit.c: New file.
1926
6b8ce727
DE
19272008-11-10 Doug Evans <dje@google.com>
1928
1929 * lib/gdb.exp (GDBFLAGS): Move -nx ...
1930 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
1931 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
1932 (default_gdb_start,default_gdb_exit): Ditto.
1933 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
1934 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
1935 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
1936 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
1937 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
1938 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
1939
1b14b8aa
AS
19402008-11-03 Andreas Schwab <schwab@suse.de>
1941
1942 * gdb.base/hashline2.exp: Fix typo.
1943 * gdb.base/hashline3.exp: Likewise.
1944
f3134b88
TT
19452008-10-30 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.base/pointers.exp: Add test.
1948 * gdb.base/pointers.c (k, S): New typedefs.
1949 (instance): New global.
1950
c2226152
AS
19512008-10-30 Andreas Schwab <schwab@suse.de>
1952
1953 * gdb.base/args.exp: Add tests for newlines.
1954
462f405c
JB
19552008-10-30 Joel Brobecker <brobecker@adacore.com>
1956
1957 gdb.base/foll-exec.exp: Update the expected output of a couple
1958 of "info breakpoints" tests.
1959
79a45b7d
TT
19602008-10-28 Tom Tromey <tromey@redhat.com>
1961
1962 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
1963
adc13a14
PA
19642008-10-24 Pedro Alves <pedro@codesourcery.com>
1965
1966 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
1967 gdb_start_cmd.
1968 Use runto_main before any test that requires execution.
1969
252fbfc8
PA
19702008-10-23 Pedro Alves <pedro@codesourcery.com>
1971
1972 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
1973 instead of SIGINT.
1974
28148e3d
JB
19752008-10-22 Joel Brobecker <brobecker@adacore.com>
1976
1977 * gdb.base/completion.exp: Update expected output following
1978 the addition of the "info tasks" command.
1979
c209f847
TT
19802008-10-22 Tom Tromey <tromey@redhat.com>
1981
1982 * gdb.base/exprs.exp (test_expr): Add test for string
1983 concatenation.
1984
f177e350
PA
19852008-10-19 Pedro Alves <pedro@codesourcery.com>
1986
1987 * configure.ac: Output gdb.python/Makefile.
1988 * configure: Regenerate.
1989 * gdb.python/Makefile.in: New.
1990
cce89356
JB
19912008-10-16 Joel Brobecker <brobecker@adacore.com>
1992
1993 * gdb.base/foll-fork.exp: Adjust the expected output to match
1994 the new description for fork/vfork catchpoints in the "info
1995 breakpoints" output.
1996
176d289d
TJB
19972008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1998
1999 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2000
a08702d6
TJB
20012008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2002
2003 * gdb.python/python-value.c: New file.
2004 * gdb.python/python-value.exp: New file.
2005
1c5cfe86
PA
20062008-10-15 Pedro Alves <pedro@codesourcery.com>
2007
2008 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2009
5a98ad69
DP
20102008-10-15 Denis Pilat <denis.pilat@st.com>
2011
41702f1b 2012 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 2013
dcb1a1e2
TT
20142008-10-09 Tom Tromey <tromey@redhat.com>
2015
2016 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2017 'fprintf' and 'stderr'.
2018
9124fe48
JB
20192008-10-07 Joel Brobecker <brobecker@adacore.com>
2020
2021 * gdb.ada/ref_tick_size.exp: New testcase.
2022
45452591
DE
20232008-10-06 Doug Evans <dje@google.com>
2024
2025 * gdb.dwarf2/dw2-cu-size.exp: New file.
2026 * gdb.dwarf2/dw2-cu-size.S: New file.
2027
2028 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2029 .Ltype_int for clarity.
2030
4fc5b208
PP
20312008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2032
2033 PR gdb/2384:
2034 * gdb.cp/gdb2384.exp: Extended to test more cases.
2035 * gdb.cp/gdb2384.cc: Likewise.
2036 * gdb.cp/gdb2384-base.h: Likewise.
2037 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 2038
d78df370
JK
20392008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * gdb.base/maint.exp (maint print type): Remove printing
2042 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2043
9a044a89
TT
20442008-09-30 Tom Tromey <tromey@redhat.com>
2045
2046 * gdb.base/macscp.exp: Add completion tests.
2047 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2048 (TWENTY_THREE): Likewise.
2049 (FORTY_EIGHT): Likewise.
2050
506800a9
TT
20512008-09-30 Tom Tromey <tromey@redhat.com>
2052
2053 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2054 everywhere.
2055 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2056
1a6f01b5
JK
20572008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2058
2059 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2060 testcase is derived from. Fix racy dependency on an expected PID
2061 number. No longer support the testcase on Linux kernel 2.4.x.
2062
2fae03e8
TT
20632008-09-27 Tom Tromey <tromey@redhat.com>
2064
2065 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2066 and varargs.
2067
1ad15515
PA
20682008-09-22 Pedro Alves <pedro@codesourcery.com>
2069
2070 * lib/mi-support.exp (mi_expect_interrupt): New.
2071 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2072 from gdb.mi/mi-nonstop.exp.
2073 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2074 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2075 lib/mi-support.exp.
2076 Use mi_check_thread_states throughout. Avoid ".*" and do not
2077 require an anchor after -exec-run.
2078
d0b76dc6
DJ
20792008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2080
2081 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2082 stop is pending. Avoid ".*" when two stops are pending.
2083 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2084 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2085 newlines in fullnames.
2086 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2087 (mi_expect_stop): Update comments. Only anchor in sync mode.
2088 Do not match newlines.
2089 (mi_send_resuming_command_raw): Always return status.
2090 (mi_get_stop_line): Do not match more than one line by accident.
2091 Only anchor in sync mode.
2092 (mi_run_inline_test): If -exec-next fails, give up.
2093
9990c830
UW
20942008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2095
2096 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2097 on SPU.
2098
ebcf6f00
JB
20992008-09-10 Joel Brobecker <brobecker@adacore.com>
2100
2101 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2102
b6db24e5
JB
21032008-09-10 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2106 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2107 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2108 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2109 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2110 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2111 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2112 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2113 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2114 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2115 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2116 Include the "= " sequence in the expected output of print tests.
2117
2bf448e0
JB
21182008-09-10 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2121 description for boolean types.
2122
d51fd4c8
PA
21232008-09-09 Pedro Alves <pedro@codesourcery.com>
2124
2125 * gdb.base/hook-stop-continue.c: New.
2126 * gdb.base/hook-stop-continue.exp: New.
2127
694182d2
DJ
21282008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2129
2130 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2131
3b8a7fc0
JG
21322008-09-08 Jerome Guitton <guitton@adacore.com>
2133
2134 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2135 (stack_check_probe_2, stack_check_probe_loop_1)
2136 (stack_check_probe_loop_2): New functions.
2137 (main): Add call to these new functions.
2138 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2139 functions, check that the breakpoint is inserted at the appropriate
2140 location.
2141 (insert_breakpoint): Slightly refine this procedure so that it can
2142 be called several times in the test.
2143
96cc0ae8
JG
21442008-09-08 Jerome Guitton <guitton@adacore.com>
2145
2146 * gdb.base/stack-checking.c: New file.
2147 * gdb.base/stack-checking.exp: New file.
2148
1f08b409
TJB
21492008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2150
2151 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2152 * gdb.arch/altivec-regs.exp: Likewise.
2153 * gdb.arch/vsx-regs.exp: Likewise.
2154
3099e1c4
TJB
21552008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2156
2157 * gdb.arch/ppc-fp.exp: New file.
2158 * gdb.arch/ppc-fp.c: New file.
2159
cc69bfc1
PP
21602008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2161
2162 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2163 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2164
b02a33db
MS
21652008-09-04 Michael Snyder <msnyder@vmware.com>
2166
2167 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2168 as "at" (for non-debug functions such as _start).
2169
2992cbe0
UW
21702008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2171
2172 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2173 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2174 software watchpoints.
2175 * gdb.base/watch_thread_num.exp: Likewise.
2176
514f746b
AR
21772008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2178
2179 * gdb.arch/i386-bp_permanent.exp: New test.
2180
876cecd0
TT
21812008-08-24 Tom Tromey <tromey@redhat.com>
2182
2183 * gdb.base/maint.exp: Update "maint print type".
2184
80f73d71
VP
21852008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2186
2187 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2188 support. Adjust the order of "*running" notifications.
2189 * gdb.mi/non-stop.c: Don't cast from int to void* and
2190 back.
2191
d9c78d7d
MK
21922008-08-20 Mark Kettenis <kettenis@gnu.org>
2193
2194 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2195 expect to find it in the "info frame" output.
2196
97a2d1d3
DJ
21972008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2198
2199 * gdb.base/interp.exp: Always consume both prompts.
2200
b96e2927
PA
22012008-08-20 Pedro Alves <pedro@codesourcery.com>
2202
2203 * gdb.base/pending.exp: Test pending breakpoints without symbols
2204 loaded.
2205
8cf6e61a
VP
22062008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2207
2208 * lib/mi-support.exp (mi_expect_stop): Produce
2209 more details on failures.
2210 * gdb.mi/mi-nonstop.exp: New.
2211 * gdb.mi/non-stop.c: New.
2212
c6ebd6cf
VP
22132008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2214
a9c64011
AS
2215 * gdb.mi/mi-async.exp: Use 'set target-async'.
2216 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2217
46a9b8ed
DJ
22182008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2219
2220 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2221
44feb3ce
TT
22222008-08-17 Tom Tromey <tromey@redhat.com>
2223
2224 * gdb.base/help.exp (help catch): Rewrite.
2225
311a4e6b
TJB
22262008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2227
2228 * gdb.base/define.exp: Test indented command documentation.
2229 * gdb.python/python.exp: Test indented multi-line command.
2230
604c2f83
LM
22312008-08-15 Luis Machado <luisgpm@br.ibm.com>
2232
2233 * testsuite/gdb.arch/vsx-regs.c: New source file.
2234 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2235 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2236
886a217c
TT
22372008-08-14 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.base/macscp.exp: Add regression test for "macro define" or
2240 "macro undef" with no arguments.
2241
c814a4f3
PP
22422008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2243
2244 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2245
12ab8a60
UW
22462008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2247
2248 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2249
d57a3c85
TJB
22502008-08-06 Tom Tromey <tromey@redhat.com>
2251
2252 * gdb.python/python.exp: New file.
2253
c7b778ff
JK
22542008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 Fix for PR gdb/1543.
2257 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2258 $LOCATION.
2259 (location): New variable.
2260 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2261 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2262 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2263 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2264 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2265 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2266 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2267 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2268 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2269 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2270 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2271 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2272 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2273 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2274 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2275 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2276 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2277 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2278 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2279 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2280 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2281 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2282 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2283 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2284 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2285 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2286 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2287 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2288 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2289 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2290 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2291 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2292 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2293 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2294 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2295 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2296 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2297 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2298 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2299 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2300 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2301 gdb.base/type-opaque.exp, gdb.base/until.exp,
2302 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2303 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2304 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2305 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2306 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2307 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2308 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2309 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2310 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2311 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2312 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2313 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2314 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2315 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2316 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2317 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2318 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2319 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2320 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2321 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2322 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2323 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2324 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2325 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2326 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2327 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2328 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2329 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2330 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2331 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2332 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2333 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2334 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2335 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2336 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2337 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2338 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2339 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2340 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2341 to bug-gdb@prep.ai.mit.edu .
2342
5e06a3d1
VP
23432008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2344
2345 * lib/mi-support.exp (mi_load_shlibs): New.
2346 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2347
9d81d21b
VP
23482008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2349
2350 * lib/mi-support.exp (get_mi_thread_list)
2351 (check_mi_and_console_threads): New, moved from ...
2352 * gdb.mi/mi-pthread.exp: ...here.
2353 * gdb.mi/gdb669.exp (get_mi_thread_list)
2354 (check_mi_and_console_threads): Delete.
2355 * gdb.mi/mi2-pthread.exp: Likewise.
2356
bae98fe0
TT
23572008-07-28 Tom Tromey <tromey@redhat.com>
2358
2359 * Makefile.in (just-check): Remove. Move body to...
2360 (check): ... here.
2361
57380f4e
DJ
23622008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2363
2364 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2365 Add a test for duplicated SIGINTs.
2366
e09490f1
DJ
23672008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2368
2369 * gdb.threads/schedlock.exp (get_args): Update to work for any
2370 value of NUM.
2371 (Top level): Report the number of threads that did not resume.
2372
6387b45f
DJ
23732008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2374
2375 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2376
62f64ff2
DJ
23772008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2378
2379 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2380 non-MI prompt.
2381
fa8de41e
TT
23822008-07-26 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2385 (function_struct, function_struct_ptr): New globals.
2386 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2387 function pointer in a struct.
2388
ccb3ac8a
TT
23892008-07-26 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.base/macscp.exp: Add test for macro lexing bug.
2392
d7d9f01e
TT
23932008-07-18 Tom Tromey <tromey@redhat.com>
2394
2395 * gdb.base/macscp.exp: Add macro tests.
2396
9bf07184
PP
23972008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2398
2399 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2400
becf6477
PP
24012008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2402
2403 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2404
0709f7d3
PP
24052008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2406
2407 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2408
7093c834
PP
24092008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2410
2411 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2412
b432ffe3
JK
24132008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2414
2415 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2416
b1a268e5
VP
24172008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2418
2419 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2420
e2995f8e
KB
24212008-07-11 Kevin Buettner <kevinb@redhat.com>
2422
2423 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2424 of regexp to account for changes made to GDB in the printing of
2425 byte vectors.
2426
14032a66
TT
24272008-07-11 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.base/completion.exp: Add 'help' completion test.
2430
981505ef
JK
24312008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2432
2433 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2434
10568435
JK
24352008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2438
4487aabf
PA
24392008-07-09 Pedro Alves <pedro@codesourcery.com>
2440
2441 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2442
a4a9b1c4
PA
24432008-07-09 Pedro Alves <pedro@codesourcery.com>
2444
2445 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2446
3c3185ac
JK
24472008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2450
7ebd49dc
VP
24512008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2452
2453 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2454 previous commit. Add a comment.
2455
84e46146
PA
24562008-06-28 Pedro Alves <pedro@codesourcery.com>
2457
2458 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2459
0f8d4a2f
VP
24602008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2461
2462 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2463
f747e0ce
PA
24642008-06-27 Pedro Alves <pedro@codesourcery.com>
2465
2466 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2467 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2468 compiling an executable, link in an object that forces unbuffered
2469 output.
2470 * lib/set_unbuffered_mode.c: New file.
2471
734a5c36
JK
24722008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2475
a2840c35
VP
24762008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2477
a9c64011
AS
2478 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2479 mi_expect_stop.
2480 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2481 Demand that *running is output.
2482 (detect_async): Perform checking every time.
2483 (mi_send_resuming_command): Extract everything into...
2484 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
2485 (mi_expect_stop): Don't accept any output before *stopped.
2486
6ae37fef
VP
24872008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2488
2489 Robustify mi-simplerun.
a9c64011
AS
2490 * gdb.mi/basics.c (main): Add a call to sleep.
2491 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2492 * gdb.mi/mi2-cli.exp: Likewise.
2493 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 2494
b4aa76f0 24952008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
2496
2497 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2498
e1ac3328
VP
24992008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2500
a9c64011
AS
2501 * gdb.mi/mi-console.exp: Adjust.
2502 * gdb.mi/mi-syn-frame.exp: Adjust.
2503 * gdb.mi/mi2-console.exp: Adjust.
2504 * gdb.mi/mi2-syn-frame.exp: Adjust.
2505 * lib/mi-support.exp (mi_run_cmd): Adjust.
2506 (mi_send_resuming_command): Adjust.
e1ac3328 2507
f7f9a841
VP
25082008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2509
2510 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
2511 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2512 testing of stopped.
2513 * gdb.mi/mi2-syn-frame.exp: Likewise.
2514 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2515 (async, detect_async): New.
2516 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2517 depending on if we're running in sync or async mode.
f7f9a841 2518
37cd5d19
TT
25192008-06-09 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.base/completion.exp: New tests for field name completion
2522 with spaces, and field name completion with '->'.
2523
65d12d83
TT
25242008-06-06 Tom Tromey <tromey@redhat.com>
2525
2526 * gdb.base/break1.c (struct some_struct): New struct.
2527 (values): New global.
2528 * gdb.base/completion.exp: Add field name completion test.
2529
ebfe2e3f
PP
25302008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2531
2532 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2533 to pointer.
2534 * gdb.cp/call-c.cc: Likewise.
2535
bcf6fc3a
NR
25362008-06-06 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2539 annotation.
2540
49fd4a42 25412008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 2542 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
2543
2544 * gdb.threads/execl.c, gdb.threads/execl1.c,
2545 gdb.threads/execl.exp: New tests.
a9c64011 2546
8a34ac3f
AR
25472008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2548 Daniel Jacobowitz <dan@codesourcery.com>
2549
2550 * gdb.cp/exception.exp: Activate test, make it work with pending
2551 catchpoints.
2552
86ae69ef
JK
25532008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2556
f7f9ae2c
VP
25572008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2558
a9c64011
AS
2559 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2560 now printed.
2561 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 2562
2a2d4dc3
AS
25632008-05-27 Andreas Schwab <schwab@suse.de>
2564
2565 * gdb.base/frame-args.exp: Handle arguments that are optimized
2566 out.
2567
5099e4d9
LM
25682008-05-26 Luis Machado <luisgpm@br.ibm.com>
2569
2570 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2571 quiet for ppc32 and group options into a single variable.
2572
d9c36a91
JB
25732008-05-23 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2576 of zero-size elements.
2577 * gdb.ada/null_array.exp: Test printing this new array.
2578
103a8671
JK
25792008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2582
07a4cc1a 25832008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
2584
2585 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2586 of the "finish" command.
2587
55f996a7
NR
25882008-05-21 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * gdb.base/annota1.exp: Test for new annotation.
2591
907fc202
UW
25922008-05-16 Pedro Alves <pedro@codesourcery.com>
2593
2594 * gdb.base/fixsection.exp: New file.
2595 * gdb.base/fixsection0.c: New file.
2596 * gdb.base/fixsection1.c: New file.
2597
e8f97270
UW
25982008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2599
2600 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2601 * gdb.base/annota3.exp: Likewise.
2602
ac0bb574
NF
26032008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2604
2605 * gdb.base/watch_thread_num.exp: Don't run tests that require
2606 watchpoints if the target doesn't support them.
2607
6fadd07a
DE
26082008-05-12 Doug Evans <dje@google.com>
2609
2610 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
2611
6e9a4a30
JB
26122008-05-09 Joel Brobecker <brobecker@adacore.com>
2613
2614 * gdb.ada/assign_1.exp: New testcase.
2615
08388c79
DE
26162008-05-09 Doug Evans <dje@google.com>
2617
a3c83fae
DE
2618 * gdb.base/find.exp: New file.
2619 * gdb.base/find.c: New file.
08388c79 2620
bd5ddfe8
DJ
26212008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
2622
2623 * gdb.base/commands.exp (watchpoint_command_test): Handle
2624 gdb,no_hardware_watchpoints.
2625 * gdb.base/float.exp: Allow ARM targets without floating point.
2626 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
2627
b5dd68e2 26282008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 2629 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
2630
2631 * gdb.ada/lang_switch: New test program.
2632 * gdb.ada/lang_switch.exp: New testcase.
2633
382d13d1
DE
26342008-05-05 Doug Evans <dje@google.com>
2635
2636 * gdb.base/help.exp (disassemble): Update expected help text.
2637
9dd789d0
PA
26382008-05-04 Pedro Alves <pedro@codesourcery.com>
2639
2640 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
2641
611c83ae
PA
26422008-05-04 Pedro Alves <pedro@codesourcery.com>
2643
2644 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
2645 different times.
2646
ff013f42
JK
26472008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
2650 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
2651 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
2652 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
2653
96dff6a2
VP
26542008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2655
2656 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
2657 notification to appear.
2658
55cd6f92
DJ
26592008-05-04 Daniel Jacobowitz <dan@debian.org>
2660
2661 * gdb.base/fullname.c: New file.
2662 * gdb.base/fullname.exp: New file.
2663 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
2664
d705c43c
PA
26652008-05-03 Pedro Alves <pedro@codesourcery.com>
2666
2667 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
2668 expressions with macros.
2669
333222e1
JK
26702008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
2673
5ac01682
DJ
26742008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2675
2676 * gdb.base/completion.exp: Handle lack of other symbols beginning
2677 with "a".
2678
2679 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
2680
237fc4c9
PA
26812008-05-02 Jim Blandy <jimb@codesourcery.com>
2682
2683 * gdb.asm/asmsrc1.s: Add scratch space.
2684
ed5e9466
DJ
26852008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2686 Daniel Jacobowitz <dan@codesourcery.com>
2687
2688 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
2689 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
2690 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
2691
b39cc962
DJ
26922007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2693
2694 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
2695
36d520f5
JB
26962008-05-01 Joel Brobecker <brobecker@adacore.com>
2697
2698 * gdb.base/info-target.exp: New testcase.
2699
8d4e3071
DJ
27002008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2701
2702 * gdb.cp/hang.exp: Use .cc instead of .C.
2703 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
2704 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
2705
6f3f3097
DJ
27062008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2707
2708 * gdb.base/gdb1250.exp: Remove perror.
2709 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
2710
5550a914
PA
27112008-04-30 Pedro Alves <pedro@codesourcery.com>
2712
2713 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
2714 .2byte.
2715
d848e687
DJ
27162008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
2719 (maybe_kfail): New.
2720
93b5768b
PA
27212008-04-25 Pedro Alves <pedro@codesourcery.com>
2722
2723 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
2724
721c02de
VP
27252008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2726
a9c64011
AS
2727 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
2728 * gdb.mi/mi2-syn-frame.exp: Likewise.
2729 * lib/mi-support.exp: Likewise.
721c02de 2730
74960c60
VP
27312008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2732
2733 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
2734 to specify regexp for the location to stop at.
2735 * gdb.base/break-always.c: New.
2736 * gdb.base/break-always.exp: New.
2737
d24317b4
VP
27382008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2739
2740 * lib/mi-support.exp (mi_runto_helper): Adjust
2741 for the original-location field.
2742 (mi_create_breakpoint, mi_list_breakpoints): New.
2743 * gdb.mi/mi-break.exp: Adjust.
2744 * gdb.mi/mi2-break.exp: Adjust.
2745 * gdb.mi/mi-pending.exp: Adjust.
2746 * gdb.mi/mi-simplerun.exp: Adjust.
2747 * gdb.mi/mi2-simplerun.exp: Adjust.
2748 * gdb.mi/mi-syn-frame.exp: Adjust.
2749 * gdb.mi/mi2-syn-frame.exp: Adjust.
2750 * gdb.mi/mi-until.exp: Adjust.
2751 * gdb.mi/mi2-until.exp: Adjust.
2752 * gdb.mi/mi-var-display.exp: Adjust.
2753 * gdb.mi/mi2-var-display.exp: Adjust.
2754 * gdb.mi/mi-watch.exp: Adjust.
2755 * gdb.mi/mi2-watch.exp: Adjust.
2756
fdc59709 27572008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 2758
a9c64011
AS
2759 * aclocal.m4: Add override.m4.
2760 * configure: Regenerate.
fdc59709 2761
8e91f023
VP
27622008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2763
2764 * gdb.mi/var-cmd.c (do_at_tests): Verify that
2765 '-var-update --all-values' reports new value even the type
2766 of a variable object has changed.
2767
233a11ab
CS
27682008-04-18 Craig Silverstein <csilvers@google.com>
2769
2770 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
2771 files.
d24317b4 2772
9c1137ad
JB
27732008-04-18 Joel Brobecker <brobecker@adacore.com>
2774
2775 * gdb.ada/atomic_enum: New test program.
2776 * gdb.ada/atomic_enum.exp: New testcase.
2777
66d0bbc7
DE
27782008-04-17 Doug Evans <dje@google.com>
2779
2780 * gdb.opt/Makefile.in: Fix whitespace.
2781
100906b0
UW
27822008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
2783
2784 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
2785
4584e32e
DE
27862008-04-17 Doug Evans <dje@google.com>
2787
2788 * gdb.base/hashline1.exp: New testcase.
2789 * gdb.base/hashline2.exp: New testcase.
2790 * gdb.base/hashline2.exp: New testcase.
2791
0a320680
PA
27922008-04-17 Pedro Alves <pedro@codesourcery.com>
2793
2794 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
2795
18ac113b
AR
27962008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2797
2798 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
2799 temporary breakpoint to match "Temporary breakpoint".
2800 * gdb.base/break.exp (delete_breakpoints): Likewise.
2801 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
2802 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
2803 * gdb.base/display.exp: Likewise.
2804 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
2805 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
2806 * gdb.base/restore.exp (restore_tests): Likewise.
2807 * gdb.base/sepdebug.exp: Likewise.
2808 * gdb.base/watchpoint.exp: Likewise.
2809 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
2810 * gdb.mi/mi-pending.exp: Likewise.
2811 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
2812 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
2813 * gdb.mi/mi-var-cmd.exp: Likewise.
2814 * gdb.mi/mi-var-display.exp: Likewise.
2815 * gdb.mi/mi2-cli.exp: Likewise.
2816 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
2817 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
2818 * gdb.mi/mi2-var-display.exp: Likewise.
2819 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
2820 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
2821 new "disp" field.
a9c64011 2822 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
2823 reason. This is to support fix for PR2424.
2824
add38693
JK
28252008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
2828
fcacd99f
VP
28292008-04-13 Vladimir Prus <vladimir@codesourcery.com>
2830
2831 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 2832 field. Add more floating varobj tests.
fcacd99f 2833 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
2834 field.
2835 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
2836 (main): Call do_at_tests.
2837 * lib/mi-support.exp (mi_create_floating_varobj)
2838 (mi_varobj_update_with_type_change): New.
fcacd99f 2839
de051565
MK
28402008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2841
2842 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
2843 option of -var-evaluate-expression.
2844 * gdb.mi/mi2-var-display.exp: Likewise.
2845
dbc52822
VP
28462008-04-07 Vladimir Prus <vladimir@codesourcery.com>
2847
2848 Introduce test setup helpers.
a9c64011
AS
2849 * lib/gdb.exp (build_executable, clean_restart)
2850 (prepare_for_testing): New.
2851 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
2852 * gdb.base/return.exp: Likewise.
2853 * gdb.base/ending-run.exp: Likewise.
dbc52822 2854
473591da
NR
28552008-04-07 Nick Roberts <nickrob@snap.net.nz>
2856
2857 * gdb.mi/mi-async.exp: New test for asynchronous Machine
2858 Interface (MI) responses.
2859
2b2d9e11
VP
28602008-04-06 Vladimir Prus <vladimir@codesourcery.com>
2861
a9c64011
AS
2862 * gdb.cp/breakpoint.cc: New code to test conditions involving
2863 member variables.
2864 * gdb.cp/breakpoint.exp: Test condition involving member
2865 variables.
2b2d9e11 2866
bb378428
VP
28672008-04-05 Vladimir Prus <vladimir@codesourcery.com>
2868
2869 * lib/mi-support.exp (mi_expect_stop): New.
2870 (mi_run_cmd): Change the
2871 token. Use mi_send_resuming_command, use
2872 mi_expect_stop.
2873 (mi_execute_to_helper): Rename to mi_execute_to.
2874 (mi_send_resuming_command): Add more error patterns.
2875 (mi_wait_for_stop): Renamed to...
2876 (mi_get_stop_line): ...this.
2877 (mi_run_inline_test): Adjust.
2878
2879 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
2880 * gdb.mi/mi-console.exp: Likewise.
2881 * gdb.mi/mi-pending.exp: Likewise.
2882 * gdb.mi/mi-simplerun.exp: Likewise.
2883 * gdb.mi/mi-stack.exp: Likewise.
2884 * gdb.mi/mi-stepi.exp: Likewise.
2885 * gdb.mi/mi-syn-frame.exp: Add comment.
2886 * gdb.mi/mi-until.exp: Likewise.
2887 * gdb.mi/mi-var-display.exp: Likewise.
2888 * gdb.mi/mi-watch.exp: Likewise.
2889 * gdb.mi/mi2-cli.exp: Likewise.
2890 * gdb.mi/mi2-console.exp: Likewise.
2891 * gdb.mi/mi2-simplerun.exp: Likewise.
2892 * gdb.mi/mi2-stack.exp: Likewise.
2893 * gdb.mi/mi2-stepi.exp: Likewise.
2894 * gdb.mi/mi2-until.exp: Likewise.
2895 * gdb.mi/mi2-var-display.exp: Likewise.
2896 * gdb.mi/mi2-watch.exp: Likewise.
2897
62172bb9
UW
28982008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2899
2900 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
2901
2902 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
2903
a13e061a
PA
29042008-04-04 Pedro Alves <pedro@codesourcery.com>
2905
2906 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
2907 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
2908 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
2909 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
2910 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
2911 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
2912 expect an mi error duplicated in stderr.
2913
eae06beb
JB
29142008-04-03 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
2917 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
2918 Add a couple of tests that verify the behavior when the new setting
2919 is set to "cancel" and "all".
2920 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
2921 "ask" before we start the testing.
2922
79c6ced6
AR
29232008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
2924
2925 * gdb.cp/casts.cc: Add class reference variables.
2926 * gdb.cp/casts.exp: New test cases for up/down casting references.
2927
6c2d1a6b
MK
29282008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
2929
2930 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
2931 instead of beginning to make an extra test pass.
2932 * gdb.mi/mi2-var-display.exp: Likewise.
2933
55b411d9
MR
29342008-03-31 Maciej W. Rozycki <macro@mips.com>
2935
2936 * gdb.base/break.exp: Mark failures as such. Fix formatting.
2937
c6140da2
MD
29382008-03-31 Markus Deuling <deuling@de.ibm.com>
2939 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2940
2941 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
2942 value. Add xfail for older kernels.
2943
79732189
AR
29442008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
2945
2946 Bring mi-support in line with gdb.exp.
2947 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
2948 (mi_gdb_start): New function.
2949
33c3676e
MR
29502008-03-28 Maciej W. Rozycki <macro@mips.com>
2951
2952 * gdb.mi/mi-var-cmd.exp: Fix a typo.
2953
92e28119
VP
29542008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2955
2956 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
2957 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 2958
9e8e3afe
VP
29592008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2960
2961 * lib/mi-support.exp (mi_create_varobj_checked): New.
2962 (mi_list_varobj_children): Allow to check for a
2963 value.
2964 (mi_list_array_varobj_children): New.
2965
2966 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
2967 and mi_list_varobj_children, as opposed to hardcoding
2968 expected strings.
2969 * gdb.mi/gdb701.exp: Likewise.
2970 * gdb.mi/gdb792.exp: Likewise.
2971 * gdb.mi/mi-var-block.exp: Likewise.
2972 * gdb.mi/mi-var-cmd.exp: Likewise.
2973 * gdb.mi/mi-var-invalidate.exp: Likewise.
2974 * gdb.mi/mi2-var-block.exp: Likewise.
2975 * gdb.mi/mi2-var-child.exp: Likewise.
2976 * gdb.mi/mi2-var-cmd.exp: Likewise.
2977 * gdb.mi/mi2-var-display.exp: Likewise.
2978
9df50351
JK
29792008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2980
2981 Fix random false FAILs on i386.
2982 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
2983
31e5d73a
DJ
29842008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2985
2986 PR gdb/544
2987 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
2988
12f4afab
DJ
29892008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2990
2991 PR gdb/544
2992 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
2993
b562a0cb
DJ
29942008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2995
2996 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
2997 fixed PR gdb/544.
2998
17faa917
DJ
29992008-03-21 Pedro Alves <pedro@codesourcery.com>
3000
3001 * gdb.threads/fork-child-threads.exp: Test next over fork.
3002
6214f497
DJ
30032008-03-21 Chris Demetriou <cgd@google.com>
3004
3005 * gdb.base/break.exp (rbreak junk): New test for rbreak
3006 "Junk at end of arguments" issue.
3007
63092375
DJ
30082008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3009
3010 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3011 *& to work on created array elements.
3012 (Top level): Test print $pc with a file. Test string operations
3013 without a target.
3014 * gdb.base/ptype.exp: Do not expect *& to work on created array
3015 elements.
3016
b21991b0
DJ
30172008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3018
3019 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3020 gdb.threads/staticthreads.exp: Update exit query.
3021
c4b347c7
SL
30222008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3023
3024 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3025
fa4727a6
DJ
30262008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3027
3028 * gdb.base/watchpoint.c (global_ptr, func4): New.
3029 (main): Call func4.
3030 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3031 (test_inaccessible_watchpoint): New.
3032
2f34202f
MR
30332008-02-29 Maciej W. Rozycki <macro@mips.com>
3034
3035 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3036 select the largest.
3037
0d6ba1b1
DJ
30382008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3039
3040 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3041 frames-invalid annotations.
3042
e691325a
PM
30432008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3044
a9c64011 3045 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 3046
f85b5ecc
DE
30472008-02-27 Doug Evans <dje@google.com>
3048
3049 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3050 for bug 1738.
3051 (breakpoint_to_handler_entry): Ditto.
3052
b40e7bf3
JB
30532008-02-27 Joel Brobecker <brobecker@adacore.com>
3054
3055 * gdb.base/ending-run.exp: Use the first line of code inside
3056 function body to test breakpoints.
3057 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3058 location where the breakpoint is inserted when using the line
3059 where a function is declared. Fix typo in the description of
3060 one of the tests.
3061 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3062
2faca73a
PM
30632008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3064
3065 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 3066 tests.
2faca73a 3067
6f439c36
PM
30682008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3069
3070 * gdb.base/args.exp: avoid same output for tests
3071 with single quotes.
3072
54e52265
VP
30732008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3074
a9c64011
AS
3075 * gdb.base/annota1.exp: Adjust for 'info break'
3076 format changes.
3077 * gdb.base/annota3.exp: Likewise.
3078 * gdb.base/break.exp: Likewise.
3079 * gdb.base/condbreak.exp: Likewise.
3080 * gdb.base/pending.exp: Likewise.
3081 * gdb.base/sepdebug.exp: Likewise.
3082 * gdb.base/unload.exp: Likewise.
3083 * gdb.cp/ovldbreak.exp: Likewise.
3084 * gdb.mi/mi-pending.exp: Likewise.
54e52265 3085
897b09ca
DE
30862008-02-07 Doug Evans <dje@google.com>
3087
3088 * gdb.cp/mb-inline.exp: New.
3089 * gdb.cp/mb-inline.h: New.
3090 * gdb.cp/mb-inline1.cc: New.
3091 * gdb.cp/mb-inline2.cc: New.
3092
b1c32d35
PM
30932008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3094
3095 * gdb.pascal/floats.pas: New test program.
3096 * gdb.pascal/floats.exp: New testcase.
3097
1a4ca44a
TJB
30982008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3099
3100 * gdb.base/callfuncs.c (t_float_many_args): New function.
3101 (t_double_many_args): New function.
3102 * gdb.base/callfuncs.exp: Add tests for exceeding float
3103 and double parameters passed through the stack.
3104
439048e8
JB
31052008-02-05 Joel Brobecker <brobecker@adacore.com>
3106
3107 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3108 gdb.ada/complete/foo.adb: New files.
3109 * gdb.ada/complete.exp: New testcase.
3110
81fe8080
DE
31112008-02-03 Doug Evans <dje@google.com>
3112
301f0ecf
DE
3113 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3114
81fe8080
DE
3115 * gdb.cp/gdb2384.exp: New file.
3116 * gdb.cp/gdb2384.cc: New file.
3117 * gdb.cp/gdb2384-base.h: New file.
3118 * gdb.cp/gdb2384-base.cc: New file.
3119
4b071aec
DE
31202008-02-02 Doug Evans <dje@google.com>
3121
3122 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3123
61137ba6
JB
31242007-02-01 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.ada/sym_print_name: New test program.
3127 * gdb.ada/sym_print_name.exp: New testcase.
3128
31292007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
3130
3131 * gdb.ada/nested/hello.adb: New file.
3132 * gdb.ada/nested.exp: New testcase.
3133 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3134
98deb0da
VP
31352008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3136
3137 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
3138 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3139 don't cause future evaluations of function to report
3140 creation of internal breakpoints.
98deb0da 3141
723a2275
VP
31422008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3143
3144 * gdb.mi/mi-break.exp (test_error): New.
3145 Call it.
3146
fb546a2f
LM
31472008-01-31 Luis Machado <luisgpm@br.ibm.com>
3148
3149 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3150 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3151
2d8fd90a
PM
31522008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3153
3154 * gdb.pascal/integers.pas: New test program.
3155 * gdb.pascal/integers.exp: New testcase.
3156
a7fa0ded
PM
31572008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3158
3159 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3160
5e1a1926
TJB
31612008-01-30 Luis Machado <luisgpm@br.ibm.com>
3162
3163 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3164 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3165
8d04f9f0
JB
31662008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3167
3168 * gdb.ada/formatted_ref: New test program.
3169 * gdb.ada/formatted_ref.exp: New testcase.
3170
3171 * gdb.cp/formatted-ref.cc: New file.
3172 * gdb.cp/formatted-ref.exp: New testcase.
3173
ce75a98f
JB
31742008-01-30 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3177
e835f6bf
NR
31782008-01-30 Nick Roberts <nickrob@snap.net.nz>
3179
3180 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3181 (test_file_list_exec_source_file): Update to new macro-info field.
3182
d118ef87
PH
31832008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3184
3185 * gdb.ada/exprs: New test program.
3186 * gdb.ada/exprs.exp: New testcase.
3187
7d35ab09
TJB
31882008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3189
3190 * dfp-test.c (DELTA, DELTA_B): New definitions.
3191 (double_val1, double_val2, double_val3, double_val4, double_val5,
3192 double_val6, double_val7, double_val8, double_val9, double_val10,
3193 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3194 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3195 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3196 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3197 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3198 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3199 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3200 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3201 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3202 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3203 dec128_val16): New global variables.
3204 (decimal_dec128_align): New function.
3205 (decimal_mixed): Likewise.
3206 (decimal_many_args_dec32): Likewise.
3207 (decimal_many_args_dec64): Likewise.
3208 (decimal_many_args_dec128): Likewise.
3209 (decimal_many_args_mixed): Likewise.
3210 * dfp-test.exp: Add tests calling new inferior functions.
3211
2d717e4f
DJ
32122008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3213
3214 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3215 gdb.server/ext-run.exp: New files.
3216 * lib/gdbserver-support.exp (gdbserver_download): New.
3217 (gdbserver_start): New. Update gdbserver expected
3218 output.
3219 (gdbserver_spawn): Use them.
3220 (gdbserver_start_extended): New.
3221
e85a822c
DJ
32222008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3223
3224 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3225 Run on GNU/Linux.
3226 (do_exec_tests): Check for systems which do not support catchpoints.
3227 Do not match START.
3228 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3229 Run on GNU/Linux. Enable verbose output.
3230 (check_fork_catchpoints): New.
3231 (explicit_fork_child_follow, catch_fork_child_follow)
3232 (tcatch_fork_parent_follow): Update expected messages.
3233 (do_fork_tests): Use check_fork_catchpoints.
3234 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3235 Run on GNU/Linux. Enable verbose output.
3236 (check_vfork_catchpoints): New.
3237 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3238 expected messages.
3239 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3240
401ea829
JB
32412008-01-29 Jim Blandy <jimb@red-bean.com>
3242
3243 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3244 host' errors.
3245 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3246
aceaf3ad
JB
32472008-01-29 Jim Blandy <jimb@red-bean.com>
3248
3249 * gdb.threads/sigthread.c: Use barriers to ensure that
3250 child_thread and child_thread_two are always initialized before we
3251 start to use them.
3252
a5606eee
VP
32532008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3254
3255 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3256 * gdb.base/watchpoint-solib.c: New.
3257 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3258
c55a82bb
PM
32592008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3260
3261 * gdb.base/gdb1056.exp: Add unsigned integer test.
3262
0993fe05
DE
32632008-01-28 Doug Evans <dje@google.com>
3264
3265 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3266
4fe42e7f
JB
32672008-01-27 Jim Blandy <jimb@codesourcery.com>
3268
c7a69933
JB
3269 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3270
4fe42e7f
JB
3271 * gdb.base/expand-psymtabs.exp: Doc fix.
3272
5def8285
MK
32732008-01-26 Mark Kettenis <kettenis@gnu.org>
3274
3275 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3276
5313c911
NR
32772008-01-24 Nick Roberts <nickrob@snap.net.nz>
3278
a9c64011 3279 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3280 -var-set-format.
3281
93815fbf
VP
32822008-01-23 Chris Demetriou <cgd@google.com>
3283
3284 * gdb.threads/thread_events.c: New testcase source file.
3285 * gdb.threads/thread_events.exp: New testcase expect file.
3286
467a88ee
NR
32872008-01-23 Nick Roberts <nickrob@snap.net.nz>
3288
3289 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3290
3291 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3292 -var-set-format.
3293
d8f82aba
DJ
32942008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3295 Vladimir Prus <vladimir@codesourcery.com>
3296
3297 * gdb.base/float.exp: Allow missing floating point for m68k and
3298 PowerPC.
3299
60c46647
VP
33002008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3301
3302 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3303 ignore count.
3304 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3305 * gdb.mi/mi-cli.exp: Adjust.
3306 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3307
c7dd36a1
PA
33082008-01-17 Pedro Alves <pedro@codesourcery.com>
3309
3310 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3311 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3312 with dummy_ptr's address.
3313 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3314 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3315 all targets.
3316 * gdb.mi/mi2-var-child.exp: Likewise.
3317
39d5313e
JB
33182008-01-09 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.ada/null_array: New test program.
3321 * gdb.ada/null_array.exp: New testcase.
3322
0aea4bf3
LM
33232008-01-09 Luis Machado <luisgpm@br.ibm.com>
3324
3325 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3326 with required float modifiers.
3327
0b354900
JB
33282008-01-08 Joel Brobecker <brobecker@adacore.com>
3329
3330 * gdb.ada/funcall_param: New test program.
3331 * gdb.ada/funcall_param.exp: New testcase.
3332
cdb7f5d4
JB
33332008-01-08 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/arrayparam: New test program.
3336 * gdb.ada/arrayparam.exp: New testcase.
3337
88e2547f
JB
33382008-01-08 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3341 landed. Should also fix random failures in the test following it.
3342
f6867ce0
TJB
33432008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3344
3345 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3346 for expressions with decimal float values.
3347 (test_dfp_conversions): New function to test casts to and from
3348 decimal float types.
3349 Call test_dfp_conversions.
3350 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3351 elements.
3352 (main): Initialize ds.float4 and ds.double8 elements.
3353 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3354 string to new error message.
3355 (d64_set_tests): Likewise.
3356 (d128_set_tests): Likewise.
3357 Add tests for expressions with decimal float variables. Add tests for
3358 conversions to and from decimal float types.
3359
f9c11282
JB
33602008-01-05 Joel Brobecker <brobecker@adacore.com>
3361
3362 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3363 * gdb.ada/packed_tagged.exp: New testcase.
3364
0ecbca72
JB
33652008-01-04 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3368 gdb.ada/homonym/homonym_main.adb: New files.
3369 * gdb.ada/homonym.exp: New testcase.
3370
c18d3d89
JB
33712008-01-04 Joel Brobecker <brobecker@adacore.com>
3372
3373 * gdb.ada/packed_array.exp: Add testing of references to
3374 a packed array.
3375
ecc7085b
JB
33762008-01-04 Joel Brobecker <brobecker@adacore.com>
3377
3378 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3379 New files.
3380 * gdb.ada/type_coercion.exp: New testcase.
3381
c474c922
JB
33822008-01-04 Joel Brobecker <brobecker@adacore.com>
3383
3384 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3385 gdb.ada/tagged/foo.adb: New file.
3386 * gdb.ada/tagged.exp: New testcase.
3387
9005b927
JB
33882008-01-04 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3391 gdb.ada/ptype_field/foo.adb: New files.
3392 * gdb.ada/ptype_field.exp: New testcase.
3393
1a6aaad8
JB
33942008-01-03 Joel Brobecker <brobecker@adacore.com>
3395
3396 * gdb.ada/print_pc.exp: New testcase.
3397
0ef22f53
JB
33982008-01-03 Joel Brobecker <brobecker@adacore.com>
3399
3400 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3401 gdb.ada/taft_type/p.adb: New files.
3402 * gdb.ada/taft_type.exp: New testcase.
3403
1689ecf8
JB
34042008-01-03 Joel Brobecker <brobecker@adacore.com>
3405
3406 * gdb.ada/array_bounds/bar.adb: New file.
3407 * gdb.ada/array_bounds.exp: New testcase.
3408
a4d0b9c3
JB
34092008-01-03 Joel Brobecker <brobecker@adacore.com>
3410
3411 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3412 gdb.ada/arrayptr/foo.adb: New files.
3413 * gdb.ada/arrayptr.exp: New testcase.
3414
a31ace00
JB
34152008-01-03 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.base/set-lang-auto.exp: New testcase.
3418
a97fced3
JB
34192008-01-03 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.ada/fun_addr/foo.adb: New file.
3422 * gdb.ada/fun_addr.exp: New testcase.
3423
ef29ce1a
JK
34242008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3425
3426 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3427 New files
3428
0fafefe3
JB
34292008-01-02 Joel Brobecker <brobecker@adacore.com>
3430
3431 * array_subscript_addr/p.adb: New file.
a9c64011 3432 * array_subscript_addr.exp: New testcase.
0fafefe3 3433
c4359f8d
JB
34342008-01-02 Joel Brobecker <brobecker@adacore.com>
3435
a9c64011 3436 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3437 New files.
3438 * gdb.ada/str_cmp_ref.exp: New testcase.
3439
1aa1b15b
JB
34402008-01-01 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3443 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3444 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3445
81c9b2cf
JB
34462008-01-01 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3449 gdb.ada/ref_param/pck.ads: New files.
3450 * gdb.ada/ref_param.exp: New testcase.
3451
319e4674
JB
34522008-01-01 Joel Brobecker <brobecker@adacore.com>
3453
3454 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3455 gdb.ada/interface/foo.adb: New files.
3456 * gdb.ada/interface.exp: New testcase.
3457
ef682c56
JB
34582007-12-31 Jim Blandy <jimb@codesourcery.com>
3459
3460 * gdb.base/multi-forks.exp: Consume all output from child
3461 processes before proceeding to next test.
3462
f6f3eb6c
JB
34632007-12-29 Jim Blandy <jimb@codesourcery.com>
3464
3465 * configure: Regenerated.
3466
f652e42f
JB
34672007-12-27 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3470 gdb.ada/fixed_cmp/fixed.adb: New files.
3471 * gdb.ada/fixed_cmp.exp: New testcase.
3472
6943e596
JB
34732007-12-27 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.ada/boolean_expr.exp: New testcase.
3476
aad9a193
JB
34772007-12-26 Jim Blandy <jimb@codesourcery.com>
3478
3479 * gdb.base/multi-forks.exp: Doc fix.
3480
fb5f3683
JB
34812007-12-26 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3484 * gdb.ada/char_param.exp: Do not compile our test program with
3485 -gnata, this is unnecessary.
3486 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3487
384e4a9c
JB
34882007-12-24 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3491 gdb.ada/print_chars/foo.adb: New files.
3492 * gdb.ada/print_chars.exp: New testcase.
3493
01e044f7
JB
34942007-12-24 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3497 gdb.ada/char_param/foo.adb: New files.
3498 * gdb.ada/char_param.exp: New testcase.
3499
0ce17860
JB
35002007-12-22 Jim Blandy <jimb@codesourcery.com>
3501
3502 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3503 hard-coding source line numbers into the test.
3504 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3505 gdb_get_line_number to find.
3506
919809b9
JB
35072007-12-22 Joel Brobecker <brobecker@adacore.com>
3508
3509 * gdb.base/ptype.c (highest): New struct type.
3510 (the_highest): New variable of that type.
3511 (main): Add dummy assignment to a field of variable the_highest.
3512 * gdb.base/ptype.exp: Test type printing of our new variable.
3513
abc8a88d
PM
35142007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3515
3516 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 3517 and record first explicitly generated thread number.
abc8a88d
PM
3518 Use that thread number for thread specific watchpoint test.
3519 Add iteration number to repetitive tests.
3520
5158f3e3
CES
35212007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3522 Jim Blandy <jimb@codesourcery.com>
3523
3524 * gdb.base/expand-psymtabs.c: New testcase
3525 source file.
3526 * gdb.base/expand-psymtabs.exp: New testcase
3527 expect file.
3528
37e4754d
LM
35292007-12-17 Luis Machado <luisgpm@br.ibm.com>
3530
3531 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3532 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3533
551e5d04
JB
35342007-12-17 Joel Brobecker <brobecker@adacore.com>
3535
3536 * gdb.ada/frame_args/foo.adb: New file.
3537 * gdb.ada/frame_args/pck.ads: New file.
3538 * gdb.ada/frame_args/pck.adb: New file.
3539 * gdb.ada/frame_args.exp: New testcase.
3540
a05ee097
JB
35412007-12-17 Joel Brobecker <brobecker@adacore.com>
3542
3543 * gdb.base/frame-args.c: New file.
3544 * gdb.base/frame-args.exp: New testcase.
3545
c162e8c9 35462007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 3547 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
3548
3549 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3550
afe8ab22 35512007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3552
afe8ab22
VP
3553 * gdb.mi/mi-pending.exp: New.
3554 * gdb.mi/mi-pending.c: New.
3555 * gdb.mi/mi-pendshr.c: New.
3556
dfdfb3ca
JB
35572007-12-06 Jim Blandy <jimb@codesourcery.com>
3558
3559 * gdb.base/default.exp: Update expected output for 'info catch'.
3560
b7fca990
JK
35612007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3564 must be set to binary.
3565
6a1afc1e
PA
35662007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3567
3568 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3569
a6b151f1
DJ
35702007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3571
3572 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3573 gdb.mi/mi-file-transfer.exp: New.
3574
43039443
JK
35752007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3578
0ef2251b
MR
35792007-11-22 Maciej W. Rozycki <macro@mips.com>
3580
3581 * gdb.trace/backtrace.exp: Fix a typo.
3582 * gdb.trace/circ.exp: Likewise.
3583 * gdb.trace/collection.exp: Likewise.
3584 * gdb.trace/limits.exp: Likewise.
3585 * gdb.trace/report.exp: Likewise.
3586 * gdb.trace/tfind.exp: Likewise.
3587 * gdb.trace/while-dyn.exp: Likewise.
3588
5443631e
NR
35892007-11-21 Nick Roberts <nickrob@snap.net.nz>
3590
3591 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3592 objects of pointers that can't be dereferenced are now
3593 "noneditable".
3594
a4ce5b0d
UW
35952007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3596
3597 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3598 (target_cpu): Remove.
3599
d6e956e5
VP
36002007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3601
3602 * gdb.base/ending-run.exp: Expect the list of cleared
3603 breakpoint to come in natural order, not the reversed one.
a9c64011 3604
214270ab
VP
36052007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3606
3607 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3608 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 3609
1a619819
LM
36102007-11-05 Luis Machado <luisgpm@br.ibm.com>
3611
3612 * gdb.base/printcmds.exp: New function
3613 test_printf_with_dfp.
3614
5b01a6fa
DE
36152007-11-02 Doug Evans <dje@google.com>
3616
3617 * gdb.disasm/t01_mov.s: Remove carriage returns.
3618 * gdb.disasm/t02_mova.s: Ditto.
3619 * gdb.disasm/t03_add.s: Ditto.
3620 * gdb.disasm/t04_sub.s: Ditto.
3621 * gdb.disasm/t05_cmp.s: Ditto.
3622 * gdb.disasm/t06_ari2.s: Ditto.
3623 * gdb.disasm/t07_ari3.s: Ditto.
3624 * gdb.disasm/t08_or.s: Ditto.
3625 * gdb.disasm/t09_xor.s: Ditto.
3626 * gdb.disasm/t10_and.s: Ditto.
3627 * gdb.disasm/t11_logs.s: Ditto.
3628 * gdb.disasm/t12_bit.s: Ditto.
3629 * gdb.disasm/t13_otr.s: Ditto.
3630
ec33ab7f
JK
36312007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
3634
ae0d01ff
UW
36352007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3636
3637 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
3638 provide DFP support.
3639
55eddb0f
DJ
36402007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
3643 Test "set powerpc vector-abi". Skip auto-detection tests for old
3644 toolchains.
3645
7020f05c
PA
36462007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3647
3648 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
3649 with [string compare].
3650
84bc3db9
PA
36512007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3652
3653 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
3654 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
3655
5876dc88
LM
36562007-10-25 Luis Machado <luisgpm@br.ibm.com>
3657
3658 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
3659 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
3660 * gdb.opt/Makefile.in: New makefile.
3661 * Makefile.in: Create new directory "gdb.opt".
3662 * configure.ac: Add "gdb.opt" directory.
3663 * configure: Regenerated.
a9c64011 3664
c3ea9a14
DE
36652007-10-25 Doug Evans <dje@google.com>
3666
3667 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
3668 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
3669
a9c64011 36702007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
3671 Thiago Jung Bauermann <bauerman@br.ibm.com>
3672
3673 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
3674 Floating Point expressions.
3675 * gdb.base/dfp-test.exp: new file adding tests for Decimal
3676 Floating Point variables.
3677 * gdb.base/dfp-test.c: new file containing program with Decimal
3678 Floating variables, used by gdb.base/dfp-test.exp.
3679
62a24a2b
DJ
36802007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3681
3682 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
3683
e7b1eae6
UW
36842007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3685
3686 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
3687 compiling test case with GCC.
3688 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
3689
c641edcc
UW
36902007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3691
3692 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3693 format changes.
3694
5e5ebfe6
MS
36952007-10-18 Michael Snyder <msnyder@specifix.com>
3696
3697 * gdb.base/dbx.exp: Add missing "-re " operator.
3698
e831e7b6
GM
36992007-10-16 Gaius Mulley <gaius@glam.ac.uk>
3700
3701 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
3702 * configure.ac: Removed trailing spaces after backslash.
3703 * gdb.modula2: New directory.
3704 * gdb.modula2/Makefile.in: New file.
3705 * gdb.modula2/unbounded-array.exp: New file.
3706 * gdb.modula2/unbounded1.c: New file.
3707
7cc46491
DJ
37082007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3709
3710 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
3711
37122007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
3713
3714 * gdb.base/sigstep.c (main): Add checks for
3715 return values for setitimer call.
3716 Call setitimer again with itimer = ITIMER_REAL
3717 if first call to setitimer fails.
3718
e91528f0
KH
37192007-10-11 Kazu Hirata <kazu@codesourcery.com>
3720
3721 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
3722 of $timeout.
3723
2ec9a4f8
DJ
37242007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3725
3726 * gdb.server/server-run.exp: Test for dynamic linker symbols.
3727
37282007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
3729
3730 * lib/gdb.exp (gdb_run_cmd): Move comment outside
3731 of gdb_expect call, to avoid interruption.
3732
64b2fa04
PA
37332007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
3734
3735 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
3736 (v_unsigned_long_long, v_long_long_array)
3737 (v_signed_long_long_array, v_unsigned_long_long_array)
3738 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
3739 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
3740 [!NO_LONG_LONG]: New.
3741 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
3742 v_long_long_member.
3743
3744 (v_long_long_func, v_signed_long_long_func)
3745 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
3746 (main) [!NO_LONG_LONG]: Initialize long long variants.
3747
3748 * gdb.base/whatis.exp: If board file requests no_long_long, build
3749 test with NO_LONG_LONG defined. Test long long, signed long long,
3750 and unsigned long long variants but only if board file doesn't
3751 disable it.
3752
a912286e 37532007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 3754 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
3755
3756 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
3757 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
3758 * configure: Regenerated.
3759 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
3760 gdb.pascal/types.exp, lib/pascal.exp: New files.
3761
471ba8c9
DJ
37622007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3763
3764 * gdb.cp/classes.exp (do_tests): Always step to the line after the
3765 call.
3766 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
3767 to return to the call.
3768 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
3769 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
3770 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
3771 * gdb.mi/mi-until.exp (test_until): Likewise.
3772 * gdb.mi/mi2-until.exp (test_until): Likewise.
3773
fef8a650
DJ
37742007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3775
3776 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
3777 two-char array.
3778 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
3779
d983da9c
DJ
37802007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3781
3782 * gdb.threads/watchthreads.c (thread_function): Sleep between
3783 iterations.
3784 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
3785 at once for S/390. Generate matching fails and passes.
3786
17f62551
VP
37872007-09-27 Vladimir Prus <vladimir@codesourcery.com>
3788
3789 * gdb.mi/var-cmd.c (do_children_tests): Initialize
3790 the 'struct_declarations' variable to zeros.
a9c64011 3791
ed0616c6
VP
37922007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3793
3794 * gdb.cp/mb-ctor.cc: New.
3795 * gdb.cp/mb-ctor.exp: New.
3796 * gdb.cp/mb-templates.cc: New.
3797 * gdb.cp/mb-templates.exp: New.
3798
41f1b697
DJ
37992007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3800
3801 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
3802
3f213f78
PA
38032007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
3804
3805 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
3806 targets.
3807 * configure: Regenerate.
3808
0d381245 38092007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3810
0d381245
VP
3811 * gdb.base/annota1.exp: Adjust for 'info break'
3812 format changes.
3813 * gdb.base/annota3.exp: Likewise.
3814 * gdb.base/break.exp: Likewise.
3815 * gdb.base/condbreak.exp: Likewise.
3816 * gdb.base/pending.exp: Likewise.
3817 * gdb.base/sepdebug.exp: Likewise.
3818 * gdb.base/unload.exp: Likewise.
3819 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 3820
fe3f5fa8
VP
38212007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3822
3823 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
3824 messages.
3825 * gdb.base/chng-syms.exp: Likewise.
3826 * gdb.base/unload.exp: Likewise.
a9c64011 3827
a75cf6c0
DJ
38282007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
3831
18ecae38
DJ
38322007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3833
3834 * schedlock.c (NUM): Change to 1.
3835 (main): Use args[0] for the main thread.
3836 * schedlock.exp: Only expect two threads. Only issue one pass or fail
3837 regardless of the number of threads.
3838
5509918f
MR
38392007-09-14 Maciej W. Rozycki <macro@mips.com>
3840
4a543daf
MR
3841 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
3842 type down.
3843 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3844 test.
3845 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
3846 watchpoint type down.
3847 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3848 test.
3849
38502007-09-14 Maciej W. Rozycki <macro@mips.com>
3851
5509918f
MR
3852 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
3853 Move all the tests here and run them twice, once using software
3854 watchpoints and once using hardware watchpoints.
3855 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
3856
40b53987
DJ
38572007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
3858
3859 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
3860 test.
3861
695e2681
MK
38622007-09-10 Mark Kettenis <kettenis@gnu.org>
3863
8b3fc8d8
MK
3864 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
3865 build-id.
3866
695e2681
MK
3867 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
3868 know about $ORIGIN. Calculate output dir from $dest instead of
3869 using ${objdir}/{$subdir}.
3870
58d69f29
MK
38712007-09-09 Mark Kettenis <kettenis@gnu.org>
3872
3873 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
3874 gcore, before continuing with the test.
3875
3e347599
DJ
38762007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
3877
3878 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
3879 * gdb.mi/mi-watch.exp: Likewise.
3880
ea37ba09
DJ
38812007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3882 Jim Blandy <jimb@codesourcery.com>
3883
3884 * gdb.arch/i386-sse.exp: Do not expect character constants.
3885 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
3886 * gdb.base/display.exp: Allow print/s.
3887 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
3888 and unsigned char array changes.
3889
2025a643
DJ
38902007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * gdb.base/display.exp: Add tests for printf %p.
3893
26669a27
PA
38942007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3895
3896 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
3897 the dll name to unicode.
3898
c8f021f8
JK
38992007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.base/default.exp (show version): Update the version text.
3902 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
3903
4cf31eea
JK
39042007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
3907 New files.
3908
4935890f
JK
39092007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * lib/gdb.exp (build_id_debug_filename_get): New function.
3912 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
3913 Remove the generate DEBUG file for the future testcase runs.
3914 New testcase for the NT_GNU_BUILD_ID retrieval.
3915 Move the final testing step to ...
3916 (test_different_dir): ... a new function.
3917 New parameter XFAIL to XFAIL all the tests performed.
3918 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
3919 New parameter TYPE to PF_PREFIX all the tests performed.
3920
02142340
VP
39212007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3922
3923 * gdb.mi/mi-var-cp.cc (path_expression): New
3924 function.
3925 * gdb.mi/mi-var-cp.exp: Run path exression tests.
3926
36acd84e
UW
39272007-08-27 Markus Deuling <deuling@de.ibm.com>
3928
3929 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
3930 to fit into SPU Local Store memory.
3931
a896d121
JB
39322007-08-23 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.base/default.exp: Adjust the expected output of "info
3935 warranty" after the switch to GPLv3.
3936
7b433602
JB
39372007-08-23 Joel Brobecker <brobecker@adacore.com>
3938
3939 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
3940 to 30000 (from 20000).
3941
e22f8b7c
JB
39422007-08-23 Joel Brobecker <brobecker@adacore.com>
3943
3944 Switch the license of all .exp files to GPLv3.
3945 Switch the license of all .f and .f90 files to GPLv3.
3946 Switch the license of all .s and .S files to GPLv3.
3947
5a0e3bd0
JB
39482007-08-23 Joel Brobecker <brobecker@adacore.com>
3949
3950 * configure.ac: Switch license to GPLv3.
3951
cc00619d
JB
39522007-08-23 Joel Brobecker <brobecker@adacore.com>
3953
3954 Switch the licensing to GPLv3 for all .ads and .adb files.
3955
8d26208a
DJ
39562007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3957
3958 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
3959 and t_int_double.
3960 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
3961
4fcb9948
JB
39622007-08-17 Joel Brobecker <brobecker@adacore.com>
3963
3964 * gdb.base/step-line.c: Switch license to GPL version 3, and
3965 update copyright year.
3966 * gdb.base/step-line.inp: Likewise.
3967
b9c34f67
JB
39682007-08-17 Joel Brobecker <brobecker@adacore.com>
3969
3970 * gdb.base/gdb1555.exp: Make expected output immune to formatting
3971 changes inside gdb1555.c.
3972 * gdb.base/pending.exp: Likewise.
3973
2cc17678
DJ
39742007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
3975
3976 * config/default.exp: New file.
3977
e48883f7
DJ
39782007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3979
3980 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
3981 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
3982
1ab80e5b
MR
39832007-07-30 Maciej W. Rozycki <macro@mips.com>
3984
3985 * gdb.base/dump.exp: Force the correct endianness for binary
3986 formats not carrying this information.
3987
aba471f5
DJ
39882007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3989
3990 * gdb.threads/staticthreads.exp: Match .*sem_post.
3991
d4e07204
DJ
39922007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3993
3994 * gdb.base/readline.exp (operate_and_get_next): Match the final
3995 prompt.
3996
2b97317d
KB
39972007-07-23 Kevin Buettner <kevinb@redhat.com>
3998
3999 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4000 to restarting SID.
4001
44efa07a
KB
40022007-07-18 Kevin Buettner <kevinb@redhat.com>
4003
4004 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4005 prior to `gdb_start'.
4006
7b5ebade
KB
40072007-07-18 Kevin Buettner <kevinb@redhat.com>
4008
4009 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4010 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4011 Remove call to gdb_unload.
4012
255e7678
DJ
40132007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4014 Daniel Jacobowitz <dan@codesourcery.com>
4015
4016 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4017 for __WIN32__.
4018 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4019 * gdb.base/unload.exp: Use shared library test routines.
4020
3a40aaa0
UW
40212007-07-03 Markus Deuling <deuling@de.ibm.com>
4022
4023 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4024 * gdb.base/solib-symbol-lib.c: Likewise.
4025 * gdb.base/solib-symbol-main.c: Likewise.
4026
b0f4b84b
DJ
40272007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4028
4029 * config/gdbserver.exp (gdb_reconnect): New.
4030 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4031 gdb.base/solib-disc.exp: New files.
4032 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4033 remote debugging".
4034 (gdb_compile): Add shlib_load flag.
4035 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4036 port.
4037 (gdbserver_reconnect): New.
4038
1b05479a
DJ
40392007-07-01 Nick Roberts <nickrob@snap.net.nz>
4040 Daniel Jacobowitz <dan@codesourcery.com>
4041
4042 * gdb.base/annota3.exp: Test for if construct.
4043
86f78eb2
DJ
40442007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4045
4046 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4047
6a2eb474 40482007-06-21 Chris Dearman <chris@mips.com>
a9c64011 4049 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
4050
4051 * gdb.base/display.exp: Allow a newline after display/i.
4052 * gdb.base/pc-fp.exp: Likewise.
4053 * gdb.base/sigbpt.exp: Likewise.
4054
f8b73d13
DJ
40552007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4058 required features to be included.
4059
4339e69e
DJ
40602007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4061
4062 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4063 in info threads output.
4064
23d964e7
UW
40652007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4066 Markus Deuling <deuling@de.ibm.com>
4067
4068 * gdb.arch/spu-info.exp: New testcase.
4069 * gdb.arch/spu-info.c: New file.
4070
fd20f75b
DJ
40712007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4074 tpcs_offset. Restore lr after the call.
4075 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4076
2226f861
DJ
40772007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4080 (gdbserver_run): Kill any running gdbserver.
4081 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4082
d12371a9
MR
40832007-05-17 Maciej W. Rozycki <macro@mips.com>
4084
4085 * gdb.base/sigbpt.exp: Preset segv_addr.
4086
93f02886
DJ
40872007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4088
4089 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4090 (gdb_compile_shlib): Likewise.
4091 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4092 (default_gdb_init): Clear cleanfiles.
4093 (gdb_finish): Delete recorded cleanfiles.
4094 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4095
4096 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4097 Do not use isnative.
4098 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4099 gdb.base/so-impl-ld.exp: Likewise.
4100 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4101 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4102 gdb_compile.
4103
b04e06d7
VP
41042007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4105
4106 * config/unknown.exp: Remove.
4107
069ed931
UW
41082007-05-15 Markus Deuling <deuling@de.ibm.com>
4109
4110 * gdb.base/info-proc.exp: Check is_remote.
4111
09db0d03
UW
41122007-05-14 Markus Deuling <deuling@de.ibm.com>
4113
4114 * gdb.base/gcore.exp: Initialize variable core_supported.
4115
af2cbe8c
DJ
41162007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4117
4118 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4119
027c0295
DJ
41202007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4121
4122 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4123 * gdb.threads/print-threads.exp (test_all_threads): Allow
4124 negative and hexadecimal thread IDs.
4125
dc5000e7
DJ
41262007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4127
4128 * gdb.java/jprint.java (public): Avoid invalid call to static
4129 method.
4130
2e74ed18
DP
41312007-05-14 Denis Pilat <denis.pilat@st.com>
4132
4133 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4134 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4135 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4136 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4137 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4138
83547f02
UW
41392007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4140
4141 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 4142 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
4143 this mode.
4144 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4145 * gdb.base/spu.ld: New file.
4146
b18be20d
DJ
41472007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4148
4149 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4150
be444858
DJ
41512007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4152
4153 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4154
b1d53152
DJ
41552007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4156
4157 * gdb.java/jmain.exp: Handle demangled names with and without method
4158 signatures.
4159
d084b331
DJ
41602007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4161
4162 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4163 (have_a_very_merry_interrupt): Remove calls to puts.
4164 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4165 inferior output.
4166 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4167 test names.
4168
db9d7fc5
DJ
41692007-04-29 Markus Deuling <deuling@de.ibm.com>
4170 Daniel Jacobowitz <dan@codesourcery.com>
4171
4172 * gdb.base/auxv.exp (core_works): Also check is_remote.
4173 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4174
ef783a7d 41752007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4176
ef783a7d
VP
4177 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4178 message, not the undefined 'module' variable.
4179 * gdb.base/siginfo.exp: Likewise.
4180 * gdb.base/sigstep.exp: Likewise.
4181 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4182 serialport.
4183 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4184
b7b73cae
CV
41852007-04-25 Corinna Vinschen <vinschen@redhat.com>
4186
4187 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4188 target sim fails. Return 0 otherwise.
4189 (gdb_load): Return prematurely if gdb_target_sim fails.
4190
7d90fdfa
DP
41912007-04-16 Denis Pilat <denis.pilat@st.com>
4192
4193 * gdb.base/setshow.exp: Reset height after having set it to 100.
4194
5d3e9c85
DP
41952007-04-16 Denis Pilat <denis.pilat@st.com>
4196
4197 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4198
18e75969
DP
41992007-04-16 Denis Pilat <denis.pilat@st.com>
4200
4201 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4202
25d5ea92
VP
42032007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4204
4205 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4206 tests. Run the frozen varobjs test.
4207 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4208 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4209
0b49cb80
JK
42102007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4213 gdb.base/type-opaque.exp: New files.
4214
a73bafbc 42152007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4216
4217 * gdb.mi/mi-var-child.c
a73bafbc
VP
4218 (do_children_tests): User char[2] instead of
4219 char so that automatic printing of pointers to char
4220 don't give unpredicable result.
4221 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4222 local variables.
4223 * gdb.mi/mi-var-child.exp: Step to right line
4224 of do_children_tests.
4225 * gdb.mi/mi2-var-child.exp: Likewise.
4226 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4227 do_locals_tests.
a73bafbc
VP
4228 (do_children_tests): User char[2] instead of
4229 char so that automatic printing of pointers to char
a9c64011 4230 don't give unpredicable result.
a73bafbc 4231 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4232 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4233 Pass test name to mi_wait_for_stop.
4234
7ce59000
DJ
42352007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4236
4237 * gdb.asm/asm-source.exp: Remove d10v case.
4238 * lib/gdb.exp (skip_cplus_tests): Likewise.
4239 * gdb.asm/d10v.inc: Deleted.
4240
20389057
DJ
42412007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4242
4243 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4244
8807d78b
DJ
42452007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4246
4247 * config/netware.exp: Delete file.
4248
aa3edb8e
JB
42492007-03-29 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.dwarf2/dw2-noloc.S: New file.
4252 * gdb.dwarf2/dw2-noloc.exp: New file.
4253
297561ac
PA
42542007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4255
4256 * gdb.cp/method2.cc: New test.
4257 * gdb.cp/method2.exp: New test.
4258 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4259
1f81bd39
DJ
42602007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4261
4262 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4263
9453113a
DJ
42642007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4265
4266 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4267
b741e217
DJ
42682007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4271 (gdb_load): Delete, replace with...
4272 (gdb_reload): ...this.
4273 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4274 * gdb.server/server-mon.exp: Likewise.
4275 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4276 (gdb_start_cmd): New.
4277 (gdb_file_cmd): Save the last loaded file.
4278 (gdb_reload): New.
4279 (gdb_gnu_strip_debug): Use transform.
4280 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4281 support here. Use new $last_loaded_file. Check mtime.
4282 (gdb_target_cmd): Handle ObjC failure case.
4283 (infer_host_exec): Delete.
4284 (gdbserver_load): Rename to...
4285 (gdbserver_run): ...this. Simplify.
4286 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4287 (mi_gdb_load): Move most contents to a new function...
4288 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4289 (mi_run_cmd): Use mi_gdb_target_load.
4290 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4291 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4292 Use gdb_run_cmd.
4293 * gdb.base/charsign.exp: Remove incorrect comment.
4294 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4295 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4296 gdb.base/start.exp: Use gdb_start_cmd.
4297
446ab585 42982007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4299 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4300
4301 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4302 * gdb.base/signull.exp: Similarly.
4303
bbb88ebf
UW
43042007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4305
4306 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4307 messages available to test cases (like chng-sym.exp).
4308
cb8c4a99
AS
43092007-03-14 Andreas Schwab <schwab@suse.de>
4310
4311 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4312 format changes.
4313
4e463ff5
DJ
43142007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4315
4316 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4317 (optimized_1): New.
4318 (main): Call optimized_1.
4319 (gdb2029): Correct typos. Call gdb2029_marker.
4320 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4321 for gdb2029.
4322
b6db2c47
MK
43232007-03-12 Mark Kettenis <kettenis@gnu.org>
4324
4325 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4326 as tabs. Remove redundant test pattern.
4327
70ed3737
UW
43282007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4329
4330 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4331 for /a format output.
4332
47b67b60
DJ
43332007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4334
4335 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4336 collect output incrementally.
4337
b8953b0e
UW
43382007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4339
4340 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4341 for -var-create lpcharacter test.
4342 * gdb.mi/mi2-var-cmd.exp: Likewise.
4343
7acd5c40
UW
43442007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4345
4346 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4347 pass on targets where address zero is readable.
4348
9c6759c1
UW
43492007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4350
4351 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4352 just a single architecture.
4353
a2f1aeb4
UW
43542007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4355
4356 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4357 (fetch_all_registers): New function, uses gdb_test_multiple and
4358 exp_continue to fetch inferior output line-by-line.
4359 Replace all uses of do_get_all_registers by fetch_all_registers.
4360
46579ac2
UW
43612007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4362
4363 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4364 in target_info.
4365
fc133f24
MS
43662007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4367
a9c64011 4368 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4369 consistancy; add a default (timeout) case.
4370
7646a51d
MS
43712007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4372
4373 * gdb.base/watchpoint.exp: Fix truncated comment.
4374
dcfff61f
MS
43752007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4376
4377 * Makefile.in: Remove spurious single-quotes from sed command.
4378
664e3ee9
DJ
43792007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4380
4381 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4382 func.
4383 * gdb.mi/mi2-var-cmd.exp: Likewise.
4384
d7cc6f2f
JB
43852007-02-27 Joel Brobecker <brobecker@adacore.com>
4386
a9c64011
AS
4387 * gdb.dwarf2/dw2-producer.S: New file.
4388 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4389
43902007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4391
4392 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4393 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4394 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4395 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4396 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4397 Revert tests to use mi_gdb_test and include value field in output
4398 of -var-create.
4399
93d42b30
DJ
44002007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4401
4402 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4403
c499ed39
DJ
44042007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4405
4406 * gdb.base/maint.exp: Remove full paths from test names.
4407 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4408 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4409
9836f81b
JB
44102007-02-27 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4413
c74d0ad8
DJ
44142007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4415
4416 * gdb.server/server-mon.exp: New test.
4417
2711e456
DJ
44182007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4421
ff6f572f
DJ
44222007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4423
4424 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4425 register capitalization.
4426
fada3feb
DP
44272007-02-13 Denis Pilat <denis.pilat@st.com>
4428
4429 * gdb.mi/mi-var-invalidate.exp: New file.
4430
fb1e4ffc
DJ
44312007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4434
3da939d7
DJ
44352007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4438
123dc839
DJ
44392007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4440
4441 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4442 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4443
877e3645 44442007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4445
4446 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4447 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4448 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4449 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4450 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4451 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4452 Update tests to include value field in output of -var-create.
a9c64011 4453
3c0a2960
AS
44542007-02-08 Andreas Schwab <schwab@suse.de>
4455
4456 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4457
108546a0
DJ
44582007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4459
4460 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4461 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4462
d701dcab
DP
44632007-02-02 Denis Pilat <denis.pilat@st.com>
4464
4465 * gdb.threads/threadapply.exp: check that frame is not changed by
4466 the thread apply all command.
4467
783e3e2f
AS
44682007-01-31 Andreas Schwab <schwab@suse.de>
4469
6d9c3a87
AS
4470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4471
3c50d7b9
AS
4472 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4473 in the dwarf sections.
4474 * gdb.dwarf2/mac-fileno.S: Likewise.
4475
783e3e2f
AS
4476 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4477 bspstore register on ia64.
4478
78ff580e
AS
44792007-01-29 Andreas Schwab <schwab@suse.de>
4480
cc8e9b12
AS
4481 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4482 "frame-begin" annotation.
4483
78ff580e
AS
4484 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4485 number of "frames-invalid" annotations.
4486
704a4f78
DJ
44872007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4488
4489 * gdb.base/commands.exp: Call if_commands_test.
4490 (gdb_test_no_prompt, if_commands_test): New.
4491
e741bf94
MK
44922007-01-28 Mark Kettenis <kettenis@gnu.org>
4493
4494 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4495
474d0ad3
AS
44962007-01-27 Andreas Schwab <schwab@suse.de>
4497
4498 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4499 .short/.int/.quad in the dwarf sections.
4500 * gdb.dwarf2/dw2-intercu.S: Likewise.
4501 * gdb.dwarf2/dw2-intermix.S: Likewise.
4502
e784b426
JK
45032007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
4506 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4507 array.
e784b426
JK
4508 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4509 * gdb.base/setvar.exp: Likewise.
4510
37f08e04
AS
45112007-01-26 Andreas Schwab <schwab@suse.de>
4512
9a01813a
AS
4513 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4514 test.
4515
37f08e04
AS
4516 * gdb.base/multi-forks.exp ("restart $i"): Also match
4517 __kernel_syscall_via_break.
4518
6e2a9270
VP
45192007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4520
4521 * lib/mi-support.exp (mi_delete_varobj): New.
4522 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4523 testcase.
4524 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4525 (main): Call the above.
4526 (reference_update_test, base_in_reference_test)
4527 (reference_to_pointer): Delete the created varobjs.
a9c64011 4528
e515b470
DJ
45292007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4530
4531 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4532 * configure: Regenerated.
4533 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4534 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4535 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4536 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4537 * lib/gdb.exp (gdb_skip_xml_test): New function.
4538
08d8bcd7
DJ
45392007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4540
4541 * gdb.base/sigrepeat.exp: Correct error message.
4542
45432007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
4544 Daniel Jacobowitz <dan@codesourcery.com>
4545
4546 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4547 gdb.arch/i386-gnu-cfi-asm.S: New files.
4548
97c3f1f3
JK
45492007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4550
4551 * lib/gdb.exp: Abort on missing `site.exp'.
4552
cb1df416
DJ
45532007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4554 Daniel Jacobowitz <dan@codesourcery.com>
4555
4556 * gdb.base/included.c, gdb.base/included.exp,
4557 gdb.base/included.h: New files.
4558
35990120
DJ
45592007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4562 (maximize_rlimit): Reduce limits on 64-bit systems.
4563
6e81a116 45642007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
4565
4566 From Marcus Deuling <deuling@de.ibm.com>:
4567 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4568 every case.
4569
6c3c41f3
NR
45702007-01-13 Nick Roberts <nickrob@snap.net.nz>
4571
4572 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4573 (test_path_specification): Use objdir instead of srcdir to always
4574 get an absolute filename.
4575
2f12c312
DJ
45762007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4577
4578 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4579
81121995
VP
45802007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4581
4582 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4583 Make sure the variable we're using is in scope.
4584 (reference_to_pointer): Likewise.
4585
4741b737
DJ
45862007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4587
4588 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4589 has no debug information.
4590
054410c3
DJ
45912007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4592
4593 * gdb.base/annota1.exp: Remove extra send_gdb.
4594
818f79f6
DJ
45952007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4598
f7a6bb70
DJ
45992007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4602
57e66780
DJ
46032007-01-08 Nick Roberts <nickrob@snap.net.nz>
4604 Daniel Jacobowitz <dan@codesourcery.com>
4605
4606 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4607 lcharacter or linteger change. Correct duplicated test name.
4608 * gdb.mi/mi2-var-cmd.exp: Likewise.
4609
3d799a95
DJ
46102007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4611
4612 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
4613
46142007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 4615
a9c64011
AS
4616 * gdb.base/nofield.c: New file.
4617 * gdb.base/nofield.exp: New testcase.
51679ba9 4618
eafb94e8
NR
46192007-01-05 Nick Roberts <nickrob@snap.net.nz>
4620
4621 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
4622
4623 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
4624 test.
4625
5e572bb4
DJ
46262007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4627
4628 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
4629
74a44383
DJ
46302007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
4633 when continuing.
4634
1b572db9
DJ
46352007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4636
4637 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
4638 Expect ".exe" extension.
4639
381bc39b
DJ
46402007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4641
4642 * gdb.base/charset.exp: Add explicit filename to break.
4643 * gdb.base/dbx.exp: Add explicit filename to breaks.
4644
2b70e4c6
DJ
46452007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4646
4647 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
4648 * gdb.mi/mi2-file.exp: Likewise.
4649
303b6f5d
DJ
46502007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4651
4652 Implement specification of MI tests as comments
4653 in C and C++ sources.
4654 * lib/mi-support.exp (mi_autotest_data): New variable.
4655 (mi_autotest_source): New variable.
4656 (count_newlines, mi_prepare_inline_tests)
4657 (mi_get_inline_test, mi_continue_to_line)
4658 (mi_run_inline_test, mi_tbreak)
4659 (mi_send_resuming_command, mi_wait_for_stop): New functions.
4660 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
4661 Run inline tests.
4662 * gdb.mi/mi-var-cp.cc: Define tests here.
4663
23da0d94
VP
46642007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4665
4666 Simplify usage of mi_continue_to.
4667 * lib/mi-support.exp (mi_runto_helper): Renamed
4668 from mi_runto, added new parameter 'run_or_continue'.
4669 (mi_runto): Use mi_runto_helper.
4670 (mi_continue_to): Accept just function name as parameter.
4671 Use mi_runto_helper.
4672 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
4673 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4674
f9e18282
JB
46752006-01-04 Joel Brobecker <brobecker@adacore.com>
4676
4677 Make this testcase a bit more realistic. The current code
4678 is too simplistic, and allows the compiler to optimize out
4679 some of the entities we need for this testcase.
4680 * gdb.ada/null_record/bar.ads (Void_Star): New type.
4681 (Do_Nothing): Add extra parameter.
4682 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
4683 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
4684 by using a variable of type Void_Star.
4685
fd678c65
JB
46862006-01-04 Joel Brobecker <brobecker@adacore.com>
4687
4688 * gdb.ada/catch_ex/foo.adb: New file.
4689 * gdb.ada/catch_ex.exp: New testcase.
4690
05cfdb42
DJ
46912007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
4692
4693 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
4694 pass --image-base to linker.
4695
2e03ee74
DJ
46962007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4697 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
4700 secondary prompts.
4701
0d5de010
DJ
47022007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
4705 output. Test the types of members and member pointers.
4706 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
4707 gdb/2092.
4708 * gdb.cp/member-ptr.exp: Search for a comment instead of a
4709 statement. Enable for GCC. Update expected output for some tests
4710 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
4711 layout.
4712 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
4713 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
4714 (Diamond::vget_base): New.
4715 (main): Add new tests.
4716 * gdb.cp/printmethod.exp: Update expected output for member functions.
4717 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
4718 print pEe->D::vg().
4719
61a771aa
DJ
47202007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4721
4722 * gdb.threads/tls.exp: Allow stops in sem_post.
4723
2fa63963
DJ
47242006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
4725
4726 * gdb.base/annota1.exp: Allow .*printf in backtraces.
4727 * gdb.base/annota3.exp: Likewise.
4728 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
4729 again (instead of timing out).
4730 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
4731 GCC bug 26475.
4732 * gdb.java/jmisc.exp: Adjust to work with method signatures including
4733 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
4734 test from jmisc1.exp.
4735 * gdb.java/jmisc1.exp: Delete.
4736 * gdb.java/jprint.exp: Adjust to work with method signatures including
4737 return types.
4738 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
4739 * gdb.threads/linux-dp.exp: Don't be confused by program output.
4740 * lib/java.exp (compile_java_from_source): Pass the correct type
4741 to target_compile.
4742
5eefc2b7
JB
47432006-12-31 Joel Brobecker <brobecker@adacore.com>
4744
4745 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
4746 (stack_align_edx): New function.
4747 (stack_align_eax): New function.
4748 (main): Add calls to stack_align_edx and stack_align_eax.
4749 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
4750 Add testing for the cases where the register used during a stack
4751 realignment is edx. Same for eax.
4752
227c54da
DJ
47532006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
4754
4755 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
4756 and generic PE targets.
4757
cab8ac94
JB
47582006-12-29 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.ada/array_return.exp: Update copyright date list.
4761
ba54f318
JB
47622006-12-27 Joel Brobecker <brobecker@adacore.com>
4763
4764 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
4765 (Create_Small_Float_Vector): New function.
4766 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
4767 function body.
4768 * gdb.ada/array_return/p.adb: Use new type and function from
4769 package Pck.
4770 * gdb.ada/array_return.exp: Add a test verifying that GDB is
4771 able to print the value returned by a function returning an
4772 array of float.
4773
6b7a35dd
JB
47742006-12-20 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4777 The associated tests should be PASSing.
4778
038224f6
VP
47792006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4780
4781 Test for base in references.
4782 * gdb.mi/mi-var-cp.cc: Add test code.
4783 * gdb.mi/mi-var-cp.exp: Test for bases in references.
4784 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
4785 * gdb.mi/mi2-watch.exp: Likewise.
4786 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
4787 (mi_list_varobj_children): New function.
4788
b26ed50d
VP
47892006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4790
4791 * lib/mi-support.exp
4792 (mi_runto): Accept "()" after function name.
4793 (mi_create_varobj): New function.
4794 (mi_varobj_update): New function.
4795 (mi_Check_varobj_value): New function.
4796 * gdb.mi/mi-var-cp.exp: New file.
4797 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 4798
08232497
DJ
47992006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
4800
4801 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
4802 gdb.base/weaklib2.c: New files.
4803
d394c993 48042006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 4805
ac6c2fba
NS
4806 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
4807 info. Adjust test names.
4808
8ec659a0 4809 * gdb.base/break.c (main): Move position of malloc.
d394c993 4810 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 4811
acd65feb
VP
48122006-11-28 Vladimir Prus <vladimir@codesourcery.com>
4813
4814 * gdb.mi/mi-var-cmd.exp: Check -var-update after
4815 assignement of arrays and function pointers.
4816 * gdb.mi/var-cmd.c: Add declaration necessary for above
4817 tests.
4818
f556d5e5
NS
48192006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4820
4821 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
4822
4823 * gdb.threads/linux-dp.exp: Read thread table before and after
4824 creating each philosopher and verify it.
4825
697bc68d
NS
48262006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4827 Paul Brook <paul@codesourcery.com>
4828 Daniel Jacobowitz <dan@codesourcery.com>
4829
4830 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 4831 main to remove duplication. Add start function of the form
697bc68d
NS
4832 '_*start[1-9]*'. Add RVDS start function.
4833
29d73ae4
DJ
48342006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4835
4836 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
4837
c1d88655
UW
48382006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4839
4840 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
4841 * gdb.asm/spu.inc: New file.
4842 * gdb.base/term.exp: Disable if [target_info exists noargs].
4843 * gdb.gdb/complaints.exp: Disable if ![isnative].
4844 * gdb.gdb/selftest.exp: Likewise.
4845 * gdb.gdb/observer.exp: Likewise.
4846 * gdb.gdb/xfullpath.exp: Likewise.
4847 * gdb.base/attach.exp: Disable on SPU target.
4848 * gdb.cp/bs145503.exp: Likewise.
4849 * gdb.cp/exception.exp: Likewise.
4850 * gdb.cp/userdef.exp: Likewise.
4851
32a13b1a
DJ
48522006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
4855
d8295fe9
VP
48562006-11-10 Vladimir Prus <vladimir@codesourcery.com>
4857
4858 * gdb.base/completion.exp: Fix completion tests for
4859 'info' and 'info '.
4860 * gdb.base/help.exp (help_test_raw, test_class_help)
4861 (test_prefix_command_help): Move...
4862 * lib/gdb.exp: Here.
4863 * gdb.base/main.exp: Adjust.
4864 * gdb.cp/maint.exp: Adjust.
4865 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 4866
8c394015
VP
48672006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4868
4869 * gdb.stabs/weird.exp (print_weird_var): Use
4870 gdb_test_multiple instead of gdb_expect.
4871
027fc1bc
VP
48722006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4873
4874 * gdb.base/help.exp (help_test_raw): New.
4875 (test_class_help): New.
4876 (test_prefix_command_help): New.
4877 Adjust testcases.
4878
67609209
FR
48792006-11-09 Christophe Lyon <christophe.lyon@st.com>
4880
4881 * gdb.base/constvars.c (main): Write to crass and crips, so that
4882 they are allocated by the compiler.
4883
f73adfeb
AS
48842006-10-27 Andreas Schwab <schwab@suse.de>
4885
4886 * gdb.base/multi-forks.exp: Use "detach fork" instead of
4887 "detach-fork".
4888
2f83a18e
DJ
48892006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
4890
4891 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
4892 of patterns.
4893
94277a38
DJ
48942006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4895
4896 * gdb.base/sepdebug.exp: Remove debug format test.
4897 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
4898 Handle no-symtab.
4899 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
4900
5bd2f6e2
DJ
49012006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4902
4903 * gdb.threads/manythreads.c (thread_function, main): Don't cast
4904 int to pointer or pointer to int.
4905 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
4906
8c008720
DJ
49072006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
4908
4909 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
4910
9e35dae4
DJ
49112006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
4914
d9639e13
DJ
49152006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4916
4917 PR c++/2116
4918 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
4919
390a1bd0
JB
49202006-10-06 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
4923 the corresponding bug has been fixed in GDB (PR/2018).
4924
dd920c33
JB
49252006-10-06 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.base/subst.exp: New testcase.
4928
53bbefe9
JB
49292006-10-06 Joel Brobecker <brobecker@adacore.com>
4930
4931 * gdb.ada/array_return/pck.ads: Add copyright notice.
4932 * gdb.ada/array_return/pck.adb: Likewise.
4933 * gdb.ada/array_return/p.adb: Likewise.
4934 * gdb.ada/exec_changed/first.adb: Likewise.
4935 * gdb.ada/exec_changed/second.adb: Likewise.
4936
09851417
JB
49372006-10-06 Joel Brobecker <brobecker@adacore.com>
4938
4939 * gdb.ada/watch_arg/watch.adb: New file.
4940 * gdb.ada/watch_arg.exp: New testcase.
4941
041bf30d
VP
49422006-10-02 Vladimir Prus <vladimir@codesourcery.com>
4943
4944 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 4945 via string_to_regexp.
041bf30d 4946 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 4947
f286fbdd 49482006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
4949
4950 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
4951 Remove unused / obsolete files.
4952
7c07f349
NR
49532006-09-19 Nick Roberts <nickrob@snap.net.nz>
4954
4955 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
4956
cd5ff84a
VP
49572006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4958
4959 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
4960 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 4961 the number of frames.
cd5ff84a 4962
ae018d1a
DJ
49632006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 * gdb.base/args.c (main): Add breakpoint marker.
4966 * gdb.base/args.exp: Use args_test for tests. Add new tests which
4967 really test empty arguments.
4968 (args_load): Delete.
4969 (args_test): New.
4970
b399c549
NR
49712006-09-13 Nick Roberts <nickrob@snap.net.nz>
4972
4973 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
4974 check for one file.
4975
2ab1eb7a
VP
49762006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
4977
4978 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
4979 HIGH_FRAME argument to -stack-list-locals can be larger than
4980 the number of frames.
a9c64011 4981
476308bf
FF
49822006-08-18 Fred Fish <fnf@specifix.com>
4983
4984 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
4985 '$' in front of skip_vmx_tests_saved when setting that.
4986
8625200f
AS
49872006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
4988
4989 * gdb.base/trace-commands.exp: New file.
4990
089ec8f1
DJ
49912006-08-10 Joel Brobecker <brobecker@adacore.com>
4992 Daniel Jacobowitz <dan@codesourcery.com>
4993
4994 * gdb.base/step-bt.exp: Make hexadecimal address optional in
4995 expected output of the backtrace commands.
4996
b60f0898
JB
49972006-08-09 Joel Brobecker <brobecker@adacore.com>
4998
4999 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5000 untested followed by return combination.
5001 * gdb.arch/altivec-regs.exp: Likewise.
5002 * gdb.arch/e500-abi.exp: Likewise.
5003 * gdb.arch/e500-regs.exp: Likewise.
5004 * gdb.arch/gdb1291.exp: Likewise.
5005 * gdb.arch/gdb1431.exp: Likewise.
5006 * gdb.arch/gdb1558.exp: Likewise.
5007 * gdb.arch/i386-prologue.exp: Likewise.
5008 * gdb.arch/i386-unwind.exp: Likewise.
5009 * gdb.asm/asm-source.exp: Likewise.
5010 * gdb.base/a2-run.exp: Likewise.
5011 * gdb.base/advance.exp: Likewise.
5012 * gdb.base/all-bin.exp: Likewise.
5013 * gdb.base/annota1.exp: Likewise.
5014 * gdb.base/annota3.exp: Likewise.
5015 * gdb.base/args.exp: Likewise.
5016 * gdb.base/arithmet.exp: Likewise.
5017 * gdb.base/assign.exp: Likewise.
5018 * gdb.base/async.exp: Likewise.
5019 * gdb.base/attach.exp: Likewise.
5020 * gdb.base/bang.exp: Likewise.
5021 * gdb.base/bigcore.exp: Likewise.
5022 * gdb.base/bitfields.exp: Likewise.
5023 * gdb.base/bitfields2.exp: Likewise.
5024 * gdb.base/break.exp: Likewise.
5025 * gdb.base/call-sc.exp: Likewise.
5026 * gdb.base/call-strs.exp: Likewise.
5027 * gdb.base/callfuncs.exp: Likewise.
5028 * gdb.base/checkpoint.exp: Likewise.
5029 * gdb.base/chng-syms.exp: Likewise.
5030 * gdb.base/code-expr.exp: Likewise.
5031 * gdb.base/commands.exp: Likewise.
5032 * gdb.base/completion.exp: Likewise.
5033 * gdb.base/cond-expr.exp: Likewise.
5034 * gdb.base/condbreak.exp: Likewise.
5035 * gdb.base/consecutive.exp: Likewise.
5036 * gdb.base/constvars.exp: Likewise.
5037 * gdb.base/corefile.exp: Likewise.
5038 * gdb.base/cvexpr.exp: Likewise.
5039 * gdb.base/dbx.exp: Likewise.
5040 * gdb.base/define.exp: Likewise.
5041 * gdb.base/detach.exp: Likewise.
5042 * gdb.base/display.exp: Likewise.
5043 * gdb.base/dump.exp: Likewise.
5044 * gdb.base/ena-dis-br.exp: Likewise.
5045 * gdb.base/ending-run.exp: Likewise.
5046 * gdb.base/environ.exp: Likewise.
5047 * gdb.base/eval-skip.exp: Likewise.
5048 * gdb.base/exprs.exp: Likewise.
5049 * gdb.base/fileio.exp: Likewise.
5050 * gdb.base/finish.exp: Likewise.
5051 * gdb.base/float.exp: Likewise.
5052 * gdb.base/foll-exec.exp: Likewise.
5053 * gdb.base/foll-fork.exp: Likewise.
5054 * gdb.base/foll-vfork.exp: Likewise.
5055 * gdb.base/freebpcmd.exp: Likewise.
5056 * gdb.base/funcargs.exp: Likewise.
5057 * gdb.base/gcore.exp: Likewise.
5058 * gdb.base/gdb1090.exp: Likewise.
5059 * gdb.base/gdb1250.exp: Likewise.
5060 * gdb.base/huge.exp: Likewise.
5061 * gdb.base/info-proc.exp: Likewise.
5062 * gdb.base/interrupt.exp: Likewise.
5063 * gdb.base/jump.exp: Likewise.
5064 * gdb.base/langs.exp: Likewise.
5065 * gdb.base/lineinc.exp: Likewise.
5066 * gdb.base/list.exp: Likewise.
5067 * gdb.base/logical.exp: Likewise.
5068 * gdb.base/long_long.exp: Likewise.
5069 * gdb.base/macscp.exp: Likewise.
5070 * gdb.base/maint.exp: Likewise.
5071 * gdb.base/mips_pro.exp: Likewise.
5072 * gdb.base/miscexprs.exp: Likewise.
5073 * gdb.base/multi-forks.exp: Likewise.
5074 * gdb.base/opaque.exp: Likewise.
5075 * gdb.base/overlays.exp: Likewise.
5076 * gdb.base/pc-fp.exp: Likewise.
5077 * gdb.base/pointers.exp: Likewise.
5078 * gdb.base/printcmds.exp: Likewise.
5079 * gdb.base/psymtab.exp: Likewise.
5080 * gdb.base/ptype.exp: Likewise.
5081 * gdb.base/recurse.exp: Likewise.
5082 * gdb.base/relational.exp: Likewise.
5083 * gdb.base/relocate.exp: Likewise.
5084 * gdb.base/remote.exp: Likewise.
5085 * gdb.base/reread.exp: Likewise.
5086 * gdb.base/restore.exp: Likewise.
5087 * gdb.base/return.exp: Likewise.
5088 * gdb.base/return2.exp: Likewise.
5089 * gdb.base/scope.exp: Likewise.
5090 * gdb.base/sect-cmd.exp: Likewise.
5091 * gdb.base/sep.exp: Likewise.
5092 * gdb.base/sepdebug.exp: Likewise.
5093 * gdb.base/setshow.exp: Likewise.
5094 * gdb.base/setvar.exp: Likewise.
5095 * gdb.base/sigall.exp: Likewise.
5096 * gdb.base/sigbpt.exp: Likewise.
5097 * gdb.base/signals.exp: Likewise.
5098 * gdb.base/signull.exp: Likewise.
5099 * gdb.base/sizeof.exp: Likewise.
5100 * gdb.base/solib.exp: Likewise.
5101 * gdb.base/step-line.exp: Likewise.
5102 * gdb.base/step-test.exp: Likewise.
5103 * gdb.base/structs.exp: Likewise.
5104 * gdb.base/structs2.exp: Likewise.
5105 * gdb.base/term.exp: Likewise.
5106 * gdb.base/twice.exp: Likewise.
5107 * gdb.base/until.exp: Likewise.
5108 * gdb.base/varargs.exp: Likewise.
5109 * gdb.base/volatile.exp: Likewise.
5110 * gdb.base/watchpoint.exp: Likewise.
5111 * gdb.base/whatis-exp.exp: Likewise.
5112 * gdb.base/whatis.exp: Likewise.
5113 * gdb.cp/ambiguous.exp: Likewise.
5114 * gdb.cp/annota2.exp: Likewise.
5115 * gdb.cp/annota3.exp: Likewise.
5116 * gdb.cp/bool.exp: Likewise.
5117 * gdb.cp/breakpoint.exp: Likewise.
5118 * gdb.cp/casts.exp: Likewise.
5119 * gdb.cp/class2.exp: Likewise.
5120 * gdb.cp/classes.exp: Likewise.
5121 * gdb.cp/cplusfuncs.exp: Likewise.
5122 * gdb.cp/ctti.exp: Likewise.
5123 * gdb.cp/derivation.exp: Likewise.
5124 * gdb.cp/exception.exp: Likewise.
5125 * gdb.cp/gdb1355.exp: Likewise.
5126 * gdb.cp/hang.exp: Likewise.
5127 * gdb.cp/inherit.exp: Likewise.
5128 * gdb.cp/local.exp: Likewise.
5129 * gdb.cp/m-data.exp: Likewise.
5130 * gdb.cp/m-static.exp: Likewise.
5131 * gdb.cp/member-ptr.exp: Likewise.
5132 * gdb.cp/method.exp: Likewise.
5133 * gdb.cp/misc.exp: Likewise.
5134 * gdb.cp/namespace.exp: Likewise.
5135 * gdb.cp/overload.exp: Likewise.
5136 * gdb.cp/ovldbreak.exp: Likewise.
5137 * gdb.cp/pr-1023.exp: Likewise.
5138 * gdb.cp/pr-1210.exp: Likewise.
5139 * gdb.cp/pr-574.exp: Likewise.
5140 * gdb.cp/printmethod.exp: Likewise.
5141 * gdb.cp/psmang.exp: Likewise.
5142 * gdb.cp/ref-params.exp: Likewise.
5143 * gdb.cp/ref-types.exp: Likewise.
5144 * gdb.cp/rtti.exp: Likewise.
5145 * gdb.cp/templates.exp: Likewise.
5146 * gdb.cp/try_catch.exp: Likewise.
5147 * gdb.cp/userdef.exp: Likewise.
5148 * gdb.cp/virtfunc.exp: Likewise.
5149 * gdb.disasm/am33.exp: Likewise.
5150 * gdb.disasm/h8300s.exp: Likewise.
5151 * gdb.disasm/mn10300.exp: Likewise.
5152 * gdb.disasm/sh3.exp: Likewise.
5153 * gdb.disasm/t01_mov.exp: Likewise.
5154 * gdb.disasm/t02_mova.exp: Likewise.
5155 * gdb.disasm/t03_add.exp: Likewise.
5156 * gdb.disasm/t04_sub.exp: Likewise.
5157 * gdb.disasm/t05_cmp.exp: Likewise.
5158 * gdb.disasm/t06_ari2.exp: Likewise.
5159 * gdb.disasm/t07_ari3.exp: Likewise.
5160 * gdb.disasm/t08_or.exp: Likewise.
5161 * gdb.disasm/t09_xor.exp: Likewise.
5162 * gdb.disasm/t10_and.exp: Likewise.
5163 * gdb.disasm/t11_logs.exp: Likewise.
5164 * gdb.disasm/t12_bit.exp: Likewise.
5165 * gdb.disasm/t13_otr.exp: Likewise.
5166 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5167 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5168 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5169 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5170 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5171 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5172 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5173 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5174 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5175 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5176 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5177 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5178 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5179 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5180 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5181 * gdb.mi/gdb701.exp: Likewise.
5182 * gdb.mi/gdb792.exp: Likewise.
5183 * gdb.mi/mi-basics.exp: Likewise.
5184 * gdb.mi/mi-break.exp: Likewise.
5185 * gdb.mi/mi-cli.exp: Likewise.
5186 * gdb.mi/mi-console.exp: Likewise.
5187 * gdb.mi/mi-disassemble.exp: Likewise.
5188 * gdb.mi/mi-eval.exp: Likewise.
5189 * gdb.mi/mi-file.exp: Likewise.
5190 * gdb.mi/mi-read-memory.exp: Likewise.
5191 * gdb.mi/mi-regs.exp: Likewise.
5192 * gdb.mi/mi-return.exp: Likewise.
5193 * gdb.mi/mi-simplerun.exp: Likewise.
5194 * gdb.mi/mi-stack.exp: Likewise.
5195 * gdb.mi/mi-stepi.exp: Likewise.
5196 * gdb.mi/mi-syn-frame.exp: Likewise.
5197 * gdb.mi/mi-until.exp: Likewise.
5198 * gdb.mi/mi-var-block.exp: Likewise.
5199 * gdb.mi/mi-var-child.exp: Likewise.
5200 * gdb.mi/mi-var-cmd.exp: Likewise.
5201 * gdb.mi/mi-var-display.exp: Likewise.
5202 * gdb.mi/mi-watch.exp: Likewise.
5203 * gdb.mi/mi2-basics.exp: Likewise.
5204 * gdb.mi/mi2-break.exp: Likewise.
5205 * gdb.mi/mi2-cli.exp: Likewise.
5206 * gdb.mi/mi2-console.exp: Likewise.
5207 * gdb.mi/mi2-disassemble.exp: Likewise.
5208 * gdb.mi/mi2-eval.exp: Likewise.
5209 * gdb.mi/mi2-file.exp: Likewise.
5210 * gdb.mi/mi2-read-memory.exp: Likewise.
5211 * gdb.mi/mi2-regs.exp: Likewise.
5212 * gdb.mi/mi2-return.exp: Likewise.
5213 * gdb.mi/mi2-simplerun.exp: Likewise.
5214 * gdb.mi/mi2-stack.exp: Likewise.
5215 * gdb.mi/mi2-stepi.exp: Likewise.
5216 * gdb.mi/mi2-syn-frame.exp: Likewise.
5217 * gdb.mi/mi2-until.exp: Likewise.
5218 * gdb.mi/mi2-var-block.exp: Likewise.
5219 * gdb.mi/mi2-var-child.exp: Likewise.
5220 * gdb.mi/mi2-var-cmd.exp: Likewise.
5221 * gdb.mi/mi2-var-display.exp: Likewise.
5222 * gdb.mi/mi2-watch.exp: Likewise.
5223 * gdb.stabs/exclfwd.exp: Likewise.
5224 * gdb.stabs/weird.exp: Likewise.
5225 * gdb.threads/gcore-thread.exp: Likewise.
5226 * gdb.trace/actions.exp: Likewise.
5227 * gdb.trace/backtrace.exp: Likewise.
5228 * gdb.trace/circ.exp: Likewise.
5229 * gdb.trace/collection.exp: Likewise.
5230 * gdb.trace/deltrace.exp: Likewise.
5231 * gdb.trace/infotrace.exp: Likewise.
5232 * gdb.trace/limits.exp: Likewise.
5233 * gdb.trace/packetlen.exp: Likewise.
5234 * gdb.trace/passc-dyn.exp: Likewise.
5235 * gdb.trace/passcount.exp: Likewise.
5236 * gdb.trace/report.exp: Likewise.
5237 * gdb.trace/save-trace.exp: Likewise.
5238 * gdb.trace/tfind.exp: Likewise.
5239 * gdb.trace/tracecmd.exp: Likewise.
5240 * gdb.trace/while-dyn.exp: Likewise.
5241 * gdb.trace/while-stepping.exp: Likewise.
5242
f4b618d1
JB
52432006-08-08 Joel Brobecker <brobecker@adacore.com>
5244
5245 * gdb.base/step-bt.c: New file.
5246 * gdb.base/step-bt.exp: New testcase.
5247
3d00d119
DJ
52482006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5249
5250 * config/monitor.exp (gdb_load): Remove support for obsolete
5251 download-write-size.
5252 * gdb.base/remote.exp: Likewise. Update all callers of
5253 gdb_timed_load.
5254
017b5bd4
DJ
52552006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * cursal.exp: Pass binfile to gdb_load.
5258
837c599d
DJ
52592006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5260
5261 * gdb.base/cursal.exp: Add "" to gdb_load call.
5262
8dd4540b
MK
52632006-07-29 Mark Kettenis <kettenis@gnu.org>
5264
5265 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5266 NetBSD/ELF targets.
5267
ab5c9f60
DJ
52682006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5269
5270 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5271 operator*.
5272
4c42eaff
DJ
52732006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5274
5275 * gdb.base/completion.exp: Update for change in "file" behavior.
5276 * gdb.stabs/weird.exp: Likewise.
5277 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5278 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5279
0155cc76
NS
52802006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5281
5282 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5283 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5284
16026cd7
AS
52852006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5286
5287 * gdb.base/default.exp: Update source command error message.
5288 * gdb.base/help.exp: Update 'help source' message.
5289
16963cb6
DJ
52902006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5291
5292 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5293 test.
5294
6d7fd486
AS
52952006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5296
5297 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5298
29e8a844
DJ
52992006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5300
5301 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5302
6afcfa39
DJ
53032006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5304
5305 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5306
267a692b
MK
53072006-07-17 Mark Kettenis <kettenis@gnu.org>
5308
5309 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5310 *-*-openbsd* from targets for wich we expect ARM FPA floating
5311 point format.
5312
85d2fec4
NR
53132006-07-17 Nick Roberts <nickrob@snap.net.nz>
5314
5315 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5316
53172006-07-17 Mark Kettenis <kettenis@gnu.org>
5318
5319 * gdb.base/annota3.exp: Expect frame-begin annotation.
5320
85b4c6e8
JB
53212006-07-14 Joel Brobecker <brobecker@adacore.com>
5322
5323 * gdb.base/help.exp: Adjust "help unset" test to accept
5324 any list of unset commands.
5325
fb933624
DJ
53262006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5327 Daniel Jacobowitz <dan@codesourcery.com>
5328
5329 * gdb.cp/ref-params.exp: New test.
5330 * gdb.cp/ref-params.cc: New source file.
5331 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5332
1dff4b64
MK
53332006-07-08 Mark Kettenis <kettenis@gnu.org>
5334
5335 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5336 spaces/tabs in regular expressions since they might not be there.
5337
40d2e0e3
AS
53382006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5339
5340 * gdb.base/ifelse.exp: New file.
5341
f6c957d2
NS
53422006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5343
5344 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5345 line.
5346 * gdb.base/huge.exp: Loop over compilation to find a size that
5347 is acceptable.
5348 * gdb.base/remote.exp: Correct expected strings.
5349 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5350
b9c5a23d
DJ
53512006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5352
5353 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5354
9af2e58d
DJ
53552006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5356
5357 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5358 native.
5359
30930ca5
DJ
53602006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5363 enable stabs testing.
5364
aa32fa1d
DJ
53652006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5366
bd4a4c80 5367 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5368 gdb_test_multiple does.
5369
321fef15
DJ
53702006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5371
5372 * Makefile.in (host_alias): Remove.
5373 (target_alias): Use @target_noncanonical@.
5374 (site.exp): Don't set host_alias.
5375 * aclocal.m4: Remove contents. Include acx.m4.
5376 * configure: Regenerated.
5377 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5378
e1c2defa
NS
53792006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5380
e63b55d1
NS
5381 * lib/gdb.exp (gdb_load_cmd): New.
5382
5600ea19
NS
5383 * gdb.base/fileio.c: Add system(NULL) test.
5384 * gdb.base/fileio.exp: Check it.
5385
e1c2defa
NS
5386 * gdb.base/break.c: Add 10a breakpoint at }
5387 * gdb.base/break.exp: Add test for breakpoint at }
5388 * gdb.cp/anon-union.cc: Add code at end of function.
5389 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5390 * gdb.mi/var-cmd.c: Add code at end of function.
5391 * gdb.mi/mi-var-display.exp: Adjust end of next.
5392 * gdb.mi/mi2-var-display.exp: Likewise.
5393 * gdb.base/fileio.c: Add stop function and insert calls at
5394 stopping places.
5395 * gdb.base/fileio.exp: Breakpoint stop function and remove
5396 explicit line number references.
5397
6c0112ec
JB
53982006-05-19 Joel Brobecker <brobecker@adacore.com>
5399
a9c64011
AS
5400 * gdb.base/del.exp (test_delete_alias): New function.
5401 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5402
154189a4
FF
54032006-05-18 Fred Fish <fnf@specifix.com>
5404
5405 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5406 required. Check for spurious output after program exits normally.
5407
582e64c2
FF
54082006-05-17 Fred Fish <fnf@specifix.com>
5409
5410 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5411 gdb_load, so it works in the simulator.
5412
8ef6493a
FF
54132006-05-11 Fred Fish <fnf@specifix.com>
5414
5415 * gdb.base/bang.exp: Ignore unexpected output between the
5416 "program exited normally" and the gdb prompt, as many other
5417 tests do.
5418
692b141c
MK
54192006-05-07 Mark Kettenis <kettenis@gnu.org>
5420
5421 * gdb.base/help.exp: Make "delete checkpoint" part option for
5422 "help d" and "help delete" tests.
5423
540b8a30
UW
54242006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5425
a9c64011 5426 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5427 expected output in some mi_gdb_test statements.
5428 * gdb.mi/mi2-basics.exp: Likewise.
5429
9b6462d9
JB
54302006-05-05 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.base/del.c: New file.
5433 * gdb.base/del.exp: New testcase.
5434
954de43b
DM
54352006-05-05 David S. Miller <davem@sunset.davemloft.net>
5436
5437 * gdb.base/break.exp: Do not assume a breakpoint on
5438 main will actually be in $srcfile when optimizing.
1303f75e
DM
5439 * gdb.base/savedregs.exp: Do not require that the dummy
5440 frame location match up to a symbol and source file location.
c3242428
DM
5441 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5442 will get printed without a mi_cmd_data_list_register_values prefix.
5443 (*-data-list-register-*): Correct regular expressions to expect the new
5444 pseudo d? floating point registers.
5445 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5446
c7e64c9a
DJ
54472006-05-05 Christophe Lyon <christophe.lyon@st.com>
5448
5449 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5450 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5451 is allocated by the compiler.
5452 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5453 anons, e, anone to force their allocation by the compiler.
5454
54552006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5456
5457 * gdb.base/help.exp: Update expected text for help d and
5458 help delete.
5459
27ce9a6d
MK
54602006-05-02 Mark Kettenis <kettenis@gnu.org>
5461
5462 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5463 NetBSD/ELF targets.
5464
8608915f
MK
54652006-04-30 Mark Kettenis <kettenis@gnu.org>
5466
5467 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5468 single-step breakpoint fails; make this a KFAIL on
5469 sparc*-*-openbsd*.
5470 * gdb.base/siginfo.exp: Likewise.
5471 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5472
b8db102d
MS
54732006-04-26 Michael Snyder <msnyder@redhat.com>
5474
5475 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5476 which may have to consume output from other forks.
5477 Add tests to make sure that "delete fork" succeeded.
5478
c702009a
MS
54792006-04-20 Michael Snyder <msnyder@redhat.com>
5480
5481 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5482 Add support for the Renesas M32C and M16C.
5483
5484 * gdb.asm/asm-source.exp: Add m32c target.
5485 * gdb.asm/m32c.inc: Support for m32c target.
5486
e28493f2
AS
54872006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5488
5489 * gdb.base/commands.exp (recursive_source_test): New test.
5490
880da185
DM
54912006-04-04 David S. Miller <davem@sunset.davemloft.net>
5492
5493 * gdb.base/float.exp: Add pattern for sparc targets.
5494
61d9b92f
DJ
54952006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5496
5497 * gdb.base/commands.exp (stray_arg0_test): New test.
5498
bd717df8
PB
54992006-03-30 Paul Brook <paul@codesourcery.com>
5500
5501 * gdb.mi/mi-until.exp: kfail broken until command.
5502 * gdb.mi/mi2-until.exp: Ditto.
5503
ec793d3c
NR
55042006-03-27 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5507
831004b7
AO
55082006-03-08 Alexandre Oliva <aoliva@redhat.com>
5509
5510 * gdb.base/prelink.exp: Anchor tested-for regular expression
5511 on gdb prompt.
5512
effe49a0
PB
55132006-03-07 Paul Brook <paul@codesourcery.com>
5514
5515 * gdb.base/assign.exp: Correct fail message.
5516
e5461016
PB
55172006-03-07 Paul Brook <paul@codesourcery.com>
5518
5519 * lib/compiler.c: Extract armcc version number.
5520 * lib/compiler.cc: Ditto.
5521
fc91c6c2
PB
55222006-03-07 Paul Brook <paul@codesourcery.com>
5523
5524 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5525 additional_flags=-w.
5526 * gdb.arch/altivec-regs.exp: Ditto.
5527 * gdb.arch/e500-abi.exp: Ditto.
5528 * gdb.arch/e500-regs.exp: Ditto.
5529 * gdb.base/all-bin.exp: Ditto.
5530 * gdb.base/annota1.exp: Ditto.
5531 * gdb.base/annota3.exp: Ditto.
5532 * gdb.base/args.exp: Ditto.
5533 * gdb.base/arithmet.exp: Ditto.
5534 * gdb.base/assign.exp: Ditto.
5535 * gdb.base/async.exp: Ditto.
5536 * gdb.base/bang.exp: Ditto.
5537 * gdb.base/break.exp: Ditto.
5538 * gdb.base/call-rt-st.exp: Ditto.
5539 * gdb.base/completion.exp: Ditto.
5540 * gdb.base/cond-expr.exp: Ditto.
5541 * gdb.base/condbreak.exp: Ditto.
5542 * gdb.base/consecutive.exp: Ditto.
5543 * gdb.base/define.exp: Ditto.
5544 * gdb.base/display.exp: Ditto.
5545 * gdb.base/ena-dis-br.exp: Ditto.
5546 * gdb.base/environ.exp: Ditto.
5547 * gdb.base/eval-skip.exp: Ditto.
5548 * gdb.base/info-proc.exp: Ditto.
5549 * gdb.base/jump.exp: Ditto.
5550 * gdb.base/logical.exp: Ditto.
5551 * gdb.base/long_long.exp: Ditto.
5552 * gdb.base/maint.exp: Ditto.
5553 * gdb.base/miscexprs.exp: Ditto.
5554 * gdb.base/pc-fp.exp: Ditto.
5555 * gdb.base/pointers.exp: Ditto.
5556 * gdb.base/relational.exp: Ditto.
5557 * gdb.base/reread.exp: Ditto.
5558 * gdb.base/sect-cmd.exp: Ditto.
5559 * gdb.base/sep.exp: Ditto.
5560 * gdb.base/sepdebug.exp: Ditto.
5561 * gdb.base/until.exp: Ditto.
5562 * gdb.base/whatis-exp.exp: Ditto.
5563 * gdb.cp/annota2.exp: Ditto.
5564 * gdb.cp/annota3.exp: Ditto.
5565 * gdb.trace/actions.exp: Ditto.
5566 * gdb.trace/backtrace.exp: Ditto.
5567 * gdb.trace/circ.exp: Ditto.
5568 * gdb.trace/collection.exp: Ditto.
5569 * gdb.trace/deltrace.exp: Ditto.
5570 * gdb.trace/infotrace.exp: Ditto.
5571 * gdb.trace/limits.exp: Ditto.
5572 * gdb.trace/packetlen.exp: Ditto.
5573 * gdb.trace/passc-dyn.exp: Ditto.
5574 * gdb.trace/passcount.exp: Ditto.
5575 * gdb.trace/report.exp: Ditto.
5576 * gdb.trace/save-trace.exp: Ditto.
5577 * gdb.trace/tfind.exp: Ditto.
5578 * gdb.trace/tracecmd.exp: Ditto.
5579 * gdb.trace/while-dyn.exp: Ditto.
5580 * gdb.trace/while-stepping.exp: Ditto.
5581 * lib/gdb.exp: Ditto.
5582 (gdb_compile): Handle nowarning option.
5583
5f4a23d9
AO
55842006-03-07 Alexandre Oliva <aoliva@redhat.com>
5585
5586 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5587 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5588 Rename executable to prelinkt. Don't re-prelink if we didn't
5589 get a core file. Test prelink -u exit status to tell whether
5590 prelinking failed. Use gdb_test_multiple.
5591
9733fc94
DJ
55922006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5593
5594 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5595 (do_tests): Call it.
5596
cc10cae3
AO
55972006-02-28 Alexandre Oliva <aoliva@redhat.com>
5598
5599 * gdb.base/prelink.exp: New test.
5600 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5601
15c46491
WZ
56022006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5603
5604 * gdb.fortran/derived-type.f90: New file.
5605 * gdb.fortran/derived-type.exp: New testcase.
5606
5c9f7ded
DJ
56072006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5608
5609 * gdb.base/default.exp: Allow ';' as a directory separator.
5610
5b96932b
AS
56112006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5612
5613 * gdb.base/help.exp (help add-symbol-file): Update.
5614
1986bccd
AS
56152006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5616
5617 * gdb.base/help.exp (help load): Update expected results.
5618
a8b7528f
FF
56192006-02-19 Fred Fish <fnf@specifix.com>
5620
5621 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
5622 specifix hex value as part of results.
5623 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 5624
f8261448
FF
56252006-02-16 Fred Fish <fnf@specifix.com>
5626
5627 * gdb.base/whatis.c: Define variables using typedefs char_addr,
5628 ushort_addr, and slong_addr, so the typedefs are not optimized
5629 away.
5630 * gdb.base/whatis.exp: Add tests using type name for struct type,
5631 union type, enum type, and typedef.
a9c64011 5632
31d8bdd2
MK
56332006-02-13 Mark Kettenis <kettenis@gnu.org>
5634
5635 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
5636
34e41e63
JB
56372006-02-13 Jim Blandy <jimb@redhat.com>
5638
5639 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
5640 case where it takes two "next" commands to skip past the init
5641 call.
5642
ac6e4f31
FF
56432006-02-12 Fred Fish <fnf@specifix.com>
5644
5645 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
5646 to handle cases where it takes two "next" commands to skip
5647 past the init call.
5648
2db2d571
JB
56492006-02-07 Joel Brobecker <brobecker@adacore.com>
5650
5651 * gdb.ada/array_return.exp: Mark the last test as expected to fail
5652 on hppa32 targets.
5653
38fcd64c
DJ
56542006-02-06 Vladimir Prus <ghost@cs.msu.su>
5655
5656 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
5657 field.
5658
1315ad46
MK
56592006-01-29 Mark Kettenis <kettenis@gnu.org>
5660
5661 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
5662
5625b943
DJ
56632006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5664
5665 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
5666 files.
5667
80df1bbe
DJ
56682006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5669
5670 * gdb.cp/maint.exp: Set complaints to a positive value.
5671
9078e690
DJ
56722006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5673
5674 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
5675 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
5676 function name.
5677
9c903399
DJ
56782006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5679
5680 * gdb.base/checkpoint.c: Update copyright notice. Include
5681 <stdlib.h>.
5682
761ae4d6
JB
56832006-01-04 Jim Blandy <jimb@redhat.com>
5684
5685 * gdb.asm/asm-source.exp: Independently provide default values for
5686 asm-flags and debug-flags. Use 'string equal' to do the
5687 comparison, not the implicit expr's '==' operator. Remove
5688 now-unneeded assignments to asm-flags. In h8300 case, place
5689 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
5690
099ac3dd
MS
56912006-01-04 Michael Snyder <msnyder@redhat.com>
5692
5693 * gdb.base/checkpoint.c: New file.
5694 * gdb.base/checkpoint.exp: New file.
5695 * gdb.base/multi-fork.c: New file.
5696 * gdb.base/multi-fork.exp: New file.
5697 * gdb.base/pi.txt: New file (data for checkpoint.c test).
5698
f4d85314
FF
56992006-01-04 Fred Fish <fnf@specifix.com>
5700
5701 * gdb.base/ptype.c (foo): Add typedef.
5702 (intfoo): Add function.
5703 * gdb.base/ptype1.c: New file.
5704 * gdb.base/ptype.exp: Handle compilation and linking with two
5705 source files. Test that proper type for "foo" is found based
5706 on source context rather than first match found in symtabs.
5707
a1b06f35
MK
57082005-12-28 Mark Kettenis <kettenis@gnu.org>
5709
5710 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
5711 * gdb.asm/openbsd.inc: Indent commands.
5712
d082a1e2
MK
57132005-12-26 Mark Kettenis <kettenis@gnu.org>
5714
c65016bd
MK
5715 * gdb.base/freebpcmd.exp: Increase timeout.
5716
d082a1e2
MK
5717 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
5718
d3c32a0e
DJ
57192005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
5720
5721 * gdb.base/default.exp: Update check for "show version".
5722
9fdb1f50
RC
57232005-12-09 Randolph Chung <tausq@debian.org>
5724
5725 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
5726 * gdb.asm/pa64.inc: New file.
5727
5f2c56f7
RC
57282005-12-09 Randolph Chung <tausq@debian.org>
5729
5730 * gdb.asm/common.inc: Indent commands.
5731 * gdb.asm/asmsrc1.s: Likewise.
5732 * gdb.asm/asmsrc2.s: Likewise.
5733
8117349c
RC
57342005-12-09 Randolph Chung <tausq@debian.org>
5735
5736 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
5737 (get_addr_of_sym): Remove duplicate print.
5738 (gen_core): xfail hppa*-*-hpux*, update expected output.
5739 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
5740 * gdb.arch/pa64-nullify.s: New file.
5741
8f07f25a
RC
57422005-12-09 Randolph Chung <tausq@debian.org>
5743
5744 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
5745
55b39184
DJ
57462005-12-07 Christophe Lyon <christophe.lyon@st.com>
5747
5748 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
5749 code generation for these functions.
5750 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
5751 error message.
5752
31e2b00f
AS
57532005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5754
5755 * gdb.base/help.exp (help b, help br, help bre, help brea)
5756 (help break): Update the expected message.
5757
c3d0b56e
SC
57582005-11-11 Stephane Carrez <stcarrez@nerim.fr>
5759
5760 * gdb.asm/m68hc11.inc: Setup the data section.
5761 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
5762 script for this test.
5763 (m6812-*-*): Likewise.
5764
36ae0ea9
RC
57652005-11-09 Randolph Chung <tausq@debian.org>
5766
5767 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
5768
9d6f42e9
WZ
57692005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
5770
5771 * gdb.base/break.exp: Fix a comment typo.
5772
e2126a14
EZ
57732005-11-03 Jim Blandy <jimb@redhat.com>
5774
a9c64011
AS
5775 Checked in by Elena Zannoni <ezannoni@redhat.com>
5776
e2126a14
EZ
5777 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
5778
e0ac7199
CV
57792005-11-02 Corinna Vinschen <vinschen@redhat.com>
5780
5781 * gdb.arch/gdb1558.c: Include stdio.h.
5782
31d3fb18
MK
57832005-10-31 Mark Kettenis <kettenis@gnu.org>
5784
5785 * gdb.asm/asm-source.exp: Use -e instead of --entry.
5786
e52b687c
MK
57872005-10-31 Mark Kettenis <kettenis@gnu.org>
5788
5789 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
5790
f4711d79
PG
57912005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
5792
a9c64011
AS
5793 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5794 vscr" tests to better match output.
f4711d79 5795
987a9106
JB
57962005-10-12 Jim Blandy <jimb@redhat.com>
5797
5798 * gdb.base/structs.exp (any): New function.
5799 (test_struct_returns): Don't make any assumptions at all about
5800 what value the function returns when GDB can't set the return
5801 value.
5802
2336bb58
JB
58032005-10-09 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.ada/arrayidx/p.adb: New file.
5806 * gdb.ada/arrayidx.exp: New testcase
5807
58082005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
5809
5810 * gdb.ada/array_return/pck.ads: New file.
5811 * gdb.ada/array_return/pck.adb: New file.
5812 * gdb.ada/array_return/p.adb: New file.
5813 * gdb.ada/array_return.exp: New testcase.
5814
705335ea
JB
58152005-10-03 Joel Brobecker <brobecker@adacore.com>
5816
a9c64011
AS
5817 * gdb.base/arrayidx.c: New file.
5818 * gdb.base/arrayidx.exp: New testcase.
705335ea 5819
11ee9940
NR
58202005-09-29 Nick Roberts <nickrob@snap.net.nz>
5821
5822 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
5823 frames-invalid and breakpoints-invalid are no longer generated
5824 with level 3 so don't expect them in the output.
5825
39fb8e9e
BR
58262005-09-27 Bob Rossi <bob@brasko.net>
5827
a9c64011 5828 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
5829 from test. Escape the | in mi_gdb_test call.
5830 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
5831 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
5832 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
5833 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
5834 expected regex's in mi_gdb_test calls.
5835 * lib/mi-support.exp: Remove arbitrary .* from tests.
5836 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
5837 Fully anchor GDB/MI expected results in mi_gdb_test.
5838 * lib/gdb.exp (string_to_regexp): Escape the ] character.
5839 * gdb.base/sizeof.exp: Remove escape character. Correct test.
5840
2af48f68
PB
58412005-09-26 Paul Brook <paul@codesourcery.com>
5842
5843 * long_long.exp: Exclude eabi targets from arm FPA float format test.
5844
f34502bc
WZ
58452005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5846
5847 * bfp-test.c: New file.
5848 * bfp-test.exp: New testcase.
5849
ca929517
WZ
58502005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5851
5852 * gdb.fortran/subarray.exp: New testcase to test the evaluation
5853 of subarray and substring variable.
5854 * gdb.fortran/subarray.f: New source file for the test of subarray
5855 and substring variable evaluation.
5856 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
5857 of string constant.
5858
c761af65
DJ
58592005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
5860
5861 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
5862 copyright dates.
5863
561d7a1d
PG
58642005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
5865
5866 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
5867 powerpc altivec' test with an almost identical 'info vector' test.
5868
b2b64cc9
PG
58692005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5870
a9c64011
AS
5871 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5872 vscr" tests to match output.
b2b64cc9 5873
6ac4d15a
PG
58742005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5875
a9c64011
AS
5876 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
5877 output.
6ac4d15a 5878
40e55bef
BR
58792005-09-11 Bob Rossi <bob@brasko.net>
5880
5881 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 5882 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
5883 commands that return an MI output command and an asyncronous MI output
5884 command.
5885 * gdb.mi/mi-console.exp: Ditto.
5886
3c7385ec
BR
58872005-09-11 Bob Rossi <bob@brasko.net>
5888
5889 * gdb.mi/mi-var-child.c: Include <string.h>.
5890
a6cd0eb3
DJ
58912005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
5892
5893 * killed.exp: Correct gdb_expect syntax.
5894
2f168eed
CV
58952005-08-09 Corinna Vinschen <vinschen@redhat.com>
5896
5897 * lib/mi-support.exp (mi_gdb_load): Fix typo.
5898
ecd3fd0f
BR
58992005-08-02 Bob Rossi <bob@brasko.net>
5900
5901 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
5902 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
5903 Change tests to inferior-tty-set/show.
5904 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
5905 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
5906 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
5907 inferior. Use mi_gdb_test to get GDB and Inferior output.
5908 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
5909 descriptor.
5910 (mi_inferior_tty_name): Add inferior PTY file name.
5911 (mi_gdb_start): Add INFERIOR_PTY parameter.
5912 (mi_gdb_test): Add IPATTERN parameter.
5913
f1ea48cb 59142005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 5915
f1ea48cb
BR
5916 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
5917 parameter to mi_gdb_test.
5918 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
5919
6e650a67
DJ
59202005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5921
5922 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
5923 struct_declarations.
5924 * gdb.mi/mi-var-child.exp: Step over the initialization of
5925 struct_declarations.
5926
8be260b6
DJ
59272005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
5930 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
5931 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
5932 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
5933 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
5934 file.
5935
4e660f07
NR
59362005-07-27 Nick Roberts <nickrob@snap.net.nz>
5937
5938 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
5939 (do_children_tests): Assign values to the extra elements.
5940
5941 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
5942 them for tests for "-var-update --no-values" and
a9c64011 5943 "-var-update --all-values".
4e660f07
NR
5944 Add test for "-var-list-children --simple-values".
5945
5946 * gdb.mi/basics.c (callee4): Add integer array D[3]...
5947
5948 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
5949 "-stack-list-locals --simple-values" Improve doc strings and
5950 comments.
5951
6bdae935
MK
59522005-07-18 Mark Kettenis <kettenis@gnu.org>
5953
598b7a6f
MK
5954 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
5955 *-*-openbsd*.
5956 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
5957
6bdae935
MK
5958 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
5959 sigaltsatck'.
5960
1323e929 59612005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 5962
1323e929
BR
5963 * gdb.base/default.exp (tty): Changed output of command.
5964 * gdb.base/help.exp (help tty): Ditto.
5965
b1a9c082
MK
59662005-07-12 Mark Kettenis <kettenis@gnu.org>
5967
5968 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
5969
10a844a2
MK
59702005-07-10 Mark Kettenis <kettenis@gnu.org>
5971
5972 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
5973 -stack-select-frame without arguments.
5974 (test_stack_frame_listing): Add test for newly implemented command
5975 -stack-info-frame.
5976
3cb3b8df
BR
59772005-07-06 Bob Rossi <bob@brasko.net>
5978
5979 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
5980 command.
5981 (Copyright): Update copyright.
5982
a0c5fbcf
WZ
59832005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
5984
5985 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
5986 tests to evaluate exponentiation expression.
5987
984971d0
AS
59882005-06-29 Andreas Schwab <schwab@suse.de>
5989
5990 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
5991 main to avoid warnings.
5992
5993 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
5994
fe03833f
NR
59952005-06-20 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
5998 -stack-select-frame without arguments.
5999 (test_stack_frame_listing): Add test for newly implemented command
6000 -stack-info-frame.
a9c64011 6001
7a55f279
WZ
60022005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6003
0ffa0ea5
DJ
6004 * gdb.fortran/array-element.f: New file.
6005 * gdb.fortran/array-element.exp: New testcase.
7a55f279 6006
26585198
DJ
60072005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6008
6009 * gdb.base/bigcore.exp: Correct checks for systems which can
6010 not dump a large core file.
6011
c1bd25fd
DJ
60122005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6013
6014 * gdb.base/relocate.c: Add a copyright notice.
6015 (dummy): Remove.
6016 * gdb.base/relocate.exp: Test printing the values of variables
6017 from a relocatable file.
6018
589e074d
DJ
60192005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6020
6021 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6022 excess MI output after an error.
6023
0915f927
JB
60242005-05-29 Joel Brobecker <brobecker@adacore.com>
6025
6026 * gdb.arch/alpha-step.c: New file.
6027 * gdb.arch/alpha-step.exp: New testcase.
6028
76ff342d
DJ
60292005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6030 Dennis Brueni <dennis@slickedit.com>
6031
6032 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6033 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6034 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6035 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6036 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6037 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6038 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6039
96b0c7ac
DJ
60402005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6041 Wu Zhou <woodzltc@cn.ibm.com>
6042
6043 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6044 IBM's xlc compiler.
6045 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6046 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6047
f21565d2
JB
60482005-05-13 Jim Blandy <jimb@redhat.com>
6049
6050 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6051 calling gdb_suppress_entire_file.
6052 * gdb.base/charset.exp: Same.
6053 * gdb.base/call-rt-st.exp: Same.
6054
6006a3a1
BR
60552005-05-05 Bob Rossi <bob_rossi@cox.net>
6056
6057 * lib/gdb.exp (fullname_syntax): Added global regex.
6058 (fullname_syntax_POSIX): Ditto.
6059 (fullname_syntax_UNC): Ditto.
6060 (fullname_syntax_DOS_CASE): Ditto.
6061 (fullname_syntax_DOS): Ditto.
6062 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6063 fullname_syntax variable to scope and use it.
6064 (test_file_list_exec_source_files): Ditto.
6065 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6066
c3b69c04
DJ
60672005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6068
6069 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6070
3c95e6af
PG
60712004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6072
a9c64011
AS
6073 * lib/gdb.exp (skip_altivec_tests): New function, based on
6074 check_vmx_hw_available from the GCC testsuite.
6075 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6076 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 6077
78df6c56
JB
60782005-05-02 Jim Blandy <jimb@redhat.com>
6079
6080 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6081 calling gdb_suppress_entire_file.
6082
1690f9cf
DJ
60832005-04-30 Randolph Chung <tausq@debian.org>
6084
6085 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6086 Slightly relax "sem_post" name checking.
6087
5ea106f7
PG
60882005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6089
6090 * gdb.base/unload.exp: Use new shared library infrastructure.
6091
bf7234cf
PG
60922005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6093
6094 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 6095 infrastructure.
bf7234cf 6096
547b869a
CV
60972005-04-29 Corinna Vinschen <vinschen@redhat.com>
6098
6099 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6100 * gdb.asm/h8300.inc: New file.
6101
f07e55f0
PG
61022005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6103
6104 * gdb.base/shlib-call.exp: Change to use new shared library
6105 infrastructure.
6106
3cbba3d1
PG
61072005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6108
a9c64011
AS
6109 * gdb.base/pending.exp: Change to use new shared library
6110 infrastructure.
3cbba3d1 6111
ed6df200
PG
61122005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6113
a9c64011
AS
6114 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6115 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 6116
8c8f4ebe
PG
61172005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6118
a9c64011
AS
6119 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6120 shared objects being adjusted and update copyright years.
8c8f4ebe 6121
607fbc54
DJ
61222005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * ChangeLog: Correct some 2003-01-13 dates.
6125 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6126 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6127 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6128 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6129 gdb.trace/tfind.exp: Update copyright years.
6130
57bf0e56
DJ
61312005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6132 Daniel Jacobowitz <dan@codesourcery.com>
6133
6134 * lib/gdb.exp (gdb_compile): Handle shlib=.
6135 (gdb_compile_shlib): New function.
6136
9b593790
PG
61372005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6138
a9c64011 6139 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 6140
9494c6a5
DJ
61412005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6142
6143 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6144 gdb.server.
6145 * configure.ac: Likewise.
6146 * configure: Regenerated.
6147 * gdb.gdbserver/Makefile.in: Moved to...
6148 * gdb.server/Makefile.in: ... here.
6149 * gdb.gdbserver/server.c: Moved to...
6150 * gdb.server/server.c: ... here.
6151 * gdb.gdbserver/server-run.exp: Moved to...
6152 * gdb.server/server-run.exp: ... here.
6153
6f8eac0e
DJ
61542005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6155
6156 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6157 * configure.ac: Create gdb.gdbserver/Makefile.
6158 * configure: Regenerated.
6159 * lib/gdbserver-support.exp: New file, derived from
6160 config/gdbserver.exp.
6161 * config/gdbserver.exp: Use gdbserver-support.exp.
6162 * gdb.gdbserver/Makefile.in: New file.
6163 * gdb.gdbserver/server.c: New file.
6164 * gdb.gdbserver/server-run.exp: New file.
6165
6e87504d
PG
61662005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6167
a9c64011
AS
6168 * lib/gdb.exp (test_compiler_info): Return compiler_info
6169 if no arguments are given.
6e87504d 6170
d1779be4
PG
61712005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6172
6173 * gdb.arch/altivec-abi.exp: Check for compiler and set
6174 use altivec' flag accordingly.
6175 * gdb.arch/altivec-regs.exp: Likewise.
6176
88750304
DJ
61772005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6178
6179 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6180
f3fb768d
AS
61812005-03-27 Andreas Schwab <schwab@suse.de>
6182
6183 * gdb.base/bigcore.c (main): Add missing mode argument in open
6184 call.
6185
7e813ac5
DJ
61862005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6189 downloads.
6190 * config/gdbserver.exp (gdb_load): Likewise.
6191
8e3049aa
PB
61922005-03-14 Paul Brook <paul@codesourcery.com>
6193
6194 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6195 targets.
6196
a9df7c44
JB
61972005-03-09 Joel Brobecker <brobecker@adacore.com>
6198
6199 * gdb.dwarf2/dup-psym.S: New file.
6200 * gdb.dwarf2/dup-psym.exp: New testcase.
6201
9f0d94e8
JB
62022005-03-09 Joel Brobecker <brobecker@adacore.com>
6203
6204 * gdb.ada/exec_changed/first.adb: New file.
6205 * gdb.ada/exec_changed/second.adb: New file.
6206 * gdb.ada/exec_changed.exp: New testcase.
6207
5f579bc5
NS
62082005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6209
36e9969c
NS
6210 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6211 (A2): New class.
6212 (main): Test operator+.
6213 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6214 breakpoint test.
6215
5f579bc5
NS
6216 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6217 * gdb.base/signull.exp: Disable if gdb,nosignals.
6218 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6219 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6220 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6221 * gdb.mi/mi2-console.exp: Likewise.
6222 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6223 continue output at start.
6224 (gdb_collect_locals_test): Robustify regexp.
6225 * gdb.trace/passc-dyn.exp: Fix comment typo.
6226 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6227
be46087e
CV
62282005-03-08 Corinna Vinschen <vinschen@redhat.com>
6229
6230 * gdb.asm/asm-source.exp: Add iq2000 case.
6231 * gdb.asm/iq2000.inc: New file.
6232
384e1a61 62332005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6234
384e1a61
MI
6235 * gdb.base/command.exp: Change hardcoded value to regular expression.
6236 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6237
584b6e9e
DJ
62382005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6241 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6242 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6243 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6244 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6245
ab5b5d61
MK
62462005-03-05 Mark Kettenis <kettenis@gnu.org>
6247
6248 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6249 changes.
6250
ae051c1b
PG
62512004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6252
a9c64011
AS
6253 * lib/compiler.c: Add test for IBM's xlc compiler.
6254 * lib/compiler.cc: Likewise.
ae051c1b 6255
3f0f6ed2
JB
62562004-02-24 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.ada/fixed_points.exp: Create compilation object directory
6259 before running the test.
6260 * gdb.ada/null_record.exp: Likewise.
6261 * gdb.ada/packed_array.exp: Likewise.
6262 * gdb.ada/start.exp: Likewise.
6263
724f452b
JB
62642005-02-15 Joel Brobecker <brobecker@adacore.com>
6265
6266 * gdb.ada/packed_array/pa.adb: New file.
6267 * gdb.ada/packed_array.exp: New testcase.
6268
57f5cdfb 62692005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6270
1f393151
MK
6271 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6272 files.
6273
ebdda337
MK
6274 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6275 on *-*-openbsd*. Correctly match whitespace in regukar
6276 expressions.
6277
cf309262
DJ
62782005-02-10 Daniel Jacobowitz <dan@debian.org>
6279
6280 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6281 PR exp/1821
6282 * gdb.base/gdb1821.c: New test file.
6283 * gdb.base/gdb1821.exp: New test file.
6284
3be49e7a
JB
62852005-02-09 Joel Brobecker <brobecker@adacore.com>
6286
6287 * gdb.base/start.c: New file.
6288 * gdb.base/start.exp: New testcase.
6289
e292e67d
JB
62902005-02-09 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.ada/start/dummy.adb: New file.
6293 * gdb.ada/start.exp: New testcase.
6294
dbdfa66c
CV
62952005-02-09 Corinna Vinschen <vinschen@redhat.com>
6296
6297 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6298 for printing symbols and statistics.
6299 Add test for using relative pathnames in "maint print msymbols" test.
6300 Mark "maint info sections DATA" XFAIL on Cygwin.
6301 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6302 tests.
6303
d7941671
AC
63042005-02-09 Andreas Schwab <schwab@suse.de>
6305
6306 Committed by Andrew Cagney <cagney@gnu.org>
6307 * gdb.base/remotetimeout.exp: New file.
6308
74e5ef44
MK
63092005-02-07 Mark Kettenis <kettenis@gnu.org>
6310
6311 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6312
464dd14d
JB
63132005-02-03 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.ada/gnat_ada.gpr: New file.
6316 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6317 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6318 * configure.ac: No longer generate gnat_ada.gpr.
6319 * configure: Regenerate.
6320 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6321 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6322 * gdb.ada/null_record/bar.ads: Likewise.
6323 * gdb.ada/null_record/bar.adb: Likewise.
6324 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6325 * gdb.ada/null_record.exp (testdir): New variable.
6326 (testfile): executable is now in testdir subdirectory.
6327 (srcfile): Use full path to the main compilation unit.
6328 * gdb.ada/fixed_points.exp: Same changes as above.
6329
30d756ae
NR
63302005-02-03 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * gdb.base/interp.exp: New test.
6333
9d799f85
AC
63342005-01-24 Andrew Cagney <cagney@gnu.org>
6335
6336 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6337
15656118
AC
63382005-01-19 Andrew Cagney <cagney@gnu.org>
6339
a892c31b
AC
6340 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6341 configure.ac not configure.in.
6342
15656118
AC
6343 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6344 of powerpc*-*-*.
6345 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6346 * gdb.base/list.exp (test_list_function)
15656118
AC
6347 (test_list_filename_and_function): Ditto.
6348 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6349
a7b01baf
AC
63502005-01-16 Andrew Cagney <cagney@gnu.org>
6351
17d92a02
AC
6352 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6353
a7b01baf
AC
6354 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6355
bc8332bb
AC
63562005-01-14 Andrew Cagney <cagney@gnu.org>
6357
6358 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6359 * gdb.mi/mi2-var-cmd.exp: Ditto.
6360
4d074752
CV
63612005-01-10 Corinna Vinschen <vinschen@redhat.com>
6362
6363 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6364
bec39cab
AC
63652005-01-07 Andrew Cagney <cagney@gnu.org>
6366
6367 * configure.ac: Rename configure.in, require autoconf 2.59.
6368 * configure: Re-generate.
6369 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6370 * gdb.stabs/configure: Re-generate.
6371 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6372 * gdb.hp/configure: Re-generate.
6373 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6374 autoconf 2.59.
6375 * gdb.hp/gdb.objdbg/configure: Re-generate.
6376 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6377 autoconf 2.59.
6378 * gdb.hp/gdb.defects/configure: Re-generate.
6379 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6380 autoconf 2.59.
6381 * gdb.hp/gdb.compat/configure: Re-generate.
6382 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6383 autoconf 2.59.
6384 * gdb.hp/gdb.base-hp/configure: Re-generate.
6385 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6386 autoconf 2.59.
6387 * gdb.hp/gdb.aCC/configure: Re-generate.
6388
f10b16d4
JB
63892004-12-15 Jim Blandy <jimb@redhat.com>
6390
6391 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6392 under NPTL when there is debugging info available for libpthread.
6393
fb6e1814
JG
63942004-12-13 Jerome Guitton <guitton@gnat.com>
6395
6396 * gdb.ada/fixed_points.c: New file.
6397 * gdb.ada/fixed_points.exp: New file.
6398
fe46cd3a
RC
63992004-12-03 Randolph Chung <tausq@debian.org>
6400
6401 * gdb.arch/pa-nullify.exp: New file.
6402 * gdb.arch/pa-nullify.s: New file.
6403
8de0841b
RC
64042004-11-30 Randolph Chung <tausq@debian.org>
6405
6406 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6407 instead of "tbug". Fix regexp to work properly with gdb_test.
6408
c8170782
PH
64092004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6410
6411 * gdb.base/bitfields2.exp: New test.
6412 * gdb.base/bitfields2.c: New file.
6413
954269c2
RE
64142004-11-28 Richard Earnshaw <rearnsha@arm.com>
6415
6416 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6417
0107feed
RC
64182004-11-16 Randolph Chung <tausq@debian.org>
6419
6420 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6421
f073ae8c
DJ
64222004-11-14 Daniel Jacobowitz <dan@debian.org>
6423
6424 * gdb.threads/threadapply.exp: Correct "macro details" test.
6425
19ad59e7
JJ
64262004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6427
6428 * gdb.threads/threadapply.exp: New test.
6429 * gdb.threads/threadapply.c: New file.
6430
9cf0961b
MK
64312004-11-07 Mark Kettenis <kettenis@gnu.org>
6432
6433 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6434 frames.
6435
c789492a
FL
64362004-11-05 Felix Lee <felix+log1@specifixinc.com>
6437
6438 * gdb.base/cursal.exp: New file.
6439 * gdb.base/cursal.c: New file.
6440
a1e167bb
AC
64412004-11-03 Andrew Cagney <cagney@gnu.org>
6442
6443 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6444
b7cbf173
MK
64452004-10-30 Mark Kettenis <kettenis@gnu.org>
6446
6447 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6448 NetBSD/ELF targets.
6449
88f9d34f
JB
64502004-10-29 Joel Brobecker <brobecker@gnat.com>
6451
6452 * gdb.threads/bp_in_thread.c: New file, copied from
6453 pthread_cond_wait.c.
6454 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6455 file, rather than reusing the .c file from another testcase.
6456
ca7d6a0c
JB
64572004-10-20 Joel Brobecker <brobecker@gnat.com>
6458
6459 * gdb.ada/null_record.exp: Check where we stopped after
6460 sending the start command, instead of where the associated
6461 temporary breakpoint was inserted.
6462
0d863d03
AC
64632004-10-14 Andrew Cagney <cagney@gnu.org>
6464
6465 * gdb.mi/gdb701.c (main): Return 0.
6466
d11e72cb
DJ
64672004-10-13 Daniel Jacobowitz <dan@debian.org>
6468
d40539a4 6469 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6470
e1923096
JJ
64712004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6472
6473 * gdb.threads/schedlock.c: Add comment markers to use to find
6474 line numbers.
6475 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6476 comments.
6477 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6478 breakpoint lines.
6479
ec8ba2c9
DJ
64802004-10-12 Daniel Jacobowitz <dan@debian.org>
6481
6482 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6483
0eb3658b
DJ
64842004-10-12 Daniel Jacobowitz <dan@debian.org>
6485
6486 * configure.in: Add gdb.dwarf2.
6487 * configure: Regenerated.
6488 * Makefile.in: Add gdb.dwarf2.
6489 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6490 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6491 gdb.dwarf2/file1.txt: New files.
6492
a271cc33
OF
64932004-10-11 Orjan Friberg <orjanf@axis.com>
6494
a9c64011 6495 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
6496 of "run", since the latter doesn't work with remote targets. Adjust
6497 the breakpoint numbering accordingly.
6498 * gdb.threads/pthread_cond_wait.exp: Ditto.
6499
895ce074
MC
65002004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6501
6502 * gdb.base/overlays.exp: Update copyright years.
6503
6be3092d
KI
65042004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6505
6506 * gdb.base/overlays.exp: Disable if target is Linux.
6507
e05389b8
FL
65082004-10-06 Felix Lee <felix+log1@specifixinc.com>
6509
6510 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6511
73cb587d
KI
65122004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6513
6514 * gdb.asm/asm-source.exp: Add m32r-linux target.
6515 * gdb.asm/m32r-linux.inc: New file.
6516
3c0edcdc
AC
65172004-09-24 Andrew Cagney <cagney@redhat.com>
6518 David Anderson <anderson@redhat.com>
6519
6520 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6521 command fails, assume things will work.
6522 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6523 (_GNU_SOURCE): Define.
6524 (print_unsigned, print_hex): Change parameter to "long long".
6525 (print_byte_count): New function, use to print byte counts.
6526 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6527 O_LARGEFILE.
6528 (main): Compute an upper bound on a corefile in max_core_size.
6529 Limit memory chunk size to max_core_size. Limit total memory
6530 allocated to max_core_size.
6531
4bb3667f
AC
65322004-09-23 Andrew Cagney <cagney@gnu.org>
6533
6534 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6535 from a separate process with code that creates a corefile by
6536 making the inferior dump core.
6537
60fe1a51
MK
65382004-09-23 Mark Kettenis <kettenis@gnu.org>
6539
6540 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6541 block.
6542
8e937346
MC
65432004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6544
6545 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6546 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6547 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6548 Likewise.
6549
7213f6d6
JJ
65502004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6551
6552 * gdb.java/jprint.exp: New test case for java inferior call.
6553 * gdb.java/jprint.java: Ditto.
6554
eac69dca
JB
65552004-09-15 Joel Brobecker <brobecker@gnat.com>
6556
6557 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6558
22227696
MC
65592004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6560
6561 * gdb.threads/killed.c: Include <stdlib.h>.
6562 * gdb.threads/pthreads.c: Likewise.
6563
7dd403a4
MC
65642004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6565
6566 * gdb.threads/killed.c: Add copyright notice.
6567
33f2d567
JM
65682004-09-10 Jason Molenda (jmolenda@apple.com)
6569
a9c64011
AS
6570 * gdb.base/define.exp: Two new tests to verify zero space chars
6571 after 'if' and 'while' commands in a user-defined command is correctly
6572 parsed.
33f2d567 6573
e05b62ac
AC
65742004-09-08 Andrew Cagney <cagney@gnu.org>
6575
6576 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6577 delivery test with duplicate at end of file.
6578
9cbe82da
MK
65792004-09-06 Mark Kettenis <kettenis@jive.nl>
6580
6581 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6582
564803d9
MC
65832004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6584
6585 * config/hppro.exp: Removed.
6586
7c6807ce
MC
65872004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6588
6589 * config/sparclet.exp: Removed.
6590
bf7e26dd
MC
65912004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6592
6593 * config/udi.exp: Removed.
6594
714e341b
MC
65952004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6596
6597 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6598 of "exp_continue".
6599 (advancei): Likewise.
6600
1236e623
JJ
66012004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6602
6603 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6604
3bdcad15
MI
66052004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6606
228af206 6607 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
6608 to check for nodebug in executable.
6609 * gdb.gdb/observer.exp (setup_test): Likewise.
6610 * gdb.gdb/selftest.exp (test_with_self): Likewise.
6611 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
6612
c72b934c
AC
66132004-09-01 Andrew Cagney <cagney@gnu.org>
6614
6615 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6616 files.
6617
edd9b715
JJ
66182004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6619
6620 * gdb.base/unload.exp: Fix expected warning message to match
6621 latest format.
6622
fb4ce06b
CV
66232004-09-01 Corinna Vinschen <vinschen@redhat.com>
6624
6625 * gdb.base/call-rt-st.exp: Fix typos.
6626
ce78e7c3
MI
66272004-08-31 Manoj Iyer <manjo@austin.ibm.com>
6628
6629 * gdb.threads/thread_check.exp: New testcase.
6630 * gdb.threads/thread_check.c: New testcase.
6631
2dedb159
AC
66322004-08-31 Andrew Cagney <cagney@gnu.org>
6633
6634 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
6635 (skip_to_handler_entry): New procedures. Test stepping into a
6636 handler when the breakpoint is at the handler's entry point.
6637
68f53502
AC
66382004-08-30 Andrew Cagney <cagney@gnu.org>
6639
6640 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
6641 gdb/1757.
6642
3e3ffd2b
MC
66432004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6644
6645 With code from Manoj Iyer <manjo@austin.ibm.com>:
6646 * lib/gdb.exp (gdb_file_cmd): Return more information in the
6647 return value. Add an arm for "no debugging symbols found".
6648 Change a stray "error" to "perror".
6649 (gdb_run_cmd): Adapt to new return value.
6650 * gdb.base/remote.exp: Adapt to new return value.
6651 * gdb.gdb/complaints.exp: Likewise.
6652 * gdb.gdb/observer.exp: Likewise.
6653 * gdb.gdb/selftest.exp: Likewise.
6654 * gdb.gdb/xfullpath.exp: Likewise.
6655
4b6f5fd2
JB
66562004-08-27 Joel Brobecker <brobecker@gnat.com>
6657
6658 * gdb.threads/bp_in_thread.exp: New testcase.
6659
e5b25496
MC
66602004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6661
6662 Fix PR testsuite/1735.
6663 * gdb.threads/schedlock.c (thread_function): Add a cast
6664 to suppress a gcc warning.
6665 * gdb.threads/thread-specific.c (thread_function): Likewise.
6666
934353d6
MC
66672004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6668
6669 * gdb.base/unload.c: Include <stdlib.h>.
6670
f98a0aef 66712004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 6672
f98a0aef 6673 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
6674 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
6675 synchronized after the "return".
6676
5a2e8882
MC
66772004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6678
6679 * gdb.mi/basics.c: Include <stdio.h>.
6680 * gdb.mi/pthreads.c: Include <stdlib.h>.
6681 * gdb.mi/var-cmd.c: Include <stdlib.h>.
6682
a9640423
MC
66832004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6684
6685 * gdb.threads/schedlock.c: Add copyright notice.
6686
b04e311d
AC
66872004-08-25 Andrew Cagney <cagney@gnu.org>
6688
6689 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
6690 (skip_over_handler, breakpoint_over_hander): New test procedures.
6691 (advance, advancei): Add a proper prefix, do not use
6692 rerun_to_main.
6693 * gdb.base/sigstep.c (main): Change to use an infinite loop.
6694
7c27f15b
MC
66952004-08-24 Michael Chastain <mec.gnu@mindspring.com>
6696
6697 * gdb.mi/basics.c: Add copyright notice.
6698 * gdb.mi/var-cmd.c: Add copyright notice.
6699
fffc87ae
MC
67002004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6701
6702 * lib/gdb.exp: Remove signed_keyword_not_used.
6703 * lib/compiler.c: Likewise.
6704 * lib/compiler.cc: Likewise.
6705
d782e0bf
MC
67062004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6707
6708 * gdb.base/whatis.c: Remove conditional disabling of "signed".
6709 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
6710
96033e83
MC
67112004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6712
6713 * gdb.base/whatis.c: Add copyright notice.
6714
cf38c229
MK
67152004-08-20 Mark Kettenis <kettenis@gnu.org>
6716
6717 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
6718 it to skip the breakpoints encoded in the inline assembly.
6719
f4b49756
MC
67202004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6721
6722 * Makefile.in: Add gdb.fortran.
6723
2f193b69
MC
67242004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6725
6726 * gdb.base/call-sc.exp (test_scalar_returns):
6727 Fix cut-and-paste glitch in "Make fun return now".
6728
89a237cb
MC
67292004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6730
6731 * configure.in: Add gdb.fortran.
6732 * configure: Regenerate.
6733 * gdb.fortran/Makefile.in: New file.
6734 * lib/gdb.exp (skip_fortran_tests): New procedure.
6735
469aff8e
MC
67362004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6737
6738 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
6739 reference to bug-gnu@prep.ai.mit.edu.
6740 * gdb.mi/mi-var-child.exp: Likewise.
6741 * gdb.mi/mi-var-cmd.exp: Likewise.
6742 * gdb.mi/mi-var-display.exp: Likewise.
6743 * gdb.mi/mi2-var-block.exp: Likewise.
6744 * gdb.mi/mi2-var-child.exp: Likewise.
6745 * gdb.mi/mi2-var-cmd.exp: Likewise.
6746 * gdb.mi/mi2-var-display.exp: Likewise.
6747
00b51b9f
MK
67482004-08-15 Mark Kettenis <kettenis@gnu.org>
6749
6750 * gdb.base/unload.c (main): Make local variable msg const.
6751
45f07fef
MC
67522004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6753
6754 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
6755 to bug-gnu@prep.ai.mit.edu.
6756 * gdb.mi/mi-disassemble.exp: Likewise.
6757 * gdb.mi/mi-eval.exp: Likewise.
6758 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
6759 default line number.
6760 * gdb.mi/mi-return.exp: Likewise.
6761 * gdb.mi/mi-simplerun.exp: Likewise.
6762 * gdb.mi/mi-stack.exp: Likewise.
6763 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
6764 number with explicit range test.
6765 * gdb.mi/mi-watch.exp: Likewise.
6766 * gdb.mi/mi2-break.exp: Likewise.
6767 * gdb.mi/mi2-cli.exp: Likewise.
6768 * gdb.mi/mi2-disassemble.exp: Likewise.
6769 * gdb.mi/mi2-eval.exp: Likewise.
6770 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
6771 default line number.
6772 * gdb.mi/mi2-return.exp: Likewise.
6773 * gdb.mi/mi2-simplerun.exp: Likewise.
6774 * gdb.mi/mi2-stack.exp: Likewise.
6775 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
6776 number with explicit range test.
6777 * gdb.mi/mi2-watch.exp: Likewise.
6778
dd8c8ee7
MC
67792004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6780
6781 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
6782 * gdb.cp/m-static.exp: Likewise.
6783 * gdb.cp/rtti.exp: Likewise.
6784
4e838464
MK
67852004-08-14 Mark Kettenis <kettenis@gnu.org>
6786
6787 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
6788
8d8cb839
EZ
67892004-08-14 Eli Zaretskii <eliz@gnu.org>
6790
6791 * ChangeLog: Prefix Local Variables with semi-colons and indent
6792 the reference to older ChangeLog files, to fix fontification in
6793 Emacs.
6794
deea8bb0
MC
67952004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6796
6797 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
6798 * gdb.mi/mi2-break.exp: Likewise.
6799
c3297504
MC
68002004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6801
6802 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
6803
25808999
MC
68042004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6805
6806 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
6807
226a8d71
MC
68082004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6809
6810 * gdb.cp/classes.exp: Remove unused declarations. Just let
6811 test names default instead of providing special names. Remove
6812 extraneous demangler test.
6813
37fdf854
JJ
68142004-08-12 Jeff Johnston <jjohnstn@redhat.com>
6815
6816 * gdb.base/unload.exp: New test for breakpoints in dynamically
6817 loaded libraries.
6818 * gdb.base/unload.c: Ditto.
6819 * gdb.base/unloadshr.c: Ditto.
6820
2d3a7986
MC
68212004-08-12 Michael Chastain <mec.gnu@mindspring.com>
6822
6823 * gdb.cp/classes.exp (test_ptype_class_objects): Call
6824 cp_test_ptype_class.
6825 (test_enums): Likewise.
6826
c72b934c
AC
68272004-08-10 Andrew Cagney <cagney@gnu.org>
6828
6829 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6830 files.
6831
cc503c8a
AC
68322004-08-10 Andrew Cagney <cagney@gnu.org>
6833
6834 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
6835 init_malloc call.
6836
902f2ccb
MC
68372004-08-10 Michael Chastain <mec.gnu@mindspring.com>
6838
6839 * ChangeLog: Add copyright notice. The notice is copied
6840 from emacs 21.3 top level ChangeLog.
6841
78c90502
MC
68422004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6843
6844 * lib/cp-support.exp: New file.
6845 * lib/cp-support.exp (cp_test_type_class): New function.
6846 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
6847 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
6848 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
6849 cp_test_ptype_class.
6850
88e5ea78
MC
68512004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6852
6853 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
6854 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6855 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
6856 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
6857 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6858 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
6859 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
6860 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
6861 gdb.mi/mi2-watch.exp: Update copyright years.
6862
6a89fc9c
MK
68632004-08-09 Mark Kettenis <kettenis@gnu.org>
6864
6865 * gdb.base/sigaltstack.exp: Provide proper anchoring.
6866
1482e0de
MC
68672004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6868
6869 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
6870 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
6871 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
6872 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6873 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
6874 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
6875 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
6876 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6877 gdb.mi/mi-watch.exp: Update copyright years.
6878
1a5ce3f3
DJ
68792004-08-08 Daniel Jacobowitz <dan@debian.org>
6880
6881 PR gdb/1738
6882 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
6883 from a breakpoint with a pending signal.
6884
04f6ecf2
DJ
68852004-08-08 Daniel Jacobowitz <dan@debian.org>
6886
6887 PR gdb/1736
6888 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
6889 * gdb.base/sigaltstack.exp (finish_test): Consume output until
6890 the prompt.
6891 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
6892
54d90d35
DJ
68932004-08-08 Daniel Jacobowitz <dan@debian.org>
6894
6895 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
6896
d2f6abb0
DJ
68972004-08-08 Daniel Jacobowitz <dan@debian.org>
6898
6899 PR gdb/1736
6900 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
6901 for i?86-*-linux*.
6902
5598c03d
DJ
69032004-08-08 Daniel Jacobowitz <dan@debian.org>
6904
6905 * gdb.arch/i386-prologue.exp: Compile without debug information.
6906
c6fee705
MC
69072004-08-08 Michael Chastain <mec.gnu@mindspring.com>
6908
6909 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
6910 rather than asking gdb to search.
6911
dd90efdb
MC
69122004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6913
6914 * gdb.base/gcore.c: Include <string.h>.
6915
1e84bec1
MC
69162004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6917
6918 * gdb.base/gcore.c: Add copyright notice.
6919
e425eb2b
MC
69202004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6921
6922 * gdb.base/freebpcmd.c: Include <stdio.h>.
6923 * gdb.base/long_long.c: Include <string.h>.
6924 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
6925 * gdb.base/siginfo.c: Include <string.h>.
6926 * gdb.base/sigstep.c: Include <string.h>.
6927
cb9aaed5
MC
69282004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6929
6930 * gdb.base/complex.c: Include <stdlib.h>.
6931
55944f3d
MC
69322004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6933
6934 * gdb.base/complex.c: Add copyright notice.
6935
7b2953d9
MC
69362004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6937
6938 * gdb.base/charset.c: Include <stdlib.h>.
6939
c9133d23
MC
69402004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6941
6942 * gdb.base/auxv.c: Include <stdlib.h>.
6943
0a8490ad
MC
69442004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6945
6946 * gdb.base/auxv.c: Add copyright notice.
6947
3426d5ec
MC
69482004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6949
6950 * gdb.base/coremaker.c: Add copyright notice.
6951 * gdb.base/coremaker2.c: Add copyright notice.
6952
8da195dd
AC
69532004-08-04 Andrew Cagney <cagney@gnu.org>
6954
6955 * gdb.base/store.exp: Update copyright.
6956 (check_set, up_set, check_struct, up_struct): Add a prefix to test
6957 names, do not import gdb_prompt.
6958
8d394f98
AC
69592004-08-01 Andrew Cagney <cagney@gnu.org>
6960
6961 Fix PR testsuite/1729.
6962 * gdb.base/dump.exp: Add test name to callers of capture_value, do
6963 not use capture_value with value 4.
6964 (capture_value): Add optional test name parameter.
6965 (test_reload_saved_value, test_restore_saved_value): Use $msg as
6966 the prefix, pass to capture_value.
6967
b6702b23
MK
69682004-08-01 Mark Kettenis <kettenis@gnu.org>
6969
6970 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
6971 * gdb.arch/i386-prologue.c (standard): New prototype and function.
6972 (main): Call new function.
6973
c203e0ca
MC
69742004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6975
6976 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
6977
a7995a30
MC
69782004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6979
6980 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
6981
9366563b
MC
69822004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6983
b6eeaf26 6984 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
6985 Accept more values of vtbl pointer. Remove some messages
6986 about "obsolete gcc or gdb".
6987
2fc1f950
MC
69882004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6989
6990 * gdb.cp/classes.exp: Accept more varieties of ptype output.
6991
c724d49b
MC
69922004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6993
6994 * gdb.base/asm-source.exp: Properly convert target board
6995 debug flags from gcc format to binutils format.
6996
736b0fce
MK
69972004-07-28 Mark Kettenis <kettenis@gnu.org>
6998
6999 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7000 gdb1718". PR backtrace/1718 partially fixed.
7001
5633ea5c
JJ
70022004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7003
7004 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7005
575eebb1
NC
70062004-07-26 Nick Clifton <nickc@redhat.com>
7007
7008 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7009 good default value for a specific architecture is available then
7010 set it to that value. Otherwise default to the -gstabs switch.
7011 Remove the -g... switches from the asm-flags variable. Allow the
7012 target board info to override the value if it wants to. Pass the
7013 switch on the assembler command line.
7014
62104619
MK
70152004-07-23 Mark Kettenis <kettenis@gnu.org>
7016
7017 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7018 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7019 (main): Call new function.
7020
4a1135b8
MC
70212004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7022
7023 Test for PR exp/1715.
7024 * gdb.base/radix.exp: Refactor common procedures. Make all
7025 test names unique. Change XFAIL to KFAIL.
7026
8a12c1f0
MC
70272004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7028
7029 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7030 * gdb.ada/gnat_ada.gin: ... to here.
7031 * configure.in: Use gnat_ada.gin.
7032 * configure: Regenerate.
7033
23b451cf
AC
70342004-07-20 Andrew Cagney <cagney@gnu.org>
7035
7036 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7037 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7038 XFAILs. Clean up test messages and comments. Check backtraces.
7039 Delete re-sync code.
7040
ab618a02
MC
70412004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7042
7043 Fix PR cli/740.
7044 * gdb.base/annota1.exp: Honor gdb,nosignals.
7045 * gdb.base/annota3.exp: Likewise.
7046
46dad340
MC
70472004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7048
7049 * lib/java.exp: Update copyright notice.
7050
756d8c70
AC
70512004-07-19 Andrew Cagney <cagney@gnu.org>
7052
7053 * gdb.base/selftest.exp: Copy file from here ...
7054 * gdb.gdb/selftest.exp: ... to here.
7055
586027e6
AC
70562004-07-16 Andrew Cagney <cagney@redhat.com>
7057
7058 * lib/insight-support.exp: Delete file.
7059 * lib/java.exp (java_init): Fix copyright.
7060
029d2200
AC
70612004-07-16 Andrew Cagney <cagney@gnu.org>
7062
7063 * gdb.base/restore.c: Append "prologue" to comments marking the a
7064 function's prologue.
7065 * gdb.base/restore.exp: Update copyright, re-indent.
7066 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7067 callerN" prefix where needed. Update patterns that match a
7068 function's prologue.
7069
653b62c5
MC
70702004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7071
7072 * gdb.base/restore.c: Add copyright notice.
7073
f7d690e5
AC
70742004-07-16 Andrew Cagney <cagney@gnu.org>
7075
7076 * gdb.base/logical.exp: Update copyright.
7077 (evaluate): New procedure. Use to re-implement tests using
7078 several tables.
7079
d629a7cb
MH
70802004-07-14 Martin Hunt <hunt@redhat.com>
7081
7082 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7083 which fixes some problems where init.tcl was not found.
7084
9c7bb332
AC
70852004-07-13 Andrew Cagney <cagney@gnu.org>
7086
6bf46641
AC
7087 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7088 (check_sizeof, check_valueof): Do not include the output in the
7089 test name. Use gdb_test.
7090 (get_valueof): Use gdb_test_multiple.
7091
c4ffd4c0
AC
7092 * gdb.base/step-test.exp: Update copyright. Use
7093 gdb_test_multiple. Ensure that test names do not include
7094 architecture dependent output.
7095
ab89363a
AC
7096 * gdb.gdb/observer.exp: Update copyright.
7097 (setup_test): Use gdb_test_multiple.
7098 (attach_first_observer, attach_second_observer)
7099 (attach_third_observer, detach_first_observer)
7100 (detach_second_observer, detach_third_observer)
7101 (reset_counters, check_counters): Make $message a prefix.
7102 (test_normal_stop_notifications): Add "args" parameter - a list of
7103 init functions to be called. Make $message a prefix,
7104 (test_observer_normal_stop): Change the message prefixes so that
7105 they are unique, pass the attach / detach procedures to
7106 test_normal_stop_notifications.
7107
ec58997a
AC
7108 * gdb.base/signull.exp (test_segv): Prefix all tests with
7109 "${name}". Clean up test messages.
7110
b475183b
AC
7111 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7112
9c7bb332
AC
7113 * gdb.base/ena-dis-br.exp: Update copyright.
7114 (break_at): New function. Replace send_gdb with gdb_test,
7115 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7116 ignore count, not stopped at bpt", with KFAIL.
7117
2dd95497
CV
71182004-07-13 Corinna Vinschen <vinschen@redhat.com>
7119
7120 * gdb.base/attach.exp: Remove cleanupfile handling.
7121
419e626b
AC
71222004-07-12 Andrew Cagney <cagney@gnu.org>
7123
7124 * gdb.base/annota1.exp: Cleanup corefile test name.
7125 * gdb.base/annota3.exp: Ditto.
7126
8b1b3228
AC
71272004-07-12 Andrew Cagney <cagney@gnu.org>
7128
78650829
AC
7129 * gdb.base/signals.exp: Clean up copyright, re-indent.
7130
8b1b3228
AC
7131 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7132 gdb_test and gdb_test_multiple.
7133
935c2760
JJ
71342004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7135
7136 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 7137 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
7138 provide line number info for first statement in main.
7139
1544280f
AC
71402004-07-08 Andrew Cagney <cagney@gnu.org>
7141
1279f4ff
AC
7142 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7143
1544280f
AC
7144 * gdb.base/sigbpt.exp: Make the common part of each test name a
7145 prefix instead of suffix.
7146
bcc82369
BR
71472004-07-07 Bob Rossi <bob_rossi@cox.net>
7148
7149 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7150 test from test_tbreak_creation_and_listing to
7151 test_file_list_exec_source_file
7152 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7153 Changed name of test from test_tbreak_creation_and_listing to
7154 test_file_list_exec_source_file
7155
23f4b0aa
JJ
71562004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7157
7158 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7159 the jmisc() constructor instead of <init>.
7160 * gdb.java/jmisc1.exp: Ditto.
7161
56401cd5
AC
71622004-07-07 Andrew Cagney <cagney@gnu.org>
7163
7164 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7165 corrupting the PC.
7166
44ae2f6a
MC
71672004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7168
7169 * gdb.cp/templates.exp: Accept whitespace change in demangler
7170 output.
7171
45a83408
AC
71722004-07-06 Andrew Cagney <cagney@gnu.org>
7173
7174 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7175
d205ad70
MC
71762004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7177
7178 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7179 * lib/compiler.cc: Likewise.
7180
06ea1a61
MC
71812004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7182
7183 * lib/compiler.cc: Work around string preprocessing problem
7184 with old hp c++ compiler.
7185 * lib/compiler.c: Likewise.
7186
daab1251
CV
71872004-06-29 Corinna Vinschen <vinschen@redhat.com>
7188
7189 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7190 directives to conditionalize symbol prefixing.
7191 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7192 additional_flags handling. Add underscore prefix for Cygwin.
7193 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7194 conditionalize symbol prefixing.
7195 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7196 additional_flags handling. Add underscore prefix for Cygwin.
7197
cc984116
CV
71982004-06-29 Corinna Vinschen <vinschen@redhat.com>
7199
7200 * gdb.base/bigcore.exp: Skip test on Cygwin.
7201
c279b077
MC
72022004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7203
7204 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7205 formats for "info register". Use gdb_test_multiple. Fix
7206 the "invalid register" test.
7207
0e915747
CV
72082004-06-28 Corinna Vinschen <vinschen@redhat.com>
7209
7210 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7211 PID for Cygwin. Add Cygwin specific strings to check for in some
7212 tests.
7213 (do_attach_tests): Add a test for user interaction when attaching
7214 to a process with no matching symbol table already loaded.
7215
11422c86
AC
72162004-06-26 Andrew Cagney <cagney@gnu.org>
7217
7218 Test PR java/1567 and PR java/1565.
7219 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7220 * gdb.java/jmisc2.exp: Delete file.
7221
cefbce26
MC
72222004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7223
7224 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7225
e19f872c
CV
72262004-06-25 Corinna Vinschen <vinschen@redhat.com>
7227
7228 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7229 attach process.
7230
d931ba3b
MC
72312004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7232
7233 * gdb.cp/pr-1553.exp: Remove.
7234
aef68c48
MC
72352004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7236
7237 * gdb.cp/pr-1553.cc: Remove.
7238 * gdb.cp/pr-1553.exp: Disable this test.
7239
8d5df71a
JB
72402004-06-20 Jim Blandy <jimb@redhat.com>
7241
a9c64011 7242 Fix PR testsuite/1680.
8d5df71a
JB
7243 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7244 regular expressions.
7245
4ac6f39d
MC
72462004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7247
7248 Fix PR testsuite/1679.
7249 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7250 Issue an UNSUPPORTED result instead.
7251
1b413552
JB
72522004-06-18 Jim Blandy <jimb@redhat.com>
7253
7254 * gdb.base/charset.exp: Only send a control-C if we see a new
7255 prompt and incomplete command.
7256
6daa6ebd
MC
72572004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7258
7259 * gdb.cp/pr-574.cc: Add copyright notice.
7260
51fa4ae0
JB
72612004-06-17 Jim Blandy <jimb@redhat.com>
7262
7263 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7264 cases where the regexp has no groups; this grabs random text from
7265 the previous test suite, whatever that was.
7266
8fea26c5
MC
72672004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7268
7269 * gdb.cp/printmethod.cc: Add copyright notice.
7270
1e3aeb41
MC
72712004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7272
7273 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7274
9d9030bc
AC
72752004-06-16 Andrew Cagney <cagney@gnu.org>
7276
7277 * gdb.base/signull.c: Update copyright. Include <string.h>.
7278 (bowler): Replace data_pointer with data_read
7279 and data_write cases. Add code_descriptor case.
7280 (zero, desc): New array and pointer.
7281 (data, code): Change to simple pointers.
7282 * gdb.base/signull.exp: Fix probe pattern matching a function
7283 descriptor SIGSEGV. Replace data_pointer with data_read and
7284 data_write tests.
7285
acd4ad44
AC
72862004-06-16 Andrew Cagney <cagney@gnu.org>
7287
7288 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7289
08fd625c
MC
72902004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7291
7292 * gdb.base/long_long.c: Add copyright notice.
7293
1903502c
MC
72942004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7295
7296 * gdb.base/long_long.exp: Remove reference to
7297 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7298 to gdb_breakpoint and gdb_continue_to_breakpoint.
7299
83313cb1
JB
73002004-06-14 Jim Blandy <jimb@redhat.com>
7301
7302 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7303 endian case.
7304
1bf404ef
AC
73052004-06-14 Andrew Cagney <cagney@gnu.org>
7306
7307 * gdb.base/gcore.exp (capture_command_output): Delete the always
7308 passing tests containing inferior values.
7309 * gdb.base/ending-run.exp: Do not include the breakpoint address
7310 in the test message. Update copyright.
7311 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7312 size in the test name, use gdb_test_multiple. Update copyright.
7313
ef220b33
MC
73142004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7315
7316 * gdb.cp/ref-types.cc: Add copyright notice.
7317
4f70a4c9
MC
73182004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7319
7320 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7321 hp_aCC_compiler.
7322 * lib/compiler.cc: Likewise.
7323 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7324 'set' commands. Log diagnostics for other lines. Set
7325 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7326
335928ac
MC
73272004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7328
7329 * gdb.cp/try_catch.cc: Add copyright notice.
7330
2efb12e8
MC
73312004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7332
7333 * gdb.cp/userdef.cc: Add copyright notice.
7334
0bbed51a
MC
73352004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7336
7337 * gdb.cp/virtfunc.cc: Add copyright notice.
7338
e12a46c9
RC
73392004-06-11 Randolph Chung <tausq@debian.org>
7340
7341 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7342 problem.
7343
338e05af
AC
73442004-06-10 Andrew Cagney <cagney@gnu.org>
7345
7346 * lib/compiler.cc, lib/compiler.c: Append either
7347 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7348 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7349 instead of gcc-3-3.
7350
dc3f10cb
AC
73512004-06-09 Andrew Cagney <cagney@gnu.org>
7352
b4d946af
AC
7353 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7354 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7355
dc3f10cb
AC
7356 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7357 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7358 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7359 fixed.
7360
b5c0bfa2
AC
73612004-06-09 Andrew Cagney <cagney@gnu.org>
7362
7363 * gdb.base/structs.exp (test_struct_returns): Replace
7364 "return_value_unknown" and "finish_value_unknown" by
7365 "return_value_known" and "finish_value_known". Instead of
7366 "return_value_unknown" iff "finish_value_unknown", check
7367 "return_value_known" implies "finish_value_known".
7368
caeb605f
MH
73692004-06-08 Martin Hunt <hunt@redhat.com>
7370
7371 * gdb.base/float.exp: Add pattern for mips targets.
7372
c892bb64
RC
73732004-06-08 Randolph Chung <tausq@debian.org>
7374
7375 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7376 message for unknown architectures more clear.
7377
48306d3e
JB
73782004-06-08 Joel Brobecker <brobecker@gnat.com>
7379
7380 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7381 start the execution of the program.
7382
83ecb59f
JB
73832004-06-07 Jim Blandy <jimb@redhat.com>
7384
7385 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7386 * gdb.arch/i386-cpuid.h: New helper file.
7387
55264cb4
RC
73882004-06-07 Randolph Chung <tausq@debian.org>
7389
7390 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7391 has started.
7392
23cadb28
RM
73932004-06-04 Roland McGrath <roland@redhat.com>
7394
7395 Fix PR gdb/1647.
7396 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7397 differently to be robust to output buffering differences.
7398
51d01eda
MC
73992004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7400
7401 * gdb.threads/pthreads.exp: Update copyright years.
7402 (check_control_c): Change asynchronous 'after' to synchronous.
7403
f4fc3b93
RM
74042004-06-04 Roland McGrath <roland@redhat.com>
7405
7406 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7407 next gdb prompt.
7408
4013522b
MC
74092004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7410
7411 Fix PR gdb/1636.
7412 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7413 calls to synchronous.
7414
7a8f1e6b
JB
74152004-05-26 Jim Blandy <jimb@redhat.com>
7416
7417 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7418
81bb3443
RC
74192004-05-24 Randolph Chung <tausq@debian.org>
7420
7421 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7422 * gdb.asm/pa.inc: New file.
7423
8f5a3103
MK
74242004-05-22 Mark Kettenis <kettenis@gnu.org>
7425
7426 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7427
734b8fe8 74282004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7429 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7430
7431 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7432 GDB prompt.
7433
725603e1
UW
74342004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7435
f4fc3b93 7436 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7437 setjmp/longjmp. Use sigaction instead of signal.
7438
8b923272 74392004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7440 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7441
7442 * gdb.threads/pthread_cond_wait.c: New file.
7443 * gdb.threads/pthread_cond_wait.exp: New testcase.
7444
8bfabb04
AC
74452004-05-13 Andrew Cagney <cagney@redhat.com>
7446
7447 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7448 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7449
42edda50
AC
74502004-05-11 Andrew Cagney <cagney@redhat.com>
7451
7452 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7453 fixed but revealed gdb/1639.
7454
d303a6c7
AC
74552004-05-10 Andrew Cagney <cagney@redhat.com>
7456
7457 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7458 func1" and "next to 2nd alarm", kernel bug avoided.
7459
bf08c2a1
DJ
74602004-05-10 Daniel Jacobowitz <dan@debian.org>
7461
7462 PR external/1568
7463 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7464 XFAIL if it is smaller than bytes_allocated.
7465 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7466 (main): Make chunks_allocated unsigned. Correct comment.
7467
c0586a34
JB
74682004-05-07 Joel Brobecker <brobecker@gnat.com>
7469
7470 * gdb.arch/powerpc-aix-prologue.c: New file.
7471 * gdb.arch/powerpc-aix-prologue.exp: New file.
7472
f2785d12
JB
74732004-05-07 Jim Blandy <jimb@redhat.com>
7474
7475 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7476 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7477
bd7f6e30
JB
74782004-05-06 Joel Brobecker <brobecker@gnat.com>
7479
7480 * gdb.base/sep.exp: No longer setup_kfail when the program was
7481 built with dwarf2.
7482
0a5e7efe
JI
74832004-05-05 Jim Ingham <jingham@apple.com>
7484
7485 * gdb.base/pending.exp: Make sure pending breakpoints
7486 preserve the ignore count.
f4fc3b93 7487
a8958849
MK
74882004-04-27 Jerome Guitton <guitton@gnat.com>
7489
7490 * i386-prologue.exp: Add testcase for jump instruction as first
7491 instruction of the real code.
7492 * i386-prologue.c (jump_at_beginning): New function.
7493
7e103f5b
MK
74942004-04-28 Mark Kettenis <kettenis@gnu.org>
7495
7496 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7497 x86_64-*-*.
7498
5d38b224
MK
74992004-04-28 Mark Kettenis <kettenis@gnu.org>
7500
7501 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7502 i*86-*-*.
7503
0ef32fd9
MK
75042004-04-25 Mark Kettenis <kettenis@gnu.org>
7505
7506 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7507 expression that checks the return type.
7508
71d7dd7c
AC
75092004-04-23 Andrew Cagney <cagney@redhat.com>
7510
7511 * gdb.base/call-sc.exp: New test of scalar call/return values.
7512 * gdb.base/call-sc.c: Ditto.
7513
1e9f977e
JJ
75142004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7515
7516 * gdb.threads/manythreads.c: Reduce thread stack size.
7517
899d9e3a
JJ
75182004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7519
7520 * gdb.threads/manythreads.c: Add copyright notice.
7521
61bcae62
AC
75222004-04-23 Andrew Cagney <cagney@redhat.com>
7523
7524 * gdb.base/siginfo.exp: Better handle step out of signal.
7525 * gdb.base/sigstep.exp: Ditto.
7526
7339a42e 75272004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 7528 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
7529
7530 * gdb.threads/manythreads.c: New testcase.
7531 * gdb.threads/manythreads.exp: Ditto.
7532
5c98409b
JB
75332004-04-22 Jim Blandy <jimb@redhat.com>
7534
7535 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7536 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7537
3b611f1a
MC
75382004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7539
7540 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7541
f0fd9238
AC
75422004-04-21 Andrew Cagney <cagney@redhat.com>
7543
7544 * gdb.base/sigstep.c: New file.
7545 * gdb.base/sigstep.exp: New file.
7546
90990674
JB
75472004-04-16 Joel Brobecker <brobecker@gnat.com>
7548
7549 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7550 call to observer_notify_normal_stop.
7551
78cef34b
AC
75522004-04-15 Andrew Cagney <cagney@redhat.com>
7553
7554 * gdb.base/siginfo.c: New file.
7555 * gdb.base/siginfo.exp: New file.
7556
d2343407
JB
75572004-04-12 J. Brobecker <brobecker@gnat.com>
7558
7559 * gdb.base/sep.exp: Fix typo in comment.
7560
a2dba3c8
JB
75612004-04-12 J. Brobecker <brobecker@gnat.com>
7562
7563 * gdb.base/sep.c: New file.
7564 * gdb.base/sep-proc.c: New file.
7565 * gdb.base/sep.exp: New testcase.
7566
15f7b60e
MK
75672004-04-09 Mark Kettenis <kettenis@gnu.org>
7568
7569 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7570 support.
7571
44f4de1a
AC
75722004-04-05 Andrew Cagney <cagney@redhat.com>
7573
7574 * gdb.base/sigaltstack.c: New file.
7575 * gdb.base/sigaltstack.exp: New file.
7576
ef04f396
JB
75772004-04-04 Joel Brobecker <brobecker@gnat.com>
7578
7579 * gdb.base/foll-fork.exp: Update the expected output for
7580 "help set follow-fork-mode", to match a change that was made
7581 to the help of this variable on 2004-01-13.
7582
d40d2c92
JB
75832004-04-01 Joel Brobecker <brobecker@gnat.com>
7584
7585 * lib/ada.exp: Add copyright notice.
7586 * bar.ads: Likewise.
7587 * bar.adb: Likewise.
7588 * null_record.adb: Likewise.
7589 * null_record.exp: Likewise.
7590 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7591
f86ef5a3
JB
75922004-04-01 Joel Brobecker <brobecker@gnat.com>
7593
7594 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7595 * configure: Regenerate.
7596
414e70e3
JB
75972004-04-01 Joel Brobecker <brobecker@gnat.com>
7598
7599 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7600 to build the application. Remove the message printed when in
7601 verbose mode, redundant with the UNSUPPORTED message above.
7602
f0aaee49
JB
76032004-03-31 Joel Brobecker <brobecker@gnat.com>
7604
7605 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7606 * gdb.ada (null_record.exp): New testcase.
7607
ac81cb54
JB
76082004-03-31 Joel Brobecker <brobecker@gnat.com>
7609
7610 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
7611
854af2f7
JB
76122004-03-31 Joel Brobecker <brobecker@gnat.com>
7613
7614 * gdb.ada: New subdirectory.
7615 * gdb.ada/Makefile.in: New file.
7616 * gdb.ada/gnat_ada.gpr.in: New file.
7617
034cb681
JB
76182004-03-31 Joel Brobecker <brobecker@gnat.com>
7619
7620 * lib/ada.exp: New file.
7621
78a1a894
DJ
76222004-03-24 Daniel Jacobowitz <drow@mvista.com>
7623
7624 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
7625 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
7626
4b2b3b3e
AC
76272004-03-22 Andrew Cagney <cagney@redhat.com>
7628
7629 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
7630 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7631 Problem identified by Ulrich Weigand.
7632
23c73aa3
DC
76332004-03-17 David Carlton <carlton@kealia.com>
7634
7635 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
7636 PR c++/826.
7637
d63a86f8
RM
76382004-03-16 Roland McGrath <roland@redhat.com>
7639
7640 * gdb.base/auxv.exp: New file.
7641 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
7642
0e02aa50
DC
76432004-03-12 David Carlton <carlton@kealia.com>
7644
7645 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
7646 * gdb.cp/pr-1553.cc: Ditto.
7647 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
7648 pass branch.
7649
c20b71be
MC
76502004-03-12 Michael Chastain <mec.gnu@mindspring.com>
7651
7652 * gdb.cp/templates.exp: Accept more template types.
7653
c7414a01
MC
76542004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7655
7656 From Corinna Vinschen with modifications.
7657 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
7658 local variable obj_with_enum.
7659 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
7660 results with obj_with_enum.
7661
ed69573c
MC
76622004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7663
7664 * gdb.cp/classes.cc: New file, copied from misc.cc.
7665 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
7666
28301461
MC
76672004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7668
7669 * gdb.cp/misc.cc: Add copyright notice.
7670
1198ecbe
DC
76712004-03-05 David Carlton <carlton@kealia.com>
7672
7673 * gdb.cp/rtti.exp: Add 'print *obj3' test.
7674 * gdb.cp/rtti.h: Update copyright.
7675 (namespace n2::n3): New.
7676 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7677 (n2::n3::func3): New.
7678 (main): Call n2::n3::func3.
7679 * gdb.cp/rtti2.cc: Update copyright.
7680 (n2::create3): New.
7681
9e08c470
MK
76822004-03-04 Mark Kettenis <kettenis@gnu.org>
7683
7684 * gdb.asm/openbsd.inc: Fix typo.
7685
4bebc3aa
FF
76862004-03-03 Fred Fish <fnf@redhat.com>
7687
7688 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
7689 "val" instead of unused "size". Update copyright year.
7690
6ea9fb37
DJ
76912004-02-29 Daniel Jacobowitz <drow@mvista.com>
7692
7693 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
7694 to use unsigned char.
7695 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
7696 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
7697
23b23974
DJ
76982004-02-29 Daniel Jacobowitz <drow@mvista.com>
7699
7700 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
7701 line of output.
7702
7574fd53
DJ
77032004-02-28 Daniel Jacobowitz <drow@mvista.com>
7704
7705 * gdb.base/relocate.c (dummy): Initialize.
7706
a195357f
DJ
77072004-02-28 Daniel Jacobowitz <drow@mvista.com>
7708
7709 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
7710 a breakpoint at exit.
7711
72fd54a9
FF
77122004-02-27 Fred Fish <fnf@redhat.com>
7713
7714 * gdb.base/chng-syms.exp: Add expect condition to match failing
7715 case that isn't a timeout.
7716
b9d23137
AC
77172004-02-27 Andrew Cagney <cagney@redhat.com>
7718
7719 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
7720 support.
7721
15d208f6 77222004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 7723
15d208f6
FF
7724 * gdb.arch/gdb1431.c: Remove.
7725 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
7726 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
7727 of "until" incorrectly.
7728
98f9cd2d
JB
77292004-02-26 J. Brobecker <brobecker@gnat.com>
7730
7731 * gdb.cp/class2.cc (empty): New class.
7732 (refer): New function.
7733 (main): Declare an object of type empty and use it.
7734 * gdb.cp/class2.exp: Print the value of an object of type empty.
7735
9b50c11b
JJ
77362004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7737
7738 * gdb.base/langs.exp: Update query string to match the
7739 new nquery format used for pending breakpoints.
7740
0dcd613f
AC
77412004-02-26 Andrew Cagney <cagney@redhat.com>
7742
7743 Fix PR i18n/1570.
7744 * gdb.base/charset.c: Update copyright notice.
7745 (main, init_string): Remove the escape character '\e' tests.
7746 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
7747 * gdb.base/charset.exp (valid_host_charset): Ditto.
7748 * gdb.base/setvar.exp: Ditto.
7749
b8a56647
AC
77502004-02-24 Andrew Cagney <cagney@redhat.com>
7751
90d59e34
AC
7752 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
7753 mmapped data in core file" PASS and FAIL messages consistent.
7754
b8a56647
AC
7755 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
7756 setting a breakpoint. Work around PR java/1565.
7757
9f27c604
JJ
77582004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7759
7760 * lib/gdb.exp (gdb_breakpoint): Update query string to match
7761 new nquery format.
7762 * gdb.base/pending.exp: Ditto.
7763
3224a706
MK
77642004-02-22 Mark Kettenis <kettenis@gnu.org>
7765
7766 * configure.in: Run stabs tests on *BSD.
7767 * configure: Regenerated.
7768
41e0a9ca
MK
77692004-02-21 Mark Kettenis <kettenis@gnu.org>
7770
7771 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
7772
1e1b3428
FF
77732004-02-20 Fred Fish <fnf@redhat.com>
7774
7775 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
7776 blank in test for "returns short", for consistency with other
7777 "returns xxx" tests. Update copyright year.
7778
f9a7572a
FF
77792004-02-19 Fred Fish <fnf@redhat.com>
7780
7781 New testcase for PR breakpoint/1558.
7782 * gdb.arch/gdb1558.exp: New file.
7783 * gdb.arch/gdb1558.c: New file.
7784
b2ce2854
EZ
77852004-02-19 Elena Zannoni <ezannoni@redhat.com>
7786
7787 * gdb.base/nodebug.exp: Fix typo.
7788
e7c9ff01
JB
77892004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7790
7791 Committed by Jim Blandy <jimb@redhat.com>.
7792
62f4b920
JB
7793 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
7794
2db536a1
JB
7795 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
7796
e7c9ff01
JB
7797 * gdb.base/float.exp: Support s390*-*-* targets.
7798
f3205b34
AF
77992004-02-17 Adam Fedor <fedor@gnu.org>
7800
7801 * gdb.base/gdb1555.exp: New file.
7802 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
7803
9d62932d
EZ
78042004-02-17 Elena Zannoni <ezannoni@redhat.com>
7805
7806 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
7807
344c9711
FF
78082004-02-16 Fred Fish <fnf@redhat.com>
7809
7810 * gdb.arch/gdb1291.c: Remove
7811 * gdb.arch/gdb1291.s: New test input file.
7812 * gdb.arch/gdb1291.exp: Expand test to check case that should not
7813 fail. Test for correct result, known incorrect result, other
7814 failures and timeouts.
7815
2d822687
AC
78162004-02-16 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdb.base/bigcore.exp: New file.
7819 * gdb.base/bigcore.c: New file.
7820
dac15b66
AC
78212004-02-13 Andrew Cagney <cagney@redhat.com>
7822
7823 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
7824 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
7825 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
7826 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
7827 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
7828 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
7829 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
7830 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
7831 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
7832 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
7833
6bdfc2c4
JJ
78342004-02-11 Jeff Johnston <jjohnstn@redhat.com>
7835
7836 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
7837 executed is an alloc instruction.
7838
87b3ede8
DC
78392004-02-11 David Carlton <carlton@kealia.com>
7840
7841 * gdb.cp/breakpoint.exp: New.
7842 * gdb.cp/breakpoint.cc: New.
7843
6e19e2bf
MC
78442004-02-11 Michael Chastain <mec.gnu@mindspring.com>
7845
7846 Partial fix for PR gdb/1543.
7847 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
7848 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
7849 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
7850 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
7851 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
7852 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
7853 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
7854 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
7855 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
7856 to bug-gdb@prep.ai.mit.edu .
7857 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
7858 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
7859 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
7860 Likewise.
7861
5c5455dc
AC
78622004-02-10 Andrew Cagney <cagney@redhat.com>
7863
7864 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
7865 using gdb_internal_error_resync.
7866
9cf689d7
DJ
78672004-02-09 Daniel Jacobowitz <drow@mvista.com>
7868
7869 * gdb.threads/thread-specific.exp: Stop early if no threads are
7870 found.
7871
d2dc51db
MC
78722004-02-09 Michael Chastain <mec.gnu@mindspring.com>
7873
7874 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
7875
14b1a056
DJ
78762004-02-08 Daniel Jacobowitz <drow@mvista.com>
7877
7878 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
7879 breakpoints.
7880
83f66e8f
DJ
78812004-02-07 Daniel Jacobowitz <drow@mvista.com>
7882
7883 * config/sim.exp (gdb_load): Handle $arg == "".
7884 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
7885 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
7886
30fc0091
EZ
78872004-02-07 Elena Zannoni <ezannoni@redhat.com>
7888
a9c64011
AS
7889 * gdb.base/maint.exp: Update test to reflect
7890 obstack changes.
30fc0091 7891
4d806929
JJ
78922004-02-04 Jeff Johnston <jjohnstn@redhat.com>
7893
7894 * gdb.base/pendshr.c (pendfunc): New function that calls
7895 pendfunc1.
7896 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
7897
7bfdd688
FF
78982004-02-04 Fred Fish <fnf@redhat.com>
7899
7900 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
7901 function symbols and update copyright years.
7902 * gdb.arch/gdb1291.c: Ditto.
7903
aaa08ee4
MC
79042004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7905
7906 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
7907
dbad7755
MC
79082004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7909
7910 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
7911
ec4646ef
MC
79122004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7913
7914 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
7915
1b802196
FF
79162004-02-02 Fred Fish <fnf@redhat.com>
7917
7918 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
7919 remote targets. Update copyright years.
7920
18fe2033
JJ
79212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7922
7923 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
7924 support.
7925 * gdb.base/langs.exp: Fix test which attempts to create
7926 breakpoint on non-existent function to handle new pending
7927 support.
7928 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
7929 a breakpoint.
7930 * gdb.base/pending.exp: New test.
7931 * gdb.base/pending.c: New file.
7932 * gdb.base/pendshr.c: Ditto.
7933
8d577d32
DC
79342004-02-02 David Carlton <carlton@kealia.com>
7935
7936 * gdb.cp/overload.exp: Add overloadNamespace tests.
7937 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
7938 (overloadNamespace, XXX): New.
7939 (main): Call XXX::marker2.
7940
3ad13771
FF
79412004-02-01 Fred Fish <fnf@redhat.com>
7942
7943 * gdb.base/dump.exp: Use runto_main instead of "runto main".
7944 * gdb.base/finish.exp: Ditto.
7945 * gdb.base/gcore.exp: Ditto.
7946 * gdb.base/huge.exp: Ditto.
7947 * gdb.base/info-proc.exp: Ditto.
7948 * gdb.base/return2.exp: Ditto.
7949 * gdb.threads/gcore-thread.exp: Ditto.
7950
44c75849
DJ
79512004-02-01 Daniel Jacobowitz <drow@mvista.com>
7952
7953 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
7954
005bc093
MK
79552004-02-01 Mark Kettenis <kettenis@gnu.org>
7956
7957 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
7958 that opening the file succeeds on OpenBSD.
7959
c47cebdb
DJ
79602004-02-01 Daniel Jacobowitz <drow@mvista.com>
7961
7962 * gdb.threads/thread-specific.c: New file.
7963 * gdb.threads/threads-specific.exp: New test script.
7964 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
7965 to expect_out.
7966
5a01311c
MK
79672004-02-01 Mark Kettenis <kettenis@gnu.org>
7968
7969 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
7970 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
7971 only on the "print_small_structs from print_long_arg_list" test.
7972
ce22a4f1
DJ
79732004-02-01 Daniel Jacobowitz <drow@mvista.com>
7974
7975 * gdb.base/completion.exp: Kill a stray backslash.
7976
7977 From Jim Ingham <jingham@apple.com>:
7978 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
7979 agrees with the result from sending a tab.
7980
abbab9d3
DJ
79812004-01-31 Daniel Jacobowitz <drow@mvista.com>
7982
7983 * gdb.base/chng-syms.exp: Remove stray newline.
7984
53904d1e
MK
79852004-01-31 Mark Kettenis <kettenis@gnu.org>
7986
7987 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
7988 *-*-openbsd*.
7989 * gdb.asm/openbsd.inc: New file.
7990
3a4b3aac
MK
79912004-01-30 Mark Kettenis <kettenis@gnu.org>
7992
7993 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
7994 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
7995 *-*solaris2*. Remove commented out default settings for
7996 asm-flags. Replace gdb_compile with target_link.
7997
ebac27b4
MC
79982004-01-29 Michael Chastain <mec.gnu@mindspring.com>
7999
8000 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8001 for all tests. Remove old hp-ux and cygnus xfail cases.
8002
d8679d84
PH
80032004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8004
8005 * gdb.base/chng-syms.exp: New file.
8006 * gdb.base/chng-syms.c: New file.
8007
0a55bc22
MC
80082004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8009
8010 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8011 Provide arms for current output in all my configurations.
8012
94b8e876
MC
80132004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8014
8015 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8016 * lib/compiler.cc: Likewise.
8017 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8018 get the right preprocessor. Eval the output directly. Remove
8019 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8020 hp_f77_compiler and hp_f90_compiler completely.
8021 (gdb_preprocess): Delete.
8022 (get_compiler): Delete.
8023
7cf03d44
MK
80242004-01-24 Mark Kettenis <kettenis@gnu.org>
8025
8026 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8027 <string.h>.
8028
68b6dce9
NR
80292004-01-24 Nick Roberts <nick@nick.uklinux.net>
8030
8031 * gdb.mi/mi-stack.exp: Update copyright.
8032
b368761e
DC
80332004-01-23 David Carlton <carlton@kealia.com>
8034
8035 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8036 test for cp_lookup_transparent_type.
8037 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8038 call them.
8039
f2061b53
DJ
80402004-01-23 Daniel Jacobowitz <drow@mvista.com>
8041
8042 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8043 after -var-update.
8044
37fc574a
DC
80452004-01-23 David Carlton <carlton@kealia.com>
8046
8047 * gdb.cp/namespace.cc (C::ensureRefs): New.
8048 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8049
8e94b928
NR
80502004-01-20 Nick Roberts <nick@nick.uklinux.net>
8051
8052 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8053 case "-stack-list-locals 2".
8054 * gdb.mi/mi-var-child.exp: Test for case
8055 "-var-list-children --all-values NAME".
8056
997b0952
MC
80572004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8058
8059 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8060
52470da3
MK
80612004-01-18 Mark Kettenis <kettenis@gnu.org>
8062
7049b4b8
MK
8063 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8064 used with gdb_test_multiple.
8065
52470da3
MK
8066 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8067 read at address 0. This fixes PR testsuite/1504.
8068
da6012e5
DJ
80692004-01-18 Daniel Jacobowitz <drow@mvista.com>
8070
8071 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8072 Remove downloading, guessing the host executable, the calls to
8073 gdb_file_cmd and gdb_target_cmd, and "load" support.
8074 (infer_host_exec): New function broken out from gdb_load.
8075 (gdb_load): New wrapper for gdbserver_gdb_load.
8076 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8077 gdb_target_cmd. Use -target-select.
8078 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8079 Download binaries to the host. Clear last_mi_remote_file when
8080 we load a new binary.
8081 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8082 call gdbserver_gdb_load and mi_gdb_target_cmd.
8083
32c70722
MC
80842004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8085
8086 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8087 type patterns.
8088
b0cecf36
MC
80892004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8090
8091 * gdb.cp/templates.exp: Fix typo in test name of
8092 "print Foo<volatile char*>::foo".
8093
4120d7e6
MC
80942004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8095
8096 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8097
f679e530
BE
80982004-01-16 Ben Elliston <bje@wasabisystems.com>
8099
8100 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8101 (clean mostlyclean): Remove empty rm.
8102
091c48f6
MC
81032004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8104
8105 * gdb.base/setvar.exp: Add copyright years.
8106
3e5fc8d2
DC
81072004-01-14 David Carlton <carlton@bactrian.org>
8108
8109 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8110 PR c++/1511 and update coment.
8111 * gdb.cp/templates.exp: Update patterns to match current output.
8112 If changes involve something other than whitespace, KFAIL
8113 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8114
63d06c5c
DC
81152004-01-14 David Carlton <carlton@kealia.com>
8116
8117 * gdb.cp/namespace.exp: Add tests involving classes defined within
8118 namespaces.
8119 * gdb.cp/namespace.cc (C::CClass): New.
8120 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8121
a51dab88
EZ
81222004-01-14 Elena Zannoni <ezannoni@redhat.com>
8123
8124 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8125 what debug info we have. Print a better message if something goes
8126 wrong while producing the separate debug info file.
8127
a476ccc9
MC
81282004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8129
8130 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8131
f453692c
MC
81322004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8133
8134 * gdb.base/callfuncs.c: Add copyright notice.
8135
f40063a5
MC
81362004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8137
8138 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8139 inheritance. PR gdb/1498, PR gcc/13539.
8140
19ac3974
EZ
81412004-01-13 Elena Zannoni <ezannoni@redhat.com>
8142
a9c64011
AS
8143 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8144 test specific name.
8145 * gdb.mi/gdb669.exp: Ditto.
8146 * gdb.mi/mi-pthreads.exp: Ditto.
8147 * gdb.mi/mi1-pthreads.exp: Ditto.
8148 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 8149
56c97c6e
MC
81502004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8151
8152 * gdb.cp/member-ptr.cc: Add copyright notice.
8153
a0644324
MC
81542004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8155
8156 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8157 some patterns for recent versions of gcc and hpacc. Delete
8158 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8159 Delete tests that access a NULL pointer-to-member-data. This
8160 script is still disabled for gcc.
8161
32fabe09
EZ
81622004-01-12 Elena Zannoni <ezannoni@redhat.com>
8163
8164 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8165 escaped correctly.
32fabe09 8166
1f8a6abb
EZ
81672004-01-12 Elena Zannoni <ezannoni@redhat.com>
8168
8169 * gdb.base/sepdebug.exp: New file.
8170 * gdb.base/sepdebug.c: New file.
8171 * lib/gdb.exp (separate_debug_filename): New procedure.
8172 (gdb_gnu_strip_debug): New procedure.
8173
48efe704
AC
81742004-01-12 Andrew Cagney <cagney@redhat.com>
8175
8176 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8177 * gdb.mi/ChangeLog-1999-2003: New file.
8178
a9415475
AC
81792004-01-12 Andrew Cagney <cagney@redhat.com>
8180
8181 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8182 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8183 or EEXIST", treat EBUSY as an XFAIL.
8184
83b8cf9d
MC
81852004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8186
8187 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8188 hp_cc_compiler.
8189
9939d2a8
MC
81902004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8191
8192 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8193 decorations.
8194
1ff8cadf
MC
81952004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8196
8197 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8198 and "(aCC)" decorations. Remove obsolete doco about old
8199 test results.
8200
6fa9022e
MC
82012004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8202
8203 * gdb.cp/exception.exp: Fix typo in doco.
8204
209721fe
MK
82052004-01-09 Mark Kettenis <kettenis@gnu.org>
8206
8207 * gdb.base/gdb1476.exp: Fix typo.
8208
ef11303e
MC
82092004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8210
8211 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8212 file.
8213
041ab88c
MC
82142004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8215
8216 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8217 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8218 Use gdb_compile. Remove restriction on gcc. Add some patterns
8219 for recent version of gdb. Delete second half, which was a copy
8220 of the first half with different build flags. This test is
8221 still disabled because it is still not ready for production.
8222
e36d075a
MC
82232004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8224
8225 * gdb.cp/exception.cc: Add copyright notice.
8226 * gdb.cp/exception.exp: Add a notice that this file is broken
8227 because of line number changes caused by addition of copyright
8228 notice.
8229
42b190ad
MC
82302004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8231
8232 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8233 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8234
8f25f06b
MC
82352004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8236
8237 * gdb.cp/classes.exp: Accept gnu abi 2.
8238 * gdb.cp/derivation.exp: Likewise.
8239 * gdb.cp/overload.exp: Likewise.
8240 * gdb.cp/virtfunc.exp: Likewise.
8241
06ded8b8
MC
82422004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8243
8244 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8245 semicolon after end of function.
8246
77c26ae3
MC
82472004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8248
8249 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8250 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8251 boilerplate code for compiling and running the program under
8252 test. Add some string method tests.
8253
20757486
MC
82542004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8255
8256 * gdb.cp/bs15503.cc: Add copyright notice.
8257 * gdb.cp/bs15503.exp: Adjust line number.
8258
0fd3b503
MC
82592004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8260
8261 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8262 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8263
10d1bea8
MC
82642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8265
8266 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8267 hp_cc_compiler.
8268
2789202a
MC
82692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8270
8271 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8272 * gdb.cp/ctti.exp: Use the marker instead of "next".
8273 With gcc, run further before bailing.
8274
b862f14c
MC
82752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8276
8277 * gdb.cp/cttiadd.cc: Add copyright notice.
8278 * gdb.cp/cttiadd1.cc: Likewise.
8279 * gdb.cp/cttiadd2.cc: Likewise.
8280 * gdb.cp/cttiadd3.cc: Likewise.
8281
96da2469
MC
82822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8283
8284 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8285 Use gdb_test, gdb_test_multiple. Use floating-point values that
8286 have exact representations in IEEE-ish formats.
8287
053248ff
MC
82882004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8289
8290 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8291 compilers. Delete duplicate call to get_compiler_info.
8292 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8293 * gdb.base/volatile.exp: Likewise.
8294
84acecdd
MK
82952004-01-07 Mark Kettenis <kettenis@gnu.org>
8296
8297 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8298 memory at address 0.
8299
fe11a27f
MC
83002004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8301
8302 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8303 to test for hp-ux assembler. Fix copyright years.
8304
60ad077b
AC
83052004-01-07 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8308
1c9b8f33
AC
83092004-01-07 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8312 when creating the read-only file. From analysis by Roland McGrath
8313 and Elena Zannoni.
8314
753ccc7a
MC
83152004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8316
8317 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8318
eca3e36b
MC
83192004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8320
8321 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8322 data pointers.
8323
f8d4bac4
MC
83242004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8325
8326 * gdb.cp/m-static.exp: Compile one source file at a time.
8327 Delete unused call to get_compiler_info.
8328
9b4e0f94
MC
83292004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8330
8331 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8332 * gdb.base/call-rt-st.exp: Likewise.
8333 * gdb.base/nodebug.exp: Likewise.
8334 * gdb.base/volatile.exp: Likewise.
8335 * gdb.cp/ref-types.exp: Likewise.
8336 * gdb.cp/templates.exp: Likewise.
8337
023c1024
MK
83382004-01-05 Mark Kettenis <kettenis@gnu.org>
8339
8340 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8341
19703c4a
MC
83422004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8343
8344 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8345 hppa*-hp-hpux*.
8346
18b67037
MK
83472004-01-04 Mark Kettenis <kettenis@gnu.org>
8348
ba6219c8
MK
8349 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8350 x86_64-*-*.
8351
18b67037
MK
8352 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8353 sparc64-*-* and sparc*-solaris2*.
8354
1bfbbb9d
MK
83552004-01-04 Mark Kettenis <kettenis@gnu.org>
8356
8357 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8358 return ${tests}" test. The ${tests} already mentions the
8359 filename.
8360
06846494
MC
83612004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8362
8363 * gdb.cp/local.exp: Accept gcc abi 2.
8364
3b0cb202
MC
83652004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8366
8367 * gdb.cp/templates.exp: Accept gcc abi 2.
8368
0643ec3f
MC
83692004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8370
8371 * lib/compiler.cc: Remove supports_template_debugging.
8372 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8373
d231d0b1
MC
83742004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8375
8376 * gdb.cp/namespace.exp: Accept gcc abi 2.
8377
44ffb27c
MC
83782004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8379
8380 * gdb.cp/method.exp: Accept gcc abi 2.
8381
184ad485
MC
83822004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8383
8384 * gdb.cp/classes.exp: Generate identical results as old version.
8385 * gdb.cp/derivation.exp: Likewise.
8386 * gdb.cp/overload.exp: Likewise.
8387 * gdb.cp/virtfunc.exp: Likewise.
8388
116f09e7
MC
83892004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8390
8391 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8392 mysterious bug with sourceware version of expect.
8393
b1379776
MC
83942004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8395
8396 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8397 current versions of gcc, including gcc abi 2. Remove gratuitous
8398 restart of test program. Use gdb_test_multiple and gdb_test for
8399 all tests. Add patterns to xfail missing "const" in "const char *"
8400 and kfail PR gdb/1155.
8401
6b7a4c0e
MC
84022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8403
8404 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8405 current versions of gcc, including gcc abi 2. Remove gratuitous
8406 restart of test program. Use gdb_test_multiple and gdb_test for
8407 all tests. Add patterns to kfail PR gdb/1498.
8408
51615d72
MC
84092003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8410
8411 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8412 current versions of gcc, including gcc abi 2. Use "breakpoint"
8413 and "continue" instead of restarting the target program. Use
8414 gdb_test_multiple and gdb_test for all tests.
8415
7b79a9d7
MK
84162004-01-01 Mark Kettenis <kettenis@gnu.org>
8417
8418 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8419 for *-*-solaris2*.
8420
1cd3489f
MC
84212003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8422
8423 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8424 current versions of gcc, including gcc abi 2. Use "breakpoint"
8425 and "continue" instead of restarting the target program several
8426 times. Use gdb_test_multiple and gdb_test for all tests.
8427
850742db
MC
84282003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8429
8430 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8431 source files.
8432
eb4bbda8
MC
84332003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8434
8435 * gdb.base/environ.exp: Handle compiling test case from multiple
8436 source files.
8437
e42c7771
MC
84382003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8439
8440 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8441
80e4b428
JB
84422003-12-17 Jim Blandy <jimb@redhat.com>
8443
5f06973a
JB
8444 * gdb.base/freebpcmd.c: Add copyright notice.
8445
80e4b428
JB
8446 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8447
0ab84fb7
MC
84482003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8449
8450 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8451
1b3bb3d0
JB
84522003-12-13 Jim Blandy <jimb@redhat.com>
8453
8454 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8455
3a4c9371
KB
84562003-12-12 Kevin Buettner <kevinb@redhat.com>
8457
8458 * gdb.asm/frv.inc: New file.
8459 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8460
a1dea79a
FF
84612003-12-09 Fred Fish <fnf@redhat.com>
8462
8463 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8464 functions to break1.c and leave prototypes behind. Add more
8465 "set breakpoint NN here" comments.
8466 * gdb.base/break1.c: New file.
8467
8468 * gdb.base/break.exp: Handle compiling test case from multiple
8469 source files and change source file references as needed.
8470 * gdb.base/completion.exp: Ditto.
8471 * gdb.base/condbreak.exp: Ditto.
8472 * gdb.base/define.exp: Ditto.
8473 * gdb.base/ena-dis-br.exp: Ditto.
8474 * gdb.base/info-proc.exp: Ditto.
8475 * gdb.base/maint.exp: Ditto.
8476 * gdb.base/until.exp: Ditto.
8477
8478 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8479 hardcoded line numbers.
8480 * gdb.base/define.exp: Ditto.
8481 * gdb.base/ena-dis-br.exp: Ditto.
8482 * gdb.base/maint.exp: Ditto.
8483 * gdb.base/until.exp: Ditto.
8484
8485 * gdb.base/completion.exp: Use "break1" for completion tests since
8486 "break" is no longer a unique prefix.
8487
5266b69c
AC
84882003-12-06 Andrew Cagney <cagney@redhat.com>
8489
8490 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8491 "return_value_unimplemented". When an unimplemented struct return
8492 architecture, report incorrect values as a KFAIL
8493
374451f0
MC
84942003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8495
8496 * gdb.cp/rtti.exp: Accept new wording of warning from
8497 cp_lookup_rtti_type.
8498
ba9b20a7
MC
84992003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8500
8501 Partial fix for PR testsuite/1456.
8502 * gdb.base/scope.exp (test_at_main): Replace references to
8503 gcc_compiled with calls to test_compiler_info.
8504 (test_at_foo): Likewise.
8505 (test_at_bar): Likewise.
8506
b74b6d0b
MC
85072003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8508
8509 Partial fix for PR testsuite/1456.
8510 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8511 to test_compiler_info.
8512
ccfa3402
MC
85132003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8514
8515 * gdb.base/so-impl-ld.exp: Update copyright notice.
8516
f6246aba
MC
85172003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8518
8519 Partial fix for PR testsuite/1456.
8520 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8521 to test_compiler_info.
8522
13ae734a
MC
85232003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8524
8525 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8526 from current versions of gdb. Clean up regular expressions.
8527 Delete redundant timeout case.
8528
d8e1cdee
MC
85292003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8530
8531 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8532 from current versions of gdb. Clean up regular expressions.
8533 Delete redundant timeout case.
8534
96457b64
MC
85352003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8536
8537 Partial fix for PR testsuite/1456.
8538 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8539 gcc_compiled with call to test_compiler_info.
8540
f35309fc
MC
85412003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8542
8543 Partial fix for PR testsuite/1456.
8544 * gdb.base/list.exp (test_list_function): Delete unused declaration
8545 of gcc_compiled.
8546
d7afdf9b
MC
85472003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8548
8549 Partial fix for PR testsuite/1456.
8550 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8551 call to test_compiler_info.
8552
71507b56
MK
85532003-11-29 Mark Kettenis <kettenis@gnu.org>
8554
8555 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8556 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8557 it to create the appropriate note.inc.
8558 * gdb.asm/asmsrc1.s: Include "note.inc".
8559 * gdb.asm/netbsd.inc: New file.
8560 * gdb.asm/empty.inc: New file.
8561
f81f93f7
MC
85622003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8563
8564 Partial fix for PR testsuite/1456.
8565 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8566 calls to test_compiler_info.
8567
9a77938e
MC
85682003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8569
8570 Partial fix for PR testsuite/1456.
8571 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8572 calls to test_compiler_info.
8573
e8367dc7
MK
85742003-11-27 Mark Kettenis <kettenis@gnu.org>
8575
8576 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8577 pattern for the KFAILs.
8578
526c61ee
AF
85792003-11-25 Adam Fedor <fedor@gnu.org>
8580
8581 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8582 * gdb.objc/objcdecode.m: New file.
8583
28f2d600
AF
85842003-11-25 Adam Fedor <fedor@gnu.org>
8585
8586 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8587 * gdb.objc/nondebug.m: New file.
8588
a3895cee
BE
85892003-11-26 Ben Elliston <bje@wasabisystems.com>
8590
8591 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8592 NetBSD as it does on FreeBSD. Modelled on a similar change by
8593 Mark Kettenis on 2003-05-30.
8594 (link-flags): Set to "--entry _start" regardless of target.
8595 Special linker flags are to be appended to $link-flags.
8596 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8597
c9f2c8a3
MC
85982003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8599
8600 * gdb.cp/method.exp: Accept output of new demangler.
8601
15a0587a 86022003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
8603
8604 * gdb/class2.exp: New file.
8605 * gdb/class2.cc: New file.
8606
3c00b570
MC
86072003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8608
8609 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
8610 of new demangler.
8611
7027acc7
MK
86122003-11-23 Mark Kettenis <kettenis@gnu.org>
8613
8614 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
8615 of gdb_test "run".
8616
b0e1598a
MK
86172003-11-23 Mark Kettenis <kettenis@gnu.org>
8618
8619 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
8620 "continue" into "run".
8621
4d9eda44
MC
86222003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8623
8624 Partial fix for PR testsuite/1456.
8625 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
8626 call to test_compiler_info.
8627 * gdb.cp/ctti.exp: Likewise.
8628 * gdb.cp/derivation.exp: Likewise.
8629 * gdb.cp/member-ptr.exp: Likewise.
8630 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
8631 reference to gcc_compiled.
8632
86332003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
8634
8635 Fix PR testsuite/1463.
8636 * gdb.base/structs.exp (start_structs_test): Call
8637 get_debug_format before using the debug format.
8638
d422fe19
AC
86392003-11-22 Andrew Cagney <cagney@redhat.com>
8640
8641 * lib/gdb.exp (gdb_test_multiple): Add simple example.
8642 * gdb.base/structs.exp: Use gdb_test_multiple.
8643
039cf96d
AC
86442003-11-20 Andrew Cagney <cagney@redhat.com>
8645
6882279b
AC
8646 * gdb.base/structs.exp: Handle and recover from internal errors.
8647 Replace "foo${n}" with "foo<n>" in test messages.
8648
e53890ae
AC
8649 * gdb.base/structs.exp: Update copyright. Rewrite.
8650 * gdb.base/structs.c: Update copyright. Rewrite.
8651
2b211c59
AC
8652 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
8653 resync count exceeded.
d63a86f8 8654
039cf96d
AC
8655 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
8656 from the internal error.
8657 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
8658 Original from Jim Blandy.
8659 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 8660
eac98b22
AC
86612003-11-19 Andrew Cagney <cagney@redhat.com>
8662
8663 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
8664 KFAIL.
8665
67455b2a
MK
86662003-11-17 Mark Kettenis <kettenis@gnu.org>
8667
8668 New testcase for PR backtrace/1435.
8669 * gdb.arch/i386-unwind.exp: New file.
8670 * gdb.arch/i386-unwind.c: New file.
8671
853d6e5b
AC
86722003-11-17 Andrew Cagney <cagney@redhat.com>
8673
8674 * lib/gdb.exp (compiler_info): New global.
8675 (test_compiler_info): New function.
8676 (get_compiler_info): Set compiler_info.
8677 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
8678 "compiler_info" to gcc-<major>-<minor>.
8679
38cf6e11
MC
86802003-11-15 Michael Chastain <mec.gnu@mindspring.com>
8681
8682 * gdb.trace/configure: Remove.
8683
a50d3602
EZ
86842003-11-13 Elena Zannoni <ezannoni@redhat.com>
8685
8686 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 8687 breakpoints.
a50d3602
EZ
8688 * gdb.base/break.exp: Remove all references to explicit line
8689 numbers.
8690
d9407aaa
NC
86912003-11-11 Nick Clifton <nickc@redhat.com>
8692
8693 * gdb.base/shreloc.exp: Do not run for targets which do not
8694 support shared objects.
8695
db488fc1
CV
86962003-11-10 Corinna Vinschen <vinschen@redhat.com>
8697
8698 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
8699 Don't run tests if nofileio flag is given.
8700
6a90a18e
EZ
87012003-11-07 Elena Zannoni <ezannoni@redhat.com>
8702
8703 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 8704 as well as 'Watchpoint'.
6a90a18e 8705
0b915e9c
EZ
87062003-11-06 Elena Zannoni <ezannoni@redhat.com>
8707
8708 Reported by Jim Ingham <jingham@apple.com>:
8709 * gdb.base/annota1.exp: Match at least one occurrence of the
8710 signal handler annotation.
8711
d7e4b55f
EZ
87122003-11-06 Elena Zannoni <ezannoni@redhat.com>
8713
a9c64011
AS
8714 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
8715 as well as 'Watchpoint'.
d7e4b55f 8716
2fe4e8d0
MC
87172003-11-05 Michael Chastain <mec@shout.net>
8718
8719 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
8720
6ef88553
KW
87212003-11-03 Kris Warkentin <kewarken@qnx.com>
8722
8723 * gdb.arch/gdb1291.c: New test file.
8724 * gdb.arch/gdb1291.exp: New test script.
8725 * gdb.arch/gdb1431.c: New test file.
8726 * gdb.arch/gdb1431.exp: New test script.
8727
ae7dc4d8
MC
87282003-10-22 Michael Chastain <mec@shout.net>
8729
8730 * gdb.mi/pthreads.c: Add copyright notice.
8731
c39d7427
MC
87322003-10-22 Michael Chastain <mec@shout.net>
8733
8734 * gdb.threads/pthreads.c: Add copyright notice.
8735
8b7d96c1
MC
87362003-10-20 Michael Chastain <mec@shout.net>
8737
8738 * gdb.base/gdb1056.exp: New test script.
8739
d1d69fdd
DJ
87402003-10-13 Daniel Jacobowitz <drow@mvista.com>
8741
8742 * gdb.threads/killed.exp: Use gdb_run_cmd.
8743
7d605576
DJ
87442003-10-13 Daniel Jacobowitz <drow@mvista.com>
8745
8746 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
8747 create a core file.
8748 * gdb.threads/gcore-thread.exp: Likewise.
8749
618ec112
CV
87502003-10-13 Corinna Vinschen <vinschen@redhat.com>
8751
8752 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
8753 type, based on char type.
8754 (struct bit_flags_short_t): New bitfield type, based on short type.
8755 (init_bit_flags_char): New fuction.
8756 (init_bit_flags_short): Ditto.
8757 (print_bit_flags_char): Ditto.
8758 (print_bit_flags_short): Ditto.
8759 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
8760
9367a73c
MC
87612003-10-11 Michael Chastain <mec@shout.net>
8762
8763 * gdb.base/call-rt-st.exp: Update copyright year.
8764
1decf120
KI
87652003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8766
8767 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
8768 * gdb.disasm/sh3.s: Ditto.
8769
5445b2ae
DJ
87702003-10-07 Daniel Jacobowitz <drow@mvista.com>
8771
8772 * gdb.threads/switch-threads.exp: New test.
8773 * gdb.threads/switch-threads.c: New source file.
8774
aec24853
CV
87752003-10-07 Corinna Vinschen <vinschen@redhat.com>
8776
8777 * gdb.base/ending-run.exp: Add sh specific case.
8778
adc7428d
AC
87792003-10-06 Andrew Cagney <cagney@redhat.com>
8780
8781 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
8782 * gdb.disasm/mn10200.exp: Delete obsolete file.
8783
c9d37158
DJ
87842003-09-29 Daniel Jacobowitz <drow@mvista.com>
8785
8786 * ChangeLog: Correct an entry command.exp -> commands.exp.
8787 * gdb.base/commands.exp (bp_deleted_in_command_test)
8788 (temporary_breakpoint_commands): Check noargs.
8789
79c2c32d
DC
87902003-09-25 David Carlton <carlton@kealia.com>
8791
8792 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
8793 of some print tests, where appropriate. Add tests for C::D::cd,
8794 E::ce, F::cXfX, G::XgX.
8795 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
8796
594e6d67
RE
87972003-09-25 Richard Earnshaw <rearnsha@arm.com>
8798
8799 * lib/java.exp (java_init): Import target_alias before using it.
8800
10f0d451
DC
88012003-09-25 David Carlton <carlton@kealia.com>
8802
8803 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
8804
274bcba0
EZ
88052003-09-23 Elena Zannoni <ezannoni@redhat.com>
8806
d63a86f8 8807 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 8808 weirdness.
274bcba0 8809
cdbf20f7
MC
88102003-09-17 Michael Chastain <mec@shout.net>
8811
8812 * gdb.cp/gdb1355.exp: New file.
8813 * gdb.cp/gdb1355.c: New file.
8814
71e06f80
CV
88152003-09-15 Corinna Vinschen <vinschen@redhat.com>
8816
8817 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
8818 * gdb.asm/sh.inc: New file.
8819
5c4e30ca
DC
88202003-09-11 David Carlton <carlton@kealia.com>
8821
bd45b7af
DC
8822 * gdb.cp/namespace.exp: Add tests for namespace types.
8823 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
8824 (test_namespace): New.
8825
1c199746
EZ
88262003-09-11 Elena Zannoni <ezannoni@redhat.com>
8827
a9c64011 8828 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 8829 * gdb.stabs/weird.exp: Ditto.
1c199746 8830
04ed252f
MC
88312003-09-08 Michael Chastain <mec@shout.net>
8832
8833 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
8834
d8a2d9e7
MC
88352003-09-07 Michael Chastain <mec@shout.net>
8836
8837 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
8838 'parse error'.
8839
161afb24
MK
88402003-09-07 Mark Kettenis <m.kettenis@osp.nl>
8841
8842 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
8843
49f2741a
MC
88442003-08-30 Michael Chastain <mec@shout.net>
8845
8846 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
8847 * gdb.gdb/observer.exp: Ditto.
8848 * gdb.gdb/xfullpath.exp: Ditto.
8849
8afa723e
MK
88502003-08-29 Mark Kettenis <kettenis@gnu.org>
8851
8852 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
8853 *-*-*bsd*.
8854
f31dfe3b
JJ
88552003-08-28 Jeff Johnston <jjohnstn@redhat.com>
8856
8857 * gdb.base/dump.exp: Skip for ia64.
8858
4630e498
JJ
88592003-08-25 Jeff Johnston <jjohnstn@redhat.com>
8860
8861 * gdb.asm/asm-source.exp: Add ia64 support.
8862 * gdb.asm/ia64.inc: New file.
8863
1105b7ef
MC
88642003-08-22 Michael Chastain <mec@shout.net>
8865
8866 * gdb.cp: New directory.
8867 * gdb.cp/*: Copy from gdb.c++/*.
8868 * gdb.c++/*: Remove.
8869 * Makefile.in: Change gdb.c++ to gdb.cp.
8870 * configure.in: Ditto.
8871 * configure: Regnerate.
8872
c945b932
MK
88732003-08-18 Mark Kettenis <kettenis@gnu.org>
8874
8875 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
8876 * gdb.arch/i386-prologue.c (gdb1338): Add function.
8877
2b66634b
DJ
88782003-08-17 Daniel Jacobowitz <drow@mvista.com>
8879
8880 * mi-var-display.exp (-var-list-children weird): Accept function
8881 pointers with argument types.
8882 * mi1-var-display.exp (-var-list-children weird): Likewise.
8883 * mi2-var-display.exp (-var-list-children weird): Likewise.
8884
a356f73b
DJ
88852003-08-17 Daniel Jacobowitz <drow@mvista.com>
8886
8887 * gdb.base/annota3.exp: Add missing newline.
8888
483417b8
MC
88892003-08-06 Michael Chastain <mec@shout.net>
8890
8891 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
8892
c99c59c3
MS
88932003-08-12 Michael Snyder <msnyder@redhat.com>
8894
8895 * gdb.base/float.exp: Add test for SH.
8896
55ed7501
MK
88972003-08-10 Mark Kettenis <kettenis@gnu.org>
8898
8899 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
8900
1a371f2e
EZ
89012003-08-07 Elena Zannoni <ezannoni@redhat.com>
8902
8903 * gdb.base/completion.exp: Remove reduntant completion test
8904 on filename.
8905
e0f353ce
EZ
89062003-08-07 Elena Zannoni <ezannoni@redhat.com>
8907
a9c64011
AS
8908 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
8909 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
8910 gdb.trace/save-trace.exp: Make sure that full pathnames are
8911 escaped correctly.
e0f353ce 8912
5710a1af 89132003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 8914
a9c64011
AS
8915 * configure.in: Don't generate config.h from config.hin.
8916 * configure: Regenerate.
8917 * config.hin: Remove file.
8918 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
8919 * gdb.threads/pthreads.c: Ditto.
5710a1af 8920
dcd81ce9
DJ
89212003-08-07 Daniel Jacobowitz <drow@mvista.com>
8922
8923 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8924 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
8925 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
8926 Replace ld24 with seth/add3.
8927
6009d884
AC
89282003-08-02 Andrew Cagney <cagney@redhat.com>
8929
8930 * gdb.base/annota3.exp: New file.
8931 * gdb.base/annota3.c: New file.
8932 * gdb.c++/annota3.exp: New file.
8933 * gdb.c++/annota3.cc: New file.
8934
51514e06
MC
89352003-07-29 Michael Chastain <mec@shout.net>
8936
8937 * gdb.threads/tls.c (spin): Check errno only if sem_wait
8938 actually failed.
8939 (do_pass): Likewise.
8940 * gdb.threads/tls.exp: Always initialize no_of_threads.
8941
4ee6625b
DJ
89422003-07-27 Daniel Jacobowitz <drow@mvista.com>
8943
8944 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
8945 pattern.
8946 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
8947 * gdb.threads/tls.exp: Recognize one case of the host library not
8948 supporting TLS.
8949
225f2bf6
AC
89502003-07-27 Andrew Cagney <cagney@redhat.com>
8951
8952 * gdb.base/fileio.exp: Use SH when running commands using
8953 remote_exec.
8954
bcb27c9f
DJ
89552003-07-24 Daniel Jacobowitz <drow@mvista.com>
8956
8957 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8958 * gdb.base/relocate.c (dummy): New padding array.
8959
3d67be83
MS
89602003-07-22 Michael Snyder <msnyder@redhat.com>
8961
d63a86f8 8962 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
8963
8964 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
8965 patterns to be more general, accepting old and new output.
8966 Some output chars (such as '+') also must be quoted.
d63a86f8 8967 Some addresses are displayed numerically instead of
3d67be83
MS
8968 symbolically.
8969
57ba3b85
MS
89702003-07-23 Michael Snyder <msnyder@redhat.com>
8971
686d097c
MS
8972 * gdb.base/return2.exp: Don't test long-long return.
8973
57ba3b85
MS
8974 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
8975 * gdb.disasm/t01_mov.exp: Ditto.
8976 * gdb.disasm/t02_mova.s: Ditto.
8977 * gdb.disasm/t02_mova.exp: Ditto.
8978 * gdb.disasm/t03_add.s: Ditto.
8979 * gdb.disasm/t03_add.exp: Ditto.
8980 * gdb.disasm/t04_sub.s: Ditto.
8981 * gdb.disasm/t04_sub.exp: Ditto.
8982 * gdb.disasm/t05_cmp.s: Ditto.
8983 * gdb.disasm/t05_cmp.exp: Ditto.
8984 * gdb.disasm/t06_ari2.s: Ditto.
8985 * gdb.disasm/t06_ari2.exp: Ditto.
8986 * gdb.disasm/t07_ari3.s: Ditto.
8987 * gdb.disasm/t07_ari3.exp: Ditto.
8988 * gdb.disasm/t08_or.s: Ditto.
8989 * gdb.disasm/t08_or.exp: Ditto.
8990 * gdb.disasm/t09_xor.s: Ditto.
8991 * gdb.disasm/t09_xor.exp: Ditto.
8992 * gdb.disasm/t10_and.s: Ditto.
8993 * gdb.disasm/t10_and.exp: Ditto.
8994 * gdb.disasm/t11_logs.s: Ditto.
8995 * gdb.disasm/t11_logs.exp: Ditto.
8996 * gdb.disasm/t12_bit.s: Ditto.
8997 * gdb.disasm/t12_bit.exp: Ditto.
8998 * gdb.disasm/t13_otr.s: Ditto.
8999 * gdb.disasm/t13_otr.exp: Ditto.
9000
e00759ef
EZ
90012003-07-22 Elena Zannoni <ezannoni@redhat.com>
9002
9003 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9004
8bc2021f
EZ
90052003-07-22 Elena Zannoni <ezannoni@redhat.com>
9006
a9c64011
AS
9007 * gdb.threads/tls.c : New file.
9008 * gdb.threads/tls.exp : New file.
9009 * gdb.threads/tls-main.c : New file.
9010 * gdb.threads/tls-shared.c : New file.
9011 * gdb.threads/tls-shared.exp : New file.
8bc2021f 9012
89320c4c
AS
90132003-07-22 Andreas Schwab <schwab@suse.de>
9014
9015 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9016
180dea7c
AS
90172003-07-20 Andreas Schwab <schwab@suse.de>
9018
9019 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9020 due to insn reordering.
9021
0714963c
AC
90222003-07-15 Andrew Cagney <cagney@redhat.com>
9023
9024 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9025
98a23b3f
MC
90262003-07-15 Michael Chastain <mec@shout.net>
9027
9028 * gdb.base/gdb1250.exp: New file.
9029 * gdb.base/gdb1250.c: New file.
9030
27e417a2
ML
90312003-07-09 Michal Ludvig <mludvig@suse.cz>
9032
9033 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9034 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9035
8bc2021f
EZ
90362003-07-09 Elena Zannoni <ezannoni@redhat.com>
9037
a9c64011
AS
9038 * gdb.threads/tls.c: New file.
9039 * gdb.threads/tls.exp: New file.
9040 * gdb.threads/tls-main.c: New file.
9041 * gdb.threads/tls-shared.c: New file.
9042 * gdb.threads/tls-shared.exp: New file.
8bc2021f 9043
d99968dc
EZ
90442003-07-09 Elena Zannoni <ezannoni@redhat.com>
9045
9046 * gdb.base/annota1.exp: Make sure that we properly escape the
9047 full path of the source file. Xfail more permissive patterns,
d63a86f8 9048 due to a compiler debug info problem.
d99968dc 9049
83876b3b
AS
90502003-07-07 Andreas Schwab <schwab@suse.de>
9051
2705e972
AS
9052 * gdb.asm/m68k.inc: New file.
9053 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9054
83876b3b
AS
9055 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9056 arguments"): Also match negative number.
9057
9058 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9059
3a871b37
DJ
90602003-07-03 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * gdb.base/store.c (charest): New typedef.
9063 (add_char): Rename to add_charest, update.
9064 (wack_char): Rename to wack_charest, update types. Return l + r
9065 to keep r live across the call.
9066 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9067 (wack_double, wack_doublest): Return l + r to keep r live across
9068 the call.
9069 * gdb.base/store.exp: Accomodate store.c changes.
9070
b2a7f303
DC
90712003-06-30 David Carlton <carlton@kealia.com>
9072
9073 * gdb.c++/maint.exp (test_invalid_name): New.
9074 (test_first_component): Add tests for invalid names.
9075
3c6cb4a1
MC
90762003-06-29 Michael Chastain <mec@shout.net>
9077
9078 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9079 output of '<VTT for class>' for virtual base classes.
9080
f1c2644b
DJ
90812003-06-29 Daniel Jacobowitz <drow@mvista.com>
9082
9083 * gdb.base/completion.exp: Tab-complete "complet" instead of
9084 "compl".
9085 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9086
18080350
DJ
90872003-06-29 Daniel Jacobowitz <drow@mvista.com>
9088
9089 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9090 * gdb.base/volatile.exp: Likewise.
9091
f56973f8
DJ
90922003-06-29 Daniel Jacobowitz <drow@mvista.com>
9093
9094 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9095 gdb/1265.
9096
90972003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
9098 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9101 initial line count of 'captured_main' from 26 to 32.
9102 (test_with_self): Allow xmalloc call to be interleaved with the
9103 preceding two lines.
9104
e766d4d6
JB
91052003-06-24 Joel Brobecker <brobecker@gnat.com>
9106
9107 * gdb.base/bang.exp: New testcase.
9108
f125c9a4
JB
91092003-06-23 Joel Brobecker <brobecker@gnat.com>
9110
9111 * gdb.base/langs.exp: Add some tests for the "minimal" language
9112 support.
9113
6e25beaf
EZ
91142003-06-23 Elena Zannoni <ezannoni@redhat.com>
9115
9116 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9117 the testcase.
9118
2f816dda
DJ
91192003-06-22 Daniel Jacobowitz <drow@mvista.com>
9120
9121 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9122 offset.
9123
db5a5748
DJ
91242003-06-22 Daniel Jacobowitz <drow@mvista.com>
9125
9126 * gdb.c++/pr-1210.cc: New file.
9127 * gdb.c++/pr-1210.exp: New file.
9128
1df0c130
DJ
91292003-06-21 Daniel Jacobowitz <drow@mvista.com>
9130
9131 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9132 000-exec-continue.
9133
a92feac0
MK
91342003-06-15 Mark Kettenis <kettenis@gnu.org>
9135
9136 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9137 on *-*-*bsd* instead of *-*-freebsd*.
9138
81a58f5b
AC
91392003-06-14 Andrew Cagney <cagney@redhat.com>
9140
9141 * gdb.base/store.exp: Test longest and doublest. Test all
9142 parameters. Weaken return statement match.
9143 * gdb.base/store.c: Add longest and doublest - aka long long and
9144 long double functions. Put all parameters into local register
9145 variables. Use negative values.
9146
b257a0d3
AC
91472003-06-14 Andrew Cagney <cagney@redhat.com>
9148
9149 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9150 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9151 exit status.
9152 * gdb.base/fileio.exp: Disable target when nointerrupts and
9153 noinferiorio, instead of limiting it to remote. Use remote_exec
9154 instead of system.
d63a86f8 9155
21c38304
JJ
91562003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9157
9158 * gdb.base/float.exp: Add ia64 support.
9159
1bcdb424
CV
91602003-06-12 Corinna Vinschen <vinschen@redhat.com>
9161
9162 * gdb.base/fileio.exp: Run only on remote targets.
9163
6aeb981f
CV
91642003-06-10 Corinna Vinschen <vinschen@redhat.com>
9165
9166 * gdb.base/fileio.c: New file, testing File-I/O.
9167 * gdb.base/fileio.exp: Ditto.
9168
53df362e
RG
91692003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9170
9171 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9172 shared objects after relocation at load time (gdb PR/1132).
9173 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9174 as above, part of the shared object relocation test.
53df362e 9175
ffee1b46
MK
91762003-06-08 Mark Kettenis <kettenis@gnu.org>
9177
b5ca3722
MK
9178 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9179 fully filled history list.
9180 * gdb.base/gdb_history: New file.
9181
03ed860d
MK
9182 * gdb.base/signals.exp: XFAIL "continue to func1" on
9183 i*86-*-freebsd*.
9184
ffee1b46
MK
9185 * gdb.base/attach.exp: When trying to attach to a nonexistent
9186 process, make it possible to specify the PID based on the target,
9187 and do so for *-*-freebsd*.
9188
d80dbb52
RH
91892003-06-02 Richard Henderson <rth@redhat.com>
9190
9191 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9192
6dd77b81
RH
91932003-06-02 Richard Henderson <rth@redhat.com>
9194
9195 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9196
f6347e16
RH
91972003-06-02 Richard Henderson <rth@redhat.com>
9198
9199 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9200
2c161407
DJ
92012003-06-01 Daniel Jacobowitz <drow@mvista.com>
9202
9203 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9204 of globalvar.
9205
572eb746
MK
92062003-06-01 Mark Kettenis <kettenis@gnu.org>
9207
9208 * gdb.asm/asm-source.exp: Check for memory read errors in
9209 disassembler test on *BSD too.
9210
9e9617a5
RH
92112003-06-01 Richard Henderson <rth@redhat.com>
9212
9213 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9214 for .frame.
9215 (gdbasm_call): Lose ldgp.
9216 (gdbasm_startup): Add frame information.
9217 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9218
7b34ad4e
MK
92192003-05-31 Mark Kettenis <kettenis@gnu.org>
9220
9221 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9222 i?86-*-*.
9223
10059fdf
MK
92242003-05-30 Mark Kettenis <kettenis@gnu.org>
9225
9226 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9227 FreeBSD.
9228
acf4b816
RH
92292003-05-29 Richard Henderson <rth@redhat.com>
9230
9231 * gdb.asm/alpha.inc: New file.
9232 * gdb.asm/asm-source.exp: Use it.
9233
e9ecd949
JB
92342003-05-29 Jim Blandy <jimb@redhat.com>
9235
9236 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9237 'core.PID'.
9238
e3e5a4f3
JB
92392003-05-22 Jim Blandy <jimb@redhat.com>
9240
9241 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9242 backtrace.
d63a86f8 9243
72fe3d25
DC
92442003-05-20 David Carlton <carlton@math.stanford.edu>
9245
9246 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9247 this time.
9248
58da2eb2
DC
92492003-05-19 David Carlton <carlton@bactrian.org>
9250
9251 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9252 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9253
1fcb5155
DC
92542003-05-19 David Carlton <carlton@bactrian.org>
9255
9256 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9257 namespace tests.
9258 Bump copyright date.
9259 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9260 (main): Call C::D::marker2.
9261 * gdb.c++/namespace1.cc: New file.
9262
85e85163
JJ
92632003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9264
9265 Roland McGrath <roland@redhat.com>
d63a86f8 9266 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9267 there is no manager thread.
9268
a25fbfec
JJ
92692003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9270
d63a86f8
RM
9271 * gdb.threads/schedlock.exp: Remove assumption that all threads
9272 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9273 in one of the child threads rather than the main thread.
9274
be375bae
JB
92752003-05-07 Jim Blandy <jimb@redhat.com>
9276
09bf6082
JB
9277 Add support for assembly source testing on the s390x.
9278 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9279 architecture.
9280 * gdb.asm/s390x.inc: New file.
9281
be375bae
JB
9282 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9283 succession of 'if' statements.
9284
00905d52
AC
92852003-05-05 Andrew Cagney <cagney@redhat.com>
9286
9287 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9288
b1e29e33
AC
92892003-05-05 Andrew Cagney <cagney@redhat.com>
9290
9291 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9292 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9293
e33d66ec
EZ
92942003-05-02 Elena Zannoni <ezannoni@redhat.com>
9295
9296 * gdb.base/charset.exp: Update based on new behavior of set/show
9297 charset commands.
9298
2b6fd0d8
AC
92992003-05-01 Andrew Cagney <cagney@redhat.com>
9300
9301 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9302 variable do not give memory errors.
9303
130cacce
AF
93042003-04-30 Adam Fedor <fedor@gnu.org>
9305
9306 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9307 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9308 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9309 gdb.objc/basicclass.m: : New files
9310
9311 * lib/gdb.exp (gdb_compile_objc): New procedure.
9312
bea71854
DJ
93132003-04-27 Daniel Jacobowitz <drow@mvista.com>
9314
9315 * gdb.base/signals.exp: Make backtrace tests more specific.
9316
0f20eeea
DC
93172003-04-23 David Carlton <carlton@bactrian.org>
9318
9319 * gdb.c++/maint.exp (test_first_component): Add tests for
9320 'operator' in more locations.
9321
c8c4d8dc
KB
93222003-04-16 Kevin Buettner <kevinb@redhat.com>
9323
9324 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9325
3fe60e3c
EZ
93262003-04-16 Elena Zannoni <ezannoni@redhat.com>
9327
9328 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9329 func marke' instead. Update test name.
3fe60e3c 9330
9219021c
DC
93312003-04-15 David Carlton <carlton@math.stanford.edu>
9332
9333 * gdb.c++/maint.exp: New file.
9334
5dd55bdd
EZ
93352003-04-14 Elena Zannoni <ezannoni@redhat.com>
9336
9337 * gdb.threads/schedlock.c: Change type of thread function argument
9338 to long, to avoid warnings on 64-bit platforms.
9339
00890572
EZ
93402003-04-14 Elena Zannoni <ezannoni@redhat.com>
9341
a9c64011
AS
9342 * gdb.base/attach.exp: Add new message from ptrace in case of
9343 attaching to nonexistent process.
d63a86f8 9344
93201743
JB
93452003-04-11 Jim Blandy <jimb@redhat.com>
9346
9347 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9348 gdb.c++/userdef.cc: Place comments on the lines to which the
9349 marker function might return.
9350 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9351 gdb.c++/userdef.exp: Look for those comments to check that we've
9352 returned to the right place, instead of checking line numbers.
9353
2a11c64d
EZ
93542003-04-11 Elena Zannoni <ezannoni@redhat.com>
9355
a9c64011
AS
9356 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9357 match on sourcefile name, instead of directory name.
2a11c64d 9358
68ab8fc5
EZ
93592003-04-10 Elena Zannoni <ezannoni@redhat.com>
9360
d63a86f8 9361 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9362 working directory name.
9363
5624293a
JB
93642003-04-09 Jim Blandy <jimb@redhat.com>
9365
9366 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9367 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9368 after an inferior function call, report the failure, but allow the
9369 test to continue.
9370
f1f02ee4
SC
93712003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9372
9373 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9374 with -DPROTOTYPES.
9375
6eb79af0
SC
93762003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9377
9378 * gdb.base/break.exp: Revert last patch.
9379
8dfb4cf0
SC
93802003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9381
9382 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9383 with -DPROTOTYPES.
9384
ed4c619a
AC
93852003-04-02 Andrew Cagney <cagney@redhat.com>
9386
9387 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9388 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9389 matching directories by the name breakpoint.
9390 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9391 Make "continue to marker1" consistent.
9392 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9393 message consistent.
9394 * lib/gdb.exp: Put "the program is no longer running", and "the
9395 program exited" in parenthesis.
9396 * lib/mi-support.exp: Ditto.
d63a86f8 9397
4e35d5f0 93982003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9399
4e35d5f0
BR
9400 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9401
71900fe8
AC
94022003-03-29 Andrew Cagney <cagney@redhat.com>
9403
9404 * gdb.base/sizeof.c (main): Print the value of '\377'.
9405 * gdb.base/sizeof.exp: Check the sign of '\377'.
9406
c0655a16
MC
94072003-03-27 Michael Chastain <mec@shout.net>
9408
9409 * gdb.base/gdb1090.exp: New file.
9410 * gdb.base/gdb1090.cc: New file.
9411
5b2a3989
JB
94122003-03-27 J. Brobecker <brobecker@gnat.com>
9413
9414 * gdb.gdb/observer.exp: New regression test.
9415
79876890
MC
94162003-03-27 Michael Chastain <mec@shout.net>
9417
9418 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9419 * gdb.base/ptype.exp: Likewise.
9420
6eac95e3
CV
94212003-03-27 Corinna Vinschen <vinschen@redhat.com>
9422
9423 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9424
e8c71839
MC
94252003-03-26 Michael Chastain <mec@shout.net>
9426
9427 * gdb.base/ptype.exp: Actually use some typedef'd types.
9428
71b10041
SC
94292003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9430
9431 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9432 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9433
2512cf80
CV
94342003-03-20 Corinna Vinschen <vinschen@redhat.com>
9435
9436 * gdb.base/default.exp: Fix regular expression.
9437
0d195a4f
CV
94382003-03-20 Corinna Vinschen <vinschen@redhat.com>
9439
9440 * gdb.base/args.exp: Fix regular expression.
9441
8a2dbca8
CV
94422003-03-20 Corinna Vinschen <vinschen@redhat.com>
9443
9444 * gdb.base/help.exp: Allow Win32 child process.
9445
bf028682
CV
94462003-03-20 Corinna Vinschen <vinschen@redhat.com>
9447
9448 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9449 when stepping out of main().
9450
182dbe85
CV
94512003-03-20 Corinna Vinschen <vinschen@redhat.com>
9452
9453 * gdb.base/default.exp: Check for win32 specific message when calling
9454 "run" without executable.
9455
d67a6ba5
CV
94562003-03-20 Corinna Vinschen <vinschen@redhat.com>
9457
9458 * gdb.base/args.exp: Expect .exe in output.
9459
a955b5bb
CV
94602003-03-20 Corinna Vinschen <vinschen@redhat.com>
9461
9462 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9463 Cygwin native.
9464
bf6bad4b
AC
94652003-03-17 Andrew Cagney <cagney@redhat.com>
9466
9467 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9468 vector registes.
9469 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9470 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9471
293e9a31
DC
94722003-03-17 David Carlton <carlton@math.stanford.edu>
9473
9474 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9475 test, for PR breakpoints/38.
9476 Call test_watchpoint_and_breakpoint.
9477 * gdb.base/watchpoint.c (func3): New function.
9478 (main): Call func3.
9479
5330f2db
DC
94802003-03-04 David Carlton <carlton@math.stanford.edu>
9481
9482 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9483 Garply<Garply<char> >:: garply".
9484 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9485 with respect to PR c++/1111; note also PR c++/1113.
9486 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9487 respect to PR c++/1062.
9488 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9489
6ece72da
DC
94902003-03-03 David Carlton <carlton@math.stanford.edu>
9491
9492 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9493 with respect to PR c++/57.
9494 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9495 c++/826.
9496 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9497 respect to PR c++/57.
9498
85ca1584
DC
94992003-03-03 David Carlton <carlton@math.stanford.edu>
9500
9501 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9502 respect to PR c++/33 into FAILs.
9503
98e9c5b8
MC
95042003-03-03 Michael Chastain <mec@shout.net>
9505
7bedbf27
MC
9506 * configure.in: Update copyright years.
9507
95082003-03-03 Michael Chastain <mec@shout.net>
9509
9510 * Makefile.in: Update copyright years.
98e9c5b8 9511
f683e100
DC
95122003-02-28 David Carlton <carlton@math.stanford.edu>
9513
9514 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9515 print class instead of struct and/or superfluous protection
9516 specifiers, as long as the resulting output is equivalent to the
9517 source code.
9518 Delete FIXME from end of messages on tests that don't need
9519 fixing.
9520
a9e0cf2c
DC
95212003-02-28 David Carlton <carlton@math.stanford.edu>
9522
9523 * gdb.c++/templates.exp (do_tests): Allow const in the two
9524 Foo<volatile char *>::foo tests.
9525
e8d359df
MS
95262003-02-27 Michael Snyder <msnyder@redhat.com>
9527
d63a86f8 9528 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
9529 will be consistant.
9530
0b71dc91
DC
95312003-02-26 David Carlton <carlton@math.stanford.edu>
9532
9533 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9534 char *>::foo" test with respect to PR c++/33. Create a new test
9535 which is identical to that one except that it doesn't put the
9536 space between the "char" and the "*"; KFAIL it, too.
9537
dd14ab43
DC
95382003-02-26 David Carlton <carlton@math.stanford.edu>
9539
9540 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9541 template types into either PASSes or KFAILs (corresponding to PR
9542 c++/57). Tweak indentation. Update copyright.
9543
1146c7f1
SC
95442003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9545
9546 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9547
74641dfb
MC
95482003-02-13 Michael Chastain <mec@shout.net>
9549
9550 * gdb.base/exprs.exp: Remove i960 remnants.
9551 * gdb.base/funcargs.exp: Likewise.
9552 * gdb.base/list.exp: Likewise.
9553 * gdb.base/ptype.exp: Likewise.
9554
559cd2d0
DC
95552003-02-14 David Carlton <carlton@math.stanford.edu>
9556
9557 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9558 pEe->D::vg()" from XFAIL to KFAIL.
9559
c4f90d87
JM
95602003-02-13 Jason Molenda (jmolenda@apple.com)
9561
9562 * gdb.base/maint.exp: Update maint print statistics regexp to include
9563 new entries.
9564
cbc4d97c
MC
95652003-02-13 Michael Chastain <mec@shout.net>
9566
9567 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9568
40f235b7
MC
95692003-02-12 Michael Chastain <mec@shout.net>
9570
9571 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9572 * gdb.c++/inherit.exp: Likewise.
9573 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9574 * gdb.c++/templates.exp: Likewise.
9575 * gdb.c++/virtfunc.exp: Likewise.
9576
c56716b0
JM
95772003-02-06 Jason Molenda (jason-cl@molenda.com)
9578
9579 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9580 why the code is written that way.
9581
070afcf8
MC
95822003-02-05 Michael Chastain <mec@shout.net>
9583
9584 * gdb.base/dump.exp: Add missing copyright line.
9585
5d0331e5
JM
95862003-02-05 Jason Molenda (jason-cl@molenda.com)
9587
f7ae6d3e 9588 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
9589 at the beginning so the breakpoint doesn't get set on the loop.
9590
92851186
MC
95912003-02-05 Michael Chastain <mec@shout.net>
9592
9593 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9594 output for configurations with gcc 2.95.3.
9595
cbf1e085
AC
95962003-02-05 Keith Seitz <keiths@redhat.com>
9597 Andrew Cagney <ac131313@redhat.com>
9598
9599 * gdb.mi/mi-cli.exp: New file.
d63a86f8 9600
29518e1e
MC
96012003-02-04 Michael Chastain <mec@shout.net>
9602
9603 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9604 Call perror and then continue.
9605
5af1d5f3
MC
96062003-02-03 Michael Chastain <mec@shout.net>
9607
9608 * gdb.c++/pr-1023.cc: New file.
9609 * gdb.c++/pr-1023.exp: New file.
9610
6b549786
JB
96112003-02-05 Jim Blandy <jimb@redhat.com>
9612
9613 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
9614 it's local to foobar. Check for it there, and check that it's not
9615 present in main.
9616 * gdb.c++/local.cc (marker2): New function.
9617 (foobar): Call marker1.
9618 (main): Call marker2 instead of marker1.
9619
67f16606
AC
96202003-02-04 Andrew Cagney <ac131313@redhat.com>
9621
9622 * gdb.disasm/mn10200.exp: Obsolete file.
9623 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
9624 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
9625 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
9626
1c5cb38e
DC
96272003-02-04 David Carlton <carlton@math.stanford.edu>
9628
9629 * gdb.c++/overload.exp: Test intToChar(1).
9630 * gdb.c++/overload.cc (intToChar): New.
9631 (main): Call intToChar.
9632
d1fe6965
DC
96332003-02-03 David Carlton <carlton@math.stanford.edu>
9634
9635 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
9636 'might_kfail' arg.
9637 KFAIL some of the continue_to_bp_overloaded calls, according to
9638 PR c++/1025.
9639
9ba61c5d
MC
96402003-02-01 Michael Chastain <mec@shout.net>
9641
9642 * gdb.base/advance.c (marker1): New marker function.
9643 * gdb.base/advance.exp: When the 'advance' command lands on the
9644 return breakpoint, it can legitimately stop on either the
9645 current line or the next line. Accommodate both outcomes.
9646 * gdb.base/until.exp: Likewise.
9647
e7494ffb
AC
96482003-02-02 Andrew Cagney <ac131313@redhat.com>
9649
9650 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9651 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
9652 now a list, not a tuple.
9653 * gdb.mi/mi-var-display.exp: Ditto.
9654 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 9655
075559bc
AC
96562003-02-01 Andrew Cagney <ac131313@redhat.com>
9657
9658 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9659 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
9660 stack backtraces.
9661 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 9662
2bd4c7b1
MK
96632003-02-01 Mark Kettenis <kettenis@gnu.org>
9664
9665 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9666 gdb.mi/mi1-pthreads.exp: Return instead of calling
9667 gdb_suppress_entire_file.
9668
eabd8992
MS
96692003-02-01 Mark Salter <msalter@redhat.com>
9670
9671 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
9672
71469e2f
MS
96732003-01-31 Mark Salter <msalter@redhat.com>
9674
9675 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
9676 Support empty arg.
9677
38a94d44
MC
96782003-01-30 Michael Chastain <mec@shout.net>
9679
9680 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
9681 This was a workaround for a UTF-8 bug in readline 4.3. The bug
9682 has been fixed in gdb/readline on 2003-01-09.
9683
19ea9e73
MS
96842003-01-29 Michael Snyder <msnyder@redhat.com>
9685
e8d359df
MS
9686 * gdb.base/maint.exp: Allow for leading underscore in symbol.
9687 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
9688 * gdb.base/args.exp: Skip if target does not support args passing.
9689
2307bd6a
DJ
96902003-01-22 Daniel Jacobowitz <drow@mvista.com>
9691
19ea9e73 9692 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
9693 gdb_test. Accept a list of expect arguments as the third
9694 parameter.
9695 (gdb_test): Use it.
9696
f2dd3617
EZ
96972003-01-20 Elena Zannoni <ezannoni@redhat.com>
9698
9699 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
9700 allow for different test tree configurations. Update some
9701 tescases accordingly.
9702 * gdb.arch/altivec-regs.exp: Ditto.
9703 * gdb.asm/asm-source.exp: Ditto.
9704 * gdb.base/advance.exp: Ditto.
9705 * gdb.base/display.exp: Ditto.
d63a86f8 9706 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
9707 * gdb.base/mips_pro.exp: Ditto.
9708 * gdb.base/overlays.exp: Ditto.
9709 * gdb.base/relocate.exp: Ditto.
9710 * gdb.base/setshow.exp: Ditto.
9711 * gdb.base/step-line.exp: Ditto.
9712 * gdb.base/step-test.exp: Ditto.
9713 * gdb.base/until.exp: Ditto.
9714 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
9715
c71cdefd
DC
97162003-01-17 David Carlton <carlton@math.stanford.edu>
9717
9718 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
9719 corresponding to PR c++/945.
9720 Update copyright.
9721
fdba05d7
DC
97222003-01-17 David Carlton <carlton@math.stanford.edu>
9723
9724 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
9725 corresponding to PR c++/68.
9726
97272003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
9728
9729 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
9730 (test_paddr_hairy_functions): Call print_addr_2_kfail for
9731 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
9732
c362c33a
EZ
97332003-01-15 Elena Zannoni <ezannoni@redhat.com>
9734
0fbc361c
EZ
9735 * gdb.base/break.exp: Fix change of default location, because of
9736 removal of until tests.
9737 * gdb.base/help.exp: Update test for new 'until' help message.
9738 Add test for help on 'advance'.
a9c64011 9739 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 9740
dabf8a35
MK
97412003-01-15 Mark Kettenis <kettenis@gnu.org>
9742
9743 * gdb.base/default.exp: Adapt "info float" test for recent changes
9744 to that command. Add test for "info vector".
9745 * gdb.base/float.exp: New file. Add test for "info float" that
9746 resembles the old test in gdb.base/default.exp.
9747
a1769aca
DC
97482003-01-15 David Carlton <carlton@math.stanford.edu>
9749
9750 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
9751
82025e13
EZ
97522003-01-15 Elena Zannoni <ezannoni@redhat.com>
9753
9754 * gdb.base/break.exp: Move the tests of until command from here...
9755 * gdb.base/until.exp: ... to here. New file. Add other tests.
9756 * gdb.base/advance.c: New file.
9757 * gdb.base/advance.exp: New file.
9758
8f9ab801
EZ
97592003-01-14 Elena Zannoni <ezannoni@redhat.com>
9760
a9c64011
AS
9761 * gdb.base/args.c: New file.
9762 * gdb.base/args.exp: New file.
8f9ab801 9763
9ae66589
DJ
97642003-01-14 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
9767
8d77e5c3
DJ
97682003-01-14 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
9771
12d2f0a1
DJ
97722003-01-14 Daniel Jacobowitz <drow@mvista.com>
9773
9774 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
9775 dates.
9776
6ca37014
DJ
97772003-01-13 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
9780
b0023472
DJ
97812003-01-13 Daniel Jacobowitz <drow@mvista.com>
9782
9783 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
9784 (ptype &*"foo").
9785 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
9786
607fbc54 97872003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
9788
9789 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
9790 * gdb.mi/mi1-console.exp: Likewise.
9791
607fbc54 97922003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
9793
9794 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
9795 * gdb.mi/mi1-console.exp: Likewise.
9796
a1fb14a2
DJ
97972003-01-13 Daniel Jacobowitz <drow@mvista.com>
9798
9799 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9800
c4cf40b7
DJ
98012003-01-09 Daniel Jacobowitz <drow@mvista.com>
9802
9803 * gdb.base/detach.exp: New test.
9804
696d5a5b
DJ
98052003-01-09 Daniel Jacobowitz <drow@mvista.com>
9806
9807 * Makefile.in (ALL_SUBDIRS): New variable.
9808 (subdirs, clean, distclean): Use it.
9809 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
9810 regenerating Makefile, since it is generated from the top level.
9811 * gdb.asm/Makefile.in: Likewise.
9812 * gdb.base/Makefile.in: Likewise.
9813 * gdb.c++/Makefile.in: Likewise.
9814 * gdb.disasm/Makefile.in: Likewise.
9815 * gdb.java/Makefile.in: Likewise.
9816 * gdb.mi/Makefile.in: Likewise.
9817 * gdb.threads/Makefile.in: Likewise.
9818 * gdb.trace/Makefile.in: Likewise.
9819
754533e4
DC
98202003-01-09 David Carlton <carlton@math.stanford.edu>
9821
9822 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
9823 Add copyright year 2003.
9824
d8b3e9ee
MC
98252003-01-06 Michael Chastain <mec@shout.net>
9826
9827 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
9828 When selecting a thread, 'line' and 'file' are optional.
9829 * gdb.mi/mi1-pthreads.exp: Likewise.
9830
8e9e0fe6
AS
98312003-01-06 Andreas Schwab <schwab@suse.de>
9832
9833 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
9834 failures.
9835
b5ab8ff3
DJ
98362003-01-04 Daniel Jacobowitz <drow@mvista.com>
9837
9838 Fix PR gdb/844
9839 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
9840 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
9841
9842 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
9843 instead of calling gdb_suppress_entire_file.
9844 * gdb.threads/print-threads.exp: Likewise.
9845 * gdb.threads/schedlock.exp: Likewise.
9846
9847 * gdb.threads/killed.exp: Return instead of calling
9848 gdb_suppress_entire_file.
9849 * gdb.threads/linux-dp.exp: Likewise.
9850 * gdb.threads/pthreads.exp: Likewise.
9851
1e698235
DJ
98522003-01-04 Daniel Jacobowitz <drow@mvista.com>
9853
9854 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
9855 stabs.
9856 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
9857 * gdb.base/whatis.exp: Always allow (void) after function names.
9858
147ff08c
DJ
98592003-01-04 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * gdb.c++/casts.exp: Correct regexp.
9862
dc62bfc2
MK
98632003-01-04 Mark Kettenis <kettenis@gnu.org>
9864
9865 * configure.in: Call AC_CONFIG_HEADER. Don't call
9866 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
9867 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
9868 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
9869 aforementioned directories in the AC_OUPUT call.
9870 * config.hin: New file.
9871 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9872 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
9873 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
9874 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
9875 pass -I$objdir instead of -I$objdir/$subdir in compilation.
9876 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
9877 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
9878 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
9879 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
9880 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
9881 gdb.threads/configure.in, gdb.threads/configure,
9882 gdb.threads/config.in, gdb.trace/configure.in,
9883 gdb.trace/configure: Removed.
9884
77afa639
MC
98852003-01-03 Michael Chastain <mec@shout.net>
9886
9887 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
9888 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
9889
7634bb6e
DJ
98902003-01-03 Daniel Jacobowitz <drow@mvista.com>
9891
9892 * gdb.base/store.exp: Fix regular expressions.
9893
b39c905e
MK
98942002-12-28 Mark Kettenis <kettenis@gnu.org>
9895
9896 * configure.in: Rewrite.
9897 * configure: Regenerated.
9898
0a8551dd
DC
98992003-01-03 David Carlton <carlton@math.stanford.edu>
9900
9901 * gdb.base/psymtab.exp: New file.
9902 * gdb.base/psymtab1.c: Ditto.
9903 * gdb.base/psymtab2.c: Ditto.
9904
c60b7188
AF
99052002-12-23 Adam Fedor <fedor@gnu.org>
9906
9907 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
9908
ee73db83
DC
99092002-12-23 David Carlton <carlton@math.stanford.edu>
9910
9911 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
9912 and current_directory initialization.
9913
d6c1774e
JB
99142002-12-22 Jim Blandy <jimb@redhat.com>
9915
f0a847b8
JB
9916 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
9917 rather than as part of the output file name.
9918
d6c1774e
JB
9919 * gdb.base/attach.exp: There's no need to copy the test program to
9920 /tmp; that was only ever necessary on HP/UX, and this test is
9921 entirely disabled there anyway.
9922
f0708dbb
JB
99232002-12-21 Jim Blandy <jimb@redhat.com>
9924
4c2acfea
JB
9925 * gdb.c++/psmang.exp: Doc fix.
9926
f0708dbb
JB
9927 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
9928 test.
9929
9579e000
DC
99302002-12-20 David Carlton <carlton@math.stanford.edu>
9931
9932 * gdb.c++/annota2.exp: KFAIL annotate-quit.
9933
d1810171
MC
99342002-12-18 Michael Chastain <mec@shout.net>
9935
9936 * gdb.c++/annota2.exp: Add copyright year 2002.
9937
76565097
DC
99382002-12-17 David Carlton <carlton@math.stanford.edu>
9939
9940 * gdb.c++/try_catch.cc: Add marker comments.
9941 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
9942 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
9943 * gdb.c++/m-static.cc: Ditto.
9944 * gdb.c++/m-static1.cc: Ditto.
9945 * gdb.c++/try_catch.cc: Ditto.
9946
da81390b
JJ
99472002-12-16 Jeff Johnston <jjohnstn@redhat.com>
9948
9949 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
9950 to see whether we are using the new -environment-directory
9951 command which resets via -r or the old version of the command
9952 which may prompt the user. Part of fix for gdb/741.
9953
b304d130
AC
99542002-12-13 Andrew Cagney <ac131313@redhat.com>
9955
9956 * gdb.fortran/types.exp: Update obsolete comment.
9957 * gdb.fortran/exprs.exp: Ditto.
9958 * lib/gdb.exp: Delete obsolete code.
9959 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
9960 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
9961 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
9962 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
9963 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
9964 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
9965 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
9966 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
9967 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
9968 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
9969 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
9970 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
9971 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
9972 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
9973 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
9974 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
9975 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
9976 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
9977 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
9978 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
9979 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
9980 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
9981 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
9982 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
9983 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
9984 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
9985 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
9986 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
9987 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
9988 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
9989 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
9990 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
9991 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
9992 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
9993 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
9994 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
9995 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
9996
a23b6e6a
DC
99972002-12-11 David Carlton <carlton@math.stanford.edu>
9998
9999 * gdb.c++/m-data.exp: Add test for members that shadow global
10000 variables: see PR gdb/804.
10001 * gdb.c++/m-data.cc: Ditto.
10002
6604731b
DJ
100032002-12-10 Daniel Jacobowitz <drow@mvista.com>
10004
10005 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10006
de46ecd7
DC
100072002-12-06 David Carlton <carlton@math.stanford.edu>
10008
10009 * gdb.base/store.c: Don't declare functions static.
10010
27e829d0
AC
100112002-12-04 Andrew Cagney <ac131313@redhat.com>
10012
10013 * gdb.base/store.exp, gdb.base/store.c: New files.
10014
92806416
DJ
100152002-12-03 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * gdb.base/selftest.exp: Update for current gdb.
10018
3bcbaac5
DJ
100192002-12-03 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * gdb.base/maint.exp: Only dump symbols from one source file
10022 or objfile.
10023
f4f00b1f
DJ
100242002-12-03 Daniel Jacobowitz <drow@mvista.com>
10025
10026 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10027 function call.
10028
f1c8a949
JB
100292002-11-25 Jim Blandy <jimb@redhat.com>
10030
10031 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10032 function appearing in error message.
10033
9e297a97
DJ
100342002-11-21 Daniel Jacobowitz <drow@mvista.com>
10035
10036 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10037
1f312e79
JJ
100382002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10039
d63a86f8
RM
10040 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10041 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
10042 should be in mi console format. This is part of fix for PR gdb/604.
10043
83c31e7d
FN
100442002-09-18 Fernando Nasser <fnasser@redhat.com>
10045
10046 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10047 which explicitly prints the zero offset as "+0".
10048
322b3f65
DJ
100492002-10-22 Daniel Jacobowitz <drow@mvista.com>
10050
10051 * gdb.threads/schedlock.c (args): Make unsigned.
10052
100532002-10-21 Daniel Jacobowitz <drow@mvista.com>
10054
10055 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10056 numbers. Allow "foo2|selected stack frame".
10057 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10058 * gdb.asm/asmsrc2.s: Likewise.
10059 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10060 comments.
10061 * gdb.asm/mips.inc: New file.
10062
5e2fe5b8
AF
100632002-10-18 Adam Fedor <fedor@gnu.org>
10064
10065 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10066 * gdb.base/help.exp: Likewise.
10067
abe1a5d0
KB
100682002-10-17 Kevin Buettner <kevinb@redhat.com>
10069
10070 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10071 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10072
10abb1d4
JB
100732002-10-02 Jim Blandy <jimb@redhat.com>
10074
10075 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10076
1f609b42
AC
100772002-10-01 Andrew Cagney <ac131313@redhat.com>
10078
10079 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10080 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10081 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10082 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10083 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10084 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10085 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10086
0aee02e4
AC
100872002-09-29 Andrew Cagney <ac131313@redhat.com>
10088
10089 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10090 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10091 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10092 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10093 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10094 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10095 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 10096
6fde09ad
KB
100972002-09-27 Kevin Buettner <kevinb@redhat.com>
10098
10099 * gdb.base/annota1.exp (info break): Make directory components of
10100 path optional since not all compilers emit this debug information.
10101
10102 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10103 step ends up stepping out of the function instead of stopping on
10104 the epilogue.
10105
9e8aab75
KS
101062002-09-26 Keith Seitz <keiths@redhat.com>
10107
10108 * lib/insight-support.exp (gdbtk_start): Figure out where
10109 the insight executable is based on where gdb is. Use this
10110 executable to start insight instead of gdb.
10111
e36180d7
AC
101122002-09-25 Andrew Cagney <cagney@redhat.com>
10113
10114 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10115
9dd34b2b
AC
101162002-09-24 Andrew Cagney <ac131313@redhat.com>
10117
10118 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10119 test_isolated_complaints.
10120 (test_empty_complaint): New function.
10121 (test_empty_complaints): New function. Check no output when no
10122 complaints.
d63a86f8 10123
dea97812
KB
101242002-09-19 Jim Blandy <jimb@redhat.com>
10125
a9c64011 10126 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 10127
54951bd7
AC
101282002-09-19 Andrew Cagney <ac131313@redhat.com>
10129
10130 * gdb.gdb/complaints.exp: New file.
10131
dec43320
AC
101322002-09-18 Andrew Cagney <ac131313@redhat.com>
10133
10134 * gdb.base/maint.exp: Check `help maint internal-warning'.
10135
e70d6e3f
DC
101362002-09-18 David Carlton <carlton@math.stanford.edu>
10137
10138 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10139 numbers, and replace them by a single breakpoint after the
10140 constructors are all finished.
10141 Add test 4.
10142 * gdb.c++/m-static.cc: Add test 4.
10143 * gdb.c++/m-static.h: New file.
10144 * gdb.c++/m-static1.cc: New file.
10145
10146 * gdb.c++/printmethod.exp: New file.
10147 * gdb.c++/printmethod.cc: New file.
10148
10149 * gdb.c++/pr-574.exp: New file.
10150 * gdb.c++/pr-574.cc: New file.
10151
afb5c968
CV
101522002-09-18 Corinna Vinschen <vinschen@redhat.com>
10153
10154 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10155 embedded targets which never actually exit.
10156
31e45dee
FN
101572002-09-18 Fernando Nasser <fnasser@redhat.com>
10158
10159 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10160 "don't step after run" as unresolved or unsupported, instead of xfail.
10161
a283c5a1
CV
101622002-09-18 Corinna Vinschen <vinschen@redhat.com>
10163
10164 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10165 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10166 Add newline to expected string in "step out of main (status wrapper)"
10167 case.
10168
11350d2a
CV
101692002-09-18 Corinna Vinschen <vinschen@redhat.com>
10170
10171 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10172 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10173
0deec7d6
TT
101742002-09-17 Tom Tromey <tromey@redhat.com>
10175
10176 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10177 \000, not \0, in double-quoted string.
10178
b2b4a1b5
CV
101792002-09-14 Corinna Vinschen <vinschen@redhat.com>
10180
c9d37158 10181 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10182 string after running the commands execution on breakpoint tests.
10183
1c56143a
CV
101842002-09-13 Corinna Vinschen <vinschen@redhat.com>
10185
10186 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10187
37f8da45
JB
101882002-09-12 Joel Brobecker <brobecker@gnat.com>
10189
10190 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10191
08b468e0
KS
101922002-09-10 Keith Seitz <keiths@redhat.com>
10193
10194 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10195 runto proc.
10196 (mi_run_to_main): Use mi_runto.
10197 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10198
dc360f58
KS
101992002-09-10 Keith Seitz <keiths@redhat.com>
10200
10201 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10202 regexp for stopping at main. Could have multiple event notifications.
10203 Don't assume that main was declared with no parameters.
10204 (mi_next): Use mi_step_to.
10205 (mi_step): Use mi_next_to.
10206
ce3abcfb
CV
102072002-09-09 Corinna Vinschen <vinschen@redhat.com>
10208
10209 * gdb.base/default.exp: Fix expected string in `info float' test.
10210
d1f5b980
BE
102112002-09-09 Ben Elliston <bje@redhat.com>
10212
10213 * config/mips.exp: Update comments.
10214 * config/mips-idt.exp: Likewise.
10215 * config/nind.exp: Likewise.
10216 * config/slite.exp: Likewise.
10217 * config/sparclet.exp: Likewise.
10218 * config/udi.exp: Likewise.
10219 * config/vx.exp: Likewise.
10220 * config/vxworks29k.exp: Likewise.
10221
2f71430b
JB
102222002-09-05 Jim Blandy <jimb@redhat.com>
10223
10224 * gdb.threads/killed.exp: Fix test failure message.
10225
7ddebc7e
KS
102262002-09-04 Keith Seitz <keiths@redhat.com>
10227
10228 * lib/mi-support.exp: Update copyright.
10229 (mi_gdb_test): Increase the priority of the expected pattern
10230 so that it matches gdb_test.
10231
0ae67eb3
KS
102322002-09-03 Keith Seitz <keiths@redhat.com>
10233
10234 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10235 Use integer comparison instead of string comparison for testing
10236 whether binary was built.
10237
38fc42c8
JB
102382002-09-03 Jim Blandy <jimb@redhat.com>
10239
10240 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10241
b6ff0e81
JB
102422002-08-29 Jim Blandy <jimb@redhat.com>
10243
10244 * gdb.threads/pthreads.exp: Move the portable thread compilation
10245 code into a function in lib/gdb.exp, and call that from here.
10246 * lib/gdb.exp (gdb_compile_pthreads): New function.
10247
07c98896
KS
102482002-08-29 Keith Seitz <keiths@redhat.com>
10249
10250 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10251 expect_out so that callers can get at it.
10252
0312286c
DJ
102532002-08-23 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * gdb.threads/print-threads.c: New file.
10256 * gdb.threads/print-threads.exp: New file.
10257 * gdb.threads/schedlock.c: New file.
10258 * gdb.threads/schedlock.exp: New file.
10259
dd039bc4
EZ
102602002-08-22 Elena Zannoni <ezannoni@redhat.com>
10261
a9c64011
AS
10262 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10263 not altivec.c.
dd039bc4 10264
1f36144c
MK
102652002-08-17 Mark Kettenis <kettenis@gnu.org>
10266
10267 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10268 targets. The problem should be fixed now.
10269
16057ec7 102702002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10271
10272 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10273 2002-07-24 change that removes final dots from error messages.
10274
3c1499ad
TT
102752002-08-13 Tom Tromey <tromey@redhat.com>
10276
10277 * gdb.base/readline.exp: New file.
10278
a20ce2c3
AC
102792002-08-01 Andrew Cagney <ac131313@redhat.com>
10280
10281 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10282 supress message.
10283
db034ac5
AC
102842002-08-01 Andrew Cagney <cagney@redhat.com>
10285
10286 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10287 CHILL_FOR_TARGET and CHILL_LIB.
10288 * configure.in (configdirs): Remove gdb.chill.
10289 * configure: Regenerate.
10290 * lib/gdb.exp: Obsolete references to chill.
10291 * gdb.fortran/types.exp: Ditto.
10292 * gdb.fortran/exprs.exp: Ditto.
10293
3e000b18
KB
102942002-07-30 Kevin Buettner <kevinb@redhat.com>
10295
10296 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10297 set Irix-specific compile and link flags.
10298
28f4966b
KB
102992002-07-29 Kevin Buettner <kevinb@redhat.com>
10300
10301 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10302 source files. The ``-o'' option doesn't work with the ``-E'' option
10303 when using the Irix compiler.
10304
46c0d5a6
DJ
103052002-07-19 Daniel Jacobowitz <drow@mvista.com>
10306
10307 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10308 Improve support for reusing an exec file. Copy exec file
10309 to target, and run gdbserver on the target instead of on the host.
10310
eecf4bed
JB
103112002-07-18 Jim Blandy <jimb@redhat.com>
10312
0f815cdf
JB
10313 * gdb.base/ending-run.exp: Don't expect to see the program end in
10314 some orderly fashion when we're running on a real stand-alone
10315 board.
10316
eecf4bed
JB
10317 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10318 targets that don't support interrupts.
10319
52d309e4
JB
103202002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10321
10322 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10323 systems.
10324 Move comments in expect statements to inside the actions, so that they
10325 don't get matched against.
10326
ff683d9e
MK
103272002-07-10 Mark Kettenis <kettenis@gnu.org>
10328
10329 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10330 function when asleep" test.
10331
b5356753
AC
103322002-07-10 Andrew Cagney <ac131313@redhat.com>
10333
10334 * gdb.base/page.exp: Rewrite to handle problems with very long
10335 `info set' output. Update copyright.
10336
6aa4d13a
AC
103372002-06-26 Andrew Cagney <ac131313@redhat.com>
10338
10339 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10340 gdb.threads-hp.
10341 * gdb.hp/configure: Regenerate.
10342 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10343 * gdb.hp/gdb.threads-hp/configure: Delete file.
10344 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10345
8cf8c2b8
AC
103462002-06-22 Andrew Cagney <ac131313@redhat.com>
10347
10348 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10349 setlocale, bindtextdomain and textdomain.
10350
6827a8f8
JB
103512002-06-11 Jim Blandy <jimb@redhat.com>
10352
919d772c
JB
10353 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10354 preprocessor macro information is present.
10355
6827a8f8
JB
10356 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10357 tests.
10358
c15b0d21
MS
103592002-06-06 Michael Snyder <msnyder@redhat.com>
10360
c5984d70
MS
10361 * gdb.base/overlays.exp: Record addresses of overlay
10362 functions in TCL variables rather than in GDB variables,
10363 to avoid having GDB convert them to pointers (with loss
10364 of information).
10365
d63a86f8 10366 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10367 default linker script changes.
c15b0d21
MS
10368 * gdb.base/long_long.exp: Add check for sizeof (long double).
10369
be26fe0d
ML
103702002-06-06 Michal Ludvig <mludvig@suse.cz>
10371
10372 * gdb.asm/asm-source.exp: Add x86-64 target.
10373 * gdb.asm/x86_64.inc: New.
d63a86f8 10374
258093ca 103752002-05-30 Michael Chastain <mec@shout.net>
258093ca 10376
4b3153f1 10377 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10378 * gdb.c++/m-static.cc: New file.
10379 * gdb.c++/m-static.exp: New file.
10380
241264c6
MS
103812002-05-28 Michael Snyder <msnyder@redhat.com>
10382
10383 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10384 precision.
10385
9bba8c8f 103862002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10387
4b3153f1 10388 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10389 * gdb.c++/m-data.cc: New file.
10390 * gdb.c++/m-data.exp: New file.
10391
103922002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10393
4b3153f1 10394 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10395 * gdb.c++/try_catch.cc: New file.
d63a86f8 10396 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10397
def1b996
MC
103982002-05-27 Michael Chastain <mec@shout.net>
10399
10400 * gdb.c++/local.exp: Accept more nested types in output.
10401
522ba268
MC
104022002-05-26 Michael Chastain <mec@shout.net>
10403
10404 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10405
277254ba
MS
104062002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10407
10408 * lib/gdb.exp (gdb_wrapper_init): Just because
10409 gdb_wrapper_file exists, this does not mean that the file
10410 should not be rebuilt. That is what gdb_wrapper_initialized
10411 is for.
10412 (default_gdb_init): Reset gdb_wrapper_initialized.
10413
b61a8733
MS
104142002-05-23 Michael Snyder <msnyder@redhat.com>
10415
d63a86f8 10416 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10417 the precision of the floating point test results.
10418 * gdb.base/call-rt-st.exp: Ditto.
10419
b61a8733
MS
10420 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10421 * gdb.base/call-rt-st.exp: Ditto.
10422
56f6e910
MC
104232002-05-19 Michael Chastain <mec@shout.net>
10424
10425 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10426
ad0b0016
EZ
104272002-05-19 Elena Zannoni <ezannoni@redhat.com>
10428
a9c64011
AS
10429 * configure.in (configdirs): Add gdb.arch.
10430 * configure: Regenerate.
ad0b0016 10431
f617d2b6
JB
104322002-05-17 Jim Blandy <jimb@redhat.com>
10433
10434 * gdb.base/completion.exp: Recognize the more detailed error
10435 messages produced by the macro expander's lexical analyzer.
10436
eac2a696
EZ
104372002-05-14 Elena Zannoni <ezannoni@redhat.com>
10438
a9c64011
AS
10439 * gdb.arch/altivec-abi.c: New file.
10440 * gdb.arch/altivec-abi.exp: New file.
10441 * gdb.arch/altivec-regs.c: New file.
10442 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10443
2fdde8f8
DJ
104442002-05-14 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * gdb.base/maint.exp (maint print type): Update for new type
10447 structure.
d63a86f8 10448
e31f1a7c
EZ
104492002-05-14 Elena Zannoni <ezannoni@redhat.com>
10450
10451 * gdb.arch: New directory.
10452 * gdb.arch/configure.in: New file.
10453 * gdb.arch/configure: New file.
10454 * gdb.arch/Makefile.in: New file.
10455
db589741
CV
104562002-05-13 Corinna Vinschen <vinschen@redhat.com>
10457
10458 * gdb.asm/asm-source.exp: Add v850 as supported target.
10459 * gdb.asm/v850.inc: New file.
10460
8ce2a7dc
DJ
104612002-05-13 Daniel Jacobowitz <drow@mvista.com>
10462
10463 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10464
df763c7f
DJ
104652002-05-12 Daniel Jacobowitz <drow@mvista.com>
10466
10467 * gdb.base/break.exp: Check 'break "marker2"'.
10468
377daeed
MS
104692002-05-10 Michael Snyder <msnyder@redhat.com>
10470
10471 * gdb.base/long_long.exp: Fix typo.
10472
c4b7bc2b
JB
104732002-05-10 Jim Blandy <jimb@redhat.com>
10474
ecac9a4e
JB
10475 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10476 a bug.
10477
c4b7bc2b
JB
10478 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10479 Recognize more detailed error message produced by the macro
10480 expander's lexical analyzer.
10481 * lib/gdb.exp (test_print_reject): Same.
10482
e71019a1
MK
104832002-05-09 Mark Kettenis <kettenis@gnu.org>
10484
10485 * gdb.c++/method.exp: Fix typo.
10486
fedfc8e6
MS
104872002-05-08 Michael Snyder <msnyder@redhat.com>
10488
166a1957
MS
10489 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10490 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 10491 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
10492 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10493 Add iftarget clause for strongarm.
d63a86f8 10494
f1c47eb2
MS
104952002-05-06 Michael Snyder <msnyder@redhat.com>
10496
cb9a9d3e
MS
10497 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10498 (gdb_continue_to_end): Accept output from status wrapper.
10499 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10500 Clean up fail messages to match pass messages.
10501
f1c47eb2
MS
10502 Enable the "needs_status_wrapper" testsuite feature.
10503 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10504 (gdb_compile): Conditionally call gdb_wrapper_init.
10505 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10506 * gdb.c++/method.exp: Recognize output from status wrapper.
10507
6079c749
BE
105082002-05-06 Ben Elliston <bje@redhat.com>
10509From Graydon Hoare <graydon@redhat.com>
10510
10511 * config/sid.exp: Include support for "rawsid" protocol.
10512
188baff3
JB
105132002-05-03 Jim Blandy <jimb@redhat.com>
10514
10515 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10516 * gdb.c++/hang3.C: New file.
10517
b9c07f0f
AC
105182002-05-04 Andrew Cagney <ac131313@redhat.com>
10519
10520 * gdb.base/default.exp: Remove obsolete code.
10521 * gdb.c++/misc.exp: Ditto. Update copyright.
10522 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10523 * gdb.base/whatis.exp: Ditto. Update copyright.
10524 * gdb.base/scope.exp: Ditto. Update copyright.
10525 * gdb.base/ptype.exp: Ditto. Update copyright.
10526 * gdb.base/printcmds.exp: Ditto. Update copyright.
10527 * gdb.base/opaque.exp: Ditto. Update copyright.
10528 * gdb.base/list.exp: Ditto.
10529 * gdb.base/funcargs.exp: Ditto. Update copyright.
10530 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10531 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10532 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10533 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10534 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10535 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10536
5c7a0397
MS
105372002-05-02 Michael Snyder <msnyder@redhat.com>
10538
d6dcc264 10539 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
10540 * gdb.base/long_long.exp: Add xscale target.
10541 * gdb.base/default.exp: Add xscale target.
10542
eb7f1c48
JB
105432002-05-01 Jim Blandy <jimb@redhat.com>
10544
10545 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10546 gdb.c++/hang.exp: New test.
10547
a6befae8
FF
105482002-05-01 Fred Fish <fnf@redhat.com>
10549
10550 * gdb.base/completion.exp: Handle completions of "./Make" for
10551 more than one completion possibility, as is the case when we
10552 build and test in the source tree.
10553
0a310277
AG
105542002-04-29 Anthony Green <green@redhat.com>
10555
10556 * gdb.java/jmisc1.exp: New file.
10557 * gdb.java/jmisc2.exp: New file.
10558
6ff9af88
DJ
105592002-04-24 Daniel Jacobowitz <drow@mvista.com>
10560
10561 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10562
96b3d632
EZ
105632002-04-23 Elena Zannoni <ezannoni@redhat.com>
10564
10565 * gdb.base/help.exp: Change 'help status' to allow for target
10566 dependent output differences.
10567
5019bb54
MC
105682002-04-22 Michael Chastain <mec@shout.net>
10569
10570 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10571
a805a116
MC
105722002-04-22 Michael Chastain <mec@shout.net>
10573
10574 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10575
a1706bfd
DM
105762002-04-17 David S. Miller <davem@redhat.com>
10577
10578 * gdb.asm/sparc64.inc: New file.
10579 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10580
a73a20a2
EZ
105812002-04-19 Elena Zannoni <ezannoni@redhat.com>
10582
10583 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10584 instruction file directly into the build tree. Clean up at end of
10585 test.
10586
ba678339
DM
105872002-04-18 David S. Miller <davem@redhat.com>
10588
10589 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10590 handle 64-bit platforms correctly.
10591 * gdb.base/maint.exp: Likewise.
10592
b03399da
KB
105932002-04-18 Kevin Buettner <kevinb@redhat.com>
10594
10595 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10596 ``-fpic'' when compiling files comprising a shared library, but
10597 it does need additional linker flags in order to find shared
10598 libraries at run time.
10599
e2004992
KB
106002002-04-18 Kevin Buettner <kevinb@redhat.com>
10601
10602 * gdb.base/cvexpr.c (use): New function.
10603 (main): Invoke use() on all global variables to prevent
10604 some linkers from deleting these otherwise unused symbols.
10605
d8937120
MC
106062002-04-17 Michael Chastain <mec@shout.net>
10607From David S. Miller <davem@redhat.com>
10608
10609 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
10610 handle 64-bit platforms correctly.
10611
ffd61a58
MS
106122002-04-12 Michael Snyder <msnyder@redhat.com>
10613From Jim Blandy <jimb@redhat.com>
a9c64011 10614 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
10615 script can handle this instead.
10616 * gdb.base/bar.c (barx): Same.
10617 * gdb.base/baz.c (bazx): Same.
10618 * gdb.base/grbx.c (grbxx): Same.
10619
10620 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
10621 manager doesn't automatically unmap overlays unnecessarily.
10622
6b8426a6
MH
106232002-04-10 Martin M. Hunt <hunt@redhat.com>
10624
10625 * gdb.base/ending-run.exp: Fix pattern for Mips targets
10626 stepping out of main.
10627
34af4875
MC
106282002-04-09 Michael Chastain <mec@shout.net>
10629
10630 * gdb.c++/local.cc (main): Move call to marker1() inside nested
10631 scope so that the nested scope tests will make sense.
10632 * gdb.c++/local.exp: Write patterns that actually work with gcc
10633 (the HP patterns "were never known to work with gcc").
10634 Keep the old aCC patterns too.
10635
2d1676a0
DJ
106362002-04-09 Daniel Jacobowitz <drow@mvista.com>
10637
10638 * gdb.base/attach.exp: Correct target board test.
10639
3a63e3f9
MC
106402002-04-08 Michael Chastain <mec@shout.net>
10641
10642 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
10643 in a const method. Add some xfail and fail cases for configurations
10644 that do not emit the "const ...".
10645
f18dabd2
MC
106462002-04-07 Michael Chastain <mec@shout.net>
10647
10648 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
10649 Accept "A * const" and "const A * const" as type of "this".
10650 Fix spelling of getFunky throughout. Make messages uniform.
10651
0fcddd82
EZ
106522002-04-07 Elena Zannoni <ezannoni@redhat.com>
10653
a9c64011 10654 Work around for PR gdb/285:
0fcddd82
EZ
10655 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
10656
16a8534a
EZ
106572002-04-07 Elena Zannoni <ezannoni@redhat.com>
10658
10659 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
10660 instructions file at run time instead of configure time.
10661 Sometimes we run the test in a directory that is not the one we
10662 configured in.
10663 * gdb.asm/configure.in: Delete creation of symlink.
10664 * gdb.asm/configure: Regenerate.
10665
24181d81
JB
106662002-04-05 J. Brobecker <brobecker@gnat.com>
10667
10668 * gdb.gdb/xfullpath.exp: New test, to exercise the new
10669 xfullpath () function.
10670
7cdb7107
DJ
106712002-04-04 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * gdb.asm/Makefile.in: Correct dependencies.
10674
10675 * gdb.asm/powerpc.inc: New file.
10676 * gdb.asm/asm-source.exp: Add PowerPC.
10677 * gdb.asm/configure.in: Likewise.
10678 * gdb.asm/configure: Regenerated.
10679
a7d17088
DJ
106802002-04-04 Daniel Jacobowitz <drow@mvista.com>
10681
10682 * gdb.base/relocate.exp: New file.
10683 * gdb.base/relocate.c: New file.
10684
cd721503
FF
106852002-04-04 Fred Fish <fnf@redhat.com>
10686
10687 * gdb.base/step-test.exp: Update comment regarding stopping in
10688 memcpy/bcopy calls inserted as part of the compiler runtime.
10689
b22ad7a7
MS
106902002-04-04 Michael Snyder <msnyder@redhat.com>
10691
10692 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
10693
5f279fa6
DJ
106942002-04-03 Daniel Jacobowitz <drow@mvista.com>
10695
10696 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
10697 (gdb_expect): Remove $notransfer hack.
10698
dd0fd3ce
DJ
106992002-04-02 Daniel Jacobowitz <drow@mvista.com>
10700
10701 * gdb.c++/classes.exp ("calling method for small class"): Match
10702 updated register output.
10703
1e50cda1
DJ
107042002-03-30 Daniel Jacobowitz <drow@mvista.com>
10705
10706 Fix PR gdb/452
10707 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
10708 when finished. Make gdb_file_cmd send "exec-file" when
10709 appropriate.
10710
24015922
DJ
107112002-03-30 Daniel Jacobowitz <drow@mvista.com>
10712
10713 * gdb.base/attach.exp: Remove extra setup_xfail.
10714
dd7dfd64
MS
107152002-03-26 Michael Snyder <msnyder@redhat.com>
10716
10717 * gdb.base/default.exp: Add tests for dump, append, and restore.
10718 * gdb.base/help.exp: Add tests for dump, append, and restore.
10719 * gdb.base/dump.exp: New file, test dump, append and restore.
10720 * gdb.base/dump.c: New file.
10721
48b2f8d7
MS
107222002-03-27 Michael Snyder <msnyder@redhat.com>
10723
d63a86f8 10724 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
10725 clean-ups in help messages.
10726
05b4d525
FF
107272002-03-26 Fred Fish <fnf@redhat.com>
10728
10729 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
10730 have debugging info for those functions and the compiler uses them
10731 internally to copy structs around.
10732
d7679631
FF
107332002-03-26 Fred Fish <fnf@redhat.com>
10734
10735 * gdb.base/list.exp: Revert the change made yesterday and add note
10736 about why we don't list the default lines for remote targets.
10737
523ac3f9
MS
107382002-03-25 Michael Snyder <msnyder@redhat.com>
10739
10740 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
10741
754b2b8d
FF
107422002-03-25 Fred Fish <fnf@redhat.com>
10743
10744 * gdb.base/list.exp: This test works on remote targets so remove
10745 the short circuit for remote targets. Update copyright.
10746
33c3e192
FF
107472002-03-25 Fred Fish <fnf@redhat.com>
10748
10749 * gdb.base/attach.exp: Fix logic error that was suppressing this
10750 test for all non hppa*-*-hpux* targets, instead of the hp target.
10751 Move comments closer to the suppression point. Also now need to
10752 check that we are running natively.
10753
d43e73ee
MS
107542002-03-22 Michael Snyder <msnyder@redhat.com>
10755
882c8f02
MS
10756 * gdb.base/default.exp: Add test for gcore. Update copyright.
10757 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 10758
04c12f60
FF
107592002-03-06 Fred Fish <fnf@redhat.com>
10760
10761 * gdb.base/funcargs.c: Remove extraneous ';' character.
10762 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
10763
b43df995
MC
107642002-03-04 Michael Chastain <mec@shout.net>
10765
10766 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
10767 accommodate gcc v3 function signature.
10768 * gdb.mi/mi0-var-cmd-exp: Ditto.
10769
92362027
AC
107702002-02-24 Andrew Cagney <ac131313@redhat.com>
10771
10772 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
10773 ``GNU/Linux'' or ``Linux kernel''
10774 * testsuite/gdb.threads/pthreads.c: Ditto.
10775
258ad32d
MC
107762002-02-24 Michael Chastain <mec@shout.net>
10777
10778 * gdb.threads/pthreads.c (thread1): Add a return statement.
10779 (thread2): Likewise.
10780 (foo): Likewise.
10781
04c3b3d4
MC
107822002-02-23 Michael Chastain <mec@shout.net>
10783
10784 * gdb.threads/linux-dp.c (philosopher): Add a return statement
10785 to placate gcc.
10786
5a2a0a20
MC
107872002-02-23 Michael Chastain <mec@shout.net>
10788
10789 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
10790 test "ptype bint". The test passes on all my stabs configurations.
10791
a640f7fc
JB
107922002-02-21 Jim Blandy <jimb@redhat.com>
10793
27924826
JB
10794 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
10795 filename at a time, and watch for the ones we want to see.
10796
a640f7fc
JB
10797 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
10798 types of pointers to prototyped functions.
10799
edcc8c75
AC
108002002-02-20 Andrew Cagney <ac131313@redhat.com>
10801
10802 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
10803 signed, unsigned and straight char.
10804 (padding_char, padding_short, padding_int, padding_long,
10805 padding_long_long, padding_float, padding_double,
10806 padding_long_double): New global variables.
10807 (fill, fill_structs): New functions.
10808
10809 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
10810 for correctly sized writes. Update copyright.
10811 (get_valueof): New procedure.
10812 (get_sizeof): Call get_valueof.
10813 (check_valueof): New procedure.
10814 (check_padding): New procedure.
10815
ac57ea44
MC
108162002-02-20 Michael Chastain <mec@shout.net>
10817
10818 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
10819 to setup_xfail. Document some of the remaining calls.
10820
7a10c941
MC
108212002-02-18 Michael Chastain <mec@shout.net>
10822
10823 * gdb.c++/userdef.exp: Update copyright year.
10824
fb8acdcc
DJ
108252002-02-18 Daniel Jacobowitz <drow@mvista.com>
10826
10827 * gdb.c++/userdef.exp: Test overloaded operators properly.
10828 Remove xfails.
10829
fda6ae12
MS
108302002-02-14 Michael Snyder <msnyder@redhat.com>
10831
10832 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
10833
676a0442
DJ
108342002-02-14 Daniel Jacobowitz <drow@mvista.com>
10835
10836 * gdb.base/a2-run.exp: Check for a remote target properly.
10837 * gdb.base/annota1.exp: Likewise.
10838 * gdb.base/list.exp: Likewise.
10839 * gdb.base/reread.exp: Likewise.
10840 * gdb.base/scope.exp: Likewise.
10841 * gdb.base/shlib-call.exp: Likewise.
10842 * gdb.base/term.exp: Likewise.
10843 * gdb.c++/annota2.exp: Likewise.
10844
78b4f468
RE
108452002-02-13 Richard Earnshaw <rearnsha@arm.com>
10846
10847 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
10848
9a81ba51
MC
108492002-02-10 Michael Chastain <mec@shout.net>
10850
10851 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
10852 (call_after_alloca): Ditto.
10853
004af6c7
DJ
108542002-02-10 Daniel Jacobowitz <drow@mvista.com>
10855
10856 * gdb.base/ending-run.exp: Guard "cont" test with
10857 gdb_skip_stdio_test.
10858
37225f62
JB
108592002-02-06 Jim Blandy <jimb@redhat.com>
10860
10861 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
10862 from here...
10863 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
10864 To here. Disable this test on non-HP platforms. Add big comment.
10865
fe6fdd96
MS
108662002-02-04 Michael Snyder <msnyder@redhat.com>
10867
10868 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
10869 other than d10v and m32r.
10870
036fad3f
RE
108712002-02-02 Richard Earnshaw <rearnsha@arm.com>
10872
10873 * gdb.base/default.exp: Rewrite test patterns to reduce time
10874 taken to match them.
10875
7148ab62
DJ
108762002-01-30 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
10879 Allow a start function above main.
10880 * gdb.threads/linux-dp.exp: Fix copyright date.
10881
396cc255
DJ
108822002-01-30 Daniel Jacobowitz <drow@mvista.com>
10883
a9c64011
AS
10884 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
10885 (check_philosopher_stack): Check for manager thread before checking
10886 for a just-starting thread.
396cc255 10887
f038d31b
DJ
108882002-01-30 Daniel Jacobowitz <drow@mvista.com>
10889
10890 From Neil Booth <neil@daikokuya.demon.co.uk>:
10891 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
10892 warnings.
10893
b3ff9d9a
FF
108942002-01-21 Fred Fish <fnf@redhat.com>
10895
10896 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
10897 not caller.
10898
39ad761d
JB
108992002-01-21 Jim Blandy <jimb@redhat.com>
10900
10901 * gdb.base/reread.exp: Check that GDB properly re-reads the
10902 executable file when it changes while no inferior is running.
10903
aaf320fa
FF
109042002-01-21 Fred Fish <fnf@redhat.com>
10905
a9c64011
AS
10906 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
10907 optionally accept the "shlib events" variation.
aaf320fa 10908
808a31f5
JB
109092002-01-21 Jim Blandy <jimb@redhat.com>
10910
10911 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
10912 call `fflush' after every `printf', so that the output is produced
10913 at predictable points, regardless of whatever buffering does (or
10914 doesn't) take place.
10915 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
10916 at different points.
10917
4420d5e2
DJ
109182002-01-20 Daniel Jacobowitz <drow@mvista.com>
10919
10920 * gdb.c++/inherit.exp: Update copyright years.
10921 * gdb.c++/method.exp: Likewise.
10922
3e36a0f4
DJ
109232002-01-20 Daniel Jacobowitz <drow@mvista.com>
10924
10925 * gdb.c++/classes.exp: Update for improved v3 support and skipping
10926 artificial methods/arguments.
10927 * gdb.c++/derivation.exp: Likewise.
10928 * gdb.c++/inherit.exp: Likewise.
10929 * gdb.c++/method.exp: Likewise.
10930 * gdb.c++/virtfunc.exp: Likewise.
10931
b4ceaee6
AC
109322002-01-18 Andrew Cagney <ac131313@redhat.com>
10933
10934 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
10935 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
10936 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
10937 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
10938 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
10939 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
10940
ecace851
JB
109412002-01-17 Jim Blandy <jimb@redhat.com>
10942
10943 * gdb.asm/asm-source.exp (info symbol): Take another shot at
10944 anchoring the pattern matching the entry point symbol's name.
10945
375fc983
AC
109462002-01-17 Andrew Cagney <ac131313@redhat.com>
10947
10948 * gdb.base/maint.exp: Update ``maint internal-error'' to match
10949 continue/quit query. Update copyright.
10950
fe6fdd96
MS
109512002-01-14 Michael Snyder <msnyder@redhat.com>
10952
10953 * gdb.base/gcore.exp: Remove extra debugging output.
10954
e017c81f
DJ
109552002-01-13 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
10958 for slightly dubious v2 mangled string.
10959
37ab3bf8
DJ
109602002-01-13 Daniel Jacobowitz <drow@mvista.com>
10961
10962 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
10963
1bc05c3a 109642002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 10965
1bc05c3a 10966 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 10967
1bc05c3a
JM
10968 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
10969 constructors.
10970 * gdb.c++/derivation.exp: Likewise.
10971 * gdb.c++/templates.exp: Likewise.
10972 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 10973
1bc05c3a
JM
109742002-01-10 Michael Snyder <msnyder@redhat.com>
10975
10976 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 10977
a911c360
MS
109782002-01-08 Michael Snyder <msnyder@redhat.com>
10979
10980 * gdb.base/gcore.exp: New test for generate-core-file command.
10981 * gdb.base/gcore.c: Testcase for above.
10982 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
10983
ea2119ec
JM
109842002-01-08 Jason Merrill <jason@redhat.com>
10985
10986 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
10987
68203136
FF
109882002-01-07 Fred Fish <fnf@redhat.com>
10989
10990 * gdb.c++/overload.exp: Remove unconditional xfails for:
10991 print foo_instance1.overloadargs(1)
10992 print foo_instance1.overloadargs(1, 2)
10993 print foo_instance1.overloadargs(1, 2, 3)
10994 print foo_instance1.overloadargs(1, 2, 3, 4)
10995 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
10996 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
10997 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
10998 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
10999 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11000 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11001 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11002 print foo_instance1.overload1arg()
11003 print foo_instance1.overload1arg((char)arg2)
11004 print foo_instance1.overload1arg((signed char)arg3)
11005 print foo_instance1.overload1arg((unsigned char)arg4)
11006 print foo_instance1.overload1arg((int)arg7)
11007 print foo_instance1.overload1arg((unsigned int)arg8)
11008 print foo_instance1.overload1arg((float)arg11)
11009 print foo_instance1.overload1arg((double)arg12)
d63a86f8 11010
21b9b5b1
MS
110112002-01-07 Michael Snyder <msnyder@redhat.com>
11012
11013 * gdb.base/huge.exp: New test. Print a very large target data object.
11014 (skip_huge_test): New test variable. Define if you want to skip this
11015 test. The test reads an 8 megabyte data object from the target, so it
11016 might be very time consuming on remote targets with a slow connection.
11017 * gdb.base/huge.c: New file. Test case for above.
11018
725f922e
FF
110192002-01-07 Fred Fish <fnf@redhat.com>
11020
11021 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11022 g_instance.bfoo, and g_instance.cfoo.
11023
634d57ec
JL
11024Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11025
f286b2c3
JL
11026 * gdb.base/break.c (multi_line_if_conditional): New function.
11027 (multi_ilne_while_conditional): Likewise.
11028 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11029 IF or WHILE condition puts the breakpoint at the start of
11030 the condition.
11031
634d57ec
JL
11032 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11033 hppa*-*-hpux* expected failure.
11034 * gdb.base/structs.exp (do_function_calls): Similarly.
11035
11036 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11037 watchpoints.
11038
9fbfe2dc
AC
110392002-01-06 Andrew Cagney <ac131313@redhat.com>
11040
11041 Fix PR gdb/66.
11042 * gdb.base/structs.exp: Replace skip for a29k with skip for
11043 gdb,cannot_call_functions.
11044 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11045 * gdb.base/callfuncs.exp: Ditto.
11046 * gdb.base/call-rt-st.exp: Ditto.
11047 * gdb.base/call-strs.exp: Ditto.
11048 * gdb.base/callfwmall.exp: Ditto.
11049 * gdb.base/scope.exp: Obsolete xfail a29k.
11050 * gdb.c++/misc.exp: Ditto.
11051 * gdb.c++/cplusfuncs.exp: Ditto.
11052 * gdb.base/ptype.exp: Ditto.
11053 * gdb.base/printcmds.exp: Ditto.
11054 * gdb.base/opaque.exp: Ditto.
11055 * gdb.base/list.exp: Ditto.
11056 * gdb.base/funcargs.exp: Ditto.
11057 * gdb.base/default.exp: Ditto.
11058
8ddad156
MS
110592002-01-04 Michael Snyder <msnyder@redhat.com>
11060
ca4976a6 11061 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
11062 * gdb.base/maint.exp: Add tests for maint info sections options.
11063
1b074332
JL
11064Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11065
11066 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11067
7d159115
CV
110682001-12-20 Corinna Vinschen <vinschen@redhat.com>
11069
11070 * gdb.asm/arm.inc: New file.
11071 * gdb.asm/asm-source.exp: Add arm targets.
11072 * gdb.asm/configure.in: Ditto.
11073 * gdb.asm/configure: Recreated from configure.in.
11074
8fb87725
JL
11075Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11076
afabe08c
JL
11077 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11078 with HP's compiler.
11079 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11080 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11081 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11082 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11083
11084 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11085 either HP's compilers or GCC.
11086
db521deb
JL
11087 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11088 a SIGBUS or SIGSEGV.
11089
11090 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11091
11092 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11093 can be compiled with either HP's compiler or GCC.
11094
cfa88ab7
JL
11095 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11096 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11097 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11098
ca344dff
JL
11099 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11100 to match current gdb output. Update due to using auto-solib-limit
11101 for limiting instead of overloading auto-solib-add.
11102 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11103 test program.
11104
3f3c6e55 11105 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
11106 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11107 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11108 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11109 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11110 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11111 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11112 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11113 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11114 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11115 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11116 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11117 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 11118
8fb87725
JL
11119 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11120 a SIGTRAP to the inferior.
11121
cf599fa7
CV
111222001-12-19 Corinna Vinschen <vinschen@redhat.com>
11123
11124 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11125 Substitute call to target_link by call to gdb_compile.
11126
2cd045cd
JL
11127Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11128
a9c64011
AS
11129 * gdb.base/break.exp: Fix HP specific search string when testing
11130 backtracing in a called function.
2cd045cd 11131
a9c64011
AS
11132 * gdb.base/constvars.exp: Only set lang to C++ if we're
11133 compiling the test with HP's compilers.
11134 * gdb.base/volatile.exp: Similarly.
2cd045cd 11135
99ebe9ac
JB
111362001-12-19 Jim Blandy <jimb@redhat.com>
11137
11138 * gdb.base/printcmds.exp: Expect the null character to be printed
11139 as '\0', and the '\013' to be printed as '\v'.
11140 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11141 * gdb.base/setvar.exp: Same.
11142
b9891b29
JB
111432001-12-17 Jim Blandy <jimb@redhat.com>
11144
0eba65ab
JB
11145 * gdb.base/completion.exp: Rather than completing very long
11146 filenames, which can make the readline library produce output we
11147 don't recognize, cd to the directory first, and then complete
11148 using nice, short relative paths.
11149
6970b5b1
JB
11150 * gdb.base/completion.exp: On some systems, there is, in fact, a
11151 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11152 variables as being in scope. So use `no_var_named_this'
11153 instead of `b'.
6970b5b1 11154
b9891b29
JB
11155 * gdb.base/corefile.exp: Recognize the message saying that GDB
11156 can't find the core file's registers as a failure.
11157
e6ccd35f
JSC
111582001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11159
a9c64011
AS
11160 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11161 test expect string more specific.
e6ccd35f 11162
105ba819
CV
111632001-12-13 Corinna Vinschen <vinschen@redhat.com>
11164
11165 * gdb.asm/asm-source.exp: Add support for xstormy16.
11166 * gdb.asm/configure.in: Ditto.
11167 * gdb.asm/configure: Rebuild.
11168 * gdb.asm/xstormy16.inc: New file.
11169
e9e79dd9
FF
111702001-12-10 Fred Fish <fnf@redhat.com>
11171
11172 * gdb.base/maint.exp: Update to match changes in type dumping code.
11173
347dc97d
JB
111742001-12-10 Jim Blandy <jimb@redhat.com>
11175
11176 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11177 matching the entry point symbol's name at the beginning of the
11178 line.
11179
5178b9d6
DJ
111802001-12-07 Daniel Jacobowitz <drow@mvista.com>
11181
11182 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11183 gdb.c++/inherit.exp, gdb.c++/method.exp,
11184 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11185 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11186 and class layout support.
11187
af890c52
DJ
111882001-12-07 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * gdb.c++/classes.exp: Add test for static member function.
11191 * gdb.c++/misc.cc: Add class with static member function.
11192
7a345fb3
JB
111932001-12-07 Jim Blandy <jimb@redhat.com>
11194
f2e54a80 11195 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11196 those tests as `unsupported'.
11197 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11198 Rewrite subsequent tests to use it.
11199
11200 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11201 those tests as `unsupported'.
11202 * gdb.base/structs.exp (call_struct_func): New function.
11203 (do_function_calls): Use call_struct_func to call the functions
11204 returning structs.
11205
0bc69509
JB
11206 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11207 whether functions are prototyped or not, so we can't possibly pass
11208 arguments to t_float_values2 properly.
11209
7a345fb3
JB
11210 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11211 value of `timeout' for targets other than the mips*tx39-*.
11212
edb6ede1
MS
112132001-12-06 Michael Snyder <msnyder@redhat.com>
11214
d63a86f8 11215 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11216 and detect whether the start symbol has a leading underscore.
11217
2d842f13
JB
112182001-12-04 Jim Blandy <jimb@redhat.com>
11219
11220 * gdb.base/completion.exp: Clarify indentation.
11221
68550daf
JB
112222001-12-03 Jim Blandy <jimb@redhat.com>
11223
11224 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11225 variables on the S/390, not `.word'.
11226
cd5195a8
JB
112272001-11-30 Jim Blandy <jimb@redhat.com>
11228
11229 Add assembly-source tests for s390-ibm-linux.
11230 * gdb.asm/s390.inc: New file.
11231 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11232 the S/390 architecture.
a9c64011 11233 * gdb.asm/configure: Regenerated.
cd5195a8 11234
ca9efc90
MS
112352001-11-30 Michael Snyder <msnyder@redhat.com>
11236
11237 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11238 next, info source, info sources, info line, global and static
11239 variables, and static functions.
11240 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11241 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11242 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11243 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11244 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11245 (gdbasm_leave): Restore frame pointer.
11246 (gdbasm_startup): Copy stack set-up from crt0.S.
11247
d0e66976
FN
112482001-11-26 Fernando Nasser <fnasser@redhat.com>
11249
11250 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11251 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11252 to a local (non-static) variable. Copy tstruct.a to a static buffer
11253 and return a pointer to that buffer.
11254 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11255
e2334072
MK
112562001-11-24 Mark Kettenis <kettenis@gnu.org>
11257
11258 * gdb.asm/configure.in: Fix recognition of ix86 target.
11259 * gdb.asm/configure: Regenerate.
11260
756caa3d
MS
112612001-11-21 Michael Snyder <msnyder@redhat.com>
11262
11263 * gdb.asm/sparc.inc: New file.
11264 * gdb.asm/asm-source.exp: Recognize sparc target.
11265 * gdb.asm/configure.in: Recognize sparc target.
11266 * gdb.asm/configure: Regenerate.
d63a86f8 11267
9a4d72d5
MS
112682001-11-21 Michael Snyder <msnyder@redhat.com>
11269
11270 * gdb.asm/m32r.inc: New file.
11271 * gdb.asm/asm-source.exp: Recognize m32r target.
11272 * gdb.asm/configure.in: Recognize m32r target.
11273 * gdb.asm/configure: Regenerate.
11274
a773d1cd
MS
112752001-11-20 Michael Snyder <msnyder@redhat.com>
11276
017ac23d
MS
11277 * gdb.asm/i386.inc: New file.
11278 * gdb.asm/asm-source.exp: Recognize ix86 target.
11279 * gdb.asm/configure.in: Recognize ix86 target.
11280 * gdb.asm/configure: Regenerate.
11281
a773d1cd
MS
11282 * gdb.c++/namespace.exp: Fix quotes in output messages.
11283
bb632afb
MS
112842001-11-14 Michael Snyder <msnyder@redhat.com>
11285
25d559ca 11286 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11287 qualifier in a type cast expression, to designate an address
11288 in the instruction space (Harvard architecture).
11289
4749e309
MS
112902001-11-13 Michael Snyder <msnyder@redhat.com>
11291
11292 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11293 Tests for expressions using 'const' and 'volatile'.
11294
25050984
CV
112952001-11-13 Corinna Vinschen <vinschen@redhat.com>
11296
11297 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11298
1902c51f
DJ
112992001-11-12 Daniel Jacobowitz <drow@mvista.com>
11300
11301 * lib/mi-support.exp (mi_run_to_helper): Move comments
11302 outside of gdb_expect.
11303
dcf95b47
DJ
113042001-11-11 Daniel Jacobowitz <drow@mvista.com>
11305
11306 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11307 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11308 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11309 mi0_run_to): New functions.
11310 * gdb.mi/mi-simplerun.exp: Use them.
11311 * gdb.mi/mi0-simplerun.exp: Likewise.
11312 * gdb.mi/mi-var-cmd.exp: Likewise.
11313 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11314
45b074e1
AC
113152001-11-10 Andrew Cagney <ac131313@redhat.com>
11316
11317 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11318 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11319
bf50d346
AC
113202001-11-09 Andrew Cagney <ac131313@redhat.com>
11321
11322 * gdb.base/restore.exp: Include $expected value in restored test
11323 message.
11324
9383332c
AC
113252001-11-09 Andrew Cagney <ac131313@redhat.com>
11326
11327 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11328 implemented.
11329
db62520a
MS
113302001-11-08 Michael Snyder <msnyder@redhat.com>
11331
11332 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11333 Add pass/fail message for stop at breakpoint in call dummy function.
11334
b5703437
MS
113352001-11-07 Michael Snyder <msnyder@redhat.com>
11336
d63a86f8
RM
11337 * gdb.c++/templates.exp (test_template_breakpoints):
11338 If we get an overload menu, but it does not match what
760f6330 11339 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11340 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11341 making the whitespace optional. Argument for "new" may be
11342 "unsigned" as well as "unsigned int/long".
d63a86f8 11343 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11344 making the whitespace optional. Also replace "(void) with
11345 "((void|)), making the keyword "void" optional.
d63a86f8 11346 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11347 making the whitespace optional. Also replace "(void) with
11348 "((void|)), making the keyword "void" optional.
3bf40917
MS
11349 * gdb.base/callfuncs.c (t_float_values): This function must
11350 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11351 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11352 can be tested against both cases. Usually one case involves
11353 promotion of float to double, while the other does not.
11354 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11355 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11356 includes a stack frame for "start".
11357
c8ab4e6d
JB
113582001-11-05 Jim Blandy <jimb@redhat.com>
11359
11360 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11361 pointers are 32 bits long, and that offsets of relocs are always
11362 stored in the data (REL-style), and not in the reloc entry itself
11363 (RELA-style).
11364 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11365 stabs.
11366
3f08ced9
MS
113672001-11-01 Michael Snyder <msnyder@redhat.com>
11368
11369 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11370 and regular expression operators by using quoting.
11371
cbfa24cd
MS
113722001-10-31 Michael Snyder <msnyder@redhat.com>
11373
11374 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11375 depending on what the symbol table contains.
11376 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11377 the output of the ptype command. Similarly, accept both "const &"
11378 and "const&".
11379
aaa68313
CV
113802001-10-31 Corinna Vinschen <vinschen@redhat.com>
11381
11382 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11383 symbol `STORAGE' to allow to choose the storage class of
11384 the local datastructures.
11385 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11386 compiler directive.
11387
91740388
MS
113882001-10-30 Michael Snyder <msnyder@redhat.com>
11389
11390 * gdb.base/jump.exp: Allow it to run for all targets.
11391
1b7c05e7
CV
113922001-10-29 Corinna Vinschen <vinschen@redhat.com>
11393
11394 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11395 with new double_array size.
11396 (main): Change storage class of all local variables to static.
11397 Reduce size of double_array to 9.
11398 * gdb.base/call-ar-st.exp: Increase timeout value.
11399 Change expected output for double array to match new size in
11400 call-ar-st.c.
11401
36a22261
CV
114022001-10-29 Corinna Vinschen <vinschen@redhat.com>
11403
11404 * gdb.base/ending-run.exp: Create identical output when passing
11405 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11406 Stormy16 target.
36a22261 11407
92b8ae91
MK
114082001-10-28 Mark Kettenis <kettenis@gnu.org>
11409
11410 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11411 that we catch the expected failure under Linux/x86.
11412
cb135b83
OF
114132001-10-29 Orjan Friberg <orjanf@axis.com>
11414
11415 * gdb.base/setvar.exp: Escape curly braces.
11416 * gdb.stabs/weird.exp: Ditto.
11417
6884aa54
DJ
114182001-10-27 Daniel Jacobowitz <drow@mvista.com>
11419
11420 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11421 * gdm.mi/mi0-hack-cli.exp: Likewise.
11422
0398c9aa
AC
114232001-10-25 Andrew Cagney <ac131313@redhat.com>
11424
11425 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11426 messages.
11427
d20bf2e8
AC
114282001-10-21 Andrew Cagney <ac131313@redhat.com>
11429
11430 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11431 checking MI enabled.
11432
03dd63aa
CV
114332001-10-09 Corinna Vinschen <vinschen@redhat.com>
11434
11435 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11436
1d9d99f3
FCE
114372001-10-04 Frank Ch. Eigler <fche@redhat.com>
11438
11439 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11440 if gdb child process crashes, just signal an error.
11441
838ae6c4
JB
114422001-10-02 Jim Blandy <jimb@redhat.com>
11443
11444 * lib/gdb.exp (test_xfail_format): Simplify.
11445
11446 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11447 front of the variable name `format'. Simplify `if'.
11448
8f0cbc1c
DJ
114492001-10-01 Daniel Jacobowitz <drow@mvista.com>
11450
11451 * gdb.threads/pthreads.exp: Wait for output and delay
11452 before sending ^C.
11453
1f08dafd
DJ
114542001-10-01 Daniel Jacobowitz <drow@mvista.com>
11455
11456 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11457 some incorrect output instead of timing out.
11458 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11459
674f90ff
CV
114602001-09-28 Corinna Vinschen <vinschen@redhat.com>
11461
11462 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11463 check to allow additional `int'.
11464
9b284272
DJ
114652001-09-27 Daniel Jacobowitz <drow@mvista.com>
11466
11467 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11468 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11469
b55a4771
MS
114702001-09-27 Michael Snyder <msnyder@redhat.com>
11471
11472 * lib/gdb.exp (test_debug_format): New proc.
11473 (setup_xfail_format): Use new proc test_debug_format.
11474 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11475 proc; use new service proc test_debug_format.
11476 Replace all other "gcc_compiled" tests with this test.
11477 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11478 proc; use new service proc test_debug_format.
11479 Replace all other "gcc_compiled" tests with this test.
11480
114812001-09-27 Michael Snyder <msnyder@redhat.com>
11482
11483 * gdb.base/cvexpr.exp: New file.
11484 * gdb.base/cvexpr.c: New file
11485 Test for expressions using const and volatile keywords.
11486
4e6667ac
CV
114872001-09-26 Corinna Vinschen <vinschen@redhat.com>
11488
11489 * gdb.base/constvars.exp: Check for different orders of keywords
11490 and additional "int" strings in output.
11491
4f337972
AC
114922001-09-22 Andrew Cagney <ac131313@redhat.com>
11493
11494 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11495 responses from "help maint".
11496
2015650d
FCE
114972001-09-19 Frank Ch. Eigler <fche@redhat.com>
11498
11499 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11500 to localhost:NNN instead of :NNN, in case Xvfb is listening
11501 only on TCP.
11502
f3bcedc1
CV
115032001-09-19 Corinna Vinschen <vinschen@redhat.com>
11504
11505 * gdb.base/recurse.exp: When checking leaving the watchpoint
11506 scope, recognize when gdb is in function's epilogue and pass.
11507
6b819c92
KS
115082001-09-18 Keith Seitz <keiths@redhat.com>
11509
11510 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11511 support for running tests against sid targets.
11512 (gdbtk_done): Ditto.
11513
a10c9419
CV
115142001-09-18 Corinna Vinschen <vinschen@redhat.com>
11515
11516 * gdb.base/ending-run.c (main): Set stdout buffersize
11517 to the same reasonable value for any target.
11518 * gdb.base/ending-run.exp: Add a regular expression
11519 to make testsuite happy on Sanyo Stormy16 target.
11520
739d0d99
CV
115212001-09-17 Corinna Vinschen <vinschen@redhat.com>
11522
11523 * gdb.base/display.c (do_loops): Add float variable `f'.
11524 Increment f in loop.
11525 * gdb.base/display.exp: Increment timeout by 60 seconds.
11526 Change float display test to use variable `f'.
11527
1b8947f0
JB
115282001-09-17 Jim Blandy <jimb@redhat.com>
11529
11530 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11531 overflowing the limited breakpoint tables on some ROM monitors
11532 (like the ROM68K).
11533
9890ac81
FCE
115342001-09-15 Frank Ch. Eigler <fche@redhat.com>
11535
11536 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11537 the "-ac" (disable access control) flag.
11538
6db765ea
JH
115392001-08-30 Jeff Holcomb <jeffh@redhat.com>
11540
11541 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11542 ints.
11543
4c32cc04
KS
115442001-08-30 Keith Seitz <keiths@redhat.com>
11545
11546 * lib/gdb.exp: Move all insight-related functionality into
11547 separate file.
11548 * lib/insight-support.exp: New file.
11549
8d6e6f81
FCE
115502001-08-29 Frank Ch. Eigler <fche@redhat.com>
11551
11552 * config/sid.exp (sid_start): Never set sid verbosity; disable
11553 expect_background {} that consumed its stdout; tolerate </dev/null.
11554 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11555
6a90e1d0
AC
115562001-08-18 Andrew Cagney <ac131313@redhat.com>
11557
11558 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11559 CLI jump command to start it.
11560 (mi_run_to_main): Fail immediatly when unexpected output.
11561
1759b3c3
AC
115622001-08-18 Andrew Cagney <ac131313@redhat.com>
11563
11564 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11565 beginning of function. Fix PR gdb/191.
11566
61d11d80
FCE
115672001-08-16 Frank Ch. Eigler <fche@redhat.com>
11568
11569 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11570 what to force sid endianness to.
11571
942a4df2
KS
115722001-08-15 Keith Seitz <keiths@redhat.com>
11573
11574 * lib/gdb.exp (gdbtk_start): Don't set environment
11575 variables for TCL_LIBRARY and friends. Insight will
11576 now figure these out for itself.
11577
0521c418
MS
115782001-08-02 Michael Snyder <msnyder@redhat.com>
11579
11580 * gdb.base/completion.exp: Remove the symbol "a64l" from
11581 the expect string; this is target-specific, and not related
11582 to what is being tested.
11583
74a9a58a
DB
115842001-08-02 Dave Brolley <brolley@redhat.com>
11585
11586 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11587
c70819fa
MS
115882001-07-25 Michael Snyder <msnyder@redhat.com>
11589
c2b8fa57
MS
11590 * gdb.base/consecutive.exp: New file. Test stepping over
11591 breakpoints on consecutive instructions.
11592 * gdb.base/consecutive.c: New file.
11593
c70819fa
MS
11594 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11595 curly braces in regular expressions.
11596
2b1a1355
MS
115972001-07-25 Michael Snyder <msnyder@redhat.com>
11598
11599 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11600 legitimate output from stepping out of main.
11601
413eca6f
KS
116022001-07-22 Keith Seitz <keiths@redhat.com>
11603
11604 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11605 the empty string, do not run the tests.
11606
7e5a9322
SC
116072001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11608
11609 * gdb.base/long_long.exp: Detect size of pointer. Take into
11610 account 2-byte pointers when testing for p/a results.
11611
de58f10f
SC
116122001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11613
d63a86f8 11614 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
11615 and defined to 1K for m68hc11.
11616 (random_data): Reduce table to 1K for embedded platforms (68hc11).
11617 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
11618 (sizeof_random_data): New variable to tell the size of the data table;
11619 don't test past this size; always run to main.
11620
d6f5fea1
SC
116212001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11622
11623 * gdb.base/return2.exp: return of long long and double fails for
11624 68HC11; don't execute these tests on that platform.
11625 * gdb.base/return.exp: Return of a double fails for 68hc11.
11626
c477543d
SC
116272001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11628
11629 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
11630 tests that print a float.
11631 * call-rt-st.exp: Likewise.
11632
63cf1c79
MK
116332001-07-12 Mark Kettenis <kettenis@gnu.org>
11634
11635 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
11636 running this test on Linux.
11637
112f9ab5
MC
116382001-06-24 Michael Chastain <chastain@redhat.com>
11639
11640 * gdb.base/arithmet.exp: Remove some tests to make all test names
11641 unique.
11642
4970cb0f
MS
116432001-07-03 Michael Snyder <msnyder@redhat.com>
11644
11645 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
11646 the output of the ptype command.
11647
d85da69f
MS
116482001-07-02 Michael Snyder <msnyder@redhat.com>
11649
4c8a82de
MS
11650 * gdb.base/completion.exp: Don't assume that break.c is the only
11651 source file that may contain functions named "marker".
d85da69f
MS
11652 * gdb.base/corefile.exp: Quote the curly braces in regexp.
11653
8afc772b
AC
116542001-06-28 Andrew Cagney <ac131313@redhat.com>
11655
11656 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
11657 of files to delete.
11658
11659 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
11660 * gdb.disasm/h8300s.exp: New file.
11661 gdb.disasm/h8300s.s: Likewise.
11662
cff22675
AC
116632001-06-27 Andrew Cagney <ac131313@redhat.com>
11664
11665 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
11666 empty breakpoint tables.
11667
68c81b54
AC
116682001-06-25 Andrew Cagney <ac131313@redhat.com>
11669
11670 * lib/mi-support.exp: Update args=... part of stop-reason
11671 patterns. Accept either a list or a tuple.
11672
2dd62704
AC
116732001-06-23 Andrew Cagney <ac131313@redhat.com>
11674
11675 * lib/mi-support.exp: Remove local emacs variable defining
11676 change-log-default-name.
11677
b4127474
MC
116782001-06-22 Michael Chastain <chastain@redhat.com>
11679
11680 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
11681 This is operationally compatible with the previous version.
11682
8dbfb380
JB
116832001-06-13 Jim Blandy <jimb@redhat.com>
11684
11685 * lib/gdb.exp (gdb_test): Doc fix.
11686
f2d8c86d
MC
116872001-06-10 Michael Chastain <chastain@redhat.com>
11688
11689 * gdb.base/exprs.exp: Remove a duplicate test.
11690
81564d34
JB
116912001-06-06 Jim Blandy <jimb@redhat.com>
11692
11693 * gdb.base/return2.exp (main): Use values to test float and double
11694 returns that are not NaN's, to avoid being confused by IEEE
11695 comparison rules.
11696
da55addb
MS
116972001-06-04 Michael Snyder <msnyder@redhat.com>
11698
11699 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 11700 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
11701 rather than wait for 12 more tests to time out.
11702
42c65987
JB
117032001-06-06 Jim Blandy <jimb@redhat.com>
11704
b18bced9 11705 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 11706 Don't forget to match the GDB prompt.
b18bced9 11707
42c65987
JB
11708 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
11709
5b41e5f0
JB
117102001-06-04 Jim Blandy <jimb@redhat.com>
11711
11712 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
11713 command.
11714
015e046f
KB
117152001-05-31 Kevin Buettner <kevinb@redhat.com>
11716
11717 * gdb.base/annota1.exp (info break): Match four or more spaces
11718 after "Address".
11719
fb1ffbbe
MC
117202001-05-31 Michael Chastain <chastain@redhat.com>
11721
11722 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
11723 (dm_type_int_star): Likewise.
11724 (dm_type_long_star): Likewise.
11725 (dm_type_void_star): Likewise.
11726
5ea2a32c
KB
117272001-05-29 Kevin Buettner <kevinb@redhat.com>
11728
11729 * gdb.base/completion.exp (INPUTRC): Set this environment variable
11730 to a known value in order to get consistent results regardless
11731 of the setting of INPUTRC or the presence or contents of .inputrc.
11732
ae23c492
MS
117332001-05-24 Michael Snyder <msnyder@redhat.com>
11734
ac55707e
MS
11735 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
11736 Don't require that the main thread and the manager thread are the
11737 first in the list.
11738
ae23c492
MS
11739 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
11740 debugging. If test fails, issue an "unsupported" not a "fail".
11741
400071f1
JB
117422001-05-24 Jim Blandy <jimb@redhat.com>
11743
11744 Don't assume that short is shorter than int.
11745 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
11746 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 11747 this isn't true.
400071f1
JB
11748 ("print unsigned char == (~0)"): Add test that verifies that ~0,
11749 an int, is not equal to ~0 stored in an unsigned char. This tests
11750 the same thing that the previous test meant to, but works on
11751 16-bit machines, too.
11752 ("print unsigned char != (~0)"): Same test, complemented.
11753
0816a3e5
MS
117542001-05-24 Michael Snyder <msnyder@redhat.com>
11755
11756 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 11757 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
11758 and prevents dejagnu getting out of step.
11759
f6dc23a9
KB
117602001-05-23 Kevin Buettner <kevinb@redhat.com>
11761
11762 * gdb.base/finish.exp (finish_void): Revise pattern for
11763 stopping on the call statement to not permit stopping at
11764 the start of the instructions comprising the call sequence.
11765
7dbd117d
MC
117662001-05-19 Michael Chastain <chastain@redhat.com>
11767
11768 * gdb.base/callfuncs.exp: Make all test names unique.
11769 * gdb.base/commands.exp: Make all test names unique.
11770 * gdb.base/condbreak.exp: Make all test names unique.
11771 * gdb.base/dbx.exp: Make all test names unique.
11772 * gdb.base/default.exp: Make all test names unique.
11773 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
11774 and TIMEOUT messages to their corresponding PASS message.
11775 * gdb.base/ending-run.exp: Make all test names unique.
11776 * gdb.base/long_long.exp: Remove duplicate test.
11777
6b0b0a9e
KB
117782001-05-21 Kevin Buettner <kevinb@redhat.com>
11779
11780 * gdb.base/finish.exp (finish_void): Allow "finish" command to
11781 stop on the call statement as well as the statement after the
11782 call.
11783
2caa35cb
MS
117842001-05-21 Michael Snyder <msnyder@redhat.com>
11785
11786 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
11787
40713331
EZ
117882001-05-10 Elena Zannoni <ezannoni@redhat.com>
11789
a9c64011
AS
11790 * gdb.base/completion.exp: Revamp test. Make it execute on all
11791 platforms.
40713331 11792
c2c1be8d
EZ
117932001-05-10 Elena Zannoni <ezannoni@redhat.com>
11794
a9c64011
AS
11795 * config/gdbserver.exp (gdb_load): Handle the case
11796 in which the arguments to gdbserver are given in the
11797 baseboard configuration file.
11798 Also handle the case in which the server needs to do a
11799 load.
2c9cd303 11800
9671de48
KS
118012001-05-07 Keith Seitz <keiths@cygnus.com>
11802
a9c64011
AS
11803 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
11804 set up the display for testing.
11805 (gdbtk_start): Convert all paths to paths that tcl will like.
11806 Export target information to environment.
11807 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
11808 necessary.
11809 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
11810 (to_tcl_path): New proc to convert a given pathname into
11811 a path acceptible as an argument to a tcl command.
11812 (_gdbtk_export_target_info): New proc to export target info
11813 into the environment for gdbtk testing.
11814 (gdbtk_done): New proc to signal end-of-test.
9671de48 11815
5a360f47
JB
118162001-05-06 Jim Blandy <jimb@redhat.com>
11817
11818 * restore.c: Make the code of caller0 correspond to its comment.
11819
66c756c6
MS
118202001-05-03 Michael Snyder <msnyder@redhat.com>
11821
11822 * config/sid.exp (gdb_target_sid): Check for error messages.
11823 On error or timeout, don't make expect exit (which will terminate
11824 all subsequent tests); instead just make gdb exit.
d63a86f8 11825 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
11826 return a negative value.
11827
a966fde5
JB
118282001-04-24 Jim Blandy <jimb@redhat.com>
11829
851c18e0
JB
11830 * gdb.c++/templates.exp: If we see the prompt for the overload
11831 list, but we haven't recognized any of the longer patterns,
11832 arrange for this test to fail, not hang.
11833
a966fde5
JB
11834 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
11835 variations.
11836
db144853
MC
118372001-04-22 Michael Chastain <chastain@redhat.com>
11838
11839 * gdb.c++/local.exp: Use the 'runto' library function.
11840 * gdb.c++/namespace.exp: Likewise.
11841 * gdb.c++/overload.exp: Likewise.
11842
3207ec21
KB
118432001-03-26 Kevin Buettner <kevinb@redhat.com>
11844
11845 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
11846 * gdb.base/step-line.exp: New file. Test step/next in presence of
11847 #line directives.
11848 * gdb.base/step-line.c: New file. Test program for the above.
11849 * gdb.base/step-line.inp: New file. We pretend that this file has
11850 been transformed by some other tool into step-line.c.
11851
13b57657
JB
118522001-03-21 Jim Blandy <jimb@redhat.com>
11853
11854 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
11855 unmangled operator names.
11856
754cbe1c
JB
118572001-03-20 Jim Blandy <jimb@redhat.com>
11858
11859 * gdb.threads/linux-dp.exp: Recognize an additional message
11860 generated by GDB when it doesn't understand how to debug threads
11861 on the target system.
11862
177495c9
AC
118632001-03-19 Andrew Cagney <ac131313@redhat.com>
11864
11865 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
11866
f266096b
MC
118672001-03-12 Michael Chastain <chastain@redhat.com>
11868
11869 * gdb.c++/derivation.exp: Use the 'runto' library function.
11870
cac3c2ff
MC
118712001-03-12 Michael Chastain <chastain@redhat.com>
11872
11873 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
11874
b6c11a24
MC
118752001-02-24 Michael Chastain <chastain@redhat.com>
11876
11877 * gdb.c++/ref-types.exp: Change handwritten code to library
11878 function 'runto'.
11879
6bae5bce
OF
118802001-03-16 Orjan Friberg <orjanf@axis.com>
11881
11882 * gdb.base/signals.exp: Set count to 0 explicitly.
11883
0015fd9a
MS
118842001-03-15 Mark Salter <msalter@redhat.com>
11885
11886 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
11887 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
11888 (gdb_load): Add support for additional target_info: gdb_download_size
11889 and gdb_load_timeout.
0015fd9a 11890
fc33412a
DT
11891Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
11892
11893 * gdb.base/annota1.exp: Move test of isnative to earlier in the
11894 file -- to prevent failing when the compile fails but we have no
11895 intention of running the tests anyway.
11896
11897 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
11898 tests if set.
11899
11900 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
11901 integers.
11902
11903 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
11904 * gdb.c++/namespace.exp: Ditto.
11905
115f06de
OF
119062001-03-07 Orjan Friberg <orjanf@axis.com>
11907
11908 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
11909 * gdb.base/pointers.exp: Relax pattern match of decimals.
11910
b6ba6518
KB
119112001-03-06 Kevin Buettner <kevinb@redhat.com>
11912
11913 * Makefile.in, config/abug.exp, config/cfdbug.exp,
11914 config/cpu32bug.exp, config/dve.exp, config/est.exp,
11915 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
11916 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
11917 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
11918 config/sh.exp, config/sid.exp, config/slite.exp,
11919 config/sparclet.exp, config/udi.exp, config/unknown.exp,
11920 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
11921 config/vxworks.exp, config/vxworks29k.exp,
11922 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
11923 gdb.base/all-bin.exp, gdb.base/annota1.exp,
11924 gdb.base/arithmet.exp, gdb.base/assign.exp,
11925 gdb.base/async.exp, gdb.base/attach.exp,
11926 gdb.base/bitfields.exp, gdb.base/bitops.exp,
11927 gdb.base/break.exp, gdb.base/call-ar-st.exp,
11928 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
11929 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
11930 gdb.base/commands.exp, gdb.base/completion.exp,
11931 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
11932 gdb.base/constvars.exp, gdb.base/corefile.exp,
11933 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
11934 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
11935 gdb.base/ending-run.exp, gdb.base/environ.exp,
11936 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
11937 gdb.base/finish.exp, gdb.base/foll-exec.exp,
11938 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
11939 gdb.base/funcargs.exp, gdb.base/help.exp,
11940 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
11941 gdb.base/logical.exp, gdb.base/long_long.exp,
11942 gdb.base/maint.exp, gdb.base/mips_pro.exp,
11943 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
11944 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
11945 gdb.base/pointers.exp, gdb.base/printcmds.exp,
11946 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
11947 gdb.base/regs.exp, gdb.base/relational.exp,
11948 gdb.base/remote.exp, gdb.base/reread.exp,
11949 gdb.base/restore.exp, gdb.base/return2.exp,
11950 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
11951 gdb.base/selftest.exp, gdb.base/setshow.exp,
11952 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
11953 gdb.base/sigall.exp, gdb.base/signals.exp,
11954 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
11955 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
11956 gdb.base/step-test.exp, gdb.base/structs.c,
11957 gdb.base/structs.exp, gdb.base/structs2.exp,
11958 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
11959 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
11960 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
11961 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
11962 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
11963 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
11964 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
11965 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
11966 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
11967 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
11968 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
11969 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
11970 gdb.fortran/types.exp, gdb.java/jmisc.exp,
11971 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
11972 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
11973 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
11974 gdb.trace/circ.exp, gdb.trace/collection.exp,
11975 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
11976 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
11977 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
11978 gdb.trace/report.exp, gdb.trace/save-trace.exp,
11979 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
11980 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
11981 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
11982 notices.
11983
dc96c6c7 119842001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
11985
11986 * gdb.base/varargs.c (find_max_double): Fix printf format string:
11987 first arg is int not float.
11988
dc96c6c7 119892001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
11990
11991 * gdb.base/reread.exp: Unsupported for non-native targets;
11992 doesn't work for remote debugging.
11993
9b0c4aeb
FN
119942001-02-19 Fernando Nasser <fnasser@redhat.com>
11995
11996 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
11997 * gdb.base/ending-run.exp: Properly handle the BSP state when
11998 stepping past the end of main.
9b0c4aeb 11999
02aa71d5
MC
120002001-02-19 John Moore <jmoore@redhat.com>
12001
12002 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12003 Converted HPUX fix for non-expected items following multiple
12004 step commands into general solution for all platforms.
12005
1fa449a4
MC
120062001-02-18 Michael Chastain <chastain@redhat.com>
12007
12008 * gdb.c++/classes.exp (do_tests): Change runto statements
12009 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12010 statements demangler agnostic.
12011 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12012 (gdb_virtfunc_restart): Likewise.
12013
b2f9ec70
MC
120142001-02-14 Michael Chastain <chastain@redhat.com>
12015
12016 * gdb.c++/inherit.exp (do_tests): Change runto statements
12017 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12018 statements demangler agnostic.
12019
cf74b8ca
AC
12020Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12021
12022 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12023 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12024 before calling common_routine 15 times'' tests.
12025
99f78f56
MC
120262001-02-11 Michael Chastain <chastain@redhat.com>
12027
12028 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12029 Helps the test script figure out which demangler is in use.
12030 (dm_type_foo_ref): Ditto.
12031 (dm_type_int_star): Ditto.
12032 (dm_type_long_star): Ditto.
12033 (dm_type_unsigned_int): Ditto.
12034 (dm_type_void): Ditto.
12035 (dm_type_void_star): Ditto.
99707966 12036 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
12037 Probe the gdb demangler and set variables to accommodate
12038 formatting differences.
12039 (info_func_regexp): New function. Same as info_func, but
12040 matches against a regexp.
12041 (info_func): Match against a literal string.
12042 (print_addr_2): New function. Match against a literal string,
12043 which can be different from the input to gdb.
12044 (print_addr): Simply call print_addr_2 with the same argument twice.
12045 (test_lookup_operator_functions): Use demangler formatting variables.
12046 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12047 the tests in the same order as the C++ class declaration.
12048 (test_paddr_operator_functions): Ditto.
12049 (test_paddr_overloaded_functions): Ditto.
12050 (test_paddr_hairy_functions): Use demangler formatting variables.
12051 Add reference to gdb/19 for related tests.
12052 (do_tests): Call probe_demangler.
12053
1de8f023
KB
120542001-01-30 Kevin Buettner <kevinb@redhat.com>
12055
12056 * gdb.c++/templates.cc (printf): Remove unused function definition.
12057
ca3f91ed
MS
120582001-01-26 Felix Lee <flee@redhat.com>
12059
12060 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12061
120622001-01-25 matthew green <mrg@redhat.com>
12063
12064 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12065 up sid.
12066 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12067
120682001-01-25 matthew green <mrg@redhat.com>
12069
12070 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 12071 Deprecate $sid_spawn_id.
ca3f91ed
MS
12072 (sid_exit): Remove code necessary only for `spawn.'
12073
120742001-01-25 matthew green <mrg@redhat.com>
12075
12076 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12077
fb18ec4a
MC
120782001-01-28 Michael Chastain <chastain@redhat.com>
12079
12080 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12081 to call when tests fail. It takes gdb out of the overloaded
12082 function choice menu back to the main prompt, so that the test
12083 program stays synchronized.
12084 (set_bp_overloaded): New proc to collect all the common
12085 code for setting a breakpoint on an overloaded name. Calls
12086 take_gdb_out_of_choice_menu when needed.
12087 (menu_overload1arg): New variable to collect the repeated
12088 instances of the expected menu for an overloaded name. Change
12089 the regular expression to handle changes in g++ type encoding:
12090 "void" can be either "void" or "", and "unsigned int" can be
12091 either "unsigned int" or "unsigned".
12092 (continue_to_bp_overloaded): Change regular expressions to handle
12093 changes in g++ type encoding.
12094 (no proc): Call take_gdb_out_of_choice_menu when needed.
12095 Remove redundant calls to "info break". Accept either "canceled"
12096 or "cancelled". Change regular expressions in "info break"
12097 calls to handle changes in g++ type encoding. Give all tests
12098 unique strings.
12099
9c646a6e
BE
121002001-01-17 Ben Elliston <bje@redhat.com>
12101
12102 * config/sid.exp: New file.
12103
9549d9c1
AC
12104Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12105
12106 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12107
dc96c6c7 121082000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
12109
12110 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12111 Add a RE to accept a non-ascii char if one is ever presented.
12112
b4df4f68
FN
121132000-12-20 Fernando Nasser <fnasser@redhat.com>
12114
297dd0fd 12115 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 12116
dc96c6c7 121172000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 12118
d63a86f8 12119 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
12120 in regexp. One '\' does not suffice on Linux.
12121
4a7bddb6
MC
121222000-12-09 Michael Chastain <chastain@redhat.com>
12123
12124 * gdb.base/break.exp (test_clear_command): Use a marker function
12125 rather than 'main' for the test function. Also move this
12126 test to an execution point where the marker function names are
12127 guaranteed to be bound to functions. (Executing tests after a
12128 'finish' from main runs into name conflicts with local names
12129 in __libc_start_main).
12130
dc96c6c7 121312000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
12132
12133 * gdb.base/finish.exp: New test for gdb's "finish" command.
12134 * gdb.base/return2.exp: New test for gdb's "return" command.
12135 * gdb.base/return2.c: New source file for above.
12136
dc96c6c7 121372000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
12138
12139 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12140 * gdb.base/miscexprs.exp: Ditto.
12141 * gdb.base/pointers.exp: Ditto.
12142 * gdb.c++/derivation.exp: Ditto.
12143 * gdb.c++/local.exp: Ditto.
12144 * gdb.c++/namespace.exp: Ditto.
12145 * gdb.c++/overload.exp: Ditto.
12146 * gdb.c++/ref-types.exp: Ditto.
12147
dc96c6c7 121482000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
12149
12150 * gdb.base/constvars.exp: Test result of "up" command.
12151 * gdb.base/miscexprs.exp: Ditto.
12152 * gdb.base/pointers.exp: Ditto.
12153 * gdb.base/scope.exp: Ditto.
12154 * gdb.c++/derivation.exp: Ditto.
12155 * gdb.c++/local.exp: Ditto.
12156 * gdb.c++/namespace.exp: Ditto.
12157 * gdb.c++/overload.exp: Ditto.
12158 * gdb.c++/ref-types.exp: Ditto.
12159
44097287
FN
121602000-11-22 Michael Chastain <chastain@redhat.com>
12161
12162 * mips_pro.exp: Accept either "middle -> top -> main" or
12163 "middle -> main" in the backtrace, because gcc can optimize
12164 tail calls to jumps. Remove setup_xfail for the hppa case.
12165 Add a comment with the original warning messages from PR 3016,
12166 which was filed in 1993, to preserve them for posterity.
12167
9d2e1bab
ND
121682000-11-17 Nick Duffek <nsd@redhat.com>
12169
12170 * lib/gdb.exp (gdb_test): Override timeout with board info.
12171
1aca8eb7
ND
121722000-11-17 Nick Duffek <nsd@redhat.com>
12173
12174 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12175 the second kill and detach messages.
12176
93076499
ND
121772000-11-17 Nick Duffek <nsd@redhat.com>
12178
12179 * configure.in: Add AC_EXEEXT.
12180 * configure: Regenerate.
12181 * Makefile.in (just-check): Export EXEEXT.
12182 * lib/gdb.exp ($EXEEXT): Import from environment.
12183 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12184 expect "maint dump-me" on Cygwin.
12185 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12186 $EXEEXT.
12187
30e87cd3
ND
121882000-11-17 Nick Duffek <nsd@redhat.com>
12189
12190 * gdb.base/break.exp: Test backtrace and finish from called
12191 function on all platforms, not just HP-UX.
12192
dc96c6c7 121932000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12194
12195 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12196 code from gdb_target_monitor, so it can be used independantly
12197 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12198
dc96c6c7 121992000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12200
12201 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12202 * gdb.base/corefile.exp: Expect the message "Program is being
12203 debugged already" when we send the "corefile" command, since
12204 the preceeding gdb_load may have connected gdb to a remote target.
12205 * gdb.base/display.exp: Disable hardware watchpoints if new
12206 board info variable "no_hardware_watchpoints" is true.
12207 Replace single-letter commands with more readable ones.
12208 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12209 if new board info variable "no_hardware_watchpoints" is true.
12210 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12211 to see if stdio (printf) testing is possible.
12212 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12213 board info variable "no_hardware_watchpoints" is true. Use new
12214 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12215
39124dea
FN
122162000-11-13 Fernando Nasser <fnasser@redhat.com>
12217
12218 From Orjan Friberg <orjanf@axis.com>:
12219 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12220 in array print pattern match.
12221
a9e2e984
FN
122222000-11-09 Fernando Nasser <fnasser@redhat.com>
12223
12224 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12225 spelling "cancelled" to U.S. spelling "canceled" to match changes
12226 made to gdb.
12227 * gdb.c++/ovldbreak.exp: Ditto.
12228
c7db355b
PS
122292000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12230
12231 * gdb.base/callfuncs.c (main): Moved to end of file, call
12232 t_double_values to initialize the FPU before inferior calls are made.
12233 * gdb.base/callfuncs.exp: Test for register preservation after calling
12234 inferior functions. Add tests for continuining, finishing and
12235 returning from a stop in a call dummy.
12236
dc96c6c7 122372000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12238
12239 * gdb.base/commands.exp: Break up long lines, and re-indent.
12240
dc96c6c7 122412000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12242
12243 * config/gdbserver.exp: Rewritten from the ground up, to make it
12244 compatible with the current dejagnu tree, and to make it work with
12245 the new "gdbserver" in libremote.
12246
dc96c6c7 122472000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12248
12249 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12250 * gdb.base/varargs.exp: Skip entire test if no printf support.
12251 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12252 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12253
dc96c6c7 122542000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12255
12256 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12257 no floating point support.
12258 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12259 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12260 * gdb.base/call-rt-st.exp: Ditto.
12261 * gdb.base/call-strs.exp: Ditto.
12262
bac5fc66
JG
122632000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12264
12265 * gdb.base/sizeof.c: include <stdio.h>.
12266
12267 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12268 'finish', otherwise uncaptured gdb_prompt would potentially
12269 throw remaining test points out of sync.
bac5fc66 12270
b22a6027
SB
122712000-07-26 Scott Bambrough <scottb@netwinder.org>
12272
12273 * gdb.base/recurse.exp: Run tests for all targets.
12274 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12275 gnu-oldld case on ARM.
12276 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12277 for ARM targets.
d63a86f8 12278
d8231941
AG
12279Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12280
12281 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12282 * gdb.java/configure: Rebuild.
12283
8caabe69
AG
12284Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12285
12286 * gdb.java/jv-exp.exp: New file.
12287
9d273ca3
AG
12288Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12289
12290 * configure: Rebuilt.
12291 * configure.in (configdirs): Add gdb.java.
12292 * gdb.java/jmisc.java: New file.
12293 * gdb.java/jmisc.exp: New file.
12294 * gdb.java/Makefile.in: New file.
12295 * gdb.java/configure: Rebuilt.
12296 * gdb.java/configure.in: New file.
12297 * lib/java.exp: New file.
12298
4f823a66
AC
12299Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12300
12301 * gdb.base/exprs.exp: Test casts to a pointer including over and
12302 underflow.
12303
2391e11d
AC
12304Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12305
12306 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12307 and the compilers sizes.
12308
54602222
ND
123092000-07-09 Nick Duffek <nsd@redhat.com>
12310
12311 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12312 (use_methods): New function.
12313 (main): Call use_methods().
12314 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12315 (do_tests): Call test_method_param_class.
12316
2bec0572
ND
123172000-07-09 Nick Duffek <nsd@redhat.com>
12318
12319 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12320 spelling.
12321 (test_enums): New procedure. Move enum tests from end of script
12322 to here. Set breakpoint on function name instead of line number.
12323 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12324 (enums2): New marker function.
12325 (enums1): New function.
12326 (main): Call enums1(). Move enum tests to enums1().
12327
78492fde
AC
12328Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12329
12330 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12331 compile/link program. Update line numbers.
12332 * gdb.asm/d10v.inc: Define ``startup''.
12333 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12334
49a2cef8
AC
12335Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12336
12337 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12338
3e6c8688
EZ
123392000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12340
12341 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12342 of 'help maint print' command.
12343
9ff5cbe9
AC
12344Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12345
12346 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12347 they use gdb_expect_list.
12348
17c579bd
AC
12349Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12350
12351 * gdb.base/commands.exp: Use ``set remote
12352 memory-read-packet-size'' instead of ``set endian big'' to test
12353 long commands.
12354
e6d71bf3
DB
123552000-06-03 Daniel Berlin <dan@cgsoftware.com>
12356
12357 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12358 g++, and stop skipping them.
e6d71bf3
DB
12359
12360 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12361 work under g++.
12362
d63a86f8 12363 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12364 initialization.
12365
dc96c6c7 123662000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12367
12368 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12369 the regular expression: accept an (almost) arbitrary sequence of
12370 "frames-invalid" and "breakpoints-invalid" messages both before
12371 and after the "starting" message.
12372
dc96c6c7 123732000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12374
12375 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12376
dc96c6c7 123772000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12378
12379 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12380 Relax the regular expression a little, make it pass on Solaris 8.
12381
8216cda9
KB
123822000-05-12 Kevin Buettner <kevinb@redhat.com>
12383
12384 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12385 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12386 Instead, it is permissible for gdb to stop on the line of the
12387 call itself.
12388
1a570b2f
MS
123892000-05-12 Michael Snyder <msnyder@.cygnus.com>
12390
12391 * gdb.base/break.exp (bp on small function, optimized file):
12392 Add a second pass pattern. The behavior differs here between stabs
12393 and dwarf for one-line functions. Stabs preserves two line symbols
12394 (one before the prologue and one after) with the same line number,
12395 but dwarf regards these as duplicates and discards one of them.
12396 Therefore the address after the prologue (where the breakpoint is)
12397 has no exactly matching line symbol, and GDB reports the breakpoint
12398 as if it were in the middle of a line rather than at the beginning.
12399
dc96c6c7 124002000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12401
d63a86f8 12402 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12403 rather than "send_gdb" (for consistancy).
12404
7d418785
AC
12405Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12406
12407 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12408 * gdb.c++/templates.cc: Properly check for GCC version number.
12409 * lib/compiler.cc: Likewise
12410
dc96c6c7 124112000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12412
d63a86f8 12413 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12414 gdb may not stop at the first line of main, due to code motion.
12415
dc96c6c7 124162000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12417
12418 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12419 This test depends on parsing the printf output from the target.
12420 Since the sparclet stub doesn't do stdio, this will never work.
12421 * gdb.base/call-rt-st.exp: ditto.
12422 * gdb.base/call-strs: ditto.
12423
dc96c6c7 124242000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12425
12426 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12427
12428 * gdb.base/ending-run.exp: After connecting to a remote target,
12429 but before running, the target will appear to be in a random
12430 location. Specify both a file and a line for breakpoints.
12431 Also, the function that calls main may be called 'init'
12432 rather than 'start'.
12433
a5a51225
EZ
124342000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12435
12436 * gdb.base/help.exp: Update output for add-symbol-file command.
12437
7930cc7c
FN
124382000-04-10 Fernando Nasser <fnasser@cygnus.com>
12439
12440 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12441 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12442
23e37ab1
C
124432000-04-07 J.T. Conklin <jtc@redback.com>
12444
e93c542c
C
12445 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12446
23e37ab1
C
12447 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12448
591b8fa3
PDM
12449Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12450
12451 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12452 values that can be represented exactly.
12453 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12454 above change, and to not check against the directory part of the source
12455 file name.
12456 (step into print_long_arg_list): Likewise.
12457 (print print_small_structs from print_long_arg_list): Likewise.
12458 (print print_long_arg_list): Likewise.
12459
7a495180
EZ
124602000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12461
30b53638 12462 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12463
beb998c6
AC
12464Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12465
12466 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12467
1c689132
DB
124682000-03-25 Daniel Berlin <dan@cgsoftware.com>
12469
12470 * gdb.base/commands.exp (deprecated_command_test): Add test for
12471 deprecate with no arguments.
12472
c1790a9d
JL
124732000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12474
12475 * gdb.base/break.exp: Add new test for setting breakpoints on
12476 optimized code so we can test breakpoints work even when function
12477 prologues may be optimized away
12478
003ba290
FN
124792000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12480
12481 From David Whedon <dwhedon@gordian.com>
a9c64011 12482 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 12483
6837a0a2
DB
124842000-03-22 Daniel Berlin <dan@cgsoftware.com>
12485
12486 * gdb.base/help.exp: Added test for new apropos command.
12487
b9593231
KB
124882000-03-21 Kevin Buettner <kevinb@redhat.com>
12489
12490 * gdb.base/pointers.c (usevar): New function.
12491 (main): Make sure that global variables v_int_pointer2, rptr,
12492 and y are all referenced someplace in the program by calling
12493 usevar() on them. [Some linkers delete symbols which are
12494 never referenced. The space remains, but there's no way to
12495 get a (symbolic) handle on the variable from the debugger.]
12496
751a959b
EZ
124972000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12498
12499 * gdb.base/printcmds.c: Add typedeffed arrays.
12500
12501 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12502 procedure to test arrays that are typedef'd.
12503
73a93a32
JI
125042000-03-13 James Ingham <jingham@leda.cygnus.com>
12505
12506 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 12507 the library directories.
73a93a32 12508
fb40c209
AC
12509Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12510
12511 * configure.in (configdirs): Add sub directory gdb.mi.
12512 * configure: Re-generate.
12513
12514 * gdb.mi: New directory.
d63a86f8 12515
ee4dd2c9
AC
125162000-02-25 Scott Bambrough <scottb@netwinder.org>
12517
12518 * gdb.base/long_long.exp: Correct test suite failure when printing
12519 a long long value as a double on ARM platforms.
12520
70f0cc22
JB
125212000-02-16 Jim Blandy <jimb@redhat.com>
12522
12523 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12524 default source file is set properly before running this test.
12525
853819b8
EZ
125262000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12527
12528 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12529 gdbtk/library directory, not in gdbtcl2.
12530
dfcd3bfb
JM
125312000-02-04 Jim Blandy <jimb@redhat.com>
12532
12533 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12534 backslash from regexp pattern.
12535
12536 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12537 procedure. Use it to run all the "continue to bp overloaded"
12538 tests. Note that this changes the names of the tests slightly.
12539 If the breakpoint hit message includes a hex PC value, because
12540 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12541 from the real source code, still consider that a pass.
12542
12543 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12544 XFAIL here if the breakpoint message contains a hex address. Note
12545 similar change on 1999-11-02.
12546
12547 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12548
12549 * gdb.base/ptype.exp: Establish a default source file before
12550 calling get_debug_format.
12551
125522000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12553
12554 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12555
8b93c638
JM
125562000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12557
12558 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12559 of successive stepi commands -- while in the prologue we should see
12560 the function entry bracket.
12561
125622000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12563
12564 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12565 reach __change_mode() when stepping through the end of main().
12566
c5394b80
JM
125672000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12568
12569 * gdb.base/default.exp: Fix expected pattern.
12570 * gdb.base/help.exp: Same.
12571
0d06e24b
JM
125722000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12573
12574 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12575 Don't use xfail's because that affects only the following test.
d63a86f8 12576
0d06e24b
JM
12577 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12578 solaris or linux.
12579
12580 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12581
dc96c6c7 125822000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 12583
d63a86f8 12584 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
12585 "A syntax error" rather than "A parse error". Accept both.
12586
125872000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12588
12589 * gdb.base/default.exp: Remove OS dependent string from "target
12590 remote" test.
12591 * gdb.base/help.exp: Same for "help target remote" test.
12592
c3f6f71d
JM
125932000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12594
12595 From Jim Kingdon <kingdon@redhat.com>:
12596
12597 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12598 prompt (cleanup rather than necessity, but still might keep output
12599 from spilling to next test).
12600
126012000-01-02 Fred Fish <fnf@cygnus.com>
12602
12603 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12604 AIX, which defines them in <sys/types.h>.
12605
ed9a39eb 126061999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 12607
ed9a39eb
JM
12608 * gdb.base/default.exp: Match arm* etc instead of arm in "info
12609 float" test.
12610
126111999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 12612
ed9a39eb 12613 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
12614
12615 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
12616 outermost frame disallowed".
12617
126181999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
12619
12620 * gdb.base/setvar.exp: New tests for setting the value of a struct
12621 with a constant list.
12622
126231999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12624
12625 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
12626 require the user to type a cast before setting the value of a struct.
12627
de57eccd
JM
126281999-12-06 Jim Blandy <jimb@cygnus.com>
12629
12630 * gdb.base/default.exp: Expect the new 'info float' command on
12631 all i386 platforms.
12632
12633 * gdb.threads/linux-dp.exp: Expand our ability to recognize
12634 LinuxThreads libraries that don't support debugging.
12635
c2d11a7d
JM
12636Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12637
12638 * gdb.base/remote.c: Fill the buffer with truely random data.
12639 Change the buffer type to ``unsigned char'' to simplify size
12640 arithmetic.
12641
12642 * gdb.base/remote.exp: Reduce download numbers by one. Typical
12643 stub only handles 400-1 byte packets. Verify that the download
12644 worked.
12645
126461999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
12647
12648 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
12649 tests, using UNRESOLVED for the untested cases. Also, does not wait
12650 for a timeout if the prompt was received before a recognizable pattern.
12651
126521999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
12653
12654 * lib/gdb.exp (gdb_expect_list): Fix spelling.
12655
126561999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12657
12658 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
12659 watchpoints.
12660
126611999-11-24 Jason Merrill <jason@casey.cygnus.com>
12662
12663 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
12664
12665 * gdb.c++/local.exp: Be more flexible in recognizing local class
12666 name mangling. Don't allow horribly truncated method names.
12667 * gdb.c++/derivation.exp: Expect protected inheritance.
12668 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
12669 * gdb.c++/virtfunc.exp: Likewise.
12670 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
12671 when printing a nested enum.
12672
126731999-11-22 Jim Blandy <jimb@cygnus.com>
12674
12675 * gdb.base/step-test.exp: Properly await GDB's response to setting
12676 a breakpoint on the call to large_struct_by_value.
12677
12678 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
12679 just because we have debug info for the `start' function.
12680
126811999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
12682
12683 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
12684 "Unknown signal" messages, which indicate (on LinuxThreads) that
12685 GDB doesn't know how to debug threads on this system. This is
12686 better than hanging while philosopher 0 dumps chatter into gdb.log.
12687
126881999-11-18 Tom Tromey <tromey@cygnus.com>
12689
12690 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
12691
126921999-11-18 Fred Fish <fnf@cygnus.com>
12693
12694 * gdb.base/coremaker2.c: Add sample program for generating
12695 cores that is more self contained than coremaker.c. Eventually
12696 I'll add more code to this and tie it into the testsuite.
12697
4ce44c66
JM
126981999-11-12 Stan Shebs <shebs@andros.cygnus.com>
12699
12700 * gdb.base/dollar.exp: Remove, now in gdb.hp.
12701
127021999-11-10 Jimmy Guo <guo@cup.hp.com>
12703
12704 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
12705 from $srcdir/lib/.
12706 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
12707 and gdb.c++/.
12708
12709 * gdb.c++/derivation.exp: remove redundant get compiler info code.
12710
d63a86f8 12711 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
12712 'continue with watch' test point.
12713
127141999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
12715
12716 Merged from p2linux-990323-branch:
d63a86f8 12717
4ce44c66
JM
12718 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
12719
11cf8741
JM
12720Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
12721
12722 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
12723 {limit,fixed}''. Test ``set download-write-size''.
12724
12725Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
12726
12727 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
12728 gdb_expect_list.
12729
12730Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
12731
12732 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
12733
127341999-11-03 Mark Salter <msalter@cygnus.com>
12735
12736 * gdb.base/break.exp: Fix "stub continue" pattern.
12737
127381999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
12739
12740 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
12741
127421999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
12743
12744 * gdb.base/display.exp ("finish"): Add timeout clause.
12745
12746 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
12747 plain prompt clause, so this doesn't have to time out in order to
12748 fail.
12749
12750 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
12751 breakpoint hit messages include an address.
12752
12753 * gdb.base/display.exp: Don't forget to escape parens in regular
12754 expressions. Unix regexp notatation sucks.
12755
127561999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12757
12758 * gdb.base/annota1.exp: Test for annotate-signalled: change output
12759 order for 'signalled' message.
12760
5c44784c
JM
127611999-11-01 Stan Shebs <shebs@andros.cygnus.com>
12762
12763 From Jimmy Guo <guo@cup.hp.com>:
12764 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
12765 * gdb.base/annota1.c: Add code for tests to work with.
12766
127671999-10-26 Frank Ch. Eigler <fche@cygnus.com>
12768
12769 * gdb.base/remote.exp: New test for remote downloading settings.
12770 * gdb.base/remote.c: New file with large .data.
12771
917317f4
JM
127721999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
12773
12774 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
12775 for LinuxThreads support, merged from the Code Fusion branch.
12776
12777Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
12778
12779 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
12780 containing exp_continue into a while within an expect. Don't
12781 attempt a start more than three times. Check return value from
12782 gdb_load.
d63a86f8 12783
2df3850c
JM
12784Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
12785
12786 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
12787 a pass case.
12788
2acceee2
JM
127891999-10-01 Kevin Buettner <kevinb@cygnus.com>
12790
12791 * gdb.base/break.c (main): Added a statement that we can step
12792 off of.
12793 * gdb.base/break.exp: Added tests for setting a breakpoint
12794 at an offset and stepping onto a breakpoint.
12795
127961999-10-01 Fred Fish <fnf@cygnus.com>
12797
d63a86f8 12798 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
12799 gdb output.
12800
c2c6d25f
JM
128011999-09-18 Jim Blandy <jimb@cris.red-bean.com>
12802
12803 * gdb.base/break.exp: Code locations are in hex, don't forget!
12804 (For HP-UX.)
12805
128061999-09-17 Stan Shebs <shebs@andros.cygnus.com>
12807
12808 * condbreak.exp: Use break.c as test program.
12809 * condbreak.c: Remove, redundant with break.c.
12810
128111999-09-15 Stan Shebs <shebs@andros.cygnus.com>
12812
12813 * config/monitor.exp (gdb_target_monitor): Disable X- and
12814 Z-packets if the target needs it.
12815
128161999-09-13 James Ingham <jingham@leda.cygnus.com>
12817
12818 * gdb.c++/overload.exp: Added tests for listing overloaded
12819 functions with function pointers in the arg, explicitly calling
12820 out the version you want.
12821
cff3e48b
JM
128221999-09-09 Stan Shebs <shebs@andros.cygnus.com>
12823
12824 * long_long.exp: Add variations of test cases that work for
12825 targets with 16-bit ints and 32-bit doubles.
12826
d4f3574e
SS
128271999-09-08 Stan Shebs <shebs@andros.cygnus.com>
12828
12829 * break.c (main): Compare a possibly-uninitialized argc with an
12830 unlikely value that fits in 16 bits.
12831
128321999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12833
12834 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
12835 0xfeeb, don't want negative numbers if ints are 16 bits.
12836
12837 * lib/gdb.exp (skip_cplus_tests): New proc.
12838 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12839 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
12840 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
12841 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
12842 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
12843 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
12844 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
12845 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
12846
12847 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
12848
12849Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
12850
12851 * gdb.base/corefile.exp (up): Allow a parameter to appear
12852 in the frame that we're going up to.
12853
12854 From Jim Blandy <jimb@cygnus.com>:
12855
12856 * gdb.base/default.exp (info float): Expect some output now.
12857
12858 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
12859 returning floating-point values to fail on the x86.
12860 * gdb.base/callfwmall.exp (do_function_calls): Same.
12861
12862 * gdb.base/list.exp (test_listsize): Correct expectations for
12863 listing line 1 with listsize 2. Also, listing a single line
12864 works now, as does listing three lines. [Kevin's note: There
12865 were a number of other cases fixed too where the expectations
12866 differed...]
12867
128681999-09-02 Stan Shebs <shebs@andros.cygnus.com>
12869
12870 * gdb.base/selftest.exp: Add case for when version prints as
12871 constant string instead of char pointer.
12872
104c1213
JM
128731999-08-25 Stan Shebs <shebs@andros.cygnus.com>
12874
12875 * gdb.base/ending-run.exp: Add Solaris case for what happens when
12876 stepping out of main.
12877
12878 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
12879 G++ used.
12880
12881 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
12882 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
12883
12884 * gdb.c++/ovldbreak.exp: Update match string in test that
12885 includes a warning of multiple breakpoints.
12886
128871999-08-24 Stan Shebs <shebs@andros.cygnus.com>
12888
12889 * gdb.base/display.exp: Improve precision of step-after-finish
12890 added yesterday.
12891
12892 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
12893 test.
12894
12895 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
12896 configs when using G++, not just hppa*.
12897
128981999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12899
12900 * gdb.base/async.c: New file.
12901 * gdb.base/async.exp: New file.
12902
12903Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
12904
12905 * gdb.base/break.exp: Tweak PA specific tests to properly handle
12906 PA64.
12907
53a5351d
JM
12908Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
12909
104c1213
JM
12910 * gdb.base/display.exp: "finish" can leave us mid-line on many
12911 targets, deal with it. Add a small constant to main, instead of
12912 1000 since main+1000 may not be a valid address in the target.
12913
53a5351d
JM
12914 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
12915 on hpux11.
12916
12917 * gdb.base/attach.exp: Handle another hpux11 error message variant
12918 when attaching to a process that does not exist.
12919
129201999-08-19 J.T. Conklin <jtc@redback.com>
12921
12922 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
12923 characters in 'continue to 1241' test.
12924
129251999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12926
12927 * gdb.base/call-ar-st.exp: Add a shorter match case for the
12928 stop in print_long_arg_list, define and use a whitespace
12929 variable in print_small_structs test, add an XFAIL for Solaris.
12930 * gdb.base/dbx.exp: XFAIL func commands until somebody is
12931 interested enough to fix.
12932
7be570e7
JM
129331999-08-13 Keith Seitz <keiths@cygnus.com>
12934
12935 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
12936 (dbx_gdb_load): Remove. Use gdb_load instead, since that
12937 proc knows about targets other than the natives.
12938 (test_assign): Use "gdb_run_cmd" to "run" the target.
12939 Check that we've actually hit the breakpoint at main.
12940 When we attempt to assign a value to a local variable, check
12941 that the variable is in the current scope, i.e., don't use
12942 a test with an empty result.
12943
12944Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
12945
12946 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
12947 command.
12948
129491999-08-09 Stan Shebs <shebs@andros.cygnus.com>
12950
12951 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12952 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
12953 gdb.compat, gdb.threads-hp.
12954 gdb.hp/configure, gdb.hp/configure.in: New files.
12955 gdb.hp/Makefile.in: Recurse into new subdirs.
12956 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
12957 gdb.hp/gdb.objdbg: New directory, tests for debugging info
12958 in object files.
12959 gdb.hp/tools: New directory, aux tools for HP-specific tests.
12960
96baa820
JM
129611999-08-05 Stan Shebs <shebs@andros.cygnus.com>
12962
12963 * gdb.base/display.exp: Help expect by putting a newline in the
12964 funky printf, remove a bogus p/a test.
12965
129661999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12967
12968 * gdb.base/display.exp: Make sure that when we say 'run', we are
12969 connected to the target. This is necessary when running not
12970 natively.
12971
129721999-08-03 Stan Shebs <shebs@andros.cygnus.com>
12973
12974 * gdb.base/step-test.exp: Removed some extraneous messages.
12975
12976 * gdb.base/long_long.exp: Don't run memory examination tests
12977 on little-endian targets (they will need a different set of
12978 results to match).
12979
129801999-08-02 Stan Shebs <shebs@andros.cygnus.com>
12981
12982 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
12983 until somebody decides to fix GDB.
12984
12985 * gdb.base/long_long.c: Stop compiler complaint by specifying long
12986 constant as "ULL".
12987 * gdb.base/long_long.exp: Loosen x/c test, add partial result
12988 matches for a couple x/2 commands.
12989
a0b3c4fd
JM
129901999-07-30 Stan Shebs <shebs@andros.cygnus.com>
12991
12992 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
12993 by merging in ref-types2 tests.
12994 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
12995
12996 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12997 * gdb.c++/Makefile.in: Add standard actions.
12998 (EXECUTABLES): Rename from PROGS, update list.
12999 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13000 from gdb.hp.
13001 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13002 foo and bar locals.
13003 * gdb.c++/anon-union.exp: Fix tests to match.
13004 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13005 expect matches to handle output variations.
13006 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13007 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13008 output, add HP alternatives for new and delete prints.
13009 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13010 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13011 * gdb.c++/demangle.exp: Use $style when reporting failure.
13012 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13013 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13014 match alternatives.
13015 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13016 compilers.
13017 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13018 * gdb.c++/method.exp: Add match alternatives.
13019 * gdb.c++/misc.cc: Add bool types.
13020 * gdb.c++/misc.exp: Add tests for bool types.
13021 * gdb.c++/overload.exp: Add xfails.
13022 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13023 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13024 add some more template parameter tests (only for HP currently).
13025 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13026 * gdb.c++/virtfunc.cc: Add return type and value for main.
13027 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13028 match alternatives.
d63a86f8 13029
a0b3c4fd
JM
130301999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13031
13032 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13033
130341999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13035
13036 * gdb.base/signals.exp: Don't expect getting a backtrace from
13037 within a signal handler to fail on Linux.
13038
130391999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13040
13041 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13042 * lib/gdb.exp: Remove some gratuitious semicolons.
13043 (delete_breakpoints): Increase timeout.
13044 (gdb_expect): Add -notransfer option.
13045 (gdb_test): Use -notransfer option.
13046 (get_compiler_info): Add f77 case.
13047 (get_compiler): New proc, split out from gdb_preprocess, add f77
13048 case.
13049 (gdb_preprocess): Call get_compiler.
13050
13051 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13052 * gdb.base/attach.exp, gdb.base/display.exp,
13053 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13054 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13055 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13056 third arg to gdb_test.
13057 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13058 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13059 HP-UX xfails, add others.
13060 * gdb.base/completion.exp: Reflect name change of self-test.
13061 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13062 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13063 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13064 HP failure number.
13065 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13066 useless HP-UX 10.30 references.
13067 * gdb.base/maint.exp: Loosen matches.
13068 * gdb.base/pointers.c (main): Declare more_code.
13069 * gdb.base/pointers.exp: Match on output of a `next'.
13070 * gdb.base/structs.c: Add prototypes.
13071 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13072 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13073
130741999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13075
13076 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13077 command.
13078
130791999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13080
13081 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13082 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
13083
13084 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
13085 debug info. Deal with lack of signal hanlder info in stack.
13086
a9c64011 13087 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
13088 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13089
5a2468f5
JM
130901999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13091
13092 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13093 gdb.base/foll-vfork.exp: Don't run for crosses.
13094
adf40b2e
JM
13095Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13096
13097 * gdb.base/configure.in: Check for gdbvars.exp instead of
13098 a1-selftest.exp.
13099 * gdb.base/configure: Re-generate.
13100
131011999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13102
13103 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13104 in trying to run first and name is too long.
13105
13106 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13107 pointers2.c and pointers2.exp, respectively.
13108 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13109 doschk happier.
13110
43e526b9
JM
131111999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13112
13113 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13114 callfuncs2.c and callfuncs2.exp.
13115
13116 * gdb.base/list.exp: Remove mistaken xfails.
13117 * gdb.base/list0.h: Add optional prototypes.
13118
9846de1b
JM
13119Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13120
a9c64011 13121 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 13122 calling malloc.
a9c64011
AS
13123 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13124 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
13125 use.
13126
131271999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13128
13129 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13130 * gdb.base/annota2.cc, annota2.exp: Move from here.
13131 * gdb.c++/annota2.cc, annota2.exp: To here.
13132 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13133
43ff13b4
JM
13134Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13135
13136 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13137 a consistent format.
13138
085dd6e6
JM
131391999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13140
13141 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13142 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13143 HP compilers, also set the globals $true and $false.
13144
13145 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13146 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13147 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13148 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13149 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13150 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13151 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13152 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13153 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13154 whatis.c} Add C++ compatible function definitions and return
13155 types, add includes for library functions.
13156 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13157 * gdb.base/step-test.c (myglob): Rename from glob.
13158 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13159 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13160 files, move here from gdb.hp.
13161 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13162 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13163 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13164 Adjust line numbers in regexps.
13165
13166 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13167 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13168 instead of 0/1.
13169
13170 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13171 foll-vfork.exp: New files, move here from gdb.hp.
13172 * gdb.base/page.exp: New file, test of pagination command.
13173
13174 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13175 recursion test.
13176 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13177
13178 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13179 gdb.base/solib.exp: Fix compiler invocation process.
13180
13181 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13182 HP-UX 11, turn off overload resolution explicitly.
13183 * gdb.base/commands.exp: Set argument list explicitly, add
13184 watchpoint test.
13185 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13186 them work.
13187 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13188 expressions properly.
13189 * gdb.base/corefile.exp: Loosen the match slightly.
13190 * gdb.base/default.exp: Allow "Error accessing memory" message
13191 also.
13192 * gdb.base/display.exp: Skip over x/0 j if PA64.
13193 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13194 * gdb.base/interrupt.exp: Ditto.
13195 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13196 in use.
13197 * gdb.base/list.exp: Add xfails for HP-UX.
13198 * gdb.base/long_long.exp: Refine some of the numeric matches.
13199 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13200 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13201 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13202 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13203 * gdb.base/ptype.exp: Succeed on more varieties of output.
13204 * gdb.base/scope.exp: Add xfails for HP-UX.
13205 * gdb.base/sect-cmd.exp: Add more cases.
13206 * gdb.base/setvar.exp: Add xfails for HP-UX.
13207 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13208 * gdb.base/signals.exp: Match on void symbolically.
13209 * gdb.base/step-test.exp: Add case for PA64.
13210 * gdb.base/term.exp: Add exit and restart.
13211 * gdb.base/twice.exp: Clean up after self.
13212 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13213 * gdb.base/whatis.exp: Allow more ways to pass tests.
13214
13215 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13216 no longer useful.
13217
13218Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13219
13220 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13221 list of patterns.
13222 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13223 print_double_array(double_array)", "continuing to breakpoint
13224 1018", "print print_double_array(array_d)" and "continuing to
13225 1034" tests.
d63a86f8 13226
085dd6e6
JM
132271999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13228
a9c64011 13229 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13230
132311999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13232
13233 * config/mt-*: Remove, these haven't been used since 1996.
13234
132351999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13236
13237 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13238 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13239 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13240
9e0b60a8
JM
132411999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13242
13243 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13244 simpler match case for the ptype of the big class.
13245
132461999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13247
13248 * gdb.exp: Fix test for gdb_prompt existence.
13249
132501999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13251
13252 * gdb.exp (gdb_test): Add fail after calls to perror.
13253
132541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13255
13256 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13257
132581999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13259
13260 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13261
0f71a2f6
JM
13262Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13263
13264 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13265 malloc() is linked in.
13266
132671999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13268
13269 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13270 step at end.
13271
13272 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13273
132741999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13275
13276 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13277
cce74817
JM
13278Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13279
13280 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13281 * gdb.base/mips_pro.exp: Likewise.
13282
132831999-06-02 Keith Seitz <keiths@cygnus.com>
13284
13285 * gdb.c++/templates.cc: Change all "new" operators to throw
13286 an exception.
13287 * gdb.c++/cplusfuncs.cc: Likewise.
13288
13289 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13290
13291Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13292
13293 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13294 * gdb.base/ending-run.exp: When stepping out of main, accept a
13295 step into an arbitrary assembler file.
cce74817 13296
392a587b
JM
132971999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13298
d63a86f8 13299 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13300 "breakpoint-invalid" to be printed.
d63a86f8 13301 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13302 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13303 * gdb.base/annota2.cc: Initialize a.x to 0.
13304
9e086581
JM
133051999-05-17 Keith Seitz <keiths@cygnus.com>
13306
13307 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13308 when "skip_float_tests" set.
13309 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13310 "print print_ten_doubles", and "step into print_long_arg_list".
13311 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13312 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13313 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13314 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13315 "skip_float_tests" is set.
13316 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13317 when "skip_float_tests" set.
d63a86f8 13318
cd0fc7c3
SS
133191999-05-06 Keith Seitz <keiths@cygnus.com>
13320
13321 * gdb.base/annota2.cc: Include stdio.h.
13322
13323Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13324
13325 * gdb.base/crossload.exp: Remove, this has been disabled ever
13326 since BFD stopped including all targets, and cross-GDB gets
13327 plenty of testing anyway.
13328 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13329 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13330 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13331 * gdb.base/README: Remove, was doc for this.
13332 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13333 needed.
13334
b83266a0
SS
133351999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13336
13337 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13338 output.
13339
13340 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13341 * gdb.base/annota2.exp: New file. More annotation tests.
13342 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13343 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13344
133451999-04-23 Angela Marie Thomas <angela@cygnus.com>
13346
13347 * config/cfdbug.exp: New file.
13348
7a292a7a
SS
133491999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13350
13351 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13352 Marcus Daniel's and Dale Hawkins's demangler crashes.
13353
13354 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13355 test_lucid_style_demangling, test_arm_style_demangling,
13356 test_hp_style_demangling): Try Tom Tromey's core-dumping
13357 identifier under each demangling style.
13358
133591999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13360
13361 * gdb.c++/demangle.exp: Include the current demangling style
13362 in all test names.
13363 (current_demangling_style): New global variable.
13364 (set_demangling_style, test_demangling_core, test_demangling,
13365 test_demangling_exact): New functions.
13366 (test_gnu_style_demangling, test_lucid_style_demangling,
13367 test_arm_style_demangling, test_hp_style_demangling): Use those,
13368 instead of calling gdb_test and gdb_test_exact directly.
13369 (catch_demangling_errors): New function, which reports errors
13370 signalled by the demangling test functions in an orderly way.
13371 (do_tests): Use catch_demangling_errors.
13372
133731999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13374
13375 * gdb.base/signals.exp (test_handle_all_print): Use () for
13376 grouping in expressions, not {}.
13377
13378 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13379 initialized yet.
13380
133811999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13382
13383 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13384 are listed.
13385
133861999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13387
13388 * gdb.stabs/weird.exp: Test for CC being defined before
13389 looking at its value.
13390
133911999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13392
13393 * gdb.base/call-ar-st.exp: Remove stray '#'.
13394 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13395 "short int" and "long int".
13396 * gdb.c++/overload.cc: Cast the string added in the previous
13397 change, to mollify finicky HP compiler.
13398 * gdb.hp/reg-test.exp (testfile): Fix file name.
13399 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13400
7a292a7a
SS
13401 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13402 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13403 alternate form of enum ptype.
13404
c906108c
SS
134051999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13406
7a292a7a
SS
13407 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13408 * gdb.hp/*.exp: Change all to run compiler probe only after
13409 passing skip_hp_tests, so as not to waste time on guaranteed
13410 failure.
13411
c906108c
SS
13412 * gdb.c++/overload.cc: Pass string instead of char addr, always
13413 init ccpfoo.
13414 * gdb.c++/templates.cc: Fix syntax error.
13415
7a292a7a
SS
13416Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13417
13418 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13419 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13420 command.
13421
134221999-03-18 James Ingham <jingham@cygnus.com>
13423
13424 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13425
13426 * gdb.c++/method.exp: It was testing an uninitialized int on the
13427 stack and assuming it was positive.
13428
13429 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13430
13431 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13432 keep it from killing the rest of the tests.
7a292a7a
SS
13433 Use gdb_continue_to_end.
13434
13435 * gdb.base/sigall.exp: use gdb_continue_to_end.
13436
13437 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13438
13439 * gdb.base/display.exp: use runto_main, not run.
13440
d63a86f8
RM
13441 * gdb.base/default.exp: Check for the current error message in the
13442 r abbreviation test.
7a292a7a
SS
13443 Add strongarm to the targets that know info float.
13444
d63a86f8 13445 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13446 run which doesn't work with monitors.
13447
13448 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13449
13450 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13451
13452 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13453 program. Traps the case (in Cygmon) when the program never really
13454 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13455 more places, so I used my name. Sorry Mark...
13456
13457 * config/monitor.exp (gdb_target_monitor): added another
13458 target_info parameter: remotebinarydownload. This will set the
13459 remotebinarydownload flag if this is causing some boards trouble.
13460
134611999-03-18 Mark Salter <msalter@cygnus.com>
13462
13463 * lib/gdb.exp (continue_to_exit): New function.
13464
13465 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13466 * gdb.base/ending-run.exp: Ditto.
13467 * gdb.base/step-test.exp: Ditto.
13468
134691999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13470
13471 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13472 (suggested by Art Haas <ahaas@neosoft.com>).
13473
134741999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13475
13476 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13477
13478Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13479
13480 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13481 descriptions of types (short unsigned int vs unsigned short, etc).
13482
134831999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13484
13485 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13486 a call to strlen; sometimes we do have sources.
13487
134881999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
13489
13490 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13491 character, so GDB won't print garbage after its end.
d63a86f8 13492
c906108c
SS
13493 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13494 breakpoint there instead. Sometimes GCC emits memcpy to handle
13495 the large structures being passed by value, so we step into that
13496 instead of sum_array_print, which obscures what we're really testing.
13497 * gdb.base/step-test.exp: However, we do want a test that notices
13498 the bizarre steps into memcpy, so do that here. Add check for
13499 stepping into function calls that pass large structures by value.
13500 ("Is that a noun clause, or are you just happy to see me?")
13501 Remove all references to specific line numbers.
13502 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13503 New type and function.
13504 (main): Call large_struct_by_value, passing it a large struct by value.
13505 * lib/gdb.exp (gdb_get_line_number): New function.
13506
13507 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13508 more portable.
13509
7a292a7a
SS
135101999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13511
c906108c
SS
13512 * lib/gdb.exp: Doc fixes.
13513
7a292a7a
SS
135141999-03-05 Nick Clifton <nickc@cygnus.com>
13515
d63a86f8 13516 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
13517
135181999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13519
c906108c
SS
13520 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13521 commands. They're not germane to this test, and they don't work
13522 that way on remote targets.
13523
3fc11d3e
JM
135241999-03-01 James Ingham <jingham@cygnus.com>
13525
13526 * Changelog entries merged over from gdb development branch.
13527
3fc11d3e
JM
13528 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13529
13530 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13531 for outputting results of test run.
13532
2d4a1622 13533 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
13534
13535 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 13536
7a292a7a
SS
135371999-02-25 Felix Lee <flee@cygnus.com>
13538
13539 * lib/gdb.exp (debug_format): initialize
13540
c906108c
SS
135411999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13542
13543 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13544 * gdb.base/call-rt-st.c: Ditto.
13545
c906108c
SS
135461999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13547
13548 * gdb.threads/pthreads.exp (horiz): New variable.
13549 (test_startup): Fix regexps that capture thread numbers.
13550
135511999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13552
13553 * gdb.base/smoke.exp: Disambiguate two test case names (both
13554 called ``print'').
13555
13556Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13557
13558 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13559 compilation.
13560
135611999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13562
13563 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13564 actual output formatting.
13565 * gdb.base/smoke.exp: GDB removes leading 0's.
13566 * gdb.base/volatile.exp: Don't check type of remuneration;
13567 that variable is no longer defined in constvars.c.
13568 * gdb.base/step-test.c (main): Exit with explicit exit code.
13569 * gdb.base/step-test.exp: Remove two nexti checks--they are
13570 not portable.
13571
135721999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13573
13574 * gdb.base/help.exp ("help delete display"): Fix test to match
13575 gdb's output.
13576
13577 * gdb.base/long_long.c (known_types): Initialize values to zero.
13578 * gdb.base/long_long.exp: Step one more line
13579 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
13580 leading zeros. Explicitly ask for hex formatting. Use
13581 unique test case names.
c906108c
SS
13582
13583Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13584
d63a86f8 13585 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
13586
13587 * gdb.c++/method.exp: Add missing close brace.
13588
135891999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13590
13591 * gdb.base/maint.exp: Use 'set height 0' to disable page
13592 prompting, not 'set height 400'.
13593
13594 Fix a bunch of timeouts.
13595 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13596 four separate tests, so expect doesn't take forever to match a ton
13597 of text against a regexp with lots of .* forms.
13598 ("maint print psymbols", "maint print symbols"): Make some of
13599 these greps more selective, so that expect doesn't try to wade
13600 through huge piles of output and time out.
13601
13602 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13603
13604 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13605 tests: one which doesn't expect shlib events to be reported, and
13606 another which does, but is XFAIL for all platforms other than
13607 HP/UX.
13608
13609 * gdb.base/break.exp: Teach the test suite that the `catch
13610 fork', `catch vfork', and `catch exec' commands produce error
13611 messages on platforms that don't provide these features.
13612
13613Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13614
13615 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
13616 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
13617 (shortening names from solib_threshold.exp etc), won't run on
13618 anything but HP-UX for the foreseeable future.
13619 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
13620 reflect move.
13621
13622Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
13623
13624 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13625 gdb.trace/Makefile.in (clean): Remove all test executables.
13626
13627Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
13628
13629 * gdb.base/shlib-call.exp: add test cases to verify that gdb
13630 successfully re-sets breakpoints in shared libraries.
13631 * gdb.base/shmain.c (main): return 0, don't fall off the end.
13632
13633Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13634
d63a86f8
RM
13635 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
13636 and compiled w/o GCC.
c906108c
SS
13637
13638 * gdb.hp/watch-cmd.exp: ditto.
13639
13640 * gdb.hp/watch-hp.exp: ditto.
13641
13642 * gdb.hp/xdb1.exp: ditto.
13643
13644 * gdb.hp/xdb2.exp: ditto.
13645
13646 * gdb.hp/dbx.exp: ditto.
13647
13648Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
13649
13650 * constvars.c: Remove C++-isms.
13651 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
13652 with GCC.
13653
13654Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
13655
13656 The following changes are part of the HP merge.
13657
13658 * gdb.base/break.exp: new tests to verify that catchpoints for
13659 fork, vfork, and exec don't trigger inappropriately.
13660
13661 * gdb.base/opaque.exp: compile one file at a time, then link.
13662
13663 * gdb.base/signals.exp: be more restrictive about which hppa
13664 systems receive a setup_xfail. new tests.
13665
13666 * gdb.base/solib_threshold.build: new file.
13667 * gdb.base/solib_threshold.exp: new file.
13668 * gdb.base/solib_threshold.link_opts: new file.
13669 * gdb.base/solib_threshold.mk: new file.
13670 * gdb.base/gen_solib_threshold.c: new file.
13671
13672 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
13673 tests. New tests for enums inside classes.
13674
13675 * gdb.c++/compiler.cc: indicate support of template debugging.
13676
13677 * gdb.c++/demangle.exp: run hp style demangling tests.
13678
13679 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
13680 tests.
13681
13682 * gdb.c++/misc.cc: changes to support new tests.
13683
13684 * gdb.c++/templates.cc: changes to support HP's compiler; changes
13685 to support new tests.
13686
13687 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
13688 gcc, then skip these tests.
13689
13690Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
13691
13692 The following files are part of the HP merge; some had longer
13693 names at HP, but have been renamed to be no more than 14
13694 characters in length.
13695
13696 * gdb.hp/ambiguous.cc: new file.
13697 * gdb.hp/ambiguous.exp: new file.
13698 * gdb.hp/attach.exp: new file.
13699 * gdb.hp/attach2.exp: new file.
13700 * gdb.hp/classes-hp.exp: new file.
13701 * gdb.hp/ctti.exp: new file.
13702 * gdb.hp/ctti-add.cc: new file.
13703 * gdb.hp/ctti-add1.cc: new file.
13704 * gdb.hp/ctti-add2.cc: new file.
13705 * gdb.hp/ctti-add3.cc: new file.
13706 * gdb.hp/dbx.exp: new file.
13707 * gdb.hp/exception.cc: new file.
13708 * gdb.hp/exception.exp: new file.
13709 * gdb.hp/foll-exec.c: new file.
13710 * gdb.hp/foll-exec.exp: new file.
13711 * gdb.hp/foll-fork.c: new file.
13712 * gdb.hp/foll-fork.exp: new file.
13713 * gdb.hp/foll-vfork.c: new file.
13714 * gdb.hp/foll-vfork.exp: new file.
13715 * gdb.hp/inherit-hp.exp: new file.
13716 * gdb.hp/more-steps.exp: new file.
13717 * gdb.hp/namespace.cc: new file.
13718 * gdb.hp/namespace.exp: new file.
13719 * gdb.hp/optimize.exp: new file.
13720 * gdb.hp/pxdb.c: new file.
13721 * gdb.hp/pxdb.exp: new file.
13722 * gdb.hp/quicksort.exp: new file.
13723 * gdb.hp/reg-test.exp: new file.
13724 * gdb.hp/reg-test.s: new file.
13725 * gdb.hp/sized-enum.c: new file.
13726 * gdb.hp/sized-enum.exp: new file.
13727 * gdb.hp/start-stop.exp: new file.
13728 * gdb.hp/templ-hp.cc: new file.
13729 * gdb.hp/templ-hp.exp: new file.
13730 * gdb.hp/thr-lib.c: new file.
13731 * gdb.hp/thr-lib.exp: new file.
13732 * gdb.hp/thr-lib.h: new file.
13733 * gdb.hp/thr-liblib.c: new file.
13734 * gdb.hp/virtfun-hp.c: new file.
13735 * gdb.hp/virtfun-hp.exp: new file.
13736 * gdb.hp/watch-cmd.exp: new file.
13737 * gdb.hp/watch-hp.exp: new file.
13738 * gdb.hp/xdb1.exp: new file.
13739 * gdb.hp/xdb2.exp: new file.
13740 * gdb.hp/xdb3.exp: new file.
13741
13742Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
13743
13744 The following files are part of the HP merge; some had longer
13745 names at HP, but have been renamed to be no more than 14
13746 characters in length.
13747
13748 * gdb.base/ss.h: new file.
13749 * gdb.base/call-ar-st.c: new file.
13750 * gdb.base/call-ar-st.exp: new file.
13751 * gdb.base/call-rt-st.c: new file.
13752 * gdb.base/call-rt-st-exp: new file.
13753 * gdb.base/call-strs.exp: new file.
13754 * gdb.base/ena-dis-br.exp: new file.
13755 * gdb.base/environ.exp: new file.
13756 * gdb.base/long_long.exp: new file.
13757 * gdb.base/sect-cmd.exp: new file.
13758 * gdb.base/shlib-cl2.exp: new file.
13759 * gdb.base/smoke.exp: new file.
13760 * gdb.base/so-impl-ld.c: new file.
13761 * gdb.base/so-impl-ld.exp: new file.
13762 * gdb.base/so-indr-cl.c: new file.
13763 * gdb.base/so-indr-cl.exp: new file.
13764 * gdb.base/varargs.exp: new file.
13765 * gdb.base/volatile.exp: new file.
13766 * gdb.base/whatis-exp.exp: new file.
7a292a7a 13767 * gdb.base/display.exp: new file.
c906108c
SS
13768 * gdb.c++/derivation.exp: new file.
13769 * gdb.c++/local.exp: new file.
13770 * gdb.c++/member-ptr.exp: new file.
13771 * gdb.c++/overload.exp: new file.
13772 * gdb.c++/ovldbreak.exp: new file.
13773 * gdb.c++/ref-types.exp: new file.
13774 * gdb.c++/ref-types2.exp: new file.
13775 * gdb.c++/userdef.exp: new file.
d63a86f8 13776
c906108c
SS
13777Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
13778
13779 * gdb.base/default.exp: Reflect wording change in remote.c.
13780
dc96c6c7 13781Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13782
13783 * gdb.base/help.exp: Update to reflect current text.
13784
13785Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
13786
13787 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
13788 they're stack variables and contain garbage.
13789 * gdb.c++/anon-union.exp: new file.
13790
13791 The following changes were made by David Taylor
13792 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13793 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13794 in changes by HP.
13795
13796 * gdb.base/bitops.exp: new file.
13797 * gdb.base/default.exp: change expected messages for catch and
13798 info catch tests to reflect HP merge changes.
13799 * gdb.base/enable-disable-break.exp
13800 * gdb.base/ending-run.c: new file.
13801 * gdb.base/long_long.c: new file.
13802 * gdb.base/maint.exp: new file.
13803 * gdb.base/pointers2.exp: new file.
13804 * gdb.base/shlib-call2.exp: new file.
13805 * gdb.base/solib.exp: new file.
13806 * gdb.base/step-test.c: new file.
13807 * gdb.c++/anon-union.cc: new file.
13808 * gdb.c++/local.cc: new file.
13809 * gdb.c++/member-pointer.cc: new file.
13810 * gdb.c++/method.cc: new file.
13811 * gdb.c++/ref-types.cc: new file.
13812 * gdb.c++/ref-types2.cc: new file.
13813 * gdb.c++/userdef.cc: new file.
d63a86f8 13814
c906108c
SS
13815 * gdb.base/scope.exp: compile one file at a time, then link.
13816 * gdb.base/langs.exp: ditto.
13817 * gdb.base/list.exp: ditto.
d63a86f8 13818
c906108c
SS
13819Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
13820
13821 The following changes were made by David Taylor
13822 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13823 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13824 in changes by HP.
d63a86f8 13825
c906108c
SS
13826 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
13827 skip tests. When compiling pass c++ flag to gdb_compile.
13828 * gdb.c++/
d63a86f8 13829
c906108c
SS
13830 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
13831 test for on hppa*-*-hpux*; use args to see if c++ was specified.
13832 (skip_hp_tests): new function.
13833 (gdb_preprocess): new function.
13834
13835 * configure.in (hpdir): decide whether to configure gdb.hp.
13836 * configure: regenerated.
13837
13838 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
13839 to delete on clean.
13840 (EXECUTABLES): update to reflect new additions.
13841 * gdb.base/commands.exp: update message expected.
13842 * gdb.base/default.exp: add copyright notice.
13843 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
13844 * gdb.base/help.exp: update messages to reflect current text.
13845 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
13846 targets for recurse tests.
13847 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
13848 skip this file.
13849
13850 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
13851 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
13852 compilation.
13853 * gdb.c++/misc.exp: ditto.
13854 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
13855 run the tests. tell gdb_compile that it's a c++ compilation.
13856
13857 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 13858
c906108c
SS
13859 * gdb.base/all-bin.exp: new file.
13860 * gdb.base/arithmet.exp: new file.
13861 * gdb.base/assign.exp: new file.
13862 * gdb.base/completion.exp: new file.
13863 * gdb.base/cond-expr.exp: new file.
13864 * gdb.base/condbreak.exp: new file.
13865 * gdb.base/define.exp: new file.
13866 * gdb.base/dollar.exp: new file.
13867 * gdb.base/environment.exp: new file.
13868 * gdb.base/eval-skip.exp: new file.
13869 * gdb.base/jump.exp: new file.
13870 * gdb.base/logical.exp: new file.
13871 * gdb.base/pointers.exp: new file.
13872 * gdb.base/relational.exp: new file.
13873 * gdb.base/section_command.exp: new file.
13874 * gdb.base/whatis-expr.exp: new file.
13875
13876 * gdb.base/all-types.c: new file.
13877 * gdb.base/call-array-struct.c: new file.
13878 * gdb.base/call-return-struct.c: new file.
13879 * gdb.base/call-strings.c: new file.
13880 * gdb.base/callfuncs2.c: new file.
13881 * gdb.base/condbreak.c: new file.
13882 * gdb.base/constvars.c: new file.
13883 * gdb.base/display.c: new file.
13884 * gdb.base/int-type.c: new file.
13885 * gdb.base/jump.c: new file.
13886 * gdb.base/miscexprs.c: new file.
13887 * gdb.base/pointers.c: new file.
13888 * gdb.base/pointers2.c: new file.
13889 * gdb.base/shmain.c: new file.
13890 * gdb.base/shr1.c: new file.
13891 * gdb.base/shr2.c: new file.
13892 * gdb.base/solib.c: new file.
13893 * gdb.base/solib1.c: new file.
13894 * gdb.base/solib2.c: new file.
13895 * gdb.base/varargs.c: new file.
13896 * gdb.c++/derivation.cc: new file.
13897 * gdb.c++/overload.cc: new file.
13898 * gdb.c++/ovldbreak.cc: new file.
13899 * gdb.hp/attach.c: new file.
13900 * gdb.hp/attach2.c: new file.
13901 * gdb.hp/average.c: new file.
13902 * gdb.hp/compiler.c: new file.
13903 * gdb.hp/compiler.cc: new file.
13904 * gdb.hp/execd-program.c: new file.
13905 * gdb.hp/follow-exec.c: new file.
13906 * gdb.hp/follow-fork.c: new file.
13907 * gdb.hp/follow-vfork-and-exec.c: new file.
13908 * gdb.hp/misc-hp.cc: new file.
13909 * gdb.hp/more-steps.c: new file.
13910 * gdb.hp/optimize.c: new file.
13911 * gdb.hp/quicksort.c: new file.
13912 * gdb.hp/run-hp.c: new file.
13913 * gdb.hp/start-stop.c: new file.
13914 * gdb.hp/sum.c: new file.
13915 * gdb.hp/templates-hp.cc: new file.
13916 * gdb.hp/thread-local-in-lib.c: new file.
13917 * gdb.hp/thread-local-in-lib.h: new file.
13918 * gdb.hp/thread-local-in-lib.lib.c: new file.
13919 * gdb.hp/vforked-program.c: new file.
13920 * gdb.hp/virtfunc-hp.cc: new file.
13921 * gdb.hp/watchpoint-hp.c: new file.
13922 * gdb.hp/xdb.c: new file.
13923 * gdb.hp/xdb0.c: new file.
13924 * gdb.hp/xdb0.h: new file.
13925 * gdb.hp/xdb1.c: new file.
13926
13927Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
13928
13929 The following change was made by Edith Epstein
13930 <eepstein@cygnus.com> as part of a project to merge in changes
13931 originally made by HP; HP did not create ChangeLog entries.
13932
13933 * gdb.c++/demangle.exp: changed the expected output for some
13934 ARM-style mangling -- removed second reference to datatype.
13935 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 13936 T1<char>::~T1<char>(void)
c906108c 13937 becomes,
a9c64011
AS
13938 maint demangle __dt__11T1__pt__2_cFv
13939 T1<char>::~T1(void)
c906108c
SS
13940
13941 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 13942
c906108c
SS
13943Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
13944
13945 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
13946 * gdb.trace/backtrace.exp: Likewise.
13947 * gdb.trace/circ.exp: Likewise.
13948 * gdb.trace/collection.exp: Likewise.
13949 * gdb.trace/deltrace.exp: Likewise.
13950 * gdb.trace/infotrace.exp: Likewise.
13951 * gdb.trace/limits.exp: Likewise.
13952 * gdb.trace/packetlen.exp: Likewise.
13953 * gdb.trace/passc-dyn.exp: Likewise.
13954 * gdb.trace/passcount.exp: Likewise.
13955 * gdb.trace/report.exp: Likewise.
13956 * gdb.trace/save-trace.exp: Likewise.
13957 * gdb.trace/tfind.exp: Likewise.
13958 * gdb.trace/tracecmd.exp: Likewise.
13959 * gdb.trace/while-dyn.exp: Likewise.
13960 * gdb.trace/while-stepping.exp: Likewise.
13961
139621998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
13963
13964 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
13965
13966Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
13967
13968 From Brendan Kehoe:
13969 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
13970 int return types.
13971
13972Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
13973
13974 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
13975 remote dos host testing right.
13976
13977Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
13978
13979 * gdb.base/corefile.exp: remove some xfails.
13980
13981Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
13982
13983 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
13984 have different timestamps.
13985
13986Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
13987
13988 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
13989 gdb.base/default.exp: Replace "exec" with "executable".
13990
13991Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
13992
13993 * gdb.base/default.exp: Change else if to elseif from previous
13994 delta.
13995
13996Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
13997
13998 * gdb.base/default.exp: Add brace missing from previous delta.
13999
14000Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14001
14002 * gdb.base/default.exp: Support test for info float for all
14003 varieties of arm toolchain.
14004
dc96c6c7 14005Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14006
14007 * gdb.trace/*.exp: remove "remote_download" command.
14008
dc96c6c7 14009Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14010
14011 * gdb.trace/*.exp: remove -gdwarf from compile.
14012
14013Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14014
14015 * gdb.trace/configure.in(AC_INIT): typo
14016 * gdb.trace/configure: regenerated
14017
dc96c6c7 14018Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14019
14020 * config/m68k-emc.exp: New file.
14021 * lib/<emc-support.exp trace-support.exp}: New files.
14022 * configure.in: add new test directory gdb.trace.
14023 * gdb.trace/{configure configure.in Makefile.in}: New files.
14024 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14025 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14026 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14027 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14028 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14029 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14030 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 14031
dc96c6c7 14032Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14033
14034 * gdb.c++/classes.exp: Change all regular expressions to match
14035 arbitrary combinations of newline/carriage-return, so that they
14036 will work equally well on Unix and Windows.
14037 * gdb.c++/inherit.exp: ditto.
14038 * gdb.c++/virtfunc.exp: ditto.
14039
140401998-08-11 Dawn Perchik <dawn@cygnus.com>
14041
14042 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14043
c2d11a7d
JM
14044Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14045
14046 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14047 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14048 to use a0-a3/d0-d3 as needed.
14049
14050Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14051
14052 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14053 * gdb.disasm/am33.exp: Corresponding changes.
14054
c906108c
SS
140551998-07-11 Felix Lee <flee@cygnus.com>
14056
14057 * gdb.base/callfuncs.exp: add cmp10 test.
14058 * gdb.base/callfuncs.c (cmp10): new function.
14059
14060Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14061
d63a86f8 14062 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
14063 into two parts to get around a synchronization problem in expect.
14064
3fc11d3e
JM
14065Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14066
14067 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14068
14069 * configure.in: Add options for gdbtk testsuite.
14070
14071 * configure: Regenerate.
14072
14073 * gdb.gdbtk: New directory to hold gdbtk tests.
14074
c906108c
SS
14075Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14076
14077 * gdb.fortran/types.exp: Escape brackets in expect patterns
14078 for test_float_literal_types_accepted tests.
14079 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14080 before run test.
14081
c2d11a7d
JM
14082Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14083
14084 * am33.exp: Just compile, do not link the testcase.
14085 * am33.s: Add ".am33" pseudoop to force am33 mode.
14086
c906108c
SS
140871998-06-25 Felix Lee <flee@cygnus.com>
14088
14089 * gdb.base/setshow.exp: make sure $pc is sane.
14090
14091 * gdb.stabs/weird.exp: split expect patterns properly.
14092
c2d11a7d
JM
14093Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14094
14095 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14096 * gdb.disasm/am33.exp: Run it.
14097
dc96c6c7 14098Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14099
14100 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14101 match processing (and eliminate spurious timeouts when running).
14102
dc96c6c7 14103Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14104
14105 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14106 exception test, but conditionalize it on target [mach | gnu].
14107
dc96c6c7 14108Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14109
14110 * gdb.base/overlays.exp: fixup compile line for linker script.
14111
14112Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14113
14114 * gdb.fortran/types.exp: don't guess at float size.
14115
14116Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14117
14118 * gdb.base/exprs.exp: delete test that depends on int size.
14119
14120Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14121
14122 * config/sim.exp: Removed checks for target triplets.
14123 (gdb_target_sim): Use gdb,target_sim_options.
14124
14125Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14126
14127 * gdb.base/reread.exp: New file.
14128 * gdb.base/reread1.c: New file.
14129 * gdb.base/reread2.c: New file.
14130
14131Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14132
14133 * config/sim.exp: Use 'target sim -sparclite' when running
14134 SPARClite programs.
14135
14136Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14137
14138 * gdb.base/structs2.exp: New file.
14139 * gdb.base/structs2.c: New file.
14140
14141Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14142
14143 * gdb.asm/common.inc: New file.
14144 * gdb.asm/d10v.inc: New file.
14145 * asm-source.exp: Pass -I's to gas to find .inc files.
14146 Update line numbers in expected output.
14147 * asmsrc1.s: Rewrite.
14148 * asmsrc2.s: Rewrite.
14149 * configure.in: Create arch.inc symlink.
14150 * configure: Regenerate.
14151 * Makefile.in (distclean): Delete arch.inc.
14152
14153Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14154
14155 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14156 (t_enum_value2): ditto
14157 (t_enum_value3): ditto
14158 (main): ditto
14159Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14160
14161 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14162 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14163 change.
14164 Use gdb_test instead of send_gdb/gdb_expect sequences.
14165
14166Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14167
14168 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14169 not void.
14170
14171Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14172
14173 * gdb.base/branches.c: Code with lots of loops and
14174 subroutines. Used to test gdbs ability to single step through PC
14175 changes, especially to test mips-tdep.c:mips_next_pc
14176
14177Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14178
14179 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14180 more rigorous EGCS C++ error checking.
14181
14182Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14183
a9c64011
AS
14184 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14185 tests.
14186 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14187 function when asleep.
14188 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14189 for i*86 Linux and SVR4 signal handling problems.
14190 Remove linux xfail for `next to handler in signals_tests_1', fixed
14191 by recent infrun.c change.
14192 Limit backtrace to 10 frames to avoid timeout problems with infinite
14193 stack backtraces.
14194 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14195 target.[ch] change.
c906108c
SS
14196
14197Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14198
14199 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14200 for a newline from gdb before continuing.
14201 (default_gdb_exit): Just look for y or n.
14202 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14203 it does, fail the rests of the tests in the file.
14204
14205Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14206
14207 * config/cygmon.exp: New file.
14208
14209Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14210
14211 * gdb.base/list.exp: Fix problem with "list default lines around
14212 main" test on remote targets.
14213
14214 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14215 run test on remote targets.
14216
14217Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14218
14219 * gdb.asm: New directory.
14220 * configure.in: Configure it.
14221 * configure: Regenerate.
14222 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14223 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14224
14225Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14226
14227 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14228
dc96c6c7 14229Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14230
a9c64011
AS
14231 * gdb.base/overlays (several files): Merge the two overlay
14232 managers into one. Change variables (foox, barx, bazx, grbxx)
14233 back into ints but force them to load in their proper sections.
c906108c
SS
14234
14235Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14236
14237 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14238 on-chip insn memory and IMAP1 to upper 128k.
14239 (D10VCopy): Handle memory regions crossing 16k boundaries.
14240 (D10VCopy): Transfer data in 32 bit chunks.
14241
14242Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14243
14244 * gdb.base/overlays.c (main): Exit normally when result is
14245 correct.
14246
14247 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14248 map. Include space for printf in .text segment.
14249
14250 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14251 updated d10v memory VMA/LMA map.
14252 (D10VCopy): Call D10VTranslate.
d63a86f8 14253
c906108c
SS
14254Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14255
14256 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14257
14258 * gdb.base/bar.c (barx, bar): Change variable to small array so
14259 that it won't be put into the .sdata - small data -
14260 section. Update reference.
14261 * gdb.base/baz.c (bazx, baz): Ditto.
14262 * gdb.base/foo.c (foox, foo): Ditto.
14263 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14264
14265 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14266 to be arrays.
d63a86f8 14267
dc96c6c7 14268Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14269
a9c64011
AS
14270 * gdb.base/overlays.exp: fix up and get working again.
14271 Add tests for backtraces from an overlay function.
d63a86f8 14272
c906108c
SS
14273Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14274
14275 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14276 "calling function with watchpoint enabled".
14277
14278Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14279
14280 * gdb.base/break.exp (test_next_with_recursion): Remove
14281 gdb_suppress_tests for d10v-*-*.
14282 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14283 pending review of whether it is useful or not.
14284
14285Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14286
14287 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14288
14289Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14290
14291 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14292 * config/dve.exp: New file to support Densan boards.
14293
14294Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14295
14296 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14297 reads and BSD.
14298
14299Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14300
14301 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14302 response.
14303
14304 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14305
14306Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14307
14308 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14309 test.
14310
14311 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14312 target_sizeof_long and target_bigendian_p.
14313 (structs_by_value, structs_by_reference): Check values according
14314 to targets word size and endianess.
d63a86f8 14315
c906108c
SS
14316Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14317
14318 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14319 output.
14320
14321Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14322
14323 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14324 Update test of set args help to match source change.
14325
14326Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14327
14328 * gdb.base/default.exp: Expect help system output to be in
14329 alphabetical order.
14330 * gdb.base/help.exp: Ditto.
14331
14332Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14333
14334 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14335 "i*86-pc-linux-gnu*".
14336 * gdb.base/interrupt.exp: Ditto.
14337 * gdb.base/corefile.exp: Ditto.
14338
14339 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14340 define vxworks when building the testcase.
14341
14342 * gdb.base/ptype.exp: Fix testnames to be unique.
14343 * gdb.base/radix.exp: Ditto.
14344 * gdb.base/term.exp: Ditto.
14345 * gdb.base/whatis.exp: Ditto.
14346 * gdb.c++/classes.exp: Ditto.
14347
14348Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14349
14350 * gdb.base/callfuncs.exp: Fix indentation.
14351
14352 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14353 suppress_flag has been set.
14354 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14355 target feature.
14356
14357Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14358
14359 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14360 the testcase.
14361
14362 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14363 set_debug_traps() and breakpoint().
14364 * gdb.c++/misc.cc (main): Ditto.
14365 * gdb.c++/templates.cc (main): Ditto.
14366 * gdb.c++/virtfunc.cc (main): Ditto.
14367
14368Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14369
14370 * lib/gdb.exp(gdb_step_for_stub): New function.
14371 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14372 exists, reload the executable and do a "continue" instead of
14373 doing a jump.
14374 (runto_main): Use gdb_step_for_stub.
d63a86f8 14375
c906108c
SS
14376 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14377 tests to have unique names.
14378 * gdb.base/callfuncs.exp: Ditto.
14379 * gdb.base/commands.exp: Ditto.
14380 * gdb.base/default.exp: Ditto.
14381 * gdb.base/help.exp: Ditto.
14382 * gdb.base/list.exp: Ditto.
14383 * gdb.base/opaque.exp: Ditto.
14384 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14385 similar tests.
d63a86f8 14386
c906108c
SS
14387 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14388 * gdb.c++/cplusfuncs.cc: Ditto.
14389 * gdb.c++/virtfunc.cc: Ditto.
14390
14391 * config/monitor.exp: Keep track of the last file we saw, rather
14392 than trying to get the info from gdb.
14393
14394 * gdb.fortran/types.exp: Move comment to previous line.
14395
14396Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14397
14398 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14399 target mode.
14400
14401Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14402
14403 From Bob Manson:
14404 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14405 string from GDB when it connects.
14406
14407 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14408
14409Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14410
14411 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14412 if we can't get a debug format from GDB (we may be testing an
14413 older GDB). Use a 10 second timeout when checking for the format.
14414
14415 * gdb.stabs/weird.exp: Fix quoting.
14416
14417 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14418
14419Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14420
14421 * config/arm-ice.exp: New file.
14422
14423Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14424
14425 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14426 until it has been modified to work with the new testsuite.
14427
99707966 14428 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14429 testcase won't compile, cause all of the testcases in the file to
14430 fail instead.
14431
14432 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14433 (gdb_clear_suppressed): New procedure.
14434 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14435 it contains a positive value.
14436
14437Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14438
14439 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14440
14441 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14442
14443Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14444
14445 * lib/gdb.exp (setup_xfail_format): New function.
14446 (get_debug_format): New function to get debug format.
14447 (debug_format): New global variable to hold last value set
14448 by get_debug_format.
14449 * gdb.base/list.exp: Call get_debug_format and expect some
14450 tests to fail for DWARF 1 and COFF formats.
14451 * gdb.c++/ptype.exp: Ditto.
14452 * gdb.c++/classes.exp: Ditto.
14453 * gdb.c++/cplusfuncs.exp: Ditto.
14454 * gdb.c++/inherit.exp: Ditto.
14455 * gdb.c++/templates.exp: Ditto.
14456 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14457
c906108c
SS
14458Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14459
14460 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14461 host doesn't have a currently-open connection.
14462
14463 * config/sparclet.exp: Cleanups and fixes to make it generic for
14464 any gdb stub target. Handle cases where gdb doesn't respond when
14465 interrupted in a sane fashion.
14466
14467 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14468 same thing in a totally different way.
14469
14470 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14471 setting "timeout".
14472 (gdb_start): We set the global gdb_prompt variable in
14473 default_gdb_init now.
14474
14475Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14476
14477 * gdb.base/printcmds.exp: Fix "check for floating addition"
14478 regexp to accept results within approx +/- .01 of exact value.
14479 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14480
14481Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14482
14483 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14484 properly.
14485 (gdb_expect): Add optional timeout parameter, and add timeout
14486 value to various calls.
14487 (gdb_suppress_tests): Only give one warning message per group.
14488
14489Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14490
14491 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14492 global variables. Handle getting a value for $timeout more
14493 gracefully.
14494
14495Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14496
14497 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14498 initialize.
14499 (default_gdb_init): New procedure; allow gdb_init to be overridden
14500 by a target configuration file.
14501 (gdb_expect): Pass the timeout to remote_expect.
14502
14503 * config/monitor.exp(gdb_load): Fix typo in regexp.
14504
14505Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14506
14507 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14508
14509Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14510
14511 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14512 here. Call gdb_target_exec before rebooting the target, to make
14513 sure the connection to the target is closed.
14514 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14515 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14516 Also detect "Timeout reading from remote" error.
14517
14518 * config/gdbserver.exp: Pass the executable being loaded to
14519 gdb_target_monitor. Don't call gdb_file_cmd here; let
14520 gdb_target_monitor do it.
14521
14522 * gdb.disasm/hppa.exp: Don't use exec_output.
14523
14524Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14525
14526 * gdb.base/list.exp: If we're debugging a non-native target,
14527 try to set the pc register to point to the start of the
14528 program before doing the first list command.
14529
14530 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14531 test_calls after restarting.
14532
14533 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14534 reloading.
14535
14536 * gdb.base/watchpoint.exp: Fix typo.
14537
14538 * gdb.base/setshow.exp: Check for use_gdb_stub.
14539
14540 * gdb.base/break.exp: Fix continue until exit test for the gdb
14541 stub case.
14542 * gdb.base/langs.exp: Ditto.
14543
14544 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14545 gdb_load_offset. If we weren't given a file to load, figure out
14546 what the current file is and use it.
14547
14548 * config/i386-bozo.exp: New file.
14549
14550Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14551
14552 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14553 feature.
14554
14555 * config/proelf.exp: New entry.
14556
14557Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14558
14559 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14560 of regexps.
14561
14562 * gdb.base/watchpoint.exp: Don't run the test_stepping
14563 tests if gdb can't call functions on the target.
14564
14565 * gdb.base/setshow.exp: Don't run the set prompt tests if
14566 the board has gdb_prompt set.
14567
14568Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14569
14570 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14571 * gdb.base/commands.exp: Likewise.
14572 * gdb.base/setshow.exp: Likewise.
14573
14574Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14575
14576 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14577 feature.
14578
14579 * config/i960.exp: New file.
14580
14581Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14582
14583 * gdb.base/funcargs.exp: Check for gdb,short_int target
14584 feature instead of looking for explicit target triplets.
14585
dc96c6c7 14586Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 14587
d63a86f8 14588 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
14589 "p 123DEADBEEF", to check parse_number.
14590 * top.c: change "to enable to enable" to "to enable" in a couple
14591 of help strings.
14592
14593Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14594
14595 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14596 on the mn10300.
d63a86f8 14597
c906108c
SS
14598Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14599
14600 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14601 where the test executable is run with explicit args.
14602 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14603
14604Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14605
14606 * gdb.base/run.c: Use FAKEARGV to build test executable that
14607 does not require a command line arg, since most simulators
14608 don't currently support passing such an arg into the simulated
14609 program.
14610 * gdb.base/commands.exp: Change tests to insert the proper
14611 value as the arg to the first recursive factorial call. Change
14612 compilation line to define FAKEARGV at compile time.
14613
14614Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
14615
14616 * gdb.base/recurse.exp: Enable these tests for the mn10300.
14617 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
14618 function with watchpoint enabled" test.
14619
14620Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
14621
14622 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
14623 Don't call gdb_test when the command doesn't return to a gdb prompt.
14624
14625 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
14626 "Tests restarted" messages.
14627
14628Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
14629
14630 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
14631
dc96c6c7 14632Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14633
14634 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
14635 for INFO SYMBOL; add help tests for OVERLAY commands.
14636 * gdb.base/default.exp: add tests for INFO SYMBOL command;
14637 add tests for OVERLAY commands
14638 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
14639 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
14640 * gdb.base/sigall.c: add usestubs code frag
14641 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 14642
c906108c
SS
14643Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
14644
14645 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
14646 failures.
14647 (gdb_stop_suppressing_tests): Note that tests have restarted.
14648
14649Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
14650
14651 * config/h8300.exp: New file.
14652
14653Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
14654
14655 * gdb.base/setshow.exp: Check for the existence of a
14656 feature, not its value.
14657
14658Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
14659
14660 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
14661
14662 * gdb.base/scope.exp: It's now init0(), not init().
14663
14664 * gdb.base/scope0.c: For now, change init() to be init0().
14665
14666 * config/monitor.exp: Use gdb_serial in preference to serial
14667 or netport.
14668
14669 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
14670 and it's not already set.
14671
14672Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
14673
14674 * gdb.base/setshow.exp: Only test the run command if the target
14675 isn't using a stub and if it supports argument passing.
14676
14677Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
14678
14679 * config/udi.exp(gdb_start): Make sure UDICONF is set
14680 properly before starting gdb.
14681
14682Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
14683
14684 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
14685 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
14686 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
14687
14688Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
14689
14690 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
14691 specialized code to reboot the board, use remote_reboot instead.
14692
14693 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
14694
14695 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
14696
14697 * config/monitor.exp: Make sure we disconnect from the target.
14698 Also, try a reboot/reload cycle instead of failing if the
14699 load fails.
14700
14701Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
14702
14703 * gdb.base/default.exp: Don't set match_max.
14704 * gdb.base/help.exp: Ditto.
14705 * gdb.base/list.exp: Ditto.
14706 * gdb.base/signals.exp: Ditto.
14707
14708 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
14709 set, use remote_ld to download the testcase instead of
14710 the GDB loader.
14711
14712Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
14713
14714 * config/vr5000.exp: New file.
14715
14716 * config/monitor.exp(gdb_target_monitor): Add pattern for
14717 "Ending remote" to detect errors in connecting.
14718
14719 * gdb.base/setshow.exp: Add .* within auto language test.
14720
14721 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
14722 target feature.
14723
14724 * config/monitor.exp(gdb_load): Check for a failure when loading,
14725 and reboot the board if necessary.
14726
14727 * gdb.base/setvar.exp(test_set): Handle multiple prints within
14728 a set of tests. Remove print.* from the patterns being checked.
14729
14730Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
14731
14732 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
14733 refer to gdb_spawn_id.
14734
14735 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
14736 longer used.
14737 * config/sparclet.exp: Ditto.
14738 * config/sparclet-old.exp: Ditto.
14739 * config/slite.exp: Ditto.
14740 * config/sim.exp: Ditto.
14741 * gdb.base/funcargs.exp: Ditto.
14742
14743 * lib/gdb.exp:Remove references to gdb_spawn_id.
14744 (gdb_expect): Move to remote.exp.
14745
14746Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
14747
14748 * config/monitor.exp: Detect the "Couldn't establish connection"
14749 message from GDB.
14750
14751Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
14752
14753 * gdb.base/bitfields.exp: Use runto instead of explicit
14754 gdb_run_cmd/gdb_expect sequences.
14755
14756 * gdb.base/break.exp(text_next_with_recursion): Add match for
14757 gdb_expect call.
14758
14759 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
14760 We also need to handle the "A program is being debugged already"
14761 prompt from gdb. Use gdb_test to set the baud rate.
14762
14763 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
14764 to 20000. Really. I mean it.
14765
14766Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14767
14768 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
14769 fails. If suppress_flag is set, skip perror message about not
14770 being able to send to GDB.
14771 (send_gdb): If suppress_flag is set, don't try to send commands to
14772 GDB.
14773 (gdb_expect): If suppress_flag is set, always fail immediately.
14774 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
14775 (gdb_init): Call gdb_stop_suppressing_tests.
14776 (default_gdb_exit): Ditto.
14777 (default_gdb_start): Ditto.
14778
14779 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
14780 gdb_stop_suppressing_tests as appropriate.
14781 * gdb.base/break.exp: Ditto.
14782 * gdb.base/callfuncs.exp: Ditto.
14783 * gdb.base/commands.exp: Ditto.
14784 * gdb.base/exprs.exp: Ditto.
14785 * gdb.base/funcargs.exp: Ditto.
14786 * gdb.base/list.exp: Ditto.
14787 * gdb.base/recurse.exp: Ditto.
14788 * gdb.base/scope.exp: Ditto.
14789 * gdb.base/structs.exp: Ditto.
14790 * gdb.c++/inherit.exp: Ditto.
14791
14792Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
14793
14794 * config/vr4300.exp: New file.
14795
99707966 14796 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 14797
99707966 14798 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
14799
14800Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
14801
14802 * lib/gdb.exp(gdb_init): New function.
14803
14804 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
14805 for each individual variable set.
14806
14807 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
14808 name.
14809
14810 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
14811
14812 * gdb.base/scope.exp: Use gdb_test.
14813
14814 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
14815 aborting; the testsuite driver will do that for us (see
14816 gdb_finish). Also, use gdb_test in a few more places.
14817
14818Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14819
14820 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
14821
14822Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
14823
14824 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
14825 and "add_tests" are not at the same address.
14826
14827Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
14828
14829 * gdb.base/ptype.exp: Use gdb_test.
14830
14831Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
14832
14833 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
14834 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
14835 left in. No longer expect them to fail.
14836
14837 * gdb.stabs/*.mt; Deleted, no longer used.
14838 * gdb.stabs/configure.in: Remove references to target makefile
14839 frags.
14840 * gdb.stabs/configure: Rebuilt.
14841
14842 * gdb.disasm/*.mt: Deleted, no longer used.
14843 * gdb.disasm/configure.in: Remove references to target makefile
14844 frags. Use "sh3.s" as the unique filename for this directory.
14845 * gdb.disasm/configure: Rebuilt.
14846
14847 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
14848 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
14849 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
14850
14851Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
14852
14853 * config/udi.exp: Use mondfe,name instead of remote_host.
14854
14855Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
14856
14857 * gdb.base/watchpoint.exp: Don't expect a failure when calling
14858 a function with a watchpoint enabled on the mn10200.
14859
14860 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
14861 before trying to create it!
14862
14863Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
14864
14865 * config/vx.exp: Use hostname instead of netport.
14866
14867 * config/vxworks.exp: New file.
14868
14869 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
14870
14871 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
14872 gdb before assuming everything worked. Send a ^C if a timeout
14873 occurs.
14874
14875 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
14876 $gdb_spawn_id directly.
14877 (gdb_run_cmd): Try _start as well as start. Use the target feature
14878 gdb,start_symbol as the symbol to start from when jumping.
14879
14880Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
14881
14882 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
14883 redundant) test.
14884
14885 * gdb.base/recurse.exp: Relax final value test for 'b' so that
14886 it doesn't lose for 16bit integer systems.
14887
14888Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
14889
14890 * gdb.fortran/types.exp: If the target doesn't support "double"
14891 data types, then expect "real" types to only be 4 bytes.
14892
14893 * gdb.c++/virtfunc.exp: Expect failure for virtual function
14894 call tests if the target doesn't support inferior function calls.
14895
14896 * gdb.base/printcmds.exp: Allow minor deviation in FP values
14897 in printf tests.
14898
14899Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
14900
14901 * gdb.base/help.exp: Disable "help set", "help show", and
14902 "help support". Simplify regexp for "help stack".
14903
14904 * gdb.base/default.exp: Set match_max to 5000 and the timeout
14905 to 60 seconds. Temporarily set match_max to 15000 around the
14906 "info copying" test.
14907
14908 * gdb.base/nodebug.exp: Don't try to do an inferior function
14909 call if the target doesn't support them.
14910 * gdb.base/printcmds.exp: Likewise.
14911 * gdb.base/setvar.exp: Likewise.
14912 * gdb.base/structs.exp: Likewise.
14913 * gdb.c++/templates.exp: Likewise.
14914 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
14915
14916 * gdb.base/recurse.exp: Enable for the mn10200.
14917
14918 * configure.in: Do configure gdb.stabs directory for *-*-elf
14919 targets.
14920 * configure: Rebuilt.
14921
14922 * gdb.base/break.exp: Check for gdb,noresults before testing
14923 exit status and/or results from the target.
14924 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
14925 * lib/gdb.exp: Remove old (now bogus) initialization of
14926 noinferior, noargs, noresults and nosignals.
14927
14928Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
14929
14930 * config/sh.exp: New file.
14931
14932 * config/slite.exp: Try to connect multiple times to the board
14933 before rebooting. Only send a "monitor run" if need_monitor_run
14934 is set.
14935
14936 * gdb.base/break.exp: Don't do the "stub continue" test if
14937 the target has gdb_stub set.
14938
14939 * gdb.base/callfuncs.exp: Increase the timeout.
14940
14941 * gdb.base/interrupt.exp: Don't even try to compile the testcase
14942 if the target has gdb,noinferiorio set.
14943
14944 * gdb.base/list.exp: Increase match_max to 10000 characters.
14945
14946 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
14947
14948 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
14949 target.
14950
14951 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
14952
14953Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
14954
14955 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
14956 trying to delete the copy of gdb. Catch the file delete so we
14957 don't die if the delete fails; also, the file should be copied to
14958 the host, not to the build.
14959
14960Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
14961
14962 * lib/gdb.exp(gdb_test): Surround the result pattern with
14963 parenthesis in case it contains multiple regexps separated
14964 with |.
14965
14966 * gdb.base/watchpoint.exp: Use gdb_test.
14967 * gdb.base/default.exp: Ditto.
14968
14969Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
14970
99707966 14971 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 14972
c906108c
SS
14973 * gdb.base/scope.exp: Use gdb_test.
14974 * gdb.c++/classes.exp: Ditto.
14975 * gdb.c++/inherit.exp: Ditto.
14976
14977Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
14978
14979 * gdb.base/crossload.exp: Don't use execute_anywhere, use
14980 remote_exec instead.
14981 * gdb.base/corefile.exp: Don't be ridiculous.
14982 * gdb.base/*.c: Add missing stub invocations.
14983
14984Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
14985
14986 * config/slite.exp: Miscellaneous fixes.
14987
14988 * lib/gdb.exp: Fix runto.
14989
14990 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
14991 the target.
14992
14993 * gdb.base/watchpoint.exp: Fix regexp.
14994
14995 * lib/gdb.exp(default_gdb_exit): Add a catch to the
14996 close and wait commands, as the descriptor may now be
14997 invalid. Always call "remote_close host".
14998
14999Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15000
15001 Major rewrite for testsuite revision.
d63a86f8 15002
c906108c
SS
15003 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15004 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15005 instead of relying on spawn_id to always contain a valid
15006 spawn id.
15007 (get_compiler_info): New procedure to build the ${binfile}.ci
15008 file, instead of replicating this in N different places.
15009 (gdb_compile): New procedure.
d63a86f8 15010
c906108c
SS
15011 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15012 appropriate arguments) instead of compile. Use gdb_test in a lot
15013 more places. Use send_gdb instead of send. Always run gdb_start
15014 at the start of a testcase, as this is no longer done magically.
15015
15016 config/*-gdb.exp: Rename without the -gdb suffix.
15017
15018 config/mips.exp: Use remote_close instead of exit_remote_shell.
15019 config/monitor.exp: Use target_info instead of looking at
15020 baud, timeout, etc.
15021 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15022
15023Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15024
15025 * gdb.c++/templates.exp (test_ptype_of_templates),
15026 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15027 Update expect patterns for destructors and assignment operators
15028 to match corresponding c-typeprint.c changes.
15029 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15030 to destructor breakpoint test, GDB should be able to set the
15031 destructor breakpoint without specifying arguments.
15032
15033Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15034
15035 * gdb.threads/pthreads.exp: Change result for failure to compile due
15036 to lack of pthreads runtime support from an error to simply an
15037 unsupported test, per dejagnu standards.
15038
15039Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15040
15041 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15042 where GDB exits to reduce pattern match time.
15043 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15044
15045 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15046
dc96c6c7 15047Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15048
15049 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15050 * gdb.base/default.exp: ditto.
15051 * gdb.base/nodebug.exp: ditto.
15052 * gdb.base/printcmds.exp: ditto.
15053 * gdb.base/ptype.exp: ditto.
15054 * gdb.base/setvar.exp: ditto.
15055 * gdb.base/structs.exp: ditto.
15056 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15057
15058Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15059
15060 * configure, */configure: Rebuild with autoconf 2.12.
15061
15062Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15063
15064 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15065 use new i*86-pc-linux*-gnu quads.
15066 * gdb.base/corefile.exp: Ditto.
15067 * gdb.base/signals.exp: Ditto.
15068 * gdb.base/sigall.exp: Ditto.
15069 * gdb.base/interrupt.exp: Ditto.
15070
15071 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15072 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15073 RedHat 4.0.
d63a86f8 15074
c906108c
SS
15075 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15076 linux. This allows the test case to at least compile on latest
15077 linux, but still not run due to missing the threads runtime library.
15078
15079Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15080
15081 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15082 directory to search gdb directory. Accept and step over conditional
15083 stack alignment code. Consume $prompt in failure cases.
15084 Reset timeout to $oldtimeout instead of some arbitrary value.
15085 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15086 timeout problems with infinite stack backtraces.
15087 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15088 Accept function parameters for linkfunc member.
15089
15090Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15091
15092 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15093 (CXXFLAGS): Remove, unreferenced.
15094 (B_OPTIONS): Add for -B options and add code to initialize with
15095 previous -B options and also add -B option to pick up cross compiled
15096 runtime.
15097 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15098 doing cross compiles.
15099 (target_alias): Declare global.
15100 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15101 to verify that gcc exists in build tree, and if so set CC to that
15102 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 15103
c906108c
SS
15104Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15105
15106 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15107 ptype test for anonymous union. Fixup testcase to match
15108 current gcc debug output.
15109
15110Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15111
15112 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15113 force argument to an unsigned long type.
15114
15115Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15116
15117 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15118 tests and anonymous union print/ptype tests.
15119 * gdb.base/list.exp (test_forward-search): Increase timeout by
15120 5 minutes for the "search extremely long line" case.
15121 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15122 completely optional and that the pass/fail messages use the command as
15123 the message if that third arg is a null string.
15124 (gdb_test_exact): Arrange that a null string pattern means match a
15125 null string output rather than any output, which might include random
15126 errors.
15127 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15128 backtrace test.
15129 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15130 always failing and failure is now exposed by gdb.exp changes.
15131
15132Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15133
15134 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15135 weren't being noted.
15136
15137Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15138
15139 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15140 * gdb.stabs/weird.exp: Remove v_comb xfails.
15141
dc96c6c7 15142Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15143
15144 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 15145 list.exp scope.exp watchpoint.exp]
c906108c 15146 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 15147
dc96c6c7 15148Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15149
15150 * config/monitor.exp: Increase download timeout to 1000 seconds.
15151
dc96c6c7 15152Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15153
15154 * config/m32r.exp: Increase timeout to 120 seconds.
15155
15156Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15157
15158 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15159 and accept older ordering as obsolescent gcc or gdb.
15160 * gdb.c++/templates.exp: Ditto.
15161 * gdb.c++/virtfunc.exp: Ditto.
15162
15163Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15164
15165 * gdb.base/coremaker.c: Add code to mmap some data so we
15166 can check that it ends up in the core file.
15167 * gdb.base/corefile.exp: Add test to read mmapped data
15168 from core file.
15169
dc96c6c7 15170Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15171
15172 * config/m32r.exp: New file.
15173
15174Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15175
15176 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15177 that cflags can contains -gstabs, and work correctly for other tests.
15178
dc96c6c7 15179Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15180
15181 * gdb.base/setshow.exp: New file, tests show and set.
15182 * gdb.base/setshow.c: New file, tests show and set.
15183 * gdb.base/help.exp: Add test for help set|show annotate.
15184 * gdb.base/default.exp: Add test for set|show annotate.
15185
15186Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15187
15188 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15189 errors unique.
15190 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15191 explicitly.
15192
15193Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15194
15195 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15196 and width commands. This is done elsewhere.
15197 * (gdb_start): Don't call gdb_start_sim here. That's already
15198 done in gdb_load. This fixes lots of failures in default.exp.
15199
15200Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15201
15202 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15203 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15204 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15205 in the same we we treat other failures (since it may be an expected
15206 condition), rather than as an error.
15207 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15208 old test format.
15209
15210Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15211
15212 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15213 (distclean maintainer-clean realclean): No need to remove files
15214 twice. Nuke the duplicates.
15215 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15216 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15217 Remove config.h along with other config files.
15218
15219Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15220
15221 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15222 "p func1 ()" and note that rests of tests are skipped.
15223 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15224 setup_xfails for "print func2::coremaker_local".
15225 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15226 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15227 affected by the previous run test.
15228 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15229 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15230 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15231 "pass int powerset tuple" and "pass modeless int powerset tuple".
15232 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15233 "real write 4" and "real write 8".
15234 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15235 setup_xfails for "print vs1 after tuple assign 2",
15236 "print \$i after tuple assign 2", and
15237 "print vs2 after tuple assign 2".
15238 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15239 meaningful error message and return -1 so the caller can
15240 suppress further tests and avoid a cascade of errors.
d63a86f8 15241
c906108c
SS
15242Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15243
15244 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15245 format for printing version.
15246 * gdb.base/default.exp: Ditto.
15247 * gdb.base/interrupt.exp: Fix problem with cascade of
15248 errors if child process dies while calling a function.
d63a86f8 15249
c906108c
SS
15250Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15251
15252 * Makefile.in (VPATH): Add
15253 * Makefile.in (Makefile, config.status): Fix rules so things get
15254 remade when necessary.
15255
15256Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15257
15258 * Makefile.in (just-check): Add path to sibling expect dir
15259 to environment variable specified by RPATH_ENVVAR.
15260
15261Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15262
15263 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15264 (just-check): Add shared library paths for libstdc++, tk,
15265 tcl, bfd, and opcodes to the environment variable specified
15266 in RPATH_ENVVAR.
15267 * configure.in: Add support to recognize --enable-shared flag
15268 and generate correct value for RPATH_ENVVAR.
15269 * configure: Regenerated with autoconf.
15270
15271Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15272
15273 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15274 include all osf versions.
15275 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15276 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15277 when target is linux. When failing to build pthreads test
15278 executable, give more meaningful message.
15279 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15280 arg for pthread_create.
d63a86f8 15281
c906108c
SS
15282Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15283
15284 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15285 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15286 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15287 and -lpthreads (everybody else).
15288 (test_startup): Fail gracefully if threads are not supported.
15289 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15290 "p/c array_index("abcdef",2)" when not gcc compiled.
15291 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15292 "print func2::coremaker_local" when not gcc compiled.
15293 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15294 "ptype on opaque struct tagname (statically)",
15295 "ptype on opaque struct tagname (dynamically) 1", and
15296 "ptype on opaque struct tagname (dynamically) 2"
15297 for not compiled with gcc.
15298 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15299 backtrace when compiled with gcc.
d63a86f8 15300 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15301 than always return success.
15302
15303Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15304
15305 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15306
15307Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15308
15309 * gdb.base/structs.exp: Undo last change.
15310
15311Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15312
15313 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15314 encapsulate all the steps/nexts done during self test, starting
15315 at main, and makes them less sensitive to optimization issues.
15316 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15317 signal handler" test.
15318 * gdb.threads/pthreads.exp: Only run this for native configs.
15319 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15320 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15321 tests.
15322 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15323 for "runto test_calls(void)" test.
d63a86f8 15324
c906108c
SS
15325Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15326
15327 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15328 and don't expect address info in breakpoint confirmations.
15329
15330Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15331
15332 * gdb.base/list.exp (test_forward_search): Increase timeout
15333 temporarily by 60 seconds for searching extremely long line,
15334 and then reset to old value when done. Increase expect input
15335 buffer to 10000.
15336
15337Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15338
15339 * gdb.base/list.exp (test_forward_search): Fix to handle very
15340 long source line without overflowing expect's input buffer.
15341
15342Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15343
15344 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15345 "buffer_full".
15346
15347 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15348 "buffer_full".
15349
15350 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15351 "buffer_full".
15352
15353 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15354 "buffer_full".
15355
15356Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15357
15358 * configure.in (configdirs): Add gdb.threads.
15359 * configure: Regenerated with autoconf.
15360 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15361 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15362 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15363
c906108c
SS
15364Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15365
15366 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15367
15368Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15369
15370 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15371 each signal's status in the output of "handle all print".
15372 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15373 the \r\n sequence that immediately precedes the gdb prompt.
15374 * gdb.base/a1-selftest.exp: Save original timeout and restore
15375 after test.
15376
15377Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15378
15379 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15380 symbol.
15381
15382Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15383
15384 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15385
15386Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15387
15388 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15389 timeout by 60 seconds.
15390
15391Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15392
15393 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15394 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15395 error return.
15396
15397Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15398
15399 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15400 gdb initialization, also report how long dejagnu waited. Restore
15401 old timeout before doing error return. Temporarily increase timeout
15402 by 3 minutes to allow for slow startups over heavy NFS use.
15403
15404Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15405
15406 * lib/gdb.exp: Report timeout value for verbosity level 2.
15407 * config/gdbserver.exp: Ditto.
15408 * config/hppro.exp: Ditto.
15409 * config/mips-gdb.exp: Ditto.
15410 * config/monitor.exp: Ditto.
15411 * config/netware.exp: Ditto.
15412 * config/sim-gdb.exp: Ditto.
15413 * config/slite-gdb.exp: Ditto.
15414 * config/udi-gdb.exp: Ditto.
15415 * config/unix-gdb.exp: Ditto.
15416 * config/vx-gdb.exp: Ditto.
15417 * gdb.base/a1-selftest.exp: Ditto.
15418 * gdb.base/a2-run.exp: Ditto.
15419 * gdb.base/break.exp: Ditto.
15420 * gdb.base/corefile.exp: Ditto.
15421 * gdb.base/list.exp: Ditto.
15422 * gdb.base/recurse.exp: Ditto.
15423 * gdb.base/scope.exp: Ditto.
15424 * gdb.base/signals.exp: Ditto.
15425
15426Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15427
15428 * gdb.threads/Makefile.in (docdir): Removed.
15429
15430Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15431
15432 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15433 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15434 @srcdir@.
d63a86f8 15435 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15436 autoconf 2.5 or higher.
15437 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15438
15439Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15440
15441 * configure: Regenerated.
15442 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15443 avoid name clashes with SunOS headers.
15444
15445Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15446
15447 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15448
15449Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15450
15451 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15452 prototype information ends up in the compiler info file.
15453
15454Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15455
15456 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15457 attempting to regenerate it. Eliminate use of a temporary file
15458 and just generate the info file directly. Source it immediately,
15459 for consistency of use.
15460 * gdb.base/corefile.exp: Ditto
15461 * gdb.base/exprs.exp: Ditto.
15462 * gdb.base/funcargs.exp: Ditto.
15463 * gdb.base/langs.exp: Ditto.
15464 * gdb.base/list.exp: Ditto.
15465 * gdb.base/mips_pro.exp: Ditto.
15466 * gdb.base/nodebug.exp: Ditto.
15467 * gdb.base/opaque.exp: Ditto.
15468 * gdb.base/ptype.exp: Ditto.
15469 * gdb.base/scope.exp: Ditto.
15470 * gdb.base/setvar.exp: Ditto.
15471 * gdb.base/signals.exp: Ditto.
15472 * gdb.base/whatis.exp: Ditto.
15473 * gdb.c++/templates.exp: Ditto.
15474 * gdb.c++/virtfunc.exp: Ditto.
15475 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15476 whether or not to add -lstdc++ to the compile command line args.
15477
15478Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15479
15480 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15481 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15482 Increase timeout, a lot of single stepping might be needed if the
15483 target has no hardware watchpoints.
15484
15485Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15486
15487 * gdb.base/break.exp: Ignore compiler warnings when compiling
15488 break.c.
15489 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15490 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15491 from remote-sim.
15492 * gdb.base/exprs.exp: Add h8300 xfails.
15493 * gdb.base/funcargs.exp: Likewise.
15494 * gdb.base/nodebug.exp: Likewise.
15495 * gdb.base/printcmds.exp: Likewise.
15496 * gdb.base/ptype.exp: Likewise.
15497 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15498 h8300 xfails.
d63a86f8 15499 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
15500 on the h8300.
15501 * gdb.base/funcargs.c: Explicitly make last constant argument to
15502 call_after_alloca_subr an unsigned long type.
15503 * gdb.base/return.c: Include stdio.h.
15504
15505Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15506
15507 * config/abug.exp: New file for the older Motorola Bug monitor
15508 that runs on the mvme13x series VME boards.
15509 * config/monitor.exp: Use the new config array for target settings
15510 if they exist.
15511
15512Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15513
15514 * sim-gdb.exp: Make the SH simulator allocate less space when
15515 it is targeted.
15516
15517Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15518
15519 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15520 test.
15521
15522Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15523
15524 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15525 "rs6000-*-*" for "list function in include file" when gcc compiled.
15526 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15527 for "p ctable1[120]".
15528 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15529 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15530 Remove setup_xfail for "rs6000-*-*" for
15531 "print 'scope0.c'::filelocal before run".
15532 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15533 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15534 since some compilers don't allow both options to be given
15535 on the same command line. Create object file and move it.
d63a86f8 15536
c906108c
SS
15537Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15538
15539 * gdb.base/corefile.exp: Always regenerate the core file, since
15540 we always regenerate the coremaker program. Detect special case
15541 where registers cannot be read from core file.
d63a86f8 15542
c906108c
SS
15543Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15544
15545 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15546 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15547 * gdb.c++/templates.exp: Only match on basename of file since
15548 some formats like xcoff don't encode directory information.
15549 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15550 and rs6000 AIX xcoff targets.
15551 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15552 * configure: Regenerate.
15553 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15554 here, rather than in distclean.
d63a86f8 15555
c906108c
SS
15556Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15557
15558 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15559 defined, and use it to compile the test case with -O2. The
15560 native compilation still uses no optimization.
15561 * gdb.base/mips_pro.c: Remove inline assembly code since
15562 it is compiled PIC by default, which results in assembler
15563 warnings that make the testsuite think the compilation
15564 was unsuccessful.
15565
15566Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15567
15568 * gdb.c++/misc.exp: Add note to message for
15569 "print s.a for foo struct" that this is a known gcc 2.7.2
15570 and earlier bug.
15571
15572Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15573
15574 * gdb.base/break.exp: Fix pattern for matching "Delete all
15575 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15576 setup_xfail for deleting all breakpoints test. Fix various
15577 timeout messages to include "(timeout)".
15578 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15579 for "p t_float_values2(3.14159,float_val2)".
15580 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15581 for "continue to call2g" when gcc compiled.
15582 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15583 "up to foo in langs.exp", "show language at foo in langs.exp",
15584 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15585 and "show language at fsub in langs.exp".
15586 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15587 "list line 1 in include file", "list message for lines past EOF",
15588 "list function in include file", "list list0.h:foo", and
15589 "list filename:function; nonexistant function".
15590 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15591 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15592 and "ptype t_char_array" to be for native cc only.
d63a86f8 15593
c906108c
SS
15594Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15595
d63a86f8 15596 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
15597 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15598 "print func2::coremaker_local", and "backtrace in corefile.exp".
15599
15600Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15601
15602 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15603 "bt in signals.exp". This problem only appears when running
15604 the testsuite, and then only intermittently.
15605
15606Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15607
15608 * gdb.base/return.exp (return_tests): Differentiate between
15609 two tests of continuing.
15610
15611Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15612
15613 * */Makefile.in (maintainer-clean): Remove config.log.
15614 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
15615 * gdb.c++/Makefile.in (PROGS): Add inherit.
15616 (clean): Remove *.ci.
15617
15618Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
15619
15620 * gdb.c++/misc.cc: Add test code from Mike Stump.
15621 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
15622
15623Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
15624
15625 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
15626 to "alpha-*-osf2*" and add comment.
15627 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
15628 setup_xfail for "step over execarg initialization" and
15629 "step over corearg initialization".
15630 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
15631 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
15632 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
15633 gcc compiled for "print coremaker_bss", "print coremaker_ro",
15634 "print func2::coremaker_local", and "backtrace in corefile.exp".
15635 * gdb.base/signals.exp: Build and source signals.ci.
15636 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
15637 to be for gcc only.
15638 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 15639
c906108c
SS
15640Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15641
15642 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
15643 Feb 3 procfs.c change.
15644
15645Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
15646
15647 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
15648
15649Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
15650
15651 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
15652 from dejagnu's apparent default of 10 seconds, which gives random
15653 results when running the tests over NFS on moderately loaded systems.
15654 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
15655
15656Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
15657
15658 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
15659 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
15660 result reports.
15661
15662Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
15663
15664 * configure.in (CY_AC_PATH_TCLH): Remove.
15665 * configure: Regenerate.
15666
15667Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
15668
15669 * gdb.c++/Makefile.in (clean): Add missing '{'.
15670
15671Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
15672
15673 * lib/gdb.exp: Provide a default value for noinferior.
15674
15675 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
15676 Load libgloss.exp.
15677
15678Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
15679
15680 * gdb.disasm/hppa.exp: Compile directly into an executable, use
15681 the executable, not the .o to run the tests from.
15682
15683Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
15684
15685 * gdb.base/break.exp: Don't test for program exit or exit status
15686 if $noresults if nonzero.
15687 * gdb.base/langs.exp: Likewise.
15688 * gdb.base/watchpoint.exp: Likewise.
15689
15690 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
15691 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
15692 trying to compile the testcase.
15693
15694Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
15695
15696 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
15697 * gdb.base/signals.exp (continue to handler): Likewise.
15698
15699Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
15700
15701 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
15702
15703 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
15704
15705Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
15706
15707 * gdb.base/corefile.exp: Recognize "not found" as failure
15708 when trying to determine if a core file was generated.
15709 If no core file was generate the first time, try again without
15710 the ulimit -c to work around braindamaged shells.
15711
15712Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
15713
15714 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
15715 [] tests with "test" and enclose string in quotes.
15716 * gdb.stabs/configure: Rebuild
d63a86f8 15717
c906108c
SS
15718Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
15719
15720 Changes in sync with expect:
15721 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
15722 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
15723 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
15724 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
15725 argument to AC_REQUIRE.
15726 * configure: Regenerated.
15727
15728Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
15729
15730 * gdb.base/corefile.exp: When generating a core, discard any
15731 error messages about ulimit not found and the "core dumped"
15732 message from the shell that runs the coredumper.
15733
15734Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
15735
15736 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
15737
15738 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
15739 which sed script to run. Expect failure for v_comb test
15740 on PA targets too.
d63a86f8 15741
c906108c
SS
15742Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
15743
15744 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
15745 "print func2::coremaker_local" and for "backtrace in corefile.exp"
15746
15747Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
15748
15749 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
15750 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
15751 "sparc-sun-solaris*" xfails for "p v_comb".
15752 * lib/gdb.exp (default_gdb_start): Fix typo.
15753 * gdb.base/corefile.exp: Allow "Core was generated by ..."
15754 messages to not include the full program name that caused
15755 the core dump since some systems (such as solaris) apparently
15756 truncate this path to about 80 characters.
15757 When generating a core file first try increasing the core file
15758 size limit to unlimited since some systems may default it to
15759 zero, and it is harmless to try it. Move the test for failing
15760 to generate a core file to where it will actually get executed.
15761 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
15762 new gdb result from g++ debug info improvements and make old
15763 pattern obsolescent. Also account for size_t differences
15764 (may be int or long).
15765 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
15766 initialization before function call is placed in the delay slot
15767 and thus appears to be skipped over by commands such as "next".
15768
15769Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15770
15771 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
15772
15773Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
15774
15775 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
15776 input source file; fix code to compile test to deal with this
15777 convention.
15778 * gdb.c++/*.exp: Likewise.
15779
15780Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
15781
15782 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
15783 "bt in signals.exp".
15784
15785Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
15786
15787 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
15788 "step over execarg initialization" and
15789 "step over corearg initialization".
15790
15791Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
15792
15793 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
15794 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
15795
15796Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
15797
15798 From Rob Savoye (rob@poseidon.cygnus.com)
15799 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
15800 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
15801 configure.in}, gdb.disasm/{Makefile.in, configure.in},
15802 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
15803 configure.in}: Major reworking for autoconfig.
15804 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
15805 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
15806 New files.
15807 * config/unix-gdb.exp: Make GDB global.
15808 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
15809 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
15810 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
15811 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
15812 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
15813 term.exp, twice.exp, watchpoint.exp, whatis.exp},
15814 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
15815 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
15816 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
15817 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
15818 pr-8136.exp, result.exp, string.exp, tuples.exp},
15819 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
15820 to returns as necessary, arrange for test to compile own testcase
15821 executable.
15822 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 15823
c906108c
SS
15824Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
15825
15826 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
15827 clear_xfail at end of test which might not call either pass or fail.
15828 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
15829 "backtrace through signal handler".
15830
15831Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15832
15833 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
15834 continuing from a job control stop signal.
15835 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
15836
15837Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
15838
15839 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
15840 * gdb.base/corefile.exp: Likewise.
15841 * gdb.base/funcargs.exp: Likewise.
15842
15843Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
15844
15845 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
15846 * config/monitor.exp: Add support for setting baud rate.
15847
15848Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
15849
15850 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
15851 i*86-*-linux* xfails for "backtrace through signal handler".
15852 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
15853 "print func2::coremaker_local".
15854 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
15855 alpha-dec-osf2* xfail for
15856 "delete all breakpoints when none".
15857
15858Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
15859
15860 * gdb.base/break.exp: Change test that deletes all breakpoints
15861 when no user breakpoints are installed. A post 4.15 change
15862 causes gdb to no longer prompt in this case.
15863
15864Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
15865
15866 * gdb.base/return.exp (return_tests): Change xfail for test
15867 "correct value returned double test" to stop xfailing at
15868 Solaris 2.5. Apparently the bug has been fixed.
15869
15870Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
15871
15872 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
15873 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
15874
15875Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
15876
15877 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
15878 * gdb.disasm/hppa.s: Corresponding changes.
15879
15880Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
15881
15882 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
15883 makefile fragment.
15884 * config/mt-hpux: Deleted.
15885
15886Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
15887
d63a86f8 15888 * Many files: When warning about suppressed tests due to a
c906108c
SS
15889 nonexistant test binary, avoid incrementing the warning count.
15890
15891Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
15892
15893 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 15894
c906108c
SS
15895Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15896
15897 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
15898 "sparc-*-solaris2*".
15899
15900Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15901
15902 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
15903 Add global and local variables and initialize them.
15904 * gdb.base/corefile.exp: Test correct mapping of corefile sections
15905 by printing variables. Remove rs6000 and powerpc xfails, BFD now
15906 extracts the file name and terminating signal from the core file.
15907 * TODO: Remove note about tests for correct mapping of corefile.
15908 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
15909 from optimizing it away.
15910 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
15911 handles common blocks.
15912
15913Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
15914
15915 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
15916 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
15917
15918Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
15919
15920 * Makefile.in (maintainer-clean): New target, synonym for
15921 realclean.
15922 * gdb.base/Makefile.in (maintainer-clean): Likewise.
15923 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
15924 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
15925 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
15926 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
15927 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
15928
15929Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
15930
15931 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
15932 xfails when not gcc compiled for "print foo::funclocal".
15933 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
15934 "print foo::funclocal at foo",
15935 "print 'scope1.c'::foo::funclocal at foo",
15936 "print foo::funclocal_bss at foo",
15937 "print 'scope1.c'::foo::funclocal_bss at foo",
15938 "print foo::funclocal_ro at foo",
15939 "print 'scope1.c'::foo::funclocal_ro at foo",
15940 "print bar::funclocal at foo" and
15941 "print 'scope1.c'::bar::funclocal at foo".
15942 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
15943 gcc compiled for "print foo::funclocal at bar".
15944 Expand all messages to ensure that they identify that
15945 the test is at bar().
15946 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
15947 gcc compiled for:
15948 "ptype on opaque struct pointer (statically)",
15949 "ptype on opaque struct tagname (statically)",
15950 "ptype on opaque struct pointer (dynamically) 1",
15951 "ptype on opaque struct tagname (dynamically) 1",
15952 "ptype on opaque struct pointer (dynamically) 2" and
15953 "ptype on opaque struct tagname (dynamically) 2
15954 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
15955 gcc compiled for:
15956 "p datalocal"
15957 "whatis datalocal",
15958 "ptype datalocal",
15959 "p bsslocal",
15960 "whatis bsslocal", and
15961 "ptype bsslocal".
15962 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
15963 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
15964 when not gcc compiled.
15965 * gdb.base/funcargs.exp (float_and_integral_args): Add
15966 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
15967 compiled.
15968 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
15969 "backtrace from call6a" when not gcc compiled.
15970 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
15971 "backtrace from call7a" when not gcc compiled.
15972 * gdb.base/callfuncs.exp (do_function_calls):
15973 Add "hppa*-*-hpux*" xfail when not gcc compiled for
15974 "p t_char_array_values(char_array_val2,char_array_val1)",
15975 "p t_char_array_values(char_array_val1,char_array_val2)",
15976 "p t_char_array_values("carray 1","carray 2")",
15977 "p t_char_array_values("carray 1",char_array_val2)",
15978 "p t_char_array_values(char_array_val1,"carray 2")",
15979 "p sum_args(1,{2})",
15980 "p sum_args(2,{2,3})",
15981 "p sum_args(3,{2,3,4})",
15982 "p sum_args(4,{2,3,4,5})"
15983 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
15984 "backtrace in corefile.exp" when not gcc compiled.
15985
15986Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15987
15988 * gdb.base/signals.exp: Rewrite `handle all print' test as
15989 a procedure. Accept blanks or TABs as whitespace, increase
15990 timeout and expect input buffer size for the large output
15991 from the command. Remove "i*86-*-bsdi2.0" xfail.
15992
15993Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15994
15995 * gdb.base/setvar.exp: Add new testcases for truncation when
15996 assigning invalid values to bitfields.
15997
15998Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
15999
d63a86f8 16000 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
16001 mips-sgi-irix* xfail for
16002 "call inferior func with struct - returns char *"
16003 and fix test so that an optional (unsigned char *) cast is
16004 accepted in the result.
16005
16006Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16007
16008 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16009 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16010 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16011 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16012 that accidentally got checked in.
16013
16014Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16015
d63a86f8 16016 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
16017 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16018 compiled test.
16019 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16020 Add mips-sgi-irix5* xfail for not gcc compiled.
16021 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16022 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16023 "p top", "whatis top", "p middle", and "whatis middle".
16024 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16025 "whatis signed char" for not gcc compiled.
16026 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16027 "set variable signed char=-1 (-1)" and
16028 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16029 * gdb.base/funcargs.exp (float_and_integral_args):
16030 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16031 Add mips-sgi-irix* xfail when not gcc compiled for
16032 "continue to call2b".
16033 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16034 "continue to call2g".
16035 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16036 "backtrace from call6a"
16037 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16038 "backtrace from call7k".
16039 Add mips-sgi-irix5* xfail when not gcc compiled for
16040 "backtrace from call7a".
16041 (localvars_after_alloca): Fix gdb_test cmds for
16042 "print * after runto ...".
16043 Remove rs6000-*-* xfails for
16044 "print i after runto localvars_after_alloca" and
16045 "print l after runto localvars_after_alloca"
16046 for all compilers.
16047 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16048 when not compiled with gcc, for:
16049 "print signed char == (minus)",
16050 "print signed char != (minus)",
16051 "print signed char < (minus)",
16052 "print signed char > (minus)".
16053 * gdb.base/callfuncs.exp (do_function_calls):
16054 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16055 "call inferior func with struct - returns char *".
d63a86f8 16056 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
16057 "correct value returned double test" to include Solaris 2.4.
16058 * gdb.base/funcargs.exp (float_and_integral_args):
16059 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 16060
c906108c
SS
16061Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16062
16063 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16064 enumeration bitfields if compiling with GNU C.
16065 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16066 to empty' prompt.
16067
16068Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16069
16070 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16071 test for PRO targets.
16072
16073 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16074 breakpoints in the inferior at any given time by making
16075 two groups of breakpoints for call2*, call6* and call7*
16076 tests.
16077
16078Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16079
16080 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16081 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16082 from optimizing it away.
16083 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16084 "call inferior func with struct".
16085
16086Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16087
16088 * configure.in: Only configure gdb.chill for particular targets.
16089
16090Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16091
16092 * gdb.base/Makefile.in: Add action to .c.o transformation
16093 rule that generates a .ci file for each .o file and remove
16094 explicit .c.o rules except for callfuncs.o.
16095 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16096 generates a .ci file for each .o file and remove explicit
16097 .cc.o rules.
16098 (clean): Remove *.tmp *.ci files.
16099 (EXECUTABLES): Remove templ-info.exp.
16100 * gdb.base/compiler.c: New file.
16101 * gdb.c++/compiler.cc: New file
16102 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16103 Change rs6000-*-* xfail for
16104 "print 'scope0.c'::filelocal_ro" and
16105 "print 'scope1.c'::filelocal" and
16106 "print 'scope1.c'::filelocal_bss" and
16107 "print 'scope1.c'::filelocal_ro" and
16108 "print 'scope1.c'::foo::funclocal" and
16109 "print 'scope1.c'::foo::funclocal_ro" and
16110 "print 'scope1.c'::bar::funclocal" and
16111 "print 'scope0.c'::filelocal_ro" and
16112 "print 'scope1.c'::filelocal at foo" and
16113 "print 'scope1.c'::filelocal_bss at foo" and
16114 "print 'scope1.c'::filelocal_ro at foo" and
16115 "print 'scope1.c'::foo::funclocal at foo" and
16116 "print 'scope1.c'::foo::funclocal_bss at foo" and
16117 "print 'scope1.c'::foo::funclocal_ro at foo" and
16118 "print 'scope1.c'::bar::funclocal at foo" and
16119 "print 'scope0.c'::filelocal_ro" and
16120 "print 'scope1.c'::filelocal" and
16121 "print 'scope1.c'::filelocal_bss" and
16122 "print 'scope1.c'::filelocal_ro" and
16123 "print 'scope1.c'::foo::funclocal" and
16124 "print 'scope1.c'::foo::funclocal_bss" and
16125 "print 'scope1.c'::foo::funclocal_ro" and
16126 "print 'scope1.c'::bar::funclocal" and
16127 "print 'scope1.c'::bar::funclocal_bss"
16128 to only be xfail'd when not compiled with gcc.
d63a86f8 16129 Add rs6000-*-* xfail for
c906108c
SS
16130 "print 'scope0.c'::filelocal_bss before run"
16131 when compiled with gcc.
16132 (test_at_main): Add rs6000-*-* xfail for
16133 "print filelocal_ro in test_at_main"
16134 when compiled with gcc.
16135 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 16136 Add rs6000-*-aix* xfail for
c906108c
SS
16137 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16138 "ptype t_char_array", not compiled with gcc.
16139 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16140 xfail for "list foo (in include file)" when gcc compiled.
16141 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16142 (integral_args): Add rs6000-*-* xfail for
16143 "run to call0a" if not compiled with gcc.
16144 (unsigned_integral_args): Add rs6000-*-* xfail for
16145 "run to call1a" if not compiled with gcc.
16146 (float_and_integral_args): Add rs6000-*-* xfail for
16147 "run to call2a" if not compiled with gcc and for
16148 "continue to call2b" for any compiler.
16149 Add rs6000-*-* xfail to
16150 "print f1 after run to call2a" for gcc compiled.
16151 (discard_and_shuffle): Add rs6000-*-* xfail for
16152 "run to call6a".
16153 (shuffle_round_robin): Add rs6000-*-* xfail for
16154 "backtrace from call7a" if not compiled with gcc.
16155 Add rs6000-*-* xfail for
16156 "backtrace from call7b" if compiled with gcc.
16157 (call_after_alloca): Add rs6000-*-* xfail for
16158 "print c in call_after_alloca" and
16159 "print s in call_after_alloca" and
16160 "backtrace from call_after_alloca_subr"
16161 if not compiled with gcc.
16162 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16163 "print c in localvars_in_indirect_call" and
16164 "print c in localvars_in_indirect_call" and
16165 "backtrace in indirectly called function" and
16166 "stepping into indirectly called function"
16167 if not compiled with gcc.
16168 (localvars_after_alloca): Add rs6000-*-* xfail for
16169 "print c after runto localvars_after_alloca" and
16170 "print s after runto localvars_after_alloca" and
16171 "print i after runto localvars_after_alloca" and
16172 "print l after runto localvars_after_alloca"
16173 for all compilers.
16174 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16175 than whatis-info.exp.
16176 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16177 than opaque-info.exp.
16178 Setup rs6000-*-* xfail for
d63a86f8 16179 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16180 "ptype on opaque struct pointer (dynamically)" when
16181 not compiled with gcc.
16182 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16183 rather than callf-info.exp.
16184 (do_function_calls): Add clear_xfail for rs6000-*-* for
16185 "p t_float_values2(3.14159,float_val2)". Seems to work
16186 fine there, both with xlc and gcc. Need to find out what
16187 it is doing right and fix other platforms.
16188 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16189 "call inferior func with struct - returns int",
16190 "call inferior func with struct - returns long",
16191 "call inferior func with struct - returns float",
16192 "call inferior func with struct - returns double",
16193 "call inferior func with struct - returns char *",
16194 but only if not gcc compiled (presumes xlc compiled).
16195 Change rs6000-*-* xfails for
16196 "call inferior func with struct - returns char" and
16197 " call inferior func with struct - returns short" to only
16198 xfail if not using gcc.
16199 (clean mostlyclean): Remove *.ci and *.tmp files.
16200 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16201 than templ-info.exp.
16202 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16203 Add rs6000-*-* xfail for "up to foo in langs.exp"
16204 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16205 when not gcc compiled.
d63a86f8 16206
c906108c
SS
16207Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16208
16209 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16210 * gdb.base/corefile.exp: Likewise.
16211 * gdb.base/list.exp: Likewise.
16212 * gdb.base/scope.exp: Likewise.
16213 * gdb.base/siganls.exp: Likewise.
16214
16215 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16216 compiler output.
16217 * gdb.base/whatis.exp: Likewise.
16218
16219Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16220
16221 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16222 failure (opcode table has been fixed to match reality).
16223
16224Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16225
16226 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16227 "call inferior func with struct - returns char",
16228 "call inferior func with struct - returns short"
16229
16230 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16231 "print 'scope0.c'::filelocal at main",
16232 "print 'scope0.c'::filelocal_bss in test_at_main",
16233 "print 'scope0.c'::filelocal at foo",
16234 "print 'scope0.c'::filelocal_bss in test_at_foo",
16235 "print 'scope0.c'::filelocal at bar",
16236 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16237
c906108c
SS
16238 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16239 in source file 1". This bug seems to have been fixed with both
16240 gcc and native cc (was native assembler bug?).
16241
16242Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16243
16244 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16245 "backtrace through signal handler" to "i*86-*-sysv4*".
16246 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16247 continue" case. Add "known SVR4 bug" to fail message.
16248 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16249 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16250 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16251 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16252 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16253 "up to foo in langs.exp", "show language at foo in
16254 langs.exp", "up to cppsub_ in langs.exp", "show
16255 language at cppsub_ in langs.exp", "up to fsub in
16256 langs.exp", and "show language at fsub in langs.exp".
16257 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16258 "bactrace in corefile.exp".
16259 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16260 "call inferior function with struct - returns float" and
16261 "call inferior function with struct - returns double".
d63a86f8 16262
c906108c
SS
16263Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16264
16265 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16266 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16267 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16268 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16269
16270Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16271
16272 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16273 (or overriden) "CHILL" macro rather then bare "gcc".
16274 Also look for ../../gcc/xgcc since that is what we will
16275 actually need, not "Makefile". Remove following assignment
16276 of CHILL to CHILL_FOR_TARGET because that results in
16277 recursive definition.
16278
16279Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16280
16281 * gdb.base/corefile.exp: Change xfail for backtrace in
16282 corefile.exp from linuxaout to all linux.
16283 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16284 cases where we miss the breakpoint at the signal handler
16285 for some reason. Setup xfail for linuxoldld/linuxaout and
16286 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16287 hitting SIGURG breakpoint.
16288 * gdb.base/signals.exp: Setup xfail for "next" acting like
16289 continue to add linuxoldld. Setup xfail for all linux for
16290 "next to handler in signals_tests_1", "backtrace in
16291 signals_tests_1", "continue to func1", "pass SIGUSR1",
16292 and continue to handler".
16293
16294Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16295
16296 * Update all FSF addresses except those in COPYING* files.
16297
16298Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16299
16300 * gdb.base/a2-run.exp: Change messages to be more explicit about
16301 the status of args, and quote binfile in results.
16302
16303Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16304
16305 * gdb.base/callfuncs.exp: Add tests for passing structs to
16306 inferior functions and return various types.
16307 * gdb.base/callfuncs.c: Add functions to receive a struct
16308 and return a member of the struct, in various types.
16309
16310Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16311
16312 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16313
16314Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16315
16316 * config/vxworks29k.exp: New file, sources vxworks.exp.
16317
16318Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16319
16320 * config/gdbremote.exp: New file. Testing framework using
16321 gdbserver.
16322
16323Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16324
16325 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16326 "call function when asleep" and "send end of file".
16327 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16328 for "backtrace in corefile.exp".
16329 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16330 for "backtrace through signal handler".
16331 * gdb.base/corefile.exp: Make sure we actually generate a core file
16332 before trying the core tests. Some systems allow the user to suppress
16333 generation of core files and default to that (linux for example).
16334 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16335 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16336
16337Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16338
16339 * gdb.threads: New directory with some crude multi-threaded
16340 gdb tests (step.exp and step2.exp).
16341 * config/mt-lynx (STEP_EXECUTABLE): Define.
16342 (THREADFLAGS): Define.
16343
16344Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16345
16346 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16347
16348 * gdb.base/signals.exp: Disable whole file for lynx until
16349 further notice.
16350
16351 * gdb.base/signals.exp: xfail test where "next" acts like
16352 "continue" for lynx.
16353
16354 * gdb.base/interrupt.exp: xfail test for calling function while
16355 inferior is asleep for lynx.
16356
16357 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16358 than one cr-lf after each command.
16359
16360Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16361
16362 * configure.in: Reinstate setting of stabsdirs variable, fix
16363 typo in setting up configdirs for native builds.
16364
16365 * gdb.base/return.exp: Fix typo in return double test.
16366 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16367 compiler from optimizing them away.
16368
16369Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16370
16371 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16372 sequences to be echo'd by gdb when using gdb_test.
16373 * gdb.chill/chexp.exp: Likewise.
16374 * gdb.fortran/exprs.exp: Likewise
16375
16376Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16377
16378 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16379 after the inferior gdb has started.
16380
16381 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16382 after each command.
16383 * gdb.base/funcargs.exp: Likewise.
16384 * gdb.base/gdbvars.exp: Likewise.
16385 * gdb.base/interrupt.exp: Likewise.
16386 * gdb.base/list.exp: Likewise.
16387 * gdb.base/watchpoint.exp: Likewise.
16388 * gdb.c++/demangle.exp: Likewise.
16389 * gdb.c++/inherit.exp: Likewise.
16390 * gdb.chill/chexp.exp: Likewise.
16391 * gdb.fortran/exprs.exp: Likewise.
16392
16393 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16394 test if we can't handle IO to/from the inferior.
16395
16396 * gdb.c++/misc.exp: Always check for a program already being
16397 started after sending a "run" command to gdb.
16398
16399 * gdb.base/twice.exp: Start with a fresh gdb.
16400
16401 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16402 only depend on gdb's expression code, not the chill runtime.
16403
16404 * gdb.base/return.c: Put return values into variables so we
16405 can have gdb print them rather than depending on the program
16406 to print them.
16407 * gdb.base/return.exp: Corresponding changes.
16408
16409 * lib/gdb.exp: Provide default value for noinferiorio.
16410 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16411 the inferior.
16412
16413 * gdb.base/break.exp: Always check for a program already being
16414 started after sending a "run" command to gdb.
16415 (text_next_with_recursion): Don't check the output from the
16416 program's printf statement. Instead just make sure the program
16417 exited.
16418
16419 * gdb.base/commands.exp: Protect tests which need arguments with
16420 $noargs conditionals.
16421
16422Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16423
16424 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16425 of structure member arrays to match gdb/valops.c:value_addr change.
16426
16427Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16428
16429 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16430 cases.
16431
16432Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16433
16434 * configure.in (configdirs): Remove gdb.chill from default list
16435 of subdirs and then add it back in only if doing a native build.
16436 The current chill compiler does not yet work in any cross build.
16437 * Revert all signal changes from Jul 6.
16438 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16439 for sh-hms targets, allowing these tests to link, with no other
16440 changes. Testing is suppressed by setting "nosignals" in site.exp.
16441
16442Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16443
16444 * configure.in (signaldirs): Define and add to configdirs for all
16445 targets except some specific ones that are known to not support signals.
16446 Also clean up formatting.
16447 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16448 (signals, sigall): Remove rules to build.
16449 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16450 Moved to new gdb.signals directory.
16451 * gdb.signals: New test directory.
16452 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16453 signals.c signals.exp}: New or moved files.
16454
16455Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16456
16457 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16458
16459Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16460
16461 * gdb.base/return.exp: Xfail `return double' test failure
16462 on at least Solaris 2.3 and handle future/past versions on
16463 a case by case basis as appropriate. Also update message
16464 to include i*86 failures.
16465
16466Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16467
16468 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16469
16470 * lib/gdb.exp: Fix comment which erroneously identified
16471 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16472 gdb_file_cmd not gdb_load).
16473 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16474
16475 * gdb.base/setvar.exp: Make test names consistent between pass and
16476 fail cases. Use gdb_test more.
16477
16478Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16479
16480 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16481
16482Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16483
16484 * gdb.base/help.exp: Fix expected help string for `show commands'.
16485
16486Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16487
16488 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16489
16490 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16491 of a text section.
16492
16493Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16494
16495 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16496 that loop eventually terminates. Fix Connection refused logic so
16497 that testsuite will expire nicely.
16498
16499Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16500
16501 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16502 config/rom68k.exp: New tcl glue for the appropriate monitors.
16503 These all just end up calling monitor.exp.
16504 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16505 refused' by retrying. Cleanup some timeout issues.
16506 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16507 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16508 callers don't have to set/restore global timeout variable.
16509
16510 * The following set of changes centralizes management of the global
16511 timeout variable. This way, it can be set in one target dependent
16512 place instead of dozens of places scattered throughout the test suite.
16513 If you need to lengthen a timeout, then you should either set timeout
16514 in one of the config/{target}.exp files, or multiply it by a factor.
16515 Setting it to an absolute value is always going to lose for some
16516 targets.
16517 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16518 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16519 * gdb.base/funcargs.exp: Don't set timeout.
16520 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16521 * gdb.base/printcmds.exp (test_print_string_constants
16522 test_print_array_constants): Don't set timeout.
16523 * gdb.base/ptype.exp: Don't set timeout.
16524 * gdb.base/recurse.exp: Don't set timeout.
16525 * gdb.base/return.exp: Don't set timeout.
16526 * gdb.base/watchpoint.exp: Don't set timeout.
16527 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16528 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16529
16530Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16531
16532 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16533
16534Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16535
16536 * lib/gdb.exp: Disable chill tests for irix5.
16537
16538Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16539
16540 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16541 each test pass or fail.
16542
16543Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16544
16545 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16546 xlc not gcc.
16547
16548Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16549
16550 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16551
16552Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16553
16554 * config/est.exp: Fix copyright and comments. Remove dead code.
16555 Use targetname, serialport and baud variables instead of fixed
16556 constants.
16557 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16558 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16559
16560Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16561
16562 * gdb.base/watchpoint.exp: Don't run
16563 test_watchpoint_triggered_in_syscall for sunos.
16564
16565Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16566
16567 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16568 they don't seem to exist. Do include stdio.h.
16569
16570Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16571
16572 * gdb.base/a1-selftest.exp: Add alpha xfail.
16573
16574Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16575
16576 * gdb.base/watchpoint.c (main): Prompt before calling read().
16577 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16578 Revise accordingly. Remove cruft about sending "123" several
16579 times, until it gets noticed. Clean up the "print buf[0]" stuff
16580 so that it passes or fails, and waits for prompts in the usual way.
16581
16582Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16583
16584 * gdb.base/recurse.exp: Fix comment.
16585
16586 * TODO: Remove item about printing variables in nodebug.exp. Add
16587 item about enabling tests which are only run on some targets.
16588
16589 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16590 fail, make test names unique, use new gdb_test convention
16591 regarding pattern, use gdb_test more, etc.).
16592
16593 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16594 fail, make test names unique, etc.).
16595
16596Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16597
16598 * gdb.base/nodebug.c: Change return type of top and middle to
16599 short.
16600 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16601 are fixed by the recent mdebugread.c changes. Allow `short ()'
16602 as type for top and middle.
16603
16604Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16605
16606 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16607 nearly as I can tell, the whole thing was an accident in Stu's
16608 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
16609 to replace a send/expect pair with gdb_test, but ended up only
16610 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
16611 of 30 Mar 1995 took care of it, but left this vestigial comment
16612 which I am now nuking.
16613
16614Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16615
16616 * gdb.base/break.exp: Look for different line number for
16617 breakpoint at main depending on usestubs.
16618
16619Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16620
16621 * gdb.base/list.exp: Adjust some alternate expect patterns to
16622 match recent list0.c change. Add alternate expect pattern for
16623 output from `list default lines around main' for optimizing
16624 compilers.
16625
16626Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16627
16628 * lib/gdb.exp: If nosignals is not set, set it to 0.
16629
16630Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
16631
16632 * config/slite-gdb.exp: Responds to load symbol table prompt.
16633 * gdb.base/break.exp: Adjust line number, fix rerun.
16634 * gdb.base/langs0.c: Add #ifdef usestubs.
16635
16636Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
16637
16638 * gdb.base/list.exp: Adjust line contents after adding new lines in
16639 list0.c. Also fix a syntax error.
16640
16641 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
16642 * gdb.base/break.exp: ditto.
16643 * gdb.base/list.exp: ditto.
16644 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
16645 * gdb.base/run.c: ditto.
16646 * gdb.base/list0.c: ditto.
16647 * gdb.base/funcargs.c: ditto.
16648
16649Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
16650
16651 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
16652 $targetname, $serialport and $baud instead of hardwired variables.
16653 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
16654 target doesn't support signals.
16655
16656Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
16657
16658 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
16659
16660Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16661
16662 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
16663 Don't rely on the value of an auto variable before it has been
16664 initialized. Use gdb_test more.
16665
16666Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16667
16668 * lib/gdb.exp (default_gdb_version): A version number must start
16669 with a digit, but other than that contains all characters up to
16670 the first whitespace character.
16671
16672Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16673
16674 * gdb.base/commands.exp (breakpoint_command_test): New tests.
16675
16676Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16677
16678 * gdb.c++/*.exp: Warn if executable does not exist. The original
16679 reason for skipping the warning was that configure.in sometimes
16680 intentionally skipped building the executables but the tcl code
16681 had no way of knowing. That (a) was always bogus with respect to
16682 error handling, (b) is no longer true (right now there is no way
16683 to skip C++ tests).
16684
16685 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
16686
16687Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16688
16689 * gdb.base/list.exp: Add expect patterns for output from
16690 SunPRO compiled executables.
16691 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
16692 types.
16693
16694Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16695
16696 * gdb.base/break.exp (test_next_with_recursion): Accept any line
16697 number (we are already testing that the correct source line text
16698 gets printed).
16699
16700 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
16701 that is what is intended, but something needed to be done to get
16702 sunos4 native working again.
16703
16704 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
16705
16706 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
16707 apparently went with a (very) old xfail.
16708
16709Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
16710
16711 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
16712 runto_main is a proc in gdb.exp that will do 'step' for target use
16713 stubs.
16714 * gdb.base/exprs.exp: ditto.
16715 * gdb.base/interrupt.exp: ditto.
16716 * gdb.base/opaque.exp: ditto.
16717 * gdb.base/printcmds.exp: ditto.
16718 * gdb.base/ptype.exp: ditto.
16719 * gdb.base/scope.exp: ditto.
16720 * gdb.base/setvar.exp: ditto.
16721 * gdb.base/signals.exp: ditto.
16722 * gdb.base/twice.exp: ditto.
16723 * gdb.c++/classes.exp: ditto.
16724 * gdb.c++/inherit.exp: ditto.
16725 * gdb.c++/templates.exp: ditto.
16726 * gdb.base/break.exp: no run and hit main for stubs. Change line
16727 numbers for breakpoints and info breakpoint.
16728 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
16729 breakpoint().
16730 * gdb.base/callfuncs.c: ditto.
16731 * gdb.base/exprs: ditto.
16732 * gdb.base/interrupt.c: ditto.
16733 * gdb.base/opaque0.c: ditto.
16734 * gdb.base/printcmds.c: ditto.
16735 * gdb.base/ptype.c: ditto.
16736 * gdb.base/scope0.c: ditto.
16737 * gdb.base/setvar.c: ditto.
16738 * gdb.base/signals.c: ditto.
16739 * gdb.base/twice.c: ditto.
16740 * gdb.c++/misc.cc: ditto.
16741 * gdb.c++/templates.cc: ditto.
16742
16743Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16744
16745 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
16746
16747 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
16748 somewhere between `read' and `main.c'. I'm pretty sure the
16749 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
16750 and it isn't particularly useful.
16751
16752 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
16753
16754Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16755
16756 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
16757
16758Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
16759
16760 * config/mt-slite: add LIBS and -nostdlib.
16761 * config/slite-gdb.exp: add this new file to support sparclite target.
16762
16763Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
16764
16765 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
16766
16767 * gdb.base/a2-run.exp: Change argument to istarget from
16768 "*-*-vxworks" to "*-*-vxworks*".
16769 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
16770
16771Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
16772
16773 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
16774 will not runto main but do a 'step' to step out of breakpoint().
16775 * config/mt-slite: add -Dusestubs.
16776
16777Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16778
16779 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
16780 instead of just @.
16781
16782 * gdb.base/signals.exp: Add test for "handle all print".
16783 * TODO: Remove "handle all print". Also remove item about
16784 checking copyright date (I don't like the idea of a spurious FAIL
16785 based on when we run the tests).
16786
16787 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
16788 for SunOS4 (reason for failure not investigated). Remove
16789 redundant test for $binfile.
16790
16791 * gdb.base/nodebug.c (array_index): Call malloc.
16792
16793 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
16794
16795Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
16796
16797 * gdb.base/recurse.exp: Update gdb_test invocation to use new
16798 conventions and slightly simplify the matching regexp.
16799
16800Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16801
16802 * gdb.base/break.exp: Update gdb_test invocation to use new
16803 convention.
16804
16805 * lib/gdb.exp: If noargs is not set, set it to 0.
16806
16807 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
16808 tests unique.
16809
16810 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
16811
16812Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16813
16814 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
16815 one argument of type "<non-float parameter>".
16816
16817Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
16818
16819 * config/rom68k.exp: New file to support Motorola IDP board.
16820 * gdb.base/a2-run.exp: Skip this file if noargs is set.
16821 * gdb.base/break.c: Change things around so that this program
16822 doesn't depend upon args. This is necessary to make remote
16823 targets work (in general, they can't take args).
16824 * gdb.base/break.exp: Don't try to send args to program. Don't
16825 expect output. Also, replace lots of code with gdb_test.
16826
16827Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16828
16829 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
16830 printing of '\'' (which is what the comment says we are testing,
16831 even though we were not), not '''.
16832 (test_integer_literals_rejected): Test that printing ''' is an error.
16833
16834 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16835 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
16836 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
16837 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
16838 Use gdb_test not test_print_accept.
16839 * lib/gdb.exp: Remove test_print_accept.
16840
16841 * gdb.base/signals.exp (signal_tests_1): Make pass message
16842 consistent with fail message.
16843
16844 * gdb.base/whatis.exp: Remove xfails for printing char vs.
16845 unsigned char; the bug (PR 1821) is fixed.
16846
16847 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
16848
16849 * gdb.base/scope.exp (test_at_localscopes): Call pass for
16850 successful tests--makes xfailing them work right.
16851
16852Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16853
16854 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
16855 only \r\n, not .*. The test can pass .* as the last thing in
16856 $pattern if that is what it wants. In addition to providing this
16857 flexibility, this change should speed up pattern matching in cases
16858 where the pattern already ended with .* (there were a number of
16859 them). This change also helps catch bad patterns--in the old
16860 scheme the typo "char \*" instead of "char \\*" would pass. Now
16861 it is caught.
16862 * Many .exp files: Update callers.
16863
16864 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
16865 clearer and does not spuriously match multiple ('s. Likewise for
16866 ) and *.
16867
16868 * gdb.base/nodebug.exp: Test ability to call a function and pass
16869 it a string (even with no debugging info).
16870
16871 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
16872 "p '\'", which is the same as "p ''" once tcl gets done with
16873 quoting, to "p '\\'", which I suspect is what is intended (one
16874 backslash gets sent to GDB).
16875
16876 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
16877
16878Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16879
16880 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
16881 1817) was fixed literally years ago.
16882
16883Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16884
16885 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
16886 test, it causes stepping out of call_after_alloca_subr with
16887 optimizing compilers.
16888 (localvars_in_indirect_call): Consume GDB prompt if `finish'
16889 fails.
16890
16891 * gdb.c++/templates.exp: Source templ-info.exp only if
16892 the templates executable exists.
16893
16894 * gdb.c++/misc.cc (class Contains_static_instance,
16895 class Contains_nested_static_instance),
16896 gdb.c++/classes.exp (test_static_members): Test printing of
16897 a class that contains a static instance of the class.
16898
16899Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16900
16901 * gdb.base/langs2.c (cppsub_): Don't prototype.
16902 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
16903 only, I believe).
16904
16905Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16906
16907 * lib/gdb.exp (skip_chill_tests): New procedure.
16908
16909 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
16910
16911Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
16912
16913 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
16914 each expect pattern. Cuts runtime from 12 to about 4 seconds.
16915
16916Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16917
16918 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
16919
16920 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
16921 disassemble 8, not 16, instructions for part 4.
16922
16923 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
16924 support the latter anymore.
16925
16926 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
16927 -DNO_PROTOTYPES.
16928 * gdb.base/callfuncs.c: Control use of prototypes based on
16929 NO_PROTOTYPES, not __STDC__.
16930 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
16931 t_float_values2 tests if prototypes in use.
16932
16933 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
16934 t_double_values): When checking differences against DELTA, check
16935 that difference is within the range (-DELTA,DELTA), not just
16936 (-infinity,DELTA).
16937
16938Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
16939
16940 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
16941 'file' command firts, then 'target', then 'load', this is due to gdb
16942 target set up.
16943 * config/mips-gdb.exp: Fix a couple regular exp bugs.
16944
16945Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
16946
16947 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
16948 FP load/store variants.
16949 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
16950
16951Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16952
16953 * gdb.base/term.exp: Do not give a warning if not native, it is
16954 not an abnormal condition.
16955
16956Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
16957
16958 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
16959 t_char_array".
16960
16961Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16962
16963 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
16964 are getting the version number.
16965
16966 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
16967 if not native, it is not an abnormal condition.
16968
16969Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16970
16971 * lib/gdb.exp: Just use "file exists", rather than undocumented
16972 dejagnu procedure "findfile".
16973
16974Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16975
16976 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
16977 (LDFLAGS): Set to -Xlinker -Ur.
16978
16979 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
16980 Removed, these values are set by lib/gdb.exp.
16981
16982 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
16983
16984Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16985
16986 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
16987 of replicating gdb startup code.
16988
16989 * config/mt-vxworks (LDFLAGS): Set to -r.
16990 (CFLAGS_FOR_TARGET): Removed.
16991
16992 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
16993 (gdb) and gdb for vxworks uses (vxgdb).
16994
16995 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
16996 executable is not in the tree and host != target, use sed and
16997 program_transform_name to determine the gdb name used by the
16998 target.
16999
17000 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17001 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17002
17003Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17004
17005 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17006 floats, chars, and shorts where there are ANSI-style function
17007 definitions.
17008
17009 * gdb.base/langs.exp, gdb.base/langs*: New test.
17010 * gdb.base/Makefile.in: Build it.
17011 * TODO: Remove item about checking that C names don't get C++
17012 demangling applied; this test tests it.
17013
17014Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17015
17016 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17017 went with the const70 xfail. The xfail went away a year ago.
17018
17019 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17020
17021 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17022 for hp300.
17023
17024 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17025
17026 * gdb.base/a1-selftest.exp: Don't run on hp300.
17027
17028Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17029
17030 * Makefile.in (site.exp): Set host_alias and target_alias as well
17031 as host_triplet and target_triplet.
17032
17033Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17034
17035 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17036
17037 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17038 places as other ecoff systems).
17039
17040 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17041 ultrix.
17042
17043Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17044
17045 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17046 remove them.
17047 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17048 variable and "variable" in addition to "data variable".
17049 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17050
17051 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17052 2.
17053 * gdb.base/list1.c (long_line): Add additional statement at start
17054 of function.
17055 * gdb.base/list.exp (test_forward_search): Update line number to
17056 reflect new statement.
17057
17058Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17059
17060 * gdb.base/signals.exp: Reinitialize searched source directories
17061 after gdb_start call.
17062
17063Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17064
17065 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17066 * gdb.stabs/Makefile.in: Likewise.
17067
17068 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17069 change. Instead split the tests into smaller pieces.
17070 * gdb.disasm/hppa.s: Corresponding changes.
17071
17072Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17073
17074 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17075 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17076
17077 * gdb.base/funcargs.exp: Modify many tests so that every test
17078 either passes or fails. Make some test names unique.
17079
17080Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17081
17082 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17083 Call stty to set interrupt character.
17084
17085 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17086 for HP assembler versus GNU assembler based on actual behavior of
17087 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17088
17089 * TODO: Suggest a few more stepping tests.
17090
17091Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17092
17093 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17094 restart GDB for h8300 after a continue.
17095 (return): Add pattern to match a29k-udi behavior.
17096 * gdb.base/nodebug.exp: Remove obsolete comment.
17097 * gdb.base/regs.exp: New file, testing of register displays.
17098 * gdb.base/return.exp: Fix typo in reference to $objdir.
17099 * gdb.base/whatis.exp: Always start with a fresh GDB.
17100
17101Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17102
17103 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17104 higher, these tests generate a lot of output.
17105
17106Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17107
17108 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17109 code following the catch silently ignored some errors; without the
17110 catch they should be thrown like any other tcl error. Also, the
17111 catch used "" instead of {} which meant all the callers who wanted
17112 to include one of the characters "[]$ had to quote it an extra time.
17113 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17114 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17115 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17116 Remove extra quoting.
17117
17118Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17119
17120 * gdb.base/commands.exp: Make test names unique; every test either
17121 passes or fails. Update some comments.
17122
17123 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17124
17125Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17126
17127 The following fixes a FAIL caused by the fact that the alpha stabs
17128 configuration didn't use the ".if alpha" code in weird.def.
17129 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17130 bit pointer, so the 32 bit version works even on the alpha.
17131 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17132 Remove the stuff which allowed us to have separate versions for
17133 alpha and everything else.
17134
17135 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17136 regexp which "info func operator\[\](" is supposed to match. Fix
17137 string to send to GDB. Note that GDB still doesn't work right. Add a
17138 new test for "info func .perator\[\](" which GDB does handle correctly.
17139
17140 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17141
17142Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17143
17144 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17145 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17146 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17147 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17148 it makes the tests harder to understand and confuses test-o-matic.
17149 The preferred style is that each test provides a PASS or a FAIL,
17150 and has a unique message (e.g. "continue #54" not just "continue")
17151 which is the same for the pass and the fail.
17152 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17153 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17154 to lib/gdb.exp.
17155 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17156 prt_accept which was basically the same thing. Likewise for
17157 test_print_reject and prt_reject.
17158 * lib/gdb.exp (test_print_reject): Add some more error message
17159 patterns to match from the former printcmds.exp (prt_reject).
17160 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17161 One defect of the passcount stuff is that some of it failed to
17162 report XPASS where appropriate.
17163 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17164 stuff before and after arg in expected pattern.
17165 (test_paddr_operator_functions): Re-do test without print_addr_of;
17166 this is the only test which seems to want extra stuff there.
17167
17168Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17169
17170 * gdb.base/nodebug.exp: Update new tests to reflect improved
17171 wording of gdb output.
17172
17173 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17174 and "ptype" work on variables in files compiled without -g.
17175 Replaces commented out "maint print msymbol" tests.
17176
17177Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17178
17179 * gdb.base/setvar.c (dummy): Call malloc.
17180
17181 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17182 losing with the irix4 sed.
17183
17184 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17185 ALRM" on irix4.
17186
17187Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17188
17189 * TODO: Remove items about corefile.exp testing new exec-file and
17190 backtrace; both are now done. Add items about printing enums.
17191
17192Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17193
17194 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17195 "get signal $thissig" test fails.
17196
17197 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17198
17199Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17200
17201 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17202 compiler warning with dec alpha compiler.
17203
17204 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17205 extra \n from gdb_test call (this explains why the prompt test
17206 that I removed yesterday was there).
17207 (user_defined_command_test): Remove extra \n and prompt test.
17208
17209 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17210 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17211 doesn't exist.
17212 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17213 Also remove alpha workaround, which turns out to be because
17214 SIGABRT == SIGLOST.
17215
17216 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17217
17218 * gdb.base/help.exp: Don't test "help show".
17219
17220Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17221
17222 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17223 "set print address" is on.
17224 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17225 pass prompt to gdb_test; gdb_test already looks for the prompt.
17226
17227 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17228
17229 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17230 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17231 was to make sure that gdb can read a core file. But (a) the "read
17232 the corefile" part didn't make it to a1-selftest.exp, we just
17233 delete the corefile after creating it, and (b) we test reading
17234 corefiles in corefile.exp anyway. Also, this test left around a
17235 xgdb process on Solaris.
17236
17237 * gdb.base/corefile.exp: Also test backtrace.
17238
17239Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17240
17241 * gdb.base/commands.exp: Test a simple user defined command with
17242 arguments and if/while statements; verify the full user command is
17243 printed by "show user".
17244
17245 * gdb.base/commands.exp: Test if/while commands as part of a
17246 breakpoint command list; verify they appear in breakpoint
17247 information.
17248
17249Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17250
17251 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17252 than by dividing by zero.
17253
17254Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17255
17256 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17257 performing an inferior call with watchpoints enabled.
17258 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17259 call.
17260
17261Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17262
17263 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17264 of "file" command.
17265
17266 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17267 Add additional pattern for when "int operator int(void);" appears
17268 in a different order.
17269
17270Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17271
17272 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17273
17274 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17275 and "signal" with ".*".
17276
17277Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17278
17279 * TODO: Add note about "handle all nostop".
17280
17281 * gdb.base/{sigall.c, sigall.exp}: New test.
17282 * gdb.base/Makefile.in: Add it.
17283
17284Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17285
17286 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17287 when invoking GDB, suppresses any windowing interface.
17288
17289Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17290
17291 * config/sim-gdb: New file, simulator testing support.
17292
17293Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17294
17295 * gdb.base/interrupt.exp: Test calling func1 twice.
17296
17297Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17298
17299 * gdb.base/list.exp (test_forward_search): Set timeout higher
17300 when we'll be getting lots of output from gdb.
17301
17302 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17303 "init_malloc" to after the expect statement. Run it if that
17304 regexp is taken, but also for two others which happen if source
17305 cannot be found.
17306
17307Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17308
17309 * gdb.base/printcmds.exp: New test, for printing register before
17310 program is running.
17311
17312Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17313
17314 * gdb.base/list.exp: Correct some alternate expect patterns
17315 to reflect changes in list1.c.
17316
17317Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17318
17319 * TODO: Add item regarding large frames.
17320
17321 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17322
17323 * TODO: Remove item about enabling return.exp; it
17324 is enabled. Suggest a few more "return" tests.
17325
17326Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17327
17328 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17329 anonymous unions.
17330
17331Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17332
17333 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17334 and pr-5646.o, so "make" is the same as "make all", not "make
17335 pr-4975.o".
17336
17337Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17338
17339 * gdb.base/list.exp: Adjust expectations to reflect changes in
17340 list1.c.
17341 (test_forward_search): New test proc.
17342 * gdb.base/list1.c (long_line): New function, has long source line.
17343
17344Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17345
17346 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17347 additional line of code that was added.
17348
17349Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17350
17351 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17352 tests so as not to overflow expect's input buffers.
17353 * gdb.disasm/hppa.exp: Corresponding changes.
17354
17355Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17356
17357 Beginnings of template debugging tests.
17358 * gdb.c++/templ-info.cc: New file to test for template
17359 debugging capability of the compiler.
17360 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17361 templ-info.cc.
17362 * gdb.c++/templates.cc: Add explicit template instantiations
17363 to enable compiling with -fno-implicit-templates. Add destructor
17364 and 'value' method to T5 class for template tests.
17365 * gdb.c++/templates.exp: Add testcases for printing of template
17366 types, setting breakpoints on template methods and calling a
d63a86f8 17367 template method.
c906108c
SS
17368
17369Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17370
17371 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17372 branch target since some assemblers (gas-2.5) may emit a
17373 relocation for the branch instead of resolving it in the
17374 assembler.
17375
17376Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17377
17378 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17379 through signal handler.
17380
17381Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17382
17383 * configure.in (*-*-netware): Use config/mt-netware.
17384
17385 * config/mt-netware: New file.
17386 * config/mt-i386-netware: Removed, separate configs for different
17387 netware architectures are no longer needed now that we have
17388 --with-headers.
17389
17390Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17391
17392 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17393 by the recent changes to use ANSI C arithmetic conversions.
17394
17395Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17396
17397 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17398 bug involving using inferior_pid to figure out whether to select a
17399 frame.
17400
17401Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17402
17403 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17404 match the current disassembler output.
17405
17406Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17407
17408 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17409 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17410 types, expect "int" as type of integer values (for now).
17411
17412Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17413
17414 * gdb.base/commands.exp: New tests for if/while commands.
17415
17416Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17417
17418 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17419 by .*, since hex values have different syntax in Chill mode.
17420
17421Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17422
17423 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17424 linefeed from expect pattern for repeated types with indices > 9.
17425
17426Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17427
17428 First part of Fortran test suite.
17429 * gdb.fortran: New directory.
17430 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17431
17432Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17433
17434 * gdb.base/default.exp: Update expect pattern for load command
17435 without arguments.
17436
17437Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17438
17439 * configure.in: Change i386 to i[345]86.
17440 * gdb.base/configure.in: Likewise.
17441 * gdb.c++/configure.in: Likewise.
17442 * gdb.chill/configure.in: Likewise.
17443
17444Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17445
17446 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17447 patterns, since that is not a valid context for comments.
17448
17449Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17450
17451 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17452 repeated types and repeated types with indices > 9.
17453
17454Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17455
17456 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17457 2417; old bug has been fixed.
17458
17459Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17460
17461 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17462 send the newline ourselves instead of assuming gdb_test will do
17463 so when passed an empty input string.
17464
17465 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17466 stabs testcode.
17467
17468Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17469
17470 * lib/gdb.exp (gdb_test): Don't send anything if the first
17471 argument is an empty string. This makes cases where we want to
17472 match output that is already in expect's buffers (for example,
17473 matching a breakpoint after gdb_run_cmd has been called) work
17474 reliably.
17475
17476Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17477
17478 * config/netware.exp: New file.
17479
17480Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17481
17482 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17483 the -B and -L prefixes so we can find the debugging stub.
17484
17485 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17486 there and we are using the gcc from the tree.
17487
17488 * gdb.base/types.c: Removed.
17489
17490 * gdb.base/configure.in: Look for makefile fragments in ../config.
17491 Recognize i386-*-netware.
17492 * gdb.c++/configure.in: Likewise.
17493
17494Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17495
17496 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17497 the correct TCL syntax.
17498
17499Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17500
17501 * gdb.base/opaque.exp: use runto instead of messing around with
17502 breakpoints. Simplify by using gdb_test.
17503
17504 * gdb.base/bitfields.exp: restart between tests on netware targets
17505 because breakpoints aren't relocated after target death. Run
17506 processes to completion.
17507
17508 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17509
17510Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17511
17512 * Makefile.in: Remove extra tabs that confuse some versions
17513 of "make". Use the newly built gdb to test with by default,
17514 rather than the first one in the tester's search path.
17515
17516Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17517
17518 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17519
17520 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17521 condition help.
17522
17523Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17524
17525 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17526
17527 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17528 running.
17529 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17530 * gdb.base/funcargs.exp: Likewise.
17531
17532 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17533 * gdb.base/funcargs.exp: Likewise.
17534
17535 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17536 message is "".
17537
17538Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17539
17540 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17541 return,signals,twice}.exp: Handle non-existant binaries
17542 consistantly.
17543
17544 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17545 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17546 might testing a cross development system.
17547
17548Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17549
17550 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17551 runtest script is relative to ${srcdir}, not ${rootdir}.
17552
17553Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17554
17555 * gdb.base/signals.exp: Allow for optionality of breakpoint
17556 address.
17557
17558Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17559
17560 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17561
17562Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17563
17564 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17565 for size_t definition.
17566 * gdb.c++/templates.cc: Likewise
17567
17568 * config/mt-i386-netware: New file.
17569
17570 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17571 defined.
17572
17573 * gdb.base/Makefile.in: Added support for systems that name core
17574 files by appending "core" to the program name.
17575 * gdb.base/a1-selftest.exp: Likewise.
17576
17577Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17578
17579 * gdb.base/return.exp: Add comment and message for `return double'
17580 test failure on Sparc Solaris.
17581
17582Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17583
17584 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17585
17586Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17587
17588 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17589 from optimizing them away.
17590 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17591 patterns to include default constructors and assignment operators,
17592 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17593 character in the output of the virtual base pointer.
17594
17595Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17596
17597 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17598 expression match in print_addr_of to avoid unintented matches.
17599 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17600 versions up to 2.5.8.
17601
17602Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17603
17604 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17605 included file to run under newer versions of expect.
17606 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17607 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17608 Remove xfail for the virtual table of BDDHookV.
17609
17610Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17611
17612 * lib/gdb.exp (string_to_regexp): Set a default result.
17613 (default_gdb_start): Fix misleading message.
17614
17615Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
17616
17617 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
17618 Remove all CC, etc definitions.
17619 * config/mt-hpux: New file.
17620 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
17621 (CFLAGS, LDFLAGS): Define.
17622 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
17623
17624 * Makefile.in (site.exp): Don't insert host_os, etc.
17625 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
17626 (distclean): Check existence of subdir.
17627 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
17628 * gdb.base/Makefile.in: General cleanup and simplification.
17629 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17630 to build executables. Use default rule to build .o files.
17631 (EXPECT, RUNTEST, CC): Fix relative pathname.
17632 (site.exp): Don't insert host_os, etc.
17633 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
17634 and/or SIGUSR1 defined.
17635 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
17636 * gdb.c++/Makefile.in: General cleanup and simplification.
17637 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17638 (CFLAGS): Remove.
17639 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
17640
17641Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
17642
17643 * gdb.base/recurse.exp: Misc changes to get tests running again
17644 after Kung's changes to the watchpoint code.
17645 * gdb.base/watchpoint.exp: Likewise.
17646
17647Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
17648
17649 * lib/gdb.exp (string_to_regexp): Convert {\} also.
17650
17651Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17652
17653 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
17654 * lib/gdb.exp (default_gdb_start): Define.
17655 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
17656 gdb.base/funcargs.exp, gdb.base/opaque.exp,
17657 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
17658 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
17659 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
17660 Don't call gdb_target_udi in between tests.
17661
17662Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17663
17664 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
17665 (which was basically just a local version of the same thing). In
17666 addition to avoiding duplication, gdb_test_exact is faster.
17667 * lib/gdb.exp (gdb_test_exact): Fix typo.
17668
17669 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
17670 don't give an error.
17671
17672 * gdb.base/term.exp: Call delete_breakpoints before starting.
17673
17674 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
17675 (t10): Add comment.
17676
17677Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17678
17679 Reorganization of the GDB Test Suite.
17680
17681 * gdb.base: New directory, contains all the basic tests.
17682 * gdb.c++: New directory, tests specific to C++.
17683 * gdb.chill: New directory, tests specific to Chill.
17684 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
17685 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
17686 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
17687 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
17688 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
17689 t30-31 to chill).
17690 * */gdbme.*: Rename to match appropriate expect scripts.
17691 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
17692 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
17693 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
17694 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
17695 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
17696 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
17697 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
17698 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
17699 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
17700 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
17701 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
17702 gdb.c++/virtfunc.cc: New names of C++ files.
17703 * gdb.chill/chillvars.ch: New name of Chill file.
17704 * gdb.base/configure.in, gdb.c++/configure.in,
17705 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
17706 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17707 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
17708 * configure.in (configdirs): Update to reflect directory changes.
17709 (target_abbrev): No longer define for any configuration.
17710 * Makefile.in: Cosmetic improvements to header comments.
17711
17712Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17713
17714 Various changes to gdb.t31:
17715
17716 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
17717 * gdbme.ch: Make all key-words and predefineds be upper-case.
17718 * chillvars.exp: Expect key-words and predefinds in upper-case.
17719
17720 * chillvars.exp: Use gdb_test_exact many places.
17721 Change expected output for arrays (which now includes index labels).
17722
17723 * pr-5020.exp, gdme.ch (module PR_5020):
17724 New test, for PR-5020.
17725
17726Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
17727
17728 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
17729 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
17730
17731Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
17732
17733 * Makefile.in: Fix bit-rot in definitions of CHILL,
17734 CHILL_FOR_TARGET and Chill_LIB.
17735 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
17736 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
17737 CHILL, and CHILL_LIB.
17738
17739Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
17740
17741 * Revert the previous changes. Please see Rob's directory
17742 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
17743
17744Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
17745
17746 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
17747 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
17748 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
17749 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
17750 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
17751 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
17752 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
17753 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
17754 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
17755 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
17756 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
17757 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
17758 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
17759 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
17760 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
17761 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
17762 changes from 94Q1.
17763
17764Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
17765
17766 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
17767 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
17768 Rob's new testing fragments.
17769
17770Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
17771
17772 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 17773 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
17774
17775Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17776
17777 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
17778 version also, match on casted version strings, and match on
17779 gdb startup case where the line numbers might be messed up.
17780
17781Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
17782
17783 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 17784 (CFLAGS): Delete it from here.
c906108c
SS
17785
17786Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
17787
17788 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
17789
17790Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
17791
17792 * Makefile.in (RUNTEST): Default to just "runtest".
17793
17794Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17795
17796 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
17797 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
17798 the code has been restructured.
17799
17800Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17801
17802 * gdb.t00/default.exp (set write): Allow any number of \r and/or
17803 \n, not just one of each.
17804
17805 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
17806 /bin/cc gives a warning if you do.
17807
17808Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
17809
d63a86f8 17810 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
17811 __t10ListS_link1ZUiRCUiPT0
17812
17813Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17814
17815 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
17816 on local variables in recursive functions.
17817
17818 * gdb.t07/Makefile.in: Build the new test.
17819
17820Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17821
17822 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
17823 directly. Instead compare the return values from actual calls.
17824
17825Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
17826
17827 * Makefile.in (check): Set TCL_LIBRARY for runtest.
17828
17829Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17830
17831 * From Peter Schauer with minor modifications.
a9c64011
AS
17832 * gdb.t15/return.exp (return_tests): Handle targets where "return"
17833 stops in mid-line in the caller. Add xfail for returning a float
17834 value on X86 targets.
c906108c
SS
17835
17836Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17837
17838 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
17839 to avoid expect lossage.
17840 (fmem_LRbug_tests): Likewise.
17841 * gdb.disasm/hppa.s: Corresponding changes.
17842
17843 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
17844 conditions to work with latest dejagnu/expect.
17845
17846 * gdb.t15/funcargs.exp (finish from indirect call): No longer
17847 expected to fail on the PA.
17848 (backtrace in call with trampolines): Explicitly require main
17849 to be frame #1 (no trampolines should show up in backtrace).
17850
17851 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
17852 "continue -expect".
17853 * gdb.t06/break.exp: Likewise.
17854 * gdb.t07/watchpoint.exp: Likewise.
17855 * gdb.t13/bitfields.exp: Likewise.
17856 * gdb.t15/{funcargs,return}.exp: Likewise.
17857 * gdb.stabs/weird.exp: Likewise.
17858 * config/{mips,udi}-gdb.exp: Likewise.
17859
17860 * hppa.sed: Enclose comments within a sed command to avoid
17861 losing with the old OSF1 sed.
17862
17863Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17864
17865 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
17866 sequent dynix.
17867 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
17868 * gdb.t15/funcargs.exp: Conditionally step again to really
17869 finish from marker_call_with_trampolines. Handle the case where
17870 the first step from within call_with_trampolines already steps
17871 us back to main.
17872 * gdb.t15/gdbme.c: Add comment to closing brace of
17873 call_with_trampolines for funcargs.exp.
17874
17875Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17876
d63a86f8 17877 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
17878 Fix typo(s).
17879
17880Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17881
17882 * gdb.t07/gdbme.c: More code for watchpoint testing.
17883
17884 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
17885 "Hardware watchpoint" throughout file.
17886 (test_watchpoint_triggered_in_syscall): New test.
17887 (test_complex_watchpoint): New test.
17888
17889Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17890
17891 * gdbme.c (call_with_trampolines): New function to try and step
17892 into. Tests trampoline problems on the PA.
17893
17894 * funcargs.exp (localvars_in_indirect_call): No longer expect
17895 stepping into indirect call to fail on PAs.
17896 (test_stepping_over_trampolines): New test.
17897
17898Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17899
17900 * TODO: Add suggestions for static member function tests, and
17901 completion tests.
17902
17903Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17904
17905 * TODO: Add suggestions for "p/a" tests.
17906
17907 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
17908 (default_gdb_exit): Replace all the hair with sending "quit" to
17909 the process with a simple close.
17910
17911Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17912
17913 * TODO: Add suggestions for shared library tests.
17914
17915Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17916
17917 * TODO: Add suggestions for x/s tests.
17918
17919Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17920
17921 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
17922 "enable once", and "enable breakpoints once" with ".*".
17923
17924Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17925
17926 * TODO: Add suggestions about structure passing tests.
17927
17928Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17929
17930 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
17931 the primary1 test, use work around if __GNUC__ < 2.
17932 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
17933 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
17934 Test for bad output rather than waiting for timeout. Issue
17935 second continue only if first continue failed.
17936
17937Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17938
17939 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
17940 operator[] test with gdb_test because the old code didn't seem to
17941 be getting the quoting right with the new dejagnu.
17942
17943Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
17944
17945 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
17946 one from the path.
17947 * Makefile.in: Use a fresh expect if there is one, use runtest
17948 from the src tree if there is one.
d63a86f8 17949
c906108c
SS
17950Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17951
17952 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
17953 next over recursive call. Revise the tests from that point on
17954 (which had been skipped) to match GDB's actual (correct) output.
17955
17956 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
17957 with next over a breakpoint whose condition is false.
17958
17959 * gdb.t00/help.exp: Comment out "help set print" tests just like
17960 (and for same reason as) "help set" test.
17961
17962Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17963
17964 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
17965 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
17966
17967Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17968
17969 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
17970 necessary gdb_target_udi.
17971
17972 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
17973
17974 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
17975 1838 and 2417; they are fixed.
17976
17977 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
17978 gdb.t03/ptype.exp (ptype structure, ptype union):
17979 Remove xfails; the test is looser than when the xfails were added.
17980
17981 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
17982 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
17983
17984 * gdb.t01/run.exp: Only run shell test if isnative.
17985
17986 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
17987 since "run" automatically loads if necessary. Call gdb_target_udi
17988 after the "file" since "file" kills any execution target.
17989
17990 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
17991 GDB. GDB doesn't work that way (not anymore at least) on UDI.
17992 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
17993 argument for UDI.
17994
17995Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17996
17997 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
17998
17999 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18000
18001Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18002
18003 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18004 properly quoting regexps. This makes the second argument to
18005 demangle a fixed string, which matches the callers, instead of a
18006 shell-style pattern which is what the previous implementation
18007 used. Update some of the callers.
18008
18009Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18010
18011 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18012 (comib_nullified_tests): Fix typo.
18013 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18014 strings. No longer expected to fail.
18015
18016 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18017 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18018 strings. No longer expected to fail.
18019
18020 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18021 string. No longer expected to fail.
18022
18023Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18024
18025 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18026 No longer expected to fail.
18027
18028 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18029 string. No longer expected to fail.
18030
18031Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18032
18033 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18034 only in the names (I probably got most of them). I was even
18035 generous with some which differed in underscores in names, and
18036 probably missed a few, and I *still* was able to remove almost a
18037 third of the file with almost no impact on testsuite coverage.
18038
18039Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18040
18041 * gdb.t00/default.exp: Match udi_attach error message as well as
18042 the one from child_attach.
18043
18044 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18045
18046 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18047
18048 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18049 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18050
18051 * Move test with enums and partial symbols back to
18052 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18053 Reverts the change of 26 May 93. Per today's change to
18054 stabs.texinfo, the behavior that weird.exp was expecting was
18055 unreasonable; what is important is that the compiler+gdb get
18056 things right, which happens with a recent gcc. Also fix the test
18057 to deal with native compilers which put out the stab gdb can't
18058 deal with.
18059
18060Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18061
18062 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18063 in the names. The main thing these accomplish is to slow things down.
18064 Many more such duplicates surely remain.
18065
18066 * gdb.t00/help.exp: Comment out "help support" test just like
18067 (and for same reason as) "help set" test.
18068
18069Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18070
18071 * gdb.t06/break.exp: Remove setup_xfails for
18072 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18073 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18074 about known bug in gcc to include up through 2.5.8.
18075 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18076 well as "_vb$".
18077 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18078 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18079 with latest gcc and gdb.
18080 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18081 well as "_vb$".
18082
18083Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18084
18085 * configure.in (hppa*-*-*): Also configure and build stabs-only
18086 tests.
18087
18088Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18089
18090 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18091 * gdb.t10/configure.in (hppa*-*-*): Use it.
18092
18093Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18094
18095 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18096
18097Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18098
18099 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18100 versions prior to 1.13.5.
18101
18102Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18103
18104 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18105 the prompt is at the start of a line.
18106
18107Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18108
18109 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18110 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18111 in the copr tests now.
18112 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18113 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18114 expected to fail.
18115
18116Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18117
18118 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18119 gdb.t31/chillvars.exp, lib/gdb.exp:
18120 Tweak to run under either version of expect.
18121 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18122 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18123 * gdb.t11/list.exp: Remove extraneous whitespace.
18124
18125Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18126
18127 * gdb.t16/printcmds.exp (test_print_strings): Accept
18128 "(unsigned char *) " before the string.
18129
18130 * TODO: Add notes about printing of fancy types and GDB expressions.
18131
18132Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18133
18134 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18135 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 18136 if doing mips-idt-ecoff.
c906108c
SS
18137
18138Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18139
18140 * Most .exp files: Tweak to run under either version of expect.
18141
18142Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18143
18144 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18145 xfails; I'm not sure why they are failing, but not because of PR 1806.
18146
18147Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18148
18149 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18150 defined in lib/gdb.exp.
18151
18152Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18153
18154 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18155 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18156 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18157 have to be typeless.
18158
18159Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18160
18161 * TODO: Add suggestion for copyright year test.
18162
18163Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18164
18165 * configure.in (*-*-lynxos*): Add stabs tests.
18166
18167Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18168
18169 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18170 so insert a tab before any assembler directive in column zero.
18171
18172 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18173 stores.
18174 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18175 stores.
18176 (fpu_short_memory_tests): Likewise.
18177
18178Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18179
18180 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18181 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18182 .stabs directives in comments.
18183
18184Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18185
18186 * TODO: New file, describing tests we could write.
18187 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18188
18189Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18190
18191 * gdb.t06/signals.exp: Add kludge to force re-sync.
18192
18193 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18194 to xgdb instead of gdb, get out of gdb.
18195
18196Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18197
18198 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18199 for info.
18200
18201Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18202
18203 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18204 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18205 * gdb.stabs/hppa.sed: New sed script for the PA.
18206
18207Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18208
18209 * gdb.stabs: Re-write weird.def and configuration to use sed
18210 instead of cpp. sed is portable and POSIX; cpp is neither.
18211
18212Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18213
18214 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18215
18216Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18217
18218 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18219
18220Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18221
18222 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18223 "_vb$".
18224 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18225 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18226
18227Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18228
18229 * lib/gdb.exp: Comment out code which depends on non-existent
18230 `transform' procedure.
18231
18232Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18233
18234 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18235 * lib/gdb.exp: Transform tool name.
18236 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18237 1.1's new error handling system.
18238
18239Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18240
18241 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18242
18243Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18244
18245 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18246 They made pattern matching so slow that timeouts happened on
18247 heavily loaded systems. Now any output from "show print" which
18248 gets us back to the GDB prompt is a PASS.
18249
18250Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18251
18252 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18253
18254Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18255
18256 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18257
18258 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18259 It is not from PR 3220.
18260
18261Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18262
18263 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18264 just started failing because they depended on the order the
18265 subcommands are presented, or exact docstring text. This kind of
18266 test is a pain and has minimal benefit.
18267
18268Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18269
18270 * gdb.t09/corefile.exp: At end of test, use "core" command with
18271 no arguments.
18272
18273Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18274
18275 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18276 17}/Makefile.in: Make it possible to run the testsuite with Sun
18277 make and CC = cross gcc by adding explicit build rules for .o
18278 files.
18279
18280Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18281
18282 * gdb.t15/funcargs.exp: Don't put comments on same line as
18283 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18284
c906108c
SS
18285Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18286
18287 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18288
18289Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18290
18291 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18292 * gdb.t20/inherit.exp: remove three dumplicate entries.
18293
18294Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18295
18296 * gdb.t06/break.exp: For "next over recursive call", fail on any
18297 incorrect output, not just on "factorial (value=2)".
18298
18299Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18300
18301 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18302 working now. Add an xfail if accesing a bss variable causes
18303 a memory error if the target is not yet run.
18304
18305Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18306
18307 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18308 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18309 name of __st* demangling (2 strings). Did Kung really get the
18310 more than 95 others right without testing them?
18311
18312Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18313
18314 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18315
18316Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18317
18318 * configure.in (configdirs): Add gdb.disasm
18319 * gdb.disasm: New directory for GDB disassembler tests.
18320 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18321
18322Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18323
18324 * gdb.t00/help.exp: Don't test "help set".
18325
18326 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18327 from within expect statements. None of these happen anymore and
18328 they cause regressions to be silently unnoticed.
18329
18330 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18331 messages) about known failures with gcc cygnus-2.4.5-930417.
18332
18333 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18334 comp-info.exp so it gets built if it doesn't exist.
18335
18336 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18337 it is no longer used.
18338 * gdb.t13/comp-info.c: Removed.
18339
18340Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18341
18342 * gdb.t06/signals.exp: Add xfail for sun3.
18343
18344Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18345
18346 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18347 relevant because ^C doesn't get sent but failure can be reproduced
18348 interactively).
18349
18350Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18351
18352 * gdb.stabs/alpha.mt: New configuration file for alpha.
18353 * gdb.stabs/configure.in: Use it.
18354 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18355 sharing with alpha.mt, redefine long to word via preprocessor.
18356 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18357 for alpha.
18358 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18359 native cc.
18360 * gdb.t00/teststrategy.exp: Change expect string so that we
18361 consume the `(xgdb)' from the command echo and from the gdb prompt.
18362 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18363 gdb currently compares all values as long, so this failure probably
18364 applies to any configuration where LONGEST is bigger than a target int.
18365 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18366 with gcc.
18367 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18368 to handle opaque pointers, gcc is.
18369 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18370 as first argument. Include <sys/types.h> and change all operator
18371 new definitions to use size_t.
18372 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18373 now that we use size_t.
18374
18375Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18376
a9c64011 18377 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18378 a long or float array cast all array members to the same type.
a9c64011 18379 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18380 with 64 bit longs.
a9c64011 18381 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18382 on alpha.
a9c64011 18383 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18384
18385Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18386
18387 * gdb.t24 (demangle.exp): Constructors of templates have names like
18388 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18389 section 14.6 of the ARM.
18390
18391 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18392 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18393 accomplish little and slow down the testsuite.
18394
18395 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18396 Accept spaces various places.
18397
18398Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18399
18400 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18401 with watchpoint enabled.
18402
18403 * Makefile.in: Remove definition of CC and remove the second
18404 definition of CXX (the "CXX = gcc" one remains). These definitions
18405 were causing backquotes to be expanded within backquotes, which
18406 doesn't work.
18407
18408Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18409
18410 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18411
18412Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18413
a9c64011
AS
18414 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18415 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18416 by mips cc and contains no stabs entries.
18417
18418Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18419
18420 * config/vx-gdb.exp: Use fake device to load files rather than
18421 NFS.
18422 * lib/gdb.exp: New proc to do "file" command.
18423 * config/unix-gdb.exp: Use new "file" proc.
18424
18425Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18426
18427 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18428 Rework board rebooting slightly.
18429 (gdb_exit): Don't exit from the remote shell; there isn't one.
18430 * gdb.stabs/weird.exp: If a program is being debugged already,
18431 kill it.
18432 * gdb.t04/setvar.exp: Stop and restart gdb.
18433 * gdb.t05/expr.exp: Likewise.
18434 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18435 restart gdb and reload the program.
18436 * gdb.t08/opaque.exp: Likewise.
18437 * gdb.t12/scope.exp: Likewise.
18438 * gdb.t13/bitfields.exp: Likewise.
18439 * gdb.t15/funcargs.exp: Likewise.
18440 * gdb.t20/classes.exp: Likewise.
18441 * gdb.t03/ptype.exp: Increase timeout.
18442 * gdb.t16/printcmds.exp (test_print_string_constants,
18443 test_print_array_constants): Likewise.
18444 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18445 * gdb.t20/classes.exp (do_tests): Likewise.
18446 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18447
18448Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18449
18450 * gdb.stabs: Renamed *wierd* to *weird*.
18451
18452Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18453
18454 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18455 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18456
18457Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18458
18459 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18460 (do_tests): Remove xfail for whatis on one_var and two_var.
18461
18462Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18463
18464 * Makefile.in: Made cross building work better by adding
18465 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18466
18467Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18468
18469 * gdb.t15/{return.c,return.exp,Makefile.in}:
18470 New test, currently commented out.
18471
18472Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18473
18474 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18475 still running and removes the leftover named socket so GDb can do
18476 clean restarts.
18477
18478Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18479
18480 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18481 console, not GDB.
18482 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18483 cross testing works better with "make check"
18484 * config/unix-gdb: Use default procedures for exit and version.
18485 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18486 with the newest VxWorks.
18487
18488Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18489
18490 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18491 old form.
18492
18493 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18494 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18495
18496 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18497
18498 * config/unix-gdb.exp: Remove this version of gdb_exit
18499 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18500 Rob says he'll look at it when he gets back to testing boards.
18501
18502Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18503
18504 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18505 an expected fail for certain ptype commands.
18506
18507 * gdb.t20/classes.exp: Update expected results of "ptype class
18508 Base1" to account for the constructor that now appears in the type.
18509
18510Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18511
18512 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18513 disappeared from list.
18514 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18515 "alldone" proc with call to cleanup and exit.
18516 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18517 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18518 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18519 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18520 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18521 "alldone" proc with simple returns that suppress remaining
18522 tests. The alldone proc went away many months ago.
18523
18524Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18525
18526 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18527
18528 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18529
18530Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18531
18532 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18533 as vax gdb will display them.
18534
18535Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18536
18537 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18538 optimizers.
18539
18540 * scope.exp: Change "bad value for localval" messages so each one
18541 is unique.
18542
18543 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18544 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18545
18546 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18547
18548Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18549
18550 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18551 doesn't exist (due to optimization).
18552
18553Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18554
18555 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18556 contains \r because the filename is long.
18557
18558 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18559 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18560
18561Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18562
18563 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18564 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18565 Ultrix.
18566 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18567 int tests.
18568 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18569
18570Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18571
18572 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18573
18574 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 18575 to match does not match the passing case but still matches the
c906108c
SS
18576 failing case.
18577
18578Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18579
18580 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18581
18582Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18583
18584 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18585 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18586 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18587 Remove various versions of gdb_exit.
18588 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18589 gdb_exit.
18590 * config/unix-gdb.exp: gdb_exit remains here, and should override
18591 the generic version, since it's doing a lot of wierd stuff that
18592 the other versions aren't. FIXME, fold it in, or abandon this
18593 version.
18594
18595Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18596
18597 * gdb.t24/demangle.exp: Add tests for PR 3220.
18598
18599Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18600
18601 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18602
18603Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18604
18605 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18606 "i386-*-*". Works for i486 as well.
18607
18608 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
18609 bug, and expand domain of xfail to all SVR4 systems, since the
18610 actual problem is likely to be in generic SVR4 /proc support.
18611
18612Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18613
18614 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
18615
18616Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
18617
18618 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
18619 xfails for other systems. Match a missing 'Continuing.' as an
18620 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
18621
18622 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
18623 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
18624 Only issue warning for missing executables if -all option is used.
18625
18626 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
18627 file if -all option is used. It's like an unpredictable XFAIL.
18628
18629Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18630
18631 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
18632 for dynamically linked binaries.
18633
18634 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
18635
18636Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18637
18638 * gdb.t20/inherit.exp: Change message for "print tagless struct"
18639 to state that this is a known bug in old versions of g++.
18640
18641Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18642
18643 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
18644 while waiting for `Continuing'.
18645
18646Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
18647
18648 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
18649 in text, data, and bss.
18650 * gdb.t10/nodebug.c: Add local and global test variables for
18651 initialized and uninitialized data.
18652
18653Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18654
18655 * config/unix-gdb.exp (gdb_exit): Add "wait".
18656
18657Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18658
18659 * gdb.t06/signals.exp: xfail the continue from the handler for all
18660 targets.
18661
18662 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
18663 function with watchpoints enabled, the i386 call dummy starts with
18664 a call.
18665
18666 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
18667 386 bsd names its corefiles.
18668
18669Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
18670
18671 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
18672 compilers don't grok it.
18673 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
18674 with small octal ints rather than character constants, which
18675 are signed and might not fit if first promoted to int.
18676
18677Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
18678
18679 * gdb.t09/Makefile.in (clean): Remove corefile.
18680
18681Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18682
18683 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
18684
18685Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18686 and Jim Kingdon (kingdon@cygnus.com)
18687
18688 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
18689 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
18690 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
18691
18692Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18693
18694 * gdb.t17/interrupt.exp: Add xfail for hppa.
18695
18696Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18697
18698 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
18699 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
18700 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
18701 to determine signed-ness of bitfields and use the result to setup
18702 the xfail.
18703 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
18704 * gdb.t15/funcargs.exp: Use them to step until the second indirect
18705 call line is reached if necessary.
18706
18707Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18708
18709 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
18710
18711Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18712
18713 * gdb.t06/break.exp: Also test `clear' command.
18714
18715Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18716
18717 * gdb.t00/teststrategy.exp: Remove extra quote.
18718
18719 * gdb.t07/watchpoint.exp: Change xfail for calling function with
18720 watchpoint enabled to be for all non-68k machines.
18721
18722 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
18723
18724Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18725
18726 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
18727 targets use aout.mt instead of ecoff.mt as gas understands
18728 standard aout format.
18729
18730Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18731
18732 * lib/gdb.exp (runto): Don't insist that function we are running to
18733 was compiled with -g.
18734
18735 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
18736
18737 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
18738 to get back into the read system call.
18739 Accept leading newline in case where we woke it up.
18740
18741Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18742
18743 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
18744 to make the stabs test work on ecoff systems using gcc and -with-stabs.
18745 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
18746 enable ecoff configuration.
18747
18748Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18749
18750 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
18751
18752Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18753
18754 * gdb.t16/printcmds.exp: Add another printf test.
18755
18756Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
18757
18758 * configure.in: If configured -with-stabs on any target, add
18759 stabsdirs to configdirs.
18760
18761Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18762
18763 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
18764 fun" so pattern does not match the command itself.
18765
18766Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18767
18768 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
18769
18770Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18771
18772 * gdb.t17/interrupt.exp: Test for more things.
18773
18774Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18775
18776 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
18777 compiler arranges the code and line numbers.
18778
18779 * gdb.t17/interrupt.exp: Don't send \n after ^C.
18780
18781Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18782
18783 * gdb.t00/help.exp: Increase expect input buffer size.
18784
18785Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18786
18787 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
18788
18789 * gdb.t07/watchpoint.exp: Add xfail for hppa.
18790
18791 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
18792
18793 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
18794 [0-9]*, not just [0-9].
18795
18796Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18797
18798 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
18799
18800 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
18801
18802Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18803
18804 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
18805
18806Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18807
18808 * gdb.t06/signals.c: Add xfails for sun3.
18809
18810 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
18811
18812 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
18813 test_stepping tests.
18814
18815Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18816
18817 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
18818
18819 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
18820
18821 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
18822 rather than actually putting it through cpp twice.
18823
18824 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
18825
18826Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
18827
18828 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
18829 no longer needed.
18830
18831Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18832
18833 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
18834
18835 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
18836 C++ features prints as "struct", make it a pass, not an xfail.
18837
18838Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18839
18840 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
18841 Don't require VA to print as "class" rather than "struct".
18842
18843Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
18844
18845 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
18846
18847Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18848
18849 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
18850
18851Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18852
18853 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
18854 order.
18855
18856Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18857
18858 * gdb.t16/printcmds.exp: Add printf tests.
18859
18860 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
18861
18862 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
18863
18864Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
18865
18866 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
18867 pass counts, to counteract any existing or future setup_xfails.
18868
18869Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18870
18871 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
18872 {BEGIN,END}_COMMON for common block instead of STAB.
18873 * gdb.stabs/wierd.exp: Add xfail for rs6000.
18874
18875 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
18876 intp_var should be N_GSYM not N_LSYM.
18877 wierd-aout.S: Use a label for the value of the N_SO.
18878 wierd.def: Remove all backslashes.
18879 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
18880
18881Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18882
18883 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
18884 get the expected next to inheritance3.
18885
18886Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18887
18888 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
18889 now that gcc-2.4 gets it right.
18890
18891Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18892
18893 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
18894
18895 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
18896 generating comp-info.exp which works for cross-compilation.
18897
18898Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
18899
18900 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
18901 "*-*-sysv4.*".
18902
18903Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
18904
18905 * gdb.t01/run.exp: Start with a fresh gdb.
18906 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
18907 SVR4.x.
18908
18909Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
18910
18911 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
18912 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
18913 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
18914 Makefile.in (distclean, realclean): Remove gdbme.c from list of
18915 things to remove.
18916
18917Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
18918
18919 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
18920 test cases from bug reports.
18921
18922Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
18923
18924 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
18925 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
18926 avoid spurious xfails.
18927 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
18928 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
18929 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
18930
18931Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
18932
18933 * gdb.t00/teststrategy.exp: Rework to provide more useful
18934 description of each test, fix problem with systems that define
18935 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
18936 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
18937 results for "next over recursive call" so timeouts aren't taken
18938 by error.
18939
18940Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
18941
18942 * gdb.t12/scope.exp: Test printing of variables before run.
18943
18944 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
18945 printed in wrong order due to sorting.
18946
18947Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
18948
18949 * gdb.t00/teststrategy.exp: Fix expected results for printing
18950 user entered string constant. Is array of char, prints with no
18951 address.
18952
18953 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
18954 commands.
18955 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
18956 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
18957 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
18958 of struct of char arrays.
18959 * gdb.t00/radix.exp: New tests for radix commands.
18960
18961Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
18962
18963 * gdb.t16/printcmd.exp: Print a variable before running program
18964 (with xfail for AIX).
18965
18966Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
18967
18968 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
18969
18970 * gdb.t16/printcmd.exp: Don't print variables before running program.
18971
18972 * gdb.t06/break.exp: Don't require envp argument to main.
18973
18974 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
18975
18976 * gdb.t02/whatis.exp, gdb.t11/list.exp:
18977 Add xfails for rs6000.
18978
18979 * gdb.t02/whatis.exp: Change other tests not to re-test something
18980 we already tested.
18981
18982 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
18983 each type used has a variable of that type.
18984
18985Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
18986
18987 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
18988
18989Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18990
18991 * configure.in: change srctrigger to be a file, not a directory
18992
18993Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
18994
18995 * configure.in (mips-idt-ecoff*): Added trailing '*'.
18996
18997 * gdb.t11/list.exp: Fixed a couple of typos.
18998
18999Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19000
19001 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19002 is fixed and PR is closed.
19003 * gdb.t16 (gdbme.c): Add simple test string variable.
19004 * gdb.t16 (printcmds.exp): Add tests with simple test string
19005 variable, primarily for boundaries on "set print elements".
19006
19007Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19008
19009 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19010 Make leading 0's optional and don't expect a tab in the middle
19011 of the number.
19012
19013 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19014
19015 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19016 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19017 don't end command passed to gdb_test with newline.
19018
19019 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19020 signed keyword away, don't expect signed bitfields to be signed.
19021
19022 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19023 printing with only as many 1's as are in the field as well as printing
19024 with 32 1's (see comment).
19025
19026Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19027
19028 * gdb.t00/default.exp: Start with a fresh gdb.
19029 * configure.in (configdirs): Remove gdb.t31 until the chill
19030 compiler works again. It no longer is able to find chillrt0
19031 since it isn't in libchill.a anymore.
19032 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19033 wierd.o, make more modular.
19034 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19035 spurious newlines that caused problems.
19036
19037Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19038
19039 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19040 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19041 gdb.stabs/wierd.{exp,def}: Many new tests.
19042
19043 * gdb.t00/default.exp: update info line for new message.
19044
19045 * gdb.t02/{whatis.exp,gdbme.c}:
19046 Test that "char *" doesn't print as "caddr_t".
19047
19048Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19049
19050 * gdb.t00/help.exp: Use .* in place of some help messages which
19051 just changed.
19052 gdb.t00/default.exp: Update "info frame" test for new message.
19053 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19054 Remove some xfails
19055
19056Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19057
19058 * gdb.t03/{gdbme.c,ptype.exp}:
19059 Add tests for typedef'd struct and union without tags.
19060 Also check "whatis" on a variable of a typedef'd enum without a tag.
19061
19062 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19063 PRMS 1823; the bug still exists but isn't reproduced by this test
19064 anymore), and remove rs6000 XFAIL (the bug is fixed).
19065
19066 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19067 duplicated from whatis.exp. For those that are left, accept
19068 "long", "long int", or "int" for long variables (whatis.exp already
19069 has an XFAIL for "int", so no need to fail it here).
19070
19071 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19072 Deal with GCC's names for types now that GDB uses the compiler's names.
19073
19074 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19075 setup_xfail's for sunos4. If we #defined the signed keyword away,
19076 don't expect GDB to know that char it is signed.
19077
19078 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19079
19080Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19081
19082 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19083 should work on any system, regardless of debugging format.
19084 * gdb.t21/demangle.exp: Move to gdb.t24.
19085 * gdb.t24/demangle.exp: Move from gdb.t21.
19086 * gdb.t24/{Makefile.in, configure.in}: New files.
19087
19088Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19089
19090 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19091 * gdb.stabs: New directory.
19092
19093Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19094
19095 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19096 not just "Quit anyway?".
19097
19098Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19099
19100 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19101 that all setup_xfails are immediately followed by clear_xfails.
19102
19103Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19104
19105 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19106 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19107 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19108 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19109 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19110 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19111 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19112 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19113 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19114 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19115 gdb.t31/chillvars.exp, lib/gdb.exp:
19116 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19117 bug-gdb@prep.ai.mit.edu.
19118
19119Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19120
19121 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19122 with 0.0, not integer 0.
19123
19124Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19125
19126 * gdb.t06/break.exp: Update for "Kill the program" message change.
19127
19128Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19129
19130 * Makefile.in (GDBFLAGS): Set to -nx.
19131 * Makefile.in (site.exp): Use GDBFLAGS.
19132
19133Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19134
19135 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19136 Makefiles.
19137 (check): depend on just-check.
19138 (just-check): added so that tests can be run without a noop
19139 build pass.
19140
19141Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19142
19143 Switch to using configure's configdirs.
19144 * Makefile.in (Makefile): add configure.in dependency.
19145 (SUBDIRS): removed redundant assignment.
19146 * configure.in: switch subdirs assignment to configdirs.
19147 * gdb.t*/configure.in: new files.
19148
19149Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19150
19151 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19152 works.
19153
19154Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19155
19156 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19157 in explicit rules. Apparently this is not supported by some makes.
19158
19159Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19160
19161 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19162
19163Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19164
19165 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19166 disappeared.
19167
19168Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19169
19170 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19171
19172Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19173
19174 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19175 watchpoint problem that is now fixed.
19176 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19177 uninitialized convenience variables.
19178 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19179 structures.
19180
19181Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19182
19183 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19184 which causes expect to get out of sync with gdb on long output
19185 from help set.
19186 * gdb.t09/corefile.exp: Make expected pattern for core file
19187 failing signal and frame output format less sun specific.
19188
19189Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19190
19191 * gdb.t31/chillvars.exp: Add and remove initial dummy
19192 breakpoint, so that symbol table is forced in.
19193 (Needed at least on Sunos4, though it seems not SVR4.)
19194 * gdb.t31/chillvars.exp: Update for changed output format.
19195
19196Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19197
a9c64011 19198 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19199
19200Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19201
19202 * Makefile.in: Added --srcdir when invoking runtest, removed the
19203 need for a local config file. (optional now)
19204
19205Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19206
19207 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19208 failure count used to force early termination. Add some more
19209 expected failures for gnu style demangling.
19210
19211Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19212
19213 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19214 pmi variable from gdb.t20/gdbme to get optimized away.
19215 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19216 Check for written corefile upon timeout _and_ eof.
19217
19218Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19219
19220 * config/unix-gdb.exp: Add missing return 0.
19221
19222Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19223
19224 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19225 test termination.
19226
19227Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19228
19229 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19230 disappeared.
19231
19232Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19233
19234 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19235 time as i860 support works.
19236
d63a86f8 19237 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19238 "backtrace 100\r" rather than just "backtrace\r", to match last
19239 change.
19240
19241Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19242
19243 * config/udi-gdb.exp (gdb_exit): Remove close command.
19244 (gdb_target_udi): New procedure to set the UDI target.
19245 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19246 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19247 Added waits for prompts after several question responses. Added
19248 some more responses used by a29k-amd-udi-gdb.
19249 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19250 pass different arguments, restart UDI connection after program
19251 completion.
19252 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19253 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19254 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19255 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19256 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19257 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19258 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19259 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19260 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19261 after program completion.
19262 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19263 compiled with a SELECT_VECS setting.
19264 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19265 infinite recursion.
19266
19267 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19268 Added checks for COFF results, and made them expected failures for
19269 all targets. It would be better to make them expected failures
19270 for COFF targets only.
19271
19272Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19273
19274 * Makefile.in: add null dvi target, don't bother to recurse
19275 through test directories for info and install-info; rename
19276 $(datadir) to be dejagnu instead of deja-gnu
19277
19278Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19279
19280 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19281 compiler to coredump.
19282 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19283 code.
19284
19285Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19286
19287 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19288 coredump.
19289 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19290 code.
19291
19292Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19293
19294 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19295 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19296 which in a shell. Deletes xgdb when done.
19297 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19298 Tests the return from the "set height" or "set width" commands.
19299 Added a few return codes where needed.
19300
19301Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19302
19303 * Makefile.in (SUBDIRS): Add gdb.t17.
19304 * configure.in (subdirs): Add gdb.t17.
19305 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19306 files to test gdb's calling of functions in the inferior with
19307 the correct arguments and gdb's ability to retrieve any
19308 result returned.
19309
19310Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19311
19312 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19313 may be called after gdb goes away. Previous versions of expect
19314 needed these to avoid file descriptor leaks, but they cause
19315 errors with the current revision of expect.
19316 * gdb.t00/gdbvars.exp: Use -re on expected output after
19317 setting sevenbit-strings.
19318 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19319 to set sevenbit-strings consistent across tests.
19320 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19321 set sevenbit-strings consistent across tests.
19322
19323Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19324
19325 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19326 expected output to match current "expect" expectations.
19327
19328Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19329
19330 * gdb.t00/default.exp: Change expected output for default "source"
19331 command, to match new gdb behavior which requires a filename to
19332 source.
19333
19334Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19335
19336 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19337 expected fail for i486-*-* that misses the marker2 function.
19338 * gdb.t10/crossload.exp (bfddefault): Allow successful
19339 recognition of a format to pass even if no symbols are found.
19340 Explicitly catch failures where the format is not recognized
19341 or is ambiguous, and add the reason to the fail message.
19342 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19343 the cause is and invalid target and add reason to failure message.
19344 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19345 elf32-i386, elf32-sparc, and elf32-i860.
19346 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19347 Set up expected failure for 'filename'::variable scope resolution,
19348 which is now apparently broken on all targets.
19349 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19350 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19351 gdb.t23/templates.exp: Change failure for missing binfile into
19352 just a warning.
19353 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19354 references.
19355
19356Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19357
19358 * gdb.t00/default.exp: Add expected output for default "source"
19359 command, to match new gdb behavior.
19360 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19361
19362Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19363
19364 * config/*-gdb.exp: returns an error, rather than exiting on
19365 internal errors.
19366
19367Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19368
19369 * gdb.t03/gdbme.c: Add pointer to struct variable.
19370 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19371 referencing struct members.
19372
19373Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19374
19375 * configure.in (mips-idt-ecoff): New target.
19376 * config/mips-gdb.exp: New file for remote board using MIPS remote
19377 debugging protocol.
19378
19379 * Redid configuration scheme. Removed gdb.t*/configure.in.
19380 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19381 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19382 distclean targets. Built executables via .o files. Adjusted
19383 tests to account for source files in $(srcdir) rather than
19384 $(objdir).
19385 * lib/gdb.exp (runto): Don't expect () after the function name,
19386 because it may have arguments.
19387
19388Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19389
19390 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19391 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19392 expected failures for mips-idt-* and mips-sgi-*.
19393 * gdb.t00/default.exp (attach): Kill process if requested.
19394 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19395 that does not read core files.
19396 * gdb.t01/run.exp: Removed checks for exit status code.
19397 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19398 it is linked in.
19399 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19400 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19401 appropriate, rather than doing it by hand.
19402 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19403 execution.
19404 * gdb.t10/crossload.exp: Kill existing program if needed.
19405 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19406 appropriate, rather than doing it by hand. Always increase
19407 timeout for this test, not just for VxWorks.
19408
19409Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19410
19411 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19412 of Chill STRUCT types and STRUCT values.
19413 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19414 than "char".
19415 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19416 struct2): New struct definitions and initializations to test
c906108c
SS
19417 simple Chill STRUCT types.
19418
19419Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19420
19421 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19422 the null byte at the end of strings.
19423 * gdb.t00/default.exp: Make show version insensitive to copyright
19424 date.
19425 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19426 to avoid dependencies on target char signedness.
19427 * gdb.t16/printcmds.exp: Update expected results for explicitly
19428 unsigned char.
19429 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19430 now work.
19431 * gdb.t21/demangle.exp: Add many more patterns for template
19432 demangling, most of them being expected failures.
19433 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19434 string we are matching for, to match on the whole string.
19435 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19436 and fix a whole bunch that had incorrect expected output but were
19437 passing anyway because of the bug in "proc demangle".
19438 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19439 type.
19440 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19441
19442Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19443
a9c64011
AS
19444 * gdb/testsuite: made modifications to testcases, etc., to allow
19445 them to work properly given the reorganization of deja-gnu and the
19446 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19447
19448Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19449
19450 * gdb/testsuite: Initial creation of gdb/testsuite.
19451 Migrated dejagnu testcases and support files for testing nm to
19452 gdb/testsuite from deja-gnu. These files were moved "as is"
19453 with no modifications. This migration is part of a major overhaul
19454 of dejagnu. The modifications to these testcases, etc., which
19455 will allow them to work with the new version of dejagnu will be
19456 made in a future update.
48efe704 19457
8d8cb839 19458 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19459\f
8d8cb839
EZ
19460;; Local Variables:
19461;; mode: change-log
19462;; left-margin: 8
19463;; fill-column: 74
19464;; version-control: never
19465;; End:
902f2ccb
MC
19466
19467 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19468 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19469 Copying and distribution of this file, with or without modification,
19470 are permitted provided the copyright notice and this notice are preserved.
This page took 1.940618 seconds and 4 git commands to generate.