]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2012-11-02 Pedro Alves <palves@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f0559fff
YQ
12012-11-02 Yao Qi <yao@codesourcery.com>
2
3 * gdb.base/setvar.exp: Test setting nested struct.
4 * gdb.base/setvar.c (v_struct3): New.
5
c207c6da
DE
62012-11-01 Doug Evans <dje@google.com>
7
8 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
9 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
10 use them.
11
2f27adfe
AB
122012-10-31 Andrew Burgess <aburgess@broadcom.com>
13
14 PR cli/14772
15 * gdb.base/gnu_vector.c (union_with_vector_1)
16 (struct_with_vector_1): Add new struct and union for testing
17 ptype.
18 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
19 structs / unions containing vectors.
20
bb662ca6
YQ
212012-10-25 Yao Qi <yao@codesourcery.com>
22
23 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
24 'setup_kfail' instead of 'setup_kfail_for_target'.
25 * gdb.base/varargs.exp: Likewise.
26 * lib/gdb.exp (setup_kfail_for_target): Remove.
27
635d23ff
MK
282012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
29
30 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
31
afdb064f
MK
322012-10-25 Mark Kettenis <kettenis@gnu.org>
33
34 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
35
d99dcf51
JB
362012-10-24 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.ada/set_wstr: New testcase.
39
32560274
JB
402012-10-24 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
43
5ded5331
JB
442012-10-24 Joel Brobecker <brobecker@adacore.com>
45
46 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
47
d8d84291
MK
482012-10-24 Mark Kettenis <kettenis@gnu.org>
49
50 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
51
6e933c51
JK
522012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 * gdb.base/callfuncs.exp (do_function_calls): Fix
55 setup_kfail_for_target for -m32 mode.
56
274bd000
MK
572012-10-23 Mark Kettenis <kettenis@gnu.org>
58
59 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
60 are now fixed.
61
545f743d
YQ
622012-10-23 Yao Qi <yao@codesourcery.com>
63
64 * gdb.base/info-os.exp: Resume the inferior until it exits.
65
48b56b6a 662012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
67
99c7d5a8 68 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
69 * gdb.base/print-file-var.exp: Likewise.
70 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 71
8de0566d
YQ
722012-10-17 Yao Qi <yao@codesourcery.com>
73
74 * gdb.mi/mi-memory-changed.exp: New.
75
44883546
YQ
762012-10-16 Yao Qi <yao@codesourcery.com>
77
78 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
79 returns true.
80 Call gdb_load_shlibs.
81 * gdb.reverse/solib-reverse.exp: Likewise.
82
345f514a
KS
832012-10-15 Keith Seitz <keiths@redhat.com>
84
85 * lib/cp-support.exp (cp_test_ptype_class): Add support
86 for class typedefs.
87
88 * gdb.cp/derivation.exp: Add tests for g_instance.
89
9e3a7d65
JK
902012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
91
92 Fix entry values resolving in inlined frames.
93 * gdb.arch/amd64-entry-value-inline.S: New file.
94 * gdb.arch/amd64-entry-value-inline.c: New file.
95 * gdb.arch/amd64-entry-value-inline.exp: New file.
96
21a7b089
JK
972012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
98 Doug Evans <dje@google.com>
99
100 Fix recent gdb_breakpoint regression.
101 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
102 braces from the parameter.
103 * gdb.java/jprint.exp: Likewise.
104
2c47921e
DE
1052012-10-15 Doug Evans <dje@google.com>
106
107 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
108
89398707
JB
1092012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
110
111 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
112
801e4185
TT
1132012-10-15 Tom Tromey <tromey@redhat.com>
114
115 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
116
74f910c8
TT
1172012-10-15 Tom Tromey <tromey@redhat.com>
118
119 * gdb.python/py-symbol.exp: Test symbol destructor.
120
91567807
YQ
1212012-10-14 Yao Qi <yao@codesourcery.com>
122
123 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
124 * gdb.mi/mi-cli.exp: New.
125
126 * gdb.mi/mi2-basics.exp: Remove.
127 * gdb.mi/mi2-break.exp: Remove.
128 * gdb.mi/mi2-console.exp: Remove.
129 * gdb.mi/mi2-disassemble.exp: Remove.
130 * gdb.mi/mi2-eval.exp: Remove.
131 * gdb.mi/mi2-file.exp: Remove.
132 * gdb.mi/mi2-hack-cli.exp: Remove.
133 * gdb.mi/mi2-pthreads.exp: Remove.
134 * gdb.mi/mi2-read-memory.exp: Remove.
135 * gdb.mi/mi2-regs.exp: Remove.
136 * gdb.mi/mi2-return.exp: Remove.
137 * gdb.mi/mi2-simplerun.exp: Remove.
138 * gdb.mi/mi2-stack.exp: Remove.
139 * gdb.mi/mi2-stepi.exp: Remove.
140 * gdb.mi/mi2-syn-frame.exp: Remove.
141 * gdb.mi/mi2-until.exp: Remove.
142 * gdb.mi/mi2-watch.exp: Remove.
143 * gdb.mi/mi2-var-block.exp: Remove.
144 * gdb.mi/mi2-var-cmd.exp: Remove.
145 * gdb.mi/mi2-var-display.exp: Remove.
146
87332029
YQ
1472012-10-12 Yao Qi <yao@codesourcery.com>
148
149 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
150 trail '.*' on matching patterns.
151
11fc9057
L
1522012-10-11 H.J. Lu <hongjiu.lu@intel.com>
153
154 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
155 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
156 * gdb.arch/i386-disp-step.exp: Likewise.
157 * gdb.arch/i386-gnu-cfi.exp: Likewise.
158 * gdb.arch/i386-prologue.exp: Likewise.
159 * gdb.arch/i386-size-overlap.exp: Likewise.
160 * gdb.arch/i386-size.exp: Likewise.
161 * gdb.arch/i386-unwind.exp: Likewise.
162
7d46bcdc
L
1632012-10-11 H.J. Lu <hongjiu.lu@intel.com>
164
165 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
166 * gdb.arch/i386-word.exp: Likewise.
167
31224d9d
L
1682012-10-11 H.J. Lu <hongjiu.lu@intel.com>
169
170 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
171 is_ilp32_target to set nr_regs.
172 * gdb.arch/i386-sse.exp: Likewise.
173
5b7d0050
DE
1742012-10-11 Doug Evans <dje@google.com>
175
7c09e5a0
DE
176 PR breakpoints/14643.
177 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
178 * gdb.linespec/thread.c: New file.
179 * gdb.linespec/thread.exp: New file.
180
5b7d0050
DE
181 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
182 Recognize "message" -> print pass and fail. Add eof case.
183 (runto): Recognize message, no-message. Print pass/fail if requested,
184 with same treatment as gdb_breakpoint.
185 (runto_main): Pass no-message to runto.
186 (gdb_internal_error_resync): Add log message.
187 (gdb_file_cmd): Tweak internal error fail text for consistency.
188
2e24f4aa
JK
1892012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 Fix crash during stepping on ppc32.
192 * gdb.base/step-symless.c: New file.
193 * gdb.base/step-symless.exp: New file.
194
aa14df25
DE
1952012-10-03 Doug Evans <dje@google.com>
196
197 PR symtab/14601
198 * gdb.cp/using-crash.exp: New file.
199 * gdb.cp/using-crash.cc: New file.
200
975531db
DE
2012012-10-02 Doug Evans <dje@google.com>
202
203 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
204 more consistent.
205 (runto,gdb_debug_format): Ditto.
206 (gdb_file_cmd): Watch for eof in nested gdb_expect.
207 Clean up logging and error messages.
208
b3dc46ff
AB
2092012-10-01 Andrew Burgess <aburgess@broadcom.com>
210
211 Test find command on unmapped memory.
212 * gdb.base/find-unmapped.c: New file.
213 * gdb.base/find-unmapped.exp: New file.
214
45814d45
YQ
2152012-09-29 Yao Qi <yao@codesourcery.com>
216
217 * gdb.trace/mi-tracepoint-changed.exp: New.
218 * gdb.mi/mi-breakpoint-changed.exp: New.
219 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
220 * gdb.mi/pendshr2.c: New.
221
4c2786ba
YQ
2222012-09-28 Yao Qi <yao@codesourcery.com>
223
224 * gdb.mi/pr11022.exp: New.
225 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
226
7977e5d2
TT
2272012-09-27 Tom Tromey <tromey@redhat.com>
228
229 * gdb.cp/derivation.exp: Add regression test.
230 * gdb.cp/derivation.cc (class V_base, class V_inter, class
231 V_derived): New.
232 (vderived): New global.
233
0971de02
TT
2342012-09-26 Tom Tromey <tromey@redhat.com>
235
236 * gdb.dwarf2/dw2-common-block.S: New file.
237 * gdb.dwarf2/dw2-common-block.exp: New file.
238
4357ac6c
TT
2392012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 * gdb.fortran/common-block.exp: New file.
242 * gdb.fortran/common-block.f90: New file.
243
6f380991
AB
2442012-09-26 Andrew Burgess <aburgess@broadcom.com>
245
246 * gdb.base/duplicate-bp.c: New file.
247 * gdb.base/duplicate-bp.exp: New file.
248
8ae551cf
YQ
2492012-09-26 Yao Qi <yao@codesourcery.com>
250
251 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
252
253 Revert:
254 2012-09-21 Yao Qi <yao@codesourcery.com>
255
256 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
257
318102b9
SP
2582012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
259
260 * gdb.base/longest-types.c: New test case.
261 * gdb.base/longest-types.exp: New test case.
262
a1e5fd69
YQ
2632012-09-25 Yao Qi <yao@codesourcery.com>
264
265 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
266
04e7407c
JK
2672012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 Fix internal error on canonicalization of clang types.
270 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
271 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
272 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
273
9bf4bce9
JK
2742012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 Fix disassemble without parameters in tailcall frame.
277 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
278
2603f7ee
AB
2792012-09-21 Andrew Burgess <aburgess@broadcom.com>
280
281 * gdb.dwarf2/dw2-op-out-param.S: New file.
282 * gdb.dwarf2/dw2-op-out-param.exp: New file.
283
a3569abd
YQ
2842012-09-21 Yao Qi <yao@codesourcery.com>
285
286 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
287
a065d7af
YQ
2882012-09-21 Yao Qi <yao@codesourcery.com>
289
290 * gdb.mi/mi-cli.exp: Remove.
291 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
292
15544bd9
YQ
2932012-09-21 Yao Qi <yao@codesourcery.com>
294
295 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
296 "=record-started" notification.
297
82a90ccf
YQ
2982012-09-21 Yao Qi <yao@codesourcery.com>
299
300 * gdb.mi/mi-record-changed.exp: New.
301 * gdb.mi/mi-reverse.exp: Adjust expected output.
302
d7de8e3c
TT
3032012-09-20 Tom Tromey <tromey@redhat.com>
304
305 * gdb.python/python.exp: Test atexit.register.
306
1aa99537
DE
3072012-09-20 Doug Evans <dje@google.com>
308
05eade73
DE
309 * boards/dwarf4-gdb-index.exp: New file.
310
1aa99537
DE
311 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
312 while running the tests.
313
4ae24af0
JB
3142012-09-18 Joel Brobecker <brobecker@adacore.com>
315
316 * gdb.ada/bp_reset: New testcase.
317
bb25a15c
YQ
3182012-09-18 Yao Qi <yao@codesourcery.com>
319
320 * gdb.trace/mi-tsv-changed.exp: New.
321
201b4506
YQ
3222012-09-18 Yao Qi <yao@codesourcery.com>
323
324 * gdb.trace/mi-traceframe-changed.exp: New.
325
6fc1c773
YQ
3262012-09-17 Yao Qi <yao@codesourcery.com>
327
328 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
329 when it is less than 0.
330
1ab3b62c
JK
3312012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
332
333 PR 14119
334 * gdb.arch/amd64-tailcall-ret.S: New file.
335 * gdb.arch/amd64-tailcall-ret.c: New file.
336 * gdb.arch/amd64-tailcall-ret.exp: New file.
337 * gdb.reverse/amd64-tailcall-reverse.S: New file.
338 * gdb.reverse/amd64-tailcall-reverse.c: New file.
339 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
340
acf9414f
JK
3412012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
342
343 PR 14548
344 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
345 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
346 * gdb.reverse/singlejmp-reverse.S: New file.
347 * gdb.reverse/singlejmp-reverse.c: New file.
348 * gdb.reverse/singlejmp-reverse.exp: New file.
349
666b578b
JK
3502012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 Fix compatibility with old GCC (~4.1).
353 * gdb.cp/converts.cc (my_enum_var): New variable.
354
42056501
AB
3552012-09-14 Andrew Burgess <aburgess@broadcom.com>
356
357 * gdb.xml/tdesc-regs.exp: Update expected output for new
358 vector_size syntax of vector types.
359
b9516fa1
YPK
3602012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
361
362 Refactor Python "gdb" module into a proper Python package, by
363 introducing a new "_gdb" module for code implemented in C, and
364 using reload/__import__ instead of exec.
365 * gdb.python/python.exp (Test stderr location): Update module
366 location of GDB-specific sys.stderr.
367 (Test stdout location): Ditto for sys.stdout.
368
18dc9ad8
JK
3692012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
372
ea3a9873
KS
3732012-09-12 Keith Seitz <keiths@redhat.com>
374
375 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
376 conversion statement.
377
5941debb
DE
3782012-09-12 Doug Evans <dje@google.com>
379
380 * gdb.base/help.exp: Remove testing of individual command help text,
381 too much of a maintenance burden. Instead, test the functionality
382 of "help" itself.
383
cfc35e02
DE
3842012-09-11 Doug Evans <dje@google.com>
385
3a0ed5d7
DE
386 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
387 breakpoint.
388
cfc35e02
DE
389 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
390 * gdb.dwarf2/fission-reread.S: Ditto.
391 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
392 * gdb.dwarf2/fission-reread.exp: Ditto.
393
350b1b26
AB
3942012-09-11 Andrew Burgess <aburgess@broadcom.com>
395
396 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
397
2fa15f23
JB
3982012-09-10 Joel Brobecker <brobecker@adacore.com>
399
400 * gdb.ada/optim_drec: New testcase.
401
09be558e
DE
4022012-09-10 Doug Evans <dje@google.com>
403
404 * boards/fission.exp: Explicitly mark "board" as not remote.
405
5b4f6e25
KS
4062012-09-10 Keith Seitz <keiths@redhat.com>
407
408 PR gdb/13483
409 * gdb.cp/converts.cc (A::A): Add ctor.
410 (A::member_): Add member.
411 (enum my_enum): New enumeration.
412 (main): Add calls to foo1_7 with various
413 permitted arguments.
414 * gdb.cp/converts.exp: Add tests for boolean
415 conversions permitted by the standard.
416
b4ca5ed9
YPK
4172012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
418
419 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
420 avoid spurious results due to ~/.gdbinit.
421 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
422 $INTERNAL_GDBFLAGS in run command.
423 * gdb.gdb/observer.exp (setup_test): Ditto.
424 * gdb.gdb/selftest.exp (test_with_self): Ditto.
425 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
426
d54b30bb
DE
4272012-09-06 Doug Evans <dje@google.com>
428
14910956
DE
429 * boards/fission.exp: New file.
430
d54b30bb
DE
431 * gdb.python/py-value.exp: Use clean_restart.
432
91b253e1
DE
4332012-09-05 Doug Evans <dje@google.com>
434
435 * gdb.base/info-macros.c: Fix whitespace.
436
1292279a
PA
4372012-08-28 Pedro Alves <palves@redhat.com>
438
439 PR gdb/14428
440
441 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
442
1c8cdcb1
JK
4432012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
444
445 * gdb.base/break-caller-line.c: New file.
446 * gdb.base/break-caller-line.exp: New file.
447
1e8e8b51
JK
4482012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
451 * gdb.arch/i386-cfi-notcurrent.S: New file.
452 * gdb.arch/i386-cfi-notcurrent.exp: New file.
453
1591a1e8
PA
4542012-08-27 Wei-cheng Wang <cole945@gmail.com>
455 Yao Qi <yao@codesourcery.com>
456 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
459 New procedures.
460 (top level): Add overlap checking tests.
461
4442ada7
TT
4622012-08-24 Tom Tromey <tromey@redhat.com>
463
464 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
465 gdb_test_multiple fails for other reasons.
466
e7d50cc9
YQ
4672012-08-24 Yao Qi <yao@codesourcery.com>
468
469 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
470
dfbd5e7b
PA
4712012-08-23 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/help.exp: Adjust to "handle" help text change.
474
8d735b87
YQ
4752012-08-23 Yao Qi <yao@codesourcery.com>
476
477 * gdb.trace/disconnected-tracing.c (start, end): New.
478 (main): Call start and end.
479 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
480 existing tests into this proc.
481 (disconnected_tfind): New.
482
61b1d759
YQ
4832012-08-23 Yao Qi <yao@codesourcery.com>
484
485 * boards/native-gdbserver.exp (${board}_upload): New.
486 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
487 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
488 Execute tfile on remote target.
489 Copy trace file from target to host.
490
6ca1b147
JM
4912012-08-22 Joseph Myers <joseph@codesourcery.com>
492
493 * gdb.arch/thumb-bx-pc.S: New file.
494 * gdb.arch/thumb-bx-pc.exp: New file.
495
706e3705
TT
4962012-08-22 Tom Tromey <tromey@redhat.com>
497
498 * gdb.base/maint.exp: Update.
499
b4893d48
TT
5002012-08-22 Tom Tromey <tromey@redhat.com>
501
502 * lib/gdb.exp (skip_unwinder_tests): New proc.
503 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
504 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
505
45b7da81
TT
5062012-08-21 Tom Tromey <tromey@redhat.com>
507
508 * gdb.hp/gdb.aCC/exception.exp: Remove.
509
f94363d7
AP
510012-08-19 Andrew Pinski <apinski@cavium.com>
511
512 * gdb.arch/mips-octeon-bbit.c: New file.
513 * gdb.arch/mips-octeon-bbit.exp: New Test.
514
e5afdbd7
KS
515012-08-19 Keith Seitz <keiths@redhat.com>
516
517 PR c++/14365
518 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
519 * gdb.dwarf2/dw2-anon-mptr.S: New file.
520
c29e8b64
JK
5212012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
524 verbose -log by more specific untested call.
525
15a7e7bc
YQ
5262012-08-18 Yao Qi <yao@codesourcery.com>
527
528 * gdb.trace/tfind.exp: Move tests on various command help before
529 checking target supports trace.
530 Fix the expected output of 'help tfind end'.
531
a451cb65
KS
5322012-08-17 Keith Seitz <keiths@redhat.com>
533
534 PR c++/13356
535 * gdb.base/default.exp: Update all "check type" tests.
536 * gdb.base/help.exp: Likewise.
537 * gdb.base/setshow.exp: Likewise.
538 * gdb.cp/converts.cc (foo1_type_check): New function.
539 (foo2_type_check): New function.
540 (foo3_type_check): New function.
541 (main): Call new functions.
542 * converts.exp: Add tests for integer-to-pointer conversions
543 with/without strict type-checking.
544
dbf6a605
MF
5452012-08-16 Mike Frysinger <vapier@gentoo.org>
546
547 * gdb.base/help.exp: Update expected output.
548
0c92d8c1
JB
5492012-08-16 Joel Brobecker <brobecker@adacore.com>
550
551 * gdb.ada/rdv_wait: New testcase.
552
e56f7f42
JK
5532012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
554
555 * gdb.base/attach-twice.exp: Remove excessive ps exec.
556
f47f77df
DE
5572012-08-13 Doug Evans <dje@google.com>
558
e202d6e8 559 * gdb.base/help.exp: Update expected output.
f47f77df
DE
560 * gdb.base/default.exp: Update expected output of "show convenience".
561
a72c3253
DE
5622012-08-10 Doug Evans <dje@google.com>
563
564 * gdb.python/py-strfns.c: New file.
565 * gdb.python/py-strfns.exp: New file.
566 * gdb.python/py-type.exp (test_fields): Add vector tests.
567
de0bea00
MF
5682012-08-10 Mike Frysinger <vapier@gentoo.org>
569
570 PR cli/10436:
571 * gdb.base/completion.exp: Add tests for handle completion.
572
5b9afe8a
YQ
5732012-08-09 Yao Qi <yao@codesourcery.com>
574
575 * gdb.mi/mi-cmd-param-changed.exp: New.
576 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
577 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
578 * gdb.mi/mi2-prompt.exp: Likewise.
579
4f485ebc
DE
5802012-08-08 Doug Evans <dje@google.com>
581
582 * gdb.base/debug-expr.c: New file.
583 * gdb.base/debug-expr.exp: New file.
584 * gdb.base/exprs.exp: Test {type} casts.
585 * gdb.cp/debug-expr.exp: New file.
586
5888842d
JK
5872012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
590 global variable loop, not a 'break'. Add loop count limit to 100.
591 Add new fail case for terminated vgdb.
592
4f69f4c2
JK
5932012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
594 Jean-Marc Saffroy <saffroy@gmail.com>
595
596 PR 11804
597 * gdb.base/gcore-relro.exp: New file.
598 * gdb.base/gcore-relro-main.c: New file.
599 * gdb.base/gcore-relro-lib.c: New file.
600
e2de5390
JK
6012012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 Do not false FAIL with old GCCs.
604 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
605 GCC < 4.5 in $no_hw mode.
606
606603c5
JK
6072012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 * gdb.base/default.exp (cd): Accept new directory with no arguments.
610
777f26c2
JK
6112012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 * gdb.base/list.exp (test_only_end): New function.
614 Call it.
615
2c12abee
TT
6162012-08-06 Tom Tromey <tromey@redhat.com>
617
618 * gdb.python/py-mi.exp: Add test for printer whose children
619 are a list.
620 * gdb.python/py-prettyprint.c (struct children_as_list): New.
621 (main): New variable children_as_list.
622 * gdb.python/py-prettyprint.py (class pp_children_as_list):
623 New.
624 (register_pretty_printers): Register new printer.
625
0eae2cf4
EBM
6262012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
627
628 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
629 symbols. Abort if vgdb remote connection is closed.
630
09e0881d
DE
6312012-08-02 Doug Evans <dje@google.com>
632
633 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
634
b40f514f
SDJ
6352012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
636
637 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
638 s390x, PowerPC 64 and m68k-linux.
639
11315ae0
UW
6402012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
641
642 * gdb.base/annota1.exp: Accept no frames-invalid notification
643 when starting up the program.
644 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
645 show a symbolic value as well.
646 * gdb.server/server-exec-info.exp: Skip test when skipping
647 gdbserver test and/or when skipping shared library tests.
648 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
649 avoid name conflicts with other tests.
650
0547eeed
UW
6512012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
652
653 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
654 Fix wrong output on big-endian systems.
655 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
656 4-byte pointer types on 64-bit s390x.
657
bdddb4de
UW
6582012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
659
660 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
661 marker comment at the beginning (after intialization).
662 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
663 breakpoint on marker comment instead of function begin.
664 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
665 PowerPC.
666 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
667 or 64-bit PowerPC.
668 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
669 gdb,no_hardware_watchpoints flag is set.
670 (initialize): Remove now redundant can-use-hw-watchpoints change.
671
5d206025
YQ
6722012-08-02 Yao Qi <yao@codesourcery.com>
673 Pedro Alves <palves@redhat.com>
674
675 * boards/local-remote-host.exp: New.
676
4f665099
UW
6772012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
678
679 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
680 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
681 * gdb.base/print-file-var.exp: Likewise.
682 * gdb.server/solib-list.exp: Skip on remote targets.
683
b62e2b27
UW
6842012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
685
686 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
687 watchpoints on ARM. When expecting software watchpoints, tolerate
688 (remote) targets that report unsupported hardware watchpoint only
689 at continue time.
690 (test_wide_location_2): Likewise.
691
a967a851
JK
6922012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
695 valgrind versions.
696
75d9f9ff 6972012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
698
699 * gdb.base/valgrind-infcall.c: New file.
700 * gdb.base/valgrind-infcall.exp: New file.
701
75d9f9ff
JK
702 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
703
1c9f2ed2
KS
7042012-07-30 Keith Seitz <keiths@redhat.com>
705
706 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
707 linespecs.
708
7f9b2034
DE
7092012-07-30 Doug Evans <dje@google.com>
710
85220e01
DE
711 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
712 * gdb.dwarf2/pr13961.S: Ditto.
713
7f9b2034
DE
714 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
715
4e969b4f
AB
7162012-07-30 Andrew Burgess <aburgess@broadcom.com>
717
718 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
719 change its format immediately after reloading the binary.
720
e7de8362
JK
7212012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 Fix testsuite regression after --use-deprecated-index-sections removal.
724 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
725 string.
726 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
727
7255706c
YQ
7282012-07-27 Yao Qi <yao@codesourcery.com>
729
730 KFAIL for PR remote/14161.
731 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
732 Cleanup socket files.
733 (strace_info_marker): Detach inferior.
734
f2e8016f
TT
7352012-07-26 Tom Tromey <tromey@redhat.com>
736
737 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
738
f66713d2
JK
7392012-07-26 Markus Metzger <markus.t.metzger@intel.com>
740
741 * gdb.python/py-inferior.c (thread): New function.
742 (check_threads): New function.
743 (test_threads): New function.
744 * gdb.python/py-inferior.exp: Added test.
745 Replaced runto with continue to breakpoint.
746
8223e12c
TT
7472012-07-26 Tom Tromey <tromey@redhat.com>
748
749 * lib/ada.exp (standard_ada_testfile): New proc.
750 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
751 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
752 * gdb.ada/array_return.exp: Use standard_ada_testfile.
753 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
754 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
755 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
756 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
757 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
758 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
759 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
760 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
761 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
762 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
763 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
764 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
765 * gdb.ada/char_param.exp: Use standard_ada_testfile.
766 * gdb.ada/complete.exp: Use standard_ada_testfile.
767 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
768 standard_output_file.
769 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
770 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
771 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
772 standard_output_file.
773 * gdb.ada/exprs.exp: Use standard_ada_testfile.
774 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
775 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
776 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
777 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
778 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
779 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
780 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
781 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
782 * gdb.ada/homonym.exp: Use standard_ada_testfile.
783 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
784 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
785 * gdb.ada/interface.exp: Use standard_ada_testfile.
786 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
787 standard_output_file
788 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
789 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
790 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
791 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
792 * gdb.ada/nested.exp: Use standard_ada_testfile.
793 * gdb.ada/null_array.exp: Use standard_ada_testfile.
794 * gdb.ada/null_record.exp: Use standard_ada_testfile.
795 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
796 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
797 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
798 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
799 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
800 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
801 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
802 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
803 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
804 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
805 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
806 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
807 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
808 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
809 * gdb.ada/start.exp: Use standard_ada_testfile.
810 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
811 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
812 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
813 * gdb.ada/tagged.exp: Use standard_ada_testfile.
814 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
815 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
816 * gdb.ada/tasks.exp: Use standard_ada_testfile.
817 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
818 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
819 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
820 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
821 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
822 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
823 * gdb.ada/widewide.exp: Use standard_ada_testfile.
824
bbec57e4
JK
8252012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 Fix testsuite regression after --use-deprecated-index-sections removal.
828 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
829
9cc8e32c
JK
8302012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
831
832 Fix compatibility with Tcl before 7.5.
833 * lib/future.exp (lreverse): New function if it does not exist.
834
ea5ca7b5
MK
8352012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
836
837 * gdb.mi/mi-pending.c: New method to set a second pending
838 breakpoint.
839 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
840 condition.
841
64776a0b
PA
8422012-07-20 Pedro Alves <palves@redhat.com>
843
844 PR threads/11692
845 PR gdb/12203
846
847 * gdb.threads/create-fail.c: New file.
848 * gdb.threads/create-fail.exp: New file.
849
13e4e967
PA
8502012-07-19 Pedro Alves <palves@redhat.com>
851
852 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
853 * config/vx.exp (gdb_start): Likewise.
854 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
855 * gdb.base/setvar.exp (test_set): Likewise.
856 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
857 * gdb.reverse/sigall-precsave.exp: Likewise.
858 * gdb.reverse/sigall-reverse.exp: Likewise.
859
b7aefa4d
PA
8602012-07-19 Pedro Alves <palves@redhat.com>
861
862 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
863 handler before recording.
864
608b4967
TT
8652012-07-19 Tom Tromey <tromey@redhat.com>
866
867 * gdb.cp/casts.exp: Add tests for typeof and decltype.
868 * gdb.cp/casts.cc (decltype): New function.
869 (main): Use it.
870
b1e0c0fa
PA
8712012-07-19 Pedro Alves <palves@redhat.com>
872
873 * gdb.base/sigall.exp (signals): New list.
874 <top level>: Loop over signals in the $signals list instead of
875 calling a test function once per signal.
876 * gdb.reverse/sigall-precsave.exp (signals): New list.
877 <top level>: Loop over signals in the $signals list instead of
878 calling a test function once per signal.
879 * gdb.reverse/sigall-reverse.exp (signals): New list.
880 <top level>: Loop over signals in the $signals list instead of
881 calling a test function once per signal.
882
6ace3df1
YQ
8832012-07-19 Yao Qi <yao@codesourcery.com>
884
885 * gdb.base/setshow.exp: Test 'set args ~'.
886
263a0f8c
JK
8872012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * gdb.base/store.exp (check_set): Import gdb_prompt.
890 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
891 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
892
8f043999
JK
8932012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 PR 11914
896 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
897 (main): Call eval_sub.
898 * gdb.python/py-prettyprint.exp:
899 (python execfile ('py-prettyprint.py')): Move it earlier.
900 New breakpoint for eval-break.
901 (continue to breakpoint: eval-break, info locals): New test.
902 (python execfile ('py-prettyprint.py')): Move it from here.
903 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
904 (register_pretty_printers): Register pp_eval_type.
905
725c7b66
JK
9062012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
907
908 Fix a testcase regression by me.
909 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
910 DW_FORM_data4.
911
4359dff1
JK
9122012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
913 Doug Evans <dje@google.com>
914
915 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
916 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
917
61e44cfa
JK
9182012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 Fix gdbserver run regression.
921 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
922
93c0ef37
TT
9232012-07-12 Tom Tromey <tromey@redhat.com>
924
925 * lib/gdb.exp (standard_testfile): Don't declare objdir.
926 (clean_restart): Likewise.
927 (core_find): Use standard_output_file.
928
76027ef5
TT
9292012-07-12 Tom Tromey <tromey@redhat.com>
930
931 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
932 * gdb.dwarf2/dw2-anonymous-func.exp: Use
933 prepare_for_testing_full.
934 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
935 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
936 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
937 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
938 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
939 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
940 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
941 prepare_for_testing_full.
942 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
943 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
944 prepare_for_testing_full.
945 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
946 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
947 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
948
85b4440a
TT
9492012-07-12 Tom Tromey <tromey@redhat.com>
950
951 * lib/gdb.exp (build_executable_from_specs): New proc, from
952 build_executable.
953 (build_executable): Use it.
954 (prepare_for_testing_full): New proc.
955
55baab26
TT
9562012-07-11 Tom Tromey <tromey@redhat.com>
957
958 * gdb.reverse/break-precsave.exp: Use standard_output_file.
959 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
960 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
961 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
962 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
963 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
964 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
965 * gdb.reverse/step-precsave.exp: Use standard_output_file.
966 * gdb.reverse/until-precsave.exp: Use standard_output_file.
967 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
968
298a9cf0
TT
9692012-07-10 Tom Tromey <tromey@redhat.com>
970
971 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
972 standard_output_file.
973 * gdb.mi/gdb2549.exp: Use standard_testfile.
974 * gdb.mi/gdb669.exp: Use standard_testfile.
975 * gdb.mi/gdb701.exp: Use standard_testfile.
976 * gdb.mi/gdb792.exp: Use standard_testfile.
977 * gdb.mi/mi-async.exp: Use standard_testfile.
978 * gdb.mi/mi-basics.exp: Use standard_testfile.
979 * gdb.mi/mi-break.exp: Use standard_testfile.
980 * gdb.mi/mi-cli.exp: Use standard_testfile.
981 * gdb.mi/mi-console.exp: Use standard_testfile.
982 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
983 * gdb.mi/mi-eval.exp: Use standard_testfile.
984 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
985 * gdb.mi/mi-file.exp: Use standard_testfile.
986 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
987 * gdb.mi/mi-logging.exp: Use standard_testfile.
988 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
989 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
990 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
991 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
992 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
993 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
994 * gdb.mi/mi-pending.exp: Use standard_testfile,
995 standard_output_file.
996 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
997 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
998 * gdb.mi/mi-regs.exp: Use standard_testfile.
999 * gdb.mi/mi-return.exp: Use standard_testfile.
1000 * gdb.mi/mi-reverse.exp: Use standard_testfile.
1001 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
1002 * gdb.mi/mi-solib.exp: Use standard_testfile,
1003 standard_output_file.
1004 * gdb.mi/mi-stack.exp: Use standard_testfile.
1005 * gdb.mi/mi-stepi.exp: Use standard_testfile.
1006 * gdb.mi/mi-stepn.exp: Use standard_testfile.
1007 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
1008 * gdb.mi/mi-until.exp: Use standard_testfile.
1009 * gdb.mi/mi-var-block.exp: Use standard_testfile.
1010 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
1011 * gdb.mi/mi-var-child.exp: Use standard_testfile.
1012 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
1013 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
1014 * gdb.mi/mi-var-display.exp: Use standard_testfile.
1015 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
1016 standard_output_file.
1017 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
1018 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
1019 * gdb.mi/mi-watch.exp: Use standard_testfile.
1020 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
1021 * gdb.mi/mi2-basics.exp: Use standard_testfile.
1022 * gdb.mi/mi2-break.exp: Use standard_testfile.
1023 * gdb.mi/mi2-cli.exp: Use standard_testfile.
1024 * gdb.mi/mi2-console.exp: Use standard_testfile.
1025 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
1026 * gdb.mi/mi2-eval.exp: Use standard_testfile.
1027 * gdb.mi/mi2-file.exp: Use standard_testfile.
1028 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
1029 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
1030 * gdb.mi/mi2-regs.exp: Use standard_testfile.
1031 * gdb.mi/mi2-return.exp: Use standard_testfile.
1032 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
1033 * gdb.mi/mi2-stack.exp: Use standard_testfile.
1034 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
1035 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
1036 * gdb.mi/mi2-until.exp: Use standard_testfile.
1037 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
1038 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
1039 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
1040 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
1041 * gdb.mi/mi2-watch.exp: Use standard_testfile.
1042
f5f3a911
TT
10432012-07-10 Tom Tromey <tromey@redhat.com>
1044
1045 * gdb.cp/abstract-origin.exp: Use standard_testfile.
1046 * gdb.cp/ambiguous.exp: Use standard_testfile,
1047 prepare_for_testing.
1048 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
1049 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
1050 * gdb.cp/anon-ns.exp: Use standard_testfile.
1051 * gdb.cp/anon-struct.exp: Use standard_testfile.
1052 * gdb.cp/anon-union.exp: Use standard_testfile,
1053 prepare_for_testing.
1054 * gdb.cp/arg-reference.exp: Use standard_testfile,
1055 prepare_for_testing.
1056 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
1057 * gdb.cp/breakpoint.exp: Use standard_testfile,
1058 prepare_for_testing.
1059 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
1060 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
1061 standard_output_file.
1062 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
1063 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
1064 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
1065 (test_static_members): Update.
1066 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
1067 * gdb.cp/converts.exp: Use standard_testfile.
1068 * gdb.cp/cp-relocate.exp: Use standard_testfile.
1069 * gdb.cp/cpcompletion.exp: Use standard_testfile,
1070 prepare_for_testing.
1071 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
1072 * gdb.cp/cplabel.exp: Use standard_testfile.
1073 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
1074 prepare_for_testing.
1075 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
1076 * gdb.cp/derivation.exp: Use standard_testfile,
1077 prepare_for_testing.
1078 * gdb.cp/destrprint.exp: Use standard_testfile.
1079 * gdb.cp/dispcxx.exp: Use standard_testfile.
1080 * gdb.cp/exception.exp: Use standard_testfile,
1081 prepare_for_testing.
1082 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
1083 * gdb.cp/extern-c.exp: Use standard_testfile,
1084 prepare_for_testing.
1085 * gdb.cp/formatted-ref.exp: Use standard_testfile,
1086 prepare_for_testing.
1087 * gdb.cp/fpointer.exp: Use standard_testfile.
1088 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
1089 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
1090 standard_output_file.
1091 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
1092 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
1093 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
1094 standard_output_file.
1095 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
1096 (do_tests): Update.
1097 * gdb.cp/koenig.exp: Use standard_testfile.
1098 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
1099 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
1100 * gdb.cp/m-static.exp: Use standard_testfile,
1101 prepare_for_testing.
1102 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
1103 * gdb.cp/mb-inline.exp: Use standard_testfile,
1104 prepare_for_testing.
1105 * gdb.cp/mb-templates.exp: Use standard_testfile,
1106 prepare_for_testing.
1107 * gdb.cp/member-ptr.exp: Use standard_testfile,
1108 prepare_for_testing.
1109 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
1110 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
1111 * gdb.cp/method2.exp: Use standard_testfile.
1112 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
1113 standard_output_file.
1114 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
1115 (do_tests): Update.
1116 * gdb.cp/namespace-enum.exp: Use standard_testfile,
1117 prepare_for_testing.
1118 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
1119 prepare_for_testing.
1120 * gdb.cp/namespace.exp: Use standard_testfile,
1121 prepare_for_testing.
1122 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
1123 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
1124 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
1125 * gdb.cp/nsimport.exp: Use standard_testfile,
1126 prepare_for_testing.
1127 * gdb.cp/nsnested.exp: Use standard_testfile.
1128 * gdb.cp/nsnoimports.exp: Use standard_testfile.
1129 * gdb.cp/nsrecurs.exp: Use standard_testfile,
1130 prepare_for_testing.
1131 * gdb.cp/nsstress.exp: Use standard_testfile,
1132 prepare_for_testing.
1133 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
1134 * gdb.cp/operator.exp: Use standard_testfile.
1135 * gdb.cp/oranking.exp: Use standard_testfile.
1136 * gdb.cp/overload-const.exp: Use standard_testfile.
1137 * gdb.cp/overload.exp: Use standard_testfile,
1138 prepare_for_testing.
1139 * gdb.cp/ovldbreak.exp: Use standard_testfile.
1140 * gdb.cp/ovsrch.exp: Use standard_testfile.
1141 * gdb.cp/paren-type.exp: Use standard_testfile.
1142 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
1143 prepare_for_testing.
1144 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
1145 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
1146 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
1147 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
1148 * gdb.cp/pr10728.exp: Use standard_testfile,
1149 standard_output_file.
1150 * gdb.cp/pr12028.exp: Use standard_testfile.
1151 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
1152 * gdb.cp/pr9167.exp: Use standard_testfile.
1153 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
1154 * gdb.cp/printmethod.exp: Use standard_testfile,
1155 prepare_for_testing.
1156 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
1157 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
1158 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
1159 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
1160 standard_output_file.
1161 * gdb.cp/readnow-language.exp: Use standard_testfile.
1162 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
1163 (gdb_start_again): Use clean_restart.
1164 * gdb.cp/ref-types.exp: Use standard_testfile,
1165 prepare_for_testing.
1166 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
1167 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
1168 * gdb.cp/smartp.exp: Use standard_testfile.
1169 * gdb.cp/static-method.exp: Use standard_testfile.
1170 * gdb.cp/static-print-quit.exp: Use standard_testfile.
1171 * gdb.cp/temargs.exp: Use standard_testfile.
1172 * gdb.cp/templates.exp: Use standard_testfile,
1173 prepare_for_testing.
1174 (do_tests): Update.
1175 * gdb.cp/try_catch.exp: Use standard_testfile,
1176 prepare_for_testing.
1177 * gdb.cp/typedef-operator.exp: Use standard_testfile.
1178 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
1179 * gdb.cp/virtbase.exp: Use standard_testfile,
1180 prepare_for_testing.
1181 * gdb.cp/virtfunc.exp: Use standard_testfile,
1182 prepare_for_testing.
1183 (do_tests): Update.
1184 * gdb.cp/virtfunc2.exp: Use standard_testfile,
1185 prepare_for_testing.
1186
686f09d0
TT
11872012-07-10 Tom Tromey <tromey@redhat.com>
1188
1189 * lib/gdb.exp (standard_testfile): Unset output variables from
1190 earlier invocations.
1191
9357e021
YQ
11922012-07-10 Yao Qi <yao@codesourcery.com>
1193
1194 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
1195 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
1196 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
1197 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
1198 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
1199 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
1200 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
1201 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
1202 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
1203 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
1204 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
1205 * gdb.mi/mi-var-display.exp: Likewise.
1206 * gdb.mi/mi-var-invalidate.exp: Likewise.
1207 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
1208 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
1209 * gdb.mi/mi2-console.exp: Likewise.
1210 * gdb.mi/mi2-disassemble.exp: Likewise.
1211 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
1212 * gdb.mi/mi2-read-memory.exp: Likewise.
1213 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
1214 * gdb.mi/mi2-simplerun.exp: Likewise.
1215 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
1216 * gdb.mi/mi2-syn-frame.exp: Likewise.
1217 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
1218 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
1219 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
1220
e314d629
TT
12212012-07-09 Tom Tromey <tromey@redhat.com>
1222
1223 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
1224 * gdb.base/callfuncs.exp: Add cast-based test.
1225 * gdb.base/callfuncs.c (voidfunc): New function.
1226
06928b3f
DE
12272012-07-08 Doug Evans <dje@google.com>
1228
1229 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
1230
32f11bad
JK
12312012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1232
1233 Fix XFAIL compatibility with old i386 systems.
1234 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
1235 Check also 'Cannot insert breakpoint 0'.
1236
76b83c51
JK
12372012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1238
1239 PR 14321
1240 * gdb.base/find.exp
1241 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
1242
a6fb9c08
TT
12432012-07-06 Tom Tromey <tromey@redhat.com>
1244
1245 * gdb.base/whatis.exp: Add test.
1246
71918a86
TT
12472012-07-06 Tom Tromey <tromey@redhat.com>
1248
1249 * gdb.base/whatis.exp: Add regression test.
1250
fcde5961
TT
12512012-07-06 Tom Tromey <tromey@redhat.com>
1252
1253 * gdb.base/whatis.exp: Add tests.
1254
f9cf0f4a
JK
12552012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 PR 12649
1258 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
1259 gdb_test_multiple $gdb_prompt terminator.
1260
979ade8b
PA
12612012-07-04 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.mi/mi-reverse.exp: Use supports_reverse and
1264 supports_process_record.
1265
8a980b44
PA
12662012-07-04 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
1269 endings.
1270 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
1271
855ba978
SS
12722012-07-03 Stan Shebs <stan@codesourcery.com>
1273
1274 * gdb.base/info-os.c (main): Retry resource acquisition until an
1275 available one is found.
1276 * gdb.base/info-os.exp: Collect resource keys from the program
1277 and use them in matching.
1278
fcb44371
JK
12792012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
1282 Wrap the test into loop for corefile and core0file.
1283
08a67be6
JK
12842012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
1287 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
1288 .note.GNU-stack.
1289
0f3c2347
JK
1290 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
1291
ff4a4500
SDJ
12922012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
1293
1294 * gdb.base/help.exp (help b, help br, help bre, help brea, help
1295 break): Include help message for the new `-probe' and `-probe-stap'
1296 options.
1297
d3ce09f5
SS
12982012-07-02 Stan Shebs <stan@codesourcery.com>
1299
1300 * gdb.base/dprintf.exp: Add agent style tests.
1301
a1624241
JK
13022012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 * gdb.base/stale-infcall.c (infcall): New label test-next.
1305 (main): New labels test-pass and test-fail.
1306 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
1307 $test_fail_bpnum to test-fail.
1308 (test system longjmp tracking support): New test.
1309 Delete $test_fail_bpnum.
1310 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
1311 breakpoint.
1312
42e7ad6c
DE
13132012-06-30 Doug Evans <dje@google.com>
1314
1315 * gdb.dwarf2/fission-reread.S: New file.
1316 * gdb.dwarf2/fission-reread.exp: New file.
1317
37ce89eb
SS
13182012-06-28 Stan Shebs <stan@codesourcery.com>
1319
1320 * gdb.mi/mi-logging.exp: New file.
1321
e5ef252a
PA
13222012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1323 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.threads/siginfo-threads.exp: New file.
1326 * gdb.threads/siginfo-threads.c: New file.
1327 * gdb.threads/sigstep-threads.exp: New file.
1328 * gdb.threads/sigstep-threads.c: New file.
1329
22f1fbae
TT
13302012-06-28 Tom Tromey <tromey@redhat.com>
1331
1332 * gdb.go/package.exp: Partially revert earlier patch; use
1333 gdb_compile again. Use standard_output_file.
1334
2e3cf129
DE
13352012-06-27 Doug Evans <dje@google.com>
1336
1337 * gdb.dwarf2/fission-base.c: New file.
1338 * gdb.dwarf2/fission-base.S: New file.
1339 * gdb.dwarf2/fission-base.exp: New file.
1340
785fd303
JK
13412012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1342
1343 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
1344
1bb9788d
TT
13452012-06-27 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
1348 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
1349
c83ee902
TT
13502012-06-27 Tom Tromey <tromey@redhat.com>
1351
1352 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
1353 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
1354 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
1355 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
1356 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
1357 prepare_for_testing.
1358 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
1359 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
1360 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
1361 standard_testfile.
1362 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
1363 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
1364 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
1365 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
1366 prepare_for_testing.
1367 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
1368 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
1369 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
1370 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
1371 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
1372 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
1373 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
1374 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
1375 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
1376 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
1377 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
1378 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
1379 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
1380 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
1381 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
1382 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
1383 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
1384 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
1385 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
1386 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
1387 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
1388 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
1389 standard_output_file.
1390 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
1391 standard_output_file.
1392 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
1393 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
1394 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
1395 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
1396 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
1397 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
1398 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
1399 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
1400 * gdb.dwarf2/implptr.exp: Use standard_testfile.
1401 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
1402 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
1403 * gdb.dwarf2/pieces.exp: Use standard_testfile.
1404 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
1405 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
1406 * gdb.dwarf2/valop.exp: Use standard_testfile,
1407 prepare_for_testing.
1408
5204774b
TT
14092012-06-27 Tom Tromey <tromey@redhat.com>
1410
1411 * gdb.python/python.exp: Fix regexps in pagination tests.
1412
ee0bf529
SCR
14132012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1414
1415 * gdb.python/py-symtab.exp: Add tests to test the new attribute
1416 'last' of gdb.Symtab_and_line.
1417 * gdb.python/py-symbol.c: Move break point comment to enable
1418 testing of gdb.Symtab_and_line.last.
1419
14fcc022
TT
14202012-06-26 Tom Tromey <tromey@redhat.com>
1421
1422 * gdb.threads/step.c: Remove.
1423 * gdb.threads/step.exp: Remove.
1424 * gdb.threads/step2.exp: Remove.
1425
0efbbabc
TT
14262012-06-26 Tom Tromey <tromey@redhat.com>
1427
1428 * gdb.threads/watchpoint-fork.exp (test): Use
1429 standard_output_file. Don't declare objdir.
1430 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
1431 standard_output_file.
1432 * gdb.threads/attach-stopped.exp: Use standard_testfile.
1433 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
1434 clean_restart. Remove incdir.
1435 * gdb.threads/corethreads.exp: Use standard_testfile.
1436 * gdb.threads/execl.exp: Use standard_testfile,
1437 standard_output_file, clean_restart.
1438 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
1439 clean_restart.
1440 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
1441 clean_restart.
1442 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
1443 incdir.
1444 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
1445 clean_restart. Remove incdir.
1446 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
1447 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
1448 clean_restart. Remove incdir.
1449 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
1450 Remove incdir.
1451 * gdb.threads/leader-exit.exp: Use standard_testfile.
1452 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
1453 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
1454 clean_restart.
1455 * gdb.threads/manythreads.exp: Use standard_testfile,
1456 clean_restart. Remove incdir.
1457 * gdb.threads/multi-create.exp: Use standard_testfile,
1458 clean_restart.
1459 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
1460 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
1461 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
1462 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
1463 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
1464 * gdb.threads/pending-step.exp: Use standard_testfile,
1465 clean_restart. Remove incdir.
1466 * gdb.threads/print-threads.exp: Use standard_testfile,
1467 clean_restart. Remove incdir.
1468 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
1469 clean_restart. Remove incdir.
1470 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
1471 Remove incdir.
1472 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
1473 incdir.
1474 * gdb.threads/sigthread.exp: Use standard_testfile,
1475 clean_restart.
1476 * gdb.threads/staticthreads.exp: Use standard_testfile,
1477 clean_restart. Remove incdir.
1478 * gdb.threads/switch-threads.exp: Use standard_testfile,
1479 clean_restart. Remove incdir.
1480 * gdb.threads/thread-execl.exp: Use standard_testfile,
1481 clean_restart. Remove incdir.
1482 * gdb.threads/thread-find.exp: Use standard_testfile,
1483 clean_restart.
1484 * gdb.threads/thread-specific.exp: Use standard_testfile,
1485 clean_restart. Remove incdir.
1486 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
1487 clean_restart. Remove incdir.
1488 * gdb.threads/thread_check.exp: Use standard_testfile,
1489 clean_restart. Remove incdir.
1490 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
1491 incdir.
1492 * gdb.threads/threadapply.exp: Use standard_testfile,
1493 clean_restart. Remove incdir.
1494 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
1495 clean_restart. Remove incdir.
1496 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
1497 clean_restart.
1498 * gdb.threads/tls-shared.exp: Use standard_testfile,
1499 clean_restart, standard_output_file.
1500 * gdb.threads/tls-var.exp: Use standard_testfile,
1501 standard_output_file.
1502 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
1503 Remove incdir.
1504 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
1505 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
1506 incdir.
1507 * gdb.threads/watchthreads2.exp: Use standard_testfile,
1508 clean_restart. Remove incdir.
1509
497a5eb0
TT
15102012-06-26 Tom Tromey <tromey@redhat.com>
1511
1512 * gdb.trace/actions.exp: Use standard_testfile.
1513 * gdb.trace/ax.exp: Use standard_testfile.
1514 * gdb.trace/backtrace.exp: Use standard_testfile.
1515 * gdb.trace/change-loc.exp: Use standard_testfile.
1516 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
1517 * gdb.trace/collection.exp: Use standard_testfile,
1518 prepare_for_testing.
1519 * gdb.trace/deltrace.exp: Use standard_testfile.
1520 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
1521 * gdb.trace/ftrace.exp: Use standard_testfile.
1522 * gdb.trace/infotrace.exp: Use standard_testfile.
1523 * gdb.trace/packetlen.exp: Use standard_testfile.
1524 * gdb.trace/passc-dyn.exp: Use standard_testfile.
1525 * gdb.trace/passcount.exp: Use standard_testfile.
1526 * gdb.trace/pending.exp: Use standard_testfile.
1527 * gdb.trace/report.exp: Use standard_testfile.
1528 * gdb.trace/save-trace.exp: Use standard_testfile.
1529 * gdb.trace/stap-trace.exp: Use standard_testfile.
1530 * gdb.trace/status-stop.exp: Use standard_testfile.
1531 * gdb.trace/strace.exp: Use standard_testfile.
1532 * gdb.trace/tfile.exp: Use standard_testfile.
1533 * gdb.trace/tfind.exp: Use standard_testfile.
1534 * gdb.trace/trace-break.exp: Use standard_testfile.
1535 * gdb.trace/trace-mt.exp: Use standard_testfile.
1536 * gdb.trace/tracecmd.exp: Use standard_testfile.
1537 * gdb.trace/tspeed.exp: Use standard_testfile.
1538 * gdb.trace/tstatus.exp: Use standard_testfile.
1539 * gdb.trace/tsv.exp: Use standard_testfile.
1540 * gdb.trace/unavailable.exp: Use standard_testfile,
1541 prepare_for_testing.
1542 * gdb.trace/while-dyn.exp: Use standard_testfile.
1543 * gdb.trace/while-stepping.exp: Use standard_testfile.
1544
7686c074
TT
15452012-06-26 Tom Tromey <tromey@redhat.com>
1546
1547 * gdb.reverse/break-precsave.exp: Use standard_testfile.
1548 * gdb.reverse/break-reverse.exp: Use standard_testfile.
1549 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
1550 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
1551 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
1552 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
1553 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
1554 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
1555 prepare_for_testing.
1556 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
1557 prepare_for_testing.
1558 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
1559 prepare_for_testing.
1560 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
1561 prepare_for_testing.
1562 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
1563 prepare_for_testing
1564 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
1565 * gdb.reverse/machinestate.exp: Use standard_testfile.
1566 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
1567 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
1568 build_executable.
1569 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
1570 build_executable.
1571 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
1572 standard_output_file.
1573 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
1574 standard_output_file.
1575 * gdb.reverse/step-precsave.exp: Use standard_testfile.
1576 * gdb.reverse/step-reverse.exp: Use standard_testfile.
1577 * gdb.reverse/until-precsave.exp: Use standard_testfile.
1578 * gdb.reverse/until-reverse.exp: Use standard_testfile.
1579 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
1580 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
1581
481fc100
TT
15822012-06-26 Tom Tromey <tromey@redhat.com>
1583
1584 * gdb.stabs/weird.exp: Remove directory-checking code. Use
1585 standard_output_file.
1586 * gdb.stabs/exclfwd.exp: Use standard_testfile,
1587 prepare_for_testing. Remove directory-checking code.
1588
7bb18ae2
TT
15892012-06-25 Tom Tromey <tromey@redhat.com>
1590
1591 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
1592 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
1593 build_executable, not prepare_for_testing.
1594 * gdb.multi/base.exp: Use standard_output_file. Use
1595 build_executable, not prepare_for_testing.
1596
cf09b3e4
TT
15972012-06-25 Tom Tromey <tromey@redhat.com>
1598
1599 * gdb.fortran/subarray.exp: Use standard_testfile,
1600 prepare_for_testing.
1601 * gdb.fortran/multi-dim.exp: Use standard_testfile.
1602 * gdb.fortran/module.exp: Use standard_testfile.
1603 * gdb.fortran/logical.exp: Use standard_testfile.
1604 * gdb.fortran/library-module.exp: Use standard_testfile,
1605 standard_output_file.
1606 * gdb.fortran/derived-type.exp: Use standard_testfile,
1607 prepare_for_testing.
1608 * gdb.fortran/complex.exp: Use standard_testfile,
1609 prepare_for_testing.
1610 * gdb.fortran/charset.exp: Use standard_testfile.
1611 * gdb.fortran/array-element.exp: Use standard_testfile,
1612 prepare_for_testing.
1613
18b5ff1b
KS
16142012-06-25 Keith Seitz <keiths@redhat.com>
1615
1616 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
1617 Change rbreak-related tests to KFAIL and add bugzilla numbers.
1618
17b77626
TT
16192012-06-25 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
1622 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
1623 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
1624 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
1625
f91e3dc1
TT
16262012-06-25 Tom Tromey <tromey@redhat.com>
1627
1628 * gdb.linespec/ls-errs.exp: Use standard_testfile.
1629 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
1630 * gdb.linespec/linespec.exp: Use standard_testfile.
1631
a884434d
TT
16322012-06-25 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
1635 prepare_for_testing.
1636
efc9d70a
TT
16372012-06-25 Tom Tromey <tromey@redhat.com>
1638
1639 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
1640 prepare_for_testing.
1641 * gdb.opt/inline-break.exp: Use standard_testfile,
1642 prepare_for_testing.
1643 * gdb.opt/inline-bt.exp: Use standard_testfile,
1644 prepare_for_testing.
1645 * gdb.opt/inline-cmds.exp: Use standard_testfile,
1646 prepare_for_testing.
1647 * gdb.opt/inline-locals.exp: Use standard_testfile,
1648 prepare_for_testing.
1649
e2fc92c6
TT
16502012-06-25 Tom Tromey <tromey@redhat.com>
1651
1652 * gdb.asm/asm-source.exp: Use standard_output_file,
1653 standard_testfile. Construct .o files in proper subdir.
1654
b0963d73
TT
16552012-06-25 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.server/ext-attach.exp: Use standard_testfile,
1658 prepare_for_testing.
1659 * gdb.server/ext-run.exp: Use standard_testfile,
1660 build_executable.
1661 * gdb.server/file-transfer.exp: Use standard_testfile,
1662 prepare_for_testing.
1663 * gdb.server/server-exec-info.exp: Use standard_testfile.
1664 * gdb.server/server-mon.exp: Use standard_testfile,
1665 prepare_for_testing.
1666 * gdb.server/server-run.exp: Use standard_testfile,
1667 build_executable.
1668 * gdb.server/solib-list.exp: Use standard_testfile,
1669 standard_output_file.
1670
8a3e1f8d
TT
16712012-06-25 Tom Tromey <tromey@redhat.com>
1672
1673 * lib/gdb.exp (standard_output_file): Use "file join".
1674 * gdb.go/chan.exp: Use standard_testfile.
1675 * gdb.go/handcall.exp: Use standard_testfile.
1676 * gdb.go/hello.exp: Use standard_testfile.
1677 * gdb.integers/chan.exp: Use standard_testfile.
1678 * gdb.go/methods.exp: Use standard_testfile.
1679 * gdb.go/package.exp: Use standard_testfile.
1680 * gdb.go/strings.exp: Use standard_testfile.
1681 * gdb.go/types.exp: Use standard_testfile.
1682 * gdb.go/unsafe.exp: Use standard_testfile.
1683
944a9061
MGD
16842012-06-25 Greta Yorsh <greta.yorsh@arm.com>
1685
1686 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
1687
1c06bd58
JK
16882012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1689
1690 Fix regression by the previous commit.
1691 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
1692
b4a58790
TT
16932012-06-22 Tom Tromey <tromey@redhat.com>
1694
1695 * gdb.python/lib-types.exp: Use standard_testfile,
1696 prepare_for_testing.
1697 * gdb.python/py-block.exp: Use standard_testfile.
1698 * gdb.python/py-breakpoint.exp: Use standard_testfile.
1699 * gdb.python/py-events.exp: Use standard_testfile,
1700 standard_output_file.
1701 * gdb.python/py-evsignal.exp: Use standard_testfile.
1702 * gdb.python/py-evethreads.exp: Use standard_testfile.
1703 * gdb.python/py-explore-cc.exp: Use standard_testfile.
1704 * gdb.python/py-explore.exp: Use standard_testfile.
1705 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
1706 standard_output_file.
1707 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
1708 prepare_for_testing.
1709 * gdb.python/py-frame-inline.exp: Use standard_testfile.
1710 * gdb.python/py-frame.exp: Use standard_testfile.
1711 * gdb.python/py-inferior.exp: Use standard_testfile.
1712 * gdb.python/py-infthread.exp: Use standard_testfile.
1713 * gdb.python/py-mi.exp: Use standard_testfile.
1714 * gdb.python/py-objfile-script.exp: Use standard_testfile,
1715 build_executable.
1716 * gdb.python/py-objfile.exp: Use standard_testfile.
1717 * gdb.python/py-pp-maint.exp: Use standard_testfile,
1718 prepare_for_testing.
1719 * gdb.python/py-prettyprint.exp: Use standard_testfile.
1720 * gdb.python/py-progspace.exp: Use standard_testfile,
1721 build_executable.
1722 * gdb.python/py-prompt.exp: Use standard_testfile,
1723 build_executable.
1724 * gdb.python/py-section-script.exp: Use standard_testfile,
1725 build_executable.
1726 * gdb.python/py-shared.exp: Use standard_testfile,
1727 standard_output_file, clean_restart.
1728 * gdb.python/py-symbol.exp: Use standard_output_file,
1729 prepare_for_testing.
1730 * gdb.python/py-symtab.exp: Use standard_output_file,
1731 prepare_for_testing
1732 * gdb.python/py-template.exp: Use standard_testfile.
1733 * gdb.python/py-type.exp: Use standard_testfile.
1734 * gdb.python/py-value-cc.exp: Use standard_testfile.
1735 * gdb.python/py-value.exp: Use standard_testfile.
1736 * gdb.python/python.exp: Use standard_testfile, build_executable.
1737
2c44deac
TT
17382012-06-22 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.objc/basicclass.exp: Use standard_testfile.
1741 (do_objc_tests): Don't declare objdir.
1742 * gdb.objc/nondebug.exp: Use standard_testfile.
1743 (do_objc_tests): Don't declare objdir.
1744 * gdb.objc/objcdecode.exp: Use standard_testfile.
1745 (do_objc_tests): Don't declare objdir.
1746
c24ccbce
TT
17472012-06-22 Tom Tromey <tromey@redhat.com>
1748
1749 * gdb.java/jmain.exp: Use standard_testfile.
1750 * gdb.java/jmisc.exp: Use standard_testfile.
1751 * gdb.java/jnpe.exp: Use standard_testfile.
1752 * gdb.java/jprint.exp: Use standard_testfile.
1753
0a6d0306
TT
17542012-06-22 Tom Tromey <tromey@redhat.com>
1755
1756 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
1757 (standard_output_file, standard_testfile): New procs.
1758 (build_executable, clean_restart): Use standard_output_file.
1759
6ea815ef
YQ
17602012-06-22 Yao Qi <yao@codesourcery.com>
1761
1762 * boards/native-gdbserver.exp: New proc ${board}_exec.
1763 * boards/native-stdio-gdbserver.exp: Likewise.
1764
4c93b1db
TT
17652012-06-21 Tom Tromey <tromey@redhat.com>
1766
1767 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
1768 (build_executable): Update.
1769 (get_compiler_info): Remove 'binfile' argument.
1770 * gdb.ada/arrayidx.exp: Update.
1771 * gdb.ada/null_array.exp: Update.
1772 * gdb.arch/altivec-abi.exp: Update.
1773 * gdb.arch/altivec-regs.exp: Update.
1774 * gdb.arch/amd64-byte.exp: Update.
1775 * gdb.arch/amd64-dword.exp: Update.
1776 * gdb.arch/amd64-word.exp: Update.
1777 * gdb.arch/i386-avx.exp: Update.
1778 * gdb.arch/i386-byte.exp: Update.
1779 * gdb.arch/i386-sse.exp: Update.
1780 * gdb.arch/i386-word.exp: Update.
1781 * gdb.arch/ppc-dfp.exp: Update.
1782 * gdb.arch/ppc-fp.exp: Update.
1783 * gdb.arch/vsx-regs.exp: Update.
1784 * gdb.base/all-bin.exp: Update.
1785 * gdb.base/annota1.exp: Update.
1786 * gdb.base/async.exp: Update.
1787 * gdb.base/attach.exp: Update.
1788 * gdb.base/break-interp.exp: Update.
1789 * gdb.base/call-ar-st.exp: Update.
1790 * gdb.base/call-rt-st.exp: Update.
1791 * gdb.base/call-sc.exp: Update.
1792 * gdb.base/callfuncs.exp: Update.
1793 * gdb.base/catch-load.exp: Update.
1794 * gdb.base/completion.exp: Update.
1795 * gdb.base/complex.exp: Update.
1796 * gdb.base/condbreak.exp: Update.
1797 * gdb.base/consecutive.exp: Update.
1798 * gdb.base/constvars.exp: Update.
1799 * gdb.base/corefile.exp: Update.
1800 * gdb.base/eval-skip.exp: Update.
1801 * gdb.base/expand-psymtabs.exp: Update.
1802 * gdb.base/exprs.exp: Update.
1803 * gdb.base/fileio.exp: Update.
1804 * gdb.base/fixsection.exp: Update.
1805 * gdb.base/funcargs.exp: Update.
1806 * gdb.base/gdb11530.exp: Update.
1807 * gdb.base/gdb1555.exp: Update.
1808 * gdb.base/gnu-ifunc.exp: Update.
1809 * gdb.base/gnu_vector.exp: Update.
1810 * gdb.base/info-macros.exp: Update.
1811 * gdb.base/jit-simple.exp: Update.
1812 * gdb.base/jit-so.exp: Update.
1813 * gdb.base/jit.exp: Update.
1814 * gdb.base/langs.exp: Update.
1815 * gdb.base/list.exp: Update.
1816 * gdb.base/logical.exp: Update.
1817 * gdb.base/long_long.exp: Update.
1818 * gdb.base/longjmp.exp: Update.
1819 * gdb.base/macscp.exp: Update.
1820 * gdb.base/mips_pro.exp: Update.
1821 * gdb.base/miscexprs.exp: Update.
1822 * gdb.base/morestack.exp: Update.
1823 * gdb.base/nodebug.exp: Update.
1824 * gdb.base/opaque.exp: Update.
1825 * gdb.base/pc-fp.exp: Update.
1826 * gdb.base/pending.exp: Update.
1827 * gdb.base/permissions.exp: Update.
1828 * gdb.base/pointers.exp: Update.
1829 * gdb.base/prelink.exp: Update.
1830 * gdb.base/printcmds.exp: Update.
1831 * gdb.base/psymtab.exp: Update.
1832 * gdb.base/ptype.exp: Update.
1833 * gdb.base/relational.exp: Update.
1834 * gdb.base/scope.exp: Update.
1835 * gdb.base/setvar.exp: Update.
1836 * gdb.base/shlib-call.exp: Update.
1837 * gdb.base/shreloc.exp: Update.
1838 * gdb.base/signals.exp: Update.
1839 * gdb.base/sizeof.exp: Update.
1840 * gdb.base/so-impl-ld.exp: Update.
1841 * gdb.base/so-indr-cl.exp: Update.
1842 * gdb.base/solib-disc.exp: Update.
1843 * gdb.base/solib-display.exp: Update.
1844 * gdb.base/solib-nodir.exp: Update.
1845 * gdb.base/solib-overlap.exp: Update.
1846 * gdb.base/solib-symbol.exp: Update.
1847 * gdb.base/solib-weak.exp: Update.
1848 * gdb.base/solib.exp: Update.
1849 * gdb.base/store.exp: Update.
1850 * gdb.base/structs.exp: Update.
1851 * gdb.base/structs2.exp: Update.
1852 * gdb.base/type-opaque.exp: Update.
1853 * gdb.base/unload.exp: Update.
1854 * gdb.base/varargs.exp: Update.
1855 * gdb.base/volatile.exp: Update.
1856 * gdb.base/watch_thread_num.exp: Update.
1857 * gdb.base/watchpoint-solib.exp: Update.
1858 * gdb.base/watchpoint.exp: Update.
1859 * gdb.base/watchpoints.exp: Update.
1860 * gdb.base/whatis.exp: Update.
1861 * gdb.cell/arch.exp: Update.
1862 * gdb.cell/break.exp: Update.
1863 * gdb.cell/bt.exp: Update.
1864 * gdb.cell/core.exp: Update.
1865 * gdb.cell/data.exp: Update.
1866 * gdb.cell/ea-cache.exp: Update.
1867 * gdb.cell/f-regs.exp: Update.
1868 * gdb.cell/fork.exp: Update.
1869 * gdb.cell/gcore.exp: Update.
1870 * gdb.cell/mem-access.exp: Update.
1871 * gdb.cell/ptype.exp: Update.
1872 * gdb.cell/registers.exp: Update.
1873 * gdb.cell/sizeof.exp: Update.
1874 * gdb.cell/solib-symbol.exp: Update.
1875 * gdb.cell/solib.exp: Update.
1876 * gdb.cp/ambiguous.exp: Update.
1877 * gdb.cp/breakpoint.exp: Update.
1878 * gdb.cp/bs15503.exp: Update.
1879 * gdb.cp/casts.exp: Update.
1880 * gdb.cp/class2.exp: Update.
1881 * gdb.cp/cpexprs.exp: Update.
1882 * gdb.cp/cplusfuncs.exp: Update.
1883 * gdb.cp/ctti.exp: Update.
1884 * gdb.cp/dispcxx.exp: Update.
1885 * gdb.cp/gdb1355.exp: Update.
1886 * gdb.cp/gdb2384.exp: Update.
1887 * gdb.cp/gdb2495.exp: Update.
1888 * gdb.cp/infcall-dlopen.exp: Update.
1889 * gdb.cp/local.exp: Update.
1890 * gdb.cp/m-data.exp: Update.
1891 * gdb.cp/m-static.exp: Update.
1892 * gdb.cp/mb-ctor.exp: Update.
1893 * gdb.cp/mb-inline.exp: Update.
1894 * gdb.cp/mb-templates.exp: Update.
1895 * gdb.cp/member-ptr.exp: Update.
1896 * gdb.cp/method.exp: Update.
1897 * gdb.cp/namespace.exp: Update.
1898 * gdb.cp/nextoverthrow.exp: Update.
1899 * gdb.cp/nsdecl.exp: Update.
1900 * gdb.cp/nsrecurs.exp: Update.
1901 * gdb.cp/nsstress.exp: Update.
1902 * gdb.cp/nsusing.exp: Update.
1903 * gdb.cp/pr-1023.exp: Update.
1904 * gdb.cp/pr-1210.exp: Update.
1905 * gdb.cp/pr-574.exp: Update.
1906 * gdb.cp/pr9631.exp: Update.
1907 * gdb.cp/printmethod.exp: Update.
1908 * gdb.cp/psmang.exp: Update.
1909 * gdb.cp/re-set-overloaded.exp: Update.
1910 * gdb.cp/rtti.exp: Update.
1911 * gdb.cp/shadow.exp: Update.
1912 * gdb.cp/templates.exp: Update.
1913 * gdb.cp/try_catch.exp: Update.
1914 * gdb.dwarf2/dw2-ranges.exp: Update.
1915 * gdb.dwarf2/pr10770.exp: Update.
1916 * gdb.fortran/library-module.exp: Update.
1917 * gdb.hp/gdb.aCC/optimize.exp: Update.
1918 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
1919 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
1920 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
1921 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
1922 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
1923 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
1924 * gdb.hp/gdb.compat/xdb1.exp: Update.
1925 * gdb.hp/gdb.compat/xdb2.exp: Update.
1926 * gdb.hp/gdb.compat/xdb3.exp: Update.
1927 * gdb.hp/gdb.defects/bs14602.exp: Update.
1928 * gdb.hp/gdb.defects/solib-d.exp: Update.
1929 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
1930 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
1931 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
1932 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
1933 * gdb.mi/gdb792.exp: Update.
1934 * gdb.mi/mi-pending.exp: Update.
1935 * gdb.mi/mi-solib.exp: Update.
1936 * gdb.mi/mi-var-cp.exp: Update.
1937 * gdb.opt/clobbered-registers-O2.exp: Update.
1938 * gdb.opt/inline-bt.exp: Update.
1939 * gdb.opt/inline-cmds.exp: Update.
1940 * gdb.opt/inline-locals.exp: Update.
1941 * gdb.python/py-events.exp: Update.
1942 * gdb.python/py-finish-breakpoint.exp: Update.
1943 * gdb.python/py-type.exp: Update.
1944 * gdb.reverse/solib-precsave.exp: Update.
1945 * gdb.reverse/solib-reverse.exp: Update.
1946 * gdb.server/solib-list.exp: Update.
1947 * gdb.stabs/weird.exp: Update.
1948 * gdb.threads/attach-into-signal.exp: Update.
1949 * gdb.threads/attach-stopped.exp: Update.
1950 * gdb.threads/tls-shared.exp: Update.
1951 * gdb.trace/change-loc.exp: Update.
1952 * gdb.trace/strace.exp: Update.
1953
95c391b6
TT
19542012-06-19 Tom Tromey <tromey@redhat.com>
1955
1956 * gdb.base/whatis.exp: Add tests.
1957
e910f0b6
TT
19582012-06-19 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.cp/m-static.cc (keepalive): New function.
1961 (gnu_obj_1::method): Use it.
1962
422d65e7
DE
19632012-06-18 Doug Evans <dje@google.com>
1964
1965 * gdb.base/info-fun.exp: New file.
1966 * gdb.base/info-fun.c: New file.
1967 * gdb.base/info-fun-solib.c: New file.
1968
e2e4d78b
JK
19692012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1970
1971 Remove stale dummy frames.
1972 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
1973 (maintenance info breakpoints): New tests.
1974 * gdb.base/stale-infcall.c: New file.
1975 * gdb.base/stale-infcall.exp: New file.
1976
1788b2d3
JK
19772012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.arch/amd64-entry-value-param.S: New file.
1980 * gdb.arch/amd64-entry-value-param.c: New file.
1981 * gdb.arch/amd64-entry-value-param.exp: New file.
1982
663b969e
TT
19832012-06-15 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.cp/namespace.exp: Add "show lang" test.
1986
8e09ad05
IS
19872012-06-15 Iain Sandoe <iain@codesourcery.com>
1988
1989 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
1990 case. (top level): Use gdb_file_cmd instead of gdb_load.
1991
f85e18ee
JK
19922012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 PR tdep/14222
1995 * gdb.arch/i386-sse-stack-align.S: New file.
1996 * gdb.arch/i386-sse-stack-align.c: New file.
1997 * gdb.arch/i386-sse-stack-align.exp: New file.
1998
f3b5e280
KS
19992012-06-13 Keith Seitz <keiths@redhat.com>
2000
2001 PR breakpoints/13798 and mi/11541
2002 * gdb.linespec/ls-errs.exp: Add a few more tests for
2003 filenames with spaces and colons.
2004
50af5481
JK
20052012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
2008 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
2009 (test_function): Call CV_f.
2010 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
2011 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
2012 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
2013 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
2014 (p CV_f(CV::i)): New tests.
2015
d55637df
TT
20162012-06-13 Tom Tromey <tromey@redhat.com>
2017
2018 * gdb.base/condbreak.exp: Add tests for "condition" completion.
2019
cc80f267
JK
20202012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 Fix regression by the "ambiguous linespec" series.
2023 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
2024 tests.
2025
bb2af9cc
JK
20262012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
2029 missing.
2030
e81a37f7
TT
20312012-06-11 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
2034 location...
2035 (main): ...here.
2036
8efd7788
YQ
20372012-06-07 Yao Qi <yao@codesourcery.com>
2038
2039 * gdb.trace/strace.exp: Shorten some too-long lines.
2040
359f5fe6
PA
20412012-06-06 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.threads/clone-new-thread-event.c: New file.
2044 * gdb.threads/clone-new-thread-event.exp: New file.
2045
7b2fe205
YQ
20462012-06-06 Yao Qi <yao@codesourcery.com>
2047
2048 * gdb.base/dprintf.c (main): Add extra parameter when calling
2049 printf and fprintf.
2050 (bar): New function. It is a dead function, but to ensure
2051 'malloc' is linked explicitly.
2052
3eca55e8
YQ
20532012-06-06 Yao Qi <yao@codesourcery.com>
2054
2055 * gdb.base/info-proc.exp: Return if target doesn't support
2056 'info proc'.
2057
91cc9324
JK
20582012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
2061 (run program with breakpoint commands): XFAIl if it is not.
2062
c56e7c43
JB
20632012-06-05 Joel Brobecker <brobecker@adacore.com>
2064
2065 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
2066 and add comment.
2067 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
2068 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
2069 "STOP" marker. Adjust testing strategy to make it work on
2070 all targets.
2071
2072 * gdb.base/print-file-var-main.c (main): Rewrite using local
2073 variables and adjust get_version_2's return value check.
2074 Add small comment.
2075 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
2076 marker. Adjust testing strategy to make it work on all targets.
2077
ccab2054
JB
20782012-06-05 Joel Brobecker <brobecker@adacore.com>
2079
2080 * gdb.ada/bad-task-bp-keyword: New testcase.
2081
d0d86158
JK
20822012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2083
2084 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
2085 Simplify it to ...
2086 (symbol-file ${testfile1}): ... here.
2087 (test eliminated var my_global_symbol)
2088 (test eliminated var my_static_symbol)
2089 (test eliminated var my_global_func, get address of main): Wrap them to
2090 'single psymtabs' and 'single symtabs'
2091 (get address of my_global_symbol, get address of my_static_symbol)
2092 (get address of my_global_func, get address of main): Wrap them to
2093 'order1' and 'order2'.
2094
952cf74c
JK
2095 * gdb.base/code_elim.exp
2096 (add-symbol-file ${testfile1} 0x100000)
2097 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
2098 'order2'.
2099 (order1: add-symbol-file ${testfile1} 0x100000)
2100 (order1: add-symbol-file ${testfile2} 0x200000)
2101 (order2: add-symbol-file ${testfile2} 0x200000)
2102 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
2103 .bss as appropriate.
2104
0c5bf5a9
JK
21052012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 * gdb.server/solib-list-lib.c: New file.
2108 * gdb.server/solib-list-main.c: New file.
2109 * gdb.server/solib-list.exp: New file.
2110
4196f325
MR
21112012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
2112
2113 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
2114 for 'set print symbol' change.
2115
bfb05775
JK
21162012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
2119 .debug_abbrev_seg3.
2120
685b1105
JK
21212012-05-24 John Steele Scott <toojays@toojays.net>
2122
2123 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
2124 * gdb.dwarf2/dw2-icc-opaque.S: New file.
2125 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
2126
f3e0e960
SS
21272012-05-23 Stan Shebs <stan@codesourcery.com>
2128
2129 * gdb.mi/mi-info-os.exp: New file.
2130
11eb1b4d
KS
21312012-05-23 Keith Seitz <keiths@redhat.com>
2132
2133 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
2134 return -1 to suppress the rest of the tests.
2135 (compile_stap_bin): Return boolean success value.
2136
b1af9e97
TT
21372012-05-21 Tom Tromey <tromey@redhat.com>
2138
2139 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
2140 Remove kfails.
2141 (test_print_mi_member_types): Likewise.
2142
248537e3
TT
21432012-05-21 Tom Tromey <tromey@redhat.com>
2144
2145 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
2146 print symbol' change.
2147
d791e155
TJB
21482012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2149
2150 * gdb.python/py-prompt.exp: Quit if the target is remote.
2151
e77afa2e
JK
21522012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 Fix ERROR: internal buffer is full.
2155 * gdb.base/info-os.exp (expect_multiline): New function.
2156 (get process list, get process groups, get threads)
2157 (get file descriptors, get internet-domain sockets)
2158 (get shared-memory regions, get semaphores, get message queues): Use
2159 it for these tests.
2160
9cb709b6
TT
21612012-05-18 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.mi/mi-var-cmd.exp: Update.
2164 * gdb.objc/basicclass.exp (do_objc_tests): Update.
2165 * gdb.cp/virtbase.exp: Update.
2166 * gdb.cp/classes.exp (test_static_members): Update.
2167 * gdb.cp/casts.exp: Update.
2168 * gdb.base/pointers.exp: Update.
2169 * gdb.base/funcargs.exp (pointer_args): Update.
2170 (structs_by_reference): Update.
2171 * gdb.base/find.exp: Update.
2172 * gdb.base/call-strs.exp: Send "set print symbol off".
2173 * gdb.base/call-ar-st.exp: Update.
2174 * gdb.ada/fun_addr.exp: Update.
2175 * gdb.base/printcmds.exp (test_print_symbol): New proc.
2176 Call it.
2177 (test_print_repeats_10, test_print_strings)
2178 (test_print_char_arrays): Update.
2179
b012acdd
TT
21802012-05-18 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.base/charset.exp (string_display): Update.
2183
1d51a733
TT
21842012-05-18 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.mi/mi2-var-display.exp: Update.
2187 * gdb.mi/mi-var-display.exp: Update.
2188 * gdb.mi/mi-var-child.exp: Update.
2189 * gdb.cp/expand-psymtabs-cxx.exp: Update.
2190 * gdb.cp/cp-relocate.exp (get_func_address): Update.
2191
957df313
DE
21922012-05-17 Doug Evans <dje@google.com>
2193
682c7f7b
DE
2194 * info-macros.exp: Pass "debug" to prepare_for_testing.
2195
957df313
DE
2196 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
2197 * gdb.ada/Makefile.in (clean): Ditto.
2198 * gdb.arch/Makefile.in (clean): Ditto.
2199 * gdb.asm/Makefile.in (clean): Ditto.
2200 * gdb.base/Makefile.in (clean): Ditto.
2201 * gdb.cell/Makefile.in (clean): Ditto.
2202 * gdb.cp/Makefile.in (clean): Ditto.
2203 * gdb.disasm/Makefile.in (clean): Ditto.
2204 * gdb.dwarf2/Makefile.in (clean): Ditto.
2205 * gdb.fortran/Makefile.in (clean): Ditto.
2206 * gdb.go/Makefile.in (clean): Ditto.
2207 * gdb.hp/Makefile.in (clean): Ditto.
2208 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
2209 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
2210 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
2211 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
2212 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
2213 * gdb.java/Makefile.in (clean): Ditto.
2214 * gdb.linespec/Makefile.in (clean): Ditto.
2215 * gdb.mi/Makefile.in (clean): Ditto.
2216 * gdb.modula2/Makefile.in (clean): Ditto.
2217 * gdb.multi/Makefile.in (clean): Ditto.
2218 * gdb.objc/Makefile.in (clean): Ditto.
2219 * gdb.opencl/Makefile.in (clean): Ditto.
2220 * gdb.opt/Makefile.in (clean): Ditto.
2221 * gdb.pascal/Makefile.in (clean): Ditto.
2222 * gdb.python/Makefile.in (clean): Ditto.
2223 * gdb.reverse/Makefile.in (clean): Ditto.
2224 * gdb.server/Makefile.in (clean): Ditto.
2225 * gdb.stabs/Makefile.in (clean): Ditto.
2226 * gdb.threads/Makefile.in (clean): Ditto.
2227 * gdb.trace/Makefile.in (clean): Ditto.
2228 * gdb.xml/Makefile.in (clean): Ditto.
2229
abc9d0dc
TT
22302012-05-16 Tom Tromey <tromey@redhat.com>
2231
2232 * gdb.base/macscp1.c (macscp_expr): Add comment.
2233 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
2234
6a3a010b
MR
22352012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
2236
2237 * gdb.base/return-nodebug.exp: Also test float and double types.
2238
01429c8e
JK
22392012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 PR testsuite/12649
2242 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
2243
54115cd4
JK
2244 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
2245
0c5f383f
SDJ
22462012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
2247
2248 * gdb.base/stap-probe.exp (stap_test): Remove calls to
2249 `rerun_to_main'.
2250 (stap_test_no_debuginfo): Likewise.
2251
e7e0cddf
SS
22522012-05-14 Stan Shebs <stan@codesourcery.com>
2253
2254 * gdb.base/dprintf.c: New file.
2255 * gdb.base/dprintf.exp: New file.
2256
c772f8e7
HZ
22572012-05-14 Hui Zhu <hui_zhu@mentor.com>
2258
2259 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
2260 * gdb.trace/disconnected-tracing.c: New file.
2261 * gdb.trace/disconnected-tracing.exp: New file.
2262
7efc75aa
SCR
22632012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2264
2265 * gdb.python/python.c: Add a new breakpoint comment.
2266 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
2267
85d4a676
SS
22682011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
2269
2270 * gdb.base/info-os.exp: New file.
2271 * gdb.base/info-os.c: New file.
2272
64ea88dc
JB
22732012-05-10 Joel Brobecker <brobecker@adacore.com>
2274
4647ab1b
JB
2275 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
2276 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
2277 New files.
64ea88dc 2278
afba63f1
JB
22792012-05-10 Joel Brobecker <brobecker@adacore.com>
2280
2281 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
2282 gdb.base/ctxobj.exp: New files.
2283
9d198b1e
TT
22842012-05-09 Tom Tromey <tromey@redhat.com>
2285
2286 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
2287
9bfee719
MR
22882012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
2289
2290 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
2291
3a7341d8
MR
22922012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
2293
2294 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
2295 before using it.
2296
52b3699b
TG
22972012-05-04 Tristan Gingold <gingold@adacore.com>
2298
2299 * gdb.base/set-noassign.exp: New test.
2300
a20ee7a4
SCR
23012012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2302
2303 * gdb.python/py-symbol.exp: Add tests to test the new methods
2304 gdb.Symtab.global_block() and gdb.Symtab.static_block().
2305 * gdb.python/py-symbol.c: Add new struct to help test
2306 gdb.Symtab.static_block().
2307
bf2f0858
DE
23082012-05-03 Doug Evans <dje@google.com>
2309
2310 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
2311 commented out.
2312
2d4e0376
YQ
23132012-05-03 Yao Qi <yao@codesourcery.com>
2314
2315 * gdb.base/catch-syscall.exp: Skip it before compilation if target
2316 doesn't support.
2317 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
2318 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
2319
6d0bb9f3
YQ
23202012-05-03 Yao Qi <yao@codesourcery.com>
2321
2322 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
2323
fd820528
DE
23242012-04-30 Doug Evans <dje@google.com>
2325
2326 PR testsuite/13961
2327 * gdb.dwarf2/pr13961.S: New file.
2328 * gdb.dwarf2/pr13961.exp: New file.
2329
b9e219b9
YQ
23302012-04-29 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
2333
3019eac3
DE
23342012-04-28 Doug Evans <dje@google.com>
2335
2336 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
2337 .Ltype_int_in_cu2. Use name "int2" instead of "int".
2338 All uses updated.
2339 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
2340 "ptype func_cu1" to expand cu2 before cu1.
2341
62e5f89c
SDJ
23422012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2343 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.base/default.exp: Add `$_probe_arg*' convenience
2346 variables.
2347 * gdb.base/stap-probe.c: New file.
2348 * gdb.base/stap-probe.exp: New file.
2349 * gdb.trace/stap-trace.c: New file.
2350 * gdb.trace/stap-trace.exp: New file.
2351 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
2352 libgcc's unwinder.
2353
14132e89
MR
23542012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2355
2356 * gdb.arch/mips16-thunks-inmain.c: New file.
2357 * gdb.arch/mips16-thunks-main.c: New file.
2358 * gdb.arch/mips16-thunks-sin.c: New file.
2359 * gdb.arch/mips16-thunks-sinfrob.c: New file.
2360 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
2361 * gdb.arch/mips16-thunks-sinmain.c: New file.
2362 * gdb.arch/mips16-thunks-sinmips16.c: New file.
2363 * gdb.arch/mips16-thunks.exp: New file.
2364
a766d390
DE
23652012-04-25 Doug Evans <dje@google.com>
2366
2367 * configure.ac: Create gdb.go/Makefile.
2368 * configure: Regenerate.
2369 * gdb.base/default.exp: Add "go" to "set language" testing.
2370 * gdb.go/Makefile.in: New file.
2371 * gdb.go/basic-types.exp: New file.
2372 * gdb.go/chan.exp: New file.
2373 * gdb.go/chan.go: New file.
2374 * gdb.go/handcall.exp: New file.
2375 * gdb.go/handcall.go: New file.
2376 * gdb.go/hello.exp: New file.
2377 * gdb.go/hello.go: New file.
2378 * gdb.go/integers.exp: New file.
2379 * gdb.go/integers.go: New file.
2380 * gdb.go/methods.exp: New file.
2381 * gdb.go/methods.go: New file.
2382 * gdb.go/package.exp: New file.
2383 * gdb.go/package1.go: New file.
2384 * gdb.go/package2.go: New file.
2385 * gdb.go/print.exp: New file.
2386 * gdb.go/strings.exp: New file.
2387 * gdb.go/strings.go: New file.
2388 * gdb.go/types.exp: New file.
2389 * gdb.go/types.go: New file.
2390 * gdb.go/unsafe.exp: New file.
2391 * gdb.go/unsafe.go: New file.
2392 * lib/future.exp: Add Go support.
2393 (gdb_find_go, gdb_find_go_linker): New procs.
2394 (gdb_default_target_compile): Add Go support.
2395 * lib/gdb.exp (skip_go_tests): New proc.
2396 * lib/go.exp: New file.
2397
e65f9ffb
TT
23982012-04-25 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
2401
14e75d8e
JK
24022012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2403 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 PR symtab/7259:
2406 * gdb.base/enumval.c: New test case.
2407 * gdb.base/enumval.exp: New test case.
2408 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
2409 field.bitpos.
2410
f3525b70
PA
24112012-04-17 Pedro Alves <palves@redhat.com>
2412
2413 * Makefile.in (site.exp): Make site.exp source
2414 $srcdir/lib/append_gdb_boards_dir.exp.
2415 * lib/append_gdb_boards_dir.exp: New file.
2416
bccbefd2
JK
24172012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 New option "set auto-load safe-path".
2420 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
2421 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
2422
bf88dd68
JK
24232012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 auto-load: Implementation.
2426 * gdb.base/help.exp (test set height): Increase the height.
2427 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
2428 to ...
2429 (info auto-load python-scripts): ... here.
2430 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
2431 to ...
2432 (info auto-load python-scripts *): ... here.
2433
c0d4d1c0
YQ
24342012-04-16 Yao Qi <yao@codesourcery.com>
2435
2436 * lib/trace-support.exp (get_in_proc_agent): New.
2437 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
2438 of in process trace agent.
2439 * gdb.trace/ftrace.exp: Likewise.
2440 * gdb.trace/pending.exp: Likewise.
2441 * gdb.trace/trace-break.exp: Likewise.
2442 * gdb.trace/trace-mt.exp
2443 * gdb.trace/tspeed.exp: Likewise.
2444 * gdb.trace/tstatus.exp
2445 * gdb.trace/strace.exp: Likewise.
2446
cbf68a60
TS
24472012-04-16 Thomas Schwinge <thomas@codesourcery.com>
2448
dd6d3b70
TS
2449 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
2450 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
2451
cbf68a60
TS
2452 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
2453
8264ba82
AG
24542012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2455
2456 PR mi/13393
2457 * gdb.mi/mi-var-rtti.cc: New file.
2458 * gdb.mi/mi-var-rtti.exp: New file.
2459 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
2460 function.
2461 (mi_varobj_update_with_type_change): updated to avoid code duplication.
2462
de0919f8 24632012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
2464
2465 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
2466 EXECUTABLES.
2467 * gdb.python/py-explore.c: C program used for testing the new
2468 'explore' command on C constructs.
2469 * gdb.python/py-explore.cc: C++ program used for testing the new
2470 'explore' command on C++ constructs.
2471 * gdb-python/py-explore.exp: Tests for the new 'explore'
2472 command on C constructs.
2473 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
2474 command on C++ constructs.
2475
a82da7dd
MK
24762012-04-07 Mark Kettenis <kettenis@gnu.org>
2477
2478 * gdb.base/funcargs.exp (complex_args): Fix typo.
2479
e127cba8
JK
24802012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2481
2482 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
2483 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
2484
40e084e1
KS
24852012-04-05 Keith Seitz <keiths@redhat.com>
2486
2487 * gdb.base/advance.exp: Update error message for
2488 "advance malformed" test.
2489 * gdb.base/break.exp: Likewise for "breakpoint with
2490 trailing garbage" test.
2491 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
2492 with trailing garbage" test.
2493 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
2494 trailng garbage" test.
2495 * gdb.base/until.exp: Likewise for "malformed until" test.
2496 * gdb.cp/ovldbreak.exp: Create the breakpoint table
2497 for "breakpoint info (after setting on all)".
2498 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
2499 tests.
2500 * gdb.cp/cplabel.cc: New file.
2501 * gdb.cp/cplabel.exp: New test.
2502 * gdb.linespec/ls-errs.c: New file.
2503 * gdb.linespec/ls-errs.exp: New test.
2504
a72c8f6a
JK
25052012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * gdb.trace/unavailable.exp
2508 (collect globals: print object on: print derived_partial)
2509 (collect globals: print object on: print derived_whole)
2510 (collect globals: print object off: print derived_partial)
2511 (collect globals: print object off: print derived_whole): Update
2512 expected output.
2513
f87a3023
KS
25142012-03-30 Keith Seitz <keiths@redhat.com>
2515
2516 * gdb.python: Add test for linespecs with commas.
2517
e2171b3c
KS
25182012-03-28 Keith Seitz <keiths@redhat.com>
2519
2520 * gdb.linespec/ls-dollar.cc: New file.
2521 * gdb.linespec/ls-dollar.exp: New test.
2522
25232012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
2524
2525 * gdb.cp/namespace.exp: Add breakpoint tests for functions
2526 starting with the global namespace.
2527
2f4e0a80
DE
25282012-03-23 Doug Evans <dje@google.com>
2529
2530 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
2531
7b282c5a
SCR
25322012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2533
2534 * gdb.python/py-value.cc: Add test case for testing the
2535 methodology exposing C++ values to Python.
2536 * gdb.python/py-value-cc.exp: Add tests testing the methodology
2537 exposing C++ values to Python.
2538 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
2539
2e98ca53
JK
25402012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2541 Siddhesh Poyarekar <siddhesh@redhat.com>
2542
2543 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
2544 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
2545 (generate native core dump): Make the test unsupported if core cannot
2546 be generated.
2547
8320cc4f
JK
25482012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
2551 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
2552 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
2553
3a69ffb2
JK
25542012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2555
2556 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
2557
8fabffee
DE
25582012-03-17 Doug Evans <dje@google.com>
2559
2560 * dg-extract-results.sh: Handle KFAILs.
2561
ab260dad
JK
25622012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2563
2564 PR symtab/13777
2565 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
2566
53ba8333
JB
25672012-03-16 Joel Brobecker <brobecker@adacore.com>
2568
2569 * gdb.ada/set_pckd_arr_elt: New testcase.
2570
481860b3
GB
25712012-03-16 Gary Benson <gbenson@redhat.com>
2572
2573 PR breakpoints/10738
2574 * gdb.opt/inline-break.exp: New file.
2575 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
2576 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
2577 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
2578 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
2579 * gdb.base/async-shell.exp: Likewise.
2580 * lib/mi-support.exp (library_loaded_re): Likewise.
2581
410528f0
TT
25822012-03-15 Tom Tromey <tromey@redhat.com>
2583
2584 * gdb.cp/virtfunc2.exp: Update expected output.
2585 * gdb.cp/pr9631.exp: Update expected output.
2586 * gdb.cp/member-ptr.exp: Update expected output.
2587 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
2588 output.
2589 * gdb.cp/casts.exp: Update expected output.
2590
c4aeac85
TT
25912012-03-15 Tom Tromey <tromey@redhat.com>
2592
2593 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
2594 (test_info_vtbl): Likewise.
2595 (do_tests): Call test_info_vtbl.
2596 * gdb.cp/virtfunc.cc (va): New global.
2597
856d06f9
TS
25982012-03-15 Thomas Schwinge <thomas@codesourcery.com>
2599
2600 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
2601 describing DWARF data structures.
2602 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
2603 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
2604 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
2605 * gdb.dwarf2/dw2-entry-value.S: Likewise.
2606 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2607 * gdb.dwarf2/dw2-param-error.S: Likewise.
2608 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
2609 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
2610 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
2611 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
2612 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2613 * gdb.dwarf2/pr11465.S: Likewise.
2614
e837f12a
JK
26152012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 * gdb.mi/mi2-prompt.exp: New file.
2618
ccbb4f28
JB
26192012-03-13 Joel Brobecker <brobecker@adacore.com>
2620
2621 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
2622
32039130
JB
26232012-03-13 Joel Brobecker <brobecker@adacore.com>
2624
2625 * gdb.ada/bp_range_type: New testcase.
2626
16899756
DE
26272012-03-13 Doug Evans <dje@google.com>
2628
2629 * gdb.base/default.exp: Delete tests for symbol-reloading.
2630 * gdb.base/help.exp: Ditto.
2631 * gdb.base/setshow.exp: Ditto.
2632 * gdb.base/gdb_history: Delete references to symbol-reloading.
2633
87b0bb13
JK
26342012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 * gdb.base/attach-twice.c: New files.
2637 * gdb.base/attach-twice.exp: New files.
2638
0d7941a9
KS
26392012-03-08 Keith Seitz <keiths@redhat.com>
2640
2641 * lib/gdb.exp (gdb_get_line_number): Throw an
2642 error instead of returning -1.
2643 * gdb.base/break.exp: Remove unused variable
2644 bp_location5.
2645 * gdb.base/hbreak2.exp: Likewise.
2646 * gdb.base/sepdebug.exp: Likewise.
2647
f4647387
YQ
26482012-03-08 Yao Qi <yao@codesourcery.com>
2649 Pedro Alves <palves@redhat.com>
2650
2651 Fix PR server/13392.
2652 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
2653 (tracepoint_change_loc_2): Remove kfail. Return if failed to
2654 download tracepoints.
2655 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
2656 (pending_tracepoint_resolved_during_trace): Likewise.
2657 (pending_tracepoint_installed_during_trace): Likewise.
2658 (pending_tracepoint_with_action_resolved): Likewise.
2659
83c532cb
KS
26602012-03-08 Keith Seitz <keiths@redhat.com>
2661
2662 * gdb.ada/array_bounds.exp: Get breakpoint for line
2663 with "START", not "STOP".
2664 * gdb.python/py-infthread.exp: Do not continue to
2665 line marked "Break here.", which is undefined.
2666
d6b6bbb7
LM
26672012-03-08 Luis Machado <lgustavo@codesourcery.com>
2668
2669 Revert:
2670
2671 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 Implement testsuite workaround for PR breakpoints/13781.
2674 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2675 (set breakpoint condition-evaluation host): New conditional command.
2676
7fe25d9b
JK
26772012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2678
2679 Fix CU relative vs. absolute DIE offsets.
2680 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
2681 one.
2682
51898c15
JK
26832012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 Fix false FAIL on distros with relro linkage as default.
2686 * gdb.reverse/solib-precsave.exp: Try to compile the test using
2687 -Wl,-z,norelro first.
2688
8131799e
JB
26892012-03-06 Joel Brobecker <brobecker@adacore.com>
2690
2691 * gdb.ada/bp_on_var: New testcase.
2692
ba241969
JB
26932012-03-06 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.ada/bp_enum_homonym: New testcase.
2696
abe49676
YQ
26972012-03-06 Yao Qi <yao@codesourcery.com>
2698
2699 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
2700 x86_64-*-* and i?86-*-*.
2701 Set up KFAIL for gdb/13808.
2702
d8df103b
TT
27032012-03-05 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
2706 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
2707
b7b189f3
TT
27082012-03-05 Tom Tromey <tromey@redhat.com>
2709
2710 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
2711
69dc1c4d
YQ
27122012-03-04 Yao Qi <yao@codesourcery.com>
2713
2714 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
2715 messages for KFAIL.
2716
3f20c47f
JK
27172012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
2720 (print one_two_three, indexes off, print few_reps, indexes off)
2721 (print many_reps, indexes off, print empty, indexes off)
2722 (print one_two_three, print few_reps, print many_reps, print empty):
2723 Call setup_xfail if $gcc_old.
2724
abf1152a
JK
27252012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 Implement testsuite workaround for PR breakpoints/13781.
2728 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2729 (set breakpoint condition-evaluation host): New conditional command.
2730
a06715f8
JK
27312012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 Code cleanup.
2734 * gdb.cp/mb-templates.exp: New variables executable. Use it for
2735 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
2736 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
2737 number 1 by $bpnum. Four times.
2738
5808517f
YQ
27392012-03-03 Yao Qi <yao@codesourcery.com>
2740
2741 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
2742
dfe2ac14
JK
27432012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 Setup KFAIL for PR server/13796.
2746 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
2747
8bbc467a
JB
27482012-03-02 Joel Brobecker <brobecker@adacore.com>
2749
2750 * gdb.ada/operator_bp: New testcase.
2751
c0eac87f
JB
27522012-03-02 Joel Brobecker <brobecker@adacore.com>
2753
2754 * gdb.ada/info_locals_renaming: New testcase.
2755
4f42c881
TT
27562012-03-02 Tom Tromey <tromey@redhat.com>
2757
2758 * gdb.base/nextoverexit.c: New file.
2759 * gdb.base/nextoverexit.exp: New file.
2760
7380c0c9
EBM
27612012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2762
2763 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
2764 parameter.
2765
1faeff08
MR
27662012-03-01 Maciej W. Rozycki <macro@mips.com>
2767
2768 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
2769 core registers.
2770
320b6f49
MR
27712012-03-01 Maciej W. Rozycki <macro@mips.com>
2772 Maciej W. Rozycki <macro@codesourcery.com>
2773 Daniel Jacobowitz <dan@codesourcery.com>
2774
2775 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
2776
ad5f7d6e
PA
27772012-03-01 Pedro Alves <palves@redhat.com>
2778
2779 PR gdb/13767
2780
2781 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
2782 (gdb_collect_globals_test): Call it.
2783
d3dc44a6
KS
27842012-03-01 Keith Seitz <keiths@redhat.com>
2785
2786 * gdb.cp/method2.exp: Output of overload menu is now
2787 alphabetized. Update tests for "break A::method".
2788 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
2789 of hard-coding them.
2790 Overload menu is alphabetized: rewrite to accommodate.
2791 Unset variables LINE and TYPES which are used in other tests.
2792 Compute the output of "info break".
2793 Update the breakpoint table after all breakpoints are deleted.
2794 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
2795 compute ACTUALS and the method body based on parameters.
2796 Update expected output accordingly.
2797 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
2798 unique comments to allow the use of gdb_get_line_number.
2799
28002012-03-01 Keith Seitz <keiths@redhat.com>
2801
2802 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
2803 some Tcl syntax.
2804 * gdb.cp/ovldbreak.exp: Likewise.
2805
7949c2a0
KS
28062012-03-01 Keith Seitz <keiths@redhat.com>
2807
2808 * gdb.base/help.exp (help show user): Update expected result
2809 for new doc string changes (add "non-python").
2810
7d74f244
DE
28112012-03-01 Scott J. Goldman <scottjg@vmware.com>
2812
2813 * gdb.python/py-cmd.exp: Add test to verify that python commands can
2814 be put in the user-defined category and that the commands appear in
2815 "help user-defined".
2816
1b611343
JB
28172012-02-29 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.ada/tagged_not_init: New testcase.
2820
99b1c762
JB
28212012-02-29 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
2824 * gdb.ada/enum_idx_packed: New testcase.
2825
2d4a02ee
JB
28262012-02-29 Joel Brobecker <brobecker@adacore.com>
2827
2828 * gdb.ada/aliased_array: New testcase.
2829
2e6fda7d
JB
28302012-02-29 Joel Brobecker <brobecker@adacore.com>
2831
2832 * gdb.ada/whatis_array_val: New testcase.
2833
9a7f938f
JK
28342012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 Fix disp-step-syscall.exp: fork: single step over fork.
2837 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
2838 whitespaces.
2839 (single step over $syscall): Remove its check.
2840 (single step over $syscall final pc): New check.
2841
8703a944
JK
28422012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 Support processors without SSSE3.
2845 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
2846 pabsd into ...
2847 (ssse3_test): ... a new function.
2848 (main): Call ssse3_test.
2849 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
2850 Update expected values everywhere.
2851 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
2852 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
2853 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
2854 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
2855 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
2856 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
2857 Move these tests lower.
2858 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
2859 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
2860 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
2861 New tests.
2862
c03e6ccc
YQ
28632012-02-29 Yao Qi <yao@codesourcery.com>
2864 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.trace/trace-mt.c: New.
2867 * gdb.trace/trace-mt.exp: New.
2868
7964b62a
TS
28692012-02-28 Thomas Schwinge <thomas@codesourcery.com>
2870
2c8910ba
TS
2871 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
2872 numbers instead of hardcoding them.
2873 * gdb.base/annota1.c: Provide suitable markers.
2874 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
2875 numbers instead of hardcoding them.
2876 * gdb.base/annota3.c: Provide suitable markers.
2877
2878 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
2879 * gdb.base/annota3.c: Likewise.
2880 * gdb.base/sigall.c: Likewise.
2881 * gdb.base/signals.c: Likewise.
2882 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 2883
5a41c0b7
MR
28842012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2885
2886 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
2887 failure return path.
2888
ebbbe5c5
LM
28892012-02-27 Luis Machado <lgustavo@codesourcery.com>
2890
2891 * gdb.base/save-bp.exp: Account for new condition evaluator output.
2892
8d126d8a
LM
28932012-02-24 Luis Machado <lgustavo@codesourcery.com>
2894
2895 * gdb.base/cond-eval-mode.exp: New file.
2896
11337c2f
PA
28972012-02-24 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
2900 (top level): Use with_test_prefix.
2901
13fc3e3c
PA
29022012-02-24 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.threads/attach-into-signal.exp (corefunc): Use
2905 with_test_prefix.
2906
07c1b626
JK
29072012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 Fix false FAILs on old CPUs without SSE.
2910 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
2911 Return untested for Illegal instruction.
2912
596ba138
JK
29132012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 Fix false FAILs with glibc debug infos installed.
2916 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
2917 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
2918
aeaa2474
SA
29192012-02-22 Sterling Augustine <saugustine@google.com>
2920
2921 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
2922 constant with cast.
2923
aed555c9
PA
29242012-02-21 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
2927
78afebb4
PA
29282012-02-21 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
2931
fdcfef12
PA
29322012-02-21 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
2935 with_test_prefix.
2936
0f4d39d5
PA
29372012-02-21 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
2940 with_test_prefix here.
2941 (top level): Do it here instead. Remove `:' from the
2942 with_test_prefix string.
2943 * gdb.base/attach-pie-misread.exp: Remove the leading space the
2944 the suffix `:' from the with_test_prefix prefix string.
2945 * gdb.base/break-interp.exp: Ditto.
2946 * gdb.base/catch-load.exp: Ditto.
2947 * gdb.base/disp-step-syscall.exp: Ditto.
2948 * gdb.base/jit-so.exp: Ditto.
2949 * gdb.base/jit.exp: Ditto.
2950 * gdb.base/sepdebug.exp: Ditto.
2951 * gdb.base/solib-display.exp: Ditto.
2952 * gdb.base/solib-overlap.exp: Ditto.
2953 * gdb.base/watch-cond-infcall.exp: Ditto.
2954 * gdb.base/watchpoint.exp: Ditto.
2955 * gdb.dwarf2/dw2-noloc.exp: Ditto.
2956 * gdb.mi/mi-watch.exp: Ditto.
2957 * gdb.mi/mi2-watch.exp: Ditto.
2958 * gdb.threads/non-ldr-exc-1.exp: Ditto.
2959 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2960 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2961 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2962 * gdb.threads/watchpoint-fork.exp: Ditto.
2963 * gdb.threads/watchthreads-reorder.exp: Ditto.
2964 * gdb.trace/change-loc.exp: Ditto.
2965 * gdb.trace/pending.exp: Ditto.
2966 * gdb.trace/status-stop.exp: Ditto.
2967 * gdb.trace/strace.exp: Ditto.
2968 * gdb.trace/trace-break.exp: Ditto.
2969 * gdb.trace/unavailable.exp: Ditto.
2970 * lib/gdb.exp (with_test_prefix): Always prefix with space and
2971 suffix with colon. Adjust leading comments.
2972
6a5870ce
PA
29732012-02-21 Pedro Alves <palves@redhat.com>
2974 Tom Tromey <tromey@redhat.com>
2975
2976 * lib/gdb.exp: Add description of test prefixes.
2977 (with_test_prefix): New procedure.
2978 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
2979 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
2980 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
2981 instead of lappend to append to pf_prefix.
2982 * gdb.base/catch-load.exp: Use with_test_prefix.
2983 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
2984 * gdb.base/jit-so.exp: Use with_test_prefix.
2985 * gdb.base/jit.exp: Use with_test_prefix.
2986 * gdb.base/return-nodebug.exp (do_test): Use append instead of
2987 lappend to append to pf_prefix.
2988 * gdb.base/sepdebug.exp: Use with_test_prefix.
2989 * gdb.base/solib-display.exp: Use with_test_prefix.
2990 * gdb.base/solib-overlap.exp: Use with_test_prefix.
2991 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
2992 * gdb.base/watchpoint.exp: Use with_test_prefix.
2993 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
2994 * gdb.mi/mi-watch.exp: Use with_test_prefix.
2995 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
2996 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
2997 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
2998 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
2999 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
3000 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
3001 append instead of lappend to append to pf_prefix.
3002 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
3003 * gdb.trace/change-loc.exp: Use with_test_prefix.
3004 * gdb.trace/pending.exp: Use with_test_prefix.
3005 * gdb.trace/status-stop.exp: Use with_test_prefix.
3006 * gdb.trace/strace.exp: Use with_test_prefix.
3007 * gdb.trace/trace-break.exp: Use with_test_prefix.
3008 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
3009 instead of lappend to append to pf_prefix.
3010
35dc4a6b
JK
30112012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 Fix racy FAILs.
3014 * gdb.base/inferior-died.c (main): Add return of 0.
3015 * gdb.base/inferior-died.exp (continue): Fix expectation of
3016 asynchronous events.
3017 (p 1): New test.
3018
c5a006e6
PA
30192012-02-20 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
3022 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
3023 gdb's internal debug output. For the non-threaded case, look for
3024 "Program received signal SIGLARM", for the threaded case, peek at
3025 the thread's siginfo.
3026
cc51a170
PA
30272012-02-20 Pedro Alves <palves@redhat.com>
3028
3029 General cleanup, make output test messages unique, and build
3030 different executable files for the non-threaded and threaded
3031 cases.
3032
3033 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
3034 Delete.
3035 (executable_nothr, executable_thr): New globals.
3036 (top level): Adjust to delete both executables.
3037 (corefunc): New parameter $executable. Set $pf_prefix instead of
3038 hand writing a prefix in tests. Issue a clean_restart and enable
3039 lin-lwp debug output here.
3040 (top level): Adjust. Use build_executable. Don't start gdb here,
3041 and don't enable lin-lwp debug output here.
3042 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
3043
c755f03d
JK
30442012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 Fix racy FAILs.
3047 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
3048 "continue" command.
3049
6bec5e0a
JK
30502012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 Fix for gdbserver non-extended mode.
3053 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
3054 and gdb_run_cmd.
3055
2e8265fd
TT
30562012-02-17 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
3059 * gdb.python/py-events.exp: Check 'dir' output.
3060 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
3061
9e507076
YQ
30622012-02-17 Yao Qi <yao@codesourcery.com>
3063
3064 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
3065
32d22ab1
TT
30662012-02-16 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.base/inferior-died.c: Don't include stdio.h.
3069
9addecb9
TT
30702012-02-16 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.base/inferior-died.c: New file.
3073 * gdb.base/inferior-died.exp: New file.
3074
4cb6da1c
AR
30752012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
3076
3077 * gdb.base/break-inline.exp: New file.
3078 * gdb.base/break-inline.c: New file.
3079
3af2590d
TT
30802012-02-15 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.base/pc-fp.exp: Add "info register" tests.
3083
29988831
TT
30842012-02-15 Tom Tromey <tromey@redhat.com>
3085
3086 * gdb.base/regs.exp: Remove.
3087
10010058
PA
30882012-02-15 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
3091 the target doesn't support tracepoints.
3092 * gdb.trace/circ.exp: Ditto.
3093 * gdb.trace/collection.exp: Ditto.
3094 * gdb.trace/packetlen.exp: Ditto.
3095 * gdb.trace/passc-dyn.exp: Ditto.
3096 * gdb.trace/report.exp: Ditto.
3097 * gdb.trace/tfind.exp: Ditto.
3098 * gdb.trace/tspeed.exp: Ditto.
3099 * gdb.trace/tsv.exp: Ditto.
3100 * gdb.trace/unavailable.exp: Ditto.
3101 * gdb.trace/while-dyn.exp: Ditto.
3102
a2e0062d
PA
31032012-02-15 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
3106 gdb_test_multiple, and call unsupported instead of fail, if the
3107 remote side does not support the request.
3108
a1999d40
PA
31092012-02-15 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
3112 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
3113 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
3114 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
3115 * gdb.server/server-run.exp: Make sure gdb is disconnected.
3116 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
3117 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
3118 doesn't start with "extended-" already.
3119
7cee1e54
PA
31202012-02-15 Pedro Alves <palves@redhat.com>
3121
3122 Support extended-remote. Avoid cascading timeouts.
3123
3124 * gdb.base/attach.exp (do_attach_tests): Add expected output for
3125 the extended-remote target. If attaching with no file fails, load
3126 the file manually.
3127 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
3128
816338b5
SS
31292012-02-14 Stan Shebs <stan@codesourcery.com>
3130
3131 * gdb.base/ena-dis-br.exp: Add enable count test.
3132
cc30c4bd
PA
31332012-02-13 Pedro Alves <palves@redhat.com>
3134
3135 * config/mips-idt.exp: Delete.
3136 * gdb.base/a2-run.exp: Remove mips-idt xfails.
3137 * gdb.base/bitfields.exp: Remove mips-idt restarts.
3138 * gdb.base/break.exp: Remove mips-idt references.
3139 * gdb.base/chng-syms.exp: Ditto.
3140 * gdb.base/default.exp: Ditto.
3141 * gdb.base/funcargs.exp (funcargs_reload): Delete.
3142 (top level): Don't call it.
3143 * gdb.base/opaque.exp: Remove mips-idt restarts.
3144 * gdb.base/ptype.exp: Remove mips-idt xfails.
3145 * gdb.base/scope.exp: Remove mips-idt restarts.
3146 * gdb.base/sepdebug.exp: Remove mips-idt references.
3147 * gdb.base/watchpoint.exp (maybe_clean_restart)
3148 (maybe_reinitialize): Delete.
3149 (test_disabling_watchpoints, test_disabling_watchpoints)
3150 (test_watchpoint_triggered_in_syscall)
3151 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
3152 Don't call them.
3153
57008375
JK
31542012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3155
3156 * gdb.server/server-exec-info.exp: New file.
3157
4a2d9c08
PA
31582012-02-10 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
3161 always non-empty.
3162 (test_attach): Always pass $exec to test_attach_gdb.
3163
09fa21bd
TT
31642012-02-08 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
3167 before inferior is started.
3168
f0823d2c
TT
31692012-02-07 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
3172 Symbol.value.
3173 * gdb.python/py-symbol.c (qq): Set default value.
3174
31752012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
3176
3177 * gdb.python/py-symbol.c (qq): New global.
3178 * gdb.python/py-symbol.exp: Add test for frame-less
3179 lookup_symbol.
3180 * gdb.python/py-symtab.exp: Fix line number.
3181
f7e44f65
JB
31822012-02-03 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdb.ada/mi_task_arg: New testcase.
3185
4c9ed63c
PA
31862012-02-02 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.reverse/until-precsave.exp: Also put "record save" under the
3189 extended timeout.
3190
c0b9f2c6
PA
31912012-02-02 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
3194 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
3195
5f8cefd7
PA
31962012-02-02 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.base/term.exp: Rewrite.
3199 * gdb.base/term.c: New.
3200
2f3a2569
PA
32012012-02-02 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.base/default.exp (run "r" abbreviation, run): Add
3204 extended-remote expected output.
3205
f149aabd
TT
32062012-02-02 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.cp/dispcxx.exp: New file.
3209 * gdb.cp/dispcxx.cc: New file.
3210
03bef283
TT
32112012-02-01 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.base/jit-simple.exp: New file.
3214 * gdb.base/jit-simple.c: New file.
3215
a79b18b5
YQ
32162012-01-30 Yao Qi <yao@codesourcery.com>
3217
3218 * gdb.base/skip.exp: Make test result unique.
3219
f0d1a53e
JK
32202012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
3223 compatibility with valgrind-3.7.0.
3224
4b3c9f41
PA
32252012-01-27 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/watchpoint.exp (no_hw): New global.
3228 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
3229 disable hw watchpoints.
3230 (test_wide_location_1, test_wide_location_2): If no_hw is set,
3231 don't expect hw watchpoints.
3232 (no_hw_watchpoints): Always clean restart.
3233 (do_tests): New procedure, factored out from the top level.
3234 (top level): Run tests twice. Once with hw watchpoints enabled,
3235 another time with hw watchpoints disabled.
3236
a13491c8
PA
32372012-01-27 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
3240 out from the top level.
3241 (top level): Call it instead.
3242
f2c8a051
PA
32432012-01-27 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/watchpoint.exp (top level): Re-enable hardware
3246 watchpoints sooner.
3247
654d7a9e
PA
32482012-01-27 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
3251
274f47f3
PA
32522012-01-27 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
3255 "You may have requested too many hardware
3256 breakpoints/watchpoints".
3257
e4d63ba2
PA
32582012-01-27 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.base/watchpoint.exp (maybe_clean_restart)
3261 (maybe_reinitialize): New.
3262 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
3263 expect "hit N times".
3264 (test_disabling_watchpoints, test_complex_watchpoint)
3265 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
3266 Call maybe_clean_restart.
3267 (top level): Use clean_restart. Remove "mips-idt-*"
3268 reinitialization.
3269
dbd95daf
PA
32702012-01-27 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
3273
f3ad2025
PA
32742012-01-27 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.base/watchpoint.exp: Clean restart after tests that don't
3277 require `initialize' anymore. Remove unnecessary `initialize'
3278 calls.
3279
100aa3ae
PA
32802012-01-27 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.base/watchpoint.exp (wp_set): Delete.
3283 (initialize, test_simple_watchpoint, top level): Remove dead code.
3284
c79a8e11
PA
32852012-01-27 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
3288 typo.
3289
048fe15a
PA
32902012-01-27 Pedro Alves <palves@redhat.com>
3291
3292 * config/extended-gdbserver.exp: New file.
3293 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
3294 comment.
3295 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
3296 * boards/native-extended-gdbserver.exp: New file.
3297
4033a6bf
PA
32982012-01-26 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
3301 and gdb_test_multiple.
3302
3d7f4b81
PA
33032012-01-26 Pedro Alves <palves@redhat.com>
3304
3305 Make test messages unique, and more identifiable.
3306 * gdb.multi/watchpoint-multi.exp: Change test messages.
3307
484abf42
TT
33082012-01-25 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.base/solib-disc.exp: Fix regexps.
3311
edcc5120
TT
33122012-01-24 Tom Tromey <tromey@redhat.com>
3313
3314 * lib/mi-support.exp (mi_expect_stop): Add special case for
3315 solib-event.
3316 * gdb.base/catch-load-so.c: New file.
3317 * gdb.base/catch-load.exp: New file.
3318 * gdb.base/catch-load.c: New file.
3319 * gdb.base/break-interp.exp (reach_1): Update regexp.
3320
30b91c90
JK
33212012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3322
3323 Fix fuzzy results.
3324 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
3325 lpsimple and func.
3326
53fe1783
GB
33272012-01-24 Gary Benson <gbenson@redhat.com>
3328
3329 Delete #if 0'd out code.
3330 * gdb.base/default.exp (info catch): Remove.
3331 * gdb.base/gdb_history (info catch): Likewise.
3332 * gdb.base/help.exp (info catch): Likewise.
3333
d0d8b0c6
JK
33342012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 Fix watchpoints to be specific for each inferior.
3337 * gdb.multi/watchpoint-multi.c: New file.
3338 * gdb.multi/watchpoint-multi.exp: New file.
3339
4403d8e9
JK
33402012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 Fix watchpoints across inferior fork.
3343 * gdb.threads/watchpoint-fork-child.c: New file.
3344 * gdb.threads/watchpoint-fork-mt.c: New file.
3345 * gdb.threads/watchpoint-fork-parent.c: New file.
3346 * gdb.threads/watchpoint-fork-st.c: New file.
3347 * gdb.threads/watchpoint-fork.exp: New file.
3348 * gdb.threads/watchpoint-fork.h: New file.
3349
050a2e1d
PA
33502012-01-23 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/call-signal-resume.exp: Allow output after "return".
3353
6a52fb62
PA
33542012-01-20 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.python/py-finish-breakpoint.py: Fix typo.
3357
145b16a9
UW
33582012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3359
3360 * gdb.base/info-proc.exp: Also run on remote targets. Main
3361 "info proc" command is now always present; whether target supports
3362 actual info proc operation is detected when attempting to issue
3363 the command.
3364
26f6125e
JK
33652012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 * .gdbinit: Remove.
3368
eb5227ce
PA
33692012-01-19 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
3372 look at the funtions' returns.
3373 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
3374 (jprint.print(int, int)): Change return type to int. Adjust.
3375
1db33378
PP
33762012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3377
3378 PR gdb/9538
3379 * gdb.base/sepdebug.exp: New test.
3380
b9736cf8
PA
33812012-01-18 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
3384 Allow output before ^done.
3385
4aac40c8
TT
33862012-01-16 Tom Tromey <tromey@redhat.com>
3387
3388 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
3389 Add tests for relative directory.
3390
cafec441
TT
33912012-01-16 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.base/printcmds.c (enum flag_enum): New.
3394 (three): New global.
3395 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
3396 enum printing.
3397 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
3398 FlagEnumerationPrinter.
3399 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
3400 * gdb.python/py-pp-maint.c (enum flag_enum): New.
3401 (fval): New global.
3402
abcc4978
PA
34032012-01-16 Pedro Alves <palves@redhat.com>
3404
3405 * lib/gdb.exp (banned_procedures): New variable.
3406 (banned_variables_traced): Rename to ...
3407 (banned_traced): ... this.
3408 (gdb_init): Also trace banned procedures.
3409 (gdb_finish): Also untrace banned procedures.
3410
97ccebe8
PA
34112012-01-16 Pedro Alves <palves@redhat.com>
3412
3413 Remove all calls to strace.
3414
2af7517b
JK
34152012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
3418 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
3419
9241a8bc
PP
34202012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3421
3422 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
3423 * gdb.base/pie-execl.exp: Likewise.
3424
3848a17f
KS
34252012-01-12 Keith Seitz <keiths@redhat.com>
3426
3427 PR mi/10586
3428 * gdb.mi/var-cmd.c (struct anonymous): New structure.
3429 (do_anonymous_type_tests): New function.
3430 (main): Call do_anonymous_type_tests.
3431 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
3432 (verify_everything): New procedure.
3433 * gdb.mi/mi-var-cp.cc (class A): New class.
3434 (anonymous_structs_and_unions): New function.
3435 (main): Call anonymous_structs_and_unions.
3436 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
3437 (verify_everything): New procedure.
3438
440e2fca
KS
34392012-01-12 Keith Seitz <keiths@redhat.com>
3440
3441 * lib/mi-support.exp: Expand comments about PATH_EXPR.
3442 (varobj_tree::get_path_expr): Assume that all varobjs are
3443 compound unless they are known simple types.
3444 Adjust path expressions based on parent type, path parent type,
3445 and tree language.
3446 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
3447 the root varobj.
3448 (mi_walk_varobj_tree): Add LANGUAGE parameter.
3449
675399c9
PA
34502012-01-11 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
3453 core files on this machine" anymore.
3454
97ddaa9b
PH
34552012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3456
3457 * gdb.base/watchpoint.c (recurser): Initialize local_x.
3458 (main): Repeat recurser call.
3459 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
3460 equivalent to 'local_x'.
3461
ea733575
PH
34622012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3463 Joel Brobecker <brobecker@adacore.com>
3464
3465 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
3466
2ca0b532
PA
34672012-01-05 Pedro Alves <alves.ped@gmail.com>
3468
3469 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
3470 * gdb.python/py-events.c (first): Add bits for new "step N" test.
3471 * gdb.python/py-events.exp: Test that "step N" tripping on a
3472 breakpoint emits a breakpoint event.
3473
6e681866
JB
34742012-01-03 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.base/auxv.exp: Reformat the copyright notice.
3477
3c2d6aff
YQ
34782012-01-03 Yao Qi <yao@codesourcery.com>
3479
3480 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
3481 (strace_trace_on_diff_addr): New.
3482 * gdb.trace/strace.c: (main): Add two local variables.
3483
0852fee3
UW
34842011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
3485
3486 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
3487 * gdb.cell/gcore.exp: Likewise.
3488 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
3489 to verify the correct instance of main is selected.
3490
12c3e59c
JB
34912012-01-02 Joel Brobecker <brobecker@adacore.com>
3492
3493 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
3494 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
3495 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
3496 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
3497 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
3498 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
3499 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
3500 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
3501 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
3502 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
3503 gdb.threads/thread_check.c: Reformat copyright header.
3504
c0f378ec
EBM
35052011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
3506
e4a7ca93 3507 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
3508 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
3509 is not enabled.
3510
3bc96cfb
JK
35112011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
3514 parameter to self_exec, adjust the function.
3515 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
3516 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
3517 (set var do_exit = 0): Remove test.
3518 (newline at end of file): Add one.
3519
095bcf5e
JB
35202011-12-27 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
3523 New files.
3524
18d19bd1
JK
35252011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 Fix racy FAILs.
3528 * gdb.threads/fork-thread-pending.c (barrier): New variable.
3529 (thread_function, thread_forker): Call pthread_barrier_wait for it.
3530 (main): Call pthread_barrier_init for it.
3531
e809353a
JK
35322011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3533
3534 Fix double send_gdb leading to racy FAILs.
3535 * gdb.base/break.exp (set silent break bp_location1): Replace
3536 3x send_gdb and gdb_expect by gdb_test.
3537 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
3538 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
3539 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
3540 instead of send_gdb. Twice.
3541 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
3542 3x send_gdb and gdb_expect by gdb_test.
3543 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
3544
da8cb7ec
JK
35452011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3546
3547 * gdb.linespec/linespec.exp: Compile using {c++}.
3548
ae1a303e
JK
35492011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
3552 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
3553 (verify GCC PR debug/51668): New test.
3554
cc72b2a2
KP
35552011-12-23 Kevin Pouget <kevin.pouget@st.com>
3556
3557 Introduce gdb.FinishBreakpoint in Python.
3558 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
3559 py-finish-breakpoint2
3560 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
3561 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
3562 instead of line number.
3563 * gdb.python/py-finish-breakpoint.c: New file.
3564 * gdb.python/py-finish-breakpoint.exp: New file.
3565 * gdb.python/py-finish-breakpoint.py: New file.
3566 * gdb.python/py-finish-breakpoint2.cc: New file.
3567 * gdb.python/py-finish-breakpoint2.exp: New file.
3568 * gdb.python/py-finish-breakpoint2.py: New file.
3569
3b7962f9
JK
35702011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3571
3572 Partial fix of compatibility with gcc-4.7.
3573 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
3574 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
3575 Add comment to add a PASS case in the future.
3576
6538471c
JK
3577 Fix compatibility with gcc-4.7.
3578 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
3579
7052e42c
UW
35802011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
3581
3582 PR tdep/12797
3583 * gdb.base/callfuncs.exp: Remove KFAIL.
3584
9ac7f98e
JB
35852011-12-21 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.ada/task_bp: New testcase.
3588
f6eeced0
JK
35892011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
3592 -DNO_SECTIONS.
3593 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
3594
72225e17
JK
35952011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
3598 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
3599 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3600 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
3601 conditional for gcc <= 4.5.
3602
13ac8d2c
JK
36032011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
3606 by XFAIL.
3607 * gdb.cp/static-method.exp (info addr A::func())
3608 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3609 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3610 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3611 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
3612 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
3613 (test value of F in k3_m): Likewise.
3614 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3615 Likewise.
3616
049682ba
JK
36172011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
3620 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
3621 Remove.
3622 * gdb.threads/attachstop-mt.c: Remove.
3623 * gdb.threads/attachstop-mt.exp: Remove.
3624
2c9d8796
MK
36252011-12-17 Mark Kettenis <kettenis@gnu.org>
3626
3627 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
3628
e0f9f062
DE
36292011-12-16 Doug Evans <dje@google.com>
3630
f4aa2101 3631 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
3632 * boards/native-gdbserver.exp: New file.
3633
e0f9f062
DE
3634 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
3635 gdbserver output.
3636 (gdbserver_default_get_remote_address): New function.
3637 (gdbserver_start): Call gdb,get_remote_address to compute argument
3638 to "target remote" command.
3639
80b6e756
PM
36402011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3641
1c3ad6ab 3642 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
3643 python print-stack. Add set/show python print-stack
3644 off|full|message tests.
3645
1576bd00
YQ
36462011-12-15 Yao Qi <yao@codesourcery.com>
3647
3648 * gdb.trace/strace.c: New
3649 * gdb.trace/strace.exp: New.
3650
d6a0f6e0
TT
36512011-12-14 Tom Tromey <tromey@redhat.com>
3652
3653 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
3654
31015e1d
DE
36552011-12-14 Doug Evans <dje@google.com>
3656
3657 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
3658
7b50312a
PA
36592011-12-14 Pedro Alves <pedro@codesourcery.com>
3660
3661 PR threads/10729
3662
3663 * gdb.mi/watch-nonstop.c: New file.
3664 * gdb.mi/mi-watch-nonstop.exp: New file.
3665
924437bc
PA
36662011-12-13 Pedro Alves <pedro@codesourcery.com>
3667 Doug Evans <dje@google.com>
3668
3669 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
3670 (clean_restart): Remove references to the gdb_stub target board
3671 variable.
3672 (gdb_step_for_stub): Delete.
3673
3674 * gdb.base/annota1.exp: Remove all references to [target_info
3675 exists gdb_stub], gdb_step_for_stub and usestubs.
3676 * gdb.base/annota3.exp: Ditto.
3677 * gdb.base/async.exp: Ditto.
3678 * gdb.base/break.exp: Ditto.
3679 * gdb.base/code-expr.exp: Ditto.
3680 * gdb.base/commands.exp: Ditto.
3681 * gdb.base/completion.exp: Ditto.
3682 * gdb.base/condbreak.exp: Ditto.
3683 * gdb.base/consecutive.exp: Ditto.
3684 * gdb.base/cvexpr.exp: Ditto.
3685 * gdb.base/define.exp: Ditto.
3686 * gdb.base/display.exp: Ditto.
3687 * gdb.base/ena-dis-br.exp: Ditto.
3688 * gdb.base/environ.exp: Ditto.
3689 * gdb.base/gnu-ifunc.exp: Ditto.
3690 * gdb.base/maint.exp: Ditto.
3691 * gdb.base/pending.exp: Ditto.
3692 * gdb.base/sect-cmd.exp: Ditto.
3693 * gdb.base/sepdebug.exp: Ditto.
3694 * gdb.base/unload.exp: Ditto.
3695 * gdb.base/watchpoint-solib.exp: Ditto.
3696 * gdb.cp/annota2.exp: Ditto.
3697 * gdb.cp/annota3.exp: Ditto.
3698 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
3699 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
3700 * gdb.mi/mi-pending.exp: Ditto.
3701 * gdb.trace/circ.exp: Ditto.
3702 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
3703 * gdb.base/list.exp: Ditto.
3704
3705 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
3706 breakpoint function and all references to the usestubs macro.
3707 * gdb.base/exprs.c: Ditto.
3708 * gdb.base/freebpcmd.c: Ditto.
3709 * gdb.base/bitfields.c: Ditto.
3710 * gdb.base/bitfields2.c: Ditto.
3711 * gdb.base/break.c: Ditto.
3712 * gdb.base/call-sc.c: Ditto.
3713 * gdb.base/call-signals.c: Ditto.
3714 * gdb.base/callfuncs.c: Ditto.
3715 * gdb.base/charset.c: Ditto.
3716 * gdb.base/consecutive.c: Ditto.
3717 * gdb.base/constvars.c: Ditto.
3718 * gdb.base/funcargs.c: Ditto.
3719 * gdb.base/int-type.c: Ditto.
3720 * gdb.base/interrupt.c: Ditto.
3721 * gdb.base/langs0.c: Ditto.
3722 * gdb.base/list0.c: Ditto.
3723 * gdb.base/mips_pro.c: Ditto.
3724 * gdb.base/miscexprs.c: Ditto.
3725 * gdb.base/nodebug.c: Ditto.
3726 * gdb.base/opaque0.c: Ditto.
3727 * gdb.base/pointers.c: Ditto.
3728 * gdb.base/printcmds.c: Ditto.
3729 * gdb.base/ptype.c: Ditto.
3730 * gdb.base/recurse.c: Ditto.
3731 * gdb.base/reread1.c: Ditto.
3732 * gdb.base/reread2.c: Ditto.
3733 * gdb.base/restore.c: Ditto.
3734 * gdb.base/return.c: Ditto.
3735 * gdb.base/run.c: Ditto.
3736 * gdb.base/scope0.c: Ditto.
3737 * gdb.base/sepdebug.c: Ditto.
3738 * gdb.base/setshow.c: Ditto.
3739 * gdb.base/setvar.c: Ditto.
3740 * gdb.base/sigall.c: Ditto.
3741 * gdb.base/signals.c: Ditto.
3742 * gdb.base/structs.c: Ditto.
3743 * gdb.base/structs2.c: Ditto.
3744 * gdb.base/testenv.c: Ditto.
3745 * gdb.base/twice.c: Ditto.
3746 * gdb.base/unwindonsignal.c: Ditto.
3747 * gdb.base/watchpoint.c: Ditto.
3748 * gdb.base/watchpoints.c: Ditto.
3749 * gdb.base/whatis.c: Ditto.
3750 * gdb.cp/classes.cc: Ditto.
3751 * gdb.cp/cplusfuncs.cc: Ditto.
3752 * gdb.cp/derivation.cc: Ditto.
3753 * gdb.cp/formatted-ref.cc: Ditto.
3754 * gdb.cp/misc.cc: Ditto.
3755 * gdb.cp/overload.cc: Ditto.
3756 * gdb.cp/ovldbreak.cc: Ditto.
3757 * gdb.cp/ref-params.cc: Ditto.
3758 * gdb.cp/ref-types.cc: Ditto.
3759 * gdb.cp/templates.cc: Ditto.
3760 * gdb.cp/virtfunc.cc: Ditto.
3761 * gdb.hp/gdb.aCC/run.c: Ditto.
3762 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
3763 * gdb.hp/gdb.compat/xdb0.c: Ditto.
3764 * gdb.reverse/consecutive-reverse.c: Ditto.
3765 * gdb.reverse/sigall-reverse.c: Ditto.
3766 * gdb.reverse/until-reverse.c: Ditto.
3767 * gdb.reverse/watch-reverse.c: Ditto.
3768 * gdb.trace/actions.c: Ditto.
3769 * gdb.trace/circ.c: Ditto.
3770 * gdb.trace/collection.c: Ditto.
3771
fabde485
PA
37722011-12-13 Pedro Alves <pedro@codesourcery.com>
3773
3774 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
3775 (func6, func7): New.
3776 (main): Call func6 and func7.
3777 * gdb.base/watchpoint.exp (test_wide_location_1)
3778 (test_wide_location_2): New.
3779 (top level): Re-enable hardware watchpoints if necessary. Call
3780 test_wide_location_1 and test_wide_location_2.
3781
ff7d1690
YQ
37822011-12-11 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
3785
a6af7abe
JB
37862011-12-11 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
3789 expected output for unsupported case.
3790
61638e15
JK
37912011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 PR testsuite/12649
3794 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
3795 Protect gdb_test_multiple by final $gdb_prompt match.
3796
0a00efc3
JK
37972011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
3800 New variable, new test.
3801 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3802 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3803 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3804 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
3805 them if HAVE_GCC_45682_FIXED is not set.
3806
4511b1ba
YQ
38072011-12-10 Yao Qi <yao@codesourcery.com>
3808
3809 * gdb.trace/status-stop.exp: New.
3810 * gdb.trace/status-stop.c: New.
3811
27949e73
JK
38122011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
3815 timeout.
3816
d8ea7931
TT
38172011-12-08 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
3820 condition.
3821
1cc310d2
SS
38222011-12-07 Stan Shebs <stan@codesourcery.com>
3823
3824 * gdb.trace/tfind.exp: Update for output changes.
3825
d482a875
PA
38262011-12-07 Pedro Alves <pedro@codesourcery.com>
3827
3828 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
3829 throws "Cannot insert catchpoints in this configuration".
3830 * gdb.ada/mi_catch_ex.exp: Likewise.
3831
f0ba3972
PA
38322011-12-06 Pedro Alves <pedro@codesourcery.com>
3833
3834 * gdb.base/break-always.exp: Test changing memory at addresses
3835 with breakpoints inserted.
3836
f8eba3c6
TT
38372011-12-06 Joel Brobecker <brobecker@acacore.com>
3838
3839 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
3840 involving a fully qualified function name.
3841
38422011-12-06 Tom Tromey <tromey@redhat.com>
3843
3844 * gdb.ada/homonym.exp: Add three breakpoint tests.
3845
38462011-12-06 Tom Tromey <tromey@redhat.com>
3847
3848 * gdb.base/solib-weak.exp (do_test): Remove kfail.
3849 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
3850 * gdb.objc/objcdecode.exp: Update for output changes.
3851 * gdb.linespec/linespec.exp: New file.
3852 * gdb.linespec/lspec.cc: New file.
3853 * gdb.linespec/lspec.h: New file.
3854 * gdb.linespec/body.h: New file.
3855 * gdb.linespec/base/two/thefile.cc: New file.
3856 * gdb.linespec/base/one/thefile.cc: New file.
3857 * gdb.linespec/Makefile.in: New file.
3858 * gdb.cp/templates.exp (test_template_breakpoints): Update for
3859 output changes.
3860 * gdb.cp/re-set-overloaded.exp: Remove kfail.
3861 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
3862 makes one breakpoint.
3863 * gdb.cp/method2.exp (test_break): Update for output changes.
3864 * gdb.cp/mb-templates.exp: Update for output changes.
3865 * gdb.cp/mb-inline.exp: Update for output changes.
3866 * gdb.cp/mb-ctor.exp: Update for output changes.
3867 * gdb.cp/ovsrch.exp: Use fully-qualified names.
3868 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
3869 has multiple matches.
3870 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
3871 error message change.
3872 * gdb.base/list.exp (test_list_filename_and_number): Update for
3873 error message change.
3874 * gdb.base/break.exp: Disable pending breakpoints. Update for
3875 output changes.
3876 * configure.ac: Add gdb.linespec.
3877 * configure: Rebuild.
3878 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
3879
c642a434
UW
38802011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
3881
3882 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
3883 last_break register on s390*-*-* targets.
3884
b18003d1
JB
38852011-12-06 Joel Brobecker <brobecker@adacore.com>
3886
3887 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
3888 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
3889 of parameter X in procedure Foo.
3890
fe96589c
SS
38912011-12-05 Stan Shebs <stan@codesourcery.com>
3892
3893 * gdb.trace/tfind.exp: Update help string matches.
3894
1820ab47
JK
38952011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.server/ext-run.exp (get process list): Accept also systemd
3898 as PID 1.
3899
e11ac3a3
JK
39002011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3901 Pedro Alves <pedro@codesourcery.com>
3902
3903 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
3904 starting GDB.
3905 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
3906 $use_gdb_stub.
3907 * gdb.base/display.exp: Likewise.
3908 * gdb.base/ending-run.exp: Likewise.
3909 * gdb.base/list.exp (test_listsize): Likewise.
3910 * gdb.base/setshow.exp: Likewise.
3911 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
3912 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
3913 check by global $use_gdb_stub.
3914 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
3915 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
3916 (default_gdb_init): Unset global $use_gdb_stub.
3917 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
3918 by global $use_gdb_stub.
3919 * lib/gdbserver-support.exp: Extend comments for set_board_info
3920 gdb_protocol and gdb,socketport.
3921 (gdbserver_start_extended): Set global gdbserver_protocol and
3922 gdbserver_gdbport. Clear global use_gdb_stub.
3923 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
3924 from target use_gdb_stub.
3925 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
3926
1d41d75c
DE
39272011-12-03 Doug Evans <dje@google.com>
3928
3929 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
3930 (gdb_step_for_stub): Add comments.
3931
d6d7a51a
MR
39322011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
3933
3934 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
3935 to the caller.
3936 (gdb_test_multiple): Likewise.
3937
05acf274
JK
39382011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 Fix gdb.mi/mi-solib.exp without system debug info installed.
3941 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
3942 expect attribute, return 0 for it. Update comments.
3943
2268b414
JK
39442011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
3947 (corrupted list): Adjust the expectation.
3948
585861ea
JK
39492011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 PR threads/13448
3952 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
3953 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
3954 * gdb.threads/tls-var-main.c: New file.
3955 * gdb.threads/tls-var.c: New file.
3956 * gdb.threads/tls-var.exp: New file.
3957
968643aa
JK
39582011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 PR testsuite/12649
3961 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
3962 Protect gdb_test_multiple by final $gdb_prompt match.
3963 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
3964 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3965 (test_tracepoints): Likewise.
3966
9750bca9
JK
39672011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 PR breakpoints/13346
3970 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
3971 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
3972 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
3973
ac1349b7
JB
39742011-12-01 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
3977 * gdb.ada/homonym/homonym.adb: For use of all types defined
3978 locally inside both Get_Value subprograms.
3979
26d44faf
JK
39802011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 Fix racy FAILs.
3983 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
3984 of send_gdb.
3985
514f6425
UW
39862011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3987
3988 * gdb.base/testenv.exp: Skip on remote targets. Unset global
3989 environment variable after test completed.
3990
4255c8d2
UW
39912011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3992
3993 * gdb.base/solib-nodir.exp: Skip if remote target.
3994 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
3995 application. Call gdb_load_shlibs.
3996 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
3997
a35ad96a
JB
39982011-11-29 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
4001
1a1d5513
JB
40022011-11-28 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.ada/fullname_bp: New testcase.
4005
50b4ddf8
JK
40062011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 PR testsuite/12649
4009 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
4010 Wrap send_gdb into a new gdb_test.
4011
fb0aec57
JK
4012 Code cleanup.
4013 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
4014 Convert send_gdb and gdb_expect to gdb_test_multiple.
4015
2376d946
JK
40162011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
4019
1eec78bd
KS
40202011-11-23 Keith Seitz <keiths@redhat.com>
4021
4022 * lib/mi-support.exp (varobj_tree): New namespace and procs.
4023 (mi_varobj_tree_test_children_callback): New proc.
4024 (mi_walk_varobj_tree): New proc.
4025
36dfb11c
TT
40262011-11-22 Tom Tromey <tromey@redhat.com>
4027
4028 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
4029 Add "use_mi_command" argument.
4030 (mi_run_cmd, mi_run_with_cli): New procs.
4031 * gdb.mi/solib-lib.c: New file.
4032 * gdb.mi/solib-main.c: New file.
4033 * gdb.mi/mi-solib.exp: New file.
4034
0e965dd0
DE
40352011-11-21 Doug Evans <dje@google.com>
4036
4037 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
4038 _Unwind_DebugHook is missing.
4039
f196051f
SS
40402011-11-20 Stan Shebs <stan@codesourcery.com>
4041
4042 * gdb.trace/tstatus.exp: New.
4043 * gdb.trace/actions.c: Include string.h.
4044
bfccc43c
YQ
40452011-11-18 Yao Qi <yao@codesourcery.com>
4046
4047 * gdb.trace/pending.exp: New.
4048 * gdb.trace/pending.c: New.
4049 * gdb.trace/pendshr1.c: New.
4050 * gdb.trace/pendshr2.c: New.
4051 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
4052 tracepoint location becomes pending.
4053 (tracepoint_change_loc_2): New.
4054
73cd8ab1
DM
40552011-11-16 David S. Miller <davem@davemloft.net>
4056
4057 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
4058 target is sparc*-*-linux*
4059
77426730
PK
40602011-11-15 Paul Koning <paul_koning@dell.com>
4061
4062 * gdb.python/py-type.exp: New testcases for exceptions on scalar
4063 types.
4064
ed59ded5
DE
40652011-11-14 Doug Evans <dje@google.com>
4066
4067 * gdb.base/shell.exp: New file.
4068
405f8e94
SS
40692011-11-14 Stan Shebs <stan@codesourcery.com>
4070
4071 * gdb.trace/ftrace.c: New.
4072 * gdb.trace/ftrace.exp: New.
4073
1e4d1764
YQ
40742011-11-14 Yao Qi <yao@codesourcery.com>
4075
4076 * gdb.trace/change-loc-1.c: New.
4077 * gdb.trace/change-loc-2.c: New.
4078 * gdb.trace/change-loc.c: New.
4079 * gdb.trace/change-loc.exp: New.
4080 * gdb.trace/change-loc.h: New.
4081 * gdb.trace/trace-break.c (marker): Define new symbol.
4082 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
4083 New.
4084 (break_trace_same_addr_6): New.
4085
71eba9c2 40862011-11-12 Matt Rice <ratmice@gmail.com>
4087
4088 * gdb.base/info-macros.exp: Make tests for info definitions
4089 test info macro. Add tests for info macro argument processing.
4090 Rename a few tests.
4091
1d93e29a
KS
40922011-11-11 Keith Seitz <keiths@redhat.com>
4093
4094 PR gdb/12843
4095 * gdb.base/linespecs.exp: New file.
4096
a4b5b48a
DE
40972011-11-11 Doug Evans <dje@google.com>
4098
4099 * gdb.threads/print-threads.exp: Extend timeout for slower
4100 tests.
4101
f6b47be4
DE
41022011-11-10 Doug Evans <dje@google.com>
4103
792a0230
DE
4104 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
4105 "record to end of main" test.
4106
f6b47be4
DE
4107 * gdb.python/py-type.c (TS): New typedef.
4108 (ts): New global.
4109 * gdb.python/py-type.exp: Test field list of typedef.
4110
22355c90
JB
41112011-11-10 Joel Brobecker <brobecker@adacore.com>
4112
4113 * gdb.ada/small_reg_param: New testcase.
4114
a7860e76
TT
41152011-11-09 Tom Tromey <tromey@redhat.com>
4116
4117 * gdb.cp/destrprint.exp: New file.
4118 * gdb.cp/destrprint.cc: New file.
4119
72a2e3dc
MI
41202011-11-08 Meador Inge <meadori@codesourcery.com>
4121
4122 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
4123 (switch_stack_to_other): New test function.
4124 * gdb.arch/thumb-prologue.exp: New test cases.
4125
c7195df2 41262011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
4127
4128 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
4129
d3895d7d
YQ
41302011-11-08 Yao Qi <yao@codesourcery.com>
4131
4132 * gdb.exp (supports_process_record): New.
4133 (supports_reverse): New.
4134 * gdb.reverse/break-precsave.exp: Call support_process_record
4135 to run test conditionally.
4136 * gdb.reverse/consecutive-precsave.exp: Likewise.
4137 * gdb.reverse/i386-precsave.exp: Likewise.
4138 * gdb.reverse/machinestate-precsave.exp: Likewise.
4139 * gdb.reverse/solib-precsave.exp: Likewise.
4140 * gdb.reverse/step-precsave.exp: Likewise.
4141 * gdb.reverse/until-precsave.exp: Likewise.
4142 * gdb.reverse/watch-precsave.exp: Likewise.
4143 * gdb.reverse/break-reverse.exp: Call support_reverse to run
4144 test conditionally.
4145 * gdb.reverse/consecutive-reverse.exp: Likewise.
4146 * gdb.reverse/finish-precsave.exp: Likewise.
4147 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4148 * gdb.reverse/finish-reverse.exp: Likewise.
4149 * gdb.reverse/i386-reverse.exp: Likewise.
4150 * gdb.reverse/i386-sse-reverse.exp: Likewise.
4151 * gdb.reverse/machinestate.exp: Likewise.
4152 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
4153 * gdb.reverse/sigall-precsave.exp: Likewise.
4154 * gdb.reverse/sigall-reverse.exp: Likewise.
4155 * gdb.reverse/solib-reverse.exp: Likewise.
4156 * gdb.reverse/step-reverse.exp: Likewise.
4157 * gdb.reverse/until-reverse.exp: Likewise.
4158 * gdb.reverse/watch-reverse.exp: Likewise.
4159
a59306a3
YQ
41602011-11-05 Yao Qi <yao@codesourcery.com>
4161
4162 * gdb.trace/trace-break.exp: Add test on setting two
4163 fast tracepoints at the same address.
4164
87769f59
JK
41652011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4166
4167 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
4168
3065dfb6
SS
41692011-11-02 Stan Shebs <stan@codesourcery.com>
4170
4171 * gdb.trace/collection.c: Add code using strings.
4172 * gdb.trace/collection.exp: Add tests of string collection.
4173
89e208db
JK
41742011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * gdb.base/skip-solib.exp (executable_main): New variable.
4177 (binfile_main): Base it on that.
4178 Use $executable_main in clean_restart calls. Drop gdb_exit and
4179 gdb_start calls.
4180
405e54e9
JK
41812011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 Fix racy FAILs.
4184 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
4185 breakpoint_re globals import by async. Set string_regex to .* for
4186 async. Remove the optional thread_selected_re and breakpoint_re
4187 globals expectations.
4188
58e8570a
JM
41892011-11-01 Joseph Myers <joseph@codesourcery.com>
4190
4191 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
4192 well as Cygwin.
4193
7b35ec7f 41942011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
4195
4196 Add tests for skip command.
89e208db
JK
4197 * gdb.base/skip-solib-lib.c: New
4198 * gdb.base/skip-solib-main.c: New
4199 * gdb.base/skip-solib.exp: New
4200 * gdb.base/skip.c: New
4201 * gdb.base/skip.exp: New
4202 * gdb.base/skip1.c: New
4203 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 4204
b9fd1791
PA
42052011-10-31 Yao Qi <yao@codesourcery.com>
4206 Pedro Alves <pedro@codesourcery.com>
4207
4208 * gdb.trace/trace-break.c: New.
4209 * gdb.trace/trace-break.exp: New.
4210
4323fecc
JK
42112011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4212
4213 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
4214 break-here-2.
4215
0e5bf2a8
PA
42162011-10-28 Pedro Alves <pedro@codesourcery.com>
4217
4218 * gdb.threads/no-unwaited-for-left.c: New.
4219 * gdb.threads/no-unwaited-for-left.exp: New.
4220 * gdb.threads/non-ldr-exc-1.c: New.
4221 * gdb.threads/non-ldr-exc-1.exp: New.
4222 * gdb.threads/non-ldr-exc-2.c: New.
4223 * gdb.threads/non-ldr-exc-2.exp: New.
4224 * gdb.threads/non-ldr-exc-3.c: New.
4225 * gdb.threads/non-ldr-exc-3.exp: New.
4226 * gdb.threads/non-ldr-exc-4.c: New.
4227 * gdb.threads/non-ldr-exc-4.exp: New.
4228
3a3dad98
JK
42292011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
4232 * gdb.base/attach-pie-misread.exp: Likewise.
4233 * gdb.base/break-interp.exp: Likewise.
4234 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
4235 testcases for use_gdb_stub.
4236 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
4237 (continue): New testcase.
4238 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
4239 * gdb.threads/attach-into-signal.exp: Likewise.
4240 * gdb.threads/attach-stopped.exp: Likewise.
4241 * gdb.threads/attachstop-mt.exp: Likewise.
4242
d6a5d40c
PK
42432011-10-28 Paul Koning <paul_koning@dell.com>
4244
4245 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
4246
ca539be8
JK
42472011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
4250 (mi_gdb_test): Import globals thread_selected_re
4251 and breakpoint_re. Expect them optionally at the regex start.
4252
d234ef5c
DE
42532011-10-27 Doug Evans <dje@google.com>
4254
4255 * gdb.python/python.exp: Test source -s.
4256
ab964825
PK
42572011-10-26 Paul Koning <paul_koning@dell.com>
4258
4259 * gdb.python/lib-types.cc (struct A): New structure.
4260 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 4261
54d8a644
PK
42622011-10-25 Paul Koning <paul_koning@dell.com>
4263
4264 PR python/13327
d234ef5c 4265
54d8a644
PK
4266 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
4267 fetch_lazy method.
4268
b0221781
YQ
42692011-10-24 Yao Qi <yao@codesourcery.com>
4270
4271 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
4272 target is tic6x-*-*.
4273
6cda5a20
JB
42742011-10-21 Joel Brobecker <brobecker@adacore.com>
4275
4276 * gdb.ada/mi_task_info/task_switch.adb: New file.
4277 * gdb.ada/mi_task_info.exp: New file.
4278
5ed9db04
JK
42792011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4280
4281 * gdb.cp/expand-psymtabs-cxx.exp: New file.
4282 * gdb.cp/expand-psymtabs-cxx.cc: New file.
4283
9df2fbc4
PM
42842011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4285
4286 PR python/12656
4287
4288 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
4289 global_block tests.
4290
736086ba
TT
42912011-10-18 Tom Tromey <tromey@redhat.com>
4292
4293 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
4294
4af31552
TT
42952011-10-18 Tom Tromey <tromey@redhat.com>
4296
4297 * gdb.base/source.exp: Don't include full file name in test name.
4298 * gdb.python/python.exp: Don't include full file name in test
4299 name.
4300
43136979
AR
43012011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4302
4303 * gdb.base/attach-pie-noexec.c: New files.
4304 * gdb.base/attach-pie-noexec.exp: New files.
4305
543a9323
JM
43062011-10-17 Joseph Myers <joseph@codesourcery.com>
4307
4308 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
4309 prompt for each extra line in command.
4310
21ae7a4d
JK
43112011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
4314 Revert the part of:
4315 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4316 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4317 Change the expected string.
4318
20ec36d9
JK
43192011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 Fix results with system glibc debug info installed.
4322 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
4323 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
4324 Accept also __libc_ symbol prefix and no prefix.
4325
6501c2fc
KS
43262011-10-14 Keith Seitz <keiths@redhat.com>
4327
4328 PR c++/13225
4329 * gdb.cp/converts.cc (foo3_1): New function.
4330 (foo3_2): New functions.
4331 * gdb.cp/converts.exp: Add tests for int to pointer conversion
4332 and null pointer conversions of integer constant zero.
4333 Add test to check if all arguments are checked for incompatible
4334 conversion BADNESS.
4335
55b1fd0c
TT
43362011-10-14 Tom Tromey <tromey@redhat.com>
4337
4338 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
4339 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
4340 linespec.
4341
22c05d8a
JK
43422011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4343
4344 Fix internal error regression.
4345 * gdb.dwarf2/implptr-optimized-out.S: New file.
4346 * gdb.dwarf2/implptr-optimized-out.exp: New file.
4347
1d6edc3c
JK
43482011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 Fix empty DWARF expressions DATA vs. SIZE conditionals.
4351 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
4352 (loclist): New.
4353 (4): New abbrev.
4354 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
4355 Use prepare_for_testing, remove clean_restart.
4356 (p arraynoloc, p arraycallnoloc): New tests.
4357
9ec72168
JK
43582011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.cp/namespace-enum.exp (executable): New variable.
4361 (binfile): Use ${objdir}/${subdir}/ prefix.
4362 Use ${executable} for clean_restart.
4363
9c6c53f7
SA
43642011-10-11 Sterling Augustine <saugustine@google.com>
4365
4366 * gdb.cp/Makefile.in: Add namespace-enum test.
4367 * gdb.cp/namespace-enum.exp: New file.
4368 * gdb.cp/namespace-enum.c: New file.
4369 * gdb.cp/namespace-enum-main.c: New file.
4370
fac7ceb3
UW
43712011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
4372
4373 * gdb.python/py-shared.exp: Relax filename check to handle remote:
4374 sysroot.
4375
941b2081
JK
43762011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 Reimplement @entry in input expressions.
4379 * gdb.base/exprs.c (v_int_array_init): New variable.
4380 * gdb.base/exprs.exp (print v_int_array_init)
4381 (print *v_int_array_init@1, print *v_int_array_init@2)
4382 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
4383 (print v_int_array_init[1]@1): New tests.
4384
0344e878
JM
43852011-10-10 Joseph Myers <joseph@codesourcery.com>
4386
4387 * gdb.cp/gdb2495.exp: Do not include directories in filename in
4388 expected message.
4389
5a56e9c5
DE
43902011-10-09 Doug Evans <dje@google.com>
4391
4392 * gdb.base/alias.exp: Add tests for alias command.
4393
2bda9cc5
JK
43942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 * gdb.arch/amd64-entry-value.s: New file.
4397 * gdb.mi/mi2-amd64-entry-value.s: New file.
4398
a471c594
JK
43992011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 Display @entry parameter values even for references.
4402 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
4403 functions.
4404 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
4405 reference and datap_input.
4406 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
4407 breakpoints.
4408 (continue to breakpoint: entry_reference: reference)
4409 (entry_reference: bt at entry)
4410 (continue to breakpoint: entry_reference: breakhere_reference)
4411 (entry_reference: bt, entry_reference: ptype regparam)
4412 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
4413 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
4414 (entry_reference: p regcopy, entry_reference: p nodataparam)
4415 (entry_reference: p nodataparam@entry): New tests.
4416
36b11add
JK
44172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 Support @entry in input expressions.
4420 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
4421 (entry_stack: p s1@entry, entry_stack: p s2@entry)
4422 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
4423 (tailcall: p j@entry): New tests.
4424 * gdb.cp/koenig.cc (A::entry): New function.
4425 (main): Call it.
4426 * gdb.cp/koenig.exp (p entry (c)): New test.
4427
e18b2753
JK
44282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 Display @entry parameter values (without references).
4431 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
4432 (different, validity, invalid): New functions.
4433 (main): Call them.
4434 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
4435 stacktest, breakhere_stacktest, different, breakhere_different,
4436 breakhere_validity and breakhere_invalid.
4437 (entry: bt): Update for @entry.
4438 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
4439 (entry_validity: *, entry_invalid: *): Many new tests.
4440 * gdb.base/break.exp
4441 (run until breakpoint set at small function, optimized file): Accept
4442 also the @entry suffix.
4443 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
4444 * gdb.mi/mi2-amd64-entry-value.c: New files.
4445 * gdb.mi/mi2-amd64-entry-value.exp: New files.
4446
2d6c5dc2
JK
44472011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 Protect entry values against self tail calls.
4450 * gdb.arch/amd64-entry-value.cc (self2, self): New.
4451 (main): Call self.
4452 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
4453 (set debug entry-values 1, self: bt debug entry-values): New tests.
4454
111c6489
JK
44552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 Recognize virtual tail call frames.
4458 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
4459 (amb_b, amb_a): New.
4460 (main): Call a and b.
4461 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
4462 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
4463 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
4464 New tests.
4465
8e3b41a9
JK
44662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 Implement basic support for DW_TAG_GNU_call_site.
4469 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
4470 * gdb.arch/amd64-entry-value.cc: New file.
4471 * gdb.arch/amd64-entry-value.exp: New file.
4472
181cebd4
JK
44732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4474
4475 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
4476 * gdb.dwarf2/implptr-64bit.S: New file.
4477 * gdb.dwarf2/implptr-64bit.exp: New file.
4478
741f5e3c
JK
44792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 Fix initial language detection with -readnow.
4482 * gdb.cp/readnow-language.cc: New file.
4483 * gdb.cp/readnow-language.exp: New file.
4484
a73d2258
JK
44852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4486
4487 Fix printed anonymous struct name.
4488 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
4489
af369495
JM
44902011-10-09 Joseph Myers <joseph@codesourcery.com>
4491
4492 * gdb.base/solib-symbol.exp: Do not include directories in
4493 filenames in expected messages.
4494
1fa57852
DE
44952011-10-07 Doug Evans <dje@google.com>
4496
4497 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
4498
bd054e06
KP
44992011-10-07 Kevin Pouget <kevin.pouget@st.com>
4500
4501 Allow Python notification of new object-file loadings.
4502 * gdb.python/py-events.exp: Test newobjfile event.
4503 * gdb.python/py-events.py: Register newobjfile callback.
4504 * gdb.python/py-events.c: Add call to shared library
4505 * gdb.python/py-events-shlib.c: New file.
4506
8031b6f8
JM
45072011-10-06 Joseph Myers <joseph@codesourcery.com>
4508
4509 * gdb.base/fixsection.exp: Do not include directories in filename
4510 in expected message.
4511
7fea6923
PM
45122011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4513
4514 Add tests for passing of environment variables to inferior.
4515 * gdb.base/testenv.c: New test source.
4516 * gdb.base/testenv.exp: New expect test.
4517
687f2a88
PK
45182011-10-04 Paul Koning <paul_koning@dell.com>
4519
4520 * gdb.python/py-value.c (main): Break before return.
4521
cb6be26b
KP
45222011-10-04 Kevin Pouget <kevin.pouget@st.com>
4523
4524 PR python/12691: Add the inferior to Python exited event
4525 * gdb.python/py-events.exp: Test the inferior attribute of exited
4526 event with a fork.
4527 * gdb.python/py-events.py: Print inferior number on exit.
4528 * gdb.python/py-events.c: Fork the inferior.
4529
fb213700
EBM
45302011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4531
4532 * gdb.base/jit.exp: Add testcase name to log message
4533
aa2071bd
PK
45342011-10-03 Paul Koning <paul_koning@dell.com>
4535 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 * gdb.python/py-value.exp
4538 (python inval = gdb.parse_and_eval('*(int*)0'))
4539 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
4540 (set argc=2, python print argc_lazy): New tests.
4541
dd11a36c
JB
45422011-10-02 Joel Brobecker <brobecker@adacore.com>
4543
4544 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
4545
46f886f1
JK
45462011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4547 Pedro Alves <pedro@codesourcery.com>
4548
4549 * gdb.python/py-value.exp (test_value_in_inferior): New variable
4550 can_read_0, test for it.
4551 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
4552 (parse_and_eval with memory error): ... here, make it untested if
4553 can_read_0.
4554
c5cb204f
MP
45552011-09-30 Marek Polacek <mpolacek@redhat.com>
4556
4557 * gdb.python/python.exp (verify pagination beforehand)
4558 (verify pagination afterwards): Fix race by splitting the line.
4559
68fb0ec0
JM
45602011-09-29 Joseph Myers <joseph@codesourcery.com>
4561
4562 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
4563 for 64-bit multilibs from i?86-* targets.
4564
6aee0d90
MP
45652011-09-29 Marek Polacek <mpolacek@redhat.com>
4566
4567 * lib/gdb.exp: Fix a typo in one of the comments.
4568
e9101ff5
MP
45692011-09-29 Marek Polacek <mpolacek@redhat.com>
4570
4571 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
4572 matching pattern.
4573
7a81bdbf
PK
45742011-09-28 Paul Koning <paul_koning@dell.com>
4575
4576 * gdb.python/py-type.c (enum E): New.
4577 * gdb.python/py-type.exp (test_fields): Add tests for Python
4578 mapping access to fields.
4579 (test_enums): New test for field access on enums.
4580
6710bf39
SS
45812011-09-27 Stan Shebs <stan@codesourcery.com>
4582
4583 * gdb.trace/collection.exp: Test collection of $_ret.
4584
b2a6bdeb
AT
45852011-09-22 Andreas Tobler <andreast@fgznet.ch>
4586
4587 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
4588 list of compilation switches for <*-*-freebsd*>.
4589
3c9057f3
SS
45902011-09-19 Stan Shebs <stan@codesourcery.com>
4591
4592 * gdb.trace/tspeed.exp: New file.
4593 * gdb.trace/tspeed.c: New file.
4594
34518530
YQ
45952011-09-18 Yao Qi <yao@codesourcery.com>
4596
4597 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
4598 instructions.
4599 (test_adr_32bit, test_pop_pc): Likewise.
4600 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
4601 Thumb instructions.
4602 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
4603 in gdb_test_multiple.
4604 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
4605
ab254057
YQ
46062011-09-17 Yao Qi <yao@codesourcery.com>
4607
4608 * lib/gdb.exp (can_single_step_to_signal_handler): New.
4609 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
4610 support single step to signal handler.
4611
9c317b71
YQ
46122011-09-17 Yao Qi <yao@codesourcery.com>
4613
4614 * gdb.base/disp-step-fork.c: New.
4615 * gdb.base/disp-step-syscall.exp: New.
4616 * gdb.base/disp-step-vfork.c: New.
4617
a8123151
JB
46182011-09-16 Joel Brobecker <brobecker@adacore.com>
4619
4620 * gdb.ada/tasks.exp: Make the expected output for
4621 the `info tasks' tests more resilient to spacing
4622 changes.
4623
63a9aad8
JK
46242011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
4627 (reached breakpoint 2, reached breakpoint 3): Update expected output.
4628
2aa48337
KP
46292011-09-15 Kevin Pouget <kevin.pouget@st.com>
4630
4631 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4632 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
4633
6839b47f
KP
46342011-04-30 Kevin Pouget <kevin.pouget@st.com>
4635
4636 Handle multiple breakpoint hits in Python interface:
4637 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
4638 presence.
4639 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
4640 breakpoint hits.
4641
0935723e
JK
46422011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4643 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.python/py-events.exp: Remove pretty printing comment.
4646 * gdb.python/py-evsignal.exp: New file.
4647 * gdb.python/py-evthreads.c: Include signal.h.
4648 (thread3): Remove variable count3. Remove variable bad and use raise
4649 instead.
4650 (thread2): Remove variable count2. Move thread3 pthread_create here,
4651 merge pthread_join to a single line.
4652 (main): Remove variable count1. Merge pthread_join with pthread_create
4653 to a single line.
4654 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
4655 KFAIL python/12966 for gdbserver. Test return value of
4656 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
4657 gdb_expect by gdb_test and gdb_test_multiple.
4658 (thread 2, thread 3): New tests.
4659
4801a9a3
PA
46602011-09-12 Matt Rice <ratmice@gmail.com>
4661 Pedro Alves <pedro@codesourcery.com>
4662
4663 PR gdb/13175
4664
4665 * gdb.base/interp.exp: New tests.
4666 * gdb.base/interp.c: New file.
4667
24ece742
DE
46682011-09-12 Doug Evans <dje@google.com>
4669
4670 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
4671 * gdb.dwarf2/typeddwarf.exp: Ditto.
4672
7f062217
JK
46732011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4674
4675 Fix compatibility with x32 arch.
4676 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
4677 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
4678 is_x86_like_target.
4679 * testsuite/gdb.trace/collection.exp: Likewise.
4680 * testsuite/gdb.trace/report.exp: Likewise.
4681 * testsuite/gdb.trace/unavailable.exp: Likewise.
4682 * testsuite/gdb.trace/while-dyn.exp: Likewise.
4683 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
4684 (is_x86_like_target): Check also is_amd64_regs_target.
4685
08711b9a
JK
46862011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 PR breakpoints/12435
4689 * gdb.arch/amd64-prologue-xmm.c: New file.
4690 * gdb.arch/amd64-prologue-xmm.exp: New file.
4691 * gdb.arch/amd64-prologue-xmm.s: New file.
4692
b99b5f66
JK
46932011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4694
4695 * gdb.dwarf2/dw2-param-error-main.c: New file.
4696 * gdb.dwarf2/dw2-param-error.S: New file.
4697 * gdb.dwarf2/dw2-param-error.exp: New file.
4698
a391a2f6
PA
46992011-09-08 Pedro Alves <pedro@codesourcery.com>
4700
4701 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
4702 inferior's pid and look for a core dump named core.$pid. Use
4703 `remote_file' commands on the host instead of hand coding shell
4704 commands on the build.
4705 * gdb.base/valgrind-db-attach.exp: Kill the program before
4706 finishing the test.
4707
7d8e6458 47082011-09-02 Matt Rice <ratmice@gmail.com>
4709
4710 * lib/prompt.exp: New file for testing the first prompt.
4711 * gdb.python/py-prompt.exp: Ditto.
4712 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
4713
68e77c9e
PA
47142011-09-02 Pedro Alves <pedro@codesourcery.com>
4715
4716 * gdb.threads/gcore-thread.exp: Set the global core_supported to
4717 0, before testing gcore.
4718
9655e943
JK
47192011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
df6dc84d
JK
4721 * dw2-ifort-parameter-debug.S: Update copyright year.
4722 * dw2-ifort-parameter.c: Update copyright year.
4723 * dw2-ifort-parameter.exp: Update copyright year.
4724
9655e943
JK
4725 * dw2-ifort-parameter-debug.S: New file.
4726 * dw2-ifort-parameter.c: New file.
4727 * dw2-ifort-parameter.exp: New file.
4728
353d1d73
JK
47292011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 * gdb.base/commands.exp (error_clears_commands_left): New function.
4732 (): Call it.
4733
5c07461a
JK
47342011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
4737 (C): Initialize `a'.
4738 * gdb.mi/mi-inheritance-syntax-error.exp
4739 (-data-evaluate-expression $path): Expect `a' as 5.
4740
0d932b2f
MK
47412011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
4742
4743 PR mi/11912
4744 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
4745 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
4746 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
4747 keyword in output of -var-info-path-expression.
4748
bdb54049
JK
47492011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4750
4751 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
4752 * gdb.trace/collection.exp: Likewise.
4753 * gdb.trace/report.exp: Likewise.
4754 * gdb.trace/unavailable.exp: Likewise.
4755 * gdb.trace/while-dyn.exp: Likewise.
4756
59cde39c
KS
47572011-08-18 Keith Seitz <keiths@redhat.com>
4758
4759 PR c++/12266
4760 * gdb.cp/meth-typedefs.cc: New file.
4761 * gdb.cp/meth-typedefs.exp: New file.
4762
fa3a4f15
PM
47632011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4764
4765 * gdb.python/python.exp: Add extended-prompt tests.
4766
c1049fca
JK
47672011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4768
4769 * gdb.arch/i386-dr3-watch.exp
4770 (watchpoint on gap1 does not fit debug registers)
4771 (delete all watchpoints): Fix racy expect strings.
4772
d93f7b5c
YQ
47732011-08-14 Yao Qi <yao@codesourcery.com>
4774
4775 * gdb.base/maint.exp: set data_section to ".neardata".
4776 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
4777 * gdb.base/savedregs.exp: Handle SIGILL.
4778 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
4779 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
4780
457e09f0
DE
47812011-08-12 Doug Evans <dje@google.com>
4782
4783 * gdb.python/py-symbol.exp: Add test for symbol.type.
4784
5d0bb2fb
UW
47852011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
4786
4787 * gdb.threads/pthreads.exp: Enable on non-native configurations.
4788 * gdb.mi/mi-pthreads.exp: Likewise.
4789 * gdb.mi/mi2-pthreads.exp: Likewise.
4790 * gdb.mi/gdb669.exp.exp: Likewise.
4791
fcdfa280
PA
47922011-08-09 Pedro Alves <pedro@codesourcery.com>
4793
4794 * lib/mi-support.exp (detect_async): Rename to...
4795 (mi_detect_async): ... this.
4796 * gdb.mi/mi-nonstop-exit.exp: Adjust.
4797 * gdb.mi/mi-nonstop.exp: Adjust.
4798 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
4799 * gdb.mi/mi-nsintrall.exp: Adjust.
4800 * gdb.mi/mi-nsmoribund.exp: Adjust.
4801 * gdb.mi/mi-nsthrexec.exp: Adjust.
4802
9d8fa392
PA
48032011-08-09 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.base/display.c (do_loops): New `p_i' local.
4806 * gdb.base/display.exp: Test displaying a variable that is
4807 temporarily at a bad address.
4808
b6cede78
JK
48092011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4810
4811 * gdb.dwarf2/dw2-op-stack-value.S: New file.
4812 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
4813
67bedb8c
JK
48142011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
4817 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
4818 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 4819
af6e93b2
PA
48202011-08-05 Pedro Alves <pedro@codesourcery.com>
4821
4822 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
4823 procedure.
4824 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
4825
1cf0e11f
YQ
48262011-08-05 Yao Qi <yao@codesourcery.com>
4827
4828 * gdb.base/callfuncs.exp: Set language after main.
4829 * gdb.cp/cplusfuncs.exp: Likewise.
4830 * gdb.cp/inherit.exp: Likewise.
4831
a1e28cb2
UW
48322011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4833
4834 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
4835 * gdb.base/watch-vfork.exp: Skip on remote targets.
4836
d4f5bbb9
UW
48372011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4838
4839 * gdb.threads/thread-find.exp: Support remote targets.
4840
724f4f80
UW
48412011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4842
4843 * gdb.base/jit.exp: Download solib_binfile to target.
4844 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
4845 and call dlopen without full path name.
4846 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
4847 dlopen without full path name.
4848
934709f0
PW
48492011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4850
4851 * gdb.base/break-always.exp: Complete the test
4852 with duplicated breakpoints and enabling/disabling them.
4853
c26106c4
TT
48542011-08-02 Tom Tromey <tromey@redhat.com>
4855
4856 PR gdb/11289:
4857 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
4858
9300444e 48592011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
4860
4861 PR gdb/13045
4862 * gdb.base/float.exp: Add new test case for PR gdb/13045
4863 * gdb.base/float.c: New file.
4864
00bd41d6
PM
48652011-07-28 Phil Muldoon <pmuldoon@redhat.com>
4866
4867 * gdb.python/py-mi.exp: Test printers returning string hint, and
4868 also not returning a value.
4869 * gdb.python/py-prettyprint.c: Add testcase for above.
4870 * gdb.python/py-prettyprint.py: Add test printer for above.
4871
d24f74ce
JK
48722011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
4875 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
4876 (.Ldie30) Add as field "data4".
4877 (.Ldie32) Rename field "b" to "shl".
4878 (abbrev4) Change for the "data4" field.
4879 (abbrev5, abbrev6) Remove.
4880 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
4881 (p &s.shl): ... here. Add comment.
4882 (p &s.data4): New.
4883
bb7da2bf
JK
48842011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 Fix crash on lval_computed values.
4887 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
4888
11081198
JK
48892011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 * gdb.base/help.exp (help whatis): Update the expected string.
4892
3c6e0cb3
JK
48932011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4894
4895 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
4896 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
4897 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4898 Change the expected string.
4899
efa80663
PA
49002011-07-26 Pedro Alves <pedro@codesourcery.com>
4901
4902 * gdb.base/watchpoint.exp
4903 (test_disable_enable_software_watchpoint): New procedure.
4904 (top level): Run it.
4905
db8e4570
UW
49062011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
4907
4908 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
4909 executable file "${binfile}", C++ version "${binfile}-cxx".
4910 * gdb.python/py-prettyprint.exp: Likewise.
4911 * gdb.python/py-symbol.exp: Likewise.
4912 * gdb.python/py-type.exp: Likewise.
4913 * gdb.python/py-value.exp: Likewise.
4914 * gdb.python/py-template.exp (test_template_arg): Pass full executable
4915 file name instead of just suffix.
4916
543305c9
JK
49172011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4918
4919 Fix implicit pointer offsets.
4920 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
4921 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
4922 (continue to breakpoint: continue to baz breakpoint for implptr)
4923 (sanity check element 0, sanity check element 1)
4924 (enter the inlined function, check element 0 for the offset)
4925 (check element 1 for the offset)
4926 (continue to breakpoint: ignore the second baz breakpoint): New tests.
4927 (set foo breakpoint for implptr): Update the breakpoint number.
4928
b3215adc
UW
49292011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4930
4931 * gdb.python/py-mi.exp: Use different file names for different
4932 versions of the executable under test.
4933 * gdb.python/py-prettyprint.exp: Likewise.
4934 * gdb.python/py-symbol.exp: Likewise.
4935 * gdb.python/py-template.exp: Likewise.
4936 * gdb.python/py-type.exp: Likewise.
4937 * gdb.python/py-value.exp: Likewise.
4938
182b9acc
UW
49392011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4940
4941 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
4942 flag after restarting GDB if necessary.
4943
e6052b5d
UW
49442011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4945
4946 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
4947
1ced966e
PA
49482011-07-22 Pedro Alves <pedro@codesourcery.com>
4949
4950 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
4951 backend doesn't leave used debug registers behind.
4952
3543a589
TT
49532011-07-22 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
4956 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
4957 argument.
4958 * gdb.dwarf2/typeddwarf-amd64.S: New file.
4959
14d15303 49602011-07-21 Matt Rice <ratmice@gmail.com>
4961
4962 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
4963 in mostlyclean rule. Add files ending in .core.
4964
9b158ba0 49652011-07-21 Matt Rice <ratmice@gmail.com>
4966
4967 PR macros/12999
4968 * gdb.base/info-macros.c: New test sources.
4969 * gdb.base/info-macros.exp: New tests.
4970
d17b6f81
PM
49712011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4972
4973 * gdb.python/python.exp: Add prompt substitution tests.
4974
918dd910
JK
49752011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4976
4977 Fix crash if referenced CU is aged out.
4978 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
4979 New.
4980 * gdb.dwarf2/implptr.exp: Likewise.
4981
0e37a63c
JK
49822011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 * gdb.dwarf2/implptr.S: Rebuilt.
4985 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
4986 (bar): Use them for j, k, l.
4987 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
4988 COMPILE.
4989 (print j in implptr:bar): Update for the intp typedef.
4990 (print p[0].x in implptr:foo): Use more exact regex.
4991
f65cf84c
TT
49922011-07-18 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.cp/static-method.exp: Add missing single quote.
4995
d5b4a7be
YQ
49962011-07-18 Yao Qi <yao@codesourcery.com>
4997
4998 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
4999 supported.
5000 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5001 * gdb.mi/mi-nonstop.exp: Likewise.
5002 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5003 * gdb.mi/mi-nsintrall.exp: Likewise.
5004 * gdb.mi/mi-nsmoribund.exp: Likewise.
5005 * gdb.mi/mi-nsthrexec.exp: Likewise.
5006 * gdb.python/py-evthreads.exp: Likewise.
5007
e9ea2662
JK
50082011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5009
5010 Code cleanup.
5011 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
5012 it. Substitute it instead of test_compiler_info everywhere.
5013
ce451573
UW
50142011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
5015
5016 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
5017 remote targets as well.
5018
756d88a7
UW
50192011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
5020
5021 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
5022 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
5023
31f83dc5
UW
50242011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
5025
5026 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
5027 a remote machine, not the host.
5028 (gdb_compile_shlib): Set soname if target is remote.
5029
059241a0
PP
50302011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5031
5032 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
5033
28a0b48c 50342011-07-13 Matt Rice <ratmice@gmail.com>
5035
5036 * gdb.python/py-objfile-script-gdb.py: Renamed to
5037 py-objfile-script-gdb.py.in.
5038 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
5039 py-objfile-script-gdb.py.
5040 * gdb.python/py-objfile-script.exp: Update reference to
5041 py-objfile-script-gdb.py.
5042
9a771b67
JK
50432011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5044
5045 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
5046 reference undefined label.
5047
04ad99e6
JK
50482011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5049
5050 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
5051 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
5052 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
5053 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
5054
713389e0
PM
50552011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5056
5057 PR python/12438
5058 * gdb.python/python.exp: Add maint set/show python print-stack
5059 deprecated tests. Add set/show python print-backtrace tests.
5060
97d146f8
JK
50612011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5062
5063 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
5064 debug info.
5065
facde0e5 50662011-07-06 Matt Rice <ratmice@gmail.com>
5067
5068 * gdb.python/python.exp: Update filename paths.
5069 * gdb.python/py-symtab.exp: Ditto.
5070
438640d1
MP
50712011-07-06 Marek Polacek <mpolacek@redhat.com>
5072
5073 * gdb.python/py-evthreads.exp: Add missing `$'.
5074
33a365df
MF
50752011-07-06 Jie Zhang <jie.zhang@analog.com>
5076
5077 * config/bfin.exp: New file.
5078 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
5079 * gdb.asm/bfin.inc: New file.
5080
8f7ae686
MP
50812011-07-06 Marek Polacek <mpolacek@redhat.com>
5082
df46027d 5083 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
5084 the whole output.
5085
eb2a6f42
TT
50862011-07-05 Tom Tromey <tromey@redhat.com>
5087
5088 * gdb.java/jprint.java (jprint.hi): New field.
5089 * gdb.java/jprint.exp: Print string.
5090
177b42fe
TJB
50912011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5092
5093 * gdb.base/call-sc.c: Fix typos.
5094 * gdb.base/ifelse.exp: Likewise.
5095 * gdb.base/structs.c: Likewise.
5096
3b2a0cf2
JB
50972011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5098
5099 * gdb.base/jit-so.exp: New test.
5100 * gdb.base/jit-dlmain.c: New file.
5101 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
5102
46fc714c
JK
51032011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
5106 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
5107 * gdb.cp/pr9167.exp (p b): Likewise.
5108 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
5109 (test value of P in inner_m, test type of Z in inner_m): Call
5110 setup_xfail for gcc <= 4.5.
46fc714c 5111
418c7cf7
JK
51122011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * gdb.cp/paren-type.cc: New files.
5115 * gdb.cp/paren-type.exp: New files.
5116
3d50dd94
JK
51172011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5118
5119 Stop on first linespec terminator instead of eating what we can.
5120 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
5121 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
5122 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
5123 (break C::f()): ... this one.
5124 (break C::operator()()): New test.
5125 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
5126 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
5127 test.
5128
dcf9f4ab
JK
51292011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 Fall back linespec to minimal symbols.
5132 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
5133 error message.
5134 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
5135 * gdb.cp/minsym-fallback-main.cc: New file.
5136 * gdb.cp/minsym-fallback.cc: New file.
5137 * gdb.cp/minsym-fallback.exp: New file.
5138 * gdb.cp/minsym-fallback.h: New file.
5139
3f542ed1
JK
51402011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5141
5142 * gdb.cp/no-dmgl-verbose.cc: New file.
5143 * gdb.cp/no-dmgl-verbose.exp: New file.
5144
51452011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
5146
5147 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
5148 __GI_.
5149 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
5150 (f): New function.
5151 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
5152 (complete p 'func<short>(): ... here.
5153 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
5154 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
5155 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
5156 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
5157 Make them KFAIL gcc/49546.
5158
00eb2c4a
JB
51592011-07-01 Joel Brobecker <brobecker@adacore.com>
5160
5161 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
5162
85a20c42
JK
51632011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5164
5165 Test GCC PR debug/49546.
5166 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
5167 (test type of F in k3_m, test value of F in k3_m): New.
5168 * gdb.cp/temargs.cc (struct S3, struct K3): New.
5169 (main): New variable k3. Call k3.k3_m.
5170
d2d43431
JB
51712011-07-01 Jean-Charles Delay <delay@adacore.com>
5172
5173 * gdb.ada/packed_array.exp: Fix expected outout.
5174
54ae186f
JB
51752011-07-01 Jean-Charles Delay <delay@adacore.com>
5176
5177 * gdb.ada/packed_array.exp: fixed expected output.
5178
8f17729f
JB
51792011-07-01 Joel Brobecker <brobecker@adacore.com>
5180
5181 * gdb.ada/same_enum: New testcase.
5182
f5aa6869
JB
51832011-07-01 Joel Brobecker <brobecker@adacore.com>
5184
5185 * gdb.ada/ptr_typedef: New testcase.
5186
828292f2
JB
51872011-07-01 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/arrayptr.exp: Add ptype test.
5190
18920c42
JB
51912011-07-01 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/char_enum: New testcase.
5194
3536d9e3 51952011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
5196
5197 * gdb.base/dump.exp (capture_pointer_with_type): New.
5198 Get value from address instead of name.
5199 Start GDB once, and do `dump' and `restore'
5200 tests together.
5201
db863c42
MF
52022011-06-30 Jie Zhang <jie.zhang@analog.com>
5203 Mike Frysinger <vapier@gentoo.org>
5204
5205 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
5206 helper functions for getting/setting remotetimeout variable.
5207 * lib/gdb.exp (gdb_load): If the target is remote, set
5208 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
5209 with $loadtimeout. Set $load_ok to 0 before doing the load.
5210 Instead of returning, immediately, set $load_ok to 0. Call
5211 set_remotetimeout with $oldremotetimeout, and then return if
5212 $load_ok is 1.
5213
e9e642a8
AB
52142011-06-30 Andrew Burgess <aburgess@broadcom.com>
5215
5216 * gdb.python/py-template.exp: Don't run this test if the target
5217 does not support c++ tests.
5218
32019081
JK
52192011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 Fix non-only rename list for Fortran modules import.
5222 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
5223 tests.
5224 * gdb.fortran/module.f90 (module moduse): New.
5225 (program module): use moduse, test var_x, var_y and var_z.
5226
0ecee54c
TT
52272011-06-29 Tom Tromey <tromey@redhat.com>
5228
5229 PR testsuite/12040:
5230 * gdb.fortran/array-element.exp: Use f90, not f77.
5231 * gdb.fortran/complex.exp: Use f90, not f77.
5232 * gdb.fortran/derived-type.exp: Use f90, not f77.
5233 * gdb.fortran/library-module.exp: Use f90, not f77.
5234 * gdb.fortran/logical.exp: Use f90, not f77.
5235 * gdb.fortran/module.exp: Use f90, not f77.
5236 * gdb.fortran/multi-dim.exp: Use f90, not f77.
5237 * gdb.fortran/subarray.exp: Use f90, not f77.
5238
3b2b8fea
TT
52392011-06-29 Tom Tromey <tromey@redhat.com>
5240
5241 * gdb.fortran/charset.exp: New file.
5242 * gdb.fortran/charset.f90: New file.
5243
42159ca5
TT
52442011-06-29 Tom Tromey <tromey@redhat.com>
5245
5246 PR testsuite/12040:
5247 * lib/future.exp: New file, mostly extracted from ada.exp.
5248 Rewrote compatibility code to use rename.
5249 (gdb_find_gfortran): New proc.
5250 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
5251 gfortran patch.
5252 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
5253 Move to future.exp.
5254 * lib/gdb.exp: Always load future.exp.
5255
af69a5ce
YQ
52562011-06-28 Yao Qi <yao@codesourcery.com>
5257
5258 * gdb.cp/exception.cc: Don't include iostream.
5259 (bar): Remove print statement.
5260 (catcher): New.
5261 (main): Remove print statements. Call function catcher.
5262 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
5263 Set breakpoint on catcher, and check the value of parameter.
5264
ab5c6a72
YQ
52652011-06-23 Yao Qi <yao@codesourcery.com>
5266
5267 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
5268 1.2 is disabled. KFAIL for uclinux.
5269
9497469f
MP
52702011-06-23 Marek Polacek <mpolacek@redhat.com>
5271
5272 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
5273 mi_gdb_test.
5274
b9132588
MP
52752011-06-23 Marek Polacek <mpolacek@redhat.com>
5276
5d197ed0 5277 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 5278
e55595ca
MP
52792011-06-23 Marek Polacek <mpolacek@redhat.com>
5280
5d197ed0
MP
5281 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
5282
52832011-06-23 Marek Polacek <mpolacek@redhat.com>
5284
5285 * gdb.mi/mi2-basics.exp: Fix races. Honour the
5286 `test_exec_and_symbol_mi_operatons' return value.
5287 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5288 gdb_test_multiple.
5289 (test_exec_and_symbol_mi_operatons): Likewise.
5290 (test_path_specification): Likewise.
e55595ca 5291
be777e08
YQ
52922011-06-23 Yao Qi <yao@codesourcery.com>
5293
5294 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
5295 supported.
5296 * lib/gdb.exp (support_displaced_stepping): New.
5297
615556d6
YQ
52982011-06-23 Yao Qi <yao@codesourcery.com>
5299
5300 * gdb.threads/execl.exp: Skip on remote target.
5301
833b0ca7
MP
53022011-06-21 Marek Polacek <mpolacek@redhat.com>
5303
5d197ed0 5304 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
5305 mi_gdb_test.
5306
1ee4023a
MP
53072011-06-20 Marek Polacek <mpolacek@redhat.com>
5308
5d197ed0 5309 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 5310
d0b1d624
MP
53112011-06-20 Marek Polacek <mpolacek@redhat.com>
5312
5d197ed0 5313 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
5314 mi_gdb_test.
5315
79aa92c1
MP
53162011-06-20 Marek Polacek <mpolacek@redhat.com>
5317
5d197ed0 5318 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 5319
5ce5db06
YQ
53202011-06-14 Yao Qi <yao@codesourcery.com>
5321
5322 gdb/testsuite/
5323 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
5324
533a737e
JK
53252011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
5328
d0e53741
TT
53292011-06-10 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
5332 Add tests for pointer-to-member-function.
5333 * gdb.cp/temargs.cc (S::somefunc): New function.
5334 (K2): New class.
5335 (main): Instantiate K2; call method.
5336
b5916bbd
JB
53372011-06-08 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.python/py-inferior.c (f2): Make str an array rather
5340 than a pointer.
5341 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
5342
5be4dfca
JK
53432011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 * gdb.base/async-shell.c: New file.
5346 * gdb.base/async-shell.exp: New file.
5347
9f47e254
PA
53482011-06-06 Pedro Alves <pedro@codesourcery.com>
5349
5350 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
5351
64b9b334
JB
53522011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
5353
5354 From Stephen Kitt <steve@sk2.org>
5355 * gdb.base/help.exp: Adjust following some spelling corrections
5356 in GDB.
5357
dbc0f131
YQ
53582011-06-01 Yao Qi <yao@codesourcery.com>
5359
5360 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
5361
fd336a18
KS
53622010-05-31 Keith Seitz <keiths@redhat.com>
5363
5364 PR c++/12750
5365 * gdb.cp/static-method.cc: New file.
5366 * gdb.cp/static-method.exp: New file.
5367
fa8b9902
KS
53682010-05-31 Keith Seitz <keiths@redhat.com>
5369
5370 PR symtab/12704
5371 * gdb.cp/anon-ns.cc: New file.
5372 * gdb.cp/anon-ns.exp: New file.
5373
0a5b1e09
PA
53742011-05-31 Pedro Alves <pedro@codesourcery.com>
5375
5376 * gdb.arch/i386-dr3-watch.c: New file.
5377 * gdb.arch/i386-dr3-watch.exp: New file.
5378
0578b8d1
YQ
53792011-05-30 Yao Qi <yao@codesourcery.com>
5380
5381 * gdb.base/callfuncs.c (t_structs_fc): New.
5382 (t_structs_dc, t_structs_ldc): New.
5383 (t_double_many_args):
5384 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
5385 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
5386 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
5387 * gdb.base/callfuncs.exp: Call new functions.
5388
6680506e
YQ
53892011-05-30 Yao Qi <yao@codesourcery.com>
5390
ff4d2c60
YQ
5391 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
5392 Call rerun_and_prepare for each test to isolate effects.
5393
53942011-05-30 Yao Qi <yao@codesourcery.com>
5395
5396 * gdb.base/varargs.c (find_max_float_real): New.
5397 (find_max_double_real, find_max_long_double_real): New.
5398 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
5399 * lib/gdb.exp (setup_kfail_for_target): New.
5400
e43ec454
YQ
54012011-05-30 Yao Qi <yao@codesourcery.com>
5402
5403 * gdb.base/funcargs.c (callca, callcb, callcc): New.
5404 (callcd, callce, callcf, callc1a, callc1b): New.
5405 (callc2a, callc2b): New.
5406 * gdb.base/funcargs.exp (complex_args): New.
5407 (complex_integral_args, complex_float_integral_args): New.
5408 * lib/gdb.exp (support_complex_tests): New. Determine
5409 whether to run test cases on _Complex types.
5410
432b4d03
JK
54112011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5412
5413 * gdb.threads/leader-exit.c: New file.
5414 * gdb.threads/leader-exit.exp: New file.
5415
6caf069d
MP
54162011-05-27 Marek Polacek <mpolacek@redhat.com>
5417
9497469f 5418 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 5419
97fce28b
MP
54202011-05-27 Marek Polacek <mpolacek@redhat.com>
5421
5422 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
5423 remove the `supported' variable.
5424 * gdb.mi/mi-nonstop.exp: Likewise.
5425 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5426 * gdb.mi/mi-nsintrall.exp: Likewise.
5427 * gdb.mi/mi-nsmoribund.exp: Likewise.
5428 * gdb.mi/mi-nsthrexec.exp: Likewise.
5429
9da8c2a0
PA
54302011-05-26 Pedro Alves <pedro@codesourcery.com>
5431
5432 * gdb.reverse/finish-reverse-bkpt.exp: New test.
5433
2c03e5be
PA
54342011-05-26 Pedro Alves <pedro@codesourcery.com>
5435
5436 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
5437
2e21250d
KS
54382011-05-24 Keith Seitz <keiths@redhat.com>
5439
5440 PR breakpoint/12803
5441 * gdb.cp/cmpd-minsyms.cc (a): New method.
5442 (b): New method.
5443 (c): New method.
5444 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
5445
cdac0397
PA
54462011-05-24 Pedro Alves <pedro@codesourcery.com>
5447
5448 * gdb.base/commands.exp (watchpoint_command_test): Check that the
5449 watchpoint's command list didn't execute when the watchpoint went
5450 out of scope.
5451
ee5683ab
PM
54522011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
5453
5454 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
5455 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
5456 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
5457 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5458 * gdb.arch/i386-permbkpt.exp: Likewise.
5459 * gdb.arch/i386-prologue.exp: Likewise.
5460 * gdb.arch/i386-size-overlap.exp: Likewise.
5461 * gdb.arch/i386-size.exp: Likewise.
5462 * gdb.arch/i386-unwind.exp: Likewise.
5463 * gdb.reverse/i386-precsave.exp: Likewise.
5464 * gdb.reverse/i386-reverse.exp: Likewise.
5465 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5466 * gdb.reverse/i387-env-reverse.exp: Likewise.
5467 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5468
c91c8c16
PA
54692011-05-24 Pedro Alves <pedro@codesourcery.com>
5470
5471 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
5472 file doesn't error, using MI.
5473
c50491a7
TT
54742011-05-23 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.base/charset.exp (string_display): Add tests to assign to
5477 arrays.
5478 * gdb.base/charset.c (short_array, int_array, long_array): New.
5479
4a07b7da
PA
54802011-05-20 Pedro Alves <pedro@codesourcery.com>
5481
5482 Cope with async mode.
5483
4a07b7da
PA
5484 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
5485 into gdb_test + mi_expect_stop.
5486
b275f2d2
PA
54872011-05-20 Pedro Alves <pedro@codesourcery.com>
5488
5489 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
5490 (callme): Remove printf call.
5491
eec52c44
PM
54922011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5493
5494 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
5495 quote pattern to avoid problems with Cygwin/mingw expect versions.
5496 * gdb.base/default.exp (show convenience): Use double
5497 quote pattern for regular expressions.
5498
b3c8eb43
JK
54992011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 Fix -readnow for -gdwarf-4 unused type units.
5502 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
5503 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
5504
ed731959
JK
55052011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.base/kill-after-signal.c: New file.
5508 * gdb.base/kill-after-signal.exp: New file.
5509
3b48433d
PA
55102011-05-16 Pedro Alves <pedro@codesourcery.com>
5511
5512 * gdb.ada/start.exp: Call untested with the correct test filename.
5513 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
5514 test filename. Make the test's binary unique.
5515 * gdb.arch/i386-signal.exp: Call untested with the correct test
5516 filename.
5517 * gdb.arch/i386-size-overlap.exp: Ditto.
5518 * gdb.arch/Makefile.in (EXECUTABLES): Update.
5519 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5520 * gdb.cp/call-c.exp: Ditto.
5521 * gdb.mi/mi-reverse.exp: Call untested with the correct test
5522 filename. Make the test's binary unique.
5523 * gdb.mi/Makefile.in (EXECUTABLES): Update.
5524 * gdb.python/py-mi.exp: Ditto.
5525 * gdb.python/Makefile.in (EXECUTABLES): Update.
5526 * gdb.reverse/i386-precsave.exp: Ditto.
5527 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
5528 test filename.
5529 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5530 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
5531 unique.
5532 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
5533 test filename.
5534 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
5535 * gdb.trace/tfile.exp: Ditto.
5536
ba4a8bdd
YQ
55372011-05-14 Yao Qi <yao@codesourcery.com>
5538
5539 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
5540 type.
5541
dbaefcf7
DE
55422011-05-13 Doug Evans <dje@google.com>
5543
5544 * gdb.python/py-objfile-script.exp: New file.
5545 * gdb.python/py-objfile-script.c: New file.
5546 * gdb.python/py-objfile-script-gdb.py: New file.
5547 * testsuite/gdb.python/py-section-script.exp: Test
5548 "info auto-load-scripts".
5549
9930639c
TT
55502011-05-13 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.dwarf2/clztest.exp: New file.
5553 * gdb.dwarf2/clztest.c: New file.
5554 * gdb.dwarf2/clztest.S: New file.
5555
05272e11
DE
55562011-05-13 Doug Evans <dje@google.com>
5557
cc63ef9b
DE
5558 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
5559 String16 tests.
05272e11 5560
6edba76f
TT
55612011-05-13 Tom Tromey <tromey@redhat.com>
5562
5563 * lib/gdb.exp (is_x86_like_target): New proc.
5564 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
5565 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
5566 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
5567 -nostdlib to compiler.
5568 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
5569 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
5570 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
5571 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
5572 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
5573
028d0ed5
TJB
55742011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5575
5576 * gdb.python/py-function.exp: Test setting a value from a function
5577 which executes a command.
5578
8a9b8146
TT
55792011-05-12 Tom Tromey <tromey@redhat.com>
5580
5581 * gdb.dwarf2/typeddwarf.S: New file.
5582 * gdb.dwarf2/typeddwarf.c: New file.
5583 * gdb.dwarf2/typeddwarf.exp: New file.
5584
10483e8e
MP
55852011-05-12 Marek Polacek <mpolacek@redhat.com>
5586
5587 * gdb.mi/mi-basics.exp: Fix races. Honour the
5588 `test_exec_and_symbol_mi_operatons' return value.
5589 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5590 gdb_test_multiple.
5591 (test_exec_and_symbol_mi_operatons): Likewise.
5592 (test_path_specification): Likewise.
5593
faf067f1
JK
55942011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
5597 (gdb_touch_execfile): Remove catch wrappers. New variable time.
5598 Replace `file copy' and `file rename' by `file mtime'. Twice.
5599
7ff911a3
JK
56002011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * gdb.base/readline-ask.c: New file.
5603 * gdb.base/readline-ask.exp: New file.
5604 * gdb.base/readline-ask.inputrc: New file.
5605
a536c6d7
UW
56062011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5607
5608 * gdb.cell/bt.exp: Delete breakpoints before running to signal
5609 to avoid race condition.
5610 * gdb.cell/coremaker.c: Use small stack size.
5611 * gdb.cell/ea-standalone.exp: Use file name without path as
5612 argument to c_to.
5613 * gdb.cell/fork.exp: Allow other output when continuing to end.
5614
d472a426
JK
56152011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5616
5617 * gdb.threads/corethreads.c: New file.
5618 * gdb.threads/corethreads.exp: New file.
5619
56202011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
5621
5622 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
5623 Try to compile the test using -Wl,-z,norelro first.
5624 (load_core): New variable libthread_db_seen, initialize it.
5625 (zeroed-threads cannot be listed): Protect it by XFAIL on
5626 !$libthread_db_seen.
5627
8be455d7
JK
56282011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 PR 12573
5631 * gdb.dwarf2/dw2-skip-prologue.S: New file.
5632 * gdb.dwarf2/dw2-skip-prologue.c: New file.
5633 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
5634
1976171a
JK
56352011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5636
5637 * gdb.cp/psymtab-parameter.cc: New file.
5638 * gdb.cp/psymtab-parameter.exp: New file.
5639
7db6f30f
JK
56402011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5641
5642 Fix a race.
5643 * gdb.cp/static-print-quit.exp (print c): Split to ...
5644 (print c - <return>, print c - q <return>, print c - to quit):
5645 ... these. Make the testfile untested on gdb-7.1.
5646
85161e9e 56472011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
5648
5649 * lib/gdb.exp (exec_target_file, exec_symbol_file,
5650 gdb_rename_execfile, gdb_touch_execfile): New.
5651 * gdb.base/reread.exp: Use new procs to handle multiple
5652 exec files.
5653
0c51be18
YQ
56542011-05-05 Yao Qi <yao@codesourcery.com>
5655
5656 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
5657 (test_adr_32bit, test_pop_pc): New.
5658 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
5659 (test_adr_32bit, test_pop_pc): New.
5660
4d393d60
JM
56612011-05-04 Joseph Myers <joseph@codesourcery.com>
5662
5663 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
5664 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
5665 targets.
5666 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
5667 handle targets.
5668
8ffd0459
JK
56692011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.base/completion.exp (complete help info wat): Rename to ...
5672 (complete 'help info wat'): ... here.
5673 Remove all `-re ".*' and `-re "^.*' redundant regexes.
5674 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
5675
8e28d804
PA
56762011-05-04 Pedro Alves <pedro@codesourcery.com>
5677
5678 * gdb.base/completion.exp: Use gdb_test_multiple instead of
5679 gdb_test and explicit $gdb_prompt/timeout matches.
5680
3eb2ef34
YQ
56812011-05-04 Yao Qi <yao@codesourcery.com>
5682
5683 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
5684 and __thumb2__.
5685
aaaf81a3
MP
56862011-05-03 Marek Polacek <mpolacek@redhat.com>
5687
5688 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
5689 in place of `gdb_test "delete breakpoints"'. This eliminates two
5690 testcases.
5691
c4cbc0df
PA
56922011-05-02 Pedro Alves <pedro@codesourcery.com>
5693
5694 PR testsuite/12649
5695 Fix races.
5696
5697 * gdb.base/completion.exp: Remove all sleep calls. Remove
5698 unnecessary regexs. Don't explicitly expect anything after the
5699 prompt. Eat the prompt if necessary.
5700
b4cbb4a3
EBM
57012011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5702
5703 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
5704 accept to show the caller line again as well as the line after.
5705
d65aec65
PM
57062011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5707
5708 PR mi/12531
5709
5710 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
5711 compile target.
5712 * gdb.python/py-prettyprint.exp: Add C++ object for
5713 CPLUS_FAKE_CHILD test.
5714
30852783
UW
57152011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5716
5717 * gdb.base/signest.exp: New file.
5718 * gdb.base/signest.c: Likewise.
5719
c7b1f0d9
JK
57202011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
5723 thread and breakpoint notifications.
5724
559a7a62
JK
57252011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5726
5727 * gdb.base/fortran-sym-case.c: New file.
5728 * gdb.base/fortran-sym-case.exp: New file.
5729 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
5730 * gdb.dwarf2/dw2-case-insensitive.c: New file.
5731 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
5732
8344e389
JK
57332011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5734
5735 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
5736 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
5737 false #1', `if true else false #2' and `if true else false #3'.
5738
2484c66b
UW
57392011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5740
5741 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
5742 while delivering signal.
5743
8d3788bd
VP
57442011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5745
5746 MI breakpoint notifications.
5747
5748 * testsuite/gdb.mi/mi-cli.exp: Adust.
5749 * testsuite/gdb.mi/mi2-cli.exp: Adust.
5750 * testsuite/gdb.mi/mi-watch.exp: Adust.
5751 * testsuite/gdb.mi/mi2-watch.exp: Adust.
5752 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
5753 notifications.
5754
3e03848b
JK
57552011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 * gdb.base/gdbindex-stabs-dwarf.c: New file.
5758 * gdb.base/gdbindex-stabs.c: New file.
5759 * gdb.base/gdbindex-stabs.exp: New file.
5760
918c9108
YQ
57612011-04-25 Yao Qi <yao@codesourcery.com>
5762
5763 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
5764 with /*...*/.
5765 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5766
90556b8c
JK
57672011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 * gdb.python/py-value.exp (test_objfiles): Name the first test
5770 `py-value in file.filename'.
5771
03f2bd59
JK
57722011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
5775 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
5776 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
5777 !gdbserver_reconnect_p..
5778 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
5779
7b08b9eb
JK
57802011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5781
5782 * gdb.cp/cpcompletion.exp (complete class methods)
5783 (complete class methods beginning with F): Move them above runto. New
5784 comment about the runto delimiter.
5785
b78974c3
PA
57862011-04-20 Pedro Alves <pedro@codesourcery.com>
5787
5788 * gdb.base/maint.exp: Test that "maint print registers" works
5789 without a running program.
5790
20429c40 57912011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 5792
20429c40
MP
5793 * gdb.base/setshow.exp: Fix racy tests.
5794 ($old_gdb_prompt): New variable.
5795
7a9dd1b2
TT
57962011-04-19 Tom Tromey <tromey@redhat.com>
5797
5798 * gdb.mi/mi-nsmoribund.exp:
5799 * gdb.hp/gdb.objdbg/objdbg01.exp:
5800 * gdb.base/structs.exp (test_struct_returns):
5801 * gdb.base/call-sc.exp (test_scalar_returns):
5802 * gdb.base/bigcore.exp: Remove duplicate words.
5803
02835898
JK
58042011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 * gdb.base/break-interp-lib.c (v, vptr): New variables.
5807 * gdb.base/break-interp.exp (test_attach): New comment.
5808
254f582e
JK
58092011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 * gdb.threads/gcore-thread.exp ($core0file): New variable.
5812 (clear __stack_user.next, clear stack_used.next)
5813 (save a zeroed-threads corefile): New test.
5814 Call core_load for $core0file.
5815 (zeroed-threads cannot be listed): New test.
5816
4fe85f5c
JK
58172011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5818
5819 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
5820 filename.
5821 ($srcfile): Preserve the original value.
5822 ($testfile): Match it the .exp filename.
5823 ($corefile): New variable. Substitute it around.
5824 Use clean_restart.
5825 ($prev_timeout): Remove.
5826 (load_core): Move core loading into this proc.
5827 Fix restore of $timeout if load_core fails.
5828
63524580
JK
58292011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * gdb.base/eu-strip-infcall.c: New file.
5832 * gdb.base/eu-strip-infcall.exp: New file.
5833
90359a16
JK
58342011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5835
5836 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
5837 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
5838
626e7282
JK
58392011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 Fix Python access to inlined frames.
5842 * gdb.python/py-frame-inline.c: New file.
5843 * gdb.python/py-frame-inline.exp: New file.
5844
3363d018
EBM
58452011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5846
5847 * gdb.base/gdb1090.exp: Change breakpoint location to read the
5848 content of 's24' correctly (avoiding "optimized out").
5849 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
5850
28781456
JK
58512011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
5854
4a4106ca
TJB
58552011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5856
5857 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
5858 expect a colon in watch -location output.
5859
d26ccb4f
JK
58602011-04-13 Marek Polacek <mpolacek@redhat.com>
5861
df46027d 5862 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
5863 New testcase `expect response to define backtrace'. Also remove
5864 redundant `default' block.
5865
e1ab1f9c
JK
58662011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5867
5868 * gdb.python/py-prettyprint.c (struct hint_error): New.
5869 (main): New variable hint_error.
5870 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
5871 "print hint_error".
5872 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
5873 (register_pretty_printers): Register it.
5874
0c2e6019
TT
58752011-04-04 Tom Tromey <tromey@redhat.com>
5876
5877 * gdb.cp/maint.exp (test_help): Update.
5878 (test_namespace): Likewise.
5879
af57139d
JB
58802011-04-01 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
5883 * gdb.ada/arrayptr.exp: Add new tests.
5884
956a9fb9
JB
58852011-04-01 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/mi_catch_ex: New testcase.
5888
d0c4d642
PA
58892011-04-01 Pedro Alves <pedro@codesourcery.com>
5890
5891 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
5892 base::overload(void) method without specifying "const".
5893
18819fa6
UW
58942011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5895
5896 * gdb.arch/thumb-singlestep.S: New file.
5897 * gdb.arch/thumb-singlestep.exp: Likewise.
5898
a4c8e806
TT
58992011-03-31 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.python/py-prettyprint.py (exception_flag): New global.
5902 (NoStringContainerPrinter._iterator.next): Check it.
5903 * gdb.python/py-prettyprint.c (main): New variable nstype2.
5904 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
5905
53832f31
TT
59062011-03-29 Tom Tromey <tromey@redhat.com>
5907
5908 * gdb.cp/anon-struct.cc: New file.
5909 * gdb.cp/anon-struct.exp: New file.
5910
e4620230
JK
59112011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 Test STT_GNU_IFUNC support.
5914 * gdb.base/gnu-ifunc-lib.c: New file.
5915 * gdb.base/gnu-ifunc.c: New file.
5916 * gdb.base/gnu-ifunc.exp: New file.
5917
d0fb5eae
JK
59182011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5919
5920 Support a ring of related breakpoints.
5921 * gdb.base/watchpoint-delete.c: New file.
5922 * gdb.base/watchpoint-delete.exp: New file.
5923
20106cfb
JK
59242011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * gdb.ada/arrayparam.exp (print first after function call): Use
5927 explicit package name. Add a comment
5928 (print lasta after function call): Rename ...
5929 (print last after function call): ... it and use explicit package
5930 name.
5931 (print length after function call): Use explicit package name.
5932 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
5933 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
5934 (multiple matches for symbol i): Rename ...
5935 (multiple matches for symbol integervar): ... it.
5936 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
5937 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
5938
e7ab5e63
AB
59392011-03-25 Andrew Burgess <aburgess@broadcom.com>
5940
5941 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
5942 environment variable to make grep output more predictable. Move
5943 all the environment setup into gdb_init so it's done once per test
5944 case rather than each time we start gdb.
5945
9ef07c8c
TT
59462011-03-24 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
5949 test.
5950
dd90784c
JK
59512011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * gdb.dwarf2/dw2-entry-value-main.c: New file.
5954 * gdb.dwarf2/dw2-entry-value.S: New file.
5955 * gdb.dwarf2/dw2-entry-value.exp: New file.
5956
05775840
PM
59572011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5958
5959 PR python/12183
5960
5961 * gdb.python/py-function.exp: Add GdbError tests.
5962
8661b11b
PA
59632011-03-18 Pedro Alves <pedro@codesourcery.com>
5964
5965 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
5966 (reglocal_test_func, statlocal_test_func): New functions.
5967 (globals_test_func): Call new functions.
5968 * gdb.trace/unavailable.exp (gdb_collect_args_test)
5969 (gdb_collect_locals_test): New procedure.
5970 (gdb_trace_collection_test): Call new procedures.
5971
0fdb4f18
PA
59722011-03-18 Pedro Alves <pedro@codesourcery.com>
5973
5974 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
5975 (test_register, test_register_unavailable): New procedures.
5976 (gdb_unavailable_registers_test): New procedure.
5977 (gdb_trace_collection_test): Call it.
5978
99c3dc11
PM
59792011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5980
5981 PR python/12149
5982
5983 * gdb.python/python.exp: Add gdb.write tests.
5984
29703da4
PM
59852010-03-17 Phil Muldoon <pmuldoon@redhat.com>
5986
5987 * gdb.python/Makefile.in: Add py-objfile.
5988 * gdb.python/py-objfile.exp: New file.
5989 * gdb.python/py-objfile.c: New file.
5990 * gdb.python/py-block.exp: Add is_valid tests.
5991 * gdb.python/py-inferior.exp: Ditto.
5992 * gdb.python/py-infthread.exp: Ditto.
5993 * gdb.python/py-symbol.exp: Ditto.
5994 * gdb.python/py-symtab.exp: Ditto.
5995
598997c8
KS
59962011-03-16 Keith Seitz <keiths@redhat.com>
5997
5998 PR c++/12273
5999 * gdb.cp/cmpd-minsyms.exp: New test.
6000 * gdb.cp/cmpd-minsyms.cc: New file.
6001
6002 PR c++/11734
6003 * gdb.cp/ovsrch.exp: New test.
6004 * gdb.cp/ovsrch.h: New file.
6005 * gdb.cp/ovsrch1.cc: New file.
6006 * gdb.cp/ovsrch2.cc: New file.
6007 * gdb.cp/ovsrch3.cc: New file.
6008 * gdb.cp/ovsrch4.cc: New file.
6009
c91513d8
PP
60102011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6011
6012 PR gdb/12528
6013 * gdb.base/Makefile.in: Adjust EXECUTABLES.
6014 * gdb.base/break-on-linker-gcd-function.exp: New test.
6015 * gdb.base/break-on-linker-gcd-function.cc: New file.
6016
7470fc63
AT
60172011-03-15 Andreas Tobler <andreast@fgznet.ch>
6018
6019 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
6020
959e7469
PM
60212011-03-15 Phil Muldoon <pmuldoon@redhat.com>
6022
6023 * lib/gdb.exp (gdb_unload): Add another termination case.
6024
9373cf26
JK
60252011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6026
6027 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
6028 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
6029 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
6030 Provide a stub byte there.
6031 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
6032 DW_AT_entry_pc.
6033 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
6034
24e9cda0
UW
60352011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6036
6037 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
6038 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
6039 "generic ABI, auto".
6040 (altivec_abi_tests): Accept vectors returned by reference.
6041
7371cf6d
PM
60422010-03-14 Phil Muldoon <pmuldoon@redhat.com>
6043
6044 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
6045
ce77046a
UW
60462011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
6047
6048 * gdb.python/py-section-script.exp: Skip test if no Python support.
6049
176400c3
UW
60502011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
6051
6052 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
6053
ecec24e6
PM
60542011-03-10 Phil Muldoon <pmuldoon@redhat.com>
6055
6056 * gdb.python/py-parameter.exp: Update tests to the new Python
6057 parameter API. Add "no documentation" test. Add deprecated API
6058 backward compatibility test.
6059
5dbdd470
TT
60602011-03-09 Tom Tromey <tromey@redhat.com>
6061
6062 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
6063 gdb_continue_to_end.
6064
b66e66ee
MK
60652011-03-09 Mark Kettenis <kettenis@gnu.org>
6066
6067 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
6068 tabs.
6069
eceb0c5f
TT
60702011-03-09 Tom Tromey <tromey@redhat.com>
6071
6072 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
6073 parentheses.
6074 (gdb_continue_to_end): Add "allow_extra" parameter. Use
6075 $command.
6076 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
6077 argument to gdb_continue_to_end.
6078 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
6079 argument to gdb_continue_to_end.
6080 * gdb.cp/annota3.exp: Fix regex.
6081 * gdb.cp/annota2.exp: Fix regex.
6082 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
6083 gdb_continue_to_end.
6084 * gdb.base/call-signal-resume.exp: Revert earlier patch.
6085 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
6086 gdb_continue_to_end.
6087
63154eca
PA
60882011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6089
6090 * gdb.server/ext-run.exp
6091 (load new file without any gdbserver inferior): New test.
6092
967d1f9b
TT
60932011-03-07 Tom Tromey <tromey@redhat.com>
6094
6095 * Makefile.in (TAGS): Rewrite.
6096
d68dcbb9
JK
60972011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6098
6099 * gdb.trace/report.exp (12.1: trace report #1): New match for the
6100 initial commands echo. New match for `Found trace'. Anchor all the
6101 other matches. Anchor and match for `No trace frame found' the final
6102 match.
6103
6bf58e63
TT
61042011-03-07 Tom Tromey <tromey@redhat.com>
6105
6106 * Makefile.in (TAGS): New target.
6107
fda326dd
TT
61082011-03-07 Tom Tromey <tromey@redhat.com>
6109
6110 * lib/opencl.exp (skip_opencl_tests): Update for exit message
6111 change.
6112 * lib/mi-support.exp (mi_gdb_test): Update for exit message
6113 change.
6114 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
6115 exit message change.
6116 (skip_altivec_tests): Update for exit message change.
6117 (skip_vsx_tests): Likewise.
6118 (gdb_continue_to_end): Likewise. Add 'command' argument.
6119 * lib/cell.exp (skip_cell_tests): Update for exit message change.
6120 * gdb.threads/tls.exp: Update for exit message change.
6121 * gdb.threads/thread-unwindonsignal.exp: Use
6122 gdb_continue_to_end.
6123 * gdb.threads/step.exp (step_it): Update for exit message change.
6124 (continue_all): Likewise.
6125 * gdb.threads/print-threads.exp (test_all_threads): Update for
6126 exit message change.
6127 * gdb.threads/interrupted-hand-call.exp: Use
6128 gdb_continue_to_end.
6129 * gdb.threads/execl.exp: Use gdb_continue_to_end.
6130 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
6131 gdb_continue_to_end.
6132 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
6133 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
6134 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
6135 * gdb.cp/method.exp: Update for exit message change.
6136 * gdb.cp/mb-templates.exp: Update for exit message change.
6137 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
6138 * gdb.cp/annota3.exp: Update for exit message change.
6139 * gdb.cp/annota2.exp: Update for exit message change.
6140 * gdb.cell/fork.exp: Use gdb_continue_to_end.
6141 * gdb.base/term.exp: Update for exit message change.
6142 * gdb.base/step-test.exp (test_i): Update for exit message change.
6143 * gdb.base/sigstep.exp (advance): Update for exit message change.
6144 (advancei): Likewise.
6145 * gdb.base/siginfo.exp: Update for exit message change.
6146 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
6147 * gdb.base/reread.exp: Use gdb_continue_to_end.
6148 * gdb.base/langs.exp: Use gdb_continue_to_end.
6149 * gdb.base/interrupt.exp: Update for exit message change.
6150 * gdb.base/gdb1555.exp: Update for exit message change.
6151 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
6152 * gdb.base/ending-run.exp: Update for exit message change.
6153 * gdb.base/chng-syms.exp: Update for exit message change.
6154 * gdb.base/checkpoint.exp: Update for exit message change.
6155 * gdb.base/catch-syscall.exp (check_for_program_end): Use
6156 gdb_continue_to_end.
6157 (test_catch_syscall_with_wrong_args): Likewise.
6158 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
6159 * gdb.base/break-interp.exp (test_ld): Update for exit message
6160 change.
6161 * gdb.base/bang.exp: Update for exit message change.
6162 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
6163 (do_call_attach_tests): Likewise.
6164 * gdb.base/a2-run.exp: Update for exit message change.
6165 * gdb.arch/ppc-dfp.exp: Update for exit message change.
6166 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
6167 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
6168
dd19bd70
JK
61692011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
6172
30e62689
TT
61732011-03-03 Tom Tromey <tromey@redhat.com>
6174
6175 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
6176 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
6177 * gdb.hp/gdb.aCC/configure.ac: Remove.
6178 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
6179 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
6180 * gdb.hp/gdb.base-hp/configure.ac: Remove.
6181 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
6182 * gdb.hp/gdb.compat/configure (Makefile): Remove.
6183 * gdb.hp/gdb.compat/configure.ac: Remove.
6184 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
6185 * gdb.hp/gdb.defects/configure (Makefile): Remove.
6186 * gdb.hp/gdb.defects/configure.ac: Remove.
6187 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
6188 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
6189 * gdb.hp/gdb.objdbg/configure.ac: Remove.
6190 * gdb.hp/configure.ac: Remove.
6191 * gdb.hp/configure: Remove.
6192 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
6193 substitution.
6194 (Makefile): Remove rule.
6195 * gdb.cell/configure.ac: Remove.
6196 * gdb.cell/configure: Remove.
6197 * gdb.stabs/Makefile.in (Makefile): Remove.
6198 (distclean): Don't remove config.status or config.log.
6199 * gdb.stabs/configure (Makefile): Remove.
6200 * gdb.stabs/configure.ac: Remove.
6201 * configure: Rebuild.
6202 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
6203 Remove stabs- and cell-specific logic. Test for existence of
6204 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
6205 subdirectories, gdb.cell, and and gdb.stabs.
6206 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
6207
c171f854
JB
62082011-03-03 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
6211 end of buffer.
6212
9a5193cb
JB
62132011-03-02 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
6216 gdb_test when running a test where we expected no output back.
6217
9bb4c1bb
MS
62182011-02-28 Michael Snyder <msnyder@vmware.com>
6219
6220 * gdb.cp/overload.cc: Change initializer value to integer.
6221
3bd0f5ef
MS
62222011-02-27 Michael Snyder <msnyder@vmware.com>
6223
6224 * gdb.multi/base.exp: Add test for remove-inferiors.
6225
2279eaad
JB
62262011-02-26 Joel Brobecker <brobecker@adacore.com>
6227
6228 * gdb.python/py-frame.exp: Simplify the initialization phase
6229 using prepare_for_testing.
6230
c82c0b55
MS
62312011-02-25 Michael Snyder <msnyder@vmware.com>
6232
6233 * gdb.multi/base.exp: Add tests for info inferiors with args.
6234
1d94651b
JK
62352011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 * gdb.dwarf2/dw2-ranges.S: Rename to ...
6238 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
6239 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
6240 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
6241 asmfile3. Comment the STABS (#3) file compilation. Compile
6242 everything through assembler. Provide KFAIL for symtab/12497.
6243 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
6244 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
6245 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
6246 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
6247
3bd0f5ef
MS
62482011-02-24 Michael Snyder <msnyder@vmware.com>
6249
6250 * gdb.base/break.exp: Add tests for delete breakpoints using
6251 convenience variables and value history references.
6252
12c1418e
MS
62532011-02-24 Michael Snyder <msnyder@vmware.com>
6254
6255 * gdb.base/break.exp: Remove debugging 'printf' accidentally
6256 left behind in previous check-in.
6257
e5a67952
MS
62582011-02-23 Michael Snyder <msnyder@vmware.com>
6259
6260 * gdb.base/break.exp: Add tests for "info break" with arguments.
6261 * gdb.trace/infotrace.exp: Update patterns for error and help.
6262 * gdb.base/completion.exp: Update pattern.
6263 * gdb.base/ena-dis-br.exp: Update pattern.
6264 * gdb.base/help.exp: Update patterns.
6265
62662011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
6267
6268 * gdb.base/memattr.exp: New test.
6269 * gdb.base/memattr.c: Test load for memattr.exp.
6270
6e6fbe60
DE
62712011-02-22 Doug Evans <dje@google.com>
6272
6273 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
6274
1d41d745
MS
62752011-02-22 Michael Snyder <msnyder@vmware.com>
6276
6277 * Makefile.in: Make more clean.
6278 * gdb.ada/Makefile.in: Ditto.
6279 * gdb.arch/Makefile.in: Ditto.
6280 * gdb.asm/Makefile.in: Ditto.
6281 * gdb.base/Makefile.in: Ditto.
6282 * gdb.cp/Makefile.in: Ditto.
6283 * gdb.dwarf2/Makefile.in: Ditto.
6284 * gdb.java/Makefile.in: Ditto.
6285 * gdb.mi/Makefile.in: Ditto.
6286 * gdb.modula2/Makefile.in: Ditto.
6287 * gdb.python/Makefile.in: Ditto.
6288 * gdb.server/Makefile.in: Ditto.
6289 * gdb.stabs/Makefile.in: Ditto.
6290 * gdb.threads/Makefile.in: Ditto.
6291 * gdb.trace/Makefile.in: Ditto.
6292
79ba84ca
MS
62932011-02-22 Michael Snyder <msnyder@vmware.com>
6294
df46027d 6295 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
6296 info threads.
6297
b9b35694
JB
62982011-02-22 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.python/py-breakpoint.exp: Fix the expected output of
6301 one of the "maint info breakpoints" tests to accept the output
6302 generated on platforms that do not have hardware watchpoints.
6303
8bfb830f
JB
63042011-02-22 Joel Brobecker <brobecker@adacore.com>
6305
6306 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
6307 clean_restart. Be a little stricter in the expected output
6308 for one of the tests. Fix a typo in one of the comments.
6309
c45f3c54
JB
63102011-02-22 Joel Brobecker <brobecker@adacore.com>
6311
6312 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
6313 Delete variable binfile, no longer use. Add or modify test
6314 comments to make them unique.
6315
b97c863c
MS
63162011-02-21 Michael Snyder <msnyder@vmware.com>
6317
6318 * Makefile.in: Update for make clean.
6319 * gdb.ada/Makefile.in: Ditto.
6320 * gdb.arch/Makefile.in: Ditto.
6321 * gdb.asm/Makefile.in: Ditto.
6322 * gdb.base/Makefile.in: Ditto.
6323 * gdb.cp/Makefile.in: Ditto.
6324 * gdb.dwarf2/Makefile.in: Ditto.
6325 * gdb.java/Makefile.in: Ditto.
6326 * gdb.mi/Makefile.in: Ditto.
6327 * gdb.modula2/Makefile.in: Ditto.
6328 * gdb.python/Makefile.in: Ditto.
6329 * gdb.server/Makefile.in: Ditto.
6330 * gdb.stabs/Makefile.in: Ditto.
6331 * gdb.threads/Makefile.in: Ditto.
6332 * gdb.trace/Makefile.in: Ditto.
6333
aea5b279
MS
63342011-02-21 Michael Snyder <msnyder@vmware.com>
6335
6336 * gdb.threads/thread-find.exp: Update patterns for changes in
6337 output of "info threads" command.
6338
e3039479
UW
63392011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6340 Ulrich Weigand <uweigand@de.ibm.com>
6341
6342 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
6343 (skip_hw_watchpoint_tests): Likewise.
6344 (skip_hw_watchpoint_multi_tests): Likewise.
6345
b800ec70
UW
63462011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
6347
6348 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
6349 (skip_hw_watchpoint_tests): Likewise.
6350 (skip_hw_watchpoint_multi_tests): Likewise.
6351 (skip_hw_watchpoint_access_tests): Likewise.
6352
6353 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
6354 * gdb.base/pr11022.exp: Likewise.
6355 * gdb.base/watch-read.exp: Likewise.
6356 * gdb.base/watch_thread_num.exp: Likewise.
6357 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6358 * gdb.base/watchpoint-hw.exp: Likewise.
6359 * gdb.base/watchpoint.exp: Likewise.
6360 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
6361 * gdb.threads/watchthreads-reorder.exp: Likewise.
6362 * gdb.threads/watchthreads.exp: Likewise.
6363 * gdb.threads/watchthreads2.exp: Likewise.
6364
91033e37
JB
63652011-02-21 Joel Brobecker <brobecker@adacore.com>
6366
6367 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
6368 the debugger is unable to find the array bounds.
6369
eeaafae2
JK
63702011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6371
6372 * gdb.cp/typedef-operator.exp: New file.
6373 * gdb.cp/typedef-operator.cc: New file.
6374
e338d953
MS
63752011-02-17 Michael Snyder <msnyder@vmware.com>
6376
6377 * gdb.threads/thread-find.exp: Fix regular expressions.
6378
e67ad678
JB
63792011-02-17 Joel Brobecker <brobecker@adacore.com>
6380
6381 * gdb.ada/packed_array: Expand testcase to test printing of
6382 unconstrained packed array.
6383
93084bca
JB
63842011-02-17 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
6387
a0c78a73
PA
63882011-02-16 Pedro Alves <pedro@codesourcery.com>
6389
f65d5553 6390 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
6391 (main): Initialize it before collecting, and and clear it
6392 afterwards.
f65d5553
PA
6393 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
6394 collecting with '{type} addr', where the addr expression is not an
6395 rvalue.
a0c78a73 6396
3dfcbbd2
KW
63972011-02-16 Ken Werner <ken.werner@de.ibm.com>
6398
6399 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
6400 a bool variable. Expect correct OpenCL names for vector types. Use the
6401 uc3 variable name instead of referring to the uchar3 built-in type.
6402 Escape the asterisk at the half pointer test.
6403
08807d5a
PA
64042011-02-16 Pedro Alves <pedro@codesourcery.com>
6405
f65d5553 6406 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
6407 (main): Initialize it before collecting, and and clear it
6408 afterwards.
f65d5553
PA
6409 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
6410 collecting overlapping memory ranges.
08807d5a 6411
60f98dde
MS
64122011-02-15 Michael Snyder <msnyder@vmware.com>
6413
6414 * gdb.base/default.exp: Add tests for thread commands.
6415 * gdb.base/help.exp: Add tests for thread commands.
6416 * gdb.threads/thread-find.exp: New test for thread find command.
6417
648cd113
KW
64182011-02-15 Ken Werner <ken.werner@de.ibm.com>
6419
6420 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
6421
494e194e
YQ
64222011-02-15 Yao Qi <yao@codesourcery.com>
6423
6424 PR tdep/12352
6425 * gdb.arch/arm-disp-step.S : New test for str instruction.
6426 * gdb.arch/arm-disp-step.exp : Likewise.
6427
d9492458
TJB
64282011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
6429
6430 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
6431 "vector_register2_vr" test strings. Test the extended floating
6432 point registers (F32~F63).
6433 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
6434 IBM XL C compiler. Make the test program use a register provided
6435 by the compiler for the lxvd2x instruction.
6436
8af8e3bc
PA
64372011-02-14 Pedro Alves <pedro@codesourcery.com>
6438
6439 * gdb.trace/unavailable.cc (class Base, class Middle, class
6440 Derived): New types.
6441 (derived_unavail, derived_partial, derived_whole): New globals.
6442 (virtual_partial): New global.
6443 (virtualp): Point at virtual_partial.
6444 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
6445 related to unavailable vptr.
6446
1b28d0b3
PA
64472011-02-14 Pedro Alves <pedro@codesourcery.com>
6448
6449 * gdb.trace/unavailable.cc (a, b, c): New globals.
6450 (main): Set and clear them.
6451 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
6452 `a' and `c', and check that `b' isn't collected, although `a' and
6453 `c' are.
6454
ec0a52e1
PA
64552011-02-14 Pedro Alves <pedro@codesourcery.com>
6456
6457 * gdb.trace/unavailable.cc (struct Virtual): New.
6458 (virtualp): New global pointer.
6459 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
6460 printing a pointer to an object whose type has a vtable, with
6461 print object on.
6462
24e6bcee
PA
64632011-02-14 Pedro Alves <pedro@codesourcery.com>
6464
6465 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
6466 value repeat handles unavailableness.
6467
39d37385
PA
64682011-02-14 Pedro Alves <pedro@codesourcery.com>
6469
6470 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
6471 tests for building arrays from unavailable values, subscripting
6472 non-memory rvalue unvailable arrays, and accessing fields or
6473 baseclasses of non-lazy unavailable values,
6474 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
6475 struct types.
6476 (g_smallstruct, g_smallstruct_b): New globals.
6477
06d72e16
PA
64782011-02-14 Pedro Alves <pedro@codesourcery.com>
6479
6480 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
6481
bc9a5551
JK
64822011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 Fix const/volatile qualifiers of C++ types, PR c++/12328.
6485 * gdb.cp/overload-const.exp: New file.
6486 * gdb.cp/overload-const.cc: New file.
6487
54fcddd0
UW
64882011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6489
6490 * gdb.opencl/callfuncs.cl: New file.
6491 * gdb.opencl/callfuncs.exp: New test.
6492 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
6493
d6dafb7c
UW
64942011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6495
6496 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
6497 when computing result.
6498 * gdb.arch/altivec-abi.exp: Update expected results.
6499
a449c2d8
TJB
65002011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6501
6502 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
6503 * gdb.base/jit.exp: Likewise.
6504 * gdb.base/pie-execl.exp: Likewise.
6505 * gdb.base/solib-nodir.exp: Likewise.
6506 * gdb.base/solib-overlap.exp: Likewise.
6507
764880b7
PA
65082011-02-07 Pedro Alves <pedro@codesourcery.com>
6509
6510 * gdb.trace/collection.c (global_pieces): New.
6511 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
6512 New procedure.
6513 (gdb_trace_collection_test): Call it.
6514
505500db
SW
65152011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
6516
6517 * gdb.python/py-evthreads.c: New file.
6518 * gdb.python/py-evthreads.exp: New file.
6519 * gdb.python/py-events.py: New file.
6520 * gdb.python/py-events.exp: New file.
6521 * gdb.python/py-events.c: New file.
6522
385203ed
DD
65232011-02-04 David Daney <ddaney@caviumnetworks.com>
6524
6525 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
6526
9011945e
AB
65272011-02-03 Andrew Burgess <aburgess@broadcom.com>
6528
6529 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
6530 gdb.base/disasm-end-cu.exp: New test for disassembling over the
6531 boundary between two compilation units.
6532
580688f3
PA
65332011-02-02 Pedro Alves <pedro@codesourcery.com>
6534
6535 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
6536 (Virtual): New structs.
6537 (virtual_o, virtual_middle_b): New globals.
6538 * gdb.cp/virtbase.exp: New tests.
6539
d3f0f853
PP
65402011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6541
6542 * gdb.base/jit.exp: New file.
6543 * gdb.base/jit-main.c: New file.
6544 * gdb.base/jit-solib.c: New file.
6545
b2030fb5
UW
65462011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
6547
6548 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
6549 proceed to initial kernel entry point.
6550 * gdb.opencl/datatypes.exp: Likewise.
6551 * gdb.opencl/operators.exp: Likewise.
6552 * gdb.opencl/vec_comps.exp: Likewise.
6553
2db19d1e
SW
65542011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
6555
6556 * gdb.cp/nsnested.cc: New.
6557 * gdb.cp/nsnested.exp: New.
6558 * gdb.cp/nsnoimports.exp: New.
6559 * gdb.cp/nsnoimports.cc: New.
6560
6b0c4c1f
JB
65612011-01-31 Joel Brobecker <brobecker@adacore.com>
6562
6563 * gdb.base/interact.exp: Add extra tests that verify that
6564 the value of the interactive-mode setting does not change
6565 after the script is sourced.
6566
80b23b6a
JK
65672011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * gdb.cp/noparam.exp: New file.
6570 * gdb.cp/noparam.cc: New file.
6571
ffd5ec24
PA
65722011-01-28 Pedro Alves <pedro@codesourcery.com>
6573
6574 * gdb.trace/tfile.exp: Test that with no traceframe selected,
6575 there's no stack or registers.
6576
a81766d8
TT
65772011-01-26 Tom Tromey <tromey@redhat.com>
6578
6579 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
6580 space before string output. Add test for "set print pretty off"
6581 case.
6582
585fdaa1
PA
65832011-01-25 Pedro Alves <pedro@codesourcery.com>
6584
6585 * gdb.base/frame-args.exp: Adjust.
6586 * gdb.dwarf2/dw2-noloc.exp: Adjust.
6587 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
6588 * gdb.dwarf2/pieces.exp: Adjust.
6589 * gdb.opt/clobbered-registers-O2.exp: Adjust.
6590 * gdb.opt/inline-locals.exp: Adjust.
6591 * gdb.threads/fork-child-threads.exp: Adjust.
6592
d468832a
KW
65932011-01-25 Ken Werner <ken.werner@de.ibm.com>
6594
6595 * gdb.opencl/convs_casts.cl: Move program scope variables into the
6596 OpenCL kernel function. Add a comment as marker. Add address space
6597 qualifiers for the remaining program scope variables.
6598 * gdb.opencl/datatypes.cl: Likewise.
6599 * gdb.opencl/operators.cl: Likewise.
6600 * gdb.opencl/vec_comps.cl: Likewise.
6601 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
6602 Add breakpoint at the marker comment.
6603 * gdb.opencl/datatypes.exp: Likewise.
6604 * gdb.opencl/operators.exp: Likewise.
6605 * gdb.opencl/vec_comps.exp: Likewise.
6606
490f124f
PA
66072011-01-24 Pedro Alves <pedro@codesourcery.com>
6608
6609 * gdb.base/printcmds.c (some_struct): New struct and instance.
6610 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
6611 procedure.
6612 <global scope>: Call it.
6613
6da78614
KW
66142011-01-21 Ken Werner <ken.werner@de.ibm.com>
6615
6616 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
6617 argument to the gdb_compile_opencl_hostapp call.
6618
ec64c9aa
YQ
66192011-01-19 Yao Qi <yao@codesourcery.com>
6620
6621 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
6622 positve list.
6623
810cfdbb
YQ
66242011-01-19 Yao Qi <yao@codesourcery.com>
6625
6626 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
6627 canonical form.
6628 Remove "xscale-*-*"
6629 * gdb.xml/tdesc-regs.exp: Likewise.
6630 * gdb.python/py-section-script.exp: Replace ARM target triplet
6631 with canonical form.
6632 Match arm*-*-symbianelf*.
6633 * gdb.base/dup-sect.exp: Likewise.
6634 * lib/dwarf.exp: New.
6635 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
6636 dwarf2_support.
6637 * gdb.dwarf2/dup-psym.exp: Likewise.
6638 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
6639 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6640 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
6641 * gdb.dwarf2/dw2-basic.exp: Likewise.
6642 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6643 * gdb.dwarf2/dw2-const.exp: Likewise.
6644 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
6645 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
6646 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6647 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
6648 * gdb.dwarf2/dw2-filename.exp: Likewise.
6649 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6650 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
6651 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6652 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6653 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
6654 * gdb.dwarf2/dw2-noloc.exp: Likewise.
6655 * gdb.dwarf2/dw2-op-call.exp: Likewise.
6656 * gdb.dwarf2/dw2-producer.exp: Likewise.
6657 * gdb.dwarf2/dw2-ranges.exp: Likewise.
6658 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
6659 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
6660 * gdb.dwarf2/dw2-strp.exp: Likewise.
6661 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
6662 * gdb.dwarf2/implptr.exp: Likewise.
6663 * gdb.dwarf2/mac-fileno.exp: Likewise.
6664 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
6665 * gdb.dwarf2/pieces.exp: Likewise.
6666 * gdb.dwarf2/pr11465.exp: Likewise.
6667 * gdb.dwarf2/valop.exp: Likewise.
6668 * gdb.dwarf2/watch-notconst.exp: Likewise.
6669 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
6670
4694da01
TT
66712011-01-19 Tom Tromey <tromey@redhat.com>
6672
6673 * gdb.python/py-infthread.exp: Add thread tests.
6674
b075872c
JB
66752011-01-14 Joel Brobecker <brobecker@adacore.com>
6676
6677 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
6678
2c3e6e24
JB
66792011-01-14 Joel Brobecker <brobecker@adacore.com>
6680
6681 * gdb.ada/widewide: New testcase.
6682
de8fa76c
JB
66832011-01-13 Joel Brobecker <brobecker@adacore.com>
6684
6685 * gdb.base/interact.exp: New testcase.
6686
1b05df00
TT
66872011-01-12 Tom Tromey <tromey@redhat.com>
6688
6689 * gdb.mi/gdb2549.exp: Update for error message changes.
6690 * gdb.mi/mi-cli.exp: Likewise.
6691 * gdb.mi/mi-disassemble.exp: Likewise.
6692 * gdb.mi/mi-pthreads.exp: Likewise.
6693 * gdb.mi/mi-regs.exp: Likewise.
6694 * gdb.mi/mi-stack.exp: Likewise.
6695 * gdb.mi/mi-var-block.exp: Likewise.
6696 * gdb.mi/mi-var-cmd.exp: Likewise.
6697 * gdb.mi/mi2-cli.exp: Likewise.
6698 * gdb.mi/mi2-disassemble.exp: Likewise.
6699 * gdb.mi/mi2-pthreads.exp: Likewise.
6700 * gdb.mi/mi2-regs.exp: Likewise.
6701 * gdb.mi/mi2-stack.exp: Likewise.
6702 * gdb.mi/mi2-var-block.exp: Likewise.
6703 * gdb.mi/mi2-var-cmd.exp: Likewise.
6704
c2ff108b
JK
67052011-01-12 Andrew Burgess <aburgess@broadcom.com>
6706 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 PR fortran/11104 and DWARF unbound arrays detection.
6709 * gdb.fortran/multi-dim.exp: New file.
6710 * gdb.fortran/multi-dim.f90: New file.
6711
b716877b
AB
67122011-01-12 Andrew Burgess <aburgess@broadcom.com>
6713
6714 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
6715 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
6716 add new tests for opcode dumping.
6717
6c162d5e
TT
67182011-01-11 Tom Tromey <tromey@redhat.com>
6719
6720 * gdb.python/py-infthread.exp: Load gdb-python.exp.
6721
77b06cd7
TJB
67222010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6723
6724 Convert hardware watchpoints to use breakpoint_ops.
6725 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
6726 type is not supported.
6727 * gdb.base/foll-fork.exp: Likewise.
6728 * gdb.base/foll-vfork.exp: Likewise.
6729
f39a75d0
PM
67302011-01-10 Phil Muldoon <pmuldoon@redhat.com>
6731
6732 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
6733 Use load_lib gdb-python.exp.
6734 * gdb.python/python.exp: Ditto.
6735 * gdb.python/py-function.exp: Ditto.
6736
fc529d80
AS
67372011-01-09 Andreas Schwab <schwab@linux-m68k.org>
6738
6739 * gdb.threads/tls.exp ("info address me"): Fix expected output.
6740
fb03cb59
JK
67412011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * configure: Regenerate.
6744
d8e22779
TT
67452011-01-06 Tom Tromey <tromey@redhat.com>
6746
6747 * gdb.python/py-frame.exp: Test gdb.newest_frame.
6748
09050809
JB
67492011-01-06 Joel Brobecker <brobecker@adacore.com>
6750
fc529d80
AS
6751 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
6752 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
6753 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6754 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
6755 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
6756 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6757 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
6758 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
6759 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
6760 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
6761 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
6762 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
6763 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
6764 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6765 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6766 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
6767 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
6768 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
6769 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6770 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
6771 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
6772 gdb.ada/uninitialized_vars.exp,
6773 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
6774 Simplify by using clean_restart.
09050809 6775
8ed5dd9e
JB
67762011-01-06 Joel Brobecker <brobecker@adacore.com>
6777
6778 Add marker to be used as anchor for inserting breakpoints.
6779 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
6780 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
6781 Likewise.
6782
6783 Remove uses of gdb_start_cmd.
6784 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
6785 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
6786
6787 Do not run testcase if testing with GDBserver.
6788 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
6789 if testing with GDBserver.
6790
368a124f
JB
67912011-01-06 Joel Brobecker <brobecker@adacore.com>
6792
6793 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
6794 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
6795 copyright header.
6796
44944448
JB
67972011-01-05 Joel Brobecker <brobecker@adacore.com>
6798
6799 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
6800 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
6801 testsuite/gdb.fortran/complex.f,
6802 testsuite/gdb.fortran/derived-type.f90,
6803 testsuite/gdb.fortran/library-module-lib.f90,
6804 testsuite/gdb.fortran/library-module-main.f90,
6805 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
6806 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
6807 Copyright year update.
6808
31886ea6
JB
68092011-01-05 Joel Brobecker <brobecker@adacore.com>
6810
6811 * gdb.base/langs1.f: Add copyright header.
6812
ebedcab5
JK
68132011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.base/morestack.exp: New file.
6816 * gdb.base/morestack.c: New file.
6817
de1eb2f9
JK
68182011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6819
6820 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
6821
9e87a409
JB
68222010-12-29 Joel Brobecker <brobecker@adacore.com>
6823
6824 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
6825 * gdb.ada/arrayptr.exp: Add test printing that new variable.
6826
720d1a40
JB
68272010-12-29 Joel Brobecker <brobecker@adacore.com>
6828
6829 * gdb.ada/lang_switch.exp: Correct expected parameter value.
6830
a283af87
AS
68312010-12-25 Andreas Schwab <schwab@linux-m68k.org>
6832
5d3d9cba
AS
6833 * gdb.threads/tls.exp: Fix typo.
6834
a283af87
AS
6835 * gdb.threads/thread-specific.exp (get_thread_list): Update.
6836 * gdb.threads/execl.exp: Update.
6837
2a20745c
YQ
68382010-12-23 Yao Qi <yao@codesourcery.com>
6839
6840 * gdb.arch/arm-disp-step.exp: New.
6841 * gdb.arch/arm-disp-step.S: New.
6842
a7658b96
TT
68432010-12-21 Tom Tromey <tromey@redhat.com>
6844
6845 * gdb.threads/execl.exp: Update.
6846 * gdb.threads/linux-dp.exp: Update.
6847 * gdb.threads/manythreads.exp: Update.
6848 * gdb.threads/tls.exp: Update.
6849
5b79abe7
TT
68502010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6851
6852 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
6853 (NextOverThrowDerivates) <resumebpt>: New.
6854 (resumebpt_test): New.
6855 (main): Call resumebpt_test.
6856 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
6857
0914bcdb
SS
68582010-12-12 Stan Shebs <stan@codesourcery.com>
6859
6860 * gdb.trace/tsv.exp: Test print command on trace state variables.
6861
305aeedc
TT
68622010-12-09 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.base/interp.exp: Add regression test.
6865
186c406b
TT
68662010-12-09 Tom Tromey <tromey@redhat.com>
6867
6868 * gdb.java/jnpe.java: New file.
6869 * gdb.java/jnpe.exp: New file.
6870 * gdb.cp/nextoverthrow.exp: New file.
6871 * gdb.cp/nextoverthrow.cc: New file.
6872
aae1c79a
DE
68732010-12-07 Doug Evans <dje@google.com>
6874
6875 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
6876 of data-directory.
6877 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
6878 updated.
6879 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
6880
60f98dde 68812010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
6882
6883 * gdb.base/callfuncs.exp: Test for skip_float_tests.
6884 * gdb.base/call-sc.exp: Ditto.
6885 * gdb.base/finish.exp: Ditto.
6886 * gdb.base/return.exp: Ditto.
6887 * gdb.base/return2.exp: Ditto.
6888
5fa290c1
DE
68892010-11-30 Doug Evans <dje@google.com>
6890
6891 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
6892 (gdb_expect_list): Fix spelling errors in comments.
6893 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
6894 send_gdb/gdb_expect_list where applicable.
6895 * gdb.base/call-ar-st.exp: Ditto.
6896 * gdb.base/funcargs.exp: Ditto.
6897 * gdb.base/gcore.exp: Ditto.
6898 * gdb.base/page.exp: Ditto.
6899 * gdb.base/sigaltstack.exp: Ditto.
6900 * gdb.base/siginfo.exp: Ditto.
6901 * gdb.base/sigstep.exp: Ditto.
6902 * gdb.base/trace-commands.exp: Ditto.
6903
4e04c971
DE
69042010-11-29 Doug Evans <dje@google.com>
6905
6906 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
6907 printer-name;subprinter-name.
6908
8cf6f0b1
TT
69092010-11-29 Tom Tromey <tromey@redhat.com>
6910
6911 * gdb.dwarf2/implptr.exp: New file.
6912 * gdb.dwarf2/implptr.c: New file.
6913 * gdb.dwarf2/implptr.S: New file.
6914
94b6973e
PM
69152010-11-29 Phil Muldoon <pmuldoon@redhat.com>
6916
fc529d80 6917 PR python/12199
94b6973e
PM
6918
6919 * gdb.python/py-breakpoint.exp: Test the delete method.
6920
8358c15c
JK
69212010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 Fix step_resume_breakpoint unsaved during an infcall.
6924 * gdb.base/step-resume-infcall.exp: New file.
6925 * gdb.base/step-resume-infcall.c: New file.
6926
f6df29bc
TJB
69272010-11-24 Edjunior Machado <emachado@br.ibm.com>
6928
6929 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
6930
f2b5a5cf
TJB
69312010-11-24 Edjunior Machado <emachado@br.ibm.com>
6932
6933 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
6934 on ppc64's symbols; "finish" and "return" commands must accept to
6935 show the caller line again as well as the line after.
6936 * gdb.asm/powerpc64.inc: New file.
6937
6b0ecdc2
DE
69382010-11-23 Doug Evans <dje@google.com>
6939
6940 * lib/gdb.exp (gdb_test_sequence): New function.
6941 (gdb_expect_list): Add verbose -log call for each pattern.
6942 * gdb.base/signals.exp (test_handle_all_print): Call it.
6943 Reduce timeout increment from 6 minutes to 1 minute.
6944 * gdb.server/ext-run.exp: Call it.
6945
ea976c60
PM
69462010-11-23 Phil Muldoon <pmuldoon@redhat.com>
6947
f2b5a5cf 6948 PR python/12212
ea976c60
PM
6949
6950 * gdb.python/python.exp: Check that selected_thread raises an
6951 error when no inferior is loaded.
6952
c0efa795
JK
69532010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6954
6955 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
6956 * gdb.dwarf2/dw2-stack-boundary.S: New file.
6957
ec3aa567
JK
69582010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6959
6960 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
6961 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
6962
d8249011
DE
69632010-11-18 Doug Evans <dje@google.com>
6964
6965 * gdb.server/ext-run.exp: Fix intermittent failures.
6966
d4eba7d1
NF
69672010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6968
6969 * gdb.stabs/gdb11479.exp: Use runto_main.
6970
b04c2f88
NF
69712010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6972
6973 * gdb.base/break-entry.exp: Skip if using a stub.
6974
ae9d7ce4
NF
69752010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6976
6977 * gdb.python/py-inferior.exp: Pack values in target endianness.
6978
621c8364
TT
69792010-11-12 Tom Tromey <tromey@redhat.com>
6980
6981 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
6982 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
6983 MemoryError.
6984 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
6985 type.
6986 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
6987 MemoryError.
6988 (test_subscript_regression): Update exception type.
6989
84f4c1fe
PM
69902010-11-11 Phil Muldoon <pmuldoon@redhat.com>
6991
6992 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
6993 breakpoint tests.
6994
a1442452
PA
69952010-11-09 Pedro Alves <pedro@codesourcery.com>
6996
6997 * gdb.base/watchpoint.exp: Test "watch -location" with an
6998 innacessible location.
6999
efd11a33
JK
70002010-11-09 Edjunior Machado <emachado@br.ibm.com>
7001 Luis Machado <luisgpm@br.ibm.com>
7002
7003 * gdb.base/maint.exp: Expect "." prefix.
7004 * gdb.base/nodebug.exp: Expect "." Likewise.
7005 * gdb.base/sepsymtab.exp: Expect "." Likewise.
7006 * gdb.base/watchpoint-cond-gone.exp: Likewise.
7007 * gdb.base/watchpoint.exp: Expect a software watch to be created for
7008 POWER server processors.
7009
aa00efb5
JK
70102010-11-08 Edjunior Machado <emachado@br.ibm.com>
7011 Luis Machado <luisgpm@br.ibm.com>
7012
7013 * gdb.base/break-entry.exp: convert entry point for
7014 ppc64 and expect leading `.' on ppc64's symbols
7015
99e7ae30
DE
70162010-11-05 Doug Evans <dje@google.com>
7017
7018 * gdb.base/help.exp: Update expected output.
b521dba8
DE
7019 * gdb.python/py-param.exp: Delete, contents moved to ...
7020 * gdb.python/py-parameter.exp: ... here. New file.
7021 Add test for gdb.parameter ("directories").
99e7ae30 7022
f4b8a18d
KW
70232010-11-05 Ken Werner <ken.werner@de.ibm.com>
7024
7025 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
7026 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
7027 * configure: Regenerate.
7028 * gdb.opencl/Makefile.in: New File.
7029 * gdb.opencl/datatypes.exp: Likewise.
7030 * gdb.opencl/datatypes.cl: Likewise.
7031 * gdb.opencl/operators.exp: Likewise.
7032 * gdb.opencl/operators.cl: Likewise.
7033 * gdb.opencl/vec_comps.exp: Likewise.
7034 * gdb.opencl/vec_comps.cl: Likewise.
7035 * gdb.opencl/convs_casts.exp: Likewise.
7036 * gdb.opencl/convs_casts.cl: Likewise.
7037 * lib/opencl.exp: Likewise.
7038 * lib/opencl_hostapp.c: Likewise.
7039 * lib/opencl_kernel.cl: Likewise.
7040 * lib/cl_util.c: Likewise.
7041 * lib/cl_util.c: Likewise.
7042 * gdb.base/default.exp (set language): Add "opencl" to the list of
7043 languages.
7044
a9d5ef47
SW
70452010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
7046
7047 * gdb.cp/overload.exp: Added test for inheritance overload.
7048 * gdb.cp/overload.cc: Ditto.
7049 * gdb.cp/oranking.exp: Removed releveant kfails.
7050
03eb1c79
JK
70512010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7052 Joel Brobecker <brobecker@adacore.com>
7053
7054 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
7055 check test_compiler_info.
7056
dbc98a8b
KW
70572010-11-03 Ken Werner <ken.werner@de.ibm.com>
7058
7059 * gdb.base/gnu_vector.exp: Adjust expect messages.
7060
120bd360
KW
70612010-11-03 Ken Werner <ken.werner@de.ibm.com>
7062
7063 * gdb.base/gnu_vector.exp: Add unary operator tests.
7064
c37f7098
KW
70652010-11-03 Ken Werner <ken.werner@de.ibm.com>
7066
7067 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
7068
7b51bc51
DE
70692010-11-02 Doug Evans <dje@google.com>
7070
7071 * gdb.python/py-pp-maint.c: New file.
7072 * gdb.python/py-pp-maint.exp: New file.
7073 * gdb.python/py-pp-maint.py: New file.
7074
50c97f38
TT
70752010-11-02 Tom Tromey <tromey@redhat.com>
7076
7077 * gdb.base/default.exp: Remove "scheme" from language list.
7078
a289b8f6
JK
70792010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 Revert:
7082 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7083 * gdb.threads/sigstep-threads.exp: New file.
7084 * gdb.threads/sigstep-threads.c: New file.
7085
cd017491
MS
70862010-10-20 Michael Snyder <msnyder@vmware.com>
7087
7088 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
7089
8e6a5956
UW
70902010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7091
7092 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
7093 Skip test completely if gdb,no_hardware_watchpoints.
7094
2c04da0d
UW
70952010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7096
7097 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
7098 strict, but do not check for any particular function name within libc.
7099
79afc5ef
SW
71002010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
7101
7102 * gdb.cp/smartp.exp: New test.
7103 * gdb.cp/smartp.cc : New test.
7104
026ffab7
SW
71052010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
7106
7107 * gdb.cp/converts.exp: Test pointer to bool conversion.
7108 Test pointer to long conversion.
7109 * gdb.cp/oranking.exp: Removed relevant kfail.
7110
3a772aa4
TT
71112010-10-18 Tom Tromey <tromey@redhat.com>
7112
7113 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
7114 argument to lazy_string.
7115 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
7116 (pp_ls.to_string): Use it.
7117 * gdb.python/py-prettyprint.c (main): Move declarations to top.
7118 Add "estring2" local.
7119
5fc3827b
JK
71202010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7121
7122 Fix s390x compatibility.
7123 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
7124 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
7125
8aeb23f3
JK
71262010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7127
7128 * gdb.threads/sigstep-threads.exp: New file.
7129 * gdb.threads/sigstep-threads.c: New file.
7130
c1e56572
JK
71312010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7132
7133 * gdb.base/pie-execl.exp: New file.
7134 * gdb.base/pie-execl.c: New file.
7135
92163a10
JK
71362010-10-13 Doug Evans <dje@google.com>
7137 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 PR exp/12117
7140 * gdb.cp/ptype-cv-cp.cc: New file.
7141 * gdb.cp/ptype-cv-cp.exp: New file.
7142
7062b0a0
SW
71432010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
7144
7145 * gdb.cp/converts.cc: New test program.
7146 * gdb.cp/converts.exp: New test.
7147 * gdb.cp/overload.exp: Added test for void* vs int*.
7148 * gdb.cp/overload.exp: Ditto.
7149 * gdb.cp/oranking.exp: Removed related kfail.
7150
0e3509db
DE
71512010-10-13 Doug Evans <dje@google.com>
7152
7153 * lib/gdb-python.exp (gdb_check_python_config): New function.
7154 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
7155 * gdb.python/lib-types.cc: New file.
7156 * gdb.python/lib-types.exp: New file.
7157
8dc78533
JK
71582010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7159
7160 * gdb.python/py-error.exp: New file.
7161 * gdb.python/py-error.py: New file.
7162
93c17e06
JK
71632010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
7166 gdb_test_multiple.
7167
d8b34041
JK
71682010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 * gdb.base/break-interp.exp: Use ldlags for linking flags.
7171 * gdb.base/prelink.exp: Likewise.
7172 * gdb.base/solib-nodir.exp: Likewise.
7173 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
7174 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
7175 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
7176
e0cc584e
UW
71772010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7178
7179 * break-interp.exp (test_ld): Use two separate gdb_expect statements
7180 for the "info files" test to avoid timeouts on slow machines.
7181
cfc353b1
JK
71822010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7183
7184 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
7185 (main): Make openlib dummy call.
7186
d3d7896d
JK
71872010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
7190 * break-interp.exp (reach): Move the core body ...
7191 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
7192 (test_ld): Provide always real argument, even to the linker. Replace
7193 dl_main by _dl_debug_state.
7194
5e533c94
JK
71952010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7196
7197 Fix results of prelinked PIEs on ppc*.
7198 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
7199 Accept also DISPLACEMENT "PRESENT".
7200 (main): Replace "ZERO" displacements by "PRESENT".
7201
33540610
SW
72022010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
7203
7204 * gdb.cp/oranking.exp: New test.
7205 * gdb.cp/oranking.cc: New test program.
7206
3bdf2bbd
KW
72072010-10-08 Ken Werner <ken.werner@de.ibm.com>
7208
7209 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
7210 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
7211
2f608a3a
KW
72122010-10-06 Ken Werner <ken.werner@de.ibm.com>
7213
7214 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
7215 lush, lynx) New constant.
7216 * gdb.base/constvars.exp: Test const array types.
7217 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
7218
aa2e2d8d
DE
72192010-10-06 Doug Evans <dje@google.com>
7220
7221 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
7222 of syscall staging area.
7223
2844d6b5
KW
72242010-10-06 Ken Werner <ken.werner@de.ibm.com>
7225
7226 * gdb.base/gnu_vector.c: Add variable c4.
7227 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
7228 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
7229
7d8ac8bb
MR
72302010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
7231
7232 * gdb.arch/altivec-abi.exp: Fix a typo.
7233
84a02e58
MR
72342010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
7235
7236 * lib/mi-support.exp (thread_selected_re): Correct pattern used
7237 to match a thread ID.
7238
b18e6318
JK
72392010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7240
7241 Fix s390x testcase compatibility.
7242 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
7243
a2c09bd0
DE
72442010-10-01 Doug Evans <dje@google.com>
7245
7246 * lib/gdb-python.exp: New file.
7247 * gdb.python/py-block.exp: Use it.
7248 * gdb.python/py-breakpoint.exp: Ditto.
7249 * gdb.python/py-frame.exp: Ditto.
7250 * gdb.python/py-inferior.exp: Ditto.
7251 * gdb.python/py-param.exp: Ditto.
7252 * gdb.python/py-prettyprint.exp: Ditto.
7253 * gdb.python/py-shared.exp: Ditto.
7254 * gdb.python/py-symbol.exp: Ditto.
7255 * gdb.python/py-symtab.exp: Ditto.
7256 * gdb.python/py-type.exp: Ditto.
7257 * gdb.python/py-value.exp: Ditto.
7258 * gdb.python/python.exp: Ditto.
7259
38f12cfc
TT
72602010-09-30 Tom Tromey <tromey@redhat.com>
7261
7262 * gdb.base/anon.exp: New file.
7263 * gdb.base/anon.c: New file.
7264
9ae8282d
TT
72652010-09-30 Tom Tromey <tromey@redhat.com>
7266
7267 * gdb.base/completion.exp: Test completion through anonymous
7268 union.
7269 * gdb.base/break1.c (struct some_struct): Add anonymous union.
7270
e9e07ba6
JK
72712010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7272
7273 Fix printing parameters of inlined functions.
7274 * gdb.dwarf2/dw2-inline-param.exp: New file.
7275 * gdb.dwarf2/dw2-inline-param-main.c: New file.
7276 * gdb.dwarf2/dw2-inline-param.S: New file.
7277
cd2effb2
JK
72782010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 PR corefiles/12071.
7281 * gdb.base/corefile.exp (quit with a process, no question: load core)
7282 (quit with a core file): New tests.
7283
bceffbf3
JK
72842010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7285
7286 Fix GDB crash on inferior calls with self-referencing classes.
7287 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
7288 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
7289 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
7290
1736ad11
JK
72912010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 Fix lost siginfo_t for inferior calls.
7294 * gdb.base/siginfo-infcall.exp: New file.
7295 * gdb.base/siginfo-infcall.c: New file.
7296
a176ad92
JB
72972010-09-22 Joel Brobecker <brobecker@adacore.com>
7298
7299 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
7300
c2b0a229
JK
73012010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
7304 New test.
7305 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
7306
e8ae22d1
JB
73072010-09-22 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
7310 type of our const type.
7311
ec322823
SW
73122010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
7313
7314 * gdb.cp/pr12028.cc: New.
7315 * gdb.cp/pr12028.exp: New.
7316
72929c62
JB
73172010-09-22 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
7320
875b4ff5 73212010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 7322 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
7323
7324 PR mi/11407
7325 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
7326 * gdb.mi/dw2-ref-missing-frame-main.c New File.
7327 * gdb.mi/dw2-ref-missing-frame.S New File.
7328 * gdb.mi/dw2-ref-missing-frame.exp New File.
7329
7155d578
TT
73302010-09-14 Tom Tromey <tromey@redhat.com>
7331
7332 PR symtab/8399:
7333 * gdb.threads/tls.exp: Remove kfail. Update expected output.
7334
515ed532
TT
73352010-09-14 Tom Tromey <tromey@redhat.com>
7336
7337 PR exp/11803:
7338 * gdb.threads/tls.exp: Use C++.
7339 (check_thread_local): Use K::another_thread_local.
7340 * gdb.threads/tls.c (class K): New.
7341 (another_thread_local): Now a member of K.
7342 (spin): Update. No longer K&R C.
7343
450ca57c
SW
73442010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7345
7346 * gdb.cp/koenig.cc: created class for testing member lookup.
7347 * gdb.cp/koenig.exp: Added test for member lookup.
7348
dbd492a3
JK
73492010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 Fix false FAILs on sourcetree topdir directory containing "kill".
7352 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
7353 source line matching regexp.
7354
8d4d924b
JK
73552010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 * gdb.python/python.exp (set height 0, collect help from uiout)
7358 (verify help to uiout): New tests.
7359
8e64f2a0
JK
73602010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7361
7362 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
7363 is_lp64_target to check 64bit target.
7364
4569eed2
JK
73652010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7366
7367 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
7368 (test_ld) <powerpc64-*>: New.
7369
5e1617b1
DJ
73702010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7371
7372 * gdb.cp/templates.exp (test_template_args): Allow "struct".
7373
c767944b
DJ
73742010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
7377 (FunctionArg::method): New function.
7378 (empty, arg): New variables.
7379 (main): Call arg.method.
7380 * gdb.cp/templates.exp (test_template_args): New function.
7381 (do_tests): Call it.
7382
27d3a3fc
UW
73832010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
7384
7385 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
7386 of "next" to proceed over pthread_exit call.
7387
55b7ce7f
UW
73882010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
7389
7390 * gdb.base/maint.exp: Avoid wildcards against potentially very long
7391 "maint print statistics" output to prevent expect timeouts.
7392
809df446
JK
73932010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
7396 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7397 (test_float_rejected): ... here.
7398 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
7399 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7400 (test_float_rejected): ... here.
7401 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
7402 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7403 (test_float_rejected): ... here.
7404 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
7405 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7406 (test_float_rejected): ... here.
7407
8464be76
DJ
74082010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
7411 before disabling hardware watchpoints.
7412 (test_inaccessible_watchpoint): Check that hardware watchpoints
7413 are used. Test for watchpoints on a constant address.
7414
14dba4b4
JK
74152010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 * gdb.base/ui-redirect.exp: New file.
7418
3f3540e1 74192010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 7420 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
7421
7422 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
7423
0f254bb7
DE
74242010-08-31 Doug Evans <dje@google.com>
7425
7426 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
7427
03f17ccf
TT
74282010-08-30 Tom Tromey <tromey@redhat.com>
7429
7430 PR python/11792:
7431 * gdb.python/py-value.exp (test_subscript_regression): Add
7432 dynamic_type test.
7433
640617ad
DJ
74342010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
7435
7436 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
7437 instead of running to main. Do not test the main function.
7438 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
7439 Add new main.
7440
2ed91d1b
PA
74412010-08-26 Pedro Alves <pedro@codesourcery.com>
7442
7443 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
7444 one test.
7445
673bfd45
DE
74462010-08-24 Doug Evans <dje@google.com>
7447
7448 PR symtab/11942
7449 * gdb.dwarf2/dw4-sig-types.cc: New file.
7450 * gdb.dwarf2/dw4-sig-types.h: New file.
7451 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
7452 * gdb.dwarf2/dw4-sig-types.exp: New file.
7453
f9ffd4bb
TT
74542010-08-23 Tom Tromey <tromey@redhat.com>
7455
7456 PR python/11145:
7457 * gdb.python/py-value.c (Base, Derived): New types.
7458 (base): New global.
7459 * gdb.python/py-value.exp (test_subscript_regression): Add
7460 dynamic_cast test.
7461
d839c8a4
TT
74622010-08-23 Tom Tromey <tromey@redhat.com>
7463
7464 PR python/10676:
7465 * gdb.python/py-type.exp (test_fields): Add tests for type
7466 equality.
7467
702c2711
TT
74682010-08-23 Tom Tromey <tromey@redhat.com>
7469
7470 PR python/11915:
7471 * gdb.python/py-type.exp (test_fields): Add tests for array.
7472
832bafd3
KS
74732010-08-23 Keith Seitz <keiths@redhat.com>
7474
7475 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
7476 have any children. Create a new abbrev for it.
7477 Add missing terminal sequence to .debug_abbrev.
7478
c37bf528
KS
74792010-08-20 Keith Seitz <keiths@redhat.com>
7480
7481 PR symtab/11465:
7482 * gdb.dwarf2/pr11465.exp: New test.
7483 * gdb.dwarf2/pr11465.S: New file.
7484 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
7485 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
7486
4572cbac
TJB
74872010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
7488
7489 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
7490 registers. Update data sets with the new v2_double element in the
7491 VSX register union. Add vector_register3_vr data set for the AltiVec
7492 registers. Use gdb_test_no_output instead of send_gdb.
7493
e7fbb131
PA
74942010-08-19 Pedro Alves <pedro@codesourcery.com>
7495
7496 * gdb.python/py-shared.exp: New file, factored out from
7497 python.exp.
7498 * gdb.python/py-shared.c: New file.
7499 * gdb.python/py-shared-sl.c: New file.
7500 * gdb.python/python-1.c: New file.
7501 * gdb.python/python-sl.c: Delete.
7502 * gdb.python/python.c: Mention python-1.c.
7503 * gdb.python/python.exp: Move shared library tests to
7504 py-shared.exp.
7505 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
7506 (MISCELLANEOUS): New.
7507 (clean mostlyclean): Also remove $MISCELLANEOUS.
7508
d30f5e1f
DE
75092010-08-19 Doug Evans <dje@google.com>
7510
7511 PR exp/11926
7512 * gdb.base/printcmds.exp (test_float_accepted): New function.
7513 Move existing float tests there. Add tests for floats with suffixes.
7514 (test_float_rejected): New function.
7515 * gdb.java/jv-print.exp (test_float_accepted): New function.
7516 (test_float_rejected): New function.
7517 * gdb.objc/print.exp: New file.
7518 * gdb.pascal/print.exp: New file.
7519 * lib/objc.exp: New file.
7520
7b3fd859
PM
75212010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
7522
7523 * gdb.base/default.exp (info set): Avoid full buffer error and force
7524 reading up to final gdb prompt.
7525 (show): Likewise.
7526
c92817ce
TT
75272010-08-18 Tom Tromey <tromey@redhat.com>
7528
7529 PR symtab/11919:
7530 * gdb.base/completion.exp: Add test.
7531
f1208f9e
DE
75322010-08-18 Doug Evans <dje@google.com>
7533
7534 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
7535 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
7536 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
7537 Simplify, early exit if runto_main fails.
7538 * gdb.fortran/exprs.exp: load_lib fortran.exp.
7539 (set_lang_fortran): Moved to lib/fortran.exp.
7540 * gdb.fortran/types.exp: load_lib fortran.exp.
7541 (set_lang_fortran): Moved to lib/fortran.exp.
7542 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
7543 * gdb.java/jprint.exp (set_lang_java): Ditto.
7544 * gdb.java/jv-exp.exp: load_lib java.exp.
7545 If set_lang_java fails, issue a warning instead of failure to be
7546 consistent with other set_lang_foo uses.
7547 (set_lang_java): Moved to lib/java.exp.
7548 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
7549 If set_lang_java fails, issue a warning instead of failure to be
7550 consistent with other set_lang_foo uses.
7551 * gdb.pascal/types.exp: load_lib pascal.exp.
7552 (set_lang_pascal): Moved to lib/pascal.exp.
7553 * lib/fortran.exp: New file.
7554 * lib/java.exp (set_lang_java): New function.
7555 * lib/pascal.exp (set_lang_pascal): New function.
7556
2f06b485
YQ
75572010-08-18 Yao Qi <yao@codesourcery.com
7558
7559 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
7560 func_nofb_start and func_loopfb_start, so that address of functions
7561 is equal to these labels on Thumb.
7562
96e25403
YQ
75632010-08-18 Yao Qi <yao@codesourcery.com>
7564
7565 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
7566 to reflect latest c source file.
7567
36e6adc4
JK
75682010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7569
7570 * gdb.cp/infcall-dlopen.exp: New file.
7571 * gdb.cp/infcall-dlopen.cc: New file.
7572 * gdb.cp/infcall-dlopen-lib.cc: New file.
7573
f431efe5
PA
75742010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7575 Pedro Alves <pedro@codesourcery.com>
7576
7577 PR breakpoints/11371
7578
7579 * gdb.base/watch-cond-infcall.exp: New file.
7580 * gdb.base/watch-cond-infcall.c: New file.
7581
06a64a0b
TT
75822010-08-16 Tom Tromey <tromey@redhat.com>
7583
7584 * gdb.base/help.exp: Update.
7585 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
7586 watchpoint.
7587 (test_watch_location): New proc.
7588 (test_watchpoint_in_big_blob): Delete watchpoint.
7589 * gdb.base/watchpoint.c (func5): New function.
7590 (main): Call it.
7591
70ebf4ed
DE
75922010-08-16 Doug Evans <dje@google.com>
7593
7594 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
7595
ca5c20b6
PM
75962010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7597
7598 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
7599 tests.
7600
7346b668
KW
76012010-08-11 Ken Werner <ken.werner@de.ibm.com>
7602
7603 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
7604 * gdb.base/gnu_vector.c: New File.
7605 * gdb.base/gnu_vector.exp: Likewise.
7606
cb2e07a6
PM
76072010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7608
7609 * gdb.python/python.c: New File.
7610 * gdb.python/python-sl.c: New File.
7611 * gdb.python/python.exp: Test solib_address and decode_line
7612 * functions.
7613
5da1313b
JK
76142010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7615
7616 * gdb.python/python.exp (show height, set height 10)
7617 (verify pagination beforehand, verify pagination beforehand: q)
7618 (gdb.execute does not page, verify pagination afterwards)
7619 (verify pagination afterwards: q): New.
7620
49c3ccf7
DE
76212010-08-02 Doug Evans <dje@google.com>
7622
7623 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
7624 because of an older gcc, change test2
7625 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
7626 to unsupported.
7627
42c0c4f1
KH
76282010-07-30 Kazu Hirata <kazu@codesourcery.com>
7629
7630 * gdb.base/break-always.exp: Do not expect full paths to file
7631 names.
7632 * gdb.base/commands.exp: Likewise.
7633
d3765805
DE
76342010-07-30 Doug Evans <dje@google.com>
7635
c98ee71b
DE
7636 * gdb.cp/temargs.exp: For new tests that require newer gccs,
7637 xfail them when run with older gccs.
7638
fd961404
DE
7639 * lib/gdb.exp (build_executable): Forward "c++" option to
7640 get_compiler_info.
7641
999adef4
DE
7642 * gdb.python/py-type.exp (test_template): Mark as xfail tests
7643 "python print ttype.template_argument(1)" and
7644 "python print isinstance(ttype.template_argument(1), gdb.Value)"
7645 if using gcc 4.4 or earlier.
7646
d3765805
DE
7647 * gdb.base/valgrind-db-attach.exp: Use unique test name for
7648 attach-to-debugger handling.
7649
1276c759
JK
76502010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
7653 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
7654 (main): Use copyreloc.
7655 * gdb.base/prelink.exp (split debug of executable)
7656 (.dynbss vs. .bss address shift): New tests.
7657
88caa9b9
PA
76582010-07-29 Pedro Alves <pedro@codesourcery.com>
7659
7660 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
7661 in gdb_test_multiple.
7662
c6f2ac43
PA
76632010-07-29 Pedro Alves <pedro@codesourcery.com>
7664
7665 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
7666 environment.
7667
326fd672
TT
76682010-07-28 Tom Tromey <tromey@redhat.com>
7669
7670 PR python/11060:
7671 * gdb.python/py-type.c (Temargs): New template.
7672 (temvar): New variable.
7673 * gdb.python/py-type.exp (test_template): New proc.
7674
3ce3b1ba
PA
76752010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7676
7677 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
7678 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
7679
34eaf542
TT
76802010-07-28 Tom Tromey <tromey@redhat.com>
7681
7682 PR c++/9946:
7683 * gdb.cp/temargs.exp: New file.
7684 * gdb.cp/temargs.cc: New file.
7685
d41b819e
JK
76862010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7687
7688 * gdb.base/help.exp (help disassemble): Update the content.
7689
26ab7092
JK
76902010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7691
7692 * gdb.threads/ia64-sigill.exp: New file.
7693 * gdb.threads/ia64-sigill.c: New file.
7694
5283e9e1
TT
76952010-07-27 Tom Tromey <tromey@redhat.com>
7696
7697 * gdb.opt/inline-cmds.c (ATTR): New define.
7698 (func1): Use it.
7699 (func2): Likewise.
7700 (func3): Likewise.
7701 (outer_inline1): Likewise.
7702 (outer_inline2): Likewise.
7703 * gdb.opt/inline-bt.c (ATTR): New define.
7704 (func1): Use it.
7705 (func2): Likewise.
7706 * gdb.opt/inline-locals.c (ATTR): New define.
7707 (func1): Use it.
7708 (func2): Likewise.
7709
e992ef73
TT
77102010-07-27 Tom Tromey <tromey@redhat.com>
7711
7712 * gdb.stabs/gdb11479.c (hack): New function.
7713 (test): Use it.
7714 (test2): Use it.
7715 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
7716 (int32_search_buf, int64_search_buf): No longer static.
7717 (x): Remove.
7718 * gdb.base/relocate.c (hack): New function.
7719
5374244e
PM
77202010-07-27 Phil Muldoon <pmuldoon@redhat.com>
7721
7722 * gdb.python/py-value.exp (test_inferior_function_call): New function.
7723 * gdb.python/py-value.c (func1): New function.
7724 (func2): Likewise.
7725
a99aee83
CV
77262010-07-26 Corinna Vinschen <vinschen@redhat.com>
7727
7728 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
7729 as not to clash with .data section.
7730
a04ba985
JG
77312010-07-26 Jerome Guitton <guitton@adacore.com>
7732
7733 * gdb.base/code_elim.exp: New file.
7734 * gdb.base/code_elim1.c: New file.
7735 * gdb.base/code_elim2.c: New file.
7736
23bd0f7c
PA
77372010-07-21 Pedro Alves <pedro@codesourcery.com>
7738
7739 PR symtab/11827
7740
7741 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
7742 (some_volatile_enum): New variable.
7743 * gdb.base/printcmds.exp (test_print_enums): New.
7744 <top level>: Call it.
7745
883df6dd
SW
77462010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
7747
7748 * gdb.cp/fpointer.cc: New test.
7749 * gdb.cp/fpointer.exp: New test.
7750
569b05a5
JK
77512010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 * gdb.base/solib-nodir.exp: New file.
7754 * lib/gdb.exp (runto): New case for a GDB internal error.
7755
51d7d803
JK
77562010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7757 Ulrich Weigand <uweigand@de.ibm.com>
7758 Tom Tromey <tromey@redhat.com>
7759
7760 * gdb.base/charset-malloc.c: New file.
7761 * gdb.base/charset.c (malloc_stub): New prototype.
7762 (main): Call it instead of malloc itself.
7763 * gdb.base/charset.exp: Use only prepare_for_testing.
7764 (binfile): Remove the variable.
7765
c0edd9ed
JK
77662010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7767
7768 Make core files the process_stratum.
7769 * gdb.base/corefile.exp (run: load core again)
7770 (run: sanity check we see the core file, run: with core)
7771 (run: core file is cleared, attach: load core again)
7772 (attach: sanity check we see the core file, attach: with core)
7773 (attach: core file is cleared): New tests.
7774 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
7775
3cbaedff
KW
77762010-07-14 Ken Werner <ken.werner@de.ibm.com>
7777
7778 * gdb.arch/altivec-abi.exp: New tests.
7779
91158a56
TT
77802010-07-13 Tom Tromey <tromey@redhat.com>
7781
7782 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
7783 (main): Use it.
7784 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
7785
0f5238ed
TT
77862010-07-13 Tom Tromey <tromey@redhat.com>
7787
7788 * gdb.base/label.exp: New file.
7789 * gdb.base/label.c: New file.
7790
add265ae
L
77912010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
7792 H.J. Lu <hongjiu.lu@intel.com>
7793
7794 * lib/gdb.exp (is_ilp32_target): New.
7795 (is_lp64_target): Likewise.
7796
7797 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
7798 target.
7799 * gdb.arch/amd64-disp-step.exp: Likewise.
7800 * gdb.arch/amd64-dword.exp: Likewise.
7801 * gdb.arch/amd64-i386-address.exp: Likewise.
7802 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 7803
add265ae
L
7804 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
7805 target.
7806 * gdb.arch/i386-bp_permanent.exp: Likewise.
7807 * gdb.arch/i386-byte.exp: Likewise.
7808 * gdb.arch/i386-disp-step.exp: Likewise.
7809 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7810 * gdb.arch/i386-prologue.exp: Likewise.
7811 * gdb.arch/i386-size-overlap.exp: Likewise.
7812 * gdb.arch/i386-size.exp: Likewise.
7813 * gdb.arch/i386-sse.exp: Likewise.
7814 * gdb.arch/i386-unwind.exp: Likewise.
7815 * gdb.arch/i386-word.exp: Likewise.
7816
7817 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
7818 test only when building 64-bit executables. Do not hard-code
7819 -m64 option.
7820
2dfb8c17
DE
78212010-07-07 Doug Evans <dje@google.com>
7822
7823 * lib/gdb.exp (gdb_test_list_exact): New function.
7824 * gdb.base/default.exp (show convenience): Call it, add tests for
7825 $_sdata = void, $_thread = 0.
7826
4e5799b6
JK
78272010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7828 Joel Brobecker <brobecker@adacore.com>
7829
7830 Fix re-run of PIE executable, PR shlibs/11776.
7831 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
7832 Remove $displacement_main to match the solib-svr4.c change. New "kill"
7833 and re-"run" of the inferior.
7834
1a219cc7
JK
78352010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7836 Joel Brobecker <brobecker@adacore.com>
7837
7838 Cope with missing /usr/sbin/prelink.
7839 * lib/prelink-support.exp (prelink_no):
7840 <result == 1 && $output is "no such file or directory">: New.
7841 (prelink_yes): Likewise. Return on failed prelink_no.
7842
5e3b36f8
JK
78432010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7844 Joel Brobecker <brobecker@adacore.com>
7845
7846 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
7847 build_executable by build_executable_own_libs. Replace "prelink -R"
7848 execution by a call of prelink_yes. Comment why "prelink -r" needs no
7849 change.
7850 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
7851 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
7852 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
7853 Replace build_executable by build_executable_own_libs's function
7854 build_executable_own_libs.
7855 (prelinkNO): Create new stub to call prelink_no.
7856 (prelinkYES): Create new stub to call prelink_yes.
7857 (test_attach): Rename calls of copy to file_copy.
7858 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
7859 (copy): Move to ...
7860 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
7861 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
7862 * gdb.base/prelink.exp: Disable testcase also for is_remote and
7863 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
7864 special flags by gdb_compile_shlib. Replace second gdb_compile by
7865 build_executable_own_libs. Replace "prelink -R" execution by a call of
7866 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
7867 a second call of prelink_yes. Replace restart commands by
7868 clean_restart.
7869 (prelink): Rename to ...
7870 (seen displacement message): ... this test. Extend its expectation
7871 strictness.
7872
86e4bafc
JK
78732010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7874
7875 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
7876 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
7877 displacement message exactly once.
7878
3cd07d20
JK
78792010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7880 Joel Brobecker <brobecker@adacore.com>
7881
7882 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
7883 its restore after the <$relink_args != ""> loop. new comment.
7884
0a1e94c7
JK
78852010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7886 Joel Brobecker <brobecker@adacore.com>
7887
7888 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
7889 code for it. New variable relink_args.
7890 (prelinkYES): Call prelinkNO.
7891 (test_attach): Accept new parameter relink_args. Re-prelink the binary
7892 in such case. Move the core code to ...
7893 (test_attach_gdb): ... a new function. Send GDB command "file".
7894 Extend expected "Attaching to " string.
7895
2f70bcfb
TT
78962010-07-02 Tom Tromey <tromey@redhat.com>
7897
7898 * gdb.base/bitops.exp: Remove extraneous "pass".
7899
a17ac5b0
TT
79002010-07-02 Ken Werner <ken.werner@de.ibm.com>
7901
7902 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
7903
dc10affe
PA
79042010-07-01 Pedro Alves <pedro@codesourcery.com>
7905
d41c0fc8
PA
7906 * gdb.base/help.exp: Adjust expected output.
7907
79082010-07-01 Pedro Alves <pedro@codesourcery.com>
7909
7910 * gdb.base/help.exp: Adjust expected output.
dc10affe 7911
0a600c36
JK
79122010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
7915 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
7916 c++/11702.
7917
37cc8bfe
JK
79182010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7919 Doug Evans <dje@google.com>
7920
7921 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
7922 add .dynamic entry'.
7923
254e6b9e
DE
79242010-06-29 Doug Evans <dje@google.com>
7925
7926 Test PR c++/11702.
7927 * gdb.cp/m-static.exp: Add testcase.
7928 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
7929
595939de 79302010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
7931 Tom Tromey <tromey@redhat.com>
7932 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
7933
7934 * gdb.python/py-inferior.c: New File.
7935 * gdb.python/py-infthread.c: New File.
7936 * gdb.python/py-inferior.exp: New File.
7937 * gdb.python/py-infthread.exp: New File.
7938
98751a41
JK
79392010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
7942 (ptype ::C::OtherFileClass typedefs): New.
7943 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
7944 (C::OtherFileClass::cOtherFileClassVar2): New.
7945 (C::OtherFileClass::cOtherFileClassVar_use): Use also
7946 cOtherFileClassVar2.
7947 (C::cOtherFileType2, C::cOtherFileVar2): New.
7948 (C::cOtherFileVar_use): use also cOtherFileVar2.
7949 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
7950
41f62f39
JK
79512010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
7954 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
7955 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
7956 (print ::C::cOtherFileVar)
7957 (whatis C::OtherFileClass::cOtherFileClassType)
7958 (whatis ::C::OtherFileClass::cOtherFileClassType)
7959 (print C::OtherFileClass::cOtherFileClassVar)
7960 (print ::cOtherFileClassVar)
7961 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
7962 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
7963 trailing content.
7964 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
7965 (C::OtherFileClass::cOtherFileClassVar)
7966 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
7967 (C::cOtherFileVar, C::cOtherFileVar_use): New.
7968
af53d231
JK
79692010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7970
7971 Test PR c++/11703 and PR gdb/1448.
7972 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
7973 gdb/1448.
7974
9655fd1a
JK
79752010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
7978 (main) <rtti_data>: New.
7979 * gdb.cp/virtbase.exp (print rtti_data): New.
7980
824cc8dd
JK
79812010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7982 Joel Brobecker <brobecker@adacore.com>
7983
7984 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
7985
6036c742
JK
79862010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
7989
de6a0421
DE
79902010-06-28 Doug Evans <dje@google.com>
7991
7992 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
7993
b2dae948
DE
79942010-06-27 Doug Evans <dje@google.com>
7995
7996 * gdb.cp/m-static.exp: Update expected test output.
7997
0f3bb72e
PH
79982010-06-25 Paul Hilfinger <hilfinger@adacore.com>
7999
889bf7c5
PA
8000 * gdb.gdb/selftest.exp: Adjust expected message for
8001 capturing start-up runtime.
0f3bb72e 8002
bc9f0842
TT
80032010-06-25 Tom Tromey <tromey@redhat.com>
8004
8005 PR python/10808:
8006 * gdb.python/python.exp: Add new tests.
8007
099ef718
SW
80082010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
8009
8010 * gdb.cp/operator.cc: Created an import loop.
8011 * gdb.cp/operator.exp: Added testcase for import loop.
8012
5868a632
JK
80132010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8014
8015 Test PR python/11407.
8016 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
8017 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
8018 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
8019 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
8020 executable_nofb and executable_fb. New variables srcsfile, objsfile,
8021 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
8022 binfile. Call gdb_compile with clean_restart twice.
8023 (func_nofb print, func_nofb backtrace, func_loopfb print)
8024 (func_loopfb backtrace): New.
8025
af76db58
JK
80262010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8027
8028 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
8029 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
8030 by a hand made one.
8031 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
8032 i?86 requirement. Remove variables srcfile and binfile. New variable
8033 sources, executable_nofb and executable_fb. Call prepare_for_testing.
8034
f2c7657e
UW
80352010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8036
8037 * gdb.cell/dwarfaddr.exp: New file.
8038 * gdb.cell/dwarfaddr.S: New file.
8039
628fe4e4
JK
80402010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8041
8042 Test PR 9436.
8043 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
8044
f1421989
HZ
80452010-06-24 Hui Zhu <teawater@gmail.com>
8046
8047 * gdb.base/eval.exp: New file.
8048
d03285ec
UW
80492010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8050
8051 * gdb.cell/fork.exp: New file.
8052 * gdb.cell/fork.c: Likewise.
8053 * gdb.cell/fork-spu.c: Likewise.
8054
41b2c92d
PM
80552010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
8056
8057 * lib/gdb.exp (banned_variables_traced): New global variable.
8058 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
8059 (gdb_init): Use `trace add variable' instead of obsolete
8060 `trace variable'.
8061
d5bc977f
DE
80622010-06-21 Doug Evans <dje@google.com>
8063
8064 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
8065
d2ed6730
UW
80662010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8067
8068 * gdb.arch/spu-ls.exp: New file.
8069 * gdb.arch/spu-ls.c: Likewise.
8070
6aed2dbc
SS
80712010-06-18 Stan Shebs <stan@codesourcery.com>
8072
8073 * gdb.threads/thread-specific.exp: Add tests of $_thread.
8074
e0756905
UW
80752010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8076
8077 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
8078 * gdb.base/watch-cond.exp: Likewise.
8079 * gdb.python/py-breakpoint.exp: Likewise.
8080
d8053d4d
PA
80812010-06-18 Pedro Alves <pedro@codesourcery.com>
8082
8083 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
8084 clean_restart, make sure every test has a distinct message, and
8085 that messages don't include the executable' full path.
8086
81ce510c
DE
80872010-06-17 Doug Evans <dje@google.com>
8088
8089 * gdb.arch/i386-size.exp: Updated expected output for
8090 DISASSEMBLY_OMIT_FNAME.
8091
65d79d4b
SDJ
80922010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8093 Sergio Durigan Junior <sergiodj@redhat.com>
8094
8095 * gdb.base/watch-notconst.c: New file.
8096 * gdb.base/watch-notconst.S: New file.
8097 * gdb.base/watch-notconst2.c: New file.
8098 * gdb.base/watch-notconst2.S: New file.
8099 * gdb.base/watch-notconst.exp: New file.
8100 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
8101 (func4): Add operations on `global_ptr_ptr'.
8102 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
8103 routine to test watchpoints created with a constant expression.
8104 (test_inaccessible_watchpoint): Include tests for watchpoints
8105 created with a constant expression.
8106
df0f4836
KB
81072010-06-14 Kevin Buettner <kevinb@redhat.com>
8108
8109 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8110 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
8111 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
8112 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
8113 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8114 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8115 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
8116 of `_start'.
8117
b769def5
UW
81182010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8119
8120 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
8121 not supported on the target.
8122 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8123 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8124 * gdb.mi/mi-nsintrall.exp: Likewise.
8125 * gdb.mi/mi-nsmoribund.exp: Likewise.
8126 * gdb.mi/mi-nsthrexec.exp: Likewise.
8127
d914c394
SS
81282010-06-11 Stan Shebs <stan@codesourcery.com>
8129
8130 * gdb.base/permissions.exp: New file.
8131
81322010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
8133
8134 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
8135 does not support ELF executable class.
8136
f3ce5b9c
UW
81372010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8138
8139 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
8140
8e46892c
JK
81412010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8142
8143 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
8144 (runto): Catch "The target does not support running in non-stop mode.".
8145
6cc55c64
MS
81462010-06-11 Michael Snyder <msnyder@vmware.com>
8147
8148 * gdb.base/setshow.exp (set language asm): Don't use
8149 gdb_test_no_output, fails on some targets.
8150
caddefa4
UW
81512010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8152
8153 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
8154 * gdb.cp/pr9167.exp: Likewise.
8155
468b1aa7
UW
81562010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8157
8158 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
8159
5c3552dc
UW
81602010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8161
8162 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
8163
02e6fe6a
UW
81642010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8165
8166 * gdb.base/charset.c (main): Make sure malloc gets linked in.
8167
0e03807e
TT
81682010-06-11 Tom Tromey <tromey@redhat.com>
8169
8170 PR gdb/9977, PR exp/11636::
8171 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
8172 (pieces_test_f6): Update expected output.
8173
2bdf28a0
JK
81742010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8175
8176 * gdb.base/moribund-step.exp: New.
8177
f6978de9
MS
81782010-06-08 Michael Snyder <msnyder@vmware.com>
8179
8180 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 8181 * gdb.ada/boolean_expr.exp:
f6978de9
MS
8182 * gdb.ada/frame_args.exp: Ditto.
8183 * gdb.ada/lang_switch.exp: Ditto.
8184 * gdb.ada/ptype_arith_binop.exp: Ditto.
8185 * gdb.ada/ref_param.exp: Ditto.
8186 * gdb.ada/type_coercion.exp:Ditto.
8187
8188 * gdb.asm/asm-source.exp: Ditto.
8189
8190 * gdb.base/attach.exp: Ditto.
8191 * gdb.base/bitfields2.exp: Ditto.
8192 * gdb.base/call-signal-resume.exp: Ditto.
8193 * gdb.base/callfuncs.exp: Ditto.
8194 * gdb.base/commands.exp: Ditto.
8195 * gdb.base/dbx.exp: Ditto.
8196 * gdb.base/default.exp: Ditto.
8197 * gdb.base/dump.exp: Ditto.
8198 * gdb.base/exprs.exp: Ditto.
8199 * gdb.base/freebpcmd.exp: Ditto.
8200 * gdb.base/interrupt.exp: Ditto.
8201 * gdb.base/list.exp: Ditto.
8202 * gdb.base/long_long.exp: Ditto.
8203 * gdb.base/maint.exp: Ditto.
8204 * gdb.base/ptype.exp: Ditto.
8205 * gdb.base/return.exp: Ditto.
8206 * gdb.base/setshow.exp: Ditto.
8207 * gdb.base/sigbpt.exp: Ditto.
8208 * gdb.base/sigrepeat.exp: Ditto.
8209
8210 * gdb.cp/classes.exp: Ditto.
8211
8212 * gdb.dwarf2/dw2-restore.exp: Ditto.
8213
8214 * gdb.gdb/selftest.exp: Ditto.
8215
8216 * gdb.multi/base.exp: Ditto.
8217 * gdb.multi/bkpt-multi-exec.exp: Ditto.
8218
8219 * gdb.python/py-block.exp: Ditto.
8220 * gdb.python/py-prettyprint.exp: Ditto.
8221 * gdb.python/py-template.exp: Ditto.
8222
8223 * gdb.server/ext-attach.exp: Ditto.
8224 * gdb.server/ext-run.exp: Ditto.
8225 * gdb.server/server-mon.exp: Ditto.
8226
8227 * gdb.threads/fork-thread-pending.exp: Ditto.
8228 * gdb.threads/hand-call-in-threads.exp: Ditto.
8229 * gdb.threads/interrupted-hand-call.exp: Ditto.
8230 * gdb.threads/linux-dp.exp: Ditto.
8231 * gdb.threads/manythreads.exp: Ditto.
8232 * gdb.threads/print-threads.exp: Ditto.
8233 * gdb.threads/pthreads.exp: Ditto.
8234 * gdb.threads/schedlock.exp: Ditto.
8235 * gdb.threads/thread-unwindonsignal.exp: Ditto.
8236 * gdb.threads/threadapply.exp: Ditto.
8237
de7ff789
MS
82382010-06-08 Michael Snyder <msnyder@vmware.com>
8239
889bf7c5 8240 * gdb.ada/exec_changed.exp:
de7ff789
MS
8241 Use ".*" instead of "" as wildcard regexp.
8242
8243 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
8244 * gdb.base/call-ar-st.exp: Ditto.
8245 * gdb.base/checkpoint.exp: Ditto.
8246 * gdb.base/default.exp: Ditto.
8247 * gdb.base/dump.exp: Ditto.
8248 * gdb.base/ending-run.exp: Ditto.
8249 * gdb.base/fileio.exp: Ditto.
8250 * gdb.base/miscexprs.exp: Ditto.
8251 * gdb.base/pointers.exp: Ditto.
8252 * gdb.base/readline.exp: Ditto.
8253 * gdb.base/reread.exp: Ditto.
8254 * gdb.base/restore.exp: Ditto.
8255 * gdb.base/shlib-call.exp: Ditto.
8256 * gdb.base/valgrind-db-attach.exp: Ditto.
8257 * gdb.base/volatile.exp: Ditto.
8258 * gdb.base/watchpoints.exp: Ditto.
8259
8260 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
8261
8262 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
8263 * gdb.python/py-value.exp: Ditto.
8264
8265 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
8266 * gdb.trace/circ.exp: Ditto.
8267 * gdb.trace/collection.exp: Ditto.
8268 * gdb.trace/packetlen.exp: Ditto.
8269 * gdb.trace/passc-dyn.exp: Ditto.
8270 * gdb.trace/report.exp: Ditto.
8271 * gdb.trace/tfile.exp: Ditto.
8272 * gdb.trace/tfind.exp: Ditto.
8273 * gdb.trace/while-dyn.exp: Ditto.
8274
3bebe2f2
JK
82752010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
8277 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
8278
5c631832
JK
82792010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 Test PR 10640.
8282 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
8283
4c3376c8
SW
82842010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
8285
8286 * gdb.cp/koenig.exp: Test for ADL operators.
8287 * gdb.cp/koenig.cc: Added ADL operators.
8288 * gdb.cp/operator.exp: New test.
8289 * gdb.cp/operator.cc: New test.
8290
dc226d5a
MS
82912010-06-04 Michael Snyder <msnyder@vmware.com>
8292
dfb88a23
MS
8293 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
8294 * gdb.base/pending.exp: Ditto.
f7ae76b3 8295
dc226d5a
MS
8296 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
8297
967cf477
DE
82982010-06-04 Doug Evans <dje@google.com>
8299
8300 * gdb.python/py-prettyprint.exp: Add new test for enabled and
8301 disabled printers.
8302 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
8303 (enable_lookup_function): New function.
8304
eb801841
TT
83052010-06-04 Tom Tromey <tromey@redhat.com>
8306
8307 * gdb.python/py-value.exp (test_value_hash): Don't test equality
8308 of hash and id.
8309
38979823
JK
83102010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
8313 newline.
8314 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
8315 (empty verbose non-noisy clear, empty verbose noisy clear)
8316 (empty non-verbose noisy clear): Likewise.
8317
35ec993f
MS
83182010-06-03 Michael Snyder <msnyder@vmware.com>
8319
8320 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
8321 * gdb.base/display.exp: Ditto.
8322 * gdb.base/find.exp: Ditto.
8323 * gdb.base/ifelse.exp: Ditto.
8324 * gdb.base/multi-forks.exp: Ditto.
8325 * gdb.base/recurse.exp: Ditto.
8326 * gdb.base/setshow.exp: Ditto.
8327 * gdb.base/value-double-free.exp: Ditto.
8328 * gdb.base/watch-vfork.exp: Ditto.
8329 * gdb.base/watch_thread_num.exp: Ditto.
8330 * gdb.base/watchpoint-solib.exp: Ditto.
8331 * gdb.base/watchpoint.exp: Ditto.
8332 * gdb.base/watchpoints.exp: Ditto.
8333
8334 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
8335 * gdb.cp/overload.exp: Ditto.
8336 * gdb.cp/virtfunc.exp: Ditto.
8337
8338 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
8339
889bf7c5 8340 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
8341 Replace gdb_test with gdb_test_no_output.
8342
889bf7c5 8343 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
8344 Replace gdb_test with gdb_test_no_output.
8345 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
8346 * gdb.threads/watchthreads.exp: Ditto.
8347 * gdb.threads/watchthreads2.exp: Ditto.
8348
8349 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
8350 * gdb.trace/tfind.exp: Ditto.
8351
c22decce
JB
83522010-06-03 Joel Brobecker <brobecker@adacore.com>
8353
8354 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
8355 successful test if message is the empty string.
8356
fd5700c7
JK
83572010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 * gdb.fortran/module.exp (stopped language detection): New test.
8360
f55ee35c
JK
83612010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 Support DW_TAG_module as separate namespaces.
8364 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
8365 gdb.fortran/library-module-lib.f90: New.
8366 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
8367 (print i): Remove.
8368 (continue to breakpoint: i-is-1, print var_i value 1)
8369 (continue to breakpoint: i-is-2, print var_i value 2)
8370 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
8371 (print var_d, print var_i value 14, ptype modmany, complete `modm)
8372 (complete `modmany, complete `modmany`, complete `modmany`var)
8373 (show language, setting breakpoint at module): New tests.
8374 * gdb.fortran/module.f90 (module mod): Remove.
8375 (module mod1, module mod2, module modmany, subroutine sub1)
8376 (subroutine sub2, program module): New.
8377
b8e8282f
JK
83782010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
8381 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
8382 * gdb.cp/anon-union.exp (pass): Rename to ...
8383 (print z 2): ... here.
b8e8282f 8384
019ebafc
MS
83852010-06-02 Michael Snyder <msnyder@vmware.com>
8386
e68d8fd4
MS
8387 * gdb.trace/actions.exp: Use gdb_test_no_output.
8388 * gdb.trace/circ.exp: Ditto.
8389 * gdb.trace/packetlen.exp: Ditto.
8390 * gdb.trace/save-trace.exp: Ditto.
8391 * gdb.trace/tracecmd.exp: Ditto.
8392 * gdb.trace/tsv.exp: Ditto.
8393
12b5d08a
MS
8394 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
8395 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
8396 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
8397 * gdb.threads/manythreads.exp: Ditto.
8398 * gdb.threads/print-threads.exp: Ditto.
8399 * gdb.threads/pthreads.exp: Ditto.
8400 * gdb.threads/schedlock.exp: Ditto.
8401 * gdb.threads/staticthreads.exp: Ditto.
8402 * gdb.threads/thread-specific.exp: Ditto.
8403 * gdb.threads/thread-unwindonsignal.exp: Ditto.
8404 * gdb.threads/threadapply.exp: Ditto.
8405 * gdb.threads/watchthreads.exp: Ditto.
8406 * gdb.threads/watchthreads2.exp: Ditto.
8407
89493308
MS
8408 * gdb.python/py-block.exp: Use gdb_test_no_output.
8409 * gdb.python/py-prettyprint.exp: Ditto.
8410 * gdb.python/py-template.exp: Ditto.
8411 * gdb.python/py-value.exp: Ditto.
8412
8413 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
8414 * gdb.reverse/watch-reverse.exp: Ditto.
8415
8416 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
8417 * gdb.server/ext-run.exp: Ditto.
8418
019ebafc
MS
8419 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
8420 * gdb.dwarf2/dw2-compressed.exp: Ditto.
8421 * gdb.dwarf2/dw2-intercu.exp: Ditto.
8422 * gdb.dwarf2/dw2-intermix.exp: Ditto.
8423 * gdb.dwarf2/dw2-producer.exp: Ditto.
8424 * gdb.dwarf2/mac-fileno.exp: Ditto.
8425
8426 * gdb.gdb/observer.exp: Use gdb_test_no_output.
8427 * gdb.gdb/selftest.exp: Ditto.
8428
8429 * gdb.multi/base.exp: Use gdb_test_no_output.
8430
8431 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
8432
3e0ca3a5
JK
84332010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8434
8435 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
8436
9db70545
MS
84372010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8438
a8d52276
MS
8439 * gdb.cp/class2.exp: Use gdb_test_no_output.
8440 * gdb.cp/classes.exp: Ditto.
8441 * gdb.cp/extern-c.exp: Ditto.
8442 * gdb.cp/inherit.exp: Ditto.
8443 * gdb.cp/maint.exp: Ditto.
8444 * gdb.cp/mb-inline.exp: Ditto.
8445 * gdb.cp/mb-templates.exp: Ditto.
8446 * gdb.cp/method2.exp: Ditto.
8447 * gdb.cp/misc.exp: Ditto.
8448 * gdb.cp/ovldbreak.exp: Ditto.
8449 * gdb.cp/punctuator.exp: Ditto.
8450 * gdb.cp/templates.exp: Ditto.
8451 * gdb.cp/virtbase.exp: Ditto.
8452
889bf7c5 8453 * gdb.threads/attach-stopped.exp:
9db70545 8454 Replace uses of send_gdb / gdb_expect.
889bf7c5 8455 * gdb.threads/attachstop-mt.exp:
9db70545 8456 Replace uses of send_gdb / gdb_expect.
889bf7c5 8457 * gdb.threads/gcore-thread.exp:
9db70545 8458 Replace uses of send_gdb / gdb_expect.
889bf7c5 8459 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
8460 Replace uses of send_gdb / gdb_expect.
8461 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 8462 * gdb.threads/print-threads.exp:
9db70545
MS
8463 Replace uses of send_gdb / gdb_expect.
8464 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
8465 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
8466 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
8467
8468 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
8469 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
8470 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
8471 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
8472 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
8473 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
8474 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
8475 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
8476 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
8477 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
8478 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
8479
359cc68c
JK
84802010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8481
8482 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
8483
7d3fe98e
SW
84842010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
8485
8486 * gdb.cp/koenig.exp: Added new test case.
8487 * gdb.cp/koenig.cc: Ditto.
8488
27d3a1a2
MS
84892010-06-01 Michael Snyder <msnyder@vmware.com>
8490
8491 * gdb.base/arithmet.exp: Use gdb_test_no_output.
8492 * gdb.base/arrayidx.exp: Ditto.
8493 * gdb.base/attach.exp: Ditto.
8494 * gdb.base/auxv.exp: Ditto.
8495 * gdb.base/bigcre.exp: Ditto.
8496 * gdb.base/break-always.exp: Ditto.
8497 * gdb.base/break-interp.exp: Ditto.
8498 * gdb.base/break.exp: Ditto.
8499 * gdb.base/breakpoint-shadow.exp: Ditto.
8500 * gdb.base/call-ar-st.exp: Ditto.
8501 * gdb.base/call-sc.exp: Ditto.
8502 * gdb.base/call-signal-resume.exp: Ditto.
8503 * gdb.base/callfuncs.exp: Ditto.
8504 * gdb.base/catch-syscall.exp: Ditto.
8505 * gdb.base/charset.exp: Ditto.
8506 * gdb.base/code-expr.exp: Ditto.
8507 * gdb.base/commands.exp: Ditto.
8508 * gdb.base/cond-expr.exp: Ditto.
8509 * gdb.base/condbreak.exp: Ditto.
8510 * gdb.base/cursal.exp: Ditto.
8511 * gdb.base/cvexpr.exp: Ditto.
8512 * gdb.base/default.exp: Ditto.
8513 * gdb.base/del.exp: Ditto.
8514 * gdb.base/detach.exp: Ditto.
8515 * gdb.base/display.exp: Ditto.
8516 * gdb.base/ena-dis-br.exp: Ditto.
8517 * gdb.base/eval-skip.exp: Ditto.
8518 * gdb.base/foll-fork.exp: Ditto.
8519 * gdb.base/foll-vfork.exp: Ditto.
8520 * gdb.base/frame-args.exp: Ditto.
8521 * gdb.base/funcargs.exp: Ditto.
8522 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8523 * gdb.base/gdbvars.exp: Ditto.
8524 * gdb.base/help.exp: Ditto.
8525 * gdb.base/ifelse.exp: Ditto.
8526 * gdb.base/included.exp: Ditto.
8527 * gdb.base/list.exp: Ditto.
8528 * gdb.base/macscp.exp: Ditto.
8529 * gdb.base/maint.exp: Ditto.
8530 * gdb.base/multi-fork.exp: Ditto.
8531 * gdb.base/overlays.exp: Ditto.
8532 * gdb.base/page.exp: Ditto.
8533 * gdb.base/pending.exp: Ditto.
8534 * gdb.base/pointers.exp: Ditto.
8535 * gdb.base/pr11022.exp: Ditto.
8536 * gdb.base/prelink.exp: Ditto.
8537 * gdb.base/printcmds.exp: Ditto.
8538 * gdb.base/psymtab.exp: Ditto.
8539 * gdb.base/randomize.exp: Ditto.
8540 * gdb.base/relational.exp: Ditto.
8541 * gdb.base/relocate.exp: Ditto.
8542 * gdb.base/remote.exp: Ditto.
8543 * gdb.base/sepdebug.exp: Ditto.
8544 * gdb.base/set-lang-auto.exp: Ditto.
8545 * gdb.base/setshow.exp: Ditto.
8546 * gdb.base/setvar.exp: Ditto.
8547 * gdb.base/signals.exp: Ditto.
8548 * gdb.base/signull.exp: Ditto.
8549 * gdb.base/sigstep.exp: Ditto.
8550 * gdb.base/sizeof.exp: Ditto.
8551 * gdb.base/solib-disc.exp: Ditto.
8552 * gdb.base/store.exp: Ditto.
8553 * gdb.base/structs.exp: Ditto.
8554 * gdb.base/structs2.exp: Ditto.
8555 * gdb.base/subst.exp: Ditto.
8556 * gdb.base/term.exp: Ditto.
8557 * gdb.base/trace-commands.exp: Ditto.
8558 * gdb.base/unwindonsignal.exp: Ditto.
8559 * gdb.base/valgrind-db-attach.exp: Ditto.
8560 * gdb.base/varargs.exp: Ditto.
8561 * gdb.base/watch-cond.exp: Ditto.
8562 * gdb.base/watch_thread_num.exp: Ditto.
8563 * gdb.base/watchpoint-cond-gone.exp: Ditto.
8564 * gdb.base/watchpoint.exp: Ditto.
8565 * gdb.base/whatis-exp.exp: Ditto.
8566
f8d3bf8f
MS
85672010-06-01 Michael Snyder <msnyder@vmware.com>
8568
8569 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
8570 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
8571 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
8572 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
8573 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
8574 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
8575 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
8576 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
8577 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
8578 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
8579 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
8580 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
8581 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
8582 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
8583 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
8584
3f9e0d32
JK
85852010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * gdb.base/commands.exp (begin commands on watch): Remove excessive
8588 trailing newline.
8589 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
8590 * gdb.java/jmisc.exp (p *args\n): Rename to ...
8591 (p *args): ... here and remove excessive trailing newline.
8592
f629457d
JB
85932010-05-31 Joel Brobecker <brobecker@adacore.com>
8594
8595 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
8596
09eef106
JK
85972010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8598
8599 Accept the new Linux kernel "t (tracing stop)" string.
8600 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
8601 Update comment.
8602 (state_wait) <T (tracing stop)>: New.
8603 (main): Update the state_wait expect string.
8604
94f31136
PA
86052010-05-28 Pedro Alves <pedro@codesourcery.com>
8606
8607 * limits.c, limits.exp: Delete files.
8608 * Makefile.in (clean mostlyclean): Adjust.
8609 * tracecmd.exp: Adjust.
8610
096554ab
JK
86112010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 * gdb.base/tui-layout.exp: New.
8614
27d3a1a2 86152010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 8616
889bf7c5 8617 * gdb.reverse/break-precsave.exp:
bcd2dc50 8618 Replace uses of send_gdb / gdb_expect.
889bf7c5 8619 * gdb.reverse/break-reverse.exp:
bcd2dc50 8620 Replace uses of send_gdb / gdb_expect.
889bf7c5 8621 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 8622 Replace uses of send_gdb / gdb_expect.
889bf7c5 8623 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 8624 Replace uses of send_gdb / gdb_expect.
889bf7c5 8625 * gdb.reverse/finish-precsave.exp:
bcd2dc50 8626 Replace uses of send_gdb / gdb_expect.
889bf7c5 8627 * gdb.reverse/finish-reverse.exp:
bcd2dc50 8628 Replace uses of send_gdb / gdb_expect.
889bf7c5 8629 * gdb.reverse/i386-precsave.exp:
bcd2dc50 8630 Replace uses of send_gdb / gdb_expect.
889bf7c5 8631 * gdb.reverse/i386-reverse.exp:
bcd2dc50 8632 Replace uses of send_gdb / gdb_expect.
889bf7c5 8633 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 8634 Replace uses of send_gdb / gdb_expect.
889bf7c5 8635 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 8636 Replace uses of send_gdb / gdb_expect.
889bf7c5 8637 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 8638 Replace uses of send_gdb / gdb_expect.
889bf7c5 8639 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 8640 Replace uses of send_gdb / gdb_expect.
889bf7c5 8641 * gdb.reverse/machinestate.exp:
bcd2dc50 8642 Replace uses of send_gdb / gdb_expect.
889bf7c5 8643 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 8644 Replace uses of send_gdb / gdb_expect.
889bf7c5 8645 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 8646 Replace uses of send_gdb / gdb_expect.
889bf7c5 8647 * gdb.reverse/solib-precsave.exp:
bcd2dc50 8648 Replace uses of send_gdb / gdb_expect.
889bf7c5 8649 * gdb.reverse/solib-reverse.exp:
bcd2dc50 8650 Replace uses of send_gdb / gdb_expect.
889bf7c5 8651 * gdb.reverse/step-precsave.exp:
bcd2dc50 8652 Replace uses of send_gdb / gdb_expect.
889bf7c5 8653 * gdb.reverse/step-reverse.exp:
bcd2dc50 8654 Replace uses of send_gdb / gdb_expect.
889bf7c5 8655 * gdb.reverse/until-precsave.exp:
bcd2dc50 8656 Replace uses of send_gdb / gdb_expect.
889bf7c5 8657 * gdb.reverse/until-reverse.exp:
bcd2dc50 8658 Replace uses of send_gdb / gdb_expect.
889bf7c5 8659 * gdb.reverse/watch-precsave.exp:
bcd2dc50 8660 Replace uses of send_gdb / gdb_expect.
889bf7c5 8661 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
8662 Replace uses of send_gdb / gdb_expect.
8663
3def43e0
JK
86642010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8665
8666 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
8667 excessive newline.
8668
27d3a1a2 86692010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
8670
8671 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
8672 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
8673 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
8674 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
8675 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
8676 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
8677 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
8678 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
8679 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
8680 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
8681 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
8682 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
8683 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
8684 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
8685 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
8686 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
8687 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
8688 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
8689 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 8690
27d3a1a2 86912010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 8692
22454424
MS
8693 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
8694 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
8695
8696 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
8697 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
8698 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
8699
889bf7c5 8700 * gdb.reverse/consecutive-reverse.exp:
22454424 8701 Replace uses of send_gdb / gdb_expect.
889bf7c5 8702 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
8703 Replace uses of send_gdb / gdb_expect.
8704
8705 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
8706 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
8707 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 8708 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
8709 Replace uses of send_gdb / gdb_expect.
8710 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
8711 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
8712 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
8713 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
8714 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
8715 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
8716 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
8717 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
8718 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
8719
87202010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 8721
22454424 8722 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8723
22454424 8724 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8725
22454424
MS
8726 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
8727 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
8728 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
8729 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
8730 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
8731 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
8732 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
8733 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
8734 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8735
6e5f2c59
TT
87362010-05-25 Tom Tromey <tromey@redhat.com>
8737
8738 * gdb.base/macscp.exp: Add missing space after setup_kfail.
8739
bbc8b958
TT
87402010-05-25 Tom Tromey <tromey@redhat.com>
8741
8742 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
8743 argument order.
8744 * gdb.base/macscp.exp: Fix setup_kfail argument order.
8745 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
8746 order.
8747 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
8748 order.
8749 * gdb.base/call-sc.exp (setup_kfails): Remove.
8750 (setup_compiler_kfails): Remove.
8751 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
8752 argument order.
8753 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
8754 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
8755 (advancei): Fix setup_kfail argument order.
8756 * gdb.base/radix.exp: Fix setup_kfail argument order.
8757 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
8758 order.
8759 * gdb.base/structs.exp (setup_kfails): Remove.
8760 (setup_compiler_kfails): Fix setup_kfail argument order.
8761 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
8762 order.
8763 * gdb.java/jmain.exp: Fix setup_kfail argument order.
8764 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
8765 setup_kfail argument order.
8766 * gdb.cp/overload.exp: Fix setup_kfail argument order.
8767
83d1babf
TT
87682010-05-25 Tom Tromey <tromey@redhat.com>
8769
8770 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
8771
6acb16a2
MS
87722010-05-25 Michael Snyder <msnyder@vmware.com>
8773
8774 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
8775 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
8776 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
8777 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
8778 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
8779 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
8780 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
8781 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
8782 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
8783 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
8784 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
8785 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
8786 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
8787 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
8788 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
8789 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
8790 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
8791 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
8792 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
8793 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
8794 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
8795 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
8796 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
8797 * gdb.base/default.exp: Replace send_gdb with gdb_test.
8798 * gdb.base/define.exp: Replace send_gdb with gdb_test.
8799 * gdb.base/display.exp: Replace send_gdb with gdb_test.
8800 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
8801 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
8802 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
8803 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
8804 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
8805 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
8806 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
8807 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
8808 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
8809 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
8810 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
8811 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
8812 * gdb.base/help.exp: Replace send_gdb with gdb_test.
8813 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
8814 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
8815 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8816 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
8817 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
8818 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
8819 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
8820 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 8821 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8822
88232010-05-25 Doug Evans <dje@google.com>
8824
8825 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
8826 gdb.string_to_argv.
ad3986f0 8827
d3b1e874
TT
88282010-05-21 Tom Tromey <tromey@redhat.com>
8829
8830 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
8831 Call it.
8832 * gdb.dwarf2/pieces.S: Update.
8833 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
8834
cb826367
TT
88352010-05-21 Tom Tromey <tromey@redhat.com>
8836
8837 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
8838 Call it.
8839 * gdb.dwarf2/pieces.c (struct C): New.
8840 (f6): New function.
8841 * gdb.dwarf2/pieces.S: Replace.
8842
74de6778
TT
88432010-05-21 Tom Tromey <tromey@redhat.com>
8844
8845 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
8846 Call it.
8847
afd74c5f
TT
88482010-05-21 Tom Tromey <tromey@redhat.com>
8849
8850 * gdb.dwarf2.pieces.exp: New file.
8851 * gdb.dwarf2.pieces.S: New file.
8852 * gdb.dwarf2.pieces.c: New file.
8853
a7b75dfd 88542010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 8855 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
8856
8857 * lib/gdb.exp (gdb_test_no_output): New function.
8858 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
8859 when testing commands that should produce no output.
8860
c81c812a
JB
88612010-05-17 Joel Brobecker <brobecker@adacore.com>
8862
8863 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
8864 parameter that we want to watch being a constant.
8865
0cce5bd9
JB
88662010-05-17 Joel Brobecker <brobecker@adacore.com>
8867
8868 * gdb.ada/cond_lang: New testcase.
8869
47050449
JB
88702010-05-17 Joel Brobecker <brobecker@adacore.com>
8871
8872 * lib/gdb.exp (banned_variables): New variable/constant.
8873 (gdb_init): Add write trace on variables listed in banned_variables.
8874 (gdb_finish): Remove write traces on variables listed in
8875 banned_variables.
8876
77c01586
JB
88772010-05-17 Joel Brobecker <brobecker@adacore.com>
8878
8879 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
8880 * gdb.cp/koenig.exp: Likewise.
8881
88d4aea7
PM
88822010-05-14 Phil Muldoon <pmuldoon@redhat.com>
8883
889bf7c5 8884 PR python/11482
88d4aea7
PM
8885
8886 * gdb.python/py-value.exp (test_value_hash): New function.
8887
f5a010c0
PM
88882010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
8889
8890 PR exp/11530.
8891 * gdb.base/gdb11530.c: New file.
8892 * gdb.base/gdb11530.exp: New file.
8893
8ef4892f
JK
88942010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8895
8896 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
8897 * gdb.dwarf2/dw2-modula2-self-type.S: New.
8898
7322dca9
SW
88992010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
8900
8901 * gdb.cp/koenig.exp: New test.
8902 * gdb.cp/koenig.cc: New test program.
8903
02e7ea18
JB
89042010-05-05 Joel Brobecker <brobecker@adacore.com>
8905
8906 Remove the use of prms_id and bug_id throughout the testsuite.
8907
e1c34c5d
PM
89082010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
8909
8910 PR exp/11349.
8911 * testsuite/gdb.cp/ref-types.exp: Add test to examine
8912 use a reference local variable.
8913
8e1d0c49
JK
89142010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
8917 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
8918 variable different_dir. Move debugfile into a full directory pathname
8919 under DIFFERENT_DIR.
8920 * lib/gdb.exp (separate_debug_filename): Remove.
8921 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
8922 variable debug_dir and mkdir of it. Update function comments.
8923
e66408ed
PA
89242010-04-29 Pedro Alves <pedro@codesourcery.com>
8925
8926 PR gdb/11557
8927
8928 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
8929 files.
8930
d7b32ed3
PM
89312010-04-29 Phil Muldoon <pmuldoon@redhat.com>
8932
889bf7c5 8933 * gdb.python/py-param.exp: New File.
d7b32ed3 8934
6aecb9c2
JB
89352010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
8936
8937 * gdb.base/default.exp: Fix "set language" test.
8938
bdf92a1c
PM
89392010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
8940
8941 PR breakpoints/11531.
8942 * gdb.base/gdb11531.c: New file.
8943 * gdb.base/gdb11531.exp: New file.
8944
3f172e24
TT
89452010-04-26 Tom Tromey <tromey@redhat.com>
8946
8947 * gdb.base/completion.exp: Add tests for completion and deprecated
8948 commands.
8949
64af4c92
JK
89502010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
8953 (print /x char_array): Escape curly brackets.
8954
492928e4
JK
89552010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 Fix deadlock on looped list of loaded shared objects.
8958 * gdb.base/solib-corrupted.exp: New.
8959
66d09542
DE
89602010-04-23 Doug Evans <dje@google.com>
8961
8962 * gdb.python/py-section-script.c: New file.
8963 * gdb.python/py-section-script.exp: New file.
8964 * gdb.python/py-section-script.py: New file.
8965
8bd10a10
CM
89662010-04-20 Chris Moller <cmoller@redhat.com>
8967
8968 PR 10179
8969
8970 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
8971 * gdb.base/pr10179-a.c:
8972 * gdb.base/pr10179-b.c:
8973 * gdb.base/pr10179.exp: New files.
8974
c0201579
JK
89752010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8976
8977 Fix crashes on dangling display expressions.
8978 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
8979 is SEP.
8980 (lib_flags): Remove the "debug" keyword.
8981 (libsepdebug): New variable for iterating new loop.
8982 (save_pf_prefix): New variable wrapping the loop.
8983 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
8984 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
8985
793b0ff8
PM
89862010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8987
8988 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
8989
097f51f7
PM
89902010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8991
8992 PR stabs/11479.
8993 * gdb.stabs/gdb11479.exp: New file.
8994 * gdb.stabs/gdb11479.c: New file.
8995
9a22f0d0
PM
89962010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8997
8998 * gdb.base/charset.c (Strin16, String32): New variables.
8999 * gdb.base/charset.exp (gdb_test): Test correct display
9000 of 16 or 32 bit strings.
9001
90022010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
9003
9004 PR 9167
9005 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
9006 * gdb.cp/pr9167.cc: New file.
9007 * gdb.cp/pr9167.exp: New file.
9008
9009
6e354e5e
PM
90102010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
9011
9012 PR pascal/11492.
9013 * gdb.pascal/gdb11492.pas: New file.
9014 * gdb.pascal/gdb11492.exp: New file.
9015
be942545
JB
90162010-04-20 Joel Brobecker <brobecker@adacore.com>
9017
1667e6e3 9018 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 9019
0c3acc09
JB
90202010-04-20 Joel Brobecker <brobecker@adacore.com>
9021
9022 * gdb.ada/dyn_loc: New testcase.
9023
ec31cde5
CM
90242010-04-20 Chris Moller <cmoller@redhat.com>
9025
9026 PR 10867
889bf7c5 9027
ec31cde5
CM
9028 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
9029 * gdb.cp/pr10687.cc: New file.
9030 * gdb.cp/pr10687.exp: New file.
9031
9032
ce4b0682
SDJ
90332010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9034 Sergio Durigan Junior <sergiodj@redhat.com>
9035
9036 * gdb.fortran/logical.exp: New testcase.
9037 * gdb.fortran/logical.f90: New file.
9038
3436961f
DE
90392010-04-19 Doug Evans <dje@google.com>
9040
9041 * gdb.base/help.exp (help source): Update expected output.
9042
4d836c09
JK
90432010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
9046 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
9047 gdb_exit and return.
9048 (executable): New variable.
9049 (binfile): Use it.
9050
6149aea9
PA
90512010-04-19 Pedro Alves <pedro@codesourcery.com>
9052
9053 PR breakpoints/8554.
9054
9055 * gdb.trace/save-trace.exp: Adjust.
9056
ed41462c
L
90572010-04-17 H.J. Lu <hongjiu.lu@intel.com>
9058
9059 PR corefiles/11511
9060 * gdb.arch/system-gcore.exp: New.
9061 * gdb.arch/gcore.c: Likewise.
9062
3f7b2faa
DE
90632010-04-15 Doug Evans <dje@google.com>
9064
fa33c3cd
DE
9065 * gdb.python/py-progspace.c: New file.
9066 * gdb.python/py-progspace.exp: New file.
9067
3f7b2faa
DE
9068 * gdb.base/source.exp: Add tests for "source -s".
9069
79f283fe
PM
90702010-04-14 Phil Muldoon <pmuldoon@redhat.com>
9071
9072 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
9073 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
9074 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
9075 * gdb.python/py-mi.exp: New test for to_string returning None.
9076
fc8eb08a
PM
90772010-04-12 Phil Muldoon <pmuldoon@redhat.com>
9078
9079 * gdb.python/py-breakpoint.c: Make result global.
9080
26e197f6
JK
90812010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 Fix non-GNU make compatibility.
9084 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
9085
adc36818
PM
90862010-04-09 Phil Muldoon <pmuldoon@redhat.com>
9087
9088 * gdb.python/py-breakpoint.exp: New File.
9089 * gdb.python/py-breakpoint.C: Ditto.
9090
64e17368
SS
90912010-04-08 Stan Shebs <stan@codesourcery.com>
9092
9093 * gdb.trace/actions.exp: Clear default-collect.
9094 * gdb.trace/save-trace.exp: Clear default-collect.
9095
fff5cc64
PM
90962010-04-08 Phil Muldoon <pmuldoon@redhat.com>
9097
9098 * gdb.python/py-value: Add null string variable.
9099 (test_lazy_string): Test zero length, NULL address lazy
9100 strings.
9101
a055a187
L
91022010-04-07 H.J. Lu <hongjiu.lu@intel.com>
9103
9104 * gdb.arch/i386-avx.c: New.
9105 * gdb.arch/i386-avx.exp: Likewise.
9106
9107 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
9108
96e39866
DE
91092010-04-06 Doug Evans <dje@google.com>
9110
9111 * gdb.base/source-test.gdb: New file.
9112 * gdb.base/source.exp: Test source -v.
9113
5984a431
UW
91142010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9115
9116 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
9117
ec8a089a
PM
91182010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
9119
9120 * gdb.stabs/aout.sed: Convert all backslash to double backslash
9121 within one line, unless it is followed by a double quote.
9122 * gdb.stabs/hppa.sed: Idem.
9123 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
9124 * gdb.stabs/weird.exp: Check for correct parsing of
9125 char and string constants.
ec8a089a
PM
9126 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
9127 in .stabs to .stabx substitution.
9128
fce3c1f0
SS
91292010-04-05 Stan Shebs <stan@codesourcery.com>
9130
9131 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
9132 constant global.
9133 * gdb.trace/tfile.exp: Try to print them.
9134
d77f58be
SS
91352010-04-04 Stan Shebs <stan@codesourcery.com>
9136
9137 * gdb.base/completion.exp: Update for new "info watchpoints".
9138 * gdb.base/default.exp: Ditto.
9139 * gdb.base/help.exp: Ditto.
9140 * gdb.base/watchpoint.exp: Ditto.
9141 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 9142
af54718e
SS
91432010-04-04 Stan Shebs <stan@codesourcery.com>
9144
9145 * gdb.trace/tfile.exp: Sharpen tfind test.
9146
74d1f91e
JK
91472010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 * gdb.base/break-entry.exp: New.
9150
eb8e76db 91512010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 9152 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
9153
9154 * gdb.reverse/i386-sse-reverse.exp: New file.
9155 * gdb.reverse/i386-sse-reverse.c: New file.
9156
bf65cad8
PA
91572010-04-02 Pedro Alves <pedro@codesourcery.com>
9158
9159 * gdb.trace/tfind.exp: Adjust expected disassembly output.
9160
fff87407
SS
91612010-04-01 Stan Shebs <stan@codesourcery.com>
9162
9163 * gdb.trace/actions.exp: Tweak expected output.
9164 * gdb.trace/while-stepping.exp: Tweak expected output.
9165
fe01d668
L
91662010-04-01 H.J. Lu <hongjiu.lu@intel.com>
9167
9168 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
9169
86b17b60
PA
91702010-04-01 Pedro Alves <pedro@codesourcery.com>
9171
9172 * gdb.base/commands.exp: Adjust.
9173 * gdb.cp/extern-c.exp: Adjust.
9174
2c58c0a9
PA
91752010-04-01 Pedro Alves <pedro@codesourcery.com>
9176
9177 * gdb.trace/collection.c (local_test_func): Define a local struct,
9178 and instanciate it.
9179
0db9b91c
PA
91802010-04-01 Pedro Alves <pedro@codesourcery.com>
9181
9182 * gdb.trace/collection.exp (gdb_collect_args_test)
9183 (gdb_collect_argarray_test): XFAIL the tests that assume the
9184 argarray argument's elements are collected.
9185
8072405b
JK
91862010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
9187
9188 * gdb.dwarf2/dw2-bad-parameter-type.exp,
9189 gdb.dwarf2/dw2-bad-parameter-type.S: New.
9190
8bf6485c
SS
91912010-03-31 Stan Shebs <stan@codesourcery.com>
9192
9193 * gdb.trace/save-trace.exp: Test save/restore of default-collect
9194 and tracepoint conditionals.
9195 (gdb_verify_tracepoints): Delete unused return.
9196
fd7f724a
KS
91972010-03-26 Keith Seitz <keiths@redhat.com>
9198
9199 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
9200 appear in the output before main.
9201 Remove KFAIL for gdb/2215 aka bz 9320.
9202
8d9e7719
DE
92032010-03-30 Doug Evans <dje@google.com>
9204
0906dd0b
DE
9205 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
9206 by dejagnu.
9207 * gdb.arch/amd64-dword.exp: Ditto.
9208
8d9e7719
DE
9209 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
9210 match.
9211 (break printf): Ditto.
9212
1da644f0
SW
92132010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
9214
9215 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
9216 gcc < 4.4.
9217 * gdb.cp/shadow.exp: Ditto.
9218
a8121990
PA
92192010-03-29 Pedro Alves <pedro@codesourcery.com>
9220
9221 * gdb.trace/collection.exp (run_trace_experiment): Make sure
9222 "tstart" is silent.
9223
6e79d367
PA
92242010-03-29 Pedro Alves <pedro@codesourcery.com>
9225
9226 * gdb.trace/collection.exp (executable): New.
9227 (binfile): Use it.
9228 (fpreg, spreg, pcreg): New.
9229 (test_register): Use gdb_test_multiple. Pass /x to print.
9230 (prepare_for_trace_test): New.
9231 (run_trace_experiment): Use "continue", not gdb_run_cmd.
9232 (gdb_collect_args_test, gdb_collect_argstruct_test)
9233 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
9234 prepare_for_trace_test.
9235 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
9236 fpreg, spreg and pcreg.
9237 (gdb_collect_expression_test, gdb_collect_globals_test): Use
9238 prepare_for_trace_test.
9239 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
9240 try to detect tracing support here. Don't set breakpoints at
9241 `begin' or `end' here.
9242 <global scope>: Use clean_restart. Run to main before checking
9243 for tracing support. Check for for tracing support here.
9244
09248348
JK
92452010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
9248 " as $displacement" to "seen displacement message".
9249
d350db38
PA
92502010-03-28 Pedro Alves <pedro@codesourcery.com>
9251
9252 * gdb.trace/while-dyn.exp (executable): New variable.
9253 (binfile): Use it.
9254 (test_while_stepping): New function. Move most tests here. Call
9255 it once for each of the while-stepping, stepping and ws aliases.
9256
907af001
UW
92572010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9258
9259 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
9260 that do not provide the tagless_struct type name at all.
9261 (test_print_anon_union): Do not check value of uninitialized
9262 union member. Do not use cp_test_ptype_class, so we can accept
9263 "long" as well as "long int".
9264
610197fd
PA
92652010-03-26 Pedro Alves <pedro@codesourcery.com>
9266
9267 * gdb.trace/tfile.c (tohex, bin2hex): New.
9268 (write_error_trace_file): Hexify error description.
9269
6c28cbf2
SS
92702010-03-25 Stan Shebs <stan@codesourcery.com>
9271
9272 * gdb.trace/tfile.c: Generate an additional trace file, improve
9273 portability.
9274 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
9275 files in a better way.
9276
e62b8c7e
KS
92772010-03-25 Keith Seitz <keiths@redhat.com>
9278
9279 * gdb.java/jprint.exp: XFAIL printing of static class members
9280 because of GCC debuginfo problem.
9281
82ccf5a5
JK
92822010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
9285
293e2f9e
DJ
92862010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9287
9288 * gdb.base/completion.exp: Allow long instead of long int.
9289 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
9290 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
9291 variable p.
9292 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
9293 * gdb.base/pointers.exp: Allow long instead of long int.
9294 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
9295 * gdb.base/step-line.exp: Allow a directory before the source file name.
9296
95a42b64
TT
92972010-03-24 Tom Tromey <tromey@redhat.com>
9298
9299 PR breakpoints/9352:
9300 * gdb.base/default.exp: Update.
9301 * gdb.base/commands.exp: Update.
9302 * gdb.cp/extern-c.exp: Test setting commands on multiple
9303 breakpoints at once.
9304
2390201f
DJ
93052010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9306
9307 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
9308 if gdb,nosignals.
9309 * gdb.base/watchpoints.c: Do not include unnecessary headers.
9310 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
9311 exited".
9312
8c9a6790
SS
93132010-03-24 Stan Shebs <stan@codesourcery.com>
9314
9315 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
9316
a6c727b2
DJ
93172010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9318
9319 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
9320 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
9321 argument. Handle "short" and "long".
9322 (Top level): Pass overprototyped output for old_fptr and xptr.
9323
4dfd5423
PA
93242010-03-23 Pedro Alves <pedro@codesourcery.com>
9325
9326 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
9327 format strings and add casts to avoid compiler warnings.
9328
93292010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
9330
9331 * lib/trace-support.exp (gdb_trace_setactions):
9332 Don't expect whitespace after ">" prompt.
9333 * gdb.trace/actions.exp: Adjust for output changes.
9334 * gdb.trace/while-stepping.exp: Likewise.
9335
c847d045
JK
93362010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
9339 and r157645).
9340
5f717f1d
JK
93412010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
9344 New.
9345
7d6d51d5
DJ
93462010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
9347
9348 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
9349 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
9350
3b11a015
SS
93512010-03-19 Stan Shebs <stan@codesourcery.com>
9352
9353 * gdb.trace/ax.exp: New file.
9354
d7d158ed
DE
93552010-03-19 Doug Evans <dje@google.com>
9356
6bb85cd1
DE
9357 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
9358 output from gcc.
9359
d7d158ed
DE
9360 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
9361 named /usr/sbin/prelink<foo>.
9362
4daf5ac0
SS
93632010-03-18 Stan Shebs <stan@codesourcery.com>
9364
9365 * gdb.trace/circ.exp: Test circular-trace-buffer.
9366 * gdb.trace/tfile.exp: Update tstatus test.
9367
e8d05480
JB
93682010-03-18 Joel Brobecker <brobecker@adacore.com>
9369
9370 * gdb.dwarf2/dw2-anonymous-func.S: New file.
9371 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
9372
441b986a
UW
93732010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9374
9375 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
9376
4247603b
PA
93772010-03-18 Pedro Alves <pedro@codesourcery.com>
9378
9379 * gdb.base/default.exp: Adjust the expected output of the finish
9380 and until commands when the inferior is not being run.
9381
13387711
SW
93822010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
9383
9384 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
9385 * gdb.cp/nsusing.exp: Ditto.
9386
6e31430b
TT
93872010-03-15 Tom Tromey <tromey@redhat.com>
9388
9389 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
9390 * gdb.cp/userdef.cc (operator==): New function.
9391 (main): New locals mem1, mem2.
9392
e2d69cb5
JZ
93932010-03-15 Jie Zhang <jie@codesourcery.com>
9394
9395 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
9396 Declare and use new loadtimeout variable.
9397
f572f0a9
DJ
93982010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
9399
9400 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
9401 Use gdb_load later.
9402
51f4c0b0
PA
94032010-03-14 Pedro Alves <pedro@codesourcery.com>
9404
9405 * gdb.base/solib-disc.c (main): Make format of fprintf a string
9406 literal. Add missing endlines to prints to stderr.
9407
1c809c68
TT
94082010-03-12 Tom Tromey <tromey@redhat.com>
9409
9410 PR c++/9708:
9411 * gdb.cp/m-static.exp: Add regression test.
9412 * gdb.cp/m-static.cc (method): New method.
9413 (main): Call it.
9414
00ae8fef
SW
94152010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
9416
9417 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
9418 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
9419
759f0f0b
PA
94202010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
9421
21e24d21
PA
9422 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
9423
94242010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
9425
759f0f0b
PA
9426 * lib/gdb.exp (skip_stl_tests): New.
9427 (gdb_compile): Symbian needs -ldl.
9428 (shlib_target_file): New.
9429 (shlib_symbol_file): New.
9430 (gdb_load_shlibs): Use shlib_target_file.
9431 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
9432 * gdb.cp/exception.exp: Use skip_stl_tests.
9433 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
9434 * gdb.cp/try_catch.exp: Use skip_stl_tests.
9435 * gdb.cp/mb-templates.exp: Ditto.
9436 * gdb.base/commands.exp: Relax regexes.
9437 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
9438 shlib_target_file and shlib_symbol_file.
9439 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
9440 sections.
9441 * gdb.base/ending-run.exp: Accept E32Main for symbian.
9442 * gdb.base/solib-disc.exp: Use
9443 shlib_target_file and shlib_symbol_file.
9444 * gdb.base/unload.exp: Don't skip on symbian. Use
9445 shlib_target_file and shlib_symbol_file.
9446 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
9447
6a8f2671 94482010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 9449
6a8f2671
PA
9450 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
9451 * gdb.trace/report.exp: Adjust for x86 and x86_64.
9452 Issue a tfind end before looking for a tracepoint frame.
9453 * gdb.trace/tfind.exp: Adjust tstatus output.
9454 Adjust disassembly output.
9455 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
9456
ccf26247
JK
94572010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * gdb.base/break-interp.exp: Create new displacement parameter value
9460 for the test_ld calls.
9461 (reach): New parameter displacement, verify its content. New push of
9462 pf_prefix "reach-$func:". Import global expect_out.
9463 (test_core): New parameter displacement, verify its content. New push
9464 of pf_prefix "core:". New command "set verbose on". Import global
9465 expect_out.
9466 (test_attach): New parameter displacement, verify its content. New
9467 push of pf_prefix "attach:". New command "set verbose on". Import
9468 global expect_out.
9469 (test_ld): New parameter displacement, pass it to the reach, test_core
9470 and test_attach calls and verify its content in the "ld.so exit" test.
9471 * gdb.base/prelink.exp: Remove gdb_exit and final return.
9472 (prelink): Update expected text, use gdb_test.
9473
e469c7fb
DE
94742010-03-10 Doug Evans <dje@google.com>
9475
9476 * gdb.base/checkpoint.exp: Fix comment.
9477 Lengthen timeout while doing >600 checkpoints test.
9478 Rename duplicate "kill all one" test to keep test names unique.
9479
60e1c644
PA
94802010-03-10 Pedro Alves <pedro@codesourcery.com>
9481
9482 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
9483
cec808ec
KS
94842010-03-08 Keith Seitz <keiths@redhat.com>
9485
889bf7c5
PA
9486 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
9487 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
9488 (dm_type_long): New function.
9489 (dm_type_unsigned_short): New function.
9490 (dm_type_unsigned_long): New function.
9491 (myint): New typedef.
9492 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
9493 long, unsigned shor and long, operator char*, and typedef.
9494 (test_lookup_operator_functions): Add operator char* test.
9495 (test_paddr_operator_functions): Likewise.
9496 (test_paddr_overloaded_functions): Use probe values for
9497 short, long, and unsigned short and long.
9498 (test_paddr_hairy_functions): If the demangler probe detected
9499 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
9500 demangler.
9501 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
9502 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
9503 and "print null_pmf".
9504 Add test "ptype a.*pmf".
9505 * gdb.cp/overload.exp: Allow optional "int" to appear with
9506 "short" and "long".
9507 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
9508 long expect value for men_overload1arg.
9509 Allow "int" to appear with "short" and "long".
9510 When testing "info break", add argument for main (void).
9511 Also allow "int" to appear with "short" and "long".
9512 Ditto with "unsigned" and "long long".
cec808ec
KS
9513 * gdb.java/jmain.exp: Do not enclose methods names in single
9514 quotes.
9515 * gdb.java/jmisc.exp: Likewise.
9516 * gdb.java/jprint.exp: Likewise.
9517 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
9518
9519 From Jan Kratochvil <jan.kratochvil@redhat.com>:
9520 * gdb.cp/exception.exp (backtrace after first throw)
9521 (backtrace after second throw): Allow a namespace before __cxa_throw.
9522 (backtrace after first catch, backtrace after second catch): Allow
9523 a namespace before __cxa_begin_catch.
9524
9525 * gdb.cp/cpexprs.exp: New file.
9526 * gdb.cp/cpexprs.cc: New file.
9527
9528 From Daniel Jacobowitz <dan@codesourcery.com>
9529 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
9530 to use string_to_regexp.
9531 (ctor, dtor): New functions. Use them to match constructor
9532 and destructor function types.
9533 (Top level): Use runto_main.
9534
f870a310
TT
95352010-03-05 Tom Tromey <tromey@redhat.com>
9536
9537 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
9538 gdb.target_charset.
9539 (pp_ns.to_string): Likewise.
9540
0c199f28
KS
95412010-03-04 Keith Seitz <keiths@redhat.com>
9542
9543 * gdb.cp/overload.exp: Test that the filename portion of a linespec
9544 can be quoted. Test that both the filename and function/line
9545 portions can be quoted at the same time.
9546
c7437ca6
PA
95472010-03-04 Pedro Alves <pedro@codesourcery.com>
9548
9549 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
9550
b111b805
DE
95512010-03-03 Doug Evans <dje@google.com>
9552
24486cb7
DE
9553 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
9554 libc contains libpthread.
9555
b111b805
DE
9556 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
9557 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
9558 of gdb_compile. Add another pattern to match android backtrace.
9559
a0e0ef55
TT
95602010-03-03 Tom Tromey <tromey@redhat.com>
9561
9562 PR gdb/11345:
9563 * gdb.base/printcmds.exp (test_printf): Add test.
9564
1ba53b71
L
95652010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9566
9567 * gdb.arch/amd64-byte.exp: New.
9568 * gdb.arch/amd64-dword.exp: Likewise.
9569 * gdb.arch/amd64-pseudo.c: Likewise.
9570 * gdb.arch/amd64-word.exp: Likewise.
9571 * gdb.arch/i386-byte.exp: Likewise.
9572 * gdb.arch/i386-pseudo.c: Likewise.
9573 * gdb.arch/i386-word.exp: Likewise.
9574
f5dff777
DJ
95752010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9576
9577 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
9578 types. Add structreg, bitfields, and flags registers.
9579 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
9580 registers.
9581
90884b2b
L
95822010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9583
9584 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
9585 (load_description): Set architecture if defined.
9586
dc00d89f
PM
95872010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9588
9589 * gdb.python/py-frame.exp: Add read_var block tests.
9590 * gdb.python/py-frame.c (block): New function.
9591
0e095b7e
JK
95922010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9593 Daniel Jacobowitz <dan@codesourcery.com>
9594
9595 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
9596
624f1a65
DM
95972010-02-25 David S. Miller <davem@davemloft.net>
9598
9599 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
9600 fix logic for setting all_syscalls_numbers.
9601
f3e9a817
PM
96022010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9603
9604 * Makefile.in: Add py-block and py-symbol.
9605 * gdb.python/py-symbol.exp: New File.
9606 * gdb.python/py-symtab.exp: New File.
9607 * gdb.python/py-block.exp: New File.
9608 * gdb.python/py-symbol.c: New File.
9609 * gdb.python/py-block.c: New File.
9610
f6bbabf0
PM
96112010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9612
9613 PR python/11314
9614 * lib/gdb.exp (skip_python_tests): New function.
9615 * gdb.python/py-cmd.exp: Use skip_python_tests.
9616 * gdb.python/py-frame.exp: Likewise.
9617 * gdb.python/py-function.exp: Likewise.
9618 * gdb.python/py-prettyprint.exp: Likewise.
9619 * gdb.python/py-template.exp: Likewise.
9620 * gdb.python/py-type.exp: Likewise.
9621 * gdb.python/py-value.exp: Likewise.
9622
85d721b8
PA
96232010-02-22 Pedro Alves <pedro@codesourcery.com>
9624
9625 PR9605
9626
9627 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
9628
48e32051
TT
96292010-02-19 Tom Tromey <tromey@redhat.com>
9630
9631 PR c++/8693, PR c++/9496:
9632 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
9633 regression tests.
9634
ac9c0048
JK
96352010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 Fix compatibility with m68k as.
9638 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
9639 Use only /* comments */.
9640
57bb97a4
UW
96412010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9642
9643 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
9644 * configure: Regenerate.
9645
7d1bf85c
DJ
96462010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9647
9648 * gdb.python/py-type.exp: Check for Python support.
9649
061b5285
PA
96502010-02-17 Pedro Alves <pedro@codesourcery.com>
9651
9652 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
9653 `regsub' syntax available.
9654
f8a8bc2c
PA
96552010-02-17 Pedro Alves <pedro@codesourcery.com>
9656
9657 * gdb.base/shmain.c (main): Remove printf call.
9658 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
9659 * gdb.base/unload.c (main): Make format of fprintf a string
9660 literal. Add missing endlines to prints to stderr.
9661 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
9662
6f451e5e
TT
96632010-02-17 Tom Tromey <tromey@redhat.com>
9664
9665 * gdb.java/jprint.java (jprint.props): New field.
9666 * gdb.java/jprint.exp (set_lang_java): Add regression test.
9667
12d79008
PA
96682010-02-17 Pedro Alves <pedro@codesourcery.com>
9669
ef801a0e 9670 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
9671 available.
9672
d252f7e5
DJ
96732010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9674
9675 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
9676 creation to support remote host testing.
9677
67bdab6c
DJ
96782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9679
9680 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
9681 Recognize "command not found".
9682
bb391223
DJ
96832010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9684
9685 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
9686 single-stepping.
9687
70362913
DJ
96882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9689
9690 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
9691 if arguments are not supported.
9692
493f3c00
DJ
96932010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9694
9695 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
9696 be const or non-const.
9697
8034c749
DJ
96982010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9699
9700 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
9701 mi_send_resuming_command to send -exec-continue.
9702
791dfb64
DJ
97032010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9704
9705 * gdb.base/list.exp (test_list_filename_and_function): Add test
9706 with single quotes.
9707 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
9708 matching.
9709 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
9710 Add KFAIL'd tests for PR gdb/11289.
9711
7c5fe868
DJ
97122010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9713
9714 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
9715
fdc498b8
DJ
97162010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * gdb.base/comp-dir/subdir/dummy.txt: New file.
9719 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
9720 a temporary directory.
9721
b519e2a6
DJ
97222010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9723
9724 * gdb.base/charset.exp: Use a single regular expression to match
9725 show host-charset and show target-charset output.
9726
74164c56
JK
97272010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
9730 "Illegal process-id" expect string more exact.
9731 (attach to digits-starting nonsense is prohibited): New.
9732
701ed6dc
JK
97332010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.base/prelink.exp (set verbose on): New.
9736
889bf7c5 97372010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
9738
9739 * mi-reverse.exp: New file. Test for reverse option to the
9740 following MI commands: exec-continue, exec-finish, exec-next,
9741 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 9742
dadf0e9c
JB
97432010-02-09 Joel Brobecker <brobecker@adacore.com>
9744
9745 * gdb.ada/ptype_tagged_param: New testcase.
9746
714f19d5
TT
97472010-02-08 Tom Tromey <tromey@redhat.com>
9748
9749 PR c++/8017:
9750 * gdb.cp/overload.exp: Add tests.
9751 * gdb.cp/overload.cc (struct K): New.
9752 (namespace N): New.
9753 (main): Call new functions.
9754 (K::staticoverload): Define.
9755
889bf7c5 97562010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
9757
9758 PR gdb/10728
9759 * gdb.cp/pr10728-x.h: New file.
9760 * gdb.cp/pr10728-x.cc: New file.
9761 * gdb.cp/pr10728-y.cc: New file.
9762 * gdb.cp/pr10728.exp: New file.
9763 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
9764
889bf7c5 97652010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
9766
9767 PR gdb/9067
9768 * gdb.cp/pr9067.exp: New
9769 * gdb.cp/pr9067.cc: New
9770 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
9771
7b356089
JB
97722010-02-08 Joel Brobecker <brobecker@adacore.com>
9773
9774 * lib/gdb.exp (gdb_test_timeout): New global variable.
9775 Set it to timeout if not already set.
9776 (gdb_init): Reset the value of timeout to gdb_test_timeout.
9777
1be00882
DE
97782010-02-05 Doug Evans <dje@google.com>
9779
9780 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
9781 user.
9782
82856980
SW
97832010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9784
9785 PR c++/7935:
9786 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
9787
1a334831
TT
97882010-02-04 Tom Tromey <tromey@redhat.com>
9789
9790 * gdb.cp/virtbase.exp: Make test case names unique.
9791
9c3c02fd
TT
97922010-02-02 Tom Tromey <tromey@redhat.com>
9793
9794 * gdb.cp/virtbase.exp: Add regression tests.
9795 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
9796 (main): Instantiate RHC.
9797
0cc2414c
TT
97982010-02-02 Tom Tromey <tromey@redhat.com>
9799
9800 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
9801 type-printing change.
9802
edf3d5f3
TT
98032010-02-02 Tom Tromey <tromey@redhat.com>
9804
9805 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9806 * gdb.cp/virtbase.cc: New file.
9807 * gdb.cp/virtbase.exp: New file.
9808 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
9809
e4b7f41c
JK
98102010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9811
9812 PR libc/11214:
9813 * gdb.threads/current-lwp-dead.c: Include features.h.
9814 (HAS_NOMMU): New.
9815 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
9816
b381ea14
JK
98172010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9818
9819 * gdb.base/symbol-without-target_section.exp,
9820 gdb.base/symbol-without-target_section.c: New.
9821
c593ac0e
DJ
98222010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9823
9824 * gdb.base/bigcore.exp: Reset increased timeout.
9825 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
9826
db25f29d
DJ
98272010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9828
9829 * gdb.base/gcore.exp (capture_command_output): Use
9830 gdb_test_multiple.
9831
f9d67f43
DJ
98322010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9833
9834 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
9835 * gdb.arch/thumb2-it.exp (test_it_break): New function.
9836 (Top level): Call it.
9837
177321bd
DJ
98382010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9839
9840 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
9841
97f2ed50
DJ
98422010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9843
9844 * gdb.base/call-strs.exp, gdb.base/default.exp,
9845 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
9846 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
9847 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
9848 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
9849 gdb.base/watchpoint-solib.exp: Save and restore timeout.
9850 * gdb.base/ending-run.exp: Correct restore of timeout.
9851 * gdb.base/page.exp: Remove unnecessary timeout setting.
9852
e4e2711a
JB
98532010-01-29 Joel Brobecker <brobecker@adacore.com>
9854
9855 * gdb.ada/rec_return: New testcase.
9856
ba581dc1
JB
98572010-01-29 Joel Brobecker <brobecker@adacore.com>
9858
9859 * gdb.ada/call_pn: New testcase.
9860
4ea95be9
DJ
98612010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9862
9863 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
9864 (Top level): Use it to resume.
9865 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
9866 the Thumb mode displaced stepping error as unsupported.
9867
df83a9bf
SW
98682010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
9869
889bf7c5
PA
9870 * gdb.cp/nsusing.exp: Added more tests.
9871 * gdb.cp/nsrecurs.exp: Ditto.
9872 * gdb.cp/nsusing.cc: Added test functions.
9873 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 9874
40b27cdc
JK
98752010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9876
9877 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
9878 absolute directory pathnames in gdb.sum file.
9879
de958931
SW
98802010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
9881
9882 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
9883 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
9884
708ead4e
TT
98852010-01-26 Tom Tromey <tromey@redhat.com>
9886
9887 PR exp/7643:
9888 * gdb.base/printcmds.exp (test_print_string_constants): Remove
9889 setup_kfail.
9890
b14e635e
SW
98912010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
9892
9893 * gdb.cp/nsrecurs.exp: New test.
9894 * gdb.cp/nsrecurs.cc: New test program.
9895 * gdb.cp/nsstress.exp: New test.
9896 * gdb.cp/nsstress.cc: New test program.
9897 * gdb.cp/nsdecl.exp: New test.
9898 * gdb.cp/nsdecl.cc: New test program.
9899
8540c487
SW
99002010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9901
9902 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
9903 imported into file scope.
9904 Marked test as xfail.
9905 * gdb.cp/namespace-using.cc (marker5): New function.
9906 * gdb.cp/shadow.exp: New test.
9907 * gdb.cp/shadow.cc: New test program.
9908 * gdb.cp/nsimport.exp: New test.
9909 * gdb.cp/nsimport.cc: New test program.
9910
421d5d99
TT
99112010-01-25 Tom Tromey <tromey@redhat.com>
9912
9913 PR gdb/11049:
9914 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
9915 with "set print null-stop on".
9916
691f8dc1
JK
99172010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9918
9919 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
9920 Adjust it for DISASSEMBLY_OMIT_FNAME.
9921
0b92b5bb
TT
99222010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9923
9924 PR symtab/11199:
9925 * gdb.dwarf2/member-ptr-forwardref.exp,
9926 gdb.dwarf2/member-ptr-forwardref.S: New.
9927
23787403
JK
99282010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
9931 (thread1_func): Protect thread1_tid with thread1_tid_cond by
9932 thread1_tid_mutex. Remove gdbstop_mutex handling.
9933 (thread2_func): Protect thread2_tid with thread2_tid_cond by
9934 thread2_tid_mutex. Remove gdbstop_mutex handling.
9935 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
9936 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
9937 pthread_cond_wait conditionalizations by while loops.
9938
b966cb8a
TT
99392010-01-20 Tom Tromey <tromey@redhat.com>
9940
9941 PR backtrace/10770:
9942 * gdb.dwarf2/pr10770.exp: New file.
9943 * gdb.dwarf2/pr10770.c: New file.
9944 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
9945
fcae584b
VP
99462010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9947
9948 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
9949 that target was removed, and the test always runs native anyway.
9950
a0f49112
JK
99512010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9952
9953 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
9954 gdb.base/watchpoint-cond-gone-stripped.c: New.
9955
ceeb3d5a
TT
99562010-01-19 Tom Tromey <tromey@redhat.com>
9957
9958 PR c++/8000:
9959 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
9960 existing tests.
9961 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
9962 (main): Use AAA::SomeEnum.
9963
dd322c54
JK
99642010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
9967 (test_ignore_count): Declare line_callme_body global.
9968 (run to breakpoint with ignore count): Use line_callme_body.
9969 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
9970 (set line_main_hello, set line_main_return): Reindent.
9971 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
9972 New.
9973 (continue to callee4): Use line_callee4_body.
9974 (check *stopped from CLI command): Use line_callee4_next.
9975 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
9976 (set line_main_hello, set line_main_return): Reindent.
9977 (set line_callee4_head, set line_callee4_body): New.
9978 (continue to callee4): Use line_callee4_body.
9979
4e8f195d
TT
99802010-01-18 Tom Tromey <tromey@redhat.com>
9981
9982 PR c++/9680:
9983 * gdb.cp/casts.cc: Add new classes and variables.
9984 * gdb.cp/casts.exp: Test new operators.
9985
9e14a9ba
JB
99862010-01-18 Tom Tromey <tromey@redhat.com>
9987 Thiago Jung Bauermann <bauerman@br.ibm.com>
9988
9989 * gdb.python/source2.py: New file.
9990 * gdb.python/source1: New file.
9991 * gdb.python/python.exp: Test "source" command.
9992
00bf0b85
SS
99932010-01-15 Stan Shebs <stan@codesourcery.com>
9994
9995 * gdb.trace/tfile.c: New file.
9996 * gdb.trace/tfile.exp: New file.
889bf7c5 9997
55235ad7
JK
99982010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
10001
9f2982ff
JK
100022010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10003
10004 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
10005
bbfba9ed
JK
100062010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10007
10008 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
10009 (libfunc): New parameter action. Implement also selectable "sleep".
10010 * gdb.base/break-interp-main.c: Include assert.h.
10011 (libfunc): New parameter action.
10012 (main): New parameters argc and argv. Assert argc. Pass argv.
10013 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
10014 (test_attach): New proc.
10015 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
10016 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
10017
61f0d762
JK
100182010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10019
10020 * gdb.base/break-interp.exp (test_core): New proc.
10021 (test_ld): Call it.
10022
06a6f270
JK
100232010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
10026 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
10027 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
10028 and gdb_compile_shlib. Use new -Wl compiler options.
10029 (dl bt, main bt): New tests.
10030
51bee8e9
JK
100312010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 Support PIEs with no symfile_objfile.
10034 * gdb.base/break-interp.exp: New argument at the test_ld calls.
10035 (test_ld): New parameter trynosym.
10036 (test_ld <$trynosym>): New block.
10037
b8040f19
JK
100382010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10039
10040 * gdb.base/break-interp.exp: New file.
10041
be759fcf
PM
100422010-01-13 Phil Muldoon <pmuldoon@redhat.com>
10043
10044 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
10045 * gdb.python/py-prettyprint.py (pp_ls): New printer.
10046 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
10047 test.
10048 * gdb.python/py-prettyprint.c: Define lazystring test structure.
10049 * gdb.python/py-mi.exp: Add lazy string test.
10050
dc146f7c
VP
100512010-01-13 Vladimir Prus <vladimir@codesourcery.com>
10052
10053 * lib/mi-support.exp (mi_check_thread_states): Handle
10054 core number in thread listing.
10055
b4ba55a1
JB
100562010-01-12 Joel Brobecker <brobecker@adacore.com>
10057
10058 * gdb.base/maint.exp: Adjust the expected output for the
10059 "maint print type" test. Use gdb_test_multiple instead of
10060 gdb_sent/gdb_expect.
10061
08e24bd4
DE
100622010-01-11 Doug Evans <dje@google.com>
10063
6496a609
DE
10064 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
10065 from gdbserver_download. All callers updated.
10066
08e24bd4
DE
10067 * gdb.server/ext-run.exp: "info os processes" requires xml support.
10068
b5cfddf5
JK
100692010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 Implement binary numbers parsing.
10072 * gdb.base/printcmds.exp (test_integer_literals_accepted)
10073 (test_integer_literals_rejected): New binary tests.
10074
3725885a
RW
100752010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10076
10077 * gdb.cell/configure: Regenerate.
10078
37aeb5df
JK
100792010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10080
10081 * gdb.base/corefile.exp: Move the core finding block out and call it as
10082 core_find, new variable $corefile, replace corefile by $corefile and
10083 [file tail $corefile] for usage vs. test names resp.
10084 * lib/gdb.exp (core_find): Move it as a new function here. New
10085 parameter binfile and deletefiles. New variable $destcore. Pre-delete
10086 $destcore. Return "" on error.
10087
d521f563
JK
100882010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10089
10090 Workaround PR binutils/10802.
10091 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
10092 (twice).
10093
28f24826
DJ
100942010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10095
10096 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
10097
2de75e71
JB
100982010-01-08 Joel Brobecker <brobecker@adacore.com>
10099
10100 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
10101 call, to avoid interruption.
10102
fe00719b 101032010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
10104
10105 * gdb.stabs/weird.def (args93): New.
10106
d0ef5df8
DE
101072010-01-07 Doug Evans <dje@google.com>
10108
10109 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
10110
3a08d52f
TT
101112010-01-07 Tom Tromey <tromey@redhat.com>
10112
10113 * gdb.base/source.exp: Use correct line number.
10114
7a697b8d
SS
101152010-01-05 Stan Shebs <stan@codesourcery.com>
10116
10117 * gdb.trace/tracecmd.exp: Test ftrace.
10118
7803799a
UW
101192010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10120
10121 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
10122
c54eabfa
JK
101232010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10124
10125 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
10126 "uint_for_mi_testing".
10127
02e7ef19
JB
101282010-01-01 Joel Brobecker <brobecker@adacore.com>
10129
10130 Test indented comment in file being sourced.
10131 * gdb.base/commands.exp: Test indented comment in file being sourced.
10132
abd775ce
JB
101332010-01-01 Joel Brobecker <brobecker@adacore.com>
10134
10135 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
10136 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
10137 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
10138 notice.
10139
79b55b82
JB
101402010-01-01 Joel Brobecker <brobecker@adacore.com>
10141
10142 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
10143 notice.
10144
8997583e
JK
101452010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10146
10147 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
10148 missing $after_stopped and comma (,) expectation.
10149
6da95a67
SS
101502009-12-31 Stan Shebs <stan@codesourcery.com>
10151
10152 * gdb.trace/actions.exp: Test teval action.
889bf7c5 10153
218d2fc6
TJB
101542009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10155
10156 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
10157 (top level): Call test_watchpoint_in_big_blob.
10158 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
10159 watchpoints.
10160 (func3): Write to buf.
10161
236f1d4d
SS
101622009-12-29 Stan Shebs <stan@codesourcery.com>
10163
10164 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 10165
f61e138d
SS
101662009-12-28 Stan Shebs <stan@codesourcery.com>
10167
10168 * gdb.trace/tsv.exp: New file.
10169 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 10170
0219b378
DJ
101712009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
10172
10173 * gdb.base/find.c (main): Reference search buffers.
10174 * gdb.base/included.c (main): Reference integer.
10175 * gdb.base/ptype.c (charfoo): Declare.
10176 (intfoo): Call charfoo.
10177 * gdb.base/scope0.c (useitp): New function.
10178 (usestatics): Use useitp.
10179 (useit): Add a type for val.
10180 * gdb.base/scope1.c (useit1): Take a pointer argument.
10181 (usestatics1): Update calls to useit1.
10182 * gdb.cp/call-c.cc: Declare foo.
10183 (main): Call foo.
10184 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
10185 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
10186 (main): Call C::ensureRefs and ensureOtherRefs.
10187 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
10188 variables.
10189 (ensureOtherRefs): New function.
10190 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
10191 * gdb.cp/templates.cc (main): Call t5i.value.
10192
3f78692f
JK
101932009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 Fix compatibility with G++-4.5.
10196 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
10197 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
10198 (uncaught return): Remove.
10199
429374b8
JK
102002009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10201 Phil Muldoon <pmuldoon@redhat.com>
10202
10203 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
10204 (bp_location13, bp_location14, bp_location17, bp_location18)
10205 (marker3_proto, marker4_proto): New variables.
10206 (breakpoint info): Update output.
10207 (run until breakpoint at marker3, run until breakpoint at marker4): New
10208 tests.
10209
859825b8
JK
102102009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10211
10212 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
10213 Replace the printf call of Y by provided "y-set-1" label. New block
10214 for the second shared library.
10215 * gdb.base/unload.exp: Compile also the second library, call
10216 gdb_load_shlibs also for it. Use now gdb_breakpoint.
10217 (single pending breakpoint info): Rename to ...
10218 (pending breakpoint info before run): ... this extended test.
10219 (libfile2, libname2, libsrcfile2, libsrc2)
10220 (lib_sl2): New variables.
10221 (exec_opts): Set also SHLIB_NAME2.
10222 (pending breakpoint info on first run at shrfunc1)
10223 (pending breakpoint info on second run at shrfunc1)
10224 (pending breakpoint info on second run at shrfunc2)
10225 (print y from libfile, print y from libfile2): New tests.
10226 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
10227 * gdb.base/unloadshr2.c: New.
10228
e6a386cd
HZ
102292009-12-22 Hui Zhu <teawater@gmail.com>
10230
10231 * gdb.reverse/sigall-reverse.exp: Adjust.
10232
9e19b45e
VP
102332009-12-21 Vladimir Prus <vladimir@codesourcery.com>
10234
10235 PR gdb/10884
10236
10237 * gdb.mi/var-cmd.c (do_bitfield_tests): New
10238 (main): Call do_bitfield_tests.
aacf5b1e 10239 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 10240
d53a7b30
JB
102412009-12-20 Joel Brobecker <brobecker@adacore.com>
10242
10243 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
10244 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
10245 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
10246 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
10247 gdb.modula2/unbounded1.c: Update copyright header.
10248
191ca0a1
CM
102492009-12-10 Chris Moller <moller@mollerware.com>
10250
10251 PR gdb/9399
10252 * gdb.cp/virtfunc2.exp: New tests
10253 * gdb.cp/virtfunc2.cc: New tests
10254 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
10255
0fa6cf1b
MS
102562009-12-10 Oza Pawandeep (paawan1982@yahoo.com
10257
10258 * gdb.reverse/i387-env-reverse.c: New file.
10259 * gdb.reverse/i387-env-reverse.exp: New file.
10260 * gdb.reverse/i387-stack-reverse.c: New file.
10261 * gdb.reverse/i387-stack-reverse.exp: New file.
10262
361ae042
PM
102632009-12-08 Phil Muldoon <pmuldoon@redhat.com>
10264
10265 * gdb.python/py-type.exp (test_range): New test.
10266
bfd31e71
PM
102672009-12-03 Phil Muldoon <pmuldoon@redhat.com>
10268
10269 PR python/10805
10270
10271 * gdb.python/py-type.exp: New file.
10272 * gdb.python/py-type.c: New file.
10273 * Makefile.in: Add py-type.
10274
57a1d736
TT
102752009-12-03 Tom Tromey <tromey@redhat.com>
10276
10277 * gdb.python/py-value.exp (test_parse_and_eval): New
10278 function.
10279
1f3b5d1b
PP
102802009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
10281
10282 PR gdb/11022
10283
10284 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
10285 * gdb.base/pr11022.c: New test.
10286
8b7dbdc9
JK
102872009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 Fix spurious false FAILs.
10290 * gdb.base/structs.c (chartest): New.
10291 (main): Fill-in chartest.
10292 * gdb.base/structs.exp (anychar_re, first): New.
10293 (start_structs_test): Import global anychar_re and first.
10294 New gdb_test call "set print elements 300; ${testfile}"
10295 (start_structs_test <$first>): New block.
10296 (any): Import global anychar_re. New variable ac. Use ${ac}.
10297
6a53b2ec
JK
102982009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10299
10300 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
10301
d7167b4c
JK
103022009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
10305 Force $srcfile file.
10306 * gdb.base/foll-fork.c (callee): Comment out the printf call.
10307
b1798462
UW
103082009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10309
10310 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
10311 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10312 * gdb.threads/watchthreads-reorder.exp: Likewise.
10313
b6199126
DJ
103142009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
10315
10316 PR gdb/8704
10317
10318 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
10319 "if", and "thread". Correct matching in the previous test.
10320
b22a0510
DJ
103212009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
10322
10323 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
10324
930636d2
MS
103252009-11-23 Michael Snyder <msnyder@vmware.com>
10326
10327 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
10328 * gdb.reverse-watch-precsave.exp: Ditto.
10329
21a0512e
PP
103302009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
10331
10332 * gdb.asm/asm-source.exp: Adjust.
10333 * gdb.base/help.exp: Adjust.
889bf7c5 10334
fc30d5e0
PA
103352009-11-22 Pedro Alves <pedro@codesourcery.com>
10336
10337 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
10338 (do_syscall_tests_without_xml): Set data-directory to
10339 /the/path/to/nowhere.
10340
f6bc2008
PA
103412009-11-21 Pedro Alves <pedro@codesourcery.com>
10342
10343 * gdb.threads/local-watch-wrong-thread.c,
10344 gdb.threads/local-watch-wrong-thread.exp: New files.
10345
8c2fb5de
PA
103462009-11-21 Pedro Alves <pedro@codesourcery.com>
10347
10348 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
10349 assume new `regsub' syntax available.
10350
ebec9a0f
PA
103512009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
a79d3c27
JK
10353 * gdb.base/watchpoint-hw-hit-once.exp,
10354 gdb.base/watchpoint-hw-hit-once.c: New.
10355
103562009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10357
10358 * gdb.threads/watchthreads-reorder.exp,
10359 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 10360
276a961b
MK
103612009-11-17 Nathan Sidwell <nathan@codesourcery.com>
10362
10363 * gdb.xml/tdesc-regs.exp: Use for m68k.
10364
4867c1fb
PA
103652009-11-15 Pedro Alves <pedro@codesourcery.com>
10366
10367 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
10368
f6838f81
DJ
103692009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10370
10371 * lib/gdb.exp (current_target_name): New procedure.
10372 (gdb_wrapper_target): New variable.
10373 (gdb_wrapper_init): Set gdb_wrapper_target.
10374 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
10375 wrapper.
10376
4ac4dd3f
DJ
103772009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10378
10379 * gdb.base/remote.exp: Delete the slowest load test.
10380 Do not load with fixed packet sizes.
10381
a7881759
DJ
103822009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10383
10384 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
10385
97a5b505
DJ
103862009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10387
10388 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
10389 srcfile when setting a breakpoint.
10390
d3e1fc54
DJ
103912009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
10392
10393 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
10394 macros.
10395
7cbcbded
DJ
103962009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10397
10398 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
10399 to be in memory.
10400 * gdb.base/display.c (force_mem): New.
10401 (do_loops): Use it. Add breakpoint comments.
10402 (do_vars): Add a breakpoint comment.
10403 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
10404 line numbers.
10405
bdea3a92
NF
104062009-11-13 Nathan Froyd <froydnj@codesourcery.com>
10407
10408 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
10409 instead of a bare "run".
10410
269f82e5
PP
104112009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
10412
10413 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 10414
a69b7d9d
DJ
104152009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10416
10417 * lib/cell.exp (skip_cell_tests): Clean up test files before
10418 returning.
10419
b598bfda
DJ
104202009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10421
10422 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
10423 and the breakpoint menu. Do not call perror if a prompt is seen.
10424 Consume the following GDB prompt.
10425 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
10426 * gdb.cp/namespace.exp: Use gdb_test.
10427 * gdb.cp/templates.exp: Use gdb_test.
10428 (test_template_breakpoints): Use gdb_test_multiple.
10429
87728fa0
DJ
104302009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10431
10432 * gdb.base/break1.c (struct some_struct, values): Move earlier.
10433 (marker4): Reference values.
10434
b67c692f
DJ
104352009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10436
10437 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
10438 is missing.
10439
f0df251a
DJ
104402009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10441
10442 * gdb.base/break.c (need_malloc): New.
10443 * gdb.base/constvars.c (main): Reference crass and crisp.
10444 * gdb.base/gdb1821.c (main): Reference bar.
10445 * gdb.cp/gdb1355.cc (main): Reference s1.
10446 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
10447 (main): Call them.
10448 * gdb.cp/hang2.cc (dummy2): Define.
10449 * gdb.cp/hang3.cc (dummy3): Define.
10450 * gdb.cp/m-data.cc (main): Reference shadow.
10451
bdf7534a
NF
104522009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10453 Nathan Froyd <froydnj@codesourcery.com>
10454
10455 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
10456 remote host.
10457
f24fce77
NF
104582009-11-12 Nathan Froyd <froydnj@codesourcery.com>
10459
10460 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
10461 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
10462 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10463 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10464 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10465 * gdb.dwarf2/dw2-producer.exp: Likewise.
10466 * gdb.dwarf2/mac-fileno.exp: Likewise.
10467 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
10468 py-prettyprint.py to the remote host.
10469 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
10470
40f0318e
KS
104712009-11-11 Keith Seitz <keiths@redhat.com>
10472
10473 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
10474 use it instead of "Foo".
10475 * gdb.cp/classes.exp (do_tests): Add a test to access
10476 a method through a typedef'd class name.
10477
f3d9f7fb
NF
104782009-11-11 Nathan Froyd <froydnj@codesourcery.com>
10479
10480 * gdb.base/long_long.exp: Permit leading zeros on floating-point
10481 exponents.
10482 * gdb.base/pointers.exp: Likewise.
10483 * gdb.cp/ref-types.exp: Likewise.
10484
a4216f37
KS
104852009-11-11 Keith Seitz <keiths@redhat.com>
10486
10487 * gdb.cp/cplusfuncs.cc (class foo): Add operators
10488 new[] and delete[].
10489 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
10490 "void".
10491 (probe_demangler): Remove all single-quoting of
10492 method and variable names.
10493 (info_func_regexp): Remove the word "void" from any
10494 occurrence of "(void)".
10495 (print_addr_2): Remove all single-quoting of
10496 method names.
10497 (print_addr_2_kfail): Likewise.
10498 (print_addr): Single-quote C function names before
10499 passing to print_addr_2.
10500 (test_paddr_operator_functions): Remove single-quoting
10501 for method names.
10502 Add tests for operator new[] and operator delete[].
10503
9b14d7aa
JK
105042009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
10507
85feb311
KS
105082009-11-09 Keith Seitz <keiths@redhat.com>
10509
10510 * gdb.cp/overload.exp: Add tests for resolving overloaded
10511 methods in expression parsing/evaluation.
10512
fa335448
DJ
105132009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
10514
10515 * lib/gdb.exp (default_gdb_version): Use --version instead of
10516 --command.
10517
ec3c07fc
NS
105182009-11-10 Nathan Sidwell <nathan@codesourcery.com>
10519
10520 * lib/gdb.exp (gdb_compile_test): New.
10521 (skip_ada_tests, skip_java_tests): New.
10522 (gdb_compile): Use gdb_compile_test for f77.
10523 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
10524 * lib/java.exp (compile_java_from_source): Remove runtests check,
10525 use gdb_compile_test to record result.
10526 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
10527 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
10528 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
10529 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
10530 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
10531 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
10532 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
10533 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
10534 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
10535 adjust gdb_compile invocations.
10536
b8b4e42b
JK
105372009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10538
10539 * Makefile.in (abs_builddir): New.
10540 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
10541 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
10542 `$(abs_builddir)/site.exp'.
10543
f8b7eaf3
DJ
105442009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10545
10546 * config/m68k-emc.exp, lib/emc-support.exp,
10547 gdb.trace/gdb_c_test.c: Delete.
10548 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
10549 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10550 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10551 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10552 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10553 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
10554 casing for m68k-*-elf.
10555
c4187697
NS
105562009-11-03 Pedro Alves <pedro@codesourcery.com>
10557
10558 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
10559 * gdb.arch/i386-prologue.exp: Likewise.
10560 * gdb.arch/i386-unwind.exp: Likewise.
10561
db16b772
DJ
105622009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10563
10564 * lib/gdb.exp (gdb_expect): Fix timeout typo.
10565
bcf71277
DJ
105662009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10567
10568 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
10569
0105cee2
DJ
105702009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10571
10572 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
10573
24ddea62
JK
105742009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10575
10576 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
10577
287ccc17
JK
105782009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10579
10580 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
10581 * gdb.base/sepdebug2.c: New file.
10582
08bca259 105832009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
10584
10585 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
10586 the modified warnings for catch syscall. Verify if GDB was compiled
10587 with support for lib expat, and choose which tests to run depending
10588 on this.
10589
5d4e2b76
VP
105902009-10-30 Vladimir Prus <vladimir@codesourcery.com>
10591
10592 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
10593 that composite commands are parsed OK. And also test
10594 that breakpoint commands do work.
10595
240e538a
MS
105962009-10-23 Michael Snyder <msnyder@vmware.com>
10597
10598 gdb.reverse/consecutive-precsave.exp: Change expect pattern
10599 to allow for new disassembly style.
10600
9c419145
PP
106012009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
10602
10603 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 10604
02506ff1
MS
106052009-10-22 Michael Snyder <msnyder@vmware.com>
10606
10607 * gdb.reverse/break-precsave.exp: New test.
10608 * gdb.reverse/consecutive-precsave.exp: Ditto.
10609 * gdb.reverse/finish-precsave.exp: Ditto.
10610 * gdb.reverse/i386-precsave.exp: Ditto.
10611 * gdb.reverse/machinestate-precsave.exp: Ditto.
10612 * gdb.reverse/sigall-precsave.exp: Ditto.
10613 * gdb.reverse/solilb-precsave.exp: Ditto.
10614 * gdb.reverse/step-precsave.exp: Ditto.
10615 * gdb.reverse/until-precsave.exp: Ditto.
10616 * gdb.reverse/watch-precsave.exp: Ditto.
10617
4cf866a3
MS
106182009-10-22 Michael Snyder <msnyder@vmware.com>
10619
10620 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
10621 for gdb_expect. Adjust one test's expect strings for the new
10622 format of disassemble.
10623 * gdb.reverse/finish-reverse.exp: Delete 'return'.
10624 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
10625 gdb_test_multiple.
10626 * gdb.reverse/step-reverse.exp: Delete 'return'.
10627 * gdb.reverse/until-reverse.exp: Delete blank lines.
10628 * gdb.reverse/watch-reverse.exp: Delete blank lines.
10629
2b28d209
PP
106302009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
10631
10632 * gdb.base/consecutive.exp: Adjust.
10633 * gdb.base/display.exp: Likewise.
10634 * gdb.base/pc-fp.exp: Likewise.
10635 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 10636
33b9c32b
MS
106372009-10-19 Michael Snyder <msnyder@vmware.com>
10638
10639 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
10640 * gdb.reverse/finish-reverse.c: Ditto.
10641 * gdb.reverse/sigall-reverse.c: Ditto.
10642 * gdb.reverse/solib-reverse.c: Ditto.
10643 * gdb.reverse/step-reverse.c: Ditto.
10644 * gdb.reverse/watch-reverse.c: Ditto.
10645
6c95b8df
PA
106462009-10-19 Pedro Alves <pedro@codesourcery.com>
10647 Stan Shebs <stan@codesourcery.com>
10648
10649 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
10650 * gdb.base/foll-exec.exp: Adjust to expect a process id before
10651 "Executing new program".
10652 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
10653 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
10654 left listed after having been killed.
10655 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
10656 * gdb.base/maint.exp: Adjust test.
10657
10658 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
10659 * gdb.multi/Makefile.in: New.
10660 * gdb.multi/base.exp: New.
10661 * gdb.multi/goodbye.c: New.
10662 * gdb.multi/hangout.c: New.
10663 * gdb.multi/hello.c: New.
10664 * gdb.multi/bkpt-multi-exec.c: New.
10665 * gdb.multi/bkpt-multi-exec.exp: New.
10666 * gdb.multi/crashme.c: New.
10667
279017b7
TG
106682009-10-13 Tristan Gingold <gingold@adacore.com>
10669
10670 * gdb.base/sepdebug.exp: Check debug info are found.
10671
0413d738
PA
106722009-10-08 Pedro Alves <pedro@codesourcery.com>
10673
10674 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
10675 bits.
10676
c628eecc
JK
106772009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
10680
38af1bfe
JB
106812009-10-07 Joel Brobecker <brobecker@adacore.com>
10682
10683 * gdb.base/watchpoints.c: Add copyright header. Reformat one
10684 of the comments.
10685
2b0adecd
PM
106862009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
10687
10688 * gdb.base/annota1.exp: Remove obsolete match_max increase.
10689 * gdb.base/annota3.exp: Idem.
10690 * gdb.base/maint.exp: Idem.
10691
8d417781
PM
106922009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
10693
889bf7c5 10694 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
10695 to default.
10696
bb61102d
PM
106972009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10698
889bf7c5 10699 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
10700 mingw and cygwin targets.
10701
ace5c364
PM
107022009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10703 Pedro Alves <pedro@codesourcery.com>
10704
889bf7c5 10705 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
10706 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
10707
c2d494a0
PM
107082009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10709
e1b52ce2
PM
10710 * gdb.base/shr1.c: Use %p in format string.
10711 * gdb.base/unload.c: Avoid warning in fprintf.
10712 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 10713
209f53f5
PM
107142009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10715
10716 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
10717 long type.
10718 (test_unlink): Correct printf string.
10719 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
10720 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
10721
8172766a
JK
107222009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10723
10724 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
10725 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
10726 * gdb.arch/ia64-breakpoint-shadow.S: New file.
10727
0f73703c
UW
107282009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10729
10730 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
10731 * gdb.objc/nondebug.exp: Likewise.
10732
b32306ca
UW
107332009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10734
10735 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
10736 target_info setting.
10737
10738 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
10739 that detect new threads during "info threads".
10740
0057022f
UW
107412009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10742
10743 * gdb.threads/manythreads.c (main): Increase thread stack size
10744 to 2*PTHREAD_STACK_MIN.
10745 * gdb.threads/multi-create.c (main): Likewise.
10746 (create_function): Likewise.
10747
f29c0325
UW
107482009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10749
10750 * gdb.base/dump.exp: Pass difference of pointer types instead
10751 of integer types as offset to restore in intarr3.srec case.
10752
fcb34849
UW
107532009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10754
10755 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
10756
d5142e3b
UW
107572009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10758
10759 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
10760
087b74b2 107612009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 10762
087b74b2
PM
10763 New test for two watchpoints, with disabling of
10764 the first inserted.
10765 * testsuite/gdb.base/watchpoints.c: New file.
10766 * testsuite/gdb.base/watchpoints.exp: New file.
10767
96c07c5b
TT
107682009-09-25 Tom Tromey <tromey@redhat.com>
10769
10770 * gdb.base/charset.exp: Test utf-16 strings with Python.
10771
b8899f2b
TT
107722009-09-25 Tom Tromey <tromey@redhat.com>
10773
10774 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
10775 UCS-4.
10776 * gdb.base/charset.c (utf_32_string): Rename.
10777 (init_utf32): Rename.
10778 (main): Update.
10779
329719ec
TT
107802009-09-22 Tom Tromey <tromey@redhat.com>
10781
10782 * gdb.python/py-function.exp: Add regression tests.
10783
11ef0d76
KS
107842009-09-21 Keith Seitz <keiths@redhat.com>
10785
10786 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
10787 with invalid operator.
10788
3fe8f3b3
KS
107892009-09-21 Keith Seitz <keiths@redhat.com>
10790
10791 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
10792 and destructor using typedef name of class.
10793 * gdb.cp/classes.cc (class Base1): Add a destructor.
10794 (base1): New typedef.
10795 (use_methods): Instanitate an object of type base1.
10796 * gdb.cp/templates.exp (test_template_typedef): New procedure.
10797 (do_tests): Call test_template_typedef.
10798 * gdb.cp/templates.cc (Baz::~Baz): New method.
10799 (intBazOne): New typedef.
10800 (main): Instantiate intBazOne.
10801
7a9fe101
PM
108022009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10803
10804 PR python/10633
10805
10806 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
10807 Function.
10808 (run_lang_tests): Add print elements test.
10809
2e4d963f
PM
108102009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10811
10812 * gdb.python/py-value.exp (test_subscript_regression): New
10813 function. Test for invalid subscripts.
10814 * gdb.python/py-value.c (main): Add test array, and pointer to it.
10815 (ptr_ref): New function.
10816
ec7e75e7
PP
108172009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10818
10819 * gdb.base/default.exp: Fix "show convenience".
10820
0cc7d26f
TT
108212009-09-15 Tom Tromey <tromey@redhat.com>
10822
10823 * lib/mi-support.exp (mi_create_varobj): Update.
10824 (mi_create_floating_varobj): Likewise.
10825 (mi_create_dynamic_varobj): New proc.
10826 (mi_varobj_update): Update.
10827 (mi_varobj_update_with_type_change): Likewise.
10828 (mi_varobj_update_kv_helper): New proc.
10829 (mi_varobj_update_dynamic_helper): Rewrite.
10830 (mi_varobj_update_dynamic): New proc.
10831 (mi_list_varobj_children): Update.
10832 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
10833 * gdb.python/python-prettyprint.py (pp_outer): New class.
10834 (pp_nullstr): Likewise.
10835 (lookup_function): Register new printers.
10836 * gdb.python/python-prettyprint.c (struct substruct): New type.
10837 (struct outerstruct): Likewise.
10838 (substruct_test): New function.
10839 (struct nullstr): New type.
10840 (string_1, string_2): New globals.
10841 (main): Add new tests.
10842 * gdb.python/python-mi.exp: Added regression tests.
10843 * gdb.mi/mi2-var-display.exp: Update.
10844 * gdb.mi/mi2-var-cmd.exp: Update.
10845 * gdb.mi/mi2-var-child.exp: Update.
10846 * gdb.mi/mi2-var-block.exp: Update.
10847 * gdb.mi/mi-var-invalidate.exp: Update.
10848 * gdb.mi/mi-var-display.exp: Update.
10849 * gdb.mi/mi-var-cmd.exp: Update.
10850 * gdb.mi/mi-var-child.exp: Update.
10851 * gdb.mi/mi-var-block.exp: Update.
10852 * gdb.mi/mi-break.exp: Update.
10853 * gdb.mi/gdb701.exp: Update.
10854
a96d9b2e
SDJ
108552009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10856
10857 * Makefile.in: Inclusion of catch-syscall object.
10858 * gdb.base/catch-syscall.c: New file.
10859 * gdb.base/catch-syscall.exp: New file.
10860
b43b923a
MS
108612009-09-12 Michael Snyder <msnyder@vmware.com>
10862
10863 * gdb.reverse/step-reverse.exp: Explicitly check for targets
10864 that can support reverse debuggnig.
10865
cec03d70
TT
108662009-09-11 Tom Tromey <tromey@redhat.com>
10867
10868 * gdb.dwarf2/valop.S: New file.
10869 * gdb.dwarf2/valop.exp: New file.
10870
e23bb3fc
MK
108712009-09-11 Mark Kettenis <kettenis@gnu.org>
10872
10873 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
10874
37c3696d
DE
108752009-09-10 Doug Evans <dje@google.com>
10876
10877 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
10878 Add $gdb_prompt to second breakpoint regexp.
10879
5172aecb
JB
108802009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
10881
10882 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
10883 names, add missing ones.
10884 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
10885 * gdb.python/py-frame.c: Rename from python-frame.c.
10886 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
10887 testfile name.
10888 * gdb.python/py-function.exp: Rename from python-function.exp.
10889 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
10890 testfile name.
10891 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
10892 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
10893 Adjust testfile name.
10894 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
10895 * gdb.python/py-template.cc: Rename from python-template.cc.
10896 * gdb.python/py-template.exp: Rename from python-template.exp.
10897 Adjust testfile name.
10898 * gdb.python/py-value.c: Rename from python-value.c.
10899 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
10900 testfile name.
10901
b554e4bd
JK
109022009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10903
10904 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
10905 $bpt2address.
10906 (Second breakpoint address is valid on ia64)
10907 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
10908
9a68ae16
JM
109092009-09-03 Joseph Myers <joseph@codesourcery.com>
10910
10911 * gdb.base/ending-run.exp: Restrict regular expression matching
10912 line number to require closing brace following.
10913
146b9145
DE
109142009-09-03 Doug Evans <dje@google.com>
10915
10916 * gdb.base/store.exp (check_set): Fix typo in expected value message.
10917
787d21e1
TT
109182009-09-02 Tom Tromey <tromey@redhat.com>
10919
10920 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
10921
e7802207
TT
109222009-09-02 Tom Tromey <tromey@redhat.com>
10923
10924 * gdb.dwarf2/callframecfa.exp: New file.
10925 * gdb.dwarf2/callframecfa.S: New file.
10926
817aadd2
JK
109272009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10928
10929 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
10930 gdb.base/solib-overlap-main.c: New.
10931
4a76eae5
DJ
109322009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
10933
10934 PR gdb/10565
10935
10936 * gdb.base/bitfields.c (struct container, container): New.
10937 (main): Initialize it and call break5.
10938 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
10939
d4b96c9a
JK
109402009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10941
10942 Support constant DW_AT_data_member_location by GCC PR debug/40659.
10943 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
10944
4e22772d
JK
109452009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10946
10947 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
10948
2efab443
MS
109492009-08-26 Michael Snyder <msnyder@vmware.com>
10950
10951 * gdb.base/i386-reverse.c: New file.
10952 * gdb.base/i386-reverse.exp: New file.
10953 * gdb.base/Makefile.in: Add new files to be removed.
10954
07ab73a0
JM
109552009-08-26 Joseph Myers <joseph@codesourcery.com>
10956
10957 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
10958 environment-pwd for remote host.
10959 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
10960
676accff
KS
109612009-08-24 Keith Seitz <keiths@redhat.com>
10962
10963 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
10964 Add two new C++ completer tests which limit the output to a
889bf7c5 10965 given class.
676accff 10966
f9f7ad22
MS
109672009-08-24 Michael Snyder <msnyder@vmware.com>
10968
10969 * gdb.base/del.exp: Fix typo in comment.
10970 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
10971
81ecdfbb
RW
109722009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10973
10974 * configure: Regenerate.
10975 * gdb.hp/configure: Likewise.
10976 * gdb.hp/gdb.aCC/configure: Likewise.
10977 * gdb.hp/gdb.base-hp/configure: Likewise.
10978 * gdb.hp/gdb.compat/configure: Likewise.
10979 * gdb.hp/gdb.defects/configure: Likewise.
10980 * gdb.hp/gdb.objdbg/configure: Likewise.
10981 * gdb.stabs/configure: Likewise.
10982
cab0c772
UW
109832009-08-19 Doug Evans <dje@google.com>
10984
10985 * gdb.base/gdbvars.c: New file.
10986 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
10987
b8fa0bfa
PA
109882009-08-14 Pedro Alves <pedro@codesourcery.com>
10989
10990 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10991 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
10992
b84aa90a
PA
109932009-08-13 Pedro Alves <pedro@codesourcery.com>
10994
10995 * gdb.base/default.exp: Adjust "set language test": it's now an
10996 enum command. Larger help string moved to "help set language".
10997 * gdb.base/help.exp: Adjust "help set language" expected output,
10998 now lists all known languages.
10999
0d8f9b2c
NF
110002009-08-11 Nathan Froyd <froydnj@codesourcery.com>
11001
11002 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
11003 all frame arguments.
11004 * gdb.arch/altivec-regs.exp: Likewise.
11005
bda180e0
TT
110062009-08-07 Tom Tromey <tromey@redhat.com>
11007
11008 * gdb.base/setshow.exp: Add tests for changes to set language, set
11009 check range, and set check type.
11010
48cb2d85
VP
110112009-08-03 Vladimir Prus <vladimir@codesourcery.com>
11012
11013 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
11014 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 11015 Call it.
48cb2d85 11016
1ea34204
UW
110172009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11018
11019 * configure.ac: Run gdb.cell tests when appropriate.
11020 * configure: Regenerate.
11021 * lib/cell.exp: New file.
11022 * gdb.cell: New directory.
11023 * gdb.cell/configure.ac: New file.
11024 * gdb.cell/configure: New file.
11025 * gdb.cell/Makefile.in: New file.
11026 * gdb.cell/arch.exp: New file.
11027 * gdb.cell/break.c: New file.
11028 * gdb.cell/break.exp: New file.
11029 * gdb.cell/break-spu.c: New file.
11030 * gdb.cell/bt.c: New file.
11031 * gdb.cell/bt2-spu.c: New file.
11032 * gdb.cell/bt-spu.c: New file.
11033 * gdb.cell/bt.exp: New file.
11034 * gdb.cell/coremaker.c: New file.
11035 * gdb.cell/coremaker-spu.c: New file.
11036 * gdb.cell/core.exp: New file.
11037 * gdb.cell/gcore.exp: New file.
11038 * gdb.cell/data.c: New file.
11039 * gdb.cell/data.exp: New file.
11040 * gdb.cell/data-spu.c: New file.
11041 * gdb.cell/ea-cache.exp: New file.
11042 * gdb.cell/ea-cache.c: New file.
11043 * gdb.cell/ea-cache-spu.c: New file.
11044 * gdb.cell/ea-standalone.c: New file.
11045 * gdb.cell/ea-standalone.exp: New file.
11046 * gdb.cell/ea-test.c: New file.
11047 * gdb.cell/ea-test.exp: New file.
11048 * gdb.cell/f-regs.exp: New file.
11049 * gdb.cell/mem-access.c: New file.
11050 * gdb.cell/mem-access.exp: New file.
11051 * gdb.cell/mem-access-spu.c: New file.
11052 * gdb.cell/ptype.exp: New file.
11053 * gdb.cell/registers.exp: New file.
11054 * gdb.cell/size.c: New file.
11055 * gdb.cell/sizeof.exp: New file.
11056 * gdb.cell/size-spu.c: New file.
11057 * gdb.cell/solib.exp: New file.
11058 * gdb.cell/solib-symbol.exp: New file.
11059
85e747d2
UW
110602009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11061
11062 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
11063
58d6951d
DJ
110642009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11065
11066 * gdb.base/float.exp: Handle VFP registers.
11067
6e0a4f15
MS
110682009-07-14 Michael Snyder <msnyder@vmware.com>
11069
dcd5da87
MS
11070 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
11071 to bring gdb to the beginning of the calling line.
11072
6e0a4f15
MS
11073 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
11074 confusing the i386 epilogue unwinder.
11075
782b2b07
SS
110762009-07-14 Stan Shebs <stan@codesourcery.com>
11077
11078 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
11079
f662c3bc
MS
110802009-07-14 Michael Snyder <msnyder@vmware.com>
11081
11082 * gdb.reverse/step-reverse.exp (stepi into function call):
11083 Call instruction may not be first instruction in the line.
11084 (reverse stepi from a function call): Used wrong line number.
11085
8f313923
JK
110862009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
11089
4662c76e
JK
110902009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11091
11092 Fix gdb.base/macscp.exp when using custom inputrc.
11093 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
11094 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
11095 env(TERM) set.
11096 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
11097 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
11098
aa81e255
JK
110992009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11100
11101 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
11102 * gdb.base/annota1.exp (thread_test): Import global $testfile.
11103 Change the compilation target to match the testcase name.
11104 * gdb.base/sect-cmd.exp: Change the compilation target to match the
11105 testcase name.
11106 * a2-run.exp: Use for setup prepare_for_testing. Change the
11107 compilation target to match the testcase name.
11108 * gdb.base/commands.exp: Likewise.
11109 * gdb.base/finish.exp: Likewise.
11110 * gdb.base/float.exp: Likewise.
11111 * gdb.base/info-target.exp: Likewise.
11112 * gdb.base/relational.exp: Likewise.
11113 * gdb.base/term.exp: Likewise.
11114 * gdb.base/until.exp: Likewise.
11115 * gdb.base/volatile.exp: Likewise.
11116 * gdb.base/whatis-exp.exp: Likewise.
11117
4c93b1d7
HZ
111182009-07-11 Hui Zhu <teawater@gmail.com>
11119
11120 * gdb.base/help.exp (disassemble): Update expected help text.
11121
812f7342
TT
111222009-07-09 Tom Tromey <tromey@redhat.com>
11123
11124 * lib/gdb.exp: Handle TRANSCRIPT.
11125 (remote_spawn, remote_close, send_gdb): New procs.
11126
fbb8f299
PM
111272009-07-10 Phil Muldoon <pmuldoon@redhat.com>
11128
11129 * gdb.python/python-prettyprint.c: Add counted null string
11130 structure.
11131 * gdb.python/python-prettyprint.exp: Print null string. Test for
11132 embedded nulls.
11133 * gdb.python/python-prettyprint.py (pp_ns): New Function.
11134 * gdb.python/python-value.exp (test_value_in_inferior): Add
11135 variable length string fetch tests.
11136 * gdb.python/python-value.c (main): Add strings for string fetch tests.
11137
c0ac0ec7
JK
111382009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * gdb.base/dump.exp (inaccessible memory is reported): New test.
11141
30b66ecc
TT
111422009-07-07 Tom Tromey <tromey@redhat.com>
11143
11144 * gdb.base/call-rt-st.exp: Update for change to escape output.
11145 * gdb.base/callfuncs.exp: Likewise.
11146 * gdb.base/charset.exp: Likewise.
11147 * gdb.base/constvars.exp: Likewise.
11148 * gdb.base/long_long.exp: Likewise.
11149 * gdb.base/pointers.exp: Likewise.
11150 * gdb.base/printcmds.exp: Likewise.
11151 * gdb.base/setvar.exp: Likewise.
11152 * gdb.base/store.exp: Likewise.
11153 * gdb.cp/ref-types.exp: Likewise.
11154 * gdb.mi/mi-var-child.exp: Likewise.
11155 * gdb.mi/mi-var-display.exp: Likewise.
11156 * gdb.mi/mi2-var-display.exp: Likewise.
11157 * gdb.base/charset.exp: Test octal escape sequence length.
11158 Update for change to escape output.
11159
187c4a2b
JK
111602009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
11163
d80a43f9
DJ
111642009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
11165
11166 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
11167
047427a8
JK
111682009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11169
11170 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
11171 gdbserver increasing $portnum if "Can't bind address" has been seen.
11172
8b5a0f4f
PA
111732009-07-05 Pedro Alves <pedro@codesourcery.com>
11174
11175 * gdb.base/ending-run.exp: Add "step out of main" pattern for
11176 mingw32ce.
11177
7d93ba58
PA
111782009-07-05 Pedro Alves <pedro@codesourcery.com>
11179
11180 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
11181 VFP format.
11182
2277426b
PA
111832009-07-02 Pedro Alves <pedro@codesourcery.com>
11184
11185 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
11186 linux. Adjust to use "inferior", "info inferiors", "detach
11187 inferior" and "kill inferior" instead of "restart", "info fork",
11188 "detach fork" and "delete fork".
11189 * gdb.base/ending-run.exp: Spell out "info".
11190 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
11191 the "kill" command.
11192
5af949e3
UW
111932009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11194
11195 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
11196 change to prefix TLS offset in hex with 0x.
11197
5d3729b5
UW
111982009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11199
11200 * gdb.base/default.exp: Update test case for "x" changes.
11201
af589bd0
TG
112022009-07-01 Tristan Gingold <gingold@adacore.com>
11203
11204 * gdb.base/bigcore.exp: Make darwin untested.
11205
40974f91
JK
112062009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * gdb.base/completion.exp (directory completion): Create the directory.
11209 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
11210 escapeuniquesub.
11211 (directory completion 2): Expect now ${escapeuniquesub}.
11212 (Glob remaining of directory test): Remove one excessive newline.
11213 Expect the real output.
11214
59dd3af6
JK
112152009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11216
11217 Fix `make check//%' target after `make check' has been ran.
11218 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
11219 a mkdir call.
11220 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
11221 (%/.dir): Remove.
11222
f4e164aa
JK
112232009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11224
11225 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
11226 the expected result record.
11227
69af2122
JK
112282009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 Remove racy FAILs relying just on the timeouts.
11231 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
11232 (annotation_level 2): Remove racy FAILs.
11233
2fd481e1
PP
112342009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
11235
11236 gdb/10275
889bf7c5
PA
11237 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
11238
c38f313d
DJ
112392009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
11240
11241 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
11242
8b777f02
VP
112432009-06-30 Vladimir Prus <vladimir@codesourcery.com>
11244
11245 * gdb.mi/mi-stack.exp: Testing symbolic options
11246 to -stack-list-locals and -stack-list-arguments.
11247
00c7eacf
JK
112482009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11249
11250 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
11251
6bc80edc
TT
112522009-06-29 Tom Tromey <tromey@redhat.com>
11253
11254 * dg-extract-results.sh: New file.
11255 * Makefile.in (FORCE_PARALLEL): New variable.
11256 (CHECK_TARGET): New conditional variable.
11257 (check): Use CHECK_TARGET.
11258 (DO_RUNTEST): New variable.
11259 (check-single): New target.
11260 (TEST_DIRS): New variable.
11261 (TEST_TARGETS): Likewise.
11262 (check-parallel): New target.
11263 (check-gdb.%): New pattern.
11264 (BASE1_FILES): New variable.
11265 (BASE2_FILES): Likewise.
11266 (check-gdb.base%): New pattern.
11267 (%/.dir): New pattern.
11268 * configure: Rebuild.
11269 * aclocal.m4 (AM_CONDITIONAL): New defun.
11270 * configure.ac: Check whether user is using GNU make.
11271 (GMAKE): New conditional.
11272
794684b6
SW
112732009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
11274
11275 * gdb.cp/namespace-nested-import.cc: New test.
11276 * gdb.cp/namespace-nested-import.exp: New test.
11277
edb3359d
DJ
112782009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
11279
11280 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
11281 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
11282 * gdb.opt/Makefile.in (EXECUTABLES): Update.
11283 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
11284 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
11285 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
11286 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
11287 gdb.opt/inline-markers.c: New files.
11288 * lib/gdb.exp (skip_inline_frame_tests): New function.
11289 (skip_inline_var_tests): New function.
11290
cf657a0c
AS
112912009-06-27 Andreas Schwab <schwab@linux-m68k.org>
11292
11293 * gdb.cp/exception.exp: Don't require $hex before inner frame in
11294 backtrace.
11295
28d41a99
MS
112962009-06-27 Michael Snyder <msnyder@vmware.com>
11297
11298 * gdb.reverse: New directory.
11299 * gdb.reverse/break-reverse.c: New test.
11300 * gdb.reverse/break-reverse.exp: New test.
11301 * gdb.reverse/consecutive-reverse.c: New test.
11302 * gdb.reverse/consecutive-reverse.exp: New test.
11303 * gdb.reverse/finish-reverse.c: New test.
11304 * gdb.reverse/finish-reverse.exp: New test.
11305 * gdb.reverse/machinestate.c: New test.
11306 * gdb.reverse/ms1.c: New test.
11307 * gdb.reverse/machinestate.exp: New test.
11308 * gdb.reverse/Makefile.in: New file.
11309 * gdb.reverse/shr2.c: New test.
11310 * gdb.reverse/solib-reverse.c: New test.
11311 * gdb.reverse/solib-reverse.exp: New test.
11312 * gdb.reverse/step-reverse.c: New test.
11313 * gdb.reverse/step-reverse.exp: New test.
11314 * gdb.reverse/until-reverse.c: New test.
11315 * gdb.reverse/ur1.c: New test.
11316 * gdb.reverse/until-reverse.exp: New test.
11317 * gdb.reverse/watch-reverse.c: New test.
11318 * gdb.reverse/watch-reverse.exp: New test.
11319 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
11320 * configure: Regenerate.
11321
fe3c8b0d
DE
113222009-06-26 Doug Evans <dje@google.com>
11323
11324 * gdb.base/psymtab.exp: Turn off pending breakpoints.
11325
3a72a602
PM
113262009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
11327
11328 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
11329 windows problem for 'file delete $binfile'.
11330
27aa8d6a
SW
113312009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
11332
11333 * gdb.cp/namespace-using.exp: New test.
11334 * gdb.cp/namespace-using.cc: New test.
11335
8ac055f8
JB
113362009-05-20 Joel Brobecker <brobecker@adacore.com>
11337
11338 * gdb.ada/variant_record_packed_array: New testcase.
11339
85e306ed
TT
113402009-06-23 Tom Tromey <tromey@redhat.com>
11341
11342 * gdb.base/charset.exp (test_combination): Regression test.
11343 * gdb.base/charset.c (my_wchar_t): New typedef.
11344 (myvar): New global.
11345 (main): Set myvar.
11346
56643c5e
PM
113472009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
11348
11349 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
11350 target.
11351
1fac167a
UW
113522009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11353
11354 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
11355
7ccb0be9
UW
113562009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11357
11358 * gdb.mi/gdb680.exp: Update test for error message.
11359
568d6575
UW
113602009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11361
11362 * gdb.base/annota1.exp: Allow multiple occurrences of the
11363 frames-invalid annotation.
11364 * gdb.cp/annota2.exp: Likewise.
11365
7cd1089b
PM
113662009-06-15 Phil Muldoon <pmuldoon@redhat.com>
11367
11368 * gdb.cp/gdb2495.cc: New file.
11369 * gdb.cp/gdb2495.exp: New file.
11370
72c63395
JK
113712009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11372
11373 Report error on GDB crash during runto.
11374 * lib/gdb.exp (runto <eof>): New.
11375
3788363d
DJ
113762009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
11377
11378 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
11379 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
11380 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
11381 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
11382 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
11383 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
11384 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
11385 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
11386 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
11387 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
11388 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
11389 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
11390 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11391 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
11392 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
11393 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
11394 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
11395 gdb.server/server-mon.exp, gdb.server/server-run.exp,
11396 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
11397 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
11398 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
11399 gdb.trace/passcount.exp, gdb.trace/report.exp,
11400 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
11401 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
11402 gdb.trace/while-stepping.exp: Use a unique name for the compiled
11403 executable.
11404
17592de3
PA
114052009-06-07 Pedro Alves <pedro@codesourcery.com>
11406
11407 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
11408 defined before referencing it.
11409
701e355d
DE
114102009-06-03 Doug Evans <dje@google.com>
11411
11412 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
11413 * gdb.arch/i386-see.c: Ditto.
11414
f2292c65
PM
114152009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
11416
11417 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
11418 (check_macro): Return 1 if undefined.
11419 If first test fails, check if macro debug information is available,
11420 and report unsupported test if no macro information is found.
11421
5a437975
DE
114222009-05-29 Doug Evans <dje@google.com>
11423
11424 * gdb.threads/hand-call-in-threads.exp: New.
11425 * gdb.threads/hand-call-in-threads.c: New.
11426
c141c696
MS
114272009-05-29 Michael Snyder <msnyder@vmware.com>
11428
11429 * gdb.base/break-always.exp: Change "1" to "on".
11430 Add confirmation check.
11431
b3444185
PA
114322009-05-28 Pedro Alves <pedro@codesourcery.com>
11433
11434 * gdb.threads/threxit-hop-specific.c: New.
11435 * gdb.threads/threxit-hop-specific.exp: New.
11436 * gdb.threads/thread-execl.c: New.
11437 * gdb.threads/thread-execl.exp: New.
11438
b6313243
TT
114392009-05-27 Tom Tromey <tromey@redhat.com>
11440 Thiago Jung Bauermann <bauerman@br.ibm.com>
11441
11442 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
11443 (mi_child_regexp): Likewise.
11444 (mi_list_varobj_children_range): Likewise.
11445 (mi_get_features): Likewise.
11446 (mi_list_varobj_children): Rewrite.
11447 * gdb.python/python-mi.exp: New file.
11448
a6bac58e
TT
114492009-05-27 Tom Tromey <tromey@redhat.com>
11450 Thiago Jung Bauermann <bauerman@br.ibm.com>
11451 Phil Muldoon <pmuldoon@redhat.com>
11452 Paul Pluzhnikov <ppluzhnikov@google.com>
11453
11454 * gdb.python/python-prettyprint.exp: New file.
11455 * gdb.python/python-prettyprint.c: New file.
11456 * gdb.python/python-prettyprint.py: New file.
11457 * gdb.base/display.exp: print/r is now valid.
11458
2c74e833
TT
114592009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
11460 Tom Tromey <tromey@redhat.com>
11461 Pedro Alves <pedro@codesourcery.com>
11462 Paul Pluzhnikov <ppluzhnikov@google.com>
11463
11464 * gdb.python/python-template.exp: New file.
11465 * gdb.python/python-template.cc: New file.
11466 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
11467 tests.
11468 * gdb.python/python-value.exp (py_objfile_tests): New proc.
11469 Call it.
11470 (test_value_after_death): New proc.
11471 * gdb.python/python-value.c (PTR): New typedef.
11472 (main): New variable 'x'.
11473
89c73ade
TT
114742009-05-27 Tom Tromey <tromey@redhat.com>
11475
11476 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
11477 tests.
11478 * gdb.python/python-value.exp (py_objfile_tests): New proc.
11479 Call it.
11480
a75724bc
PA
114812009-05-27 Pedro Alves <pedro@codesourcery.com>
11482
11483 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
11484
e58b0e63
PA
114852009-05-24 Pedro Alves <pedro@codesourcery.com>
11486
11487 * gdb.threads/fork-thread-pending.c: New.
11488 * gdb.threads/fork-thread-pending.exp: New.
11489
4ac36638
JK
114902009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11491
11492 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
11493 * gdb.dwarf2/dw2-strp.S (a_string2): New.
11494
889bf7c5 114952009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 11496
889bf7c5 11497 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 11498
b242c3c2
PA
114992009-05-17 Pedro Alves <pedro@codesourcery.com>
11500
11501 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
11502 `gdb_get_line_number'. Call `callee' in both parent and child.
11503 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
11504 `gdb_get_line_number' instead of hardcoding line numbers.
11505 (catch_fork_unpatch_child): New procedure to test detaching
11506 breakpoints from child fork.
11507 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
11508 hardcoding line numbers.
11509 (do_fork_tests): Run `catch_fork_unpatch_child'.
11510
ee342b23
VP
115112009-05-17 Vladimir Prus <vladimir@codesourcery.com>
11512
11513 * gdb.mi/mi-cmd-var.exp: Check that when varobj
11514 of structure type enters or leaves the scope, it
11515 is reported by -var-update.
11516
e2009e98
DE
115172009-05-11 Doug Evans <dje@sebabeach.org>
11518
11519 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 11520 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
11521 * gdb.threads/schedlock.c (main): Fix off-by-one error.
11522
00903456
JK
115232009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11524
11525 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
11526
dc621c35
DE
115272009-04-30 Doug Evans <dje@google.com>
11528
11529 * gdb.threads/watchthreads2.exp: New testcase.
11530 * gdb.threads/watchthreads2.c: New testcase.
11531
9ab4e744
DE
115322009-04-29 Doug Evans <dje@google.com>
11533
11534 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
11535 * gdb.cp/mb-ctor.cc: Ditto.
11536 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
11537 * gdb.cp/mb-inline.h (multi_line_foo): New function.
11538 * gdb.cp/mb-inline1.cc: Call it.
11539 * gdb.cp/mb-inline2.cc: Ditto.
11540 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
11541 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
11542
484086b7
JK
115432009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11544
11545 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
11546 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
11547 Replace all uses of `decimal' by `nonzero'.
11548 (info macro FROM_COMMANDLINE): New test.
11549
379a77b5
TT
115502009-04-27 Tom Tromey <tromey@redhat.com>
11551
11552 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
11553
b92b73c2
DE
115542009-04-27 Doug Evans <dje@google.com>
11555
11556 * gdb.threads/watchthreads.c (main): Initialize args before starting
11557 the threads. Plus formatting cleanup.
11558 * gdb.threads/watchthreads.exp: Avoid errant failures due to
11559 biased scheduling of one thread.
11560
945a118d
JG
115612009-04-27 Jerome Guitton <guitton@adacore.com>
11562
11563 * gdb.cp/templates.cc (GetMax): New template.
11564 (main): Declare two instances of GetMax.
11565 * gdb.cp/templates.exp: Add new test.
11566
d389af10
JK
115672009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11568
11569 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
11570
e7f86de9
JM
115712009-04-22 Joseph Myers <joseph@codesourcery.com>
11572
11573 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
11574
334cc82d
TT
115752009-04-15 Tom Tromey <tromey@redhat.com>
11576
11577 * gdb.base/charset.exp: Add regression test.
11578
d12672cc
JB
115792009-04-14 Joel Brobecker <brobecker@adacore.com>
11580
11581 * gdb.base/exe-lock.exp: New testcase.
11582
18e8c3bc
TT
115832009-04-13 Tom Tromey <tromey@redhat.com>
11584
11585 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
11586 operator on Frame.
11587
5ecd5cbe
UW
115882009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11589
11590 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
11591 * gdb.server/ext-attach.exp: Likewise.
11592
7309f756
VP
115932009-04-03 Vladimir Prus <vladimir@codesourcery.com>
11594
11595 Eliminate some sleep usage.
11596
889bf7c5
PA
11597 * gdb.mi/basics.c (do_nothing): New.
11598 (main): Use do_nothing instead of printf, so that
11599 not to introduce race condition between output of
11600 inferiour and output of gdb. Do not use sleep as it
11601 is not generally available on embedded targets.
7309f756 11602
f4b95f6f
PA
116032009-04-02 Pedro Alves <pedro@codesourcery.com>
11604
11605 * gdb.server/ext-attach.exp: Expect an optional process id after
11606 "Detached from remote process".
11607
de40b933
JK
116082009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11609
11610 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
11611 gdb.dwarf2/dw2-unresolved.exp: New.
11612
2ae101a4
PA
116132009-04-02 Pedro Alves <pedro@codesourcery.com>
11614
11615 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
11616 mi_run_to_main.
11617
56a8e183
PA
116182009-04-02 Pedro Alves <pedro@codesourcery.com>
11619
11620 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
11621 mi_run_to_main. Skip thread exit test on remote targets.
11622 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
11623 mi_run_to_main.
11624 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
11625 mi_run_to_main.
11626 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
11627 when expecting ^connected. Detect when the target doesn't support
11628 non-stop mode.
11629 (mi_run_cmd): Detect if non-stop mode was requested by isn't
11630 supported. Return -1 on error, 0 on success.
11631 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
11632 (mi_runto): Return mi_runto_helper's result explicitly.
11633
c35fafde
PA
116342009-04-01 Pedro Alves <pedro@codesourcery.com>
11635
11636 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
11637
f8a8dce6
JB
116382009-04-01 Tom Tromey <tromey@redhat.com>
11639
11640 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
11641 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
11642 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
11643 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
11644
71c25dea
TT
116452009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
11646 Jan Kratochvil <jan.kratochvil@redhat.com>
11647
11648 PR gdb/931
11649 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
11650 output.
11651 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
11652 for gdb/931.
11653 * dw2-strp.S (DW_AT_language): Change to C++.
11654 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
11655
02d9a9ce
JB
116562009-03-31 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.ada/tasks: New testcase.
11659
1042e4c0
SS
116602009-03-30 Stan Shebs <stan@codesourcery.com>
11661
11662 * gdb.trace/actions.exp: Update to match new info trace format.
11663 * gdb.trace/deltrace.exp: Ditto.
11664 * gdb.trace/infotrace.exp: Ditto.
11665 * gdb.trace/passcount.exp: Ditto.
11666 * gdb.trace/save-trace.exp: Ditto.
11667 * gdb.trace/while-stepping.exp: Ditto.
11668 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
11669
f8f6f20b
TJB
116702009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11671
11672 * gdb.python/python-frame.c: New file.
11673 * gdb.python/python-frame.exp: New file.
11674
c0c6f777
TJB
116752009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
11676
11677 * gdb.python/python-value.exp: Add tests for the address
11678 attribute.
11679
3cb51905
AS
116802009-03-29 Andreas Schwab <schwab@linux-m68k.org>
11681
11682 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
11683
88fc996f
DE
116842009-03-26 Doug Evans <dje@google.com>
11685
11686 * gdb.mi/mi-nonstop-exit.exp: New file.
11687 * gdb.mi/non-stop-exit.c: New file.
11688
56ef84b1
TT
116892009-03-26 Tom Tromey <tromey@redhat.com>
11690
11691 Update for change to prologue skipping:
11692 * gdb.mi/mi2-simplerun.exp: Update.
11693 * gdb.mi/mi2-break.exp: Update.
11694 * gdb.mi/mi-simplerun.exp: Update.
11695 * gdb.mi/mi-break.exp: Update.
11696 * gdb.base/ending-run.exp: Update.
11697
def2b000
TJB
116982009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
11699
11700 * gdb.python/python-value.exp (test_value_in_inferior): Test
11701 gdb.Value.is_optimized_out attribute.
11702
442ddf59
JK
117032009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11704
11705 * gdb.dwarf2/dw2-noloc-main.c: New file.
11706 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
11707 (.text): Remove.
11708 (.data): New.
11709 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
11710 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
11711 (DW_TAG_subprogram func_cu1, noloc): Remove.
11712 (main): New.
11713 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
11714 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
11715 (file_symbols): New procedure.
11716
a8df5de4
TT
117172009-03-25 Tom Tromey <tromey@redhat.com>
11718
11719 * gdb.base/charset.exp (valid_target_charset): New proc.
11720 Use it to skip tests on invalid charsets.
11721
cc1d7add
PM
117222009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
11723
11724 * gdb.base/completion.exp: Add a test for directory completion.
11725
bcd5727b
JK
117262009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11727
11728 Fix a racy FAIL.
11729 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
11730 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
11731
cc924cad
TJB
117322009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
11733
11734 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
11735 * gdb.python/python-function.exp: Add test for function returning
11736 a GDB value.
11737
bc3b79fd
TJB
117382009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
11739
11740 * gdb.python/python-function.exp: New file.
11741
6c7a06a3
TT
117422009-03-20 Tom Tromey <tromey@redhat.com>
11743
11744 * gdb.base/store.exp: Update for change to escape output.
11745 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
11746 to escape output.
11747 * gdb.base/pointers.exp: Update for change to escape output.
11748 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
11749 to escape output.
11750 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
11751 escape output.
11752 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
11753 to escape output.
11754 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
11755 escape output.
11756 * gdb.base/setvar.exp: Update for change to escape output.
11757 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
11758 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
11759 to escape output.
11760 (test_print_string_constants): Likewise.
11761 * gdb.base/charset.exp (valid_host_charset): Check size of
11762 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
11763 cases. Handle "auto"-related output.
11764 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
11765 (uvar, Uvar): New globals.
11766
c31af87b
JG
117672009-03-19 Jerome Guitton <guitton@adacore.com>
11768
11769 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
11770 deltas.
11771 * gdb.ada/fixed_points.exp: Ditto.
11772
51272cf2
PA
117732009-03-18 Pedro Alves <pedro@codesourcery.com>
11774
11775 * return-nodebug.c: Don't include stdio.h.
11776 (init): Delete.
11777 (func): Delete definition and provide extern declaration.
11778 (t): New.
11779 (main): Don't call printf. Call func and store its result in t.
11780 * return-nodebug1.c: New.
11781 * return-nodebug.exp: Don't expect stdio output. Instead, print
11782 the global variable t. Drop printf formatters and cast types from
11783 foreach loop. Don't use prepare_for_testing. Compile
11784 return-nodebug.c and return-nodebug1.c in separate steps. Don't
11785 define FORMAT or CAST.
11786
d24948ac
PP
117872009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
11788
11789 * gdb.base/solib-display.exp: Disable test for remote targers.
11790
61ff14c6
JK
117912009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11792
11793 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
11794
cb4dce93
JK
117952009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 Fix a racy FAIL.
11798 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
11799 code from `follow parent, print pids'.
11800 (`follow child, print pids', `follow parent, print pids'): Call it.
11801 Replace `gdb_test "break..."' by gdb_breakpoint.
11802
f7c60c5e
VP
118032009-03-13 Vladimir Prus <vladimir@codesourcery.com>
11804
11805 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 11806 sync and async modes.
f7c60c5e 11807
383ace49
JB
118082009-03-12 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
11811 that was checked in by mistake. Remove loading of ada.exp, since
11812 this is not necessary in this case.
11813
4ce102af
JB
118142009-03-12 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdb.ada/ptype_arith_binop.exp: New testcase.
11817
529a2aef
JB
118182009-03-12 Joel Brobecker <brobecker@adacore.com>
11819
11820 * gdb.ada/mod_from_name: New testcase.
11821
8a38181c
JB
118222009-03-12 Joel Brobecker <brobecker@adacore.com>
11823
11824 * gdb.ada/tick_last_segv: New testcase.
11825
11436dee
VP
118262009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11827
61ff14c6 11828 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 11829
1f31650a
VP
118302009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11831
61ff14c6
JK
11832 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
11833 include the token in ^running and frame info in *stopped.
1f31650a 11834
a3247a22
PP
118352009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11836
11837 * solib-display.exp: New file.
11838 * solib-display-main.c: New file.
11839 * solib-display-lib.c: New file.
61ff14c6 11840
aae64587
PA
118412009-03-05 Pedro Alves <pedro@codesourcery.com>
11842
11843 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
11844
44aabfbc
JK
118452009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11846
11847 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
11848 (list_and_check_macro): Use more specific test name.
11849 (next to definition): Make the test names unique.
11850
c087fcd3
PM
118512009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11852
11853 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 11854
c86cf029
VP
118552009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11856
11857 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
11858 notifications.
11859 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
11860 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
11861 * lib/mi-support.exp (library_loaded_re): New.
11862 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
11863
3ea85240
VP
118642009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11865
11866 * gdb.gdb/observer.exp: Use test_notification observer, not
11867 normal_stop, everywhere.
11868 (test_normal_stop_notifications): Rename to...
11869 (test_notifications): ...this.
11870 (test_observer_normal_stop): Rename to...
11871 (test_observer): ...this.
11872
1903f0e6
DE
118732009-02-16 Doug Evans <dje@google.com>
11874
11875 * gdb.arch/amd64-disp-step.S (test_int3): New test.
11876 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
11877 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
11878 (test_prefixed_syscall,test_int3): New tests.
11879 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
11880 (test_prefixed_syscall,test_int3): New tests.
11881
1d33d6ba
VP
118822009-02-14 Vladimir Prus <vladimir@codesourcery.com>
11883
3cb51905
AS
11884 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
11885 (mi_expect_interrupt): Likewise.
11886 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
11887 response.
1d33d6ba 11888
faafb047
PM
118892009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11890
11891 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
11892 * gdb.base/pc-fp.exp (get_valueofx): Remove.
11893 Replace calls to get_valueofx by get_hexadecimal_valueof.
11894
417e16e2
PM
118952009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11896
11897 * lib/gdb.exp (get_valueof): Accept anything as a return value.
11898 (get_integer_valueof): New procedure.
11899 (get_sizeof): Use new get_integer_value_of.
11900 * gdb.base/sizeof.exp: Replace all uses of get_valueof
11901 by get_integer_valueof.
11902
7065b901
TT
119032009-02-13 Tom Tromey <tromey@redhat.com>
11904
11905 * gdb.base/remote.exp (get_sizeof): Remove.
11906 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
11907 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
11908 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
11909 * lib/gdb.exp (get_valueof): Move from long_long.exp.
11910 (get_sizeof): Likewise.
11911
5d7cb8df
JK
119122009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 PR fortran/9806
11915 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
11916
b2febfff
PP
119172009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11918
11919 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
11920
4aa995e1
PA
119212009-02-06 Pedro Alves <pedro@codesourcery.com>
11922
11923 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
11924
d8906c6f
TJB
119252009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11926
11927 * gdb.python/python-cmd.exp: New file.
11928
ff4ab08d
TG
119292009-02-06 Tristan Gingold <gingold@adacore.com>
11930
11931 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
11932
aacd552b
TG
119332009-02-05 Tristan Gingold <gingold@adacore.com>
11934
11935 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
11936 pointer is dereferenced and use this signal name in regexp.
11937 * gdb.base/signull.exp: Ditto.
11938 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
11939 * gdb.base/signull.c (main): Ditto.
11940
08c637de
TJB
119412009-02-04 Tom Tromey <tromey@redhat.com>
11942 Thiago Jung Bauermann <bauerman@br.ibm.com>
11943
11944 * gdb.python/python-value.exp: Use `gdb.history' instead of
11945 `gdb.value_from_history'.
11946 (test_value_numeric_ops): Add test for conversion of enum constant.
11947 * gdb.python/python-value.c (enum e): New type.
11948 (evalue): New global.
11949 (main): Use argv.
11950
20261af8
JG
119512009-02-04 Jerome Guitton <guitton@adacore.com>
11952
11953 * gdb.ada/uninitialized_vars: New test program.
11954 * gdb.ada/uninitialized_vars.exp: New testcase.
11955
52e44b43
TT
119562009-02-02 Tom Tromey <tromey@redhat.com>
11957
11958 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
11959 * gdb.cp/pr2489.cc: Rename...
11960 * gdb.cp/pr9594.cc: ... to this.
11961
1c71341a
TT
119622009-02-02 Tom Tromey <tromey@redhat.com>
11963
11964 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
11965 * gdb.cp/pr2489.cc: New file.
11966 * gdb.cp/cpcompletion.exp: New file.
11967
a4295225
TT
119682009-02-02 Tom Tromey <tromey@redhat.com>
11969
11970 PR exp/9059:
11971 * gdb.cp/call-c.exp: Add regression test.
11972 * gdb.cp/call-c.cc (FooHandle): New typedef.
11973 (main): New variable 'handle'.
11974
592375cd
VP
119752009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11976
11977 * lib/mi-support.exp (et_mi_thread_list)
11978 (check_mi_and_console_threads): Adjust for current thread in
11979 -thread-list-ids output.
11980
41447f92
VP
119812009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11982
889bf7c5
PA
11983 * gdb.mi/mi-break.exp (test_disabled_creation): New.
11984 Call it.
41447f92 11985
35669430
DE
119862009-01-28 Doug Evans <dje@google.com>
11987
11988 * gdb.arch/amd64-disp-step.S: New file.
11989 * gdb.arch/amd64-disp-step.exp: New file.
11990 * gdb.arch/i386-disp-step.S: New file.
11991 * gdb.arch/i386-disp-step.exp: New file.
11992
09f00d9a
PM
119932009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
11994
11995 * gdb.base/find.exp: Set newline variable
11996 using quotes instead of braces to fix cygwin failures.
11997
1e8fb976
PA
119982009-01-23 Pedro Alves <pedro@codesourcery.com>
11999
12000 * gdb.base/radix.exp: Add tests to ensure that that set
12001 input-radix 0 and set output-radix 0 are really rejected.
12002
da061712
PA
120032009-01-23 Pedro Alves <pedro@codesourcery.com>
12004
12005 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
12006 copyright years.
12007
dd7e2d2b
PA
120082009-01-23 Pedro Alves <pedro@codesourcery.com>
12009
12010 PR gdb/9664:
12011 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
12012
392452f6
PA
120132009-01-22 Pedro Alves <pedro@codesourcery.com>
12014
12015 PR c++/9631:
12016 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
12017
8653e71c
PM
120182009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
12019
12020 * gdb.server/file-transfer.exp: Use EXEEXT variable for
12021 binfile definition to fix Windows OS failure.
12022
a12cc160
DJ
120232009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12024
12025 PR gdb/9346
12026 * gdb.base/interrupt.c (sigint_handler): New.
12027 (main): Install a SIGINT handler if SIGNALS is defined. Exit
12028 on error.
12029 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
12030 Test "signal SIGINT".
12031
b89667eb
DE
120322009-01-19 Doug Evans <dje@google.com>
12033
12034 * gdb.base/break.exp: Update expected gdb output.
12035 * gdb.base/sepdebug.exp: Ditto.
12036 * gdb.mi/mi-syn-frame.exp: Ditto.
12037 * gdb.mi/mi2-syn-frame.exp: Ditto.
12038 * gdb.base/call-signal-resume.exp: New file.
12039 * gdb.base/call-signals.c: New file.
12040 * gdb.base/unwindonsignal.exp: New file.
12041 * gdb.base/unwindonsignal.c: New file.
12042 * gdb.threads/interrupted-hand-call.exp: New file.
12043 * gdb.threads/interrupted-hand-call.c: New file.
12044 * gdb.threads/thread-unwindonsignal.exp: New file.
12045
adb483fe
DJ
120462009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
12047
12048 * gdb.base/define.exp: Test defining and hooking prefix commands.
12049 * gdb.python/python.exp: Update test for "show user" output.
12050
60023297
JK
120512009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
12054 now the output exactly, using less wildcards. Expect also the output
12055 of gfortran-4.3. Update for the f-valprint.c modification from
12056 2008-04-22.
12057 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
12058 Remove gdb_test test names where matching the command.
12059
ccc57cf9
PA
120602009-01-01 Pedro Alves <pedro@codesourcery.com>
12061
12062 PR breakpoints/9681:
12063 * gdb.base/watchpoint.exp: Add regression test.
12064
c7a6ca08
PA
120652008-12-31 Pedro Alves <pedro@codesourcery.com>
12066
12067 * gdb.threads/attach-into-signal.exp: Don't use
12068 gdb_suppress_entire_file.
12069 * gdb.threads/attach-stopped.exp: Ditto.
12070 * gdb.threads/attachstop-mt.exp: Ditto.
12071
3a031f65
PA
120722008-12-31 Pedro Alves <pedro@codesourcery.com>
12073
12074 PR gdb/8812:
12075 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
12076
09e6485f
PA
120772008-12-29 Pedro Alves <pedro@codesourcery.com>
12078
12079 PR gdb/7536:
12080 * gdb.base/radix.exp: Add tests to ensure invalid input radices
12081 and unsupported output radices are really rejected.
12082
0cd53049
JK
120832008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 * gdb.cp/punctuator.exp: Backslash the '$' signs.
12086
ba163c7e
TT
120872008-12-22 Tom Tromey <tromey@redhat.com>
12088
12089 * gdb.cp/punctuator.exp: New file.
12090
6f4de6c9
JK
120912008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12092
12093 * gdb.base/completion.exp (Completing non-existing component): New test.
12094
0f34d0b4
JK
120952008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12096
12097 Fix for PR gdb/8648.
12098 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
12099 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
12100 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
12101 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
12102
db2ad4c3
JK
121032008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
12106
bb5ef15e
DP
121072008-12-16 Christophe Lyon <christophe.lyon@st.com>
12108
12109 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
12110 compiler actually generate code at the expected line number.
12111
90142adc
JZ
121122008-12-15 Jie Zhang <jie.zhang@analog.com>
12113
12114 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
12115
fad6eecd
TT
121162008-12-12 Tom Tromey <tromey@redhat.com>
12117
12118 * gdb.base/commands.exp (redefine_hook_test): New proc.
12119 Call it.
12120
17c8aaf5
TT
121212008-12-11 Tom Tromey <tromey@redhat.com>
12122
12123 * gdb.base/macscp.exp: New regression test.
12124
7c8adf68
TT
121252008-12-11 Tom Tromey <tromey@redhat.com>
12126
12127 * gdb.base/macscp.exp: Print "address.addr".
12128 * gdb.base/macscp1.c (struct outer): New struct.
12129 (address): New global.
12130
b05dcbb7
TT
121312008-12-09 Tom Tromey <tromey@redhat.com>
12132
12133 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
12134 Call it.
12135
2d476de1
DE
121362008-12-04 Doug Evans <dje@google.com>
12137
12138 * gdb.server/ext-run.exp: Relax regexp for init program.
12139
87bdc959
TG
121402008-12-03 Tristan Gingold <gingold@adacore.com>
12141
12142 * gdb.base/macscp.exp: Generate an object file during compilation
12143 to work around Darwin dsymutil limitations.
12144
e0740f77
JK
121452008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12146
12147 Test resolving external references to TLS variables.
12148 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
12149 FILE2_THREAD_LOCAL.
12150 (testfile2, srcfile2): New variables.
12151 * gdb.threads/tls.c (file2_thread_local)
12152 (function_referencing_file2_thread_local): New.
12153 * gdb.threads/tls2.c: New file.
12154
67f0aac5
JB
121552008-11-28 Joel Brobecker <brobecker@adacore.com>
12156
12157 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
12158 rather than integer, as integer might not be big enough when
12159 on 64bit targets.
67f0aac5 12160
c332165e
JG
121612008-11-27 Jerome Guitton <guitton@adacore.com>
12162
12163 * gdb.cp/formatted-ref.exp: Add equality test.
12164 * gdb.ada/formatted_ref.exp: Ditto.
12165
fc9b693c
JK
121662008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12167
12168 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
12169 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
12170
a9c64011
AS
121712008-11-20 Andreas Schwab <schwab@suse.de>
12172
12173 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
12174 matching syscall entry point.
12175 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12176 (tcatch_vfork_then_child_follow): Likewise. Finish through
12177 vfork even if we stopped at the syscall trampoline.
12178
e2fd701e
DE
121792008-11-20 Doug Evans <dje@google.com>
12180
12181 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
12182
69abc51c
TJB
121832008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
12184
12185 * gdb.arch/ppc-dfp.exp: New file.
12186 * gdb.arch/ppc-dfp.c: New file.
12187
c14c28ba
PP
121882008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12189
12190 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 12191
2e74121d
DE
121922008-11-17 Doug Evans <dje@google.com>
12193
12194 * gdb.mi/mi-syn-frame.exp: Update expected output.
12195 * gdb.mi/mi2-syn-frame.exp: Update expected output.
12196
66bb093b
VP
121972008-11-17 Vladimir Prus <vladimir@codesourcery.com>
12198
12199 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
12200 "thread N" results in =thread-selected.
12201 * lib/mi-support (mi_run_cmd, mi_expect_stop)
12202 (mi_send_resuming_command_raw): Be prepared for
12203 =thread-selected.
12204
3d043ef6
VP
122052008-11-17 Vladimir Prus <vladimir@codesourcery.com>
12206
a9c64011
AS
12207 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
12208 * lib/mi-support.exp: Likewise.
3d043ef6 12209
808104c8
JB
122102008-11-16 Joel Brobecker <brobecker@adacore.com>
12211
12212 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
12213 commands from the expected output for "help catch".
12214
00b22944
JB
122152008-11-15 Joel Brobecker <brobecker@adacore.com>
12216
12217 * gdb.ada/int_deref.exp: New testcase.
12218
59669435
TT
122192008-11-14 Nick Roberts <nickrob@snap.net.nz>
12220
12221 * gdb.mi/gdb2549.exp: New file.
12222
de04a248
DE
122232008-11-11 Doug Evans <dje@google.com>
12224
12225 * gdb.base/callexit.exp: New file.
12226 * gdb.base/callexit.c: New file.
12227
6b8ce727
DE
122282008-11-10 Doug Evans <dje@google.com>
12229
12230 * lib/gdb.exp (GDBFLAGS): Move -nx ...
12231 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
12232 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
12233 (default_gdb_start,default_gdb_exit): Ditto.
12234 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
12235 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
12236 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
12237 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
12238 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
12239 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
12240
1b14b8aa
AS
122412008-11-03 Andreas Schwab <schwab@suse.de>
12242
12243 * gdb.base/hashline2.exp: Fix typo.
12244 * gdb.base/hashline3.exp: Likewise.
12245
f3134b88
TT
122462008-10-30 Tom Tromey <tromey@redhat.com>
12247
12248 * gdb.base/pointers.exp: Add test.
12249 * gdb.base/pointers.c (k, S): New typedefs.
12250 (instance): New global.
12251
c2226152
AS
122522008-10-30 Andreas Schwab <schwab@suse.de>
12253
12254 * gdb.base/args.exp: Add tests for newlines.
12255
462f405c
JB
122562008-10-30 Joel Brobecker <brobecker@adacore.com>
12257
12258 gdb.base/foll-exec.exp: Update the expected output of a couple
12259 of "info breakpoints" tests.
12260
79a45b7d
TT
122612008-10-28 Tom Tromey <tromey@redhat.com>
12262
12263 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
12264
adc13a14
PA
122652008-10-24 Pedro Alves <pedro@codesourcery.com>
12266
12267 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
12268 gdb_start_cmd.
12269 Use runto_main before any test that requires execution.
12270
252fbfc8
PA
122712008-10-23 Pedro Alves <pedro@codesourcery.com>
12272
12273 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
12274 instead of SIGINT.
12275
28148e3d
JB
122762008-10-22 Joel Brobecker <brobecker@adacore.com>
12277
12278 * gdb.base/completion.exp: Update expected output following
12279 the addition of the "info tasks" command.
12280
c209f847
TT
122812008-10-22 Tom Tromey <tromey@redhat.com>
12282
12283 * gdb.base/exprs.exp (test_expr): Add test for string
12284 concatenation.
12285
f177e350
PA
122862008-10-19 Pedro Alves <pedro@codesourcery.com>
12287
12288 * configure.ac: Output gdb.python/Makefile.
12289 * configure: Regenerate.
12290 * gdb.python/Makefile.in: New.
12291
cce89356
JB
122922008-10-16 Joel Brobecker <brobecker@adacore.com>
12293
12294 * gdb.base/foll-fork.exp: Adjust the expected output to match
12295 the new description for fork/vfork catchpoints in the "info
12296 breakpoints" output.
12297
176d289d
TJB
122982008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
12299
12300 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
12301
a08702d6
TJB
123022008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
12303
12304 * gdb.python/python-value.c: New file.
12305 * gdb.python/python-value.exp: New file.
12306
1c5cfe86
PA
123072008-10-15 Pedro Alves <pedro@codesourcery.com>
12308
12309 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
12310
5a98ad69
DP
123112008-10-15 Denis Pilat <denis.pilat@st.com>
12312
41702f1b 12313 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 12314
dcb1a1e2
TT
123152008-10-09 Tom Tromey <tromey@redhat.com>
12316
12317 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
12318 'fprintf' and 'stderr'.
12319
9124fe48
JB
123202008-10-07 Joel Brobecker <brobecker@adacore.com>
12321
12322 * gdb.ada/ref_tick_size.exp: New testcase.
12323
45452591
DE
123242008-10-06 Doug Evans <dje@google.com>
12325
12326 * gdb.dwarf2/dw2-cu-size.exp: New file.
12327 * gdb.dwarf2/dw2-cu-size.S: New file.
12328
12329 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
12330 .Ltype_int for clarity.
12331
4fc5b208
PP
123322008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12333
12334 PR gdb/2384:
12335 * gdb.cp/gdb2384.exp: Extended to test more cases.
12336 * gdb.cp/gdb2384.cc: Likewise.
12337 * gdb.cp/gdb2384-base.h: Likewise.
12338 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 12339
d78df370
JK
123402008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12341
12342 * gdb.base/maint.exp (maint print type): Remove printing
12343 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
12344
9a044a89
TT
123452008-09-30 Tom Tromey <tromey@redhat.com>
12346
12347 * gdb.base/macscp.exp: Add completion tests.
12348 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
12349 (TWENTY_THREE): Likewise.
12350 (FORTY_EIGHT): Likewise.
12351
506800a9
TT
123522008-09-30 Tom Tromey <tromey@redhat.com>
12353
12354 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
12355 everywhere.
12356 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
12357
1a6f01b5
JK
123582008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12359
12360 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
12361 testcase is derived from. Fix racy dependency on an expected PID
12362 number. No longer support the testcase on Linux kernel 2.4.x.
12363
2fae03e8
TT
123642008-09-27 Tom Tromey <tromey@redhat.com>
12365
12366 * gdb.base/macscp.exp: Add tests for stringification, splicing,
12367 and varargs.
12368
1ad15515
PA
123692008-09-22 Pedro Alves <pedro@codesourcery.com>
12370
12371 * lib/mi-support.exp (mi_expect_interrupt): New.
12372 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
12373 from gdb.mi/mi-nonstop.exp.
12374 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
12375 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
12376 lib/mi-support.exp.
12377 Use mi_check_thread_states throughout. Avoid ".*" and do not
12378 require an anchor after -exec-run.
12379
d0b76dc6
DJ
123802008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
12381
12382 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
12383 stop is pending. Avoid ".*" when two stops are pending.
12384 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
12385 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
12386 newlines in fullnames.
12387 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
12388 (mi_expect_stop): Update comments. Only anchor in sync mode.
12389 Do not match newlines.
12390 (mi_send_resuming_command_raw): Always return status.
12391 (mi_get_stop_line): Do not match more than one line by accident.
12392 Only anchor in sync mode.
12393 (mi_run_inline_test): If -exec-next fails, give up.
12394
9990c830
UW
123952008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12396
12397 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
12398 on SPU.
12399
ebcf6f00
JB
124002008-09-10 Joel Brobecker <brobecker@adacore.com>
12401
12402 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
12403
b6db24e5
JB
124042008-09-10 Joel Brobecker <brobecker@adacore.com>
12405
12406 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
12407 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
12408 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
12409 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
12410 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
12411 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
12412 gdb.ada/interface.exp, gdb.ada/null_array.exp,
12413 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
12414 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
12415 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
12416 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
12417 Include the "= " sequence in the expected output of print tests.
12418
2bf448e0
JB
124192008-09-10 Joel Brobecker <brobecker@adacore.com>
12420
12421 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
12422 description for boolean types.
12423
d51fd4c8
PA
124242008-09-09 Pedro Alves <pedro@codesourcery.com>
12425
12426 * gdb.base/hook-stop-continue.c: New.
12427 * gdb.base/hook-stop-continue.exp: New.
12428
694182d2
DJ
124292008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12430
12431 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
12432
3b8a7fc0
JG
124332008-09-08 Jerome Guitton <guitton@adacore.com>
12434
12435 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
12436 (stack_check_probe_2, stack_check_probe_loop_1)
12437 (stack_check_probe_loop_2): New functions.
12438 (main): Add call to these new functions.
12439 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
12440 functions, check that the breakpoint is inserted at the appropriate
12441 location.
12442 (insert_breakpoint): Slightly refine this procedure so that it can
12443 be called several times in the test.
12444
96cc0ae8
JG
124452008-09-08 Jerome Guitton <guitton@adacore.com>
12446
12447 * gdb.base/stack-checking.c: New file.
12448 * gdb.base/stack-checking.exp: New file.
12449
1f08b409
TJB
124502008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12451
12452 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
12453 * gdb.arch/altivec-regs.exp: Likewise.
12454 * gdb.arch/vsx-regs.exp: Likewise.
12455
3099e1c4
TJB
124562008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12457
12458 * gdb.arch/ppc-fp.exp: New file.
12459 * gdb.arch/ppc-fp.c: New file.
12460
cc69bfc1
PP
124612008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12462
12463 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
12464 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 12465
b02a33db
MS
124662008-09-04 Michael Snyder <msnyder@vmware.com>
12467
12468 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
12469 as "at" (for non-debug functions such as _start).
12470
2992cbe0
UW
124712008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12472
12473 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
12474 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
12475 software watchpoints.
12476 * gdb.base/watch_thread_num.exp: Likewise.
12477
514f746b
AR
124782008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
12479
12480 * gdb.arch/i386-bp_permanent.exp: New test.
12481
876cecd0
TT
124822008-08-24 Tom Tromey <tromey@redhat.com>
12483
12484 * gdb.base/maint.exp: Update "maint print type".
12485
80f73d71
VP
124862008-08-21 Vladimir Prus <vladimir@codesourcery.com>
12487
12488 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
12489 support. Adjust the order of "*running" notifications.
12490 * gdb.mi/non-stop.c: Don't cast from int to void* and
12491 back.
12492
d9c78d7d
MK
124932008-08-20 Mark Kettenis <kettenis@gnu.org>
12494
12495 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
12496 expect to find it in the "info frame" output.
12497
97a2d1d3
DJ
124982008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
12499
12500 * gdb.base/interp.exp: Always consume both prompts.
12501
b96e2927
PA
125022008-08-20 Pedro Alves <pedro@codesourcery.com>
12503
12504 * gdb.base/pending.exp: Test pending breakpoints without symbols
12505 loaded.
12506
8cf6e61a
VP
125072008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12508
12509 * lib/mi-support.exp (mi_expect_stop): Produce
12510 more details on failures.
12511 * gdb.mi/mi-nonstop.exp: New.
12512 * gdb.mi/non-stop.c: New.
12513
c6ebd6cf
VP
125142008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12515
a9c64011
AS
12516 * gdb.mi/mi-async.exp: Use 'set target-async'.
12517 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 12518
46a9b8ed
DJ
125192008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
12520
12521 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
12522
44feb3ce
TT
125232008-08-17 Tom Tromey <tromey@redhat.com>
12524
12525 * gdb.base/help.exp (help catch): Rewrite.
12526
311a4e6b
TJB
125272008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
12528
12529 * gdb.base/define.exp: Test indented command documentation.
12530 * gdb.python/python.exp: Test indented multi-line command.
12531
604c2f83
LM
125322008-08-15 Luis Machado <luisgpm@br.ibm.com>
12533
12534 * testsuite/gdb.arch/vsx-regs.c: New source file.
12535 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
12536 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
12537
886a217c
TT
125382008-08-14 Tom Tromey <tromey@redhat.com>
12539
12540 * gdb.base/macscp.exp: Add regression test for "macro define" or
12541 "macro undef" with no arguments.
12542
c814a4f3
PP
125432008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
12544
12545 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 12546
12ab8a60
UW
125472008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12548
12549 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
12550
d57a3c85
TJB
125512008-08-06 Tom Tromey <tromey@redhat.com>
12552
12553 * gdb.python/python.exp: New file.
12554
c7b778ff
JK
125552008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12556
12557 Fix for PR gdb/1543.
12558 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
12559 $LOCATION.
12560 (location): New variable.
12561 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
12562 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
12563 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
12564 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
12565 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
12566 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
12567 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
12568 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
12569 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
12570 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
12571 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
12572 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
12573 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
12574 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
12575 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12576 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
12577 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
12578 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
12579 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
12580 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12581 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
12582 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
12583 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
12584 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
12585 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
12586 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
12587 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
12588 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
12589 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
12590 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
12591 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
12592 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
12593 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
12594 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
12595 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
12596 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
12597 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
12598 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12599 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
12600 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
12601 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
12602 gdb.base/type-opaque.exp, gdb.base/until.exp,
12603 gdb.base/value-double-free.c, gdb.base/varargs.exp,
12604 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
12605 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
12606 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12607 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
12608 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
12609 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12610 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12611 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12612 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
12613 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
12614 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
12615 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
12616 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
12617 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
12618 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
12619 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12620 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
12621 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
12622 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
12623 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12624 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
12625 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
12626 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
12627 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12628 gdb.pascal/types.exp, gdb.stabs/weird.exp,
12629 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
12630 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
12631 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
12632 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
12633 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
12634 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
12635 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12636 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12637 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12638 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12639 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12640 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12641 lib/mi-support.exp, lib/trace-support.exp: Remove reference
12642 to bug-gdb@prep.ai.mit.edu .
12643
5e06a3d1
VP
126442008-07-31 Vladimir Prus <vladimir@codesourcery.com>
12645
12646 * lib/mi-support.exp (mi_load_shlibs): New.
12647 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
12648
9d81d21b
VP
126492008-07-30 Vladimir Prus <vladimir@codesourcery.com>
12650
12651 * lib/mi-support.exp (get_mi_thread_list)
12652 (check_mi_and_console_threads): New, moved from ...
12653 * gdb.mi/mi-pthread.exp: ...here.
12654 * gdb.mi/gdb669.exp (get_mi_thread_list)
12655 (check_mi_and_console_threads): Delete.
12656 * gdb.mi/mi2-pthread.exp: Likewise.
12657
bae98fe0
TT
126582008-07-28 Tom Tromey <tromey@redhat.com>
12659
12660 * Makefile.in (just-check): Remove. Move body to...
12661 (check): ... here.
12662
57380f4e
DJ
126632008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12664
12665 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
12666 Add a test for duplicated SIGINTs.
12667
e09490f1
DJ
126682008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12669
12670 * gdb.threads/schedlock.exp (get_args): Update to work for any
12671 value of NUM.
12672 (Top level): Report the number of threads that did not resume.
12673
6387b45f
DJ
126742008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12675
12676 * gdb.dwarf2/dw2-compressed.S: Also define __start.
12677
62f64ff2
DJ
126782008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12679
12680 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
12681 non-MI prompt.
12682
fa8de41e
TT
126832008-07-26 Tom Tromey <tromey@redhat.com>
12684
12685 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
12686 (function_struct, function_struct_ptr): New globals.
12687 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
12688 function pointer in a struct.
12689
ccb3ac8a
TT
126902008-07-26 Tom Tromey <tromey@redhat.com>
12691
12692 * gdb.base/macscp.exp: Add test for macro lexing bug.
12693
d7d9f01e
TT
126942008-07-18 Tom Tromey <tromey@redhat.com>
12695
12696 * gdb.base/macscp.exp: Add macro tests.
12697
9bf07184
PP
126982008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12699
12700 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
12701
becf6477
PP
127022008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12703
12704 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
12705
0709f7d3
PP
127062008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
12707
12708 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 12709
7093c834
PP
127102008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
12711
12712 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 12713
b432ffe3
JK
127142008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12715
12716 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
12717
b1a268e5
VP
127182008-07-12 Vladimir Prus <vladimir@codesourcery.com>
12719
12720 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
12721
e2995f8e
KB
127222008-07-11 Kevin Buettner <kevinb@redhat.com>
12723
12724 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
12725 of regexp to account for changes made to GDB in the printing of
12726 byte vectors.
12727
14032a66
TT
127282008-07-11 Tom Tromey <tromey@redhat.com>
12729
12730 * gdb.base/completion.exp: Add 'help' completion test.
12731
981505ef
JK
127322008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
12735
10568435
JK
127362008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12737
12738 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
12739
4487aabf
PA
127402008-07-09 Pedro Alves <pedro@codesourcery.com>
12741
12742 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
12743
a4a9b1c4
PA
127442008-07-09 Pedro Alves <pedro@codesourcery.com>
12745
12746 * gdb.base/fullname.exp: Restore pwd if compiling failed.
12747
3c3185ac
JK
127482008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12749
12750 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
12751
7ebd49dc
VP
127522008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12753
12754 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
12755 previous commit. Add a comment.
12756
84e46146
PA
127572008-06-28 Pedro Alves <pedro@codesourcery.com>
12758
12759 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
12760
0f8d4a2f
VP
127612008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12762
12763 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
12764
f747e0ce
PA
127652008-06-27 Pedro Alves <pedro@codesourcery.com>
12766
12767 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
12768 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
12769 compiling an executable, link in an object that forces unbuffered
12770 output.
12771 * lib/set_unbuffered_mode.c: New file.
12772
734a5c36
JK
127732008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
12776
a2840c35
VP
127772008-06-25 Vladimir Prus <vladimir@codesourcery.com>
12778
a9c64011
AS
12779 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
12780 mi_expect_stop.
12781 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
12782 Demand that *running is output.
12783 (detect_async): Perform checking every time.
12784 (mi_send_resuming_command): Extract everything into...
12785 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
12786 (mi_expect_stop): Don't accept any output before *stopped.
12787
6ae37fef
VP
127882008-06-13 Vladimir Prus <vladimir@codesourcery.com>
12789
12790 Robustify mi-simplerun.
a9c64011
AS
12791 * gdb.mi/basics.c (main): Add a call to sleep.
12792 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
12793 * gdb.mi/mi2-cli.exp: Likewise.
12794 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 12795
b4aa76f0 127962008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
12797
12798 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
12799
e1ac3328
VP
128002008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12801
a9c64011
AS
12802 * gdb.mi/mi-console.exp: Adjust.
12803 * gdb.mi/mi-syn-frame.exp: Adjust.
12804 * gdb.mi/mi2-console.exp: Adjust.
12805 * gdb.mi/mi2-syn-frame.exp: Adjust.
12806 * lib/mi-support.exp (mi_run_cmd): Adjust.
12807 (mi_send_resuming_command): Adjust.
e1ac3328 12808
f7f9a841
VP
128092008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12810
12811 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
12812 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
12813 testing of stopped.
12814 * gdb.mi/mi2-syn-frame.exp: Likewise.
12815 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
12816 (async, detect_async): New.
12817 (mi_expect_stop, mi_continue_to_line): Adjust expectation
12818 depending on if we're running in sync or async mode.
f7f9a841 12819
37cd5d19
TT
128202008-06-09 Tom Tromey <tromey@redhat.com>
12821
12822 * gdb.base/completion.exp: New tests for field name completion
12823 with spaces, and field name completion with '->'.
12824
65d12d83
TT
128252008-06-06 Tom Tromey <tromey@redhat.com>
12826
12827 * gdb.base/break1.c (struct some_struct): New struct.
12828 (values): New global.
12829 * gdb.base/completion.exp: Add field name completion test.
12830
ebfe2e3f
PP
128312008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
12832
12833 * gdb.cp/call-c.exp: Test for incorrect handling of reference
12834 to pointer.
12835 * gdb.cp/call-c.cc: Likewise.
12836
bcf6fc3a
NR
128372008-06-06 Nick Roberts <nickrob@snap.net.nz>
12838
12839 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
12840 annotation.
12841
49fd4a42 128422008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 12843 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
12844
12845 * gdb.threads/execl.c, gdb.threads/execl1.c,
12846 gdb.threads/execl.exp: New tests.
a9c64011 12847
8a34ac3f
AR
128482008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
12849 Daniel Jacobowitz <dan@codesourcery.com>
12850
12851 * gdb.cp/exception.exp: Activate test, make it work with pending
12852 catchpoints.
12853
86ae69ef
JK
128542008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12855
12856 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
12857
f7f9ae2c
VP
128582008-05-28 Vladimir Prus <vladimir@codesourcery.com>
12859
a9c64011
AS
12860 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
12861 now printed.
12862 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 12863
2a2d4dc3
AS
128642008-05-27 Andreas Schwab <schwab@suse.de>
12865
12866 * gdb.base/frame-args.exp: Handle arguments that are optimized
12867 out.
12868
5099e4d9
LM
128692008-05-26 Luis Machado <luisgpm@br.ibm.com>
12870
12871 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
12872 quiet for ppc32 and group options into a single variable.
12873
d9c36a91
JB
128742008-05-23 Joel Brobecker <brobecker@adacore.com>
12875
12876 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
12877 of zero-size elements.
12878 * gdb.ada/null_array.exp: Test printing this new array.
12879
103a8671
JK
128802008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12881
12882 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
12883
07a4cc1a 128842008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
12885
12886 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
12887 of the "finish" command.
12888
55f996a7
NR
128892008-05-21 Nick Roberts <nickrob@snap.net.nz>
12890
12891 * gdb.base/annota1.exp: Test for new annotation.
12892
907fc202
UW
128932008-05-16 Pedro Alves <pedro@codesourcery.com>
12894
12895 * gdb.base/fixsection.exp: New file.
12896 * gdb.base/fixsection0.c: New file.
12897 * gdb.base/fixsection1.c: New file.
12898
e8f97270
UW
128992008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12900
12901 * gdb.base/annota1.exp: Accept printf@... in place of printf.
12902 * gdb.base/annota3.exp: Likewise.
12903
ac0bb574
NF
129042008-05-13 Nathan Froyd <froydnj@codesourcery.com>
12905
12906 * gdb.base/watch_thread_num.exp: Don't run tests that require
12907 watchpoints if the target doesn't support them.
12908
6fadd07a
DE
129092008-05-12 Doug Evans <dje@google.com>
12910
12911 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
12912
6e9a4a30
JB
129132008-05-09 Joel Brobecker <brobecker@adacore.com>
12914
12915 * gdb.ada/assign_1.exp: New testcase.
12916
08388c79
DE
129172008-05-09 Doug Evans <dje@google.com>
12918
a3c83fae
DE
12919 * gdb.base/find.exp: New file.
12920 * gdb.base/find.c: New file.
08388c79 12921
bd5ddfe8
DJ
129222008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
12923
12924 * gdb.base/commands.exp (watchpoint_command_test): Handle
12925 gdb,no_hardware_watchpoints.
12926 * gdb.base/float.exp: Allow ARM targets without floating point.
12927 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
12928
b5dd68e2 129292008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 12930 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
12931
12932 * gdb.ada/lang_switch: New test program.
12933 * gdb.ada/lang_switch.exp: New testcase.
12934
382d13d1
DE
129352008-05-05 Doug Evans <dje@google.com>
12936
12937 * gdb.base/help.exp (disassemble): Update expected help text.
12938
9dd789d0
PA
129392008-05-04 Pedro Alves <pedro@codesourcery.com>
12940
12941 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
12942
611c83ae
PA
129432008-05-04 Pedro Alves <pedro@codesourcery.com>
12944
12945 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
12946 different times.
12947
ff013f42
JK
129482008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
12951 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
12952 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
12953 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
12954
96dff6a2
VP
129552008-05-04 Vladimir Prus <vladimir@codesourcery.com>
12956
12957 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
12958 notification to appear.
12959
55cd6f92
DJ
129602008-05-04 Daniel Jacobowitz <dan@debian.org>
12961
12962 * gdb.base/fullname.c: New file.
12963 * gdb.base/fullname.exp: New file.
12964 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
12965
d705c43c
PA
129662008-05-03 Pedro Alves <pedro@codesourcery.com>
12967
12968 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
12969 expressions with macros.
12970
333222e1
JK
129712008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
12974
5ac01682
DJ
129752008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
12976
12977 * gdb.base/completion.exp: Handle lack of other symbols beginning
12978 with "a".
12979
12980 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
12981
237fc4c9
PA
129822008-05-02 Jim Blandy <jimb@codesourcery.com>
12983
12984 * gdb.asm/asmsrc1.s: Add scratch space.
12985
ed5e9466
DJ
129862008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12987 Daniel Jacobowitz <dan@codesourcery.com>
12988
12989 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
12990 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
12991 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
12992
b39cc962
DJ
129932007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
12994
12995 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
12996
36d520f5
JB
129972008-05-01 Joel Brobecker <brobecker@adacore.com>
12998
12999 * gdb.base/info-target.exp: New testcase.
13000
8d4e3071
DJ
130012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
13002
13003 * gdb.cp/hang.exp: Use .cc instead of .C.
13004 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
13005 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
13006
6f3f3097
DJ
130072008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
13008
13009 * gdb.base/gdb1250.exp: Remove perror.
13010 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
13011
5550a914
PA
130122008-04-30 Pedro Alves <pedro@codesourcery.com>
13013
13014 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
13015 .2byte.
13016
d848e687
DJ
130172008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
13018
13019 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
13020 (maybe_kfail): New.
13021
93b5768b
PA
130222008-04-25 Pedro Alves <pedro@codesourcery.com>
13023
13024 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
13025
721c02de
VP
130262008-04-24 Vladimir Prus <vladimir@codesourcery.com>
13027
a9c64011
AS
13028 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
13029 * gdb.mi/mi2-syn-frame.exp: Likewise.
13030 * lib/mi-support.exp: Likewise.
721c02de 13031
74960c60
VP
130322008-04-24 Vladimir Prus <vladimir@codesourcery.com>
13033
13034 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
13035 to specify regexp for the location to stop at.
13036 * gdb.base/break-always.c: New.
13037 * gdb.base/break-always.exp: New.
13038
d24317b4
VP
130392008-04-24 Vladimir Prus <vladimir@codesourcery.com>
13040
13041 * lib/mi-support.exp (mi_runto_helper): Adjust
13042 for the original-location field.
13043 (mi_create_breakpoint, mi_list_breakpoints): New.
13044 * gdb.mi/mi-break.exp: Adjust.
13045 * gdb.mi/mi2-break.exp: Adjust.
13046 * gdb.mi/mi-pending.exp: Adjust.
13047 * gdb.mi/mi-simplerun.exp: Adjust.
13048 * gdb.mi/mi2-simplerun.exp: Adjust.
13049 * gdb.mi/mi-syn-frame.exp: Adjust.
13050 * gdb.mi/mi2-syn-frame.exp: Adjust.
13051 * gdb.mi/mi-until.exp: Adjust.
13052 * gdb.mi/mi2-until.exp: Adjust.
13053 * gdb.mi/mi-var-display.exp: Adjust.
13054 * gdb.mi/mi2-var-display.exp: Adjust.
13055 * gdb.mi/mi-watch.exp: Adjust.
13056 * gdb.mi/mi2-watch.exp: Adjust.
13057
fdc59709 130582008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 13059
a9c64011
AS
13060 * aclocal.m4: Add override.m4.
13061 * configure: Regenerate.
fdc59709 13062
8e91f023
VP
130632008-04-19 Vladimir Prus <vladimir@codesourcery.com>
13064
13065 * gdb.mi/var-cmd.c (do_at_tests): Verify that
13066 '-var-update --all-values' reports new value even the type
13067 of a variable object has changed.
13068
233a11ab
CS
130692008-04-18 Craig Silverstein <csilvers@google.com>
13070
13071 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
13072 files.
d24317b4 13073
9c1137ad
JB
130742008-04-18 Joel Brobecker <brobecker@adacore.com>
13075
13076 * gdb.ada/atomic_enum: New test program.
13077 * gdb.ada/atomic_enum.exp: New testcase.
13078
66d0bbc7
DE
130792008-04-17 Doug Evans <dje@google.com>
13080
13081 * gdb.opt/Makefile.in: Fix whitespace.
13082
100906b0
UW
130832008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
13084
13085 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
13086
4584e32e
DE
130872008-04-17 Doug Evans <dje@google.com>
13088
13089 * gdb.base/hashline1.exp: New testcase.
13090 * gdb.base/hashline2.exp: New testcase.
13091 * gdb.base/hashline2.exp: New testcase.
13092
0a320680
PA
130932008-04-17 Pedro Alves <pedro@codesourcery.com>
13094
13095 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
13096
18ac113b
AR
130972008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
13098
13099 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
13100 temporary breakpoint to match "Temporary breakpoint".
13101 * gdb.base/break.exp (delete_breakpoints): Likewise.
13102 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
13103 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
13104 * gdb.base/display.exp: Likewise.
13105 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
13106 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
13107 * gdb.base/restore.exp (restore_tests): Likewise.
13108 * gdb.base/sepdebug.exp: Likewise.
13109 * gdb.base/watchpoint.exp: Likewise.
13110 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
13111 * gdb.mi/mi-pending.exp: Likewise.
13112 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
13113 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
13114 * gdb.mi/mi-var-cmd.exp: Likewise.
13115 * gdb.mi/mi-var-display.exp: Likewise.
13116 * gdb.mi/mi2-cli.exp: Likewise.
13117 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
13118 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
13119 * gdb.mi/mi2-var-display.exp: Likewise.
13120 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
13121 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
13122 new "disp" field.
a9c64011 13123 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
13124 reason. This is to support fix for PR2424.
13125
add38693
JK
131262008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13127
13128 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
13129
fcacd99f
VP
131302008-04-13 Vladimir Prus <vladimir@codesourcery.com>
13131
13132 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 13133 field. Add more floating varobj tests.
fcacd99f 13134 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
13135 field.
13136 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
13137 (main): Call do_at_tests.
13138 * lib/mi-support.exp (mi_create_floating_varobj)
13139 (mi_varobj_update_with_type_change): New.
fcacd99f 13140
de051565
MK
131412008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
13142
13143 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
13144 option of -var-evaluate-expression.
13145 * gdb.mi/mi2-var-display.exp: Likewise.
13146
dbc52822
VP
131472008-04-07 Vladimir Prus <vladimir@codesourcery.com>
13148
13149 Introduce test setup helpers.
a9c64011
AS
13150 * lib/gdb.exp (build_executable, clean_restart)
13151 (prepare_for_testing): New.
13152 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
13153 * gdb.base/return.exp: Likewise.
13154 * gdb.base/ending-run.exp: Likewise.
dbc52822 13155
473591da
NR
131562008-04-07 Nick Roberts <nickrob@snap.net.nz>
13157
13158 * gdb.mi/mi-async.exp: New test for asynchronous Machine
13159 Interface (MI) responses.
13160
2b2d9e11
VP
131612008-04-06 Vladimir Prus <vladimir@codesourcery.com>
13162
a9c64011
AS
13163 * gdb.cp/breakpoint.cc: New code to test conditions involving
13164 member variables.
13165 * gdb.cp/breakpoint.exp: Test condition involving member
13166 variables.
2b2d9e11 13167
bb378428
VP
131682008-04-05 Vladimir Prus <vladimir@codesourcery.com>
13169
13170 * lib/mi-support.exp (mi_expect_stop): New.
13171 (mi_run_cmd): Change the
13172 token. Use mi_send_resuming_command, use
13173 mi_expect_stop.
13174 (mi_execute_to_helper): Rename to mi_execute_to.
13175 (mi_send_resuming_command): Add more error patterns.
13176 (mi_wait_for_stop): Renamed to...
13177 (mi_get_stop_line): ...this.
13178 (mi_run_inline_test): Adjust.
13179
13180 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
13181 * gdb.mi/mi-console.exp: Likewise.
13182 * gdb.mi/mi-pending.exp: Likewise.
13183 * gdb.mi/mi-simplerun.exp: Likewise.
13184 * gdb.mi/mi-stack.exp: Likewise.
13185 * gdb.mi/mi-stepi.exp: Likewise.
13186 * gdb.mi/mi-syn-frame.exp: Add comment.
13187 * gdb.mi/mi-until.exp: Likewise.
13188 * gdb.mi/mi-var-display.exp: Likewise.
13189 * gdb.mi/mi-watch.exp: Likewise.
13190 * gdb.mi/mi2-cli.exp: Likewise.
13191 * gdb.mi/mi2-console.exp: Likewise.
13192 * gdb.mi/mi2-simplerun.exp: Likewise.
13193 * gdb.mi/mi2-stack.exp: Likewise.
13194 * gdb.mi/mi2-stepi.exp: Likewise.
13195 * gdb.mi/mi2-until.exp: Likewise.
13196 * gdb.mi/mi2-var-display.exp: Likewise.
13197 * gdb.mi/mi2-watch.exp: Likewise.
13198
62172bb9
UW
131992008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13200
13201 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
13202
13203 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
13204
a13e061a
PA
132052008-04-04 Pedro Alves <pedro@codesourcery.com>
13206
13207 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
13208 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
13209 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13210 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
13211 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
13212 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
13213 expect an mi error duplicated in stderr.
13214
eae06beb
JB
132152008-04-03 Joel Brobecker <brobecker@adacore.com>
13216
13217 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
13218 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
13219 Add a couple of tests that verify the behavior when the new setting
13220 is set to "cancel" and "all".
13221 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
13222 "ask" before we start the testing.
13223
79c6ced6
AR
132242008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
13225
13226 * gdb.cp/casts.cc: Add class reference variables.
13227 * gdb.cp/casts.exp: New test cases for up/down casting references.
13228
6c2d1a6b
MK
132292008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
13230
13231 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
13232 instead of beginning to make an extra test pass.
13233 * gdb.mi/mi2-var-display.exp: Likewise.
13234
55b411d9
MR
132352008-03-31 Maciej W. Rozycki <macro@mips.com>
13236
13237 * gdb.base/break.exp: Mark failures as such. Fix formatting.
13238
c6140da2
MD
132392008-03-31 Markus Deuling <deuling@de.ibm.com>
13240 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13241
13242 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
13243 value. Add xfail for older kernels.
13244
79732189
AR
132452008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
13246
13247 Bring mi-support in line with gdb.exp.
13248 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
13249 (mi_gdb_start): New function.
13250
33c3676e
MR
132512008-03-28 Maciej W. Rozycki <macro@mips.com>
13252
13253 * gdb.mi/mi-var-cmd.exp: Fix a typo.
13254
92e28119
VP
132552008-03-26 Vladimir Prus <vladimir@codesourcery.com>
13256
13257 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
13258 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 13259
9e8e3afe
VP
132602008-03-26 Vladimir Prus <vladimir@codesourcery.com>
13261
13262 * lib/mi-support.exp (mi_create_varobj_checked): New.
13263 (mi_list_varobj_children): Allow to check for a
13264 value.
13265 (mi_list_array_varobj_children): New.
13266
13267 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
13268 and mi_list_varobj_children, as opposed to hardcoding
13269 expected strings.
13270 * gdb.mi/gdb701.exp: Likewise.
13271 * gdb.mi/gdb792.exp: Likewise.
13272 * gdb.mi/mi-var-block.exp: Likewise.
13273 * gdb.mi/mi-var-cmd.exp: Likewise.
13274 * gdb.mi/mi-var-invalidate.exp: Likewise.
13275 * gdb.mi/mi2-var-block.exp: Likewise.
13276 * gdb.mi/mi2-var-child.exp: Likewise.
13277 * gdb.mi/mi2-var-cmd.exp: Likewise.
13278 * gdb.mi/mi2-var-display.exp: Likewise.
13279
9df50351
JK
132802008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13281
13282 Fix random false FAILs on i386.
13283 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
13284
31e5d73a
DJ
132852008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
13286
13287 PR gdb/544
13288 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
13289
12f4afab
DJ
132902008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
13291
13292 PR gdb/544
13293 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
13294
b562a0cb
DJ
132952008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13296
13297 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
13298 fixed PR gdb/544.
13299
17faa917
DJ
133002008-03-21 Pedro Alves <pedro@codesourcery.com>
13301
13302 * gdb.threads/fork-child-threads.exp: Test next over fork.
13303
6214f497
DJ
133042008-03-21 Chris Demetriou <cgd@google.com>
13305
13306 * gdb.base/break.exp (rbreak junk): New test for rbreak
13307 "Junk at end of arguments" issue.
13308
63092375
DJ
133092008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13310
13311 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
13312 *& to work on created array elements.
13313 (Top level): Test print $pc with a file. Test string operations
13314 without a target.
13315 * gdb.base/ptype.exp: Do not expect *& to work on created array
13316 elements.
13317
b21991b0
DJ
133182008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13319
13320 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13321 gdb.threads/staticthreads.exp: Update exit query.
13322
c4b347c7
SL
133232008-03-07 Sandra Loosemore <sandra@codesourcery.com>
13324
13325 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
13326
fa4727a6
DJ
133272008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
13328
13329 * gdb.base/watchpoint.c (global_ptr, func4): New.
13330 (main): Call func4.
13331 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
13332 (test_inaccessible_watchpoint): New.
13333
2f34202f
MR
133342008-02-29 Maciej W. Rozycki <macro@mips.com>
13335
13336 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
13337 select the largest.
13338
0d6ba1b1
DJ
133392008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
13340
13341 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
13342 frames-invalid annotations.
13343
e691325a
PM
133442008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
13345
a9c64011 13346 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 13347
f85b5ecc
DE
133482008-02-27 Doug Evans <dje@google.com>
13349
13350 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
13351 for bug 1738.
13352 (breakpoint_to_handler_entry): Ditto.
13353
b40e7bf3
JB
133542008-02-27 Joel Brobecker <brobecker@adacore.com>
13355
13356 * gdb.base/ending-run.exp: Use the first line of code inside
13357 function body to test breakpoints.
13358 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
13359 location where the breakpoint is inserted when using the line
13360 where a function is declared. Fix typo in the description of
13361 one of the tests.
13362 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
13363
2faca73a
PM
133642008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
13365
13366 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 13367 tests.
2faca73a 13368
6f439c36
PM
133692008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
13370
13371 * gdb.base/args.exp: avoid same output for tests
13372 with single quotes.
13373
54e52265
VP
133742008-02-26 Vladimir Prus <vladimir@codesourcery.com>
13375
a9c64011
AS
13376 * gdb.base/annota1.exp: Adjust for 'info break'
13377 format changes.
13378 * gdb.base/annota3.exp: Likewise.
13379 * gdb.base/break.exp: Likewise.
13380 * gdb.base/condbreak.exp: Likewise.
13381 * gdb.base/pending.exp: Likewise.
13382 * gdb.base/sepdebug.exp: Likewise.
13383 * gdb.base/unload.exp: Likewise.
13384 * gdb.cp/ovldbreak.exp: Likewise.
13385 * gdb.mi/mi-pending.exp: Likewise.
54e52265 13386
897b09ca
DE
133872008-02-07 Doug Evans <dje@google.com>
13388
13389 * gdb.cp/mb-inline.exp: New.
13390 * gdb.cp/mb-inline.h: New.
13391 * gdb.cp/mb-inline1.cc: New.
13392 * gdb.cp/mb-inline2.cc: New.
13393
b1c32d35
PM
133942008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
13395
13396 * gdb.pascal/floats.pas: New test program.
13397 * gdb.pascal/floats.exp: New testcase.
13398
1a4ca44a
TJB
133992008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13400
13401 * gdb.base/callfuncs.c (t_float_many_args): New function.
13402 (t_double_many_args): New function.
13403 * gdb.base/callfuncs.exp: Add tests for exceeding float
13404 and double parameters passed through the stack.
13405
439048e8
JB
134062008-02-05 Joel Brobecker <brobecker@adacore.com>
13407
13408 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
13409 gdb.ada/complete/foo.adb: New files.
13410 * gdb.ada/complete.exp: New testcase.
13411
81fe8080
DE
134122008-02-03 Doug Evans <dje@google.com>
13413
301f0ecf
DE
13414 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
13415
81fe8080
DE
13416 * gdb.cp/gdb2384.exp: New file.
13417 * gdb.cp/gdb2384.cc: New file.
13418 * gdb.cp/gdb2384-base.h: New file.
13419 * gdb.cp/gdb2384-base.cc: New file.
13420
4b071aec
DE
134212008-02-02 Doug Evans <dje@google.com>
13422
13423 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
13424
61137ba6
JB
134252007-02-01 Joel Brobecker <brobecker@adacore.com>
13426
13427 * gdb.ada/sym_print_name: New test program.
13428 * gdb.ada/sym_print_name.exp: New testcase.
13429
134302007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
13431
13432 * gdb.ada/nested/hello.adb: New file.
13433 * gdb.ada/nested.exp: New testcase.
13434 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13435
98deb0da
VP
134362008-02-01 Vladimir Prus <vladimir@codesourcery.com>
13437
13438 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
13439 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
13440 don't cause future evaluations of function to report
13441 creation of internal breakpoints.
98deb0da 13442
723a2275
VP
134432008-02-01 Vladimir Prus <vladimir@codesourcery.com>
13444
13445 * gdb.mi/mi-break.exp (test_error): New.
13446 Call it.
13447
fb546a2f
LM
134482008-01-31 Luis Machado <luisgpm@br.ibm.com>
13449
13450 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
13451 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
13452
2d8fd90a
PM
134532008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
13454
13455 * gdb.pascal/integers.pas: New test program.
13456 * gdb.pascal/integers.exp: New testcase.
13457
a7fa0ded
PM
134582008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
13459
13460 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
13461
5e1a1926
TJB
134622008-01-30 Luis Machado <luisgpm@br.ibm.com>
13463
13464 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
13465 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
13466
8d04f9f0
JB
134672008-01-30 Paul Hilfinger <hilfinger@adacore.com>
13468
13469 * gdb.ada/formatted_ref: New test program.
13470 * gdb.ada/formatted_ref.exp: New testcase.
13471
13472 * gdb.cp/formatted-ref.cc: New file.
13473 * gdb.cp/formatted-ref.exp: New testcase.
13474
ce75a98f
JB
134752008-01-30 Joel Brobecker <brobecker@adacore.com>
13476
13477 * gdb.base/ptype.exp: Add testing of "ptype $pc".
13478
e835f6bf
NR
134792008-01-30 Nick Roberts <nickrob@snap.net.nz>
13480
13481 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
13482 (test_file_list_exec_source_file): Update to new macro-info field.
13483
d118ef87
PH
134842008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
13485
13486 * gdb.ada/exprs: New test program.
13487 * gdb.ada/exprs.exp: New testcase.
13488
7d35ab09
TJB
134892008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13490
13491 * dfp-test.c (DELTA, DELTA_B): New definitions.
13492 (double_val1, double_val2, double_val3, double_val4, double_val5,
13493 double_val6, double_val7, double_val8, double_val9, double_val10,
13494 double_val11, double_val12, double_val13, double_val14, dec32_val1,
13495 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
13496 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
13497 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
13498 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
13499 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
13500 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
13501 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
13502 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
13503 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
13504 dec128_val16): New global variables.
13505 (decimal_dec128_align): New function.
13506 (decimal_mixed): Likewise.
13507 (decimal_many_args_dec32): Likewise.
13508 (decimal_many_args_dec64): Likewise.
13509 (decimal_many_args_dec128): Likewise.
13510 (decimal_many_args_mixed): Likewise.
13511 * dfp-test.exp: Add tests calling new inferior functions.
13512
2d717e4f
DJ
135132008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13514
13515 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
13516 gdb.server/ext-run.exp: New files.
13517 * lib/gdbserver-support.exp (gdbserver_download): New.
13518 (gdbserver_start): New. Update gdbserver expected
13519 output.
13520 (gdbserver_spawn): Use them.
13521 (gdbserver_start_extended): New.
13522
e85a822c
DJ
135232008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13524
13525 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
13526 Run on GNU/Linux.
13527 (do_exec_tests): Check for systems which do not support catchpoints.
13528 Do not match START.
13529 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
13530 Run on GNU/Linux. Enable verbose output.
13531 (check_fork_catchpoints): New.
13532 (explicit_fork_child_follow, catch_fork_child_follow)
13533 (tcatch_fork_parent_follow): Update expected messages.
13534 (do_fork_tests): Use check_fork_catchpoints.
13535 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
13536 Run on GNU/Linux. Enable verbose output.
13537 (check_vfork_catchpoints): New.
13538 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
13539 expected messages.
13540 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
13541
401ea829
JB
135422008-01-29 Jim Blandy <jimb@red-bean.com>
13543
13544 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
13545 host' errors.
13546 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
13547
aceaf3ad
JB
135482008-01-29 Jim Blandy <jimb@red-bean.com>
13549
13550 * gdb.threads/sigthread.c: Use barriers to ensure that
13551 child_thread and child_thread_two are always initialized before we
13552 start to use them.
13553
a5606eee
VP
135542008-01-29 Vladimir Prus <vladimir@codesourcery.com>
13555
13556 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
13557 * gdb.base/watchpoint-solib.c: New.
13558 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 13559
c55a82bb
PM
135602008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
13561
13562 * gdb.base/gdb1056.exp: Add unsigned integer test.
13563
0993fe05
DE
135642008-01-28 Doug Evans <dje@google.com>
13565
13566 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
13567
4fe42e7f
JB
135682008-01-27 Jim Blandy <jimb@codesourcery.com>
13569
c7a69933
JB
13570 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
13571
4fe42e7f
JB
13572 * gdb.base/expand-psymtabs.exp: Doc fix.
13573
5def8285
MK
135742008-01-26 Mark Kettenis <kettenis@gnu.org>
13575
13576 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
13577
5313c911
NR
135782008-01-24 Nick Roberts <nickrob@snap.net.nz>
13579
a9c64011 13580 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
13581 -var-set-format.
13582
93815fbf
VP
135832008-01-23 Chris Demetriou <cgd@google.com>
13584
13585 * gdb.threads/thread_events.c: New testcase source file.
13586 * gdb.threads/thread_events.exp: New testcase expect file.
13587
467a88ee
NR
135882008-01-23 Nick Roberts <nickrob@snap.net.nz>
13589
13590 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
13591
13592 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
13593 -var-set-format.
13594
d8f82aba
DJ
135952008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13596 Vladimir Prus <vladimir@codesourcery.com>
13597
13598 * gdb.base/float.exp: Allow missing floating point for m68k and
13599 PowerPC.
13600
60c46647
VP
136012008-01-22 Vladimir Prus <vladimir@codesourcery.com>
13602
13603 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
13604 ignore count.
13605 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
13606 * gdb.mi/mi-cli.exp: Adjust.
13607 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 13608
c7dd36a1
PA
136092008-01-17 Pedro Alves <pedro@codesourcery.com>
13610
13611 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
13612 and 'dummy_ptr' integer pointer. Initialize struct_declarations
13613 with dummy_ptr's address.
13614 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
13615 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
13616 all targets.
13617 * gdb.mi/mi2-var-child.exp: Likewise.
13618
39d5313e
JB
136192008-01-09 Joel Brobecker <brobecker@adacore.com>
13620
13621 * gdb.ada/null_array: New test program.
13622 * gdb.ada/null_array.exp: New testcase.
13623
0aea4bf3
LM
136242008-01-09 Luis Machado <luisgpm@br.ibm.com>
13625
13626 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
13627 with required float modifiers.
13628
0b354900
JB
136292008-01-08 Joel Brobecker <brobecker@adacore.com>
13630
13631 * gdb.ada/funcall_param: New test program.
13632 * gdb.ada/funcall_param.exp: New testcase.
13633
cdb7f5d4
JB
136342008-01-08 Joel Brobecker <brobecker@adacore.com>
13635
13636 * gdb.ada/arrayparam: New test program.
13637 * gdb.ada/arrayparam.exp: New testcase.
13638
88e2547f
JB
136392008-01-08 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
13642 landed. Should also fix random failures in the test following it.
13643
f6867ce0
TJB
136442008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
13645
13646 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
13647 for expressions with decimal float values.
13648 (test_dfp_conversions): New function to test casts to and from
13649 decimal float types.
13650 Call test_dfp_conversions.
13651 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
13652 elements.
13653 (main): Initialize ds.float4 and ds.double8 elements.
13654 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
13655 string to new error message.
13656 (d64_set_tests): Likewise.
13657 (d128_set_tests): Likewise.
13658 Add tests for expressions with decimal float variables. Add tests for
13659 conversions to and from decimal float types.
13660
f9c11282
JB
136612008-01-05 Joel Brobecker <brobecker@adacore.com>
13662
13663 * gdb.ada/packed_tagged/comp_bug.adb: New file.
13664 * gdb.ada/packed_tagged.exp: New testcase.
13665
0ecbca72
JB
136662008-01-04 Joel Brobecker <brobecker@adacore.com>
13667
13668 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
13669 gdb.ada/homonym/homonym_main.adb: New files.
13670 * gdb.ada/homonym.exp: New testcase.
13671
c18d3d89
JB
136722008-01-04 Joel Brobecker <brobecker@adacore.com>
13673
13674 * gdb.ada/packed_array.exp: Add testing of references to
13675 a packed array.
13676
ecc7085b
JB
136772008-01-04 Joel Brobecker <brobecker@adacore.com>
13678
13679 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
13680 New files.
13681 * gdb.ada/type_coercion.exp: New testcase.
13682
c474c922
JB
136832008-01-04 Joel Brobecker <brobecker@adacore.com>
13684
13685 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
13686 gdb.ada/tagged/foo.adb: New file.
13687 * gdb.ada/tagged.exp: New testcase.
13688
9005b927
JB
136892008-01-04 Joel Brobecker <brobecker@adacore.com>
13690
13691 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
13692 gdb.ada/ptype_field/foo.adb: New files.
13693 * gdb.ada/ptype_field.exp: New testcase.
13694
1a6aaad8
JB
136952008-01-03 Joel Brobecker <brobecker@adacore.com>
13696
13697 * gdb.ada/print_pc.exp: New testcase.
13698
0ef22f53
JB
136992008-01-03 Joel Brobecker <brobecker@adacore.com>
13700
13701 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
13702 gdb.ada/taft_type/p.adb: New files.
13703 * gdb.ada/taft_type.exp: New testcase.
13704
1689ecf8
JB
137052008-01-03 Joel Brobecker <brobecker@adacore.com>
13706
13707 * gdb.ada/array_bounds/bar.adb: New file.
13708 * gdb.ada/array_bounds.exp: New testcase.
13709
a4d0b9c3
JB
137102008-01-03 Joel Brobecker <brobecker@adacore.com>
13711
13712 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
13713 gdb.ada/arrayptr/foo.adb: New files.
13714 * gdb.ada/arrayptr.exp: New testcase.
13715
a31ace00
JB
137162008-01-03 Joel Brobecker <brobecker@adacore.com>
13717
13718 * gdb.base/set-lang-auto.exp: New testcase.
13719
a97fced3
JB
137202008-01-03 Joel Brobecker <brobecker@adacore.com>
13721
13722 * gdb.ada/fun_addr/foo.adb: New file.
13723 * gdb.ada/fun_addr.exp: New testcase.
13724
ef29ce1a
JK
137252008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13726
13727 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
13728 New files
13729
0fafefe3
JB
137302008-01-02 Joel Brobecker <brobecker@adacore.com>
13731
13732 * array_subscript_addr/p.adb: New file.
a9c64011 13733 * array_subscript_addr.exp: New testcase.
0fafefe3 13734
c4359f8d
JB
137352008-01-02 Joel Brobecker <brobecker@adacore.com>
13736
a9c64011 13737 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
13738 New files.
13739 * gdb.ada/str_cmp_ref.exp: New testcase.
13740
1aa1b15b
JB
137412008-01-01 Joel Brobecker <brobecker@adacore.com>
13742
13743 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
13744 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 13745 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 13746
81c9b2cf
JB
137472008-01-01 Joel Brobecker <brobecker@adacore.com>
13748
13749 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
13750 gdb.ada/ref_param/pck.ads: New files.
13751 * gdb.ada/ref_param.exp: New testcase.
13752
319e4674
JB
137532008-01-01 Joel Brobecker <brobecker@adacore.com>
13754
13755 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
13756 gdb.ada/interface/foo.adb: New files.
13757 * gdb.ada/interface.exp: New testcase.
13758
ef682c56
JB
137592007-12-31 Jim Blandy <jimb@codesourcery.com>
13760
13761 * gdb.base/multi-forks.exp: Consume all output from child
13762 processes before proceeding to next test.
13763
f6f3eb6c
JB
137642007-12-29 Jim Blandy <jimb@codesourcery.com>
13765
13766 * configure: Regenerated.
13767
f652e42f
JB
137682007-12-27 Joel Brobecker <brobecker@adacore.com>
13769
13770 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
13771 gdb.ada/fixed_cmp/fixed.adb: New files.
13772 * gdb.ada/fixed_cmp.exp: New testcase.
13773
6943e596
JB
137742007-12-27 Joel Brobecker <brobecker@adacore.com>
13775
13776 * gdb.ada/boolean_expr.exp: New testcase.
13777
aad9a193
JB
137782007-12-26 Jim Blandy <jimb@codesourcery.com>
13779
13780 * gdb.base/multi-forks.exp: Doc fix.
13781
fb5f3683
JB
137822007-12-26 Joel Brobecker <brobecker@adacore.com>
13783
13784 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13785 * gdb.ada/char_param.exp: Do not compile our test program with
13786 -gnata, this is unnecessary.
13787 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
13788
384e4a9c
JB
137892007-12-24 Joel Brobecker <brobecker@adacore.com>
13790
13791 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
13792 gdb.ada/print_chars/foo.adb: New files.
13793 * gdb.ada/print_chars.exp: New testcase.
13794
01e044f7
JB
137952007-12-24 Joel Brobecker <brobecker@adacore.com>
13796
13797 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
13798 gdb.ada/char_param/foo.adb: New files.
13799 * gdb.ada/char_param.exp: New testcase.
13800
0ce17860
JB
138012007-12-22 Jim Blandy <jimb@codesourcery.com>
13802
13803 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
13804 hard-coding source line numbers into the test.
13805 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
13806 gdb_get_line_number to find.
13807
919809b9
JB
138082007-12-22 Joel Brobecker <brobecker@adacore.com>
13809
13810 * gdb.base/ptype.c (highest): New struct type.
13811 (the_highest): New variable of that type.
13812 (main): Add dummy assignment to a field of variable the_highest.
13813 * gdb.base/ptype.exp: Test type printing of our new variable.
13814
abc8a88d
PM
138152007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
13816
13817 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 13818 and record first explicitly generated thread number.
abc8a88d
PM
13819 Use that thread number for thread specific watchpoint test.
13820 Add iteration number to repetitive tests.
13821
5158f3e3
CES
138222007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
13823 Jim Blandy <jimb@codesourcery.com>
13824
13825 * gdb.base/expand-psymtabs.c: New testcase
13826 source file.
13827 * gdb.base/expand-psymtabs.exp: New testcase
13828 expect file.
13829
37e4754d
LM
138302007-12-17 Luis Machado <luisgpm@br.ibm.com>
13831
13832 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
13833 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
13834
551e5d04
JB
138352007-12-17 Joel Brobecker <brobecker@adacore.com>
13836
13837 * gdb.ada/frame_args/foo.adb: New file.
13838 * gdb.ada/frame_args/pck.ads: New file.
13839 * gdb.ada/frame_args/pck.adb: New file.
13840 * gdb.ada/frame_args.exp: New testcase.
13841
a05ee097
JB
138422007-12-17 Joel Brobecker <brobecker@adacore.com>
13843
13844 * gdb.base/frame-args.c: New file.
13845 * gdb.base/frame-args.exp: New testcase.
13846
c162e8c9 138472007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 13848 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
13849
13850 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
13851
afe8ab22 138522007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13853
afe8ab22
VP
13854 * gdb.mi/mi-pending.exp: New.
13855 * gdb.mi/mi-pending.c: New.
13856 * gdb.mi/mi-pendshr.c: New.
13857
dfdfb3ca
JB
138582007-12-06 Jim Blandy <jimb@codesourcery.com>
13859
13860 * gdb.base/default.exp: Update expected output for 'info catch'.
13861
b7fca990
JK
138622007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13863
13864 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
13865 must be set to binary.
13866
6a1afc1e
PA
138672007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
13868
13869 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
13870
a6b151f1
DJ
138712007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
13872
13873 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
13874 gdb.mi/mi-file-transfer.exp: New.
13875
43039443
JK
138762007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13877
13878 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
13879
0ef2251b
MR
138802007-11-22 Maciej W. Rozycki <macro@mips.com>
13881
13882 * gdb.trace/backtrace.exp: Fix a typo.
13883 * gdb.trace/circ.exp: Likewise.
13884 * gdb.trace/collection.exp: Likewise.
13885 * gdb.trace/limits.exp: Likewise.
13886 * gdb.trace/report.exp: Likewise.
13887 * gdb.trace/tfind.exp: Likewise.
13888 * gdb.trace/while-dyn.exp: Likewise.
13889
5443631e
NR
138902007-11-21 Nick Roberts <nickrob@snap.net.nz>
13891
13892 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
13893 objects of pointers that can't be dereferenced are now
13894 "noneditable".
13895
a4ce5b0d
UW
138962007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13897
13898 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
13899 (target_cpu): Remove.
13900
d6e956e5
VP
139012007-10-15 Vladimir Prus <vladimir@codesourcery.com>
13902
13903 * gdb.base/ending-run.exp: Expect the list of cleared
13904 breakpoint to come in natural order, not the reversed one.
a9c64011 13905
214270ab
VP
139062007-11-07 Vladimir Prus <vladimir@codesourcery.com>
13907
13908 * gdb.mi/mi-var-child.c (do_child_deletion): New.
13909 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 13910
1a619819
LM
139112007-11-05 Luis Machado <luisgpm@br.ibm.com>
13912
13913 * gdb.base/printcmds.exp: New function
13914 test_printf_with_dfp.
13915
5b01a6fa
DE
139162007-11-02 Doug Evans <dje@google.com>
13917
13918 * gdb.disasm/t01_mov.s: Remove carriage returns.
13919 * gdb.disasm/t02_mova.s: Ditto.
13920 * gdb.disasm/t03_add.s: Ditto.
13921 * gdb.disasm/t04_sub.s: Ditto.
13922 * gdb.disasm/t05_cmp.s: Ditto.
13923 * gdb.disasm/t06_ari2.s: Ditto.
13924 * gdb.disasm/t07_ari3.s: Ditto.
13925 * gdb.disasm/t08_or.s: Ditto.
13926 * gdb.disasm/t09_xor.s: Ditto.
13927 * gdb.disasm/t10_and.s: Ditto.
13928 * gdb.disasm/t11_logs.s: Ditto.
13929 * gdb.disasm/t12_bit.s: Ditto.
13930 * gdb.disasm/t13_otr.s: Ditto.
13931
ec33ab7f
JK
139322007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13933
13934 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
13935
ae0d01ff
UW
139362007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13937
13938 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
13939 provide DFP support.
13940
55eddb0f
DJ
139412007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
13942
13943 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
13944 Test "set powerpc vector-abi". Skip auto-detection tests for old
13945 toolchains.
13946
7020f05c
PA
139472007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13948
13949 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
13950 with [string compare].
13951
84bc3db9
PA
139522007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13953
13954 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
13955 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
13956
5876dc88
LM
139572007-10-25 Luis Machado <luisgpm@br.ibm.com>
13958
13959 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
13960 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
13961 * gdb.opt/Makefile.in: New makefile.
13962 * Makefile.in: Create new directory "gdb.opt".
13963 * configure.ac: Add "gdb.opt" directory.
13964 * configure: Regenerated.
a9c64011 13965
c3ea9a14
DE
139662007-10-25 Doug Evans <dje@google.com>
13967
13968 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
13969 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
13970
a9c64011 139712007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
13972 Thiago Jung Bauermann <bauerman@br.ibm.com>
13973
13974 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
13975 Floating Point expressions.
13976 * gdb.base/dfp-test.exp: new file adding tests for Decimal
13977 Floating Point variables.
13978 * gdb.base/dfp-test.c: new file containing program with Decimal
13979 Floating variables, used by gdb.base/dfp-test.exp.
13980
62a24a2b
DJ
139812007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
13982
13983 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
13984
e7b1eae6
UW
139852007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13986
13987 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
13988 compiling test case with GCC.
13989 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
13990
c641edcc
UW
139912007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13992
13993 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
13994 format changes.
13995
5e5ebfe6
MS
139962007-10-18 Michael Snyder <msnyder@specifix.com>
13997
13998 * gdb.base/dbx.exp: Add missing "-re " operator.
13999
e831e7b6
GM
140002007-10-16 Gaius Mulley <gaius@glam.ac.uk>
14001
14002 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
14003 * configure.ac: Removed trailing spaces after backslash.
14004 * gdb.modula2: New directory.
14005 * gdb.modula2/Makefile.in: New file.
14006 * gdb.modula2/unbounded-array.exp: New file.
14007 * gdb.modula2/unbounded1.c: New file.
14008
7cc46491
DJ
140092007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
14010
14011 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
14012
140132007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
14014
14015 * gdb.base/sigstep.c (main): Add checks for
14016 return values for setitimer call.
14017 Call setitimer again with itimer = ITIMER_REAL
14018 if first call to setitimer fails.
14019
e91528f0
KH
140202007-10-11 Kazu Hirata <kazu@codesourcery.com>
14021
14022 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
14023 of $timeout.
14024
2ec9a4f8
DJ
140252007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
14026
14027 * gdb.server/server-run.exp: Test for dynamic linker symbols.
14028
140292007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
14030
14031 * lib/gdb.exp (gdb_run_cmd): Move comment outside
14032 of gdb_expect call, to avoid interruption.
14033
64b2fa04
PA
140342007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
14035
14036 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
14037 (v_unsigned_long_long, v_long_long_array)
14038 (v_signed_long_long_array, v_unsigned_long_long_array)
14039 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
14040 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
14041 [!NO_LONG_LONG]: New.
14042 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
14043 v_long_long_member.
14044
14045 (v_long_long_func, v_signed_long_long_func)
14046 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
14047 (main) [!NO_LONG_LONG]: Initialize long long variants.
14048
14049 * gdb.base/whatis.exp: If board file requests no_long_long, build
14050 test with NO_LONG_LONG defined. Test long long, signed long long,
14051 and unsigned long long variants but only if board file doesn't
14052 disable it.
14053
a912286e 140542007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 14055 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
14056
14057 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
14058 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
14059 * configure: Regenerated.
14060 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
14061 gdb.pascal/types.exp, lib/pascal.exp: New files.
14062
471ba8c9
DJ
140632007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
14064
14065 * gdb.cp/classes.exp (do_tests): Always step to the line after the
14066 call.
14067 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
14068 to return to the call.
14069 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
14070 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
14071 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
14072 * gdb.mi/mi-until.exp (test_until): Likewise.
14073 * gdb.mi/mi2-until.exp (test_until): Likewise.
14074
fef8a650
DJ
140752007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
14076
14077 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
14078 two-char array.
14079 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
14080
d983da9c
DJ
140812007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
14082
14083 * gdb.threads/watchthreads.c (thread_function): Sleep between
14084 iterations.
14085 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
14086 at once for S/390. Generate matching fails and passes.
14087
17f62551
VP
140882007-09-27 Vladimir Prus <vladimir@codesourcery.com>
14089
14090 * gdb.mi/var-cmd.c (do_children_tests): Initialize
14091 the 'struct_declarations' variable to zeros.
a9c64011 14092
ed0616c6
VP
140932007-09-24 Vladimir Prus <vladimir@codesourcery.com>
14094
14095 * gdb.cp/mb-ctor.cc: New.
14096 * gdb.cp/mb-ctor.exp: New.
14097 * gdb.cp/mb-templates.cc: New.
14098 * gdb.cp/mb-templates.exp: New.
14099
41f1b697
DJ
141002007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
14101
14102 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
14103
3f213f78
PA
141042007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
14105
14106 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
14107 targets.
14108 * configure: Regenerate.
14109
0d381245 141102007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 14111
0d381245
VP
14112 * gdb.base/annota1.exp: Adjust for 'info break'
14113 format changes.
14114 * gdb.base/annota3.exp: Likewise.
14115 * gdb.base/break.exp: Likewise.
14116 * gdb.base/condbreak.exp: Likewise.
14117 * gdb.base/pending.exp: Likewise.
14118 * gdb.base/sepdebug.exp: Likewise.
14119 * gdb.base/unload.exp: Likewise.
14120 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 14121
fe3f5fa8
VP
141222007-09-22 Vladimir Prus <vladimir@codesourcery.com>
14123
14124 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
14125 messages.
14126 * gdb.base/chng-syms.exp: Likewise.
14127 * gdb.base/unload.exp: Likewise.
a9c64011 14128
a75cf6c0
DJ
141292007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
14130
14131 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
14132
18ecae38
DJ
141332007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
14134
14135 * schedlock.c (NUM): Change to 1.
14136 (main): Use args[0] for the main thread.
14137 * schedlock.exp: Only expect two threads. Only issue one pass or fail
14138 regardless of the number of threads.
14139
5509918f
MR
141402007-09-14 Maciej W. Rozycki <macro@mips.com>
14141
4a543daf
MR
14142 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
14143 type down.
14144 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
14145 test.
14146 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
14147 watchpoint type down.
14148 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
14149 test.
14150
141512007-09-14 Maciej W. Rozycki <macro@mips.com>
14152
5509918f
MR
14153 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
14154 Move all the tests here and run them twice, once using software
14155 watchpoints and once using hardware watchpoints.
14156 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
14157
40b53987
DJ
141582007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
14159
14160 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
14161 test.
14162
695e2681
MK
141632007-09-10 Mark Kettenis <kettenis@gnu.org>
14164
8b3fc8d8
MK
14165 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
14166 build-id.
14167
695e2681
MK
14168 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
14169 know about $ORIGIN. Calculate output dir from $dest instead of
14170 using ${objdir}/{$subdir}.
14171
58d69f29
MK
141722007-09-09 Mark Kettenis <kettenis@gnu.org>
14173
14174 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
14175 gcore, before continuing with the test.
14176
3e347599
DJ
141772007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
14178
14179 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
14180 * gdb.mi/mi-watch.exp: Likewise.
14181
ea37ba09
DJ
141822007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
14183 Jim Blandy <jimb@codesourcery.com>
14184
14185 * gdb.arch/i386-sse.exp: Do not expect character constants.
14186 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
14187 * gdb.base/display.exp: Allow print/s.
14188 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
14189 and unsigned char array changes.
14190
2025a643
DJ
141912007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
14192
14193 * gdb.base/display.exp: Add tests for printf %p.
14194
26669a27
PA
141952007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
14196
14197 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
14198 the dll name to unicode.
14199
c8f021f8
JK
142002007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14201
14202 * gdb.base/default.exp (show version): Update the version text.
14203 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
14204
4cf31eea
JK
142052007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14206
14207 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
14208 New files.
14209
4935890f
JK
142102007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14211
14212 * lib/gdb.exp (build_id_debug_filename_get): New function.
14213 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
14214 Remove the generate DEBUG file for the future testcase runs.
14215 New testcase for the NT_GNU_BUILD_ID retrieval.
14216 Move the final testing step to ...
14217 (test_different_dir): ... a new function.
14218 New parameter XFAIL to XFAIL all the tests performed.
14219 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
14220 New parameter TYPE to PF_PREFIX all the tests performed.
14221
02142340
VP
142222007-08-31 Vladimir Prus <vladimir@codesourcery.com>
14223
14224 * gdb.mi/mi-var-cp.cc (path_expression): New
14225 function.
14226 * gdb.mi/mi-var-cp.exp: Run path exression tests.
14227
36acd84e
UW
142282007-08-27 Markus Deuling <deuling@de.ibm.com>
14229
14230 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
14231 to fit into SPU Local Store memory.
14232
a896d121
JB
142332007-08-23 Joel Brobecker <brobecker@adacore.com>
14234
14235 * gdb.base/default.exp: Adjust the expected output of "info
14236 warranty" after the switch to GPLv3.
14237
7b433602
JB
142382007-08-23 Joel Brobecker <brobecker@adacore.com>
14239
14240 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
14241 to 30000 (from 20000).
14242
e22f8b7c
JB
142432007-08-23 Joel Brobecker <brobecker@adacore.com>
14244
14245 Switch the license of all .exp files to GPLv3.
14246 Switch the license of all .f and .f90 files to GPLv3.
14247 Switch the license of all .s and .S files to GPLv3.
14248
5a0e3bd0
JB
142492007-08-23 Joel Brobecker <brobecker@adacore.com>
14250
14251 * configure.ac: Switch license to GPLv3.
14252
cc00619d
JB
142532007-08-23 Joel Brobecker <brobecker@adacore.com>
14254
14255 Switch the licensing to GPLv3 for all .ads and .adb files.
14256
8d26208a
DJ
142572007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
14258
14259 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
14260 and t_int_double.
14261 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
14262
4fcb9948
JB
142632007-08-17 Joel Brobecker <brobecker@adacore.com>
14264
14265 * gdb.base/step-line.c: Switch license to GPL version 3, and
14266 update copyright year.
14267 * gdb.base/step-line.inp: Likewise.
14268
b9c34f67
JB
142692007-08-17 Joel Brobecker <brobecker@adacore.com>
14270
14271 * gdb.base/gdb1555.exp: Make expected output immune to formatting
14272 changes inside gdb1555.c.
14273 * gdb.base/pending.exp: Likewise.
14274
2cc17678
DJ
142752007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
14276
14277 * config/default.exp: New file.
14278
e48883f7
DJ
142792007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
14280
14281 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
14282 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
14283
1ab80e5b
MR
142842007-07-30 Maciej W. Rozycki <macro@mips.com>
14285
14286 * gdb.base/dump.exp: Force the correct endianness for binary
14287 formats not carrying this information.
14288
aba471f5
DJ
142892007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14290
14291 * gdb.threads/staticthreads.exp: Match .*sem_post.
14292
d4e07204
DJ
142932007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14294
14295 * gdb.base/readline.exp (operate_and_get_next): Match the final
14296 prompt.
14297
2b97317d
KB
142982007-07-23 Kevin Buettner <kevinb@redhat.com>
14299
14300 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
14301 to restarting SID.
14302
44efa07a
KB
143032007-07-18 Kevin Buettner <kevinb@redhat.com>
14304
14305 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
14306 prior to `gdb_start'.
14307
7b5ebade
KB
143082007-07-18 Kevin Buettner <kevinb@redhat.com>
14309
14310 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
14311 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
14312 Remove call to gdb_unload.
14313
255e7678
DJ
143142007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
14315 Daniel Jacobowitz <dan@codesourcery.com>
14316
14317 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
14318 for __WIN32__.
14319 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
14320 * gdb.base/unload.exp: Use shared library test routines.
14321
3a40aaa0
UW
143222007-07-03 Markus Deuling <deuling@de.ibm.com>
14323
14324 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
14325 * gdb.base/solib-symbol-lib.c: Likewise.
14326 * gdb.base/solib-symbol-main.c: Likewise.
14327
b0f4b84b
DJ
143282007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
14329
14330 * config/gdbserver.exp (gdb_reconnect): New.
14331 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
14332 gdb.base/solib-disc.exp: New files.
14333 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
14334 remote debugging".
14335 (gdb_compile): Add shlib_load flag.
14336 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
14337 port.
14338 (gdbserver_reconnect): New.
14339
1b05479a
DJ
143402007-07-01 Nick Roberts <nickrob@snap.net.nz>
14341 Daniel Jacobowitz <dan@codesourcery.com>
14342
14343 * gdb.base/annota3.exp: Test for if construct.
14344
86f78eb2
DJ
143452007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
14346
14347 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
14348
6a2eb474 143492007-06-21 Chris Dearman <chris@mips.com>
a9c64011 14350 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
14351
14352 * gdb.base/display.exp: Allow a newline after display/i.
14353 * gdb.base/pc-fp.exp: Likewise.
14354 * gdb.base/sigbpt.exp: Likewise.
14355
f8b73d13
DJ
143562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14357
14358 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
14359 required features to be included.
14360
4339e69e
DJ
143612007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
14362
14363 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
14364 in info threads output.
14365
23d964e7
UW
143662007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14367 Markus Deuling <deuling@de.ibm.com>
14368
14369 * gdb.arch/spu-info.exp: New testcase.
14370 * gdb.arch/spu-info.c: New file.
14371
fd20f75b
DJ
143722007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
14373
14374 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
14375 tpcs_offset. Restore lr after the call.
14376 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
14377
2226f861
DJ
143782007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
14381 (gdbserver_run): Kill any running gdbserver.
14382 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
14383
d12371a9
MR
143842007-05-17 Maciej W. Rozycki <macro@mips.com>
14385
14386 * gdb.base/sigbpt.exp: Preset segv_addr.
14387
93f02886
DJ
143882007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
14389
14390 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
14391 (gdb_compile_shlib): Likewise.
14392 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
14393 (default_gdb_init): Clear cleanfiles.
14394 (gdb_finish): Delete recorded cleanfiles.
14395 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
14396
14397 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
14398 Do not use isnative.
14399 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
14400 gdb.base/so-impl-ld.exp: Likewise.
14401 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
14402 * gdb.base/unload.exp: Likewise. Do not pass empty option to
14403 gdb_compile.
14404
b04e06d7
VP
144052007-05-15 Vladimir Prus <vladimir@codesourcery.com>
14406
14407 * config/unknown.exp: Remove.
14408
069ed931
UW
144092007-05-15 Markus Deuling <deuling@de.ibm.com>
14410
14411 * gdb.base/info-proc.exp: Check is_remote.
14412
09db0d03
UW
144132007-05-14 Markus Deuling <deuling@de.ibm.com>
14414
14415 * gdb.base/gcore.exp: Initialize variable core_supported.
14416
af2cbe8c
DJ
144172007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14418
14419 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
14420
027c0295
DJ
144212007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14422
14423 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
14424 * gdb.threads/print-threads.exp (test_all_threads): Allow
14425 negative and hexadecimal thread IDs.
14426
dc5000e7
DJ
144272007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14428
14429 * gdb.java/jprint.java (public): Avoid invalid call to static
14430 method.
14431
2e74ed18
DP
144322007-05-14 Denis Pilat <denis.pilat@st.com>
14433
14434 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
14435 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
14436 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14437 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
14438 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
14439
83547f02
UW
144402007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14441
14442 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 14443 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
14444 this mode.
14445 * gdb.base/ovlymgr.c: Provide stubs for spu target.
14446 * gdb.base/spu.ld: New file.
14447
b18be20d
DJ
144482007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
14449
14450 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
14451
be444858
DJ
144522007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
14453
14454 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
14455
b1d53152
DJ
144562007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
14457
14458 * gdb.java/jmain.exp: Handle demangled names with and without method
14459 signatures.
14460
d084b331
DJ
144612007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
14462
14463 * gdb.mi/mi-syn-frame.c (main, foo, bar)
14464 (have_a_very_merry_interrupt): Remove calls to puts.
14465 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
14466 inferior output.
14467 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
14468 test names.
14469
db9d7fc5
DJ
144702007-04-29 Markus Deuling <deuling@de.ibm.com>
14471 Daniel Jacobowitz <dan@codesourcery.com>
14472
14473 * gdb.base/auxv.exp (core_works): Also check is_remote.
14474 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
14475
ef783a7d 144762007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 14477
ef783a7d
VP
14478 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
14479 message, not the undefined 'module' variable.
14480 * gdb.base/siginfo.exp: Likewise.
14481 * gdb.base/sigstep.exp: Likewise.
14482 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
14483 serialport.
14484 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
14485
b7b73cae
CV
144862007-04-25 Corinna Vinschen <vinschen@redhat.com>
14487
14488 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
14489 target sim fails. Return 0 otherwise.
14490 (gdb_load): Return prematurely if gdb_target_sim fails.
14491
7d90fdfa
DP
144922007-04-16 Denis Pilat <denis.pilat@st.com>
14493
14494 * gdb.base/setshow.exp: Reset height after having set it to 100.
14495
5d3e9c85
DP
144962007-04-16 Denis Pilat <denis.pilat@st.com>
14497
14498 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
14499
18e75969
DP
145002007-04-16 Denis Pilat <denis.pilat@st.com>
14501
14502 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
14503
25d5ea92
VP
145042007-04-14 Vladimir Prus <vladimir@codesourcery.com>
14505
14506 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
14507 tests. Run the frozen varobjs test.
14508 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 14509 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 14510
0b49cb80
JK
145112007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14512
14513 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
14514 gdb.base/type-opaque.exp: New files.
14515
a73bafbc 145162007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
14517
14518 * gdb.mi/mi-var-child.c
a73bafbc
VP
14519 (do_children_tests): User char[2] instead of
14520 char so that automatic printing of pointers to char
14521 don't give unpredicable result.
14522 * gdb.mi/var-cmd.c (do_locals_test): Initialize
14523 local variables.
14524 * gdb.mi/mi-var-child.exp: Step to right line
14525 of do_children_tests.
14526 * gdb.mi/mi2-var-child.exp: Likewise.
14527 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 14528 do_locals_tests.
a73bafbc
VP
14529 (do_children_tests): User char[2] instead of
14530 char so that automatic printing of pointers to char
a9c64011 14531 don't give unpredicable result.
a73bafbc 14532 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 14533 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
14534 Pass test name to mi_wait_for_stop.
14535
7ce59000
DJ
145362007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14537
14538 * gdb.asm/asm-source.exp: Remove d10v case.
14539 * lib/gdb.exp (skip_cplus_tests): Likewise.
14540 * gdb.asm/d10v.inc: Deleted.
14541
20389057
DJ
145422007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14543
14544 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
14545
8807d78b
DJ
145462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14547
14548 * config/netware.exp: Delete file.
14549
aa3edb8e
JB
145502007-03-29 Joel Brobecker <brobecker@adacore.com>
14551
14552 * gdb.dwarf2/dw2-noloc.S: New file.
14553 * gdb.dwarf2/dw2-noloc.exp: New file.
14554
297561ac
PA
145552007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
14556
14557 * gdb.cp/method2.cc: New test.
14558 * gdb.cp/method2.exp: New test.
14559 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
14560
1f81bd39
DJ
145612007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14562
14563 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
14564
9453113a
DJ
145652007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
14566
14567 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
14568
b741e217
DJ
145692007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14570
14571 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
14572 (gdb_load): Delete, replace with...
14573 (gdb_reload): ...this.
14574 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
14575 * gdb.server/server-mon.exp: Likewise.
14576 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
14577 (gdb_start_cmd): New.
14578 (gdb_file_cmd): Save the last loaded file.
14579 (gdb_reload): New.
14580 (gdb_gnu_strip_debug): Use transform.
14581 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
14582 support here. Use new $last_loaded_file. Check mtime.
14583 (gdb_target_cmd): Handle ObjC failure case.
14584 (infer_host_exec): Delete.
14585 (gdbserver_load): Rename to...
14586 (gdbserver_run): ...this. Simplify.
14587 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
14588 (mi_gdb_load): Move most contents to a new function...
14589 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
14590 (mi_run_cmd): Use mi_gdb_target_load.
14591 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
14592 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
14593 Use gdb_run_cmd.
14594 * gdb.base/charsign.exp: Remove incorrect comment.
14595 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
14596 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
14597 gdb.base/start.exp: Use gdb_start_cmd.
14598
446ab585 145992007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 14600 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
14601
14602 * gdb.base/sigbpt.exp: Fix the message when skipping test.
14603 * gdb.base/signull.exp: Similarly.
14604
bbb88ebf
UW
146052007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14606
14607 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
14608 messages available to test cases (like chng-sym.exp).
14609
cb8c4a99
AS
146102007-03-14 Andreas Schwab <schwab@suse.de>
14611
14612 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
14613 format changes.
14614
4e463ff5
DJ
146152007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
14616
14617 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
14618 (optimized_1): New.
14619 (main): Call optimized_1.
14620 (gdb2029): Correct typos. Call gdb2029_marker.
14621 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
14622 for gdb2029.
14623
b6db2c47
MK
146242007-03-12 Mark Kettenis <kettenis@gnu.org>
14625
14626 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
14627 as tabs. Remove redundant test pattern.
14628
70ed3737
UW
146292007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14630
14631 * gdb.base/long_long.exp: Accept optional symbol name in <...>
14632 for /a format output.
14633
47b67b60
DJ
146342007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
14635
14636 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
14637 collect output incrementally.
14638
b8953b0e
UW
146392007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14640
14641 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
14642 for -var-create lpcharacter test.
14643 * gdb.mi/mi2-var-cmd.exp: Likewise.
14644
7acd5c40
UW
146452007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14646
14647 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
14648 pass on targets where address zero is readable.
14649
9c6759c1
UW
146502007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14651
14652 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
14653 just a single architecture.
14654
a2f1aeb4
UW
146552007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14656
14657 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
14658 (fetch_all_registers): New function, uses gdb_test_multiple and
14659 exp_continue to fetch inferior output line-by-line.
14660 Replace all uses of do_get_all_registers by fetch_all_registers.
14661
46579ac2
UW
146622007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14663
14664 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
14665 in target_info.
14666
fc133f24
MS
146672007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14668
a9c64011 14669 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
14670 consistancy; add a default (timeout) case.
14671
7646a51d
MS
146722007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14673
14674 * gdb.base/watchpoint.exp: Fix truncated comment.
14675
dcfff61f
MS
146762007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14677
14678 * Makefile.in: Remove spurious single-quotes from sed command.
14679
664e3ee9
DJ
146802007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14681
14682 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
14683 func.
14684 * gdb.mi/mi2-var-cmd.exp: Likewise.
14685
d7cc6f2f
JB
146862007-02-27 Joel Brobecker <brobecker@adacore.com>
14687
a9c64011
AS
14688 * gdb.dwarf2/dw2-producer.S: New file.
14689 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
14690
146912007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
14692
14693 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14694 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14695 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14696 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14697 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
14698 Revert tests to use mi_gdb_test and include value field in output
14699 of -var-create.
14700
93d42b30
DJ
147012007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14702
14703 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
14704
c499ed39
DJ
147052007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14706
14707 * gdb.base/maint.exp: Remove full paths from test names.
14708 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
14709 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
14710
9836f81b
JB
147112007-02-27 Joel Brobecker <brobecker@adacore.com>
14712
14713 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
14714
c74d0ad8
DJ
147152007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14716
14717 * gdb.server/server-mon.exp: New test.
14718
2711e456
DJ
147192007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14720
14721 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
14722
ff6f572f
DJ
147232007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14724
14725 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
14726 register capitalization.
14727
fada3feb
DP
147282007-02-13 Denis Pilat <denis.pilat@st.com>
14729
14730 * gdb.mi/mi-var-invalidate.exp: New file.
14731
fb1e4ffc
DJ
147322007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14733
14734 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
14735
3da939d7
DJ
147362007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14737
14738 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
14739
123dc839
DJ
147402007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14741
14742 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
14743 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
14744
877e3645 147452007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
14746
14747 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14748 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14749 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14750 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14751 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 14752 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 14753 Update tests to include value field in output of -var-create.
a9c64011 14754
3c0a2960
AS
147552007-02-08 Andreas Schwab <schwab@suse.de>
14756
14757 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
14758
108546a0
DJ
147592007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
14760
14761 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
14762 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
14763
d701dcab
DP
147642007-02-02 Denis Pilat <denis.pilat@st.com>
14765
14766 * gdb.threads/threadapply.exp: check that frame is not changed by
14767 the thread apply all command.
14768
783e3e2f
AS
147692007-01-31 Andreas Schwab <schwab@suse.de>
14770
6d9c3a87
AS
14771 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14772
3c50d7b9
AS
14773 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
14774 in the dwarf sections.
14775 * gdb.dwarf2/mac-fileno.S: Likewise.
14776
783e3e2f
AS
14777 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
14778 bspstore register on ia64.
14779
78ff580e
AS
147802007-01-29 Andreas Schwab <schwab@suse.de>
14781
cc8e9b12
AS
14782 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
14783 "frame-begin" annotation.
14784
78ff580e
AS
14785 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
14786 number of "frames-invalid" annotations.
14787
704a4f78
DJ
147882007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14789
14790 * gdb.base/commands.exp: Call if_commands_test.
14791 (gdb_test_no_prompt, if_commands_test): New.
14792
e741bf94
MK
147932007-01-28 Mark Kettenis <kettenis@gnu.org>
14794
14795 * gdb.threads/sigthread.c (NSIGS): Make bigger.
14796
474d0ad3
AS
147972007-01-27 Andreas Schwab <schwab@suse.de>
14798
14799 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
14800 .short/.int/.quad in the dwarf sections.
14801 * gdb.dwarf2/dw2-intercu.S: Likewise.
14802 * gdb.dwarf2/dw2-intermix.S: Likewise.
14803
e784b426
JK
148042007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14805
14806 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
14807 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
14808 array.
e784b426
JK
14809 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
14810 * gdb.base/setvar.exp: Likewise.
14811
37f08e04
AS
148122007-01-26 Andreas Schwab <schwab@suse.de>
14813
9a01813a
AS
14814 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
14815 test.
14816
37f08e04
AS
14817 * gdb.base/multi-forks.exp ("restart $i"): Also match
14818 __kernel_syscall_via_break.
14819
6e2a9270
VP
148202007-01-24 Vladimir Prus <vladimir@codesourcery.com>
14821
14822 * lib/mi-support.exp (mi_delete_varobj): New.
14823 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
14824 testcase.
14825 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
14826 (main): Call the above.
14827 (reference_update_test, base_in_reference_test)
14828 (reference_to_pointer): Delete the created varobjs.
a9c64011 14829
e515b470
DJ
148302007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
14831
14832 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
14833 * configure: Regenerated.
14834 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
14835 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
14836 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
14837 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
14838 * lib/gdb.exp (gdb_skip_xml_test): New function.
14839
08d8bcd7
DJ
148402007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
14841
14842 * gdb.base/sigrepeat.exp: Correct error message.
14843
148442007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
14845 Daniel Jacobowitz <dan@codesourcery.com>
14846
14847 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
14848 gdb.arch/i386-gnu-cfi-asm.S: New files.
14849
97c3f1f3
JK
148502007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14851
14852 * lib/gdb.exp: Abort on missing `site.exp'.
14853
cb1df416
DJ
148542007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14855 Daniel Jacobowitz <dan@codesourcery.com>
14856
14857 * gdb.base/included.c, gdb.base/included.exp,
14858 gdb.base/included.h: New files.
14859
35990120
DJ
148602007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14861
14862 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
14863 (maximize_rlimit): Reduce limits on 64-bit systems.
14864
6e81a116 148652007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
14866
14867 From Marcus Deuling <deuling@de.ibm.com>:
14868 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
14869 every case.
14870
6c3c41f3
NR
148712007-01-13 Nick Roberts <nickrob@snap.net.nz>
14872
14873 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
14874 (test_path_specification): Use objdir instead of srcdir to always
14875 get an absolute filename.
14876
2f12c312
DJ
148772007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
14878
14879 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
14880
81121995
VP
148812007-01-11 Vladimir Prus <vladimir@codesourcery.com>
14882
14883 * gdb.mi/mi-var-cp.cc (reference_update_tests):
14884 Make sure the variable we're using is in scope.
14885 (reference_to_pointer): Likewise.
14886
4741b737
DJ
148872007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14888
14889 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
14890 has no debug information.
14891
054410c3
DJ
148922007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14893
14894 * gdb.base/annota1.exp: Remove extra send_gdb.
14895
818f79f6
DJ
148962007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14897
14898 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
14899
f7a6bb70
DJ
149002007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14901
14902 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
14903
57e66780
DJ
149042007-01-08 Nick Roberts <nickrob@snap.net.nz>
14905 Daniel Jacobowitz <dan@codesourcery.com>
14906
14907 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
14908 lcharacter or linteger change. Correct duplicated test name.
14909 * gdb.mi/mi2-var-cmd.exp: Likewise.
14910
3d799a95
DJ
149112007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14912
14913 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
14914
149152007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 14916
a9c64011
AS
14917 * gdb.base/nofield.c: New file.
14918 * gdb.base/nofield.exp: New testcase.
51679ba9 14919
eafb94e8
NR
149202007-01-05 Nick Roberts <nickrob@snap.net.nz>
14921
14922 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
14923
14924 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
14925 test.
14926
5e572bb4
DJ
149272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14928
14929 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
14930
74a44383
DJ
149312007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14932
14933 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
14934 when continuing.
14935
1b572db9
DJ
149362007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14937
14938 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
14939 Expect ".exe" extension.
14940
381bc39b
DJ
149412007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14942
14943 * gdb.base/charset.exp: Add explicit filename to break.
14944 * gdb.base/dbx.exp: Add explicit filename to breaks.
14945
2b70e4c6
DJ
149462007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14947
14948 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
14949 * gdb.mi/mi2-file.exp: Likewise.
14950
303b6f5d
DJ
149512007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14952
14953 Implement specification of MI tests as comments
14954 in C and C++ sources.
14955 * lib/mi-support.exp (mi_autotest_data): New variable.
14956 (mi_autotest_source): New variable.
14957 (count_newlines, mi_prepare_inline_tests)
14958 (mi_get_inline_test, mi_continue_to_line)
14959 (mi_run_inline_test, mi_tbreak)
14960 (mi_send_resuming_command, mi_wait_for_stop): New functions.
14961 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
14962 Run inline tests.
14963 * gdb.mi/mi-var-cp.cc: Define tests here.
14964
23da0d94
VP
149652007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14966
14967 Simplify usage of mi_continue_to.
14968 * lib/mi-support.exp (mi_runto_helper): Renamed
14969 from mi_runto, added new parameter 'run_or_continue'.
14970 (mi_runto): Use mi_runto_helper.
14971 (mi_continue_to): Accept just function name as parameter.
14972 Use mi_runto_helper.
14973 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
14974 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 14975
f9e18282
JB
149762006-01-04 Joel Brobecker <brobecker@adacore.com>
14977
14978 Make this testcase a bit more realistic. The current code
14979 is too simplistic, and allows the compiler to optimize out
14980 some of the entities we need for this testcase.
14981 * gdb.ada/null_record/bar.ads (Void_Star): New type.
14982 (Do_Nothing): Add extra parameter.
14983 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
14984 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
14985 by using a variable of type Void_Star.
14986
fd678c65
JB
149872006-01-04 Joel Brobecker <brobecker@adacore.com>
14988
14989 * gdb.ada/catch_ex/foo.adb: New file.
14990 * gdb.ada/catch_ex.exp: New testcase.
14991
05cfdb42
DJ
149922007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
14993
14994 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
14995 pass --image-base to linker.
14996
2e03ee74
DJ
149972007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14998 Daniel Jacobowitz <dan@codesourcery.com>
14999
15000 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
15001 secondary prompts.
15002
0d5de010
DJ
150032007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
15004
15005 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
15006 output. Test the types of members and member pointers.
15007 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
15008 gdb/2092.
15009 * gdb.cp/member-ptr.exp: Search for a comment instead of a
15010 statement. Enable for GCC. Update expected output for some tests
15011 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
15012 layout.
15013 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
15014 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
15015 (Diamond::vget_base): New.
15016 (main): Add new tests.
15017 * gdb.cp/printmethod.exp: Update expected output for member functions.
15018 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
15019 print pEe->D::vg().
15020
61a771aa
DJ
150212007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
15022
15023 * gdb.threads/tls.exp: Allow stops in sem_post.
15024
2fa63963
DJ
150252006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
15026
15027 * gdb.base/annota1.exp: Allow .*printf in backtraces.
15028 * gdb.base/annota3.exp: Likewise.
15029 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
15030 again (instead of timing out).
15031 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
15032 GCC bug 26475.
15033 * gdb.java/jmisc.exp: Adjust to work with method signatures including
15034 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
15035 test from jmisc1.exp.
15036 * gdb.java/jmisc1.exp: Delete.
15037 * gdb.java/jprint.exp: Adjust to work with method signatures including
15038 return types.
15039 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
15040 * gdb.threads/linux-dp.exp: Don't be confused by program output.
15041 * lib/java.exp (compile_java_from_source): Pass the correct type
15042 to target_compile.
15043
5eefc2b7
JB
150442006-12-31 Joel Brobecker <brobecker@adacore.com>
15045
15046 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
15047 (stack_align_edx): New function.
15048 (stack_align_eax): New function.
15049 (main): Add calls to stack_align_edx and stack_align_eax.
15050 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
15051 Add testing for the cases where the register used during a stack
15052 realignment is edx. Same for eax.
15053
227c54da
DJ
150542006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
15055
15056 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
15057 and generic PE targets.
15058
cab8ac94
JB
150592006-12-29 Joel Brobecker <brobecker@adacore.com>
15060
15061 * gdb.ada/array_return.exp: Update copyright date list.
15062
ba54f318
JB
150632006-12-27 Joel Brobecker <brobecker@adacore.com>
15064
15065 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
15066 (Create_Small_Float_Vector): New function.
15067 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
15068 function body.
15069 * gdb.ada/array_return/p.adb: Use new type and function from
15070 package Pck.
15071 * gdb.ada/array_return.exp: Add a test verifying that GDB is
15072 able to print the value returned by a function returning an
15073 array of float.
15074
6b7a35dd
JB
150752006-12-20 Joel Brobecker <brobecker@adacore.com>
15076
15077 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
15078 The associated tests should be PASSing.
15079
038224f6
VP
150802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
15081
15082 Test for base in references.
15083 * gdb.mi/mi-var-cp.cc: Add test code.
15084 * gdb.mi/mi-var-cp.exp: Test for bases in references.
15085 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
15086 * gdb.mi/mi2-watch.exp: Likewise.
15087 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
15088 (mi_list_varobj_children): New function.
15089
b26ed50d
VP
150902006-12-08 Vladimir Prus <vladimir@codesourcery.com>
15091
15092 * lib/mi-support.exp
15093 (mi_runto): Accept "()" after function name.
15094 (mi_create_varobj): New function.
15095 (mi_varobj_update): New function.
15096 (mi_Check_varobj_value): New function.
15097 * gdb.mi/mi-var-cp.exp: New file.
15098 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 15099
08232497
DJ
151002006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
15101
15102 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
15103 gdb.base/weaklib2.c: New files.
15104
d394c993 151052006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 15106
ac6c2fba
NS
15107 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
15108 info. Adjust test names.
15109
8ec659a0 15110 * gdb.base/break.c (main): Move position of malloc.
d394c993 15111 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 15112
acd65feb
VP
151132006-11-28 Vladimir Prus <vladimir@codesourcery.com>
15114
15115 * gdb.mi/mi-var-cmd.exp: Check -var-update after
15116 assignement of arrays and function pointers.
15117 * gdb.mi/var-cmd.c: Add declaration necessary for above
15118 tests.
15119
f556d5e5
NS
151202006-11-27 Nathan Sidwell <nathan@codesourcery.com>
15121
15122 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
15123
15124 * gdb.threads/linux-dp.exp: Read thread table before and after
15125 creating each philosopher and verify it.
15126
697bc68d
NS
151272006-11-27 Nathan Sidwell <nathan@codesourcery.com>
15128 Paul Brook <paul@codesourcery.com>
15129 Daniel Jacobowitz <dan@codesourcery.com>
15130
15131 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 15132 main to remove duplication. Add start function of the form
697bc68d
NS
15133 '_*start[1-9]*'. Add RVDS start function.
15134
29d73ae4
DJ
151352006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
15136
15137 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
15138
c1d88655
UW
151392006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15140
15141 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
15142 * gdb.asm/spu.inc: New file.
15143 * gdb.base/term.exp: Disable if [target_info exists noargs].
15144 * gdb.gdb/complaints.exp: Disable if ![isnative].
15145 * gdb.gdb/selftest.exp: Likewise.
15146 * gdb.gdb/observer.exp: Likewise.
15147 * gdb.gdb/xfullpath.exp: Likewise.
15148 * gdb.base/attach.exp: Disable on SPU target.
15149 * gdb.cp/bs145503.exp: Likewise.
15150 * gdb.cp/exception.exp: Likewise.
15151 * gdb.cp/userdef.exp: Likewise.
15152
32a13b1a
DJ
151532006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
15154
15155 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
15156
d8295fe9
VP
151572006-11-10 Vladimir Prus <vladimir@codesourcery.com>
15158
15159 * gdb.base/completion.exp: Fix completion tests for
15160 'info' and 'info '.
15161 * gdb.base/help.exp (help_test_raw, test_class_help)
15162 (test_prefix_command_help): Move...
15163 * lib/gdb.exp: Here.
15164 * gdb.base/main.exp: Adjust.
15165 * gdb.cp/maint.exp: Adjust.
15166 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 15167
8c394015
VP
151682006-11-09 Vladimir Prus <vladimir@codesourcery.com>
15169
15170 * gdb.stabs/weird.exp (print_weird_var): Use
15171 gdb_test_multiple instead of gdb_expect.
15172
027fc1bc
VP
151732006-11-09 Vladimir Prus <vladimir@codesourcery.com>
15174
15175 * gdb.base/help.exp (help_test_raw): New.
15176 (test_class_help): New.
15177 (test_prefix_command_help): New.
15178 Adjust testcases.
15179
67609209
FR
151802006-11-09 Christophe Lyon <christophe.lyon@st.com>
15181
15182 * gdb.base/constvars.c (main): Write to crass and crips, so that
15183 they are allocated by the compiler.
15184
f73adfeb
AS
151852006-10-27 Andreas Schwab <schwab@suse.de>
15186
15187 * gdb.base/multi-forks.exp: Use "detach fork" instead of
15188 "detach-fork".
15189
2f83a18e
DJ
151902006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
15191
15192 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
15193 of patterns.
15194
94277a38
DJ
151952006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
15196
15197 * gdb.base/sepdebug.exp: Remove debug format test.
15198 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
15199 Handle no-symtab.
15200 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
15201
5bd2f6e2
DJ
152022006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
15203
15204 * gdb.threads/manythreads.c (thread_function, main): Don't cast
15205 int to pointer or pointer to int.
15206 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
15207
8c008720
DJ
152082006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
15209
15210 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
15211
9e35dae4
DJ
152122006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15213
15214 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
15215
d9639e13
DJ
152162006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15217
15218 PR c++/2116
15219 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
15220
390a1bd0
JB
152212006-10-06 Joel Brobecker <brobecker@adacore.com>
15222
15223 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
15224 the corresponding bug has been fixed in GDB (PR/2018).
15225
dd920c33
JB
152262006-10-06 Joel Brobecker <brobecker@adacore.com>
15227
15228 * gdb.base/subst.exp: New testcase.
15229
53bbefe9
JB
152302006-10-06 Joel Brobecker <brobecker@adacore.com>
15231
15232 * gdb.ada/array_return/pck.ads: Add copyright notice.
15233 * gdb.ada/array_return/pck.adb: Likewise.
15234 * gdb.ada/array_return/p.adb: Likewise.
15235 * gdb.ada/exec_changed/first.adb: Likewise.
15236 * gdb.ada/exec_changed/second.adb: Likewise.
15237
09851417
JB
152382006-10-06 Joel Brobecker <brobecker@adacore.com>
15239
15240 * gdb.ada/watch_arg/watch.adb: New file.
15241 * gdb.ada/watch_arg.exp: New testcase.
15242
041bf30d
VP
152432006-10-02 Vladimir Prus <vladimir@codesourcery.com>
15244
15245 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 15246 via string_to_regexp.
041bf30d 15247 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 15248
f286fbdd 152492006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
15250
15251 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
15252 Remove unused / obsolete files.
15253
7c07f349
NR
152542006-09-19 Nick Roberts <nickrob@snap.net.nz>
15255
15256 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
15257
cd5ff84a
VP
152582006-09-17 Vladimir Prus <vladimir@codesourcery.com>
15259
15260 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
15261 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 15262 the number of frames.
cd5ff84a 15263
ae018d1a
DJ
152642006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
15265
15266 * gdb.base/args.c (main): Add breakpoint marker.
15267 * gdb.base/args.exp: Use args_test for tests. Add new tests which
15268 really test empty arguments.
15269 (args_load): Delete.
15270 (args_test): New.
15271
b399c549
NR
152722006-09-13 Nick Roberts <nickrob@snap.net.nz>
15273
15274 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 15275 check for one file.
b399c549 15276
2ab1eb7a
VP
152772006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
15278
15279 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
15280 HIGH_FRAME argument to -stack-list-locals can be larger than
15281 the number of frames.
a9c64011 15282
476308bf
FF
152832006-08-18 Fred Fish <fnf@specifix.com>
15284
15285 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
15286 '$' in front of skip_vmx_tests_saved when setting that.
15287
8625200f
AS
152882006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
15289
15290 * gdb.base/trace-commands.exp: New file.
15291
089ec8f1
DJ
152922006-08-10 Joel Brobecker <brobecker@adacore.com>
15293 Daniel Jacobowitz <dan@codesourcery.com>
15294
15295 * gdb.base/step-bt.exp: Make hexadecimal address optional in
15296 expected output of the backtrace commands.
15297
b60f0898
JB
152982006-08-09 Joel Brobecker <brobecker@adacore.com>
15299
15300 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
15301 untested followed by return combination.
15302 * gdb.arch/altivec-regs.exp: Likewise.
15303 * gdb.arch/e500-abi.exp: Likewise.
15304 * gdb.arch/e500-regs.exp: Likewise.
15305 * gdb.arch/gdb1291.exp: Likewise.
15306 * gdb.arch/gdb1431.exp: Likewise.
15307 * gdb.arch/gdb1558.exp: Likewise.
15308 * gdb.arch/i386-prologue.exp: Likewise.
15309 * gdb.arch/i386-unwind.exp: Likewise.
15310 * gdb.asm/asm-source.exp: Likewise.
15311 * gdb.base/a2-run.exp: Likewise.
15312 * gdb.base/advance.exp: Likewise.
15313 * gdb.base/all-bin.exp: Likewise.
15314 * gdb.base/annota1.exp: Likewise.
15315 * gdb.base/annota3.exp: Likewise.
15316 * gdb.base/args.exp: Likewise.
15317 * gdb.base/arithmet.exp: Likewise.
15318 * gdb.base/assign.exp: Likewise.
15319 * gdb.base/async.exp: Likewise.
15320 * gdb.base/attach.exp: Likewise.
15321 * gdb.base/bang.exp: Likewise.
15322 * gdb.base/bigcore.exp: Likewise.
15323 * gdb.base/bitfields.exp: Likewise.
15324 * gdb.base/bitfields2.exp: Likewise.
15325 * gdb.base/break.exp: Likewise.
15326 * gdb.base/call-sc.exp: Likewise.
15327 * gdb.base/call-strs.exp: Likewise.
15328 * gdb.base/callfuncs.exp: Likewise.
15329 * gdb.base/checkpoint.exp: Likewise.
15330 * gdb.base/chng-syms.exp: Likewise.
15331 * gdb.base/code-expr.exp: Likewise.
15332 * gdb.base/commands.exp: Likewise.
15333 * gdb.base/completion.exp: Likewise.
15334 * gdb.base/cond-expr.exp: Likewise.
15335 * gdb.base/condbreak.exp: Likewise.
15336 * gdb.base/consecutive.exp: Likewise.
15337 * gdb.base/constvars.exp: Likewise.
15338 * gdb.base/corefile.exp: Likewise.
15339 * gdb.base/cvexpr.exp: Likewise.
15340 * gdb.base/dbx.exp: Likewise.
15341 * gdb.base/define.exp: Likewise.
15342 * gdb.base/detach.exp: Likewise.
15343 * gdb.base/display.exp: Likewise.
15344 * gdb.base/dump.exp: Likewise.
15345 * gdb.base/ena-dis-br.exp: Likewise.
15346 * gdb.base/ending-run.exp: Likewise.
15347 * gdb.base/environ.exp: Likewise.
15348 * gdb.base/eval-skip.exp: Likewise.
15349 * gdb.base/exprs.exp: Likewise.
15350 * gdb.base/fileio.exp: Likewise.
15351 * gdb.base/finish.exp: Likewise.
15352 * gdb.base/float.exp: Likewise.
15353 * gdb.base/foll-exec.exp: Likewise.
15354 * gdb.base/foll-fork.exp: Likewise.
15355 * gdb.base/foll-vfork.exp: Likewise.
15356 * gdb.base/freebpcmd.exp: Likewise.
15357 * gdb.base/funcargs.exp: Likewise.
15358 * gdb.base/gcore.exp: Likewise.
15359 * gdb.base/gdb1090.exp: Likewise.
15360 * gdb.base/gdb1250.exp: Likewise.
15361 * gdb.base/huge.exp: Likewise.
15362 * gdb.base/info-proc.exp: Likewise.
15363 * gdb.base/interrupt.exp: Likewise.
15364 * gdb.base/jump.exp: Likewise.
15365 * gdb.base/langs.exp: Likewise.
15366 * gdb.base/lineinc.exp: Likewise.
15367 * gdb.base/list.exp: Likewise.
15368 * gdb.base/logical.exp: Likewise.
15369 * gdb.base/long_long.exp: Likewise.
15370 * gdb.base/macscp.exp: Likewise.
15371 * gdb.base/maint.exp: Likewise.
15372 * gdb.base/mips_pro.exp: Likewise.
15373 * gdb.base/miscexprs.exp: Likewise.
15374 * gdb.base/multi-forks.exp: Likewise.
15375 * gdb.base/opaque.exp: Likewise.
15376 * gdb.base/overlays.exp: Likewise.
15377 * gdb.base/pc-fp.exp: Likewise.
15378 * gdb.base/pointers.exp: Likewise.
15379 * gdb.base/printcmds.exp: Likewise.
15380 * gdb.base/psymtab.exp: Likewise.
15381 * gdb.base/ptype.exp: Likewise.
15382 * gdb.base/recurse.exp: Likewise.
15383 * gdb.base/relational.exp: Likewise.
15384 * gdb.base/relocate.exp: Likewise.
15385 * gdb.base/remote.exp: Likewise.
15386 * gdb.base/reread.exp: Likewise.
15387 * gdb.base/restore.exp: Likewise.
15388 * gdb.base/return.exp: Likewise.
15389 * gdb.base/return2.exp: Likewise.
15390 * gdb.base/scope.exp: Likewise.
15391 * gdb.base/sect-cmd.exp: Likewise.
15392 * gdb.base/sep.exp: Likewise.
15393 * gdb.base/sepdebug.exp: Likewise.
15394 * gdb.base/setshow.exp: Likewise.
15395 * gdb.base/setvar.exp: Likewise.
15396 * gdb.base/sigall.exp: Likewise.
15397 * gdb.base/sigbpt.exp: Likewise.
15398 * gdb.base/signals.exp: Likewise.
15399 * gdb.base/signull.exp: Likewise.
15400 * gdb.base/sizeof.exp: Likewise.
15401 * gdb.base/solib.exp: Likewise.
15402 * gdb.base/step-line.exp: Likewise.
15403 * gdb.base/step-test.exp: Likewise.
15404 * gdb.base/structs.exp: Likewise.
15405 * gdb.base/structs2.exp: Likewise.
15406 * gdb.base/term.exp: Likewise.
15407 * gdb.base/twice.exp: Likewise.
15408 * gdb.base/until.exp: Likewise.
15409 * gdb.base/varargs.exp: Likewise.
15410 * gdb.base/volatile.exp: Likewise.
15411 * gdb.base/watchpoint.exp: Likewise.
15412 * gdb.base/whatis-exp.exp: Likewise.
15413 * gdb.base/whatis.exp: Likewise.
15414 * gdb.cp/ambiguous.exp: Likewise.
15415 * gdb.cp/annota2.exp: Likewise.
15416 * gdb.cp/annota3.exp: Likewise.
15417 * gdb.cp/bool.exp: Likewise.
15418 * gdb.cp/breakpoint.exp: Likewise.
15419 * gdb.cp/casts.exp: Likewise.
15420 * gdb.cp/class2.exp: Likewise.
15421 * gdb.cp/classes.exp: Likewise.
15422 * gdb.cp/cplusfuncs.exp: Likewise.
15423 * gdb.cp/ctti.exp: Likewise.
15424 * gdb.cp/derivation.exp: Likewise.
15425 * gdb.cp/exception.exp: Likewise.
15426 * gdb.cp/gdb1355.exp: Likewise.
15427 * gdb.cp/hang.exp: Likewise.
15428 * gdb.cp/inherit.exp: Likewise.
15429 * gdb.cp/local.exp: Likewise.
15430 * gdb.cp/m-data.exp: Likewise.
15431 * gdb.cp/m-static.exp: Likewise.
15432 * gdb.cp/member-ptr.exp: Likewise.
15433 * gdb.cp/method.exp: Likewise.
15434 * gdb.cp/misc.exp: Likewise.
15435 * gdb.cp/namespace.exp: Likewise.
15436 * gdb.cp/overload.exp: Likewise.
15437 * gdb.cp/ovldbreak.exp: Likewise.
15438 * gdb.cp/pr-1023.exp: Likewise.
15439 * gdb.cp/pr-1210.exp: Likewise.
15440 * gdb.cp/pr-574.exp: Likewise.
15441 * gdb.cp/printmethod.exp: Likewise.
15442 * gdb.cp/psmang.exp: Likewise.
15443 * gdb.cp/ref-params.exp: Likewise.
15444 * gdb.cp/ref-types.exp: Likewise.
15445 * gdb.cp/rtti.exp: Likewise.
15446 * gdb.cp/templates.exp: Likewise.
15447 * gdb.cp/try_catch.exp: Likewise.
15448 * gdb.cp/userdef.exp: Likewise.
15449 * gdb.cp/virtfunc.exp: Likewise.
15450 * gdb.disasm/am33.exp: Likewise.
15451 * gdb.disasm/h8300s.exp: Likewise.
15452 * gdb.disasm/mn10300.exp: Likewise.
15453 * gdb.disasm/sh3.exp: Likewise.
15454 * gdb.disasm/t01_mov.exp: Likewise.
15455 * gdb.disasm/t02_mova.exp: Likewise.
15456 * gdb.disasm/t03_add.exp: Likewise.
15457 * gdb.disasm/t04_sub.exp: Likewise.
15458 * gdb.disasm/t05_cmp.exp: Likewise.
15459 * gdb.disasm/t06_ari2.exp: Likewise.
15460 * gdb.disasm/t07_ari3.exp: Likewise.
15461 * gdb.disasm/t08_or.exp: Likewise.
15462 * gdb.disasm/t09_xor.exp: Likewise.
15463 * gdb.disasm/t10_and.exp: Likewise.
15464 * gdb.disasm/t11_logs.exp: Likewise.
15465 * gdb.disasm/t12_bit.exp: Likewise.
15466 * gdb.disasm/t13_otr.exp: Likewise.
15467 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
15468 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
15469 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15470 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
15471 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
15472 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15473 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15474 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15475 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
15476 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
15477 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15478 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15479 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15480 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15481 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15482 * gdb.mi/gdb701.exp: Likewise.
15483 * gdb.mi/gdb792.exp: Likewise.
15484 * gdb.mi/mi-basics.exp: Likewise.
15485 * gdb.mi/mi-break.exp: Likewise.
15486 * gdb.mi/mi-cli.exp: Likewise.
15487 * gdb.mi/mi-console.exp: Likewise.
15488 * gdb.mi/mi-disassemble.exp: Likewise.
15489 * gdb.mi/mi-eval.exp: Likewise.
15490 * gdb.mi/mi-file.exp: Likewise.
15491 * gdb.mi/mi-read-memory.exp: Likewise.
15492 * gdb.mi/mi-regs.exp: Likewise.
15493 * gdb.mi/mi-return.exp: Likewise.
15494 * gdb.mi/mi-simplerun.exp: Likewise.
15495 * gdb.mi/mi-stack.exp: Likewise.
15496 * gdb.mi/mi-stepi.exp: Likewise.
15497 * gdb.mi/mi-syn-frame.exp: Likewise.
15498 * gdb.mi/mi-until.exp: Likewise.
15499 * gdb.mi/mi-var-block.exp: Likewise.
15500 * gdb.mi/mi-var-child.exp: Likewise.
15501 * gdb.mi/mi-var-cmd.exp: Likewise.
15502 * gdb.mi/mi-var-display.exp: Likewise.
15503 * gdb.mi/mi-watch.exp: Likewise.
15504 * gdb.mi/mi2-basics.exp: Likewise.
15505 * gdb.mi/mi2-break.exp: Likewise.
15506 * gdb.mi/mi2-cli.exp: Likewise.
15507 * gdb.mi/mi2-console.exp: Likewise.
15508 * gdb.mi/mi2-disassemble.exp: Likewise.
15509 * gdb.mi/mi2-eval.exp: Likewise.
15510 * gdb.mi/mi2-file.exp: Likewise.
15511 * gdb.mi/mi2-read-memory.exp: Likewise.
15512 * gdb.mi/mi2-regs.exp: Likewise.
15513 * gdb.mi/mi2-return.exp: Likewise.
15514 * gdb.mi/mi2-simplerun.exp: Likewise.
15515 * gdb.mi/mi2-stack.exp: Likewise.
15516 * gdb.mi/mi2-stepi.exp: Likewise.
15517 * gdb.mi/mi2-syn-frame.exp: Likewise.
15518 * gdb.mi/mi2-until.exp: Likewise.
15519 * gdb.mi/mi2-var-block.exp: Likewise.
15520 * gdb.mi/mi2-var-child.exp: Likewise.
15521 * gdb.mi/mi2-var-cmd.exp: Likewise.
15522 * gdb.mi/mi2-var-display.exp: Likewise.
15523 * gdb.mi/mi2-watch.exp: Likewise.
15524 * gdb.stabs/exclfwd.exp: Likewise.
15525 * gdb.stabs/weird.exp: Likewise.
15526 * gdb.threads/gcore-thread.exp: Likewise.
15527 * gdb.trace/actions.exp: Likewise.
15528 * gdb.trace/backtrace.exp: Likewise.
15529 * gdb.trace/circ.exp: Likewise.
15530 * gdb.trace/collection.exp: Likewise.
15531 * gdb.trace/deltrace.exp: Likewise.
15532 * gdb.trace/infotrace.exp: Likewise.
15533 * gdb.trace/limits.exp: Likewise.
15534 * gdb.trace/packetlen.exp: Likewise.
15535 * gdb.trace/passc-dyn.exp: Likewise.
15536 * gdb.trace/passcount.exp: Likewise.
15537 * gdb.trace/report.exp: Likewise.
15538 * gdb.trace/save-trace.exp: Likewise.
15539 * gdb.trace/tfind.exp: Likewise.
15540 * gdb.trace/tracecmd.exp: Likewise.
15541 * gdb.trace/while-dyn.exp: Likewise.
15542 * gdb.trace/while-stepping.exp: Likewise.
15543
f4b618d1
JB
155442006-08-08 Joel Brobecker <brobecker@adacore.com>
15545
15546 * gdb.base/step-bt.c: New file.
15547 * gdb.base/step-bt.exp: New testcase.
15548
3d00d119
DJ
155492006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
15550
15551 * config/monitor.exp (gdb_load): Remove support for obsolete
15552 download-write-size.
15553 * gdb.base/remote.exp: Likewise. Update all callers of
15554 gdb_timed_load.
15555
017b5bd4
DJ
155562006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
15557
15558 * cursal.exp: Pass binfile to gdb_load.
15559
837c599d
DJ
155602006-08-01 Nathan Sidwell <nathan@codesourcery.com>
15561
15562 * gdb.base/cursal.exp: Add "" to gdb_load call.
15563
8dd4540b
MK
155642006-07-29 Mark Kettenis <kettenis@gnu.org>
15565
15566 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
15567 NetBSD/ELF targets.
15568
ab5c9f60
DJ
155692006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
15570
15571 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
15572 operator*.
15573
4c42eaff
DJ
155742006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
15575
15576 * gdb.base/completion.exp: Update for change in "file" behavior.
15577 * gdb.stabs/weird.exp: Likewise.
15578 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
15579 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
15580
0155cc76
NS
155812006-07-24 Nathan Sidwell <nathan@codesourcery.com>
15582
15583 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
15584 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
15585
16026cd7
AS
155862006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
15587
15588 * gdb.base/default.exp: Update source command error message.
15589 * gdb.base/help.exp: Update 'help source' message.
15590
16963cb6
DJ
155912006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
15592
15593 * gdb.cp/bs15503.exp: Update comment for no longer crashing
15594 test.
15595
6d7fd486
AS
155962006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
15597
15598 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
15599
29e8a844
DJ
156002006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15601
15602 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
15603
6afcfa39
DJ
156042006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15605
15606 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
15607
267a692b
MK
156082006-07-17 Mark Kettenis <kettenis@gnu.org>
15609
15610 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
15611 *-*-openbsd* from targets for wich we expect ARM FPA floating
15612 point format.
15613
85d2fec4
NR
156142006-07-17 Nick Roberts <nickrob@snap.net.nz>
15615
15616 * gdb.cp/annota3.exp: Expect frame-begin annotation.
15617
156182006-07-17 Mark Kettenis <kettenis@gnu.org>
15619
15620 * gdb.base/annota3.exp: Expect frame-begin annotation.
15621
85b4c6e8
JB
156222006-07-14 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.base/help.exp: Adjust "help unset" test to accept
15625 any list of unset commands.
15626
fb933624
DJ
156272006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
15628 Daniel Jacobowitz <dan@codesourcery.com>
15629
15630 * gdb.cp/ref-params.exp: New test.
15631 * gdb.cp/ref-params.cc: New source file.
15632 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
15633
1dff4b64
MK
156342006-07-08 Mark Kettenis <kettenis@gnu.org>
15635
15636 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
15637 spaces/tabs in regular expressions since they might not be there.
15638
40d2e0e3
AS
156392006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
15640
15641 * gdb.base/ifelse.exp: New file.
15642
f6c957d2
NS
156432006-07-04 Nathan Sidwell <nathan@codesourcery.com>
15644
15645 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
15646 line.
15647 * gdb.base/huge.exp: Loop over compilation to find a size that
15648 is acceptable.
15649 * gdb.base/remote.exp: Correct expected strings.
15650 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
15651
b9c5a23d
DJ
156522006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15653
15654 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
15655
9af2e58d
DJ
156562006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15657
15658 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
15659 native.
15660
30930ca5
DJ
156612006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15662
15663 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
15664 enable stabs testing.
15665
aa32fa1d
DJ
156662006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15667
bd4a4c80 15668 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
15669 gdb_test_multiple does.
15670
321fef15
DJ
156712006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15672
15673 * Makefile.in (host_alias): Remove.
15674 (target_alias): Use @target_noncanonical@.
15675 (site.exp): Don't set host_alias.
15676 * aclocal.m4: Remove contents. Include acx.m4.
15677 * configure: Regenerated.
15678 * configure.ac: Use ACX_NONCANONICAL_TARGET.
15679
e1c2defa
NS
156802006-06-13 Nathan Sidwell <nathan@codesourcery.com>
15681
e63b55d1
NS
15682 * lib/gdb.exp (gdb_load_cmd): New.
15683
5600ea19
NS
15684 * gdb.base/fileio.c: Add system(NULL) test.
15685 * gdb.base/fileio.exp: Check it.
15686
e1c2defa
NS
15687 * gdb.base/break.c: Add 10a breakpoint at }
15688 * gdb.base/break.exp: Add test for breakpoint at }
15689 * gdb.cp/anon-union.cc: Add code at end of function.
15690 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
15691 * gdb.mi/var-cmd.c: Add code at end of function.
15692 * gdb.mi/mi-var-display.exp: Adjust end of next.
15693 * gdb.mi/mi2-var-display.exp: Likewise.
15694 * gdb.base/fileio.c: Add stop function and insert calls at
15695 stopping places.
15696 * gdb.base/fileio.exp: Breakpoint stop function and remove
15697 explicit line number references.
15698
6c0112ec
JB
156992006-05-19 Joel Brobecker <brobecker@adacore.com>
15700
a9c64011
AS
15701 * gdb.base/del.exp (test_delete_alias): New function.
15702 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 15703
154189a4
FF
157042006-05-18 Fred Fish <fnf@specifix.com>
15705
15706 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
15707 required. Check for spurious output after program exits normally.
15708
582e64c2
FF
157092006-05-17 Fred Fish <fnf@specifix.com>
15710
15711 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
15712 gdb_load, so it works in the simulator.
15713
8ef6493a
FF
157142006-05-11 Fred Fish <fnf@specifix.com>
15715
15716 * gdb.base/bang.exp: Ignore unexpected output between the
15717 "program exited normally" and the gdb prompt, as many other
15718 tests do.
15719
692b141c
MK
157202006-05-07 Mark Kettenis <kettenis@gnu.org>
15721
15722 * gdb.base/help.exp: Make "delete checkpoint" part option for
15723 "help d" and "help delete" tests.
15724
540b8a30
UW
157252006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15726
a9c64011 15727 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
15728 expected output in some mi_gdb_test statements.
15729 * gdb.mi/mi2-basics.exp: Likewise.
15730
9b6462d9
JB
157312006-05-05 Joel Brobecker <brobecker@adacore.com>
15732
15733 * gdb.base/del.c: New file.
15734 * gdb.base/del.exp: New testcase.
15735
954de43b
DM
157362006-05-05 David S. Miller <davem@sunset.davemloft.net>
15737
15738 * gdb.base/break.exp: Do not assume a breakpoint on
15739 main will actually be in $srcfile when optimizing.
1303f75e
DM
15740 * gdb.base/savedregs.exp: Do not require that the dummy
15741 frame location match up to a symbol and source file location.
c3242428
DM
15742 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
15743 will get printed without a mi_cmd_data_list_register_values prefix.
15744 (*-data-list-register-*): Correct regular expressions to expect the new
15745 pseudo d? floating point registers.
15746 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 15747
c7e64c9a
DJ
157482006-05-05 Christophe Lyon <christophe.lyon@st.com>
15749
15750 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
15751 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
15752 is allocated by the compiler.
15753 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
15754 anons, e, anone to force their allocation by the compiler.
15755
157562006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
15757
15758 * gdb.base/help.exp: Update expected text for help d and
15759 help delete.
15760
27ce9a6d
MK
157612006-05-02 Mark Kettenis <kettenis@gnu.org>
15762
15763 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
15764 NetBSD/ELF targets.
15765
8608915f
MK
157662006-04-30 Mark Kettenis <kettenis@gnu.org>
15767
15768 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
15769 single-step breakpoint fails; make this a KFAIL on
15770 sparc*-*-openbsd*.
15771 * gdb.base/siginfo.exp: Likewise.
15772 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15773
b8db102d
MS
157742006-04-26 Michael Snyder <msnyder@redhat.com>
15775
15776 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
15777 which may have to consume output from other forks.
15778 Add tests to make sure that "delete fork" succeeded.
15779
c702009a
MS
157802006-04-20 Michael Snyder <msnyder@redhat.com>
15781
15782 * 2006-03-22 Jim Blandy <jimb@redhat.com>
15783 Add support for the Renesas M32C and M16C.
15784
15785 * gdb.asm/asm-source.exp: Add m32c target.
15786 * gdb.asm/m32c.inc: Support for m32c target.
15787
e28493f2
AS
157882006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
15789
15790 * gdb.base/commands.exp (recursive_source_test): New test.
15791
880da185
DM
157922006-04-04 David S. Miller <davem@sunset.davemloft.net>
15793
15794 * gdb.base/float.exp: Add pattern for sparc targets.
15795
61d9b92f
DJ
157962006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15797
15798 * gdb.base/commands.exp (stray_arg0_test): New test.
15799
bd717df8
PB
158002006-03-30 Paul Brook <paul@codesourcery.com>
15801
15802 * gdb.mi/mi-until.exp: kfail broken until command.
15803 * gdb.mi/mi2-until.exp: Ditto.
15804
ec793d3c
NR
158052006-03-27 Nick Roberts <nickrob@snap.net.nz>
15806
15807 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
15808
831004b7
AO
158092006-03-08 Alexandre Oliva <aoliva@redhat.com>
15810
15811 * gdb.base/prelink.exp: Anchor tested-for regular expression
15812 on gdb prompt.
15813
effe49a0
PB
158142006-03-07 Paul Brook <paul@codesourcery.com>
15815
15816 * gdb.base/assign.exp: Correct fail message.
15817
e5461016
PB
158182006-03-07 Paul Brook <paul@codesourcery.com>
15819
15820 * lib/compiler.c: Extract armcc version number.
15821 * lib/compiler.cc: Ditto.
15822
fc91c6c2
PB
158232006-03-07 Paul Brook <paul@codesourcery.com>
15824
15825 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
15826 additional_flags=-w.
15827 * gdb.arch/altivec-regs.exp: Ditto.
15828 * gdb.arch/e500-abi.exp: Ditto.
15829 * gdb.arch/e500-regs.exp: Ditto.
15830 * gdb.base/all-bin.exp: Ditto.
15831 * gdb.base/annota1.exp: Ditto.
15832 * gdb.base/annota3.exp: Ditto.
15833 * gdb.base/args.exp: Ditto.
15834 * gdb.base/arithmet.exp: Ditto.
15835 * gdb.base/assign.exp: Ditto.
15836 * gdb.base/async.exp: Ditto.
15837 * gdb.base/bang.exp: Ditto.
15838 * gdb.base/break.exp: Ditto.
15839 * gdb.base/call-rt-st.exp: Ditto.
15840 * gdb.base/completion.exp: Ditto.
15841 * gdb.base/cond-expr.exp: Ditto.
15842 * gdb.base/condbreak.exp: Ditto.
15843 * gdb.base/consecutive.exp: Ditto.
15844 * gdb.base/define.exp: Ditto.
15845 * gdb.base/display.exp: Ditto.
15846 * gdb.base/ena-dis-br.exp: Ditto.
15847 * gdb.base/environ.exp: Ditto.
15848 * gdb.base/eval-skip.exp: Ditto.
15849 * gdb.base/info-proc.exp: Ditto.
15850 * gdb.base/jump.exp: Ditto.
15851 * gdb.base/logical.exp: Ditto.
15852 * gdb.base/long_long.exp: Ditto.
15853 * gdb.base/maint.exp: Ditto.
15854 * gdb.base/miscexprs.exp: Ditto.
15855 * gdb.base/pc-fp.exp: Ditto.
15856 * gdb.base/pointers.exp: Ditto.
15857 * gdb.base/relational.exp: Ditto.
15858 * gdb.base/reread.exp: Ditto.
15859 * gdb.base/sect-cmd.exp: Ditto.
15860 * gdb.base/sep.exp: Ditto.
15861 * gdb.base/sepdebug.exp: Ditto.
15862 * gdb.base/until.exp: Ditto.
15863 * gdb.base/whatis-exp.exp: Ditto.
15864 * gdb.cp/annota2.exp: Ditto.
15865 * gdb.cp/annota3.exp: Ditto.
15866 * gdb.trace/actions.exp: Ditto.
15867 * gdb.trace/backtrace.exp: Ditto.
15868 * gdb.trace/circ.exp: Ditto.
15869 * gdb.trace/collection.exp: Ditto.
15870 * gdb.trace/deltrace.exp: Ditto.
15871 * gdb.trace/infotrace.exp: Ditto.
15872 * gdb.trace/limits.exp: Ditto.
15873 * gdb.trace/packetlen.exp: Ditto.
15874 * gdb.trace/passc-dyn.exp: Ditto.
15875 * gdb.trace/passcount.exp: Ditto.
15876 * gdb.trace/report.exp: Ditto.
15877 * gdb.trace/save-trace.exp: Ditto.
15878 * gdb.trace/tfind.exp: Ditto.
15879 * gdb.trace/tracecmd.exp: Ditto.
15880 * gdb.trace/while-dyn.exp: Ditto.
15881 * gdb.trace/while-stepping.exp: Ditto.
15882 * lib/gdb.exp: Ditto.
15883 (gdb_compile): Handle nowarning option.
15884
5f4a23d9
AO
158852006-03-07 Alexandre Oliva <aoliva@redhat.com>
15886
15887 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
15888 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
15889 Rename executable to prelinkt. Don't re-prelink if we didn't
15890 get a core file. Test prelink -u exit status to tell whether
15891 prelinking failed. Use gdb_test_multiple.
15892
9733fc94
DJ
158932006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
15894
15895 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
15896 (do_tests): Call it.
15897
cc10cae3
AO
158982006-02-28 Alexandre Oliva <aoliva@redhat.com>
15899
15900 * gdb.base/prelink.exp: New test.
15901 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
15902
15c46491
WZ
159032006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
15904
15905 * gdb.fortran/derived-type.f90: New file.
15906 * gdb.fortran/derived-type.exp: New testcase.
15907
5c9f7ded
DJ
159082006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
15909
15910 * gdb.base/default.exp: Allow ';' as a directory separator.
15911
5b96932b
AS
159122006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15913
15914 * gdb.base/help.exp (help add-symbol-file): Update.
15915
1986bccd
AS
159162006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15917
15918 * gdb.base/help.exp (help load): Update expected results.
15919
a8b7528f
FF
159202006-02-19 Fred Fish <fnf@specifix.com>
15921
15922 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
15923 specifix hex value as part of results.
15924 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 15925
f8261448
FF
159262006-02-16 Fred Fish <fnf@specifix.com>
15927
15928 * gdb.base/whatis.c: Define variables using typedefs char_addr,
15929 ushort_addr, and slong_addr, so the typedefs are not optimized
15930 away.
15931 * gdb.base/whatis.exp: Add tests using type name for struct type,
15932 union type, enum type, and typedef.
a9c64011 15933
31d8bdd2
MK
159342006-02-13 Mark Kettenis <kettenis@gnu.org>
15935
15936 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
15937
34e41e63
JB
159382006-02-13 Jim Blandy <jimb@redhat.com>
15939
15940 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
15941 case where it takes two "next" commands to skip past the init
15942 call.
15943
ac6e4f31
FF
159442006-02-12 Fred Fish <fnf@specifix.com>
15945
15946 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
15947 to handle cases where it takes two "next" commands to skip
15948 past the init call.
15949
2db2d571
JB
159502006-02-07 Joel Brobecker <brobecker@adacore.com>
15951
15952 * gdb.ada/array_return.exp: Mark the last test as expected to fail
15953 on hppa32 targets.
15954
38fcd64c
DJ
159552006-02-06 Vladimir Prus <ghost@cs.msu.su>
15956
15957 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
15958 field.
15959
1315ad46
MK
159602006-01-29 Mark Kettenis <kettenis@gnu.org>
15961
15962 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
15963
5625b943
DJ
159642006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15965
15966 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
15967 files.
15968
80df1bbe
DJ
159692006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15970
15971 * gdb.cp/maint.exp: Set complaints to a positive value.
15972
9078e690
DJ
159732006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15974
15975 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
15976 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
15977 function name.
15978
9c903399
DJ
159792006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15980
15981 * gdb.base/checkpoint.c: Update copyright notice. Include
15982 <stdlib.h>.
15983
761ae4d6
JB
159842006-01-04 Jim Blandy <jimb@redhat.com>
15985
15986 * gdb.asm/asm-source.exp: Independently provide default values for
15987 asm-flags and debug-flags. Use 'string equal' to do the
15988 comparison, not the implicit expr's '==' operator. Remove
15989 now-unneeded assignments to asm-flags. In h8300 case, place
15990 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
15991
099ac3dd
MS
159922006-01-04 Michael Snyder <msnyder@redhat.com>
15993
15994 * gdb.base/checkpoint.c: New file.
15995 * gdb.base/checkpoint.exp: New file.
15996 * gdb.base/multi-fork.c: New file.
15997 * gdb.base/multi-fork.exp: New file.
15998 * gdb.base/pi.txt: New file (data for checkpoint.c test).
15999
f4d85314
FF
160002006-01-04 Fred Fish <fnf@specifix.com>
16001
16002 * gdb.base/ptype.c (foo): Add typedef.
16003 (intfoo): Add function.
16004 * gdb.base/ptype1.c: New file.
16005 * gdb.base/ptype.exp: Handle compilation and linking with two
16006 source files. Test that proper type for "foo" is found based
16007 on source context rather than first match found in symtabs.
16008
a1b06f35
MK
160092005-12-28 Mark Kettenis <kettenis@gnu.org>
16010
16011 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
16012 * gdb.asm/openbsd.inc: Indent commands.
16013
d082a1e2
MK
160142005-12-26 Mark Kettenis <kettenis@gnu.org>
16015
c65016bd
MK
16016 * gdb.base/freebpcmd.exp: Increase timeout.
16017
d082a1e2
MK
16018 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
16019
d3c32a0e
DJ
160202005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
16021
16022 * gdb.base/default.exp: Update check for "show version".
16023
9fdb1f50
RC
160242005-12-09 Randolph Chung <tausq@debian.org>
16025
16026 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
16027 * gdb.asm/pa64.inc: New file.
16028
5f2c56f7
RC
160292005-12-09 Randolph Chung <tausq@debian.org>
16030
16031 * gdb.asm/common.inc: Indent commands.
16032 * gdb.asm/asmsrc1.s: Likewise.
16033 * gdb.asm/asmsrc2.s: Likewise.
16034
8117349c
RC
160352005-12-09 Randolph Chung <tausq@debian.org>
16036
16037 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
16038 (get_addr_of_sym): Remove duplicate print.
16039 (gen_core): xfail hppa*-*-hpux*, update expected output.
16040 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
16041 * gdb.arch/pa64-nullify.s: New file.
16042
8f07f25a
RC
160432005-12-09 Randolph Chung <tausq@debian.org>
16044
16045 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
16046
55b39184
DJ
160472005-12-07 Christophe Lyon <christophe.lyon@st.com>
16048
16049 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
16050 code generation for these functions.
16051 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
16052 error message.
16053
31e2b00f
AS
160542005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
16055
16056 * gdb.base/help.exp (help b, help br, help bre, help brea)
16057 (help break): Update the expected message.
16058
c3d0b56e
SC
160592005-11-11 Stephane Carrez <stcarrez@nerim.fr>
16060
16061 * gdb.asm/m68hc11.inc: Setup the data section.
16062 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
16063 script for this test.
16064 (m6812-*-*): Likewise.
16065
36ae0ea9
RC
160662005-11-09 Randolph Chung <tausq@debian.org>
16067
16068 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
16069
9d6f42e9
WZ
160702005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
16071
16072 * gdb.base/break.exp: Fix a comment typo.
16073
e2126a14
EZ
160742005-11-03 Jim Blandy <jimb@redhat.com>
16075
a9c64011
AS
16076 Checked in by Elena Zannoni <ezannoni@redhat.com>
16077
889bf7c5 16078 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 16079
e0ac7199
CV
160802005-11-02 Corinna Vinschen <vinschen@redhat.com>
16081
16082 * gdb.arch/gdb1558.c: Include stdio.h.
16083
31d3fb18
MK
160842005-10-31 Mark Kettenis <kettenis@gnu.org>
16085
16086 * gdb.asm/asm-source.exp: Use -e instead of --entry.
16087
e52b687c
MK
160882005-10-31 Mark Kettenis <kettenis@gnu.org>
16089
16090 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
16091
f4711d79
PG
160922005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
16093
a9c64011
AS
16094 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
16095 vscr" tests to better match output.
f4711d79 16096
987a9106
JB
160972005-10-12 Jim Blandy <jimb@redhat.com>
16098
16099 * gdb.base/structs.exp (any): New function.
16100 (test_struct_returns): Don't make any assumptions at all about
16101 what value the function returns when GDB can't set the return
16102 value.
16103
2336bb58
JB
161042005-10-09 Joel Brobecker <brobecker@adacore.com>
16105
16106 * gdb.ada/arrayidx/p.adb: New file.
16107 * gdb.ada/arrayidx.exp: New testcase
16108
161092005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
16110
16111 * gdb.ada/array_return/pck.ads: New file.
16112 * gdb.ada/array_return/pck.adb: New file.
16113 * gdb.ada/array_return/p.adb: New file.
16114 * gdb.ada/array_return.exp: New testcase.
16115
705335ea
JB
161162005-10-03 Joel Brobecker <brobecker@adacore.com>
16117
a9c64011
AS
16118 * gdb.base/arrayidx.c: New file.
16119 * gdb.base/arrayidx.exp: New testcase.
705335ea 16120
11ee9940
NR
161212005-09-29 Nick Roberts <nickrob@snap.net.nz>
16122
16123 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
16124 frames-invalid and breakpoints-invalid are no longer generated
16125 with level 3 so don't expect them in the output.
16126
39fb8e9e
BR
161272005-09-27 Bob Rossi <bob@brasko.net>
16128
a9c64011 16129 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
16130 from test. Escape the | in mi_gdb_test call.
16131 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
16132 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
16133 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
16134 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
16135 expected regex's in mi_gdb_test calls.
16136 * lib/mi-support.exp: Remove arbitrary .* from tests.
16137 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
16138 Fully anchor GDB/MI expected results in mi_gdb_test.
16139 * lib/gdb.exp (string_to_regexp): Escape the ] character.
16140 * gdb.base/sizeof.exp: Remove escape character. Correct test.
16141
2af48f68
PB
161422005-09-26 Paul Brook <paul@codesourcery.com>
16143
16144 * long_long.exp: Exclude eabi targets from arm FPA float format test.
16145
f34502bc
WZ
161462005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
16147
16148 * bfp-test.c: New file.
16149 * bfp-test.exp: New testcase.
16150
ca929517
WZ
161512005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
16152
16153 * gdb.fortran/subarray.exp: New testcase to test the evaluation
16154 of subarray and substring variable.
16155 * gdb.fortran/subarray.f: New source file for the test of subarray
16156 and substring variable evaluation.
16157 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
16158 of string constant.
16159
c761af65
DJ
161602005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
16161
16162 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
16163 copyright dates.
16164
561d7a1d
PG
161652005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
16166
16167 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
16168 powerpc altivec' test with an almost identical 'info vector' test.
16169
b2b64cc9
PG
161702005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
16171
a9c64011
AS
16172 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
16173 vscr" tests to match output.
b2b64cc9 16174
6ac4d15a
PG
161752005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
16176
a9c64011
AS
16177 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
16178 output.
6ac4d15a 16179
40e55bef
BR
161802005-09-11 Bob Rossi <bob@brasko.net>
16181
889bf7c5
PA
16182 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
16183 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
16184 commands that return an MI output command and an asyncronous MI output
16185 command.
40e55bef
BR
16186 * gdb.mi/mi-console.exp: Ditto.
16187
3c7385ec
BR
161882005-09-11 Bob Rossi <bob@brasko.net>
16189
16190 * gdb.mi/mi-var-child.c: Include <string.h>.
16191
a6cd0eb3
DJ
161922005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
16193
16194 * killed.exp: Correct gdb_expect syntax.
16195
2f168eed
CV
161962005-08-09 Corinna Vinschen <vinschen@redhat.com>
16197
16198 * lib/mi-support.exp (mi_gdb_load): Fix typo.
16199
ecd3fd0f
BR
162002005-08-02 Bob Rossi <bob@brasko.net>
16201
16202 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
16203 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
16204 Change tests to inferior-tty-set/show.
16205 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
16206 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
16207 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
16208 inferior. Use mi_gdb_test to get GDB and Inferior output.
16209 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
16210 descriptor.
16211 (mi_inferior_tty_name): Add inferior PTY file name.
16212 (mi_gdb_start): Add INFERIOR_PTY parameter.
16213 (mi_gdb_test): Add IPATTERN parameter.
16214
f1ea48cb 162152005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 16216
f1ea48cb
BR
16217 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
16218 parameter to mi_gdb_test.
16219 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
16220
6e650a67
DJ
162212005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16222
16223 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
16224 struct_declarations.
16225 * gdb.mi/mi-var-child.exp: Step over the initialization of
16226 struct_declarations.
16227
8be260b6
DJ
162282005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16229
16230 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
16231 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
16232 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
16233 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
16234 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
16235 file.
16236
4e660f07
NR
162372005-07-27 Nick Roberts <nickrob@snap.net.nz>
16238
16239 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
16240 (do_children_tests): Assign values to the extra elements.
16241
16242 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
16243 them for tests for "-var-update --no-values" and
a9c64011 16244 "-var-update --all-values".
4e660f07
NR
16245 Add test for "-var-list-children --simple-values".
16246
16247 * gdb.mi/basics.c (callee4): Add integer array D[3]...
16248
16249 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
16250 "-stack-list-locals --simple-values" Improve doc strings and
16251 comments.
16252
6bdae935
MK
162532005-07-18 Mark Kettenis <kettenis@gnu.org>
16254
598b7a6f
MK
16255 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
16256 *-*-openbsd*.
16257 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
16258
6bdae935
MK
16259 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
16260 sigaltsatck'.
16261
1323e929 162622005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 16263
1323e929
BR
16264 * gdb.base/default.exp (tty): Changed output of command.
16265 * gdb.base/help.exp (help tty): Ditto.
16266
b1a9c082
MK
162672005-07-12 Mark Kettenis <kettenis@gnu.org>
16268
16269 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
16270
10a844a2
MK
162712005-07-10 Mark Kettenis <kettenis@gnu.org>
16272
16273 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
16274 -stack-select-frame without arguments.
16275 (test_stack_frame_listing): Add test for newly implemented command
16276 -stack-info-frame.
16277
3cb3b8df
BR
162782005-07-06 Bob Rossi <bob@brasko.net>
16279
16280 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
16281 command.
16282 (Copyright): Update copyright.
16283
a0c5fbcf
WZ
162842005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
16285
16286 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
16287 tests to evaluate exponentiation expression.
16288
984971d0
AS
162892005-06-29 Andreas Schwab <schwab@suse.de>
16290
16291 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
16292 main to avoid warnings.
16293
16294 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
16295
fe03833f
NR
162962005-06-20 Nick Roberts <nickrob@snap.net.nz>
16297
16298 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
16299 -stack-select-frame without arguments.
16300 (test_stack_frame_listing): Add test for newly implemented command
16301 -stack-info-frame.
a9c64011 16302
7a55f279
WZ
163032005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
16304
0ffa0ea5
DJ
16305 * gdb.fortran/array-element.f: New file.
16306 * gdb.fortran/array-element.exp: New testcase.
7a55f279 16307
26585198
DJ
163082005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16309
16310 * gdb.base/bigcore.exp: Correct checks for systems which can
16311 not dump a large core file.
16312
c1bd25fd
DJ
163132005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16314
16315 * gdb.base/relocate.c: Add a copyright notice.
16316 (dummy): Remove.
16317 * gdb.base/relocate.exp: Test printing the values of variables
16318 from a relocatable file.
16319
589e074d
DJ
163202005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16321
16322 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
16323 excess MI output after an error.
16324
0915f927
JB
163252005-05-29 Joel Brobecker <brobecker@adacore.com>
16326
16327 * gdb.arch/alpha-step.c: New file.
16328 * gdb.arch/alpha-step.exp: New testcase.
16329
76ff342d
DJ
163302005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
16331 Dennis Brueni <dennis@slickedit.com>
16332
16333 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
16334 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
16335 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
16336 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
16337 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16338 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
16339 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
16340
96b0c7ac
DJ
163412005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
16342 Wu Zhou <woodzltc@cn.ibm.com>
16343
16344 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
16345 IBM's xlc compiler.
16346 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
16347 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
16348
f21565d2
JB
163492005-05-13 Jim Blandy <jimb@redhat.com>
16350
16351 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
16352 calling gdb_suppress_entire_file.
16353 * gdb.base/charset.exp: Same.
16354 * gdb.base/call-rt-st.exp: Same.
16355
6006a3a1
BR
163562005-05-05 Bob Rossi <bob_rossi@cox.net>
16357
16358 * lib/gdb.exp (fullname_syntax): Added global regex.
16359 (fullname_syntax_POSIX): Ditto.
16360 (fullname_syntax_UNC): Ditto.
16361 (fullname_syntax_DOS_CASE): Ditto.
16362 (fullname_syntax_DOS): Ditto.
16363 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
16364 fullname_syntax variable to scope and use it.
16365 (test_file_list_exec_source_files): Ditto.
16366 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
16367
c3b69c04
DJ
163682005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
16369
16370 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
16371
3c95e6af
PG
163722004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
16373
a9c64011
AS
16374 * lib/gdb.exp (skip_altivec_tests): New function, based on
16375 check_vmx_hw_available from the GCC testsuite.
16376 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
16377 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 16378
78df6c56
JB
163792005-05-02 Jim Blandy <jimb@redhat.com>
16380
16381 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
16382 calling gdb_suppress_entire_file.
16383
1690f9cf
DJ
163842005-04-30 Randolph Chung <tausq@debian.org>
16385
16386 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
16387 Slightly relax "sem_post" name checking.
16388
5ea106f7
PG
163892005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
16390
16391 * gdb.base/unload.exp: Use new shared library infrastructure.
16392
bf7234cf
PG
163932005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
16394
16395 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 16396 infrastructure.
bf7234cf 16397
547b869a
CV
163982005-04-29 Corinna Vinschen <vinschen@redhat.com>
16399
16400 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
16401 * gdb.asm/h8300.inc: New file.
16402
f07e55f0
PG
164032005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16404
16405 * gdb.base/shlib-call.exp: Change to use new shared library
16406 infrastructure.
16407
3cbba3d1
PG
164082005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16409
a9c64011
AS
16410 * gdb.base/pending.exp: Change to use new shared library
16411 infrastructure.
3cbba3d1 16412
ed6df200
PG
164132005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16414
a9c64011
AS
16415 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
16416 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 16417
8c8f4ebe
PG
164182005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
16419
a9c64011
AS
16420 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
16421 shared objects being adjusted and update copyright years.
8c8f4ebe 16422
607fbc54
DJ
164232005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
16424
16425 * ChangeLog: Correct some 2003-01-13 dates.
16426 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
16427 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
16428 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
16429 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
16430 gdb.trace/tfind.exp: Update copyright years.
16431
57bf0e56
DJ
164322005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
16433 Daniel Jacobowitz <dan@codesourcery.com>
16434
16435 * lib/gdb.exp (gdb_compile): Handle shlib=.
16436 (gdb_compile_shlib): New function.
16437
9b593790
PG
164382005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
16439
a9c64011 16440 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 16441
9494c6a5
DJ
164422005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
16443
16444 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
16445 gdb.server.
16446 * configure.ac: Likewise.
16447 * configure: Regenerated.
16448 * gdb.gdbserver/Makefile.in: Moved to...
16449 * gdb.server/Makefile.in: ... here.
16450 * gdb.gdbserver/server.c: Moved to...
16451 * gdb.server/server.c: ... here.
16452 * gdb.gdbserver/server-run.exp: Moved to...
16453 * gdb.server/server-run.exp: ... here.
16454
6f8eac0e
DJ
164552005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
16456
16457 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
16458 * configure.ac: Create gdb.gdbserver/Makefile.
16459 * configure: Regenerated.
16460 * lib/gdbserver-support.exp: New file, derived from
16461 config/gdbserver.exp.
16462 * config/gdbserver.exp: Use gdbserver-support.exp.
16463 * gdb.gdbserver/Makefile.in: New file.
16464 * gdb.gdbserver/server.c: New file.
16465 * gdb.gdbserver/server-run.exp: New file.
16466
6e87504d
PG
164672005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
16468
a9c64011
AS
16469 * lib/gdb.exp (test_compiler_info): Return compiler_info
16470 if no arguments are given.
6e87504d 16471
d1779be4
PG
164722005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
16473
16474 * gdb.arch/altivec-abi.exp: Check for compiler and set
16475 use altivec' flag accordingly.
16476 * gdb.arch/altivec-regs.exp: Likewise.
16477
88750304
DJ
164782005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
16479
16480 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
16481
f3fb768d
AS
164822005-03-27 Andreas Schwab <schwab@suse.de>
16483
16484 * gdb.base/bigcore.c (main): Add missing mode argument in open
16485 call.
16486
7e813ac5
DJ
164872005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
16488
16489 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
16490 downloads.
16491 * config/gdbserver.exp (gdb_load): Likewise.
16492
8e3049aa
PB
164932005-03-14 Paul Brook <paul@codesourcery.com>
16494
16495 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
16496 targets.
16497
a9df7c44
JB
164982005-03-09 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.dwarf2/dup-psym.S: New file.
16501 * gdb.dwarf2/dup-psym.exp: New testcase.
16502
9f0d94e8
JB
165032005-03-09 Joel Brobecker <brobecker@adacore.com>
16504
16505 * gdb.ada/exec_changed/first.adb: New file.
16506 * gdb.ada/exec_changed/second.adb: New file.
16507 * gdb.ada/exec_changed.exp: New testcase.
16508
5f579bc5
NS
165092005-03-08 Nathan Sidwell <nathan@codesourcery.com>
16510
36e9969c
NS
16511 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
16512 (A2): New class.
16513 (main): Test operator+.
16514 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
16515 breakpoint test.
16516
5f579bc5
NS
16517 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
16518 * gdb.base/signull.exp: Disable if gdb,nosignals.
16519 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
16520 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
16521 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
16522 * gdb.mi/mi2-console.exp: Likewise.
16523 * gdb.trace/collection.exp (run_trace_experiment): Consume the
16524 continue output at start.
16525 (gdb_collect_locals_test): Robustify regexp.
16526 * gdb.trace/passc-dyn.exp: Fix comment typo.
16527 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
16528
be46087e
CV
165292005-03-08 Corinna Vinschen <vinschen@redhat.com>
16530
16531 * gdb.asm/asm-source.exp: Add iq2000 case.
16532 * gdb.asm/iq2000.inc: New file.
16533
384e1a61 165342005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 16535
384e1a61
MI
16536 * gdb.base/command.exp: Change hardcoded value to regular expression.
16537 * gdb.base/float.exp: Add powerpc to the list of targets checked.
16538
584b6e9e
DJ
165392005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
16540
16541 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
16542 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
16543 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
16544 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
16545 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
16546
ab5b5d61
MK
165472005-03-05 Mark Kettenis <kettenis@gnu.org>
16548
16549 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
16550 changes.
16551
ae051c1b
PG
165522004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
16553
a9c64011
AS
16554 * lib/compiler.c: Add test for IBM's xlc compiler.
16555 * lib/compiler.cc: Likewise.
ae051c1b 16556
3f0f6ed2
JB
165572004-02-24 Joel Brobecker <brobecker@adacore.com>
16558
16559 * gdb.ada/fixed_points.exp: Create compilation object directory
16560 before running the test.
16561 * gdb.ada/null_record.exp: Likewise.
16562 * gdb.ada/packed_array.exp: Likewise.
16563 * gdb.ada/start.exp: Likewise.
16564
724f452b
JB
165652005-02-15 Joel Brobecker <brobecker@adacore.com>
16566
16567 * gdb.ada/packed_array/pa.adb: New file.
16568 * gdb.ada/packed_array.exp: New testcase.
16569
57f5cdfb 165702005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 16571
1f393151
MK
16572 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
16573 files.
16574
ebdda337
MK
16575 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
16576 on *-*-openbsd*. Correctly match whitespace in regukar
16577 expressions.
16578
cf309262
DJ
165792005-02-10 Daniel Jacobowitz <dan@debian.org>
16580
16581 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
16582 PR exp/1821
16583 * gdb.base/gdb1821.c: New test file.
16584 * gdb.base/gdb1821.exp: New test file.
16585
3be49e7a
JB
165862005-02-09 Joel Brobecker <brobecker@adacore.com>
16587
16588 * gdb.base/start.c: New file.
16589 * gdb.base/start.exp: New testcase.
16590
e292e67d
JB
165912005-02-09 Joel Brobecker <brobecker@adacore.com>
16592
16593 * gdb.ada/start/dummy.adb: New file.
16594 * gdb.ada/start.exp: New testcase.
16595
dbdfa66c
CV
165962005-02-09 Corinna Vinschen <vinschen@redhat.com>
16597
16598 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
16599 for printing symbols and statistics.
16600 Add test for using relative pathnames in "maint print msymbols" test.
16601 Mark "maint info sections DATA" XFAIL on Cygwin.
16602 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
16603 tests.
16604
d7941671
AC
166052005-02-09 Andreas Schwab <schwab@suse.de>
16606
16607 Committed by Andrew Cagney <cagney@gnu.org>
16608 * gdb.base/remotetimeout.exp: New file.
16609
74e5ef44
MK
166102005-02-07 Mark Kettenis <kettenis@gnu.org>
16611
16612 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
16613
464dd14d
JB
166142005-02-03 Joel Brobecker <brobecker@adacore.com>
16615
16616 * gdb.ada/gnat_ada.gpr: New file.
16617 * gdb.ada/gnat_ada.gin: Delete, no longer used.
16618 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
16619 * configure.ac: No longer generate gnat_ada.gpr.
16620 * configure: Regenerate.
16621 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
16622 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
16623 * gdb.ada/null_record/bar.ads: Likewise.
16624 * gdb.ada/null_record/bar.adb: Likewise.
16625 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
16626 * gdb.ada/null_record.exp (testdir): New variable.
16627 (testfile): executable is now in testdir subdirectory.
16628 (srcfile): Use full path to the main compilation unit.
16629 * gdb.ada/fixed_points.exp: Same changes as above.
16630
30d756ae
NR
166312005-02-03 Nick Roberts <nickrob@snap.net.nz>
16632
16633 * gdb.base/interp.exp: New test.
16634
9d799f85
AC
166352005-01-24 Andrew Cagney <cagney@gnu.org>
16636
16637 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
16638
15656118
AC
166392005-01-19 Andrew Cagney <cagney@gnu.org>
16640
a892c31b
AC
16641 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
16642 configure.ac not configure.in.
16643
15656118
AC
16644 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
16645 of powerpc*-*-*.
16646 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 16647 * gdb.base/list.exp (test_list_function)
15656118
AC
16648 (test_list_filename_and_function): Ditto.
16649 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
16650
a7b01baf
AC
166512005-01-16 Andrew Cagney <cagney@gnu.org>
16652
17d92a02
AC
16653 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
16654
a7b01baf
AC
16655 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
16656
bc8332bb
AC
166572005-01-14 Andrew Cagney <cagney@gnu.org>
16658
16659 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
16660 * gdb.mi/mi2-var-cmd.exp: Ditto.
16661
4d074752
CV
166622005-01-10 Corinna Vinschen <vinschen@redhat.com>
16663
16664 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
16665
bec39cab
AC
166662005-01-07 Andrew Cagney <cagney@gnu.org>
16667
16668 * configure.ac: Rename configure.in, require autoconf 2.59.
16669 * configure: Re-generate.
16670 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
16671 * gdb.stabs/configure: Re-generate.
16672 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
16673 * gdb.hp/configure: Re-generate.
16674 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
16675 autoconf 2.59.
16676 * gdb.hp/gdb.objdbg/configure: Re-generate.
16677 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
16678 autoconf 2.59.
16679 * gdb.hp/gdb.defects/configure: Re-generate.
16680 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
16681 autoconf 2.59.
16682 * gdb.hp/gdb.compat/configure: Re-generate.
16683 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
16684 autoconf 2.59.
16685 * gdb.hp/gdb.base-hp/configure: Re-generate.
16686 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
16687 autoconf 2.59.
16688 * gdb.hp/gdb.aCC/configure: Re-generate.
16689
f10b16d4
JB
166902004-12-15 Jim Blandy <jimb@redhat.com>
16691
16692 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
16693 under NPTL when there is debugging info available for libpthread.
16694
fb6e1814
JG
166952004-12-13 Jerome Guitton <guitton@gnat.com>
16696
16697 * gdb.ada/fixed_points.c: New file.
16698 * gdb.ada/fixed_points.exp: New file.
16699
fe46cd3a
RC
167002004-12-03 Randolph Chung <tausq@debian.org>
16701
16702 * gdb.arch/pa-nullify.exp: New file.
16703 * gdb.arch/pa-nullify.s: New file.
16704
8de0841b
RC
167052004-11-30 Randolph Chung <tausq@debian.org>
16706
16707 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
16708 instead of "tbug". Fix regexp to work properly with gdb_test.
16709
c8170782
PH
167102004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
16711
16712 * gdb.base/bitfields2.exp: New test.
16713 * gdb.base/bitfields2.c: New file.
16714
954269c2
RE
167152004-11-28 Richard Earnshaw <rearnsha@arm.com>
16716
16717 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
16718
0107feed
RC
167192004-11-16 Randolph Chung <tausq@debian.org>
16720
16721 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
16722
f073ae8c
DJ
167232004-11-14 Daniel Jacobowitz <dan@debian.org>
16724
16725 * gdb.threads/threadapply.exp: Correct "macro details" test.
16726
19ad59e7
JJ
167272004-11-11 Jeff Johnston <jjohnstn@redhat.com>
16728
16729 * gdb.threads/threadapply.exp: New test.
16730 * gdb.threads/threadapply.c: New file.
16731
9cf0961b
MK
167322004-11-07 Mark Kettenis <kettenis@gnu.org>
16733
16734 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
16735 frames.
16736
c789492a
FL
167372004-11-05 Felix Lee <felix+log1@specifixinc.com>
16738
16739 * gdb.base/cursal.exp: New file.
16740 * gdb.base/cursal.c: New file.
16741
a1e167bb
AC
167422004-11-03 Andrew Cagney <cagney@gnu.org>
16743
16744 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
16745
b7cbf173
MK
167462004-10-30 Mark Kettenis <kettenis@gnu.org>
16747
16748 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
16749 NetBSD/ELF targets.
16750
88f9d34f
JB
167512004-10-29 Joel Brobecker <brobecker@gnat.com>
16752
16753 * gdb.threads/bp_in_thread.c: New file, copied from
16754 pthread_cond_wait.c.
16755 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
16756 file, rather than reusing the .c file from another testcase.
16757
ca7d6a0c
JB
167582004-10-20 Joel Brobecker <brobecker@gnat.com>
16759
16760 * gdb.ada/null_record.exp: Check where we stopped after
16761 sending the start command, instead of where the associated
16762 temporary breakpoint was inserted.
16763
0d863d03
AC
167642004-10-14 Andrew Cagney <cagney@gnu.org>
16765
16766 * gdb.mi/gdb701.c (main): Return 0.
16767
d11e72cb
DJ
167682004-10-13 Daniel Jacobowitz <dan@debian.org>
16769
d40539a4 16770 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 16771
e1923096
JJ
167722004-10-12 Jeff Johnston <jjohnstn@redhat.com>
16773
16774 * gdb.threads/schedlock.c: Add comment markers to use to find
16775 line numbers.
16776 * gdb.threads/schedlock.exp: Adjust regex to handle the new
16777 comments.
16778 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
16779 breakpoint lines.
16780
ec8ba2c9
DJ
167812004-10-12 Daniel Jacobowitz <dan@debian.org>
16782
16783 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
16784
0eb3658b
DJ
167852004-10-12 Daniel Jacobowitz <dan@debian.org>
16786
16787 * configure.in: Add gdb.dwarf2.
16788 * configure: Regenerated.
16789 * Makefile.in: Add gdb.dwarf2.
16790 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
16791 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
16792 gdb.dwarf2/file1.txt: New files.
16793
a271cc33
OF
167942004-10-11 Orjan Friberg <orjanf@axis.com>
16795
a9c64011 16796 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
16797 of "run", since the latter doesn't work with remote targets. Adjust
16798 the breakpoint numbering accordingly.
16799 * gdb.threads/pthread_cond_wait.exp: Ditto.
16800
895ce074
MC
168012004-10-08 Michael Chastain <mec.gnu@mindspring.com>
16802
16803 * gdb.base/overlays.exp: Update copyright years.
16804
6be3092d
KI
168052004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
16806
16807 * gdb.base/overlays.exp: Disable if target is Linux.
16808
e05389b8
FL
168092004-10-06 Felix Lee <felix+log1@specifixinc.com>
16810
16811 * config/gdbserver.exp (gdb_load): Use right filename on remote.
16812
73cb587d
KI
168132004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
16814
16815 * gdb.asm/asm-source.exp: Add m32r-linux target.
16816 * gdb.asm/m32r-linux.inc: New file.
16817
3c0edcdc
AC
168182004-09-24 Andrew Cagney <cagney@redhat.com>
16819 David Anderson <anderson@redhat.com>
16820
16821 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
16822 command fails, assume things will work.
16823 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
16824 (_GNU_SOURCE): Define.
16825 (print_unsigned, print_hex): Change parameter to "long long".
16826 (print_byte_count): New function, use to print byte counts.
16827 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
16828 O_LARGEFILE.
16829 (main): Compute an upper bound on a corefile in max_core_size.
16830 Limit memory chunk size to max_core_size. Limit total memory
16831 allocated to max_core_size.
16832
4bb3667f
AC
168332004-09-23 Andrew Cagney <cagney@gnu.org>
16834
16835 * gdb.base/bigcore.exp: Replace the code that creates a corefile
16836 from a separate process with code that creates a corefile by
16837 making the inferior dump core.
16838
60fe1a51
MK
168392004-09-23 Mark Kettenis <kettenis@gnu.org>
16840
16841 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
16842 block.
16843
8e937346
MC
168442004-09-23 Michael Chastain <mec.gnu@mindspring.com>
16845
16846 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
16847 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
16848 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
16849 Likewise.
16850
7213f6d6
JJ
168512004-09-20 Jeff Johnston <jjohnstn@redhat.com>
16852
16853 * gdb.java/jprint.exp: New test case for java inferior call.
16854 * gdb.java/jprint.java: Ditto.
16855
eac69dca
JB
168562004-09-15 Joel Brobecker <brobecker@gnat.com>
16857
16858 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
16859
22227696
MC
168602004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16861
16862 * gdb.threads/killed.c: Include <stdlib.h>.
16863 * gdb.threads/pthreads.c: Likewise.
16864
7dd403a4
MC
168652004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16866
16867 * gdb.threads/killed.c: Add copyright notice.
16868
33f2d567
JM
168692004-09-10 Jason Molenda (jmolenda@apple.com)
16870
a9c64011
AS
16871 * gdb.base/define.exp: Two new tests to verify zero space chars
16872 after 'if' and 'while' commands in a user-defined command is correctly
16873 parsed.
33f2d567 16874
e05b62ac
AC
168752004-09-08 Andrew Cagney <cagney@gnu.org>
16876
16877 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
16878 delivery test with duplicate at end of file.
16879
9cbe82da
MK
168802004-09-06 Mark Kettenis <kettenis@jive.nl>
16881
16882 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
16883
564803d9
MC
168842004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16885
16886 * config/hppro.exp: Removed.
16887
7c6807ce
MC
168882004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16889
16890 * config/sparclet.exp: Removed.
16891
bf7e26dd
MC
168922004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16893
16894 * config/udi.exp: Removed.
16895
714e341b
MC
168962004-09-02 Michael Chastain <mec.gnu@mindspring.com>
16897
16898 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
16899 of "exp_continue".
16900 (advancei): Likewise.
16901
1236e623
JJ
169022004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16903
16904 * gdb.base/unload.exp: Fix so messages aren't duplicated.
16905
3bdcad15
MI
169062004-09-01 Manoj Iyer <manjo@austin.ibm.com>
16907
228af206 16908 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
16909 to check for nodebug in executable.
16910 * gdb.gdb/observer.exp (setup_test): Likewise.
16911 * gdb.gdb/selftest.exp (test_with_self): Likewise.
16912 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
16913
c72b934c
AC
169142004-09-01 Andrew Cagney <cagney@gnu.org>
16915
16916 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16917 files.
16918
edd9b715
JJ
169192004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16920
16921 * gdb.base/unload.exp: Fix expected warning message to match
16922 latest format.
16923
fb4ce06b
CV
169242004-09-01 Corinna Vinschen <vinschen@redhat.com>
16925
16926 * gdb.base/call-rt-st.exp: Fix typos.
16927
ce78e7c3
MI
169282004-08-31 Manoj Iyer <manjo@austin.ibm.com>
16929
16930 * gdb.threads/thread_check.exp: New testcase.
16931 * gdb.threads/thread_check.c: New testcase.
16932
2dedb159
AC
169332004-08-31 Andrew Cagney <cagney@gnu.org>
16934
16935 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
16936 (skip_to_handler_entry): New procedures. Test stepping into a
16937 handler when the breakpoint is at the handler's entry point.
16938
68f53502
AC
169392004-08-30 Andrew Cagney <cagney@gnu.org>
16940
16941 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
16942 gdb/1757.
16943
3e3ffd2b
MC
169442004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16945
16946 With code from Manoj Iyer <manjo@austin.ibm.com>:
16947 * lib/gdb.exp (gdb_file_cmd): Return more information in the
16948 return value. Add an arm for "no debugging symbols found".
16949 Change a stray "error" to "perror".
16950 (gdb_run_cmd): Adapt to new return value.
16951 * gdb.base/remote.exp: Adapt to new return value.
16952 * gdb.gdb/complaints.exp: Likewise.
16953 * gdb.gdb/observer.exp: Likewise.
16954 * gdb.gdb/selftest.exp: Likewise.
16955 * gdb.gdb/xfullpath.exp: Likewise.
16956
4b6f5fd2
JB
169572004-08-27 Joel Brobecker <brobecker@gnat.com>
16958
16959 * gdb.threads/bp_in_thread.exp: New testcase.
16960
e5b25496
MC
169612004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16962
16963 Fix PR testsuite/1735.
16964 * gdb.threads/schedlock.c (thread_function): Add a cast
16965 to suppress a gcc warning.
16966 * gdb.threads/thread-specific.c (thread_function): Likewise.
16967
934353d6
MC
169682004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16969
16970 * gdb.base/unload.c: Include <stdlib.h>.
16971
f98a0aef 169722004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 16973
f98a0aef 16974 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
16975 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
16976 synchronized after the "return".
16977
5a2e8882
MC
169782004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16979
16980 * gdb.mi/basics.c: Include <stdio.h>.
16981 * gdb.mi/pthreads.c: Include <stdlib.h>.
16982 * gdb.mi/var-cmd.c: Include <stdlib.h>.
16983
a9640423
MC
169842004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16985
16986 * gdb.threads/schedlock.c: Add copyright notice.
16987
b04e311d
AC
169882004-08-25 Andrew Cagney <cagney@gnu.org>
16989
16990 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
16991 (skip_over_handler, breakpoint_over_hander): New test procedures.
16992 (advance, advancei): Add a proper prefix, do not use
16993 rerun_to_main.
16994 * gdb.base/sigstep.c (main): Change to use an infinite loop.
16995
7c27f15b
MC
169962004-08-24 Michael Chastain <mec.gnu@mindspring.com>
16997
16998 * gdb.mi/basics.c: Add copyright notice.
16999 * gdb.mi/var-cmd.c: Add copyright notice.
17000
fffc87ae
MC
170012004-08-23 Michael Chastain <mec.gnu@mindspring.com>
17002
17003 * lib/gdb.exp: Remove signed_keyword_not_used.
17004 * lib/compiler.c: Likewise.
17005 * lib/compiler.cc: Likewise.
17006
d782e0bf
MC
170072004-08-23 Michael Chastain <mec.gnu@mindspring.com>
17008
17009 * gdb.base/whatis.c: Remove conditional disabling of "signed".
17010 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
17011
96033e83
MC
170122004-08-23 Michael Chastain <mec.gnu@mindspring.com>
17013
17014 * gdb.base/whatis.c: Add copyright notice.
17015
cf38c229
MK
170162004-08-20 Mark Kettenis <kettenis@gnu.org>
17017
17018 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
17019 it to skip the breakpoints encoded in the inline assembly.
17020
f4b49756
MC
170212004-08-20 Michael Chastain <mec.gnu@mindspring.com>
17022
17023 * Makefile.in: Add gdb.fortran.
17024
2f193b69
MC
170252004-08-20 Michael Chastain <mec.gnu@mindspring.com>
17026
17027 * gdb.base/call-sc.exp (test_scalar_returns):
17028 Fix cut-and-paste glitch in "Make fun return now".
17029
89a237cb
MC
170302004-08-17 Michael Chastain <mec.gnu@mindspring.com>
17031
17032 * configure.in: Add gdb.fortran.
17033 * configure: Regenerate.
17034 * gdb.fortran/Makefile.in: New file.
17035 * lib/gdb.exp (skip_fortran_tests): New procedure.
17036
469aff8e
MC
170372004-08-17 Michael Chastain <mec.gnu@mindspring.com>
17038
17039 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
17040 reference to bug-gnu@prep.ai.mit.edu.
17041 * gdb.mi/mi-var-child.exp: Likewise.
17042 * gdb.mi/mi-var-cmd.exp: Likewise.
17043 * gdb.mi/mi-var-display.exp: Likewise.
17044 * gdb.mi/mi2-var-block.exp: Likewise.
17045 * gdb.mi/mi2-var-child.exp: Likewise.
17046 * gdb.mi/mi2-var-cmd.exp: Likewise.
17047 * gdb.mi/mi2-var-display.exp: Likewise.
17048
00b51b9f
MK
170492004-08-15 Mark Kettenis <kettenis@gnu.org>
17050
17051 * gdb.base/unload.c (main): Make local variable msg const.
17052
45f07fef
MC
170532004-08-15 Michael Chastain <mec.gnu@mindspring.com>
17054
17055 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
17056 to bug-gnu@prep.ai.mit.edu.
17057 * gdb.mi/mi-disassemble.exp: Likewise.
17058 * gdb.mi/mi-eval.exp: Likewise.
17059 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
17060 default line number.
17061 * gdb.mi/mi-return.exp: Likewise.
17062 * gdb.mi/mi-simplerun.exp: Likewise.
17063 * gdb.mi/mi-stack.exp: Likewise.
17064 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
17065 number with explicit range test.
17066 * gdb.mi/mi-watch.exp: Likewise.
17067 * gdb.mi/mi2-break.exp: Likewise.
17068 * gdb.mi/mi2-cli.exp: Likewise.
17069 * gdb.mi/mi2-disassemble.exp: Likewise.
17070 * gdb.mi/mi2-eval.exp: Likewise.
17071 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
17072 default line number.
17073 * gdb.mi/mi2-return.exp: Likewise.
17074 * gdb.mi/mi2-simplerun.exp: Likewise.
17075 * gdb.mi/mi2-stack.exp: Likewise.
17076 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
17077 number with explicit range test.
17078 * gdb.mi/mi2-watch.exp: Likewise.
17079
dd8c8ee7
MC
170802004-08-15 Michael Chastain <mec.gnu@mindspring.com>
17081
17082 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
17083 * gdb.cp/m-static.exp: Likewise.
17084 * gdb.cp/rtti.exp: Likewise.
17085
4e838464
MK
170862004-08-14 Mark Kettenis <kettenis@gnu.org>
17087
17088 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
17089
8d8cb839
EZ
170902004-08-14 Eli Zaretskii <eliz@gnu.org>
17091
17092 * ChangeLog: Prefix Local Variables with semi-colons and indent
17093 the reference to older ChangeLog files, to fix fontification in
17094 Emacs.
17095
deea8bb0
MC
170962004-08-13 Michael Chastain <mec.gnu@mindspring.com>
17097
17098 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
17099 * gdb.mi/mi2-break.exp: Likewise.
17100
c3297504
MC
171012004-08-13 Michael Chastain <mec.gnu@mindspring.com>
17102
17103 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
17104
25808999
MC
171052004-08-13 Michael Chastain <mec.gnu@mindspring.com>
17106
17107 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
17108
226a8d71
MC
171092004-08-13 Michael Chastain <mec.gnu@mindspring.com>
17110
17111 * gdb.cp/classes.exp: Remove unused declarations. Just let
17112 test names default instead of providing special names. Remove
17113 extraneous demangler test.
17114
37fdf854
JJ
171152004-08-12 Jeff Johnston <jjohnstn@redhat.com>
17116
17117 * gdb.base/unload.exp: New test for breakpoints in dynamically
17118 loaded libraries.
17119 * gdb.base/unload.c: Ditto.
17120 * gdb.base/unloadshr.c: Ditto.
17121
2d3a7986
MC
171222004-08-12 Michael Chastain <mec.gnu@mindspring.com>
17123
17124 * gdb.cp/classes.exp (test_ptype_class_objects): Call
17125 cp_test_ptype_class.
17126 (test_enums): Likewise.
17127
c72b934c
AC
171282004-08-10 Andrew Cagney <cagney@gnu.org>
17129
17130 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
17131 files.
17132
cc503c8a
AC
171332004-08-10 Andrew Cagney <cagney@gnu.org>
17134
17135 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
17136 init_malloc call.
17137
902f2ccb
MC
171382004-08-10 Michael Chastain <mec.gnu@mindspring.com>
17139
17140 * ChangeLog: Add copyright notice. The notice is copied
17141 from emacs 21.3 top level ChangeLog.
17142
78c90502
MC
171432004-08-09 Michael Chastain <mec.gnu@mindspring.com>
17144
17145 * lib/cp-support.exp: New file.
17146 * lib/cp-support.exp (cp_test_type_class): New function.
17147 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
17148 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
17149 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
17150 cp_test_ptype_class.
17151
88e5ea78
MC
171522004-08-09 Michael Chastain <mec.gnu@mindspring.com>
17153
17154 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
17155 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17156 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
17157 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
17158 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
17159 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
17160 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
17161 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
17162 gdb.mi/mi2-watch.exp: Update copyright years.
17163
6a89fc9c
MK
171642004-08-09 Mark Kettenis <kettenis@gnu.org>
17165
17166 * gdb.base/sigaltstack.exp: Provide proper anchoring.
17167
1482e0de
MC
171682004-08-09 Michael Chastain <mec.gnu@mindspring.com>
17169
17170 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
17171 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
17172 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
17173 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17174 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
17175 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
17176 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
17177 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17178 gdb.mi/mi-watch.exp: Update copyright years.
17179
1a5ce3f3
DJ
171802004-08-08 Daniel Jacobowitz <dan@debian.org>
17181
17182 PR gdb/1738
17183 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
17184 from a breakpoint with a pending signal.
17185
04f6ecf2
DJ
171862004-08-08 Daniel Jacobowitz <dan@debian.org>
17187
17188 PR gdb/1736
17189 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
17190 * gdb.base/sigaltstack.exp (finish_test): Consume output until
17191 the prompt.
17192 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
17193
54d90d35
DJ
171942004-08-08 Daniel Jacobowitz <dan@debian.org>
17195
17196 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
17197
d2f6abb0
DJ
171982004-08-08 Daniel Jacobowitz <dan@debian.org>
17199
17200 PR gdb/1736
17201 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
17202 for i?86-*-linux*.
17203
5598c03d
DJ
172042004-08-08 Daniel Jacobowitz <dan@debian.org>
17205
17206 * gdb.arch/i386-prologue.exp: Compile without debug information.
17207
c6fee705
MC
172082004-08-08 Michael Chastain <mec.gnu@mindspring.com>
17209
17210 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
17211 rather than asking gdb to search.
17212
dd90efdb
MC
172132004-08-05 Michael Chastain <mec.gnu@mindspring.com>
17214
17215 * gdb.base/gcore.c: Include <string.h>.
17216
1e84bec1
MC
172172004-08-05 Michael Chastain <mec.gnu@mindspring.com>
17218
17219 * gdb.base/gcore.c: Add copyright notice.
17220
e425eb2b
MC
172212004-08-05 Michael Chastain <mec.gnu@mindspring.com>
17222
17223 * gdb.base/freebpcmd.c: Include <stdio.h>.
17224 * gdb.base/long_long.c: Include <string.h>.
17225 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
17226 * gdb.base/siginfo.c: Include <string.h>.
17227 * gdb.base/sigstep.c: Include <string.h>.
17228
cb9aaed5
MC
172292004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17230
17231 * gdb.base/complex.c: Include <stdlib.h>.
17232
55944f3d
MC
172332004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17234
17235 * gdb.base/complex.c: Add copyright notice.
17236
7b2953d9
MC
172372004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17238
17239 * gdb.base/charset.c: Include <stdlib.h>.
17240
c9133d23
MC
172412004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17242
17243 * gdb.base/auxv.c: Include <stdlib.h>.
17244
0a8490ad
MC
172452004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17246
17247 * gdb.base/auxv.c: Add copyright notice.
17248
3426d5ec
MC
172492004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17250
17251 * gdb.base/coremaker.c: Add copyright notice.
17252 * gdb.base/coremaker2.c: Add copyright notice.
17253
8da195dd
AC
172542004-08-04 Andrew Cagney <cagney@gnu.org>
17255
17256 * gdb.base/store.exp: Update copyright.
17257 (check_set, up_set, check_struct, up_struct): Add a prefix to test
17258 names, do not import gdb_prompt.
17259
8d394f98
AC
172602004-08-01 Andrew Cagney <cagney@gnu.org>
17261
17262 Fix PR testsuite/1729.
17263 * gdb.base/dump.exp: Add test name to callers of capture_value, do
17264 not use capture_value with value 4.
17265 (capture_value): Add optional test name parameter.
17266 (test_reload_saved_value, test_restore_saved_value): Use $msg as
17267 the prefix, pass to capture_value.
17268
b6702b23
MK
172692004-08-01 Mark Kettenis <kettenis@gnu.org>
17270
17271 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
17272 * gdb.arch/i386-prologue.c (standard): New prototype and function.
17273 (main): Call new function.
17274
c203e0ca
MC
172752004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17276
17277 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
17278
a7995a30
MC
172792004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17280
17281 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
17282
9366563b
MC
172832004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17284
b6eeaf26 17285 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
17286 Accept more values of vtbl pointer. Remove some messages
17287 about "obsolete gcc or gdb".
17288
2fc1f950
MC
172892004-07-30 Michael Chastain <mec.gnu@mindspring.com>
17290
17291 * gdb.cp/classes.exp: Accept more varieties of ptype output.
17292
c724d49b
MC
172932004-07-30 Michael Chastain <mec.gnu@mindspring.com>
17294
17295 * gdb.base/asm-source.exp: Properly convert target board
17296 debug flags from gcc format to binutils format.
17297
736b0fce
MK
172982004-07-28 Mark Kettenis <kettenis@gnu.org>
17299
17300 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
17301 gdb1718". PR backtrace/1718 partially fixed.
17302
5633ea5c
JJ
173032004-07-27 Jeff Johnston <jjohnstn@redhat.com>
17304
17305 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
17306
575eebb1
NC
173072004-07-26 Nick Clifton <nickc@redhat.com>
17308
17309 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
17310 good default value for a specific architecture is available then
17311 set it to that value. Otherwise default to the -gstabs switch.
17312 Remove the -g... switches from the asm-flags variable. Allow the
17313 target board info to override the value if it wants to. Pass the
17314 switch on the assembler command line.
17315
62104619
MK
173162004-07-23 Mark Kettenis <kettenis@gnu.org>
17317
17318 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
17319 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
17320 (main): Call new function.
17321
4a1135b8
MC
173222004-07-22 Michael Chastain <mec.gnu@mindspring.com>
17323
17324 Test for PR exp/1715.
17325 * gdb.base/radix.exp: Refactor common procedures. Make all
17326 test names unique. Change XFAIL to KFAIL.
17327
8a12c1f0
MC
173282004-07-20 Michael Chastain <mec.gnu@mindspring.com>
17329
17330 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
17331 * gdb.ada/gnat_ada.gin: ... to here.
17332 * configure.in: Use gnat_ada.gin.
17333 * configure: Regenerate.
17334
23b451cf
AC
173352004-07-20 Andrew Cagney <cagney@gnu.org>
17336
17337 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
17338 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
17339 XFAILs. Clean up test messages and comments. Check backtraces.
17340 Delete re-sync code.
17341
ab618a02
MC
173422004-07-19 Michael Chastain <mec.gnu@mindspring.com>
17343
17344 Fix PR cli/740.
17345 * gdb.base/annota1.exp: Honor gdb,nosignals.
17346 * gdb.base/annota3.exp: Likewise.
17347
46dad340
MC
173482004-07-19 Michael Chastain <mec.gnu@mindspring.com>
17349
17350 * lib/java.exp: Update copyright notice.
17351
756d8c70
AC
173522004-07-19 Andrew Cagney <cagney@gnu.org>
17353
17354 * gdb.base/selftest.exp: Copy file from here ...
17355 * gdb.gdb/selftest.exp: ... to here.
17356
586027e6
AC
173572004-07-16 Andrew Cagney <cagney@redhat.com>
17358
17359 * lib/insight-support.exp: Delete file.
17360 * lib/java.exp (java_init): Fix copyright.
17361
029d2200
AC
173622004-07-16 Andrew Cagney <cagney@gnu.org>
17363
17364 * gdb.base/restore.c: Append "prologue" to comments marking the a
17365 function's prologue.
17366 * gdb.base/restore.exp: Update copyright, re-indent.
17367 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
17368 callerN" prefix where needed. Update patterns that match a
17369 function's prologue.
17370
653b62c5
MC
173712004-07-16 Michael Chastain <mec.gnu@mindspring.com>
17372
17373 * gdb.base/restore.c: Add copyright notice.
17374
f7d690e5
AC
173752004-07-16 Andrew Cagney <cagney@gnu.org>
17376
17377 * gdb.base/logical.exp: Update copyright.
17378 (evaluate): New procedure. Use to re-implement tests using
17379 several tables.
17380
d629a7cb
MH
173812004-07-14 Martin Hunt <hunt@redhat.com>
17382
17383 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
17384 which fixes some problems where init.tcl was not found.
17385
9c7bb332
AC
173862004-07-13 Andrew Cagney <cagney@gnu.org>
17387
6bf46641
AC
17388 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
17389 (check_sizeof, check_valueof): Do not include the output in the
17390 test name. Use gdb_test.
17391 (get_valueof): Use gdb_test_multiple.
17392
c4ffd4c0
AC
17393 * gdb.base/step-test.exp: Update copyright. Use
17394 gdb_test_multiple. Ensure that test names do not include
17395 architecture dependent output.
17396
ab89363a
AC
17397 * gdb.gdb/observer.exp: Update copyright.
17398 (setup_test): Use gdb_test_multiple.
17399 (attach_first_observer, attach_second_observer)
17400 (attach_third_observer, detach_first_observer)
17401 (detach_second_observer, detach_third_observer)
17402 (reset_counters, check_counters): Make $message a prefix.
17403 (test_normal_stop_notifications): Add "args" parameter - a list of
17404 init functions to be called. Make $message a prefix,
17405 (test_observer_normal_stop): Change the message prefixes so that
17406 they are unique, pass the attach / detach procedures to
17407 test_normal_stop_notifications.
17408
ec58997a
AC
17409 * gdb.base/signull.exp (test_segv): Prefix all tests with
17410 "${name}". Clean up test messages.
17411
b475183b
AC
17412 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
17413
9c7bb332
AC
17414 * gdb.base/ena-dis-br.exp: Update copyright.
17415 (break_at): New function. Replace send_gdb with gdb_test,
17416 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
17417 ignore count, not stopped at bpt", with KFAIL.
17418
2dd95497
CV
174192004-07-13 Corinna Vinschen <vinschen@redhat.com>
17420
17421 * gdb.base/attach.exp: Remove cleanupfile handling.
17422
419e626b
AC
174232004-07-12 Andrew Cagney <cagney@gnu.org>
17424
17425 * gdb.base/annota1.exp: Cleanup corefile test name.
17426 * gdb.base/annota3.exp: Ditto.
17427
8b1b3228
AC
174282004-07-12 Andrew Cagney <cagney@gnu.org>
17429
78650829
AC
17430 * gdb.base/signals.exp: Clean up copyright, re-indent.
17431
8b1b3228
AC
17432 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
17433 gdb_test and gdb_test_multiple.
17434
935c2760
JJ
174352004-07-08 Jeff Johnston <jjohnstn@redhat.com>
17436
17437 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 17438 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
17439 provide line number info for first statement in main.
17440
1544280f
AC
174412004-07-08 Andrew Cagney <cagney@gnu.org>
17442
1279f4ff
AC
17443 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
17444
1544280f
AC
17445 * gdb.base/sigbpt.exp: Make the common part of each test name a
17446 prefix instead of suffix.
17447
bcc82369
BR
174482004-07-07 Bob Rossi <bob_rossi@cox.net>
17449
17450 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
17451 test from test_tbreak_creation_and_listing to
17452 test_file_list_exec_source_file
17453 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
17454 Changed name of test from test_tbreak_creation_and_listing to
17455 test_file_list_exec_source_file
17456
23f4b0aa
JJ
174572004-07-07 Jeff Johnston <jjohnstn@redhat.com>
17458
17459 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
17460 the jmisc() constructor instead of <init>.
17461 * gdb.java/jmisc1.exp: Ditto.
17462
56401cd5
AC
174632004-07-07 Andrew Cagney <cagney@gnu.org>
17464
17465 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
17466 corrupting the PC.
17467
44ae2f6a
MC
174682004-07-06 Michael Chastain <mec.gnu@mindspring.com>
17469
17470 * gdb.cp/templates.exp: Accept whitespace change in demangler
17471 output.
17472
45a83408
AC
174732004-07-06 Andrew Cagney <cagney@gnu.org>
17474
17475 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
17476
d205ad70
MC
174772004-07-02 Michael Chastain <mec.gnu@mindspring.com>
17478
17479 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
17480 * lib/compiler.cc: Likewise.
17481
06ea1a61
MC
174822004-06-30 Michael Chastain <mec.gnu@mindspring.com>
17483
17484 * lib/compiler.cc: Work around string preprocessing problem
17485 with old hp c++ compiler.
17486 * lib/compiler.c: Likewise.
17487
daab1251
CV
174882004-06-29 Corinna Vinschen <vinschen@redhat.com>
17489
17490 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
17491 directives to conditionalize symbol prefixing.
17492 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
17493 additional_flags handling. Add underscore prefix for Cygwin.
17494 * gdb.arch/i386-unwind.c: Use preprocessor directives to
17495 conditionalize symbol prefixing.
17496 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
17497 additional_flags handling. Add underscore prefix for Cygwin.
17498
cc984116
CV
174992004-06-29 Corinna Vinschen <vinschen@redhat.com>
17500
17501 * gdb.base/bigcore.exp: Skip test on Cygwin.
17502
c279b077
MC
175032004-06-28 Michael Chastain <mec.gnu@mindspring.com>
17504
17505 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
17506 formats for "info register". Use gdb_test_multiple. Fix
17507 the "invalid register" test.
17508
0e915747
CV
175092004-06-28 Corinna Vinschen <vinschen@redhat.com>
17510
17511 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
17512 PID for Cygwin. Add Cygwin specific strings to check for in some
17513 tests.
17514 (do_attach_tests): Add a test for user interaction when attaching
17515 to a process with no matching symbol table already loaded.
17516
11422c86
AC
175172004-06-26 Andrew Cagney <cagney@gnu.org>
17518
17519 Test PR java/1567 and PR java/1565.
17520 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
17521 * gdb.java/jmisc2.exp: Delete file.
17522
cefbce26
MC
175232004-06-26 Michael Chastain <mec.gnu@mindspring.com>
17524
17525 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
17526
e19f872c
CV
175272004-06-25 Corinna Vinschen <vinschen@redhat.com>
17528
17529 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
17530 attach process.
17531
d931ba3b
MC
175322004-06-23 Michael Chastain <mec.gnu@mindspring.com>
17533
17534 * gdb.cp/pr-1553.exp: Remove.
17535
aef68c48
MC
175362004-06-22 Michael Chastain <mec.gnu@mindspring.com>
17537
17538 * gdb.cp/pr-1553.cc: Remove.
17539 * gdb.cp/pr-1553.exp: Disable this test.
17540
8d5df71a
JB
175412004-06-20 Jim Blandy <jimb@redhat.com>
17542
a9c64011 17543 Fix PR testsuite/1680.
8d5df71a
JB
17544 * gdb.arch/i386-sse.exp: Properly quote curly braces in
17545 regular expressions.
17546
4ac6f39d
MC
175472004-06-19 Michael Chastain <mec.gnu@mindspring.com>
17548
17549 Fix PR testsuite/1679.
17550 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
17551 Issue an UNSUPPORTED result instead.
17552
1b413552
JB
175532004-06-18 Jim Blandy <jimb@redhat.com>
17554
17555 * gdb.base/charset.exp: Only send a control-C if we see a new
17556 prompt and incomplete command.
17557
6daa6ebd
MC
175582004-06-18 Michael Chastain <mec.gnu@mindspring.com>
17559
17560 * gdb.cp/pr-574.cc: Add copyright notice.
17561
51fa4ae0
JB
175622004-06-17 Jim Blandy <jimb@redhat.com>
17563
17564 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
17565 cases where the regexp has no groups; this grabs random text from
17566 the previous test suite, whatever that was.
17567
8fea26c5
MC
175682004-06-17 Michael Chastain <mec.gnu@mindspring.com>
17569
17570 * gdb.cp/printmethod.cc: Add copyright notice.
17571
1e3aeb41
MC
175722004-06-16 Michael Chastain <mec.gnu@mindspring.com>
17573
17574 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
17575
9d9030bc
AC
175762004-06-16 Andrew Cagney <cagney@gnu.org>
17577
17578 * gdb.base/signull.c: Update copyright. Include <string.h>.
17579 (bowler): Replace data_pointer with data_read
17580 and data_write cases. Add code_descriptor case.
17581 (zero, desc): New array and pointer.
17582 (data, code): Change to simple pointers.
17583 * gdb.base/signull.exp: Fix probe pattern matching a function
17584 descriptor SIGSEGV. Replace data_pointer with data_read and
17585 data_write tests.
17586
acd4ad44
AC
175872004-06-16 Andrew Cagney <cagney@gnu.org>
17588
17589 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
17590
08fd625c
MC
175912004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17592
17593 * gdb.base/long_long.c: Add copyright notice.
17594
1903502c
MC
175952004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17596
17597 * gdb.base/long_long.exp: Remove reference to
17598 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
17599 to gdb_breakpoint and gdb_continue_to_breakpoint.
17600
83313cb1
JB
176012004-06-14 Jim Blandy <jimb@redhat.com>
17602
17603 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
17604 endian case.
17605
1bf404ef
AC
176062004-06-14 Andrew Cagney <cagney@gnu.org>
17607
17608 * gdb.base/gcore.exp (capture_command_output): Delete the always
17609 passing tests containing inferior values.
17610 * gdb.base/ending-run.exp: Do not include the breakpoint address
17611 in the test message. Update copyright.
17612 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
17613 size in the test name, use gdb_test_multiple. Update copyright.
17614
ef220b33
MC
176152004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17616
17617 * gdb.cp/ref-types.cc: Add copyright notice.
17618
4f70a4c9
MC
176192004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17620
17621 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
17622 hp_aCC_compiler.
17623 * lib/compiler.cc: Likewise.
17624 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
17625 'set' commands. Log diagnostics for other lines. Set
17626 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
17627
335928ac
MC
176282004-06-13 Michael Chastain <mec.gnu@mindspring.com>
17629
17630 * gdb.cp/try_catch.cc: Add copyright notice.
17631
2efb12e8
MC
176322004-06-12 Michael Chastain <mec.gnu@mindspring.com>
17633
17634 * gdb.cp/userdef.cc: Add copyright notice.
17635
0bbed51a
MC
176362004-06-11 Michael Chastain <mec.gnu@mindspring.com>
17637
17638 * gdb.cp/virtfunc.cc: Add copyright notice.
17639
e12a46c9
RC
176402004-06-11 Randolph Chung <tausq@debian.org>
17641
17642 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
17643 problem.
17644
338e05af
AC
176452004-06-10 Andrew Cagney <cagney@gnu.org>
17646
17647 * lib/compiler.cc, lib/compiler.c: Append either
17648 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
17649 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
17650 instead of gcc-3-3.
17651
dc3f10cb
AC
176522004-06-09 Andrew Cagney <cagney@gnu.org>
17653
b4d946af
AC
17654 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
17655 gdb/1455, bug is specific to "long long" and "double".
a9c64011 17656
dc3f10cb
AC
17657 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
17658 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
17659 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
17660 fixed.
17661
b5c0bfa2
AC
176622004-06-09 Andrew Cagney <cagney@gnu.org>
17663
17664 * gdb.base/structs.exp (test_struct_returns): Replace
17665 "return_value_unknown" and "finish_value_unknown" by
17666 "return_value_known" and "finish_value_known". Instead of
17667 "return_value_unknown" iff "finish_value_unknown", check
17668 "return_value_known" implies "finish_value_known".
17669
caeb605f
MH
176702004-06-08 Martin Hunt <hunt@redhat.com>
17671
17672 * gdb.base/float.exp: Add pattern for mips targets.
17673
c892bb64
RC
176742004-06-08 Randolph Chung <tausq@debian.org>
17675
17676 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
17677 message for unknown architectures more clear.
17678
48306d3e
JB
176792004-06-08 Joel Brobecker <brobecker@gnat.com>
17680
17681 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
17682 start the execution of the program.
17683
83ecb59f
JB
176842004-06-07 Jim Blandy <jimb@redhat.com>
17685
17686 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
17687 * gdb.arch/i386-cpuid.h: New helper file.
17688
55264cb4
RC
176892004-06-07 Randolph Chung <tausq@debian.org>
17690
17691 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
17692 has started.
17693
23cadb28
RM
176942004-06-04 Roland McGrath <roland@redhat.com>
17695
17696 Fix PR gdb/1647.
17697 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
17698 differently to be robust to output buffering differences.
17699
51d01eda
MC
177002004-06-04 Michael Chastain <mec.gnu@mindspring.com>
17701
17702 * gdb.threads/pthreads.exp: Update copyright years.
17703 (check_control_c): Change asynchronous 'after' to synchronous.
17704
f4fc3b93
RM
177052004-06-04 Roland McGrath <roland@redhat.com>
17706
17707 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
17708 next gdb prompt.
17709
4013522b
MC
177102004-06-02 Michael Chastain <mec.gnu@mindspring.com>
17711
17712 Fix PR gdb/1636.
17713 * gdb.threads/manythreads.exp: Change asynchronous 'after'
17714 calls to synchronous.
17715
7a8f1e6b
JB
177162004-05-26 Jim Blandy <jimb@redhat.com>
17717
17718 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
17719
81bb3443
RC
177202004-05-24 Randolph Chung <tausq@debian.org>
17721
17722 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
17723 * gdb.asm/pa.inc: New file.
17724
8f5a3103
MK
177252004-05-22 Mark Kettenis <kettenis@gnu.org>
17726
17727 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
17728
734b8fe8 177292004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 17730 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
17731
17732 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
17733 GDB prompt.
17734
725603e1
UW
177352004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17736
f4fc3b93 17737 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
17738 setjmp/longjmp. Use sigaction instead of signal.
17739
8b923272 177402004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 17741 Michael Snyder <msnyder@redhat.com>
8b923272
JB
17742
17743 * gdb.threads/pthread_cond_wait.c: New file.
17744 * gdb.threads/pthread_cond_wait.exp: New testcase.
17745
8bfabb04
AC
177462004-05-13 Andrew Cagney <cagney@redhat.com>
17747
17748 * gdb.base/signull.exp, gdb.base/signull.c: New files.
17749 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
17750
42edda50
AC
177512004-05-11 Andrew Cagney <cagney@redhat.com>
17752
17753 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
17754 fixed but revealed gdb/1639.
17755
d303a6c7
AC
177562004-05-10 Andrew Cagney <cagney@redhat.com>
17757
17758 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
17759 func1" and "next to 2nd alarm", kernel bug avoided.
17760
bf08c2a1
DJ
177612004-05-10 Daniel Jacobowitz <dan@debian.org>
17762
17763 PR external/1568
17764 * gdb.base/bigcore.exp: Check the size of the dumped core file.
17765 XFAIL if it is smaller than bytes_allocated.
17766 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
17767 (main): Make chunks_allocated unsigned. Correct comment.
17768
c0586a34
JB
177692004-05-07 Joel Brobecker <brobecker@gnat.com>
17770
17771 * gdb.arch/powerpc-aix-prologue.c: New file.
17772 * gdb.arch/powerpc-aix-prologue.exp: New file.
17773
f2785d12
JB
177742004-05-07 Jim Blandy <jimb@redhat.com>
17775
17776 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
17777 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
17778
bd7f6e30
JB
177792004-05-06 Joel Brobecker <brobecker@gnat.com>
17780
17781 * gdb.base/sep.exp: No longer setup_kfail when the program was
17782 built with dwarf2.
17783
0a5e7efe
JI
177842004-05-05 Jim Ingham <jingham@apple.com>
17785
17786 * gdb.base/pending.exp: Make sure pending breakpoints
17787 preserve the ignore count.
f4fc3b93 17788
a8958849
MK
177892004-04-27 Jerome Guitton <guitton@gnat.com>
17790
17791 * i386-prologue.exp: Add testcase for jump instruction as first
17792 instruction of the real code.
17793 * i386-prologue.c (jump_at_beginning): New function.
17794
7e103f5b
MK
177952004-04-28 Mark Kettenis <kettenis@gnu.org>
17796
17797 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
17798 x86_64-*-*.
17799
5d38b224
MK
178002004-04-28 Mark Kettenis <kettenis@gnu.org>
17801
17802 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
17803 i*86-*-*.
17804
0ef32fd9
MK
178052004-04-25 Mark Kettenis <kettenis@gnu.org>
17806
17807 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
17808 expression that checks the return type.
17809
71d7dd7c
AC
178102004-04-23 Andrew Cagney <cagney@redhat.com>
17811
17812 * gdb.base/call-sc.exp: New test of scalar call/return values.
17813 * gdb.base/call-sc.c: Ditto.
17814
1e9f977e
JJ
178152004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17816
17817 * gdb.threads/manythreads.c: Reduce thread stack size.
17818
899d9e3a
JJ
178192004-04-23 Jeff Johnston <jjohnstn@redhat.com>
17820
17821 * gdb.threads/manythreads.c: Add copyright notice.
17822
61bcae62
AC
178232004-04-23 Andrew Cagney <cagney@redhat.com>
17824
17825 * gdb.base/siginfo.exp: Better handle step out of signal.
17826 * gdb.base/sigstep.exp: Ditto.
17827
7339a42e 178282004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 17829 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
17830
17831 * gdb.threads/manythreads.c: New testcase.
17832 * gdb.threads/manythreads.exp: Ditto.
17833
5c98409b
JB
178342004-04-22 Jim Blandy <jimb@redhat.com>
17835
17836 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
17837 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
17838
3b611f1a
MC
178392004-04-21 Michael Chastain <mec.gnu@mindspring.com>
17840
17841 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
17842
f0fd9238
AC
178432004-04-21 Andrew Cagney <cagney@redhat.com>
17844
17845 * gdb.base/sigstep.c: New file.
17846 * gdb.base/sigstep.exp: New file.
17847
90990674
JB
178482004-04-16 Joel Brobecker <brobecker@gnat.com>
17849
17850 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
17851 call to observer_notify_normal_stop.
17852
78cef34b
AC
178532004-04-15 Andrew Cagney <cagney@redhat.com>
17854
17855 * gdb.base/siginfo.c: New file.
17856 * gdb.base/siginfo.exp: New file.
17857
d2343407
JB
178582004-04-12 J. Brobecker <brobecker@gnat.com>
17859
17860 * gdb.base/sep.exp: Fix typo in comment.
17861
a2dba3c8
JB
178622004-04-12 J. Brobecker <brobecker@gnat.com>
17863
17864 * gdb.base/sep.c: New file.
17865 * gdb.base/sep-proc.c: New file.
17866 * gdb.base/sep.exp: New testcase.
17867
15f7b60e
MK
178682004-04-09 Mark Kettenis <kettenis@gnu.org>
17869
17870 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
17871 support.
17872
44f4de1a
AC
178732004-04-05 Andrew Cagney <cagney@redhat.com>
17874
17875 * gdb.base/sigaltstack.c: New file.
17876 * gdb.base/sigaltstack.exp: New file.
17877
ef04f396
JB
178782004-04-04 Joel Brobecker <brobecker@gnat.com>
17879
17880 * gdb.base/foll-fork.exp: Update the expected output for
17881 "help set follow-fork-mode", to match a change that was made
17882 to the help of this variable on 2004-01-13.
17883
d40d2c92
JB
178842004-04-01 Joel Brobecker <brobecker@gnat.com>
17885
17886 * lib/ada.exp: Add copyright notice.
17887 * bar.ads: Likewise.
17888 * bar.adb: Likewise.
17889 * null_record.adb: Likewise.
17890 * null_record.exp: Likewise.
17891 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
17892
f86ef5a3
JB
178932004-04-01 Joel Brobecker <brobecker@gnat.com>
17894
17895 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
17896 * configure: Regenerate.
17897
414e70e3
JB
178982004-04-01 Joel Brobecker <brobecker@gnat.com>
17899
17900 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
17901 to build the application. Remove the message printed when in
17902 verbose mode, redundant with the UNSUPPORTED message above.
17903
f0aaee49
JB
179042004-03-31 Joel Brobecker <brobecker@gnat.com>
17905
17906 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
17907 * gdb.ada (null_record.exp): New testcase.
17908
ac81cb54
JB
179092004-03-31 Joel Brobecker <brobecker@gnat.com>
17910
17911 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
17912
854af2f7
JB
179132004-03-31 Joel Brobecker <brobecker@gnat.com>
17914
17915 * gdb.ada: New subdirectory.
17916 * gdb.ada/Makefile.in: New file.
17917 * gdb.ada/gnat_ada.gpr.in: New file.
17918
034cb681
JB
179192004-03-31 Joel Brobecker <brobecker@gnat.com>
17920
17921 * lib/ada.exp: New file.
17922
78a1a894
DJ
179232004-03-24 Daniel Jacobowitz <drow@mvista.com>
17924
17925 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
17926 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
17927
4b2b3b3e
AC
179282004-03-22 Andrew Cagney <cagney@redhat.com>
17929
17930 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
17931 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
17932 Problem identified by Ulrich Weigand.
17933
23c73aa3
DC
179342004-03-17 David Carlton <carlton@kealia.com>
17935
17936 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
17937 PR c++/826.
17938
d63a86f8
RM
179392004-03-16 Roland McGrath <roland@redhat.com>
17940
17941 * gdb.base/auxv.exp: New file.
17942 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
17943
0e02aa50
DC
179442004-03-12 David Carlton <carlton@kealia.com>
17945
17946 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
17947 * gdb.cp/pr-1553.cc: Ditto.
17948 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
17949 pass branch.
17950
c20b71be
MC
179512004-03-12 Michael Chastain <mec.gnu@mindspring.com>
17952
17953 * gdb.cp/templates.exp: Accept more template types.
17954
c7414a01
MC
179552004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17956
17957 From Corinna Vinschen with modifications.
17958 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
17959 local variable obj_with_enum.
17960 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
17961 results with obj_with_enum.
17962
ed69573c
MC
179632004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17964
17965 * gdb.cp/classes.cc: New file, copied from misc.cc.
17966 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
17967
28301461
MC
179682004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17969
17970 * gdb.cp/misc.cc: Add copyright notice.
17971
1198ecbe
DC
179722004-03-05 David Carlton <carlton@kealia.com>
17973
17974 * gdb.cp/rtti.exp: Add 'print *obj3' test.
17975 * gdb.cp/rtti.h: Update copyright.
17976 (namespace n2::n3): New.
17977 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
17978 (n2::n3::func3): New.
17979 (main): Call n2::n3::func3.
17980 * gdb.cp/rtti2.cc: Update copyright.
17981 (n2::create3): New.
17982
9e08c470
MK
179832004-03-04 Mark Kettenis <kettenis@gnu.org>
17984
17985 * gdb.asm/openbsd.inc: Fix typo.
17986
4bebc3aa
FF
179872004-03-03 Fred Fish <fnf@redhat.com>
17988
17989 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
17990 "val" instead of unused "size". Update copyright year.
17991
6ea9fb37
DJ
179922004-02-29 Daniel Jacobowitz <drow@mvista.com>
17993
17994 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
17995 to use unsigned char.
17996 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
17997 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
17998
23b23974
DJ
179992004-02-29 Daniel Jacobowitz <drow@mvista.com>
18000
18001 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
18002 line of output.
18003
7574fd53
DJ
180042004-02-28 Daniel Jacobowitz <drow@mvista.com>
18005
18006 * gdb.base/relocate.c (dummy): Initialize.
18007
a195357f
DJ
180082004-02-28 Daniel Jacobowitz <drow@mvista.com>
18009
18010 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
18011 a breakpoint at exit.
18012
72fd54a9
FF
180132004-02-27 Fred Fish <fnf@redhat.com>
18014
18015 * gdb.base/chng-syms.exp: Add expect condition to match failing
18016 case that isn't a timeout.
18017
b9d23137
AC
180182004-02-27 Andrew Cagney <cagney@redhat.com>
18019
18020 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
18021 support.
18022
15d208f6 180232004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 18024
15d208f6
FF
18025 * gdb.arch/gdb1431.c: Remove.
18026 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
18027 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
18028 of "until" incorrectly.
18029
98f9cd2d
JB
180302004-02-26 J. Brobecker <brobecker@gnat.com>
18031
18032 * gdb.cp/class2.cc (empty): New class.
18033 (refer): New function.
18034 (main): Declare an object of type empty and use it.
18035 * gdb.cp/class2.exp: Print the value of an object of type empty.
18036
9b50c11b
JJ
180372004-02-26 Jeff Johnston <jjohnstn@redhat.com>
18038
18039 * gdb.base/langs.exp: Update query string to match the
18040 new nquery format used for pending breakpoints.
18041
0dcd613f
AC
180422004-02-26 Andrew Cagney <cagney@redhat.com>
18043
18044 Fix PR i18n/1570.
18045 * gdb.base/charset.c: Update copyright notice.
18046 (main, init_string): Remove the escape character '\e' tests.
18047 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
18048 * gdb.base/charset.exp (valid_host_charset): Ditto.
18049 * gdb.base/setvar.exp: Ditto.
18050
b8a56647
AC
180512004-02-24 Andrew Cagney <cagney@redhat.com>
18052
90d59e34
AC
18053 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
18054 mmapped data in core file" PASS and FAIL messages consistent.
18055
b8a56647
AC
18056 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
18057 setting a breakpoint. Work around PR java/1565.
18058
9f27c604
JJ
180592004-02-23 Jeff Johnston <jjohnstn@redhat.com>
18060
18061 * lib/gdb.exp (gdb_breakpoint): Update query string to match
18062 new nquery format.
18063 * gdb.base/pending.exp: Ditto.
18064
3224a706
MK
180652004-02-22 Mark Kettenis <kettenis@gnu.org>
18066
18067 * configure.in: Run stabs tests on *BSD.
18068 * configure: Regenerated.
18069
41e0a9ca
MK
180702004-02-21 Mark Kettenis <kettenis@gnu.org>
18071
18072 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
18073
1e1b3428
FF
180742004-02-20 Fred Fish <fnf@redhat.com>
18075
18076 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
18077 blank in test for "returns short", for consistency with other
18078 "returns xxx" tests. Update copyright year.
18079
f9a7572a
FF
180802004-02-19 Fred Fish <fnf@redhat.com>
18081
18082 New testcase for PR breakpoint/1558.
18083 * gdb.arch/gdb1558.exp: New file.
18084 * gdb.arch/gdb1558.c: New file.
18085
b2ce2854
EZ
180862004-02-19 Elena Zannoni <ezannoni@redhat.com>
18087
18088 * gdb.base/nodebug.exp: Fix typo.
18089
e7c9ff01
JB
180902004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18091
18092 Committed by Jim Blandy <jimb@redhat.com>.
18093
62f4b920
JB
18094 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
18095
2db536a1
JB
18096 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
18097
e7c9ff01
JB
18098 * gdb.base/float.exp: Support s390*-*-* targets.
18099
f3205b34
AF
181002004-02-17 Adam Fedor <fedor@gnu.org>
18101
18102 * gdb.base/gdb1555.exp: New file.
18103 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
18104
9d62932d
EZ
181052004-02-17 Elena Zannoni <ezannoni@redhat.com>
18106
18107 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
18108
344c9711
FF
181092004-02-16 Fred Fish <fnf@redhat.com>
18110
18111 * gdb.arch/gdb1291.c: Remove
18112 * gdb.arch/gdb1291.s: New test input file.
18113 * gdb.arch/gdb1291.exp: Expand test to check case that should not
18114 fail. Test for correct result, known incorrect result, other
18115 failures and timeouts.
18116
2d822687
AC
181172004-02-16 Andrew Cagney <cagney@redhat.com>
18118
18119 * gdb.base/bigcore.exp: New file.
18120 * gdb.base/bigcore.c: New file.
18121
dac15b66
AC
181222004-02-13 Andrew Cagney <cagney@redhat.com>
18123
18124 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
18125 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
18126 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
18127 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
18128 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
18129 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
18130 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
18131 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
18132 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
18133 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
18134
6bdfc2c4
JJ
181352004-02-11 Jeff Johnston <jjohnstn@redhat.com>
18136
18137 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
18138 executed is an alloc instruction.
18139
87b3ede8
DC
181402004-02-11 David Carlton <carlton@kealia.com>
18141
18142 * gdb.cp/breakpoint.exp: New.
18143 * gdb.cp/breakpoint.cc: New.
18144
6e19e2bf
MC
181452004-02-11 Michael Chastain <mec.gnu@mindspring.com>
18146
18147 Partial fix for PR gdb/1543.
18148 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
18149 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
18150 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
18151 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
18152 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
18153 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
18154 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
18155 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
18156 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
18157 to bug-gdb@prep.ai.mit.edu .
18158 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
18159 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
18160 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
18161 Likewise.
18162
5c5455dc
AC
181632004-02-10 Andrew Cagney <cagney@redhat.com>
18164
18165 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
18166 using gdb_internal_error_resync.
18167
9cf689d7
DJ
181682004-02-09 Daniel Jacobowitz <drow@mvista.com>
18169
18170 * gdb.threads/thread-specific.exp: Stop early if no threads are
18171 found.
18172
d2dc51db
MC
181732004-02-09 Michael Chastain <mec.gnu@mindspring.com>
18174
18175 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
18176
14b1a056
DJ
181772004-02-08 Daniel Jacobowitz <drow@mvista.com>
18178
18179 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
18180 breakpoints.
18181
83f66e8f
DJ
181822004-02-07 Daniel Jacobowitz <drow@mvista.com>
18183
18184 * config/sim.exp (gdb_load): Handle $arg == "".
18185 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
18186 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
18187
30fc0091
EZ
181882004-02-07 Elena Zannoni <ezannoni@redhat.com>
18189
a9c64011
AS
18190 * gdb.base/maint.exp: Update test to reflect
18191 obstack changes.
30fc0091 18192
4d806929
JJ
181932004-02-04 Jeff Johnston <jjohnstn@redhat.com>
18194
18195 * gdb.base/pendshr.c (pendfunc): New function that calls
18196 pendfunc1.
18197 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
18198
7bfdd688
FF
181992004-02-04 Fred Fish <fnf@redhat.com>
18200
18201 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
18202 function symbols and update copyright years.
18203 * gdb.arch/gdb1291.c: Ditto.
18204
aaa08ee4
MC
182052004-02-03 Michael Chastain <mec.gnu@mindspring.com>
18206
18207 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
18208
dbad7755
MC
182092004-02-03 Michael Chastain <mec.gnu@mindspring.com>
18210
18211 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
18212
ec4646ef
MC
182132004-02-03 Michael Chastain <mec.gnu@mindspring.com>
18214
18215 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
18216
1b802196
FF
182172004-02-02 Fred Fish <fnf@redhat.com>
18218
18219 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
18220 remote targets. Update copyright years.
18221
18fe2033
JJ
182222004-02-02 Jeff Johnston <jjohnstn@redhat.com>
18223
18224 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
18225 support.
18226 * gdb.base/langs.exp: Fix test which attempts to create
18227 breakpoint on non-existent function to handle new pending
18228 support.
18229 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
18230 a breakpoint.
18231 * gdb.base/pending.exp: New test.
18232 * gdb.base/pending.c: New file.
18233 * gdb.base/pendshr.c: Ditto.
18234
8d577d32
DC
182352004-02-02 David Carlton <carlton@kealia.com>
18236
18237 * gdb.cp/overload.exp: Add overloadNamespace tests.
18238 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
18239 (overloadNamespace, XXX): New.
18240 (main): Call XXX::marker2.
18241
3ad13771
FF
182422004-02-01 Fred Fish <fnf@redhat.com>
18243
18244 * gdb.base/dump.exp: Use runto_main instead of "runto main".
18245 * gdb.base/finish.exp: Ditto.
18246 * gdb.base/gcore.exp: Ditto.
18247 * gdb.base/huge.exp: Ditto.
18248 * gdb.base/info-proc.exp: Ditto.
18249 * gdb.base/return2.exp: Ditto.
18250 * gdb.threads/gcore-thread.exp: Ditto.
18251
44c75849
DJ
182522004-02-01 Daniel Jacobowitz <drow@mvista.com>
18253
18254 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
18255
005bc093
MK
182562004-02-01 Mark Kettenis <kettenis@gnu.org>
18257
18258 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
18259 that opening the file succeeds on OpenBSD.
18260
c47cebdb
DJ
182612004-02-01 Daniel Jacobowitz <drow@mvista.com>
18262
18263 * gdb.threads/thread-specific.c: New file.
18264 * gdb.threads/threads-specific.exp: New test script.
18265 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
18266 to expect_out.
18267
5a01311c
MK
182682004-02-01 Mark Kettenis <kettenis@gnu.org>
18269
18270 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
18271 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
18272 only on the "print_small_structs from print_long_arg_list" test.
18273
ce22a4f1
DJ
182742004-02-01 Daniel Jacobowitz <drow@mvista.com>
18275
18276 * gdb.base/completion.exp: Kill a stray backslash.
18277
18278 From Jim Ingham <jingham@apple.com>:
18279 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
18280 agrees with the result from sending a tab.
18281
abbab9d3
DJ
182822004-01-31 Daniel Jacobowitz <drow@mvista.com>
18283
18284 * gdb.base/chng-syms.exp: Remove stray newline.
18285
53904d1e
MK
182862004-01-31 Mark Kettenis <kettenis@gnu.org>
18287
18288 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
18289 *-*-openbsd*.
18290 * gdb.asm/openbsd.inc: New file.
18291
3a4b3aac
MK
182922004-01-30 Mark Kettenis <kettenis@gnu.org>
18293
18294 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
18295 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
18296 *-*solaris2*. Remove commented out default settings for
18297 asm-flags. Replace gdb_compile with target_link.
18298
ebac27b4
MC
182992004-01-29 Michael Chastain <mec.gnu@mindspring.com>
18300
18301 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
18302 for all tests. Remove old hp-ux and cygnus xfail cases.
18303
d8679d84
PH
183042004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
18305
18306 * gdb.base/chng-syms.exp: New file.
18307 * gdb.base/chng-syms.c: New file.
18308
0a55bc22
MC
183092004-01-24 Michael Chastain <mec.gnu@mindspring.com>
18310
18311 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
18312 Provide arms for current output in all my configurations.
18313
94b8e876
MC
183142004-01-24 Michael Chastain <mec.gnu@mindspring.com>
18315
18316 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
18317 * lib/compiler.cc: Likewise.
18318 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
18319 get the right preprocessor. Eval the output directly. Remove
18320 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
18321 hp_f77_compiler and hp_f90_compiler completely.
18322 (gdb_preprocess): Delete.
18323 (get_compiler): Delete.
18324
7cf03d44
MK
183252004-01-24 Mark Kettenis <kettenis@gnu.org>
18326
18327 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
18328 <string.h>.
18329
68b6dce9
NR
183302004-01-24 Nick Roberts <nick@nick.uklinux.net>
18331
18332 * gdb.mi/mi-stack.exp: Update copyright.
18333
b368761e
DC
183342004-01-23 David Carlton <carlton@kealia.com>
18335
18336 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
18337 test for cp_lookup_transparent_type.
18338 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
18339 call them.
18340
f2061b53
DJ
183412004-01-23 Daniel Jacobowitz <drow@mvista.com>
18342
18343 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
18344 after -var-update.
18345
37fc574a
DC
183462004-01-23 David Carlton <carlton@kealia.com>
18347
18348 * gdb.cp/namespace.cc (C::ensureRefs): New.
18349 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
18350
8e94b928
NR
183512004-01-20 Nick Roberts <nick@nick.uklinux.net>
18352
18353 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
18354 case "-stack-list-locals 2".
18355 * gdb.mi/mi-var-child.exp: Test for case
18356 "-var-list-children --all-values NAME".
18357
997b0952
MC
183582004-01-18 Michael Chastain <mec.gnu@mindspring.com>
18359
18360 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
18361
52470da3
MK
183622004-01-18 Mark Kettenis <kettenis@gnu.org>
18363
7049b4b8
MK
18364 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
18365 used with gdb_test_multiple.
18366
52470da3
MK
18367 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
18368 read at address 0. This fixes PR testsuite/1504.
18369
da6012e5
DJ
183702004-01-18 Daniel Jacobowitz <drow@mvista.com>
18371
18372 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
18373 Remove downloading, guessing the host executable, the calls to
18374 gdb_file_cmd and gdb_target_cmd, and "load" support.
18375 (infer_host_exec): New function broken out from gdb_load.
18376 (gdb_load): New wrapper for gdbserver_gdb_load.
18377 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
18378 gdb_target_cmd. Use -target-select.
18379 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
18380 Download binaries to the host. Clear last_mi_remote_file when
18381 we load a new binary.
18382 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
18383 call gdbserver_gdb_load and mi_gdb_target_cmd.
18384
32c70722
MC
183852004-01-17 Michael Chastain <mec.gnu@mindspring.com>
18386
18387 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
18388 type patterns.
18389
b0cecf36
MC
183902004-01-17 Michael Chastain <mec.gnu@mindspring.com>
18391
18392 * gdb.cp/templates.exp: Fix typo in test name of
18393 "print Foo<volatile char*>::foo".
18394
4120d7e6
MC
183952004-01-15 Michael Chastain <mec.gnu@mindspring.com>
18396
18397 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
18398
f679e530
BE
183992004-01-16 Ben Elliston <bje@wasabisystems.com>
18400
18401 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
18402 (clean mostlyclean): Remove empty rm.
18403
091c48f6
MC
184042004-01-15 Michael Chastain <mec.gnu@mindspring.com>
18405
18406 * gdb.base/setvar.exp: Add copyright years.
18407
3e5fc8d2
DC
184082004-01-14 David Carlton <carlton@bactrian.org>
18409
18410 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
18411 PR c++/1511 and update coment.
18412 * gdb.cp/templates.exp: Update patterns to match current output.
18413 If changes involve something other than whitespace, KFAIL
18414 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
18415
63d06c5c
DC
184162004-01-14 David Carlton <carlton@kealia.com>
18417
18418 * gdb.cp/namespace.exp: Add tests involving classes defined within
18419 namespaces.
18420 * gdb.cp/namespace.cc (C::CClass): New.
18421 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
18422
a51dab88
EZ
184232004-01-14 Elena Zannoni <ezannoni@redhat.com>
18424
18425 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
18426 what debug info we have. Print a better message if something goes
18427 wrong while producing the separate debug info file.
18428
a476ccc9
MC
184292004-01-14 Michael Chastain <mec.gnu@mindspring.com>
18430
18431 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
18432
f453692c
MC
184332004-01-14 Michael Chastain <mec.gnu@mindspring.com>
18434
18435 * gdb.base/callfuncs.c: Add copyright notice.
18436
f40063a5
MC
184372004-01-13 Michael Chastain <mec.gnu@mindspring.com>
18438
18439 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
18440 inheritance. PR gdb/1498, PR gcc/13539.
18441
19ac3974
EZ
184422004-01-13 Elena Zannoni <ezannoni@redhat.com>
18443
a9c64011
AS
18444 * gdb.threads/gcore-thread.exp: Prefix name of binary with
18445 test specific name.
18446 * gdb.mi/gdb669.exp: Ditto.
18447 * gdb.mi/mi-pthreads.exp: Ditto.
18448 * gdb.mi/mi1-pthreads.exp: Ditto.
18449 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 18450
56c97c6e
MC
184512004-01-12 Michael Chastain <mec.gnu@mindspring.com>
18452
18453 * gdb.cp/member-ptr.cc: Add copyright notice.
18454
a0644324
MC
184552004-01-12 Michael Chastain <mec.gnu@mindspring.com>
18456
18457 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
18458 some patterns for recent versions of gcc and hpacc. Delete
18459 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
18460 Delete tests that access a NULL pointer-to-member-data. This
18461 script is still disabled for gcc.
18462
32fabe09
EZ
184632004-01-12 Elena Zannoni <ezannoni@redhat.com>
18464
18465 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 18466 escaped correctly.
32fabe09 18467
1f8a6abb
EZ
184682004-01-12 Elena Zannoni <ezannoni@redhat.com>
18469
18470 * gdb.base/sepdebug.exp: New file.
18471 * gdb.base/sepdebug.c: New file.
18472 * lib/gdb.exp (separate_debug_filename): New procedure.
18473 (gdb_gnu_strip_debug): New procedure.
18474
48efe704
AC
184752004-01-12 Andrew Cagney <cagney@redhat.com>
18476
18477 * gdb.mi/ChangeLog: Delete file. Renamed to ...
18478 * gdb.mi/ChangeLog-1999-2003: New file.
18479
a9415475
AC
184802004-01-12 Andrew Cagney <cagney@redhat.com>
18481
18482 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
18483 "Renaming a directory to a non-empty directory returns ENOTEMPTY
18484 or EEXIST", treat EBUSY as an XFAIL.
18485
83b8cf9d
MC
184862004-01-11 Michael Chastain <mec.gnu@mindspring.com>
18487
18488 * gdb.base/scope.exp: Remove obsolete setup_xfail for
18489 hp_cc_compiler.
18490
9939d2a8
MC
184912004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18492
18493 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
18494 decorations.
18495
1ff8cadf
MC
184962004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18497
18498 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
18499 and "(aCC)" decorations. Remove obsolete doco about old
18500 test results.
18501
6fa9022e
MC
185022004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18503
18504 * gdb.cp/exception.exp: Fix typo in doco.
18505
209721fe
MK
185062004-01-09 Mark Kettenis <kettenis@gnu.org>
18507
18508 * gdb.base/gdb1476.exp: Fix typo.
18509
ef11303e
MC
185102004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18511
18512 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
18513 file.
18514
041ab88c
MC
185152004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18516
18517 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
18518 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
18519 Use gdb_compile. Remove restriction on gcc. Add some patterns
18520 for recent version of gdb. Delete second half, which was a copy
18521 of the first half with different build flags. This test is
18522 still disabled because it is still not ready for production.
18523
e36d075a
MC
185242004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18525
18526 * gdb.cp/exception.cc: Add copyright notice.
18527 * gdb.cp/exception.exp: Add a notice that this file is broken
18528 because of line number changes caused by addition of copyright
18529 notice.
18530
42b190ad
MC
185312004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18532
18533 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
18534 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
18535
8f25f06b
MC
185362004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18537
18538 * gdb.cp/classes.exp: Accept gnu abi 2.
18539 * gdb.cp/derivation.exp: Likewise.
18540 * gdb.cp/overload.exp: Likewise.
18541 * gdb.cp/virtfunc.exp: Likewise.
18542
06ded8b8
MC
185432004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18544
18545 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
18546 semicolon after end of function.
18547
77c26ae3
MC
185482004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18549
18550 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
18551 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
18552 boilerplate code for compiling and running the program under
18553 test. Add some string method tests.
18554
20757486
MC
185552004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18556
18557 * gdb.cp/bs15503.cc: Add copyright notice.
18558 * gdb.cp/bs15503.exp: Adjust line number.
18559
0fd3b503
MC
185602004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18561
18562 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
18563 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
18564
10d1bea8
MC
185652004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18566
18567 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
18568 hp_cc_compiler.
18569
2789202a
MC
185702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18571
18572 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
18573 * gdb.cp/ctti.exp: Use the marker instead of "next".
18574 With gcc, run further before bailing.
18575
b862f14c
MC
185762004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18577
18578 * gdb.cp/cttiadd.cc: Add copyright notice.
18579 * gdb.cp/cttiadd1.cc: Likewise.
18580 * gdb.cp/cttiadd2.cc: Likewise.
18581 * gdb.cp/cttiadd3.cc: Likewise.
18582
96da2469
MC
185832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18584
18585 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
18586 Use gdb_test, gdb_test_multiple. Use floating-point values that
18587 have exact representations in IEEE-ish formats.
18588
053248ff
MC
185892004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18590
18591 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
18592 compilers. Delete duplicate call to get_compiler_info.
18593 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
18594 * gdb.base/volatile.exp: Likewise.
18595
84acecdd
MK
185962004-01-07 Mark Kettenis <kettenis@gnu.org>
18597
18598 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
18599 memory at address 0.
18600
fe11a27f
MC
186012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18602
18603 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
18604 to test for hp-ux assembler. Fix copyright years.
18605
60ad077b
AC
186062004-01-07 Andrew Cagney <cagney@redhat.com>
18607
18608 * gdb.base/fileio.c (strerrno): Add "EBUSY".
18609
1c9b8f33
AC
186102004-01-07 Andrew Cagney <cagney@redhat.com>
18611
18612 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
18613 when creating the read-only file. From analysis by Roland McGrath
18614 and Elena Zannoni.
18615
753ccc7a
MC
186162004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18617
18618 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
18619
eca3e36b
MC
186202004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18621
18622 * gdb.base/cvexpr.c: Be type-safe with function pointers and
18623 data pointers.
18624
f8d4bac4
MC
186252004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18626
18627 * gdb.cp/m-static.exp: Compile one source file at a time.
18628 Delete unused call to get_compiler_info.
18629
9b4e0f94
MC
186302004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18631
18632 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
18633 * gdb.base/call-rt-st.exp: Likewise.
18634 * gdb.base/nodebug.exp: Likewise.
18635 * gdb.base/volatile.exp: Likewise.
18636 * gdb.cp/ref-types.exp: Likewise.
18637 * gdb.cp/templates.exp: Likewise.
18638
023c1024
MK
186392004-01-05 Mark Kettenis <kettenis@gnu.org>
18640
18641 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
18642
19703c4a
MC
186432004-01-05 Michael Chastain <mec.gnu@mindspring.com>
18644
18645 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
18646 hppa*-hp-hpux*.
18647
18b67037
MK
186482004-01-04 Mark Kettenis <kettenis@gnu.org>
18649
ba6219c8
MK
18650 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18651 x86_64-*-*.
18652
18b67037
MK
18653 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18654 sparc64-*-* and sparc*-solaris2*.
18655
1bfbbb9d
MK
186562004-01-04 Mark Kettenis <kettenis@gnu.org>
18657
18658 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
18659 return ${tests}" test. The ${tests} already mentions the
18660 filename.
18661
06846494
MC
186622004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18663
18664 * gdb.cp/local.exp: Accept gcc abi 2.
18665
3b0cb202
MC
186662004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18667
18668 * gdb.cp/templates.exp: Accept gcc abi 2.
18669
0643ec3f
MC
186702004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18671
18672 * lib/compiler.cc: Remove supports_template_debugging.
18673 * gdb.cp/templates.exp: Do not test supports_template_debugging.
18674
d231d0b1
MC
186752004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18676
18677 * gdb.cp/namespace.exp: Accept gcc abi 2.
18678
44ffb27c
MC
186792004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18680
18681 * gdb.cp/method.exp: Accept gcc abi 2.
18682
184ad485
MC
186832004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18684
18685 * gdb.cp/classes.exp: Generate identical results as old version.
18686 * gdb.cp/derivation.exp: Likewise.
18687 * gdb.cp/overload.exp: Likewise.
18688 * gdb.cp/virtfunc.exp: Likewise.
18689
116f09e7
MC
186902004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18691
18692 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
18693 mysterious bug with sourceware version of expect.
18694
b1379776
MC
186952004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18696
18697 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
18698 current versions of gcc, including gcc abi 2. Remove gratuitous
18699 restart of test program. Use gdb_test_multiple and gdb_test for
18700 all tests. Add patterns to xfail missing "const" in "const char *"
18701 and kfail PR gdb/1155.
18702
6b7a4c0e
MC
187032004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18704
18705 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
18706 current versions of gcc, including gcc abi 2. Remove gratuitous
18707 restart of test program. Use gdb_test_multiple and gdb_test for
18708 all tests. Add patterns to kfail PR gdb/1498.
18709
51615d72
MC
187102003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18711
18712 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
18713 current versions of gcc, including gcc abi 2. Use "breakpoint"
18714 and "continue" instead of restarting the target program. Use
18715 gdb_test_multiple and gdb_test for all tests.
18716
7b79a9d7
MK
187172004-01-01 Mark Kettenis <kettenis@gnu.org>
18718
18719 * gdb.asm/asm-source.exp: Update copyright year. Link statically
18720 for *-*-solaris2*.
18721
1cd3489f
MC
187222003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18723
18724 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
18725 current versions of gcc, including gcc abi 2. Use "breakpoint"
18726 and "continue" instead of restarting the target program several
18727 times. Use gdb_test_multiple and gdb_test for all tests.
18728
850742db
MC
187292003-12-18 Michael Chastain <mec.gnu@mindspring.com>
18730
18731 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
18732 source files.
18733
eb4bbda8
MC
187342003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18735
18736 * gdb.base/environ.exp: Handle compiling test case from multiple
18737 source files.
18738
e42c7771
MC
187392003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18740
18741 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
18742
80e4b428
JB
187432003-12-17 Jim Blandy <jimb@redhat.com>
18744
5f06973a
JB
18745 * gdb.base/freebpcmd.c: Add copyright notice.
18746
80e4b428
JB
18747 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
18748
0ab84fb7
MC
187492003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18750
18751 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
18752
1b3bb3d0
JB
187532003-12-13 Jim Blandy <jimb@redhat.com>
18754
18755 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
18756
3a4c9371
KB
187572003-12-12 Kevin Buettner <kevinb@redhat.com>
18758
18759 * gdb.asm/frv.inc: New file.
18760 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
18761
a1dea79a
FF
187622003-12-09 Fred Fish <fnf@redhat.com>
18763
18764 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
18765 functions to break1.c and leave prototypes behind. Add more
18766 "set breakpoint NN here" comments.
18767 * gdb.base/break1.c: New file.
18768
18769 * gdb.base/break.exp: Handle compiling test case from multiple
18770 source files and change source file references as needed.
18771 * gdb.base/completion.exp: Ditto.
18772 * gdb.base/condbreak.exp: Ditto.
18773 * gdb.base/define.exp: Ditto.
18774 * gdb.base/ena-dis-br.exp: Ditto.
18775 * gdb.base/info-proc.exp: Ditto.
18776 * gdb.base/maint.exp: Ditto.
18777 * gdb.base/until.exp: Ditto.
18778
18779 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
18780 hardcoded line numbers.
18781 * gdb.base/define.exp: Ditto.
18782 * gdb.base/ena-dis-br.exp: Ditto.
18783 * gdb.base/maint.exp: Ditto.
18784 * gdb.base/until.exp: Ditto.
18785
18786 * gdb.base/completion.exp: Use "break1" for completion tests since
18787 "break" is no longer a unique prefix.
18788
5266b69c
AC
187892003-12-06 Andrew Cagney <cagney@redhat.com>
18790
18791 * gdb.base/structs.exp (test_struct_returns): When applicable, set
18792 "return_value_unimplemented". When an unimplemented struct return
18793 architecture, report incorrect values as a KFAIL
18794
374451f0
MC
187952003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18796
18797 * gdb.cp/rtti.exp: Accept new wording of warning from
18798 cp_lookup_rtti_type.
18799
ba9b20a7
MC
188002003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18801
18802 Partial fix for PR testsuite/1456.
18803 * gdb.base/scope.exp (test_at_main): Replace references to
18804 gcc_compiled with calls to test_compiler_info.
18805 (test_at_foo): Likewise.
18806 (test_at_bar): Likewise.
18807
b74b6d0b
MC
188082003-12-04 Michael Chastain <mec.gnu@mindspring.com>
18809
18810 Partial fix for PR testsuite/1456.
18811 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
18812 to test_compiler_info.
18813
ccfa3402
MC
188142003-12-03 Michael Chastain <mec.gnu@mindspring.com>
18815
18816 * gdb.base/so-impl-ld.exp: Update copyright notice.
18817
f6246aba
MC
188182003-12-02 Michael Chastain <mec.gnu@mindspring.com>
18819
18820 Partial fix for PR testsuite/1456.
18821 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
18822 to test_compiler_info.
18823
13ae734a
MC
188242003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18825
18826 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
18827 from current versions of gdb. Clean up regular expressions.
18828 Delete redundant timeout case.
18829
d8e1cdee
MC
188302003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18831
18832 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
18833 from current versions of gdb. Clean up regular expressions.
18834 Delete redundant timeout case.
18835
96457b64
MC
188362003-12-01 Michael Chastain <mec.gnu@mindspring.com>
18837
18838 Partial fix for PR testsuite/1456.
18839 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
18840 gcc_compiled with call to test_compiler_info.
18841
f35309fc
MC
188422003-11-30 Michael Chastain <mec.gnu@mindspring.com>
18843
18844 Partial fix for PR testsuite/1456.
18845 * gdb.base/list.exp (test_list_function): Delete unused declaration
18846 of gcc_compiled.
18847
d7afdf9b
MC
188482003-11-29 Michael Chastain <mec.gnu@mindspring.com>
18849
18850 Partial fix for PR testsuite/1456.
18851 * gdb.base/complex.exp: Replace reference to gcc_compiled with
18852 call to test_compiler_info.
18853
71507b56
MK
188542003-11-29 Mark Kettenis <kettenis@gnu.org>
18855
18856 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
18857 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
18858 it to create the appropriate note.inc.
18859 * gdb.asm/asmsrc1.s: Include "note.inc".
18860 * gdb.asm/netbsd.inc: New file.
18861 * gdb.asm/empty.inc: New file.
18862
f81f93f7
MC
188632003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18864
18865 Partial fix for PR testsuite/1456.
18866 * gdb.base/constvars.exp: Replace references to gcc_compiled with
18867 calls to test_compiler_info.
18868
9a77938e
MC
188692003-11-27 Michael Chastain <mec.gnu@mindspring.com>
18870
18871 Partial fix for PR testsuite/1456.
18872 * gdb.base/volatile.exp: Replace references to gcc_compiled with
18873 calls to test_compiler_info.
18874
e8367dc7
MK
188752003-11-27 Mark Kettenis <kettenis@gnu.org>
18876
18877 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
18878 pattern for the KFAILs.
18879
526c61ee
AF
188802003-11-25 Adam Fedor <fedor@gnu.org>
18881
18882 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
18883 * gdb.objc/objcdecode.m: New file.
18884
28f2d600
AF
188852003-11-25 Adam Fedor <fedor@gnu.org>
18886
18887 * gdb.objc/nondebug.exp: Test for PR objc/1236.
18888 * gdb.objc/nondebug.m: New file.
18889
a3895cee
BE
188902003-11-26 Ben Elliston <bje@wasabisystems.com>
18891
18892 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
18893 NetBSD as it does on FreeBSD. Modelled on a similar change by
18894 Mark Kettenis on 2003-05-30.
18895 (link-flags): Set to "--entry _start" regardless of target.
18896 Special linker flags are to be appended to $link-flags.
18897 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
18898
c9f2c8a3
MC
188992003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18900
18901 * gdb.cp/method.exp: Accept output of new demangler.
18902
15a0587a 189032003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
18904
18905 * gdb/class2.exp: New file.
18906 * gdb/class2.cc: New file.
18907
3c00b570
MC
189082003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18909
18910 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
18911 of new demangler.
18912
7027acc7
MK
189132003-11-23 Mark Kettenis <kettenis@gnu.org>
18914
18915 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
18916 of gdb_test "run".
18917
b0e1598a
MK
189182003-11-23 Mark Kettenis <kettenis@gnu.org>
18919
18920 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
18921 "continue" into "run".
18922
4d9eda44
MC
189232003-11-23 Michael Chastain <mec.gnu@mindspring.com>
18924
18925 Partial fix for PR testsuite/1456.
18926 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
18927 call to test_compiler_info.
18928 * gdb.cp/ctti.exp: Likewise.
18929 * gdb.cp/derivation.exp: Likewise.
18930 * gdb.cp/member-ptr.exp: Likewise.
18931 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
18932 reference to gcc_compiled.
18933
189342003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
18935
18936 Fix PR testsuite/1463.
18937 * gdb.base/structs.exp (start_structs_test): Call
18938 get_debug_format before using the debug format.
18939
d422fe19
AC
189402003-11-22 Andrew Cagney <cagney@redhat.com>
18941
18942 * lib/gdb.exp (gdb_test_multiple): Add simple example.
18943 * gdb.base/structs.exp: Use gdb_test_multiple.
18944
039cf96d
AC
189452003-11-20 Andrew Cagney <cagney@redhat.com>
18946
6882279b
AC
18947 * gdb.base/structs.exp: Handle and recover from internal errors.
18948 Replace "foo${n}" with "foo<n>" in test messages.
18949
e53890ae
AC
18950 * gdb.base/structs.exp: Update copyright. Rewrite.
18951 * gdb.base/structs.c: Update copyright. Rewrite.
18952
2b211c59
AC
18953 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
18954 resync count exceeded.
d63a86f8 18955
039cf96d
AC
18956 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
18957 from the internal error.
18958 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
18959 Original from Jim Blandy.
18960 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 18961
eac98b22
AC
189622003-11-19 Andrew Cagney <cagney@redhat.com>
18963
18964 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
18965 KFAIL.
18966
67455b2a
MK
189672003-11-17 Mark Kettenis <kettenis@gnu.org>
18968
18969 New testcase for PR backtrace/1435.
18970 * gdb.arch/i386-unwind.exp: New file.
18971 * gdb.arch/i386-unwind.c: New file.
18972
853d6e5b
AC
189732003-11-17 Andrew Cagney <cagney@redhat.com>
18974
18975 * lib/gdb.exp (compiler_info): New global.
18976 (test_compiler_info): New function.
18977 (get_compiler_info): Set compiler_info.
18978 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
18979 "compiler_info" to gcc-<major>-<minor>.
18980
38cf6e11
MC
189812003-11-15 Michael Chastain <mec.gnu@mindspring.com>
18982
18983 * gdb.trace/configure: Remove.
18984
a50d3602
EZ
189852003-11-13 Elena Zannoni <ezannoni@redhat.com>
18986
18987 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 18988 breakpoints.
a50d3602
EZ
18989 * gdb.base/break.exp: Remove all references to explicit line
18990 numbers.
18991
d9407aaa
NC
189922003-11-11 Nick Clifton <nickc@redhat.com>
18993
18994 * gdb.base/shreloc.exp: Do not run for targets which do not
18995 support shared objects.
18996
db488fc1
CV
189972003-11-10 Corinna Vinschen <vinschen@redhat.com>
18998
18999 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
19000 Don't run tests if nofileio flag is given.
19001
6a90a18e
EZ
190022003-11-07 Elena Zannoni <ezannoni@redhat.com>
19003
19004 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 19005 as well as 'Watchpoint'.
6a90a18e 19006
0b915e9c
EZ
190072003-11-06 Elena Zannoni <ezannoni@redhat.com>
19008
19009 Reported by Jim Ingham <jingham@apple.com>:
19010 * gdb.base/annota1.exp: Match at least one occurrence of the
19011 signal handler annotation.
19012
d7e4b55f
EZ
190132003-11-06 Elena Zannoni <ezannoni@redhat.com>
19014
a9c64011
AS
19015 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
19016 as well as 'Watchpoint'.
d7e4b55f 19017
2fe4e8d0
MC
190182003-11-05 Michael Chastain <mec@shout.net>
19019
19020 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
19021
6ef88553
KW
190222003-11-03 Kris Warkentin <kewarken@qnx.com>
19023
19024 * gdb.arch/gdb1291.c: New test file.
19025 * gdb.arch/gdb1291.exp: New test script.
19026 * gdb.arch/gdb1431.c: New test file.
19027 * gdb.arch/gdb1431.exp: New test script.
19028
ae7dc4d8
MC
190292003-10-22 Michael Chastain <mec@shout.net>
19030
19031 * gdb.mi/pthreads.c: Add copyright notice.
19032
c39d7427
MC
190332003-10-22 Michael Chastain <mec@shout.net>
19034
19035 * gdb.threads/pthreads.c: Add copyright notice.
19036
8b7d96c1
MC
190372003-10-20 Michael Chastain <mec@shout.net>
19038
19039 * gdb.base/gdb1056.exp: New test script.
19040
d1d69fdd
DJ
190412003-10-13 Daniel Jacobowitz <drow@mvista.com>
19042
19043 * gdb.threads/killed.exp: Use gdb_run_cmd.
19044
7d605576
DJ
190452003-10-13 Daniel Jacobowitz <drow@mvista.com>
19046
19047 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
19048 create a core file.
19049 * gdb.threads/gcore-thread.exp: Likewise.
19050
618ec112
CV
190512003-10-13 Corinna Vinschen <vinschen@redhat.com>
19052
19053 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
19054 type, based on char type.
19055 (struct bit_flags_short_t): New bitfield type, based on short type.
19056 (init_bit_flags_char): New fuction.
19057 (init_bit_flags_short): Ditto.
19058 (print_bit_flags_char): Ditto.
19059 (print_bit_flags_short): Ditto.
19060 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
19061
9367a73c
MC
190622003-10-11 Michael Chastain <mec@shout.net>
19063
19064 * gdb.base/call-rt-st.exp: Update copyright year.
19065
1decf120
KI
190662003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
19067
19068 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
19069 * gdb.disasm/sh3.s: Ditto.
19070
5445b2ae
DJ
190712003-10-07 Daniel Jacobowitz <drow@mvista.com>
19072
19073 * gdb.threads/switch-threads.exp: New test.
19074 * gdb.threads/switch-threads.c: New source file.
19075
aec24853
CV
190762003-10-07 Corinna Vinschen <vinschen@redhat.com>
19077
19078 * gdb.base/ending-run.exp: Add sh specific case.
19079
adc7428d
AC
190802003-10-06 Andrew Cagney <cagney@redhat.com>
19081
19082 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
19083 * gdb.disasm/mn10200.exp: Delete obsolete file.
19084
c9d37158
DJ
190852003-09-29 Daniel Jacobowitz <drow@mvista.com>
19086
19087 * ChangeLog: Correct an entry command.exp -> commands.exp.
19088 * gdb.base/commands.exp (bp_deleted_in_command_test)
19089 (temporary_breakpoint_commands): Check noargs.
19090
79c2c32d
DC
190912003-09-25 David Carlton <carlton@kealia.com>
19092
19093 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
19094 of some print tests, where appropriate. Add tests for C::D::cd,
19095 E::ce, F::cXfX, G::XgX.
19096 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
19097
594e6d67
RE
190982003-09-25 Richard Earnshaw <rearnsha@arm.com>
19099
19100 * lib/java.exp (java_init): Import target_alias before using it.
19101
10f0d451
DC
191022003-09-25 David Carlton <carlton@kealia.com>
19103
19104 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
19105
274bcba0
EZ
191062003-09-23 Elena Zannoni <ezannoni@redhat.com>
19107
d63a86f8 19108 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 19109 weirdness.
274bcba0 19110
cdbf20f7
MC
191112003-09-17 Michael Chastain <mec@shout.net>
19112
19113 * gdb.cp/gdb1355.exp: New file.
19114 * gdb.cp/gdb1355.c: New file.
19115
71e06f80
CV
191162003-09-15 Corinna Vinschen <vinschen@redhat.com>
19117
19118 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
19119 * gdb.asm/sh.inc: New file.
19120
5c4e30ca
DC
191212003-09-11 David Carlton <carlton@kealia.com>
19122
bd45b7af
DC
19123 * gdb.cp/namespace.exp: Add tests for namespace types.
19124 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
19125 (test_namespace): New.
19126
1c199746
EZ
191272003-09-11 Elena Zannoni <ezannoni@redhat.com>
19128
a9c64011 19129 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 19130 * gdb.stabs/weird.exp: Ditto.
1c199746 19131
04ed252f
MC
191322003-09-08 Michael Chastain <mec@shout.net>
19133
19134 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
19135
d8a2d9e7
MC
191362003-09-07 Michael Chastain <mec@shout.net>
19137
19138 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
19139 'parse error'.
19140
161afb24
MK
191412003-09-07 Mark Kettenis <m.kettenis@osp.nl>
19142
19143 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
19144
49f2741a
MC
191452003-08-30 Michael Chastain <mec@shout.net>
19146
19147 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
19148 * gdb.gdb/observer.exp: Ditto.
19149 * gdb.gdb/xfullpath.exp: Ditto.
19150
8afa723e
MK
191512003-08-29 Mark Kettenis <kettenis@gnu.org>
19152
19153 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
19154 *-*-*bsd*.
19155
f31dfe3b
JJ
191562003-08-28 Jeff Johnston <jjohnstn@redhat.com>
19157
19158 * gdb.base/dump.exp: Skip for ia64.
19159
4630e498
JJ
191602003-08-25 Jeff Johnston <jjohnstn@redhat.com>
19161
19162 * gdb.asm/asm-source.exp: Add ia64 support.
19163 * gdb.asm/ia64.inc: New file.
19164
1105b7ef
MC
191652003-08-22 Michael Chastain <mec@shout.net>
19166
19167 * gdb.cp: New directory.
19168 * gdb.cp/*: Copy from gdb.c++/*.
19169 * gdb.c++/*: Remove.
19170 * Makefile.in: Change gdb.c++ to gdb.cp.
19171 * configure.in: Ditto.
19172 * configure: Regnerate.
19173
c945b932
MK
191742003-08-18 Mark Kettenis <kettenis@gnu.org>
19175
19176 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
19177 * gdb.arch/i386-prologue.c (gdb1338): Add function.
19178
2b66634b
DJ
191792003-08-17 Daniel Jacobowitz <drow@mvista.com>
19180
19181 * mi-var-display.exp (-var-list-children weird): Accept function
19182 pointers with argument types.
19183 * mi1-var-display.exp (-var-list-children weird): Likewise.
19184 * mi2-var-display.exp (-var-list-children weird): Likewise.
19185
a356f73b
DJ
191862003-08-17 Daniel Jacobowitz <drow@mvista.com>
19187
19188 * gdb.base/annota3.exp: Add missing newline.
19189
483417b8
MC
191902003-08-06 Michael Chastain <mec@shout.net>
19191
19192 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
19193
c99c59c3
MS
191942003-08-12 Michael Snyder <msnyder@redhat.com>
19195
19196 * gdb.base/float.exp: Add test for SH.
19197
55ed7501
MK
191982003-08-10 Mark Kettenis <kettenis@gnu.org>
19199
19200 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
19201
1a371f2e
EZ
192022003-08-07 Elena Zannoni <ezannoni@redhat.com>
19203
19204 * gdb.base/completion.exp: Remove reduntant completion test
19205 on filename.
19206
e0f353ce
EZ
192072003-08-07 Elena Zannoni <ezannoni@redhat.com>
19208
a9c64011
AS
19209 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
19210 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
19211 gdb.trace/save-trace.exp: Make sure that full pathnames are
19212 escaped correctly.
e0f353ce 19213
5710a1af 192142003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 19215
a9c64011
AS
19216 * configure.in: Don't generate config.h from config.hin.
19217 * configure: Regenerate.
19218 * config.hin: Remove file.
19219 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
19220 * gdb.threads/pthreads.c: Ditto.
5710a1af 19221
dcd81ce9
DJ
192222003-08-07 Daniel Jacobowitz <drow@mvista.com>
19223
19224 From Kei Sakamoto <sakamoto.kei@renesas.com>:
19225 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
19226 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
19227 Replace ld24 with seth/add3.
19228
6009d884
AC
192292003-08-02 Andrew Cagney <cagney@redhat.com>
19230
19231 * gdb.base/annota3.exp: New file.
19232 * gdb.base/annota3.c: New file.
19233 * gdb.c++/annota3.exp: New file.
19234 * gdb.c++/annota3.cc: New file.
19235
51514e06
MC
192362003-07-29 Michael Chastain <mec@shout.net>
19237
19238 * gdb.threads/tls.c (spin): Check errno only if sem_wait
19239 actually failed.
19240 (do_pass): Likewise.
19241 * gdb.threads/tls.exp: Always initialize no_of_threads.
19242
4ee6625b
DJ
192432003-07-27 Daniel Jacobowitz <drow@mvista.com>
19244
19245 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
19246 pattern.
19247 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
19248 * gdb.threads/tls.exp: Recognize one case of the host library not
19249 supporting TLS.
19250
225f2bf6
AC
192512003-07-27 Andrew Cagney <cagney@redhat.com>
19252
19253 * gdb.base/fileio.exp: Use SH when running commands using
19254 remote_exec.
19255
bcb27c9f
DJ
192562003-07-24 Daniel Jacobowitz <drow@mvista.com>
19257
19258 From Kei Sakamoto <sakamoto.kei@renesas.com>:
19259 * gdb.base/relocate.c (dummy): New padding array.
19260
3d67be83
MS
192612003-07-22 Michael Snyder <msnyder@redhat.com>
19262
d63a86f8 19263 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
19264
19265 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
19266 patterns to be more general, accepting old and new output.
19267 Some output chars (such as '+') also must be quoted.
d63a86f8 19268 Some addresses are displayed numerically instead of
3d67be83
MS
19269 symbolically.
19270
57ba3b85
MS
192712003-07-23 Michael Snyder <msnyder@redhat.com>
19272
686d097c
MS
19273 * gdb.base/return2.exp: Don't test long-long return.
19274
57ba3b85
MS
19275 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
19276 * gdb.disasm/t01_mov.exp: Ditto.
19277 * gdb.disasm/t02_mova.s: Ditto.
19278 * gdb.disasm/t02_mova.exp: Ditto.
19279 * gdb.disasm/t03_add.s: Ditto.
19280 * gdb.disasm/t03_add.exp: Ditto.
19281 * gdb.disasm/t04_sub.s: Ditto.
19282 * gdb.disasm/t04_sub.exp: Ditto.
19283 * gdb.disasm/t05_cmp.s: Ditto.
19284 * gdb.disasm/t05_cmp.exp: Ditto.
19285 * gdb.disasm/t06_ari2.s: Ditto.
19286 * gdb.disasm/t06_ari2.exp: Ditto.
19287 * gdb.disasm/t07_ari3.s: Ditto.
19288 * gdb.disasm/t07_ari3.exp: Ditto.
19289 * gdb.disasm/t08_or.s: Ditto.
19290 * gdb.disasm/t08_or.exp: Ditto.
19291 * gdb.disasm/t09_xor.s: Ditto.
19292 * gdb.disasm/t09_xor.exp: Ditto.
19293 * gdb.disasm/t10_and.s: Ditto.
19294 * gdb.disasm/t10_and.exp: Ditto.
19295 * gdb.disasm/t11_logs.s: Ditto.
19296 * gdb.disasm/t11_logs.exp: Ditto.
19297 * gdb.disasm/t12_bit.s: Ditto.
19298 * gdb.disasm/t12_bit.exp: Ditto.
19299 * gdb.disasm/t13_otr.s: Ditto.
19300 * gdb.disasm/t13_otr.exp: Ditto.
19301
e00759ef
EZ
193022003-07-22 Elena Zannoni <ezannoni@redhat.com>
19303
19304 * gdb.threads/tls.exp :Add kfail for 'info address' case.
19305
8bc2021f
EZ
193062003-07-22 Elena Zannoni <ezannoni@redhat.com>
19307
a9c64011
AS
19308 * gdb.threads/tls.c : New file.
19309 * gdb.threads/tls.exp : New file.
19310 * gdb.threads/tls-main.c : New file.
19311 * gdb.threads/tls-shared.c : New file.
19312 * gdb.threads/tls-shared.exp : New file.
8bc2021f 19313
89320c4c
AS
193142003-07-22 Andreas Schwab <schwab@suse.de>
19315
19316 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
19317
180dea7c
AS
193182003-07-20 Andreas Schwab <schwab@suse.de>
19319
19320 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
19321 due to insn reordering.
19322
0714963c
AC
193232003-07-15 Andrew Cagney <cagney@redhat.com>
19324
19325 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
19326
98a23b3f
MC
193272003-07-15 Michael Chastain <mec@shout.net>
19328
19329 * gdb.base/gdb1250.exp: New file.
19330 * gdb.base/gdb1250.c: New file.
19331
27e417a2
ML
193322003-07-09 Michal Ludvig <mludvig@suse.cz>
19333
19334 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
19335 expansion of size_t to 'unsigned long', not only to 'unsigned'.
19336
8bc2021f
EZ
193372003-07-09 Elena Zannoni <ezannoni@redhat.com>
19338
a9c64011
AS
19339 * gdb.threads/tls.c: New file.
19340 * gdb.threads/tls.exp: New file.
19341 * gdb.threads/tls-main.c: New file.
19342 * gdb.threads/tls-shared.c: New file.
19343 * gdb.threads/tls-shared.exp: New file.
8bc2021f 19344
d99968dc
EZ
193452003-07-09 Elena Zannoni <ezannoni@redhat.com>
19346
19347 * gdb.base/annota1.exp: Make sure that we properly escape the
19348 full path of the source file. Xfail more permissive patterns,
d63a86f8 19349 due to a compiler debug info problem.
d99968dc 19350
83876b3b
AS
193512003-07-07 Andreas Schwab <schwab@suse.de>
19352
2705e972
AS
19353 * gdb.asm/m68k.inc: New file.
19354 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
19355
83876b3b
AS
19356 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
19357 arguments"): Also match negative number.
19358
19359 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
19360
3a871b37
DJ
193612003-07-03 Daniel Jacobowitz <drow@mvista.com>
19362
19363 * gdb.base/store.c (charest): New typedef.
19364 (add_char): Rename to add_charest, update.
19365 (wack_char): Rename to wack_charest, update types. Return l + r
19366 to keep r live across the call.
19367 (wack_short, wack_int, wack_long, wack_longest, wack_float)
19368 (wack_double, wack_doublest): Return l + r to keep r live across
19369 the call.
19370 * gdb.base/store.exp: Accomodate store.c changes.
19371
b2a7f303
DC
193722003-06-30 David Carlton <carlton@kealia.com>
19373
19374 * gdb.c++/maint.exp (test_invalid_name): New.
19375 (test_first_component): Add tests for invalid names.
19376
3c6cb4a1
MC
193772003-06-29 Michael Chastain <mec@shout.net>
19378
19379 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
19380 output of '<VTT for class>' for virtual base classes.
19381
f1c2644b
DJ
193822003-06-29 Daniel Jacobowitz <drow@mvista.com>
19383
19384 * gdb.base/completion.exp: Tab-complete "complet" instead of
19385 "compl".
19386 * gdb.base/complex.exp, gdb.base/complex.c: New files.
19387
18080350
DJ
193882003-06-29 Daniel Jacobowitz <drow@mvista.com>
19389
19390 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
19391 * gdb.base/volatile.exp: Likewise.
19392
f56973f8
DJ
193932003-06-29 Daniel Jacobowitz <drow@mvista.com>
19394
19395 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
19396 gdb/1265.
19397
193982003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
19399 Daniel Jacobowitz <drow@mvista.com>
19400
19401 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
19402 initial line count of 'captured_main' from 26 to 32.
19403 (test_with_self): Allow xmalloc call to be interleaved with the
19404 preceding two lines.
19405
e766d4d6
JB
194062003-06-24 Joel Brobecker <brobecker@gnat.com>
19407
19408 * gdb.base/bang.exp: New testcase.
19409
f125c9a4
JB
194102003-06-23 Joel Brobecker <brobecker@gnat.com>
19411
19412 * gdb.base/langs.exp: Add some tests for the "minimal" language
19413 support.
19414
6e25beaf
EZ
194152003-06-23 Elena Zannoni <ezannoni@redhat.com>
19416
19417 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
19418 the testcase.
19419
2f816dda
DJ
194202003-06-22 Daniel Jacobowitz <drow@mvista.com>
19421
19422 * gdb.base/relocate.exp: Test add-symbol-file with a variable
19423 offset.
19424
db5a5748
DJ
194252003-06-22 Daniel Jacobowitz <drow@mvista.com>
19426
19427 * gdb.c++/pr-1210.cc: New file.
19428 * gdb.c++/pr-1210.exp: New file.
19429
1df0c130
DJ
194302003-06-21 Daniel Jacobowitz <drow@mvista.com>
19431
19432 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
19433 000-exec-continue.
19434
a92feac0
MK
194352003-06-15 Mark Kettenis <kettenis@gnu.org>
19436
19437 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
19438 on *-*-*bsd* instead of *-*-freebsd*.
19439
81a58f5b
AC
194402003-06-14 Andrew Cagney <cagney@redhat.com>
19441
19442 * gdb.base/store.exp: Test longest and doublest. Test all
19443 parameters. Weaken return statement match.
19444 * gdb.base/store.c: Add longest and doublest - aka long long and
19445 long double functions. Put all parameters into local register
19446 variables. Use negative values.
19447
b257a0d3
AC
194482003-06-14 Andrew Cagney <cagney@redhat.com>
19449
19450 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
19451 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
19452 exit status.
19453 * gdb.base/fileio.exp: Disable target when nointerrupts and
19454 noinferiorio, instead of limiting it to remote. Use remote_exec
19455 instead of system.
d63a86f8 19456
21c38304
JJ
194572003-06-12 Jeff Johnston <jjohnstn@redhat.com>
19458
19459 * gdb.base/float.exp: Add ia64 support.
19460
1bcdb424
CV
194612003-06-12 Corinna Vinschen <vinschen@redhat.com>
19462
19463 * gdb.base/fileio.exp: Run only on remote targets.
19464
6aeb981f
CV
194652003-06-10 Corinna Vinschen <vinschen@redhat.com>
19466
19467 * gdb.base/fileio.c: New file, testing File-I/O.
19468 * gdb.base/fileio.exp: Ditto.
19469
53df362e
RG
194702003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
19471
19472 * gdb.base/shreloc.exp: New file, check symbol values obtained from
19473 shared objects after relocation at load time (gdb PR/1132).
19474 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 19475 as above, part of the shared object relocation test.
53df362e 19476
ffee1b46
MK
194772003-06-08 Mark Kettenis <kettenis@gnu.org>
19478
b5ca3722
MK
19479 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
19480 fully filled history list.
19481 * gdb.base/gdb_history: New file.
19482
03ed860d
MK
19483 * gdb.base/signals.exp: XFAIL "continue to func1" on
19484 i*86-*-freebsd*.
19485
ffee1b46
MK
19486 * gdb.base/attach.exp: When trying to attach to a nonexistent
19487 process, make it possible to specify the PID based on the target,
19488 and do so for *-*-freebsd*.
19489
d80dbb52
RH
194902003-06-02 Richard Henderson <rth@redhat.com>
19491
19492 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
19493
6dd77b81
RH
194942003-06-02 Richard Henderson <rth@redhat.com>
19495
19496 * gdb.base/selftest.exp: Next over lim_at_start initialization.
19497
f6347e16
RH
194982003-06-02 Richard Henderson <rth@redhat.com>
19499
19500 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
19501
2c161407
DJ
195022003-06-01 Daniel Jacobowitz <drow@mvista.com>
19503
19504 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
19505 of globalvar.
19506
572eb746
MK
195072003-06-01 Mark Kettenis <kettenis@gnu.org>
19508
19509 * gdb.asm/asm-source.exp: Check for memory read errors in
19510 disassembler test on *BSD too.
19511
9e9617a5
RH
195122003-06-01 Richard Henderson <rth@redhat.com>
19513
19514 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
19515 for .frame.
19516 (gdbasm_call): Lose ldgp.
19517 (gdbasm_startup): Add frame information.
19518 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
19519
7b34ad4e
MK
195202003-05-31 Mark Kettenis <kettenis@gnu.org>
19521
19522 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
19523 i?86-*-*.
19524
10059fdf
MK
195252003-05-30 Mark Kettenis <kettenis@gnu.org>
19526
19527 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
19528 FreeBSD.
19529
acf4b816
RH
195302003-05-29 Richard Henderson <rth@redhat.com>
19531
19532 * gdb.asm/alpha.inc: New file.
19533 * gdb.asm/asm-source.exp: Use it.
19534
e9ecd949
JB
195352003-05-29 Jim Blandy <jimb@redhat.com>
19536
19537 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
19538 'core.PID'.
19539
e3e5a4f3
JB
195402003-05-22 Jim Blandy <jimb@redhat.com>
19541
19542 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
19543 backtrace.
d63a86f8 19544
72fe3d25
DC
195452003-05-20 David Carlton <carlton@math.stanford.edu>
19546
19547 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
19548 this time.
19549
58da2eb2
DC
195502003-05-19 David Carlton <carlton@bactrian.org>
19551
19552 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
19553 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
19554
1fcb5155
DC
195552003-05-19 David Carlton <carlton@bactrian.org>
19556
19557 * gdb.c++/namespace.exp: Add namespace scope and anonymous
19558 namespace tests.
19559 Bump copyright date.
19560 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
19561 (main): Call C::D::marker2.
19562 * gdb.c++/namespace1.cc: New file.
19563
85e85163
JJ
195642003-05-14 Jeff Johnston <jjohnstn@redhat.com>
19565
19566 Roland McGrath <roland@redhat.com>
d63a86f8 19567 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
19568 there is no manager thread.
19569
a25fbfec
JJ
195702003-05-08 Jeff Johnston <jjohnstn@redhat.com>
19571
d63a86f8
RM
19572 * gdb.threads/schedlock.exp: Remove assumption that all threads
19573 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
19574 in one of the child threads rather than the main thread.
19575
be375bae
JB
195762003-05-07 Jim Blandy <jimb@redhat.com>
19577
09bf6082
JB
19578 Add support for assembly source testing on the s390x.
19579 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
19580 architecture.
19581 * gdb.asm/s390x.inc: New file.
19582
be375bae
JB
19583 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
19584 succession of 'if' statements.
19585
00905d52
AC
195862003-05-05 Andrew Cagney <cagney@redhat.com>
19587
19588 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
19589
b1e29e33
AC
195902003-05-05 Andrew Cagney <cagney@redhat.com>
19591
19592 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
19593 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
19594
e33d66ec
EZ
195952003-05-02 Elena Zannoni <ezannoni@redhat.com>
19596
19597 * gdb.base/charset.exp: Update based on new behavior of set/show
19598 charset commands.
19599
2b6fd0d8
AC
196002003-05-01 Andrew Cagney <cagney@redhat.com>
19601
19602 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
19603 variable do not give memory errors.
19604
130cacce
AF
196052003-04-30 Adam Fedor <fedor@gnu.org>
19606
19607 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
19608 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
19609 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
19610 gdb.objc/basicclass.m: : New files
19611
19612 * lib/gdb.exp (gdb_compile_objc): New procedure.
19613
bea71854
DJ
196142003-04-27 Daniel Jacobowitz <drow@mvista.com>
19615
19616 * gdb.base/signals.exp: Make backtrace tests more specific.
19617
0f20eeea
DC
196182003-04-23 David Carlton <carlton@bactrian.org>
19619
19620 * gdb.c++/maint.exp (test_first_component): Add tests for
19621 'operator' in more locations.
19622
c8c4d8dc
KB
196232003-04-16 Kevin Buettner <kevinb@redhat.com>
19624
19625 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
19626
3fe60e3c
EZ
196272003-04-16 Elena Zannoni <ezannoni@redhat.com>
19628
19629 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 19630 func marke' instead. Update test name.
3fe60e3c 19631
9219021c
DC
196322003-04-15 David Carlton <carlton@math.stanford.edu>
19633
19634 * gdb.c++/maint.exp: New file.
19635
5dd55bdd
EZ
196362003-04-14 Elena Zannoni <ezannoni@redhat.com>
19637
19638 * gdb.threads/schedlock.c: Change type of thread function argument
19639 to long, to avoid warnings on 64-bit platforms.
19640
00890572
EZ
196412003-04-14 Elena Zannoni <ezannoni@redhat.com>
19642
a9c64011
AS
19643 * gdb.base/attach.exp: Add new message from ptrace in case of
19644 attaching to nonexistent process.
d63a86f8 19645
93201743
JB
196462003-04-11 Jim Blandy <jimb@redhat.com>
19647
19648 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19649 gdb.c++/userdef.cc: Place comments on the lines to which the
19650 marker function might return.
19651 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19652 gdb.c++/userdef.exp: Look for those comments to check that we've
19653 returned to the right place, instead of checking line numbers.
19654
2a11c64d
EZ
196552003-04-11 Elena Zannoni <ezannoni@redhat.com>
19656
a9c64011
AS
19657 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
19658 match on sourcefile name, instead of directory name.
2a11c64d 19659
68ab8fc5
EZ
196602003-04-10 Elena Zannoni <ezannoni@redhat.com>
19661
d63a86f8 19662 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
19663 working directory name.
19664
5624293a
JB
196652003-04-09 Jim Blandy <jimb@redhat.com>
19666
19667 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19668 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
19669 after an inferior function call, report the failure, but allow the
19670 test to continue.
19671
f1f02ee4
SC
196722003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19673
19674 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19675 with -DPROTOTYPES.
19676
6eb79af0
SC
196772003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19678
19679 * gdb.base/break.exp: Revert last patch.
19680
8dfb4cf0
SC
196812003-04-04 Stephane Carrez <stcarrez@nerim.fr>
19682
19683 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19684 with -DPROTOTYPES.
19685
ed4c619a
AC
196862003-04-02 Andrew Cagney <cagney@redhat.com>
19687
19688 * gdb.base/callfuncs.exp: Make "print add" messages unique.
19689 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
19690 matching directories by the name breakpoint.
19691 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
19692 Make "continue to marker1" consistent.
19693 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
19694 message consistent.
19695 * lib/gdb.exp: Put "the program is no longer running", and "the
19696 program exited" in parenthesis.
19697 * lib/mi-support.exp: Ditto.
d63a86f8 19698
4e35d5f0 196992003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 19700
4e35d5f0
BR
19701 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
19702
71900fe8
AC
197032003-03-29 Andrew Cagney <cagney@redhat.com>
19704
19705 * gdb.base/sizeof.c (main): Print the value of '\377'.
19706 * gdb.base/sizeof.exp: Check the sign of '\377'.
19707
c0655a16
MC
197082003-03-27 Michael Chastain <mec@shout.net>
19709
19710 * gdb.base/gdb1090.exp: New file.
19711 * gdb.base/gdb1090.cc: New file.
19712
5b2a3989
JB
197132003-03-27 J. Brobecker <brobecker@gnat.com>
19714
19715 * gdb.gdb/observer.exp: New regression test.
19716
79876890
MC
197172003-03-27 Michael Chastain <mec@shout.net>
19718
19719 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
19720 * gdb.base/ptype.exp: Likewise.
19721
6eac95e3
CV
197222003-03-27 Corinna Vinschen <vinschen@redhat.com>
19723
19724 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
19725
e8c71839
MC
197262003-03-26 Michael Chastain <mec@shout.net>
19727
19728 * gdb.base/ptype.exp: Actually use some typedef'd types.
19729
71b10041
SC
197302003-03-21 Stephane Carrez <stcarrez@nerim.fr>
19731
19732 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
19733 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
19734
2512cf80
CV
197352003-03-20 Corinna Vinschen <vinschen@redhat.com>
19736
19737 * gdb.base/default.exp: Fix regular expression.
19738
0d195a4f
CV
197392003-03-20 Corinna Vinschen <vinschen@redhat.com>
19740
19741 * gdb.base/args.exp: Fix regular expression.
19742
8a2dbca8
CV
197432003-03-20 Corinna Vinschen <vinschen@redhat.com>
19744
19745 * gdb.base/help.exp: Allow Win32 child process.
19746
bf028682
CV
197472003-03-20 Corinna Vinschen <vinschen@redhat.com>
19748
19749 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
19750 when stepping out of main().
19751
182dbe85
CV
197522003-03-20 Corinna Vinschen <vinschen@redhat.com>
19753
19754 * gdb.base/default.exp: Check for win32 specific message when calling
19755 "run" without executable.
19756
d67a6ba5
CV
197572003-03-20 Corinna Vinschen <vinschen@redhat.com>
19758
19759 * gdb.base/args.exp: Expect .exe in output.
19760
a955b5bb
CV
197612003-03-20 Corinna Vinschen <vinschen@redhat.com>
19762
19763 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
19764 Cygwin native.
19765
bf6bad4b
AC
197662003-03-17 Andrew Cagney <cagney@redhat.com>
19767
19768 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
19769 vector registes.
19770 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
19771 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
19772
293e9a31
DC
197732003-03-17 David Carlton <carlton@math.stanford.edu>
19774
19775 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
19776 test, for PR breakpoints/38.
19777 Call test_watchpoint_and_breakpoint.
19778 * gdb.base/watchpoint.c (func3): New function.
19779 (main): Call func3.
19780
5330f2db
DC
197812003-03-04 David Carlton <carlton@math.stanford.edu>
19782
19783 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
19784 Garply<Garply<char> >:: garply".
19785 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
19786 with respect to PR c++/1111; note also PR c++/1113.
19787 (test_template_breakpoints): KFAIL "constructor breakpoint" with
19788 respect to PR c++/1062.
19789 KFAIL "destructor breakpoint" with respect to PR c++/1112.
19790
6ece72da
DC
197912003-03-03 David Carlton <carlton@math.stanford.edu>
19792
19793 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
19794 with respect to PR c++/57.
19795 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
19796 c++/826.
19797 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
19798 respect to PR c++/57.
19799
85ca1584
DC
198002003-03-03 David Carlton <carlton@math.stanford.edu>
19801
19802 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
19803 respect to PR c++/33 into FAILs.
19804
98e9c5b8
MC
198052003-03-03 Michael Chastain <mec@shout.net>
19806
7bedbf27
MC
19807 * configure.in: Update copyright years.
19808
198092003-03-03 Michael Chastain <mec@shout.net>
19810
19811 * Makefile.in: Update copyright years.
98e9c5b8 19812
f683e100
DC
198132003-02-28 David Carlton <carlton@math.stanford.edu>
19814
19815 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
19816 print class instead of struct and/or superfluous protection
19817 specifiers, as long as the resulting output is equivalent to the
19818 source code.
19819 Delete FIXME from end of messages on tests that don't need
19820 fixing.
19821
a9e0cf2c
DC
198222003-02-28 David Carlton <carlton@math.stanford.edu>
19823
19824 * gdb.c++/templates.exp (do_tests): Allow const in the two
19825 Foo<volatile char *>::foo tests.
19826
e8d359df
MS
198272003-02-27 Michael Snyder <msnyder@redhat.com>
19828
d63a86f8 19829 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
19830 will be consistant.
19831
0b71dc91
DC
198322003-02-26 David Carlton <carlton@math.stanford.edu>
19833
19834 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
19835 char *>::foo" test with respect to PR c++/33. Create a new test
19836 which is identical to that one except that it doesn't put the
19837 space between the "char" and the "*"; KFAIL it, too.
19838
dd14ab43
DC
198392003-02-26 David Carlton <carlton@math.stanford.edu>
19840
19841 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
19842 template types into either PASSes or KFAILs (corresponding to PR
19843 c++/57). Tweak indentation. Update copyright.
19844
1146c7f1
SC
198452003-02-23 Stephane Carrez <stcarrez@nerim.fr>
19846
19847 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
19848
74641dfb
MC
198492003-02-13 Michael Chastain <mec@shout.net>
19850
19851 * gdb.base/exprs.exp: Remove i960 remnants.
19852 * gdb.base/funcargs.exp: Likewise.
19853 * gdb.base/list.exp: Likewise.
19854 * gdb.base/ptype.exp: Likewise.
19855
559cd2d0
DC
198562003-02-14 David Carlton <carlton@math.stanford.edu>
19857
19858 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
19859 pEe->D::vg()" from XFAIL to KFAIL.
19860
c4f90d87
JM
198612003-02-13 Jason Molenda (jmolenda@apple.com)
19862
19863 * gdb.base/maint.exp: Update maint print statistics regexp to include
19864 new entries.
19865
cbc4d97c
MC
198662003-02-13 Michael Chastain <mec@shout.net>
19867
19868 * gdb.c++/inherit.exp: Remove call to get_debug_format.
19869
40f235b7
MC
198702003-02-12 Michael Chastain <mec@shout.net>
19871
19872 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
19873 * gdb.c++/inherit.exp: Likewise.
19874 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
19875 * gdb.c++/templates.exp: Likewise.
19876 * gdb.c++/virtfunc.exp: Likewise.
19877
c56716b0
JM
198782003-02-06 Jason Molenda (jason-cl@molenda.com)
19879
19880 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
19881 why the code is written that way.
19882
070afcf8
MC
198832003-02-05 Michael Chastain <mec@shout.net>
19884
19885 * gdb.base/dump.exp: Add missing copyright line.
19886
5d0331e5
JM
198872003-02-05 Jason Molenda (jason-cl@molenda.com)
19888
f7ae6d3e 19889 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
19890 at the beginning so the breakpoint doesn't get set on the loop.
19891
92851186
MC
198922003-02-05 Michael Chastain <mec@shout.net>
19893
19894 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
19895 output for configurations with gcc 2.95.3.
19896
cbf1e085
AC
198972003-02-05 Keith Seitz <keiths@redhat.com>
19898 Andrew Cagney <ac131313@redhat.com>
19899
19900 * gdb.mi/mi-cli.exp: New file.
d63a86f8 19901
29518e1e
MC
199022003-02-04 Michael Chastain <mec@shout.net>
19903
19904 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
19905 Call perror and then continue.
19906
5af1d5f3
MC
199072003-02-03 Michael Chastain <mec@shout.net>
19908
19909 * gdb.c++/pr-1023.cc: New file.
19910 * gdb.c++/pr-1023.exp: New file.
19911
6b549786
JB
199122003-02-05 Jim Blandy <jimb@redhat.com>
19913
19914 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
19915 it's local to foobar. Check for it there, and check that it's not
19916 present in main.
19917 * gdb.c++/local.cc (marker2): New function.
19918 (foobar): Call marker1.
19919 (main): Call marker2 instead of marker1.
19920
67f16606
AC
199212003-02-04 Andrew Cagney <ac131313@redhat.com>
19922
19923 * gdb.disasm/mn10200.exp: Obsolete file.
19924 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
19925 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
19926 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
19927
1c5cb38e
DC
199282003-02-04 David Carlton <carlton@math.stanford.edu>
19929
19930 * gdb.c++/overload.exp: Test intToChar(1).
19931 * gdb.c++/overload.cc (intToChar): New.
19932 (main): Call intToChar.
19933
d1fe6965
DC
199342003-02-03 David Carlton <carlton@math.stanford.edu>
19935
19936 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
19937 'might_kfail' arg.
19938 KFAIL some of the continue_to_bp_overloaded calls, according to
19939 PR c++/1025.
19940
9ba61c5d
MC
199412003-02-01 Michael Chastain <mec@shout.net>
19942
19943 * gdb.base/advance.c (marker1): New marker function.
19944 * gdb.base/advance.exp: When the 'advance' command lands on the
19945 return breakpoint, it can legitimately stop on either the
19946 current line or the next line. Accommodate both outcomes.
19947 * gdb.base/until.exp: Likewise.
19948
e7494ffb
AC
199492003-02-02 Andrew Cagney <ac131313@redhat.com>
19950
19951 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19952 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
19953 now a list, not a tuple.
19954 * gdb.mi/mi-var-display.exp: Ditto.
19955 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 19956
075559bc
AC
199572003-02-01 Andrew Cagney <ac131313@redhat.com>
19958
19959 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19960 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
19961 stack backtraces.
19962 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 19963
2bd4c7b1
MK
199642003-02-01 Mark Kettenis <kettenis@gnu.org>
19965
19966 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19967 gdb.mi/mi1-pthreads.exp: Return instead of calling
19968 gdb_suppress_entire_file.
19969
eabd8992
MS
199702003-02-01 Mark Salter <msalter@redhat.com>
19971
19972 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
19973
71469e2f
MS
199742003-01-31 Mark Salter <msalter@redhat.com>
19975
19976 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
19977 Support empty arg.
19978
38a94d44
MC
199792003-01-30 Michael Chastain <mec@shout.net>
19980
19981 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
19982 This was a workaround for a UTF-8 bug in readline 4.3. The bug
19983 has been fixed in gdb/readline on 2003-01-09.
19984
19ea9e73
MS
199852003-01-29 Michael Snyder <msnyder@redhat.com>
19986
e8d359df
MS
19987 * gdb.base/maint.exp: Allow for leading underscore in symbol.
19988 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
19989 * gdb.base/args.exp: Skip if target does not support args passing.
19990
2307bd6a
DJ
199912003-01-22 Daniel Jacobowitz <drow@mvista.com>
19992
19ea9e73 19993 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
19994 gdb_test. Accept a list of expect arguments as the third
19995 parameter.
19996 (gdb_test): Use it.
19997
f2dd3617
EZ
199982003-01-20 Elena Zannoni <ezannoni@redhat.com>
19999
20000 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
20001 allow for different test tree configurations. Update some
20002 tescases accordingly.
20003 * gdb.arch/altivec-regs.exp: Ditto.
20004 * gdb.asm/asm-source.exp: Ditto.
20005 * gdb.base/advance.exp: Ditto.
20006 * gdb.base/display.exp: Ditto.
d63a86f8 20007 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
20008 * gdb.base/mips_pro.exp: Ditto.
20009 * gdb.base/overlays.exp: Ditto.
20010 * gdb.base/relocate.exp: Ditto.
20011 * gdb.base/setshow.exp: Ditto.
20012 * gdb.base/step-line.exp: Ditto.
20013 * gdb.base/step-test.exp: Ditto.
20014 * gdb.base/until.exp: Ditto.
20015 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
20016
c71cdefd
DC
200172003-01-17 David Carlton <carlton@math.stanford.edu>
20018
20019 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
20020 corresponding to PR c++/945.
20021 Update copyright.
20022
fdba05d7
DC
200232003-01-17 David Carlton <carlton@math.stanford.edu>
20024
20025 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
20026 corresponding to PR c++/68.
20027
200282003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
20029
20030 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
20031 (test_paddr_hairy_functions): Call print_addr_2_kfail for
20032 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
20033
c362c33a
EZ
200342003-01-15 Elena Zannoni <ezannoni@redhat.com>
20035
0fbc361c
EZ
20036 * gdb.base/break.exp: Fix change of default location, because of
20037 removal of until tests.
20038 * gdb.base/help.exp: Update test for new 'until' help message.
20039 Add test for help on 'advance'.
a9c64011 20040 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 20041
dabf8a35
MK
200422003-01-15 Mark Kettenis <kettenis@gnu.org>
20043
20044 * gdb.base/default.exp: Adapt "info float" test for recent changes
20045 to that command. Add test for "info vector".
20046 * gdb.base/float.exp: New file. Add test for "info float" that
20047 resembles the old test in gdb.base/default.exp.
20048
a1769aca
DC
200492003-01-15 David Carlton <carlton@math.stanford.edu>
20050
20051 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
20052
82025e13
EZ
200532003-01-15 Elena Zannoni <ezannoni@redhat.com>
20054
20055 * gdb.base/break.exp: Move the tests of until command from here...
20056 * gdb.base/until.exp: ... to here. New file. Add other tests.
20057 * gdb.base/advance.c: New file.
20058 * gdb.base/advance.exp: New file.
20059
8f9ab801
EZ
200602003-01-14 Elena Zannoni <ezannoni@redhat.com>
20061
a9c64011
AS
20062 * gdb.base/args.c: New file.
20063 * gdb.base/args.exp: New file.
8f9ab801 20064
9ae66589
DJ
200652003-01-14 Daniel Jacobowitz <drow@mvista.com>
20066
20067 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
20068
8d77e5c3
DJ
200692003-01-14 Daniel Jacobowitz <drow@mvista.com>
20070
20071 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
20072
12d2f0a1
DJ
200732003-01-14 Daniel Jacobowitz <drow@mvista.com>
20074
20075 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
20076 dates.
20077
6ca37014
DJ
200782003-01-13 Daniel Jacobowitz <drow@mvista.com>
20079
20080 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
20081
b0023472
DJ
200822003-01-13 Daniel Jacobowitz <drow@mvista.com>
20083
20084 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
20085 (ptype &*"foo").
20086 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
20087
607fbc54 200882003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
20089
20090 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
20091 * gdb.mi/mi1-console.exp: Likewise.
20092
607fbc54 200932003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
20094
20095 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
20096 * gdb.mi/mi1-console.exp: Likewise.
20097
a1fb14a2
DJ
200982003-01-13 Daniel Jacobowitz <drow@mvista.com>
20099
20100 * gdb.c++/overload.exp: Remove some fixed XFAILs.
20101
c4cf40b7
DJ
201022003-01-09 Daniel Jacobowitz <drow@mvista.com>
20103
20104 * gdb.base/detach.exp: New test.
20105
696d5a5b
DJ
201062003-01-09 Daniel Jacobowitz <drow@mvista.com>
20107
20108 * Makefile.in (ALL_SUBDIRS): New variable.
20109 (subdirs, clean, distclean): Use it.
20110 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
20111 regenerating Makefile, since it is generated from the top level.
20112 * gdb.asm/Makefile.in: Likewise.
20113 * gdb.base/Makefile.in: Likewise.
20114 * gdb.c++/Makefile.in: Likewise.
20115 * gdb.disasm/Makefile.in: Likewise.
20116 * gdb.java/Makefile.in: Likewise.
20117 * gdb.mi/Makefile.in: Likewise.
20118 * gdb.threads/Makefile.in: Likewise.
20119 * gdb.trace/Makefile.in: Likewise.
20120
754533e4
DC
201212003-01-09 David Carlton <carlton@math.stanford.edu>
20122
20123 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
20124 Add copyright year 2003.
20125
d8b3e9ee
MC
201262003-01-06 Michael Chastain <mec@shout.net>
20127
20128 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
20129 When selecting a thread, 'line' and 'file' are optional.
20130 * gdb.mi/mi1-pthreads.exp: Likewise.
20131
8e9e0fe6
AS
201322003-01-06 Andreas Schwab <schwab@suse.de>
20133
20134 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
20135 failures.
20136
b5ab8ff3
DJ
201372003-01-04 Daniel Jacobowitz <drow@mvista.com>
20138
20139 Fix PR gdb/844
20140 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
20141 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
20142
20143 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
20144 instead of calling gdb_suppress_entire_file.
20145 * gdb.threads/print-threads.exp: Likewise.
20146 * gdb.threads/schedlock.exp: Likewise.
20147
20148 * gdb.threads/killed.exp: Return instead of calling
20149 gdb_suppress_entire_file.
20150 * gdb.threads/linux-dp.exp: Likewise.
20151 * gdb.threads/pthreads.exp: Likewise.
20152
1e698235
DJ
201532003-01-04 Daniel Jacobowitz <drow@mvista.com>
20154
20155 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
20156 stabs.
20157 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
20158 * gdb.base/whatis.exp: Always allow (void) after function names.
20159
147ff08c
DJ
201602003-01-04 Daniel Jacobowitz <drow@mvista.com>
20161
20162 * gdb.c++/casts.exp: Correct regexp.
20163
dc62bfc2
MK
201642003-01-04 Mark Kettenis <kettenis@gnu.org>
20165
20166 * configure.in: Call AC_CONFIG_HEADER. Don't call
20167 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
20168 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
20169 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
20170 aforementioned directories in the AC_OUPUT call.
20171 * config.hin: New file.
20172 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
20173 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
20174 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
20175 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
20176 pass -I$objdir instead of -I$objdir/$subdir in compilation.
20177 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
20178 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
20179 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
20180 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
20181 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
20182 gdb.threads/configure.in, gdb.threads/configure,
20183 gdb.threads/config.in, gdb.trace/configure.in,
20184 gdb.trace/configure: Removed.
20185
77afa639
MC
201862003-01-03 Michael Chastain <mec@shout.net>
20187
20188 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
20189 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
20190
7634bb6e
DJ
201912003-01-03 Daniel Jacobowitz <drow@mvista.com>
20192
20193 * gdb.base/store.exp: Fix regular expressions.
20194
b39c905e
MK
201952002-12-28 Mark Kettenis <kettenis@gnu.org>
20196
20197 * configure.in: Rewrite.
20198 * configure: Regenerated.
20199
0a8551dd
DC
202002003-01-03 David Carlton <carlton@math.stanford.edu>
20201
20202 * gdb.base/psymtab.exp: New file.
20203 * gdb.base/psymtab1.c: Ditto.
20204 * gdb.base/psymtab2.c: Ditto.
20205
c60b7188
AF
202062002-12-23 Adam Fedor <fedor@gnu.org>
20207
20208 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
20209
ee73db83
DC
202102002-12-23 David Carlton <carlton@math.stanford.edu>
20211
20212 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
20213 and current_directory initialization.
20214
d6c1774e
JB
202152002-12-22 Jim Blandy <jimb@redhat.com>
20216
f0a847b8
JB
20217 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
20218 rather than as part of the output file name.
20219
d6c1774e
JB
20220 * gdb.base/attach.exp: There's no need to copy the test program to
20221 /tmp; that was only ever necessary on HP/UX, and this test is
20222 entirely disabled there anyway.
20223
f0708dbb
JB
202242002-12-21 Jim Blandy <jimb@redhat.com>
20225
4c2acfea
JB
20226 * gdb.c++/psmang.exp: Doc fix.
20227
f0708dbb
JB
20228 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
20229 test.
20230
9579e000
DC
202312002-12-20 David Carlton <carlton@math.stanford.edu>
20232
20233 * gdb.c++/annota2.exp: KFAIL annotate-quit.
20234
d1810171
MC
202352002-12-18 Michael Chastain <mec@shout.net>
20236
20237 * gdb.c++/annota2.exp: Add copyright year 2002.
20238
76565097
DC
202392002-12-17 David Carlton <carlton@math.stanford.edu>
20240
20241 * gdb.c++/try_catch.cc: Add marker comments.
20242 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
20243 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
20244 * gdb.c++/m-static.cc: Ditto.
20245 * gdb.c++/m-static1.cc: Ditto.
20246 * gdb.c++/try_catch.cc: Ditto.
20247
da81390b
JJ
202482002-12-16 Jeff Johnston <jjohnstn@redhat.com>
20249
20250 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
20251 to see whether we are using the new -environment-directory
20252 command which resets via -r or the old version of the command
20253 which may prompt the user. Part of fix for gdb/741.
20254
b304d130
AC
202552002-12-13 Andrew Cagney <ac131313@redhat.com>
20256
20257 * gdb.fortran/types.exp: Update obsolete comment.
20258 * gdb.fortran/exprs.exp: Ditto.
20259 * lib/gdb.exp: Delete obsolete code.
20260 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
20261 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
20262 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
20263 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
20264 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
20265 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
20266 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
20267 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
20268 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
20269 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
20270 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
20271 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
20272 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
20273 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
20274 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
20275 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
20276 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
20277 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
20278 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
20279 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
20280 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
20281 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
20282 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
20283 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
20284 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
20285 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
20286 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
20287 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
20288 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
20289 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
20290 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
20291 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
20292 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
20293 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
20294 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
20295 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
20296 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
20297
a23b6e6a
DC
202982002-12-11 David Carlton <carlton@math.stanford.edu>
20299
20300 * gdb.c++/m-data.exp: Add test for members that shadow global
20301 variables: see PR gdb/804.
20302 * gdb.c++/m-data.cc: Ditto.
20303
6604731b
DJ
203042002-12-10 Daniel Jacobowitz <drow@mvista.com>
20305
20306 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
20307
de46ecd7
DC
203082002-12-06 David Carlton <carlton@math.stanford.edu>
20309
20310 * gdb.base/store.c: Don't declare functions static.
20311
27e829d0
AC
203122002-12-04 Andrew Cagney <ac131313@redhat.com>
20313
20314 * gdb.base/store.exp, gdb.base/store.c: New files.
20315
92806416
DJ
203162002-12-03 Daniel Jacobowitz <drow@mvista.com>
20317
20318 * gdb.base/selftest.exp: Update for current gdb.
20319
3bcbaac5
DJ
203202002-12-03 Daniel Jacobowitz <drow@mvista.com>
20321
20322 * gdb.base/maint.exp: Only dump symbols from one source file
20323 or objfile.
20324
f4f00b1f
DJ
203252002-12-03 Daniel Jacobowitz <drow@mvista.com>
20326
20327 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
20328 function call.
20329
f1c8a949
JB
203302002-11-25 Jim Blandy <jimb@redhat.com>
20331
20332 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
20333 function appearing in error message.
20334
9e297a97
DJ
203352002-11-21 Daniel Jacobowitz <drow@mvista.com>
20336
20337 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
20338
1f312e79
JJ
203392002-11-08 Jeff Johnston <jjohnstn@redhat.com>
20340
d63a86f8
RM
20341 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
20342 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
20343 should be in mi console format. This is part of fix for PR gdb/604.
20344
83c31e7d
FN
203452002-09-18 Fernando Nasser <fnasser@redhat.com>
20346
20347 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
20348 which explicitly prints the zero offset as "+0".
20349
322b3f65
DJ
203502002-10-22 Daniel Jacobowitz <drow@mvista.com>
20351
20352 * gdb.threads/schedlock.c (args): Make unsigned.
20353
203542002-10-21 Daniel Jacobowitz <drow@mvista.com>
20355
20356 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
20357 numbers. Allow "foo2|selected stack frame".
20358 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
20359 * gdb.asm/asmsrc2.s: Likewise.
20360 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
20361 comments.
20362 * gdb.asm/mips.inc: New file.
20363
5e2fe5b8
AF
203642002-10-18 Adam Fedor <fedor@gnu.org>
20365
20366 * gdb.base/default.exp: Update expected output to include 'ObjC'.
20367 * gdb.base/help.exp: Likewise.
20368
abe1a5d0
KB
203692002-10-17 Kevin Buettner <kevinb@redhat.com>
20370
20371 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
20372 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
20373
10abb1d4
JB
203742002-10-02 Jim Blandy <jimb@redhat.com>
20375
20376 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
20377
1f609b42
AC
203782002-10-01 Andrew Cagney <ac131313@redhat.com>
20379
20380 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
20381 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
20382 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
20383 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
20384 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
20385 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
20386 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
20387
0aee02e4
AC
203882002-09-29 Andrew Cagney <ac131313@redhat.com>
20389
20390 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
20391 * mi0-disassemble.exp, mi0-eval.exp: Delete.
20392 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
20393 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
20394 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
20395 * mi0-var-block.exp, mi0-var-child.exp: Delete.
20396 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 20397
6fde09ad
KB
203982002-09-27 Kevin Buettner <kevinb@redhat.com>
20399
20400 * gdb.base/annota1.exp (info break): Make directory components of
20401 path optional since not all compilers emit this debug information.
20402
889bf7c5
PA
20403 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
20404 step ends up stepping out of the function instead of stopping on
20405 the epilogue.
6fde09ad 20406
9e8aab75
KS
204072002-09-26 Keith Seitz <keiths@redhat.com>
20408
20409 * lib/insight-support.exp (gdbtk_start): Figure out where
20410 the insight executable is based on where gdb is. Use this
20411 executable to start insight instead of gdb.
20412
e36180d7
AC
204132002-09-25 Andrew Cagney <cagney@redhat.com>
20414
20415 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
20416
9dd34b2b
AC
204172002-09-24 Andrew Cagney <ac131313@redhat.com>
20418
20419 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
20420 test_isolated_complaints.
20421 (test_empty_complaint): New function.
20422 (test_empty_complaints): New function. Check no output when no
20423 complaints.
d63a86f8 20424
dea97812
KB
204252002-09-19 Jim Blandy <jimb@redhat.com>
20426
a9c64011 20427 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 20428
54951bd7
AC
204292002-09-19 Andrew Cagney <ac131313@redhat.com>
20430
20431 * gdb.gdb/complaints.exp: New file.
20432
dec43320
AC
204332002-09-18 Andrew Cagney <ac131313@redhat.com>
20434
20435 * gdb.base/maint.exp: Check `help maint internal-warning'.
20436
e70d6e3f
DC
204372002-09-18 David Carlton <carlton@math.stanford.edu>
20438
20439 * gdb.c++/m-static.exp: Remove breakpoints depending on line
20440 numbers, and replace them by a single breakpoint after the
20441 constructors are all finished.
20442 Add test 4.
20443 * gdb.c++/m-static.cc: Add test 4.
20444 * gdb.c++/m-static.h: New file.
20445 * gdb.c++/m-static1.cc: New file.
20446
20447 * gdb.c++/printmethod.exp: New file.
20448 * gdb.c++/printmethod.cc: New file.
20449
20450 * gdb.c++/pr-574.exp: New file.
20451 * gdb.c++/pr-574.cc: New file.
20452
afb5c968
CV
204532002-09-18 Corinna Vinschen <vinschen@redhat.com>
20454
20455 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
20456 embedded targets which never actually exit.
20457
31e45dee
FN
204582002-09-18 Fernando Nasser <fnasser@redhat.com>
20459
20460 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
20461 "don't step after run" as unresolved or unsupported, instead of xfail.
20462
a283c5a1
CV
204632002-09-18 Corinna Vinschen <vinschen@redhat.com>
20464
20465 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
20466 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
20467 Add newline to expected string in "step out of main (status wrapper)"
20468 case.
20469
11350d2a
CV
204702002-09-18 Corinna Vinschen <vinschen@redhat.com>
20471
20472 * lib/gdb.exp (rerun_to_main): Allow restarting application.
20473 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
20474
0deec7d6
TT
204752002-09-17 Tom Tromey <tromey@redhat.com>
20476
20477 * gdb.base/printcmds.exp (test_print_string_constants): Expect
20478 \000, not \0, in double-quoted string.
20479
b2b4a1b5
CV
204802002-09-14 Corinna Vinschen <vinschen@redhat.com>
20481
c9d37158 20482 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
20483 string after running the commands execution on breakpoint tests.
20484
1c56143a
CV
204852002-09-13 Corinna Vinschen <vinschen@redhat.com>
20486
20487 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
20488
37f8da45
JB
204892002-09-12 Joel Brobecker <brobecker@gnat.com>
20490
20491 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
20492
08b468e0
KS
204932002-09-10 Keith Seitz <keiths@redhat.com>
20494
20495 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
20496 runto proc.
20497 (mi_run_to_main): Use mi_runto.
20498 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
20499
dc360f58
KS
205002002-09-10 Keith Seitz <keiths@redhat.com>
20501
20502 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
20503 regexp for stopping at main. Could have multiple event notifications.
20504 Don't assume that main was declared with no parameters.
20505 (mi_next): Use mi_step_to.
20506 (mi_step): Use mi_next_to.
20507
ce3abcfb
CV
205082002-09-09 Corinna Vinschen <vinschen@redhat.com>
20509
20510 * gdb.base/default.exp: Fix expected string in `info float' test.
20511
d1f5b980
BE
205122002-09-09 Ben Elliston <bje@redhat.com>
20513
20514 * config/mips.exp: Update comments.
20515 * config/mips-idt.exp: Likewise.
20516 * config/nind.exp: Likewise.
20517 * config/slite.exp: Likewise.
20518 * config/sparclet.exp: Likewise.
20519 * config/udi.exp: Likewise.
20520 * config/vx.exp: Likewise.
20521 * config/vxworks29k.exp: Likewise.
20522
2f71430b
JB
205232002-09-05 Jim Blandy <jimb@redhat.com>
20524
20525 * gdb.threads/killed.exp: Fix test failure message.
20526
7ddebc7e
KS
205272002-09-04 Keith Seitz <keiths@redhat.com>
20528
20529 * lib/mi-support.exp: Update copyright.
20530 (mi_gdb_test): Increase the priority of the expected pattern
20531 so that it matches gdb_test.
20532
0ae67eb3
KS
205332002-09-03 Keith Seitz <keiths@redhat.com>
20534
20535 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
20536 Use integer comparison instead of string comparison for testing
20537 whether binary was built.
20538
38fc42c8
JB
205392002-09-03 Jim Blandy <jimb@redhat.com>
20540
20541 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
20542
b6ff0e81
JB
205432002-08-29 Jim Blandy <jimb@redhat.com>
20544
20545 * gdb.threads/pthreads.exp: Move the portable thread compilation
20546 code into a function in lib/gdb.exp, and call that from here.
20547 * lib/gdb.exp (gdb_compile_pthreads): New function.
20548
07c98896
KS
205492002-08-29 Keith Seitz <keiths@redhat.com>
20550
20551 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
20552 expect_out so that callers can get at it.
20553
0312286c
DJ
205542002-08-23 Daniel Jacobowitz <drow@mvista.com>
20555
20556 * gdb.threads/print-threads.c: New file.
20557 * gdb.threads/print-threads.exp: New file.
20558 * gdb.threads/schedlock.c: New file.
20559 * gdb.threads/schedlock.exp: New file.
20560
dd039bc4
EZ
205612002-08-22 Elena Zannoni <ezannoni@redhat.com>
20562
a9c64011
AS
20563 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
20564 not altivec.c.
dd039bc4 20565
1f36144c
MK
205662002-08-17 Mark Kettenis <kettenis@gnu.org>
20567
20568 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
20569 targets. The problem should be fixed now.
20570
16057ec7 205712002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
20572
20573 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
20574 2002-07-24 change that removes final dots from error messages.
20575
3c1499ad
TT
205762002-08-13 Tom Tromey <tromey@redhat.com>
20577
20578 * gdb.base/readline.exp: New file.
20579
a20ce2c3
AC
205802002-08-01 Andrew Cagney <ac131313@redhat.com>
20581
20582 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
20583 supress message.
20584
db034ac5
AC
205852002-08-01 Andrew Cagney <cagney@redhat.com>
20586
20587 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
20588 CHILL_FOR_TARGET and CHILL_LIB.
20589 * configure.in (configdirs): Remove gdb.chill.
20590 * configure: Regenerate.
20591 * lib/gdb.exp: Obsolete references to chill.
20592 * gdb.fortran/types.exp: Ditto.
20593 * gdb.fortran/exprs.exp: Ditto.
20594
3e000b18
KB
205952002-07-30 Kevin Buettner <kevinb@redhat.com>
20596
20597 * gdb.base/shlib-call.exp (additional_flags): Conditionally
20598 set Irix-specific compile and link flags.
20599
28f4966b
KB
206002002-07-29 Kevin Buettner <kevinb@redhat.com>
20601
20602 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
20603 source files. The ``-o'' option doesn't work with the ``-E'' option
20604 when using the Irix compiler.
20605
46c0d5a6
DJ
206062002-07-19 Daniel Jacobowitz <drow@mvista.com>
20607
20608 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
20609 Improve support for reusing an exec file. Copy exec file
20610 to target, and run gdbserver on the target instead of on the host.
20611
eecf4bed
JB
206122002-07-18 Jim Blandy <jimb@redhat.com>
20613
0f815cdf
JB
20614 * gdb.base/ending-run.exp: Don't expect to see the program end in
20615 some orderly fashion when we're running on a real stand-alone
20616 board.
20617
eecf4bed
JB
20618 * gdb.base/interrupt.exp: Correct logic for skipping tests on
20619 targets that don't support interrupts.
20620
52d309e4
JB
206212002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
20622
20623 * gdb.base/attach.exp: Add patterns to match output from /proc-based
20624 systems.
20625 Move comments in expect statements to inside the actions, so that they
20626 don't get matched against.
20627
ff683d9e
MK
206282002-07-10 Mark Kettenis <kettenis@gnu.org>
20629
20630 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
20631 function when asleep" test.
20632
b5356753
AC
206332002-07-10 Andrew Cagney <ac131313@redhat.com>
20634
20635 * gdb.base/page.exp: Rewrite to handle problems with very long
20636 `info set' output. Update copyright.
20637
6aa4d13a
AC
206382002-06-26 Andrew Cagney <ac131313@redhat.com>
20639
20640 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
20641 gdb.threads-hp.
20642 * gdb.hp/configure: Regenerate.
20643 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
20644 * gdb.hp/gdb.threads-hp/configure: Delete file.
20645 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
20646
8cf8c2b8
AC
206472002-06-22 Andrew Cagney <ac131313@redhat.com>
20648
20649 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
20650 setlocale, bindtextdomain and textdomain.
20651
6827a8f8
JB
206522002-06-11 Jim Blandy <jimb@redhat.com>
20653
919d772c
JB
20654 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
20655 preprocessor macro information is present.
20656
6827a8f8
JB
20657 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
20658 tests.
20659
c15b0d21
MS
206602002-06-06 Michael Snyder <msnyder@redhat.com>
20661
c5984d70
MS
20662 * gdb.base/overlays.exp: Record addresses of overlay
20663 functions in TCL variables rather than in GDB variables,
20664 to avoid having GDB convert them to pointers (with loss
20665 of information).
20666
d63a86f8 20667 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 20668 default linker script changes.
c15b0d21
MS
20669 * gdb.base/long_long.exp: Add check for sizeof (long double).
20670
be26fe0d
ML
206712002-06-06 Michal Ludvig <mludvig@suse.cz>
20672
20673 * gdb.asm/asm-source.exp: Add x86-64 target.
20674 * gdb.asm/x86_64.inc: New.
d63a86f8 20675
258093ca 206762002-05-30 Michael Chastain <mec@shout.net>
258093ca 20677
4b3153f1 20678 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
20679 * gdb.c++/m-static.cc: New file.
20680 * gdb.c++/m-static.exp: New file.
20681
241264c6
MS
206822002-05-28 Michael Snyder <msnyder@redhat.com>
20683
20684 * gdb.base/call-ar-st.exp: Allow for reduced floating point
20685 precision.
20686
9bba8c8f 206872002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 20688
4b3153f1 20689 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
20690 * gdb.c++/m-data.cc: New file.
20691 * gdb.c++/m-data.exp: New file.
20692
206932002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 20694
4b3153f1 20695 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 20696 * gdb.c++/try_catch.cc: New file.
d63a86f8 20697 * gdb.c++/try_catch.exp: New file.
9bba8c8f 20698
def1b996
MC
206992002-05-27 Michael Chastain <mec@shout.net>
20700
20701 * gdb.c++/local.exp: Accept more nested types in output.
20702
522ba268
MC
207032002-05-26 Michael Chastain <mec@shout.net>
20704
20705 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
20706
277254ba
MS
207072002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
20708
20709 * lib/gdb.exp (gdb_wrapper_init): Just because
20710 gdb_wrapper_file exists, this does not mean that the file
20711 should not be rebuilt. That is what gdb_wrapper_initialized
20712 is for.
20713 (default_gdb_init): Reset gdb_wrapper_initialized.
20714
b61a8733
MS
207152002-05-23 Michael Snyder <msnyder@redhat.com>
20716
d63a86f8 20717 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
20718 the precision of the floating point test results.
20719 * gdb.base/call-rt-st.exp: Ditto.
20720
b61a8733
MS
20721 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
20722 * gdb.base/call-rt-st.exp: Ditto.
20723
56f6e910
MC
207242002-05-19 Michael Chastain <mec@shout.net>
20725
20726 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
20727
ad0b0016
EZ
207282002-05-19 Elena Zannoni <ezannoni@redhat.com>
20729
a9c64011
AS
20730 * configure.in (configdirs): Add gdb.arch.
20731 * configure: Regenerate.
ad0b0016 20732
f617d2b6
JB
207332002-05-17 Jim Blandy <jimb@redhat.com>
20734
20735 * gdb.base/completion.exp: Recognize the more detailed error
20736 messages produced by the macro expander's lexical analyzer.
20737
eac2a696
EZ
207382002-05-14 Elena Zannoni <ezannoni@redhat.com>
20739
a9c64011
AS
20740 * gdb.arch/altivec-abi.c: New file.
20741 * gdb.arch/altivec-abi.exp: New file.
20742 * gdb.arch/altivec-regs.c: New file.
20743 * gdb.arch/altivec-regs.exp: New file.
eac2a696 20744
2fdde8f8
DJ
207452002-05-14 Daniel Jacobowitz <drow@mvista.com>
20746
20747 * gdb.base/maint.exp (maint print type): Update for new type
20748 structure.
d63a86f8 20749
e31f1a7c
EZ
207502002-05-14 Elena Zannoni <ezannoni@redhat.com>
20751
20752 * gdb.arch: New directory.
20753 * gdb.arch/configure.in: New file.
20754 * gdb.arch/configure: New file.
20755 * gdb.arch/Makefile.in: New file.
20756
db589741
CV
207572002-05-13 Corinna Vinschen <vinschen@redhat.com>
20758
20759 * gdb.asm/asm-source.exp: Add v850 as supported target.
20760 * gdb.asm/v850.inc: New file.
20761
8ce2a7dc
DJ
207622002-05-13 Daniel Jacobowitz <drow@mvista.com>
20763
20764 * gdb.c++/annota2.exp (annotate-quit): Add comment.
20765
df763c7f
DJ
207662002-05-12 Daniel Jacobowitz <drow@mvista.com>
20767
20768 * gdb.base/break.exp: Check 'break "marker2"'.
20769
377daeed
MS
207702002-05-10 Michael Snyder <msnyder@redhat.com>
20771
20772 * gdb.base/long_long.exp: Fix typo.
20773
c4b7bc2b
JB
207742002-05-10 Jim Blandy <jimb@redhat.com>
20775
ecac9a4e
JB
20776 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
20777 a bug.
20778
c4b7bc2b
JB
20779 * gdb.base/printcmds.exp (test_integer_literals_rejected):
20780 Recognize more detailed error message produced by the macro
20781 expander's lexical analyzer.
20782 * lib/gdb.exp (test_print_reject): Same.
20783
e71019a1
MK
207842002-05-09 Mark Kettenis <kettenis@gnu.org>
20785
20786 * gdb.c++/method.exp: Fix typo.
20787
fedfc8e6
MS
207882002-05-08 Michael Snyder <msnyder@redhat.com>
20789
166a1957
MS
20790 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
20791 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 20792 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
20793 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
20794 Add iftarget clause for strongarm.
d63a86f8 20795
f1c47eb2
MS
207962002-05-06 Michael Snyder <msnyder@redhat.com>
20797
cb9a9d3e
MS
20798 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
20799 (gdb_continue_to_end): Accept output from status wrapper.
20800 * gdb.base/ending-run.exp: Add case for output from status wrapper.
20801 Clean up fail messages to match pass messages.
20802
f1c47eb2
MS
20803 Enable the "needs_status_wrapper" testsuite feature.
20804 * lib/gdb.exp (gdb_wrapper_init): New procedure.
20805 (gdb_compile): Conditionally call gdb_wrapper_init.
20806 * gdb.base/a2-run.exp: Recognize output from status wrapper.
20807 * gdb.c++/method.exp: Recognize output from status wrapper.
20808
6079c749
BE
208092002-05-06 Ben Elliston <bje@redhat.com>
20810From Graydon Hoare <graydon@redhat.com>
20811
20812 * config/sid.exp: Include support for "rawsid" protocol.
20813
188baff3
JB
208142002-05-03 Jim Blandy <jimb@redhat.com>
20815
20816 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
20817 * gdb.c++/hang3.C: New file.
20818
b9c07f0f
AC
208192002-05-04 Andrew Cagney <ac131313@redhat.com>
20820
20821 * gdb.base/default.exp: Remove obsolete code.
20822 * gdb.c++/misc.exp: Ditto. Update copyright.
20823 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
20824 * gdb.base/whatis.exp: Ditto. Update copyright.
20825 * gdb.base/scope.exp: Ditto. Update copyright.
20826 * gdb.base/ptype.exp: Ditto. Update copyright.
20827 * gdb.base/printcmds.exp: Ditto. Update copyright.
20828 * gdb.base/opaque.exp: Ditto. Update copyright.
20829 * gdb.base/list.exp: Ditto.
20830 * gdb.base/funcargs.exp: Ditto. Update copyright.
20831 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
20832 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
20833 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
20834 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
20835 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
20836 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
20837
5c7a0397
MS
208382002-05-02 Michael Snyder <msnyder@redhat.com>
20839
d6dcc264 20840 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
20841 * gdb.base/long_long.exp: Add xscale target.
20842 * gdb.base/default.exp: Add xscale target.
20843
eb7f1c48
JB
208442002-05-01 Jim Blandy <jimb@redhat.com>
20845
20846 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
20847 gdb.c++/hang.exp: New test.
20848
a6befae8
FF
208492002-05-01 Fred Fish <fnf@redhat.com>
20850
20851 * gdb.base/completion.exp: Handle completions of "./Make" for
20852 more than one completion possibility, as is the case when we
20853 build and test in the source tree.
20854
0a310277
AG
208552002-04-29 Anthony Green <green@redhat.com>
20856
20857 * gdb.java/jmisc1.exp: New file.
20858 * gdb.java/jmisc2.exp: New file.
20859
6ff9af88
DJ
208602002-04-24 Daniel Jacobowitz <drow@mvista.com>
20861
20862 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
20863
96b3d632
EZ
208642002-04-23 Elena Zannoni <ezannoni@redhat.com>
20865
20866 * gdb.base/help.exp: Change 'help status' to allow for target
20867 dependent output differences.
20868
5019bb54
MC
208692002-04-22 Michael Chastain <mec@shout.net>
20870
20871 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
20872
a805a116
MC
208732002-04-22 Michael Chastain <mec@shout.net>
20874
20875 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
20876
a1706bfd
DM
208772002-04-17 David S. Miller <davem@redhat.com>
20878
20879 * gdb.asm/sparc64.inc: New file.
20880 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
20881
a73a20a2
EZ
208822002-04-19 Elena Zannoni <ezannoni@redhat.com>
20883
20884 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
20885 instruction file directly into the build tree. Clean up at end of
20886 test.
20887
ba678339
DM
208882002-04-18 David S. Miller <davem@redhat.com>
20889
20890 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
20891 handle 64-bit platforms correctly.
20892 * gdb.base/maint.exp: Likewise.
20893
b03399da
KB
208942002-04-18 Kevin Buettner <kevinb@redhat.com>
20895
20896 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
20897 ``-fpic'' when compiling files comprising a shared library, but
20898 it does need additional linker flags in order to find shared
20899 libraries at run time.
20900
e2004992
KB
209012002-04-18 Kevin Buettner <kevinb@redhat.com>
20902
20903 * gdb.base/cvexpr.c (use): New function.
20904 (main): Invoke use() on all global variables to prevent
20905 some linkers from deleting these otherwise unused symbols.
20906
d8937120
MC
209072002-04-17 Michael Chastain <mec@shout.net>
20908From David S. Miller <davem@redhat.com>
20909
20910 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
20911 handle 64-bit platforms correctly.
20912
ffd61a58
MS
209132002-04-12 Michael Snyder <msnyder@redhat.com>
20914From Jim Blandy <jimb@redhat.com>
a9c64011 20915 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
20916 script can handle this instead.
20917 * gdb.base/bar.c (barx): Same.
20918 * gdb.base/baz.c (bazx): Same.
20919 * gdb.base/grbx.c (grbxx): Same.
20920
20921 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
20922 manager doesn't automatically unmap overlays unnecessarily.
20923
6b8426a6
MH
209242002-04-10 Martin M. Hunt <hunt@redhat.com>
20925
20926 * gdb.base/ending-run.exp: Fix pattern for Mips targets
20927 stepping out of main.
20928
34af4875
MC
209292002-04-09 Michael Chastain <mec@shout.net>
20930
20931 * gdb.c++/local.cc (main): Move call to marker1() inside nested
20932 scope so that the nested scope tests will make sense.
20933 * gdb.c++/local.exp: Write patterns that actually work with gcc
20934 (the HP patterns "were never known to work with gcc").
20935 Keep the old aCC patterns too.
20936
2d1676a0
DJ
209372002-04-09 Daniel Jacobowitz <drow@mvista.com>
20938
20939 * gdb.base/attach.exp: Correct target board test.
20940
3a63e3f9
MC
209412002-04-08 Michael Chastain <mec@shout.net>
20942
20943 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
20944 in a const method. Add some xfail and fail cases for configurations
20945 that do not emit the "const ...".
20946
f18dabd2
MC
209472002-04-07 Michael Chastain <mec@shout.net>
20948
20949 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
20950 Accept "A * const" and "const A * const" as type of "this".
20951 Fix spelling of getFunky throughout. Make messages uniform.
20952
0fcddd82
EZ
209532002-04-07 Elena Zannoni <ezannoni@redhat.com>
20954
a9c64011 20955 Work around for PR gdb/285:
0fcddd82
EZ
20956 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
20957
16a8534a
EZ
209582002-04-07 Elena Zannoni <ezannoni@redhat.com>
20959
20960 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
20961 instructions file at run time instead of configure time.
20962 Sometimes we run the test in a directory that is not the one we
20963 configured in.
20964 * gdb.asm/configure.in: Delete creation of symlink.
20965 * gdb.asm/configure: Regenerate.
20966
24181d81
JB
209672002-04-05 J. Brobecker <brobecker@gnat.com>
20968
20969 * gdb.gdb/xfullpath.exp: New test, to exercise the new
20970 xfullpath () function.
20971
7cdb7107
DJ
209722002-04-04 Daniel Jacobowitz <drow@mvista.com>
20973
20974 * gdb.asm/Makefile.in: Correct dependencies.
20975
20976 * gdb.asm/powerpc.inc: New file.
20977 * gdb.asm/asm-source.exp: Add PowerPC.
20978 * gdb.asm/configure.in: Likewise.
20979 * gdb.asm/configure: Regenerated.
20980
a7d17088
DJ
209812002-04-04 Daniel Jacobowitz <drow@mvista.com>
20982
20983 * gdb.base/relocate.exp: New file.
20984 * gdb.base/relocate.c: New file.
20985
cd721503
FF
209862002-04-04 Fred Fish <fnf@redhat.com>
20987
20988 * gdb.base/step-test.exp: Update comment regarding stopping in
20989 memcpy/bcopy calls inserted as part of the compiler runtime.
20990
b22ad7a7
MS
209912002-04-04 Michael Snyder <msnyder@redhat.com>
20992
20993 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
20994
5f279fa6
DJ
209952002-04-03 Daniel Jacobowitz <drow@mvista.com>
20996
20997 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
20998 (gdb_expect): Remove $notransfer hack.
20999
dd0fd3ce
DJ
210002002-04-02 Daniel Jacobowitz <drow@mvista.com>
21001
21002 * gdb.c++/classes.exp ("calling method for small class"): Match
21003 updated register output.
21004
1e50cda1
DJ
210052002-03-30 Daniel Jacobowitz <drow@mvista.com>
21006
21007 Fix PR gdb/452
21008 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
21009 when finished. Make gdb_file_cmd send "exec-file" when
21010 appropriate.
21011
24015922
DJ
210122002-03-30 Daniel Jacobowitz <drow@mvista.com>
21013
21014 * gdb.base/attach.exp: Remove extra setup_xfail.
21015
dd7dfd64
MS
210162002-03-26 Michael Snyder <msnyder@redhat.com>
21017
21018 * gdb.base/default.exp: Add tests for dump, append, and restore.
21019 * gdb.base/help.exp: Add tests for dump, append, and restore.
21020 * gdb.base/dump.exp: New file, test dump, append and restore.
21021 * gdb.base/dump.c: New file.
21022
48b2f8d7
MS
210232002-03-27 Michael Snyder <msnyder@redhat.com>
21024
d63a86f8 21025 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
21026 clean-ups in help messages.
21027
05b4d525
FF
210282002-03-26 Fred Fish <fnf@redhat.com>
21029
21030 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
21031 have debugging info for those functions and the compiler uses them
21032 internally to copy structs around.
21033
d7679631
FF
210342002-03-26 Fred Fish <fnf@redhat.com>
21035
21036 * gdb.base/list.exp: Revert the change made yesterday and add note
21037 about why we don't list the default lines for remote targets.
21038
523ac3f9
MS
210392002-03-25 Michael Snyder <msnyder@redhat.com>
21040
21041 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
21042
754b2b8d
FF
210432002-03-25 Fred Fish <fnf@redhat.com>
21044
21045 * gdb.base/list.exp: This test works on remote targets so remove
21046 the short circuit for remote targets. Update copyright.
21047
33c3e192
FF
210482002-03-25 Fred Fish <fnf@redhat.com>
21049
21050 * gdb.base/attach.exp: Fix logic error that was suppressing this
21051 test for all non hppa*-*-hpux* targets, instead of the hp target.
21052 Move comments closer to the suppression point. Also now need to
21053 check that we are running natively.
21054
d43e73ee
MS
210552002-03-22 Michael Snyder <msnyder@redhat.com>
21056
882c8f02
MS
21057 * gdb.base/default.exp: Add test for gcore. Update copyright.
21058 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 21059
04c12f60
FF
210602002-03-06 Fred Fish <fnf@redhat.com>
21061
21062 * gdb.base/funcargs.c: Remove extraneous ';' character.
21063 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
21064
b43df995
MC
210652002-03-04 Michael Chastain <mec@shout.net>
21066
21067 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
21068 accommodate gcc v3 function signature.
21069 * gdb.mi/mi0-var-cmd-exp: Ditto.
21070
92362027
AC
210712002-02-24 Andrew Cagney <ac131313@redhat.com>
21072
21073 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
21074 ``GNU/Linux'' or ``Linux kernel''
21075 * testsuite/gdb.threads/pthreads.c: Ditto.
21076
258ad32d
MC
210772002-02-24 Michael Chastain <mec@shout.net>
21078
21079 * gdb.threads/pthreads.c (thread1): Add a return statement.
21080 (thread2): Likewise.
21081 (foo): Likewise.
21082
04c3b3d4
MC
210832002-02-23 Michael Chastain <mec@shout.net>
21084
21085 * gdb.threads/linux-dp.c (philosopher): Add a return statement
21086 to placate gcc.
21087
5a2a0a20
MC
210882002-02-23 Michael Chastain <mec@shout.net>
21089
21090 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
21091 test "ptype bint". The test passes on all my stabs configurations.
21092
a640f7fc
JB
210932002-02-21 Jim Blandy <jimb@redhat.com>
21094
27924826
JB
21095 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
21096 filename at a time, and watch for the ones we want to see.
21097
a640f7fc
JB
21098 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
21099 types of pointers to prototyped functions.
21100
edcc8c75
AC
211012002-02-20 Andrew Cagney <ac131313@redhat.com>
21102
21103 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
21104 signed, unsigned and straight char.
21105 (padding_char, padding_short, padding_int, padding_long,
21106 padding_long_long, padding_float, padding_double,
21107 padding_long_double): New global variables.
21108 (fill, fill_structs): New functions.
21109
21110 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
21111 for correctly sized writes. Update copyright.
21112 (get_valueof): New procedure.
21113 (get_sizeof): Call get_valueof.
21114 (check_valueof): New procedure.
21115 (check_padding): New procedure.
21116
ac57ea44
MC
211172002-02-20 Michael Chastain <mec@shout.net>
21118
21119 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
21120 to setup_xfail. Document some of the remaining calls.
21121
7a10c941
MC
211222002-02-18 Michael Chastain <mec@shout.net>
21123
21124 * gdb.c++/userdef.exp: Update copyright year.
21125
fb8acdcc
DJ
211262002-02-18 Daniel Jacobowitz <drow@mvista.com>
21127
21128 * gdb.c++/userdef.exp: Test overloaded operators properly.
21129 Remove xfails.
21130
fda6ae12
MS
211312002-02-14 Michael Snyder <msnyder@redhat.com>
21132
21133 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
21134
676a0442
DJ
211352002-02-14 Daniel Jacobowitz <drow@mvista.com>
21136
21137 * gdb.base/a2-run.exp: Check for a remote target properly.
21138 * gdb.base/annota1.exp: Likewise.
21139 * gdb.base/list.exp: Likewise.
21140 * gdb.base/reread.exp: Likewise.
21141 * gdb.base/scope.exp: Likewise.
21142 * gdb.base/shlib-call.exp: Likewise.
21143 * gdb.base/term.exp: Likewise.
21144 * gdb.c++/annota2.exp: Likewise.
21145
78b4f468
RE
211462002-02-13 Richard Earnshaw <rearnsha@arm.com>
21147
21148 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
21149
9a81ba51
MC
211502002-02-10 Michael Chastain <mec@shout.net>
21151
21152 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
21153 (call_after_alloca): Ditto.
21154
004af6c7
DJ
211552002-02-10 Daniel Jacobowitz <drow@mvista.com>
21156
21157 * gdb.base/ending-run.exp: Guard "cont" test with
21158 gdb_skip_stdio_test.
21159
37225f62
JB
211602002-02-06 Jim Blandy <jimb@redhat.com>
21161
21162 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
21163 from here...
21164 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
21165 To here. Disable this test on non-HP platforms. Add big comment.
21166
fe6fdd96
MS
211672002-02-04 Michael Snyder <msnyder@redhat.com>
21168
21169 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
21170 other than d10v and m32r.
21171
036fad3f
RE
211722002-02-02 Richard Earnshaw <rearnsha@arm.com>
21173
21174 * gdb.base/default.exp: Rewrite test patterns to reduce time
21175 taken to match them.
21176
7148ab62
DJ
211772002-01-30 Daniel Jacobowitz <drow@mvista.com>
21178
21179 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
21180 Allow a start function above main.
21181 * gdb.threads/linux-dp.exp: Fix copyright date.
21182
396cc255
DJ
211832002-01-30 Daniel Jacobowitz <drow@mvista.com>
21184
a9c64011
AS
21185 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
21186 (check_philosopher_stack): Check for manager thread before checking
21187 for a just-starting thread.
396cc255 21188
f038d31b
DJ
211892002-01-30 Daniel Jacobowitz <drow@mvista.com>
21190
21191 From Neil Booth <neil@daikokuya.demon.co.uk>:
21192 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
21193 warnings.
21194
b3ff9d9a
FF
211952002-01-21 Fred Fish <fnf@redhat.com>
21196
21197 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
21198 not caller.
21199
39ad761d
JB
212002002-01-21 Jim Blandy <jimb@redhat.com>
21201
21202 * gdb.base/reread.exp: Check that GDB properly re-reads the
21203 executable file when it changes while no inferior is running.
21204
aaf320fa
FF
212052002-01-21 Fred Fish <fnf@redhat.com>
21206
a9c64011
AS
21207 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
21208 optionally accept the "shlib events" variation.
aaf320fa 21209
808a31f5
JB
212102002-01-21 Jim Blandy <jimb@redhat.com>
21211
21212 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
21213 call `fflush' after every `printf', so that the output is produced
21214 at predictable points, regardless of whatever buffering does (or
21215 doesn't) take place.
21216 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
21217 at different points.
21218
4420d5e2
DJ
212192002-01-20 Daniel Jacobowitz <drow@mvista.com>
21220
21221 * gdb.c++/inherit.exp: Update copyright years.
21222 * gdb.c++/method.exp: Likewise.
21223
3e36a0f4
DJ
212242002-01-20 Daniel Jacobowitz <drow@mvista.com>
21225
21226 * gdb.c++/classes.exp: Update for improved v3 support and skipping
21227 artificial methods/arguments.
21228 * gdb.c++/derivation.exp: Likewise.
21229 * gdb.c++/inherit.exp: Likewise.
21230 * gdb.c++/method.exp: Likewise.
21231 * gdb.c++/virtfunc.exp: Likewise.
21232
b4ceaee6
AC
212332002-01-18 Andrew Cagney <ac131313@redhat.com>
21234
21235 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
21236 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
21237 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
21238 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
21239 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
21240 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
21241
ecace851
JB
212422002-01-17 Jim Blandy <jimb@redhat.com>
21243
21244 * gdb.asm/asm-source.exp (info symbol): Take another shot at
21245 anchoring the pattern matching the entry point symbol's name.
21246
375fc983
AC
212472002-01-17 Andrew Cagney <ac131313@redhat.com>
21248
21249 * gdb.base/maint.exp: Update ``maint internal-error'' to match
21250 continue/quit query. Update copyright.
21251
fe6fdd96
MS
212522002-01-14 Michael Snyder <msnyder@redhat.com>
21253
21254 * gdb.base/gcore.exp: Remove extra debugging output.
21255
e017c81f
DJ
212562002-01-13 Daniel Jacobowitz <drow@mvista.com>
21257
21258 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
21259 for slightly dubious v2 mangled string.
21260
37ab3bf8
DJ
212612002-01-13 Daniel Jacobowitz <drow@mvista.com>
21262
21263 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
21264
1bc05c3a 212652002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 21266
1bc05c3a 21267 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 21268
1bc05c3a
JM
21269 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
21270 constructors.
21271 * gdb.c++/derivation.exp: Likewise.
21272 * gdb.c++/templates.exp: Likewise.
21273 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 21274
1bc05c3a
JM
212752002-01-10 Michael Snyder <msnyder@redhat.com>
21276
21277 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 21278
a911c360
MS
212792002-01-08 Michael Snyder <msnyder@redhat.com>
21280
21281 * gdb.base/gcore.exp: New test for generate-core-file command.
21282 * gdb.base/gcore.c: Testcase for above.
21283 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
21284
ea2119ec
JM
212852002-01-08 Jason Merrill <jason@redhat.com>
21286
21287 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
21288
68203136
FF
212892002-01-07 Fred Fish <fnf@redhat.com>
21290
21291 * gdb.c++/overload.exp: Remove unconditional xfails for:
21292 print foo_instance1.overloadargs(1)
21293 print foo_instance1.overloadargs(1, 2)
21294 print foo_instance1.overloadargs(1, 2, 3)
21295 print foo_instance1.overloadargs(1, 2, 3, 4)
21296 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
21297 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
21298 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
21299 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
21300 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
21301 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
21302 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
21303 print foo_instance1.overload1arg()
21304 print foo_instance1.overload1arg((char)arg2)
21305 print foo_instance1.overload1arg((signed char)arg3)
21306 print foo_instance1.overload1arg((unsigned char)arg4)
21307 print foo_instance1.overload1arg((int)arg7)
21308 print foo_instance1.overload1arg((unsigned int)arg8)
21309 print foo_instance1.overload1arg((float)arg11)
21310 print foo_instance1.overload1arg((double)arg12)
d63a86f8 21311
21b9b5b1
MS
213122002-01-07 Michael Snyder <msnyder@redhat.com>
21313
21314 * gdb.base/huge.exp: New test. Print a very large target data object.
21315 (skip_huge_test): New test variable. Define if you want to skip this
21316 test. The test reads an 8 megabyte data object from the target, so it
21317 might be very time consuming on remote targets with a slow connection.
21318 * gdb.base/huge.c: New file. Test case for above.
21319
725f922e
FF
213202002-01-07 Fred Fish <fnf@redhat.com>
21321
21322 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
21323 g_instance.bfoo, and g_instance.cfoo.
21324
889bf7c5 213252002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 21326
889bf7c5
PA
21327 * gdb.base/break.c (multi_line_if_conditional): New function.
21328 (multi_ilne_while_conditional): Likewise.
21329 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
21330 IF or WHILE condition puts the breakpoint at the start of
21331 the condition.
f286b2c3 21332
634d57ec
JL
21333 * gdb.base/selftest.exp (backtrace through signal handler): Remove
21334 hppa*-*-hpux* expected failure.
21335 * gdb.base/structs.exp (do_function_calls): Similarly.
21336
21337 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
21338 watchpoints.
21339
9fbfe2dc
AC
213402002-01-06 Andrew Cagney <ac131313@redhat.com>
21341
21342 Fix PR gdb/66.
21343 * gdb.base/structs.exp: Replace skip for a29k with skip for
21344 gdb,cannot_call_functions.
21345 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
21346 * gdb.base/callfuncs.exp: Ditto.
21347 * gdb.base/call-rt-st.exp: Ditto.
21348 * gdb.base/call-strs.exp: Ditto.
21349 * gdb.base/callfwmall.exp: Ditto.
21350 * gdb.base/scope.exp: Obsolete xfail a29k.
21351 * gdb.c++/misc.exp: Ditto.
21352 * gdb.c++/cplusfuncs.exp: Ditto.
21353 * gdb.base/ptype.exp: Ditto.
21354 * gdb.base/printcmds.exp: Ditto.
21355 * gdb.base/opaque.exp: Ditto.
21356 * gdb.base/list.exp: Ditto.
21357 * gdb.base/funcargs.exp: Ditto.
21358 * gdb.base/default.exp: Ditto.
21359
8ddad156
MS
213602002-01-04 Michael Snyder <msnyder@redhat.com>
21361
ca4976a6 21362 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
21363 * gdb.base/maint.exp: Add tests for maint info sections options.
21364
1b074332
JL
21365Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
21366
21367 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
21368
7d159115
CV
213692001-12-20 Corinna Vinschen <vinschen@redhat.com>
21370
21371 * gdb.asm/arm.inc: New file.
21372 * gdb.asm/asm-source.exp: Add arm targets.
21373 * gdb.asm/configure.in: Ditto.
21374 * gdb.asm/configure: Recreated from configure.in.
21375
8fb87725
JL
21376Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
21377
afabe08c
JL
21378 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
21379 with HP's compiler.
21380 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
21381 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
21382 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
21383 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
21384
21385 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
21386 either HP's compilers or GCC.
21387
db521deb
JL
21388 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
21389 a SIGBUS or SIGSEGV.
21390
21391 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
21392
21393 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
21394 can be compiled with either HP's compiler or GCC.
21395
cfa88ab7
JL
21396 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
21397 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
21398 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
21399
ca344dff
JL
21400 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
21401 to match current gdb output. Update due to using auto-solib-limit
21402 for limiting instead of overloading auto-solib-add.
21403 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
21404 test program.
21405
3f3c6e55 21406 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
21407 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
21408 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
21409 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
21410 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
21411 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
21412 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
21413 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
21414 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
21415 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
21416 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
21417 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
21418 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 21419
8fb87725
JL
21420 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
21421 a SIGTRAP to the inferior.
21422
cf599fa7
CV
214232001-12-19 Corinna Vinschen <vinschen@redhat.com>
21424
21425 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
21426 Substitute call to target_link by call to gdb_compile.
21427
2cd045cd
JL
21428Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
21429
a9c64011
AS
21430 * gdb.base/break.exp: Fix HP specific search string when testing
21431 backtracing in a called function.
2cd045cd 21432
a9c64011
AS
21433 * gdb.base/constvars.exp: Only set lang to C++ if we're
21434 compiling the test with HP's compilers.
21435 * gdb.base/volatile.exp: Similarly.
2cd045cd 21436
99ebe9ac
JB
214372001-12-19 Jim Blandy <jimb@redhat.com>
21438
21439 * gdb.base/printcmds.exp: Expect the null character to be printed
21440 as '\0', and the '\013' to be printed as '\v'.
21441 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
21442 * gdb.base/setvar.exp: Same.
21443
b9891b29
JB
214442001-12-17 Jim Blandy <jimb@redhat.com>
21445
0eba65ab
JB
21446 * gdb.base/completion.exp: Rather than completing very long
21447 filenames, which can make the readline library produce output we
21448 don't recognize, cd to the directory first, and then complete
21449 using nice, short relative paths.
21450
6970b5b1
JB
21451 * gdb.base/completion.exp: On some systems, there is, in fact, a
21452 variable named `b' in scope, since GDB treats all static
a9c64011
AS
21453 variables as being in scope. So use `no_var_named_this'
21454 instead of `b'.
6970b5b1 21455
b9891b29 21456 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 21457 can't find the core file's registers as a failure.
b9891b29 21458
e6ccd35f
JSC
214592001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
21460
a9c64011
AS
21461 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
21462 test expect string more specific.
e6ccd35f 21463
105ba819
CV
214642001-12-13 Corinna Vinschen <vinschen@redhat.com>
21465
21466 * gdb.asm/asm-source.exp: Add support for xstormy16.
21467 * gdb.asm/configure.in: Ditto.
21468 * gdb.asm/configure: Rebuild.
21469 * gdb.asm/xstormy16.inc: New file.
21470
e9e79dd9
FF
214712001-12-10 Fred Fish <fnf@redhat.com>
21472
21473 * gdb.base/maint.exp: Update to match changes in type dumping code.
21474
347dc97d
JB
214752001-12-10 Jim Blandy <jimb@redhat.com>
21476
21477 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
21478 matching the entry point symbol's name at the beginning of the
21479 line.
347dc97d 21480
5178b9d6
DJ
214812001-12-07 Daniel Jacobowitz <drow@mvista.com>
21482
21483 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
21484 gdb.c++/inherit.exp, gdb.c++/method.exp,
21485 gdb.c++/namespace.exp, gdb.c++/templates.exp,
21486 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
21487 and class layout support.
21488
af890c52
DJ
214892001-12-07 Daniel Jacobowitz <drow@mvista.com>
21490
21491 * gdb.c++/classes.exp: Add test for static member function.
21492 * gdb.c++/misc.cc: Add class with static member function.
21493
7a345fb3
JB
214942001-12-07 Jim Blandy <jimb@redhat.com>
21495
f2e54a80 21496 If GDB says it can't find the struct the function returned, report
8032bf31
JB
21497 those tests as `unsupported'.
21498 * gdb.base/call-rt-st.exp (print_struct_call): New function.
21499 Rewrite subsequent tests to use it.
21500
21501 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
21502 those tests as `unsupported'.
21503 * gdb.base/structs.exp (call_struct_func): New function.
21504 (do_function_calls): Use call_struct_func to call the functions
21505 returning structs.
21506
0bc69509
JB
21507 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
21508 whether functions are prototyped or not, so we can't possibly pass
21509 arguments to t_float_values2 properly.
21510
7a345fb3
JB
21511 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
21512 value of `timeout' for targets other than the mips*tx39-*.
21513
edb6ede1
MS
215142001-12-06 Michael Snyder <msnyder@redhat.com>
21515
d63a86f8 21516 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
21517 and detect whether the start symbol has a leading underscore.
21518
2d842f13
JB
215192001-12-04 Jim Blandy <jimb@redhat.com>
21520
21521 * gdb.base/completion.exp: Clarify indentation.
21522
68550daf
JB
215232001-12-03 Jim Blandy <jimb@redhat.com>
21524
21525 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
21526 variables on the S/390, not `.word'.
21527
cd5195a8
JB
215282001-11-30 Jim Blandy <jimb@redhat.com>
21529
21530 Add assembly-source tests for s390-ibm-linux.
21531 * gdb.asm/s390.inc: New file.
21532 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
21533 the S/390 architecture.
a9c64011 21534 * gdb.asm/configure: Regenerated.
cd5195a8 21535
ca9efc90
MS
215362001-11-30 Michael Snyder <msnyder@redhat.com>
21537
21538 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
21539 next, info source, info sources, info line, global and static
21540 variables, and static functions.
21541 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
21542 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
21543 * gdb.asm/asmsrc1.s: Add a static function and some variables.
21544 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
21545 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
21546 (gdbasm_leave): Restore frame pointer.
21547 (gdbasm_startup): Copy stack set-up from crt0.S.
21548
d0e66976
FN
215492001-11-26 Fernando Nasser <fnasser@redhat.com>
21550
21551 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
21552 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
21553 to a local (non-static) variable. Copy tstruct.a to a static buffer
21554 and return a pointer to that buffer.
21555 * gdb.base/callfwmall.c (t_structs_a): Ditto.
21556
e2334072
MK
215572001-11-24 Mark Kettenis <kettenis@gnu.org>
21558
21559 * gdb.asm/configure.in: Fix recognition of ix86 target.
21560 * gdb.asm/configure: Regenerate.
21561
756caa3d
MS
215622001-11-21 Michael Snyder <msnyder@redhat.com>
21563
21564 * gdb.asm/sparc.inc: New file.
21565 * gdb.asm/asm-source.exp: Recognize sparc target.
21566 * gdb.asm/configure.in: Recognize sparc target.
21567 * gdb.asm/configure: Regenerate.
d63a86f8 21568
9a4d72d5
MS
215692001-11-21 Michael Snyder <msnyder@redhat.com>
21570
21571 * gdb.asm/m32r.inc: New file.
21572 * gdb.asm/asm-source.exp: Recognize m32r target.
21573 * gdb.asm/configure.in: Recognize m32r target.
21574 * gdb.asm/configure: Regenerate.
21575
a773d1cd
MS
215762001-11-20 Michael Snyder <msnyder@redhat.com>
21577
017ac23d
MS
21578 * gdb.asm/i386.inc: New file.
21579 * gdb.asm/asm-source.exp: Recognize ix86 target.
21580 * gdb.asm/configure.in: Recognize ix86 target.
21581 * gdb.asm/configure: Regenerate.
21582
a773d1cd
MS
21583 * gdb.c++/namespace.exp: Fix quotes in output messages.
21584
bb632afb
MS
215852001-11-14 Michael Snyder <msnyder@redhat.com>
21586
25d559ca 21587 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
21588 qualifier in a type cast expression, to designate an address
21589 in the instruction space (Harvard architecture).
21590
4749e309
MS
215912001-11-13 Michael Snyder <msnyder@redhat.com>
21592
21593 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
21594 Tests for expressions using 'const' and 'volatile'.
21595
25050984
CV
215962001-11-13 Corinna Vinschen <vinschen@redhat.com>
21597
21598 * gdb.asm/asm-sources.exp: Allow defining linker flags.
21599
1902c51f
DJ
216002001-11-12 Daniel Jacobowitz <drow@mvista.com>
21601
21602 * lib/mi-support.exp (mi_run_to_helper): Move comments
21603 outside of gdb_expect.
21604
dcf95b47
DJ
216052001-11-11 Daniel Jacobowitz <drow@mvista.com>
21606
21607 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
21608 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
21609 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
21610 mi0_run_to): New functions.
21611 * gdb.mi/mi-simplerun.exp: Use them.
21612 * gdb.mi/mi0-simplerun.exp: Likewise.
21613 * gdb.mi/mi-var-cmd.exp: Likewise.
21614 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 21615
45b074e1
AC
216162001-11-10 Andrew Cagney <ac131313@redhat.com>
21617
21618 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
21619 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
21620
bf50d346
AC
216212001-11-09 Andrew Cagney <ac131313@redhat.com>
21622
21623 * gdb.base/restore.exp: Include $expected value in restored test
21624 message.
21625
9383332c
AC
216262001-11-09 Andrew Cagney <ac131313@redhat.com>
21627
21628 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
21629 implemented.
21630
db62520a
MS
216312001-11-08 Michael Snyder <msnyder@redhat.com>
21632
21633 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
21634 Add pass/fail message for stop at breakpoint in call dummy function.
21635
b5703437
MS
216362001-11-07 Michael Snyder <msnyder@redhat.com>
21637
d63a86f8
RM
21638 * gdb.c++/templates.exp (test_template_breakpoints):
21639 If we get an overload menu, but it does not match what
760f6330 21640 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
21641 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
21642 making the whitespace optional. Argument for "new" may be
21643 "unsigned" as well as "unsigned int/long".
d63a86f8 21644 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
21645 making the whitespace optional. Also replace "(void) with
21646 "((void|)), making the keyword "void" optional.
d63a86f8 21647 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
21648 making the whitespace optional. Also replace "(void) with
21649 "((void|)), making the keyword "void" optional.
3bf40917
MS
21650 * gdb.base/callfuncs.c (t_float_values): This function must
21651 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 21652 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
21653 can be tested against both cases. Usually one case involves
21654 promotion of float to double, while the other does not.
21655 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
21656 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
21657 includes a stack frame for "start".
21658
c8ab4e6d
JB
216592001-11-05 Jim Blandy <jimb@redhat.com>
21660
21661 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
21662 pointers are 32 bits long, and that offsets of relocs are always
21663 stored in the data (REL-style), and not in the reloc entry itself
21664 (RELA-style).
21665 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
21666 stabs.
21667
3f08ced9
MS
216682001-11-01 Michael Snyder <msnyder@redhat.com>
21669
21670 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
21671 and regular expression operators by using quoting.
21672
cbfa24cd
MS
216732001-10-31 Michael Snyder <msnyder@redhat.com>
21674
21675 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
21676 depending on what the symbol table contains.
21677 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
21678 the output of the ptype command. Similarly, accept both "const &"
21679 and "const&".
21680
aaa68313
CV
216812001-10-31 Corinna Vinschen <vinschen@redhat.com>
21682
21683 * gdb.base/miscexprs.c (main): Add usage of preprocessor
21684 symbol `STORAGE' to allow to choose the storage class of
21685 the local datastructures.
21686 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
21687 compiler directive.
21688
91740388
MS
216892001-10-30 Michael Snyder <msnyder@redhat.com>
21690
21691 * gdb.base/jump.exp: Allow it to run for all targets.
21692
1b7c05e7
CV
216932001-10-29 Corinna Vinschen <vinschen@redhat.com>
21694
21695 * gdb.base/call-ar-st.c (print_double_array): Match for loop
21696 with new double_array size.
21697 (main): Change storage class of all local variables to static.
21698 Reduce size of double_array to 9.
21699 * gdb.base/call-ar-st.exp: Increase timeout value.
21700 Change expected output for double array to match new size in
21701 call-ar-st.c.
21702
36a22261
CV
217032001-10-29 Corinna Vinschen <vinschen@redhat.com>
21704
21705 * gdb.base/ending-run.exp: Create identical output when passing
21706 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 21707 Stormy16 target.
36a22261 21708
92b8ae91
MK
217092001-10-28 Mark Kettenis <kettenis@gnu.org>
21710
21711 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
21712 that we catch the expected failure under Linux/x86.
21713
cb135b83
OF
217142001-10-29 Orjan Friberg <orjanf@axis.com>
21715
21716 * gdb.base/setvar.exp: Escape curly braces.
21717 * gdb.stabs/weird.exp: Ditto.
21718
6884aa54
DJ
217192001-10-27 Daniel Jacobowitz <drow@mvista.com>
21720
21721 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
21722 * gdm.mi/mi0-hack-cli.exp: Likewise.
21723
0398c9aa
AC
217242001-10-25 Andrew Cagney <ac131313@redhat.com>
21725
21726 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
21727 messages.
21728
d20bf2e8
AC
217292001-10-21 Andrew Cagney <ac131313@redhat.com>
21730
21731 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
21732 checking MI enabled.
21733
03dd63aa
CV
217342001-10-09 Corinna Vinschen <vinschen@redhat.com>
21735
21736 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
21737
1d9d99f3
FCE
217382001-10-04 Frank Ch. Eigler <fche@redhat.com>
21739
21740 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
21741 if gdb child process crashes, just signal an error.
21742
838ae6c4
JB
217432001-10-02 Jim Blandy <jimb@redhat.com>
21744
21745 * lib/gdb.exp (test_xfail_format): Simplify.
21746
21747 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
21748 front of the variable name `format'. Simplify `if'.
21749
8f0cbc1c
DJ
217502001-10-01 Daniel Jacobowitz <drow@mvista.com>
21751
21752 * gdb.threads/pthreads.exp: Wait for output and delay
21753 before sending ^C.
21754
1f08dafd
DJ
217552001-10-01 Daniel Jacobowitz <drow@mvista.com>
21756
21757 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
21758 some incorrect output instead of timing out.
21759 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
21760
674f90ff
CV
217612001-09-28 Corinna Vinschen <vinschen@redhat.com>
21762
21763 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
21764 check to allow additional `int'.
21765
9b284272
DJ
217662001-09-27 Daniel Jacobowitz <drow@mvista.com>
21767
21768 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
21769 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
21770
b55a4771
MS
217712001-09-27 Michael Snyder <msnyder@redhat.com>
21772
21773 * lib/gdb.exp (test_debug_format): New proc.
21774 (setup_xfail_format): Use new proc test_debug_format.
21775 * gdb.base/constvars.exp (local_compiler_xfail_check): New
21776 proc; use new service proc test_debug_format.
21777 Replace all other "gcc_compiled" tests with this test.
21778 * gdb.base/volatile.exp (local_compiler_xfail_check): New
21779 proc; use new service proc test_debug_format.
21780 Replace all other "gcc_compiled" tests with this test.
21781
217822001-09-27 Michael Snyder <msnyder@redhat.com>
21783
21784 * gdb.base/cvexpr.exp: New file.
21785 * gdb.base/cvexpr.c: New file
21786 Test for expressions using const and volatile keywords.
21787
4e6667ac
CV
217882001-09-26 Corinna Vinschen <vinschen@redhat.com>
21789
21790 * gdb.base/constvars.exp: Check for different orders of keywords
21791 and additional "int" strings in output.
21792
4f337972
AC
217932001-09-22 Andrew Cagney <ac131313@redhat.com>
21794
21795 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
21796 responses from "help maint".
21797
2015650d
FCE
217982001-09-19 Frank Ch. Eigler <fche@redhat.com>
21799
21800 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
21801 to localhost:NNN instead of :NNN, in case Xvfb is listening
21802 only on TCP.
21803
f3bcedc1
CV
218042001-09-19 Corinna Vinschen <vinschen@redhat.com>
21805
21806 * gdb.base/recurse.exp: When checking leaving the watchpoint
21807 scope, recognize when gdb is in function's epilogue and pass.
21808
6b819c92
KS
218092001-09-18 Keith Seitz <keiths@redhat.com>
21810
21811 * lib/insight-support.exp (_gdbtk_export_target_info): Add
21812 support for running tests against sid targets.
21813 (gdbtk_done): Ditto.
21814
a10c9419
CV
218152001-09-18 Corinna Vinschen <vinschen@redhat.com>
21816
21817 * gdb.base/ending-run.c (main): Set stdout buffersize
21818 to the same reasonable value for any target.
21819 * gdb.base/ending-run.exp: Add a regular expression
21820 to make testsuite happy on Sanyo Stormy16 target.
21821
739d0d99
CV
218222001-09-17 Corinna Vinschen <vinschen@redhat.com>
21823
21824 * gdb.base/display.c (do_loops): Add float variable `f'.
21825 Increment f in loop.
21826 * gdb.base/display.exp: Increment timeout by 60 seconds.
21827 Change float display test to use variable `f'.
21828
1b8947f0
JB
218292001-09-17 Jim Blandy <jimb@redhat.com>
21830
21831 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
21832 overflowing the limited breakpoint tables on some ROM monitors
21833 (like the ROM68K).
21834
9890ac81
FCE
218352001-09-15 Frank Ch. Eigler <fche@redhat.com>
21836
21837 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
21838 the "-ac" (disable access control) flag.
21839
6db765ea
JH
218402001-08-30 Jeff Holcomb <jeffh@redhat.com>
21841
21842 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
21843 ints.
21844
4c32cc04
KS
218452001-08-30 Keith Seitz <keiths@redhat.com>
21846
21847 * lib/gdb.exp: Move all insight-related functionality into
21848 separate file.
21849 * lib/insight-support.exp: New file.
21850
8d6e6f81
FCE
218512001-08-29 Frank Ch. Eigler <fche@redhat.com>
21852
21853 * config/sid.exp (sid_start): Never set sid verbosity; disable
21854 expect_background {} that consumed its stdout; tolerate </dev/null.
21855 Attempt to set endianness override in "sid" protocol mode. Cleanup.
21856
6a90e1d0
AC
218572001-08-18 Andrew Cagney <ac131313@redhat.com>
21858
21859 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
21860 CLI jump command to start it.
21861 (mi_run_to_main): Fail immediatly when unexpected output.
21862
1759b3c3
AC
218632001-08-18 Andrew Cagney <ac131313@redhat.com>
21864
21865 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
21866 beginning of function. Fix PR gdb/191.
21867
61d11d80
FCE
218682001-08-16 Frank Ch. Eigler <fche@redhat.com>
21869
21870 * config/sid.exp (sid_start): Don't warn if we cannot figure out
21871 what to force sid endianness to.
21872
942a4df2
KS
218732001-08-15 Keith Seitz <keiths@redhat.com>
21874
21875 * lib/gdb.exp (gdbtk_start): Don't set environment
21876 variables for TCL_LIBRARY and friends. Insight will
21877 now figure these out for itself.
21878
0521c418
MS
218792001-08-02 Michael Snyder <msnyder@redhat.com>
21880
21881 * gdb.base/completion.exp: Remove the symbol "a64l" from
21882 the expect string; this is target-specific, and not related
21883 to what is being tested.
21884
74a9a58a
DB
218852001-08-02 Dave Brolley <brolley@redhat.com>
21886
21887 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
21888
c70819fa
MS
218892001-07-25 Michael Snyder <msnyder@redhat.com>
21890
c2b8fa57
MS
21891 * gdb.base/consecutive.exp: New file. Test stepping over
21892 breakpoints on consecutive instructions.
21893 * gdb.base/consecutive.c: New file.
21894
c70819fa
MS
21895 * gdb.base/call-rt-st.exp: Use double-backslash to quote
21896 curly braces in regular expressions.
21897
2b1a1355
MS
218982001-07-25 Michael Snyder <msnyder@redhat.com>
21899
21900 * gdb.base/ending-run.exp: Accept "Program exited normally" as
21901 legitimate output from stepping out of main.
21902
413eca6f
KS
219032001-07-22 Keith Seitz <keiths@redhat.com>
21904
21905 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
21906 the empty string, do not run the tests.
21907
7e5a9322
SC
219082001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21909
21910 * gdb.base/long_long.exp: Detect size of pointer. Take into
21911 account 2-byte pointers when testing for p/a results.
21912
de58f10f
SC
219132001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21914
d63a86f8 21915 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
21916 and defined to 1K for m68hc11.
21917 (random_data): Reduce table to 1K for embedded platforms (68hc11).
21918 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
21919 (sizeof_random_data): New variable to tell the size of the data table;
21920 don't test past this size; always run to main.
21921
d6f5fea1
SC
219222001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21923
21924 * gdb.base/return2.exp: return of long long and double fails for
21925 68HC11; don't execute these tests on that platform.
21926 * gdb.base/return.exp: Return of a double fails for 68hc11.
21927
c477543d
SC
219282001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21929
21930 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
21931 tests that print a float.
21932 * call-rt-st.exp: Likewise.
21933
63cf1c79
MK
219342001-07-12 Mark Kettenis <kettenis@gnu.org>
21935
21936 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
21937 running this test on Linux.
21938
112f9ab5
MC
219392001-06-24 Michael Chastain <chastain@redhat.com>
21940
21941 * gdb.base/arithmet.exp: Remove some tests to make all test names
21942 unique.
21943
4970cb0f
MS
219442001-07-03 Michael Snyder <msnyder@redhat.com>
21945
21946 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
21947 the output of the ptype command.
21948
d85da69f
MS
219492001-07-02 Michael Snyder <msnyder@redhat.com>
21950
4c8a82de
MS
21951 * gdb.base/completion.exp: Don't assume that break.c is the only
21952 source file that may contain functions named "marker".
d85da69f
MS
21953 * gdb.base/corefile.exp: Quote the curly braces in regexp.
21954
8afc772b
AC
219552001-06-28 Andrew Cagney <ac131313@redhat.com>
21956
21957 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
21958 of files to delete.
21959
21960 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
21961 * gdb.disasm/h8300s.exp: New file.
21962 gdb.disasm/h8300s.s: Likewise.
21963
cff22675
AC
219642001-06-27 Andrew Cagney <ac131313@redhat.com>
21965
21966 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
21967 empty breakpoint tables.
21968
68c81b54
AC
219692001-06-25 Andrew Cagney <ac131313@redhat.com>
21970
21971 * lib/mi-support.exp: Update args=... part of stop-reason
21972 patterns. Accept either a list or a tuple.
21973
2dd62704
AC
219742001-06-23 Andrew Cagney <ac131313@redhat.com>
21975
21976 * lib/mi-support.exp: Remove local emacs variable defining
21977 change-log-default-name.
21978
b4127474
MC
219792001-06-22 Michael Chastain <chastain@redhat.com>
21980
21981 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
21982 This is operationally compatible with the previous version.
21983
8dbfb380
JB
219842001-06-13 Jim Blandy <jimb@redhat.com>
21985
21986 * lib/gdb.exp (gdb_test): Doc fix.
21987
f2d8c86d
MC
219882001-06-10 Michael Chastain <chastain@redhat.com>
21989
21990 * gdb.base/exprs.exp: Remove a duplicate test.
21991
81564d34
JB
219922001-06-06 Jim Blandy <jimb@redhat.com>
21993
21994 * gdb.base/return2.exp (main): Use values to test float and double
21995 returns that are not NaN's, to avoid being confused by IEEE
21996 comparison rules.
21997
da55addb
MS
219982001-06-04 Michael Snyder <msnyder@redhat.com>
21999
22000 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 22001 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
22002 rather than wait for 12 more tests to time out.
22003
42c65987
JB
220042001-06-06 Jim Blandy <jimb@redhat.com>
22005
b18bced9 22006 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 22007 Don't forget to match the GDB prompt.
b18bced9 22008
42c65987
JB
22009 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
22010
5b41e5f0
JB
220112001-06-04 Jim Blandy <jimb@redhat.com>
22012
22013 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
22014 command.
22015
015e046f
KB
220162001-05-31 Kevin Buettner <kevinb@redhat.com>
22017
22018 * gdb.base/annota1.exp (info break): Match four or more spaces
22019 after "Address".
22020
fb1ffbbe
MC
220212001-05-31 Michael Chastain <chastain@redhat.com>
22022
22023 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
22024 (dm_type_int_star): Likewise.
22025 (dm_type_long_star): Likewise.
22026 (dm_type_void_star): Likewise.
22027
5ea2a32c
KB
220282001-05-29 Kevin Buettner <kevinb@redhat.com>
22029
22030 * gdb.base/completion.exp (INPUTRC): Set this environment variable
22031 to a known value in order to get consistent results regardless
22032 of the setting of INPUTRC or the presence or contents of .inputrc.
22033
ae23c492
MS
220342001-05-24 Michael Snyder <msnyder@redhat.com>
22035
ac55707e
MS
22036 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
22037 Don't require that the main thread and the manager thread are the
22038 first in the list.
22039
ae23c492
MS
22040 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
22041 debugging. If test fails, issue an "unsupported" not a "fail".
22042
400071f1
JB
220432001-05-24 Jim Blandy <jimb@redhat.com>
22044
22045 Don't assume that short is shorter than int.
22046 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
22047 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 22048 this isn't true.
400071f1
JB
22049 ("print unsigned char == (~0)"): Add test that verifies that ~0,
22050 an int, is not equal to ~0 stored in an unsigned char. This tests
22051 the same thing that the previous test meant to, but works on
22052 16-bit machines, too.
22053 ("print unsigned char != (~0)"): Same test, complemented.
22054
0816a3e5
MS
220552001-05-24 Michael Snyder <msnyder@redhat.com>
22056
22057 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 22058 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
22059 and prevents dejagnu getting out of step.
22060
f6dc23a9
KB
220612001-05-23 Kevin Buettner <kevinb@redhat.com>
22062
22063 * gdb.base/finish.exp (finish_void): Revise pattern for
22064 stopping on the call statement to not permit stopping at
22065 the start of the instructions comprising the call sequence.
22066
7dbd117d
MC
220672001-05-19 Michael Chastain <chastain@redhat.com>
22068
22069 * gdb.base/callfuncs.exp: Make all test names unique.
22070 * gdb.base/commands.exp: Make all test names unique.
22071 * gdb.base/condbreak.exp: Make all test names unique.
22072 * gdb.base/dbx.exp: Make all test names unique.
22073 * gdb.base/default.exp: Make all test names unique.
22074 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
22075 and TIMEOUT messages to their corresponding PASS message.
22076 * gdb.base/ending-run.exp: Make all test names unique.
22077 * gdb.base/long_long.exp: Remove duplicate test.
22078
6b0b0a9e
KB
220792001-05-21 Kevin Buettner <kevinb@redhat.com>
22080
22081 * gdb.base/finish.exp (finish_void): Allow "finish" command to
22082 stop on the call statement as well as the statement after the
22083 call.
22084
2caa35cb
MS
220852001-05-21 Michael Snyder <msnyder@redhat.com>
22086
22087 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
22088
40713331
EZ
220892001-05-10 Elena Zannoni <ezannoni@redhat.com>
22090
a9c64011
AS
22091 * gdb.base/completion.exp: Revamp test. Make it execute on all
22092 platforms.
40713331 22093
c2c1be8d
EZ
220942001-05-10 Elena Zannoni <ezannoni@redhat.com>
22095
a9c64011
AS
22096 * config/gdbserver.exp (gdb_load): Handle the case
22097 in which the arguments to gdbserver are given in the
22098 baseboard configuration file.
22099 Also handle the case in which the server needs to do a
22100 load.
2c9cd303 22101
9671de48
KS
221022001-05-07 Keith Seitz <keiths@cygnus.com>
22103
a9c64011
AS
22104 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
22105 set up the display for testing.
22106 (gdbtk_start): Convert all paths to paths that tcl will like.
22107 Export target information to environment.
22108 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
22109 necessary.
22110 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
22111 (to_tcl_path): New proc to convert a given pathname into
22112 a path acceptible as an argument to a tcl command.
22113 (_gdbtk_export_target_info): New proc to export target info
22114 into the environment for gdbtk testing.
22115 (gdbtk_done): New proc to signal end-of-test.
9671de48 22116
5a360f47
JB
221172001-05-06 Jim Blandy <jimb@redhat.com>
22118
22119 * restore.c: Make the code of caller0 correspond to its comment.
22120
66c756c6
MS
221212001-05-03 Michael Snyder <msnyder@redhat.com>
22122
22123 * config/sid.exp (gdb_target_sid): Check for error messages.
22124 On error or timeout, don't make expect exit (which will terminate
22125 all subsequent tests); instead just make gdb exit.
d63a86f8 22126 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
22127 return a negative value.
22128
a966fde5
JB
221292001-04-24 Jim Blandy <jimb@redhat.com>
22130
851c18e0
JB
22131 * gdb.c++/templates.exp: If we see the prompt for the overload
22132 list, but we haven't recognized any of the longer patterns,
22133 arrange for this test to fail, not hang.
22134
a966fde5
JB
22135 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
22136 variations.
22137
db144853
MC
221382001-04-22 Michael Chastain <chastain@redhat.com>
22139
22140 * gdb.c++/local.exp: Use the 'runto' library function.
22141 * gdb.c++/namespace.exp: Likewise.
22142 * gdb.c++/overload.exp: Likewise.
22143
3207ec21
KB
221442001-03-26 Kevin Buettner <kevinb@redhat.com>
22145
22146 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
22147 * gdb.base/step-line.exp: New file. Test step/next in presence of
22148 #line directives.
22149 * gdb.base/step-line.c: New file. Test program for the above.
22150 * gdb.base/step-line.inp: New file. We pretend that this file has
22151 been transformed by some other tool into step-line.c.
22152
13b57657
JB
221532001-03-21 Jim Blandy <jimb@redhat.com>
22154
22155 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
22156 unmangled operator names.
22157
754cbe1c
JB
221582001-03-20 Jim Blandy <jimb@redhat.com>
22159
22160 * gdb.threads/linux-dp.exp: Recognize an additional message
22161 generated by GDB when it doesn't understand how to debug threads
22162 on the target system.
22163
177495c9
AC
221642001-03-19 Andrew Cagney <ac131313@redhat.com>
22165
22166 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
22167
f266096b
MC
221682001-03-12 Michael Chastain <chastain@redhat.com>
22169
22170 * gdb.c++/derivation.exp: Use the 'runto' library function.
22171
cac3c2ff
MC
221722001-03-12 Michael Chastain <chastain@redhat.com>
22173
22174 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
22175
b6c11a24
MC
221762001-02-24 Michael Chastain <chastain@redhat.com>
22177
22178 * gdb.c++/ref-types.exp: Change handwritten code to library
22179 function 'runto'.
22180
6bae5bce
OF
221812001-03-16 Orjan Friberg <orjanf@axis.com>
22182
22183 * gdb.base/signals.exp: Set count to 0 explicitly.
22184
0015fd9a
MS
221852001-03-15 Mark Salter <msalter@redhat.com>
22186
22187 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
22188 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
22189 (gdb_load): Add support for additional target_info: gdb_download_size
22190 and gdb_load_timeout.
0015fd9a 22191
fc33412a
DT
22192Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
22193
22194 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
22195 file -- to prevent failing when the compile fails but we have no
22196 intention of running the tests anyway.
fc33412a
DT
22197
22198 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
22199 tests if set.
22200
22201 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 22202 integers.
fc33412a
DT
22203
22204 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
22205 * gdb.c++/namespace.exp: Ditto.
22206
115f06de
OF
222072001-03-07 Orjan Friberg <orjanf@axis.com>
22208
22209 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
22210 * gdb.base/pointers.exp: Relax pattern match of decimals.
22211
b6ba6518
KB
222122001-03-06 Kevin Buettner <kevinb@redhat.com>
22213
22214 * Makefile.in, config/abug.exp, config/cfdbug.exp,
22215 config/cpu32bug.exp, config/dve.exp, config/est.exp,
22216 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
22217 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
22218 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
22219 config/sh.exp, config/sid.exp, config/slite.exp,
22220 config/sparclet.exp, config/udi.exp, config/unknown.exp,
22221 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
22222 config/vxworks.exp, config/vxworks29k.exp,
22223 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
22224 gdb.base/all-bin.exp, gdb.base/annota1.exp,
22225 gdb.base/arithmet.exp, gdb.base/assign.exp,
22226 gdb.base/async.exp, gdb.base/attach.exp,
22227 gdb.base/bitfields.exp, gdb.base/bitops.exp,
22228 gdb.base/break.exp, gdb.base/call-ar-st.exp,
22229 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
22230 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
22231 gdb.base/commands.exp, gdb.base/completion.exp,
22232 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
22233 gdb.base/constvars.exp, gdb.base/corefile.exp,
22234 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
22235 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
22236 gdb.base/ending-run.exp, gdb.base/environ.exp,
22237 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
22238 gdb.base/finish.exp, gdb.base/foll-exec.exp,
22239 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
22240 gdb.base/funcargs.exp, gdb.base/help.exp,
22241 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
22242 gdb.base/logical.exp, gdb.base/long_long.exp,
22243 gdb.base/maint.exp, gdb.base/mips_pro.exp,
22244 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
22245 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
22246 gdb.base/pointers.exp, gdb.base/printcmds.exp,
22247 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
22248 gdb.base/regs.exp, gdb.base/relational.exp,
22249 gdb.base/remote.exp, gdb.base/reread.exp,
22250 gdb.base/restore.exp, gdb.base/return2.exp,
22251 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
22252 gdb.base/selftest.exp, gdb.base/setshow.exp,
22253 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
22254 gdb.base/sigall.exp, gdb.base/signals.exp,
22255 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
22256 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
22257 gdb.base/step-test.exp, gdb.base/structs.c,
22258 gdb.base/structs.exp, gdb.base/structs2.exp,
22259 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
22260 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
22261 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
22262 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
22263 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
22264 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
22265 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
22266 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
22267 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
22268 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
22269 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
22270 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
22271 gdb.fortran/types.exp, gdb.java/jmisc.exp,
22272 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
22273 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
22274 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
22275 gdb.trace/circ.exp, gdb.trace/collection.exp,
22276 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
22277 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
22278 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
22279 gdb.trace/report.exp, gdb.trace/save-trace.exp,
22280 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
22281 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
22282 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
22283 notices.
22284
dc96c6c7 222852001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
22286
22287 * gdb.base/varargs.c (find_max_double): Fix printf format string:
22288 first arg is int not float.
22289
dc96c6c7 222902001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
22291
22292 * gdb.base/reread.exp: Unsupported for non-native targets;
22293 doesn't work for remote debugging.
22294
9b0c4aeb
FN
222952001-02-19 Fernando Nasser <fnasser@redhat.com>
22296
22297 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
22298 * gdb.base/ending-run.exp: Properly handle the BSP state when
22299 stepping past the end of main.
9b0c4aeb 22300
02aa71d5
MC
223012001-02-19 John Moore <jmoore@redhat.com>
22302
22303 * gdb.base/commands.exp (infrun_breakpoint_command_test):
22304 Converted HPUX fix for non-expected items following multiple
22305 step commands into general solution for all platforms.
22306
1fa449a4
MC
223072001-02-18 Michael Chastain <chastain@redhat.com>
22308
22309 * gdb.c++/classes.exp (do_tests): Change runto statements
22310 from "runto 'foo(void)'" to "runto 'foo'". This makes the
22311 statements demangler agnostic.
22312 * gdb.c++/virtfunc.exp (do_tests): Likewise.
22313 (gdb_virtfunc_restart): Likewise.
22314
b2f9ec70
MC
223152001-02-14 Michael Chastain <chastain@redhat.com>
22316
22317 * gdb.c++/inherit.exp (do_tests): Change runto statements
22318 from "runto 'foo(void)'" to "runto 'foo'". This makes the
22319 statements demangler agnostic.
22320
cf74b8ca
AC
22321Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
22322
22323 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
22324 ``continue to bkpt at common_routine in thread 2'' and ``stopped
22325 before calling common_routine 15 times'' tests.
cf74b8ca 22326
99f78f56
MC
223272001-02-11 Michael Chastain <chastain@redhat.com>
22328
22329 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
22330 Helps the test script figure out which demangler is in use.
22331 (dm_type_foo_ref): Ditto.
22332 (dm_type_int_star): Ditto.
22333 (dm_type_long_star): Ditto.
22334 (dm_type_unsigned_int): Ditto.
22335 (dm_type_void): Ditto.
22336 (dm_type_void_star): Ditto.
99707966 22337 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
22338 Probe the gdb demangler and set variables to accommodate
22339 formatting differences.
22340 (info_func_regexp): New function. Same as info_func, but
22341 matches against a regexp.
22342 (info_func): Match against a literal string.
22343 (print_addr_2): New function. Match against a literal string,
22344 which can be different from the input to gdb.
22345 (print_addr): Simply call print_addr_2 with the same argument twice.
22346 (test_lookup_operator_functions): Use demangler formatting variables.
22347 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
22348 the tests in the same order as the C++ class declaration.
22349 (test_paddr_operator_functions): Ditto.
22350 (test_paddr_overloaded_functions): Ditto.
22351 (test_paddr_hairy_functions): Use demangler formatting variables.
22352 Add reference to gdb/19 for related tests.
22353 (do_tests): Call probe_demangler.
22354
1de8f023
KB
223552001-01-30 Kevin Buettner <kevinb@redhat.com>
22356
22357 * gdb.c++/templates.cc (printf): Remove unused function definition.
22358
ca3f91ed
MS
223592001-01-26 Felix Lee <flee@redhat.com>
22360
22361 * sid.exp (sid_exit): Pass host, not target, to remote_close.
22362
223632001-01-25 matthew green <mrg@redhat.com>
22364
22365 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
22366 up sid.
22367 (sid_exit): Call `remote_pop_conn' after GDB is gone.
22368
223692001-01-25 matthew green <mrg@redhat.com>
22370
22371 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 22372 Deprecate $sid_spawn_id.
ca3f91ed
MS
22373 (sid_exit): Remove code necessary only for `spawn.'
22374
223752001-01-25 matthew green <mrg@redhat.com>
22376
22377 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
22378
fb18ec4a
MC
223792001-01-28 Michael Chastain <chastain@redhat.com>
22380
22381 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
22382 to call when tests fail. It takes gdb out of the overloaded
22383 function choice menu back to the main prompt, so that the test
22384 program stays synchronized.
22385 (set_bp_overloaded): New proc to collect all the common
22386 code for setting a breakpoint on an overloaded name. Calls
22387 take_gdb_out_of_choice_menu when needed.
22388 (menu_overload1arg): New variable to collect the repeated
22389 instances of the expected menu for an overloaded name. Change
22390 the regular expression to handle changes in g++ type encoding:
22391 "void" can be either "void" or "", and "unsigned int" can be
22392 either "unsigned int" or "unsigned".
22393 (continue_to_bp_overloaded): Change regular expressions to handle
22394 changes in g++ type encoding.
22395 (no proc): Call take_gdb_out_of_choice_menu when needed.
22396 Remove redundant calls to "info break". Accept either "canceled"
22397 or "cancelled". Change regular expressions in "info break"
22398 calls to handle changes in g++ type encoding. Give all tests
22399 unique strings.
22400
9c646a6e
BE
224012001-01-17 Ben Elliston <bje@redhat.com>
22402
22403 * config/sid.exp: New file.
22404
9549d9c1
AC
22405Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
22406
22407 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
22408
dc96c6c7 224092000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
22410
22411 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
22412 Add a RE to accept a non-ascii char if one is ever presented.
22413
b4df4f68
FN
224142000-12-20 Fernando Nasser <fnasser@redhat.com>
22415
297dd0fd 22416 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 22417
dc96c6c7 224182000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 22419
d63a86f8 22420 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
22421 in regexp. One '\' does not suffice on Linux.
22422
4a7bddb6
MC
224232000-12-09 Michael Chastain <chastain@redhat.com>
22424
22425 * gdb.base/break.exp (test_clear_command): Use a marker function
22426 rather than 'main' for the test function. Also move this
22427 test to an execution point where the marker function names are
22428 guaranteed to be bound to functions. (Executing tests after a
22429 'finish' from main runs into name conflicts with local names
22430 in __libc_start_main).
22431
dc96c6c7 224322000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
22433
22434 * gdb.base/finish.exp: New test for gdb's "finish" command.
22435 * gdb.base/return2.exp: New test for gdb's "return" command.
22436 * gdb.base/return2.c: New source file for above.
22437
dc96c6c7 224382000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
22439
22440 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
22441 * gdb.base/miscexprs.exp: Ditto.
22442 * gdb.base/pointers.exp: Ditto.
22443 * gdb.c++/derivation.exp: Ditto.
22444 * gdb.c++/local.exp: Ditto.
22445 * gdb.c++/namespace.exp: Ditto.
22446 * gdb.c++/overload.exp: Ditto.
22447 * gdb.c++/ref-types.exp: Ditto.
22448
dc96c6c7 224492000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
22450
22451 * gdb.base/constvars.exp: Test result of "up" command.
22452 * gdb.base/miscexprs.exp: Ditto.
22453 * gdb.base/pointers.exp: Ditto.
22454 * gdb.base/scope.exp: Ditto.
22455 * gdb.c++/derivation.exp: Ditto.
22456 * gdb.c++/local.exp: Ditto.
22457 * gdb.c++/namespace.exp: Ditto.
22458 * gdb.c++/overload.exp: Ditto.
22459 * gdb.c++/ref-types.exp: Ditto.
22460
44097287
FN
224612000-11-22 Michael Chastain <chastain@redhat.com>
22462
22463 * mips_pro.exp: Accept either "middle -> top -> main" or
22464 "middle -> main" in the backtrace, because gcc can optimize
22465 tail calls to jumps. Remove setup_xfail for the hppa case.
22466 Add a comment with the original warning messages from PR 3016,
22467 which was filed in 1993, to preserve them for posterity.
22468
9d2e1bab
ND
224692000-11-17 Nick Duffek <nsd@redhat.com>
22470
22471 * lib/gdb.exp (gdb_test): Override timeout with board info.
22472
1aca8eb7
ND
224732000-11-17 Nick Duffek <nsd@redhat.com>
22474
22475 * gdb.base/display.exp: Don't kill running stub. Add "again" to
22476 the second kill and detach messages.
22477
93076499
ND
224782000-11-17 Nick Duffek <nsd@redhat.com>
22479
22480 * configure.in: Add AC_EXEEXT.
22481 * configure: Regenerate.
22482 * Makefile.in (just-check): Export EXEEXT.
22483 * lib/gdb.exp ($EXEEXT): Import from environment.
22484 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
22485 expect "maint dump-me" on Cygwin.
22486 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
22487 $EXEEXT.
22488
30e87cd3
ND
224892000-11-17 Nick Duffek <nsd@redhat.com>
22490
22491 * gdb.base/break.exp: Test backtrace and finish from called
22492 function on all platforms, not just HP-UX.
22493
dc96c6c7 224942000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
22495
22496 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
22497 code from gdb_target_monitor, so it can be used independantly
22498 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 22499
dc96c6c7 225002000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
22501
22502 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
22503 * gdb.base/corefile.exp: Expect the message "Program is being
22504 debugged already" when we send the "corefile" command, since
22505 the preceeding gdb_load may have connected gdb to a remote target.
22506 * gdb.base/display.exp: Disable hardware watchpoints if new
22507 board info variable "no_hardware_watchpoints" is true.
22508 Replace single-letter commands with more readable ones.
22509 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
22510 if new board info variable "no_hardware_watchpoints" is true.
22511 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
22512 to see if stdio (printf) testing is possible.
22513 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
22514 board info variable "no_hardware_watchpoints" is true. Use new
22515 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
22516
39124dea
FN
225172000-11-13 Fernando Nasser <fnasser@redhat.com>
22518
22519 From Orjan Friberg <orjanf@axis.com>:
22520 * gdb.base/printcmds.exp: Escape curly braces followed by a number
22521 in array print pattern match.
22522
a9e2e984
FN
225232000-11-09 Fernando Nasser <fnasser@redhat.com>
22524
22525 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
22526 spelling "cancelled" to U.S. spelling "canceled" to match changes
22527 made to gdb.
22528 * gdb.c++/ovldbreak.exp: Ditto.
22529
c7db355b
PS
225302000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22531
22532 * gdb.base/callfuncs.c (main): Moved to end of file, call
22533 t_double_values to initialize the FPU before inferior calls are made.
22534 * gdb.base/callfuncs.exp: Test for register preservation after calling
22535 inferior functions. Add tests for continuining, finishing and
22536 returning from a stop in a call dummy.
22537
dc96c6c7 225382000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
22539
22540 * gdb.base/commands.exp: Break up long lines, and re-indent.
22541
dc96c6c7 225422000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
22543
22544 * config/gdbserver.exp: Rewritten from the ground up, to make it
22545 compatible with the current dejagnu tree, and to make it work with
22546 the new "gdbserver" in libremote.
22547
dc96c6c7 225482000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
22549
22550 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
22551 * gdb.base/varargs.exp: Skip entire test if no printf support.
22552 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
22553 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
22554
dc96c6c7 225552000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
22556
22557 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
22558 no floating point support.
22559 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
22560 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
22561 * gdb.base/call-rt-st.exp: Ditto.
22562 * gdb.base/call-strs.exp: Ditto.
22563
bac5fc66
JG
225642000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
22565
22566 * gdb.base/sizeof.c: include <stdio.h>.
22567
22568 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
22569 'finish', otherwise uncaptured gdb_prompt would potentially
22570 throw remaining test points out of sync.
bac5fc66 22571
b22a6027
SB
225722000-07-26 Scott Bambrough <scottb@netwinder.org>
22573
22574 * gdb.base/recurse.exp: Run tests for all targets.
22575 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
22576 gnu-oldld case on ARM.
22577 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
22578 for ARM targets.
d63a86f8 22579
d8231941
AG
22580Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
22581
22582 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
22583 * gdb.java/configure: Rebuild.
22584
8caabe69
AG
22585Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
22586
22587 * gdb.java/jv-exp.exp: New file.
22588
9d273ca3
AG
22589Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
22590
22591 * configure: Rebuilt.
22592 * configure.in (configdirs): Add gdb.java.
22593 * gdb.java/jmisc.java: New file.
22594 * gdb.java/jmisc.exp: New file.
22595 * gdb.java/Makefile.in: New file.
22596 * gdb.java/configure: Rebuilt.
22597 * gdb.java/configure.in: New file.
22598 * lib/java.exp: New file.
22599
4f823a66
AC
22600Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
22601
22602 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 22603 underflow.
4f823a66 22604
2391e11d
AC
22605Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
22606
22607 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 22608 and the compilers sizes.
2391e11d 22609
54602222
ND
226102000-07-09 Nick Duffek <nsd@redhat.com>
22611
22612 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
22613 (use_methods): New function.
22614 (main): Call use_methods().
22615 * gdb.c++/classes.exp (test_method_param_class): New procedure.
22616 (do_tests): Call test_method_param_class.
22617
2bec0572
ND
226182000-07-09 Nick Duffek <nsd@redhat.com>
22619
22620 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
22621 spelling.
22622 (test_enums): New procedure. Move enum tests from end of script
22623 to here. Set breakpoint on function name instead of line number.
22624 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
22625 (enums2): New marker function.
22626 (enums1): New function.
22627 (main): Call enums1(). Move enum tests to enums1().
22628
78492fde
AC
22629Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
22630
22631 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 22632 compile/link program. Update line numbers.
78492fde
AC
22633 * gdb.asm/d10v.inc: Define ``startup''.
22634 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 22635
49a2cef8
AC
22636Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
22637
22638 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
22639
3e6c8688
EZ
226402000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22641
22642 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 22643 of 'help maint print' command.
3e6c8688 22644
9ff5cbe9
AC
22645Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
22646
22647 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 22648 they use gdb_expect_list.
9ff5cbe9 22649
17c579bd
AC
22650Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
22651
22652 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
22653 memory-read-packet-size'' instead of ``set endian big'' to test
22654 long commands.
17c579bd 22655
e6d71bf3
DB
226562000-06-03 Daniel Berlin <dan@cgsoftware.com>
22657
22658 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 22659 g++, and stop skipping them.
e6d71bf3
DB
22660
22661 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
22662 work under g++.
22663
d63a86f8 22664 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
22665 initialization.
22666
dc96c6c7 226672000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
22668
22669 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
22670 the regular expression: accept an (almost) arbitrary sequence of
22671 "frames-invalid" and "breakpoints-invalid" messages both before
22672 and after the "starting" message.
22673
dc96c6c7 226742000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
22675
22676 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 22677
dc96c6c7 226782000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
22679
22680 * gdb.base/annota1.exp (annotate-signal-handler-caller):
22681 Relax the regular expression a little, make it pass on Solaris 8.
22682
8216cda9
KB
226832000-05-12 Kevin Buettner <kevinb@redhat.com>
22684
22685 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 22686 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
22687 Instead, it is permissible for gdb to stop on the line of the
22688 call itself.
22689
1a570b2f
MS
226902000-05-12 Michael Snyder <msnyder@.cygnus.com>
22691
22692 * gdb.base/break.exp (bp on small function, optimized file):
22693 Add a second pass pattern. The behavior differs here between stabs
22694 and dwarf for one-line functions. Stabs preserves two line symbols
22695 (one before the prologue and one after) with the same line number,
22696 but dwarf regards these as duplicates and discards one of them.
22697 Therefore the address after the prologue (where the breakpoint is)
22698 has no exactly matching line symbol, and GDB reports the breakpoint
22699 as if it were in the middle of a line rather than at the beginning.
22700
dc96c6c7 227012000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 22702
d63a86f8 22703 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
22704 rather than "send_gdb" (for consistancy).
22705
7d418785
AC
22706Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
22707
22708 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
22709 * gdb.c++/templates.cc: Properly check for GCC version number.
22710 * lib/compiler.cc: Likewise
22711
dc96c6c7 227122000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 22713
d63a86f8 22714 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
22715 gdb may not stop at the first line of main, due to code motion.
22716
dc96c6c7 227172000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
22718
22719 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
22720 This test depends on parsing the printf output from the target.
22721 Since the sparclet stub doesn't do stdio, this will never work.
22722 * gdb.base/call-rt-st.exp: ditto.
22723 * gdb.base/call-strs: ditto.
22724
dc96c6c7 227252000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
22726
22727 * gdb.base/miscexprs.exp: make sizeof long array test portable.
22728
22729 * gdb.base/ending-run.exp: After connecting to a remote target,
22730 but before running, the target will appear to be in a random
22731 location. Specify both a file and a line for breakpoints.
22732 Also, the function that calls main may be called 'init'
22733 rather than 'start'.
22734
a5a51225
EZ
227352000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22736
22737 * gdb.base/help.exp: Update output for add-symbol-file command.
22738
7930cc7c
FN
227392000-04-10 Fernando Nasser <fnasser@cygnus.com>
22740
22741 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22742 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
22743
23e37ab1
C
227442000-04-07 J.T. Conklin <jtc@redback.com>
22745
e93c542c
C
22746 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
22747
23e37ab1
C
22748 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
22749
591b8fa3
PDM
22750Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
22751
22752 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 22753 values that can be represented exactly.
591b8fa3
PDM
22754 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
22755 above change, and to not check against the directory part of the source
22756 file name.
22757 (step into print_long_arg_list): Likewise.
22758 (print print_small_structs from print_long_arg_list): Likewise.
22759 (print print_long_arg_list): Likewise.
22760
7a495180
EZ
227612000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22762
30b53638 22763 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 22764
beb998c6
AC
22765Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
22766
22767 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
22768
1c689132
DB
227692000-03-25 Daniel Berlin <dan@cgsoftware.com>
22770
22771 * gdb.base/commands.exp (deprecated_command_test): Add test for
22772 deprecate with no arguments.
22773
c1790a9d
JL
227742000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
22775
22776 * gdb.base/break.exp: Add new test for setting breakpoints on
22777 optimized code so we can test breakpoints work even when function
22778 prologues may be optimized away
22779
003ba290
FN
227802000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
22781
22782 From David Whedon <dwhedon@gordian.com>
a9c64011 22783 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 22784
6837a0a2
DB
227852000-03-22 Daniel Berlin <dan@cgsoftware.com>
22786
22787 * gdb.base/help.exp: Added test for new apropos command.
22788
b9593231
KB
227892000-03-21 Kevin Buettner <kevinb@redhat.com>
22790
22791 * gdb.base/pointers.c (usevar): New function.
22792 (main): Make sure that global variables v_int_pointer2, rptr,
22793 and y are all referenced someplace in the program by calling
22794 usevar() on them. [Some linkers delete symbols which are
22795 never referenced. The space remains, but there's no way to
22796 get a (symbolic) handle on the variable from the debugger.]
22797
751a959b
EZ
227982000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22799
22800 * gdb.base/printcmds.c: Add typedeffed arrays.
22801
22802 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 22803 procedure to test arrays that are typedef'd.
751a959b 22804
73a93a32
JI
228052000-03-13 James Ingham <jingham@leda.cygnus.com>
22806
22807 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 22808 the library directories.
73a93a32 22809
fb40c209
AC
22810Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
22811
22812 * configure.in (configdirs): Add sub directory gdb.mi.
22813 * configure: Re-generate.
22814
22815 * gdb.mi: New directory.
d63a86f8 22816
ee4dd2c9
AC
228172000-02-25 Scott Bambrough <scottb@netwinder.org>
22818
22819 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 22820 a long long value as a double on ARM platforms.
ee4dd2c9 22821
70f0cc22
JB
228222000-02-16 Jim Blandy <jimb@redhat.com>
22823
22824 * gdb.base/break.exp ("breakpoint line number"): Make sure the
22825 default source file is set properly before running this test.
22826
853819b8
EZ
228272000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22828
22829 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 22830 gdbtk/library directory, not in gdbtcl2.
853819b8 22831
dfcd3bfb
JM
228322000-02-04 Jim Blandy <jimb@redhat.com>
22833
22834 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
22835 backslash from regexp pattern.
22836
22837 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
22838 procedure. Use it to run all the "continue to bp overloaded"
22839 tests. Note that this changes the names of the tests slightly.
22840 If the breakpoint hit message includes a hex PC value, because
22841 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
22842 from the real source code, still consider that a pass.
22843
22844 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
22845 XFAIL here if the breakpoint message contains a hex address. Note
22846 similar change on 1999-11-02.
22847
22848 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
22849
22850 * gdb.base/ptype.exp: Establish a default source file before
22851 calling get_debug_format.
22852
228532000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
22854
22855 * gdb.base/watchpoint.exp: Remove duplication of test messages.
22856
8b93c638
JM
228572000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22858
22859 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
22860 of successive stepi commands -- while in the prologue we should see
22861 the function entry bracket.
22862
228632000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22864
22865 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
22866 reach __change_mode() when stepping through the end of main().
22867
c5394b80
JM
228682000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
22869
22870 * gdb.base/default.exp: Fix expected pattern.
22871 * gdb.base/help.exp: Same.
22872
0d06e24b
JM
228732000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22874
22875 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 22876 Don't use xfail's because that affects only the following test.
d63a86f8 22877
0d06e24b 22878 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 22879 solaris or linux.
0d06e24b
JM
22880
22881 * gdb.base/selftest.exp: Update to reflect changes to main.c.
22882
dc96c6c7 228832000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 22884
d63a86f8 22885 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
22886 "A syntax error" rather than "A parse error". Accept both.
22887
228882000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
22889
22890 * gdb.base/default.exp: Remove OS dependent string from "target
22891 remote" test.
22892 * gdb.base/help.exp: Same for "help target remote" test.
22893
c3f6f71d
JM
228942000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22895
22896 From Jim Kingdon <kingdon@redhat.com>:
22897
22898 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
22899 prompt (cleanup rather than necessity, but still might keep output
22900 from spilling to next test).
c3f6f71d
JM
22901
229022000-01-02 Fred Fish <fnf@cygnus.com>
22903
22904 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
22905 AIX, which defines them in <sys/types.h>.
22906
ed9a39eb 229071999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 22908
ed9a39eb 22909 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 22910 float" test.
ed9a39eb
JM
22911
229121999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 22913
ed9a39eb 22914 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
22915
22916 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
22917 outermost frame disallowed".
22918
229191999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
22920
22921 * gdb.base/setvar.exp: New tests for setting the value of a struct
22922 with a constant list.
22923
229241999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
22925
22926 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
22927 require the user to type a cast before setting the value of a struct.
22928
de57eccd
JM
229291999-12-06 Jim Blandy <jimb@cygnus.com>
22930
22931 * gdb.base/default.exp: Expect the new 'info float' command on
22932 all i386 platforms.
22933
22934 * gdb.threads/linux-dp.exp: Expand our ability to recognize
22935 LinuxThreads libraries that don't support debugging.
22936
c2d11a7d
JM
22937Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22938
22939 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
22940 Change the buffer type to ``unsigned char'' to simplify size
22941 arithmetic.
c2d11a7d
JM
22942
22943 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
22944 stub only handles 400-1 byte packets. Verify that the download
22945 worked.
c2d11a7d
JM
22946
229471999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
22948
22949 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
22950 tests, using UNRESOLVED for the untested cases. Also, does not wait
22951 for a timeout if the prompt was received before a recognizable pattern.
22952
229531999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
22954
22955 * lib/gdb.exp (gdb_expect_list): Fix spelling.
22956
229571999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22958
22959 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 22960 watchpoints.
c2d11a7d
JM
22961
229621999-11-24 Jason Merrill <jason@casey.cygnus.com>
22963
22964 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
22965
22966 * gdb.c++/local.exp: Be more flexible in recognizing local class
22967 name mangling. Don't allow horribly truncated method names.
22968 * gdb.c++/derivation.exp: Expect protected inheritance.
22969 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
22970 * gdb.c++/virtfunc.exp: Likewise.
22971 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
22972 when printing a nested enum.
22973
229741999-11-22 Jim Blandy <jimb@cygnus.com>
22975
22976 * gdb.base/step-test.exp: Properly await GDB's response to setting
22977 a breakpoint on the call to large_struct_by_value.
22978
22979 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
22980 just because we have debug info for the `start' function.
22981
229821999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
22983
22984 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
22985 "Unknown signal" messages, which indicate (on LinuxThreads) that
22986 GDB doesn't know how to debug threads on this system. This is
22987 better than hanging while philosopher 0 dumps chatter into gdb.log.
22988
229891999-11-18 Tom Tromey <tromey@cygnus.com>
22990
22991 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
22992
229931999-11-18 Fred Fish <fnf@cygnus.com>
22994
22995 * gdb.base/coremaker2.c: Add sample program for generating
22996 cores that is more self contained than coremaker.c. Eventually
22997 I'll add more code to this and tie it into the testsuite.
22998
4ce44c66
JM
229991999-11-12 Stan Shebs <shebs@andros.cygnus.com>
23000
23001 * gdb.base/dollar.exp: Remove, now in gdb.hp.
23002
230031999-11-10 Jimmy Guo <guo@cup.hp.com>
23004
23005 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 23006 from $srcdir/lib/.
4ce44c66 23007 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 23008 and gdb.c++/.
4ce44c66
JM
23009
23010 * gdb.c++/derivation.exp: remove redundant get compiler info code.
23011
d63a86f8 23012 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
23013 'continue with watch' test point.
23014
230151999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
23016
23017 Merged from p2linux-990323-branch:
d63a86f8 23018
4ce44c66
JM
23019 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
23020
11cf8741
JM
23021Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
23022
23023 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 23024 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
23025
23026Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
23027
23028 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 23029 gdb_expect_list.
11cf8741
JM
23030
23031Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
23032
23033 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
23034
230351999-11-03 Mark Salter <msalter@cygnus.com>
23036
23037 * gdb.base/break.exp: Fix "stub continue" pattern.
23038
230391999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
23040
23041 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
23042
230431999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
23044
23045 * gdb.base/display.exp ("finish"): Add timeout clause.
23046
23047 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
23048 plain prompt clause, so this doesn't have to time out in order to
23049 fail.
23050
23051 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 23052 breakpoint hit messages include an address.
11cf8741
JM
23053
23054 * gdb.base/display.exp: Don't forget to escape parens in regular
23055 expressions. Unix regexp notatation sucks.
23056
230571999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23058
23059 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 23060 order for 'signalled' message.
11cf8741 23061
5c44784c
JM
230621999-11-01 Stan Shebs <shebs@andros.cygnus.com>
23063
23064 From Jimmy Guo <guo@cup.hp.com>:
23065 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
23066 * gdb.base/annota1.c: Add code for tests to work with.
23067
230681999-10-26 Frank Ch. Eigler <fche@cygnus.com>
23069
23070 * gdb.base/remote.exp: New test for remote downloading settings.
23071 * gdb.base/remote.c: New file with large .data.
23072
917317f4
JM
230731999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
23074
23075 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
23076 for LinuxThreads support, merged from the Code Fusion branch.
23077
23078Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
23079
23080 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
23081 containing exp_continue into a while within an expect. Don't
23082 attempt a start more than three times. Check return value from
23083 gdb_load.
d63a86f8 23084
2df3850c
JM
23085Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
23086
23087 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 23088 a pass case.
2df3850c 23089
2acceee2
JM
230901999-10-01 Kevin Buettner <kevinb@cygnus.com>
23091
23092 * gdb.base/break.c (main): Added a statement that we can step
23093 off of.
23094 * gdb.base/break.exp: Added tests for setting a breakpoint
23095 at an offset and stepping onto a breakpoint.
23096
230971999-10-01 Fred Fish <fnf@cygnus.com>
23098
d63a86f8 23099 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
23100 gdb output.
23101
c2c6d25f
JM
231021999-09-18 Jim Blandy <jimb@cris.red-bean.com>
23103
23104 * gdb.base/break.exp: Code locations are in hex, don't forget!
23105 (For HP-UX.)
23106
231071999-09-17 Stan Shebs <shebs@andros.cygnus.com>
23108
23109 * condbreak.exp: Use break.c as test program.
23110 * condbreak.c: Remove, redundant with break.c.
23111
231121999-09-15 Stan Shebs <shebs@andros.cygnus.com>
23113
23114 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 23115 Z-packets if the target needs it.
c2c6d25f
JM
23116
231171999-09-13 James Ingham <jingham@leda.cygnus.com>
23118
23119 * gdb.c++/overload.exp: Added tests for listing overloaded
23120 functions with function pointers in the arg, explicitly calling
23121 out the version you want.
23122
cff3e48b
JM
231231999-09-09 Stan Shebs <shebs@andros.cygnus.com>
23124
23125 * long_long.exp: Add variations of test cases that work for
23126 targets with 16-bit ints and 32-bit doubles.
23127
d4f3574e
SS
231281999-09-08 Stan Shebs <shebs@andros.cygnus.com>
23129
23130 * break.c (main): Compare a possibly-uninitialized argc with an
23131 unlikely value that fits in 16 bits.
23132
231331999-09-07 Stan Shebs <shebs@andros.cygnus.com>
23134
23135 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
23136 0xfeeb, don't want negative numbers if ints are 16 bits.
23137
23138 * lib/gdb.exp (skip_cplus_tests): New proc.
23139 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
23140 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
23141 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
23142 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
23143 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
23144 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
23145 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
23146 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
23147
23148 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
23149
23150Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
23151
23152 * gdb.base/corefile.exp (up): Allow a parameter to appear
23153 in the frame that we're going up to.
23154
23155 From Jim Blandy <jimb@cygnus.com>:
23156
23157 * gdb.base/default.exp (info float): Expect some output now.
23158
23159 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
23160 returning floating-point values to fail on the x86.
23161 * gdb.base/callfwmall.exp (do_function_calls): Same.
23162
23163 * gdb.base/list.exp (test_listsize): Correct expectations for
23164 listing line 1 with listsize 2. Also, listing a single line
23165 works now, as does listing three lines. [Kevin's note: There
23166 were a number of other cases fixed too where the expectations
23167 differed...]
23168
231691999-09-02 Stan Shebs <shebs@andros.cygnus.com>
23170
23171 * gdb.base/selftest.exp: Add case for when version prints as
23172 constant string instead of char pointer.
23173
104c1213
JM
231741999-08-25 Stan Shebs <shebs@andros.cygnus.com>
23175
23176 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 23177 stepping out of main.
104c1213
JM
23178
23179 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
23180 G++ used.
23181
23182 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 23183 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
23184
23185 * gdb.c++/ovldbreak.exp: Update match string in test that
23186 includes a warning of multiple breakpoints.
23187
231881999-08-24 Stan Shebs <shebs@andros.cygnus.com>
23189
23190 * gdb.base/display.exp: Improve precision of step-after-finish
23191 added yesterday.
23192
23193 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 23194 test.
104c1213
JM
23195
23196 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
23197 configs when using G++, not just hppa*.
23198
231991999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23200
23201 * gdb.base/async.c: New file.
23202 * gdb.base/async.exp: New file.
23203
23204Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
23205
23206 * gdb.base/break.exp: Tweak PA specific tests to properly handle
23207 PA64.
23208
53a5351d
JM
23209Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
23210
104c1213
JM
23211 * gdb.base/display.exp: "finish" can leave us mid-line on many
23212 targets, deal with it. Add a small constant to main, instead of
23213 1000 since main+1000 may not be a valid address in the target.
23214
53a5351d
JM
23215 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
23216 on hpux11.
23217
23218 * gdb.base/attach.exp: Handle another hpux11 error message variant
23219 when attaching to a process that does not exist.
23220
232211999-08-19 J.T. Conklin <jtc@redback.com>
23222
23223 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 23224 characters in 'continue to 1241' test.
53a5351d
JM
23225
232261999-08-17 Stan Shebs <shebs@andros.cygnus.com>
23227
23228 * gdb.base/call-ar-st.exp: Add a shorter match case for the
23229 stop in print_long_arg_list, define and use a whitespace
23230 variable in print_small_structs test, add an XFAIL for Solaris.
23231 * gdb.base/dbx.exp: XFAIL func commands until somebody is
23232 interested enough to fix.
23233
7be570e7
JM
232341999-08-13 Keith Seitz <keiths@cygnus.com>
23235
23236 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
23237 (dbx_gdb_load): Remove. Use gdb_load instead, since that
23238 proc knows about targets other than the natives.
23239 (test_assign): Use "gdb_run_cmd" to "run" the target.
23240 Check that we've actually hit the breakpoint at main.
23241 When we attempt to assign a value to a local variable, check
23242 that the variable is in the current scope, i.e., don't use
23243 a test with an empty result.
23244
23245Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
23246
23247 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 23248 command.
7be570e7
JM
23249
232501999-08-09 Stan Shebs <shebs@andros.cygnus.com>
23251
23252 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23253 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
23254 gdb.compat, gdb.threads-hp.
23255 gdb.hp/configure, gdb.hp/configure.in: New files.
23256 gdb.hp/Makefile.in: Recurse into new subdirs.
23257 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
23258 gdb.hp/gdb.objdbg: New directory, tests for debugging info
23259 in object files.
23260 gdb.hp/tools: New directory, aux tools for HP-specific tests.
23261
96baa820
JM
232621999-08-05 Stan Shebs <shebs@andros.cygnus.com>
23263
23264 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 23265 funky printf, remove a bogus p/a test.
96baa820
JM
23266
232671999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23268
23269 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
23270 connected to the target. This is necessary when running not
23271 natively.
96baa820
JM
23272
232731999-08-03 Stan Shebs <shebs@andros.cygnus.com>
23274
23275 * gdb.base/step-test.exp: Removed some extraneous messages.
23276
23277 * gdb.base/long_long.exp: Don't run memory examination tests
23278 on little-endian targets (they will need a different set of
23279 results to match).
23280
232811999-08-02 Stan Shebs <shebs@andros.cygnus.com>
23282
23283 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
23284 until somebody decides to fix GDB.
23285
23286 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 23287 constant as "ULL".
96baa820
JM
23288 * gdb.base/long_long.exp: Loosen x/c test, add partial result
23289 matches for a couple x/2 commands.
23290
a0b3c4fd
JM
232911999-07-30 Stan Shebs <shebs@andros.cygnus.com>
23292
23293 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
23294 by merging in ref-types2 tests.
23295 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
23296
23297 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23298 * gdb.c++/Makefile.in: Add standard actions.
23299 (EXECUTABLES): Rename from PROGS, update list.
23300 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
23301 from gdb.hp.
23302 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
23303 foo and bar locals.
23304 * gdb.c++/anon-union.exp: Fix tests to match.
23305 * gdb.c++/classes.exp: Run if HP compiler used, add extra
23306 expect matches to handle output variations.
23307 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
23308 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 23309 output, add HP alternatives for new and delete prints.
a0b3c4fd 23310 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 23311 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
23312 * gdb.c++/demangle.exp: Use $style when reporting failure.
23313 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
23314 * gdb.c++/inherit.exp: Run if HP compiler used, add some
23315 match alternatives.
23316 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 23317 compilers.
a0b3c4fd
JM
23318 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
23319 * gdb.c++/method.exp: Add match alternatives.
23320 * gdb.c++/misc.cc: Add bool types.
23321 * gdb.c++/misc.exp: Add tests for bool types.
23322 * gdb.c++/overload.exp: Add xfails.
23323 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
23324 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
23325 add some more template parameter tests (only for HP currently).
23326 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
23327 * gdb.c++/virtfunc.cc: Add return type and value for main.
23328 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
23329 match alternatives.
d63a86f8 23330
a0b3c4fd
JM
233311999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23332
23333 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
23334
233351999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
23336
23337 * gdb.base/signals.exp: Don't expect getting a backtrace from
23338 within a signal handler to fail on Linux.
23339
233401999-07-29 Stan Shebs <shebs@andros.cygnus.com>
23341
23342 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23343 * lib/gdb.exp: Remove some gratuitious semicolons.
23344 (delete_breakpoints): Increase timeout.
23345 (gdb_expect): Add -notransfer option.
23346 (gdb_test): Use -notransfer option.
23347 (get_compiler_info): Add f77 case.
23348 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 23349 case.
a0b3c4fd
JM
23350 (gdb_preprocess): Call get_compiler.
23351
23352 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
23353 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
23354 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
23355 gdb.base/long_long.exp, gdb.base/printcmds.exp,
23356 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
23357 third arg to gdb_test.
a0b3c4fd
JM
23358 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
23359 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 23360 HP-UX xfails, add others.
a0b3c4fd
JM
23361 * gdb.base/completion.exp: Reflect name change of self-test.
23362 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
23363 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
23364 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
23365 HP failure number.
a0b3c4fd
JM
23366 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
23367 useless HP-UX 10.30 references.
23368 * gdb.base/maint.exp: Loosen matches.
23369 * gdb.base/pointers.c (main): Declare more_code.
23370 * gdb.base/pointers.exp: Match on output of a `next'.
23371 * gdb.base/structs.c: Add prototypes.
23372 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
23373 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
23374
233751999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23376
23377 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 23378 command.
a0b3c4fd
JM
23379
233801999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23381
23382 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
23383 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
23384
23385 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
23386 debug info. Deal with lack of signal hanlder info in stack.
23387
a9c64011 23388 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
23389 * gdb.base/annota1.exp: If printf has debug info, deal with it.
23390
5a2468f5
JM
233911999-07-19 Stan Shebs <shebs@andros.cygnus.com>
23392
23393 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 23394 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 23395
adf40b2e
JM
23396Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
23397
23398 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 23399 a1-selftest.exp.
adf40b2e
JM
23400 * gdb.base/configure: Re-generate.
23401
234021999-07-12 Stan Shebs <shebs@andros.cygnus.com>
23403
23404 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
23405 in trying to run first and name is too long.
23406
23407 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
23408 pointers2.c and pointers2.exp, respectively.
23409 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
23410 doschk happier.
23411
43e526b9
JM
234121999-07-08 Stan Shebs <shebs@andros.cygnus.com>
23413
23414 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
23415 callfuncs2.c and callfuncs2.exp.
23416
23417 * gdb.base/list.exp: Remove mistaken xfails.
23418 * gdb.base/list0.h: Add optional prototypes.
23419
9846de1b
JM
23420Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
23421
a9c64011 23422 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 23423 calling malloc.
a9c64011
AS
23424 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
23425 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 23426 use.
9846de1b
JM
23427
234281999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23429
23430 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
23431 * gdb.base/annota2.cc, annota2.exp: Move from here.
23432 * gdb.c++/annota2.cc, annota2.exp: To here.
23433 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
23434
43ff13b4
JM
23435Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
23436
23437 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 23438 a consistent format.
43ff13b4 23439
085dd6e6
JM
234401999-06-25 Stan Shebs <shebs@andros.cygnus.com>
23441
23442 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23443 * lib/gdb.exp (get_compiler_info): Add detection for assorted
23444 HP compilers, also set the globals $true and $false.
23445
23446 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
23447 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
23448 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
23449 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
23450 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
23451 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
23452 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
23453 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
23454 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
23455 whatis.c} Add C++ compatible function definitions and return
23456 types, add includes for library functions.
085dd6e6
JM
23457 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
23458 * gdb.base/step-test.c (myglob): Rename from glob.
23459 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
23460 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
23461 files, move here from gdb.hp.
085dd6e6 23462 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
23463 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
23464 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
23465 Adjust line numbers in regexps.
085dd6e6
JM
23466
23467 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
23468 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
23469 instead of 0/1.
23470
23471 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
23472 foll-vfork.exp: New files, move here from gdb.hp.
23473 * gdb.base/page.exp: New file, test of pagination command.
23474
23475 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
23476 recursion test.
23477 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
23478
23479 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 23480 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
23481
23482 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 23483 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 23484 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 23485 watchpoint test.
085dd6e6
JM
23486 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
23487 them work.
23488 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
23489 expressions properly.
23490 * gdb.base/corefile.exp: Loosen the match slightly.
23491 * gdb.base/default.exp: Allow "Error accessing memory" message
23492 also.
23493 * gdb.base/display.exp: Skip over x/0 j if PA64.
23494 * gdb.base/funcargs.exp: Add xfails for HP-UX.
23495 * gdb.base/interrupt.exp: Ditto.
23496 * gdb.base/langs.exp: Add symbolic matches governed by compiler
23497 in use.
23498 * gdb.base/list.exp: Add xfails for HP-UX.
23499 * gdb.base/long_long.exp: Refine some of the numeric matches.
23500 * gdb.base/mips_pro.exp: Xfail on HP-UX.
23501 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
23502 * gdb.base/nodebug.exp: Succeed on more varieties of output.
23503 * gdb.base/opaque.exp: Remove some HP-UX xfails.
23504 * gdb.base/ptype.exp: Succeed on more varieties of output.
23505 * gdb.base/scope.exp: Add xfails for HP-UX.
23506 * gdb.base/sect-cmd.exp: Add more cases.
23507 * gdb.base/setvar.exp: Add xfails for HP-UX.
23508 * gdb.base/shlib-call.exp: Loosen some matches slightly.
23509 * gdb.base/signals.exp: Match on void symbolically.
23510 * gdb.base/step-test.exp: Add case for PA64.
23511 * gdb.base/term.exp: Add exit and restart.
23512 * gdb.base/twice.exp: Clean up after self.
23513 * gdb.base/varargs.exp: Disable overload resolution explicitly.
23514 * gdb.base/whatis.exp: Allow more ways to pass tests.
23515
23516 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 23517 no longer useful.
085dd6e6
JM
23518
23519Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
23520
23521 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 23522 list of patterns.
085dd6e6 23523 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
23524 print_double_array(double_array)", "continuing to breakpoint
23525 1018", "print print_double_array(array_d)" and "continuing to
23526 1034" tests.
d63a86f8 23527
085dd6e6
JM
235281999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
23529
a9c64011 23530 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
23531
235321999-06-24 Stan Shebs <shebs@andros.cygnus.com>
23533
23534 * config/mt-*: Remove, these haven't been used since 1996.
23535
235361999-06-22 Stan Shebs <shebs@andros.cygnus.com>
23537
23538 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 23539 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
23540 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
23541
9e0b60a8
JM
235421999-06-18 Stan Shebs <shebs@andros.cygnus.com>
23543
23544 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
23545 simpler match case for the ptype of the big class.
23546
235471999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23548
23549 * gdb.exp: Fix test for gdb_prompt existence.
23550
235511999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23552
23553 * gdb.exp (gdb_test): Add fail after calls to perror.
23554
235551999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23556
23557 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
23558
235591999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23560
23561 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
23562
0f71a2f6
JM
23563Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
23564
23565 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 23566 malloc() is linked in.
0f71a2f6
JM
23567
235681999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
23569
23570 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
23571 step at end.
23572
23573 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
23574
235751999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
23576
23577 * gdb.java/jv-print.exp: New file. (Our first Java test!)
23578
cce74817
JM
23579Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
23580
23581 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
23582 * gdb.base/mips_pro.exp: Likewise.
23583
235841999-06-02 Keith Seitz <keiths@cygnus.com>
23585
23586 * gdb.c++/templates.cc: Change all "new" operators to throw
23587 an exception.
23588 * gdb.c++/cplusfuncs.cc: Likewise.
23589
23590 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
23591
23592Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
23593
23594 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
23595 * gdb.base/ending-run.exp: When stepping out of main, accept a
23596 step into an arbitrary assembler file.
cce74817 23597
392a587b
JM
235981999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23599
d63a86f8 23600 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 23601 "breakpoint-invalid" to be printed.
d63a86f8 23602 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
23603 number of "frames-invalid" and "breakpoint-invalid" to be printed.
23604 * gdb.base/annota2.cc: Initialize a.x to 0.
23605
9e086581
JM
236061999-05-17 Keith Seitz <keiths@cygnus.com>
23607
23608 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
23609 when "skip_float_tests" set.
23610 Ditto for "print print_double_array(array_d)", "print print_small_structs",
23611 "print print_ten_doubles", and "step into print_long_arg_list".
23612 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
23613 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
23614 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
23615 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
23616 "skip_float_tests" is set.
23617 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
23618 when "skip_float_tests" set.
d63a86f8 23619
cd0fc7c3
SS
236201999-05-06 Keith Seitz <keiths@cygnus.com>
23621
23622 * gdb.base/annota2.cc: Include stdio.h.
23623
23624Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
23625
23626 * gdb.base/crossload.exp: Remove, this has been disabled ever
23627 since BFD stopped including all targets, and cross-GDB gets
23628 plenty of testing anyway.
23629 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
23630 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
23631 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
23632 * gdb.base/README: Remove, was doc for this.
23633 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 23634 needed.
cd0fc7c3 23635
b83266a0
SS
236361999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23637
23638 * gdb.base/call-ar-st.exp: Fix one regular expression in test
23639 output.
23640
23641 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
23642 * gdb.base/annota2.exp: New file. More annotation tests.
23643 * gdb.base/annota1.c: New file. Source file for annota1.exp.
23644 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
23645
236461999-04-23 Angela Marie Thomas <angela@cygnus.com>
23647
23648 * config/cfdbug.exp: New file.
23649
7a292a7a
SS
236501999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
23651
23652 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
23653 Marcus Daniel's and Dale Hawkins's demangler crashes.
23654
23655 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
23656 test_lucid_style_demangling, test_arm_style_demangling,
23657 test_hp_style_demangling): Try Tom Tromey's core-dumping
23658 identifier under each demangling style.
7a292a7a
SS
23659
236601999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
23661
23662 * gdb.c++/demangle.exp: Include the current demangling style
23663 in all test names.
23664 (current_demangling_style): New global variable.
23665 (set_demangling_style, test_demangling_core, test_demangling,
23666 test_demangling_exact): New functions.
23667 (test_gnu_style_demangling, test_lucid_style_demangling,
23668 test_arm_style_demangling, test_hp_style_demangling): Use those,
23669 instead of calling gdb_test and gdb_test_exact directly.
23670 (catch_demangling_errors): New function, which reports errors
23671 signalled by the demangling test functions in an orderly way.
23672 (do_tests): Use catch_demangling_errors.
23673
236741999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
23675
23676 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 23677 grouping in expressions, not {}.
7a292a7a
SS
23678
23679 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 23680 initialized yet.
7a292a7a
SS
23681
236821999-04-01 Stan Shebs <shebs@andros.cygnus.com>
23683
23684 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
23685 are listed.
23686
236871999-03-26 Stan Shebs <shebs@andros.cygnus.com>
23688
23689 * gdb.stabs/weird.exp: Test for CC being defined before
23690 looking at its value.
23691
236921999-03-25 Stan Shebs <shebs@andros.cygnus.com>
23693
23694 * gdb.base/call-ar-st.exp: Remove stray '#'.
23695 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
23696 "short int" and "long int".
23697 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 23698 change, to mollify finicky HP compiler.
7a292a7a
SS
23699 * gdb.hp/reg-test.exp (testfile): Fix file name.
23700 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 23701
7a292a7a
SS
23702 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
23703 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
23704 alternate form of enum ptype.
23705
c906108c
SS
237061999-03-23 Stan Shebs <shebs@andros.cygnus.com>
23707
7a292a7a
SS
23708 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
23709 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
23710 passing skip_hp_tests, so as not to waste time on guaranteed
23711 failure.
7a292a7a 23712
c906108c
SS
23713 * gdb.c++/overload.cc: Pass string instead of char addr, always
23714 init ccpfoo.
23715 * gdb.c++/templates.cc: Fix syntax error.
23716
7a292a7a
SS
23717Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23718
23719 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 23720 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
23721 command.
23722
237231999-03-18 James Ingham <jingham@cygnus.com>
23724
23725 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
23726
23727 * gdb.c++/method.exp: It was testing an uninitialized int on the
23728 stack and assuming it was positive.
23729
23730 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
23731
23732 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 23733 keep it from killing the rest of the tests.
7a292a7a
SS
23734 Use gdb_continue_to_end.
23735
23736 * gdb.base/sigall.exp: use gdb_continue_to_end.
23737
23738 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
23739
23740 * gdb.base/display.exp: use runto_main, not run.
23741
d63a86f8
RM
23742 * gdb.base/default.exp: Check for the current error message in the
23743 r abbreviation test.
7a292a7a
SS
23744 Add strongarm to the targets that know info float.
23745
d63a86f8 23746 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
23747 run which doesn't work with monitors.
23748
23749 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
23750
23751 * gdb.base/break.exp: use the gdb_continue_to_end proc.
23752
23753 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
23754 program. Traps the case (in Cygmon) when the program never really
23755 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
23756 more places, so I used my name. Sorry Mark...
23757
23758 * config/monitor.exp (gdb_target_monitor): added another
23759 target_info parameter: remotebinarydownload. This will set the
23760 remotebinarydownload flag if this is causing some boards trouble.
23761
237621999-03-18 Mark Salter <msalter@cygnus.com>
23763
23764 * lib/gdb.exp (continue_to_exit): New function.
23765
23766 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
23767 * gdb.base/ending-run.exp: Ditto.
23768 * gdb.base/step-test.exp: Ditto.
23769
237701999-03-16 Stan Shebs <shebs@andros.cygnus.com>
23771
23772 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
23773 (suggested by Art Haas <ahaas@neosoft.com>).
23774
237751999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
23776
889bf7c5 23777 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
23778
23779Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
23780
23781 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 23782 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
23783
237841999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
23785
23786 * gdb.base/call-strs.exp: Don't assume that `step' will step over
23787 a call to strlen; sometimes we do have sources.
23788
237891999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
23790
23791 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 23792 character, so GDB won't print garbage after its end.
d63a86f8 23793
c906108c
SS
23794 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
23795 breakpoint there instead. Sometimes GCC emits memcpy to handle
23796 the large structures being passed by value, so we step into that
23797 instead of sum_array_print, which obscures what we're really testing.
23798 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
23799 the bizarre steps into memcpy, so do that here. Add check for
23800 stepping into function calls that pass large structures by value.
23801 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
23802 Remove all references to specific line numbers.
23803 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
23804 New type and function.
23805 (main): Call large_struct_by_value, passing it a large struct by value.
23806 * lib/gdb.exp (gdb_get_line_number): New function.
23807
23808 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
23809 more portable.
23810
7a292a7a
SS
238111999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
23812
c906108c
SS
23813 * lib/gdb.exp: Doc fixes.
23814
7a292a7a
SS
238151999-03-05 Nick Clifton <nickc@cygnus.com>
23816
d63a86f8 23817 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
23818
238191999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
23820
c906108c 23821 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
23822 commands. They're not germane to this test, and they don't work
23823 that way on remote targets.
c906108c 23824
3fc11d3e
JM
238251999-03-01 James Ingham <jingham@cygnus.com>
23826
23827 * Changelog entries merged over from gdb development branch.
23828
3fc11d3e
JM
23829 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
23830
23831 * lib/gdb.exp (gdbtk_analyze_results): Generic function
23832 for outputting results of test run.
23833
2d4a1622 23834 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
23835
23836 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 23837
7a292a7a
SS
238381999-02-25 Felix Lee <flee@cygnus.com>
23839
23840 * lib/gdb.exp (debug_format): initialize
23841
c906108c
SS
238421999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
23843
23844 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
23845 * gdb.base/call-rt-st.c: Ditto.
23846
c906108c
SS
238471999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
23848
23849 * gdb.threads/pthreads.exp (horiz): New variable.
23850 (test_startup): Fix regexps that capture thread numbers.
23851
238521999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
23853
23854 * gdb.base/smoke.exp: Disambiguate two test case names (both
23855 called ``print'').
23856
23857Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23858
23859 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 23860 compilation.
c906108c
SS
23861
238621999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23863
23864 * gdb.base/miscexprs.exp: Change patterns to match GDB's
23865 actual output formatting.
23866 * gdb.base/smoke.exp: GDB removes leading 0's.
23867 * gdb.base/volatile.exp: Don't check type of remuneration;
23868 that variable is no longer defined in constvars.c.
23869 * gdb.base/step-test.c (main): Exit with explicit exit code.
23870 * gdb.base/step-test.exp: Remove two nexti checks--they are
23871 not portable.
23872
238731999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23874
23875 * gdb.base/help.exp ("help delete display"): Fix test to match
23876 gdb's output.
23877
23878 * gdb.base/long_long.c (known_types): Initialize values to zero.
23879 * gdb.base/long_long.exp: Step one more line
23880 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
23881 leading zeros. Explicitly ask for hex formatting. Use
23882 unique test case names.
c906108c
SS
23883
23884Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23885
d63a86f8 23886 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
23887
23888 * gdb.c++/method.exp: Add missing close brace.
23889
238901999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
23891
23892 * gdb.base/maint.exp: Use 'set height 0' to disable page
23893 prompting, not 'set height 400'.
23894
23895 Fix a bunch of timeouts.
23896 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
23897 four separate tests, so expect doesn't take forever to match a ton
23898 of text against a regexp with lots of .* forms.
23899 ("maint print psymbols", "maint print symbols"): Make some of
23900 these greps more selective, so that expect doesn't try to wade
23901 through huge piles of output and time out.
23902
23903 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
23904
23905 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
23906 tests: one which doesn't expect shlib events to be reported, and
23907 another which does, but is XFAIL for all platforms other than
23908 HP/UX.
c906108c
SS
23909
23910 * gdb.base/break.exp: Teach the test suite that the `catch
23911 fork', `catch vfork', and `catch exec' commands produce error
23912 messages on platforms that don't provide these features.
23913
23914Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23915
23916 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
23917 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
23918 (shortening names from solib_threshold.exp etc), won't run on
23919 anything but HP-UX for the foreseeable future.
c906108c 23920 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 23921 reflect move.
c906108c
SS
23922
23923Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
23924
23925 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 23926 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
23927
23928Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
23929
23930 * gdb.base/shlib-call.exp: add test cases to verify that gdb
23931 successfully re-sets breakpoints in shared libraries.
23932 * gdb.base/shmain.c (main): return 0, don't fall off the end.
23933
23934Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23935
d63a86f8
RM
23936 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
23937 and compiled w/o GCC.
c906108c
SS
23938
23939 * gdb.hp/watch-cmd.exp: ditto.
23940
23941 * gdb.hp/watch-hp.exp: ditto.
23942
23943 * gdb.hp/xdb1.exp: ditto.
23944
23945 * gdb.hp/xdb2.exp: ditto.
23946
23947 * gdb.hp/dbx.exp: ditto.
23948
23949Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
23950
23951 * constvars.c: Remove C++-isms.
23952 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 23953 with GCC.
c906108c
SS
23954
23955Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
23956
23957 The following changes are part of the HP merge.
23958
23959 * gdb.base/break.exp: new tests to verify that catchpoints for
23960 fork, vfork, and exec don't trigger inappropriately.
23961
23962 * gdb.base/opaque.exp: compile one file at a time, then link.
23963
23964 * gdb.base/signals.exp: be more restrictive about which hppa
23965 systems receive a setup_xfail. new tests.
23966
23967 * gdb.base/solib_threshold.build: new file.
23968 * gdb.base/solib_threshold.exp: new file.
23969 * gdb.base/solib_threshold.link_opts: new file.
23970 * gdb.base/solib_threshold.mk: new file.
23971 * gdb.base/gen_solib_threshold.c: new file.
23972
23973 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
23974 tests. New tests for enums inside classes.
23975
23976 * gdb.c++/compiler.cc: indicate support of template debugging.
23977
23978 * gdb.c++/demangle.exp: run hp style demangling tests.
23979
23980 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
23981 tests.
23982
23983 * gdb.c++/misc.cc: changes to support new tests.
23984
23985 * gdb.c++/templates.cc: changes to support HP's compiler; changes
23986 to support new tests.
23987
23988 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
23989 gcc, then skip these tests.
23990
23991Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
23992
23993 The following files are part of the HP merge; some had longer
23994 names at HP, but have been renamed to be no more than 14
23995 characters in length.
23996
23997 * gdb.hp/ambiguous.cc: new file.
23998 * gdb.hp/ambiguous.exp: new file.
23999 * gdb.hp/attach.exp: new file.
24000 * gdb.hp/attach2.exp: new file.
24001 * gdb.hp/classes-hp.exp: new file.
24002 * gdb.hp/ctti.exp: new file.
24003 * gdb.hp/ctti-add.cc: new file.
24004 * gdb.hp/ctti-add1.cc: new file.
24005 * gdb.hp/ctti-add2.cc: new file.
24006 * gdb.hp/ctti-add3.cc: new file.
24007 * gdb.hp/dbx.exp: new file.
24008 * gdb.hp/exception.cc: new file.
24009 * gdb.hp/exception.exp: new file.
24010 * gdb.hp/foll-exec.c: new file.
24011 * gdb.hp/foll-exec.exp: new file.
24012 * gdb.hp/foll-fork.c: new file.
24013 * gdb.hp/foll-fork.exp: new file.
24014 * gdb.hp/foll-vfork.c: new file.
24015 * gdb.hp/foll-vfork.exp: new file.
24016 * gdb.hp/inherit-hp.exp: new file.
24017 * gdb.hp/more-steps.exp: new file.
24018 * gdb.hp/namespace.cc: new file.
24019 * gdb.hp/namespace.exp: new file.
24020 * gdb.hp/optimize.exp: new file.
24021 * gdb.hp/pxdb.c: new file.
24022 * gdb.hp/pxdb.exp: new file.
24023 * gdb.hp/quicksort.exp: new file.
24024 * gdb.hp/reg-test.exp: new file.
24025 * gdb.hp/reg-test.s: new file.
24026 * gdb.hp/sized-enum.c: new file.
24027 * gdb.hp/sized-enum.exp: new file.
24028 * gdb.hp/start-stop.exp: new file.
24029 * gdb.hp/templ-hp.cc: new file.
24030 * gdb.hp/templ-hp.exp: new file.
24031 * gdb.hp/thr-lib.c: new file.
24032 * gdb.hp/thr-lib.exp: new file.
24033 * gdb.hp/thr-lib.h: new file.
24034 * gdb.hp/thr-liblib.c: new file.
24035 * gdb.hp/virtfun-hp.c: new file.
24036 * gdb.hp/virtfun-hp.exp: new file.
24037 * gdb.hp/watch-cmd.exp: new file.
24038 * gdb.hp/watch-hp.exp: new file.
24039 * gdb.hp/xdb1.exp: new file.
24040 * gdb.hp/xdb2.exp: new file.
24041 * gdb.hp/xdb3.exp: new file.
24042
24043Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
24044
24045 The following files are part of the HP merge; some had longer
24046 names at HP, but have been renamed to be no more than 14
24047 characters in length.
24048
24049 * gdb.base/ss.h: new file.
24050 * gdb.base/call-ar-st.c: new file.
24051 * gdb.base/call-ar-st.exp: new file.
24052 * gdb.base/call-rt-st.c: new file.
24053 * gdb.base/call-rt-st-exp: new file.
24054 * gdb.base/call-strs.exp: new file.
24055 * gdb.base/ena-dis-br.exp: new file.
24056 * gdb.base/environ.exp: new file.
24057 * gdb.base/long_long.exp: new file.
24058 * gdb.base/sect-cmd.exp: new file.
24059 * gdb.base/shlib-cl2.exp: new file.
24060 * gdb.base/smoke.exp: new file.
24061 * gdb.base/so-impl-ld.c: new file.
24062 * gdb.base/so-impl-ld.exp: new file.
24063 * gdb.base/so-indr-cl.c: new file.
24064 * gdb.base/so-indr-cl.exp: new file.
24065 * gdb.base/varargs.exp: new file.
24066 * gdb.base/volatile.exp: new file.
24067 * gdb.base/whatis-exp.exp: new file.
7a292a7a 24068 * gdb.base/display.exp: new file.
c906108c
SS
24069 * gdb.c++/derivation.exp: new file.
24070 * gdb.c++/local.exp: new file.
24071 * gdb.c++/member-ptr.exp: new file.
24072 * gdb.c++/overload.exp: new file.
24073 * gdb.c++/ovldbreak.exp: new file.
24074 * gdb.c++/ref-types.exp: new file.
24075 * gdb.c++/ref-types2.exp: new file.
24076 * gdb.c++/userdef.exp: new file.
d63a86f8 24077
c906108c
SS
24078Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
24079
24080 * gdb.base/default.exp: Reflect wording change in remote.c.
24081
dc96c6c7 24082Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24083
24084 * gdb.base/help.exp: Update to reflect current text.
24085
24086Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
24087
24088 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
24089 they're stack variables and contain garbage.
24090 * gdb.c++/anon-union.exp: new file.
24091
24092 The following changes were made by David Taylor
889bf7c5
PA
24093 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
24094 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
24095 in changes by HP.
c906108c
SS
24096
24097 * gdb.base/bitops.exp: new file.
24098 * gdb.base/default.exp: change expected messages for catch and
24099 info catch tests to reflect HP merge changes.
24100 * gdb.base/enable-disable-break.exp
24101 * gdb.base/ending-run.c: new file.
24102 * gdb.base/long_long.c: new file.
24103 * gdb.base/maint.exp: new file.
24104 * gdb.base/pointers2.exp: new file.
24105 * gdb.base/shlib-call2.exp: new file.
24106 * gdb.base/solib.exp: new file.
24107 * gdb.base/step-test.c: new file.
24108 * gdb.c++/anon-union.cc: new file.
24109 * gdb.c++/local.cc: new file.
24110 * gdb.c++/member-pointer.cc: new file.
24111 * gdb.c++/method.cc: new file.
24112 * gdb.c++/ref-types.cc: new file.
24113 * gdb.c++/ref-types2.cc: new file.
24114 * gdb.c++/userdef.cc: new file.
d63a86f8 24115
c906108c
SS
24116 * gdb.base/scope.exp: compile one file at a time, then link.
24117 * gdb.base/langs.exp: ditto.
24118 * gdb.base/list.exp: ditto.
d63a86f8 24119
c906108c
SS
24120Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
24121
24122 The following changes were made by David Taylor
889bf7c5
PA
24123 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
24124 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
24125 in changes by HP.
d63a86f8 24126
c906108c
SS
24127 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
24128 skip tests. When compiling pass c++ flag to gdb_compile.
24129 * gdb.c++/
d63a86f8 24130
c906108c
SS
24131 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
24132 test for on hppa*-*-hpux*; use args to see if c++ was specified.
24133 (skip_hp_tests): new function.
24134 (gdb_preprocess): new function.
24135
24136 * configure.in (hpdir): decide whether to configure gdb.hp.
24137 * configure: regenerated.
24138
24139 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
24140 to delete on clean.
24141 (EXECUTABLES): update to reflect new additions.
24142 * gdb.base/commands.exp: update message expected.
24143 * gdb.base/default.exp: add copyright notice.
24144 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
24145 * gdb.base/help.exp: update messages to reflect current text.
24146 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
24147 targets for recurse tests.
24148 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
24149 skip this file.
24150
24151 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
24152 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
24153 compilation.
24154 * gdb.c++/misc.exp: ditto.
24155 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
24156 run the tests. tell gdb_compile that it's a c++ compilation.
24157
24158 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 24159
c906108c
SS
24160 * gdb.base/all-bin.exp: new file.
24161 * gdb.base/arithmet.exp: new file.
24162 * gdb.base/assign.exp: new file.
24163 * gdb.base/completion.exp: new file.
24164 * gdb.base/cond-expr.exp: new file.
24165 * gdb.base/condbreak.exp: new file.
24166 * gdb.base/define.exp: new file.
24167 * gdb.base/dollar.exp: new file.
24168 * gdb.base/environment.exp: new file.
24169 * gdb.base/eval-skip.exp: new file.
24170 * gdb.base/jump.exp: new file.
24171 * gdb.base/logical.exp: new file.
24172 * gdb.base/pointers.exp: new file.
24173 * gdb.base/relational.exp: new file.
24174 * gdb.base/section_command.exp: new file.
24175 * gdb.base/whatis-expr.exp: new file.
24176
24177 * gdb.base/all-types.c: new file.
24178 * gdb.base/call-array-struct.c: new file.
24179 * gdb.base/call-return-struct.c: new file.
24180 * gdb.base/call-strings.c: new file.
24181 * gdb.base/callfuncs2.c: new file.
24182 * gdb.base/condbreak.c: new file.
24183 * gdb.base/constvars.c: new file.
24184 * gdb.base/display.c: new file.
24185 * gdb.base/int-type.c: new file.
24186 * gdb.base/jump.c: new file.
24187 * gdb.base/miscexprs.c: new file.
24188 * gdb.base/pointers.c: new file.
24189 * gdb.base/pointers2.c: new file.
24190 * gdb.base/shmain.c: new file.
24191 * gdb.base/shr1.c: new file.
24192 * gdb.base/shr2.c: new file.
24193 * gdb.base/solib.c: new file.
24194 * gdb.base/solib1.c: new file.
24195 * gdb.base/solib2.c: new file.
24196 * gdb.base/varargs.c: new file.
24197 * gdb.c++/derivation.cc: new file.
24198 * gdb.c++/overload.cc: new file.
24199 * gdb.c++/ovldbreak.cc: new file.
24200 * gdb.hp/attach.c: new file.
24201 * gdb.hp/attach2.c: new file.
24202 * gdb.hp/average.c: new file.
24203 * gdb.hp/compiler.c: new file.
24204 * gdb.hp/compiler.cc: new file.
24205 * gdb.hp/execd-program.c: new file.
24206 * gdb.hp/follow-exec.c: new file.
24207 * gdb.hp/follow-fork.c: new file.
24208 * gdb.hp/follow-vfork-and-exec.c: new file.
24209 * gdb.hp/misc-hp.cc: new file.
24210 * gdb.hp/more-steps.c: new file.
24211 * gdb.hp/optimize.c: new file.
24212 * gdb.hp/quicksort.c: new file.
24213 * gdb.hp/run-hp.c: new file.
24214 * gdb.hp/start-stop.c: new file.
24215 * gdb.hp/sum.c: new file.
24216 * gdb.hp/templates-hp.cc: new file.
24217 * gdb.hp/thread-local-in-lib.c: new file.
24218 * gdb.hp/thread-local-in-lib.h: new file.
24219 * gdb.hp/thread-local-in-lib.lib.c: new file.
24220 * gdb.hp/vforked-program.c: new file.
24221 * gdb.hp/virtfunc-hp.cc: new file.
24222 * gdb.hp/watchpoint-hp.c: new file.
24223 * gdb.hp/xdb.c: new file.
24224 * gdb.hp/xdb0.c: new file.
24225 * gdb.hp/xdb0.h: new file.
24226 * gdb.hp/xdb1.c: new file.
24227
24228Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
24229
24230 The following change was made by Edith Epstein
889bf7c5
PA
24231 <eepstein@cygnus.com> as part of a project to merge in changes
24232 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
24233
24234 * gdb.c++/demangle.exp: changed the expected output for some
24235 ARM-style mangling -- removed second reference to datatype.
889bf7c5 24236 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 24237 T1<char>::~T1<char>(void)
c906108c 24238 becomes,
a9c64011
AS
24239 maint demangle __dt__11T1__pt__2_cFv
24240 T1<char>::~T1(void)
c906108c 24241
889bf7c5 24242 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 24243
c906108c
SS
24244Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
24245
24246 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
24247 * gdb.trace/backtrace.exp: Likewise.
24248 * gdb.trace/circ.exp: Likewise.
24249 * gdb.trace/collection.exp: Likewise.
24250 * gdb.trace/deltrace.exp: Likewise.
24251 * gdb.trace/infotrace.exp: Likewise.
24252 * gdb.trace/limits.exp: Likewise.
24253 * gdb.trace/packetlen.exp: Likewise.
24254 * gdb.trace/passc-dyn.exp: Likewise.
24255 * gdb.trace/passcount.exp: Likewise.
24256 * gdb.trace/report.exp: Likewise.
24257 * gdb.trace/save-trace.exp: Likewise.
24258 * gdb.trace/tfind.exp: Likewise.
24259 * gdb.trace/tracecmd.exp: Likewise.
24260 * gdb.trace/while-dyn.exp: Likewise.
24261 * gdb.trace/while-stepping.exp: Likewise.
24262
242631998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
24264
24265 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
24266
24267Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
24268
24269 From Brendan Kehoe:
24270 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
24271 int return types.
24272
24273Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
24274
24275 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 24276 remote dos host testing right.
c906108c
SS
24277
24278Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
24279
24280 * gdb.base/corefile.exp: remove some xfails.
24281
24282Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
24283
24284 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 24285 have different timestamps.
c906108c
SS
24286
24287Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
24288
24289 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 24290 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
24291
24292Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
24293
24294 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 24295 delta.
c906108c
SS
24296
24297Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
24298
24299 * gdb.base/default.exp: Add brace missing from previous delta.
24300
24301Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
24302
24303 * gdb.base/default.exp: Support test for info float for all
24304 varieties of arm toolchain.
24305
dc96c6c7 24306Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24307
24308 * gdb.trace/*.exp: remove "remote_download" command.
24309
dc96c6c7 24310Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24311
24312 * gdb.trace/*.exp: remove -gdwarf from compile.
24313
24314Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
24315
24316 * gdb.trace/configure.in(AC_INIT): typo
24317 * gdb.trace/configure: regenerated
24318
dc96c6c7 24319Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24320
24321 * config/m68k-emc.exp: New file.
24322 * lib/<emc-support.exp trace-support.exp}: New files.
24323 * configure.in: add new test directory gdb.trace.
24324 * gdb.trace/{configure configure.in Makefile.in}: New files.
24325 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
24326 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
24327 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
24328 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
24329 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
24330 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
24331 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 24332
dc96c6c7 24333Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24334
24335 * gdb.c++/classes.exp: Change all regular expressions to match
24336 arbitrary combinations of newline/carriage-return, so that they
24337 will work equally well on Unix and Windows.
24338 * gdb.c++/inherit.exp: ditto.
24339 * gdb.c++/virtfunc.exp: ditto.
24340
243411998-08-11 Dawn Perchik <dawn@cygnus.com>
24342
24343 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
24344
c2d11a7d
JM
24345Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
24346
24347 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
24348 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
24349 to use a0-a3/d0-d3 as needed.
24350
24351Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
24352
24353 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
24354 * gdb.disasm/am33.exp: Corresponding changes.
24355
c906108c
SS
243561998-07-11 Felix Lee <flee@cygnus.com>
24357
24358 * gdb.base/callfuncs.exp: add cmp10 test.
24359 * gdb.base/callfuncs.c (cmp10): new function.
24360
24361Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
24362
d63a86f8 24363 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
24364 into two parts to get around a synchronization problem in expect.
24365
3fc11d3e
JM
24366Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
24367
24368 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
24369
24370 * configure.in: Add options for gdbtk testsuite.
24371
24372 * configure: Regenerate.
24373
24374 * gdb.gdbtk: New directory to hold gdbtk tests.
24375
c906108c
SS
24376Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24377
24378 * gdb.fortran/types.exp: Escape brackets in expect patterns
24379 for test_float_literal_types_accepted tests.
24380 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
24381 before run test.
24382
c2d11a7d
JM
24383Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
24384
24385 * am33.exp: Just compile, do not link the testcase.
24386 * am33.s: Add ".am33" pseudoop to force am33 mode.
24387
c906108c
SS
243881998-06-25 Felix Lee <flee@cygnus.com>
24389
24390 * gdb.base/setshow.exp: make sure $pc is sane.
24391
24392 * gdb.stabs/weird.exp: split expect patterns properly.
24393
c2d11a7d
JM
24394Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
24395
24396 * gdb.disasm/am33.s: New disassembler testfile for the am33.
24397 * gdb.disasm/am33.exp: Run it.
24398
dc96c6c7 24399Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24400
24401 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
24402 match processing (and eliminate spurious timeouts when running).
24403
dc96c6c7 24404Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24405
24406 * gdb.base/signals.exp (test_handle_all_print): put back Mach
24407 exception test, but conditionalize it on target [mach | gnu].
24408
dc96c6c7 24409Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24410
24411 * gdb.base/overlays.exp: fixup compile line for linker script.
24412
24413Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
24414
24415 * gdb.fortran/types.exp: don't guess at float size.
24416
24417Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
24418
24419 * gdb.base/exprs.exp: delete test that depends on int size.
24420
24421Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
24422
24423 * config/sim.exp: Removed checks for target triplets.
24424 (gdb_target_sim): Use gdb,target_sim_options.
24425
24426Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
24427
24428 * gdb.base/reread.exp: New file.
24429 * gdb.base/reread1.c: New file.
24430 * gdb.base/reread2.c: New file.
24431
24432Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
24433
24434 * config/sim.exp: Use 'target sim -sparclite' when running
24435 SPARClite programs.
24436
24437Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
24438
24439 * gdb.base/structs2.exp: New file.
24440 * gdb.base/structs2.c: New file.
24441
24442Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
24443
24444 * gdb.asm/common.inc: New file.
24445 * gdb.asm/d10v.inc: New file.
24446 * asm-source.exp: Pass -I's to gas to find .inc files.
24447 Update line numbers in expected output.
24448 * asmsrc1.s: Rewrite.
24449 * asmsrc2.s: Rewrite.
24450 * configure.in: Create arch.inc symlink.
24451 * configure: Regenerate.
24452 * Makefile.in (distclean): Delete arch.inc.
24453
24454Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
24455
24456 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
24457 (t_enum_value2): ditto
24458 (t_enum_value3): ditto
24459 (main): ditto
c906108c
SS
24460Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24461
24462 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
24463 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
24464 change.
24465 Use gdb_test instead of send_gdb/gdb_expect sequences.
24466
24467Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
24468
24469 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
24470 not void.
24471
24472Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
24473
24474 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
24475 subroutines. Used to test gdbs ability to single step through PC
24476 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
24477
24478Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
24479
24480 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
24481 more rigorous EGCS C++ error checking.
24482
24483Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24484
a9c64011
AS
24485 * gdb.base/help.exp: Clean up `help set args' and `help show args'
24486 tests.
24487 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
24488 function when asleep.
24489 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
24490 for i*86 Linux and SVR4 signal handling problems.
24491 Remove linux xfail for `next to handler in signals_tests_1', fixed
24492 by recent infrun.c change.
24493 Limit backtrace to 10 frames to avoid timeout problems with infinite
24494 stack backtraces.
24495 Adjust expect pattern in `handle all print' test to match Apr 28 1997
24496 target.[ch] change.
c906108c
SS
24497
24498Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
24499
24500 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
24501 for a newline from gdb before continuing.
24502 (default_gdb_exit): Just look for y or n.
24503 (gdb_test): Detect abnormal exit from GDB running on DOS; if
24504 it does, fail the rests of the tests in the file.
24505
24506Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
24507
24508 * config/cygmon.exp: New file.
24509
24510Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
24511
24512 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 24513 main" test on remote targets.
c906108c
SS
24514
24515 * gdb.base/scope.exp: Fix problem with filelocal_bss before
24516 run test on remote targets.
24517
24518Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
24519
24520 * gdb.asm: New directory.
24521 * configure.in: Configure it.
24522 * configure: Regenerate.
24523 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
24524 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
24525
24526Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
24527
24528 * config/mn10300-eval.exp: New file to support MN10300 eval board.
24529
dc96c6c7 24530Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 24531
a9c64011
AS
24532 * gdb.base/overlays (several files): Merge the two overlay
24533 managers into one. Change variables (foox, barx, bazx, grbxx)
24534 back into ints but force them to load in their proper sections.
c906108c
SS
24535
24536Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
24537
24538 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 24539 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
24540 (D10VCopy): Handle memory regions crossing 16k boundaries.
24541 (D10VCopy): Transfer data in 32 bit chunks.
24542
24543Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
24544
24545 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 24546 correct.
c906108c
SS
24547
24548 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 24549 map. Include space for printf in .text segment.
c906108c
SS
24550
24551 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 24552 updated d10v memory VMA/LMA map.
c906108c 24553 (D10VCopy): Call D10VTranslate.
d63a86f8 24554
c906108c
SS
24555Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
24556
24557 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
24558
24559 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
24560 that it won't be put into the .sdata - small data -
24561 section. Update reference.
c906108c
SS
24562 * gdb.base/baz.c (bazx, baz): Ditto.
24563 * gdb.base/foo.c (foox, foo): Ditto.
24564 * gdb.base/grbx.c (grbxx, grbx): Ditto.
24565
24566 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 24567 to be arrays.
d63a86f8 24568
dc96c6c7 24569Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 24570
a9c64011
AS
24571 * gdb.base/overlays.exp: fix up and get working again.
24572 Add tests for backtraces from an overlay function.
d63a86f8 24573
c906108c
SS
24574Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
24575
24576 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
24577 "calling function with watchpoint enabled".
24578
24579Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
24580
24581 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 24582 gdb_suppress_tests for d10v-*-*.
c906108c
SS
24583 * lib/gdb.exp (gdb_suppress_tests): Disable this function
24584 pending review of whether it is useful or not.
24585
24586Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
24587
24588 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
24589
24590Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
24591
24592 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
24593 * config/dve.exp: New file to support Densan boards.
24594
24595Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
24596
24597 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 24598 reads and BSD.
c906108c
SS
24599
24600Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
24601
24602 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
24603 response.
24604
24605 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
24606
24607Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
24608
24609 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 24610 test.
c906108c
SS
24611
24612 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 24613 target_sizeof_long and target_bigendian_p.
c906108c 24614 (structs_by_value, structs_by_reference): Check values according
889bf7c5 24615 to targets word size and endianess.
d63a86f8 24616
c906108c
SS
24617Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
24618
24619 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 24620 output.
c906108c
SS
24621
24622Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
24623
24624 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 24625 Update test of set args help to match source change.
c906108c
SS
24626
24627Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
24628
24629 * gdb.base/default.exp: Expect help system output to be in
24630 alphabetical order.
24631 * gdb.base/help.exp: Ditto.
24632
24633Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
24634
24635 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
24636 "i*86-pc-linux-gnu*".
24637 * gdb.base/interrupt.exp: Ditto.
24638 * gdb.base/corefile.exp: Ditto.
24639
24640 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 24641 define vxworks when building the testcase.
c906108c
SS
24642
24643 * gdb.base/ptype.exp: Fix testnames to be unique.
24644 * gdb.base/radix.exp: Ditto.
24645 * gdb.base/term.exp: Ditto.
24646 * gdb.base/whatis.exp: Ditto.
24647 * gdb.c++/classes.exp: Ditto.
24648
24649Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
24650
24651 * gdb.base/callfuncs.exp: Fix indentation.
24652
24653 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
24654 suppress_flag has been set.
24655 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
24656 target feature.
24657
24658Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
24659
24660 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
24661 the testcase.
24662
24663 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 24664 set_debug_traps() and breakpoint().
c906108c
SS
24665 * gdb.c++/misc.cc (main): Ditto.
24666 * gdb.c++/templates.cc (main): Ditto.
24667 * gdb.c++/virtfunc.cc (main): Ditto.
24668
24669Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
24670
24671 * lib/gdb.exp(gdb_step_for_stub): New function.
24672 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
24673 exists, reload the executable and do a "continue" instead of
24674 doing a jump.
24675 (runto_main): Use gdb_step_for_stub.
d63a86f8 24676
c906108c 24677 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 24678 tests to have unique names.
c906108c
SS
24679 * gdb.base/callfuncs.exp: Ditto.
24680 * gdb.base/commands.exp: Ditto.
24681 * gdb.base/default.exp: Ditto.
24682 * gdb.base/help.exp: Ditto.
24683 * gdb.base/list.exp: Ditto.
24684 * gdb.base/opaque.exp: Ditto.
24685 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
24686 similar tests.
d63a86f8 24687
c906108c
SS
24688 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
24689 * gdb.c++/cplusfuncs.cc: Ditto.
24690 * gdb.c++/virtfunc.cc: Ditto.
24691
24692 * config/monitor.exp: Keep track of the last file we saw, rather
24693 than trying to get the info from gdb.
24694
24695 * gdb.fortran/types.exp: Move comment to previous line.
24696
24697Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
24698
24699 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 24700 target mode.
c906108c
SS
24701
24702Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
24703
24704 From Bob Manson:
24705 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 24706 string from GDB when it connects.
c906108c
SS
24707
24708 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
24709
24710Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
24711
24712 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
24713 if we can't get a debug format from GDB (we may be testing an
24714 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
24715
24716 * gdb.stabs/weird.exp: Fix quoting.
24717
24718 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
24719
24720Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
24721
24722 * config/arm-ice.exp: New file.
24723
24724Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
24725
24726 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 24727 until it has been modified to work with the new testsuite.
c906108c 24728
99707966 24729 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
24730 testcase won't compile, cause all of the testcases in the file to
24731 fail instead.
c906108c
SS
24732
24733 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
24734 (gdb_clear_suppressed): New procedure.
24735 (gdb_stop_suppressing_tests): Only clear suppress_flag if
24736 it contains a positive value.
24737
24738Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
24739
24740 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
24741
24742 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
24743
24744Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
24745
24746 * lib/gdb.exp (setup_xfail_format): New function.
24747 (get_debug_format): New function to get debug format.
24748 (debug_format): New global variable to hold last value set
24749 by get_debug_format.
24750 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 24751 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
24752 * gdb.c++/ptype.exp: Ditto.
24753 * gdb.c++/classes.exp: Ditto.
24754 * gdb.c++/cplusfuncs.exp: Ditto.
24755 * gdb.c++/inherit.exp: Ditto.
24756 * gdb.c++/templates.exp: Ditto.
24757 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 24758
c906108c
SS
24759Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
24760
24761 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
24762 host doesn't have a currently-open connection.
24763
24764 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
24765 any gdb stub target. Handle cases where gdb doesn't respond when
24766 interrupted in a sane fashion.
c906108c
SS
24767
24768 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 24769 same thing in a totally different way.
c906108c
SS
24770
24771 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 24772 setting "timeout".
c906108c 24773 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 24774 default_gdb_init now.
c906108c
SS
24775
24776Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
24777
24778 * gdb.base/printcmds.exp: Fix "check for floating addition"
24779 regexp to accept results within approx +/- .01 of exact value.
24780 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
24781
24782Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
24783
24784 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 24785 properly.
c906108c
SS
24786 (gdb_expect): Add optional timeout parameter, and add timeout
24787 value to various calls.
24788 (gdb_suppress_tests): Only give one warning message per group.
24789
24790Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
24791
24792 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
24793 global variables. Handle getting a value for $timeout more
24794 gracefully.
c906108c
SS
24795
24796Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24797
24798 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 24799 initialize.
c906108c 24800 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 24801 by a target configuration file.
c906108c
SS
24802 (gdb_expect): Pass the timeout to remote_expect.
24803
24804 * config/monitor.exp(gdb_load): Fix typo in regexp.
24805
24806Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
24807
24808 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
24809
24810Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
24811
24812 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
24813 here. Call gdb_target_exec before rebooting the target, to make
24814 sure the connection to the target is closed.
c906108c
SS
24815 (gdb_load): Pass the name of the executable to gdb_target_monitor.
24816 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
24817 Also detect "Timeout reading from remote" error.
24818
24819 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
24820 gdb_target_monitor. Don't call gdb_file_cmd here; let
24821 gdb_target_monitor do it.
c906108c
SS
24822
24823 * gdb.disasm/hppa.exp: Don't use exec_output.
24824
24825Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
24826
24827 * gdb.base/list.exp: If we're debugging a non-native target,
24828 try to set the pc register to point to the start of the
24829 program before doing the first list command.
24830
24831 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 24832 test_calls after restarting.
c906108c
SS
24833
24834 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 24835 reloading.
c906108c
SS
24836
24837 * gdb.base/watchpoint.exp: Fix typo.
24838
24839 * gdb.base/setshow.exp: Check for use_gdb_stub.
24840
24841 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 24842 stub case.
c906108c
SS
24843 * gdb.base/langs.exp: Ditto.
24844
24845 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
24846 gdb_load_offset. If we weren't given a file to load, figure out
24847 what the current file is and use it.
c906108c
SS
24848
24849 * config/i386-bozo.exp: New file.
24850
24851Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
24852
24853 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
24854 feature.
24855
24856 * config/proelf.exp: New entry.
24857
24858Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
24859
24860 * lib/gdb.exp: Remove spurious .* patterns at the beginning
24861 of regexps.
24862
24863 * gdb.base/watchpoint.exp: Don't run the test_stepping
24864 tests if gdb can't call functions on the target.
24865
24866 * gdb.base/setshow.exp: Don't run the set prompt tests if
24867 the board has gdb_prompt set.
24868
24869Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
24870
24871 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
24872 * gdb.base/commands.exp: Likewise.
24873 * gdb.base/setshow.exp: Likewise.
24874
24875Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
24876
24877 * config/monitor.exp(gdb_start): Look for gdb_prompt target
24878 feature.
24879
24880 * config/i960.exp: New file.
24881
24882Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
24883
24884 * gdb.base/funcargs.exp: Check for gdb,short_int target
24885 feature instead of looking for explicit target triplets.
24886
dc96c6c7 24887Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 24888
d63a86f8 24889 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
24890 "p 123DEADBEEF", to check parse_number.
24891 * top.c: change "to enable to enable" to "to enable" in a couple
24892 of help strings.
24893
24894Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
24895
24896 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
24897 on the mn10300.
d63a86f8 24898
c906108c
SS
24899Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
24900
24901 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
24902 where the test executable is run with explicit args.
24903 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
24904
24905Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
24906
24907 * gdb.base/run.c: Use FAKEARGV to build test executable that
24908 does not require a command line arg, since most simulators
24909 don't currently support passing such an arg into the simulated
24910 program.
24911 * gdb.base/commands.exp: Change tests to insert the proper
24912 value as the arg to the first recursive factorial call. Change
24913 compilation line to define FAKEARGV at compile time.
24914
24915Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
24916
24917 * gdb.base/recurse.exp: Enable these tests for the mn10300.
24918 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
24919 function with watchpoint enabled" test.
24920
24921Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
24922
24923 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 24924 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
24925
24926 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 24927 "Tests restarted" messages.
c906108c
SS
24928
24929Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
24930
24931 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
24932
dc96c6c7 24933Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24934
24935 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
24936 for INFO SYMBOL; add help tests for OVERLAY commands.
24937 * gdb.base/default.exp: add tests for INFO SYMBOL command;
24938 add tests for OVERLAY commands
24939 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
24940 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
24941 * gdb.base/sigall.c: add usestubs code frag
24942 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 24943
c906108c
SS
24944Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
24945
24946 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
24947 failures.
24948 (gdb_stop_suppressing_tests): Note that tests have restarted.
24949
24950Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
24951
24952 * config/h8300.exp: New file.
24953
24954Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
24955
24956 * gdb.base/setshow.exp: Check for the existence of a
24957 feature, not its value.
24958
24959Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
24960
24961 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
24962
24963 * gdb.base/scope.exp: It's now init0(), not init().
24964
24965 * gdb.base/scope0.c: For now, change init() to be init0().
24966
24967 * config/monitor.exp: Use gdb_serial in preference to serial
24968 or netport.
24969
24970 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 24971 and it's not already set.
c906108c
SS
24972
24973Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
24974
24975 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 24976 isn't using a stub and if it supports argument passing.
c906108c
SS
24977
24978Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
24979
24980 * config/udi.exp(gdb_start): Make sure UDICONF is set
24981 properly before starting gdb.
24982
24983Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
24984
24985 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
24986 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
24987 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
24988
24989Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
24990
24991 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 24992 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
24993
24994 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
24995
24996 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
24997
24998 * config/monitor.exp: Make sure we disconnect from the target.
24999 Also, try a reboot/reload cycle instead of failing if the
25000 load fails.
25001
25002Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
25003
25004 * gdb.base/default.exp: Don't set match_max.
25005 * gdb.base/help.exp: Ditto.
25006 * gdb.base/list.exp: Ditto.
25007 * gdb.base/signals.exp: Ditto.
25008
25009 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
25010 set, use remote_ld to download the testcase instead of
25011 the GDB loader.
25012
25013Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
25014
25015 * config/vr5000.exp: New file.
25016
25017 * config/monitor.exp(gdb_target_monitor): Add pattern for
25018 "Ending remote" to detect errors in connecting.
25019
25020 * gdb.base/setshow.exp: Add .* within auto language test.
25021
25022 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
25023 target feature.
25024
25025 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 25026 and reboot the board if necessary.
c906108c
SS
25027
25028 * gdb.base/setvar.exp(test_set): Handle multiple prints within
25029 a set of tests. Remove print.* from the patterns being checked.
25030
25031Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
25032
25033 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
25034 refer to gdb_spawn_id.
25035
25036 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
25037 longer used.
25038 * config/sparclet.exp: Ditto.
25039 * config/sparclet-old.exp: Ditto.
25040 * config/slite.exp: Ditto.
25041 * config/sim.exp: Ditto.
25042 * gdb.base/funcargs.exp: Ditto.
25043
25044 * lib/gdb.exp:Remove references to gdb_spawn_id.
25045 (gdb_expect): Move to remote.exp.
25046
25047Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
25048
25049 * config/monitor.exp: Detect the "Couldn't establish connection"
25050 message from GDB.
25051
25052Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
25053
25054 * gdb.base/bitfields.exp: Use runto instead of explicit
25055 gdb_run_cmd/gdb_expect sequences.
25056
25057 * gdb.base/break.exp(text_next_with_recursion): Add match for
25058 gdb_expect call.
25059
25060 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
25061 We also need to handle the "A program is being debugged already"
25062 prompt from gdb. Use gdb_test to set the baud rate.
25063
25064 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
25065 to 20000. Really. I mean it.
25066
25067Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
25068
25069 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
25070 fails. If suppress_flag is set, skip perror message about not
25071 being able to send to GDB.
c906108c 25072 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 25073 GDB.
c906108c
SS
25074 (gdb_expect): If suppress_flag is set, always fail immediately.
25075 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
25076 (gdb_init): Call gdb_stop_suppressing_tests.
25077 (default_gdb_exit): Ditto.
25078 (default_gdb_start): Ditto.
25079
25080 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 25081 gdb_stop_suppressing_tests as appropriate.
c906108c 25082 * gdb.base/break.exp: Ditto.
889bf7c5 25083 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
25084 * gdb.base/commands.exp: Ditto.
25085 * gdb.base/exprs.exp: Ditto.
889bf7c5 25086 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
25087 * gdb.base/list.exp: Ditto.
25088 * gdb.base/recurse.exp: Ditto.
889bf7c5 25089 * gdb.base/scope.exp: Ditto.
c906108c
SS
25090 * gdb.base/structs.exp: Ditto.
25091 * gdb.c++/inherit.exp: Ditto.
25092
25093Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
25094
25095 * config/vr4300.exp: New file.
25096
99707966 25097 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 25098
99707966 25099 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
25100
25101Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
25102
25103 * lib/gdb.exp(gdb_init): New function.
25104
25105 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 25106 for each individual variable set.
c906108c
SS
25107
25108 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
25109 name.
25110
25111 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
25112
25113 * gdb.base/scope.exp: Use gdb_test.
25114
25115 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
25116 aborting; the testsuite driver will do that for us (see
25117 gdb_finish). Also, use gdb_test in a few more places.
25118
25119Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
25120
25121 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
25122
25123Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
25124
25125 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
25126 and "add_tests" are not at the same address.
25127
25128Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
25129
25130 * gdb.base/ptype.exp: Use gdb_test.
25131
25132Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
25133
25134 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
25135 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
25136 left in. No longer expect them to fail.
25137
25138 * gdb.stabs/*.mt; Deleted, no longer used.
25139 * gdb.stabs/configure.in: Remove references to target makefile
25140 frags.
25141 * gdb.stabs/configure: Rebuilt.
25142
25143 * gdb.disasm/*.mt: Deleted, no longer used.
25144 * gdb.disasm/configure.in: Remove references to target makefile
25145 frags. Use "sh3.s" as the unique filename for this directory.
25146 * gdb.disasm/configure: Rebuilt.
25147
25148 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
25149 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
25150 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
25151
25152Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
25153
25154 * config/udi.exp: Use mondfe,name instead of remote_host.
25155
25156Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
25157
25158 * gdb.base/watchpoint.exp: Don't expect a failure when calling
25159 a function with a watchpoint enabled on the mn10200.
25160
25161 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
25162 before trying to create it!
25163
25164Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
25165
25166 * config/vx.exp: Use hostname instead of netport.
25167
25168 * config/vxworks.exp: New file.
25169
25170 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
25171
25172 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 25173 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
25174 occurs.
25175
25176 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
25177 $gdb_spawn_id directly.
25178 (gdb_run_cmd): Try _start as well as start. Use the target feature
25179 gdb,start_symbol as the symbol to start from when jumping.
25180
25181Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
25182
25183 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
25184 redundant) test.
25185
25186 * gdb.base/recurse.exp: Relax final value test for 'b' so that
25187 it doesn't lose for 16bit integer systems.
25188
25189Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
25190
25191 * gdb.fortran/types.exp: If the target doesn't support "double"
25192 data types, then expect "real" types to only be 4 bytes.
25193
25194 * gdb.c++/virtfunc.exp: Expect failure for virtual function
25195 call tests if the target doesn't support inferior function calls.
25196
25197 * gdb.base/printcmds.exp: Allow minor deviation in FP values
25198 in printf tests.
25199
25200Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
25201
25202 * gdb.base/help.exp: Disable "help set", "help show", and
25203 "help support". Simplify regexp for "help stack".
25204
25205 * gdb.base/default.exp: Set match_max to 5000 and the timeout
25206 to 60 seconds. Temporarily set match_max to 15000 around the
25207 "info copying" test.
25208
25209 * gdb.base/nodebug.exp: Don't try to do an inferior function
25210 call if the target doesn't support them.
25211 * gdb.base/printcmds.exp: Likewise.
25212 * gdb.base/setvar.exp: Likewise.
25213 * gdb.base/structs.exp: Likewise.
25214 * gdb.c++/templates.exp: Likewise.
25215 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
25216
25217 * gdb.base/recurse.exp: Enable for the mn10200.
25218
25219 * configure.in: Do configure gdb.stabs directory for *-*-elf
25220 targets.
25221 * configure: Rebuilt.
25222
25223 * gdb.base/break.exp: Check for gdb,noresults before testing
25224 exit status and/or results from the target.
25225 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
25226 * lib/gdb.exp: Remove old (now bogus) initialization of
25227 noinferior, noargs, noresults and nosignals.
25228
25229Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
25230
25231 * config/sh.exp: New file.
25232
25233 * config/slite.exp: Try to connect multiple times to the board
25234 before rebooting. Only send a "monitor run" if need_monitor_run
25235 is set.
25236
25237 * gdb.base/break.exp: Don't do the "stub continue" test if
25238 the target has gdb_stub set.
25239
25240 * gdb.base/callfuncs.exp: Increase the timeout.
25241
25242 * gdb.base/interrupt.exp: Don't even try to compile the testcase
25243 if the target has gdb,noinferiorio set.
25244
25245 * gdb.base/list.exp: Increase match_max to 10000 characters.
25246
25247 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
25248
25249 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
25250 target.
25251
25252 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
25253
25254Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
25255
25256 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
25257 trying to delete the copy of gdb. Catch the file delete so we
25258 don't die if the delete fails; also, the file should be copied to
25259 the host, not to the build.
c906108c
SS
25260
25261Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
25262
25263 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 25264 parenthesis in case it contains multiple regexps separated
c906108c
SS
25265 with |.
25266
25267 * gdb.base/watchpoint.exp: Use gdb_test.
25268 * gdb.base/default.exp: Ditto.
25269
25270Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
25271
99707966 25272 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 25273
c906108c
SS
25274 * gdb.base/scope.exp: Use gdb_test.
25275 * gdb.c++/classes.exp: Ditto.
25276 * gdb.c++/inherit.exp: Ditto.
25277
25278Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
25279
25280 * gdb.base/crossload.exp: Don't use execute_anywhere, use
25281 remote_exec instead.
25282 * gdb.base/corefile.exp: Don't be ridiculous.
25283 * gdb.base/*.c: Add missing stub invocations.
25284
25285Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
25286
25287 * config/slite.exp: Miscellaneous fixes.
25288
25289 * lib/gdb.exp: Fix runto.
25290
25291 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
25292 the target.
25293
25294 * gdb.base/watchpoint.exp: Fix regexp.
25295
25296 * lib/gdb.exp(default_gdb_exit): Add a catch to the
25297 close and wait commands, as the descriptor may now be
25298 invalid. Always call "remote_close host".
25299
25300Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
25301
25302 Major rewrite for testsuite revision.
d63a86f8 25303
c906108c
SS
25304 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
25305 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
25306 instead of relying on spawn_id to always contain a valid
25307 spawn id.
25308 (get_compiler_info): New procedure to build the ${binfile}.ci
25309 file, instead of replicating this in N different places.
25310 (gdb_compile): New procedure.
d63a86f8 25311
c906108c 25312 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
25313 appropriate arguments) instead of compile. Use gdb_test in a lot
25314 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
25315 at the start of a testcase, as this is no longer done magically.
25316
25317 config/*-gdb.exp: Rename without the -gdb suffix.
25318
25319 config/mips.exp: Use remote_close instead of exit_remote_shell.
25320 config/monitor.exp: Use target_info instead of looking at
25321 baud, timeout, etc.
25322 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
25323
25324Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25325
25326 * gdb.c++/templates.exp (test_ptype_of_templates),
25327 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
25328 Update expect patterns for destructors and assignment operators
25329 to match corresponding c-typeprint.c changes.
25330 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
25331 to destructor breakpoint test, GDB should be able to set the
25332 destructor breakpoint without specifying arguments.
25333
25334Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
25335
25336 * gdb.threads/pthreads.exp: Change result for failure to compile due
25337 to lack of pthreads runtime support from an error to simply an
25338 unsupported test, per dejagnu standards.
25339
25340Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25341
25342 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
25343 where GDB exits to reduce pattern match time.
25344 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
25345
25346 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
25347
dc96c6c7 25348Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25349
25350 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
25351 * gdb.base/default.exp: ditto.
25352 * gdb.base/nodebug.exp: ditto.
25353 * gdb.base/printcmds.exp: ditto.
25354 * gdb.base/ptype.exp: ditto.
25355 * gdb.base/setvar.exp: ditto.
25356 * gdb.base/structs.exp: ditto.
25357 * gdb.base/setshow.c: Guard against uninitialized values of argc.
25358
25359Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
25360
25361 * configure, */configure: Rebuild with autoconf 2.12.
25362
25363Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
25364
25365 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
25366 use new i*86-pc-linux*-gnu quads.
25367 * gdb.base/corefile.exp: Ditto.
25368 * gdb.base/signals.exp: Ditto.
25369 * gdb.base/sigall.exp: Ditto.
25370 * gdb.base/interrupt.exp: Ditto.
25371
25372 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
25373 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
25374 RedHat 4.0.
d63a86f8 25375
c906108c 25376 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
25377 linux. This allows the test case to at least compile on latest
25378 linux, but still not run due to missing the threads runtime library.
c906108c
SS
25379
25380Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25381
25382 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
25383 directory to search gdb directory. Accept and step over conditional
25384 stack alignment code. Consume $prompt in failure cases.
25385 Reset timeout to $oldtimeout instead of some arbitrary value.
25386 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
25387 timeout problems with infinite stack backtraces.
25388 * gdb.base/ptype.exp (ptype struct link, union tu_link):
25389 Accept function parameters for linkfunc member.
25390
25391Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
25392
25393 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
25394 (CXXFLAGS): Remove, unreferenced.
25395 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
25396 previous -B options and also add -B option to pick up cross compiled
25397 runtime.
c906108c
SS
25398 (TARGET_INCLUDES): Add for -I options and add code to initialize when
25399 doing cross compiles.
25400 (target_alias): Declare global.
25401 (xgcc): Set variable to full path of gcc in build tree. Use findfile
25402 to verify that gcc exists in build tree, and if so set CC to that
25403 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 25404
c906108c
SS
25405Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
25406
25407 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
25408 ptype test for anonymous union. Fixup testcase to match
25409 current gcc debug output.
25410
25411Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
25412
25413 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
25414 force argument to an unsigned long type.
25415
25416Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
25417
25418 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 25419 tests and anonymous union print/ptype tests.
c906108c
SS
25420 * gdb.base/list.exp (test_forward-search): Increase timeout by
25421 5 minutes for the "search extremely long line" case.
25422 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
25423 completely optional and that the pass/fail messages use the command as
25424 the message if that third arg is a null string.
25425 (gdb_test_exact): Arrange that a null string pattern means match a
25426 null string output rather than any output, which might include random
889bf7c5 25427 errors.
c906108c
SS
25428 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
25429 backtrace test.
25430 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
25431 always failing and failure is now exposed by gdb.exp changes.
25432
25433Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
25434
25435 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
25436 weren't being noted.
25437
25438Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25439
25440 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
25441 * gdb.stabs/weird.exp: Remove v_comb xfails.
25442
dc96c6c7 25443Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25444
25445 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 25446 list.exp scope.exp watchpoint.exp]
c906108c 25447 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 25448
dc96c6c7 25449Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25450
25451 * config/monitor.exp: Increase download timeout to 1000 seconds.
25452
dc96c6c7 25453Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25454
25455 * config/m32r.exp: Increase timeout to 120 seconds.
25456
25457Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
25458
25459 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
25460 and accept older ordering as obsolescent gcc or gdb.
25461 * gdb.c++/templates.exp: Ditto.
25462 * gdb.c++/virtfunc.exp: Ditto.
25463
25464Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
25465
25466 * gdb.base/coremaker.c: Add code to mmap some data so we
25467 can check that it ends up in the core file.
25468 * gdb.base/corefile.exp: Add test to read mmapped data
25469 from core file.
25470
dc96c6c7 25471Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25472
25473 * config/m32r.exp: New file.
25474
25475Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
25476
25477 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
25478 that cflags can contains -gstabs, and work correctly for other tests.
25479
dc96c6c7 25480Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25481
25482 * gdb.base/setshow.exp: New file, tests show and set.
25483 * gdb.base/setshow.c: New file, tests show and set.
25484 * gdb.base/help.exp: Add test for help set|show annotate.
25485 * gdb.base/default.exp: Add test for set|show annotate.
25486
25487Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
25488
25489 * testsuite/gdb.base/break.exp: Make backtrace from factorial
25490 errors unique.
25491 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
25492 explicitly.
25493
25494Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
25495
25496 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
25497 and width commands. This is done elsewhere.
25498 * (gdb_start): Don't call gdb_start_sim here. That's already
25499 done in gdb_load. This fixes lots of failures in default.exp.
25500
25501Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
25502
25503 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
25504 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
25505 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
25506 in the same we we treat other failures (since it may be an expected
889bf7c5 25507 condition), rather than as an error.
c906108c
SS
25508 * gdb.base/signals.exp (test_handle_all_print): Revert back to
25509 old test format.
25510
25511Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
25512
25513 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
25514 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 25515 twice. Nuke the duplicates.
c906108c 25516 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 25517 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
25518 Remove config.h along with other config files.
25519
25520Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
25521
25522 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
25523 "p func1 ()" and note that rests of tests are skipped.
25524 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 25525 setup_xfails for "print func2::coremaker_local".
c906108c
SS
25526 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
25527 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
25528 affected by the previous run test.
25529 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
25530 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
25531 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
25532 "pass int powerset tuple" and "pass modeless int powerset tuple".
25533 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
25534 "real write 4" and "real write 8".
25535 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 25536 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
25537 "print \$i after tuple assign 2", and
25538 "print vs2 after tuple assign 2".
25539 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
25540 meaningful error message and return -1 so the caller can
25541 suppress further tests and avoid a cascade of errors.
d63a86f8 25542
c906108c
SS
25543Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
25544
25545 * gdb.base/a1-selftest.exp: Tweak tests to account for new
25546 format for printing version.
25547 * gdb.base/default.exp: Ditto.
25548 * gdb.base/interrupt.exp: Fix problem with cascade of
25549 errors if child process dies while calling a function.
d63a86f8 25550
c906108c
SS
25551Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
25552
25553 * Makefile.in (VPATH): Add
25554 * Makefile.in (Makefile, config.status): Fix rules so things get
25555 remade when necessary.
25556
25557Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
25558
25559 * Makefile.in (just-check): Add path to sibling expect dir
25560 to environment variable specified by RPATH_ENVVAR.
25561
25562Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
25563
25564 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
25565 (just-check): Add shared library paths for libstdc++, tk,
25566 tcl, bfd, and opcodes to the environment variable specified
25567 in RPATH_ENVVAR.
25568 * configure.in: Add support to recognize --enable-shared flag
25569 and generate correct value for RPATH_ENVVAR.
25570 * configure: Regenerated with autoconf.
25571
25572Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
25573
25574 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 25575 include all osf versions.
c906108c
SS
25576 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
25577 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
25578 when target is linux. When failing to build pthreads test
25579 executable, give more meaningful message.
25580 * gdb.threads/pthreads.c: Hpux also uses old definition of second
25581 arg for pthread_create.
d63a86f8 25582
c906108c
SS
25583Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
25584
25585 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 25586 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 25587 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 25588 and -lpthreads (everybody else).
c906108c
SS
25589 (test_startup): Fail gracefully if threads are not supported.
25590 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
25591 "p/c array_index("abcdef",2)" when not gcc compiled.
25592 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
25593 "print func2::coremaker_local" when not gcc compiled.
25594 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
25595 "ptype on opaque struct tagname (statically)",
25596 "ptype on opaque struct tagname (dynamically) 1", and
25597 "ptype on opaque struct tagname (dynamically) 2"
25598 for not compiled with gcc.
25599 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
25600 backtrace when compiled with gcc.
d63a86f8 25601 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
25602 than always return success.
25603
25604Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
25605
25606 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
25607
25608Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
25609
25610 * gdb.base/structs.exp: Undo last change.
25611
25612Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
25613
25614 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
25615 encapsulate all the steps/nexts done during self test, starting
25616 at main, and makes them less sensitive to optimization issues.
25617 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
25618 signal handler" test.
25619 * gdb.threads/pthreads.exp: Only run this for native configs.
25620 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
25621 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
25622 tests.
25623 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
25624 for "runto test_calls(void)" test.
d63a86f8 25625
c906108c
SS
25626Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
25627
25628 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
25629 and don't expect address info in breakpoint confirmations.
25630
25631Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
25632
25633 * gdb.base/list.exp (test_forward_search): Increase timeout
25634 temporarily by 60 seconds for searching extremely long line,
889bf7c5 25635 and then reset to old value when done. Increase expect input
c906108c
SS
25636 buffer to 10000.
25637
25638Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
25639
25640 * gdb.base/list.exp (test_forward_search): Fix to handle very
25641 long source line without overflowing expect's input buffer.
25642
25643Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
25644
25645 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
25646 "buffer_full".
25647
25648 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
25649 "buffer_full".
25650
25651 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
25652 "buffer_full".
25653
25654 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
25655 "buffer_full".
25656
25657Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
25658
25659 * configure.in (configdirs): Add gdb.threads.
25660 * configure: Regenerated with autoconf.
25661 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
25662 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
25663 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 25664
c906108c
SS
25665Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
25666
25667 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
25668
25669Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
25670
25671 * gdb.base/signals.exp (test_handle_all_print): Test separately for
25672 each signal's status in the output of "handle all print".
25673 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
25674 the \r\n sequence that immediately precedes the gdb prompt.
25675 * gdb.base/a1-selftest.exp: Save original timeout and restore
25676 after test.
25677
25678Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
25679
25680 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
25681 symbol.
25682
25683Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
25684
25685 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
25686
25687Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
25688
25689 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
25690 timeout by 60 seconds.
25691
25692Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
25693
25694 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
25695 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
25696 error return.
25697
25698Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
25699
25700 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
25701 gdb initialization, also report how long dejagnu waited. Restore
25702 old timeout before doing error return. Temporarily increase timeout
889bf7c5 25703 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
25704
25705Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
25706
25707 * lib/gdb.exp: Report timeout value for verbosity level 2.
25708 * config/gdbserver.exp: Ditto.
25709 * config/hppro.exp: Ditto.
25710 * config/mips-gdb.exp: Ditto.
25711 * config/monitor.exp: Ditto.
25712 * config/netware.exp: Ditto.
25713 * config/sim-gdb.exp: Ditto.
25714 * config/slite-gdb.exp: Ditto.
25715 * config/udi-gdb.exp: Ditto.
25716 * config/unix-gdb.exp: Ditto.
25717 * config/vx-gdb.exp: Ditto.
25718 * gdb.base/a1-selftest.exp: Ditto.
25719 * gdb.base/a2-run.exp: Ditto.
25720 * gdb.base/break.exp: Ditto.
25721 * gdb.base/corefile.exp: Ditto.
25722 * gdb.base/list.exp: Ditto.
25723 * gdb.base/recurse.exp: Ditto.
25724 * gdb.base/scope.exp: Ditto.
25725 * gdb.base/signals.exp: Ditto.
25726
25727Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25728
25729 * gdb.threads/Makefile.in (docdir): Removed.
25730
25731Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25732
25733 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 25734 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 25735 @srcdir@.
d63a86f8 25736 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
25737 autoconf 2.5 or higher.
25738 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
25739
25740Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
25741
25742 * configure: Regenerated.
25743 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
25744 avoid name clashes with SunOS headers.
25745
25746Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
25747
25748 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
25749
25750Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
25751
25752 * gdb.base/callfuncs.exp: Finish last change -- make sure the
25753 prototype information ends up in the compiler info file.
25754
25755Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
25756
25757 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
25758 attempting to regenerate it. Eliminate use of a temporary file
25759 and just generate the info file directly. Source it immediately,
25760 for consistency of use.
25761 * gdb.base/corefile.exp: Ditto
25762 * gdb.base/exprs.exp: Ditto.
25763 * gdb.base/funcargs.exp: Ditto.
25764 * gdb.base/langs.exp: Ditto.
25765 * gdb.base/list.exp: Ditto.
25766 * gdb.base/mips_pro.exp: Ditto.
25767 * gdb.base/nodebug.exp: Ditto.
25768 * gdb.base/opaque.exp: Ditto.
25769 * gdb.base/ptype.exp: Ditto.
25770 * gdb.base/scope.exp: Ditto.
25771 * gdb.base/setvar.exp: Ditto.
25772 * gdb.base/signals.exp: Ditto.
25773 * gdb.base/whatis.exp: Ditto.
25774 * gdb.c++/templates.exp: Ditto.
25775 * gdb.c++/virtfunc.exp: Ditto.
25776 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 25777 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
25778
25779Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25780
25781 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
25782 it got fixed by the recent lookup_minimal_symbol_by_pc change.
25783 Increase timeout, a lot of single stepping might be needed if the
25784 target has no hardware watchpoints.
25785
25786Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
25787
25788 * gdb.base/break.exp: Ignore compiler warnings when compiling
25789 break.c.
25790 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
25791 * gdb.base/default.exp: Add h8300 xfails. Handle messages
25792 from remote-sim.
25793 * gdb.base/exprs.exp: Add h8300 xfails.
25794 * gdb.base/funcargs.exp: Likewise.
25795 * gdb.base/nodebug.exp: Likewise.
25796 * gdb.base/printcmds.exp: Likewise.
25797 * gdb.base/ptype.exp: Likewise.
25798 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
25799 h8300 xfails.
d63a86f8 25800 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
25801 on the h8300.
25802 * gdb.base/funcargs.c: Explicitly make last constant argument to
25803 call_after_alloca_subr an unsigned long type.
25804 * gdb.base/return.c: Include stdio.h.
25805
25806Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
25807
25808 * config/abug.exp: New file for the older Motorola Bug monitor
25809 that runs on the mvme13x series VME boards.
25810 * config/monitor.exp: Use the new config array for target settings
25811 if they exist.
25812
25813Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
25814
25815 * sim-gdb.exp: Make the SH simulator allocate less space when
25816 it is targeted.
25817
25818Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
25819
25820 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
25821 test.
25822
25823Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
25824
25825 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
25826 "rs6000-*-*" for "list function in include file" when gcc compiled.
25827 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
25828 for "p ctable1[120]".
25829 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
25830 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
25831 Remove setup_xfail for "rs6000-*-*" for
25832 "print 'scope0.c'::filelocal before run".
25833 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
25834 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
25835 since some compilers don't allow both options to be given
25836 on the same command line. Create object file and move it.
d63a86f8 25837
c906108c
SS
25838Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
25839
25840 * gdb.base/corefile.exp: Always regenerate the core file, since
25841 we always regenerate the coremaker program. Detect special case
25842 where registers cannot be read from core file.
d63a86f8 25843
c906108c
SS
25844Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
25845
25846 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
25847 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
25848 * gdb.c++/templates.exp: Only match on basename of file since
25849 some formats like xcoff don't encode directory information.
25850 * gdb.stabs/weird.exp: Use the right sed script for powerpc
25851 and rs6000 AIX xcoff targets.
25852 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
25853 * configure: Regenerate.
25854 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
25855 here, rather than in distclean.
d63a86f8 25856
c906108c
SS
25857Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
25858
25859 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
25860 defined, and use it to compile the test case with -O2. The
25861 native compilation still uses no optimization.
25862 * gdb.base/mips_pro.c: Remove inline assembly code since
25863 it is compiled PIC by default, which results in assembler
25864 warnings that make the testsuite think the compilation
25865 was unsuccessful.
25866
25867Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
25868
25869 * gdb.c++/misc.exp: Add note to message for
25870 "print s.a for foo struct" that this is a known gcc 2.7.2
25871 and earlier bug.
25872
25873Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
25874
25875 * gdb.base/break.exp: Fix pattern for matching "Delete all
25876 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
25877 setup_xfail for deleting all breakpoints test. Fix various
25878 timeout messages to include "(timeout)".
25879 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
25880 for "p t_float_values2(3.14159,float_val2)".
25881 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
25882 for "continue to call2g" when gcc compiled.
25883 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
25884 "up to foo in langs.exp", "show language at foo in langs.exp",
25885 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
25886 and "show language at fsub in langs.exp".
25887 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
25888 "list line 1 in include file", "list message for lines past EOF",
25889 "list function in include file", "list list0.h:foo", and
25890 "list filename:function; nonexistant function".
25891 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
25892 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
25893 and "ptype t_char_array" to be for native cc only.
d63a86f8 25894
c906108c
SS
25895Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
25896
d63a86f8 25897 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 25898 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 25899 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
25900
25901Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
25902
25903 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
25904 "bt in signals.exp". This problem only appears when running
25905 the testsuite, and then only intermittently.
25906
25907Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
25908
25909 * gdb.base/return.exp (return_tests): Differentiate between
25910 two tests of continuing.
25911
25912Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
25913
25914 * */Makefile.in (maintainer-clean): Remove config.log.
25915 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
25916 * gdb.c++/Makefile.in (PROGS): Add inherit.
25917 (clean): Remove *.ci.
25918
25919Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
25920
25921 * gdb.c++/misc.cc: Add test code from Mike Stump.
25922 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
25923
25924Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
25925
25926 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
25927 to "alpha-*-osf2*" and add comment.
25928 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
25929 setup_xfail for "step over execarg initialization" and
25930 "step over corearg initialization".
c906108c
SS
25931 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
25932 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
25933 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 25934 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
25935 "print func2::coremaker_local", and "backtrace in corefile.exp".
25936 * gdb.base/signals.exp: Build and source signals.ci.
25937 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
25938 to be for gcc only.
25939 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 25940
c906108c
SS
25941Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25942
25943 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
25944 Feb 3 procfs.c change.
25945
25946Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
25947
25948 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
25949
25950Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
25951
25952 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
25953 from dejagnu's apparent default of 10 seconds, which gives random
25954 results when running the tests over NFS on moderately loaded systems.
25955 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
25956
25957Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
25958
25959 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
25960 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 25961 result reports.
c906108c
SS
25962
25963Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
25964
25965 * configure.in (CY_AC_PATH_TCLH): Remove.
25966 * configure: Regenerate.
25967
25968Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
25969
25970 * gdb.c++/Makefile.in (clean): Add missing '{'.
25971
25972Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
25973
25974 * lib/gdb.exp: Provide a default value for noinferior.
25975
25976 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
25977 Load libgloss.exp.
25978
25979Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
25980
25981 * gdb.disasm/hppa.exp: Compile directly into an executable, use
25982 the executable, not the .o to run the tests from.
25983
25984Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
25985
25986 * gdb.base/break.exp: Don't test for program exit or exit status
25987 if $noresults if nonzero.
25988 * gdb.base/langs.exp: Likewise.
25989 * gdb.base/watchpoint.exp: Likewise.
25990
25991 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
25992 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
25993 trying to compile the testcase.
25994
25995Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
25996
25997 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
25998 * gdb.base/signals.exp (continue to handler): Likewise.
25999
26000Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
26001
26002 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
26003
26004 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
26005
26006Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
26007
26008 * gdb.base/corefile.exp: Recognize "not found" as failure
26009 when trying to determine if a core file was generated.
26010 If no core file was generate the first time, try again without
26011 the ulimit -c to work around braindamaged shells.
26012
26013Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
26014
26015 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
26016 [] tests with "test" and enclose string in quotes.
26017 * gdb.stabs/configure: Rebuild
d63a86f8 26018
c906108c
SS
26019Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
26020
26021 Changes in sync with expect:
26022 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
26023 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
26024 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
26025 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
26026 argument to AC_REQUIRE.
26027 * configure: Regenerated.
26028
26029Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
26030
26031 * gdb.base/corefile.exp: When generating a core, discard any
26032 error messages about ulimit not found and the "core dumped"
26033 message from the shell that runs the coredumper.
26034
26035Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
26036
26037 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
26038
26039 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
26040 which sed script to run. Expect failure for v_comb test
26041 on PA targets too.
d63a86f8 26042
c906108c
SS
26043Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
26044
26045 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 26046 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
26047
26048Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
26049
26050 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
26051 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 26052 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
26053 * lib/gdb.exp (default_gdb_start): Fix typo.
26054 * gdb.base/corefile.exp: Allow "Core was generated by ..."
26055 messages to not include the full program name that caused
26056 the core dump since some systems (such as solaris) apparently
26057 truncate this path to about 80 characters.
26058 When generating a core file first try increasing the core file
26059 size limit to unlimited since some systems may default it to
26060 zero, and it is harmless to try it. Move the test for failing
26061 to generate a core file to where it will actually get executed.
26062 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
26063 new gdb result from g++ debug info improvements and make old
26064 pattern obsolescent. Also account for size_t differences
26065 (may be int or long).
26066 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
26067 initialization before function call is placed in the delay slot
26068 and thus appears to be skipped over by commands such as "next".
26069
26070Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
26071
26072 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
26073
26074Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
26075
26076 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
26077 input source file; fix code to compile test to deal with this
26078 convention.
26079 * gdb.c++/*.exp: Likewise.
26080
26081Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
26082
26083 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
26084 "bt in signals.exp".
26085
26086Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
26087
26088 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
26089 "step over execarg initialization" and
889bf7c5 26090 "step over corearg initialization".
c906108c
SS
26091
26092Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
26093
26094 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
26095 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
26096
26097Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
26098
26099 From Rob Savoye (rob@poseidon.cygnus.com)
26100 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
26101 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
26102 configure.in}, gdb.disasm/{Makefile.in, configure.in},
26103 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
26104 configure.in}: Major reworking for autoconfig.
c906108c
SS
26105 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
26106 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 26107 New files.
c906108c
SS
26108 * config/unix-gdb.exp: Make GDB global.
26109 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
26110 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
26111 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
26112 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
26113 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
26114 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 26115 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
26116 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
26117 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
26118 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
26119 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 26120 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
26121 to returns as necessary, arrange for test to compile own testcase
26122 executable.
c906108c 26123 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 26124
c906108c
SS
26125Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
26126
26127 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 26128 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
26129 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
26130 "backtrace through signal handler".
26131
26132Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26133
26134 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
26135 continuing from a job control stop signal.
26136 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
26137
26138Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
26139
26140 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
26141 * gdb.base/corefile.exp: Likewise.
26142 * gdb.base/funcargs.exp: Likewise.
26143
26144Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
26145
26146 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
26147 * config/monitor.exp: Add support for setting baud rate.
26148
26149Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
26150
26151 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
26152 i*86-*-linux* xfails for "backtrace through signal handler".
26153 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
26154 "print func2::coremaker_local".
26155 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 26156 alpha-dec-osf2* xfail for
c906108c
SS
26157 "delete all breakpoints when none".
26158
26159Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
26160
26161 * gdb.base/break.exp: Change test that deletes all breakpoints
26162 when no user breakpoints are installed. A post 4.15 change
26163 causes gdb to no longer prompt in this case.
26164
26165Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
26166
26167 * gdb.base/return.exp (return_tests): Change xfail for test
26168 "correct value returned double test" to stop xfailing at
26169 Solaris 2.5. Apparently the bug has been fixed.
26170
26171Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
26172
26173 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
26174 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
26175
26176Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
26177
26178 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
26179 * gdb.disasm/hppa.s: Corresponding changes.
26180
26181Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
26182
26183 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
26184 makefile fragment.
26185 * config/mt-hpux: Deleted.
26186
26187Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
26188
d63a86f8 26189 * Many files: When warning about suppressed tests due to a
c906108c
SS
26190 nonexistant test binary, avoid incrementing the warning count.
26191
26192Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
26193
26194 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 26195
c906108c
SS
26196Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26197
26198 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
26199 "sparc-*-solaris2*".
26200
26201Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26202
26203 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
26204 Add global and local variables and initialize them.
26205 * gdb.base/corefile.exp: Test correct mapping of corefile sections
26206 by printing variables. Remove rs6000 and powerpc xfails, BFD now
26207 extracts the file name and terminating signal from the core file.
26208 * TODO: Remove note about tests for correct mapping of corefile.
26209 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
26210 from optimizing it away.
26211 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
26212 handles common blocks.
26213
26214Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
26215
26216 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
26217 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
26218
26219Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
26220
26221 * Makefile.in (maintainer-clean): New target, synonym for
26222 realclean.
26223 * gdb.base/Makefile.in (maintainer-clean): Likewise.
26224 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
26225 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
26226 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
26227 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
26228 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
26229
26230Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
26231
26232 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
26233 xfails when not gcc compiled for "print foo::funclocal".
26234 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
26235 "print foo::funclocal at foo",
26236 "print 'scope1.c'::foo::funclocal at foo",
26237 "print foo::funclocal_bss at foo",
26238 "print 'scope1.c'::foo::funclocal_bss at foo",
26239 "print foo::funclocal_ro at foo",
26240 "print 'scope1.c'::foo::funclocal_ro at foo",
26241 "print bar::funclocal at foo" and
26242 "print 'scope1.c'::bar::funclocal at foo".
26243 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
26244 gcc compiled for "print foo::funclocal at bar".
26245 Expand all messages to ensure that they identify that
26246 the test is at bar().
26247 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
26248 gcc compiled for:
26249 "ptype on opaque struct pointer (statically)",
26250 "ptype on opaque struct tagname (statically)",
26251 "ptype on opaque struct pointer (dynamically) 1",
26252 "ptype on opaque struct tagname (dynamically) 1",
26253 "ptype on opaque struct pointer (dynamically) 2" and
26254 "ptype on opaque struct tagname (dynamically) 2
26255 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
26256 gcc compiled for:
26257 "p datalocal"
26258 "whatis datalocal",
26259 "ptype datalocal",
26260 "p bsslocal",
26261 "whatis bsslocal", and
26262 "ptype bsslocal".
26263 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
26264 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
26265 when not gcc compiled.
26266 * gdb.base/funcargs.exp (float_and_integral_args): Add
26267 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
26268 compiled.
26269 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
26270 "backtrace from call6a" when not gcc compiled.
26271 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
26272 "backtrace from call7a" when not gcc compiled.
26273 * gdb.base/callfuncs.exp (do_function_calls):
26274 Add "hppa*-*-hpux*" xfail when not gcc compiled for
26275 "p t_char_array_values(char_array_val2,char_array_val1)",
26276 "p t_char_array_values(char_array_val1,char_array_val2)",
26277 "p t_char_array_values("carray 1","carray 2")",
26278 "p t_char_array_values("carray 1",char_array_val2)",
26279 "p t_char_array_values(char_array_val1,"carray 2")",
26280 "p sum_args(1,{2})",
26281 "p sum_args(2,{2,3})",
26282 "p sum_args(3,{2,3,4})",
26283 "p sum_args(4,{2,3,4,5})"
26284 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
26285 "backtrace in corefile.exp" when not gcc compiled.
26286
26287Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26288
26289 * gdb.base/signals.exp: Rewrite `handle all print' test as
26290 a procedure. Accept blanks or TABs as whitespace, increase
26291 timeout and expect input buffer size for the large output
26292 from the command. Remove "i*86-*-bsdi2.0" xfail.
26293
26294Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26295
26296 * gdb.base/setvar.exp: Add new testcases for truncation when
26297 assigning invalid values to bitfields.
26298
26299Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
26300
d63a86f8 26301 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
26302 mips-sgi-irix* xfail for
26303 "call inferior func with struct - returns char *"
26304 and fix test so that an optional (unsigned char *) cast is
889bf7c5 26305 accepted in the result.
c906108c
SS
26306
26307Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
26308
26309 * gdb.base/funcargs.exp (float_and_integral_args): Remove
26310 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
26311 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
26312 * gdb.base/signals.exp: Remove duplicate "handle all print" test
26313 that accidentally got checked in.
26314
26315Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
26316
d63a86f8 26317 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
26318 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
26319 compiled test.
26320 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
26321 Add mips-sgi-irix5* xfail for not gcc compiled.
26322 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
26323 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
26324 "p top", "whatis top", "p middle", and "whatis middle".
26325 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
26326 "whatis signed char" for not gcc compiled.
26327 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
26328 "set variable signed char=-1 (-1)" and
26329 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
26330 * gdb.base/funcargs.exp (float_and_integral_args):
26331 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
26332 Add mips-sgi-irix* xfail when not gcc compiled for
26333 "continue to call2b".
26334 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
26335 "continue to call2g".
26336 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
26337 "backtrace from call6a"
26338 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
26339 "backtrace from call7k".
26340 Add mips-sgi-irix5* xfail when not gcc compiled for
26341 "backtrace from call7a".
26342 (localvars_after_alloca): Fix gdb_test cmds for
26343 "print * after runto ...".
26344 Remove rs6000-*-* xfails for
26345 "print i after runto localvars_after_alloca" and
26346 "print l after runto localvars_after_alloca"
26347 for all compilers.
26348 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 26349 when not compiled with gcc, for:
c906108c
SS
26350 "print signed char == (minus)",
26351 "print signed char != (minus)",
26352 "print signed char < (minus)",
26353 "print signed char > (minus)".
26354 * gdb.base/callfuncs.exp (do_function_calls):
26355 Add mips-sgi-irix* xfail, when compiled with native compiler, for
26356 "call inferior func with struct - returns char *".
d63a86f8 26357 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
26358 "correct value returned double test" to include Solaris 2.4.
26359 * gdb.base/funcargs.exp (float_and_integral_args):
26360 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 26361
c906108c
SS
26362Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26363
26364 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
26365 enumeration bitfields if compiling with GNU C.
26366 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
26367 to empty' prompt.
26368
26369Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
26370
26371 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
26372 test for PRO targets.
26373
26374 * gdb.base/funcargs.exp: Avoid ever setting more than 8
26375 breakpoints in the inferior at any given time by making
26376 two groups of breakpoints for call2*, call6* and call7*
26377 tests.
26378
26379Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26380
26381 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
26382 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
26383 from optimizing it away.
26384 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
26385 "call inferior func with struct".
26386
26387Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
26388
26389 * configure.in: Only configure gdb.chill for particular targets.
26390
26391Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
26392
26393 * gdb.base/Makefile.in: Add action to .c.o transformation
26394 rule that generates a .ci file for each .o file and remove
26395 explicit .c.o rules except for callfuncs.o.
26396 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
26397 generates a .ci file for each .o file and remove explicit
26398 .cc.o rules.
26399 (clean): Remove *.tmp *.ci files.
26400 (EXECUTABLES): Remove templ-info.exp.
26401 * gdb.base/compiler.c: New file.
26402 * gdb.c++/compiler.cc: New file
26403 * gdb.base/scope.exp: Source gdb.base/scope.ci.
26404 Change rs6000-*-* xfail for
26405 "print 'scope0.c'::filelocal_ro" and
26406 "print 'scope1.c'::filelocal" and
26407 "print 'scope1.c'::filelocal_bss" and
26408 "print 'scope1.c'::filelocal_ro" and
26409 "print 'scope1.c'::foo::funclocal" and
26410 "print 'scope1.c'::foo::funclocal_ro" and
26411 "print 'scope1.c'::bar::funclocal" and
26412 "print 'scope0.c'::filelocal_ro" and
26413 "print 'scope1.c'::filelocal at foo" and
26414 "print 'scope1.c'::filelocal_bss at foo" and
26415 "print 'scope1.c'::filelocal_ro at foo" and
26416 "print 'scope1.c'::foo::funclocal at foo" and
26417 "print 'scope1.c'::foo::funclocal_bss at foo" and
26418 "print 'scope1.c'::foo::funclocal_ro at foo" and
26419 "print 'scope1.c'::bar::funclocal at foo" and
26420 "print 'scope0.c'::filelocal_ro" and
26421 "print 'scope1.c'::filelocal" and
26422 "print 'scope1.c'::filelocal_bss" and
26423 "print 'scope1.c'::filelocal_ro" and
26424 "print 'scope1.c'::foo::funclocal" and
26425 "print 'scope1.c'::foo::funclocal_bss" and
26426 "print 'scope1.c'::foo::funclocal_ro" and
26427 "print 'scope1.c'::bar::funclocal" and
26428 "print 'scope1.c'::bar::funclocal_bss"
26429 to only be xfail'd when not compiled with gcc.
d63a86f8 26430 Add rs6000-*-* xfail for
c906108c
SS
26431 "print 'scope0.c'::filelocal_bss before run"
26432 when compiled with gcc.
26433 (test_at_main): Add rs6000-*-* xfail for
26434 "print filelocal_ro in test_at_main"
26435 when compiled with gcc.
26436 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 26437 Add rs6000-*-aix* xfail for
c906108c
SS
26438 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
26439 "ptype t_char_array", not compiled with gcc.
26440 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
26441 xfail for "list foo (in include file)" when gcc compiled.
26442 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 26443 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
26444 "run to call0a" if not compiled with gcc.
26445 (unsigned_integral_args): Add rs6000-*-* xfail for
26446 "run to call1a" if not compiled with gcc.
26447 (float_and_integral_args): Add rs6000-*-* xfail for
26448 "run to call2a" if not compiled with gcc and for
26449 "continue to call2b" for any compiler.
26450 Add rs6000-*-* xfail to
26451 "print f1 after run to call2a" for gcc compiled.
26452 (discard_and_shuffle): Add rs6000-*-* xfail for
26453 "run to call6a".
26454 (shuffle_round_robin): Add rs6000-*-* xfail for
26455 "backtrace from call7a" if not compiled with gcc.
26456 Add rs6000-*-* xfail for
26457 "backtrace from call7b" if compiled with gcc.
26458 (call_after_alloca): Add rs6000-*-* xfail for
26459 "print c in call_after_alloca" and
26460 "print s in call_after_alloca" and
26461 "backtrace from call_after_alloca_subr"
26462 if not compiled with gcc.
26463 (localvars_in_indirect_call): Add rs6000-*-* xfail for
26464 "print c in localvars_in_indirect_call" and
26465 "print c in localvars_in_indirect_call" and
26466 "backtrace in indirectly called function" and
26467 "stepping into indirectly called function"
26468 if not compiled with gcc.
26469 (localvars_after_alloca): Add rs6000-*-* xfail for
26470 "print c after runto localvars_after_alloca" and
26471 "print s after runto localvars_after_alloca" and
26472 "print i after runto localvars_after_alloca" and
26473 "print l after runto localvars_after_alloca"
26474 for all compilers.
26475 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
26476 than whatis-info.exp.
26477 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
26478 than opaque-info.exp.
26479 Setup rs6000-*-* xfail for
d63a86f8 26480 "ptype on opaque struct pointer (statically)" and
c906108c
SS
26481 "ptype on opaque struct pointer (dynamically)" when
26482 not compiled with gcc.
26483 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
26484 rather than callf-info.exp.
26485 (do_function_calls): Add clear_xfail for rs6000-*-* for
26486 "p t_float_values2(3.14159,float_val2)". Seems to work
26487 fine there, both with xlc and gcc. Need to find out what
26488 it is doing right and fix other platforms.
26489 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
26490 "call inferior func with struct - returns int",
26491 "call inferior func with struct - returns long",
26492 "call inferior func with struct - returns float",
26493 "call inferior func with struct - returns double",
26494 "call inferior func with struct - returns char *",
26495 but only if not gcc compiled (presumes xlc compiled).
26496 Change rs6000-*-* xfails for
26497 "call inferior func with struct - returns char" and
26498 " call inferior func with struct - returns short" to only
26499 xfail if not using gcc.
26500 (clean mostlyclean): Remove *.ci and *.tmp files.
26501 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
26502 than templ-info.exp.
26503 * gdb.base/langs.exp: Source gdb.base/langs.ci.
26504 Add rs6000-*-* xfail for "up to foo in langs.exp"
26505 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 26506 when not gcc compiled.
d63a86f8 26507
c906108c
SS
26508Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26509
26510 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
26511 * gdb.base/corefile.exp: Likewise.
26512 * gdb.base/list.exp: Likewise.
26513 * gdb.base/scope.exp: Likewise.
26514 * gdb.base/siganls.exp: Likewise.
26515
26516 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
26517 compiler output.
26518 * gdb.base/whatis.exp: Likewise.
26519
26520Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
26521
26522 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
26523 failure (opcode table has been fixed to match reality).
26524
26525Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
26526
26527 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
26528 "call inferior func with struct - returns char",
26529 "call inferior func with struct - returns short"
26530
26531 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
26532 "print 'scope0.c'::filelocal at main",
26533 "print 'scope0.c'::filelocal_bss in test_at_main",
26534 "print 'scope0.c'::filelocal at foo",
26535 "print 'scope0.c'::filelocal_bss in test_at_foo",
26536 "print 'scope0.c'::filelocal at bar",
26537 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 26538
c906108c
SS
26539 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
26540 in source file 1". This bug seems to have been fixed with both
26541 gcc and native cc (was native assembler bug?).
26542
26543Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
26544
26545 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
26546 "backtrace through signal handler" to "i*86-*-sysv4*".
26547 * gdb.base/signals.exp: Add xfail for "'next' behaved as
26548 continue" case. Add "known SVR4 bug" to fail message.
26549 Add "i*86-*-bsdi2.0" xfail for "handle all print".
26550 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
26551 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
26552 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
26553 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
26554 "up to foo in langs.exp", "show language at foo in
26555 langs.exp", "up to cppsub_ in langs.exp", "show
26556 language at cppsub_ in langs.exp", "up to fsub in
26557 langs.exp", and "show language at fsub in langs.exp".
26558 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
26559 "bactrace in corefile.exp".
26560 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
26561 "call inferior function with struct - returns float" and
26562 "call inferior function with struct - returns double".
d63a86f8 26563
c906108c
SS
26564Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
26565
26566 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
26567 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
26568 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
26569 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
26570
26571Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
26572
26573 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
26574 (or overriden) "CHILL" macro rather then bare "gcc".
26575 Also look for ../../gcc/xgcc since that is what we will
26576 actually need, not "Makefile". Remove following assignment
26577 of CHILL to CHILL_FOR_TARGET because that results in
26578 recursive definition.
26579
26580Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
26581
26582 * gdb.base/corefile.exp: Change xfail for backtrace in
26583 corefile.exp from linuxaout to all linux.
26584 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
26585 cases where we miss the breakpoint at the signal handler
26586 for some reason. Setup xfail for linuxoldld/linuxaout and
26587 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
26588 hitting SIGURG breakpoint.
26589 * gdb.base/signals.exp: Setup xfail for "next" acting like
26590 continue to add linuxoldld. Setup xfail for all linux for
26591 "next to handler in signals_tests_1", "backtrace in
26592 signals_tests_1", "continue to func1", "pass SIGUSR1",
26593 and continue to handler".
26594
26595Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
26596
26597 * Update all FSF addresses except those in COPYING* files.
26598
26599Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
26600
26601 * gdb.base/a2-run.exp: Change messages to be more explicit about
26602 the status of args, and quote binfile in results.
26603
26604Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
26605
26606 * gdb.base/callfuncs.exp: Add tests for passing structs to
26607 inferior functions and return various types.
26608 * gdb.base/callfuncs.c: Add functions to receive a struct
26609 and return a member of the struct, in various types.
26610
26611Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26612
26613 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
26614
26615Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
26616
26617 * config/vxworks29k.exp: New file, sources vxworks.exp.
26618
26619Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26620
26621 * config/gdbremote.exp: New file. Testing framework using
26622 gdbserver.
26623
26624Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
26625
26626 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
26627 "call function when asleep" and "send end of file".
26628 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
26629 for "backtrace in corefile.exp".
26630 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
26631 for "backtrace through signal handler".
26632 * gdb.base/corefile.exp: Make sure we actually generate a core file
26633 before trying the core tests. Some systems allow the user to suppress
26634 generation of core files and default to that (linux for example).
26635 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
26636 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
26637
26638Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26639
26640 * gdb.threads: New directory with some crude multi-threaded
26641 gdb tests (step.exp and step2.exp).
26642 * config/mt-lynx (STEP_EXECUTABLE): Define.
26643 (THREADFLAGS): Define.
26644
26645Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
26646
26647 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
26648
26649 * gdb.base/signals.exp: Disable whole file for lynx until
26650 further notice.
26651
26652 * gdb.base/signals.exp: xfail test where "next" acts like
26653 "continue" for lynx.
26654
26655 * gdb.base/interrupt.exp: xfail test for calling function while
26656 inferior is asleep for lynx.
26657
26658 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
26659 than one cr-lf after each command.
26660
26661Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26662
26663 * configure.in: Reinstate setting of stabsdirs variable, fix
26664 typo in setting up configdirs for native builds.
26665
26666 * gdb.base/return.exp: Fix typo in return double test.
26667 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
26668 compiler from optimizing them away.
26669
26670Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
26671
26672 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
26673 sequences to be echo'd by gdb when using gdb_test.
26674 * gdb.chill/chexp.exp: Likewise.
26675 * gdb.fortran/exprs.exp: Likewise
26676
26677Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26678
26679 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
26680 after the inferior gdb has started.
26681
26682 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
26683 after each command.
26684 * gdb.base/funcargs.exp: Likewise.
26685 * gdb.base/gdbvars.exp: Likewise.
26686 * gdb.base/interrupt.exp: Likewise.
26687 * gdb.base/list.exp: Likewise.
26688 * gdb.base/watchpoint.exp: Likewise.
26689 * gdb.c++/demangle.exp: Likewise.
26690 * gdb.c++/inherit.exp: Likewise.
26691 * gdb.chill/chexp.exp: Likewise.
26692 * gdb.fortran/exprs.exp: Likewise.
26693
26694 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
26695 test if we can't handle IO to/from the inferior.
26696
26697 * gdb.c++/misc.exp: Always check for a program already being
26698 started after sending a "run" command to gdb.
26699
26700 * gdb.base/twice.exp: Start with a fresh gdb.
26701
26702 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
26703 only depend on gdb's expression code, not the chill runtime.
26704
26705 * gdb.base/return.c: Put return values into variables so we
26706 can have gdb print them rather than depending on the program
26707 to print them.
26708 * gdb.base/return.exp: Corresponding changes.
26709
26710 * lib/gdb.exp: Provide default value for noinferiorio.
26711 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
26712 the inferior.
26713
26714 * gdb.base/break.exp: Always check for a program already being
26715 started after sending a "run" command to gdb.
26716 (text_next_with_recursion): Don't check the output from the
26717 program's printf statement. Instead just make sure the program
26718 exited.
26719
26720 * gdb.base/commands.exp: Protect tests which need arguments with
26721 $noargs conditionals.
26722
26723Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26724
26725 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
26726 of structure member arrays to match gdb/valops.c:value_addr change.
26727
26728Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
26729
26730 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
26731 cases.
26732
26733Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
26734
26735 * configure.in (configdirs): Remove gdb.chill from default list
26736 of subdirs and then add it back in only if doing a native build.
26737 The current chill compiler does not yet work in any cross build.
26738 * Revert all signal changes from Jul 6.
26739 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
26740 for sh-hms targets, allowing these tests to link, with no other
26741 changes. Testing is suppressed by setting "nosignals" in site.exp.
26742
26743Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
26744
26745 * configure.in (signaldirs): Define and add to configdirs for all
26746 targets except some specific ones that are known to not support signals.
26747 Also clean up formatting.
26748 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
26749 (signals, sigall): Remove rules to build.
26750 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
26751 Moved to new gdb.signals directory.
26752 * gdb.signals: New test directory.
26753 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
26754 signals.c signals.exp}: New or moved files.
26755
26756Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
26757
26758 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
26759
26760Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
26761
26762 * gdb.base/return.exp: Xfail `return double' test failure
26763 on at least Solaris 2.3 and handle future/past versions on
26764 a case by case basis as appropriate. Also update message
26765 to include i*86 failures.
26766
26767Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26768
26769 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
26770
26771 * lib/gdb.exp: Fix comment which erroneously identified
26772 gdb_file_cmd as gdb_load (the 19 May change was in fact to
26773 gdb_file_cmd not gdb_load).
26774 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
26775
26776 * gdb.base/setvar.exp: Make test names consistent between pass and
26777 fail cases. Use gdb_test more.
26778
26779Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26780
26781 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
26782
26783Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26784
26785 * gdb.base/help.exp: Fix expected help string for `show commands'.
26786
26787Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
26788
26789 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
26790
26791 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
26792 of a text section.
26793
26794Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
26795
26796 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
26797 that loop eventually terminates. Fix Connection refused logic so
26798 that testsuite will expire nicely.
26799
26800Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
26801
26802 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
26803 config/rom68k.exp: New tcl glue for the appropriate monitors.
26804 These all just end up calling monitor.exp.
26805 * config/monitor.exp (gdb_target_monitor): Handle `Connection
26806 refused' by retrying. Cleanup some timeout issues.
26807 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
26808 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
26809 callers don't have to set/restore global timeout variable.
26810
26811 * The following set of changes centralizes management of the global
26812 timeout variable. This way, it can be set in one target dependent
26813 place instead of dozens of places scattered throughout the test suite.
26814 If you need to lengthen a timeout, then you should either set timeout
26815 in one of the config/{target}.exp files, or multiply it by a factor.
26816 Setting it to an absolute value is always going to lose for some
26817 targets.
26818 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
26819 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
26820 * gdb.base/funcargs.exp: Don't set timeout.
26821 * gdb.base/list.exp (test_forward_search): Only use local timeout.
26822 * gdb.base/printcmds.exp (test_print_string_constants
26823 test_print_array_constants): Don't set timeout.
26824 * gdb.base/ptype.exp: Don't set timeout.
26825 * gdb.base/recurse.exp: Don't set timeout.
26826 * gdb.base/return.exp: Don't set timeout.
26827 * gdb.base/watchpoint.exp: Don't set timeout.
26828 * gdb.c++/classes.exp (do_tests): Don't set timeout.
26829 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
26830
26831Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
26832
26833 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
26834
26835Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26836
26837 * lib/gdb.exp: Disable chill tests for irix5.
26838
26839Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26840
26841 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
26842 each test pass or fail.
26843
26844Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26845
26846 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
26847 xlc not gcc.
26848
26849Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
26850
26851 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
26852
26853Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
26854
26855 * config/est.exp: Fix copyright and comments. Remove dead code.
26856 Use targetname, serialport and baud variables instead of fixed
26857 constants.
26858 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
26859 * config/cpu32bug.exp: New file to support cpu32bug monitors.
26860
26861Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26862
26863 * gdb.base/watchpoint.exp: Don't run
26864 test_watchpoint_triggered_in_syscall for sunos.
26865
26866Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26867
26868 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
26869 they don't seem to exist. Do include stdio.h.
26870
26871Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26872
26873 * gdb.base/a1-selftest.exp: Add alpha xfail.
26874
26875Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26876
26877 * gdb.base/watchpoint.c (main): Prompt before calling read().
26878 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
26879 Revise accordingly. Remove cruft about sending "123" several
26880 times, until it gets noticed. Clean up the "print buf[0]" stuff
26881 so that it passes or fails, and waits for prompts in the usual way.
26882
26883Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26884
26885 * gdb.base/recurse.exp: Fix comment.
26886
26887 * TODO: Remove item about printing variables in nodebug.exp. Add
26888 item about enabling tests which are only run on some targets.
26889
26890 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
26891 fail, make test names unique, use new gdb_test convention
26892 regarding pattern, use gdb_test more, etc.).
26893
26894 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
26895 fail, make test names unique, etc.).
26896
26897Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26898
26899 * gdb.base/nodebug.c: Change return type of top and middle to
26900 short.
26901 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
26902 are fixed by the recent mdebugread.c changes. Allow `short ()'
26903 as type for top and middle.
26904
26905Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26906
26907 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
26908 nearly as I can tell, the whole thing was an accident in Stu's
26909 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
26910 to replace a send/expect pair with gdb_test, but ended up only
26911 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
26912 of 30 Mar 1995 took care of it, but left this vestigial comment
26913 which I am now nuking.
26914
26915Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26916
26917 * gdb.base/break.exp: Look for different line number for
26918 breakpoint at main depending on usestubs.
26919
26920Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26921
26922 * gdb.base/list.exp: Adjust some alternate expect patterns to
26923 match recent list0.c change. Add alternate expect pattern for
26924 output from `list default lines around main' for optimizing
26925 compilers.
26926
26927Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26928
26929 * lib/gdb.exp: If nosignals is not set, set it to 0.
26930
26931Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
26932
26933 * config/slite-gdb.exp: Responds to load symbol table prompt.
26934 * gdb.base/break.exp: Adjust line number, fix rerun.
26935 * gdb.base/langs0.c: Add #ifdef usestubs.
26936
26937Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
26938
26939 * gdb.base/list.exp: Adjust line contents after adding new lines in
26940 list0.c. Also fix a syntax error.
26941
26942 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
26943 * gdb.base/break.exp: ditto.
26944 * gdb.base/list.exp: ditto.
26945 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
26946 * gdb.base/run.c: ditto.
26947 * gdb.base/list0.c: ditto.
26948 * gdb.base/funcargs.c: ditto.
26949
26950Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
26951
26952 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
26953 $targetname, $serialport and $baud instead of hardwired variables.
26954 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
26955 target doesn't support signals.
26956
26957Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
26958
26959 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
26960
26961Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26962
26963 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
26964 Don't rely on the value of an auto variable before it has been
26965 initialized. Use gdb_test more.
26966
26967Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26968
26969 * lib/gdb.exp (default_gdb_version): A version number must start
26970 with a digit, but other than that contains all characters up to
26971 the first whitespace character.
26972
26973Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26974
26975 * gdb.base/commands.exp (breakpoint_command_test): New tests.
26976
26977Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26978
26979 * gdb.c++/*.exp: Warn if executable does not exist. The original
26980 reason for skipping the warning was that configure.in sometimes
26981 intentionally skipped building the executables but the tcl code
26982 had no way of knowing. That (a) was always bogus with respect to
26983 error handling, (b) is no longer true (right now there is no way
26984 to skip C++ tests).
26985
26986 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
26987
26988Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26989
26990 * gdb.base/list.exp: Add expect patterns for output from
26991 SunPRO compiled executables.
26992 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
26993 types.
26994
26995Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26996
26997 * gdb.base/break.exp (test_next_with_recursion): Accept any line
26998 number (we are already testing that the correct source line text
26999 gets printed).
27000
27001 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
27002 that is what is intended, but something needed to be done to get
27003 sunos4 native working again.
27004
27005 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
27006
27007 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
27008 apparently went with a (very) old xfail.
27009
27010Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
27011
27012 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
27013 runto_main is a proc in gdb.exp that will do 'step' for target use
27014 stubs.
27015 * gdb.base/exprs.exp: ditto.
27016 * gdb.base/interrupt.exp: ditto.
27017 * gdb.base/opaque.exp: ditto.
27018 * gdb.base/printcmds.exp: ditto.
27019 * gdb.base/ptype.exp: ditto.
27020 * gdb.base/scope.exp: ditto.
27021 * gdb.base/setvar.exp: ditto.
27022 * gdb.base/signals.exp: ditto.
27023 * gdb.base/twice.exp: ditto.
27024 * gdb.c++/classes.exp: ditto.
27025 * gdb.c++/inherit.exp: ditto.
27026 * gdb.c++/templates.exp: ditto.
27027 * gdb.base/break.exp: no run and hit main for stubs. Change line
27028 numbers for breakpoints and info breakpoint.
27029 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
27030 breakpoint().
27031 * gdb.base/callfuncs.c: ditto.
27032 * gdb.base/exprs: ditto.
27033 * gdb.base/interrupt.c: ditto.
27034 * gdb.base/opaque0.c: ditto.
27035 * gdb.base/printcmds.c: ditto.
27036 * gdb.base/ptype.c: ditto.
27037 * gdb.base/scope0.c: ditto.
27038 * gdb.base/setvar.c: ditto.
27039 * gdb.base/signals.c: ditto.
27040 * gdb.base/twice.c: ditto.
27041 * gdb.c++/misc.cc: ditto.
27042 * gdb.c++/templates.cc: ditto.
27043
27044Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27045
27046 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
27047
27048 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
27049 somewhere between `read' and `main.c'. I'm pretty sure the
27050 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
27051 and it isn't particularly useful.
27052
27053 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
27054
27055Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27056
27057 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
27058
27059Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
27060
27061 * config/mt-slite: add LIBS and -nostdlib.
27062 * config/slite-gdb.exp: add this new file to support sparclite target.
27063
27064Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
27065
27066 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
27067
27068 * gdb.base/a2-run.exp: Change argument to istarget from
27069 "*-*-vxworks" to "*-*-vxworks*".
27070 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
27071
27072Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
27073
27074 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
27075 will not runto main but do a 'step' to step out of breakpoint().
27076 * config/mt-slite: add -Dusestubs.
27077
27078Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27079
27080 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
27081 instead of just @.
27082
27083 * gdb.base/signals.exp: Add test for "handle all print".
27084 * TODO: Remove "handle all print". Also remove item about
27085 checking copyright date (I don't like the idea of a spurious FAIL
27086 based on when we run the tests).
27087
27088 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
27089 for SunOS4 (reason for failure not investigated). Remove
27090 redundant test for $binfile.
27091
27092 * gdb.base/nodebug.c (array_index): Call malloc.
27093
27094 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
27095
27096Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
27097
27098 * gdb.base/recurse.exp: Update gdb_test invocation to use new
27099 conventions and slightly simplify the matching regexp.
27100
27101Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27102
27103 * gdb.base/break.exp: Update gdb_test invocation to use new
27104 convention.
27105
27106 * lib/gdb.exp: If noargs is not set, set it to 0.
27107
27108 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
27109 tests unique.
27110
27111 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
27112
27113Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27114
27115 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
27116 one argument of type "<non-float parameter>".
27117
27118Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
27119
27120 * config/rom68k.exp: New file to support Motorola IDP board.
27121 * gdb.base/a2-run.exp: Skip this file if noargs is set.
27122 * gdb.base/break.c: Change things around so that this program
27123 doesn't depend upon args. This is necessary to make remote
27124 targets work (in general, they can't take args).
27125 * gdb.base/break.exp: Don't try to send args to program. Don't
27126 expect output. Also, replace lots of code with gdb_test.
27127
27128Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27129
27130 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
27131 printing of '\'' (which is what the comment says we are testing,
27132 even though we were not), not '''.
27133 (test_integer_literals_rejected): Test that printing ''' is an error.
27134
27135 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
27136 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
27137 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
27138 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
27139 Use gdb_test not test_print_accept.
27140 * lib/gdb.exp: Remove test_print_accept.
27141
27142 * gdb.base/signals.exp (signal_tests_1): Make pass message
27143 consistent with fail message.
27144
27145 * gdb.base/whatis.exp: Remove xfails for printing char vs.
27146 unsigned char; the bug (PR 1821) is fixed.
27147
27148 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
27149
27150 * gdb.base/scope.exp (test_at_localscopes): Call pass for
27151 successful tests--makes xfailing them work right.
27152
27153Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27154
27155 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
27156 only \r\n, not .*. The test can pass .* as the last thing in
27157 $pattern if that is what it wants. In addition to providing this
27158 flexibility, this change should speed up pattern matching in cases
27159 where the pattern already ended with .* (there were a number of
27160 them). This change also helps catch bad patterns--in the old
27161 scheme the typo "char \*" instead of "char \\*" would pass. Now
27162 it is caught.
27163 * Many .exp files: Update callers.
27164
27165 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
27166 clearer and does not spuriously match multiple ('s. Likewise for
27167 ) and *.
27168
27169 * gdb.base/nodebug.exp: Test ability to call a function and pass
27170 it a string (even with no debugging info).
27171
27172 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
27173 "p '\'", which is the same as "p ''" once tcl gets done with
27174 quoting, to "p '\\'", which I suspect is what is intended (one
27175 backslash gets sent to GDB).
27176
27177 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
27178
27179Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27180
27181 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
27182 1817) was fixed literally years ago.
27183
27184Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27185
27186 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
27187 test, it causes stepping out of call_after_alloca_subr with
27188 optimizing compilers.
27189 (localvars_in_indirect_call): Consume GDB prompt if `finish'
27190 fails.
27191
27192 * gdb.c++/templates.exp: Source templ-info.exp only if
27193 the templates executable exists.
27194
27195 * gdb.c++/misc.cc (class Contains_static_instance,
27196 class Contains_nested_static_instance),
27197 gdb.c++/classes.exp (test_static_members): Test printing of
27198 a class that contains a static instance of the class.
27199
27200Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27201
27202 * gdb.base/langs2.c (cppsub_): Don't prototype.
27203 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
27204 only, I believe).
27205
27206Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27207
27208 * lib/gdb.exp (skip_chill_tests): New procedure.
27209
27210 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
27211
27212Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
27213
27214 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
27215 each expect pattern. Cuts runtime from 12 to about 4 seconds.
27216
27217Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27218
27219 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
27220
27221 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
27222 disassemble 8, not 16, instructions for part 4.
27223
27224 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
27225 support the latter anymore.
27226
27227 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
27228 -DNO_PROTOTYPES.
27229 * gdb.base/callfuncs.c: Control use of prototypes based on
27230 NO_PROTOTYPES, not __STDC__.
27231 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
27232 t_float_values2 tests if prototypes in use.
27233
27234 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
27235 t_double_values): When checking differences against DELTA, check
27236 that difference is within the range (-DELTA,DELTA), not just
27237 (-infinity,DELTA).
27238
27239Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
27240
27241 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
27242 'file' command firts, then 'target', then 'load', this is due to gdb
27243 target set up.
27244 * config/mips-gdb.exp: Fix a couple regular exp bugs.
27245
27246Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
27247
27248 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
27249 FP load/store variants.
27250 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
27251
27252Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
27253
27254 * gdb.base/term.exp: Do not give a warning if not native, it is
27255 not an abnormal condition.
27256
27257Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
27258
27259 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
27260 t_char_array".
27261
27262Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
27263
27264 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
27265 are getting the version number.
27266
27267 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
27268 if not native, it is not an abnormal condition.
27269
27270Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27271
27272 * lib/gdb.exp: Just use "file exists", rather than undocumented
27273 dejagnu procedure "findfile".
27274
27275Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
27276
27277 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
27278 (LDFLAGS): Set to -Xlinker -Ur.
27279
27280 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
27281 Removed, these values are set by lib/gdb.exp.
27282
27283 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
27284
27285Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
27286
27287 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
27288 of replicating gdb startup code.
27289
27290 * config/mt-vxworks (LDFLAGS): Set to -r.
27291 (CFLAGS_FOR_TARGET): Removed.
27292
27293 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
27294 (gdb) and gdb for vxworks uses (vxgdb).
27295
27296 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
27297 executable is not in the tree and host != target, use sed and
27298 program_transform_name to determine the gdb name used by the
27299 target.
27300
27301 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
27302 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
27303
27304Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27305
27306 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
27307 floats, chars, and shorts where there are ANSI-style function
27308 definitions.
27309
27310 * gdb.base/langs.exp, gdb.base/langs*: New test.
27311 * gdb.base/Makefile.in: Build it.
27312 * TODO: Remove item about checking that C names don't get C++
27313 demangling applied; this test tests it.
27314
27315Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27316
27317 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
27318 went with the const70 xfail. The xfail went away a year ago.
27319
27320 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
27321
27322 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
27323 for hp300.
27324
27325 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
27326
27327 * gdb.base/a1-selftest.exp: Don't run on hp300.
27328
27329Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27330
27331 * Makefile.in (site.exp): Set host_alias and target_alias as well
27332 as host_triplet and target_triplet.
27333
27334Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27335
27336 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
27337
27338 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
27339 places as other ecoff systems).
27340
27341 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
27342 ultrix.
27343
27344Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27345
27346 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
27347 remove them.
27348 * gdb.base/nodebug.exp: Accept "function" in addition to "text
27349 variable and "variable" in addition to "data variable".
27350 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
27351
27352 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
27353 2.
27354 * gdb.base/list1.c (long_line): Add additional statement at start
27355 of function.
27356 * gdb.base/list.exp (test_forward_search): Update line number to
27357 reflect new statement.
27358
27359Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27360
27361 * gdb.base/signals.exp: Reinitialize searched source directories
27362 after gdb_start call.
27363
27364Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
27365
27366 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
27367 * gdb.stabs/Makefile.in: Likewise.
27368
27369 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
27370 change. Instead split the tests into smaller pieces.
27371 * gdb.disasm/hppa.s: Corresponding changes.
27372
27373Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27374
27375 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
27376 Quote ^C when passing it to stty. For some shells ^ is a pipe.
27377
27378 * gdb.base/funcargs.exp: Modify many tests so that every test
27379 either passes or fails. Make some test names unique.
27380
27381Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27382
27383 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
27384 Call stty to set interrupt character.
27385
27386 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
27387 for HP assembler versus GNU assembler based on actual behavior of
27388 $(CC), rather than assuming that $(AS) is always the GNU assembler.
27389
27390 * TODO: Suggest a few more stepping tests.
27391
27392Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
27393
27394 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
27395 restart GDB for h8300 after a continue.
27396 (return): Add pattern to match a29k-udi behavior.
27397 * gdb.base/nodebug.exp: Remove obsolete comment.
27398 * gdb.base/regs.exp: New file, testing of register displays.
27399 * gdb.base/return.exp: Fix typo in reference to $objdir.
27400 * gdb.base/whatis.exp: Always start with a fresh GDB.
27401
27402Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27403
27404 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
27405 higher, these tests generate a lot of output.
27406
27407Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27408
27409 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
27410 code following the catch silently ignored some errors; without the
27411 catch they should be thrown like any other tcl error. Also, the
27412 catch used "" instead of {} which meant all the callers who wanted
27413 to include one of the characters "[]$ had to quote it an extra time.
27414 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
27415 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
27416 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
27417 Remove extra quoting.
27418
27419Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
27420
27421 * gdb.base/commands.exp: Make test names unique; every test either
27422 passes or fails. Update some comments.
27423
27424 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
27425
27426Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27427
27428 The following fixes a FAIL caused by the fact that the alpha stabs
27429 configuration didn't use the ".if alpha" code in weird.def.
27430 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
27431 bit pointer, so the 32 bit version works even on the alpha.
27432 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
27433 Remove the stuff which allowed us to have separate versions for
27434 alpha and everything else.
27435
27436 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
27437 regexp which "info func operator\[\](" is supposed to match. Fix
27438 string to send to GDB. Note that GDB still doesn't work right. Add a
27439 new test for "info func .perator\[\](" which GDB does handle correctly.
27440
27441 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
27442
27443Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27444
27445 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
27446 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
27447 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
27448 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
27449 it makes the tests harder to understand and confuses test-o-matic.
27450 The preferred style is that each test provides a PASS or a FAIL,
27451 and has a unique message (e.g. "continue #54" not just "continue")
27452 which is the same for the pass and the fail.
27453 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
27454 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
27455 to lib/gdb.exp.
27456 * gdb.base/printcmds.exp: Use test_print_accept. Remove
27457 prt_accept which was basically the same thing. Likewise for
27458 test_print_reject and prt_reject.
27459 * lib/gdb.exp (test_print_reject): Add some more error message
27460 patterns to match from the former printcmds.exp (prt_reject).
27461 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
27462 One defect of the passcount stuff is that some of it failed to
27463 report XPASS where appropriate.
27464 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
27465 stuff before and after arg in expected pattern.
27466 (test_paddr_operator_functions): Re-do test without print_addr_of;
27467 this is the only test which seems to want extra stuff there.
27468
27469Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27470
27471 * gdb.base/nodebug.exp: Update new tests to reflect improved
27472 wording of gdb output.
27473
27474 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
27475 and "ptype" work on variables in files compiled without -g.
27476 Replaces commented out "maint print msymbol" tests.
27477
27478Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27479
27480 * gdb.base/setvar.c (dummy): Call malloc.
27481
27482 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
27483 losing with the irix4 sed.
27484
27485 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
27486 ALRM" on irix4.
27487
27488Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27489
27490 * TODO: Remove items about corefile.exp testing new exec-file and
27491 backtrace; both are now done. Add items about printing enums.
27492
27493Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27494
27495 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
27496 "get signal $thissig" test fails.
27497
27498 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
27499
27500Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27501
27502 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
27503 compiler warning with dec alpha compiler.
27504
27505 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
27506 extra \n from gdb_test call (this explains why the prompt test
27507 that I removed yesterday was there).
27508 (user_defined_command_test): Remove extra \n and prompt test.
27509
27510 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
27511 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
27512 doesn't exist.
27513 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
27514 Also remove alpha workaround, which turns out to be because
27515 SIGABRT == SIGLOST.
27516
27517 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
27518
27519 * gdb.base/help.exp: Don't test "help show".
27520
27521Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27522
27523 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
27524 "set print address" is on.
27525 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
27526 pass prompt to gdb_test; gdb_test already looks for the prompt.
27527
27528 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
27529
27530 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
27531 was a vestige of the manual TESTSTRATEGY, and the purpose of it
27532 was to make sure that gdb can read a core file. But (a) the "read
27533 the corefile" part didn't make it to a1-selftest.exp, we just
27534 delete the corefile after creating it, and (b) we test reading
27535 corefiles in corefile.exp anyway. Also, this test left around a
27536 xgdb process on Solaris.
27537
27538 * gdb.base/corefile.exp: Also test backtrace.
27539
27540Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
27541
27542 * gdb.base/commands.exp: Test a simple user defined command with
27543 arguments and if/while statements; verify the full user command is
27544 printed by "show user".
27545
27546 * gdb.base/commands.exp: Test if/while commands as part of a
27547 breakpoint command list; verify they appear in breakpoint
27548 information.
27549
27550Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27551
27552 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
27553 than by dividing by zero.
27554
27555Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
27556
27557 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
27558 performing an inferior call with watchpoints enabled.
27559 * gdb.base/watchpoint.c (main): Delete second unnecessary read
27560 call.
27561
27562Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27563
27564 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
27565 of "file" command.
27566
27567 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
27568 Add additional pattern for when "int operator int(void);" appears
27569 in a different order.
27570
27571Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27572
27573 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
27574
27575 * gdb.base/help.exp: Replace most of docstrings for "info signals"
27576 and "signal" with ".*".
27577
27578Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27579
27580 * TODO: Add note about "handle all nostop".
27581
27582 * gdb.base/{sigall.c, sigall.exp}: New test.
27583 * gdb.base/Makefile.in: Add it.
27584
27585Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
27586
27587 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
27588 when invoking GDB, suppresses any windowing interface.
27589
27590Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
27591
27592 * config/sim-gdb: New file, simulator testing support.
27593
27594Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
27595
27596 * gdb.base/interrupt.exp: Test calling func1 twice.
27597
27598Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
27599
27600 * gdb.base/list.exp (test_forward_search): Set timeout higher
27601 when we'll be getting lots of output from gdb.
27602
27603 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
27604 "init_malloc" to after the expect statement. Run it if that
27605 regexp is taken, but also for two others which happen if source
27606 cannot be found.
27607
27608Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27609
27610 * gdb.base/printcmds.exp: New test, for printing register before
27611 program is running.
27612
27613Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27614
27615 * gdb.base/list.exp: Correct some alternate expect patterns
27616 to reflect changes in list1.c.
27617
27618Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27619
27620 * TODO: Add item regarding large frames.
27621
27622 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
27623
27624 * TODO: Remove item about enabling return.exp; it
27625 is enabled. Suggest a few more "return" tests.
27626
27627Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27628
27629 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
27630 anonymous unions.
27631
27632Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27633
27634 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
27635 and pr-5646.o, so "make" is the same as "make all", not "make
27636 pr-4975.o".
27637
27638Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
27639
27640 * gdb.base/list.exp: Adjust expectations to reflect changes in
27641 list1.c.
27642 (test_forward_search): New test proc.
27643 * gdb.base/list1.c (long_line): New function, has long source line.
27644
27645Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
27646
27647 * gdb.base/a1-selftest.exp: Change initial stepping to know about
27648 additional line of code that was added.
27649
27650Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
27651
27652 * gdb.disasm/hppa.s: Break the large branching tests into smaller
27653 tests so as not to overflow expect's input buffers.
27654 * gdb.disasm/hppa.exp: Corresponding changes.
27655
27656Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27657
27658 Beginnings of template debugging tests.
27659 * gdb.c++/templ-info.cc: New file to test for template
27660 debugging capability of the compiler.
27661 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
27662 templ-info.cc.
27663 * gdb.c++/templates.cc: Add explicit template instantiations
27664 to enable compiling with -fno-implicit-templates. Add destructor
27665 and 'value' method to T5 class for template tests.
27666 * gdb.c++/templates.exp: Add testcases for printing of template
27667 types, setting breakpoints on template methods and calling a
d63a86f8 27668 template method.
c906108c
SS
27669
27670Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
27671
27672 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
27673 branch target since some assemblers (gas-2.5) may emit a
27674 relocation for the branch instead of resolving it in the
27675 assembler.
27676
27677Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27678
27679 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
27680 through signal handler.
27681
27682Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27683
27684 * configure.in (*-*-netware): Use config/mt-netware.
27685
27686 * config/mt-netware: New file.
27687 * config/mt-i386-netware: Removed, separate configs for different
27688 netware architectures are no longer needed now that we have
27689 --with-headers.
27690
27691Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27692
27693 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
27694 by the recent changes to use ANSI C arithmetic conversions.
27695
27696Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27697
27698 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
27699 bug involving using inferior_pid to figure out whether to select a
27700 frame.
27701
27702Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
27703
27704 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
27705 match the current disassembler output.
27706
27707Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
27708
27709 * gdb.fortran/exprs.exp: Expect VOID instead of void.
27710 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
27711 types, expect "int" as type of integer values (for now).
27712
27713Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
27714
27715 * gdb.base/commands.exp: New tests for if/while commands.
27716
27717Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
27718
27719 * lib/gdb.exp (runto): Replace sub-pattern for hex value
27720 by .*, since hex values have different syntax in Chill mode.
27721
27722Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27723
27724 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
27725 linefeed from expect pattern for repeated types with indices > 9.
27726
27727Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
27728
27729 First part of Fortran test suite.
27730 * gdb.fortran: New directory.
27731 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
27732
27733Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27734
27735 * gdb.base/default.exp: Update expect pattern for load command
27736 without arguments.
27737
27738Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
27739
27740 * configure.in: Change i386 to i[345]86.
27741 * gdb.base/configure.in: Likewise.
27742 * gdb.c++/configure.in: Likewise.
27743 * gdb.chill/configure.in: Likewise.
27744
27745Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
27746
27747 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
27748 patterns, since that is not a valid context for comments.
27749
27750Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
27751
27752 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
27753 repeated types and repeated types with indices > 9.
27754
27755Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
27756
27757 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
27758 2417; old bug has been fixed.
27759
27760Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
27761
27762 * gdb.base/interrupt.exp: When trying to wake up the inferior,
27763 send the newline ourselves instead of assuming gdb_test will do
27764 so when passed an empty input string.
27765
27766 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
27767 stabs testcode.
27768
27769Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27770
27771 * lib/gdb.exp (gdb_test): Don't send anything if the first
27772 argument is an empty string. This makes cases where we want to
27773 match output that is already in expect's buffers (for example,
27774 matching a breakpoint after gdb_run_cmd has been called) work
27775 reliably.
27776
27777Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27778
27779 * config/netware.exp: New file.
27780
27781Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27782
27783 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
27784 the -B and -L prefixes so we can find the debugging stub.
27785
27786 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
27787 there and we are using the gcc from the tree.
27788
27789 * gdb.base/types.c: Removed.
27790
27791 * gdb.base/configure.in: Look for makefile fragments in ../config.
27792 Recognize i386-*-netware.
27793 * gdb.c++/configure.in: Likewise.
27794
27795Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27796
27797 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
27798 the correct TCL syntax.
27799
27800Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27801
27802 * gdb.base/opaque.exp: use runto instead of messing around with
27803 breakpoints. Simplify by using gdb_test.
27804
27805 * gdb.base/bitfields.exp: restart between tests on netware targets
27806 because breakpoints aren't relocated after target death. Run
27807 processes to completion.
27808
27809 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
27810
27811Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
27812
27813 * Makefile.in: Remove extra tabs that confuse some versions
27814 of "make". Use the newly built gdb to test with by default,
27815 rather than the first one in the tester's search path.
27816
27817Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
27818
27819 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
27820
27821 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
27822 condition help.
27823
27824Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27825
27826 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
27827
27828 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
27829 running.
27830 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
27831 * gdb.base/funcargs.exp: Likewise.
27832
27833 * gdb.base/bitfields.exp: Simplify by using gdb_test.
27834 * gdb.base/funcargs.exp: Likewise.
27835
27836 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
27837 message is "".
27838
27839Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27840
27841 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
27842 return,signals,twice}.exp: Handle non-existant binaries
27843 consistantly.
27844
27845 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
27846 * gdb.base/Makefile.in: Don't try to generate a core dump, we
27847 might testing a cross development system.
27848
27849Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27850
27851 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
27852 runtest script is relative to ${srcdir}, not ${rootdir}.
27853
27854Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
27855
27856 * gdb.base/signals.exp: Allow for optionality of breakpoint
27857 address.
27858
27859Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27860
27861 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
27862
27863Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27864
27865 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
27866 for size_t definition.
27867 * gdb.c++/templates.cc: Likewise
27868
27869 * config/mt-i386-netware: New file.
27870
27871 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
27872 defined.
27873
27874 * gdb.base/Makefile.in: Added support for systems that name core
27875 files by appending "core" to the program name.
27876 * gdb.base/a1-selftest.exp: Likewise.
27877
27878Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27879
27880 * gdb.base/return.exp: Add comment and message for `return double'
27881 test failure on Sparc Solaris.
27882
27883Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
27884
27885 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
27886
27887Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27888
27889 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
27890 from optimizing them away.
27891 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
27892 patterns to include default constructors and assignment operators,
27893 to match gcc versions beyond 2.5.8. Accept any cplus demangling
27894 character in the output of the virtual base pointer.
27895
27896Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27897
27898 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
27899 expression match in print_addr_of to avoid unintented matches.
27900 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
27901 versions up to 2.5.8.
27902
27903Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27904
27905 * gdb.base/list.exp: Tweak alternate pattern for listing of an
27906 included file to run under newer versions of expect.
27907 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
27908 consecutive >'s in templates to accomodate recent cplus-dem.c change.
27909 Remove xfail for the virtual table of BDDHookV.
27910
27911Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
27912
27913 * lib/gdb.exp (string_to_regexp): Set a default result.
27914 (default_gdb_start): Fix misleading message.
27915
27916Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
27917
27918 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
27919 Remove all CC, etc definitions.
27920 * config/mt-hpux: New file.
27921 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
27922 (CFLAGS, LDFLAGS): Define.
27923 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
27924
27925 * Makefile.in (site.exp): Don't insert host_os, etc.
27926 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
27927 (distclean): Check existence of subdir.
27928 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
27929 * gdb.base/Makefile.in: General cleanup and simplification.
27930 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27931 to build executables. Use default rule to build .o files.
27932 (EXPECT, RUNTEST, CC): Fix relative pathname.
27933 (site.exp): Don't insert host_os, etc.
27934 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
27935 and/or SIGUSR1 defined.
27936 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
27937 * gdb.c++/Makefile.in: General cleanup and simplification.
27938 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27939 (CFLAGS): Remove.
27940 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
27941
27942Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
27943
27944 * gdb.base/recurse.exp: Misc changes to get tests running again
27945 after Kung's changes to the watchpoint code.
27946 * gdb.base/watchpoint.exp: Likewise.
27947
27948Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
27949
27950 * lib/gdb.exp (string_to_regexp): Convert {\} also.
27951
27952Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
27953
27954 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
27955 * lib/gdb.exp (default_gdb_start): Define.
27956 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
27957 gdb.base/funcargs.exp, gdb.base/opaque.exp,
27958 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
27959 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
27960 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
27961 Don't call gdb_target_udi in between tests.
27962
27963Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27964
27965 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
27966 (which was basically just a local version of the same thing). In
27967 addition to avoiding duplication, gdb_test_exact is faster.
27968 * lib/gdb.exp (gdb_test_exact): Fix typo.
27969
27970 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
27971 don't give an error.
27972
27973 * gdb.base/term.exp: Call delete_breakpoints before starting.
27974
27975 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
27976 (t10): Add comment.
27977
27978Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27979
27980 Reorganization of the GDB Test Suite.
27981
27982 * gdb.base: New directory, contains all the basic tests.
27983 * gdb.c++: New directory, tests specific to C++.
27984 * gdb.chill: New directory, tests specific to Chill.
27985 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
27986 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
27987 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
27988 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
27989 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
27990 t30-31 to chill).
27991 * */gdbme.*: Rename to match appropriate expect scripts.
27992 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
27993 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
27994 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
27995 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
27996 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
27997 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
27998 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
27999 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
28000 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
28001 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
28002 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
28003 gdb.c++/virtfunc.cc: New names of C++ files.
28004 * gdb.chill/chillvars.ch: New name of Chill file.
28005 * gdb.base/configure.in, gdb.c++/configure.in,
28006 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
28007 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28008 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
28009 * configure.in (configdirs): Update to reflect directory changes.
28010 (target_abbrev): No longer define for any configuration.
28011 * Makefile.in: Cosmetic improvements to header comments.
28012
28013Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
28014
28015 Various changes to gdb.t31:
28016
28017 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
28018 * gdbme.ch: Make all key-words and predefineds be upper-case.
28019 * chillvars.exp: Expect key-words and predefinds in upper-case.
28020
28021 * chillvars.exp: Use gdb_test_exact many places.
28022 Change expected output for arrays (which now includes index labels).
28023
28024 * pr-5020.exp, gdme.ch (module PR_5020):
28025 New test, for PR-5020.
28026
28027Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
28028
28029 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
28030 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
28031
28032Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
28033
28034 * Makefile.in: Fix bit-rot in definitions of CHILL,
28035 CHILL_FOR_TARGET and Chill_LIB.
28036 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
28037 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
28038 CHILL, and CHILL_LIB.
28039
28040Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
28041
28042 * Revert the previous changes. Please see Rob's directory
28043 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
28044
28045Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
28046
28047 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
28048 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
28049 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
28050 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
28051 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
28052 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
28053 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
28054 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
28055 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
28056 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
28057 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
28058 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
28059 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
28060 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
28061 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
28062 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
28063 changes from 94Q1.
28064
28065Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
28066
28067 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
28068 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
28069 Rob's new testing fragments.
28070
28071Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
28072
28073 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 28074 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
28075
28076Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
28077
28078 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
28079 version also, match on casted version strings, and match on
28080 gdb startup case where the line numbers might be messed up.
28081
28082Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
28083
28084 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 28085 (CFLAGS): Delete it from here.
c906108c
SS
28086
28087Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
28088
28089 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
28090
28091Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
28092
28093 * Makefile.in (RUNTEST): Default to just "runtest".
28094
28095Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28096
28097 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
28098 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
28099 the code has been restructured.
28100
28101Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28102
28103 * gdb.t00/default.exp (set write): Allow any number of \r and/or
28104 \n, not just one of each.
28105
28106 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
28107 /bin/cc gives a warning if you do.
28108
28109Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
28110
d63a86f8 28111 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
28112 __t10ListS_link1ZUiRCUiPT0
28113
28114Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28115
28116 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
28117 on local variables in recursive functions.
28118
28119 * gdb.t07/Makefile.in: Build the new test.
28120
28121Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28122
28123 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
28124 directly. Instead compare the return values from actual calls.
28125
28126Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
28127
28128 * Makefile.in (check): Set TCL_LIBRARY for runtest.
28129
28130Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28131
28132 * From Peter Schauer with minor modifications.
a9c64011
AS
28133 * gdb.t15/return.exp (return_tests): Handle targets where "return"
28134 stops in mid-line in the caller. Add xfail for returning a float
28135 value on X86 targets.
c906108c
SS
28136
28137Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28138
28139 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
28140 to avoid expect lossage.
28141 (fmem_LRbug_tests): Likewise.
28142 * gdb.disasm/hppa.s: Corresponding changes.
28143
28144 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
28145 conditions to work with latest dejagnu/expect.
28146
28147 * gdb.t15/funcargs.exp (finish from indirect call): No longer
28148 expected to fail on the PA.
28149 (backtrace in call with trampolines): Explicitly require main
28150 to be frame #1 (no trampolines should show up in backtrace).
28151
28152 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
28153 "continue -expect".
28154 * gdb.t06/break.exp: Likewise.
28155 * gdb.t07/watchpoint.exp: Likewise.
28156 * gdb.t13/bitfields.exp: Likewise.
28157 * gdb.t15/{funcargs,return}.exp: Likewise.
28158 * gdb.stabs/weird.exp: Likewise.
28159 * config/{mips,udi}-gdb.exp: Likewise.
28160
28161 * hppa.sed: Enclose comments within a sed command to avoid
28162 losing with the old OSF1 sed.
28163
28164Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28165
28166 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
28167 sequent dynix.
28168 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
28169 * gdb.t15/funcargs.exp: Conditionally step again to really
28170 finish from marker_call_with_trampolines. Handle the case where
28171 the first step from within call_with_trampolines already steps
28172 us back to main.
28173 * gdb.t15/gdbme.c: Add comment to closing brace of
28174 call_with_trampolines for funcargs.exp.
28175
28176Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28177
d63a86f8 28178 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
28179 Fix typo(s).
28180
28181Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28182
28183 * gdb.t07/gdbme.c: More code for watchpoint testing.
28184
28185 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
28186 "Hardware watchpoint" throughout file.
28187 (test_watchpoint_triggered_in_syscall): New test.
28188 (test_complex_watchpoint): New test.
28189
28190Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28191
28192 * gdbme.c (call_with_trampolines): New function to try and step
28193 into. Tests trampoline problems on the PA.
28194
28195 * funcargs.exp (localvars_in_indirect_call): No longer expect
28196 stepping into indirect call to fail on PAs.
28197 (test_stepping_over_trampolines): New test.
28198
28199Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28200
28201 * TODO: Add suggestions for static member function tests, and
28202 completion tests.
28203
28204Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28205
28206 * TODO: Add suggestions for "p/a" tests.
28207
28208 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
28209 (default_gdb_exit): Replace all the hair with sending "quit" to
28210 the process with a simple close.
28211
28212Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28213
28214 * TODO: Add suggestions for shared library tests.
28215
28216Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28217
28218 * TODO: Add suggestions for x/s tests.
28219
28220Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28221
28222 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
28223 "enable once", and "enable breakpoints once" with ".*".
28224
28225Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28226
28227 * TODO: Add suggestions about structure passing tests.
28228
28229Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28230
28231 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
28232 the primary1 test, use work around if __GNUC__ < 2.
28233 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
28234 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
28235 Test for bad output rather than waiting for timeout. Issue
28236 second continue only if first continue failed.
28237
28238Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28239
28240 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
28241 operator[] test with gdb_test because the old code didn't seem to
28242 be getting the quoting right with the new dejagnu.
28243
28244Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
28245
28246 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
28247 one from the path.
28248 * Makefile.in: Use a fresh expect if there is one, use runtest
28249 from the src tree if there is one.
d63a86f8 28250
c906108c
SS
28251Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28252
28253 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
28254 next over recursive call. Revise the tests from that point on
28255 (which had been skipped) to match GDB's actual (correct) output.
28256
28257 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
28258 with next over a breakpoint whose condition is false.
28259
28260 * gdb.t00/help.exp: Comment out "help set print" tests just like
28261 (and for same reason as) "help set" test.
28262
28263Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28264
28265 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
28266 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
28267
28268Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28269
28270 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
28271 necessary gdb_target_udi.
28272
28273 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
28274
28275 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
28276 1838 and 2417; they are fixed.
28277
28278 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
28279 gdb.t03/ptype.exp (ptype structure, ptype union):
28280 Remove xfails; the test is looser than when the xfails were added.
28281
28282 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
28283 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
28284
28285 * gdb.t01/run.exp: Only run shell test if isnative.
28286
28287 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
28288 since "run" automatically loads if necessary. Call gdb_target_udi
28289 after the "file" since "file" kills any execution target.
28290
28291 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
28292 GDB. GDB doesn't work that way (not anymore at least) on UDI.
28293 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
28294 argument for UDI.
28295
28296Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28297
28298 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
28299
28300 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
28301
28302Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28303
28304 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
28305 properly quoting regexps. This makes the second argument to
28306 demangle a fixed string, which matches the callers, instead of a
28307 shell-style pattern which is what the previous implementation
28308 used. Update some of the callers.
28309
28310Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28311
28312 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
28313 (comib_nullified_tests): Fix typo.
28314 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
28315 strings. No longer expected to fail.
28316
28317 * gdb.disasm/hppa.s (addib_tests): Fix typo.
28318 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
28319 strings. No longer expected to fail.
28320
28321 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
28322 string. No longer expected to fail.
28323
28324Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28325
28326 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
28327 No longer expected to fail.
28328
28329 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
28330 string. No longer expected to fail.
28331
28332Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28333
28334 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
28335 only in the names (I probably got most of them). I was even
28336 generous with some which differed in underscores in names, and
28337 probably missed a few, and I *still* was able to remove almost a
28338 third of the file with almost no impact on testsuite coverage.
28339
28340Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28341
28342 * gdb.t00/default.exp: Match udi_attach error message as well as
28343 the one from child_attach.
28344
28345 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
28346
28347 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
28348
28349 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
28350 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
28351
28352 * Move test with enums and partial symbols back to
28353 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
28354 Reverts the change of 26 May 93. Per today's change to
28355 stabs.texinfo, the behavior that weird.exp was expecting was
28356 unreasonable; what is important is that the compiler+gdb get
28357 things right, which happens with a recent gcc. Also fix the test
28358 to deal with native compilers which put out the stab gdb can't
28359 deal with.
28360
28361Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28362
28363 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
28364 in the names. The main thing these accomplish is to slow things down.
28365 Many more such duplicates surely remain.
28366
28367 * gdb.t00/help.exp: Comment out "help support" test just like
28368 (and for same reason as) "help set" test.
28369
28370Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
28371
28372 * gdb.t06/break.exp: Remove setup_xfails for
28373 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
28374 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
28375 about known bug in gcc to include up through 2.5.8.
28376 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
28377 well as "_vb$".
28378 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
28379 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
28380 with latest gcc and gdb.
28381 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
28382 well as "_vb$".
28383
28384Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28385
28386 * configure.in (hppa*-*-*): Also configure and build stabs-only
28387 tests.
28388
28389Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28390
28391 * gdb.t10/hppa.mt: A makefile fragment for the PA.
28392 * gdb.t10/configure.in (hppa*-*-*): Use it.
28393
28394Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28395
28396 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
28397
28398Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28399
28400 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
28401 versions prior to 1.13.5.
28402
28403Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28404
28405 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
28406 the prompt is at the start of a line.
28407
28408Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28409
28410 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
28411 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
28412 in the copr tests now.
28413 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
28414 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
28415 expected to fail.
28416
28417Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
28418
28419 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
28420 gdb.t31/chillvars.exp, lib/gdb.exp:
28421 Tweak to run under either version of expect.
28422 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
28423 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
28424 * gdb.t11/list.exp: Remove extraneous whitespace.
28425
28426Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28427
28428 * gdb.t16/printcmds.exp (test_print_strings): Accept
28429 "(unsigned char *) " before the string.
28430
28431 * TODO: Add notes about printing of fancy types and GDB expressions.
28432
28433Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
28434
28435 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
28436 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 28437 if doing mips-idt-ecoff.
c906108c
SS
28438
28439Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
28440
28441 * Most .exp files: Tweak to run under either version of expect.
28442
28443Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28444
28445 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
28446 xfails; I'm not sure why they are failing, but not because of PR 1806.
28447
28448Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
28449
28450 * config/unix-gdb.exp: Remove gdb_unload cause it's already
28451 defined in lib/gdb.exp.
28452
28453Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28454
28455 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
28456 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
28457 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
28458 have to be typeless.
28459
28460Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28461
28462 * TODO: Add suggestion for copyright year test.
28463
28464Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
28465
28466 * configure.in (*-*-lynxos*): Add stabs tests.
28467
28468Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
28469
28470 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
28471 so insert a tab before any assembler directive in column zero.
28472
28473 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
28474 stores.
28475 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
28476 stores.
28477 (fpu_short_memory_tests): Likewise.
28478
28479Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28480
28481 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
28482 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
28483 .stabs directives in comments.
28484
28485Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28486
28487 * TODO: New file, describing tests we could write.
28488 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
28489
28490Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28491
28492 * gdb.t06/signals.exp: Add kludge to force re-sync.
28493
28494 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
28495 to xgdb instead of gdb, get out of gdb.
28496
28497Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
28498
28499 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
28500 for info.
28501
28502Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
28503
28504 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
28505 * gdb.stabs/configure.in (hppa*-*-*): Use it.
28506 * gdb.stabs/hppa.sed: New sed script for the PA.
28507
28508Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28509
28510 * gdb.stabs: Re-write weird.def and configuration to use sed
28511 instead of cpp. sed is portable and POSIX; cpp is neither.
28512
28513Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28514
28515 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
28516
28517Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28518
28519 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
28520
28521Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28522
28523 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
28524 "_vb$".
28525 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
28526 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
28527
28528Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28529
28530 * lib/gdb.exp: Comment out code which depends on non-existent
28531 `transform' procedure.
28532
28533Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
28534
28535 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
28536 * lib/gdb.exp: Transform tool name.
28537 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
28538 1.1's new error handling system.
28539
28540Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28541
28542 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
28543
28544Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28545
28546 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
28547 They made pattern matching so slow that timeouts happened on
28548 heavily loaded systems. Now any output from "show print" which
28549 gets us back to the GDB prompt is a PASS.
28550
28551Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
28552
28553 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
28554
28555Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28556
28557 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
28558
28559 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
28560 It is not from PR 3220.
28561
28562Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28563
28564 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
28565 just started failing because they depended on the order the
28566 subcommands are presented, or exact docstring text. This kind of
28567 test is a pain and has minimal benefit.
28568
28569Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28570
28571 * gdb.t09/corefile.exp: At end of test, use "core" command with
28572 no arguments.
28573
28574Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
28575
28576 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
28577 17}/Makefile.in: Make it possible to run the testsuite with Sun
28578 make and CC = cross gcc by adding explicit build rules for .o
28579 files.
28580
28581Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28582
28583 * gdb.t15/funcargs.exp: Don't put comments on same line as
28584 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 28585
c906108c
SS
28586Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28587
28588 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
28589
28590Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
28591
28592 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
28593 * gdb.t20/inherit.exp: remove three dumplicate entries.
28594
28595Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28596
28597 * gdb.t06/break.exp: For "next over recursive call", fail on any
28598 incorrect output, not just on "factorial (value=2)".
28599
28600Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28601
28602 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
28603 working now. Add an xfail if accesing a bss variable causes
28604 a memory error if the target is not yet run.
28605
28606Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28607
28608 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
28609 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
28610 name of __st* demangling (2 strings). Did Kung really get the
28611 more than 95 others right without testing them?
28612
28613Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
28614
28615 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
28616
28617Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
28618
28619 * configure.in (configdirs): Add gdb.disasm
28620 * gdb.disasm: New directory for GDB disassembler tests.
28621 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
28622
28623Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28624
28625 * gdb.t00/help.exp: Don't test "help set".
28626
28627 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
28628 from within expect statements. None of these happen anymore and
28629 they cause regressions to be silently unnoticed.
28630
28631 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
28632 messages) about known failures with gcc cygnus-2.4.5-930417.
28633
28634 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
28635 comp-info.exp so it gets built if it doesn't exist.
28636
28637 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
28638 it is no longer used.
28639 * gdb.t13/comp-info.c: Removed.
28640
28641Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28642
28643 * gdb.t06/signals.exp: Add xfail for sun3.
28644
28645Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28646
28647 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
28648 relevant because ^C doesn't get sent but failure can be reproduced
28649 interactively).
28650
28651Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28652
28653 * gdb.stabs/alpha.mt: New configuration file for alpha.
28654 * gdb.stabs/configure.in: Use it.
28655 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
28656 sharing with alpha.mt, redefine long to word via preprocessor.
28657 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
28658 for alpha.
28659 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
28660 native cc.
28661 * gdb.t00/teststrategy.exp: Change expect string so that we
28662 consume the `(xgdb)' from the command echo and from the gdb prompt.
28663 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
28664 gdb currently compares all values as long, so this failure probably
28665 applies to any configuration where LONGEST is bigger than a target int.
28666 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
28667 with gcc.
28668 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
28669 to handle opaque pointers, gcc is.
28670 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
28671 as first argument. Include <sys/types.h> and change all operator
28672 new definitions to use size_t.
28673 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
28674 now that we use size_t.
28675
28676Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28677
a9c64011 28678 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 28679 a long or float array cast all array members to the same type.
a9c64011 28680 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 28681 with 64 bit longs.
a9c64011 28682 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 28683 on alpha.
a9c64011 28684 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
28685
28686Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28687
28688 * gdb.t24 (demangle.exp): Constructors of templates have names like
28689 vector<int>::vector(int) not vector<int>::vector<int>(int). See
28690 section 14.6 of the ARM.
28691
28692 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
28693 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
28694 accomplish little and slow down the testsuite.
28695
28696 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
28697 Accept spaces various places.
28698
28699Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28700
28701 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
28702 with watchpoint enabled.
28703
28704 * Makefile.in: Remove definition of CC and remove the second
28705 definition of CXX (the "CXX = gcc" one remains). These definitions
28706 were causing backquotes to be expanded within backquotes, which
28707 doesn't work.
28708
28709Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
28710
28711 * gdb.t17/callfuncs.exp: Add "return 0" to end.
28712
28713Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28714
a9c64011
AS
28715 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
28716 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
28717 by mips cc and contains no stabs entries.
28718
28719Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
28720
28721 * config/vx-gdb.exp: Use fake device to load files rather than
28722 NFS.
28723 * lib/gdb.exp: New proc to do "file" command.
28724 * config/unix-gdb.exp: Use new "file" proc.
28725
28726Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28727
28728 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
28729 Rework board rebooting slightly.
28730 (gdb_exit): Don't exit from the remote shell; there isn't one.
28731 * gdb.stabs/weird.exp: If a program is being debugged already,
28732 kill it.
28733 * gdb.t04/setvar.exp: Stop and restart gdb.
28734 * gdb.t05/expr.exp: Likewise.
28735 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
28736 restart gdb and reload the program.
28737 * gdb.t08/opaque.exp: Likewise.
28738 * gdb.t12/scope.exp: Likewise.
28739 * gdb.t13/bitfields.exp: Likewise.
28740 * gdb.t15/funcargs.exp: Likewise.
28741 * gdb.t20/classes.exp: Likewise.
28742 * gdb.t03/ptype.exp: Increase timeout.
28743 * gdb.t16/printcmds.exp (test_print_string_constants,
28744 test_print_array_constants): Likewise.
28745 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
28746 * gdb.t20/classes.exp (do_tests): Likewise.
28747 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
28748
28749Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
28750
28751 * gdb.stabs: Renamed *wierd* to *weird*.
28752
28753Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28754
28755 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
28756 for timeout. Add "known gcc 2.4.5 bug" to failure message.
28757
28758Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28759
28760 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
28761 (do_tests): Remove xfail for whatis on one_var and two_var.
28762
28763Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
28764
28765 * Makefile.in: Made cross building work better by adding
28766 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
28767
28768Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28769
28770 * gdb.t15/{return.c,return.exp,Makefile.in}:
28771 New test, currently commented out.
28772
28773Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
28774
28775 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
28776 still running and removes the leftover named socket so GDb can do
28777 clean restarts.
28778
28779Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
28780
28781 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
28782 console, not GDB.
28783 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
28784 cross testing works better with "make check"
28785 * config/unix-gdb: Use default procedures for exit and version.
28786 * config/vx-gdb.exp: Cleaned up and massaged back to working order
28787 with the newest VxWorks.
28788
28789Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28790
28791 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
28792 old form.
28793
28794 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
28795 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
28796
28797 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
28798
28799 * config/unix-gdb.exp: Remove this version of gdb_exit
28800 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
28801 Rob says he'll look at it when he gets back to testing boards.
28802
28803Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
28804
28805 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
28806 an expected fail for certain ptype commands.
28807
28808 * gdb.t20/classes.exp: Update expected results of "ptype class
28809 Base1" to account for the constructor that now appears in the type.
28810
28811Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
28812
28813 * configure.in (configdirs): Restore gdb.t04, which mysteriously
28814 disappeared from list.
28815 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
28816 "alldone" proc with call to cleanup and exit.
28817 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
28818 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
28819 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
28820 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
28821 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
28822 "alldone" proc with simple returns that suppress remaining
28823 tests. The alldone proc went away many months ago.
28824
28825Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28826
28827 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
28828
28829 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
28830
28831Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28832
28833 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
28834 as vax gdb will display them.
28835
28836Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28837
28838 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
28839 optimizers.
28840
28841 * scope.exp: Change "bad value for localval" messages so each one
28842 is unique.
28843
28844 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
28845 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
28846
28847 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
28848
28849Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28850
28851 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
28852 doesn't exist (due to optimization).
28853
28854Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28855
28856 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
28857 contains \r because the filename is long.
28858
28859 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
28860 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
28861
28862Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28863
28864 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
28865 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
28866 Ultrix.
28867 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
28868 int tests.
28869 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
28870
28871Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
28872
28873 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
28874
28875 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 28876 to match does not match the passing case but still matches the
c906108c
SS
28877 failing case.
28878
28879Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28880
28881 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
28882
28883Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
28884
28885 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
28886 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
28887 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
28888 Remove various versions of gdb_exit.
28889 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
28890 gdb_exit.
28891 * config/unix-gdb.exp: gdb_exit remains here, and should override
28892 the generic version, since it's doing a lot of wierd stuff that
28893 the other versions aren't. FIXME, fold it in, or abandon this
28894 version.
28895
28896Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28897
28898 * gdb.t24/demangle.exp: Add tests for PR 3220.
28899
28900Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28901
28902 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
28903
28904Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
28905
28906 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
28907 "i386-*-*". Works for i486 as well.
28908
28909 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
28910 bug, and expand domain of xfail to all SVR4 systems, since the
28911 actual problem is likely to be in generic SVR4 /proc support.
28912
28913Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28914
28915 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
28916
28917Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
28918
28919 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
28920 xfails for other systems. Match a missing 'Continuing.' as an
28921 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
28922
28923 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
28924 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
28925 Only issue warning for missing executables if -all option is used.
28926
28927 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
28928 file if -all option is used. It's like an unpredictable XFAIL.
28929
28930Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28931
28932 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
28933 for dynamically linked binaries.
28934
28935 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
28936
28937Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28938
28939 * gdb.t20/inherit.exp: Change message for "print tagless struct"
28940 to state that this is a known bug in old versions of g++.
28941
28942Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28943
28944 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
28945 while waiting for `Continuing'.
28946
28947Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
28948
28949 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
28950 in text, data, and bss.
28951 * gdb.t10/nodebug.c: Add local and global test variables for
28952 initialized and uninitialized data.
28953
28954Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28955
28956 * config/unix-gdb.exp (gdb_exit): Add "wait".
28957
28958Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28959
28960 * gdb.t06/signals.exp: xfail the continue from the handler for all
28961 targets.
28962
28963 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
28964 function with watchpoints enabled, the i386 call dummy starts with
28965 a call.
28966
28967 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
28968 386 bsd names its corefiles.
28969
28970Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
28971
28972 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
28973 compilers don't grok it.
28974 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
28975 with small octal ints rather than character constants, which
28976 are signed and might not fit if first promoted to int.
28977
28978Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
28979
28980 * gdb.t09/Makefile.in (clean): Remove corefile.
28981
28982Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28983
28984 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
28985
28986Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28987 and Jim Kingdon (kingdon@cygnus.com)
28988
28989 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
28990 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
28991 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
28992
28993Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28994
28995 * gdb.t17/interrupt.exp: Add xfail for hppa.
28996
28997Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28998
28999 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
29000 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
29001 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
29002 to determine signed-ness of bitfields and use the result to setup
29003 the xfail.
29004 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
29005 * gdb.t15/funcargs.exp: Use them to step until the second indirect
29006 call line is reached if necessary.
29007
29008Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29009
29010 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
29011
29012Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29013
29014 * gdb.t06/break.exp: Also test `clear' command.
29015
29016Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
29017
29018 * gdb.t00/teststrategy.exp: Remove extra quote.
29019
29020 * gdb.t07/watchpoint.exp: Change xfail for calling function with
29021 watchpoint enabled to be for all non-68k machines.
29022
29023 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
29024
29025Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29026
29027 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
29028 targets use aout.mt instead of ecoff.mt as gas understands
29029 standard aout format.
29030
29031Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
29032
29033 * lib/gdb.exp (runto): Don't insist that function we are running to
29034 was compiled with -g.
29035
29036 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
29037
29038 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
29039 to get back into the read system call.
29040 Accept leading newline in case where we woke it up.
29041
29042Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29043
29044 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
29045 to make the stabs test work on ecoff systems using gcc and -with-stabs.
29046 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
29047 enable ecoff configuration.
29048
29049Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29050
29051 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
29052
29053Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29054
29055 * gdb.t16/printcmds.exp: Add another printf test.
29056
29057Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
29058
29059 * configure.in: If configured -with-stabs on any target, add
29060 stabsdirs to configdirs.
29061
29062Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29063
29064 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
29065 fun" so pattern does not match the command itself.
29066
29067Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29068
29069 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
29070
29071Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29072
29073 * gdb.t17/interrupt.exp: Test for more things.
29074
29075Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29076
29077 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
29078 compiler arranges the code and line numbers.
29079
29080 * gdb.t17/interrupt.exp: Don't send \n after ^C.
29081
29082Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29083
29084 * gdb.t00/help.exp: Increase expect input buffer size.
29085
29086Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29087
29088 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
29089
29090 * gdb.t07/watchpoint.exp: Add xfail for hppa.
29091
29092 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
29093
29094 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
29095 [0-9]*, not just [0-9].
29096
29097Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29098
29099 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
29100
29101 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
29102
29103Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29104
29105 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
29106
29107Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29108
29109 * gdb.t06/signals.c: Add xfails for sun3.
29110
29111 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
29112
29113 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
29114 test_stepping tests.
29115
29116Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29117
29118 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
29119
29120 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
29121
29122 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
29123 rather than actually putting it through cpp twice.
29124
29125 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
29126
29127Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
29128
29129 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
29130 no longer needed.
29131
29132Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29133
29134 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
29135
29136 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
29137 C++ features prints as "struct", make it a pass, not an xfail.
29138
29139Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29140
29141 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
29142 Don't require VA to print as "class" rather than "struct".
29143
29144Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
29145
29146 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
29147
29148Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29149
29150 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
29151
29152Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29153
29154 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
29155 order.
29156
29157Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29158
29159 * gdb.t16/printcmds.exp: Add printf tests.
29160
29161 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
29162
29163 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
29164
29165Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
29166
29167 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
29168 pass counts, to counteract any existing or future setup_xfails.
29169
29170Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29171
29172 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
29173 {BEGIN,END}_COMMON for common block instead of STAB.
29174 * gdb.stabs/wierd.exp: Add xfail for rs6000.
29175
29176 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
29177 intp_var should be N_GSYM not N_LSYM.
29178 wierd-aout.S: Use a label for the value of the N_SO.
29179 wierd.def: Remove all backslashes.
29180 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
29181
29182Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29183
29184 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
29185 get the expected next to inheritance3.
29186
29187Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29188
29189 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
29190 now that gcc-2.4 gets it right.
29191
29192Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29193
29194 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
29195
29196 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
29197 generating comp-info.exp which works for cross-compilation.
29198
29199Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
29200
29201 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
29202 "*-*-sysv4.*".
29203
29204Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
29205
29206 * gdb.t01/run.exp: Start with a fresh gdb.
29207 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
29208 SVR4.x.
29209
29210Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
29211
29212 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
29213 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
29214 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
29215 Makefile.in (distclean, realclean): Remove gdbme.c from list of
29216 things to remove.
29217
29218Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
29219
29220 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
29221 test cases from bug reports.
29222
29223Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
29224
29225 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
29226 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
29227 avoid spurious xfails.
29228 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
29229 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
29230 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
29231
29232Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
29233
29234 * gdb.t00/teststrategy.exp: Rework to provide more useful
29235 description of each test, fix problem with systems that define
29236 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
29237 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
29238 results for "next over recursive call" so timeouts aren't taken
29239 by error.
29240
29241Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
29242
29243 * gdb.t12/scope.exp: Test printing of variables before run.
29244
29245 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
29246 printed in wrong order due to sorting.
29247
29248Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
29249
29250 * gdb.t00/teststrategy.exp: Fix expected results for printing
29251 user entered string constant. Is array of char, prints with no
29252 address.
29253
29254 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
29255 commands.
29256 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
29257 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
29258 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
29259 of struct of char arrays.
29260 * gdb.t00/radix.exp: New tests for radix commands.
29261
29262Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
29263
29264 * gdb.t16/printcmd.exp: Print a variable before running program
29265 (with xfail for AIX).
29266
29267Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
29268
29269 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
29270
29271 * gdb.t16/printcmd.exp: Don't print variables before running program.
29272
29273 * gdb.t06/break.exp: Don't require envp argument to main.
29274
29275 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
29276
29277 * gdb.t02/whatis.exp, gdb.t11/list.exp:
29278 Add xfails for rs6000.
29279
29280 * gdb.t02/whatis.exp: Change other tests not to re-test something
29281 we already tested.
29282
29283 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
29284 each type used has a variable of that type.
29285
29286Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
29287
29288 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
29289
29290Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
29291
29292 * configure.in: change srctrigger to be a file, not a directory
29293
29294Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
29295
29296 * configure.in (mips-idt-ecoff*): Added trailing '*'.
29297
29298 * gdb.t11/list.exp: Fixed a couple of typos.
29299
29300Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
29301
29302 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
29303 is fixed and PR is closed.
29304 * gdb.t16 (gdbme.c): Add simple test string variable.
29305 * gdb.t16 (printcmds.exp): Add tests with simple test string
29306 variable, primarily for boundaries on "set print elements".
29307
29308Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
29309
29310 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
29311 Make leading 0's optional and don't expect a tab in the middle
29312 of the number.
29313
29314 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
29315
29316 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
29317 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
29318 don't end command passed to gdb_test with newline.
29319
29320 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
29321 signed keyword away, don't expect signed bitfields to be signed.
29322
29323 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
29324 printing with only as many 1's as are in the field as well as printing
29325 with 32 1's (see comment).
29326
29327Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
29328
29329 * gdb.t00/default.exp: Start with a fresh gdb.
29330 * configure.in (configdirs): Remove gdb.t31 until the chill
29331 compiler works again. It no longer is able to find chillrt0
29332 since it isn't in libchill.a anymore.
29333 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
29334 wierd.o, make more modular.
29335 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
29336 spurious newlines that caused problems.
29337
29338Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29339
29340 * Move test with enums and partial symbols from gdb.t03/ptype.exp
29341 to gdb.stabs/wierd.exp since GCC has worked around the bug.
29342 gdb.stabs/wierd.{exp,def}: Many new tests.
29343
29344 * gdb.t00/default.exp: update info line for new message.
29345
29346 * gdb.t02/{whatis.exp,gdbme.c}:
29347 Test that "char *" doesn't print as "caddr_t".
29348
29349Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29350
29351 * gdb.t00/help.exp: Use .* in place of some help messages which
29352 just changed.
29353 gdb.t00/default.exp: Update "info frame" test for new message.
29354 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
29355 Remove some xfails
29356
29357Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29358
29359 * gdb.t03/{gdbme.c,ptype.exp}:
29360 Add tests for typedef'd struct and union without tags.
29361 Also check "whatis" on a variable of a typedef'd enum without a tag.
29362
29363 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
29364 PRMS 1823; the bug still exists but isn't reproduced by this test
29365 anymore), and remove rs6000 XFAIL (the bug is fixed).
29366
29367 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
29368 duplicated from whatis.exp. For those that are left, accept
29369 "long", "long int", or "int" for long variables (whatis.exp already
29370 has an XFAIL for "int", so no need to fail it here).
29371
29372 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
29373 Deal with GCC's names for types now that GDB uses the compiler's names.
29374
29375 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
29376 setup_xfail's for sunos4. If we #defined the signed keyword away,
29377 don't expect GDB to know that char it is signed.
29378
29379 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
29380
29381Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
29382
29383 * configure.in (configdirs): Add gdb.t24 for C++ tests that
29384 should work on any system, regardless of debugging format.
29385 * gdb.t21/demangle.exp: Move to gdb.t24.
29386 * gdb.t24/demangle.exp: Move from gdb.t21.
29387 * gdb.t24/{Makefile.in, configure.in}: New files.
29388
29389Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29390
29391 * configure.in: Do gdb.stabs and C++ tests only for stabs.
29392 * gdb.stabs: New directory.
29393
29394Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29395
29396 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
29397 not just "Quit anyway?".
29398
29399Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
29400
29401 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
29402 that all setup_xfails are immediately followed by clear_xfails.
29403
29404Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
29405
29406 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
29407 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
29408 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
29409 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
29410 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
29411 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
29412 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
29413 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
29414 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
29415 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
29416 gdb.t31/chillvars.exp, lib/gdb.exp:
29417 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
29418 bug-gdb@prep.ai.mit.edu.
29419
29420Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
29421
29422 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
29423 with 0.0, not integer 0.
29424
29425Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
29426
29427 * gdb.t06/break.exp: Update for "Kill the program" message change.
29428
29429Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
29430
29431 * Makefile.in (GDBFLAGS): Set to -nx.
29432 * Makefile.in (site.exp): Use GDBFLAGS.
29433
29434Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
29435
29436 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
29437 Makefiles.
29438 (check): depend on just-check.
29439 (just-check): added so that tests can be run without a noop
29440 build pass.
29441
29442Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
29443
29444 Switch to using configure's configdirs.
29445 * Makefile.in (Makefile): add configure.in dependency.
29446 (SUBDIRS): removed redundant assignment.
29447 * configure.in: switch subdirs assignment to configdirs.
29448 * gdb.t*/configure.in: new files.
29449
29450Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
29451
29452 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
29453 works.
29454
29455Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
29456
29457 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
29458 in explicit rules. Apparently this is not supported by some makes.
29459
29460Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
29461
29462 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
29463
29464Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29465
29466 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
29467 disappeared.
29468
29469Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
29470
29471 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
29472
29473Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
29474
29475 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
29476 watchpoint problem that is now fixed.
29477 * gdb.t30/chexp.exp: Remove setup_xfail for printing
29478 uninitialized convenience variables.
29479 * gdb.t31/chillvars.exp: Fix expected patterns for printing
29480 structures.
29481
29482Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29483
29484 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
29485 which causes expect to get out of sync with gdb on long output
29486 from help set.
29487 * gdb.t09/corefile.exp: Make expected pattern for core file
29488 failing signal and frame output format less sun specific.
29489
29490Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
29491
29492 * gdb.t31/chillvars.exp: Add and remove initial dummy
29493 breakpoint, so that symbol table is forced in.
29494 (Needed at least on Sunos4, though it seems not SVR4.)
29495 * gdb.t31/chillvars.exp: Update for changed output format.
29496
29497Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
29498
a9c64011 29499 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
29500
29501Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
29502
29503 * Makefile.in: Added --srcdir when invoking runtest, removed the
29504 need for a local config file. (optional now)
29505
29506Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
29507
29508 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
29509 failure count used to force early termination. Add some more
29510 expected failures for gnu style demangling.
29511
29512Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29513
29514 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
29515 pmi variable from gdb.t20/gdbme to get optimized away.
29516 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
29517 Check for written corefile upon timeout _and_ eof.
29518
29519Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29520
29521 * config/unix-gdb.exp: Add missing return 0.
29522
29523Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29524
29525 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
29526 test termination.
29527
29528Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
29529
29530 * configure.in (subdirs): Put back gdb.t17 which mysteriously
29531 disappeared.
29532
29533Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
29534
29535 * gdb.t10/crossload.exp: Disable the i860-elf test until such
29536 time as i860 support works.
29537
d63a86f8 29538 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
29539 "backtrace 100\r" rather than just "backtrace\r", to match last
29540 change.
29541
29542Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
29543
29544 * config/udi-gdb.exp (gdb_exit): Remove close command.
29545 (gdb_target_udi): New procedure to set the UDI target.
29546 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
29547 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
29548 Added waits for prompts after several question responses. Added
29549 some more responses used by a29k-amd-udi-gdb.
29550 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
29551 pass different arguments, restart UDI connection after program
29552 completion.
29553 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
29554 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
29555 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
29556 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
29557 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
29558 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
29559 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
29560 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
29561 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
29562 after program completion.
29563 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
29564 compiled with a SELECT_VECS setting.
29565 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
29566 infinite recursion.
29567
29568 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
29569 Added checks for COFF results, and made them expected failures for
29570 all targets. It would be better to make them expected failures
29571 for COFF targets only.
29572
29573Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
29574
29575 * Makefile.in: add null dvi target, don't bother to recurse
29576 through test directories for info and install-info; rename
29577 $(datadir) to be dejagnu instead of deja-gnu
29578
29579Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
29580
29581 * gdb.t31/gdbme.ch: Re-enable code that previously caused
29582 compiler to coredump.
29583 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
29584 code.
29585
29586Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
29587
29588 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
29589 coredump.
29590 * gdb.t31/chillvars.exp: Comment out tests that depend on that
29591 code.
29592
29593Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
29594
29595 * gdb.t03/ptype.exp: tests for return code from gdb_test.
29596 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
29597 which in a shell. Deletes xgdb when done.
29598 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
29599 Tests the return from the "set height" or "set width" commands.
29600 Added a few return codes where needed.
29601
29602Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
29603
29604 * Makefile.in (SUBDIRS): Add gdb.t17.
29605 * configure.in (subdirs): Add gdb.t17.
29606 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
29607 files to test gdb's calling of functions in the inferior with
29608 the correct arguments and gdb's ability to retrieve any
29609 result returned.
29610
29611Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
29612
29613 * config/unix-gdb.exp (gdb_exit): Remove close commands that
29614 may be called after gdb goes away. Previous versions of expect
29615 needed these to avoid file descriptor leaks, but they cause
29616 errors with the current revision of expect.
29617 * gdb.t00/gdbvars.exp: Use -re on expected output after
29618 setting sevenbit-strings.
29619 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
29620 to set sevenbit-strings consistent across tests.
29621 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
29622 set sevenbit-strings consistent across tests.
29623
29624Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
29625
29626 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
29627 expected output to match current "expect" expectations.
29628
29629Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
29630
29631 * gdb.t00/default.exp: Change expected output for default "source"
29632 command, to match new gdb behavior which requires a filename to
29633 source.
29634
29635Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
29636
29637 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
29638 expected fail for i486-*-* that misses the marker2 function.
29639 * gdb.t10/crossload.exp (bfddefault): Allow successful
29640 recognition of a format to pass even if no symbols are found.
29641 Explicitly catch failures where the format is not recognized
29642 or is ambiguous, and add the reason to the fail message.
29643 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
29644 the cause is and invalid target and add reason to failure message.
29645 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
29646 elf32-i386, elf32-sparc, and elf32-i860.
29647 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
29648 Set up expected failure for 'filename'::variable scope resolution,
29649 which is now apparently broken on all targets.
29650 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
29651 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
29652 gdb.t23/templates.exp: Change failure for missing binfile into
29653 just a warning.
29654 gdb.t21/demangle.exp: Change all cfront references to 'arm'
29655 references.
29656
29657Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
29658
29659 * gdb.t00/default.exp: Add expected output for default "source"
29660 command, to match new gdb behavior.
29661 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
29662
29663Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
29664
29665 * config/*-gdb.exp: returns an error, rather than exiting on
29666 internal errors.
29667
29668Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
29669
29670 * gdb.t03/gdbme.c: Add pointer to struct variable.
29671 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
29672 referencing struct members.
29673
29674Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
29675
29676 * configure.in (mips-idt-ecoff): New target.
29677 * config/mips-gdb.exp: New file for remote board using MIPS remote
29678 debugging protocol.
29679
29680 * Redid configuration scheme. Removed gdb.t*/configure.in.
29681 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
29682 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
29683 distclean targets. Built executables via .o files. Adjusted
29684 tests to account for source files in $(srcdir) rather than
29685 $(objdir).
29686 * lib/gdb.exp (runto): Don't expect () after the function name,
29687 because it may have arguments.
29688
29689Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
29690
29691 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
29692 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
29693 expected failures for mips-idt-* and mips-sgi-*.
29694 * gdb.t00/default.exp (attach): Kill process if requested.
29695 * gdb.t00/help.exp (help target core, help target): Accept a gdb
29696 that does not read core files.
29697 * gdb.t01/run.exp: Removed checks for exit status code.
29698 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
29699 it is linked in.
29700 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
29701 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
29702 appropriate, rather than doing it by hand.
29703 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
29704 execution.
29705 * gdb.t10/crossload.exp: Kill existing program if needed.
29706 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
29707 appropriate, rather than doing it by hand. Always increase
29708 timeout for this test, not just for VxWorks.
29709
29710Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
29711
29712 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
29713 of Chill STRUCT types and STRUCT values.
29714 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
29715 than "char".
29716 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 29717 struct2): New struct definitions and initializations to test
c906108c
SS
29718 simple Chill STRUCT types.
29719
29720Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
29721
29722 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
29723 the null byte at the end of strings.
29724 * gdb.t00/default.exp: Make show version insensitive to copyright
29725 date.
29726 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
29727 to avoid dependencies on target char signedness.
29728 * gdb.t16/printcmds.exp: Update expected results for explicitly
29729 unsigned char.
29730 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
29731 now work.
29732 * gdb.t21/demangle.exp: Add many more patterns for template
29733 demangling, most of them being expected failures.
29734 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
29735 string we are matching for, to match on the whole string.
29736 * gdb.t21/demangle.exp: Add many new test strings to demangle,
29737 and fix a whole bunch that had incorrect expected output but were
29738 passing anyway because of the bug in "proc demangle".
29739 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
29740 type.
29741 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
29742
29743Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
29744
a9c64011
AS
29745 * gdb/testsuite: made modifications to testcases, etc., to allow
29746 them to work properly given the reorganization of deja-gnu and the
29747 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
29748
29749Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
29750
29751 * gdb/testsuite: Initial creation of gdb/testsuite.
29752 Migrated dejagnu testcases and support files for testing nm to
29753 gdb/testsuite from deja-gnu. These files were moved "as is"
29754 with no modifications. This migration is part of a major overhaul
29755 of dejagnu. The modifications to these testcases, etc., which
29756 will allow them to work with the new version of dejagnu will be
29757 made in a future update.
48efe704 29758
8d8cb839 29759 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 29760\f
8d8cb839
EZ
29761;; Local Variables:
29762;; mode: change-log
29763;; left-margin: 8
29764;; fill-column: 74
29765;; version-control: never
29766;; End:
902f2ccb 29767
0b302171 29768 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
29769 Copying and distribution of this file, with or without modification,
29770 are permitted provided the copyright notice and this notice are preserved.