2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4357ac6c
TT
12012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.fortran/common-block.exp: New file.
4 * gdb.fortran/common-block.f90: New file.
5
6f380991
AB
62012-09-26 Andrew Burgess <aburgess@broadcom.com>
7
8 * gdb.base/duplicate-bp.c: New file.
9 * gdb.base/duplicate-bp.exp: New file.
10
8ae551cf
YQ
112012-09-26 Yao Qi <yao@codesourcery.com>
12
13 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
14
15 Revert:
16 2012-09-21 Yao Qi <yao@codesourcery.com>
17
18 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
19
318102b9
SP
202012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
21
22 * gdb.base/longest-types.c: New test case.
23 * gdb.base/longest-types.exp: New test case.
24
a1e5fd69
YQ
252012-09-25 Yao Qi <yao@codesourcery.com>
26
27 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
28
04e7407c
JK
292012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 Fix internal error on canonicalization of clang types.
32 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
33 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
34 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
35
9bf4bce9
JK
362012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
37
38 Fix disassemble without parameters in tailcall frame.
39 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
40
2603f7ee
AB
412012-09-21 Andrew Burgess <aburgess@broadcom.com>
42
43 * gdb.dwarf2/dw2-op-out-param.S: New file.
44 * gdb.dwarf2/dw2-op-out-param.exp: New file.
45
a3569abd
YQ
462012-09-21 Yao Qi <yao@codesourcery.com>
47
48 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
49
a065d7af
YQ
502012-09-21 Yao Qi <yao@codesourcery.com>
51
52 * gdb.mi/mi-cli.exp: Remove.
53 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
54
15544bd9
YQ
552012-09-21 Yao Qi <yao@codesourcery.com>
56
57 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
58 "=record-started" notification.
59
82a90ccf
YQ
602012-09-21 Yao Qi <yao@codesourcery.com>
61
62 * gdb.mi/mi-record-changed.exp: New.
63 * gdb.mi/mi-reverse.exp: Adjust expected output.
64
d7de8e3c
TT
652012-09-20 Tom Tromey <tromey@redhat.com>
66
67 * gdb.python/python.exp: Test atexit.register.
68
1aa99537
DE
692012-09-20 Doug Evans <dje@google.com>
70
05eade73
DE
71 * boards/dwarf4-gdb-index.exp: New file.
72
1aa99537
DE
73 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
74 while running the tests.
75
4ae24af0
JB
762012-09-18 Joel Brobecker <brobecker@adacore.com>
77
78 * gdb.ada/bp_reset: New testcase.
79
bb25a15c
YQ
802012-09-18 Yao Qi <yao@codesourcery.com>
81
82 * gdb.trace/mi-tsv-changed.exp: New.
83
201b4506
YQ
842012-09-18 Yao Qi <yao@codesourcery.com>
85
86 * gdb.trace/mi-traceframe-changed.exp: New.
87
6fc1c773
YQ
882012-09-17 Yao Qi <yao@codesourcery.com>
89
90 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
91 when it is less than 0.
92
1ab3b62c
JK
932012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
94
95 PR 14119
96 * gdb.arch/amd64-tailcall-ret.S: New file.
97 * gdb.arch/amd64-tailcall-ret.c: New file.
98 * gdb.arch/amd64-tailcall-ret.exp: New file.
99 * gdb.reverse/amd64-tailcall-reverse.S: New file.
100 * gdb.reverse/amd64-tailcall-reverse.c: New file.
101 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
102
acf9414f
JK
1032012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
104
105 PR 14548
106 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
107 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
108 * gdb.reverse/singlejmp-reverse.S: New file.
109 * gdb.reverse/singlejmp-reverse.c: New file.
110 * gdb.reverse/singlejmp-reverse.exp: New file.
111
666b578b
JK
1122012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 Fix compatibility with old GCC (~4.1).
115 * gdb.cp/converts.cc (my_enum_var): New variable.
116
42056501
AB
1172012-09-14 Andrew Burgess <aburgess@broadcom.com>
118
119 * gdb.xml/tdesc-regs.exp: Update expected output for new
120 vector_size syntax of vector types.
121
b9516fa1
YPK
1222012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
123
124 Refactor Python "gdb" module into a proper Python package, by
125 introducing a new "_gdb" module for code implemented in C, and
126 using reload/__import__ instead of exec.
127 * gdb.python/python.exp (Test stderr location): Update module
128 location of GDB-specific sys.stderr.
129 (Test stdout location): Ditto for sys.stdout.
130
18dc9ad8
JK
1312012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
132
133 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
134
ea3a9873
KS
1352012-09-12 Keith Seitz <keiths@redhat.com>
136
137 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
138 conversion statement.
139
5941debb
DE
1402012-09-12 Doug Evans <dje@google.com>
141
142 * gdb.base/help.exp: Remove testing of individual command help text,
143 too much of a maintenance burden. Instead, test the functionality
144 of "help" itself.
145
cfc35e02
DE
1462012-09-11 Doug Evans <dje@google.com>
147
3a0ed5d7
DE
148 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
149 breakpoint.
150
cfc35e02
DE
151 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
152 * gdb.dwarf2/fission-reread.S: Ditto.
153 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
154 * gdb.dwarf2/fission-reread.exp: Ditto.
155
350b1b26
AB
1562012-09-11 Andrew Burgess <aburgess@broadcom.com>
157
158 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
159
2fa15f23
JB
1602012-09-10 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.ada/optim_drec: New testcase.
163
09be558e
DE
1642012-09-10 Doug Evans <dje@google.com>
165
166 * boards/fission.exp: Explicitly mark "board" as not remote.
167
5b4f6e25
KS
1682012-09-10 Keith Seitz <keiths@redhat.com>
169
170 PR gdb/13483
171 * gdb.cp/converts.cc (A::A): Add ctor.
172 (A::member_): Add member.
173 (enum my_enum): New enumeration.
174 (main): Add calls to foo1_7 with various
175 permitted arguments.
176 * gdb.cp/converts.exp: Add tests for boolean
177 conversions permitted by the standard.
178
b4ca5ed9
YPK
1792012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
180
181 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
182 avoid spurious results due to ~/.gdbinit.
183 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
184 $INTERNAL_GDBFLAGS in run command.
185 * gdb.gdb/observer.exp (setup_test): Ditto.
186 * gdb.gdb/selftest.exp (test_with_self): Ditto.
187 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
188
d54b30bb
DE
1892012-09-06 Doug Evans <dje@google.com>
190
14910956
DE
191 * boards/fission.exp: New file.
192
d54b30bb
DE
193 * gdb.python/py-value.exp: Use clean_restart.
194
91b253e1
DE
1952012-09-05 Doug Evans <dje@google.com>
196
197 * gdb.base/info-macros.c: Fix whitespace.
198
1292279a
PA
1992012-08-28 Pedro Alves <palves@redhat.com>
200
201 PR gdb/14428
202
203 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
204
1c8cdcb1
JK
2052012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.base/break-caller-line.c: New file.
208 * gdb.base/break-caller-line.exp: New file.
209
1e8e8b51
JK
2102012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
213 * gdb.arch/i386-cfi-notcurrent.S: New file.
214 * gdb.arch/i386-cfi-notcurrent.exp: New file.
215
1591a1e8
PA
2162012-08-27 Wei-cheng Wang <cole945@gmail.com>
217 Yao Qi <yao@codesourcery.com>
218 Pedro Alves <palves@redhat.com>
219
220 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
221 New procedures.
222 (top level): Add overlap checking tests.
223
4442ada7
TT
2242012-08-24 Tom Tromey <tromey@redhat.com>
225
226 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
227 gdb_test_multiple fails for other reasons.
228
e7d50cc9
YQ
2292012-08-24 Yao Qi <yao@codesourcery.com>
230
231 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
232
dfbd5e7b
PA
2332012-08-23 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/help.exp: Adjust to "handle" help text change.
236
8d735b87
YQ
2372012-08-23 Yao Qi <yao@codesourcery.com>
238
239 * gdb.trace/disconnected-tracing.c (start, end): New.
240 (main): Call start and end.
241 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
242 existing tests into this proc.
243 (disconnected_tfind): New.
244
61b1d759
YQ
2452012-08-23 Yao Qi <yao@codesourcery.com>
246
247 * boards/native-gdbserver.exp (${board}_upload): New.
248 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
249 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
250 Execute tfile on remote target.
251 Copy trace file from target to host.
252
6ca1b147
JM
2532012-08-22 Joseph Myers <joseph@codesourcery.com>
254
255 * gdb.arch/thumb-bx-pc.S: New file.
256 * gdb.arch/thumb-bx-pc.exp: New file.
257
706e3705
TT
2582012-08-22 Tom Tromey <tromey@redhat.com>
259
260 * gdb.base/maint.exp: Update.
261
b4893d48
TT
2622012-08-22 Tom Tromey <tromey@redhat.com>
263
264 * lib/gdb.exp (skip_unwinder_tests): New proc.
265 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
266 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
267
45b7da81
TT
2682012-08-21 Tom Tromey <tromey@redhat.com>
269
270 * gdb.hp/gdb.aCC/exception.exp: Remove.
271
f94363d7
AP
272012-08-19 Andrew Pinski <apinski@cavium.com>
273
274 * gdb.arch/mips-octeon-bbit.c: New file.
275 * gdb.arch/mips-octeon-bbit.exp: New Test.
276
e5afdbd7
KS
277012-08-19 Keith Seitz <keiths@redhat.com>
278
279 PR c++/14365
280 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
281 * gdb.dwarf2/dw2-anon-mptr.S: New file.
282
c29e8b64
JK
2832012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
284
285 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
286 verbose -log by more specific untested call.
287
15a7e7bc
YQ
2882012-08-18 Yao Qi <yao@codesourcery.com>
289
290 * gdb.trace/tfind.exp: Move tests on various command help before
291 checking target supports trace.
292 Fix the expected output of 'help tfind end'.
293
a451cb65
KS
2942012-08-17 Keith Seitz <keiths@redhat.com>
295
296 PR c++/13356
297 * gdb.base/default.exp: Update all "check type" tests.
298 * gdb.base/help.exp: Likewise.
299 * gdb.base/setshow.exp: Likewise.
300 * gdb.cp/converts.cc (foo1_type_check): New function.
301 (foo2_type_check): New function.
302 (foo3_type_check): New function.
303 (main): Call new functions.
304 * converts.exp: Add tests for integer-to-pointer conversions
305 with/without strict type-checking.
306
dbf6a605
MF
3072012-08-16 Mike Frysinger <vapier@gentoo.org>
308
309 * gdb.base/help.exp: Update expected output.
310
0c92d8c1
JB
3112012-08-16 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb.ada/rdv_wait: New testcase.
314
e56f7f42
JK
3152012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * gdb.base/attach-twice.exp: Remove excessive ps exec.
318
f47f77df
DE
3192012-08-13 Doug Evans <dje@google.com>
320
e202d6e8 321 * gdb.base/help.exp: Update expected output.
f47f77df
DE
322 * gdb.base/default.exp: Update expected output of "show convenience".
323
a72c3253
DE
3242012-08-10 Doug Evans <dje@google.com>
325
326 * gdb.python/py-strfns.c: New file.
327 * gdb.python/py-strfns.exp: New file.
328 * gdb.python/py-type.exp (test_fields): Add vector tests.
329
de0bea00
MF
3302012-08-10 Mike Frysinger <vapier@gentoo.org>
331
332 PR cli/10436:
333 * gdb.base/completion.exp: Add tests for handle completion.
334
5b9afe8a
YQ
3352012-08-09 Yao Qi <yao@codesourcery.com>
336
337 * gdb.mi/mi-cmd-param-changed.exp: New.
338 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
339 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
340 * gdb.mi/mi2-prompt.exp: Likewise.
341
4f485ebc
DE
3422012-08-08 Doug Evans <dje@google.com>
343
344 * gdb.base/debug-expr.c: New file.
345 * gdb.base/debug-expr.exp: New file.
346 * gdb.base/exprs.exp: Test {type} casts.
347 * gdb.cp/debug-expr.exp: New file.
348
5888842d
JK
3492012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
352 global variable loop, not a 'break'. Add loop count limit to 100.
353 Add new fail case for terminated vgdb.
354
4f69f4c2
JK
3552012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
356 Jean-Marc Saffroy <saffroy@gmail.com>
357
358 PR 11804
359 * gdb.base/gcore-relro.exp: New file.
360 * gdb.base/gcore-relro-main.c: New file.
361 * gdb.base/gcore-relro-lib.c: New file.
362
e2de5390
JK
3632012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 Do not false FAIL with old GCCs.
366 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
367 GCC < 4.5 in $no_hw mode.
368
606603c5
JK
3692012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 * gdb.base/default.exp (cd): Accept new directory with no arguments.
372
777f26c2
JK
3732012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * gdb.base/list.exp (test_only_end): New function.
376 Call it.
377
2c12abee
TT
3782012-08-06 Tom Tromey <tromey@redhat.com>
379
380 * gdb.python/py-mi.exp: Add test for printer whose children
381 are a list.
382 * gdb.python/py-prettyprint.c (struct children_as_list): New.
383 (main): New variable children_as_list.
384 * gdb.python/py-prettyprint.py (class pp_children_as_list):
385 New.
386 (register_pretty_printers): Register new printer.
387
0eae2cf4
EBM
3882012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
389
390 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
391 symbols. Abort if vgdb remote connection is closed.
392
09e0881d
DE
3932012-08-02 Doug Evans <dje@google.com>
394
395 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
396
b40f514f
SDJ
3972012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
398
399 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
400 s390x, PowerPC 64 and m68k-linux.
401
11315ae0
UW
4022012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
403
404 * gdb.base/annota1.exp: Accept no frames-invalid notification
405 when starting up the program.
406 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
407 show a symbolic value as well.
408 * gdb.server/server-exec-info.exp: Skip test when skipping
409 gdbserver test and/or when skipping shared library tests.
410 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
411 avoid name conflicts with other tests.
412
0547eeed
UW
4132012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
414
415 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
416 Fix wrong output on big-endian systems.
417 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
418 4-byte pointer types on 64-bit s390x.
419
bdddb4de
UW
4202012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
421
422 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
423 marker comment at the beginning (after intialization).
424 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
425 breakpoint on marker comment instead of function begin.
426 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
427 PowerPC.
428 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
429 or 64-bit PowerPC.
430 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
431 gdb,no_hardware_watchpoints flag is set.
432 (initialize): Remove now redundant can-use-hw-watchpoints change.
433
5d206025
YQ
4342012-08-02 Yao Qi <yao@codesourcery.com>
435 Pedro Alves <palves@redhat.com>
436
437 * boards/local-remote-host.exp: New.
438
4f665099
UW
4392012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
440
441 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
442 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
443 * gdb.base/print-file-var.exp: Likewise.
444 * gdb.server/solib-list.exp: Skip on remote targets.
445
b62e2b27
UW
4462012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
447
448 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
449 watchpoints on ARM. When expecting software watchpoints, tolerate
450 (remote) targets that report unsupported hardware watchpoint only
451 at continue time.
452 (test_wide_location_2): Likewise.
453
a967a851
JK
4542012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
457 valgrind versions.
458
75d9f9ff 4592012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
460
461 * gdb.base/valgrind-infcall.c: New file.
462 * gdb.base/valgrind-infcall.exp: New file.
463
75d9f9ff
JK
464 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
465
1c9f2ed2
KS
4662012-07-30 Keith Seitz <keiths@redhat.com>
467
468 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
469 linespecs.
470
7f9b2034
DE
4712012-07-30 Doug Evans <dje@google.com>
472
85220e01
DE
473 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
474 * gdb.dwarf2/pr13961.S: Ditto.
475
7f9b2034
DE
476 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
477
4e969b4f
AB
4782012-07-30 Andrew Burgess <aburgess@broadcom.com>
479
480 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
481 change its format immediately after reloading the binary.
482
e7de8362
JK
4832012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 Fix testsuite regression after --use-deprecated-index-sections removal.
486 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
487 string.
488 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
489
7255706c
YQ
4902012-07-27 Yao Qi <yao@codesourcery.com>
491
492 KFAIL for PR remote/14161.
493 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
494 Cleanup socket files.
495 (strace_info_marker): Detach inferior.
496
f2e8016f
TT
4972012-07-26 Tom Tromey <tromey@redhat.com>
498
499 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
500
f66713d2
JK
5012012-07-26 Markus Metzger <markus.t.metzger@intel.com>
502
503 * gdb.python/py-inferior.c (thread): New function.
504 (check_threads): New function.
505 (test_threads): New function.
506 * gdb.python/py-inferior.exp: Added test.
507 Replaced runto with continue to breakpoint.
508
8223e12c
TT
5092012-07-26 Tom Tromey <tromey@redhat.com>
510
511 * lib/ada.exp (standard_ada_testfile): New proc.
512 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
513 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
514 * gdb.ada/array_return.exp: Use standard_ada_testfile.
515 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
516 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
517 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
518 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
519 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
520 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
521 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
522 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
523 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
524 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
525 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
526 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
527 * gdb.ada/char_param.exp: Use standard_ada_testfile.
528 * gdb.ada/complete.exp: Use standard_ada_testfile.
529 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
530 standard_output_file.
531 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
532 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
533 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
534 standard_output_file.
535 * gdb.ada/exprs.exp: Use standard_ada_testfile.
536 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
537 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
538 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
539 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
540 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
541 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
542 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
543 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
544 * gdb.ada/homonym.exp: Use standard_ada_testfile.
545 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
546 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
547 * gdb.ada/interface.exp: Use standard_ada_testfile.
548 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
549 standard_output_file
550 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
551 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
552 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
553 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
554 * gdb.ada/nested.exp: Use standard_ada_testfile.
555 * gdb.ada/null_array.exp: Use standard_ada_testfile.
556 * gdb.ada/null_record.exp: Use standard_ada_testfile.
557 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
558 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
559 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
560 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
561 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
562 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
563 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
564 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
565 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
566 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
567 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
568 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
569 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
570 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
571 * gdb.ada/start.exp: Use standard_ada_testfile.
572 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
573 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
574 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
575 * gdb.ada/tagged.exp: Use standard_ada_testfile.
576 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
577 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
578 * gdb.ada/tasks.exp: Use standard_ada_testfile.
579 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
580 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
581 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
582 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
583 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
584 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
585 * gdb.ada/widewide.exp: Use standard_ada_testfile.
586
bbec57e4
JK
5872012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 Fix testsuite regression after --use-deprecated-index-sections removal.
590 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
591
9cc8e32c
JK
5922012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 Fix compatibility with Tcl before 7.5.
595 * lib/future.exp (lreverse): New function if it does not exist.
596
ea5ca7b5
MK
5972012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
598
599 * gdb.mi/mi-pending.c: New method to set a second pending
600 breakpoint.
601 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
602 condition.
603
64776a0b
PA
6042012-07-20 Pedro Alves <palves@redhat.com>
605
606 PR threads/11692
607 PR gdb/12203
608
609 * gdb.threads/create-fail.c: New file.
610 * gdb.threads/create-fail.exp: New file.
611
13e4e967
PA
6122012-07-19 Pedro Alves <palves@redhat.com>
613
614 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
615 * config/vx.exp (gdb_start): Likewise.
616 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
617 * gdb.base/setvar.exp (test_set): Likewise.
618 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
619 * gdb.reverse/sigall-precsave.exp: Likewise.
620 * gdb.reverse/sigall-reverse.exp: Likewise.
621
b7aefa4d
PA
6222012-07-19 Pedro Alves <palves@redhat.com>
623
624 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
625 handler before recording.
626
608b4967
TT
6272012-07-19 Tom Tromey <tromey@redhat.com>
628
629 * gdb.cp/casts.exp: Add tests for typeof and decltype.
630 * gdb.cp/casts.cc (decltype): New function.
631 (main): Use it.
632
b1e0c0fa
PA
6332012-07-19 Pedro Alves <palves@redhat.com>
634
635 * gdb.base/sigall.exp (signals): New list.
636 <top level>: Loop over signals in the $signals list instead of
637 calling a test function once per signal.
638 * gdb.reverse/sigall-precsave.exp (signals): New list.
639 <top level>: Loop over signals in the $signals list instead of
640 calling a test function once per signal.
641 * gdb.reverse/sigall-reverse.exp (signals): New list.
642 <top level>: Loop over signals in the $signals list instead of
643 calling a test function once per signal.
644
6ace3df1
YQ
6452012-07-19 Yao Qi <yao@codesourcery.com>
646
647 * gdb.base/setshow.exp: Test 'set args ~'.
648
263a0f8c
JK
6492012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.base/store.exp (check_set): Import gdb_prompt.
652 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
653 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
654
8f043999
JK
6552012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 PR 11914
658 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
659 (main): Call eval_sub.
660 * gdb.python/py-prettyprint.exp:
661 (python execfile ('py-prettyprint.py')): Move it earlier.
662 New breakpoint for eval-break.
663 (continue to breakpoint: eval-break, info locals): New test.
664 (python execfile ('py-prettyprint.py')): Move it from here.
665 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
666 (register_pretty_printers): Register pp_eval_type.
667
725c7b66
JK
6682012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 Fix a testcase regression by me.
671 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
672 DW_FORM_data4.
673
4359dff1
JK
6742012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
675 Doug Evans <dje@google.com>
676
677 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
678 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
679
61e44cfa
JK
6802012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 Fix gdbserver run regression.
683 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
684
93c0ef37
TT
6852012-07-12 Tom Tromey <tromey@redhat.com>
686
687 * lib/gdb.exp (standard_testfile): Don't declare objdir.
688 (clean_restart): Likewise.
689 (core_find): Use standard_output_file.
690
76027ef5
TT
6912012-07-12 Tom Tromey <tromey@redhat.com>
692
693 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
694 * gdb.dwarf2/dw2-anonymous-func.exp: Use
695 prepare_for_testing_full.
696 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
697 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
698 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
699 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
700 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
701 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
702 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
703 prepare_for_testing_full.
704 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
705 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
706 prepare_for_testing_full.
707 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
708 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
709 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
710
85b4440a
TT
7112012-07-12 Tom Tromey <tromey@redhat.com>
712
713 * lib/gdb.exp (build_executable_from_specs): New proc, from
714 build_executable.
715 (build_executable): Use it.
716 (prepare_for_testing_full): New proc.
717
55baab26
TT
7182012-07-11 Tom Tromey <tromey@redhat.com>
719
720 * gdb.reverse/break-precsave.exp: Use standard_output_file.
721 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
722 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
723 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
724 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
725 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
726 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
727 * gdb.reverse/step-precsave.exp: Use standard_output_file.
728 * gdb.reverse/until-precsave.exp: Use standard_output_file.
729 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
730
298a9cf0
TT
7312012-07-10 Tom Tromey <tromey@redhat.com>
732
733 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
734 standard_output_file.
735 * gdb.mi/gdb2549.exp: Use standard_testfile.
736 * gdb.mi/gdb669.exp: Use standard_testfile.
737 * gdb.mi/gdb701.exp: Use standard_testfile.
738 * gdb.mi/gdb792.exp: Use standard_testfile.
739 * gdb.mi/mi-async.exp: Use standard_testfile.
740 * gdb.mi/mi-basics.exp: Use standard_testfile.
741 * gdb.mi/mi-break.exp: Use standard_testfile.
742 * gdb.mi/mi-cli.exp: Use standard_testfile.
743 * gdb.mi/mi-console.exp: Use standard_testfile.
744 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
745 * gdb.mi/mi-eval.exp: Use standard_testfile.
746 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
747 * gdb.mi/mi-file.exp: Use standard_testfile.
748 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
749 * gdb.mi/mi-logging.exp: Use standard_testfile.
750 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
751 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
752 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
753 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
754 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
755 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
756 * gdb.mi/mi-pending.exp: Use standard_testfile,
757 standard_output_file.
758 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
759 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
760 * gdb.mi/mi-regs.exp: Use standard_testfile.
761 * gdb.mi/mi-return.exp: Use standard_testfile.
762 * gdb.mi/mi-reverse.exp: Use standard_testfile.
763 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
764 * gdb.mi/mi-solib.exp: Use standard_testfile,
765 standard_output_file.
766 * gdb.mi/mi-stack.exp: Use standard_testfile.
767 * gdb.mi/mi-stepi.exp: Use standard_testfile.
768 * gdb.mi/mi-stepn.exp: Use standard_testfile.
769 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
770 * gdb.mi/mi-until.exp: Use standard_testfile.
771 * gdb.mi/mi-var-block.exp: Use standard_testfile.
772 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
773 * gdb.mi/mi-var-child.exp: Use standard_testfile.
774 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
775 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
776 * gdb.mi/mi-var-display.exp: Use standard_testfile.
777 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
778 standard_output_file.
779 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
780 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
781 * gdb.mi/mi-watch.exp: Use standard_testfile.
782 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
783 * gdb.mi/mi2-basics.exp: Use standard_testfile.
784 * gdb.mi/mi2-break.exp: Use standard_testfile.
785 * gdb.mi/mi2-cli.exp: Use standard_testfile.
786 * gdb.mi/mi2-console.exp: Use standard_testfile.
787 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
788 * gdb.mi/mi2-eval.exp: Use standard_testfile.
789 * gdb.mi/mi2-file.exp: Use standard_testfile.
790 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
791 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
792 * gdb.mi/mi2-regs.exp: Use standard_testfile.
793 * gdb.mi/mi2-return.exp: Use standard_testfile.
794 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
795 * gdb.mi/mi2-stack.exp: Use standard_testfile.
796 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
797 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
798 * gdb.mi/mi2-until.exp: Use standard_testfile.
799 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
800 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
801 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
802 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
803 * gdb.mi/mi2-watch.exp: Use standard_testfile.
804
f5f3a911
TT
8052012-07-10 Tom Tromey <tromey@redhat.com>
806
807 * gdb.cp/abstract-origin.exp: Use standard_testfile.
808 * gdb.cp/ambiguous.exp: Use standard_testfile,
809 prepare_for_testing.
810 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
811 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
812 * gdb.cp/anon-ns.exp: Use standard_testfile.
813 * gdb.cp/anon-struct.exp: Use standard_testfile.
814 * gdb.cp/anon-union.exp: Use standard_testfile,
815 prepare_for_testing.
816 * gdb.cp/arg-reference.exp: Use standard_testfile,
817 prepare_for_testing.
818 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
819 * gdb.cp/breakpoint.exp: Use standard_testfile,
820 prepare_for_testing.
821 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
822 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
823 standard_output_file.
824 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
825 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
826 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
827 (test_static_members): Update.
828 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
829 * gdb.cp/converts.exp: Use standard_testfile.
830 * gdb.cp/cp-relocate.exp: Use standard_testfile.
831 * gdb.cp/cpcompletion.exp: Use standard_testfile,
832 prepare_for_testing.
833 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
834 * gdb.cp/cplabel.exp: Use standard_testfile.
835 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
836 prepare_for_testing.
837 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
838 * gdb.cp/derivation.exp: Use standard_testfile,
839 prepare_for_testing.
840 * gdb.cp/destrprint.exp: Use standard_testfile.
841 * gdb.cp/dispcxx.exp: Use standard_testfile.
842 * gdb.cp/exception.exp: Use standard_testfile,
843 prepare_for_testing.
844 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
845 * gdb.cp/extern-c.exp: Use standard_testfile,
846 prepare_for_testing.
847 * gdb.cp/formatted-ref.exp: Use standard_testfile,
848 prepare_for_testing.
849 * gdb.cp/fpointer.exp: Use standard_testfile.
850 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
851 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
852 standard_output_file.
853 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
854 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
855 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
856 standard_output_file.
857 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
858 (do_tests): Update.
859 * gdb.cp/koenig.exp: Use standard_testfile.
860 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
861 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
862 * gdb.cp/m-static.exp: Use standard_testfile,
863 prepare_for_testing.
864 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
865 * gdb.cp/mb-inline.exp: Use standard_testfile,
866 prepare_for_testing.
867 * gdb.cp/mb-templates.exp: Use standard_testfile,
868 prepare_for_testing.
869 * gdb.cp/member-ptr.exp: Use standard_testfile,
870 prepare_for_testing.
871 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
872 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
873 * gdb.cp/method2.exp: Use standard_testfile.
874 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
875 standard_output_file.
876 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
877 (do_tests): Update.
878 * gdb.cp/namespace-enum.exp: Use standard_testfile,
879 prepare_for_testing.
880 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
881 prepare_for_testing.
882 * gdb.cp/namespace.exp: Use standard_testfile,
883 prepare_for_testing.
884 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
885 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
886 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
887 * gdb.cp/nsimport.exp: Use standard_testfile,
888 prepare_for_testing.
889 * gdb.cp/nsnested.exp: Use standard_testfile.
890 * gdb.cp/nsnoimports.exp: Use standard_testfile.
891 * gdb.cp/nsrecurs.exp: Use standard_testfile,
892 prepare_for_testing.
893 * gdb.cp/nsstress.exp: Use standard_testfile,
894 prepare_for_testing.
895 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
896 * gdb.cp/operator.exp: Use standard_testfile.
897 * gdb.cp/oranking.exp: Use standard_testfile.
898 * gdb.cp/overload-const.exp: Use standard_testfile.
899 * gdb.cp/overload.exp: Use standard_testfile,
900 prepare_for_testing.
901 * gdb.cp/ovldbreak.exp: Use standard_testfile.
902 * gdb.cp/ovsrch.exp: Use standard_testfile.
903 * gdb.cp/paren-type.exp: Use standard_testfile.
904 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
905 prepare_for_testing.
906 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
907 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
908 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
909 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
910 * gdb.cp/pr10728.exp: Use standard_testfile,
911 standard_output_file.
912 * gdb.cp/pr12028.exp: Use standard_testfile.
913 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
914 * gdb.cp/pr9167.exp: Use standard_testfile.
915 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
916 * gdb.cp/printmethod.exp: Use standard_testfile,
917 prepare_for_testing.
918 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
919 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
920 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
921 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
922 standard_output_file.
923 * gdb.cp/readnow-language.exp: Use standard_testfile.
924 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
925 (gdb_start_again): Use clean_restart.
926 * gdb.cp/ref-types.exp: Use standard_testfile,
927 prepare_for_testing.
928 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
929 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
930 * gdb.cp/smartp.exp: Use standard_testfile.
931 * gdb.cp/static-method.exp: Use standard_testfile.
932 * gdb.cp/static-print-quit.exp: Use standard_testfile.
933 * gdb.cp/temargs.exp: Use standard_testfile.
934 * gdb.cp/templates.exp: Use standard_testfile,
935 prepare_for_testing.
936 (do_tests): Update.
937 * gdb.cp/try_catch.exp: Use standard_testfile,
938 prepare_for_testing.
939 * gdb.cp/typedef-operator.exp: Use standard_testfile.
940 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
941 * gdb.cp/virtbase.exp: Use standard_testfile,
942 prepare_for_testing.
943 * gdb.cp/virtfunc.exp: Use standard_testfile,
944 prepare_for_testing.
945 (do_tests): Update.
946 * gdb.cp/virtfunc2.exp: Use standard_testfile,
947 prepare_for_testing.
948
686f09d0
TT
9492012-07-10 Tom Tromey <tromey@redhat.com>
950
951 * lib/gdb.exp (standard_testfile): Unset output variables from
952 earlier invocations.
953
9357e021
YQ
9542012-07-10 Yao Qi <yao@codesourcery.com>
955
956 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
957 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
958 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
959 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
960 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
961 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
962 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
963 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
964 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
965 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
966 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
967 * gdb.mi/mi-var-display.exp: Likewise.
968 * gdb.mi/mi-var-invalidate.exp: Likewise.
969 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
970 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
971 * gdb.mi/mi2-console.exp: Likewise.
972 * gdb.mi/mi2-disassemble.exp: Likewise.
973 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
974 * gdb.mi/mi2-read-memory.exp: Likewise.
975 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
976 * gdb.mi/mi2-simplerun.exp: Likewise.
977 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
978 * gdb.mi/mi2-syn-frame.exp: Likewise.
979 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
980 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
981 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
982
e314d629
TT
9832012-07-09 Tom Tromey <tromey@redhat.com>
984
985 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
986 * gdb.base/callfuncs.exp: Add cast-based test.
987 * gdb.base/callfuncs.c (voidfunc): New function.
988
06928b3f
DE
9892012-07-08 Doug Evans <dje@google.com>
990
991 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
992
32f11bad
JK
9932012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Fix XFAIL compatibility with old i386 systems.
996 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
997 Check also 'Cannot insert breakpoint 0'.
998
76b83c51
JK
9992012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 PR 14321
1002 * gdb.base/find.exp
1003 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
1004
a6fb9c08
TT
10052012-07-06 Tom Tromey <tromey@redhat.com>
1006
1007 * gdb.base/whatis.exp: Add test.
1008
71918a86
TT
10092012-07-06 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.base/whatis.exp: Add regression test.
1012
fcde5961
TT
10132012-07-06 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.base/whatis.exp: Add tests.
1016
f9cf0f4a
JK
10172012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1018
1019 PR 12649
1020 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
1021 gdb_test_multiple $gdb_prompt terminator.
1022
979ade8b
PA
10232012-07-04 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.mi/mi-reverse.exp: Use supports_reverse and
1026 supports_process_record.
1027
8a980b44
PA
10282012-07-04 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
1031 endings.
1032 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
1033
855ba978
SS
10342012-07-03 Stan Shebs <stan@codesourcery.com>
1035
1036 * gdb.base/info-os.c (main): Retry resource acquisition until an
1037 available one is found.
1038 * gdb.base/info-os.exp: Collect resource keys from the program
1039 and use them in matching.
1040
fcb44371
JK
10412012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1042
1043 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
1044 Wrap the test into loop for corefile and core0file.
1045
08a67be6
JK
10462012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
1049 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
1050 .note.GNU-stack.
1051
0f3c2347
JK
1052 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
1053
ff4a4500
SDJ
10542012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
1055
1056 * gdb.base/help.exp (help b, help br, help bre, help brea, help
1057 break): Include help message for the new `-probe' and `-probe-stap'
1058 options.
1059
d3ce09f5
SS
10602012-07-02 Stan Shebs <stan@codesourcery.com>
1061
1062 * gdb.base/dprintf.exp: Add agent style tests.
1063
a1624241
JK
10642012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdb.base/stale-infcall.c (infcall): New label test-next.
1067 (main): New labels test-pass and test-fail.
1068 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
1069 $test_fail_bpnum to test-fail.
1070 (test system longjmp tracking support): New test.
1071 Delete $test_fail_bpnum.
1072 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
1073 breakpoint.
1074
42e7ad6c
DE
10752012-06-30 Doug Evans <dje@google.com>
1076
1077 * gdb.dwarf2/fission-reread.S: New file.
1078 * gdb.dwarf2/fission-reread.exp: New file.
1079
37ce89eb
SS
10802012-06-28 Stan Shebs <stan@codesourcery.com>
1081
1082 * gdb.mi/mi-logging.exp: New file.
1083
e5ef252a
PA
10842012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1085 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.threads/siginfo-threads.exp: New file.
1088 * gdb.threads/siginfo-threads.c: New file.
1089 * gdb.threads/sigstep-threads.exp: New file.
1090 * gdb.threads/sigstep-threads.c: New file.
1091
22f1fbae
TT
10922012-06-28 Tom Tromey <tromey@redhat.com>
1093
1094 * gdb.go/package.exp: Partially revert earlier patch; use
1095 gdb_compile again. Use standard_output_file.
1096
2e3cf129
DE
10972012-06-27 Doug Evans <dje@google.com>
1098
1099 * gdb.dwarf2/fission-base.c: New file.
1100 * gdb.dwarf2/fission-base.S: New file.
1101 * gdb.dwarf2/fission-base.exp: New file.
1102
785fd303
JK
11032012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
1106
1bb9788d
TT
11072012-06-27 Tom Tromey <tromey@redhat.com>
1108
1109 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
1110 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
1111
c83ee902
TT
11122012-06-27 Tom Tromey <tromey@redhat.com>
1113
1114 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
1115 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
1116 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
1117 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
1118 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
1119 prepare_for_testing.
1120 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
1121 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
1122 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
1123 standard_testfile.
1124 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
1125 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
1126 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
1127 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
1128 prepare_for_testing.
1129 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
1130 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
1131 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
1132 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
1133 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
1134 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
1135 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
1136 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
1137 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
1138 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
1139 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
1140 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
1141 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
1142 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
1143 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
1144 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
1145 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
1146 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
1147 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
1148 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
1149 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
1150 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
1151 standard_output_file.
1152 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
1153 standard_output_file.
1154 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
1155 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
1156 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
1157 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
1158 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
1159 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
1160 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
1161 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
1162 * gdb.dwarf2/implptr.exp: Use standard_testfile.
1163 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
1164 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
1165 * gdb.dwarf2/pieces.exp: Use standard_testfile.
1166 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
1167 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
1168 * gdb.dwarf2/valop.exp: Use standard_testfile,
1169 prepare_for_testing.
1170
5204774b
TT
11712012-06-27 Tom Tromey <tromey@redhat.com>
1172
1173 * gdb.python/python.exp: Fix regexps in pagination tests.
1174
ee0bf529
SCR
11752012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1176
1177 * gdb.python/py-symtab.exp: Add tests to test the new attribute
1178 'last' of gdb.Symtab_and_line.
1179 * gdb.python/py-symbol.c: Move break point comment to enable
1180 testing of gdb.Symtab_and_line.last.
1181
14fcc022
TT
11822012-06-26 Tom Tromey <tromey@redhat.com>
1183
1184 * gdb.threads/step.c: Remove.
1185 * gdb.threads/step.exp: Remove.
1186 * gdb.threads/step2.exp: Remove.
1187
0efbbabc
TT
11882012-06-26 Tom Tromey <tromey@redhat.com>
1189
1190 * gdb.threads/watchpoint-fork.exp (test): Use
1191 standard_output_file. Don't declare objdir.
1192 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
1193 standard_output_file.
1194 * gdb.threads/attach-stopped.exp: Use standard_testfile.
1195 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
1196 clean_restart. Remove incdir.
1197 * gdb.threads/corethreads.exp: Use standard_testfile.
1198 * gdb.threads/execl.exp: Use standard_testfile,
1199 standard_output_file, clean_restart.
1200 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
1201 clean_restart.
1202 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
1203 clean_restart.
1204 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
1205 incdir.
1206 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
1207 clean_restart. Remove incdir.
1208 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
1209 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
1210 clean_restart. Remove incdir.
1211 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
1212 Remove incdir.
1213 * gdb.threads/leader-exit.exp: Use standard_testfile.
1214 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
1215 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
1216 clean_restart.
1217 * gdb.threads/manythreads.exp: Use standard_testfile,
1218 clean_restart. Remove incdir.
1219 * gdb.threads/multi-create.exp: Use standard_testfile,
1220 clean_restart.
1221 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
1222 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
1223 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
1224 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
1225 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
1226 * gdb.threads/pending-step.exp: Use standard_testfile,
1227 clean_restart. Remove incdir.
1228 * gdb.threads/print-threads.exp: Use standard_testfile,
1229 clean_restart. Remove incdir.
1230 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
1231 clean_restart. Remove incdir.
1232 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
1233 Remove incdir.
1234 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
1235 incdir.
1236 * gdb.threads/sigthread.exp: Use standard_testfile,
1237 clean_restart.
1238 * gdb.threads/staticthreads.exp: Use standard_testfile,
1239 clean_restart. Remove incdir.
1240 * gdb.threads/switch-threads.exp: Use standard_testfile,
1241 clean_restart. Remove incdir.
1242 * gdb.threads/thread-execl.exp: Use standard_testfile,
1243 clean_restart. Remove incdir.
1244 * gdb.threads/thread-find.exp: Use standard_testfile,
1245 clean_restart.
1246 * gdb.threads/thread-specific.exp: Use standard_testfile,
1247 clean_restart. Remove incdir.
1248 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
1249 clean_restart. Remove incdir.
1250 * gdb.threads/thread_check.exp: Use standard_testfile,
1251 clean_restart. Remove incdir.
1252 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
1253 incdir.
1254 * gdb.threads/threadapply.exp: Use standard_testfile,
1255 clean_restart. Remove incdir.
1256 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
1257 clean_restart. Remove incdir.
1258 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
1259 clean_restart.
1260 * gdb.threads/tls-shared.exp: Use standard_testfile,
1261 clean_restart, standard_output_file.
1262 * gdb.threads/tls-var.exp: Use standard_testfile,
1263 standard_output_file.
1264 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
1265 Remove incdir.
1266 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
1267 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
1268 incdir.
1269 * gdb.threads/watchthreads2.exp: Use standard_testfile,
1270 clean_restart. Remove incdir.
1271
497a5eb0
TT
12722012-06-26 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.trace/actions.exp: Use standard_testfile.
1275 * gdb.trace/ax.exp: Use standard_testfile.
1276 * gdb.trace/backtrace.exp: Use standard_testfile.
1277 * gdb.trace/change-loc.exp: Use standard_testfile.
1278 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
1279 * gdb.trace/collection.exp: Use standard_testfile,
1280 prepare_for_testing.
1281 * gdb.trace/deltrace.exp: Use standard_testfile.
1282 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
1283 * gdb.trace/ftrace.exp: Use standard_testfile.
1284 * gdb.trace/infotrace.exp: Use standard_testfile.
1285 * gdb.trace/packetlen.exp: Use standard_testfile.
1286 * gdb.trace/passc-dyn.exp: Use standard_testfile.
1287 * gdb.trace/passcount.exp: Use standard_testfile.
1288 * gdb.trace/pending.exp: Use standard_testfile.
1289 * gdb.trace/report.exp: Use standard_testfile.
1290 * gdb.trace/save-trace.exp: Use standard_testfile.
1291 * gdb.trace/stap-trace.exp: Use standard_testfile.
1292 * gdb.trace/status-stop.exp: Use standard_testfile.
1293 * gdb.trace/strace.exp: Use standard_testfile.
1294 * gdb.trace/tfile.exp: Use standard_testfile.
1295 * gdb.trace/tfind.exp: Use standard_testfile.
1296 * gdb.trace/trace-break.exp: Use standard_testfile.
1297 * gdb.trace/trace-mt.exp: Use standard_testfile.
1298 * gdb.trace/tracecmd.exp: Use standard_testfile.
1299 * gdb.trace/tspeed.exp: Use standard_testfile.
1300 * gdb.trace/tstatus.exp: Use standard_testfile.
1301 * gdb.trace/tsv.exp: Use standard_testfile.
1302 * gdb.trace/unavailable.exp: Use standard_testfile,
1303 prepare_for_testing.
1304 * gdb.trace/while-dyn.exp: Use standard_testfile.
1305 * gdb.trace/while-stepping.exp: Use standard_testfile.
1306
7686c074
TT
13072012-06-26 Tom Tromey <tromey@redhat.com>
1308
1309 * gdb.reverse/break-precsave.exp: Use standard_testfile.
1310 * gdb.reverse/break-reverse.exp: Use standard_testfile.
1311 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
1312 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
1313 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
1314 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
1315 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
1316 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
1317 prepare_for_testing.
1318 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
1319 prepare_for_testing.
1320 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
1321 prepare_for_testing.
1322 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
1323 prepare_for_testing.
1324 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
1325 prepare_for_testing
1326 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
1327 * gdb.reverse/machinestate.exp: Use standard_testfile.
1328 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
1329 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
1330 build_executable.
1331 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
1332 build_executable.
1333 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
1334 standard_output_file.
1335 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
1336 standard_output_file.
1337 * gdb.reverse/step-precsave.exp: Use standard_testfile.
1338 * gdb.reverse/step-reverse.exp: Use standard_testfile.
1339 * gdb.reverse/until-precsave.exp: Use standard_testfile.
1340 * gdb.reverse/until-reverse.exp: Use standard_testfile.
1341 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
1342 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
1343
481fc100
TT
13442012-06-26 Tom Tromey <tromey@redhat.com>
1345
1346 * gdb.stabs/weird.exp: Remove directory-checking code. Use
1347 standard_output_file.
1348 * gdb.stabs/exclfwd.exp: Use standard_testfile,
1349 prepare_for_testing. Remove directory-checking code.
1350
7bb18ae2
TT
13512012-06-25 Tom Tromey <tromey@redhat.com>
1352
1353 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
1354 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
1355 build_executable, not prepare_for_testing.
1356 * gdb.multi/base.exp: Use standard_output_file. Use
1357 build_executable, not prepare_for_testing.
1358
cf09b3e4
TT
13592012-06-25 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.fortran/subarray.exp: Use standard_testfile,
1362 prepare_for_testing.
1363 * gdb.fortran/multi-dim.exp: Use standard_testfile.
1364 * gdb.fortran/module.exp: Use standard_testfile.
1365 * gdb.fortran/logical.exp: Use standard_testfile.
1366 * gdb.fortran/library-module.exp: Use standard_testfile,
1367 standard_output_file.
1368 * gdb.fortran/derived-type.exp: Use standard_testfile,
1369 prepare_for_testing.
1370 * gdb.fortran/complex.exp: Use standard_testfile,
1371 prepare_for_testing.
1372 * gdb.fortran/charset.exp: Use standard_testfile.
1373 * gdb.fortran/array-element.exp: Use standard_testfile,
1374 prepare_for_testing.
1375
18b5ff1b
KS
13762012-06-25 Keith Seitz <keiths@redhat.com>
1377
1378 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
1379 Change rbreak-related tests to KFAIL and add bugzilla numbers.
1380
17b77626
TT
13812012-06-25 Tom Tromey <tromey@redhat.com>
1382
1383 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
1384 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
1385 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
1386 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
1387
f91e3dc1
TT
13882012-06-25 Tom Tromey <tromey@redhat.com>
1389
1390 * gdb.linespec/ls-errs.exp: Use standard_testfile.
1391 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
1392 * gdb.linespec/linespec.exp: Use standard_testfile.
1393
a884434d
TT
13942012-06-25 Tom Tromey <tromey@redhat.com>
1395
1396 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
1397 prepare_for_testing.
1398
efc9d70a
TT
13992012-06-25 Tom Tromey <tromey@redhat.com>
1400
1401 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
1402 prepare_for_testing.
1403 * gdb.opt/inline-break.exp: Use standard_testfile,
1404 prepare_for_testing.
1405 * gdb.opt/inline-bt.exp: Use standard_testfile,
1406 prepare_for_testing.
1407 * gdb.opt/inline-cmds.exp: Use standard_testfile,
1408 prepare_for_testing.
1409 * gdb.opt/inline-locals.exp: Use standard_testfile,
1410 prepare_for_testing.
1411
e2fc92c6
TT
14122012-06-25 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.asm/asm-source.exp: Use standard_output_file,
1415 standard_testfile. Construct .o files in proper subdir.
1416
b0963d73
TT
14172012-06-25 Tom Tromey <tromey@redhat.com>
1418
1419 * gdb.server/ext-attach.exp: Use standard_testfile,
1420 prepare_for_testing.
1421 * gdb.server/ext-run.exp: Use standard_testfile,
1422 build_executable.
1423 * gdb.server/file-transfer.exp: Use standard_testfile,
1424 prepare_for_testing.
1425 * gdb.server/server-exec-info.exp: Use standard_testfile.
1426 * gdb.server/server-mon.exp: Use standard_testfile,
1427 prepare_for_testing.
1428 * gdb.server/server-run.exp: Use standard_testfile,
1429 build_executable.
1430 * gdb.server/solib-list.exp: Use standard_testfile,
1431 standard_output_file.
1432
8a3e1f8d
TT
14332012-06-25 Tom Tromey <tromey@redhat.com>
1434
1435 * lib/gdb.exp (standard_output_file): Use "file join".
1436 * gdb.go/chan.exp: Use standard_testfile.
1437 * gdb.go/handcall.exp: Use standard_testfile.
1438 * gdb.go/hello.exp: Use standard_testfile.
1439 * gdb.integers/chan.exp: Use standard_testfile.
1440 * gdb.go/methods.exp: Use standard_testfile.
1441 * gdb.go/package.exp: Use standard_testfile.
1442 * gdb.go/strings.exp: Use standard_testfile.
1443 * gdb.go/types.exp: Use standard_testfile.
1444 * gdb.go/unsafe.exp: Use standard_testfile.
1445
944a9061
MGD
14462012-06-25 Greta Yorsh <greta.yorsh@arm.com>
1447
1448 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
1449
1c06bd58
JK
14502012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 Fix regression by the previous commit.
1453 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
1454
b4a58790
TT
14552012-06-22 Tom Tromey <tromey@redhat.com>
1456
1457 * gdb.python/lib-types.exp: Use standard_testfile,
1458 prepare_for_testing.
1459 * gdb.python/py-block.exp: Use standard_testfile.
1460 * gdb.python/py-breakpoint.exp: Use standard_testfile.
1461 * gdb.python/py-events.exp: Use standard_testfile,
1462 standard_output_file.
1463 * gdb.python/py-evsignal.exp: Use standard_testfile.
1464 * gdb.python/py-evethreads.exp: Use standard_testfile.
1465 * gdb.python/py-explore-cc.exp: Use standard_testfile.
1466 * gdb.python/py-explore.exp: Use standard_testfile.
1467 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
1468 standard_output_file.
1469 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
1470 prepare_for_testing.
1471 * gdb.python/py-frame-inline.exp: Use standard_testfile.
1472 * gdb.python/py-frame.exp: Use standard_testfile.
1473 * gdb.python/py-inferior.exp: Use standard_testfile.
1474 * gdb.python/py-infthread.exp: Use standard_testfile.
1475 * gdb.python/py-mi.exp: Use standard_testfile.
1476 * gdb.python/py-objfile-script.exp: Use standard_testfile,
1477 build_executable.
1478 * gdb.python/py-objfile.exp: Use standard_testfile.
1479 * gdb.python/py-pp-maint.exp: Use standard_testfile,
1480 prepare_for_testing.
1481 * gdb.python/py-prettyprint.exp: Use standard_testfile.
1482 * gdb.python/py-progspace.exp: Use standard_testfile,
1483 build_executable.
1484 * gdb.python/py-prompt.exp: Use standard_testfile,
1485 build_executable.
1486 * gdb.python/py-section-script.exp: Use standard_testfile,
1487 build_executable.
1488 * gdb.python/py-shared.exp: Use standard_testfile,
1489 standard_output_file, clean_restart.
1490 * gdb.python/py-symbol.exp: Use standard_output_file,
1491 prepare_for_testing.
1492 * gdb.python/py-symtab.exp: Use standard_output_file,
1493 prepare_for_testing
1494 * gdb.python/py-template.exp: Use standard_testfile.
1495 * gdb.python/py-type.exp: Use standard_testfile.
1496 * gdb.python/py-value-cc.exp: Use standard_testfile.
1497 * gdb.python/py-value.exp: Use standard_testfile.
1498 * gdb.python/python.exp: Use standard_testfile, build_executable.
1499
2c44deac
TT
15002012-06-22 Tom Tromey <tromey@redhat.com>
1501
1502 * gdb.objc/basicclass.exp: Use standard_testfile.
1503 (do_objc_tests): Don't declare objdir.
1504 * gdb.objc/nondebug.exp: Use standard_testfile.
1505 (do_objc_tests): Don't declare objdir.
1506 * gdb.objc/objcdecode.exp: Use standard_testfile.
1507 (do_objc_tests): Don't declare objdir.
1508
c24ccbce
TT
15092012-06-22 Tom Tromey <tromey@redhat.com>
1510
1511 * gdb.java/jmain.exp: Use standard_testfile.
1512 * gdb.java/jmisc.exp: Use standard_testfile.
1513 * gdb.java/jnpe.exp: Use standard_testfile.
1514 * gdb.java/jprint.exp: Use standard_testfile.
1515
0a6d0306
TT
15162012-06-22 Tom Tromey <tromey@redhat.com>
1517
1518 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
1519 (standard_output_file, standard_testfile): New procs.
1520 (build_executable, clean_restart): Use standard_output_file.
1521
6ea815ef
YQ
15222012-06-22 Yao Qi <yao@codesourcery.com>
1523
1524 * boards/native-gdbserver.exp: New proc ${board}_exec.
1525 * boards/native-stdio-gdbserver.exp: Likewise.
1526
4c93b1db
TT
15272012-06-21 Tom Tromey <tromey@redhat.com>
1528
1529 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
1530 (build_executable): Update.
1531 (get_compiler_info): Remove 'binfile' argument.
1532 * gdb.ada/arrayidx.exp: Update.
1533 * gdb.ada/null_array.exp: Update.
1534 * gdb.arch/altivec-abi.exp: Update.
1535 * gdb.arch/altivec-regs.exp: Update.
1536 * gdb.arch/amd64-byte.exp: Update.
1537 * gdb.arch/amd64-dword.exp: Update.
1538 * gdb.arch/amd64-word.exp: Update.
1539 * gdb.arch/i386-avx.exp: Update.
1540 * gdb.arch/i386-byte.exp: Update.
1541 * gdb.arch/i386-sse.exp: Update.
1542 * gdb.arch/i386-word.exp: Update.
1543 * gdb.arch/ppc-dfp.exp: Update.
1544 * gdb.arch/ppc-fp.exp: Update.
1545 * gdb.arch/vsx-regs.exp: Update.
1546 * gdb.base/all-bin.exp: Update.
1547 * gdb.base/annota1.exp: Update.
1548 * gdb.base/async.exp: Update.
1549 * gdb.base/attach.exp: Update.
1550 * gdb.base/break-interp.exp: Update.
1551 * gdb.base/call-ar-st.exp: Update.
1552 * gdb.base/call-rt-st.exp: Update.
1553 * gdb.base/call-sc.exp: Update.
1554 * gdb.base/callfuncs.exp: Update.
1555 * gdb.base/catch-load.exp: Update.
1556 * gdb.base/completion.exp: Update.
1557 * gdb.base/complex.exp: Update.
1558 * gdb.base/condbreak.exp: Update.
1559 * gdb.base/consecutive.exp: Update.
1560 * gdb.base/constvars.exp: Update.
1561 * gdb.base/corefile.exp: Update.
1562 * gdb.base/eval-skip.exp: Update.
1563 * gdb.base/expand-psymtabs.exp: Update.
1564 * gdb.base/exprs.exp: Update.
1565 * gdb.base/fileio.exp: Update.
1566 * gdb.base/fixsection.exp: Update.
1567 * gdb.base/funcargs.exp: Update.
1568 * gdb.base/gdb11530.exp: Update.
1569 * gdb.base/gdb1555.exp: Update.
1570 * gdb.base/gnu-ifunc.exp: Update.
1571 * gdb.base/gnu_vector.exp: Update.
1572 * gdb.base/info-macros.exp: Update.
1573 * gdb.base/jit-simple.exp: Update.
1574 * gdb.base/jit-so.exp: Update.
1575 * gdb.base/jit.exp: Update.
1576 * gdb.base/langs.exp: Update.
1577 * gdb.base/list.exp: Update.
1578 * gdb.base/logical.exp: Update.
1579 * gdb.base/long_long.exp: Update.
1580 * gdb.base/longjmp.exp: Update.
1581 * gdb.base/macscp.exp: Update.
1582 * gdb.base/mips_pro.exp: Update.
1583 * gdb.base/miscexprs.exp: Update.
1584 * gdb.base/morestack.exp: Update.
1585 * gdb.base/nodebug.exp: Update.
1586 * gdb.base/opaque.exp: Update.
1587 * gdb.base/pc-fp.exp: Update.
1588 * gdb.base/pending.exp: Update.
1589 * gdb.base/permissions.exp: Update.
1590 * gdb.base/pointers.exp: Update.
1591 * gdb.base/prelink.exp: Update.
1592 * gdb.base/printcmds.exp: Update.
1593 * gdb.base/psymtab.exp: Update.
1594 * gdb.base/ptype.exp: Update.
1595 * gdb.base/relational.exp: Update.
1596 * gdb.base/scope.exp: Update.
1597 * gdb.base/setvar.exp: Update.
1598 * gdb.base/shlib-call.exp: Update.
1599 * gdb.base/shreloc.exp: Update.
1600 * gdb.base/signals.exp: Update.
1601 * gdb.base/sizeof.exp: Update.
1602 * gdb.base/so-impl-ld.exp: Update.
1603 * gdb.base/so-indr-cl.exp: Update.
1604 * gdb.base/solib-disc.exp: Update.
1605 * gdb.base/solib-display.exp: Update.
1606 * gdb.base/solib-nodir.exp: Update.
1607 * gdb.base/solib-overlap.exp: Update.
1608 * gdb.base/solib-symbol.exp: Update.
1609 * gdb.base/solib-weak.exp: Update.
1610 * gdb.base/solib.exp: Update.
1611 * gdb.base/store.exp: Update.
1612 * gdb.base/structs.exp: Update.
1613 * gdb.base/structs2.exp: Update.
1614 * gdb.base/type-opaque.exp: Update.
1615 * gdb.base/unload.exp: Update.
1616 * gdb.base/varargs.exp: Update.
1617 * gdb.base/volatile.exp: Update.
1618 * gdb.base/watch_thread_num.exp: Update.
1619 * gdb.base/watchpoint-solib.exp: Update.
1620 * gdb.base/watchpoint.exp: Update.
1621 * gdb.base/watchpoints.exp: Update.
1622 * gdb.base/whatis.exp: Update.
1623 * gdb.cell/arch.exp: Update.
1624 * gdb.cell/break.exp: Update.
1625 * gdb.cell/bt.exp: Update.
1626 * gdb.cell/core.exp: Update.
1627 * gdb.cell/data.exp: Update.
1628 * gdb.cell/ea-cache.exp: Update.
1629 * gdb.cell/f-regs.exp: Update.
1630 * gdb.cell/fork.exp: Update.
1631 * gdb.cell/gcore.exp: Update.
1632 * gdb.cell/mem-access.exp: Update.
1633 * gdb.cell/ptype.exp: Update.
1634 * gdb.cell/registers.exp: Update.
1635 * gdb.cell/sizeof.exp: Update.
1636 * gdb.cell/solib-symbol.exp: Update.
1637 * gdb.cell/solib.exp: Update.
1638 * gdb.cp/ambiguous.exp: Update.
1639 * gdb.cp/breakpoint.exp: Update.
1640 * gdb.cp/bs15503.exp: Update.
1641 * gdb.cp/casts.exp: Update.
1642 * gdb.cp/class2.exp: Update.
1643 * gdb.cp/cpexprs.exp: Update.
1644 * gdb.cp/cplusfuncs.exp: Update.
1645 * gdb.cp/ctti.exp: Update.
1646 * gdb.cp/dispcxx.exp: Update.
1647 * gdb.cp/gdb1355.exp: Update.
1648 * gdb.cp/gdb2384.exp: Update.
1649 * gdb.cp/gdb2495.exp: Update.
1650 * gdb.cp/infcall-dlopen.exp: Update.
1651 * gdb.cp/local.exp: Update.
1652 * gdb.cp/m-data.exp: Update.
1653 * gdb.cp/m-static.exp: Update.
1654 * gdb.cp/mb-ctor.exp: Update.
1655 * gdb.cp/mb-inline.exp: Update.
1656 * gdb.cp/mb-templates.exp: Update.
1657 * gdb.cp/member-ptr.exp: Update.
1658 * gdb.cp/method.exp: Update.
1659 * gdb.cp/namespace.exp: Update.
1660 * gdb.cp/nextoverthrow.exp: Update.
1661 * gdb.cp/nsdecl.exp: Update.
1662 * gdb.cp/nsrecurs.exp: Update.
1663 * gdb.cp/nsstress.exp: Update.
1664 * gdb.cp/nsusing.exp: Update.
1665 * gdb.cp/pr-1023.exp: Update.
1666 * gdb.cp/pr-1210.exp: Update.
1667 * gdb.cp/pr-574.exp: Update.
1668 * gdb.cp/pr9631.exp: Update.
1669 * gdb.cp/printmethod.exp: Update.
1670 * gdb.cp/psmang.exp: Update.
1671 * gdb.cp/re-set-overloaded.exp: Update.
1672 * gdb.cp/rtti.exp: Update.
1673 * gdb.cp/shadow.exp: Update.
1674 * gdb.cp/templates.exp: Update.
1675 * gdb.cp/try_catch.exp: Update.
1676 * gdb.dwarf2/dw2-ranges.exp: Update.
1677 * gdb.dwarf2/pr10770.exp: Update.
1678 * gdb.fortran/library-module.exp: Update.
1679 * gdb.hp/gdb.aCC/optimize.exp: Update.
1680 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
1681 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
1682 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
1683 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
1684 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
1685 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
1686 * gdb.hp/gdb.compat/xdb1.exp: Update.
1687 * gdb.hp/gdb.compat/xdb2.exp: Update.
1688 * gdb.hp/gdb.compat/xdb3.exp: Update.
1689 * gdb.hp/gdb.defects/bs14602.exp: Update.
1690 * gdb.hp/gdb.defects/solib-d.exp: Update.
1691 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
1692 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
1693 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
1694 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
1695 * gdb.mi/gdb792.exp: Update.
1696 * gdb.mi/mi-pending.exp: Update.
1697 * gdb.mi/mi-solib.exp: Update.
1698 * gdb.mi/mi-var-cp.exp: Update.
1699 * gdb.opt/clobbered-registers-O2.exp: Update.
1700 * gdb.opt/inline-bt.exp: Update.
1701 * gdb.opt/inline-cmds.exp: Update.
1702 * gdb.opt/inline-locals.exp: Update.
1703 * gdb.python/py-events.exp: Update.
1704 * gdb.python/py-finish-breakpoint.exp: Update.
1705 * gdb.python/py-type.exp: Update.
1706 * gdb.reverse/solib-precsave.exp: Update.
1707 * gdb.reverse/solib-reverse.exp: Update.
1708 * gdb.server/solib-list.exp: Update.
1709 * gdb.stabs/weird.exp: Update.
1710 * gdb.threads/attach-into-signal.exp: Update.
1711 * gdb.threads/attach-stopped.exp: Update.
1712 * gdb.threads/tls-shared.exp: Update.
1713 * gdb.trace/change-loc.exp: Update.
1714 * gdb.trace/strace.exp: Update.
1715
95c391b6
TT
17162012-06-19 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.base/whatis.exp: Add tests.
1719
e910f0b6
TT
17202012-06-19 Tom Tromey <tromey@redhat.com>
1721
1722 * gdb.cp/m-static.cc (keepalive): New function.
1723 (gnu_obj_1::method): Use it.
1724
422d65e7
DE
17252012-06-18 Doug Evans <dje@google.com>
1726
1727 * gdb.base/info-fun.exp: New file.
1728 * gdb.base/info-fun.c: New file.
1729 * gdb.base/info-fun-solib.c: New file.
1730
e2e4d78b
JK
17312012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1732
1733 Remove stale dummy frames.
1734 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
1735 (maintenance info breakpoints): New tests.
1736 * gdb.base/stale-infcall.c: New file.
1737 * gdb.base/stale-infcall.exp: New file.
1738
1788b2d3
JK
17392012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * gdb.arch/amd64-entry-value-param.S: New file.
1742 * gdb.arch/amd64-entry-value-param.c: New file.
1743 * gdb.arch/amd64-entry-value-param.exp: New file.
1744
663b969e
TT
17452012-06-15 Tom Tromey <tromey@redhat.com>
1746
1747 * gdb.cp/namespace.exp: Add "show lang" test.
1748
8e09ad05
IS
17492012-06-15 Iain Sandoe <iain@codesourcery.com>
1750
1751 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
1752 case. (top level): Use gdb_file_cmd instead of gdb_load.
1753
f85e18ee
JK
17542012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 PR tdep/14222
1757 * gdb.arch/i386-sse-stack-align.S: New file.
1758 * gdb.arch/i386-sse-stack-align.c: New file.
1759 * gdb.arch/i386-sse-stack-align.exp: New file.
1760
f3b5e280
KS
17612012-06-13 Keith Seitz <keiths@redhat.com>
1762
1763 PR breakpoints/13798 and mi/11541
1764 * gdb.linespec/ls-errs.exp: Add a few more tests for
1765 filenames with spaces and colons.
1766
50af5481
JK
17672012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1768
1769 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1770 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
1771 (test_function): Call CV_f.
1772 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
1773 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
1774 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
1775 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
1776 (p CV_f(CV::i)): New tests.
1777
d55637df
TT
17782012-06-13 Tom Tromey <tromey@redhat.com>
1779
1780 * gdb.base/condbreak.exp: Add tests for "condition" completion.
1781
cc80f267
JK
17822012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 Fix regression by the "ambiguous linespec" series.
1785 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
1786 tests.
1787
bb2af9cc
JK
17882012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1789
1790 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
1791 missing.
1792
e81a37f7
TT
17932012-06-11 Tom Tromey <tromey@redhat.com>
1794
1795 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
1796 location...
1797 (main): ...here.
1798
8efd7788
YQ
17992012-06-07 Yao Qi <yao@codesourcery.com>
1800
1801 * gdb.trace/strace.exp: Shorten some too-long lines.
1802
359f5fe6
PA
18032012-06-06 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.threads/clone-new-thread-event.c: New file.
1806 * gdb.threads/clone-new-thread-event.exp: New file.
1807
7b2fe205
YQ
18082012-06-06 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.base/dprintf.c (main): Add extra parameter when calling
1811 printf and fprintf.
1812 (bar): New function. It is a dead function, but to ensure
1813 'malloc' is linked explicitly.
1814
3eca55e8
YQ
18152012-06-06 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.base/info-proc.exp: Return if target doesn't support
1818 'info proc'.
1819
91cc9324
JK
18202012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1821
1822 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
1823 (run program with breakpoint commands): XFAIl if it is not.
1824
c56e7c43
JB
18252012-06-05 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
1828 and add comment.
1829 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
1830 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
1831 "STOP" marker. Adjust testing strategy to make it work on
1832 all targets.
1833
1834 * gdb.base/print-file-var-main.c (main): Rewrite using local
1835 variables and adjust get_version_2's return value check.
1836 Add small comment.
1837 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
1838 marker. Adjust testing strategy to make it work on all targets.
1839
ccab2054
JB
18402012-06-05 Joel Brobecker <brobecker@adacore.com>
1841
1842 * gdb.ada/bad-task-bp-keyword: New testcase.
1843
d0d86158
JK
18442012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1845
1846 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
1847 Simplify it to ...
1848 (symbol-file ${testfile1}): ... here.
1849 (test eliminated var my_global_symbol)
1850 (test eliminated var my_static_symbol)
1851 (test eliminated var my_global_func, get address of main): Wrap them to
1852 'single psymtabs' and 'single symtabs'
1853 (get address of my_global_symbol, get address of my_static_symbol)
1854 (get address of my_global_func, get address of main): Wrap them to
1855 'order1' and 'order2'.
1856
952cf74c
JK
1857 * gdb.base/code_elim.exp
1858 (add-symbol-file ${testfile1} 0x100000)
1859 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
1860 'order2'.
1861 (order1: add-symbol-file ${testfile1} 0x100000)
1862 (order1: add-symbol-file ${testfile2} 0x200000)
1863 (order2: add-symbol-file ${testfile2} 0x200000)
1864 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
1865 .bss as appropriate.
1866
0c5bf5a9
JK
18672012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1868
1869 * gdb.server/solib-list-lib.c: New file.
1870 * gdb.server/solib-list-main.c: New file.
1871 * gdb.server/solib-list.exp: New file.
1872
4196f325
MR
18732012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
1874
1875 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
1876 for 'set print symbol' change.
1877
bfb05775
JK
18782012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
1881 .debug_abbrev_seg3.
1882
685b1105
JK
18832012-05-24 John Steele Scott <toojays@toojays.net>
1884
1885 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1886 * gdb.dwarf2/dw2-icc-opaque.S: New file.
1887 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
1888
f3e0e960
SS
18892012-05-23 Stan Shebs <stan@codesourcery.com>
1890
1891 * gdb.mi/mi-info-os.exp: New file.
1892
11eb1b4d
KS
18932012-05-23 Keith Seitz <keiths@redhat.com>
1894
1895 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
1896 return -1 to suppress the rest of the tests.
1897 (compile_stap_bin): Return boolean success value.
1898
b1af9e97
TT
18992012-05-21 Tom Tromey <tromey@redhat.com>
1900
1901 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
1902 Remove kfails.
1903 (test_print_mi_member_types): Likewise.
1904
248537e3
TT
19052012-05-21 Tom Tromey <tromey@redhat.com>
1906
1907 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
1908 print symbol' change.
1909
d791e155
TJB
19102012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1911
1912 * gdb.python/py-prompt.exp: Quit if the target is remote.
1913
e77afa2e
JK
19142012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1915
1916 Fix ERROR: internal buffer is full.
1917 * gdb.base/info-os.exp (expect_multiline): New function.
1918 (get process list, get process groups, get threads)
1919 (get file descriptors, get internet-domain sockets)
1920 (get shared-memory regions, get semaphores, get message queues): Use
1921 it for these tests.
1922
9cb709b6
TT
19232012-05-18 Tom Tromey <tromey@redhat.com>
1924
1925 * gdb.mi/mi-var-cmd.exp: Update.
1926 * gdb.objc/basicclass.exp (do_objc_tests): Update.
1927 * gdb.cp/virtbase.exp: Update.
1928 * gdb.cp/classes.exp (test_static_members): Update.
1929 * gdb.cp/casts.exp: Update.
1930 * gdb.base/pointers.exp: Update.
1931 * gdb.base/funcargs.exp (pointer_args): Update.
1932 (structs_by_reference): Update.
1933 * gdb.base/find.exp: Update.
1934 * gdb.base/call-strs.exp: Send "set print symbol off".
1935 * gdb.base/call-ar-st.exp: Update.
1936 * gdb.ada/fun_addr.exp: Update.
1937 * gdb.base/printcmds.exp (test_print_symbol): New proc.
1938 Call it.
1939 (test_print_repeats_10, test_print_strings)
1940 (test_print_char_arrays): Update.
1941
b012acdd
TT
19422012-05-18 Tom Tromey <tromey@redhat.com>
1943
1944 * gdb.base/charset.exp (string_display): Update.
1945
1d51a733
TT
19462012-05-18 Tom Tromey <tromey@redhat.com>
1947
1948 * gdb.mi/mi2-var-display.exp: Update.
1949 * gdb.mi/mi-var-display.exp: Update.
1950 * gdb.mi/mi-var-child.exp: Update.
1951 * gdb.cp/expand-psymtabs-cxx.exp: Update.
1952 * gdb.cp/cp-relocate.exp (get_func_address): Update.
1953
957df313
DE
19542012-05-17 Doug Evans <dje@google.com>
1955
682c7f7b
DE
1956 * info-macros.exp: Pass "debug" to prepare_for_testing.
1957
957df313
DE
1958 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
1959 * gdb.ada/Makefile.in (clean): Ditto.
1960 * gdb.arch/Makefile.in (clean): Ditto.
1961 * gdb.asm/Makefile.in (clean): Ditto.
1962 * gdb.base/Makefile.in (clean): Ditto.
1963 * gdb.cell/Makefile.in (clean): Ditto.
1964 * gdb.cp/Makefile.in (clean): Ditto.
1965 * gdb.disasm/Makefile.in (clean): Ditto.
1966 * gdb.dwarf2/Makefile.in (clean): Ditto.
1967 * gdb.fortran/Makefile.in (clean): Ditto.
1968 * gdb.go/Makefile.in (clean): Ditto.
1969 * gdb.hp/Makefile.in (clean): Ditto.
1970 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
1971 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
1972 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
1973 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
1974 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
1975 * gdb.java/Makefile.in (clean): Ditto.
1976 * gdb.linespec/Makefile.in (clean): Ditto.
1977 * gdb.mi/Makefile.in (clean): Ditto.
1978 * gdb.modula2/Makefile.in (clean): Ditto.
1979 * gdb.multi/Makefile.in (clean): Ditto.
1980 * gdb.objc/Makefile.in (clean): Ditto.
1981 * gdb.opencl/Makefile.in (clean): Ditto.
1982 * gdb.opt/Makefile.in (clean): Ditto.
1983 * gdb.pascal/Makefile.in (clean): Ditto.
1984 * gdb.python/Makefile.in (clean): Ditto.
1985 * gdb.reverse/Makefile.in (clean): Ditto.
1986 * gdb.server/Makefile.in (clean): Ditto.
1987 * gdb.stabs/Makefile.in (clean): Ditto.
1988 * gdb.threads/Makefile.in (clean): Ditto.
1989 * gdb.trace/Makefile.in (clean): Ditto.
1990 * gdb.xml/Makefile.in (clean): Ditto.
1991
abc9d0dc
TT
19922012-05-16 Tom Tromey <tromey@redhat.com>
1993
1994 * gdb.base/macscp1.c (macscp_expr): Add comment.
1995 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
1996
6a3a010b
MR
19972012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
1998
1999 * gdb.base/return-nodebug.exp: Also test float and double types.
2000
01429c8e
JK
20012012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 PR testsuite/12649
2004 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
2005
54115cd4
JK
2006 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
2007
0c5f383f
SDJ
20082012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
2009
2010 * gdb.base/stap-probe.exp (stap_test): Remove calls to
2011 `rerun_to_main'.
2012 (stap_test_no_debuginfo): Likewise.
2013
e7e0cddf
SS
20142012-05-14 Stan Shebs <stan@codesourcery.com>
2015
2016 * gdb.base/dprintf.c: New file.
2017 * gdb.base/dprintf.exp: New file.
2018
c772f8e7
HZ
20192012-05-14 Hui Zhu <hui_zhu@mentor.com>
2020
2021 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
2022 * gdb.trace/disconnected-tracing.c: New file.
2023 * gdb.trace/disconnected-tracing.exp: New file.
2024
7efc75aa
SCR
20252012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2026
2027 * gdb.python/python.c: Add a new breakpoint comment.
2028 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
2029
85d4a676
SS
20302011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
2031
2032 * gdb.base/info-os.exp: New file.
2033 * gdb.base/info-os.c: New file.
2034
64ea88dc
JB
20352012-05-10 Joel Brobecker <brobecker@adacore.com>
2036
4647ab1b
JB
2037 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
2038 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
2039 New files.
64ea88dc 2040
afba63f1
JB
20412012-05-10 Joel Brobecker <brobecker@adacore.com>
2042
2043 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
2044 gdb.base/ctxobj.exp: New files.
2045
9d198b1e
TT
20462012-05-09 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
2049
9bfee719
MR
20502012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
2051
2052 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
2053
3a7341d8
MR
20542012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
2055
2056 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
2057 before using it.
2058
52b3699b
TG
20592012-05-04 Tristan Gingold <gingold@adacore.com>
2060
2061 * gdb.base/set-noassign.exp: New test.
2062
a20ee7a4
SCR
20632012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2064
2065 * gdb.python/py-symbol.exp: Add tests to test the new methods
2066 gdb.Symtab.global_block() and gdb.Symtab.static_block().
2067 * gdb.python/py-symbol.c: Add new struct to help test
2068 gdb.Symtab.static_block().
2069
bf2f0858
DE
20702012-05-03 Doug Evans <dje@google.com>
2071
2072 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
2073 commented out.
2074
2d4e0376
YQ
20752012-05-03 Yao Qi <yao@codesourcery.com>
2076
2077 * gdb.base/catch-syscall.exp: Skip it before compilation if target
2078 doesn't support.
2079 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
2080 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
2081
6d0bb9f3
YQ
20822012-05-03 Yao Qi <yao@codesourcery.com>
2083
2084 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
2085
fd820528
DE
20862012-04-30 Doug Evans <dje@google.com>
2087
2088 PR testsuite/13961
2089 * gdb.dwarf2/pr13961.S: New file.
2090 * gdb.dwarf2/pr13961.exp: New file.
2091
b9e219b9
YQ
20922012-04-29 Yao Qi <yao@codesourcery.com>
2093
2094 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
2095
3019eac3
DE
20962012-04-28 Doug Evans <dje@google.com>
2097
2098 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
2099 .Ltype_int_in_cu2. Use name "int2" instead of "int".
2100 All uses updated.
2101 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
2102 "ptype func_cu1" to expand cu2 before cu1.
2103
62e5f89c
SDJ
21042012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2105 Tom Tromey <tromey@redhat.com>
2106
2107 * gdb.base/default.exp: Add `$_probe_arg*' convenience
2108 variables.
2109 * gdb.base/stap-probe.c: New file.
2110 * gdb.base/stap-probe.exp: New file.
2111 * gdb.trace/stap-trace.c: New file.
2112 * gdb.trace/stap-trace.exp: New file.
2113 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
2114 libgcc's unwinder.
2115
14132e89
MR
21162012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2117
2118 * gdb.arch/mips16-thunks-inmain.c: New file.
2119 * gdb.arch/mips16-thunks-main.c: New file.
2120 * gdb.arch/mips16-thunks-sin.c: New file.
2121 * gdb.arch/mips16-thunks-sinfrob.c: New file.
2122 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
2123 * gdb.arch/mips16-thunks-sinmain.c: New file.
2124 * gdb.arch/mips16-thunks-sinmips16.c: New file.
2125 * gdb.arch/mips16-thunks.exp: New file.
2126
a766d390
DE
21272012-04-25 Doug Evans <dje@google.com>
2128
2129 * configure.ac: Create gdb.go/Makefile.
2130 * configure: Regenerate.
2131 * gdb.base/default.exp: Add "go" to "set language" testing.
2132 * gdb.go/Makefile.in: New file.
2133 * gdb.go/basic-types.exp: New file.
2134 * gdb.go/chan.exp: New file.
2135 * gdb.go/chan.go: New file.
2136 * gdb.go/handcall.exp: New file.
2137 * gdb.go/handcall.go: New file.
2138 * gdb.go/hello.exp: New file.
2139 * gdb.go/hello.go: New file.
2140 * gdb.go/integers.exp: New file.
2141 * gdb.go/integers.go: New file.
2142 * gdb.go/methods.exp: New file.
2143 * gdb.go/methods.go: New file.
2144 * gdb.go/package.exp: New file.
2145 * gdb.go/package1.go: New file.
2146 * gdb.go/package2.go: New file.
2147 * gdb.go/print.exp: New file.
2148 * gdb.go/strings.exp: New file.
2149 * gdb.go/strings.go: New file.
2150 * gdb.go/types.exp: New file.
2151 * gdb.go/types.go: New file.
2152 * gdb.go/unsafe.exp: New file.
2153 * gdb.go/unsafe.go: New file.
2154 * lib/future.exp: Add Go support.
2155 (gdb_find_go, gdb_find_go_linker): New procs.
2156 (gdb_default_target_compile): Add Go support.
2157 * lib/gdb.exp (skip_go_tests): New proc.
2158 * lib/go.exp: New file.
2159
e65f9ffb
TT
21602012-04-25 Tom Tromey <tromey@redhat.com>
2161
2162 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
2163
14e75d8e
JK
21642012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2165 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 PR symtab/7259:
2168 * gdb.base/enumval.c: New test case.
2169 * gdb.base/enumval.exp: New test case.
2170 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
2171 field.bitpos.
2172
f3525b70
PA
21732012-04-17 Pedro Alves <palves@redhat.com>
2174
2175 * Makefile.in (site.exp): Make site.exp source
2176 $srcdir/lib/append_gdb_boards_dir.exp.
2177 * lib/append_gdb_boards_dir.exp: New file.
2178
bccbefd2
JK
21792012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 New option "set auto-load safe-path".
2182 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
2183 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
2184
bf88dd68
JK
21852012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 auto-load: Implementation.
2188 * gdb.base/help.exp (test set height): Increase the height.
2189 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
2190 to ...
2191 (info auto-load python-scripts): ... here.
2192 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
2193 to ...
2194 (info auto-load python-scripts *): ... here.
2195
c0d4d1c0
YQ
21962012-04-16 Yao Qi <yao@codesourcery.com>
2197
2198 * lib/trace-support.exp (get_in_proc_agent): New.
2199 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
2200 of in process trace agent.
2201 * gdb.trace/ftrace.exp: Likewise.
2202 * gdb.trace/pending.exp: Likewise.
2203 * gdb.trace/trace-break.exp: Likewise.
2204 * gdb.trace/trace-mt.exp
2205 * gdb.trace/tspeed.exp: Likewise.
2206 * gdb.trace/tstatus.exp
2207 * gdb.trace/strace.exp: Likewise.
2208
cbf68a60
TS
22092012-04-16 Thomas Schwinge <thomas@codesourcery.com>
2210
dd6d3b70
TS
2211 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
2212 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
2213
cbf68a60
TS
2214 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
2215
8264ba82
AG
22162012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2217
2218 PR mi/13393
2219 * gdb.mi/mi-var-rtti.cc: New file.
2220 * gdb.mi/mi-var-rtti.exp: New file.
2221 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
2222 function.
2223 (mi_varobj_update_with_type_change): updated to avoid code duplication.
2224
de0919f8 22252012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
2226
2227 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
2228 EXECUTABLES.
2229 * gdb.python/py-explore.c: C program used for testing the new
2230 'explore' command on C constructs.
2231 * gdb.python/py-explore.cc: C++ program used for testing the new
2232 'explore' command on C++ constructs.
2233 * gdb-python/py-explore.exp: Tests for the new 'explore'
2234 command on C constructs.
2235 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
2236 command on C++ constructs.
2237
a82da7dd
MK
22382012-04-07 Mark Kettenis <kettenis@gnu.org>
2239
2240 * gdb.base/funcargs.exp (complex_args): Fix typo.
2241
e127cba8
JK
22422012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
2245 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
2246
40e084e1
KS
22472012-04-05 Keith Seitz <keiths@redhat.com>
2248
2249 * gdb.base/advance.exp: Update error message for
2250 "advance malformed" test.
2251 * gdb.base/break.exp: Likewise for "breakpoint with
2252 trailing garbage" test.
2253 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
2254 with trailing garbage" test.
2255 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
2256 trailng garbage" test.
2257 * gdb.base/until.exp: Likewise for "malformed until" test.
2258 * gdb.cp/ovldbreak.exp: Create the breakpoint table
2259 for "breakpoint info (after setting on all)".
2260 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
2261 tests.
2262 * gdb.cp/cplabel.cc: New file.
2263 * gdb.cp/cplabel.exp: New test.
2264 * gdb.linespec/ls-errs.c: New file.
2265 * gdb.linespec/ls-errs.exp: New test.
2266
a72c8f6a
JK
22672012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.trace/unavailable.exp
2270 (collect globals: print object on: print derived_partial)
2271 (collect globals: print object on: print derived_whole)
2272 (collect globals: print object off: print derived_partial)
2273 (collect globals: print object off: print derived_whole): Update
2274 expected output.
2275
f87a3023
KS
22762012-03-30 Keith Seitz <keiths@redhat.com>
2277
2278 * gdb.python: Add test for linespecs with commas.
2279
e2171b3c
KS
22802012-03-28 Keith Seitz <keiths@redhat.com>
2281
2282 * gdb.linespec/ls-dollar.cc: New file.
2283 * gdb.linespec/ls-dollar.exp: New test.
2284
22852012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
2286
2287 * gdb.cp/namespace.exp: Add breakpoint tests for functions
2288 starting with the global namespace.
2289
2f4e0a80
DE
22902012-03-23 Doug Evans <dje@google.com>
2291
2292 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
2293
7b282c5a
SCR
22942012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2295
2296 * gdb.python/py-value.cc: Add test case for testing the
2297 methodology exposing C++ values to Python.
2298 * gdb.python/py-value-cc.exp: Add tests testing the methodology
2299 exposing C++ values to Python.
2300 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
2301
2e98ca53
JK
23022012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2303 Siddhesh Poyarekar <siddhesh@redhat.com>
2304
2305 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
2306 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
2307 (generate native core dump): Make the test unsupported if core cannot
2308 be generated.
2309
8320cc4f
JK
23102012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
2313 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
2314 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
2315
3a69ffb2
JK
23162012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2317
2318 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
2319
8fabffee
DE
23202012-03-17 Doug Evans <dje@google.com>
2321
2322 * dg-extract-results.sh: Handle KFAILs.
2323
ab260dad
JK
23242012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 PR symtab/13777
2327 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
2328
53ba8333
JB
23292012-03-16 Joel Brobecker <brobecker@adacore.com>
2330
2331 * gdb.ada/set_pckd_arr_elt: New testcase.
2332
481860b3
GB
23332012-03-16 Gary Benson <gbenson@redhat.com>
2334
2335 PR breakpoints/10738
2336 * gdb.opt/inline-break.exp: New file.
2337 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
2338 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
2339 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
2340 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
2341 * gdb.base/async-shell.exp: Likewise.
2342 * lib/mi-support.exp (library_loaded_re): Likewise.
2343
410528f0
TT
23442012-03-15 Tom Tromey <tromey@redhat.com>
2345
2346 * gdb.cp/virtfunc2.exp: Update expected output.
2347 * gdb.cp/pr9631.exp: Update expected output.
2348 * gdb.cp/member-ptr.exp: Update expected output.
2349 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
2350 output.
2351 * gdb.cp/casts.exp: Update expected output.
2352
c4aeac85
TT
23532012-03-15 Tom Tromey <tromey@redhat.com>
2354
2355 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
2356 (test_info_vtbl): Likewise.
2357 (do_tests): Call test_info_vtbl.
2358 * gdb.cp/virtfunc.cc (va): New global.
2359
856d06f9
TS
23602012-03-15 Thomas Schwinge <thomas@codesourcery.com>
2361
2362 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
2363 describing DWARF data structures.
2364 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
2365 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
2366 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
2367 * gdb.dwarf2/dw2-entry-value.S: Likewise.
2368 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2369 * gdb.dwarf2/dw2-param-error.S: Likewise.
2370 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
2371 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
2372 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
2373 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
2374 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2375 * gdb.dwarf2/pr11465.S: Likewise.
2376
e837f12a
JK
23772012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * gdb.mi/mi2-prompt.exp: New file.
2380
ccbb4f28
JB
23812012-03-13 Joel Brobecker <brobecker@adacore.com>
2382
2383 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
2384
32039130
JB
23852012-03-13 Joel Brobecker <brobecker@adacore.com>
2386
2387 * gdb.ada/bp_range_type: New testcase.
2388
16899756
DE
23892012-03-13 Doug Evans <dje@google.com>
2390
2391 * gdb.base/default.exp: Delete tests for symbol-reloading.
2392 * gdb.base/help.exp: Ditto.
2393 * gdb.base/setshow.exp: Ditto.
2394 * gdb.base/gdb_history: Delete references to symbol-reloading.
2395
87b0bb13
JK
23962012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2397
2398 * gdb.base/attach-twice.c: New files.
2399 * gdb.base/attach-twice.exp: New files.
2400
0d7941a9
KS
24012012-03-08 Keith Seitz <keiths@redhat.com>
2402
2403 * lib/gdb.exp (gdb_get_line_number): Throw an
2404 error instead of returning -1.
2405 * gdb.base/break.exp: Remove unused variable
2406 bp_location5.
2407 * gdb.base/hbreak2.exp: Likewise.
2408 * gdb.base/sepdebug.exp: Likewise.
2409
f4647387
YQ
24102012-03-08 Yao Qi <yao@codesourcery.com>
2411 Pedro Alves <palves@redhat.com>
2412
2413 Fix PR server/13392.
2414 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
2415 (tracepoint_change_loc_2): Remove kfail. Return if failed to
2416 download tracepoints.
2417 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
2418 (pending_tracepoint_resolved_during_trace): Likewise.
2419 (pending_tracepoint_installed_during_trace): Likewise.
2420 (pending_tracepoint_with_action_resolved): Likewise.
2421
83c532cb
KS
24222012-03-08 Keith Seitz <keiths@redhat.com>
2423
2424 * gdb.ada/array_bounds.exp: Get breakpoint for line
2425 with "START", not "STOP".
2426 * gdb.python/py-infthread.exp: Do not continue to
2427 line marked "Break here.", which is undefined.
2428
d6b6bbb7
LM
24292012-03-08 Luis Machado <lgustavo@codesourcery.com>
2430
2431 Revert:
2432
2433 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 Implement testsuite workaround for PR breakpoints/13781.
2436 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2437 (set breakpoint condition-evaluation host): New conditional command.
2438
7fe25d9b
JK
24392012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 Fix CU relative vs. absolute DIE offsets.
2442 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
2443 one.
2444
51898c15
JK
24452012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2446
2447 Fix false FAIL on distros with relro linkage as default.
2448 * gdb.reverse/solib-precsave.exp: Try to compile the test using
2449 -Wl,-z,norelro first.
2450
8131799e
JB
24512012-03-06 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.ada/bp_on_var: New testcase.
2454
ba241969
JB
24552012-03-06 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.ada/bp_enum_homonym: New testcase.
2458
abe49676
YQ
24592012-03-06 Yao Qi <yao@codesourcery.com>
2460
2461 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
2462 x86_64-*-* and i?86-*-*.
2463 Set up KFAIL for gdb/13808.
2464
d8df103b
TT
24652012-03-05 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
2468 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
2469
b7b189f3
TT
24702012-03-05 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
2473
69dc1c4d
YQ
24742012-03-04 Yao Qi <yao@codesourcery.com>
2475
2476 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
2477 messages for KFAIL.
2478
3f20c47f
JK
24792012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
2482 (print one_two_three, indexes off, print few_reps, indexes off)
2483 (print many_reps, indexes off, print empty, indexes off)
2484 (print one_two_three, print few_reps, print many_reps, print empty):
2485 Call setup_xfail if $gcc_old.
2486
abf1152a
JK
24872012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 Implement testsuite workaround for PR breakpoints/13781.
2490 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2491 (set breakpoint condition-evaluation host): New conditional command.
2492
a06715f8
JK
24932012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 Code cleanup.
2496 * gdb.cp/mb-templates.exp: New variables executable. Use it for
2497 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
2498 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
2499 number 1 by $bpnum. Four times.
2500
5808517f
YQ
25012012-03-03 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
2504
dfe2ac14
JK
25052012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 Setup KFAIL for PR server/13796.
2508 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
2509
8bbc467a
JB
25102012-03-02 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.ada/operator_bp: New testcase.
2513
c0eac87f
JB
25142012-03-02 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.ada/info_locals_renaming: New testcase.
2517
4f42c881
TT
25182012-03-02 Tom Tromey <tromey@redhat.com>
2519
2520 * gdb.base/nextoverexit.c: New file.
2521 * gdb.base/nextoverexit.exp: New file.
2522
7380c0c9
EBM
25232012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2524
2525 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
2526 parameter.
2527
1faeff08
MR
25282012-03-01 Maciej W. Rozycki <macro@mips.com>
2529
2530 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
2531 core registers.
2532
320b6f49
MR
25332012-03-01 Maciej W. Rozycki <macro@mips.com>
2534 Maciej W. Rozycki <macro@codesourcery.com>
2535 Daniel Jacobowitz <dan@codesourcery.com>
2536
2537 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
2538
ad5f7d6e
PA
25392012-03-01 Pedro Alves <palves@redhat.com>
2540
2541 PR gdb/13767
2542
2543 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
2544 (gdb_collect_globals_test): Call it.
2545
d3dc44a6
KS
25462012-03-01 Keith Seitz <keiths@redhat.com>
2547
2548 * gdb.cp/method2.exp: Output of overload menu is now
2549 alphabetized. Update tests for "break A::method".
2550 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
2551 of hard-coding them.
2552 Overload menu is alphabetized: rewrite to accommodate.
2553 Unset variables LINE and TYPES which are used in other tests.
2554 Compute the output of "info break".
2555 Update the breakpoint table after all breakpoints are deleted.
2556 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
2557 compute ACTUALS and the method body based on parameters.
2558 Update expected output accordingly.
2559 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
2560 unique comments to allow the use of gdb_get_line_number.
2561
25622012-03-01 Keith Seitz <keiths@redhat.com>
2563
2564 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
2565 some Tcl syntax.
2566 * gdb.cp/ovldbreak.exp: Likewise.
2567
7949c2a0
KS
25682012-03-01 Keith Seitz <keiths@redhat.com>
2569
2570 * gdb.base/help.exp (help show user): Update expected result
2571 for new doc string changes (add "non-python").
2572
7d74f244
DE
25732012-03-01 Scott J. Goldman <scottjg@vmware.com>
2574
2575 * gdb.python/py-cmd.exp: Add test to verify that python commands can
2576 be put in the user-defined category and that the commands appear in
2577 "help user-defined".
2578
1b611343
JB
25792012-02-29 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdb.ada/tagged_not_init: New testcase.
2582
99b1c762
JB
25832012-02-29 Joel Brobecker <brobecker@adacore.com>
2584
2585 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
2586 * gdb.ada/enum_idx_packed: New testcase.
2587
2d4a02ee
JB
25882012-02-29 Joel Brobecker <brobecker@adacore.com>
2589
2590 * gdb.ada/aliased_array: New testcase.
2591
2e6fda7d
JB
25922012-02-29 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.ada/whatis_array_val: New testcase.
2595
9a7f938f
JK
25962012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 Fix disp-step-syscall.exp: fork: single step over fork.
2599 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
2600 whitespaces.
2601 (single step over $syscall): Remove its check.
2602 (single step over $syscall final pc): New check.
2603
8703a944
JK
26042012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 Support processors without SSSE3.
2607 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
2608 pabsd into ...
2609 (ssse3_test): ... a new function.
2610 (main): Call ssse3_test.
2611 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
2612 Update expected values everywhere.
2613 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
2614 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
2615 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
2616 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
2617 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
2618 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
2619 Move these tests lower.
2620 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
2621 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
2622 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
2623 New tests.
2624
c03e6ccc
YQ
26252012-02-29 Yao Qi <yao@codesourcery.com>
2626 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.trace/trace-mt.c: New.
2629 * gdb.trace/trace-mt.exp: New.
2630
7964b62a
TS
26312012-02-28 Thomas Schwinge <thomas@codesourcery.com>
2632
2c8910ba
TS
2633 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
2634 numbers instead of hardcoding them.
2635 * gdb.base/annota1.c: Provide suitable markers.
2636 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
2637 numbers instead of hardcoding them.
2638 * gdb.base/annota3.c: Provide suitable markers.
2639
2640 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
2641 * gdb.base/annota3.c: Likewise.
2642 * gdb.base/sigall.c: Likewise.
2643 * gdb.base/signals.c: Likewise.
2644 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 2645
5a41c0b7
MR
26462012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2647
2648 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
2649 failure return path.
2650
ebbbe5c5
LM
26512012-02-27 Luis Machado <lgustavo@codesourcery.com>
2652
2653 * gdb.base/save-bp.exp: Account for new condition evaluator output.
2654
8d126d8a
LM
26552012-02-24 Luis Machado <lgustavo@codesourcery.com>
2656
2657 * gdb.base/cond-eval-mode.exp: New file.
2658
11337c2f
PA
26592012-02-24 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
2662 (top level): Use with_test_prefix.
2663
13fc3e3c
PA
26642012-02-24 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.threads/attach-into-signal.exp (corefunc): Use
2667 with_test_prefix.
2668
07c1b626
JK
26692012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 Fix false FAILs on old CPUs without SSE.
2672 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
2673 Return untested for Illegal instruction.
2674
596ba138
JK
26752012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 Fix false FAILs with glibc debug infos installed.
2678 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
2679 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
2680
aeaa2474
SA
26812012-02-22 Sterling Augustine <saugustine@google.com>
2682
2683 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
2684 constant with cast.
2685
aed555c9
PA
26862012-02-21 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
2689
78afebb4
PA
26902012-02-21 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
2693
fdcfef12
PA
26942012-02-21 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
2697 with_test_prefix.
2698
0f4d39d5
PA
26992012-02-21 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
2702 with_test_prefix here.
2703 (top level): Do it here instead. Remove `:' from the
2704 with_test_prefix string.
2705 * gdb.base/attach-pie-misread.exp: Remove the leading space the
2706 the suffix `:' from the with_test_prefix prefix string.
2707 * gdb.base/break-interp.exp: Ditto.
2708 * gdb.base/catch-load.exp: Ditto.
2709 * gdb.base/disp-step-syscall.exp: Ditto.
2710 * gdb.base/jit-so.exp: Ditto.
2711 * gdb.base/jit.exp: Ditto.
2712 * gdb.base/sepdebug.exp: Ditto.
2713 * gdb.base/solib-display.exp: Ditto.
2714 * gdb.base/solib-overlap.exp: Ditto.
2715 * gdb.base/watch-cond-infcall.exp: Ditto.
2716 * gdb.base/watchpoint.exp: Ditto.
2717 * gdb.dwarf2/dw2-noloc.exp: Ditto.
2718 * gdb.mi/mi-watch.exp: Ditto.
2719 * gdb.mi/mi2-watch.exp: Ditto.
2720 * gdb.threads/non-ldr-exc-1.exp: Ditto.
2721 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2722 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2723 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2724 * gdb.threads/watchpoint-fork.exp: Ditto.
2725 * gdb.threads/watchthreads-reorder.exp: Ditto.
2726 * gdb.trace/change-loc.exp: Ditto.
2727 * gdb.trace/pending.exp: Ditto.
2728 * gdb.trace/status-stop.exp: Ditto.
2729 * gdb.trace/strace.exp: Ditto.
2730 * gdb.trace/trace-break.exp: Ditto.
2731 * gdb.trace/unavailable.exp: Ditto.
2732 * lib/gdb.exp (with_test_prefix): Always prefix with space and
2733 suffix with colon. Adjust leading comments.
2734
6a5870ce
PA
27352012-02-21 Pedro Alves <palves@redhat.com>
2736 Tom Tromey <tromey@redhat.com>
2737
2738 * lib/gdb.exp: Add description of test prefixes.
2739 (with_test_prefix): New procedure.
2740 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
2741 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
2742 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
2743 instead of lappend to append to pf_prefix.
2744 * gdb.base/catch-load.exp: Use with_test_prefix.
2745 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
2746 * gdb.base/jit-so.exp: Use with_test_prefix.
2747 * gdb.base/jit.exp: Use with_test_prefix.
2748 * gdb.base/return-nodebug.exp (do_test): Use append instead of
2749 lappend to append to pf_prefix.
2750 * gdb.base/sepdebug.exp: Use with_test_prefix.
2751 * gdb.base/solib-display.exp: Use with_test_prefix.
2752 * gdb.base/solib-overlap.exp: Use with_test_prefix.
2753 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
2754 * gdb.base/watchpoint.exp: Use with_test_prefix.
2755 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
2756 * gdb.mi/mi-watch.exp: Use with_test_prefix.
2757 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
2758 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
2759 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
2760 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
2761 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
2762 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
2763 append instead of lappend to append to pf_prefix.
2764 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
2765 * gdb.trace/change-loc.exp: Use with_test_prefix.
2766 * gdb.trace/pending.exp: Use with_test_prefix.
2767 * gdb.trace/status-stop.exp: Use with_test_prefix.
2768 * gdb.trace/strace.exp: Use with_test_prefix.
2769 * gdb.trace/trace-break.exp: Use with_test_prefix.
2770 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
2771 instead of lappend to append to pf_prefix.
2772
35dc4a6b
JK
27732012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 Fix racy FAILs.
2776 * gdb.base/inferior-died.c (main): Add return of 0.
2777 * gdb.base/inferior-died.exp (continue): Fix expectation of
2778 asynchronous events.
2779 (p 1): New test.
2780
c5a006e6
PA
27812012-02-20 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
2784 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
2785 gdb's internal debug output. For the non-threaded case, look for
2786 "Program received signal SIGLARM", for the threaded case, peek at
2787 the thread's siginfo.
2788
cc51a170
PA
27892012-02-20 Pedro Alves <palves@redhat.com>
2790
2791 General cleanup, make output test messages unique, and build
2792 different executable files for the non-threaded and threaded
2793 cases.
2794
2795 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
2796 Delete.
2797 (executable_nothr, executable_thr): New globals.
2798 (top level): Adjust to delete both executables.
2799 (corefunc): New parameter $executable. Set $pf_prefix instead of
2800 hand writing a prefix in tests. Issue a clean_restart and enable
2801 lin-lwp debug output here.
2802 (top level): Adjust. Use build_executable. Don't start gdb here,
2803 and don't enable lin-lwp debug output here.
2804 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
2805
c755f03d
JK
28062012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 Fix racy FAILs.
2809 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
2810 "continue" command.
2811
6bec5e0a
JK
28122012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 Fix for gdbserver non-extended mode.
2815 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
2816 and gdb_run_cmd.
2817
2e8265fd
TT
28182012-02-17 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
2821 * gdb.python/py-events.exp: Check 'dir' output.
2822 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
2823
9e507076
YQ
28242012-02-17 Yao Qi <yao@codesourcery.com>
2825
2826 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
2827
32d22ab1
TT
28282012-02-16 Tom Tromey <tromey@redhat.com>
2829
2830 * gdb.base/inferior-died.c: Don't include stdio.h.
2831
9addecb9
TT
28322012-02-16 Tom Tromey <tromey@redhat.com>
2833
2834 * gdb.base/inferior-died.c: New file.
2835 * gdb.base/inferior-died.exp: New file.
2836
4cb6da1c
AR
28372012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2838
2839 * gdb.base/break-inline.exp: New file.
2840 * gdb.base/break-inline.c: New file.
2841
3af2590d
TT
28422012-02-15 Tom Tromey <tromey@redhat.com>
2843
2844 * gdb.base/pc-fp.exp: Add "info register" tests.
2845
29988831
TT
28462012-02-15 Tom Tromey <tromey@redhat.com>
2847
2848 * gdb.base/regs.exp: Remove.
2849
10010058
PA
28502012-02-15 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
2853 the target doesn't support tracepoints.
2854 * gdb.trace/circ.exp: Ditto.
2855 * gdb.trace/collection.exp: Ditto.
2856 * gdb.trace/packetlen.exp: Ditto.
2857 * gdb.trace/passc-dyn.exp: Ditto.
2858 * gdb.trace/report.exp: Ditto.
2859 * gdb.trace/tfind.exp: Ditto.
2860 * gdb.trace/tspeed.exp: Ditto.
2861 * gdb.trace/tsv.exp: Ditto.
2862 * gdb.trace/unavailable.exp: Ditto.
2863 * gdb.trace/while-dyn.exp: Ditto.
2864
a2e0062d
PA
28652012-02-15 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
2868 gdb_test_multiple, and call unsupported instead of fail, if the
2869 remote side does not support the request.
2870
a1999d40
PA
28712012-02-15 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
2874 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
2875 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
2876 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
2877 * gdb.server/server-run.exp: Make sure gdb is disconnected.
2878 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
2879 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
2880 doesn't start with "extended-" already.
2881
7cee1e54
PA
28822012-02-15 Pedro Alves <palves@redhat.com>
2883
2884 Support extended-remote. Avoid cascading timeouts.
2885
2886 * gdb.base/attach.exp (do_attach_tests): Add expected output for
2887 the extended-remote target. If attaching with no file fails, load
2888 the file manually.
2889 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
2890
816338b5
SS
28912012-02-14 Stan Shebs <stan@codesourcery.com>
2892
2893 * gdb.base/ena-dis-br.exp: Add enable count test.
2894
cc30c4bd
PA
28952012-02-13 Pedro Alves <palves@redhat.com>
2896
2897 * config/mips-idt.exp: Delete.
2898 * gdb.base/a2-run.exp: Remove mips-idt xfails.
2899 * gdb.base/bitfields.exp: Remove mips-idt restarts.
2900 * gdb.base/break.exp: Remove mips-idt references.
2901 * gdb.base/chng-syms.exp: Ditto.
2902 * gdb.base/default.exp: Ditto.
2903 * gdb.base/funcargs.exp (funcargs_reload): Delete.
2904 (top level): Don't call it.
2905 * gdb.base/opaque.exp: Remove mips-idt restarts.
2906 * gdb.base/ptype.exp: Remove mips-idt xfails.
2907 * gdb.base/scope.exp: Remove mips-idt restarts.
2908 * gdb.base/sepdebug.exp: Remove mips-idt references.
2909 * gdb.base/watchpoint.exp (maybe_clean_restart)
2910 (maybe_reinitialize): Delete.
2911 (test_disabling_watchpoints, test_disabling_watchpoints)
2912 (test_watchpoint_triggered_in_syscall)
2913 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
2914 Don't call them.
2915
57008375
JK
29162012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 * gdb.server/server-exec-info.exp: New file.
2919
4a2d9c08
PA
29202012-02-10 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
2923 always non-empty.
2924 (test_attach): Always pass $exec to test_attach_gdb.
2925
09fa21bd
TT
29262012-02-08 Tom Tromey <tromey@redhat.com>
2927
2928 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
2929 before inferior is started.
2930
f0823d2c
TT
29312012-02-07 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
2934 Symbol.value.
2935 * gdb.python/py-symbol.c (qq): Set default value.
2936
29372012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
2938
2939 * gdb.python/py-symbol.c (qq): New global.
2940 * gdb.python/py-symbol.exp: Add test for frame-less
2941 lookup_symbol.
2942 * gdb.python/py-symtab.exp: Fix line number.
2943
f7e44f65
JB
29442012-02-03 Joel Brobecker <brobecker@adacore.com>
2945
2946 * gdb.ada/mi_task_arg: New testcase.
2947
4c9ed63c
PA
29482012-02-02 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.reverse/until-precsave.exp: Also put "record save" under the
2951 extended timeout.
2952
c0b9f2c6
PA
29532012-02-02 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
2956 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
2957
5f8cefd7
PA
29582012-02-02 Pedro Alves <palves@redhat.com>
2959
2960 * gdb.base/term.exp: Rewrite.
2961 * gdb.base/term.c: New.
2962
2f3a2569
PA
29632012-02-02 Pedro Alves <palves@redhat.com>
2964
2965 * gdb.base/default.exp (run "r" abbreviation, run): Add
2966 extended-remote expected output.
2967
f149aabd
TT
29682012-02-02 Tom Tromey <tromey@redhat.com>
2969
2970 * gdb.cp/dispcxx.exp: New file.
2971 * gdb.cp/dispcxx.cc: New file.
2972
03bef283
TT
29732012-02-01 Tom Tromey <tromey@redhat.com>
2974
2975 * gdb.base/jit-simple.exp: New file.
2976 * gdb.base/jit-simple.c: New file.
2977
a79b18b5
YQ
29782012-01-30 Yao Qi <yao@codesourcery.com>
2979
2980 * gdb.base/skip.exp: Make test result unique.
2981
f0d1a53e
JK
29822012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2983
2984 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
2985 compatibility with valgrind-3.7.0.
2986
4b3c9f41
PA
29872012-01-27 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.base/watchpoint.exp (no_hw): New global.
2990 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
2991 disable hw watchpoints.
2992 (test_wide_location_1, test_wide_location_2): If no_hw is set,
2993 don't expect hw watchpoints.
2994 (no_hw_watchpoints): Always clean restart.
2995 (do_tests): New procedure, factored out from the top level.
2996 (top level): Run tests twice. Once with hw watchpoints enabled,
2997 another time with hw watchpoints disabled.
2998
a13491c8
PA
29992012-01-27 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
3002 out from the top level.
3003 (top level): Call it instead.
3004
f2c8a051
PA
30052012-01-27 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.base/watchpoint.exp (top level): Re-enable hardware
3008 watchpoints sooner.
3009
654d7a9e
PA
30102012-01-27 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
3013
274f47f3
PA
30142012-01-27 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
3017 "You may have requested too many hardware
3018 breakpoints/watchpoints".
3019
e4d63ba2
PA
30202012-01-27 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.base/watchpoint.exp (maybe_clean_restart)
3023 (maybe_reinitialize): New.
3024 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
3025 expect "hit N times".
3026 (test_disabling_watchpoints, test_complex_watchpoint)
3027 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
3028 Call maybe_clean_restart.
3029 (top level): Use clean_restart. Remove "mips-idt-*"
3030 reinitialization.
3031
dbd95daf
PA
30322012-01-27 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
3035
f3ad2025
PA
30362012-01-27 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.base/watchpoint.exp: Clean restart after tests that don't
3039 require `initialize' anymore. Remove unnecessary `initialize'
3040 calls.
3041
100aa3ae
PA
30422012-01-27 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/watchpoint.exp (wp_set): Delete.
3045 (initialize, test_simple_watchpoint, top level): Remove dead code.
3046
c79a8e11
PA
30472012-01-27 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
3050 typo.
3051
048fe15a
PA
30522012-01-27 Pedro Alves <palves@redhat.com>
3053
3054 * config/extended-gdbserver.exp: New file.
3055 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
3056 comment.
3057 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
3058 * boards/native-extended-gdbserver.exp: New file.
3059
4033a6bf
PA
30602012-01-26 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
3063 and gdb_test_multiple.
3064
3d7f4b81
PA
30652012-01-26 Pedro Alves <palves@redhat.com>
3066
3067 Make test messages unique, and more identifiable.
3068 * gdb.multi/watchpoint-multi.exp: Change test messages.
3069
484abf42
TT
30702012-01-25 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.base/solib-disc.exp: Fix regexps.
3073
edcc5120
TT
30742012-01-24 Tom Tromey <tromey@redhat.com>
3075
3076 * lib/mi-support.exp (mi_expect_stop): Add special case for
3077 solib-event.
3078 * gdb.base/catch-load-so.c: New file.
3079 * gdb.base/catch-load.exp: New file.
3080 * gdb.base/catch-load.c: New file.
3081 * gdb.base/break-interp.exp (reach_1): Update regexp.
3082
30b91c90
JK
30832012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 Fix fuzzy results.
3086 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
3087 lpsimple and func.
3088
53fe1783
GB
30892012-01-24 Gary Benson <gbenson@redhat.com>
3090
3091 Delete #if 0'd out code.
3092 * gdb.base/default.exp (info catch): Remove.
3093 * gdb.base/gdb_history (info catch): Likewise.
3094 * gdb.base/help.exp (info catch): Likewise.
3095
d0d8b0c6
JK
30962012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 Fix watchpoints to be specific for each inferior.
3099 * gdb.multi/watchpoint-multi.c: New file.
3100 * gdb.multi/watchpoint-multi.exp: New file.
3101
4403d8e9
JK
31022012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 Fix watchpoints across inferior fork.
3105 * gdb.threads/watchpoint-fork-child.c: New file.
3106 * gdb.threads/watchpoint-fork-mt.c: New file.
3107 * gdb.threads/watchpoint-fork-parent.c: New file.
3108 * gdb.threads/watchpoint-fork-st.c: New file.
3109 * gdb.threads/watchpoint-fork.exp: New file.
3110 * gdb.threads/watchpoint-fork.h: New file.
3111
050a2e1d
PA
31122012-01-23 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/call-signal-resume.exp: Allow output after "return".
3115
6a52fb62
PA
31162012-01-20 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.python/py-finish-breakpoint.py: Fix typo.
3119
145b16a9
UW
31202012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3121
3122 * gdb.base/info-proc.exp: Also run on remote targets. Main
3123 "info proc" command is now always present; whether target supports
3124 actual info proc operation is detected when attempting to issue
3125 the command.
3126
26f6125e
JK
31272012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 * .gdbinit: Remove.
3130
eb5227ce
PA
31312012-01-19 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
3134 look at the funtions' returns.
3135 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
3136 (jprint.print(int, int)): Change return type to int. Adjust.
3137
1db33378
PP
31382012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3139
3140 PR gdb/9538
3141 * gdb.base/sepdebug.exp: New test.
3142
b9736cf8
PA
31432012-01-18 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
3146 Allow output before ^done.
3147
4aac40c8
TT
31482012-01-16 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
3151 Add tests for relative directory.
3152
cafec441
TT
31532012-01-16 Tom Tromey <tromey@redhat.com>
3154
3155 * gdb.base/printcmds.c (enum flag_enum): New.
3156 (three): New global.
3157 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
3158 enum printing.
3159 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
3160 FlagEnumerationPrinter.
3161 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
3162 * gdb.python/py-pp-maint.c (enum flag_enum): New.
3163 (fval): New global.
3164
abcc4978
PA
31652012-01-16 Pedro Alves <palves@redhat.com>
3166
3167 * lib/gdb.exp (banned_procedures): New variable.
3168 (banned_variables_traced): Rename to ...
3169 (banned_traced): ... this.
3170 (gdb_init): Also trace banned procedures.
3171 (gdb_finish): Also untrace banned procedures.
3172
97ccebe8
PA
31732012-01-16 Pedro Alves <palves@redhat.com>
3174
3175 Remove all calls to strace.
3176
2af7517b
JK
31772012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
3180 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
3181
9241a8bc
PP
31822012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3183
3184 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
3185 * gdb.base/pie-execl.exp: Likewise.
3186
3848a17f
KS
31872012-01-12 Keith Seitz <keiths@redhat.com>
3188
3189 PR mi/10586
3190 * gdb.mi/var-cmd.c (struct anonymous): New structure.
3191 (do_anonymous_type_tests): New function.
3192 (main): Call do_anonymous_type_tests.
3193 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
3194 (verify_everything): New procedure.
3195 * gdb.mi/mi-var-cp.cc (class A): New class.
3196 (anonymous_structs_and_unions): New function.
3197 (main): Call anonymous_structs_and_unions.
3198 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
3199 (verify_everything): New procedure.
3200
440e2fca
KS
32012012-01-12 Keith Seitz <keiths@redhat.com>
3202
3203 * lib/mi-support.exp: Expand comments about PATH_EXPR.
3204 (varobj_tree::get_path_expr): Assume that all varobjs are
3205 compound unless they are known simple types.
3206 Adjust path expressions based on parent type, path parent type,
3207 and tree language.
3208 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
3209 the root varobj.
3210 (mi_walk_varobj_tree): Add LANGUAGE parameter.
3211
675399c9
PA
32122012-01-11 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
3215 core files on this machine" anymore.
3216
97ddaa9b
PH
32172012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3218
3219 * gdb.base/watchpoint.c (recurser): Initialize local_x.
3220 (main): Repeat recurser call.
3221 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
3222 equivalent to 'local_x'.
3223
ea733575
PH
32242012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3225 Joel Brobecker <brobecker@adacore.com>
3226
3227 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
3228
2ca0b532
PA
32292012-01-05 Pedro Alves <alves.ped@gmail.com>
3230
3231 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
3232 * gdb.python/py-events.c (first): Add bits for new "step N" test.
3233 * gdb.python/py-events.exp: Test that "step N" tripping on a
3234 breakpoint emits a breakpoint event.
3235
6e681866
JB
32362012-01-03 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.base/auxv.exp: Reformat the copyright notice.
3239
3c2d6aff
YQ
32402012-01-03 Yao Qi <yao@codesourcery.com>
3241
3242 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
3243 (strace_trace_on_diff_addr): New.
3244 * gdb.trace/strace.c: (main): Add two local variables.
3245
0852fee3
UW
32462011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
3247
3248 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
3249 * gdb.cell/gcore.exp: Likewise.
3250 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
3251 to verify the correct instance of main is selected.
3252
12c3e59c
JB
32532012-01-02 Joel Brobecker <brobecker@adacore.com>
3254
3255 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
3256 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
3257 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
3258 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
3259 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
3260 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
3261 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
3262 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
3263 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
3264 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
3265 gdb.threads/thread_check.c: Reformat copyright header.
3266
c0f378ec
EBM
32672011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
3268
e4a7ca93 3269 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
3270 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
3271 is not enabled.
3272
3bc96cfb
JK
32732011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
3276 parameter to self_exec, adjust the function.
3277 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
3278 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
3279 (set var do_exit = 0): Remove test.
3280 (newline at end of file): Add one.
3281
095bcf5e
JB
32822011-12-27 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
3285 New files.
3286
18d19bd1
JK
32872011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3288
3289 Fix racy FAILs.
3290 * gdb.threads/fork-thread-pending.c (barrier): New variable.
3291 (thread_function, thread_forker): Call pthread_barrier_wait for it.
3292 (main): Call pthread_barrier_init for it.
3293
e809353a
JK
32942011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 Fix double send_gdb leading to racy FAILs.
3297 * gdb.base/break.exp (set silent break bp_location1): Replace
3298 3x send_gdb and gdb_expect by gdb_test.
3299 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
3300 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
3301 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
3302 instead of send_gdb. Twice.
3303 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
3304 3x send_gdb and gdb_expect by gdb_test.
3305 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
3306
da8cb7ec
JK
33072011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 * gdb.linespec/linespec.exp: Compile using {c++}.
3310
ae1a303e
JK
33112011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
3314 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
3315 (verify GCC PR debug/51668): New test.
3316
cc72b2a2
KP
33172011-12-23 Kevin Pouget <kevin.pouget@st.com>
3318
3319 Introduce gdb.FinishBreakpoint in Python.
3320 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
3321 py-finish-breakpoint2
3322 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
3323 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
3324 instead of line number.
3325 * gdb.python/py-finish-breakpoint.c: New file.
3326 * gdb.python/py-finish-breakpoint.exp: New file.
3327 * gdb.python/py-finish-breakpoint.py: New file.
3328 * gdb.python/py-finish-breakpoint2.cc: New file.
3329 * gdb.python/py-finish-breakpoint2.exp: New file.
3330 * gdb.python/py-finish-breakpoint2.py: New file.
3331
3b7962f9
JK
33322011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3333
3334 Partial fix of compatibility with gcc-4.7.
3335 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
3336 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
3337 Add comment to add a PASS case in the future.
3338
6538471c
JK
3339 Fix compatibility with gcc-4.7.
3340 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
3341
7052e42c
UW
33422011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
3343
3344 PR tdep/12797
3345 * gdb.base/callfuncs.exp: Remove KFAIL.
3346
9ac7f98e
JB
33472011-12-21 Joel Brobecker <brobecker@adacore.com>
3348
3349 * gdb.ada/task_bp: New testcase.
3350
f6eeced0
JK
33512011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
3354 -DNO_SECTIONS.
3355 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
3356
72225e17
JK
33572011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
3360 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
3361 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3362 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
3363 conditional for gcc <= 4.5.
3364
13ac8d2c
JK
33652011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
3368 by XFAIL.
3369 * gdb.cp/static-method.exp (info addr A::func())
3370 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3371 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3372 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3373 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
3374 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
3375 (test value of F in k3_m): Likewise.
3376 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3377 Likewise.
3378
049682ba
JK
33792011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
3382 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
3383 Remove.
3384 * gdb.threads/attachstop-mt.c: Remove.
3385 * gdb.threads/attachstop-mt.exp: Remove.
3386
2c9d8796
MK
33872011-12-17 Mark Kettenis <kettenis@gnu.org>
3388
3389 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
3390
e0f9f062
DE
33912011-12-16 Doug Evans <dje@google.com>
3392
f4aa2101 3393 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
3394 * boards/native-gdbserver.exp: New file.
3395
e0f9f062
DE
3396 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
3397 gdbserver output.
3398 (gdbserver_default_get_remote_address): New function.
3399 (gdbserver_start): Call gdb,get_remote_address to compute argument
3400 to "target remote" command.
3401
80b6e756
PM
34022011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3403
1c3ad6ab 3404 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
3405 python print-stack. Add set/show python print-stack
3406 off|full|message tests.
3407
1576bd00
YQ
34082011-12-15 Yao Qi <yao@codesourcery.com>
3409
3410 * gdb.trace/strace.c: New
3411 * gdb.trace/strace.exp: New.
3412
d6a0f6e0
TT
34132011-12-14 Tom Tromey <tromey@redhat.com>
3414
3415 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
3416
31015e1d
DE
34172011-12-14 Doug Evans <dje@google.com>
3418
3419 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
3420
7b50312a
PA
34212011-12-14 Pedro Alves <pedro@codesourcery.com>
3422
3423 PR threads/10729
3424
3425 * gdb.mi/watch-nonstop.c: New file.
3426 * gdb.mi/mi-watch-nonstop.exp: New file.
3427
924437bc
PA
34282011-12-13 Pedro Alves <pedro@codesourcery.com>
3429 Doug Evans <dje@google.com>
3430
3431 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
3432 (clean_restart): Remove references to the gdb_stub target board
3433 variable.
3434 (gdb_step_for_stub): Delete.
3435
3436 * gdb.base/annota1.exp: Remove all references to [target_info
3437 exists gdb_stub], gdb_step_for_stub and usestubs.
3438 * gdb.base/annota3.exp: Ditto.
3439 * gdb.base/async.exp: Ditto.
3440 * gdb.base/break.exp: Ditto.
3441 * gdb.base/code-expr.exp: Ditto.
3442 * gdb.base/commands.exp: Ditto.
3443 * gdb.base/completion.exp: Ditto.
3444 * gdb.base/condbreak.exp: Ditto.
3445 * gdb.base/consecutive.exp: Ditto.
3446 * gdb.base/cvexpr.exp: Ditto.
3447 * gdb.base/define.exp: Ditto.
3448 * gdb.base/display.exp: Ditto.
3449 * gdb.base/ena-dis-br.exp: Ditto.
3450 * gdb.base/environ.exp: Ditto.
3451 * gdb.base/gnu-ifunc.exp: Ditto.
3452 * gdb.base/maint.exp: Ditto.
3453 * gdb.base/pending.exp: Ditto.
3454 * gdb.base/sect-cmd.exp: Ditto.
3455 * gdb.base/sepdebug.exp: Ditto.
3456 * gdb.base/unload.exp: Ditto.
3457 * gdb.base/watchpoint-solib.exp: Ditto.
3458 * gdb.cp/annota2.exp: Ditto.
3459 * gdb.cp/annota3.exp: Ditto.
3460 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
3461 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
3462 * gdb.mi/mi-pending.exp: Ditto.
3463 * gdb.trace/circ.exp: Ditto.
3464 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
3465 * gdb.base/list.exp: Ditto.
3466
3467 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
3468 breakpoint function and all references to the usestubs macro.
3469 * gdb.base/exprs.c: Ditto.
3470 * gdb.base/freebpcmd.c: Ditto.
3471 * gdb.base/bitfields.c: Ditto.
3472 * gdb.base/bitfields2.c: Ditto.
3473 * gdb.base/break.c: Ditto.
3474 * gdb.base/call-sc.c: Ditto.
3475 * gdb.base/call-signals.c: Ditto.
3476 * gdb.base/callfuncs.c: Ditto.
3477 * gdb.base/charset.c: Ditto.
3478 * gdb.base/consecutive.c: Ditto.
3479 * gdb.base/constvars.c: Ditto.
3480 * gdb.base/funcargs.c: Ditto.
3481 * gdb.base/int-type.c: Ditto.
3482 * gdb.base/interrupt.c: Ditto.
3483 * gdb.base/langs0.c: Ditto.
3484 * gdb.base/list0.c: Ditto.
3485 * gdb.base/mips_pro.c: Ditto.
3486 * gdb.base/miscexprs.c: Ditto.
3487 * gdb.base/nodebug.c: Ditto.
3488 * gdb.base/opaque0.c: Ditto.
3489 * gdb.base/pointers.c: Ditto.
3490 * gdb.base/printcmds.c: Ditto.
3491 * gdb.base/ptype.c: Ditto.
3492 * gdb.base/recurse.c: Ditto.
3493 * gdb.base/reread1.c: Ditto.
3494 * gdb.base/reread2.c: Ditto.
3495 * gdb.base/restore.c: Ditto.
3496 * gdb.base/return.c: Ditto.
3497 * gdb.base/run.c: Ditto.
3498 * gdb.base/scope0.c: Ditto.
3499 * gdb.base/sepdebug.c: Ditto.
3500 * gdb.base/setshow.c: Ditto.
3501 * gdb.base/setvar.c: Ditto.
3502 * gdb.base/sigall.c: Ditto.
3503 * gdb.base/signals.c: Ditto.
3504 * gdb.base/structs.c: Ditto.
3505 * gdb.base/structs2.c: Ditto.
3506 * gdb.base/testenv.c: Ditto.
3507 * gdb.base/twice.c: Ditto.
3508 * gdb.base/unwindonsignal.c: Ditto.
3509 * gdb.base/watchpoint.c: Ditto.
3510 * gdb.base/watchpoints.c: Ditto.
3511 * gdb.base/whatis.c: Ditto.
3512 * gdb.cp/classes.cc: Ditto.
3513 * gdb.cp/cplusfuncs.cc: Ditto.
3514 * gdb.cp/derivation.cc: Ditto.
3515 * gdb.cp/formatted-ref.cc: Ditto.
3516 * gdb.cp/misc.cc: Ditto.
3517 * gdb.cp/overload.cc: Ditto.
3518 * gdb.cp/ovldbreak.cc: Ditto.
3519 * gdb.cp/ref-params.cc: Ditto.
3520 * gdb.cp/ref-types.cc: Ditto.
3521 * gdb.cp/templates.cc: Ditto.
3522 * gdb.cp/virtfunc.cc: Ditto.
3523 * gdb.hp/gdb.aCC/run.c: Ditto.
3524 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
3525 * gdb.hp/gdb.compat/xdb0.c: Ditto.
3526 * gdb.reverse/consecutive-reverse.c: Ditto.
3527 * gdb.reverse/sigall-reverse.c: Ditto.
3528 * gdb.reverse/until-reverse.c: Ditto.
3529 * gdb.reverse/watch-reverse.c: Ditto.
3530 * gdb.trace/actions.c: Ditto.
3531 * gdb.trace/circ.c: Ditto.
3532 * gdb.trace/collection.c: Ditto.
3533
fabde485
PA
35342011-12-13 Pedro Alves <pedro@codesourcery.com>
3535
3536 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
3537 (func6, func7): New.
3538 (main): Call func6 and func7.
3539 * gdb.base/watchpoint.exp (test_wide_location_1)
3540 (test_wide_location_2): New.
3541 (top level): Re-enable hardware watchpoints if necessary. Call
3542 test_wide_location_1 and test_wide_location_2.
3543
ff7d1690
YQ
35442011-12-11 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
3547
a6af7abe
JB
35482011-12-11 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
3551 expected output for unsupported case.
3552
61638e15
JK
35532011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 PR testsuite/12649
3556 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
3557 Protect gdb_test_multiple by final $gdb_prompt match.
3558
0a00efc3
JK
35592011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
3562 New variable, new test.
3563 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3564 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3565 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3566 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
3567 them if HAVE_GCC_45682_FIXED is not set.
3568
4511b1ba
YQ
35692011-12-10 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.trace/status-stop.exp: New.
3572 * gdb.trace/status-stop.c: New.
3573
27949e73
JK
35742011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
3577 timeout.
3578
d8ea7931
TT
35792011-12-08 Tom Tromey <tromey@redhat.com>
3580
3581 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
3582 condition.
3583
1cc310d2
SS
35842011-12-07 Stan Shebs <stan@codesourcery.com>
3585
3586 * gdb.trace/tfind.exp: Update for output changes.
3587
d482a875
PA
35882011-12-07 Pedro Alves <pedro@codesourcery.com>
3589
3590 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
3591 throws "Cannot insert catchpoints in this configuration".
3592 * gdb.ada/mi_catch_ex.exp: Likewise.
3593
f0ba3972
PA
35942011-12-06 Pedro Alves <pedro@codesourcery.com>
3595
3596 * gdb.base/break-always.exp: Test changing memory at addresses
3597 with breakpoints inserted.
3598
f8eba3c6
TT
35992011-12-06 Joel Brobecker <brobecker@acacore.com>
3600
3601 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
3602 involving a fully qualified function name.
3603
36042011-12-06 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.ada/homonym.exp: Add three breakpoint tests.
3607
36082011-12-06 Tom Tromey <tromey@redhat.com>
3609
3610 * gdb.base/solib-weak.exp (do_test): Remove kfail.
3611 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
3612 * gdb.objc/objcdecode.exp: Update for output changes.
3613 * gdb.linespec/linespec.exp: New file.
3614 * gdb.linespec/lspec.cc: New file.
3615 * gdb.linespec/lspec.h: New file.
3616 * gdb.linespec/body.h: New file.
3617 * gdb.linespec/base/two/thefile.cc: New file.
3618 * gdb.linespec/base/one/thefile.cc: New file.
3619 * gdb.linespec/Makefile.in: New file.
3620 * gdb.cp/templates.exp (test_template_breakpoints): Update for
3621 output changes.
3622 * gdb.cp/re-set-overloaded.exp: Remove kfail.
3623 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
3624 makes one breakpoint.
3625 * gdb.cp/method2.exp (test_break): Update for output changes.
3626 * gdb.cp/mb-templates.exp: Update for output changes.
3627 * gdb.cp/mb-inline.exp: Update for output changes.
3628 * gdb.cp/mb-ctor.exp: Update for output changes.
3629 * gdb.cp/ovsrch.exp: Use fully-qualified names.
3630 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
3631 has multiple matches.
3632 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
3633 error message change.
3634 * gdb.base/list.exp (test_list_filename_and_number): Update for
3635 error message change.
3636 * gdb.base/break.exp: Disable pending breakpoints. Update for
3637 output changes.
3638 * configure.ac: Add gdb.linespec.
3639 * configure: Rebuild.
3640 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
3641
c642a434
UW
36422011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
3643
3644 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
3645 last_break register on s390*-*-* targets.
3646
b18003d1
JB
36472011-12-06 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
3650 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
3651 of parameter X in procedure Foo.
3652
fe96589c
SS
36532011-12-05 Stan Shebs <stan@codesourcery.com>
3654
3655 * gdb.trace/tfind.exp: Update help string matches.
3656
1820ab47
JK
36572011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 * gdb.server/ext-run.exp (get process list): Accept also systemd
3660 as PID 1.
3661
e11ac3a3
JK
36622011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3663 Pedro Alves <pedro@codesourcery.com>
3664
3665 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
3666 starting GDB.
3667 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
3668 $use_gdb_stub.
3669 * gdb.base/display.exp: Likewise.
3670 * gdb.base/ending-run.exp: Likewise.
3671 * gdb.base/list.exp (test_listsize): Likewise.
3672 * gdb.base/setshow.exp: Likewise.
3673 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
3674 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
3675 check by global $use_gdb_stub.
3676 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
3677 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
3678 (default_gdb_init): Unset global $use_gdb_stub.
3679 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
3680 by global $use_gdb_stub.
3681 * lib/gdbserver-support.exp: Extend comments for set_board_info
3682 gdb_protocol and gdb,socketport.
3683 (gdbserver_start_extended): Set global gdbserver_protocol and
3684 gdbserver_gdbport. Clear global use_gdb_stub.
3685 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
3686 from target use_gdb_stub.
3687 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
3688
1d41d75c
DE
36892011-12-03 Doug Evans <dje@google.com>
3690
3691 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
3692 (gdb_step_for_stub): Add comments.
3693
d6d7a51a
MR
36942011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
3695
3696 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
3697 to the caller.
3698 (gdb_test_multiple): Likewise.
3699
05acf274
JK
37002011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 Fix gdb.mi/mi-solib.exp without system debug info installed.
3703 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
3704 expect attribute, return 0 for it. Update comments.
3705
2268b414
JK
37062011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
3709 (corrupted list): Adjust the expectation.
3710
585861ea
JK
37112011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 PR threads/13448
3714 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
3715 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
3716 * gdb.threads/tls-var-main.c: New file.
3717 * gdb.threads/tls-var.c: New file.
3718 * gdb.threads/tls-var.exp: New file.
3719
968643aa
JK
37202011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 PR testsuite/12649
3723 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
3724 Protect gdb_test_multiple by final $gdb_prompt match.
3725 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
3726 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3727 (test_tracepoints): Likewise.
3728
9750bca9
JK
37292011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 PR breakpoints/13346
3732 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
3733 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
3734 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
3735
ac1349b7
JB
37362011-12-01 Joel Brobecker <brobecker@adacore.com>
3737
3738 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
3739 * gdb.ada/homonym/homonym.adb: For use of all types defined
3740 locally inside both Get_Value subprograms.
3741
26d44faf
JK
37422011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 Fix racy FAILs.
3745 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
3746 of send_gdb.
3747
514f6425
UW
37482011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3749
3750 * gdb.base/testenv.exp: Skip on remote targets. Unset global
3751 environment variable after test completed.
3752
4255c8d2
UW
37532011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3754
3755 * gdb.base/solib-nodir.exp: Skip if remote target.
3756 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
3757 application. Call gdb_load_shlibs.
3758 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
3759
a35ad96a
JB
37602011-11-29 Joel Brobecker <brobecker@adacore.com>
3761
3762 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
3763
1a1d5513
JB
37642011-11-28 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.ada/fullname_bp: New testcase.
3767
50b4ddf8
JK
37682011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 PR testsuite/12649
3771 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
3772 Wrap send_gdb into a new gdb_test.
3773
fb0aec57
JK
3774 Code cleanup.
3775 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
3776 Convert send_gdb and gdb_expect to gdb_test_multiple.
3777
2376d946
JK
37782011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3779
3780 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
3781
1eec78bd
KS
37822011-11-23 Keith Seitz <keiths@redhat.com>
3783
3784 * lib/mi-support.exp (varobj_tree): New namespace and procs.
3785 (mi_varobj_tree_test_children_callback): New proc.
3786 (mi_walk_varobj_tree): New proc.
3787
36dfb11c
TT
37882011-11-22 Tom Tromey <tromey@redhat.com>
3789
3790 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
3791 Add "use_mi_command" argument.
3792 (mi_run_cmd, mi_run_with_cli): New procs.
3793 * gdb.mi/solib-lib.c: New file.
3794 * gdb.mi/solib-main.c: New file.
3795 * gdb.mi/mi-solib.exp: New file.
3796
0e965dd0
DE
37972011-11-21 Doug Evans <dje@google.com>
3798
3799 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
3800 _Unwind_DebugHook is missing.
3801
f196051f
SS
38022011-11-20 Stan Shebs <stan@codesourcery.com>
3803
3804 * gdb.trace/tstatus.exp: New.
3805 * gdb.trace/actions.c: Include string.h.
3806
bfccc43c
YQ
38072011-11-18 Yao Qi <yao@codesourcery.com>
3808
3809 * gdb.trace/pending.exp: New.
3810 * gdb.trace/pending.c: New.
3811 * gdb.trace/pendshr1.c: New.
3812 * gdb.trace/pendshr2.c: New.
3813 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
3814 tracepoint location becomes pending.
3815 (tracepoint_change_loc_2): New.
3816
73cd8ab1
DM
38172011-11-16 David S. Miller <davem@davemloft.net>
3818
3819 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
3820 target is sparc*-*-linux*
3821
77426730
PK
38222011-11-15 Paul Koning <paul_koning@dell.com>
3823
3824 * gdb.python/py-type.exp: New testcases for exceptions on scalar
3825 types.
3826
ed59ded5
DE
38272011-11-14 Doug Evans <dje@google.com>
3828
3829 * gdb.base/shell.exp: New file.
3830
405f8e94
SS
38312011-11-14 Stan Shebs <stan@codesourcery.com>
3832
3833 * gdb.trace/ftrace.c: New.
3834 * gdb.trace/ftrace.exp: New.
3835
1e4d1764
YQ
38362011-11-14 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.trace/change-loc-1.c: New.
3839 * gdb.trace/change-loc-2.c: New.
3840 * gdb.trace/change-loc.c: New.
3841 * gdb.trace/change-loc.exp: New.
3842 * gdb.trace/change-loc.h: New.
3843 * gdb.trace/trace-break.c (marker): Define new symbol.
3844 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
3845 New.
3846 (break_trace_same_addr_6): New.
3847
71eba9c2 38482011-11-12 Matt Rice <ratmice@gmail.com>
3849
3850 * gdb.base/info-macros.exp: Make tests for info definitions
3851 test info macro. Add tests for info macro argument processing.
3852 Rename a few tests.
3853
1d93e29a
KS
38542011-11-11 Keith Seitz <keiths@redhat.com>
3855
3856 PR gdb/12843
3857 * gdb.base/linespecs.exp: New file.
3858
a4b5b48a
DE
38592011-11-11 Doug Evans <dje@google.com>
3860
3861 * gdb.threads/print-threads.exp: Extend timeout for slower
3862 tests.
3863
f6b47be4
DE
38642011-11-10 Doug Evans <dje@google.com>
3865
792a0230
DE
3866 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
3867 "record to end of main" test.
3868
f6b47be4
DE
3869 * gdb.python/py-type.c (TS): New typedef.
3870 (ts): New global.
3871 * gdb.python/py-type.exp: Test field list of typedef.
3872
22355c90
JB
38732011-11-10 Joel Brobecker <brobecker@adacore.com>
3874
3875 * gdb.ada/small_reg_param: New testcase.
3876
a7860e76
TT
38772011-11-09 Tom Tromey <tromey@redhat.com>
3878
3879 * gdb.cp/destrprint.exp: New file.
3880 * gdb.cp/destrprint.cc: New file.
3881
72a2e3dc
MI
38822011-11-08 Meador Inge <meadori@codesourcery.com>
3883
3884 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
3885 (switch_stack_to_other): New test function.
3886 * gdb.arch/thumb-prologue.exp: New test cases.
3887
c7195df2 38882011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
3889
3890 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
3891
d3895d7d
YQ
38922011-11-08 Yao Qi <yao@codesourcery.com>
3893
3894 * gdb.exp (supports_process_record): New.
3895 (supports_reverse): New.
3896 * gdb.reverse/break-precsave.exp: Call support_process_record
3897 to run test conditionally.
3898 * gdb.reverse/consecutive-precsave.exp: Likewise.
3899 * gdb.reverse/i386-precsave.exp: Likewise.
3900 * gdb.reverse/machinestate-precsave.exp: Likewise.
3901 * gdb.reverse/solib-precsave.exp: Likewise.
3902 * gdb.reverse/step-precsave.exp: Likewise.
3903 * gdb.reverse/until-precsave.exp: Likewise.
3904 * gdb.reverse/watch-precsave.exp: Likewise.
3905 * gdb.reverse/break-reverse.exp: Call support_reverse to run
3906 test conditionally.
3907 * gdb.reverse/consecutive-reverse.exp: Likewise.
3908 * gdb.reverse/finish-precsave.exp: Likewise.
3909 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3910 * gdb.reverse/finish-reverse.exp: Likewise.
3911 * gdb.reverse/i386-reverse.exp: Likewise.
3912 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3913 * gdb.reverse/machinestate.exp: Likewise.
3914 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
3915 * gdb.reverse/sigall-precsave.exp: Likewise.
3916 * gdb.reverse/sigall-reverse.exp: Likewise.
3917 * gdb.reverse/solib-reverse.exp: Likewise.
3918 * gdb.reverse/step-reverse.exp: Likewise.
3919 * gdb.reverse/until-reverse.exp: Likewise.
3920 * gdb.reverse/watch-reverse.exp: Likewise.
3921
a59306a3
YQ
39222011-11-05 Yao Qi <yao@codesourcery.com>
3923
3924 * gdb.trace/trace-break.exp: Add test on setting two
3925 fast tracepoints at the same address.
3926
87769f59
JK
39272011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
3930
3065dfb6
SS
39312011-11-02 Stan Shebs <stan@codesourcery.com>
3932
3933 * gdb.trace/collection.c: Add code using strings.
3934 * gdb.trace/collection.exp: Add tests of string collection.
3935
89e208db
JK
39362011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 * gdb.base/skip-solib.exp (executable_main): New variable.
3939 (binfile_main): Base it on that.
3940 Use $executable_main in clean_restart calls. Drop gdb_exit and
3941 gdb_start calls.
3942
405e54e9
JK
39432011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 Fix racy FAILs.
3946 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
3947 breakpoint_re globals import by async. Set string_regex to .* for
3948 async. Remove the optional thread_selected_re and breakpoint_re
3949 globals expectations.
3950
58e8570a
JM
39512011-11-01 Joseph Myers <joseph@codesourcery.com>
3952
3953 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
3954 well as Cygwin.
3955
7b35ec7f 39562011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
3957
3958 Add tests for skip command.
89e208db
JK
3959 * gdb.base/skip-solib-lib.c: New
3960 * gdb.base/skip-solib-main.c: New
3961 * gdb.base/skip-solib.exp: New
3962 * gdb.base/skip.c: New
3963 * gdb.base/skip.exp: New
3964 * gdb.base/skip1.c: New
3965 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 3966
b9fd1791
PA
39672011-10-31 Yao Qi <yao@codesourcery.com>
3968 Pedro Alves <pedro@codesourcery.com>
3969
3970 * gdb.trace/trace-break.c: New.
3971 * gdb.trace/trace-break.exp: New.
3972
4323fecc
JK
39732011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
3976 break-here-2.
3977
0e5bf2a8
PA
39782011-10-28 Pedro Alves <pedro@codesourcery.com>
3979
3980 * gdb.threads/no-unwaited-for-left.c: New.
3981 * gdb.threads/no-unwaited-for-left.exp: New.
3982 * gdb.threads/non-ldr-exc-1.c: New.
3983 * gdb.threads/non-ldr-exc-1.exp: New.
3984 * gdb.threads/non-ldr-exc-2.c: New.
3985 * gdb.threads/non-ldr-exc-2.exp: New.
3986 * gdb.threads/non-ldr-exc-3.c: New.
3987 * gdb.threads/non-ldr-exc-3.exp: New.
3988 * gdb.threads/non-ldr-exc-4.c: New.
3989 * gdb.threads/non-ldr-exc-4.exp: New.
3990
3a3dad98
JK
39912011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
3994 * gdb.base/attach-pie-misread.exp: Likewise.
3995 * gdb.base/break-interp.exp: Likewise.
3996 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
3997 testcases for use_gdb_stub.
3998 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
3999 (continue): New testcase.
4000 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
4001 * gdb.threads/attach-into-signal.exp: Likewise.
4002 * gdb.threads/attach-stopped.exp: Likewise.
4003 * gdb.threads/attachstop-mt.exp: Likewise.
4004
d6a5d40c
PK
40052011-10-28 Paul Koning <paul_koning@dell.com>
4006
4007 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
4008
ca539be8
JK
40092011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
4012 (mi_gdb_test): Import globals thread_selected_re
4013 and breakpoint_re. Expect them optionally at the regex start.
4014
d234ef5c
DE
40152011-10-27 Doug Evans <dje@google.com>
4016
4017 * gdb.python/python.exp: Test source -s.
4018
ab964825
PK
40192011-10-26 Paul Koning <paul_koning@dell.com>
4020
4021 * gdb.python/lib-types.cc (struct A): New structure.
4022 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 4023
54d8a644
PK
40242011-10-25 Paul Koning <paul_koning@dell.com>
4025
4026 PR python/13327
d234ef5c 4027
54d8a644
PK
4028 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
4029 fetch_lazy method.
4030
b0221781
YQ
40312011-10-24 Yao Qi <yao@codesourcery.com>
4032
4033 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
4034 target is tic6x-*-*.
4035
6cda5a20
JB
40362011-10-21 Joel Brobecker <brobecker@adacore.com>
4037
4038 * gdb.ada/mi_task_info/task_switch.adb: New file.
4039 * gdb.ada/mi_task_info.exp: New file.
4040
5ed9db04
JK
40412011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdb.cp/expand-psymtabs-cxx.exp: New file.
4044 * gdb.cp/expand-psymtabs-cxx.cc: New file.
4045
9df2fbc4
PM
40462011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4047
4048 PR python/12656
4049
4050 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
4051 global_block tests.
4052
736086ba
TT
40532011-10-18 Tom Tromey <tromey@redhat.com>
4054
4055 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
4056
4af31552
TT
40572011-10-18 Tom Tromey <tromey@redhat.com>
4058
4059 * gdb.base/source.exp: Don't include full file name in test name.
4060 * gdb.python/python.exp: Don't include full file name in test
4061 name.
4062
43136979
AR
40632011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.base/attach-pie-noexec.c: New files.
4066 * gdb.base/attach-pie-noexec.exp: New files.
4067
543a9323
JM
40682011-10-17 Joseph Myers <joseph@codesourcery.com>
4069
4070 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
4071 prompt for each extra line in command.
4072
21ae7a4d
JK
40732011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
4076 Revert the part of:
4077 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4078 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4079 Change the expected string.
4080
20ec36d9
JK
40812011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 Fix results with system glibc debug info installed.
4084 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
4085 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
4086 Accept also __libc_ symbol prefix and no prefix.
4087
6501c2fc
KS
40882011-10-14 Keith Seitz <keiths@redhat.com>
4089
4090 PR c++/13225
4091 * gdb.cp/converts.cc (foo3_1): New function.
4092 (foo3_2): New functions.
4093 * gdb.cp/converts.exp: Add tests for int to pointer conversion
4094 and null pointer conversions of integer constant zero.
4095 Add test to check if all arguments are checked for incompatible
4096 conversion BADNESS.
4097
55b1fd0c
TT
40982011-10-14 Tom Tromey <tromey@redhat.com>
4099
4100 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
4101 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
4102 linespec.
4103
22c05d8a
JK
41042011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 Fix internal error regression.
4107 * gdb.dwarf2/implptr-optimized-out.S: New file.
4108 * gdb.dwarf2/implptr-optimized-out.exp: New file.
4109
1d6edc3c
JK
41102011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 Fix empty DWARF expressions DATA vs. SIZE conditionals.
4113 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
4114 (loclist): New.
4115 (4): New abbrev.
4116 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
4117 Use prepare_for_testing, remove clean_restart.
4118 (p arraynoloc, p arraycallnoloc): New tests.
4119
9ec72168
JK
41202011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.cp/namespace-enum.exp (executable): New variable.
4123 (binfile): Use ${objdir}/${subdir}/ prefix.
4124 Use ${executable} for clean_restart.
4125
9c6c53f7
SA
41262011-10-11 Sterling Augustine <saugustine@google.com>
4127
4128 * gdb.cp/Makefile.in: Add namespace-enum test.
4129 * gdb.cp/namespace-enum.exp: New file.
4130 * gdb.cp/namespace-enum.c: New file.
4131 * gdb.cp/namespace-enum-main.c: New file.
4132
fac7ceb3
UW
41332011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
4134
4135 * gdb.python/py-shared.exp: Relax filename check to handle remote:
4136 sysroot.
4137
941b2081
JK
41382011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 Reimplement @entry in input expressions.
4141 * gdb.base/exprs.c (v_int_array_init): New variable.
4142 * gdb.base/exprs.exp (print v_int_array_init)
4143 (print *v_int_array_init@1, print *v_int_array_init@2)
4144 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
4145 (print v_int_array_init[1]@1): New tests.
4146
0344e878
JM
41472011-10-10 Joseph Myers <joseph@codesourcery.com>
4148
4149 * gdb.cp/gdb2495.exp: Do not include directories in filename in
4150 expected message.
4151
5a56e9c5
DE
41522011-10-09 Doug Evans <dje@google.com>
4153
4154 * gdb.base/alias.exp: Add tests for alias command.
4155
2bda9cc5
JK
41562011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * gdb.arch/amd64-entry-value.s: New file.
4159 * gdb.mi/mi2-amd64-entry-value.s: New file.
4160
a471c594
JK
41612011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 Display @entry parameter values even for references.
4164 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
4165 functions.
4166 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
4167 reference and datap_input.
4168 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
4169 breakpoints.
4170 (continue to breakpoint: entry_reference: reference)
4171 (entry_reference: bt at entry)
4172 (continue to breakpoint: entry_reference: breakhere_reference)
4173 (entry_reference: bt, entry_reference: ptype regparam)
4174 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
4175 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
4176 (entry_reference: p regcopy, entry_reference: p nodataparam)
4177 (entry_reference: p nodataparam@entry): New tests.
4178
36b11add
JK
41792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 Support @entry in input expressions.
4182 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
4183 (entry_stack: p s1@entry, entry_stack: p s2@entry)
4184 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
4185 (tailcall: p j@entry): New tests.
4186 * gdb.cp/koenig.cc (A::entry): New function.
4187 (main): Call it.
4188 * gdb.cp/koenig.exp (p entry (c)): New test.
4189
e18b2753
JK
41902011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 Display @entry parameter values (without references).
4193 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
4194 (different, validity, invalid): New functions.
4195 (main): Call them.
4196 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
4197 stacktest, breakhere_stacktest, different, breakhere_different,
4198 breakhere_validity and breakhere_invalid.
4199 (entry: bt): Update for @entry.
4200 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
4201 (entry_validity: *, entry_invalid: *): Many new tests.
4202 * gdb.base/break.exp
4203 (run until breakpoint set at small function, optimized file): Accept
4204 also the @entry suffix.
4205 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
4206 * gdb.mi/mi2-amd64-entry-value.c: New files.
4207 * gdb.mi/mi2-amd64-entry-value.exp: New files.
4208
2d6c5dc2
JK
42092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4210
4211 Protect entry values against self tail calls.
4212 * gdb.arch/amd64-entry-value.cc (self2, self): New.
4213 (main): Call self.
4214 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
4215 (set debug entry-values 1, self: bt debug entry-values): New tests.
4216
111c6489
JK
42172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 Recognize virtual tail call frames.
4220 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
4221 (amb_b, amb_a): New.
4222 (main): Call a and b.
4223 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
4224 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
4225 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
4226 New tests.
4227
8e3b41a9
JK
42282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 Implement basic support for DW_TAG_GNU_call_site.
4231 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
4232 * gdb.arch/amd64-entry-value.cc: New file.
4233 * gdb.arch/amd64-entry-value.exp: New file.
4234
181cebd4
JK
42352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
4238 * gdb.dwarf2/implptr-64bit.S: New file.
4239 * gdb.dwarf2/implptr-64bit.exp: New file.
4240
741f5e3c
JK
42412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4242
4243 Fix initial language detection with -readnow.
4244 * gdb.cp/readnow-language.cc: New file.
4245 * gdb.cp/readnow-language.exp: New file.
4246
a73d2258
JK
42472011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 Fix printed anonymous struct name.
4250 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
4251
af369495
JM
42522011-10-09 Joseph Myers <joseph@codesourcery.com>
4253
4254 * gdb.base/solib-symbol.exp: Do not include directories in
4255 filenames in expected messages.
4256
1fa57852
DE
42572011-10-07 Doug Evans <dje@google.com>
4258
4259 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
4260
bd054e06
KP
42612011-10-07 Kevin Pouget <kevin.pouget@st.com>
4262
4263 Allow Python notification of new object-file loadings.
4264 * gdb.python/py-events.exp: Test newobjfile event.
4265 * gdb.python/py-events.py: Register newobjfile callback.
4266 * gdb.python/py-events.c: Add call to shared library
4267 * gdb.python/py-events-shlib.c: New file.
4268
8031b6f8
JM
42692011-10-06 Joseph Myers <joseph@codesourcery.com>
4270
4271 * gdb.base/fixsection.exp: Do not include directories in filename
4272 in expected message.
4273
7fea6923
PM
42742011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4275
4276 Add tests for passing of environment variables to inferior.
4277 * gdb.base/testenv.c: New test source.
4278 * gdb.base/testenv.exp: New expect test.
4279
687f2a88
PK
42802011-10-04 Paul Koning <paul_koning@dell.com>
4281
4282 * gdb.python/py-value.c (main): Break before return.
4283
cb6be26b
KP
42842011-10-04 Kevin Pouget <kevin.pouget@st.com>
4285
4286 PR python/12691: Add the inferior to Python exited event
4287 * gdb.python/py-events.exp: Test the inferior attribute of exited
4288 event with a fork.
4289 * gdb.python/py-events.py: Print inferior number on exit.
4290 * gdb.python/py-events.c: Fork the inferior.
4291
fb213700
EBM
42922011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4293
4294 * gdb.base/jit.exp: Add testcase name to log message
4295
aa2071bd
PK
42962011-10-03 Paul Koning <paul_koning@dell.com>
4297 Jan Kratochvil <jan.kratochvil@redhat.com>
4298
4299 * gdb.python/py-value.exp
4300 (python inval = gdb.parse_and_eval('*(int*)0'))
4301 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
4302 (set argc=2, python print argc_lazy): New tests.
4303
dd11a36c
JB
43042011-10-02 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
4307
46f886f1
JK
43082011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4309 Pedro Alves <pedro@codesourcery.com>
4310
4311 * gdb.python/py-value.exp (test_value_in_inferior): New variable
4312 can_read_0, test for it.
4313 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
4314 (parse_and_eval with memory error): ... here, make it untested if
4315 can_read_0.
4316
c5cb204f
MP
43172011-09-30 Marek Polacek <mpolacek@redhat.com>
4318
4319 * gdb.python/python.exp (verify pagination beforehand)
4320 (verify pagination afterwards): Fix race by splitting the line.
4321
68fb0ec0
JM
43222011-09-29 Joseph Myers <joseph@codesourcery.com>
4323
4324 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
4325 for 64-bit multilibs from i?86-* targets.
4326
6aee0d90
MP
43272011-09-29 Marek Polacek <mpolacek@redhat.com>
4328
4329 * lib/gdb.exp: Fix a typo in one of the comments.
4330
e9101ff5
MP
43312011-09-29 Marek Polacek <mpolacek@redhat.com>
4332
4333 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
4334 matching pattern.
4335
7a81bdbf
PK
43362011-09-28 Paul Koning <paul_koning@dell.com>
4337
4338 * gdb.python/py-type.c (enum E): New.
4339 * gdb.python/py-type.exp (test_fields): Add tests for Python
4340 mapping access to fields.
4341 (test_enums): New test for field access on enums.
4342
6710bf39
SS
43432011-09-27 Stan Shebs <stan@codesourcery.com>
4344
4345 * gdb.trace/collection.exp: Test collection of $_ret.
4346
b2a6bdeb
AT
43472011-09-22 Andreas Tobler <andreast@fgznet.ch>
4348
4349 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
4350 list of compilation switches for <*-*-freebsd*>.
4351
3c9057f3
SS
43522011-09-19 Stan Shebs <stan@codesourcery.com>
4353
4354 * gdb.trace/tspeed.exp: New file.
4355 * gdb.trace/tspeed.c: New file.
4356
34518530
YQ
43572011-09-18 Yao Qi <yao@codesourcery.com>
4358
4359 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
4360 instructions.
4361 (test_adr_32bit, test_pop_pc): Likewise.
4362 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
4363 Thumb instructions.
4364 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
4365 in gdb_test_multiple.
4366 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
4367
ab254057
YQ
43682011-09-17 Yao Qi <yao@codesourcery.com>
4369
4370 * lib/gdb.exp (can_single_step_to_signal_handler): New.
4371 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
4372 support single step to signal handler.
4373
9c317b71
YQ
43742011-09-17 Yao Qi <yao@codesourcery.com>
4375
4376 * gdb.base/disp-step-fork.c: New.
4377 * gdb.base/disp-step-syscall.exp: New.
4378 * gdb.base/disp-step-vfork.c: New.
4379
a8123151
JB
43802011-09-16 Joel Brobecker <brobecker@adacore.com>
4381
4382 * gdb.ada/tasks.exp: Make the expected output for
4383 the `info tasks' tests more resilient to spacing
4384 changes.
4385
63a9aad8
JK
43862011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
4389 (reached breakpoint 2, reached breakpoint 3): Update expected output.
4390
2aa48337
KP
43912011-09-15 Kevin Pouget <kevin.pouget@st.com>
4392
4393 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4394 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
4395
6839b47f
KP
43962011-04-30 Kevin Pouget <kevin.pouget@st.com>
4397
4398 Handle multiple breakpoint hits in Python interface:
4399 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
4400 presence.
4401 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
4402 breakpoint hits.
4403
0935723e
JK
44042011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4405 Jan Kratochvil <jan.kratochvil@redhat.com>
4406
4407 * gdb.python/py-events.exp: Remove pretty printing comment.
4408 * gdb.python/py-evsignal.exp: New file.
4409 * gdb.python/py-evthreads.c: Include signal.h.
4410 (thread3): Remove variable count3. Remove variable bad and use raise
4411 instead.
4412 (thread2): Remove variable count2. Move thread3 pthread_create here,
4413 merge pthread_join to a single line.
4414 (main): Remove variable count1. Merge pthread_join with pthread_create
4415 to a single line.
4416 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
4417 KFAIL python/12966 for gdbserver. Test return value of
4418 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
4419 gdb_expect by gdb_test and gdb_test_multiple.
4420 (thread 2, thread 3): New tests.
4421
4801a9a3
PA
44222011-09-12 Matt Rice <ratmice@gmail.com>
4423 Pedro Alves <pedro@codesourcery.com>
4424
4425 PR gdb/13175
4426
4427 * gdb.base/interp.exp: New tests.
4428 * gdb.base/interp.c: New file.
4429
24ece742
DE
44302011-09-12 Doug Evans <dje@google.com>
4431
4432 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
4433 * gdb.dwarf2/typeddwarf.exp: Ditto.
4434
7f062217
JK
44352011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4436
4437 Fix compatibility with x32 arch.
4438 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
4439 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
4440 is_x86_like_target.
4441 * testsuite/gdb.trace/collection.exp: Likewise.
4442 * testsuite/gdb.trace/report.exp: Likewise.
4443 * testsuite/gdb.trace/unavailable.exp: Likewise.
4444 * testsuite/gdb.trace/while-dyn.exp: Likewise.
4445 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
4446 (is_x86_like_target): Check also is_amd64_regs_target.
4447
08711b9a
JK
44482011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 PR breakpoints/12435
4451 * gdb.arch/amd64-prologue-xmm.c: New file.
4452 * gdb.arch/amd64-prologue-xmm.exp: New file.
4453 * gdb.arch/amd64-prologue-xmm.s: New file.
4454
b99b5f66
JK
44552011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 * gdb.dwarf2/dw2-param-error-main.c: New file.
4458 * gdb.dwarf2/dw2-param-error.S: New file.
4459 * gdb.dwarf2/dw2-param-error.exp: New file.
4460
a391a2f6
PA
44612011-09-08 Pedro Alves <pedro@codesourcery.com>
4462
4463 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
4464 inferior's pid and look for a core dump named core.$pid. Use
4465 `remote_file' commands on the host instead of hand coding shell
4466 commands on the build.
4467 * gdb.base/valgrind-db-attach.exp: Kill the program before
4468 finishing the test.
4469
7d8e6458 44702011-09-02 Matt Rice <ratmice@gmail.com>
4471
4472 * lib/prompt.exp: New file for testing the first prompt.
4473 * gdb.python/py-prompt.exp: Ditto.
4474 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
4475
68e77c9e
PA
44762011-09-02 Pedro Alves <pedro@codesourcery.com>
4477
4478 * gdb.threads/gcore-thread.exp: Set the global core_supported to
4479 0, before testing gcore.
4480
9655e943
JK
44812011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
df6dc84d
JK
4483 * dw2-ifort-parameter-debug.S: Update copyright year.
4484 * dw2-ifort-parameter.c: Update copyright year.
4485 * dw2-ifort-parameter.exp: Update copyright year.
4486
9655e943
JK
4487 * dw2-ifort-parameter-debug.S: New file.
4488 * dw2-ifort-parameter.c: New file.
4489 * dw2-ifort-parameter.exp: New file.
4490
353d1d73
JK
44912011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * gdb.base/commands.exp (error_clears_commands_left): New function.
4494 (): Call it.
4495
5c07461a
JK
44962011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
4499 (C): Initialize `a'.
4500 * gdb.mi/mi-inheritance-syntax-error.exp
4501 (-data-evaluate-expression $path): Expect `a' as 5.
4502
0d932b2f
MK
45032011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
4504
4505 PR mi/11912
4506 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
4507 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
4508 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
4509 keyword in output of -var-info-path-expression.
4510
bdb54049
JK
45112011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4512
4513 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
4514 * gdb.trace/collection.exp: Likewise.
4515 * gdb.trace/report.exp: Likewise.
4516 * gdb.trace/unavailable.exp: Likewise.
4517 * gdb.trace/while-dyn.exp: Likewise.
4518
59cde39c
KS
45192011-08-18 Keith Seitz <keiths@redhat.com>
4520
4521 PR c++/12266
4522 * gdb.cp/meth-typedefs.cc: New file.
4523 * gdb.cp/meth-typedefs.exp: New file.
4524
fa3a4f15
PM
45252011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4526
4527 * gdb.python/python.exp: Add extended-prompt tests.
4528
c1049fca
JK
45292011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4530
4531 * gdb.arch/i386-dr3-watch.exp
4532 (watchpoint on gap1 does not fit debug registers)
4533 (delete all watchpoints): Fix racy expect strings.
4534
d93f7b5c
YQ
45352011-08-14 Yao Qi <yao@codesourcery.com>
4536
4537 * gdb.base/maint.exp: set data_section to ".neardata".
4538 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
4539 * gdb.base/savedregs.exp: Handle SIGILL.
4540 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
4541 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
4542
457e09f0
DE
45432011-08-12 Doug Evans <dje@google.com>
4544
4545 * gdb.python/py-symbol.exp: Add test for symbol.type.
4546
5d0bb2fb
UW
45472011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
4548
4549 * gdb.threads/pthreads.exp: Enable on non-native configurations.
4550 * gdb.mi/mi-pthreads.exp: Likewise.
4551 * gdb.mi/mi2-pthreads.exp: Likewise.
4552 * gdb.mi/gdb669.exp.exp: Likewise.
4553
fcdfa280
PA
45542011-08-09 Pedro Alves <pedro@codesourcery.com>
4555
4556 * lib/mi-support.exp (detect_async): Rename to...
4557 (mi_detect_async): ... this.
4558 * gdb.mi/mi-nonstop-exit.exp: Adjust.
4559 * gdb.mi/mi-nonstop.exp: Adjust.
4560 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
4561 * gdb.mi/mi-nsintrall.exp: Adjust.
4562 * gdb.mi/mi-nsmoribund.exp: Adjust.
4563 * gdb.mi/mi-nsthrexec.exp: Adjust.
4564
9d8fa392
PA
45652011-08-09 Pedro Alves <pedro@codesourcery.com>
4566
4567 * gdb.base/display.c (do_loops): New `p_i' local.
4568 * gdb.base/display.exp: Test displaying a variable that is
4569 temporarily at a bad address.
4570
b6cede78
JK
45712011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4572
4573 * gdb.dwarf2/dw2-op-stack-value.S: New file.
4574 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
4575
67bedb8c
JK
45762011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4577
4578 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
4579 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
4580 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 4581
af6e93b2
PA
45822011-08-05 Pedro Alves <pedro@codesourcery.com>
4583
4584 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
4585 procedure.
4586 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
4587
1cf0e11f
YQ
45882011-08-05 Yao Qi <yao@codesourcery.com>
4589
4590 * gdb.base/callfuncs.exp: Set language after main.
4591 * gdb.cp/cplusfuncs.exp: Likewise.
4592 * gdb.cp/inherit.exp: Likewise.
4593
a1e28cb2
UW
45942011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4595
4596 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
4597 * gdb.base/watch-vfork.exp: Skip on remote targets.
4598
d4f5bbb9
UW
45992011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4600
4601 * gdb.threads/thread-find.exp: Support remote targets.
4602
724f4f80
UW
46032011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4604
4605 * gdb.base/jit.exp: Download solib_binfile to target.
4606 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
4607 and call dlopen without full path name.
4608 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
4609 dlopen without full path name.
4610
934709f0
PW
46112011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4612
4613 * gdb.base/break-always.exp: Complete the test
4614 with duplicated breakpoints and enabling/disabling them.
4615
c26106c4
TT
46162011-08-02 Tom Tromey <tromey@redhat.com>
4617
4618 PR gdb/11289:
4619 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
4620
9300444e 46212011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
4622
4623 PR gdb/13045
4624 * gdb.base/float.exp: Add new test case for PR gdb/13045
4625 * gdb.base/float.c: New file.
4626
00bd41d6
PM
46272011-07-28 Phil Muldoon <pmuldoon@redhat.com>
4628
4629 * gdb.python/py-mi.exp: Test printers returning string hint, and
4630 also not returning a value.
4631 * gdb.python/py-prettyprint.c: Add testcase for above.
4632 * gdb.python/py-prettyprint.py: Add test printer for above.
4633
d24f74ce
JK
46342011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
4637 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
4638 (.Ldie30) Add as field "data4".
4639 (.Ldie32) Rename field "b" to "shl".
4640 (abbrev4) Change for the "data4" field.
4641 (abbrev5, abbrev6) Remove.
4642 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
4643 (p &s.shl): ... here. Add comment.
4644 (p &s.data4): New.
4645
bb7da2bf
JK
46462011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 Fix crash on lval_computed values.
4649 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
4650
11081198
JK
46512011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.base/help.exp (help whatis): Update the expected string.
4654
3c6e0cb3
JK
46552011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
4658 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
4659 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4660 Change the expected string.
4661
efa80663
PA
46622011-07-26 Pedro Alves <pedro@codesourcery.com>
4663
4664 * gdb.base/watchpoint.exp
4665 (test_disable_enable_software_watchpoint): New procedure.
4666 (top level): Run it.
4667
db8e4570
UW
46682011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
4669
4670 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
4671 executable file "${binfile}", C++ version "${binfile}-cxx".
4672 * gdb.python/py-prettyprint.exp: Likewise.
4673 * gdb.python/py-symbol.exp: Likewise.
4674 * gdb.python/py-type.exp: Likewise.
4675 * gdb.python/py-value.exp: Likewise.
4676 * gdb.python/py-template.exp (test_template_arg): Pass full executable
4677 file name instead of just suffix.
4678
543305c9
JK
46792011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 Fix implicit pointer offsets.
4682 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
4683 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
4684 (continue to breakpoint: continue to baz breakpoint for implptr)
4685 (sanity check element 0, sanity check element 1)
4686 (enter the inlined function, check element 0 for the offset)
4687 (check element 1 for the offset)
4688 (continue to breakpoint: ignore the second baz breakpoint): New tests.
4689 (set foo breakpoint for implptr): Update the breakpoint number.
4690
b3215adc
UW
46912011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4692
4693 * gdb.python/py-mi.exp: Use different file names for different
4694 versions of the executable under test.
4695 * gdb.python/py-prettyprint.exp: Likewise.
4696 * gdb.python/py-symbol.exp: Likewise.
4697 * gdb.python/py-template.exp: Likewise.
4698 * gdb.python/py-type.exp: Likewise.
4699 * gdb.python/py-value.exp: Likewise.
4700
182b9acc
UW
47012011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4702
4703 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
4704 flag after restarting GDB if necessary.
4705
e6052b5d
UW
47062011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4707
4708 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
4709
1ced966e
PA
47102011-07-22 Pedro Alves <pedro@codesourcery.com>
4711
4712 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
4713 backend doesn't leave used debug registers behind.
4714
3543a589
TT
47152011-07-22 Tom Tromey <tromey@redhat.com>
4716
4717 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
4718 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
4719 argument.
4720 * gdb.dwarf2/typeddwarf-amd64.S: New file.
4721
14d15303 47222011-07-21 Matt Rice <ratmice@gmail.com>
4723
4724 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
4725 in mostlyclean rule. Add files ending in .core.
4726
9b158ba0 47272011-07-21 Matt Rice <ratmice@gmail.com>
4728
4729 PR macros/12999
4730 * gdb.base/info-macros.c: New test sources.
4731 * gdb.base/info-macros.exp: New tests.
4732
d17b6f81
PM
47332011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4734
4735 * gdb.python/python.exp: Add prompt substitution tests.
4736
918dd910
JK
47372011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 Fix crash if referenced CU is aged out.
4740 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
4741 New.
4742 * gdb.dwarf2/implptr.exp: Likewise.
4743
0e37a63c
JK
47442011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4745
4746 * gdb.dwarf2/implptr.S: Rebuilt.
4747 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
4748 (bar): Use them for j, k, l.
4749 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
4750 COMPILE.
4751 (print j in implptr:bar): Update for the intp typedef.
4752 (print p[0].x in implptr:foo): Use more exact regex.
4753
f65cf84c
TT
47542011-07-18 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb.cp/static-method.exp: Add missing single quote.
4757
d5b4a7be
YQ
47582011-07-18 Yao Qi <yao@codesourcery.com>
4759
4760 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
4761 supported.
4762 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4763 * gdb.mi/mi-nonstop.exp: Likewise.
4764 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4765 * gdb.mi/mi-nsintrall.exp: Likewise.
4766 * gdb.mi/mi-nsmoribund.exp: Likewise.
4767 * gdb.mi/mi-nsthrexec.exp: Likewise.
4768 * gdb.python/py-evthreads.exp: Likewise.
4769
e9ea2662
JK
47702011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 Code cleanup.
4773 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
4774 it. Substitute it instead of test_compiler_info everywhere.
4775
ce451573
UW
47762011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4777
4778 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
4779 remote targets as well.
4780
756d88a7
UW
47812011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4782
4783 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
4784 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
4785
31f83dc5
UW
47862011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4787
4788 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
4789 a remote machine, not the host.
4790 (gdb_compile_shlib): Set soname if target is remote.
4791
059241a0
PP
47922011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4793
4794 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
4795
28a0b48c 47962011-07-13 Matt Rice <ratmice@gmail.com>
4797
4798 * gdb.python/py-objfile-script-gdb.py: Renamed to
4799 py-objfile-script-gdb.py.in.
4800 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
4801 py-objfile-script-gdb.py.
4802 * gdb.python/py-objfile-script.exp: Update reference to
4803 py-objfile-script-gdb.py.
4804
9a771b67
JK
48052011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4806
4807 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
4808 reference undefined label.
4809
04ad99e6
JK
48102011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
4813 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
4814 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
4815 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
4816
713389e0
PM
48172011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4818
4819 PR python/12438
4820 * gdb.python/python.exp: Add maint set/show python print-stack
4821 deprecated tests. Add set/show python print-backtrace tests.
4822
97d146f8
JK
48232011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4824
4825 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
4826 debug info.
4827
facde0e5 48282011-07-06 Matt Rice <ratmice@gmail.com>
4829
4830 * gdb.python/python.exp: Update filename paths.
4831 * gdb.python/py-symtab.exp: Ditto.
4832
438640d1
MP
48332011-07-06 Marek Polacek <mpolacek@redhat.com>
4834
4835 * gdb.python/py-evthreads.exp: Add missing `$'.
4836
33a365df
MF
48372011-07-06 Jie Zhang <jie.zhang@analog.com>
4838
4839 * config/bfin.exp: New file.
4840 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
4841 * gdb.asm/bfin.inc: New file.
4842
8f7ae686
MP
48432011-07-06 Marek Polacek <mpolacek@redhat.com>
4844
df46027d 4845 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
4846 the whole output.
4847
eb2a6f42
TT
48482011-07-05 Tom Tromey <tromey@redhat.com>
4849
4850 * gdb.java/jprint.java (jprint.hi): New field.
4851 * gdb.java/jprint.exp: Print string.
4852
177b42fe
TJB
48532011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4854
4855 * gdb.base/call-sc.c: Fix typos.
4856 * gdb.base/ifelse.exp: Likewise.
4857 * gdb.base/structs.c: Likewise.
4858
3b2a0cf2
JB
48592011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4860
4861 * gdb.base/jit-so.exp: New test.
4862 * gdb.base/jit-dlmain.c: New file.
4863 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
4864
46fc714c
JK
48652011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
4868 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
4869 * gdb.cp/pr9167.exp (p b): Likewise.
4870 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
4871 (test value of P in inner_m, test type of Z in inner_m): Call
4872 setup_xfail for gcc <= 4.5.
46fc714c 4873
418c7cf7
JK
48742011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 * gdb.cp/paren-type.cc: New files.
4877 * gdb.cp/paren-type.exp: New files.
4878
3d50dd94
JK
48792011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 Stop on first linespec terminator instead of eating what we can.
4882 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
4883 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
4884 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
4885 (break C::f()): ... this one.
4886 (break C::operator()()): New test.
4887 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
4888 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
4889 test.
4890
dcf9f4ab
JK
48912011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4892
4893 Fall back linespec to minimal symbols.
4894 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
4895 error message.
4896 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
4897 * gdb.cp/minsym-fallback-main.cc: New file.
4898 * gdb.cp/minsym-fallback.cc: New file.
4899 * gdb.cp/minsym-fallback.exp: New file.
4900 * gdb.cp/minsym-fallback.h: New file.
4901
3f542ed1
JK
49022011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4903
4904 * gdb.cp/no-dmgl-verbose.cc: New file.
4905 * gdb.cp/no-dmgl-verbose.exp: New file.
4906
49072011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
4908
4909 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
4910 __GI_.
4911 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
4912 (f): New function.
4913 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
4914 (complete p 'func<short>(): ... here.
4915 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
4916 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
4917 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
4918 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
4919 Make them KFAIL gcc/49546.
4920
00eb2c4a
JB
49212011-07-01 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
4924
85a20c42
JK
49252011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 Test GCC PR debug/49546.
4928 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
4929 (test type of F in k3_m, test value of F in k3_m): New.
4930 * gdb.cp/temargs.cc (struct S3, struct K3): New.
4931 (main): New variable k3. Call k3.k3_m.
4932
d2d43431
JB
49332011-07-01 Jean-Charles Delay <delay@adacore.com>
4934
4935 * gdb.ada/packed_array.exp: Fix expected outout.
4936
54ae186f
JB
49372011-07-01 Jean-Charles Delay <delay@adacore.com>
4938
4939 * gdb.ada/packed_array.exp: fixed expected output.
4940
8f17729f
JB
49412011-07-01 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.ada/same_enum: New testcase.
4944
f5aa6869
JB
49452011-07-01 Joel Brobecker <brobecker@adacore.com>
4946
4947 * gdb.ada/ptr_typedef: New testcase.
4948
828292f2
JB
49492011-07-01 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.ada/arrayptr.exp: Add ptype test.
4952
18920c42
JB
49532011-07-01 Joel Brobecker <brobecker@adacore.com>
4954
4955 * gdb.ada/char_enum: New testcase.
4956
3536d9e3 49572011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
4958
4959 * gdb.base/dump.exp (capture_pointer_with_type): New.
4960 Get value from address instead of name.
4961 Start GDB once, and do `dump' and `restore'
4962 tests together.
4963
db863c42
MF
49642011-06-30 Jie Zhang <jie.zhang@analog.com>
4965 Mike Frysinger <vapier@gentoo.org>
4966
4967 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
4968 helper functions for getting/setting remotetimeout variable.
4969 * lib/gdb.exp (gdb_load): If the target is remote, set
4970 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
4971 with $loadtimeout. Set $load_ok to 0 before doing the load.
4972 Instead of returning, immediately, set $load_ok to 0. Call
4973 set_remotetimeout with $oldremotetimeout, and then return if
4974 $load_ok is 1.
4975
e9e642a8
AB
49762011-06-30 Andrew Burgess <aburgess@broadcom.com>
4977
4978 * gdb.python/py-template.exp: Don't run this test if the target
4979 does not support c++ tests.
4980
32019081
JK
49812011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4982
4983 Fix non-only rename list for Fortran modules import.
4984 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
4985 tests.
4986 * gdb.fortran/module.f90 (module moduse): New.
4987 (program module): use moduse, test var_x, var_y and var_z.
4988
0ecee54c
TT
49892011-06-29 Tom Tromey <tromey@redhat.com>
4990
4991 PR testsuite/12040:
4992 * gdb.fortran/array-element.exp: Use f90, not f77.
4993 * gdb.fortran/complex.exp: Use f90, not f77.
4994 * gdb.fortran/derived-type.exp: Use f90, not f77.
4995 * gdb.fortran/library-module.exp: Use f90, not f77.
4996 * gdb.fortran/logical.exp: Use f90, not f77.
4997 * gdb.fortran/module.exp: Use f90, not f77.
4998 * gdb.fortran/multi-dim.exp: Use f90, not f77.
4999 * gdb.fortran/subarray.exp: Use f90, not f77.
5000
3b2b8fea
TT
50012011-06-29 Tom Tromey <tromey@redhat.com>
5002
5003 * gdb.fortran/charset.exp: New file.
5004 * gdb.fortran/charset.f90: New file.
5005
42159ca5
TT
50062011-06-29 Tom Tromey <tromey@redhat.com>
5007
5008 PR testsuite/12040:
5009 * lib/future.exp: New file, mostly extracted from ada.exp.
5010 Rewrote compatibility code to use rename.
5011 (gdb_find_gfortran): New proc.
5012 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
5013 gfortran patch.
5014 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
5015 Move to future.exp.
5016 * lib/gdb.exp: Always load future.exp.
5017
af69a5ce
YQ
50182011-06-28 Yao Qi <yao@codesourcery.com>
5019
5020 * gdb.cp/exception.cc: Don't include iostream.
5021 (bar): Remove print statement.
5022 (catcher): New.
5023 (main): Remove print statements. Call function catcher.
5024 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
5025 Set breakpoint on catcher, and check the value of parameter.
5026
ab5c6a72
YQ
50272011-06-23 Yao Qi <yao@codesourcery.com>
5028
5029 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
5030 1.2 is disabled. KFAIL for uclinux.
5031
9497469f
MP
50322011-06-23 Marek Polacek <mpolacek@redhat.com>
5033
5034 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
5035 mi_gdb_test.
5036
b9132588
MP
50372011-06-23 Marek Polacek <mpolacek@redhat.com>
5038
5d197ed0 5039 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 5040
e55595ca
MP
50412011-06-23 Marek Polacek <mpolacek@redhat.com>
5042
5d197ed0
MP
5043 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
5044
50452011-06-23 Marek Polacek <mpolacek@redhat.com>
5046
5047 * gdb.mi/mi2-basics.exp: Fix races. Honour the
5048 `test_exec_and_symbol_mi_operatons' return value.
5049 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5050 gdb_test_multiple.
5051 (test_exec_and_symbol_mi_operatons): Likewise.
5052 (test_path_specification): Likewise.
e55595ca 5053
be777e08
YQ
50542011-06-23 Yao Qi <yao@codesourcery.com>
5055
5056 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
5057 supported.
5058 * lib/gdb.exp (support_displaced_stepping): New.
5059
615556d6
YQ
50602011-06-23 Yao Qi <yao@codesourcery.com>
5061
5062 * gdb.threads/execl.exp: Skip on remote target.
5063
833b0ca7
MP
50642011-06-21 Marek Polacek <mpolacek@redhat.com>
5065
5d197ed0 5066 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
5067 mi_gdb_test.
5068
1ee4023a
MP
50692011-06-20 Marek Polacek <mpolacek@redhat.com>
5070
5d197ed0 5071 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 5072
d0b1d624
MP
50732011-06-20 Marek Polacek <mpolacek@redhat.com>
5074
5d197ed0 5075 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
5076 mi_gdb_test.
5077
79aa92c1
MP
50782011-06-20 Marek Polacek <mpolacek@redhat.com>
5079
5d197ed0 5080 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 5081
5ce5db06
YQ
50822011-06-14 Yao Qi <yao@codesourcery.com>
5083
5084 gdb/testsuite/
5085 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
5086
533a737e
JK
50872011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
5090
d0e53741
TT
50912011-06-10 Tom Tromey <tromey@redhat.com>
5092
5093 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
5094 Add tests for pointer-to-member-function.
5095 * gdb.cp/temargs.cc (S::somefunc): New function.
5096 (K2): New class.
5097 (main): Instantiate K2; call method.
5098
b5916bbd
JB
50992011-06-08 Joel Brobecker <brobecker@adacore.com>
5100
5101 * gdb.python/py-inferior.c (f2): Make str an array rather
5102 than a pointer.
5103 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
5104
5be4dfca
JK
51052011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 * gdb.base/async-shell.c: New file.
5108 * gdb.base/async-shell.exp: New file.
5109
9f47e254
PA
51102011-06-06 Pedro Alves <pedro@codesourcery.com>
5111
5112 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
5113
64b9b334
JB
51142011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
5115
5116 From Stephen Kitt <steve@sk2.org>
5117 * gdb.base/help.exp: Adjust following some spelling corrections
5118 in GDB.
5119
dbc0f131
YQ
51202011-06-01 Yao Qi <yao@codesourcery.com>
5121
5122 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
5123
fd336a18
KS
51242010-05-31 Keith Seitz <keiths@redhat.com>
5125
5126 PR c++/12750
5127 * gdb.cp/static-method.cc: New file.
5128 * gdb.cp/static-method.exp: New file.
5129
fa8b9902
KS
51302010-05-31 Keith Seitz <keiths@redhat.com>
5131
5132 PR symtab/12704
5133 * gdb.cp/anon-ns.cc: New file.
5134 * gdb.cp/anon-ns.exp: New file.
5135
0a5b1e09
PA
51362011-05-31 Pedro Alves <pedro@codesourcery.com>
5137
5138 * gdb.arch/i386-dr3-watch.c: New file.
5139 * gdb.arch/i386-dr3-watch.exp: New file.
5140
0578b8d1
YQ
51412011-05-30 Yao Qi <yao@codesourcery.com>
5142
5143 * gdb.base/callfuncs.c (t_structs_fc): New.
5144 (t_structs_dc, t_structs_ldc): New.
5145 (t_double_many_args):
5146 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
5147 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
5148 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
5149 * gdb.base/callfuncs.exp: Call new functions.
5150
6680506e
YQ
51512011-05-30 Yao Qi <yao@codesourcery.com>
5152
ff4d2c60
YQ
5153 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
5154 Call rerun_and_prepare for each test to isolate effects.
5155
51562011-05-30 Yao Qi <yao@codesourcery.com>
5157
5158 * gdb.base/varargs.c (find_max_float_real): New.
5159 (find_max_double_real, find_max_long_double_real): New.
5160 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
5161 * lib/gdb.exp (setup_kfail_for_target): New.
5162
e43ec454
YQ
51632011-05-30 Yao Qi <yao@codesourcery.com>
5164
5165 * gdb.base/funcargs.c (callca, callcb, callcc): New.
5166 (callcd, callce, callcf, callc1a, callc1b): New.
5167 (callc2a, callc2b): New.
5168 * gdb.base/funcargs.exp (complex_args): New.
5169 (complex_integral_args, complex_float_integral_args): New.
5170 * lib/gdb.exp (support_complex_tests): New. Determine
5171 whether to run test cases on _Complex types.
5172
432b4d03
JK
51732011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.threads/leader-exit.c: New file.
5176 * gdb.threads/leader-exit.exp: New file.
5177
6caf069d
MP
51782011-05-27 Marek Polacek <mpolacek@redhat.com>
5179
9497469f 5180 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 5181
97fce28b
MP
51822011-05-27 Marek Polacek <mpolacek@redhat.com>
5183
5184 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
5185 remove the `supported' variable.
5186 * gdb.mi/mi-nonstop.exp: Likewise.
5187 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5188 * gdb.mi/mi-nsintrall.exp: Likewise.
5189 * gdb.mi/mi-nsmoribund.exp: Likewise.
5190 * gdb.mi/mi-nsthrexec.exp: Likewise.
5191
9da8c2a0
PA
51922011-05-26 Pedro Alves <pedro@codesourcery.com>
5193
5194 * gdb.reverse/finish-reverse-bkpt.exp: New test.
5195
2c03e5be
PA
51962011-05-26 Pedro Alves <pedro@codesourcery.com>
5197
5198 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
5199
2e21250d
KS
52002011-05-24 Keith Seitz <keiths@redhat.com>
5201
5202 PR breakpoint/12803
5203 * gdb.cp/cmpd-minsyms.cc (a): New method.
5204 (b): New method.
5205 (c): New method.
5206 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
5207
cdac0397
PA
52082011-05-24 Pedro Alves <pedro@codesourcery.com>
5209
5210 * gdb.base/commands.exp (watchpoint_command_test): Check that the
5211 watchpoint's command list didn't execute when the watchpoint went
5212 out of scope.
5213
ee5683ab
PM
52142011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
5215
5216 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
5217 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
5218 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
5219 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5220 * gdb.arch/i386-permbkpt.exp: Likewise.
5221 * gdb.arch/i386-prologue.exp: Likewise.
5222 * gdb.arch/i386-size-overlap.exp: Likewise.
5223 * gdb.arch/i386-size.exp: Likewise.
5224 * gdb.arch/i386-unwind.exp: Likewise.
5225 * gdb.reverse/i386-precsave.exp: Likewise.
5226 * gdb.reverse/i386-reverse.exp: Likewise.
5227 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5228 * gdb.reverse/i387-env-reverse.exp: Likewise.
5229 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5230
c91c8c16
PA
52312011-05-24 Pedro Alves <pedro@codesourcery.com>
5232
5233 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
5234 file doesn't error, using MI.
5235
c50491a7
TT
52362011-05-23 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.base/charset.exp (string_display): Add tests to assign to
5239 arrays.
5240 * gdb.base/charset.c (short_array, int_array, long_array): New.
5241
4a07b7da
PA
52422011-05-20 Pedro Alves <pedro@codesourcery.com>
5243
5244 Cope with async mode.
5245
4a07b7da
PA
5246 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
5247 into gdb_test + mi_expect_stop.
5248
b275f2d2
PA
52492011-05-20 Pedro Alves <pedro@codesourcery.com>
5250
5251 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
5252 (callme): Remove printf call.
5253
eec52c44
PM
52542011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5255
5256 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
5257 quote pattern to avoid problems with Cygwin/mingw expect versions.
5258 * gdb.base/default.exp (show convenience): Use double
5259 quote pattern for regular expressions.
5260
b3c8eb43
JK
52612011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5262
5263 Fix -readnow for -gdwarf-4 unused type units.
5264 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
5265 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
5266
ed731959
JK
52672011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.base/kill-after-signal.c: New file.
5270 * gdb.base/kill-after-signal.exp: New file.
5271
3b48433d
PA
52722011-05-16 Pedro Alves <pedro@codesourcery.com>
5273
5274 * gdb.ada/start.exp: Call untested with the correct test filename.
5275 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
5276 test filename. Make the test's binary unique.
5277 * gdb.arch/i386-signal.exp: Call untested with the correct test
5278 filename.
5279 * gdb.arch/i386-size-overlap.exp: Ditto.
5280 * gdb.arch/Makefile.in (EXECUTABLES): Update.
5281 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5282 * gdb.cp/call-c.exp: Ditto.
5283 * gdb.mi/mi-reverse.exp: Call untested with the correct test
5284 filename. Make the test's binary unique.
5285 * gdb.mi/Makefile.in (EXECUTABLES): Update.
5286 * gdb.python/py-mi.exp: Ditto.
5287 * gdb.python/Makefile.in (EXECUTABLES): Update.
5288 * gdb.reverse/i386-precsave.exp: Ditto.
5289 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
5290 test filename.
5291 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5292 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
5293 unique.
5294 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
5295 test filename.
5296 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
5297 * gdb.trace/tfile.exp: Ditto.
5298
ba4a8bdd
YQ
52992011-05-14 Yao Qi <yao@codesourcery.com>
5300
5301 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
5302 type.
5303
dbaefcf7
DE
53042011-05-13 Doug Evans <dje@google.com>
5305
5306 * gdb.python/py-objfile-script.exp: New file.
5307 * gdb.python/py-objfile-script.c: New file.
5308 * gdb.python/py-objfile-script-gdb.py: New file.
5309 * testsuite/gdb.python/py-section-script.exp: Test
5310 "info auto-load-scripts".
5311
9930639c
TT
53122011-05-13 Tom Tromey <tromey@redhat.com>
5313
5314 * gdb.dwarf2/clztest.exp: New file.
5315 * gdb.dwarf2/clztest.c: New file.
5316 * gdb.dwarf2/clztest.S: New file.
5317
05272e11
DE
53182011-05-13 Doug Evans <dje@google.com>
5319
cc63ef9b
DE
5320 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
5321 String16 tests.
05272e11 5322
6edba76f
TT
53232011-05-13 Tom Tromey <tromey@redhat.com>
5324
5325 * lib/gdb.exp (is_x86_like_target): New proc.
5326 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
5327 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
5328 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
5329 -nostdlib to compiler.
5330 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
5331 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
5332 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
5333 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
5334 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
5335
028d0ed5
TJB
53362011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5337
5338 * gdb.python/py-function.exp: Test setting a value from a function
5339 which executes a command.
5340
8a9b8146
TT
53412011-05-12 Tom Tromey <tromey@redhat.com>
5342
5343 * gdb.dwarf2/typeddwarf.S: New file.
5344 * gdb.dwarf2/typeddwarf.c: New file.
5345 * gdb.dwarf2/typeddwarf.exp: New file.
5346
10483e8e
MP
53472011-05-12 Marek Polacek <mpolacek@redhat.com>
5348
5349 * gdb.mi/mi-basics.exp: Fix races. Honour the
5350 `test_exec_and_symbol_mi_operatons' return value.
5351 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5352 gdb_test_multiple.
5353 (test_exec_and_symbol_mi_operatons): Likewise.
5354 (test_path_specification): Likewise.
5355
faf067f1
JK
53562011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5357
5358 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
5359 (gdb_touch_execfile): Remove catch wrappers. New variable time.
5360 Replace `file copy' and `file rename' by `file mtime'. Twice.
5361
7ff911a3
JK
53622011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5363
5364 * gdb.base/readline-ask.c: New file.
5365 * gdb.base/readline-ask.exp: New file.
5366 * gdb.base/readline-ask.inputrc: New file.
5367
a536c6d7
UW
53682011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5369
5370 * gdb.cell/bt.exp: Delete breakpoints before running to signal
5371 to avoid race condition.
5372 * gdb.cell/coremaker.c: Use small stack size.
5373 * gdb.cell/ea-standalone.exp: Use file name without path as
5374 argument to c_to.
5375 * gdb.cell/fork.exp: Allow other output when continuing to end.
5376
d472a426
JK
53772011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5378
5379 * gdb.threads/corethreads.c: New file.
5380 * gdb.threads/corethreads.exp: New file.
5381
53822011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
5383
5384 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
5385 Try to compile the test using -Wl,-z,norelro first.
5386 (load_core): New variable libthread_db_seen, initialize it.
5387 (zeroed-threads cannot be listed): Protect it by XFAIL on
5388 !$libthread_db_seen.
5389
8be455d7
JK
53902011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 PR 12573
5393 * gdb.dwarf2/dw2-skip-prologue.S: New file.
5394 * gdb.dwarf2/dw2-skip-prologue.c: New file.
5395 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
5396
1976171a
JK
53972011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5398
5399 * gdb.cp/psymtab-parameter.cc: New file.
5400 * gdb.cp/psymtab-parameter.exp: New file.
5401
7db6f30f
JK
54022011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5403
5404 Fix a race.
5405 * gdb.cp/static-print-quit.exp (print c): Split to ...
5406 (print c - <return>, print c - q <return>, print c - to quit):
5407 ... these. Make the testfile untested on gdb-7.1.
5408
85161e9e 54092011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
5410
5411 * lib/gdb.exp (exec_target_file, exec_symbol_file,
5412 gdb_rename_execfile, gdb_touch_execfile): New.
5413 * gdb.base/reread.exp: Use new procs to handle multiple
5414 exec files.
5415
0c51be18
YQ
54162011-05-05 Yao Qi <yao@codesourcery.com>
5417
5418 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
5419 (test_adr_32bit, test_pop_pc): New.
5420 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
5421 (test_adr_32bit, test_pop_pc): New.
5422
4d393d60
JM
54232011-05-04 Joseph Myers <joseph@codesourcery.com>
5424
5425 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
5426 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
5427 targets.
5428 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
5429 handle targets.
5430
8ffd0459
JK
54312011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5432
5433 * gdb.base/completion.exp (complete help info wat): Rename to ...
5434 (complete 'help info wat'): ... here.
5435 Remove all `-re ".*' and `-re "^.*' redundant regexes.
5436 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
5437
8e28d804
PA
54382011-05-04 Pedro Alves <pedro@codesourcery.com>
5439
5440 * gdb.base/completion.exp: Use gdb_test_multiple instead of
5441 gdb_test and explicit $gdb_prompt/timeout matches.
5442
3eb2ef34
YQ
54432011-05-04 Yao Qi <yao@codesourcery.com>
5444
5445 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
5446 and __thumb2__.
5447
aaaf81a3
MP
54482011-05-03 Marek Polacek <mpolacek@redhat.com>
5449
5450 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
5451 in place of `gdb_test "delete breakpoints"'. This eliminates two
5452 testcases.
5453
c4cbc0df
PA
54542011-05-02 Pedro Alves <pedro@codesourcery.com>
5455
5456 PR testsuite/12649
5457 Fix races.
5458
5459 * gdb.base/completion.exp: Remove all sleep calls. Remove
5460 unnecessary regexs. Don't explicitly expect anything after the
5461 prompt. Eat the prompt if necessary.
5462
b4cbb4a3
EBM
54632011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5464
5465 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
5466 accept to show the caller line again as well as the line after.
5467
d65aec65
PM
54682011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5469
5470 PR mi/12531
5471
5472 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
5473 compile target.
5474 * gdb.python/py-prettyprint.exp: Add C++ object for
5475 CPLUS_FAKE_CHILD test.
5476
30852783
UW
54772011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5478
5479 * gdb.base/signest.exp: New file.
5480 * gdb.base/signest.c: Likewise.
5481
c7b1f0d9
JK
54822011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
5485 thread and breakpoint notifications.
5486
559a7a62
JK
54872011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5488
5489 * gdb.base/fortran-sym-case.c: New file.
5490 * gdb.base/fortran-sym-case.exp: New file.
5491 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
5492 * gdb.dwarf2/dw2-case-insensitive.c: New file.
5493 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
5494
8344e389
JK
54952011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5496
5497 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
5498 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
5499 false #1', `if true else false #2' and `if true else false #3'.
5500
2484c66b
UW
55012011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5502
5503 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
5504 while delivering signal.
5505
8d3788bd
VP
55062011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5507
5508 MI breakpoint notifications.
5509
5510 * testsuite/gdb.mi/mi-cli.exp: Adust.
5511 * testsuite/gdb.mi/mi2-cli.exp: Adust.
5512 * testsuite/gdb.mi/mi-watch.exp: Adust.
5513 * testsuite/gdb.mi/mi2-watch.exp: Adust.
5514 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
5515 notifications.
5516
3e03848b
JK
55172011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5518
5519 * gdb.base/gdbindex-stabs-dwarf.c: New file.
5520 * gdb.base/gdbindex-stabs.c: New file.
5521 * gdb.base/gdbindex-stabs.exp: New file.
5522
918c9108
YQ
55232011-04-25 Yao Qi <yao@codesourcery.com>
5524
5525 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
5526 with /*...*/.
5527 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5528
90556b8c
JK
55292011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5530
5531 * gdb.python/py-value.exp (test_objfiles): Name the first test
5532 `py-value in file.filename'.
5533
03f2bd59
JK
55342011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5535
5536 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
5537 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
5538 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
5539 !gdbserver_reconnect_p..
5540 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
5541
7b08b9eb
JK
55422011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * gdb.cp/cpcompletion.exp (complete class methods)
5545 (complete class methods beginning with F): Move them above runto. New
5546 comment about the runto delimiter.
5547
b78974c3
PA
55482011-04-20 Pedro Alves <pedro@codesourcery.com>
5549
5550 * gdb.base/maint.exp: Test that "maint print registers" works
5551 without a running program.
5552
20429c40 55532011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 5554
20429c40
MP
5555 * gdb.base/setshow.exp: Fix racy tests.
5556 ($old_gdb_prompt): New variable.
5557
7a9dd1b2
TT
55582011-04-19 Tom Tromey <tromey@redhat.com>
5559
5560 * gdb.mi/mi-nsmoribund.exp:
5561 * gdb.hp/gdb.objdbg/objdbg01.exp:
5562 * gdb.base/structs.exp (test_struct_returns):
5563 * gdb.base/call-sc.exp (test_scalar_returns):
5564 * gdb.base/bigcore.exp: Remove duplicate words.
5565
02835898
JK
55662011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5567
5568 * gdb.base/break-interp-lib.c (v, vptr): New variables.
5569 * gdb.base/break-interp.exp (test_attach): New comment.
5570
254f582e
JK
55712011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5572
5573 * gdb.threads/gcore-thread.exp ($core0file): New variable.
5574 (clear __stack_user.next, clear stack_used.next)
5575 (save a zeroed-threads corefile): New test.
5576 Call core_load for $core0file.
5577 (zeroed-threads cannot be listed): New test.
5578
4fe85f5c
JK
55792011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5580
5581 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
5582 filename.
5583 ($srcfile): Preserve the original value.
5584 ($testfile): Match it the .exp filename.
5585 ($corefile): New variable. Substitute it around.
5586 Use clean_restart.
5587 ($prev_timeout): Remove.
5588 (load_core): Move core loading into this proc.
5589 Fix restore of $timeout if load_core fails.
5590
63524580
JK
55912011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 * gdb.base/eu-strip-infcall.c: New file.
5594 * gdb.base/eu-strip-infcall.exp: New file.
5595
90359a16
JK
55962011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5597
5598 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
5599 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
5600
626e7282
JK
56012011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5602
5603 Fix Python access to inlined frames.
5604 * gdb.python/py-frame-inline.c: New file.
5605 * gdb.python/py-frame-inline.exp: New file.
5606
3363d018
EBM
56072011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5608
5609 * gdb.base/gdb1090.exp: Change breakpoint location to read the
5610 content of 's24' correctly (avoiding "optimized out").
5611 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
5612
28781456
JK
56132011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
5616
4a4106ca
TJB
56172011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5618
5619 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
5620 expect a colon in watch -location output.
5621
d26ccb4f
JK
56222011-04-13 Marek Polacek <mpolacek@redhat.com>
5623
df46027d 5624 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
5625 New testcase `expect response to define backtrace'. Also remove
5626 redundant `default' block.
5627
e1ab1f9c
JK
56282011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 * gdb.python/py-prettyprint.c (struct hint_error): New.
5631 (main): New variable hint_error.
5632 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
5633 "print hint_error".
5634 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
5635 (register_pretty_printers): Register it.
5636
0c2e6019
TT
56372011-04-04 Tom Tromey <tromey@redhat.com>
5638
5639 * gdb.cp/maint.exp (test_help): Update.
5640 (test_namespace): Likewise.
5641
af57139d
JB
56422011-04-01 Joel Brobecker <brobecker@adacore.com>
5643
5644 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
5645 * gdb.ada/arrayptr.exp: Add new tests.
5646
956a9fb9
JB
56472011-04-01 Joel Brobecker <brobecker@adacore.com>
5648
5649 * gdb.ada/mi_catch_ex: New testcase.
5650
d0c4d642
PA
56512011-04-01 Pedro Alves <pedro@codesourcery.com>
5652
5653 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
5654 base::overload(void) method without specifying "const".
5655
18819fa6
UW
56562011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5657
5658 * gdb.arch/thumb-singlestep.S: New file.
5659 * gdb.arch/thumb-singlestep.exp: Likewise.
5660
a4c8e806
TT
56612011-03-31 Tom Tromey <tromey@redhat.com>
5662
5663 * gdb.python/py-prettyprint.py (exception_flag): New global.
5664 (NoStringContainerPrinter._iterator.next): Check it.
5665 * gdb.python/py-prettyprint.c (main): New variable nstype2.
5666 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
5667
53832f31
TT
56682011-03-29 Tom Tromey <tromey@redhat.com>
5669
5670 * gdb.cp/anon-struct.cc: New file.
5671 * gdb.cp/anon-struct.exp: New file.
5672
e4620230
JK
56732011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5674
5675 Test STT_GNU_IFUNC support.
5676 * gdb.base/gnu-ifunc-lib.c: New file.
5677 * gdb.base/gnu-ifunc.c: New file.
5678 * gdb.base/gnu-ifunc.exp: New file.
5679
d0fb5eae
JK
56802011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 Support a ring of related breakpoints.
5683 * gdb.base/watchpoint-delete.c: New file.
5684 * gdb.base/watchpoint-delete.exp: New file.
5685
20106cfb
JK
56862011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 * gdb.ada/arrayparam.exp (print first after function call): Use
5689 explicit package name. Add a comment
5690 (print lasta after function call): Rename ...
5691 (print last after function call): ... it and use explicit package
5692 name.
5693 (print length after function call): Use explicit package name.
5694 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
5695 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
5696 (multiple matches for symbol i): Rename ...
5697 (multiple matches for symbol integervar): ... it.
5698 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
5699 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
5700
e7ab5e63
AB
57012011-03-25 Andrew Burgess <aburgess@broadcom.com>
5702
5703 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
5704 environment variable to make grep output more predictable. Move
5705 all the environment setup into gdb_init so it's done once per test
5706 case rather than each time we start gdb.
5707
9ef07c8c
TT
57082011-03-24 Tom Tromey <tromey@redhat.com>
5709
5710 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
5711 test.
5712
dd90784c
JK
57132011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5714
5715 * gdb.dwarf2/dw2-entry-value-main.c: New file.
5716 * gdb.dwarf2/dw2-entry-value.S: New file.
5717 * gdb.dwarf2/dw2-entry-value.exp: New file.
5718
05775840
PM
57192011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5720
5721 PR python/12183
5722
5723 * gdb.python/py-function.exp: Add GdbError tests.
5724
8661b11b
PA
57252011-03-18 Pedro Alves <pedro@codesourcery.com>
5726
5727 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
5728 (reglocal_test_func, statlocal_test_func): New functions.
5729 (globals_test_func): Call new functions.
5730 * gdb.trace/unavailable.exp (gdb_collect_args_test)
5731 (gdb_collect_locals_test): New procedure.
5732 (gdb_trace_collection_test): Call new procedures.
5733
0fdb4f18
PA
57342011-03-18 Pedro Alves <pedro@codesourcery.com>
5735
5736 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
5737 (test_register, test_register_unavailable): New procedures.
5738 (gdb_unavailable_registers_test): New procedure.
5739 (gdb_trace_collection_test): Call it.
5740
99c3dc11
PM
57412011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5742
5743 PR python/12149
5744
5745 * gdb.python/python.exp: Add gdb.write tests.
5746
29703da4
PM
57472010-03-17 Phil Muldoon <pmuldoon@redhat.com>
5748
5749 * gdb.python/Makefile.in: Add py-objfile.
5750 * gdb.python/py-objfile.exp: New file.
5751 * gdb.python/py-objfile.c: New file.
5752 * gdb.python/py-block.exp: Add is_valid tests.
5753 * gdb.python/py-inferior.exp: Ditto.
5754 * gdb.python/py-infthread.exp: Ditto.
5755 * gdb.python/py-symbol.exp: Ditto.
5756 * gdb.python/py-symtab.exp: Ditto.
5757
598997c8
KS
57582011-03-16 Keith Seitz <keiths@redhat.com>
5759
5760 PR c++/12273
5761 * gdb.cp/cmpd-minsyms.exp: New test.
5762 * gdb.cp/cmpd-minsyms.cc: New file.
5763
5764 PR c++/11734
5765 * gdb.cp/ovsrch.exp: New test.
5766 * gdb.cp/ovsrch.h: New file.
5767 * gdb.cp/ovsrch1.cc: New file.
5768 * gdb.cp/ovsrch2.cc: New file.
5769 * gdb.cp/ovsrch3.cc: New file.
5770 * gdb.cp/ovsrch4.cc: New file.
5771
c91513d8
PP
57722011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5773
5774 PR gdb/12528
5775 * gdb.base/Makefile.in: Adjust EXECUTABLES.
5776 * gdb.base/break-on-linker-gcd-function.exp: New test.
5777 * gdb.base/break-on-linker-gcd-function.cc: New file.
5778
7470fc63
AT
57792011-03-15 Andreas Tobler <andreast@fgznet.ch>
5780
5781 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
5782
959e7469
PM
57832011-03-15 Phil Muldoon <pmuldoon@redhat.com>
5784
5785 * lib/gdb.exp (gdb_unload): Add another termination case.
5786
9373cf26
JK
57872011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
5790 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
5791 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
5792 Provide a stub byte there.
5793 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
5794 DW_AT_entry_pc.
5795 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
5796
24e9cda0
UW
57972011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
5798
5799 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
5800 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
5801 "generic ABI, auto".
5802 (altivec_abi_tests): Accept vectors returned by reference.
5803
7371cf6d
PM
58042010-03-14 Phil Muldoon <pmuldoon@redhat.com>
5805
5806 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
5807
ce77046a
UW
58082011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
5809
5810 * gdb.python/py-section-script.exp: Skip test if no Python support.
5811
176400c3
UW
58122011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
5813
5814 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
5815
ecec24e6
PM
58162011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5817
5818 * gdb.python/py-parameter.exp: Update tests to the new Python
5819 parameter API. Add "no documentation" test. Add deprecated API
5820 backward compatibility test.
5821
5dbdd470
TT
58222011-03-09 Tom Tromey <tromey@redhat.com>
5823
5824 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
5825 gdb_continue_to_end.
5826
b66e66ee
MK
58272011-03-09 Mark Kettenis <kettenis@gnu.org>
5828
5829 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
5830 tabs.
5831
eceb0c5f
TT
58322011-03-09 Tom Tromey <tromey@redhat.com>
5833
5834 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
5835 parentheses.
5836 (gdb_continue_to_end): Add "allow_extra" parameter. Use
5837 $command.
5838 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
5839 argument to gdb_continue_to_end.
5840 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
5841 argument to gdb_continue_to_end.
5842 * gdb.cp/annota3.exp: Fix regex.
5843 * gdb.cp/annota2.exp: Fix regex.
5844 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
5845 gdb_continue_to_end.
5846 * gdb.base/call-signal-resume.exp: Revert earlier patch.
5847 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
5848 gdb_continue_to_end.
5849
63154eca
PA
58502011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 * gdb.server/ext-run.exp
5853 (load new file without any gdbserver inferior): New test.
5854
967d1f9b
TT
58552011-03-07 Tom Tromey <tromey@redhat.com>
5856
5857 * Makefile.in (TAGS): Rewrite.
5858
d68dcbb9
JK
58592011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 * gdb.trace/report.exp (12.1: trace report #1): New match for the
5862 initial commands echo. New match for `Found trace'. Anchor all the
5863 other matches. Anchor and match for `No trace frame found' the final
5864 match.
5865
6bf58e63
TT
58662011-03-07 Tom Tromey <tromey@redhat.com>
5867
5868 * Makefile.in (TAGS): New target.
5869
fda326dd
TT
58702011-03-07 Tom Tromey <tromey@redhat.com>
5871
5872 * lib/opencl.exp (skip_opencl_tests): Update for exit message
5873 change.
5874 * lib/mi-support.exp (mi_gdb_test): Update for exit message
5875 change.
5876 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
5877 exit message change.
5878 (skip_altivec_tests): Update for exit message change.
5879 (skip_vsx_tests): Likewise.
5880 (gdb_continue_to_end): Likewise. Add 'command' argument.
5881 * lib/cell.exp (skip_cell_tests): Update for exit message change.
5882 * gdb.threads/tls.exp: Update for exit message change.
5883 * gdb.threads/thread-unwindonsignal.exp: Use
5884 gdb_continue_to_end.
5885 * gdb.threads/step.exp (step_it): Update for exit message change.
5886 (continue_all): Likewise.
5887 * gdb.threads/print-threads.exp (test_all_threads): Update for
5888 exit message change.
5889 * gdb.threads/interrupted-hand-call.exp: Use
5890 gdb_continue_to_end.
5891 * gdb.threads/execl.exp: Use gdb_continue_to_end.
5892 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
5893 gdb_continue_to_end.
5894 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
5895 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
5896 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
5897 * gdb.cp/method.exp: Update for exit message change.
5898 * gdb.cp/mb-templates.exp: Update for exit message change.
5899 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
5900 * gdb.cp/annota3.exp: Update for exit message change.
5901 * gdb.cp/annota2.exp: Update for exit message change.
5902 * gdb.cell/fork.exp: Use gdb_continue_to_end.
5903 * gdb.base/term.exp: Update for exit message change.
5904 * gdb.base/step-test.exp (test_i): Update for exit message change.
5905 * gdb.base/sigstep.exp (advance): Update for exit message change.
5906 (advancei): Likewise.
5907 * gdb.base/siginfo.exp: Update for exit message change.
5908 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
5909 * gdb.base/reread.exp: Use gdb_continue_to_end.
5910 * gdb.base/langs.exp: Use gdb_continue_to_end.
5911 * gdb.base/interrupt.exp: Update for exit message change.
5912 * gdb.base/gdb1555.exp: Update for exit message change.
5913 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
5914 * gdb.base/ending-run.exp: Update for exit message change.
5915 * gdb.base/chng-syms.exp: Update for exit message change.
5916 * gdb.base/checkpoint.exp: Update for exit message change.
5917 * gdb.base/catch-syscall.exp (check_for_program_end): Use
5918 gdb_continue_to_end.
5919 (test_catch_syscall_with_wrong_args): Likewise.
5920 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
5921 * gdb.base/break-interp.exp (test_ld): Update for exit message
5922 change.
5923 * gdb.base/bang.exp: Update for exit message change.
5924 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
5925 (do_call_attach_tests): Likewise.
5926 * gdb.base/a2-run.exp: Update for exit message change.
5927 * gdb.arch/ppc-dfp.exp: Update for exit message change.
5928 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
5929 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
5930
dd19bd70
JK
59312011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
5934
30e62689
TT
59352011-03-03 Tom Tromey <tromey@redhat.com>
5936
5937 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
5938 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
5939 * gdb.hp/gdb.aCC/configure.ac: Remove.
5940 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
5941 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
5942 * gdb.hp/gdb.base-hp/configure.ac: Remove.
5943 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
5944 * gdb.hp/gdb.compat/configure (Makefile): Remove.
5945 * gdb.hp/gdb.compat/configure.ac: Remove.
5946 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
5947 * gdb.hp/gdb.defects/configure (Makefile): Remove.
5948 * gdb.hp/gdb.defects/configure.ac: Remove.
5949 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
5950 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
5951 * gdb.hp/gdb.objdbg/configure.ac: Remove.
5952 * gdb.hp/configure.ac: Remove.
5953 * gdb.hp/configure: Remove.
5954 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
5955 substitution.
5956 (Makefile): Remove rule.
5957 * gdb.cell/configure.ac: Remove.
5958 * gdb.cell/configure: Remove.
5959 * gdb.stabs/Makefile.in (Makefile): Remove.
5960 (distclean): Don't remove config.status or config.log.
5961 * gdb.stabs/configure (Makefile): Remove.
5962 * gdb.stabs/configure.ac: Remove.
5963 * configure: Rebuild.
5964 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
5965 Remove stabs- and cell-specific logic. Test for existence of
5966 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
5967 subdirectories, gdb.cell, and and gdb.stabs.
5968 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
5969
c171f854
JB
59702011-03-03 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
5973 end of buffer.
5974
9a5193cb
JB
59752011-03-02 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
5978 gdb_test when running a test where we expected no output back.
5979
9bb4c1bb
MS
59802011-02-28 Michael Snyder <msnyder@vmware.com>
5981
5982 * gdb.cp/overload.cc: Change initializer value to integer.
5983
3bd0f5ef
MS
59842011-02-27 Michael Snyder <msnyder@vmware.com>
5985
5986 * gdb.multi/base.exp: Add test for remove-inferiors.
5987
2279eaad
JB
59882011-02-26 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.python/py-frame.exp: Simplify the initialization phase
5991 using prepare_for_testing.
5992
c82c0b55
MS
59932011-02-25 Michael Snyder <msnyder@vmware.com>
5994
5995 * gdb.multi/base.exp: Add tests for info inferiors with args.
5996
1d94651b
JK
59972011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 * gdb.dwarf2/dw2-ranges.S: Rename to ...
6000 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
6001 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
6002 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
6003 asmfile3. Comment the STABS (#3) file compilation. Compile
6004 everything through assembler. Provide KFAIL for symtab/12497.
6005 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
6006 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
6007 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
6008 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
6009
3bd0f5ef
MS
60102011-02-24 Michael Snyder <msnyder@vmware.com>
6011
6012 * gdb.base/break.exp: Add tests for delete breakpoints using
6013 convenience variables and value history references.
6014
12c1418e
MS
60152011-02-24 Michael Snyder <msnyder@vmware.com>
6016
6017 * gdb.base/break.exp: Remove debugging 'printf' accidentally
6018 left behind in previous check-in.
6019
e5a67952
MS
60202011-02-23 Michael Snyder <msnyder@vmware.com>
6021
6022 * gdb.base/break.exp: Add tests for "info break" with arguments.
6023 * gdb.trace/infotrace.exp: Update patterns for error and help.
6024 * gdb.base/completion.exp: Update pattern.
6025 * gdb.base/ena-dis-br.exp: Update pattern.
6026 * gdb.base/help.exp: Update patterns.
6027
60282011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
6029
6030 * gdb.base/memattr.exp: New test.
6031 * gdb.base/memattr.c: Test load for memattr.exp.
6032
6e6fbe60
DE
60332011-02-22 Doug Evans <dje@google.com>
6034
6035 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
6036
1d41d745
MS
60372011-02-22 Michael Snyder <msnyder@vmware.com>
6038
6039 * Makefile.in: Make more clean.
6040 * gdb.ada/Makefile.in: Ditto.
6041 * gdb.arch/Makefile.in: Ditto.
6042 * gdb.asm/Makefile.in: Ditto.
6043 * gdb.base/Makefile.in: Ditto.
6044 * gdb.cp/Makefile.in: Ditto.
6045 * gdb.dwarf2/Makefile.in: Ditto.
6046 * gdb.java/Makefile.in: Ditto.
6047 * gdb.mi/Makefile.in: Ditto.
6048 * gdb.modula2/Makefile.in: Ditto.
6049 * gdb.python/Makefile.in: Ditto.
6050 * gdb.server/Makefile.in: Ditto.
6051 * gdb.stabs/Makefile.in: Ditto.
6052 * gdb.threads/Makefile.in: Ditto.
6053 * gdb.trace/Makefile.in: Ditto.
6054
79ba84ca
MS
60552011-02-22 Michael Snyder <msnyder@vmware.com>
6056
df46027d 6057 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
6058 info threads.
6059
b9b35694
JB
60602011-02-22 Joel Brobecker <brobecker@adacore.com>
6061
6062 * gdb.python/py-breakpoint.exp: Fix the expected output of
6063 one of the "maint info breakpoints" tests to accept the output
6064 generated on platforms that do not have hardware watchpoints.
6065
8bfb830f
JB
60662011-02-22 Joel Brobecker <brobecker@adacore.com>
6067
6068 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
6069 clean_restart. Be a little stricter in the expected output
6070 for one of the tests. Fix a typo in one of the comments.
6071
c45f3c54
JB
60722011-02-22 Joel Brobecker <brobecker@adacore.com>
6073
6074 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
6075 Delete variable binfile, no longer use. Add or modify test
6076 comments to make them unique.
6077
b97c863c
MS
60782011-02-21 Michael Snyder <msnyder@vmware.com>
6079
6080 * Makefile.in: Update for make clean.
6081 * gdb.ada/Makefile.in: Ditto.
6082 * gdb.arch/Makefile.in: Ditto.
6083 * gdb.asm/Makefile.in: Ditto.
6084 * gdb.base/Makefile.in: Ditto.
6085 * gdb.cp/Makefile.in: Ditto.
6086 * gdb.dwarf2/Makefile.in: Ditto.
6087 * gdb.java/Makefile.in: Ditto.
6088 * gdb.mi/Makefile.in: Ditto.
6089 * gdb.modula2/Makefile.in: Ditto.
6090 * gdb.python/Makefile.in: Ditto.
6091 * gdb.server/Makefile.in: Ditto.
6092 * gdb.stabs/Makefile.in: Ditto.
6093 * gdb.threads/Makefile.in: Ditto.
6094 * gdb.trace/Makefile.in: Ditto.
6095
aea5b279
MS
60962011-02-21 Michael Snyder <msnyder@vmware.com>
6097
6098 * gdb.threads/thread-find.exp: Update patterns for changes in
6099 output of "info threads" command.
6100
e3039479
UW
61012011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6102 Ulrich Weigand <uweigand@de.ibm.com>
6103
6104 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
6105 (skip_hw_watchpoint_tests): Likewise.
6106 (skip_hw_watchpoint_multi_tests): Likewise.
6107
b800ec70
UW
61082011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
6109
6110 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
6111 (skip_hw_watchpoint_tests): Likewise.
6112 (skip_hw_watchpoint_multi_tests): Likewise.
6113 (skip_hw_watchpoint_access_tests): Likewise.
6114
6115 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
6116 * gdb.base/pr11022.exp: Likewise.
6117 * gdb.base/watch-read.exp: Likewise.
6118 * gdb.base/watch_thread_num.exp: Likewise.
6119 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6120 * gdb.base/watchpoint-hw.exp: Likewise.
6121 * gdb.base/watchpoint.exp: Likewise.
6122 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
6123 * gdb.threads/watchthreads-reorder.exp: Likewise.
6124 * gdb.threads/watchthreads.exp: Likewise.
6125 * gdb.threads/watchthreads2.exp: Likewise.
6126
91033e37
JB
61272011-02-21 Joel Brobecker <brobecker@adacore.com>
6128
6129 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
6130 the debugger is unable to find the array bounds.
6131
eeaafae2
JK
61322011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6133
6134 * gdb.cp/typedef-operator.exp: New file.
6135 * gdb.cp/typedef-operator.cc: New file.
6136
e338d953
MS
61372011-02-17 Michael Snyder <msnyder@vmware.com>
6138
6139 * gdb.threads/thread-find.exp: Fix regular expressions.
6140
e67ad678
JB
61412011-02-17 Joel Brobecker <brobecker@adacore.com>
6142
6143 * gdb.ada/packed_array: Expand testcase to test printing of
6144 unconstrained packed array.
6145
93084bca
JB
61462011-02-17 Joel Brobecker <brobecker@adacore.com>
6147
6148 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
6149
a0c78a73
PA
61502011-02-16 Pedro Alves <pedro@codesourcery.com>
6151
f65d5553 6152 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
6153 (main): Initialize it before collecting, and and clear it
6154 afterwards.
f65d5553
PA
6155 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
6156 collecting with '{type} addr', where the addr expression is not an
6157 rvalue.
a0c78a73 6158
3dfcbbd2
KW
61592011-02-16 Ken Werner <ken.werner@de.ibm.com>
6160
6161 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
6162 a bool variable. Expect correct OpenCL names for vector types. Use the
6163 uc3 variable name instead of referring to the uchar3 built-in type.
6164 Escape the asterisk at the half pointer test.
6165
08807d5a
PA
61662011-02-16 Pedro Alves <pedro@codesourcery.com>
6167
f65d5553 6168 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
6169 (main): Initialize it before collecting, and and clear it
6170 afterwards.
f65d5553
PA
6171 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
6172 collecting overlapping memory ranges.
08807d5a 6173
60f98dde
MS
61742011-02-15 Michael Snyder <msnyder@vmware.com>
6175
6176 * gdb.base/default.exp: Add tests for thread commands.
6177 * gdb.base/help.exp: Add tests for thread commands.
6178 * gdb.threads/thread-find.exp: New test for thread find command.
6179
648cd113
KW
61802011-02-15 Ken Werner <ken.werner@de.ibm.com>
6181
6182 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
6183
494e194e
YQ
61842011-02-15 Yao Qi <yao@codesourcery.com>
6185
6186 PR tdep/12352
6187 * gdb.arch/arm-disp-step.S : New test for str instruction.
6188 * gdb.arch/arm-disp-step.exp : Likewise.
6189
d9492458
TJB
61902011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
6191
6192 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
6193 "vector_register2_vr" test strings. Test the extended floating
6194 point registers (F32~F63).
6195 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
6196 IBM XL C compiler. Make the test program use a register provided
6197 by the compiler for the lxvd2x instruction.
6198
8af8e3bc
PA
61992011-02-14 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.trace/unavailable.cc (class Base, class Middle, class
6202 Derived): New types.
6203 (derived_unavail, derived_partial, derived_whole): New globals.
6204 (virtual_partial): New global.
6205 (virtualp): Point at virtual_partial.
6206 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
6207 related to unavailable vptr.
6208
1b28d0b3
PA
62092011-02-14 Pedro Alves <pedro@codesourcery.com>
6210
6211 * gdb.trace/unavailable.cc (a, b, c): New globals.
6212 (main): Set and clear them.
6213 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
6214 `a' and `c', and check that `b' isn't collected, although `a' and
6215 `c' are.
6216
ec0a52e1
PA
62172011-02-14 Pedro Alves <pedro@codesourcery.com>
6218
6219 * gdb.trace/unavailable.cc (struct Virtual): New.
6220 (virtualp): New global pointer.
6221 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
6222 printing a pointer to an object whose type has a vtable, with
6223 print object on.
6224
24e6bcee
PA
62252011-02-14 Pedro Alves <pedro@codesourcery.com>
6226
6227 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
6228 value repeat handles unavailableness.
6229
39d37385
PA
62302011-02-14 Pedro Alves <pedro@codesourcery.com>
6231
6232 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
6233 tests for building arrays from unavailable values, subscripting
6234 non-memory rvalue unvailable arrays, and accessing fields or
6235 baseclasses of non-lazy unavailable values,
6236 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
6237 struct types.
6238 (g_smallstruct, g_smallstruct_b): New globals.
6239
06d72e16
PA
62402011-02-14 Pedro Alves <pedro@codesourcery.com>
6241
6242 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
6243
bc9a5551
JK
62442011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6245
6246 Fix const/volatile qualifiers of C++ types, PR c++/12328.
6247 * gdb.cp/overload-const.exp: New file.
6248 * gdb.cp/overload-const.cc: New file.
6249
54fcddd0
UW
62502011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6251
6252 * gdb.opencl/callfuncs.cl: New file.
6253 * gdb.opencl/callfuncs.exp: New test.
6254 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
6255
d6dafb7c
UW
62562011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6257
6258 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
6259 when computing result.
6260 * gdb.arch/altivec-abi.exp: Update expected results.
6261
a449c2d8
TJB
62622011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6263
6264 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
6265 * gdb.base/jit.exp: Likewise.
6266 * gdb.base/pie-execl.exp: Likewise.
6267 * gdb.base/solib-nodir.exp: Likewise.
6268 * gdb.base/solib-overlap.exp: Likewise.
6269
764880b7
PA
62702011-02-07 Pedro Alves <pedro@codesourcery.com>
6271
6272 * gdb.trace/collection.c (global_pieces): New.
6273 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
6274 New procedure.
6275 (gdb_trace_collection_test): Call it.
6276
505500db
SW
62772011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
6278
6279 * gdb.python/py-evthreads.c: New file.
6280 * gdb.python/py-evthreads.exp: New file.
6281 * gdb.python/py-events.py: New file.
6282 * gdb.python/py-events.exp: New file.
6283 * gdb.python/py-events.c: New file.
6284
385203ed
DD
62852011-02-04 David Daney <ddaney@caviumnetworks.com>
6286
6287 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
6288
9011945e
AB
62892011-02-03 Andrew Burgess <aburgess@broadcom.com>
6290
6291 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
6292 gdb.base/disasm-end-cu.exp: New test for disassembling over the
6293 boundary between two compilation units.
6294
580688f3
PA
62952011-02-02 Pedro Alves <pedro@codesourcery.com>
6296
6297 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
6298 (Virtual): New structs.
6299 (virtual_o, virtual_middle_b): New globals.
6300 * gdb.cp/virtbase.exp: New tests.
6301
d3f0f853
PP
63022011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6303
6304 * gdb.base/jit.exp: New file.
6305 * gdb.base/jit-main.c: New file.
6306 * gdb.base/jit-solib.c: New file.
6307
b2030fb5
UW
63082011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
6309
6310 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
6311 proceed to initial kernel entry point.
6312 * gdb.opencl/datatypes.exp: Likewise.
6313 * gdb.opencl/operators.exp: Likewise.
6314 * gdb.opencl/vec_comps.exp: Likewise.
6315
2db19d1e
SW
63162011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
6317
6318 * gdb.cp/nsnested.cc: New.
6319 * gdb.cp/nsnested.exp: New.
6320 * gdb.cp/nsnoimports.exp: New.
6321 * gdb.cp/nsnoimports.cc: New.
6322
6b0c4c1f
JB
63232011-01-31 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.base/interact.exp: Add extra tests that verify that
6326 the value of the interactive-mode setting does not change
6327 after the script is sourced.
6328
80b23b6a
JK
63292011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6330
6331 * gdb.cp/noparam.exp: New file.
6332 * gdb.cp/noparam.cc: New file.
6333
ffd5ec24
PA
63342011-01-28 Pedro Alves <pedro@codesourcery.com>
6335
6336 * gdb.trace/tfile.exp: Test that with no traceframe selected,
6337 there's no stack or registers.
6338
a81766d8
TT
63392011-01-26 Tom Tromey <tromey@redhat.com>
6340
6341 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
6342 space before string output. Add test for "set print pretty off"
6343 case.
6344
585fdaa1
PA
63452011-01-25 Pedro Alves <pedro@codesourcery.com>
6346
6347 * gdb.base/frame-args.exp: Adjust.
6348 * gdb.dwarf2/dw2-noloc.exp: Adjust.
6349 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
6350 * gdb.dwarf2/pieces.exp: Adjust.
6351 * gdb.opt/clobbered-registers-O2.exp: Adjust.
6352 * gdb.opt/inline-locals.exp: Adjust.
6353 * gdb.threads/fork-child-threads.exp: Adjust.
6354
d468832a
KW
63552011-01-25 Ken Werner <ken.werner@de.ibm.com>
6356
6357 * gdb.opencl/convs_casts.cl: Move program scope variables into the
6358 OpenCL kernel function. Add a comment as marker. Add address space
6359 qualifiers for the remaining program scope variables.
6360 * gdb.opencl/datatypes.cl: Likewise.
6361 * gdb.opencl/operators.cl: Likewise.
6362 * gdb.opencl/vec_comps.cl: Likewise.
6363 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
6364 Add breakpoint at the marker comment.
6365 * gdb.opencl/datatypes.exp: Likewise.
6366 * gdb.opencl/operators.exp: Likewise.
6367 * gdb.opencl/vec_comps.exp: Likewise.
6368
490f124f
PA
63692011-01-24 Pedro Alves <pedro@codesourcery.com>
6370
6371 * gdb.base/printcmds.c (some_struct): New struct and instance.
6372 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
6373 procedure.
6374 <global scope>: Call it.
6375
6da78614
KW
63762011-01-21 Ken Werner <ken.werner@de.ibm.com>
6377
6378 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
6379 argument to the gdb_compile_opencl_hostapp call.
6380
ec64c9aa
YQ
63812011-01-19 Yao Qi <yao@codesourcery.com>
6382
6383 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
6384 positve list.
6385
810cfdbb
YQ
63862011-01-19 Yao Qi <yao@codesourcery.com>
6387
6388 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
6389 canonical form.
6390 Remove "xscale-*-*"
6391 * gdb.xml/tdesc-regs.exp: Likewise.
6392 * gdb.python/py-section-script.exp: Replace ARM target triplet
6393 with canonical form.
6394 Match arm*-*-symbianelf*.
6395 * gdb.base/dup-sect.exp: Likewise.
6396 * lib/dwarf.exp: New.
6397 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
6398 dwarf2_support.
6399 * gdb.dwarf2/dup-psym.exp: Likewise.
6400 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
6401 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6402 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
6403 * gdb.dwarf2/dw2-basic.exp: Likewise.
6404 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6405 * gdb.dwarf2/dw2-const.exp: Likewise.
6406 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
6407 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
6408 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6409 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
6410 * gdb.dwarf2/dw2-filename.exp: Likewise.
6411 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6412 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
6413 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6414 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6415 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
6416 * gdb.dwarf2/dw2-noloc.exp: Likewise.
6417 * gdb.dwarf2/dw2-op-call.exp: Likewise.
6418 * gdb.dwarf2/dw2-producer.exp: Likewise.
6419 * gdb.dwarf2/dw2-ranges.exp: Likewise.
6420 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
6421 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
6422 * gdb.dwarf2/dw2-strp.exp: Likewise.
6423 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
6424 * gdb.dwarf2/implptr.exp: Likewise.
6425 * gdb.dwarf2/mac-fileno.exp: Likewise.
6426 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
6427 * gdb.dwarf2/pieces.exp: Likewise.
6428 * gdb.dwarf2/pr11465.exp: Likewise.
6429 * gdb.dwarf2/valop.exp: Likewise.
6430 * gdb.dwarf2/watch-notconst.exp: Likewise.
6431 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
6432
4694da01
TT
64332011-01-19 Tom Tromey <tromey@redhat.com>
6434
6435 * gdb.python/py-infthread.exp: Add thread tests.
6436
b075872c
JB
64372011-01-14 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
6440
2c3e6e24
JB
64412011-01-14 Joel Brobecker <brobecker@adacore.com>
6442
6443 * gdb.ada/widewide: New testcase.
6444
de8fa76c
JB
64452011-01-13 Joel Brobecker <brobecker@adacore.com>
6446
6447 * gdb.base/interact.exp: New testcase.
6448
1b05df00
TT
64492011-01-12 Tom Tromey <tromey@redhat.com>
6450
6451 * gdb.mi/gdb2549.exp: Update for error message changes.
6452 * gdb.mi/mi-cli.exp: Likewise.
6453 * gdb.mi/mi-disassemble.exp: Likewise.
6454 * gdb.mi/mi-pthreads.exp: Likewise.
6455 * gdb.mi/mi-regs.exp: Likewise.
6456 * gdb.mi/mi-stack.exp: Likewise.
6457 * gdb.mi/mi-var-block.exp: Likewise.
6458 * gdb.mi/mi-var-cmd.exp: Likewise.
6459 * gdb.mi/mi2-cli.exp: Likewise.
6460 * gdb.mi/mi2-disassemble.exp: Likewise.
6461 * gdb.mi/mi2-pthreads.exp: Likewise.
6462 * gdb.mi/mi2-regs.exp: Likewise.
6463 * gdb.mi/mi2-stack.exp: Likewise.
6464 * gdb.mi/mi2-var-block.exp: Likewise.
6465 * gdb.mi/mi2-var-cmd.exp: Likewise.
6466
c2ff108b
JK
64672011-01-12 Andrew Burgess <aburgess@broadcom.com>
6468 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 PR fortran/11104 and DWARF unbound arrays detection.
6471 * gdb.fortran/multi-dim.exp: New file.
6472 * gdb.fortran/multi-dim.f90: New file.
6473
b716877b
AB
64742011-01-12 Andrew Burgess <aburgess@broadcom.com>
6475
6476 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
6477 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
6478 add new tests for opcode dumping.
6479
6c162d5e
TT
64802011-01-11 Tom Tromey <tromey@redhat.com>
6481
6482 * gdb.python/py-infthread.exp: Load gdb-python.exp.
6483
77b06cd7
TJB
64842010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6485
6486 Convert hardware watchpoints to use breakpoint_ops.
6487 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
6488 type is not supported.
6489 * gdb.base/foll-fork.exp: Likewise.
6490 * gdb.base/foll-vfork.exp: Likewise.
6491
f39a75d0
PM
64922011-01-10 Phil Muldoon <pmuldoon@redhat.com>
6493
6494 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
6495 Use load_lib gdb-python.exp.
6496 * gdb.python/python.exp: Ditto.
6497 * gdb.python/py-function.exp: Ditto.
6498
fc529d80
AS
64992011-01-09 Andreas Schwab <schwab@linux-m68k.org>
6500
6501 * gdb.threads/tls.exp ("info address me"): Fix expected output.
6502
fb03cb59
JK
65032011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 * configure: Regenerate.
6506
d8e22779
TT
65072011-01-06 Tom Tromey <tromey@redhat.com>
6508
6509 * gdb.python/py-frame.exp: Test gdb.newest_frame.
6510
09050809
JB
65112011-01-06 Joel Brobecker <brobecker@adacore.com>
6512
fc529d80
AS
6513 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
6514 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
6515 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6516 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
6517 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
6518 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6519 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
6520 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
6521 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
6522 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
6523 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
6524 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
6525 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
6526 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6527 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6528 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
6529 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
6530 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
6531 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6532 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
6533 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
6534 gdb.ada/uninitialized_vars.exp,
6535 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
6536 Simplify by using clean_restart.
09050809 6537
8ed5dd9e
JB
65382011-01-06 Joel Brobecker <brobecker@adacore.com>
6539
6540 Add marker to be used as anchor for inserting breakpoints.
6541 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
6542 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
6543 Likewise.
6544
6545 Remove uses of gdb_start_cmd.
6546 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
6547 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
6548
6549 Do not run testcase if testing with GDBserver.
6550 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
6551 if testing with GDBserver.
6552
368a124f
JB
65532011-01-06 Joel Brobecker <brobecker@adacore.com>
6554
6555 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
6556 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
6557 copyright header.
6558
44944448
JB
65592011-01-05 Joel Brobecker <brobecker@adacore.com>
6560
6561 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
6562 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
6563 testsuite/gdb.fortran/complex.f,
6564 testsuite/gdb.fortran/derived-type.f90,
6565 testsuite/gdb.fortran/library-module-lib.f90,
6566 testsuite/gdb.fortran/library-module-main.f90,
6567 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
6568 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
6569 Copyright year update.
6570
31886ea6
JB
65712011-01-05 Joel Brobecker <brobecker@adacore.com>
6572
6573 * gdb.base/langs1.f: Add copyright header.
6574
ebedcab5
JK
65752011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6576
6577 * gdb.base/morestack.exp: New file.
6578 * gdb.base/morestack.c: New file.
6579
de1eb2f9
JK
65802011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6581
6582 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
6583
9e87a409
JB
65842010-12-29 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
6587 * gdb.ada/arrayptr.exp: Add test printing that new variable.
6588
720d1a40
JB
65892010-12-29 Joel Brobecker <brobecker@adacore.com>
6590
6591 * gdb.ada/lang_switch.exp: Correct expected parameter value.
6592
a283af87
AS
65932010-12-25 Andreas Schwab <schwab@linux-m68k.org>
6594
5d3d9cba
AS
6595 * gdb.threads/tls.exp: Fix typo.
6596
a283af87
AS
6597 * gdb.threads/thread-specific.exp (get_thread_list): Update.
6598 * gdb.threads/execl.exp: Update.
6599
2a20745c
YQ
66002010-12-23 Yao Qi <yao@codesourcery.com>
6601
6602 * gdb.arch/arm-disp-step.exp: New.
6603 * gdb.arch/arm-disp-step.S: New.
6604
a7658b96
TT
66052010-12-21 Tom Tromey <tromey@redhat.com>
6606
6607 * gdb.threads/execl.exp: Update.
6608 * gdb.threads/linux-dp.exp: Update.
6609 * gdb.threads/manythreads.exp: Update.
6610 * gdb.threads/tls.exp: Update.
6611
5b79abe7
TT
66122010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
6615 (NextOverThrowDerivates) <resumebpt>: New.
6616 (resumebpt_test): New.
6617 (main): Call resumebpt_test.
6618 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
6619
0914bcdb
SS
66202010-12-12 Stan Shebs <stan@codesourcery.com>
6621
6622 * gdb.trace/tsv.exp: Test print command on trace state variables.
6623
305aeedc
TT
66242010-12-09 Tom Tromey <tromey@redhat.com>
6625
6626 * gdb.base/interp.exp: Add regression test.
6627
186c406b
TT
66282010-12-09 Tom Tromey <tromey@redhat.com>
6629
6630 * gdb.java/jnpe.java: New file.
6631 * gdb.java/jnpe.exp: New file.
6632 * gdb.cp/nextoverthrow.exp: New file.
6633 * gdb.cp/nextoverthrow.cc: New file.
6634
aae1c79a
DE
66352010-12-07 Doug Evans <dje@google.com>
6636
6637 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
6638 of data-directory.
6639 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
6640 updated.
6641 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
6642
60f98dde 66432010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
6644
6645 * gdb.base/callfuncs.exp: Test for skip_float_tests.
6646 * gdb.base/call-sc.exp: Ditto.
6647 * gdb.base/finish.exp: Ditto.
6648 * gdb.base/return.exp: Ditto.
6649 * gdb.base/return2.exp: Ditto.
6650
5fa290c1
DE
66512010-11-30 Doug Evans <dje@google.com>
6652
6653 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
6654 (gdb_expect_list): Fix spelling errors in comments.
6655 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
6656 send_gdb/gdb_expect_list where applicable.
6657 * gdb.base/call-ar-st.exp: Ditto.
6658 * gdb.base/funcargs.exp: Ditto.
6659 * gdb.base/gcore.exp: Ditto.
6660 * gdb.base/page.exp: Ditto.
6661 * gdb.base/sigaltstack.exp: Ditto.
6662 * gdb.base/siginfo.exp: Ditto.
6663 * gdb.base/sigstep.exp: Ditto.
6664 * gdb.base/trace-commands.exp: Ditto.
6665
4e04c971
DE
66662010-11-29 Doug Evans <dje@google.com>
6667
6668 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
6669 printer-name;subprinter-name.
6670
8cf6f0b1
TT
66712010-11-29 Tom Tromey <tromey@redhat.com>
6672
6673 * gdb.dwarf2/implptr.exp: New file.
6674 * gdb.dwarf2/implptr.c: New file.
6675 * gdb.dwarf2/implptr.S: New file.
6676
94b6973e
PM
66772010-11-29 Phil Muldoon <pmuldoon@redhat.com>
6678
fc529d80 6679 PR python/12199
94b6973e
PM
6680
6681 * gdb.python/py-breakpoint.exp: Test the delete method.
6682
8358c15c
JK
66832010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 Fix step_resume_breakpoint unsaved during an infcall.
6686 * gdb.base/step-resume-infcall.exp: New file.
6687 * gdb.base/step-resume-infcall.c: New file.
6688
f6df29bc
TJB
66892010-11-24 Edjunior Machado <emachado@br.ibm.com>
6690
6691 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
6692
f2b5a5cf
TJB
66932010-11-24 Edjunior Machado <emachado@br.ibm.com>
6694
6695 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
6696 on ppc64's symbols; "finish" and "return" commands must accept to
6697 show the caller line again as well as the line after.
6698 * gdb.asm/powerpc64.inc: New file.
6699
6b0ecdc2
DE
67002010-11-23 Doug Evans <dje@google.com>
6701
6702 * lib/gdb.exp (gdb_test_sequence): New function.
6703 (gdb_expect_list): Add verbose -log call for each pattern.
6704 * gdb.base/signals.exp (test_handle_all_print): Call it.
6705 Reduce timeout increment from 6 minutes to 1 minute.
6706 * gdb.server/ext-run.exp: Call it.
6707
ea976c60
PM
67082010-11-23 Phil Muldoon <pmuldoon@redhat.com>
6709
f2b5a5cf 6710 PR python/12212
ea976c60
PM
6711
6712 * gdb.python/python.exp: Check that selected_thread raises an
6713 error when no inferior is loaded.
6714
c0efa795
JK
67152010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6716
6717 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
6718 * gdb.dwarf2/dw2-stack-boundary.S: New file.
6719
ec3aa567
JK
67202010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6721
6722 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
6723 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
6724
d8249011
DE
67252010-11-18 Doug Evans <dje@google.com>
6726
6727 * gdb.server/ext-run.exp: Fix intermittent failures.
6728
d4eba7d1
NF
67292010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6730
6731 * gdb.stabs/gdb11479.exp: Use runto_main.
6732
b04c2f88
NF
67332010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6734
6735 * gdb.base/break-entry.exp: Skip if using a stub.
6736
ae9d7ce4
NF
67372010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6738
6739 * gdb.python/py-inferior.exp: Pack values in target endianness.
6740
621c8364
TT
67412010-11-12 Tom Tromey <tromey@redhat.com>
6742
6743 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
6744 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
6745 MemoryError.
6746 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
6747 type.
6748 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
6749 MemoryError.
6750 (test_subscript_regression): Update exception type.
6751
84f4c1fe
PM
67522010-11-11 Phil Muldoon <pmuldoon@redhat.com>
6753
6754 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
6755 breakpoint tests.
6756
a1442452
PA
67572010-11-09 Pedro Alves <pedro@codesourcery.com>
6758
6759 * gdb.base/watchpoint.exp: Test "watch -location" with an
6760 innacessible location.
6761
efd11a33
JK
67622010-11-09 Edjunior Machado <emachado@br.ibm.com>
6763 Luis Machado <luisgpm@br.ibm.com>
6764
6765 * gdb.base/maint.exp: Expect "." prefix.
6766 * gdb.base/nodebug.exp: Expect "." Likewise.
6767 * gdb.base/sepsymtab.exp: Expect "." Likewise.
6768 * gdb.base/watchpoint-cond-gone.exp: Likewise.
6769 * gdb.base/watchpoint.exp: Expect a software watch to be created for
6770 POWER server processors.
6771
aa00efb5
JK
67722010-11-08 Edjunior Machado <emachado@br.ibm.com>
6773 Luis Machado <luisgpm@br.ibm.com>
6774
6775 * gdb.base/break-entry.exp: convert entry point for
6776 ppc64 and expect leading `.' on ppc64's symbols
6777
99e7ae30
DE
67782010-11-05 Doug Evans <dje@google.com>
6779
6780 * gdb.base/help.exp: Update expected output.
b521dba8
DE
6781 * gdb.python/py-param.exp: Delete, contents moved to ...
6782 * gdb.python/py-parameter.exp: ... here. New file.
6783 Add test for gdb.parameter ("directories").
99e7ae30 6784
f4b8a18d
KW
67852010-11-05 Ken Werner <ken.werner@de.ibm.com>
6786
6787 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
6788 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
6789 * configure: Regenerate.
6790 * gdb.opencl/Makefile.in: New File.
6791 * gdb.opencl/datatypes.exp: Likewise.
6792 * gdb.opencl/datatypes.cl: Likewise.
6793 * gdb.opencl/operators.exp: Likewise.
6794 * gdb.opencl/operators.cl: Likewise.
6795 * gdb.opencl/vec_comps.exp: Likewise.
6796 * gdb.opencl/vec_comps.cl: Likewise.
6797 * gdb.opencl/convs_casts.exp: Likewise.
6798 * gdb.opencl/convs_casts.cl: Likewise.
6799 * lib/opencl.exp: Likewise.
6800 * lib/opencl_hostapp.c: Likewise.
6801 * lib/opencl_kernel.cl: Likewise.
6802 * lib/cl_util.c: Likewise.
6803 * lib/cl_util.c: Likewise.
6804 * gdb.base/default.exp (set language): Add "opencl" to the list of
6805 languages.
6806
a9d5ef47
SW
68072010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
6808
6809 * gdb.cp/overload.exp: Added test for inheritance overload.
6810 * gdb.cp/overload.cc: Ditto.
6811 * gdb.cp/oranking.exp: Removed releveant kfails.
6812
03eb1c79
JK
68132010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6814 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
6817 check test_compiler_info.
6818
dbc98a8b
KW
68192010-11-03 Ken Werner <ken.werner@de.ibm.com>
6820
6821 * gdb.base/gnu_vector.exp: Adjust expect messages.
6822
120bd360
KW
68232010-11-03 Ken Werner <ken.werner@de.ibm.com>
6824
6825 * gdb.base/gnu_vector.exp: Add unary operator tests.
6826
c37f7098
KW
68272010-11-03 Ken Werner <ken.werner@de.ibm.com>
6828
6829 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
6830
7b51bc51
DE
68312010-11-02 Doug Evans <dje@google.com>
6832
6833 * gdb.python/py-pp-maint.c: New file.
6834 * gdb.python/py-pp-maint.exp: New file.
6835 * gdb.python/py-pp-maint.py: New file.
6836
50c97f38
TT
68372010-11-02 Tom Tromey <tromey@redhat.com>
6838
6839 * gdb.base/default.exp: Remove "scheme" from language list.
6840
a289b8f6
JK
68412010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 Revert:
6844 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6845 * gdb.threads/sigstep-threads.exp: New file.
6846 * gdb.threads/sigstep-threads.c: New file.
6847
cd017491
MS
68482010-10-20 Michael Snyder <msnyder@vmware.com>
6849
6850 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
6851
8e6a5956
UW
68522010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6853
6854 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
6855 Skip test completely if gdb,no_hardware_watchpoints.
6856
2c04da0d
UW
68572010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6858
6859 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
6860 strict, but do not check for any particular function name within libc.
6861
79afc5ef
SW
68622010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6863
6864 * gdb.cp/smartp.exp: New test.
6865 * gdb.cp/smartp.cc : New test.
6866
026ffab7
SW
68672010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6868
6869 * gdb.cp/converts.exp: Test pointer to bool conversion.
6870 Test pointer to long conversion.
6871 * gdb.cp/oranking.exp: Removed relevant kfail.
6872
3a772aa4
TT
68732010-10-18 Tom Tromey <tromey@redhat.com>
6874
6875 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
6876 argument to lazy_string.
6877 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
6878 (pp_ls.to_string): Use it.
6879 * gdb.python/py-prettyprint.c (main): Move declarations to top.
6880 Add "estring2" local.
6881
5fc3827b
JK
68822010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 Fix s390x compatibility.
6885 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
6886 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
6887
8aeb23f3
JK
68882010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6889
6890 * gdb.threads/sigstep-threads.exp: New file.
6891 * gdb.threads/sigstep-threads.c: New file.
6892
c1e56572
JK
68932010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6894
6895 * gdb.base/pie-execl.exp: New file.
6896 * gdb.base/pie-execl.c: New file.
6897
92163a10
JK
68982010-10-13 Doug Evans <dje@google.com>
6899 Jan Kratochvil <jan.kratochvil@redhat.com>
6900
6901 PR exp/12117
6902 * gdb.cp/ptype-cv-cp.cc: New file.
6903 * gdb.cp/ptype-cv-cp.exp: New file.
6904
7062b0a0
SW
69052010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
6906
6907 * gdb.cp/converts.cc: New test program.
6908 * gdb.cp/converts.exp: New test.
6909 * gdb.cp/overload.exp: Added test for void* vs int*.
6910 * gdb.cp/overload.exp: Ditto.
6911 * gdb.cp/oranking.exp: Removed related kfail.
6912
0e3509db
DE
69132010-10-13 Doug Evans <dje@google.com>
6914
6915 * lib/gdb-python.exp (gdb_check_python_config): New function.
6916 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
6917 * gdb.python/lib-types.cc: New file.
6918 * gdb.python/lib-types.exp: New file.
6919
8dc78533
JK
69202010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6921
6922 * gdb.python/py-error.exp: New file.
6923 * gdb.python/py-error.py: New file.
6924
93c17e06
JK
69252010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
6928 gdb_test_multiple.
6929
d8b34041
JK
69302010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6931
6932 * gdb.base/break-interp.exp: Use ldlags for linking flags.
6933 * gdb.base/prelink.exp: Likewise.
6934 * gdb.base/solib-nodir.exp: Likewise.
6935 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
6936 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
6937 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
6938
e0cc584e
UW
69392010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6940
6941 * break-interp.exp (test_ld): Use two separate gdb_expect statements
6942 for the "info files" test to avoid timeouts on slow machines.
6943
cfc353b1
JK
69442010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6945
6946 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
6947 (main): Make openlib dummy call.
6948
d3d7896d
JK
69492010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6950
6951 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
6952 * break-interp.exp (reach): Move the core body ...
6953 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
6954 (test_ld): Provide always real argument, even to the linker. Replace
6955 dl_main by _dl_debug_state.
6956
5e533c94
JK
69572010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 Fix results of prelinked PIEs on ppc*.
6960 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
6961 Accept also DISPLACEMENT "PRESENT".
6962 (main): Replace "ZERO" displacements by "PRESENT".
6963
33540610
SW
69642010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
6965
6966 * gdb.cp/oranking.exp: New test.
6967 * gdb.cp/oranking.cc: New test program.
6968
3bdf2bbd
KW
69692010-10-08 Ken Werner <ken.werner@de.ibm.com>
6970
6971 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
6972 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
6973
2f608a3a
KW
69742010-10-06 Ken Werner <ken.werner@de.ibm.com>
6975
6976 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
6977 lush, lynx) New constant.
6978 * gdb.base/constvars.exp: Test const array types.
6979 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
6980
aa2e2d8d
DE
69812010-10-06 Doug Evans <dje@google.com>
6982
6983 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
6984 of syscall staging area.
6985
2844d6b5
KW
69862010-10-06 Ken Werner <ken.werner@de.ibm.com>
6987
6988 * gdb.base/gnu_vector.c: Add variable c4.
6989 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
6990 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
6991
7d8ac8bb
MR
69922010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
6993
6994 * gdb.arch/altivec-abi.exp: Fix a typo.
6995
84a02e58
MR
69962010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
6997
6998 * lib/mi-support.exp (thread_selected_re): Correct pattern used
6999 to match a thread ID.
7000
b18e6318
JK
70012010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7002
7003 Fix s390x testcase compatibility.
7004 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
7005
a2c09bd0
DE
70062010-10-01 Doug Evans <dje@google.com>
7007
7008 * lib/gdb-python.exp: New file.
7009 * gdb.python/py-block.exp: Use it.
7010 * gdb.python/py-breakpoint.exp: Ditto.
7011 * gdb.python/py-frame.exp: Ditto.
7012 * gdb.python/py-inferior.exp: Ditto.
7013 * gdb.python/py-param.exp: Ditto.
7014 * gdb.python/py-prettyprint.exp: Ditto.
7015 * gdb.python/py-shared.exp: Ditto.
7016 * gdb.python/py-symbol.exp: Ditto.
7017 * gdb.python/py-symtab.exp: Ditto.
7018 * gdb.python/py-type.exp: Ditto.
7019 * gdb.python/py-value.exp: Ditto.
7020 * gdb.python/python.exp: Ditto.
7021
38f12cfc
TT
70222010-09-30 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.base/anon.exp: New file.
7025 * gdb.base/anon.c: New file.
7026
9ae8282d
TT
70272010-09-30 Tom Tromey <tromey@redhat.com>
7028
7029 * gdb.base/completion.exp: Test completion through anonymous
7030 union.
7031 * gdb.base/break1.c (struct some_struct): Add anonymous union.
7032
e9e07ba6
JK
70332010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7034
7035 Fix printing parameters of inlined functions.
7036 * gdb.dwarf2/dw2-inline-param.exp: New file.
7037 * gdb.dwarf2/dw2-inline-param-main.c: New file.
7038 * gdb.dwarf2/dw2-inline-param.S: New file.
7039
cd2effb2
JK
70402010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7041
7042 PR corefiles/12071.
7043 * gdb.base/corefile.exp (quit with a process, no question: load core)
7044 (quit with a core file): New tests.
7045
bceffbf3
JK
70462010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7047
7048 Fix GDB crash on inferior calls with self-referencing classes.
7049 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
7050 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
7051 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
7052
1736ad11
JK
70532010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 Fix lost siginfo_t for inferior calls.
7056 * gdb.base/siginfo-infcall.exp: New file.
7057 * gdb.base/siginfo-infcall.c: New file.
7058
a176ad92
JB
70592010-09-22 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
7062
c2b0a229
JK
70632010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
7066 New test.
7067 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
7068
e8ae22d1
JB
70692010-09-22 Joel Brobecker <brobecker@adacore.com>
7070
7071 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
7072 type of our const type.
7073
ec322823
SW
70742010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
7075
7076 * gdb.cp/pr12028.cc: New.
7077 * gdb.cp/pr12028.exp: New.
7078
72929c62
JB
70792010-09-22 Joel Brobecker <brobecker@adacore.com>
7080
7081 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
7082
875b4ff5 70832010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 7084 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
7085
7086 PR mi/11407
7087 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
7088 * gdb.mi/dw2-ref-missing-frame-main.c New File.
7089 * gdb.mi/dw2-ref-missing-frame.S New File.
7090 * gdb.mi/dw2-ref-missing-frame.exp New File.
7091
7155d578
TT
70922010-09-14 Tom Tromey <tromey@redhat.com>
7093
7094 PR symtab/8399:
7095 * gdb.threads/tls.exp: Remove kfail. Update expected output.
7096
515ed532
TT
70972010-09-14 Tom Tromey <tromey@redhat.com>
7098
7099 PR exp/11803:
7100 * gdb.threads/tls.exp: Use C++.
7101 (check_thread_local): Use K::another_thread_local.
7102 * gdb.threads/tls.c (class K): New.
7103 (another_thread_local): Now a member of K.
7104 (spin): Update. No longer K&R C.
7105
450ca57c
SW
71062010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7107
7108 * gdb.cp/koenig.cc: created class for testing member lookup.
7109 * gdb.cp/koenig.exp: Added test for member lookup.
7110
dbd492a3
JK
71112010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7112
7113 Fix false FAILs on sourcetree topdir directory containing "kill".
7114 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
7115 source line matching regexp.
7116
8d4d924b
JK
71172010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7118
7119 * gdb.python/python.exp (set height 0, collect help from uiout)
7120 (verify help to uiout): New tests.
7121
8e64f2a0
JK
71222010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7123
7124 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
7125 is_lp64_target to check 64bit target.
7126
4569eed2
JK
71272010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7128
7129 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
7130 (test_ld) <powerpc64-*>: New.
7131
5e1617b1
DJ
71322010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.cp/templates.exp (test_template_args): Allow "struct".
7135
c767944b
DJ
71362010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7137
7138 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
7139 (FunctionArg::method): New function.
7140 (empty, arg): New variables.
7141 (main): Call arg.method.
7142 * gdb.cp/templates.exp (test_template_args): New function.
7143 (do_tests): Call it.
7144
27d3a3fc
UW
71452010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
7146
7147 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
7148 of "next" to proceed over pthread_exit call.
7149
55b7ce7f
UW
71502010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
7151
7152 * gdb.base/maint.exp: Avoid wildcards against potentially very long
7153 "maint print statistics" output to prevent expect timeouts.
7154
809df446
JK
71552010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
7158 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7159 (test_float_rejected): ... here.
7160 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
7161 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7162 (test_float_rejected): ... here.
7163 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
7164 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7165 (test_float_rejected): ... here.
7166 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
7167 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
7168 (test_float_rejected): ... here.
7169
8464be76
DJ
71702010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7171
7172 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
7173 before disabling hardware watchpoints.
7174 (test_inaccessible_watchpoint): Check that hardware watchpoints
7175 are used. Test for watchpoints on a constant address.
7176
14dba4b4
JK
71772010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.base/ui-redirect.exp: New file.
7180
3f3540e1 71812010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 7182 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
7183
7184 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
7185
0f254bb7
DE
71862010-08-31 Doug Evans <dje@google.com>
7187
7188 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
7189
03f17ccf
TT
71902010-08-30 Tom Tromey <tromey@redhat.com>
7191
7192 PR python/11792:
7193 * gdb.python/py-value.exp (test_subscript_regression): Add
7194 dynamic_type test.
7195
640617ad
DJ
71962010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
7197
7198 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
7199 instead of running to main. Do not test the main function.
7200 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
7201 Add new main.
7202
2ed91d1b
PA
72032010-08-26 Pedro Alves <pedro@codesourcery.com>
7204
7205 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
7206 one test.
7207
673bfd45
DE
72082010-08-24 Doug Evans <dje@google.com>
7209
7210 PR symtab/11942
7211 * gdb.dwarf2/dw4-sig-types.cc: New file.
7212 * gdb.dwarf2/dw4-sig-types.h: New file.
7213 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
7214 * gdb.dwarf2/dw4-sig-types.exp: New file.
7215
f9ffd4bb
TT
72162010-08-23 Tom Tromey <tromey@redhat.com>
7217
7218 PR python/11145:
7219 * gdb.python/py-value.c (Base, Derived): New types.
7220 (base): New global.
7221 * gdb.python/py-value.exp (test_subscript_regression): Add
7222 dynamic_cast test.
7223
d839c8a4
TT
72242010-08-23 Tom Tromey <tromey@redhat.com>
7225
7226 PR python/10676:
7227 * gdb.python/py-type.exp (test_fields): Add tests for type
7228 equality.
7229
702c2711
TT
72302010-08-23 Tom Tromey <tromey@redhat.com>
7231
7232 PR python/11915:
7233 * gdb.python/py-type.exp (test_fields): Add tests for array.
7234
832bafd3
KS
72352010-08-23 Keith Seitz <keiths@redhat.com>
7236
7237 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
7238 have any children. Create a new abbrev for it.
7239 Add missing terminal sequence to .debug_abbrev.
7240
c37bf528
KS
72412010-08-20 Keith Seitz <keiths@redhat.com>
7242
7243 PR symtab/11465:
7244 * gdb.dwarf2/pr11465.exp: New test.
7245 * gdb.dwarf2/pr11465.S: New file.
7246 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
7247 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
7248
4572cbac
TJB
72492010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
7250
7251 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
7252 registers. Update data sets with the new v2_double element in the
7253 VSX register union. Add vector_register3_vr data set for the AltiVec
7254 registers. Use gdb_test_no_output instead of send_gdb.
7255
e7fbb131
PA
72562010-08-19 Pedro Alves <pedro@codesourcery.com>
7257
7258 * gdb.python/py-shared.exp: New file, factored out from
7259 python.exp.
7260 * gdb.python/py-shared.c: New file.
7261 * gdb.python/py-shared-sl.c: New file.
7262 * gdb.python/python-1.c: New file.
7263 * gdb.python/python-sl.c: Delete.
7264 * gdb.python/python.c: Mention python-1.c.
7265 * gdb.python/python.exp: Move shared library tests to
7266 py-shared.exp.
7267 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
7268 (MISCELLANEOUS): New.
7269 (clean mostlyclean): Also remove $MISCELLANEOUS.
7270
d30f5e1f
DE
72712010-08-19 Doug Evans <dje@google.com>
7272
7273 PR exp/11926
7274 * gdb.base/printcmds.exp (test_float_accepted): New function.
7275 Move existing float tests there. Add tests for floats with suffixes.
7276 (test_float_rejected): New function.
7277 * gdb.java/jv-print.exp (test_float_accepted): New function.
7278 (test_float_rejected): New function.
7279 * gdb.objc/print.exp: New file.
7280 * gdb.pascal/print.exp: New file.
7281 * lib/objc.exp: New file.
7282
7b3fd859
PM
72832010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
7284
7285 * gdb.base/default.exp (info set): Avoid full buffer error and force
7286 reading up to final gdb prompt.
7287 (show): Likewise.
7288
c92817ce
TT
72892010-08-18 Tom Tromey <tromey@redhat.com>
7290
7291 PR symtab/11919:
7292 * gdb.base/completion.exp: Add test.
7293
f1208f9e
DE
72942010-08-18 Doug Evans <dje@google.com>
7295
7296 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
7297 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
7298 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
7299 Simplify, early exit if runto_main fails.
7300 * gdb.fortran/exprs.exp: load_lib fortran.exp.
7301 (set_lang_fortran): Moved to lib/fortran.exp.
7302 * gdb.fortran/types.exp: load_lib fortran.exp.
7303 (set_lang_fortran): Moved to lib/fortran.exp.
7304 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
7305 * gdb.java/jprint.exp (set_lang_java): Ditto.
7306 * gdb.java/jv-exp.exp: load_lib java.exp.
7307 If set_lang_java fails, issue a warning instead of failure to be
7308 consistent with other set_lang_foo uses.
7309 (set_lang_java): Moved to lib/java.exp.
7310 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
7311 If set_lang_java fails, issue a warning instead of failure to be
7312 consistent with other set_lang_foo uses.
7313 * gdb.pascal/types.exp: load_lib pascal.exp.
7314 (set_lang_pascal): Moved to lib/pascal.exp.
7315 * lib/fortran.exp: New file.
7316 * lib/java.exp (set_lang_java): New function.
7317 * lib/pascal.exp (set_lang_pascal): New function.
7318
2f06b485
YQ
73192010-08-18 Yao Qi <yao@codesourcery.com
7320
7321 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
7322 func_nofb_start and func_loopfb_start, so that address of functions
7323 is equal to these labels on Thumb.
7324
96e25403
YQ
73252010-08-18 Yao Qi <yao@codesourcery.com>
7326
7327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
7328 to reflect latest c source file.
7329
36e6adc4
JK
73302010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7331
7332 * gdb.cp/infcall-dlopen.exp: New file.
7333 * gdb.cp/infcall-dlopen.cc: New file.
7334 * gdb.cp/infcall-dlopen-lib.cc: New file.
7335
f431efe5
PA
73362010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7337 Pedro Alves <pedro@codesourcery.com>
7338
7339 PR breakpoints/11371
7340
7341 * gdb.base/watch-cond-infcall.exp: New file.
7342 * gdb.base/watch-cond-infcall.c: New file.
7343
06a64a0b
TT
73442010-08-16 Tom Tromey <tromey@redhat.com>
7345
7346 * gdb.base/help.exp: Update.
7347 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
7348 watchpoint.
7349 (test_watch_location): New proc.
7350 (test_watchpoint_in_big_blob): Delete watchpoint.
7351 * gdb.base/watchpoint.c (func5): New function.
7352 (main): Call it.
7353
70ebf4ed
DE
73542010-08-16 Doug Evans <dje@google.com>
7355
7356 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
7357
ca5c20b6
PM
73582010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7359
7360 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
7361 tests.
7362
7346b668
KW
73632010-08-11 Ken Werner <ken.werner@de.ibm.com>
7364
7365 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
7366 * gdb.base/gnu_vector.c: New File.
7367 * gdb.base/gnu_vector.exp: Likewise.
7368
cb2e07a6
PM
73692010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7370
7371 * gdb.python/python.c: New File.
7372 * gdb.python/python-sl.c: New File.
7373 * gdb.python/python.exp: Test solib_address and decode_line
7374 * functions.
7375
5da1313b
JK
73762010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.python/python.exp (show height, set height 10)
7379 (verify pagination beforehand, verify pagination beforehand: q)
7380 (gdb.execute does not page, verify pagination afterwards)
7381 (verify pagination afterwards: q): New.
7382
49c3ccf7
DE
73832010-08-02 Doug Evans <dje@google.com>
7384
7385 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
7386 because of an older gcc, change test2
7387 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
7388 to unsupported.
7389
42c0c4f1
KH
73902010-07-30 Kazu Hirata <kazu@codesourcery.com>
7391
7392 * gdb.base/break-always.exp: Do not expect full paths to file
7393 names.
7394 * gdb.base/commands.exp: Likewise.
7395
d3765805
DE
73962010-07-30 Doug Evans <dje@google.com>
7397
c98ee71b
DE
7398 * gdb.cp/temargs.exp: For new tests that require newer gccs,
7399 xfail them when run with older gccs.
7400
fd961404
DE
7401 * lib/gdb.exp (build_executable): Forward "c++" option to
7402 get_compiler_info.
7403
999adef4
DE
7404 * gdb.python/py-type.exp (test_template): Mark as xfail tests
7405 "python print ttype.template_argument(1)" and
7406 "python print isinstance(ttype.template_argument(1), gdb.Value)"
7407 if using gcc 4.4 or earlier.
7408
d3765805
DE
7409 * gdb.base/valgrind-db-attach.exp: Use unique test name for
7410 attach-to-debugger handling.
7411
1276c759
JK
74122010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
7415 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
7416 (main): Use copyreloc.
7417 * gdb.base/prelink.exp (split debug of executable)
7418 (.dynbss vs. .bss address shift): New tests.
7419
88caa9b9
PA
74202010-07-29 Pedro Alves <pedro@codesourcery.com>
7421
7422 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
7423 in gdb_test_multiple.
7424
c6f2ac43
PA
74252010-07-29 Pedro Alves <pedro@codesourcery.com>
7426
7427 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
7428 environment.
7429
326fd672
TT
74302010-07-28 Tom Tromey <tromey@redhat.com>
7431
7432 PR python/11060:
7433 * gdb.python/py-type.c (Temargs): New template.
7434 (temvar): New variable.
7435 * gdb.python/py-type.exp (test_template): New proc.
7436
3ce3b1ba
PA
74372010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7438
7439 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
7440 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
7441
34eaf542
TT
74422010-07-28 Tom Tromey <tromey@redhat.com>
7443
7444 PR c++/9946:
7445 * gdb.cp/temargs.exp: New file.
7446 * gdb.cp/temargs.cc: New file.
7447
d41b819e
JK
74482010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7449
7450 * gdb.base/help.exp (help disassemble): Update the content.
7451
26ab7092
JK
74522010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 * gdb.threads/ia64-sigill.exp: New file.
7455 * gdb.threads/ia64-sigill.c: New file.
7456
5283e9e1
TT
74572010-07-27 Tom Tromey <tromey@redhat.com>
7458
7459 * gdb.opt/inline-cmds.c (ATTR): New define.
7460 (func1): Use it.
7461 (func2): Likewise.
7462 (func3): Likewise.
7463 (outer_inline1): Likewise.
7464 (outer_inline2): Likewise.
7465 * gdb.opt/inline-bt.c (ATTR): New define.
7466 (func1): Use it.
7467 (func2): Likewise.
7468 * gdb.opt/inline-locals.c (ATTR): New define.
7469 (func1): Use it.
7470 (func2): Likewise.
7471
e992ef73
TT
74722010-07-27 Tom Tromey <tromey@redhat.com>
7473
7474 * gdb.stabs/gdb11479.c (hack): New function.
7475 (test): Use it.
7476 (test2): Use it.
7477 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
7478 (int32_search_buf, int64_search_buf): No longer static.
7479 (x): Remove.
7480 * gdb.base/relocate.c (hack): New function.
7481
5374244e
PM
74822010-07-27 Phil Muldoon <pmuldoon@redhat.com>
7483
7484 * gdb.python/py-value.exp (test_inferior_function_call): New function.
7485 * gdb.python/py-value.c (func1): New function.
7486 (func2): Likewise.
7487
a99aee83
CV
74882010-07-26 Corinna Vinschen <vinschen@redhat.com>
7489
7490 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
7491 as not to clash with .data section.
7492
a04ba985
JG
74932010-07-26 Jerome Guitton <guitton@adacore.com>
7494
7495 * gdb.base/code_elim.exp: New file.
7496 * gdb.base/code_elim1.c: New file.
7497 * gdb.base/code_elim2.c: New file.
7498
23bd0f7c
PA
74992010-07-21 Pedro Alves <pedro@codesourcery.com>
7500
7501 PR symtab/11827
7502
7503 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
7504 (some_volatile_enum): New variable.
7505 * gdb.base/printcmds.exp (test_print_enums): New.
7506 <top level>: Call it.
7507
883df6dd
SW
75082010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
7509
7510 * gdb.cp/fpointer.cc: New test.
7511 * gdb.cp/fpointer.exp: New test.
7512
569b05a5
JK
75132010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 * gdb.base/solib-nodir.exp: New file.
7516 * lib/gdb.exp (runto): New case for a GDB internal error.
7517
51d7d803
JK
75182010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7519 Ulrich Weigand <uweigand@de.ibm.com>
7520 Tom Tromey <tromey@redhat.com>
7521
7522 * gdb.base/charset-malloc.c: New file.
7523 * gdb.base/charset.c (malloc_stub): New prototype.
7524 (main): Call it instead of malloc itself.
7525 * gdb.base/charset.exp: Use only prepare_for_testing.
7526 (binfile): Remove the variable.
7527
c0edd9ed
JK
75282010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 Make core files the process_stratum.
7531 * gdb.base/corefile.exp (run: load core again)
7532 (run: sanity check we see the core file, run: with core)
7533 (run: core file is cleared, attach: load core again)
7534 (attach: sanity check we see the core file, attach: with core)
7535 (attach: core file is cleared): New tests.
7536 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
7537
3cbaedff
KW
75382010-07-14 Ken Werner <ken.werner@de.ibm.com>
7539
7540 * gdb.arch/altivec-abi.exp: New tests.
7541
91158a56
TT
75422010-07-13 Tom Tromey <tromey@redhat.com>
7543
7544 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
7545 (main): Use it.
7546 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
7547
0f5238ed
TT
75482010-07-13 Tom Tromey <tromey@redhat.com>
7549
7550 * gdb.base/label.exp: New file.
7551 * gdb.base/label.c: New file.
7552
add265ae
L
75532010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
7554 H.J. Lu <hongjiu.lu@intel.com>
7555
7556 * lib/gdb.exp (is_ilp32_target): New.
7557 (is_lp64_target): Likewise.
7558
7559 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
7560 target.
7561 * gdb.arch/amd64-disp-step.exp: Likewise.
7562 * gdb.arch/amd64-dword.exp: Likewise.
7563 * gdb.arch/amd64-i386-address.exp: Likewise.
7564 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 7565
add265ae
L
7566 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
7567 target.
7568 * gdb.arch/i386-bp_permanent.exp: Likewise.
7569 * gdb.arch/i386-byte.exp: Likewise.
7570 * gdb.arch/i386-disp-step.exp: Likewise.
7571 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7572 * gdb.arch/i386-prologue.exp: Likewise.
7573 * gdb.arch/i386-size-overlap.exp: Likewise.
7574 * gdb.arch/i386-size.exp: Likewise.
7575 * gdb.arch/i386-sse.exp: Likewise.
7576 * gdb.arch/i386-unwind.exp: Likewise.
7577 * gdb.arch/i386-word.exp: Likewise.
7578
7579 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
7580 test only when building 64-bit executables. Do not hard-code
7581 -m64 option.
7582
2dfb8c17
DE
75832010-07-07 Doug Evans <dje@google.com>
7584
7585 * lib/gdb.exp (gdb_test_list_exact): New function.
7586 * gdb.base/default.exp (show convenience): Call it, add tests for
7587 $_sdata = void, $_thread = 0.
7588
4e5799b6
JK
75892010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7590 Joel Brobecker <brobecker@adacore.com>
7591
7592 Fix re-run of PIE executable, PR shlibs/11776.
7593 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
7594 Remove $displacement_main to match the solib-svr4.c change. New "kill"
7595 and re-"run" of the inferior.
7596
1a219cc7
JK
75972010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7598 Joel Brobecker <brobecker@adacore.com>
7599
7600 Cope with missing /usr/sbin/prelink.
7601 * lib/prelink-support.exp (prelink_no):
7602 <result == 1 && $output is "no such file or directory">: New.
7603 (prelink_yes): Likewise. Return on failed prelink_no.
7604
5e3b36f8
JK
76052010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7606 Joel Brobecker <brobecker@adacore.com>
7607
7608 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
7609 build_executable by build_executable_own_libs. Replace "prelink -R"
7610 execution by a call of prelink_yes. Comment why "prelink -r" needs no
7611 change.
7612 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
7613 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
7614 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
7615 Replace build_executable by build_executable_own_libs's function
7616 build_executable_own_libs.
7617 (prelinkNO): Create new stub to call prelink_no.
7618 (prelinkYES): Create new stub to call prelink_yes.
7619 (test_attach): Rename calls of copy to file_copy.
7620 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
7621 (copy): Move to ...
7622 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
7623 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
7624 * gdb.base/prelink.exp: Disable testcase also for is_remote and
7625 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
7626 special flags by gdb_compile_shlib. Replace second gdb_compile by
7627 build_executable_own_libs. Replace "prelink -R" execution by a call of
7628 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
7629 a second call of prelink_yes. Replace restart commands by
7630 clean_restart.
7631 (prelink): Rename to ...
7632 (seen displacement message): ... this test. Extend its expectation
7633 strictness.
7634
86e4bafc
JK
76352010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7636
7637 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
7638 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
7639 displacement message exactly once.
7640
3cd07d20
JK
76412010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7642 Joel Brobecker <brobecker@adacore.com>
7643
7644 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
7645 its restore after the <$relink_args != ""> loop. new comment.
7646
0a1e94c7
JK
76472010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7648 Joel Brobecker <brobecker@adacore.com>
7649
7650 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
7651 code for it. New variable relink_args.
7652 (prelinkYES): Call prelinkNO.
7653 (test_attach): Accept new parameter relink_args. Re-prelink the binary
7654 in such case. Move the core code to ...
7655 (test_attach_gdb): ... a new function. Send GDB command "file".
7656 Extend expected "Attaching to " string.
7657
2f70bcfb
TT
76582010-07-02 Tom Tromey <tromey@redhat.com>
7659
7660 * gdb.base/bitops.exp: Remove extraneous "pass".
7661
a17ac5b0
TT
76622010-07-02 Ken Werner <ken.werner@de.ibm.com>
7663
7664 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
7665
dc10affe
PA
76662010-07-01 Pedro Alves <pedro@codesourcery.com>
7667
d41c0fc8
PA
7668 * gdb.base/help.exp: Adjust expected output.
7669
76702010-07-01 Pedro Alves <pedro@codesourcery.com>
7671
7672 * gdb.base/help.exp: Adjust expected output.
dc10affe 7673
0a600c36
JK
76742010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
7677 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
7678 c++/11702.
7679
37cc8bfe
JK
76802010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7681 Doug Evans <dje@google.com>
7682
7683 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
7684 add .dynamic entry'.
7685
254e6b9e
DE
76862010-06-29 Doug Evans <dje@google.com>
7687
7688 Test PR c++/11702.
7689 * gdb.cp/m-static.exp: Add testcase.
7690 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
7691
595939de 76922010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
7693 Tom Tromey <tromey@redhat.com>
7694 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
7695
7696 * gdb.python/py-inferior.c: New File.
7697 * gdb.python/py-infthread.c: New File.
7698 * gdb.python/py-inferior.exp: New File.
7699 * gdb.python/py-infthread.exp: New File.
7700
98751a41
JK
77012010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7702
7703 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
7704 (ptype ::C::OtherFileClass typedefs): New.
7705 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
7706 (C::OtherFileClass::cOtherFileClassVar2): New.
7707 (C::OtherFileClass::cOtherFileClassVar_use): Use also
7708 cOtherFileClassVar2.
7709 (C::cOtherFileType2, C::cOtherFileVar2): New.
7710 (C::cOtherFileVar_use): use also cOtherFileVar2.
7711 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
7712
41f62f39
JK
77132010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
7716 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
7717 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
7718 (print ::C::cOtherFileVar)
7719 (whatis C::OtherFileClass::cOtherFileClassType)
7720 (whatis ::C::OtherFileClass::cOtherFileClassType)
7721 (print C::OtherFileClass::cOtherFileClassVar)
7722 (print ::cOtherFileClassVar)
7723 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
7724 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
7725 trailing content.
7726 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
7727 (C::OtherFileClass::cOtherFileClassVar)
7728 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
7729 (C::cOtherFileVar, C::cOtherFileVar_use): New.
7730
af53d231
JK
77312010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7732
7733 Test PR c++/11703 and PR gdb/1448.
7734 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
7735 gdb/1448.
7736
9655fd1a
JK
77372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
7740 (main) <rtti_data>: New.
7741 * gdb.cp/virtbase.exp (print rtti_data): New.
7742
824cc8dd
JK
77432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7744 Joel Brobecker <brobecker@adacore.com>
7745
7746 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
7747
6036c742
JK
77482010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
7751
de6a0421
DE
77522010-06-28 Doug Evans <dje@google.com>
7753
7754 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
7755
b2dae948
DE
77562010-06-27 Doug Evans <dje@google.com>
7757
7758 * gdb.cp/m-static.exp: Update expected test output.
7759
0f3bb72e
PH
77602010-06-25 Paul Hilfinger <hilfinger@adacore.com>
7761
889bf7c5
PA
7762 * gdb.gdb/selftest.exp: Adjust expected message for
7763 capturing start-up runtime.
0f3bb72e 7764
bc9f0842
TT
77652010-06-25 Tom Tromey <tromey@redhat.com>
7766
7767 PR python/10808:
7768 * gdb.python/python.exp: Add new tests.
7769
099ef718
SW
77702010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
7771
7772 * gdb.cp/operator.cc: Created an import loop.
7773 * gdb.cp/operator.exp: Added testcase for import loop.
7774
5868a632
JK
77752010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 Test PR python/11407.
7778 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
7779 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
7780 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
7781 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
7782 executable_nofb and executable_fb. New variables srcsfile, objsfile,
7783 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
7784 binfile. Call gdb_compile with clean_restart twice.
7785 (func_nofb print, func_nofb backtrace, func_loopfb print)
7786 (func_loopfb backtrace): New.
7787
af76db58
JK
77882010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
7791 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
7792 by a hand made one.
7793 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
7794 i?86 requirement. Remove variables srcfile and binfile. New variable
7795 sources, executable_nofb and executable_fb. Call prepare_for_testing.
7796
f2c7657e
UW
77972010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7798
7799 * gdb.cell/dwarfaddr.exp: New file.
7800 * gdb.cell/dwarfaddr.S: New file.
7801
628fe4e4
JK
78022010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7803
7804 Test PR 9436.
7805 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
7806
f1421989
HZ
78072010-06-24 Hui Zhu <teawater@gmail.com>
7808
7809 * gdb.base/eval.exp: New file.
7810
d03285ec
UW
78112010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7812
7813 * gdb.cell/fork.exp: New file.
7814 * gdb.cell/fork.c: Likewise.
7815 * gdb.cell/fork-spu.c: Likewise.
7816
41b2c92d
PM
78172010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
7818
7819 * lib/gdb.exp (banned_variables_traced): New global variable.
7820 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
7821 (gdb_init): Use `trace add variable' instead of obsolete
7822 `trace variable'.
7823
d5bc977f
DE
78242010-06-21 Doug Evans <dje@google.com>
7825
7826 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
7827
d2ed6730
UW
78282010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7829
7830 * gdb.arch/spu-ls.exp: New file.
7831 * gdb.arch/spu-ls.c: Likewise.
7832
6aed2dbc
SS
78332010-06-18 Stan Shebs <stan@codesourcery.com>
7834
7835 * gdb.threads/thread-specific.exp: Add tests of $_thread.
7836
e0756905
UW
78372010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7838
7839 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
7840 * gdb.base/watch-cond.exp: Likewise.
7841 * gdb.python/py-breakpoint.exp: Likewise.
7842
d8053d4d
PA
78432010-06-18 Pedro Alves <pedro@codesourcery.com>
7844
7845 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
7846 clean_restart, make sure every test has a distinct message, and
7847 that messages don't include the executable' full path.
7848
81ce510c
DE
78492010-06-17 Doug Evans <dje@google.com>
7850
7851 * gdb.arch/i386-size.exp: Updated expected output for
7852 DISASSEMBLY_OMIT_FNAME.
7853
65d79d4b
SDJ
78542010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7855 Sergio Durigan Junior <sergiodj@redhat.com>
7856
7857 * gdb.base/watch-notconst.c: New file.
7858 * gdb.base/watch-notconst.S: New file.
7859 * gdb.base/watch-notconst2.c: New file.
7860 * gdb.base/watch-notconst2.S: New file.
7861 * gdb.base/watch-notconst.exp: New file.
7862 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
7863 (func4): Add operations on `global_ptr_ptr'.
7864 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
7865 routine to test watchpoints created with a constant expression.
7866 (test_inaccessible_watchpoint): Include tests for watchpoints
7867 created with a constant expression.
7868
df0f4836
KB
78692010-06-14 Kevin Buettner <kevinb@redhat.com>
7870
7871 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7872 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
7873 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
7874 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
7875 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7876 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7877 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
7878 of `_start'.
7879
b769def5
UW
78802010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7881
7882 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
7883 not supported on the target.
7884 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7885 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7886 * gdb.mi/mi-nsintrall.exp: Likewise.
7887 * gdb.mi/mi-nsmoribund.exp: Likewise.
7888 * gdb.mi/mi-nsthrexec.exp: Likewise.
7889
d914c394
SS
78902010-06-11 Stan Shebs <stan@codesourcery.com>
7891
7892 * gdb.base/permissions.exp: New file.
7893
78942010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
7895
7896 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
7897 does not support ELF executable class.
7898
f3ce5b9c
UW
78992010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7900
7901 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
7902
8e46892c
JK
79032010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7904
7905 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
7906 (runto): Catch "The target does not support running in non-stop mode.".
7907
6cc55c64
MS
79082010-06-11 Michael Snyder <msnyder@vmware.com>
7909
7910 * gdb.base/setshow.exp (set language asm): Don't use
7911 gdb_test_no_output, fails on some targets.
7912
caddefa4
UW
79132010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7914
7915 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
7916 * gdb.cp/pr9167.exp: Likewise.
7917
468b1aa7
UW
79182010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7919
7920 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
7921
5c3552dc
UW
79222010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7923
7924 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
7925
02e6fe6a
UW
79262010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7927
7928 * gdb.base/charset.c (main): Make sure malloc gets linked in.
7929
0e03807e
TT
79302010-06-11 Tom Tromey <tromey@redhat.com>
7931
7932 PR gdb/9977, PR exp/11636::
7933 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
7934 (pieces_test_f6): Update expected output.
7935
2bdf28a0
JK
79362010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7937
7938 * gdb.base/moribund-step.exp: New.
7939
f6978de9
MS
79402010-06-08 Michael Snyder <msnyder@vmware.com>
7941
7942 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 7943 * gdb.ada/boolean_expr.exp:
f6978de9
MS
7944 * gdb.ada/frame_args.exp: Ditto.
7945 * gdb.ada/lang_switch.exp: Ditto.
7946 * gdb.ada/ptype_arith_binop.exp: Ditto.
7947 * gdb.ada/ref_param.exp: Ditto.
7948 * gdb.ada/type_coercion.exp:Ditto.
7949
7950 * gdb.asm/asm-source.exp: Ditto.
7951
7952 * gdb.base/attach.exp: Ditto.
7953 * gdb.base/bitfields2.exp: Ditto.
7954 * gdb.base/call-signal-resume.exp: Ditto.
7955 * gdb.base/callfuncs.exp: Ditto.
7956 * gdb.base/commands.exp: Ditto.
7957 * gdb.base/dbx.exp: Ditto.
7958 * gdb.base/default.exp: Ditto.
7959 * gdb.base/dump.exp: Ditto.
7960 * gdb.base/exprs.exp: Ditto.
7961 * gdb.base/freebpcmd.exp: Ditto.
7962 * gdb.base/interrupt.exp: Ditto.
7963 * gdb.base/list.exp: Ditto.
7964 * gdb.base/long_long.exp: Ditto.
7965 * gdb.base/maint.exp: Ditto.
7966 * gdb.base/ptype.exp: Ditto.
7967 * gdb.base/return.exp: Ditto.
7968 * gdb.base/setshow.exp: Ditto.
7969 * gdb.base/sigbpt.exp: Ditto.
7970 * gdb.base/sigrepeat.exp: Ditto.
7971
7972 * gdb.cp/classes.exp: Ditto.
7973
7974 * gdb.dwarf2/dw2-restore.exp: Ditto.
7975
7976 * gdb.gdb/selftest.exp: Ditto.
7977
7978 * gdb.multi/base.exp: Ditto.
7979 * gdb.multi/bkpt-multi-exec.exp: Ditto.
7980
7981 * gdb.python/py-block.exp: Ditto.
7982 * gdb.python/py-prettyprint.exp: Ditto.
7983 * gdb.python/py-template.exp: Ditto.
7984
7985 * gdb.server/ext-attach.exp: Ditto.
7986 * gdb.server/ext-run.exp: Ditto.
7987 * gdb.server/server-mon.exp: Ditto.
7988
7989 * gdb.threads/fork-thread-pending.exp: Ditto.
7990 * gdb.threads/hand-call-in-threads.exp: Ditto.
7991 * gdb.threads/interrupted-hand-call.exp: Ditto.
7992 * gdb.threads/linux-dp.exp: Ditto.
7993 * gdb.threads/manythreads.exp: Ditto.
7994 * gdb.threads/print-threads.exp: Ditto.
7995 * gdb.threads/pthreads.exp: Ditto.
7996 * gdb.threads/schedlock.exp: Ditto.
7997 * gdb.threads/thread-unwindonsignal.exp: Ditto.
7998 * gdb.threads/threadapply.exp: Ditto.
7999
de7ff789
MS
80002010-06-08 Michael Snyder <msnyder@vmware.com>
8001
889bf7c5 8002 * gdb.ada/exec_changed.exp:
de7ff789
MS
8003 Use ".*" instead of "" as wildcard regexp.
8004
8005 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
8006 * gdb.base/call-ar-st.exp: Ditto.
8007 * gdb.base/checkpoint.exp: Ditto.
8008 * gdb.base/default.exp: Ditto.
8009 * gdb.base/dump.exp: Ditto.
8010 * gdb.base/ending-run.exp: Ditto.
8011 * gdb.base/fileio.exp: Ditto.
8012 * gdb.base/miscexprs.exp: Ditto.
8013 * gdb.base/pointers.exp: Ditto.
8014 * gdb.base/readline.exp: Ditto.
8015 * gdb.base/reread.exp: Ditto.
8016 * gdb.base/restore.exp: Ditto.
8017 * gdb.base/shlib-call.exp: Ditto.
8018 * gdb.base/valgrind-db-attach.exp: Ditto.
8019 * gdb.base/volatile.exp: Ditto.
8020 * gdb.base/watchpoints.exp: Ditto.
8021
8022 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
8023
8024 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
8025 * gdb.python/py-value.exp: Ditto.
8026
8027 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
8028 * gdb.trace/circ.exp: Ditto.
8029 * gdb.trace/collection.exp: Ditto.
8030 * gdb.trace/packetlen.exp: Ditto.
8031 * gdb.trace/passc-dyn.exp: Ditto.
8032 * gdb.trace/report.exp: Ditto.
8033 * gdb.trace/tfile.exp: Ditto.
8034 * gdb.trace/tfind.exp: Ditto.
8035 * gdb.trace/while-dyn.exp: Ditto.
8036
3bebe2f2
JK
80372010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
8040
5c631832
JK
80412010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8042
8043 Test PR 10640.
8044 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
8045
4c3376c8
SW
80462010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
8047
8048 * gdb.cp/koenig.exp: Test for ADL operators.
8049 * gdb.cp/koenig.cc: Added ADL operators.
8050 * gdb.cp/operator.exp: New test.
8051 * gdb.cp/operator.cc: New test.
8052
dc226d5a
MS
80532010-06-04 Michael Snyder <msnyder@vmware.com>
8054
dfb88a23
MS
8055 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
8056 * gdb.base/pending.exp: Ditto.
f7ae76b3 8057
dc226d5a
MS
8058 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
8059
967cf477
DE
80602010-06-04 Doug Evans <dje@google.com>
8061
8062 * gdb.python/py-prettyprint.exp: Add new test for enabled and
8063 disabled printers.
8064 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
8065 (enable_lookup_function): New function.
8066
eb801841
TT
80672010-06-04 Tom Tromey <tromey@redhat.com>
8068
8069 * gdb.python/py-value.exp (test_value_hash): Don't test equality
8070 of hash and id.
8071
38979823
JK
80722010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
8075 newline.
8076 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
8077 (empty verbose non-noisy clear, empty verbose noisy clear)
8078 (empty non-verbose noisy clear): Likewise.
8079
35ec993f
MS
80802010-06-03 Michael Snyder <msnyder@vmware.com>
8081
8082 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
8083 * gdb.base/display.exp: Ditto.
8084 * gdb.base/find.exp: Ditto.
8085 * gdb.base/ifelse.exp: Ditto.
8086 * gdb.base/multi-forks.exp: Ditto.
8087 * gdb.base/recurse.exp: Ditto.
8088 * gdb.base/setshow.exp: Ditto.
8089 * gdb.base/value-double-free.exp: Ditto.
8090 * gdb.base/watch-vfork.exp: Ditto.
8091 * gdb.base/watch_thread_num.exp: Ditto.
8092 * gdb.base/watchpoint-solib.exp: Ditto.
8093 * gdb.base/watchpoint.exp: Ditto.
8094 * gdb.base/watchpoints.exp: Ditto.
8095
8096 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
8097 * gdb.cp/overload.exp: Ditto.
8098 * gdb.cp/virtfunc.exp: Ditto.
8099
8100 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
8101
889bf7c5 8102 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
8103 Replace gdb_test with gdb_test_no_output.
8104
889bf7c5 8105 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
8106 Replace gdb_test with gdb_test_no_output.
8107 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
8108 * gdb.threads/watchthreads.exp: Ditto.
8109 * gdb.threads/watchthreads2.exp: Ditto.
8110
8111 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
8112 * gdb.trace/tfind.exp: Ditto.
8113
c22decce
JB
81142010-06-03 Joel Brobecker <brobecker@adacore.com>
8115
8116 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
8117 successful test if message is the empty string.
8118
fd5700c7
JK
81192010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 * gdb.fortran/module.exp (stopped language detection): New test.
8122
f55ee35c
JK
81232010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 Support DW_TAG_module as separate namespaces.
8126 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
8127 gdb.fortran/library-module-lib.f90: New.
8128 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
8129 (print i): Remove.
8130 (continue to breakpoint: i-is-1, print var_i value 1)
8131 (continue to breakpoint: i-is-2, print var_i value 2)
8132 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
8133 (print var_d, print var_i value 14, ptype modmany, complete `modm)
8134 (complete `modmany, complete `modmany`, complete `modmany`var)
8135 (show language, setting breakpoint at module): New tests.
8136 * gdb.fortran/module.f90 (module mod): Remove.
8137 (module mod1, module mod2, module modmany, subroutine sub1)
8138 (subroutine sub2, program module): New.
8139
b8e8282f
JK
81402010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
8143 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
8144 * gdb.cp/anon-union.exp (pass): Rename to ...
8145 (print z 2): ... here.
b8e8282f 8146
019ebafc
MS
81472010-06-02 Michael Snyder <msnyder@vmware.com>
8148
e68d8fd4
MS
8149 * gdb.trace/actions.exp: Use gdb_test_no_output.
8150 * gdb.trace/circ.exp: Ditto.
8151 * gdb.trace/packetlen.exp: Ditto.
8152 * gdb.trace/save-trace.exp: Ditto.
8153 * gdb.trace/tracecmd.exp: Ditto.
8154 * gdb.trace/tsv.exp: Ditto.
8155
12b5d08a
MS
8156 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
8157 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
8158 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
8159 * gdb.threads/manythreads.exp: Ditto.
8160 * gdb.threads/print-threads.exp: Ditto.
8161 * gdb.threads/pthreads.exp: Ditto.
8162 * gdb.threads/schedlock.exp: Ditto.
8163 * gdb.threads/staticthreads.exp: Ditto.
8164 * gdb.threads/thread-specific.exp: Ditto.
8165 * gdb.threads/thread-unwindonsignal.exp: Ditto.
8166 * gdb.threads/threadapply.exp: Ditto.
8167 * gdb.threads/watchthreads.exp: Ditto.
8168 * gdb.threads/watchthreads2.exp: Ditto.
8169
89493308
MS
8170 * gdb.python/py-block.exp: Use gdb_test_no_output.
8171 * gdb.python/py-prettyprint.exp: Ditto.
8172 * gdb.python/py-template.exp: Ditto.
8173 * gdb.python/py-value.exp: Ditto.
8174
8175 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
8176 * gdb.reverse/watch-reverse.exp: Ditto.
8177
8178 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
8179 * gdb.server/ext-run.exp: Ditto.
8180
019ebafc
MS
8181 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
8182 * gdb.dwarf2/dw2-compressed.exp: Ditto.
8183 * gdb.dwarf2/dw2-intercu.exp: Ditto.
8184 * gdb.dwarf2/dw2-intermix.exp: Ditto.
8185 * gdb.dwarf2/dw2-producer.exp: Ditto.
8186 * gdb.dwarf2/mac-fileno.exp: Ditto.
8187
8188 * gdb.gdb/observer.exp: Use gdb_test_no_output.
8189 * gdb.gdb/selftest.exp: Ditto.
8190
8191 * gdb.multi/base.exp: Use gdb_test_no_output.
8192
8193 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
8194
3e0ca3a5
JK
81952010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8196
8197 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
8198
9db70545
MS
81992010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8200
a8d52276
MS
8201 * gdb.cp/class2.exp: Use gdb_test_no_output.
8202 * gdb.cp/classes.exp: Ditto.
8203 * gdb.cp/extern-c.exp: Ditto.
8204 * gdb.cp/inherit.exp: Ditto.
8205 * gdb.cp/maint.exp: Ditto.
8206 * gdb.cp/mb-inline.exp: Ditto.
8207 * gdb.cp/mb-templates.exp: Ditto.
8208 * gdb.cp/method2.exp: Ditto.
8209 * gdb.cp/misc.exp: Ditto.
8210 * gdb.cp/ovldbreak.exp: Ditto.
8211 * gdb.cp/punctuator.exp: Ditto.
8212 * gdb.cp/templates.exp: Ditto.
8213 * gdb.cp/virtbase.exp: Ditto.
8214
889bf7c5 8215 * gdb.threads/attach-stopped.exp:
9db70545 8216 Replace uses of send_gdb / gdb_expect.
889bf7c5 8217 * gdb.threads/attachstop-mt.exp:
9db70545 8218 Replace uses of send_gdb / gdb_expect.
889bf7c5 8219 * gdb.threads/gcore-thread.exp:
9db70545 8220 Replace uses of send_gdb / gdb_expect.
889bf7c5 8221 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
8222 Replace uses of send_gdb / gdb_expect.
8223 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 8224 * gdb.threads/print-threads.exp:
9db70545
MS
8225 Replace uses of send_gdb / gdb_expect.
8226 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
8227 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
8228 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
8229
8230 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
8231 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
8232 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
8233 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
8234 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
8235 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
8236 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
8237 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
8238 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
8239 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
8240 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
8241
359cc68c
JK
82422010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8243
8244 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
8245
7d3fe98e
SW
82462010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
8247
8248 * gdb.cp/koenig.exp: Added new test case.
8249 * gdb.cp/koenig.cc: Ditto.
8250
27d3a1a2
MS
82512010-06-01 Michael Snyder <msnyder@vmware.com>
8252
8253 * gdb.base/arithmet.exp: Use gdb_test_no_output.
8254 * gdb.base/arrayidx.exp: Ditto.
8255 * gdb.base/attach.exp: Ditto.
8256 * gdb.base/auxv.exp: Ditto.
8257 * gdb.base/bigcre.exp: Ditto.
8258 * gdb.base/break-always.exp: Ditto.
8259 * gdb.base/break-interp.exp: Ditto.
8260 * gdb.base/break.exp: Ditto.
8261 * gdb.base/breakpoint-shadow.exp: Ditto.
8262 * gdb.base/call-ar-st.exp: Ditto.
8263 * gdb.base/call-sc.exp: Ditto.
8264 * gdb.base/call-signal-resume.exp: Ditto.
8265 * gdb.base/callfuncs.exp: Ditto.
8266 * gdb.base/catch-syscall.exp: Ditto.
8267 * gdb.base/charset.exp: Ditto.
8268 * gdb.base/code-expr.exp: Ditto.
8269 * gdb.base/commands.exp: Ditto.
8270 * gdb.base/cond-expr.exp: Ditto.
8271 * gdb.base/condbreak.exp: Ditto.
8272 * gdb.base/cursal.exp: Ditto.
8273 * gdb.base/cvexpr.exp: Ditto.
8274 * gdb.base/default.exp: Ditto.
8275 * gdb.base/del.exp: Ditto.
8276 * gdb.base/detach.exp: Ditto.
8277 * gdb.base/display.exp: Ditto.
8278 * gdb.base/ena-dis-br.exp: Ditto.
8279 * gdb.base/eval-skip.exp: Ditto.
8280 * gdb.base/foll-fork.exp: Ditto.
8281 * gdb.base/foll-vfork.exp: Ditto.
8282 * gdb.base/frame-args.exp: Ditto.
8283 * gdb.base/funcargs.exp: Ditto.
8284 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8285 * gdb.base/gdbvars.exp: Ditto.
8286 * gdb.base/help.exp: Ditto.
8287 * gdb.base/ifelse.exp: Ditto.
8288 * gdb.base/included.exp: Ditto.
8289 * gdb.base/list.exp: Ditto.
8290 * gdb.base/macscp.exp: Ditto.
8291 * gdb.base/maint.exp: Ditto.
8292 * gdb.base/multi-fork.exp: Ditto.
8293 * gdb.base/overlays.exp: Ditto.
8294 * gdb.base/page.exp: Ditto.
8295 * gdb.base/pending.exp: Ditto.
8296 * gdb.base/pointers.exp: Ditto.
8297 * gdb.base/pr11022.exp: Ditto.
8298 * gdb.base/prelink.exp: Ditto.
8299 * gdb.base/printcmds.exp: Ditto.
8300 * gdb.base/psymtab.exp: Ditto.
8301 * gdb.base/randomize.exp: Ditto.
8302 * gdb.base/relational.exp: Ditto.
8303 * gdb.base/relocate.exp: Ditto.
8304 * gdb.base/remote.exp: Ditto.
8305 * gdb.base/sepdebug.exp: Ditto.
8306 * gdb.base/set-lang-auto.exp: Ditto.
8307 * gdb.base/setshow.exp: Ditto.
8308 * gdb.base/setvar.exp: Ditto.
8309 * gdb.base/signals.exp: Ditto.
8310 * gdb.base/signull.exp: Ditto.
8311 * gdb.base/sigstep.exp: Ditto.
8312 * gdb.base/sizeof.exp: Ditto.
8313 * gdb.base/solib-disc.exp: Ditto.
8314 * gdb.base/store.exp: Ditto.
8315 * gdb.base/structs.exp: Ditto.
8316 * gdb.base/structs2.exp: Ditto.
8317 * gdb.base/subst.exp: Ditto.
8318 * gdb.base/term.exp: Ditto.
8319 * gdb.base/trace-commands.exp: Ditto.
8320 * gdb.base/unwindonsignal.exp: Ditto.
8321 * gdb.base/valgrind-db-attach.exp: Ditto.
8322 * gdb.base/varargs.exp: Ditto.
8323 * gdb.base/watch-cond.exp: Ditto.
8324 * gdb.base/watch_thread_num.exp: Ditto.
8325 * gdb.base/watchpoint-cond-gone.exp: Ditto.
8326 * gdb.base/watchpoint.exp: Ditto.
8327 * gdb.base/whatis-exp.exp: Ditto.
8328
f8d3bf8f
MS
83292010-06-01 Michael Snyder <msnyder@vmware.com>
8330
8331 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
8332 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
8333 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
8334 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
8335 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
8336 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
8337 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
8338 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
8339 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
8340 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
8341 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
8342 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
8343 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
8344 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
8345 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
8346
3f9e0d32
JK
83472010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8348
8349 * gdb.base/commands.exp (begin commands on watch): Remove excessive
8350 trailing newline.
8351 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
8352 * gdb.java/jmisc.exp (p *args\n): Rename to ...
8353 (p *args): ... here and remove excessive trailing newline.
8354
f629457d
JB
83552010-05-31 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
8358
09eef106
JK
83592010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8360
8361 Accept the new Linux kernel "t (tracing stop)" string.
8362 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
8363 Update comment.
8364 (state_wait) <T (tracing stop)>: New.
8365 (main): Update the state_wait expect string.
8366
94f31136
PA
83672010-05-28 Pedro Alves <pedro@codesourcery.com>
8368
8369 * limits.c, limits.exp: Delete files.
8370 * Makefile.in (clean mostlyclean): Adjust.
8371 * tracecmd.exp: Adjust.
8372
096554ab
JK
83732010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.base/tui-layout.exp: New.
8376
27d3a1a2 83772010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 8378
889bf7c5 8379 * gdb.reverse/break-precsave.exp:
bcd2dc50 8380 Replace uses of send_gdb / gdb_expect.
889bf7c5 8381 * gdb.reverse/break-reverse.exp:
bcd2dc50 8382 Replace uses of send_gdb / gdb_expect.
889bf7c5 8383 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 8384 Replace uses of send_gdb / gdb_expect.
889bf7c5 8385 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 8386 Replace uses of send_gdb / gdb_expect.
889bf7c5 8387 * gdb.reverse/finish-precsave.exp:
bcd2dc50 8388 Replace uses of send_gdb / gdb_expect.
889bf7c5 8389 * gdb.reverse/finish-reverse.exp:
bcd2dc50 8390 Replace uses of send_gdb / gdb_expect.
889bf7c5 8391 * gdb.reverse/i386-precsave.exp:
bcd2dc50 8392 Replace uses of send_gdb / gdb_expect.
889bf7c5 8393 * gdb.reverse/i386-reverse.exp:
bcd2dc50 8394 Replace uses of send_gdb / gdb_expect.
889bf7c5 8395 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 8396 Replace uses of send_gdb / gdb_expect.
889bf7c5 8397 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 8398 Replace uses of send_gdb / gdb_expect.
889bf7c5 8399 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 8400 Replace uses of send_gdb / gdb_expect.
889bf7c5 8401 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 8402 Replace uses of send_gdb / gdb_expect.
889bf7c5 8403 * gdb.reverse/machinestate.exp:
bcd2dc50 8404 Replace uses of send_gdb / gdb_expect.
889bf7c5 8405 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 8406 Replace uses of send_gdb / gdb_expect.
889bf7c5 8407 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 8408 Replace uses of send_gdb / gdb_expect.
889bf7c5 8409 * gdb.reverse/solib-precsave.exp:
bcd2dc50 8410 Replace uses of send_gdb / gdb_expect.
889bf7c5 8411 * gdb.reverse/solib-reverse.exp:
bcd2dc50 8412 Replace uses of send_gdb / gdb_expect.
889bf7c5 8413 * gdb.reverse/step-precsave.exp:
bcd2dc50 8414 Replace uses of send_gdb / gdb_expect.
889bf7c5 8415 * gdb.reverse/step-reverse.exp:
bcd2dc50 8416 Replace uses of send_gdb / gdb_expect.
889bf7c5 8417 * gdb.reverse/until-precsave.exp:
bcd2dc50 8418 Replace uses of send_gdb / gdb_expect.
889bf7c5 8419 * gdb.reverse/until-reverse.exp:
bcd2dc50 8420 Replace uses of send_gdb / gdb_expect.
889bf7c5 8421 * gdb.reverse/watch-precsave.exp:
bcd2dc50 8422 Replace uses of send_gdb / gdb_expect.
889bf7c5 8423 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
8424 Replace uses of send_gdb / gdb_expect.
8425
3def43e0
JK
84262010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8427
8428 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
8429 excessive newline.
8430
27d3a1a2 84312010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
8432
8433 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
8434 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
8435 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
8436 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
8437 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
8438 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
8439 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
8440 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
8441 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
8442 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
8443 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
8444 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
8445 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
8446 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
8447 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
8448 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
8449 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
8450 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
8451 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 8452
27d3a1a2 84532010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 8454
22454424
MS
8455 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
8456 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
8457
8458 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
8459 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
8460 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
8461
889bf7c5 8462 * gdb.reverse/consecutive-reverse.exp:
22454424 8463 Replace uses of send_gdb / gdb_expect.
889bf7c5 8464 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
8465 Replace uses of send_gdb / gdb_expect.
8466
8467 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
8468 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
8469 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 8470 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
8471 Replace uses of send_gdb / gdb_expect.
8472 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
8473 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
8474 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
8475 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
8476 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
8477 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
8478 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
8479 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
8480 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
8481
84822010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 8483
22454424 8484 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8485
22454424 8486 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8487
22454424
MS
8488 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
8489 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
8490 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
8491 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
8492 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
8493 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
8494 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
8495 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
8496 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8497
6e5f2c59
TT
84982010-05-25 Tom Tromey <tromey@redhat.com>
8499
8500 * gdb.base/macscp.exp: Add missing space after setup_kfail.
8501
bbc8b958
TT
85022010-05-25 Tom Tromey <tromey@redhat.com>
8503
8504 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
8505 argument order.
8506 * gdb.base/macscp.exp: Fix setup_kfail argument order.
8507 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
8508 order.
8509 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
8510 order.
8511 * gdb.base/call-sc.exp (setup_kfails): Remove.
8512 (setup_compiler_kfails): Remove.
8513 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
8514 argument order.
8515 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
8516 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
8517 (advancei): Fix setup_kfail argument order.
8518 * gdb.base/radix.exp: Fix setup_kfail argument order.
8519 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
8520 order.
8521 * gdb.base/structs.exp (setup_kfails): Remove.
8522 (setup_compiler_kfails): Fix setup_kfail argument order.
8523 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
8524 order.
8525 * gdb.java/jmain.exp: Fix setup_kfail argument order.
8526 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
8527 setup_kfail argument order.
8528 * gdb.cp/overload.exp: Fix setup_kfail argument order.
8529
83d1babf
TT
85302010-05-25 Tom Tromey <tromey@redhat.com>
8531
8532 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
8533
6acb16a2
MS
85342010-05-25 Michael Snyder <msnyder@vmware.com>
8535
8536 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
8537 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
8538 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
8539 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
8540 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
8541 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
8542 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
8543 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
8544 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
8545 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
8546 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
8547 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
8548 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
8549 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
8550 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
8551 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
8552 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
8553 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
8554 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
8555 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
8556 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
8557 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
8558 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
8559 * gdb.base/default.exp: Replace send_gdb with gdb_test.
8560 * gdb.base/define.exp: Replace send_gdb with gdb_test.
8561 * gdb.base/display.exp: Replace send_gdb with gdb_test.
8562 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
8563 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
8564 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
8565 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
8566 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
8567 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
8568 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
8569 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
8570 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
8571 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
8572 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
8573 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
8574 * gdb.base/help.exp: Replace send_gdb with gdb_test.
8575 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
8576 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
8577 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8578 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
8579 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
8580 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
8581 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
8582 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 8583 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8584
85852010-05-25 Doug Evans <dje@google.com>
8586
8587 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
8588 gdb.string_to_argv.
ad3986f0 8589
d3b1e874
TT
85902010-05-21 Tom Tromey <tromey@redhat.com>
8591
8592 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
8593 Call it.
8594 * gdb.dwarf2/pieces.S: Update.
8595 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
8596
cb826367
TT
85972010-05-21 Tom Tromey <tromey@redhat.com>
8598
8599 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
8600 Call it.
8601 * gdb.dwarf2/pieces.c (struct C): New.
8602 (f6): New function.
8603 * gdb.dwarf2/pieces.S: Replace.
8604
74de6778
TT
86052010-05-21 Tom Tromey <tromey@redhat.com>
8606
8607 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
8608 Call it.
8609
afd74c5f
TT
86102010-05-21 Tom Tromey <tromey@redhat.com>
8611
8612 * gdb.dwarf2.pieces.exp: New file.
8613 * gdb.dwarf2.pieces.S: New file.
8614 * gdb.dwarf2.pieces.c: New file.
8615
a7b75dfd 86162010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 8617 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
8618
8619 * lib/gdb.exp (gdb_test_no_output): New function.
8620 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
8621 when testing commands that should produce no output.
8622
c81c812a
JB
86232010-05-17 Joel Brobecker <brobecker@adacore.com>
8624
8625 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
8626 parameter that we want to watch being a constant.
8627
0cce5bd9
JB
86282010-05-17 Joel Brobecker <brobecker@adacore.com>
8629
8630 * gdb.ada/cond_lang: New testcase.
8631
47050449
JB
86322010-05-17 Joel Brobecker <brobecker@adacore.com>
8633
8634 * lib/gdb.exp (banned_variables): New variable/constant.
8635 (gdb_init): Add write trace on variables listed in banned_variables.
8636 (gdb_finish): Remove write traces on variables listed in
8637 banned_variables.
8638
77c01586
JB
86392010-05-17 Joel Brobecker <brobecker@adacore.com>
8640
8641 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
8642 * gdb.cp/koenig.exp: Likewise.
8643
88d4aea7
PM
86442010-05-14 Phil Muldoon <pmuldoon@redhat.com>
8645
889bf7c5 8646 PR python/11482
88d4aea7
PM
8647
8648 * gdb.python/py-value.exp (test_value_hash): New function.
8649
f5a010c0
PM
86502010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
8651
8652 PR exp/11530.
8653 * gdb.base/gdb11530.c: New file.
8654 * gdb.base/gdb11530.exp: New file.
8655
8ef4892f
JK
86562010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8657
8658 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
8659 * gdb.dwarf2/dw2-modula2-self-type.S: New.
8660
7322dca9
SW
86612010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
8662
8663 * gdb.cp/koenig.exp: New test.
8664 * gdb.cp/koenig.cc: New test program.
8665
02e7ea18
JB
86662010-05-05 Joel Brobecker <brobecker@adacore.com>
8667
8668 Remove the use of prms_id and bug_id throughout the testsuite.
8669
e1c34c5d
PM
86702010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
8671
8672 PR exp/11349.
8673 * testsuite/gdb.cp/ref-types.exp: Add test to examine
8674 use a reference local variable.
8675
8e1d0c49
JK
86762010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8677
8678 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
8679 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
8680 variable different_dir. Move debugfile into a full directory pathname
8681 under DIFFERENT_DIR.
8682 * lib/gdb.exp (separate_debug_filename): Remove.
8683 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
8684 variable debug_dir and mkdir of it. Update function comments.
8685
e66408ed
PA
86862010-04-29 Pedro Alves <pedro@codesourcery.com>
8687
8688 PR gdb/11557
8689
8690 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
8691 files.
8692
d7b32ed3
PM
86932010-04-29 Phil Muldoon <pmuldoon@redhat.com>
8694
889bf7c5 8695 * gdb.python/py-param.exp: New File.
d7b32ed3 8696
6aecb9c2
JB
86972010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
8698
8699 * gdb.base/default.exp: Fix "set language" test.
8700
bdf92a1c
PM
87012010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
8702
8703 PR breakpoints/11531.
8704 * gdb.base/gdb11531.c: New file.
8705 * gdb.base/gdb11531.exp: New file.
8706
3f172e24
TT
87072010-04-26 Tom Tromey <tromey@redhat.com>
8708
8709 * gdb.base/completion.exp: Add tests for completion and deprecated
8710 commands.
8711
64af4c92
JK
87122010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
8715 (print /x char_array): Escape curly brackets.
8716
492928e4
JK
87172010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8718
8719 Fix deadlock on looped list of loaded shared objects.
8720 * gdb.base/solib-corrupted.exp: New.
8721
66d09542
DE
87222010-04-23 Doug Evans <dje@google.com>
8723
8724 * gdb.python/py-section-script.c: New file.
8725 * gdb.python/py-section-script.exp: New file.
8726 * gdb.python/py-section-script.py: New file.
8727
8bd10a10
CM
87282010-04-20 Chris Moller <cmoller@redhat.com>
8729
8730 PR 10179
8731
8732 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
8733 * gdb.base/pr10179-a.c:
8734 * gdb.base/pr10179-b.c:
8735 * gdb.base/pr10179.exp: New files.
8736
c0201579
JK
87372010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 Fix crashes on dangling display expressions.
8740 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
8741 is SEP.
8742 (lib_flags): Remove the "debug" keyword.
8743 (libsepdebug): New variable for iterating new loop.
8744 (save_pf_prefix): New variable wrapping the loop.
8745 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
8746 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
8747
793b0ff8
PM
87482010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8749
8750 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
8751
097f51f7
PM
87522010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8753
8754 PR stabs/11479.
8755 * gdb.stabs/gdb11479.exp: New file.
8756 * gdb.stabs/gdb11479.c: New file.
8757
9a22f0d0
PM
87582010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8759
8760 * gdb.base/charset.c (Strin16, String32): New variables.
8761 * gdb.base/charset.exp (gdb_test): Test correct display
8762 of 16 or 32 bit strings.
8763
87642010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
8765
8766 PR 9167
8767 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
8768 * gdb.cp/pr9167.cc: New file.
8769 * gdb.cp/pr9167.exp: New file.
8770
8771
6e354e5e
PM
87722010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
8773
8774 PR pascal/11492.
8775 * gdb.pascal/gdb11492.pas: New file.
8776 * gdb.pascal/gdb11492.exp: New file.
8777
be942545
JB
87782010-04-20 Joel Brobecker <brobecker@adacore.com>
8779
1667e6e3 8780 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 8781
0c3acc09
JB
87822010-04-20 Joel Brobecker <brobecker@adacore.com>
8783
8784 * gdb.ada/dyn_loc: New testcase.
8785
ec31cde5
CM
87862010-04-20 Chris Moller <cmoller@redhat.com>
8787
8788 PR 10867
889bf7c5 8789
ec31cde5
CM
8790 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
8791 * gdb.cp/pr10687.cc: New file.
8792 * gdb.cp/pr10687.exp: New file.
8793
8794
ce4b0682
SDJ
87952010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8796 Sergio Durigan Junior <sergiodj@redhat.com>
8797
8798 * gdb.fortran/logical.exp: New testcase.
8799 * gdb.fortran/logical.f90: New file.
8800
3436961f
DE
88012010-04-19 Doug Evans <dje@google.com>
8802
8803 * gdb.base/help.exp (help source): Update expected output.
8804
4d836c09
JK
88052010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8806
8807 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
8808 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
8809 gdb_exit and return.
8810 (executable): New variable.
8811 (binfile): Use it.
8812
6149aea9
PA
88132010-04-19 Pedro Alves <pedro@codesourcery.com>
8814
8815 PR breakpoints/8554.
8816
8817 * gdb.trace/save-trace.exp: Adjust.
8818
ed41462c
L
88192010-04-17 H.J. Lu <hongjiu.lu@intel.com>
8820
8821 PR corefiles/11511
8822 * gdb.arch/system-gcore.exp: New.
8823 * gdb.arch/gcore.c: Likewise.
8824
3f7b2faa
DE
88252010-04-15 Doug Evans <dje@google.com>
8826
fa33c3cd
DE
8827 * gdb.python/py-progspace.c: New file.
8828 * gdb.python/py-progspace.exp: New file.
8829
3f7b2faa
DE
8830 * gdb.base/source.exp: Add tests for "source -s".
8831
79f283fe
PM
88322010-04-14 Phil Muldoon <pmuldoon@redhat.com>
8833
8834 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
8835 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
8836 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
8837 * gdb.python/py-mi.exp: New test for to_string returning None.
8838
fc8eb08a
PM
88392010-04-12 Phil Muldoon <pmuldoon@redhat.com>
8840
8841 * gdb.python/py-breakpoint.c: Make result global.
8842
26e197f6
JK
88432010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 Fix non-GNU make compatibility.
8846 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
8847
adc36818
PM
88482010-04-09 Phil Muldoon <pmuldoon@redhat.com>
8849
8850 * gdb.python/py-breakpoint.exp: New File.
8851 * gdb.python/py-breakpoint.C: Ditto.
8852
64e17368
SS
88532010-04-08 Stan Shebs <stan@codesourcery.com>
8854
8855 * gdb.trace/actions.exp: Clear default-collect.
8856 * gdb.trace/save-trace.exp: Clear default-collect.
8857
fff5cc64
PM
88582010-04-08 Phil Muldoon <pmuldoon@redhat.com>
8859
8860 * gdb.python/py-value: Add null string variable.
8861 (test_lazy_string): Test zero length, NULL address lazy
8862 strings.
8863
a055a187
L
88642010-04-07 H.J. Lu <hongjiu.lu@intel.com>
8865
8866 * gdb.arch/i386-avx.c: New.
8867 * gdb.arch/i386-avx.exp: Likewise.
8868
8869 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
8870
96e39866
DE
88712010-04-06 Doug Evans <dje@google.com>
8872
8873 * gdb.base/source-test.gdb: New file.
8874 * gdb.base/source.exp: Test source -v.
8875
5984a431
UW
88762010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8877
8878 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
8879
ec8a089a
PM
88802010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
8881
8882 * gdb.stabs/aout.sed: Convert all backslash to double backslash
8883 within one line, unless it is followed by a double quote.
8884 * gdb.stabs/hppa.sed: Idem.
8885 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
8886 * gdb.stabs/weird.exp: Check for correct parsing of
8887 char and string constants.
ec8a089a
PM
8888 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
8889 in .stabs to .stabx substitution.
8890
fce3c1f0
SS
88912010-04-05 Stan Shebs <stan@codesourcery.com>
8892
8893 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
8894 constant global.
8895 * gdb.trace/tfile.exp: Try to print them.
8896
d77f58be
SS
88972010-04-04 Stan Shebs <stan@codesourcery.com>
8898
8899 * gdb.base/completion.exp: Update for new "info watchpoints".
8900 * gdb.base/default.exp: Ditto.
8901 * gdb.base/help.exp: Ditto.
8902 * gdb.base/watchpoint.exp: Ditto.
8903 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 8904
af54718e
SS
89052010-04-04 Stan Shebs <stan@codesourcery.com>
8906
8907 * gdb.trace/tfile.exp: Sharpen tfind test.
8908
74d1f91e
JK
89092010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 * gdb.base/break-entry.exp: New.
8912
eb8e76db 89132010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 8914 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
8915
8916 * gdb.reverse/i386-sse-reverse.exp: New file.
8917 * gdb.reverse/i386-sse-reverse.c: New file.
8918
bf65cad8
PA
89192010-04-02 Pedro Alves <pedro@codesourcery.com>
8920
8921 * gdb.trace/tfind.exp: Adjust expected disassembly output.
8922
fff87407
SS
89232010-04-01 Stan Shebs <stan@codesourcery.com>
8924
8925 * gdb.trace/actions.exp: Tweak expected output.
8926 * gdb.trace/while-stepping.exp: Tweak expected output.
8927
fe01d668
L
89282010-04-01 H.J. Lu <hongjiu.lu@intel.com>
8929
8930 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
8931
86b17b60
PA
89322010-04-01 Pedro Alves <pedro@codesourcery.com>
8933
8934 * gdb.base/commands.exp: Adjust.
8935 * gdb.cp/extern-c.exp: Adjust.
8936
2c58c0a9
PA
89372010-04-01 Pedro Alves <pedro@codesourcery.com>
8938
8939 * gdb.trace/collection.c (local_test_func): Define a local struct,
8940 and instanciate it.
8941
0db9b91c
PA
89422010-04-01 Pedro Alves <pedro@codesourcery.com>
8943
8944 * gdb.trace/collection.exp (gdb_collect_args_test)
8945 (gdb_collect_argarray_test): XFAIL the tests that assume the
8946 argarray argument's elements are collected.
8947
8072405b
JK
89482010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * gdb.dwarf2/dw2-bad-parameter-type.exp,
8951 gdb.dwarf2/dw2-bad-parameter-type.S: New.
8952
8bf6485c
SS
89532010-03-31 Stan Shebs <stan@codesourcery.com>
8954
8955 * gdb.trace/save-trace.exp: Test save/restore of default-collect
8956 and tracepoint conditionals.
8957 (gdb_verify_tracepoints): Delete unused return.
8958
fd7f724a
KS
89592010-03-26 Keith Seitz <keiths@redhat.com>
8960
8961 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
8962 appear in the output before main.
8963 Remove KFAIL for gdb/2215 aka bz 9320.
8964
8d9e7719
DE
89652010-03-30 Doug Evans <dje@google.com>
8966
0906dd0b
DE
8967 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
8968 by dejagnu.
8969 * gdb.arch/amd64-dword.exp: Ditto.
8970
8d9e7719
DE
8971 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
8972 match.
8973 (break printf): Ditto.
8974
1da644f0
SW
89752010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
8976
8977 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
8978 gcc < 4.4.
8979 * gdb.cp/shadow.exp: Ditto.
8980
a8121990
PA
89812010-03-29 Pedro Alves <pedro@codesourcery.com>
8982
8983 * gdb.trace/collection.exp (run_trace_experiment): Make sure
8984 "tstart" is silent.
8985
6e79d367
PA
89862010-03-29 Pedro Alves <pedro@codesourcery.com>
8987
8988 * gdb.trace/collection.exp (executable): New.
8989 (binfile): Use it.
8990 (fpreg, spreg, pcreg): New.
8991 (test_register): Use gdb_test_multiple. Pass /x to print.
8992 (prepare_for_trace_test): New.
8993 (run_trace_experiment): Use "continue", not gdb_run_cmd.
8994 (gdb_collect_args_test, gdb_collect_argstruct_test)
8995 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
8996 prepare_for_trace_test.
8997 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
8998 fpreg, spreg and pcreg.
8999 (gdb_collect_expression_test, gdb_collect_globals_test): Use
9000 prepare_for_trace_test.
9001 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
9002 try to detect tracing support here. Don't set breakpoints at
9003 `begin' or `end' here.
9004 <global scope>: Use clean_restart. Run to main before checking
9005 for tracing support. Check for for tracing support here.
9006
09248348
JK
90072010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9008
9009 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
9010 " as $displacement" to "seen displacement message".
9011
d350db38
PA
90122010-03-28 Pedro Alves <pedro@codesourcery.com>
9013
9014 * gdb.trace/while-dyn.exp (executable): New variable.
9015 (binfile): Use it.
9016 (test_while_stepping): New function. Move most tests here. Call
9017 it once for each of the while-stepping, stepping and ws aliases.
9018
907af001
UW
90192010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9020
9021 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
9022 that do not provide the tagless_struct type name at all.
9023 (test_print_anon_union): Do not check value of uninitialized
9024 union member. Do not use cp_test_ptype_class, so we can accept
9025 "long" as well as "long int".
9026
610197fd
PA
90272010-03-26 Pedro Alves <pedro@codesourcery.com>
9028
9029 * gdb.trace/tfile.c (tohex, bin2hex): New.
9030 (write_error_trace_file): Hexify error description.
9031
6c28cbf2
SS
90322010-03-25 Stan Shebs <stan@codesourcery.com>
9033
9034 * gdb.trace/tfile.c: Generate an additional trace file, improve
9035 portability.
9036 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
9037 files in a better way.
9038
e62b8c7e
KS
90392010-03-25 Keith Seitz <keiths@redhat.com>
9040
9041 * gdb.java/jprint.exp: XFAIL printing of static class members
9042 because of GCC debuginfo problem.
9043
82ccf5a5
JK
90442010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9045
9046 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
9047
293e2f9e
DJ
90482010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9049
9050 * gdb.base/completion.exp: Allow long instead of long int.
9051 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
9052 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
9053 variable p.
9054 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
9055 * gdb.base/pointers.exp: Allow long instead of long int.
9056 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
9057 * gdb.base/step-line.exp: Allow a directory before the source file name.
9058
95a42b64
TT
90592010-03-24 Tom Tromey <tromey@redhat.com>
9060
9061 PR breakpoints/9352:
9062 * gdb.base/default.exp: Update.
9063 * gdb.base/commands.exp: Update.
9064 * gdb.cp/extern-c.exp: Test setting commands on multiple
9065 breakpoints at once.
9066
2390201f
DJ
90672010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9068
9069 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
9070 if gdb,nosignals.
9071 * gdb.base/watchpoints.c: Do not include unnecessary headers.
9072 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
9073 exited".
9074
8c9a6790
SS
90752010-03-24 Stan Shebs <stan@codesourcery.com>
9076
9077 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
9078
a6c727b2
DJ
90792010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
9082 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
9083 argument. Handle "short" and "long".
9084 (Top level): Pass overprototyped output for old_fptr and xptr.
9085
4dfd5423
PA
90862010-03-23 Pedro Alves <pedro@codesourcery.com>
9087
9088 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
9089 format strings and add casts to avoid compiler warnings.
9090
90912010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
9092
9093 * lib/trace-support.exp (gdb_trace_setactions):
9094 Don't expect whitespace after ">" prompt.
9095 * gdb.trace/actions.exp: Adjust for output changes.
9096 * gdb.trace/while-stepping.exp: Likewise.
9097
c847d045
JK
90982010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
9101 and r157645).
9102
5f717f1d
JK
91032010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9104
9105 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
9106 New.
9107
7d6d51d5
DJ
91082010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
9109
9110 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
9111 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
9112
3b11a015
SS
91132010-03-19 Stan Shebs <stan@codesourcery.com>
9114
9115 * gdb.trace/ax.exp: New file.
9116
d7d158ed
DE
91172010-03-19 Doug Evans <dje@google.com>
9118
6bb85cd1
DE
9119 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
9120 output from gcc.
9121
d7d158ed
DE
9122 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
9123 named /usr/sbin/prelink<foo>.
9124
4daf5ac0
SS
91252010-03-18 Stan Shebs <stan@codesourcery.com>
9126
9127 * gdb.trace/circ.exp: Test circular-trace-buffer.
9128 * gdb.trace/tfile.exp: Update tstatus test.
9129
e8d05480
JB
91302010-03-18 Joel Brobecker <brobecker@adacore.com>
9131
9132 * gdb.dwarf2/dw2-anonymous-func.S: New file.
9133 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
9134
441b986a
UW
91352010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9136
9137 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
9138
4247603b
PA
91392010-03-18 Pedro Alves <pedro@codesourcery.com>
9140
9141 * gdb.base/default.exp: Adjust the expected output of the finish
9142 and until commands when the inferior is not being run.
9143
13387711
SW
91442010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
9145
9146 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
9147 * gdb.cp/nsusing.exp: Ditto.
9148
6e31430b
TT
91492010-03-15 Tom Tromey <tromey@redhat.com>
9150
9151 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
9152 * gdb.cp/userdef.cc (operator==): New function.
9153 (main): New locals mem1, mem2.
9154
e2d69cb5
JZ
91552010-03-15 Jie Zhang <jie@codesourcery.com>
9156
9157 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
9158 Declare and use new loadtimeout variable.
9159
f572f0a9
DJ
91602010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
9161
9162 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
9163 Use gdb_load later.
9164
51f4c0b0
PA
91652010-03-14 Pedro Alves <pedro@codesourcery.com>
9166
9167 * gdb.base/solib-disc.c (main): Make format of fprintf a string
9168 literal. Add missing endlines to prints to stderr.
9169
1c809c68
TT
91702010-03-12 Tom Tromey <tromey@redhat.com>
9171
9172 PR c++/9708:
9173 * gdb.cp/m-static.exp: Add regression test.
9174 * gdb.cp/m-static.cc (method): New method.
9175 (main): Call it.
9176
00ae8fef
SW
91772010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
9178
9179 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
9180 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
9181
759f0f0b
PA
91822010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
9183
21e24d21
PA
9184 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
9185
91862010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
9187
759f0f0b
PA
9188 * lib/gdb.exp (skip_stl_tests): New.
9189 (gdb_compile): Symbian needs -ldl.
9190 (shlib_target_file): New.
9191 (shlib_symbol_file): New.
9192 (gdb_load_shlibs): Use shlib_target_file.
9193 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
9194 * gdb.cp/exception.exp: Use skip_stl_tests.
9195 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
9196 * gdb.cp/try_catch.exp: Use skip_stl_tests.
9197 * gdb.cp/mb-templates.exp: Ditto.
9198 * gdb.base/commands.exp: Relax regexes.
9199 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
9200 shlib_target_file and shlib_symbol_file.
9201 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
9202 sections.
9203 * gdb.base/ending-run.exp: Accept E32Main for symbian.
9204 * gdb.base/solib-disc.exp: Use
9205 shlib_target_file and shlib_symbol_file.
9206 * gdb.base/unload.exp: Don't skip on symbian. Use
9207 shlib_target_file and shlib_symbol_file.
9208 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
9209
6a8f2671 92102010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 9211
6a8f2671
PA
9212 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
9213 * gdb.trace/report.exp: Adjust for x86 and x86_64.
9214 Issue a tfind end before looking for a tracepoint frame.
9215 * gdb.trace/tfind.exp: Adjust tstatus output.
9216 Adjust disassembly output.
9217 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
9218
ccf26247
JK
92192010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * gdb.base/break-interp.exp: Create new displacement parameter value
9222 for the test_ld calls.
9223 (reach): New parameter displacement, verify its content. New push of
9224 pf_prefix "reach-$func:". Import global expect_out.
9225 (test_core): New parameter displacement, verify its content. New push
9226 of pf_prefix "core:". New command "set verbose on". Import global
9227 expect_out.
9228 (test_attach): New parameter displacement, verify its content. New
9229 push of pf_prefix "attach:". New command "set verbose on". Import
9230 global expect_out.
9231 (test_ld): New parameter displacement, pass it to the reach, test_core
9232 and test_attach calls and verify its content in the "ld.so exit" test.
9233 * gdb.base/prelink.exp: Remove gdb_exit and final return.
9234 (prelink): Update expected text, use gdb_test.
9235
e469c7fb
DE
92362010-03-10 Doug Evans <dje@google.com>
9237
9238 * gdb.base/checkpoint.exp: Fix comment.
9239 Lengthen timeout while doing >600 checkpoints test.
9240 Rename duplicate "kill all one" test to keep test names unique.
9241
60e1c644
PA
92422010-03-10 Pedro Alves <pedro@codesourcery.com>
9243
9244 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
9245
cec808ec
KS
92462010-03-08 Keith Seitz <keiths@redhat.com>
9247
889bf7c5
PA
9248 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
9249 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
9250 (dm_type_long): New function.
9251 (dm_type_unsigned_short): New function.
9252 (dm_type_unsigned_long): New function.
9253 (myint): New typedef.
9254 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
9255 long, unsigned shor and long, operator char*, and typedef.
9256 (test_lookup_operator_functions): Add operator char* test.
9257 (test_paddr_operator_functions): Likewise.
9258 (test_paddr_overloaded_functions): Use probe values for
9259 short, long, and unsigned short and long.
9260 (test_paddr_hairy_functions): If the demangler probe detected
9261 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
9262 demangler.
9263 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
9264 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
9265 and "print null_pmf".
9266 Add test "ptype a.*pmf".
9267 * gdb.cp/overload.exp: Allow optional "int" to appear with
9268 "short" and "long".
9269 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
9270 long expect value for men_overload1arg.
9271 Allow "int" to appear with "short" and "long".
9272 When testing "info break", add argument for main (void).
9273 Also allow "int" to appear with "short" and "long".
9274 Ditto with "unsigned" and "long long".
cec808ec
KS
9275 * gdb.java/jmain.exp: Do not enclose methods names in single
9276 quotes.
9277 * gdb.java/jmisc.exp: Likewise.
9278 * gdb.java/jprint.exp: Likewise.
9279 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
9280
9281 From Jan Kratochvil <jan.kratochvil@redhat.com>:
9282 * gdb.cp/exception.exp (backtrace after first throw)
9283 (backtrace after second throw): Allow a namespace before __cxa_throw.
9284 (backtrace after first catch, backtrace after second catch): Allow
9285 a namespace before __cxa_begin_catch.
9286
9287 * gdb.cp/cpexprs.exp: New file.
9288 * gdb.cp/cpexprs.cc: New file.
9289
9290 From Daniel Jacobowitz <dan@codesourcery.com>
9291 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
9292 to use string_to_regexp.
9293 (ctor, dtor): New functions. Use them to match constructor
9294 and destructor function types.
9295 (Top level): Use runto_main.
9296
f870a310
TT
92972010-03-05 Tom Tromey <tromey@redhat.com>
9298
9299 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
9300 gdb.target_charset.
9301 (pp_ns.to_string): Likewise.
9302
0c199f28
KS
93032010-03-04 Keith Seitz <keiths@redhat.com>
9304
9305 * gdb.cp/overload.exp: Test that the filename portion of a linespec
9306 can be quoted. Test that both the filename and function/line
9307 portions can be quoted at the same time.
9308
c7437ca6
PA
93092010-03-04 Pedro Alves <pedro@codesourcery.com>
9310
9311 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
9312
b111b805
DE
93132010-03-03 Doug Evans <dje@google.com>
9314
24486cb7
DE
9315 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
9316 libc contains libpthread.
9317
b111b805
DE
9318 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
9319 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
9320 of gdb_compile. Add another pattern to match android backtrace.
9321
a0e0ef55
TT
93222010-03-03 Tom Tromey <tromey@redhat.com>
9323
9324 PR gdb/11345:
9325 * gdb.base/printcmds.exp (test_printf): Add test.
9326
1ba53b71
L
93272010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9328
9329 * gdb.arch/amd64-byte.exp: New.
9330 * gdb.arch/amd64-dword.exp: Likewise.
9331 * gdb.arch/amd64-pseudo.c: Likewise.
9332 * gdb.arch/amd64-word.exp: Likewise.
9333 * gdb.arch/i386-byte.exp: Likewise.
9334 * gdb.arch/i386-pseudo.c: Likewise.
9335 * gdb.arch/i386-word.exp: Likewise.
9336
f5dff777
DJ
93372010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9338
9339 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
9340 types. Add structreg, bitfields, and flags registers.
9341 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
9342 registers.
9343
90884b2b
L
93442010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9345
9346 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
9347 (load_description): Set architecture if defined.
9348
dc00d89f
PM
93492010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9350
9351 * gdb.python/py-frame.exp: Add read_var block tests.
9352 * gdb.python/py-frame.c (block): New function.
9353
0e095b7e
JK
93542010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9355 Daniel Jacobowitz <dan@codesourcery.com>
9356
9357 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
9358
624f1a65
DM
93592010-02-25 David S. Miller <davem@davemloft.net>
9360
9361 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
9362 fix logic for setting all_syscalls_numbers.
9363
f3e9a817
PM
93642010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9365
9366 * Makefile.in: Add py-block and py-symbol.
9367 * gdb.python/py-symbol.exp: New File.
9368 * gdb.python/py-symtab.exp: New File.
9369 * gdb.python/py-block.exp: New File.
9370 * gdb.python/py-symbol.c: New File.
9371 * gdb.python/py-block.c: New File.
9372
f6bbabf0
PM
93732010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9374
9375 PR python/11314
9376 * lib/gdb.exp (skip_python_tests): New function.
9377 * gdb.python/py-cmd.exp: Use skip_python_tests.
9378 * gdb.python/py-frame.exp: Likewise.
9379 * gdb.python/py-function.exp: Likewise.
9380 * gdb.python/py-prettyprint.exp: Likewise.
9381 * gdb.python/py-template.exp: Likewise.
9382 * gdb.python/py-type.exp: Likewise.
9383 * gdb.python/py-value.exp: Likewise.
9384
85d721b8
PA
93852010-02-22 Pedro Alves <pedro@codesourcery.com>
9386
9387 PR9605
9388
9389 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
9390
48e32051
TT
93912010-02-19 Tom Tromey <tromey@redhat.com>
9392
9393 PR c++/8693, PR c++/9496:
9394 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
9395 regression tests.
9396
ac9c0048
JK
93972010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 Fix compatibility with m68k as.
9400 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
9401 Use only /* comments */.
9402
57bb97a4
UW
94032010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9404
9405 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
9406 * configure: Regenerate.
9407
7d1bf85c
DJ
94082010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9409
9410 * gdb.python/py-type.exp: Check for Python support.
9411
061b5285
PA
94122010-02-17 Pedro Alves <pedro@codesourcery.com>
9413
9414 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
9415 `regsub' syntax available.
9416
f8a8bc2c
PA
94172010-02-17 Pedro Alves <pedro@codesourcery.com>
9418
9419 * gdb.base/shmain.c (main): Remove printf call.
9420 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
9421 * gdb.base/unload.c (main): Make format of fprintf a string
9422 literal. Add missing endlines to prints to stderr.
9423 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
9424
6f451e5e
TT
94252010-02-17 Tom Tromey <tromey@redhat.com>
9426
9427 * gdb.java/jprint.java (jprint.props): New field.
9428 * gdb.java/jprint.exp (set_lang_java): Add regression test.
9429
12d79008
PA
94302010-02-17 Pedro Alves <pedro@codesourcery.com>
9431
ef801a0e 9432 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
9433 available.
9434
d252f7e5
DJ
94352010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9436
9437 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
9438 creation to support remote host testing.
9439
67bdab6c
DJ
94402010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9441
9442 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
9443 Recognize "command not found".
9444
bb391223
DJ
94452010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9446
9447 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
9448 single-stepping.
9449
70362913
DJ
94502010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9451
9452 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
9453 if arguments are not supported.
9454
493f3c00
DJ
94552010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9456
9457 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
9458 be const or non-const.
9459
8034c749
DJ
94602010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9461
9462 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
9463 mi_send_resuming_command to send -exec-continue.
9464
791dfb64
DJ
94652010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9466
9467 * gdb.base/list.exp (test_list_filename_and_function): Add test
9468 with single quotes.
9469 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
9470 matching.
9471 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
9472 Add KFAIL'd tests for PR gdb/11289.
9473
7c5fe868
DJ
94742010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9475
9476 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
9477
fdc498b8
DJ
94782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9479
9480 * gdb.base/comp-dir/subdir/dummy.txt: New file.
9481 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
9482 a temporary directory.
9483
b519e2a6
DJ
94842010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9485
9486 * gdb.base/charset.exp: Use a single regular expression to match
9487 show host-charset and show target-charset output.
9488
74164c56
JK
94892010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9490
9491 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
9492 "Illegal process-id" expect string more exact.
9493 (attach to digits-starting nonsense is prohibited): New.
9494
701ed6dc
JK
94952010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 * gdb.base/prelink.exp (set verbose on): New.
9498
889bf7c5 94992010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
9500
9501 * mi-reverse.exp: New file. Test for reverse option to the
9502 following MI commands: exec-continue, exec-finish, exec-next,
9503 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 9504
dadf0e9c
JB
95052010-02-09 Joel Brobecker <brobecker@adacore.com>
9506
9507 * gdb.ada/ptype_tagged_param: New testcase.
9508
714f19d5
TT
95092010-02-08 Tom Tromey <tromey@redhat.com>
9510
9511 PR c++/8017:
9512 * gdb.cp/overload.exp: Add tests.
9513 * gdb.cp/overload.cc (struct K): New.
9514 (namespace N): New.
9515 (main): Call new functions.
9516 (K::staticoverload): Define.
9517
889bf7c5 95182010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
9519
9520 PR gdb/10728
9521 * gdb.cp/pr10728-x.h: New file.
9522 * gdb.cp/pr10728-x.cc: New file.
9523 * gdb.cp/pr10728-y.cc: New file.
9524 * gdb.cp/pr10728.exp: New file.
9525 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
9526
889bf7c5 95272010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
9528
9529 PR gdb/9067
9530 * gdb.cp/pr9067.exp: New
9531 * gdb.cp/pr9067.cc: New
9532 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
9533
7b356089
JB
95342010-02-08 Joel Brobecker <brobecker@adacore.com>
9535
9536 * lib/gdb.exp (gdb_test_timeout): New global variable.
9537 Set it to timeout if not already set.
9538 (gdb_init): Reset the value of timeout to gdb_test_timeout.
9539
1be00882
DE
95402010-02-05 Doug Evans <dje@google.com>
9541
9542 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
9543 user.
9544
82856980
SW
95452010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9546
9547 PR c++/7935:
9548 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
9549
1a334831
TT
95502010-02-04 Tom Tromey <tromey@redhat.com>
9551
9552 * gdb.cp/virtbase.exp: Make test case names unique.
9553
9c3c02fd
TT
95542010-02-02 Tom Tromey <tromey@redhat.com>
9555
9556 * gdb.cp/virtbase.exp: Add regression tests.
9557 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
9558 (main): Instantiate RHC.
9559
0cc2414c
TT
95602010-02-02 Tom Tromey <tromey@redhat.com>
9561
9562 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
9563 type-printing change.
9564
edf3d5f3
TT
95652010-02-02 Tom Tromey <tromey@redhat.com>
9566
9567 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9568 * gdb.cp/virtbase.cc: New file.
9569 * gdb.cp/virtbase.exp: New file.
9570 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
9571
e4b7f41c
JK
95722010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 PR libc/11214:
9575 * gdb.threads/current-lwp-dead.c: Include features.h.
9576 (HAS_NOMMU): New.
9577 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
9578
b381ea14
JK
95792010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9580
9581 * gdb.base/symbol-without-target_section.exp,
9582 gdb.base/symbol-without-target_section.c: New.
9583
c593ac0e
DJ
95842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9585
9586 * gdb.base/bigcore.exp: Reset increased timeout.
9587 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
9588
db25f29d
DJ
95892010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9590
9591 * gdb.base/gcore.exp (capture_command_output): Use
9592 gdb_test_multiple.
9593
f9d67f43
DJ
95942010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9595
9596 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
9597 * gdb.arch/thumb2-it.exp (test_it_break): New function.
9598 (Top level): Call it.
9599
177321bd
DJ
96002010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9601
9602 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
9603
97f2ed50
DJ
96042010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9605
9606 * gdb.base/call-strs.exp, gdb.base/default.exp,
9607 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
9608 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
9609 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
9610 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
9611 gdb.base/watchpoint-solib.exp: Save and restore timeout.
9612 * gdb.base/ending-run.exp: Correct restore of timeout.
9613 * gdb.base/page.exp: Remove unnecessary timeout setting.
9614
e4e2711a
JB
96152010-01-29 Joel Brobecker <brobecker@adacore.com>
9616
9617 * gdb.ada/rec_return: New testcase.
9618
ba581dc1
JB
96192010-01-29 Joel Brobecker <brobecker@adacore.com>
9620
9621 * gdb.ada/call_pn: New testcase.
9622
4ea95be9
DJ
96232010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9624
9625 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
9626 (Top level): Use it to resume.
9627 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
9628 the Thumb mode displaced stepping error as unsupported.
9629
df83a9bf
SW
96302010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
9631
889bf7c5
PA
9632 * gdb.cp/nsusing.exp: Added more tests.
9633 * gdb.cp/nsrecurs.exp: Ditto.
9634 * gdb.cp/nsusing.cc: Added test functions.
9635 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 9636
40b27cdc
JK
96372010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9638
9639 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
9640 absolute directory pathnames in gdb.sum file.
9641
de958931
SW
96422010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
9643
9644 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
9645 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
9646
708ead4e
TT
96472010-01-26 Tom Tromey <tromey@redhat.com>
9648
9649 PR exp/7643:
9650 * gdb.base/printcmds.exp (test_print_string_constants): Remove
9651 setup_kfail.
9652
b14e635e
SW
96532010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
9654
9655 * gdb.cp/nsrecurs.exp: New test.
9656 * gdb.cp/nsrecurs.cc: New test program.
9657 * gdb.cp/nsstress.exp: New test.
9658 * gdb.cp/nsstress.cc: New test program.
9659 * gdb.cp/nsdecl.exp: New test.
9660 * gdb.cp/nsdecl.cc: New test program.
9661
8540c487
SW
96622010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9663
9664 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
9665 imported into file scope.
9666 Marked test as xfail.
9667 * gdb.cp/namespace-using.cc (marker5): New function.
9668 * gdb.cp/shadow.exp: New test.
9669 * gdb.cp/shadow.cc: New test program.
9670 * gdb.cp/nsimport.exp: New test.
9671 * gdb.cp/nsimport.cc: New test program.
9672
421d5d99
TT
96732010-01-25 Tom Tromey <tromey@redhat.com>
9674
9675 PR gdb/11049:
9676 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
9677 with "set print null-stop on".
9678
691f8dc1
JK
96792010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
9682 Adjust it for DISASSEMBLY_OMIT_FNAME.
9683
0b92b5bb
TT
96842010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 PR symtab/11199:
9687 * gdb.dwarf2/member-ptr-forwardref.exp,
9688 gdb.dwarf2/member-ptr-forwardref.S: New.
9689
23787403
JK
96902010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9691
9692 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
9693 (thread1_func): Protect thread1_tid with thread1_tid_cond by
9694 thread1_tid_mutex. Remove gdbstop_mutex handling.
9695 (thread2_func): Protect thread2_tid with thread2_tid_cond by
9696 thread2_tid_mutex. Remove gdbstop_mutex handling.
9697 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
9698 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
9699 pthread_cond_wait conditionalizations by while loops.
9700
b966cb8a
TT
97012010-01-20 Tom Tromey <tromey@redhat.com>
9702
9703 PR backtrace/10770:
9704 * gdb.dwarf2/pr10770.exp: New file.
9705 * gdb.dwarf2/pr10770.c: New file.
9706 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
9707
fcae584b
VP
97082010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9709
9710 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
9711 that target was removed, and the test always runs native anyway.
9712
a0f49112
JK
97132010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9714
9715 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
9716 gdb.base/watchpoint-cond-gone-stripped.c: New.
9717
ceeb3d5a
TT
97182010-01-19 Tom Tromey <tromey@redhat.com>
9719
9720 PR c++/8000:
9721 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
9722 existing tests.
9723 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
9724 (main): Use AAA::SomeEnum.
9725
dd322c54
JK
97262010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
9729 (test_ignore_count): Declare line_callme_body global.
9730 (run to breakpoint with ignore count): Use line_callme_body.
9731 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
9732 (set line_main_hello, set line_main_return): Reindent.
9733 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
9734 New.
9735 (continue to callee4): Use line_callee4_body.
9736 (check *stopped from CLI command): Use line_callee4_next.
9737 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
9738 (set line_main_hello, set line_main_return): Reindent.
9739 (set line_callee4_head, set line_callee4_body): New.
9740 (continue to callee4): Use line_callee4_body.
9741
4e8f195d
TT
97422010-01-18 Tom Tromey <tromey@redhat.com>
9743
9744 PR c++/9680:
9745 * gdb.cp/casts.cc: Add new classes and variables.
9746 * gdb.cp/casts.exp: Test new operators.
9747
9e14a9ba
JB
97482010-01-18 Tom Tromey <tromey@redhat.com>
9749 Thiago Jung Bauermann <bauerman@br.ibm.com>
9750
9751 * gdb.python/source2.py: New file.
9752 * gdb.python/source1: New file.
9753 * gdb.python/python.exp: Test "source" command.
9754
00bf0b85
SS
97552010-01-15 Stan Shebs <stan@codesourcery.com>
9756
9757 * gdb.trace/tfile.c: New file.
9758 * gdb.trace/tfile.exp: New file.
889bf7c5 9759
55235ad7
JK
97602010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
9763
9f2982ff
JK
97642010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
9767
bbfba9ed
JK
97682010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9769
9770 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
9771 (libfunc): New parameter action. Implement also selectable "sleep".
9772 * gdb.base/break-interp-main.c: Include assert.h.
9773 (libfunc): New parameter action.
9774 (main): New parameters argc and argv. Assert argc. Pass argv.
9775 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
9776 (test_attach): New proc.
9777 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
9778 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
9779
61f0d762
JK
97802010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9781
9782 * gdb.base/break-interp.exp (test_core): New proc.
9783 (test_ld): Call it.
9784
06a6f270
JK
97852010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
9788 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
9789 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
9790 and gdb_compile_shlib. Use new -Wl compiler options.
9791 (dl bt, main bt): New tests.
9792
51bee8e9
JK
97932010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 Support PIEs with no symfile_objfile.
9796 * gdb.base/break-interp.exp: New argument at the test_ld calls.
9797 (test_ld): New parameter trynosym.
9798 (test_ld <$trynosym>): New block.
9799
b8040f19
JK
98002010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * gdb.base/break-interp.exp: New file.
9803
be759fcf
PM
98042010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9805
9806 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
9807 * gdb.python/py-prettyprint.py (pp_ls): New printer.
9808 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
9809 test.
9810 * gdb.python/py-prettyprint.c: Define lazystring test structure.
9811 * gdb.python/py-mi.exp: Add lazy string test.
9812
dc146f7c
VP
98132010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9814
9815 * lib/mi-support.exp (mi_check_thread_states): Handle
9816 core number in thread listing.
9817
b4ba55a1
JB
98182010-01-12 Joel Brobecker <brobecker@adacore.com>
9819
9820 * gdb.base/maint.exp: Adjust the expected output for the
9821 "maint print type" test. Use gdb_test_multiple instead of
9822 gdb_sent/gdb_expect.
9823
08e24bd4
DE
98242010-01-11 Doug Evans <dje@google.com>
9825
6496a609
DE
9826 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
9827 from gdbserver_download. All callers updated.
9828
08e24bd4
DE
9829 * gdb.server/ext-run.exp: "info os processes" requires xml support.
9830
b5cfddf5
JK
98312010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9832
9833 Implement binary numbers parsing.
9834 * gdb.base/printcmds.exp (test_integer_literals_accepted)
9835 (test_integer_literals_rejected): New binary tests.
9836
3725885a
RW
98372010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9838
9839 * gdb.cell/configure: Regenerate.
9840
37aeb5df
JK
98412010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9842
9843 * gdb.base/corefile.exp: Move the core finding block out and call it as
9844 core_find, new variable $corefile, replace corefile by $corefile and
9845 [file tail $corefile] for usage vs. test names resp.
9846 * lib/gdb.exp (core_find): Move it as a new function here. New
9847 parameter binfile and deletefiles. New variable $destcore. Pre-delete
9848 $destcore. Return "" on error.
9849
d521f563
JK
98502010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 Workaround PR binutils/10802.
9853 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
9854 (twice).
9855
28f24826
DJ
98562010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9857
9858 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
9859
2de75e71
JB
98602010-01-08 Joel Brobecker <brobecker@adacore.com>
9861
9862 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
9863 call, to avoid interruption.
9864
fe00719b 98652010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
9866
9867 * gdb.stabs/weird.def (args93): New.
9868
d0ef5df8
DE
98692010-01-07 Doug Evans <dje@google.com>
9870
9871 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
9872
3a08d52f
TT
98732010-01-07 Tom Tromey <tromey@redhat.com>
9874
9875 * gdb.base/source.exp: Use correct line number.
9876
7a697b8d
SS
98772010-01-05 Stan Shebs <stan@codesourcery.com>
9878
9879 * gdb.trace/tracecmd.exp: Test ftrace.
9880
7803799a
UW
98812010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9882
9883 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
9884
c54eabfa
JK
98852010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
9888 "uint_for_mi_testing".
9889
02e7ef19
JB
98902010-01-01 Joel Brobecker <brobecker@adacore.com>
9891
9892 Test indented comment in file being sourced.
9893 * gdb.base/commands.exp: Test indented comment in file being sourced.
9894
abd775ce
JB
98952010-01-01 Joel Brobecker <brobecker@adacore.com>
9896
9897 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
9898 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
9899 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
9900 notice.
9901
79b55b82
JB
99022010-01-01 Joel Brobecker <brobecker@adacore.com>
9903
9904 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
9905 notice.
9906
8997583e
JK
99072010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9908
9909 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
9910 missing $after_stopped and comma (,) expectation.
9911
6da95a67
SS
99122009-12-31 Stan Shebs <stan@codesourcery.com>
9913
9914 * gdb.trace/actions.exp: Test teval action.
889bf7c5 9915
218d2fc6
TJB
99162009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9917
9918 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
9919 (top level): Call test_watchpoint_in_big_blob.
9920 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
9921 watchpoints.
9922 (func3): Write to buf.
9923
236f1d4d
SS
99242009-12-29 Stan Shebs <stan@codesourcery.com>
9925
9926 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 9927
f61e138d
SS
99282009-12-28 Stan Shebs <stan@codesourcery.com>
9929
9930 * gdb.trace/tsv.exp: New file.
9931 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 9932
0219b378
DJ
99332009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
9934
9935 * gdb.base/find.c (main): Reference search buffers.
9936 * gdb.base/included.c (main): Reference integer.
9937 * gdb.base/ptype.c (charfoo): Declare.
9938 (intfoo): Call charfoo.
9939 * gdb.base/scope0.c (useitp): New function.
9940 (usestatics): Use useitp.
9941 (useit): Add a type for val.
9942 * gdb.base/scope1.c (useit1): Take a pointer argument.
9943 (usestatics1): Update calls to useit1.
9944 * gdb.cp/call-c.cc: Declare foo.
9945 (main): Call foo.
9946 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
9947 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
9948 (main): Call C::ensureRefs and ensureOtherRefs.
9949 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
9950 variables.
9951 (ensureOtherRefs): New function.
9952 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
9953 * gdb.cp/templates.cc (main): Call t5i.value.
9954
3f78692f
JK
99552009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 Fix compatibility with G++-4.5.
9958 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
9959 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
9960 (uncaught return): Remove.
9961
429374b8
JK
99622009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9963 Phil Muldoon <pmuldoon@redhat.com>
9964
9965 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
9966 (bp_location13, bp_location14, bp_location17, bp_location18)
9967 (marker3_proto, marker4_proto): New variables.
9968 (breakpoint info): Update output.
9969 (run until breakpoint at marker3, run until breakpoint at marker4): New
9970 tests.
9971
859825b8
JK
99722009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9973
9974 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
9975 Replace the printf call of Y by provided "y-set-1" label. New block
9976 for the second shared library.
9977 * gdb.base/unload.exp: Compile also the second library, call
9978 gdb_load_shlibs also for it. Use now gdb_breakpoint.
9979 (single pending breakpoint info): Rename to ...
9980 (pending breakpoint info before run): ... this extended test.
9981 (libfile2, libname2, libsrcfile2, libsrc2)
9982 (lib_sl2): New variables.
9983 (exec_opts): Set also SHLIB_NAME2.
9984 (pending breakpoint info on first run at shrfunc1)
9985 (pending breakpoint info on second run at shrfunc1)
9986 (pending breakpoint info on second run at shrfunc2)
9987 (print y from libfile, print y from libfile2): New tests.
9988 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
9989 * gdb.base/unloadshr2.c: New.
9990
e6a386cd
HZ
99912009-12-22 Hui Zhu <teawater@gmail.com>
9992
9993 * gdb.reverse/sigall-reverse.exp: Adjust.
9994
9e19b45e
VP
99952009-12-21 Vladimir Prus <vladimir@codesourcery.com>
9996
9997 PR gdb/10884
9998
9999 * gdb.mi/var-cmd.c (do_bitfield_tests): New
10000 (main): Call do_bitfield_tests.
aacf5b1e 10001 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 10002
d53a7b30
JB
100032009-12-20 Joel Brobecker <brobecker@adacore.com>
10004
10005 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
10006 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
10007 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
10008 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
10009 gdb.modula2/unbounded1.c: Update copyright header.
10010
191ca0a1
CM
100112009-12-10 Chris Moller <moller@mollerware.com>
10012
10013 PR gdb/9399
10014 * gdb.cp/virtfunc2.exp: New tests
10015 * gdb.cp/virtfunc2.cc: New tests
10016 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
10017
0fa6cf1b
MS
100182009-12-10 Oza Pawandeep (paawan1982@yahoo.com
10019
10020 * gdb.reverse/i387-env-reverse.c: New file.
10021 * gdb.reverse/i387-env-reverse.exp: New file.
10022 * gdb.reverse/i387-stack-reverse.c: New file.
10023 * gdb.reverse/i387-stack-reverse.exp: New file.
10024
361ae042
PM
100252009-12-08 Phil Muldoon <pmuldoon@redhat.com>
10026
10027 * gdb.python/py-type.exp (test_range): New test.
10028
bfd31e71
PM
100292009-12-03 Phil Muldoon <pmuldoon@redhat.com>
10030
10031 PR python/10805
10032
10033 * gdb.python/py-type.exp: New file.
10034 * gdb.python/py-type.c: New file.
10035 * Makefile.in: Add py-type.
10036
57a1d736
TT
100372009-12-03 Tom Tromey <tromey@redhat.com>
10038
10039 * gdb.python/py-value.exp (test_parse_and_eval): New
10040 function.
10041
1f3b5d1b
PP
100422009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
10043
10044 PR gdb/11022
10045
10046 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
10047 * gdb.base/pr11022.c: New test.
10048
8b7dbdc9
JK
100492009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 Fix spurious false FAILs.
10052 * gdb.base/structs.c (chartest): New.
10053 (main): Fill-in chartest.
10054 * gdb.base/structs.exp (anychar_re, first): New.
10055 (start_structs_test): Import global anychar_re and first.
10056 New gdb_test call "set print elements 300; ${testfile}"
10057 (start_structs_test <$first>): New block.
10058 (any): Import global anychar_re. New variable ac. Use ${ac}.
10059
6a53b2ec
JK
100602009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10061
10062 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
10063
d7167b4c
JK
100642009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10065
10066 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
10067 Force $srcfile file.
10068 * gdb.base/foll-fork.c (callee): Comment out the printf call.
10069
b1798462
UW
100702009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10071
10072 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
10073 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10074 * gdb.threads/watchthreads-reorder.exp: Likewise.
10075
b6199126
DJ
100762009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
10077
10078 PR gdb/8704
10079
10080 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
10081 "if", and "thread". Correct matching in the previous test.
10082
b22a0510
DJ
100832009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
10084
10085 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
10086
930636d2
MS
100872009-11-23 Michael Snyder <msnyder@vmware.com>
10088
10089 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
10090 * gdb.reverse-watch-precsave.exp: Ditto.
10091
21a0512e
PP
100922009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
10093
10094 * gdb.asm/asm-source.exp: Adjust.
10095 * gdb.base/help.exp: Adjust.
889bf7c5 10096
fc30d5e0
PA
100972009-11-22 Pedro Alves <pedro@codesourcery.com>
10098
10099 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
10100 (do_syscall_tests_without_xml): Set data-directory to
10101 /the/path/to/nowhere.
10102
f6bc2008
PA
101032009-11-21 Pedro Alves <pedro@codesourcery.com>
10104
10105 * gdb.threads/local-watch-wrong-thread.c,
10106 gdb.threads/local-watch-wrong-thread.exp: New files.
10107
8c2fb5de
PA
101082009-11-21 Pedro Alves <pedro@codesourcery.com>
10109
10110 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
10111 assume new `regsub' syntax available.
10112
ebec9a0f
PA
101132009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10114
a79d3c27
JK
10115 * gdb.base/watchpoint-hw-hit-once.exp,
10116 gdb.base/watchpoint-hw-hit-once.c: New.
10117
101182009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10119
10120 * gdb.threads/watchthreads-reorder.exp,
10121 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 10122
276a961b
MK
101232009-11-17 Nathan Sidwell <nathan@codesourcery.com>
10124
10125 * gdb.xml/tdesc-regs.exp: Use for m68k.
10126
4867c1fb
PA
101272009-11-15 Pedro Alves <pedro@codesourcery.com>
10128
10129 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
10130
f6838f81
DJ
101312009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10132
10133 * lib/gdb.exp (current_target_name): New procedure.
10134 (gdb_wrapper_target): New variable.
10135 (gdb_wrapper_init): Set gdb_wrapper_target.
10136 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
10137 wrapper.
10138
4ac4dd3f
DJ
101392009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10140
10141 * gdb.base/remote.exp: Delete the slowest load test.
10142 Do not load with fixed packet sizes.
10143
a7881759
DJ
101442009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10145
10146 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
10147
97a5b505
DJ
101482009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10149
10150 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
10151 srcfile when setting a breakpoint.
10152
d3e1fc54
DJ
101532009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
10154
10155 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
10156 macros.
10157
7cbcbded
DJ
101582009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10159
10160 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
10161 to be in memory.
10162 * gdb.base/display.c (force_mem): New.
10163 (do_loops): Use it. Add breakpoint comments.
10164 (do_vars): Add a breakpoint comment.
10165 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
10166 line numbers.
10167
bdea3a92
NF
101682009-11-13 Nathan Froyd <froydnj@codesourcery.com>
10169
10170 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
10171 instead of a bare "run".
10172
269f82e5
PP
101732009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
10174
10175 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 10176
a69b7d9d
DJ
101772009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10178
10179 * lib/cell.exp (skip_cell_tests): Clean up test files before
10180 returning.
10181
b598bfda
DJ
101822009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10183
10184 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
10185 and the breakpoint menu. Do not call perror if a prompt is seen.
10186 Consume the following GDB prompt.
10187 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
10188 * gdb.cp/namespace.exp: Use gdb_test.
10189 * gdb.cp/templates.exp: Use gdb_test.
10190 (test_template_breakpoints): Use gdb_test_multiple.
10191
87728fa0
DJ
101922009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10193
10194 * gdb.base/break1.c (struct some_struct, values): Move earlier.
10195 (marker4): Reference values.
10196
b67c692f
DJ
101972009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10198
10199 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
10200 is missing.
10201
f0df251a
DJ
102022009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * gdb.base/break.c (need_malloc): New.
10205 * gdb.base/constvars.c (main): Reference crass and crisp.
10206 * gdb.base/gdb1821.c (main): Reference bar.
10207 * gdb.cp/gdb1355.cc (main): Reference s1.
10208 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
10209 (main): Call them.
10210 * gdb.cp/hang2.cc (dummy2): Define.
10211 * gdb.cp/hang3.cc (dummy3): Define.
10212 * gdb.cp/m-data.cc (main): Reference shadow.
10213
bdf7534a
NF
102142009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
10215 Nathan Froyd <froydnj@codesourcery.com>
10216
10217 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
10218 remote host.
10219
f24fce77
NF
102202009-11-12 Nathan Froyd <froydnj@codesourcery.com>
10221
10222 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
10223 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
10224 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10225 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10226 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10227 * gdb.dwarf2/dw2-producer.exp: Likewise.
10228 * gdb.dwarf2/mac-fileno.exp: Likewise.
10229 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
10230 py-prettyprint.py to the remote host.
10231 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
10232
40f0318e
KS
102332009-11-11 Keith Seitz <keiths@redhat.com>
10234
10235 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
10236 use it instead of "Foo".
10237 * gdb.cp/classes.exp (do_tests): Add a test to access
10238 a method through a typedef'd class name.
10239
f3d9f7fb
NF
102402009-11-11 Nathan Froyd <froydnj@codesourcery.com>
10241
10242 * gdb.base/long_long.exp: Permit leading zeros on floating-point
10243 exponents.
10244 * gdb.base/pointers.exp: Likewise.
10245 * gdb.cp/ref-types.exp: Likewise.
10246
a4216f37
KS
102472009-11-11 Keith Seitz <keiths@redhat.com>
10248
10249 * gdb.cp/cplusfuncs.cc (class foo): Add operators
10250 new[] and delete[].
10251 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
10252 "void".
10253 (probe_demangler): Remove all single-quoting of
10254 method and variable names.
10255 (info_func_regexp): Remove the word "void" from any
10256 occurrence of "(void)".
10257 (print_addr_2): Remove all single-quoting of
10258 method names.
10259 (print_addr_2_kfail): Likewise.
10260 (print_addr): Single-quote C function names before
10261 passing to print_addr_2.
10262 (test_paddr_operator_functions): Remove single-quoting
10263 for method names.
10264 Add tests for operator new[] and operator delete[].
10265
9b14d7aa
JK
102662009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10267
10268 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
10269
85feb311
KS
102702009-11-09 Keith Seitz <keiths@redhat.com>
10271
10272 * gdb.cp/overload.exp: Add tests for resolving overloaded
10273 methods in expression parsing/evaluation.
10274
fa335448
DJ
102752009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
10276
10277 * lib/gdb.exp (default_gdb_version): Use --version instead of
10278 --command.
10279
ec3c07fc
NS
102802009-11-10 Nathan Sidwell <nathan@codesourcery.com>
10281
10282 * lib/gdb.exp (gdb_compile_test): New.
10283 (skip_ada_tests, skip_java_tests): New.
10284 (gdb_compile): Use gdb_compile_test for f77.
10285 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
10286 * lib/java.exp (compile_java_from_source): Remove runtests check,
10287 use gdb_compile_test to record result.
10288 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
10289 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
10290 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
10291 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
10292 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
10293 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
10294 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
10295 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
10296 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
10297 adjust gdb_compile invocations.
10298
b8b4e42b
JK
102992009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 * Makefile.in (abs_builddir): New.
10302 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
10303 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
10304 `$(abs_builddir)/site.exp'.
10305
f8b7eaf3
DJ
103062009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10307
10308 * config/m68k-emc.exp, lib/emc-support.exp,
10309 gdb.trace/gdb_c_test.c: Delete.
10310 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
10311 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10312 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10313 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10314 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10315 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
10316 casing for m68k-*-elf.
10317
c4187697
NS
103182009-11-03 Pedro Alves <pedro@codesourcery.com>
10319
10320 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
10321 * gdb.arch/i386-prologue.exp: Likewise.
10322 * gdb.arch/i386-unwind.exp: Likewise.
10323
db16b772
DJ
103242009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10325
10326 * lib/gdb.exp (gdb_expect): Fix timeout typo.
10327
bcf71277
DJ
103282009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10329
10330 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
10331
0105cee2
DJ
103322009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10333
10334 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
10335
24ddea62
JK
103362009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
10339
287ccc17
JK
103402009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10341
10342 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
10343 * gdb.base/sepdebug2.c: New file.
10344
08bca259 103452009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
10346
10347 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
10348 the modified warnings for catch syscall. Verify if GDB was compiled
10349 with support for lib expat, and choose which tests to run depending
10350 on this.
10351
5d4e2b76
VP
103522009-10-30 Vladimir Prus <vladimir@codesourcery.com>
10353
10354 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
10355 that composite commands are parsed OK. And also test
10356 that breakpoint commands do work.
10357
240e538a
MS
103582009-10-23 Michael Snyder <msnyder@vmware.com>
10359
10360 gdb.reverse/consecutive-precsave.exp: Change expect pattern
10361 to allow for new disassembly style.
10362
9c419145
PP
103632009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
10364
10365 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 10366
02506ff1
MS
103672009-10-22 Michael Snyder <msnyder@vmware.com>
10368
10369 * gdb.reverse/break-precsave.exp: New test.
10370 * gdb.reverse/consecutive-precsave.exp: Ditto.
10371 * gdb.reverse/finish-precsave.exp: Ditto.
10372 * gdb.reverse/i386-precsave.exp: Ditto.
10373 * gdb.reverse/machinestate-precsave.exp: Ditto.
10374 * gdb.reverse/sigall-precsave.exp: Ditto.
10375 * gdb.reverse/solilb-precsave.exp: Ditto.
10376 * gdb.reverse/step-precsave.exp: Ditto.
10377 * gdb.reverse/until-precsave.exp: Ditto.
10378 * gdb.reverse/watch-precsave.exp: Ditto.
10379
4cf866a3
MS
103802009-10-22 Michael Snyder <msnyder@vmware.com>
10381
10382 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
10383 for gdb_expect. Adjust one test's expect strings for the new
10384 format of disassemble.
10385 * gdb.reverse/finish-reverse.exp: Delete 'return'.
10386 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
10387 gdb_test_multiple.
10388 * gdb.reverse/step-reverse.exp: Delete 'return'.
10389 * gdb.reverse/until-reverse.exp: Delete blank lines.
10390 * gdb.reverse/watch-reverse.exp: Delete blank lines.
10391
2b28d209
PP
103922009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
10393
10394 * gdb.base/consecutive.exp: Adjust.
10395 * gdb.base/display.exp: Likewise.
10396 * gdb.base/pc-fp.exp: Likewise.
10397 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 10398
33b9c32b
MS
103992009-10-19 Michael Snyder <msnyder@vmware.com>
10400
10401 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
10402 * gdb.reverse/finish-reverse.c: Ditto.
10403 * gdb.reverse/sigall-reverse.c: Ditto.
10404 * gdb.reverse/solib-reverse.c: Ditto.
10405 * gdb.reverse/step-reverse.c: Ditto.
10406 * gdb.reverse/watch-reverse.c: Ditto.
10407
6c95b8df
PA
104082009-10-19 Pedro Alves <pedro@codesourcery.com>
10409 Stan Shebs <stan@codesourcery.com>
10410
10411 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
10412 * gdb.base/foll-exec.exp: Adjust to expect a process id before
10413 "Executing new program".
10414 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
10415 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
10416 left listed after having been killed.
10417 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
10418 * gdb.base/maint.exp: Adjust test.
10419
10420 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
10421 * gdb.multi/Makefile.in: New.
10422 * gdb.multi/base.exp: New.
10423 * gdb.multi/goodbye.c: New.
10424 * gdb.multi/hangout.c: New.
10425 * gdb.multi/hello.c: New.
10426 * gdb.multi/bkpt-multi-exec.c: New.
10427 * gdb.multi/bkpt-multi-exec.exp: New.
10428 * gdb.multi/crashme.c: New.
10429
279017b7
TG
104302009-10-13 Tristan Gingold <gingold@adacore.com>
10431
10432 * gdb.base/sepdebug.exp: Check debug info are found.
10433
0413d738
PA
104342009-10-08 Pedro Alves <pedro@codesourcery.com>
10435
10436 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
10437 bits.
10438
c628eecc
JK
104392009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
10442
38af1bfe
JB
104432009-10-07 Joel Brobecker <brobecker@adacore.com>
10444
10445 * gdb.base/watchpoints.c: Add copyright header. Reformat one
10446 of the comments.
10447
2b0adecd
PM
104482009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
10449
10450 * gdb.base/annota1.exp: Remove obsolete match_max increase.
10451 * gdb.base/annota3.exp: Idem.
10452 * gdb.base/maint.exp: Idem.
10453
8d417781
PM
104542009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
10455
889bf7c5 10456 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
10457 to default.
10458
bb61102d
PM
104592009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10460
889bf7c5 10461 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
10462 mingw and cygwin targets.
10463
ace5c364
PM
104642009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10465 Pedro Alves <pedro@codesourcery.com>
10466
889bf7c5 10467 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
10468 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
10469
c2d494a0
PM
104702009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10471
e1b52ce2
PM
10472 * gdb.base/shr1.c: Use %p in format string.
10473 * gdb.base/unload.c: Avoid warning in fprintf.
10474 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 10475
209f53f5
PM
104762009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10477
10478 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
10479 long type.
10480 (test_unlink): Correct printf string.
10481 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
10482 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
10483
8172766a
JK
104842009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
10487 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
10488 * gdb.arch/ia64-breakpoint-shadow.S: New file.
10489
0f73703c
UW
104902009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10491
10492 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
10493 * gdb.objc/nondebug.exp: Likewise.
10494
b32306ca
UW
104952009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10496
10497 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
10498 target_info setting.
10499
10500 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
10501 that detect new threads during "info threads".
10502
0057022f
UW
105032009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10504
10505 * gdb.threads/manythreads.c (main): Increase thread stack size
10506 to 2*PTHREAD_STACK_MIN.
10507 * gdb.threads/multi-create.c (main): Likewise.
10508 (create_function): Likewise.
10509
f29c0325
UW
105102009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10511
10512 * gdb.base/dump.exp: Pass difference of pointer types instead
10513 of integer types as offset to restore in intarr3.srec case.
10514
fcb34849
UW
105152009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10516
10517 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
10518
d5142e3b
UW
105192009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10520
10521 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
10522
087b74b2 105232009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 10524
087b74b2
PM
10525 New test for two watchpoints, with disabling of
10526 the first inserted.
10527 * testsuite/gdb.base/watchpoints.c: New file.
10528 * testsuite/gdb.base/watchpoints.exp: New file.
10529
96c07c5b
TT
105302009-09-25 Tom Tromey <tromey@redhat.com>
10531
10532 * gdb.base/charset.exp: Test utf-16 strings with Python.
10533
b8899f2b
TT
105342009-09-25 Tom Tromey <tromey@redhat.com>
10535
10536 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
10537 UCS-4.
10538 * gdb.base/charset.c (utf_32_string): Rename.
10539 (init_utf32): Rename.
10540 (main): Update.
10541
329719ec
TT
105422009-09-22 Tom Tromey <tromey@redhat.com>
10543
10544 * gdb.python/py-function.exp: Add regression tests.
10545
11ef0d76
KS
105462009-09-21 Keith Seitz <keiths@redhat.com>
10547
10548 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
10549 with invalid operator.
10550
3fe8f3b3
KS
105512009-09-21 Keith Seitz <keiths@redhat.com>
10552
10553 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
10554 and destructor using typedef name of class.
10555 * gdb.cp/classes.cc (class Base1): Add a destructor.
10556 (base1): New typedef.
10557 (use_methods): Instanitate an object of type base1.
10558 * gdb.cp/templates.exp (test_template_typedef): New procedure.
10559 (do_tests): Call test_template_typedef.
10560 * gdb.cp/templates.cc (Baz::~Baz): New method.
10561 (intBazOne): New typedef.
10562 (main): Instantiate intBazOne.
10563
7a9fe101
PM
105642009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10565
10566 PR python/10633
10567
10568 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
10569 Function.
10570 (run_lang_tests): Add print elements test.
10571
2e4d963f
PM
105722009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10573
10574 * gdb.python/py-value.exp (test_subscript_regression): New
10575 function. Test for invalid subscripts.
10576 * gdb.python/py-value.c (main): Add test array, and pointer to it.
10577 (ptr_ref): New function.
10578
ec7e75e7
PP
105792009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10580
10581 * gdb.base/default.exp: Fix "show convenience".
10582
0cc7d26f
TT
105832009-09-15 Tom Tromey <tromey@redhat.com>
10584
10585 * lib/mi-support.exp (mi_create_varobj): Update.
10586 (mi_create_floating_varobj): Likewise.
10587 (mi_create_dynamic_varobj): New proc.
10588 (mi_varobj_update): Update.
10589 (mi_varobj_update_with_type_change): Likewise.
10590 (mi_varobj_update_kv_helper): New proc.
10591 (mi_varobj_update_dynamic_helper): Rewrite.
10592 (mi_varobj_update_dynamic): New proc.
10593 (mi_list_varobj_children): Update.
10594 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
10595 * gdb.python/python-prettyprint.py (pp_outer): New class.
10596 (pp_nullstr): Likewise.
10597 (lookup_function): Register new printers.
10598 * gdb.python/python-prettyprint.c (struct substruct): New type.
10599 (struct outerstruct): Likewise.
10600 (substruct_test): New function.
10601 (struct nullstr): New type.
10602 (string_1, string_2): New globals.
10603 (main): Add new tests.
10604 * gdb.python/python-mi.exp: Added regression tests.
10605 * gdb.mi/mi2-var-display.exp: Update.
10606 * gdb.mi/mi2-var-cmd.exp: Update.
10607 * gdb.mi/mi2-var-child.exp: Update.
10608 * gdb.mi/mi2-var-block.exp: Update.
10609 * gdb.mi/mi-var-invalidate.exp: Update.
10610 * gdb.mi/mi-var-display.exp: Update.
10611 * gdb.mi/mi-var-cmd.exp: Update.
10612 * gdb.mi/mi-var-child.exp: Update.
10613 * gdb.mi/mi-var-block.exp: Update.
10614 * gdb.mi/mi-break.exp: Update.
10615 * gdb.mi/gdb701.exp: Update.
10616
a96d9b2e
SDJ
106172009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10618
10619 * Makefile.in: Inclusion of catch-syscall object.
10620 * gdb.base/catch-syscall.c: New file.
10621 * gdb.base/catch-syscall.exp: New file.
10622
b43b923a
MS
106232009-09-12 Michael Snyder <msnyder@vmware.com>
10624
10625 * gdb.reverse/step-reverse.exp: Explicitly check for targets
10626 that can support reverse debuggnig.
10627
cec03d70
TT
106282009-09-11 Tom Tromey <tromey@redhat.com>
10629
10630 * gdb.dwarf2/valop.S: New file.
10631 * gdb.dwarf2/valop.exp: New file.
10632
e23bb3fc
MK
106332009-09-11 Mark Kettenis <kettenis@gnu.org>
10634
10635 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
10636
37c3696d
DE
106372009-09-10 Doug Evans <dje@google.com>
10638
10639 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
10640 Add $gdb_prompt to second breakpoint regexp.
10641
5172aecb
JB
106422009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
10643
10644 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
10645 names, add missing ones.
10646 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
10647 * gdb.python/py-frame.c: Rename from python-frame.c.
10648 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
10649 testfile name.
10650 * gdb.python/py-function.exp: Rename from python-function.exp.
10651 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
10652 testfile name.
10653 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
10654 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
10655 Adjust testfile name.
10656 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
10657 * gdb.python/py-template.cc: Rename from python-template.cc.
10658 * gdb.python/py-template.exp: Rename from python-template.exp.
10659 Adjust testfile name.
10660 * gdb.python/py-value.c: Rename from python-value.c.
10661 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
10662 testfile name.
10663
b554e4bd
JK
106642009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
10667 $bpt2address.
10668 (Second breakpoint address is valid on ia64)
10669 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
10670
9a68ae16
JM
106712009-09-03 Joseph Myers <joseph@codesourcery.com>
10672
10673 * gdb.base/ending-run.exp: Restrict regular expression matching
10674 line number to require closing brace following.
10675
146b9145
DE
106762009-09-03 Doug Evans <dje@google.com>
10677
10678 * gdb.base/store.exp (check_set): Fix typo in expected value message.
10679
787d21e1
TT
106802009-09-02 Tom Tromey <tromey@redhat.com>
10681
10682 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
10683
e7802207
TT
106842009-09-02 Tom Tromey <tromey@redhat.com>
10685
10686 * gdb.dwarf2/callframecfa.exp: New file.
10687 * gdb.dwarf2/callframecfa.S: New file.
10688
817aadd2
JK
106892009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10690
10691 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
10692 gdb.base/solib-overlap-main.c: New.
10693
4a76eae5
DJ
106942009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
10695
10696 PR gdb/10565
10697
10698 * gdb.base/bitfields.c (struct container, container): New.
10699 (main): Initialize it and call break5.
10700 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
10701
d4b96c9a
JK
107022009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 Support constant DW_AT_data_member_location by GCC PR debug/40659.
10705 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
10706
4e22772d
JK
107072009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
10710
2efab443
MS
107112009-08-26 Michael Snyder <msnyder@vmware.com>
10712
10713 * gdb.base/i386-reverse.c: New file.
10714 * gdb.base/i386-reverse.exp: New file.
10715 * gdb.base/Makefile.in: Add new files to be removed.
10716
07ab73a0
JM
107172009-08-26 Joseph Myers <joseph@codesourcery.com>
10718
10719 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
10720 environment-pwd for remote host.
10721 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
10722
676accff
KS
107232009-08-24 Keith Seitz <keiths@redhat.com>
10724
10725 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
10726 Add two new C++ completer tests which limit the output to a
889bf7c5 10727 given class.
676accff 10728
f9f7ad22
MS
107292009-08-24 Michael Snyder <msnyder@vmware.com>
10730
10731 * gdb.base/del.exp: Fix typo in comment.
10732 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
10733
81ecdfbb
RW
107342009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10735
10736 * configure: Regenerate.
10737 * gdb.hp/configure: Likewise.
10738 * gdb.hp/gdb.aCC/configure: Likewise.
10739 * gdb.hp/gdb.base-hp/configure: Likewise.
10740 * gdb.hp/gdb.compat/configure: Likewise.
10741 * gdb.hp/gdb.defects/configure: Likewise.
10742 * gdb.hp/gdb.objdbg/configure: Likewise.
10743 * gdb.stabs/configure: Likewise.
10744
cab0c772
UW
107452009-08-19 Doug Evans <dje@google.com>
10746
10747 * gdb.base/gdbvars.c: New file.
10748 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
10749
b8fa0bfa
PA
107502009-08-14 Pedro Alves <pedro@codesourcery.com>
10751
10752 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10753 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
10754
b84aa90a
PA
107552009-08-13 Pedro Alves <pedro@codesourcery.com>
10756
10757 * gdb.base/default.exp: Adjust "set language test": it's now an
10758 enum command. Larger help string moved to "help set language".
10759 * gdb.base/help.exp: Adjust "help set language" expected output,
10760 now lists all known languages.
10761
0d8f9b2c
NF
107622009-08-11 Nathan Froyd <froydnj@codesourcery.com>
10763
10764 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
10765 all frame arguments.
10766 * gdb.arch/altivec-regs.exp: Likewise.
10767
bda180e0
TT
107682009-08-07 Tom Tromey <tromey@redhat.com>
10769
10770 * gdb.base/setshow.exp: Add tests for changes to set language, set
10771 check range, and set check type.
10772
48cb2d85
VP
107732009-08-03 Vladimir Prus <vladimir@codesourcery.com>
10774
10775 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
10776 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 10777 Call it.
48cb2d85 10778
1ea34204
UW
107792009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10780
10781 * configure.ac: Run gdb.cell tests when appropriate.
10782 * configure: Regenerate.
10783 * lib/cell.exp: New file.
10784 * gdb.cell: New directory.
10785 * gdb.cell/configure.ac: New file.
10786 * gdb.cell/configure: New file.
10787 * gdb.cell/Makefile.in: New file.
10788 * gdb.cell/arch.exp: New file.
10789 * gdb.cell/break.c: New file.
10790 * gdb.cell/break.exp: New file.
10791 * gdb.cell/break-spu.c: New file.
10792 * gdb.cell/bt.c: New file.
10793 * gdb.cell/bt2-spu.c: New file.
10794 * gdb.cell/bt-spu.c: New file.
10795 * gdb.cell/bt.exp: New file.
10796 * gdb.cell/coremaker.c: New file.
10797 * gdb.cell/coremaker-spu.c: New file.
10798 * gdb.cell/core.exp: New file.
10799 * gdb.cell/gcore.exp: New file.
10800 * gdb.cell/data.c: New file.
10801 * gdb.cell/data.exp: New file.
10802 * gdb.cell/data-spu.c: New file.
10803 * gdb.cell/ea-cache.exp: New file.
10804 * gdb.cell/ea-cache.c: New file.
10805 * gdb.cell/ea-cache-spu.c: New file.
10806 * gdb.cell/ea-standalone.c: New file.
10807 * gdb.cell/ea-standalone.exp: New file.
10808 * gdb.cell/ea-test.c: New file.
10809 * gdb.cell/ea-test.exp: New file.
10810 * gdb.cell/f-regs.exp: New file.
10811 * gdb.cell/mem-access.c: New file.
10812 * gdb.cell/mem-access.exp: New file.
10813 * gdb.cell/mem-access-spu.c: New file.
10814 * gdb.cell/ptype.exp: New file.
10815 * gdb.cell/registers.exp: New file.
10816 * gdb.cell/size.c: New file.
10817 * gdb.cell/sizeof.exp: New file.
10818 * gdb.cell/size-spu.c: New file.
10819 * gdb.cell/solib.exp: New file.
10820 * gdb.cell/solib-symbol.exp: New file.
10821
85e747d2
UW
108222009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10823
10824 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
10825
58d6951d
DJ
108262009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10827
10828 * gdb.base/float.exp: Handle VFP registers.
10829
6e0a4f15
MS
108302009-07-14 Michael Snyder <msnyder@vmware.com>
10831
dcd5da87
MS
10832 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
10833 to bring gdb to the beginning of the calling line.
10834
6e0a4f15
MS
10835 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
10836 confusing the i386 epilogue unwinder.
10837
782b2b07
SS
108382009-07-14 Stan Shebs <stan@codesourcery.com>
10839
10840 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
10841
f662c3bc
MS
108422009-07-14 Michael Snyder <msnyder@vmware.com>
10843
10844 * gdb.reverse/step-reverse.exp (stepi into function call):
10845 Call instruction may not be first instruction in the line.
10846 (reverse stepi from a function call): Used wrong line number.
10847
8f313923
JK
108482009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10849
10850 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
10851
4662c76e
JK
108522009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10853
10854 Fix gdb.base/macscp.exp when using custom inputrc.
10855 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
10856 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
10857 env(TERM) set.
10858 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
10859 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
10860
aa81e255
JK
108612009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10862
10863 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
10864 * gdb.base/annota1.exp (thread_test): Import global $testfile.
10865 Change the compilation target to match the testcase name.
10866 * gdb.base/sect-cmd.exp: Change the compilation target to match the
10867 testcase name.
10868 * a2-run.exp: Use for setup prepare_for_testing. Change the
10869 compilation target to match the testcase name.
10870 * gdb.base/commands.exp: Likewise.
10871 * gdb.base/finish.exp: Likewise.
10872 * gdb.base/float.exp: Likewise.
10873 * gdb.base/info-target.exp: Likewise.
10874 * gdb.base/relational.exp: Likewise.
10875 * gdb.base/term.exp: Likewise.
10876 * gdb.base/until.exp: Likewise.
10877 * gdb.base/volatile.exp: Likewise.
10878 * gdb.base/whatis-exp.exp: Likewise.
10879
4c93b1d7
HZ
108802009-07-11 Hui Zhu <teawater@gmail.com>
10881
10882 * gdb.base/help.exp (disassemble): Update expected help text.
10883
812f7342
TT
108842009-07-09 Tom Tromey <tromey@redhat.com>
10885
10886 * lib/gdb.exp: Handle TRANSCRIPT.
10887 (remote_spawn, remote_close, send_gdb): New procs.
10888
fbb8f299
PM
108892009-07-10 Phil Muldoon <pmuldoon@redhat.com>
10890
10891 * gdb.python/python-prettyprint.c: Add counted null string
10892 structure.
10893 * gdb.python/python-prettyprint.exp: Print null string. Test for
10894 embedded nulls.
10895 * gdb.python/python-prettyprint.py (pp_ns): New Function.
10896 * gdb.python/python-value.exp (test_value_in_inferior): Add
10897 variable length string fetch tests.
10898 * gdb.python/python-value.c (main): Add strings for string fetch tests.
10899
c0ac0ec7
JK
109002009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10901
10902 * gdb.base/dump.exp (inaccessible memory is reported): New test.
10903
30b66ecc
TT
109042009-07-07 Tom Tromey <tromey@redhat.com>
10905
10906 * gdb.base/call-rt-st.exp: Update for change to escape output.
10907 * gdb.base/callfuncs.exp: Likewise.
10908 * gdb.base/charset.exp: Likewise.
10909 * gdb.base/constvars.exp: Likewise.
10910 * gdb.base/long_long.exp: Likewise.
10911 * gdb.base/pointers.exp: Likewise.
10912 * gdb.base/printcmds.exp: Likewise.
10913 * gdb.base/setvar.exp: Likewise.
10914 * gdb.base/store.exp: Likewise.
10915 * gdb.cp/ref-types.exp: Likewise.
10916 * gdb.mi/mi-var-child.exp: Likewise.
10917 * gdb.mi/mi-var-display.exp: Likewise.
10918 * gdb.mi/mi2-var-display.exp: Likewise.
10919 * gdb.base/charset.exp: Test octal escape sequence length.
10920 Update for change to escape output.
10921
187c4a2b
JK
109222009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
10925
d80a43f9
DJ
109262009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
10927
10928 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
10929
047427a8
JK
109302009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
10933 gdbserver increasing $portnum if "Can't bind address" has been seen.
10934
8b5a0f4f
PA
109352009-07-05 Pedro Alves <pedro@codesourcery.com>
10936
10937 * gdb.base/ending-run.exp: Add "step out of main" pattern for
10938 mingw32ce.
10939
7d93ba58
PA
109402009-07-05 Pedro Alves <pedro@codesourcery.com>
10941
10942 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
10943 VFP format.
10944
2277426b
PA
109452009-07-02 Pedro Alves <pedro@codesourcery.com>
10946
10947 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
10948 linux. Adjust to use "inferior", "info inferiors", "detach
10949 inferior" and "kill inferior" instead of "restart", "info fork",
10950 "detach fork" and "delete fork".
10951 * gdb.base/ending-run.exp: Spell out "info".
10952 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
10953 the "kill" command.
10954
5af949e3
UW
109552009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10956
10957 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
10958 change to prefix TLS offset in hex with 0x.
10959
5d3729b5
UW
109602009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10961
10962 * gdb.base/default.exp: Update test case for "x" changes.
10963
af589bd0
TG
109642009-07-01 Tristan Gingold <gingold@adacore.com>
10965
10966 * gdb.base/bigcore.exp: Make darwin untested.
10967
40974f91
JK
109682009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.base/completion.exp (directory completion): Create the directory.
10971 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
10972 escapeuniquesub.
10973 (directory completion 2): Expect now ${escapeuniquesub}.
10974 (Glob remaining of directory test): Remove one excessive newline.
10975 Expect the real output.
10976
59dd3af6
JK
109772009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10978
10979 Fix `make check//%' target after `make check' has been ran.
10980 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
10981 a mkdir call.
10982 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
10983 (%/.dir): Remove.
10984
f4e164aa
JK
109852009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10986
10987 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
10988 the expected result record.
10989
69af2122
JK
109902009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 Remove racy FAILs relying just on the timeouts.
10993 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
10994 (annotation_level 2): Remove racy FAILs.
10995
2fd481e1
PP
109962009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
10997
10998 gdb/10275
889bf7c5
PA
10999 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
11000
c38f313d
DJ
110012009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
11002
11003 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
11004
8b777f02
VP
110052009-06-30 Vladimir Prus <vladimir@codesourcery.com>
11006
11007 * gdb.mi/mi-stack.exp: Testing symbolic options
11008 to -stack-list-locals and -stack-list-arguments.
11009
00c7eacf
JK
110102009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11011
11012 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
11013
6bc80edc
TT
110142009-06-29 Tom Tromey <tromey@redhat.com>
11015
11016 * dg-extract-results.sh: New file.
11017 * Makefile.in (FORCE_PARALLEL): New variable.
11018 (CHECK_TARGET): New conditional variable.
11019 (check): Use CHECK_TARGET.
11020 (DO_RUNTEST): New variable.
11021 (check-single): New target.
11022 (TEST_DIRS): New variable.
11023 (TEST_TARGETS): Likewise.
11024 (check-parallel): New target.
11025 (check-gdb.%): New pattern.
11026 (BASE1_FILES): New variable.
11027 (BASE2_FILES): Likewise.
11028 (check-gdb.base%): New pattern.
11029 (%/.dir): New pattern.
11030 * configure: Rebuild.
11031 * aclocal.m4 (AM_CONDITIONAL): New defun.
11032 * configure.ac: Check whether user is using GNU make.
11033 (GMAKE): New conditional.
11034
794684b6
SW
110352009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
11036
11037 * gdb.cp/namespace-nested-import.cc: New test.
11038 * gdb.cp/namespace-nested-import.exp: New test.
11039
edb3359d
DJ
110402009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
11041
11042 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
11043 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
11044 * gdb.opt/Makefile.in (EXECUTABLES): Update.
11045 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
11046 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
11047 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
11048 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
11049 gdb.opt/inline-markers.c: New files.
11050 * lib/gdb.exp (skip_inline_frame_tests): New function.
11051 (skip_inline_var_tests): New function.
11052
cf657a0c
AS
110532009-06-27 Andreas Schwab <schwab@linux-m68k.org>
11054
11055 * gdb.cp/exception.exp: Don't require $hex before inner frame in
11056 backtrace.
11057
28d41a99
MS
110582009-06-27 Michael Snyder <msnyder@vmware.com>
11059
11060 * gdb.reverse: New directory.
11061 * gdb.reverse/break-reverse.c: New test.
11062 * gdb.reverse/break-reverse.exp: New test.
11063 * gdb.reverse/consecutive-reverse.c: New test.
11064 * gdb.reverse/consecutive-reverse.exp: New test.
11065 * gdb.reverse/finish-reverse.c: New test.
11066 * gdb.reverse/finish-reverse.exp: New test.
11067 * gdb.reverse/machinestate.c: New test.
11068 * gdb.reverse/ms1.c: New test.
11069 * gdb.reverse/machinestate.exp: New test.
11070 * gdb.reverse/Makefile.in: New file.
11071 * gdb.reverse/shr2.c: New test.
11072 * gdb.reverse/solib-reverse.c: New test.
11073 * gdb.reverse/solib-reverse.exp: New test.
11074 * gdb.reverse/step-reverse.c: New test.
11075 * gdb.reverse/step-reverse.exp: New test.
11076 * gdb.reverse/until-reverse.c: New test.
11077 * gdb.reverse/ur1.c: New test.
11078 * gdb.reverse/until-reverse.exp: New test.
11079 * gdb.reverse/watch-reverse.c: New test.
11080 * gdb.reverse/watch-reverse.exp: New test.
11081 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
11082 * configure: Regenerate.
11083
fe3c8b0d
DE
110842009-06-26 Doug Evans <dje@google.com>
11085
11086 * gdb.base/psymtab.exp: Turn off pending breakpoints.
11087
3a72a602
PM
110882009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
11089
11090 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
11091 windows problem for 'file delete $binfile'.
11092
27aa8d6a
SW
110932009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
11094
11095 * gdb.cp/namespace-using.exp: New test.
11096 * gdb.cp/namespace-using.cc: New test.
11097
8ac055f8
JB
110982009-05-20 Joel Brobecker <brobecker@adacore.com>
11099
11100 * gdb.ada/variant_record_packed_array: New testcase.
11101
85e306ed
TT
111022009-06-23 Tom Tromey <tromey@redhat.com>
11103
11104 * gdb.base/charset.exp (test_combination): Regression test.
11105 * gdb.base/charset.c (my_wchar_t): New typedef.
11106 (myvar): New global.
11107 (main): Set myvar.
11108
56643c5e
PM
111092009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
11110
11111 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
11112 target.
11113
1fac167a
UW
111142009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11115
11116 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
11117
7ccb0be9
UW
111182009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11119
11120 * gdb.mi/gdb680.exp: Update test for error message.
11121
568d6575
UW
111222009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11123
11124 * gdb.base/annota1.exp: Allow multiple occurrences of the
11125 frames-invalid annotation.
11126 * gdb.cp/annota2.exp: Likewise.
11127
7cd1089b
PM
111282009-06-15 Phil Muldoon <pmuldoon@redhat.com>
11129
11130 * gdb.cp/gdb2495.cc: New file.
11131 * gdb.cp/gdb2495.exp: New file.
11132
72c63395
JK
111332009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11134
11135 Report error on GDB crash during runto.
11136 * lib/gdb.exp (runto <eof>): New.
11137
3788363d
DJ
111382009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
11139
11140 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
11141 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
11142 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
11143 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
11144 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
11145 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
11146 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
11147 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
11148 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
11149 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
11150 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
11151 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
11152 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11153 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
11154 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
11155 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
11156 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
11157 gdb.server/server-mon.exp, gdb.server/server-run.exp,
11158 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
11159 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
11160 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
11161 gdb.trace/passcount.exp, gdb.trace/report.exp,
11162 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
11163 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
11164 gdb.trace/while-stepping.exp: Use a unique name for the compiled
11165 executable.
11166
17592de3
PA
111672009-06-07 Pedro Alves <pedro@codesourcery.com>
11168
11169 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
11170 defined before referencing it.
11171
701e355d
DE
111722009-06-03 Doug Evans <dje@google.com>
11173
11174 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
11175 * gdb.arch/i386-see.c: Ditto.
11176
f2292c65
PM
111772009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
11178
11179 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
11180 (check_macro): Return 1 if undefined.
11181 If first test fails, check if macro debug information is available,
11182 and report unsupported test if no macro information is found.
11183
5a437975
DE
111842009-05-29 Doug Evans <dje@google.com>
11185
11186 * gdb.threads/hand-call-in-threads.exp: New.
11187 * gdb.threads/hand-call-in-threads.c: New.
11188
c141c696
MS
111892009-05-29 Michael Snyder <msnyder@vmware.com>
11190
11191 * gdb.base/break-always.exp: Change "1" to "on".
11192 Add confirmation check.
11193
b3444185
PA
111942009-05-28 Pedro Alves <pedro@codesourcery.com>
11195
11196 * gdb.threads/threxit-hop-specific.c: New.
11197 * gdb.threads/threxit-hop-specific.exp: New.
11198 * gdb.threads/thread-execl.c: New.
11199 * gdb.threads/thread-execl.exp: New.
11200
b6313243
TT
112012009-05-27 Tom Tromey <tromey@redhat.com>
11202 Thiago Jung Bauermann <bauerman@br.ibm.com>
11203
11204 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
11205 (mi_child_regexp): Likewise.
11206 (mi_list_varobj_children_range): Likewise.
11207 (mi_get_features): Likewise.
11208 (mi_list_varobj_children): Rewrite.
11209 * gdb.python/python-mi.exp: New file.
11210
a6bac58e
TT
112112009-05-27 Tom Tromey <tromey@redhat.com>
11212 Thiago Jung Bauermann <bauerman@br.ibm.com>
11213 Phil Muldoon <pmuldoon@redhat.com>
11214 Paul Pluzhnikov <ppluzhnikov@google.com>
11215
11216 * gdb.python/python-prettyprint.exp: New file.
11217 * gdb.python/python-prettyprint.c: New file.
11218 * gdb.python/python-prettyprint.py: New file.
11219 * gdb.base/display.exp: print/r is now valid.
11220
2c74e833
TT
112212009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
11222 Tom Tromey <tromey@redhat.com>
11223 Pedro Alves <pedro@codesourcery.com>
11224 Paul Pluzhnikov <ppluzhnikov@google.com>
11225
11226 * gdb.python/python-template.exp: New file.
11227 * gdb.python/python-template.cc: New file.
11228 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
11229 tests.
11230 * gdb.python/python-value.exp (py_objfile_tests): New proc.
11231 Call it.
11232 (test_value_after_death): New proc.
11233 * gdb.python/python-value.c (PTR): New typedef.
11234 (main): New variable 'x'.
11235
89c73ade
TT
112362009-05-27 Tom Tromey <tromey@redhat.com>
11237
11238 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
11239 tests.
11240 * gdb.python/python-value.exp (py_objfile_tests): New proc.
11241 Call it.
11242
a75724bc
PA
112432009-05-27 Pedro Alves <pedro@codesourcery.com>
11244
11245 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
11246
e58b0e63
PA
112472009-05-24 Pedro Alves <pedro@codesourcery.com>
11248
11249 * gdb.threads/fork-thread-pending.c: New.
11250 * gdb.threads/fork-thread-pending.exp: New.
11251
4ac36638
JK
112522009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
11255 * gdb.dwarf2/dw2-strp.S (a_string2): New.
11256
889bf7c5 112572009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 11258
889bf7c5 11259 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 11260
b242c3c2
PA
112612009-05-17 Pedro Alves <pedro@codesourcery.com>
11262
11263 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
11264 `gdb_get_line_number'. Call `callee' in both parent and child.
11265 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
11266 `gdb_get_line_number' instead of hardcoding line numbers.
11267 (catch_fork_unpatch_child): New procedure to test detaching
11268 breakpoints from child fork.
11269 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
11270 hardcoding line numbers.
11271 (do_fork_tests): Run `catch_fork_unpatch_child'.
11272
ee342b23
VP
112732009-05-17 Vladimir Prus <vladimir@codesourcery.com>
11274
11275 * gdb.mi/mi-cmd-var.exp: Check that when varobj
11276 of structure type enters or leaves the scope, it
11277 is reported by -var-update.
11278
e2009e98
DE
112792009-05-11 Doug Evans <dje@sebabeach.org>
11280
11281 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 11282 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
11283 * gdb.threads/schedlock.c (main): Fix off-by-one error.
11284
00903456
JK
112852009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11286
11287 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
11288
dc621c35
DE
112892009-04-30 Doug Evans <dje@google.com>
11290
11291 * gdb.threads/watchthreads2.exp: New testcase.
11292 * gdb.threads/watchthreads2.c: New testcase.
11293
9ab4e744
DE
112942009-04-29 Doug Evans <dje@google.com>
11295
11296 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
11297 * gdb.cp/mb-ctor.cc: Ditto.
11298 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
11299 * gdb.cp/mb-inline.h (multi_line_foo): New function.
11300 * gdb.cp/mb-inline1.cc: Call it.
11301 * gdb.cp/mb-inline2.cc: Ditto.
11302 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
11303 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
11304
484086b7
JK
113052009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11306
11307 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
11308 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
11309 Replace all uses of `decimal' by `nonzero'.
11310 (info macro FROM_COMMANDLINE): New test.
11311
379a77b5
TT
113122009-04-27 Tom Tromey <tromey@redhat.com>
11313
11314 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
11315
b92b73c2
DE
113162009-04-27 Doug Evans <dje@google.com>
11317
11318 * gdb.threads/watchthreads.c (main): Initialize args before starting
11319 the threads. Plus formatting cleanup.
11320 * gdb.threads/watchthreads.exp: Avoid errant failures due to
11321 biased scheduling of one thread.
11322
945a118d
JG
113232009-04-27 Jerome Guitton <guitton@adacore.com>
11324
11325 * gdb.cp/templates.cc (GetMax): New template.
11326 (main): Declare two instances of GetMax.
11327 * gdb.cp/templates.exp: Add new test.
11328
d389af10
JK
113292009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11330
11331 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
11332
e7f86de9
JM
113332009-04-22 Joseph Myers <joseph@codesourcery.com>
11334
11335 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
11336
334cc82d
TT
113372009-04-15 Tom Tromey <tromey@redhat.com>
11338
11339 * gdb.base/charset.exp: Add regression test.
11340
d12672cc
JB
113412009-04-14 Joel Brobecker <brobecker@adacore.com>
11342
11343 * gdb.base/exe-lock.exp: New testcase.
11344
18e8c3bc
TT
113452009-04-13 Tom Tromey <tromey@redhat.com>
11346
11347 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
11348 operator on Frame.
11349
5ecd5cbe
UW
113502009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11351
11352 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
11353 * gdb.server/ext-attach.exp: Likewise.
11354
7309f756
VP
113552009-04-03 Vladimir Prus <vladimir@codesourcery.com>
11356
11357 Eliminate some sleep usage.
11358
889bf7c5
PA
11359 * gdb.mi/basics.c (do_nothing): New.
11360 (main): Use do_nothing instead of printf, so that
11361 not to introduce race condition between output of
11362 inferiour and output of gdb. Do not use sleep as it
11363 is not generally available on embedded targets.
7309f756 11364
f4b95f6f
PA
113652009-04-02 Pedro Alves <pedro@codesourcery.com>
11366
11367 * gdb.server/ext-attach.exp: Expect an optional process id after
11368 "Detached from remote process".
11369
de40b933
JK
113702009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11371
11372 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
11373 gdb.dwarf2/dw2-unresolved.exp: New.
11374
2ae101a4
PA
113752009-04-02 Pedro Alves <pedro@codesourcery.com>
11376
11377 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
11378 mi_run_to_main.
11379
56a8e183
PA
113802009-04-02 Pedro Alves <pedro@codesourcery.com>
11381
11382 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
11383 mi_run_to_main. Skip thread exit test on remote targets.
11384 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
11385 mi_run_to_main.
11386 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
11387 mi_run_to_main.
11388 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
11389 when expecting ^connected. Detect when the target doesn't support
11390 non-stop mode.
11391 (mi_run_cmd): Detect if non-stop mode was requested by isn't
11392 supported. Return -1 on error, 0 on success.
11393 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
11394 (mi_runto): Return mi_runto_helper's result explicitly.
11395
c35fafde
PA
113962009-04-01 Pedro Alves <pedro@codesourcery.com>
11397
11398 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
11399
f8a8dce6
JB
114002009-04-01 Tom Tromey <tromey@redhat.com>
11401
11402 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
11403 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
11404 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
11405 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
11406
71c25dea
TT
114072009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
11408 Jan Kratochvil <jan.kratochvil@redhat.com>
11409
11410 PR gdb/931
11411 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
11412 output.
11413 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
11414 for gdb/931.
11415 * dw2-strp.S (DW_AT_language): Change to C++.
11416 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
11417
02d9a9ce
JB
114182009-03-31 Joel Brobecker <brobecker@adacore.com>
11419
11420 * gdb.ada/tasks: New testcase.
11421
1042e4c0
SS
114222009-03-30 Stan Shebs <stan@codesourcery.com>
11423
11424 * gdb.trace/actions.exp: Update to match new info trace format.
11425 * gdb.trace/deltrace.exp: Ditto.
11426 * gdb.trace/infotrace.exp: Ditto.
11427 * gdb.trace/passcount.exp: Ditto.
11428 * gdb.trace/save-trace.exp: Ditto.
11429 * gdb.trace/while-stepping.exp: Ditto.
11430 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
11431
f8f6f20b
TJB
114322009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11433
11434 * gdb.python/python-frame.c: New file.
11435 * gdb.python/python-frame.exp: New file.
11436
c0c6f777
TJB
114372009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
11438
11439 * gdb.python/python-value.exp: Add tests for the address
11440 attribute.
11441
3cb51905
AS
114422009-03-29 Andreas Schwab <schwab@linux-m68k.org>
11443
11444 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
11445
88fc996f
DE
114462009-03-26 Doug Evans <dje@google.com>
11447
11448 * gdb.mi/mi-nonstop-exit.exp: New file.
11449 * gdb.mi/non-stop-exit.c: New file.
11450
56ef84b1
TT
114512009-03-26 Tom Tromey <tromey@redhat.com>
11452
11453 Update for change to prologue skipping:
11454 * gdb.mi/mi2-simplerun.exp: Update.
11455 * gdb.mi/mi2-break.exp: Update.
11456 * gdb.mi/mi-simplerun.exp: Update.
11457 * gdb.mi/mi-break.exp: Update.
11458 * gdb.base/ending-run.exp: Update.
11459
def2b000
TJB
114602009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
11461
11462 * gdb.python/python-value.exp (test_value_in_inferior): Test
11463 gdb.Value.is_optimized_out attribute.
11464
442ddf59
JK
114652009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.dwarf2/dw2-noloc-main.c: New file.
11468 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
11469 (.text): Remove.
11470 (.data): New.
11471 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
11472 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
11473 (DW_TAG_subprogram func_cu1, noloc): Remove.
11474 (main): New.
11475 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
11476 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
11477 (file_symbols): New procedure.
11478
a8df5de4
TT
114792009-03-25 Tom Tromey <tromey@redhat.com>
11480
11481 * gdb.base/charset.exp (valid_target_charset): New proc.
11482 Use it to skip tests on invalid charsets.
11483
cc1d7add
PM
114842009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
11485
11486 * gdb.base/completion.exp: Add a test for directory completion.
11487
bcd5727b
JK
114882009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 Fix a racy FAIL.
11491 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
11492 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
11493
cc924cad
TJB
114942009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
11495
11496 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
11497 * gdb.python/python-function.exp: Add test for function returning
11498 a GDB value.
11499
bc3b79fd
TJB
115002009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
11501
11502 * gdb.python/python-function.exp: New file.
11503
6c7a06a3
TT
115042009-03-20 Tom Tromey <tromey@redhat.com>
11505
11506 * gdb.base/store.exp: Update for change to escape output.
11507 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
11508 to escape output.
11509 * gdb.base/pointers.exp: Update for change to escape output.
11510 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
11511 to escape output.
11512 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
11513 escape output.
11514 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
11515 to escape output.
11516 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
11517 escape output.
11518 * gdb.base/setvar.exp: Update for change to escape output.
11519 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
11520 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
11521 to escape output.
11522 (test_print_string_constants): Likewise.
11523 * gdb.base/charset.exp (valid_host_charset): Check size of
11524 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
11525 cases. Handle "auto"-related output.
11526 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
11527 (uvar, Uvar): New globals.
11528
c31af87b
JG
115292009-03-19 Jerome Guitton <guitton@adacore.com>
11530
11531 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
11532 deltas.
11533 * gdb.ada/fixed_points.exp: Ditto.
11534
51272cf2
PA
115352009-03-18 Pedro Alves <pedro@codesourcery.com>
11536
11537 * return-nodebug.c: Don't include stdio.h.
11538 (init): Delete.
11539 (func): Delete definition and provide extern declaration.
11540 (t): New.
11541 (main): Don't call printf. Call func and store its result in t.
11542 * return-nodebug1.c: New.
11543 * return-nodebug.exp: Don't expect stdio output. Instead, print
11544 the global variable t. Drop printf formatters and cast types from
11545 foreach loop. Don't use prepare_for_testing. Compile
11546 return-nodebug.c and return-nodebug1.c in separate steps. Don't
11547 define FORMAT or CAST.
11548
d24948ac
PP
115492009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
11550
11551 * gdb.base/solib-display.exp: Disable test for remote targers.
11552
61ff14c6
JK
115532009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
11556
cb4dce93
JK
115572009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 Fix a racy FAIL.
11560 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
11561 code from `follow parent, print pids'.
11562 (`follow child, print pids', `follow parent, print pids'): Call it.
11563 Replace `gdb_test "break..."' by gdb_breakpoint.
11564
f7c60c5e
VP
115652009-03-13 Vladimir Prus <vladimir@codesourcery.com>
11566
11567 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 11568 sync and async modes.
f7c60c5e 11569
383ace49
JB
115702009-03-12 Joel Brobecker <brobecker@adacore.com>
11571
11572 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
11573 that was checked in by mistake. Remove loading of ada.exp, since
11574 this is not necessary in this case.
11575
4ce102af
JB
115762009-03-12 Joel Brobecker <brobecker@adacore.com>
11577
11578 * gdb.ada/ptype_arith_binop.exp: New testcase.
11579
529a2aef
JB
115802009-03-12 Joel Brobecker <brobecker@adacore.com>
11581
11582 * gdb.ada/mod_from_name: New testcase.
11583
8a38181c
JB
115842009-03-12 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.ada/tick_last_segv: New testcase.
11587
11436dee
VP
115882009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11589
61ff14c6 11590 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 11591
1f31650a
VP
115922009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11593
61ff14c6
JK
11594 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
11595 include the token in ^running and frame info in *stopped.
1f31650a 11596
a3247a22
PP
115972009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11598
11599 * solib-display.exp: New file.
11600 * solib-display-main.c: New file.
11601 * solib-display-lib.c: New file.
61ff14c6 11602
aae64587
PA
116032009-03-05 Pedro Alves <pedro@codesourcery.com>
11604
11605 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
11606
44aabfbc
JK
116072009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
11610 (list_and_check_macro): Use more specific test name.
11611 (next to definition): Make the test names unique.
11612
c087fcd3
PM
116132009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11614
11615 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 11616
c86cf029
VP
116172009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11618
11619 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
11620 notifications.
11621 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
11622 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
11623 * lib/mi-support.exp (library_loaded_re): New.
11624 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
11625
3ea85240
VP
116262009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11627
11628 * gdb.gdb/observer.exp: Use test_notification observer, not
11629 normal_stop, everywhere.
11630 (test_normal_stop_notifications): Rename to...
11631 (test_notifications): ...this.
11632 (test_observer_normal_stop): Rename to...
11633 (test_observer): ...this.
11634
1903f0e6
DE
116352009-02-16 Doug Evans <dje@google.com>
11636
11637 * gdb.arch/amd64-disp-step.S (test_int3): New test.
11638 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
11639 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
11640 (test_prefixed_syscall,test_int3): New tests.
11641 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
11642 (test_prefixed_syscall,test_int3): New tests.
11643
1d33d6ba
VP
116442009-02-14 Vladimir Prus <vladimir@codesourcery.com>
11645
3cb51905
AS
11646 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
11647 (mi_expect_interrupt): Likewise.
11648 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
11649 response.
1d33d6ba 11650
faafb047
PM
116512009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11652
11653 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
11654 * gdb.base/pc-fp.exp (get_valueofx): Remove.
11655 Replace calls to get_valueofx by get_hexadecimal_valueof.
11656
417e16e2
PM
116572009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11658
11659 * lib/gdb.exp (get_valueof): Accept anything as a return value.
11660 (get_integer_valueof): New procedure.
11661 (get_sizeof): Use new get_integer_value_of.
11662 * gdb.base/sizeof.exp: Replace all uses of get_valueof
11663 by get_integer_valueof.
11664
7065b901
TT
116652009-02-13 Tom Tromey <tromey@redhat.com>
11666
11667 * gdb.base/remote.exp (get_sizeof): Remove.
11668 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
11669 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
11670 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
11671 * lib/gdb.exp (get_valueof): Move from long_long.exp.
11672 (get_sizeof): Likewise.
11673
5d7cb8df
JK
116742009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11675
11676 PR fortran/9806
11677 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
11678
b2febfff
PP
116792009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11680
11681 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
11682
4aa995e1
PA
116832009-02-06 Pedro Alves <pedro@codesourcery.com>
11684
11685 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
11686
d8906c6f
TJB
116872009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11688
11689 * gdb.python/python-cmd.exp: New file.
11690
ff4ab08d
TG
116912009-02-06 Tristan Gingold <gingold@adacore.com>
11692
11693 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
11694
aacd552b
TG
116952009-02-05 Tristan Gingold <gingold@adacore.com>
11696
11697 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
11698 pointer is dereferenced and use this signal name in regexp.
11699 * gdb.base/signull.exp: Ditto.
11700 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
11701 * gdb.base/signull.c (main): Ditto.
11702
08c637de
TJB
117032009-02-04 Tom Tromey <tromey@redhat.com>
11704 Thiago Jung Bauermann <bauerman@br.ibm.com>
11705
11706 * gdb.python/python-value.exp: Use `gdb.history' instead of
11707 `gdb.value_from_history'.
11708 (test_value_numeric_ops): Add test for conversion of enum constant.
11709 * gdb.python/python-value.c (enum e): New type.
11710 (evalue): New global.
11711 (main): Use argv.
11712
20261af8
JG
117132009-02-04 Jerome Guitton <guitton@adacore.com>
11714
11715 * gdb.ada/uninitialized_vars: New test program.
11716 * gdb.ada/uninitialized_vars.exp: New testcase.
11717
52e44b43
TT
117182009-02-02 Tom Tromey <tromey@redhat.com>
11719
11720 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
11721 * gdb.cp/pr2489.cc: Rename...
11722 * gdb.cp/pr9594.cc: ... to this.
11723
1c71341a
TT
117242009-02-02 Tom Tromey <tromey@redhat.com>
11725
11726 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
11727 * gdb.cp/pr2489.cc: New file.
11728 * gdb.cp/cpcompletion.exp: New file.
11729
a4295225
TT
117302009-02-02 Tom Tromey <tromey@redhat.com>
11731
11732 PR exp/9059:
11733 * gdb.cp/call-c.exp: Add regression test.
11734 * gdb.cp/call-c.cc (FooHandle): New typedef.
11735 (main): New variable 'handle'.
11736
592375cd
VP
117372009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11738
11739 * lib/mi-support.exp (et_mi_thread_list)
11740 (check_mi_and_console_threads): Adjust for current thread in
11741 -thread-list-ids output.
11742
41447f92
VP
117432009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11744
889bf7c5
PA
11745 * gdb.mi/mi-break.exp (test_disabled_creation): New.
11746 Call it.
41447f92 11747
35669430
DE
117482009-01-28 Doug Evans <dje@google.com>
11749
11750 * gdb.arch/amd64-disp-step.S: New file.
11751 * gdb.arch/amd64-disp-step.exp: New file.
11752 * gdb.arch/i386-disp-step.S: New file.
11753 * gdb.arch/i386-disp-step.exp: New file.
11754
09f00d9a
PM
117552009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
11756
11757 * gdb.base/find.exp: Set newline variable
11758 using quotes instead of braces to fix cygwin failures.
11759
1e8fb976
PA
117602009-01-23 Pedro Alves <pedro@codesourcery.com>
11761
11762 * gdb.base/radix.exp: Add tests to ensure that that set
11763 input-radix 0 and set output-radix 0 are really rejected.
11764
da061712
PA
117652009-01-23 Pedro Alves <pedro@codesourcery.com>
11766
11767 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
11768 copyright years.
11769
dd7e2d2b
PA
117702009-01-23 Pedro Alves <pedro@codesourcery.com>
11771
11772 PR gdb/9664:
11773 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
11774
392452f6
PA
117752009-01-22 Pedro Alves <pedro@codesourcery.com>
11776
11777 PR c++/9631:
11778 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
11779
8653e71c
PM
117802009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
11781
11782 * gdb.server/file-transfer.exp: Use EXEEXT variable for
11783 binfile definition to fix Windows OS failure.
11784
a12cc160
DJ
117852009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11786
11787 PR gdb/9346
11788 * gdb.base/interrupt.c (sigint_handler): New.
11789 (main): Install a SIGINT handler if SIGNALS is defined. Exit
11790 on error.
11791 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
11792 Test "signal SIGINT".
11793
b89667eb
DE
117942009-01-19 Doug Evans <dje@google.com>
11795
11796 * gdb.base/break.exp: Update expected gdb output.
11797 * gdb.base/sepdebug.exp: Ditto.
11798 * gdb.mi/mi-syn-frame.exp: Ditto.
11799 * gdb.mi/mi2-syn-frame.exp: Ditto.
11800 * gdb.base/call-signal-resume.exp: New file.
11801 * gdb.base/call-signals.c: New file.
11802 * gdb.base/unwindonsignal.exp: New file.
11803 * gdb.base/unwindonsignal.c: New file.
11804 * gdb.threads/interrupted-hand-call.exp: New file.
11805 * gdb.threads/interrupted-hand-call.c: New file.
11806 * gdb.threads/thread-unwindonsignal.exp: New file.
11807
adb483fe
DJ
118082009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
11809
11810 * gdb.base/define.exp: Test defining and hooking prefix commands.
11811 * gdb.python/python.exp: Update test for "show user" output.
11812
60023297
JK
118132009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
11816 now the output exactly, using less wildcards. Expect also the output
11817 of gfortran-4.3. Update for the f-valprint.c modification from
11818 2008-04-22.
11819 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
11820 Remove gdb_test test names where matching the command.
11821
ccc57cf9
PA
118222009-01-01 Pedro Alves <pedro@codesourcery.com>
11823
11824 PR breakpoints/9681:
11825 * gdb.base/watchpoint.exp: Add regression test.
11826
c7a6ca08
PA
118272008-12-31 Pedro Alves <pedro@codesourcery.com>
11828
11829 * gdb.threads/attach-into-signal.exp: Don't use
11830 gdb_suppress_entire_file.
11831 * gdb.threads/attach-stopped.exp: Ditto.
11832 * gdb.threads/attachstop-mt.exp: Ditto.
11833
3a031f65
PA
118342008-12-31 Pedro Alves <pedro@codesourcery.com>
11835
11836 PR gdb/8812:
11837 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
11838
09e6485f
PA
118392008-12-29 Pedro Alves <pedro@codesourcery.com>
11840
11841 PR gdb/7536:
11842 * gdb.base/radix.exp: Add tests to ensure invalid input radices
11843 and unsupported output radices are really rejected.
11844
0cd53049
JK
118452008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11846
11847 * gdb.cp/punctuator.exp: Backslash the '$' signs.
11848
ba163c7e
TT
118492008-12-22 Tom Tromey <tromey@redhat.com>
11850
11851 * gdb.cp/punctuator.exp: New file.
11852
6f4de6c9
JK
118532008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11854
11855 * gdb.base/completion.exp (Completing non-existing component): New test.
11856
0f34d0b4
JK
118572008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 Fix for PR gdb/8648.
11860 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
11861 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
11862 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
11863 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
11864
db2ad4c3
JK
118652008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11866
11867 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
11868
bb5ef15e
DP
118692008-12-16 Christophe Lyon <christophe.lyon@st.com>
11870
11871 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
11872 compiler actually generate code at the expected line number.
11873
90142adc
JZ
118742008-12-15 Jie Zhang <jie.zhang@analog.com>
11875
11876 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
11877
fad6eecd
TT
118782008-12-12 Tom Tromey <tromey@redhat.com>
11879
11880 * gdb.base/commands.exp (redefine_hook_test): New proc.
11881 Call it.
11882
17c8aaf5
TT
118832008-12-11 Tom Tromey <tromey@redhat.com>
11884
11885 * gdb.base/macscp.exp: New regression test.
11886
7c8adf68
TT
118872008-12-11 Tom Tromey <tromey@redhat.com>
11888
11889 * gdb.base/macscp.exp: Print "address.addr".
11890 * gdb.base/macscp1.c (struct outer): New struct.
11891 (address): New global.
11892
b05dcbb7
TT
118932008-12-09 Tom Tromey <tromey@redhat.com>
11894
11895 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
11896 Call it.
11897
2d476de1
DE
118982008-12-04 Doug Evans <dje@google.com>
11899
11900 * gdb.server/ext-run.exp: Relax regexp for init program.
11901
87bdc959
TG
119022008-12-03 Tristan Gingold <gingold@adacore.com>
11903
11904 * gdb.base/macscp.exp: Generate an object file during compilation
11905 to work around Darwin dsymutil limitations.
11906
e0740f77
JK
119072008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11908
11909 Test resolving external references to TLS variables.
11910 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
11911 FILE2_THREAD_LOCAL.
11912 (testfile2, srcfile2): New variables.
11913 * gdb.threads/tls.c (file2_thread_local)
11914 (function_referencing_file2_thread_local): New.
11915 * gdb.threads/tls2.c: New file.
11916
67f0aac5
JB
119172008-11-28 Joel Brobecker <brobecker@adacore.com>
11918
11919 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
11920 rather than integer, as integer might not be big enough when
11921 on 64bit targets.
67f0aac5 11922
c332165e
JG
119232008-11-27 Jerome Guitton <guitton@adacore.com>
11924
11925 * gdb.cp/formatted-ref.exp: Add equality test.
11926 * gdb.ada/formatted_ref.exp: Ditto.
11927
fc9b693c
JK
119282008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
11931 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
11932
a9c64011
AS
119332008-11-20 Andreas Schwab <schwab@suse.de>
11934
11935 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
11936 matching syscall entry point.
11937 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11938 (tcatch_vfork_then_child_follow): Likewise. Finish through
11939 vfork even if we stopped at the syscall trampoline.
11940
e2fd701e
DE
119412008-11-20 Doug Evans <dje@google.com>
11942
11943 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
11944
69abc51c
TJB
119452008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
11946
11947 * gdb.arch/ppc-dfp.exp: New file.
11948 * gdb.arch/ppc-dfp.c: New file.
11949
c14c28ba
PP
119502008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11951
11952 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 11953
2e74121d
DE
119542008-11-17 Doug Evans <dje@google.com>
11955
11956 * gdb.mi/mi-syn-frame.exp: Update expected output.
11957 * gdb.mi/mi2-syn-frame.exp: Update expected output.
11958
66bb093b
VP
119592008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11960
11961 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
11962 "thread N" results in =thread-selected.
11963 * lib/mi-support (mi_run_cmd, mi_expect_stop)
11964 (mi_send_resuming_command_raw): Be prepared for
11965 =thread-selected.
11966
3d043ef6
VP
119672008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11968
a9c64011
AS
11969 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
11970 * lib/mi-support.exp: Likewise.
3d043ef6 11971
808104c8
JB
119722008-11-16 Joel Brobecker <brobecker@adacore.com>
11973
11974 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
11975 commands from the expected output for "help catch".
11976
00b22944
JB
119772008-11-15 Joel Brobecker <brobecker@adacore.com>
11978
11979 * gdb.ada/int_deref.exp: New testcase.
11980
59669435
TT
119812008-11-14 Nick Roberts <nickrob@snap.net.nz>
11982
11983 * gdb.mi/gdb2549.exp: New file.
11984
de04a248
DE
119852008-11-11 Doug Evans <dje@google.com>
11986
11987 * gdb.base/callexit.exp: New file.
11988 * gdb.base/callexit.c: New file.
11989
6b8ce727
DE
119902008-11-10 Doug Evans <dje@google.com>
11991
11992 * lib/gdb.exp (GDBFLAGS): Move -nx ...
11993 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
11994 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
11995 (default_gdb_start,default_gdb_exit): Ditto.
11996 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
11997 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
11998 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
11999 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
12000 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
12001 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
12002
1b14b8aa
AS
120032008-11-03 Andreas Schwab <schwab@suse.de>
12004
12005 * gdb.base/hashline2.exp: Fix typo.
12006 * gdb.base/hashline3.exp: Likewise.
12007
f3134b88
TT
120082008-10-30 Tom Tromey <tromey@redhat.com>
12009
12010 * gdb.base/pointers.exp: Add test.
12011 * gdb.base/pointers.c (k, S): New typedefs.
12012 (instance): New global.
12013
c2226152
AS
120142008-10-30 Andreas Schwab <schwab@suse.de>
12015
12016 * gdb.base/args.exp: Add tests for newlines.
12017
462f405c
JB
120182008-10-30 Joel Brobecker <brobecker@adacore.com>
12019
12020 gdb.base/foll-exec.exp: Update the expected output of a couple
12021 of "info breakpoints" tests.
12022
79a45b7d
TT
120232008-10-28 Tom Tromey <tromey@redhat.com>
12024
12025 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
12026
adc13a14
PA
120272008-10-24 Pedro Alves <pedro@codesourcery.com>
12028
12029 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
12030 gdb_start_cmd.
12031 Use runto_main before any test that requires execution.
12032
252fbfc8
PA
120332008-10-23 Pedro Alves <pedro@codesourcery.com>
12034
12035 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
12036 instead of SIGINT.
12037
28148e3d
JB
120382008-10-22 Joel Brobecker <brobecker@adacore.com>
12039
12040 * gdb.base/completion.exp: Update expected output following
12041 the addition of the "info tasks" command.
12042
c209f847
TT
120432008-10-22 Tom Tromey <tromey@redhat.com>
12044
12045 * gdb.base/exprs.exp (test_expr): Add test for string
12046 concatenation.
12047
f177e350
PA
120482008-10-19 Pedro Alves <pedro@codesourcery.com>
12049
12050 * configure.ac: Output gdb.python/Makefile.
12051 * configure: Regenerate.
12052 * gdb.python/Makefile.in: New.
12053
cce89356
JB
120542008-10-16 Joel Brobecker <brobecker@adacore.com>
12055
12056 * gdb.base/foll-fork.exp: Adjust the expected output to match
12057 the new description for fork/vfork catchpoints in the "info
12058 breakpoints" output.
12059
176d289d
TJB
120602008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
12061
12062 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
12063
a08702d6
TJB
120642008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
12065
12066 * gdb.python/python-value.c: New file.
12067 * gdb.python/python-value.exp: New file.
12068
1c5cfe86
PA
120692008-10-15 Pedro Alves <pedro@codesourcery.com>
12070
12071 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
12072
5a98ad69
DP
120732008-10-15 Denis Pilat <denis.pilat@st.com>
12074
41702f1b 12075 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 12076
dcb1a1e2
TT
120772008-10-09 Tom Tromey <tromey@redhat.com>
12078
12079 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
12080 'fprintf' and 'stderr'.
12081
9124fe48
JB
120822008-10-07 Joel Brobecker <brobecker@adacore.com>
12083
12084 * gdb.ada/ref_tick_size.exp: New testcase.
12085
45452591
DE
120862008-10-06 Doug Evans <dje@google.com>
12087
12088 * gdb.dwarf2/dw2-cu-size.exp: New file.
12089 * gdb.dwarf2/dw2-cu-size.S: New file.
12090
12091 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
12092 .Ltype_int for clarity.
12093
4fc5b208
PP
120942008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12095
12096 PR gdb/2384:
12097 * gdb.cp/gdb2384.exp: Extended to test more cases.
12098 * gdb.cp/gdb2384.cc: Likewise.
12099 * gdb.cp/gdb2384-base.h: Likewise.
12100 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 12101
d78df370
JK
121022008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 * gdb.base/maint.exp (maint print type): Remove printing
12105 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
12106
9a044a89
TT
121072008-09-30 Tom Tromey <tromey@redhat.com>
12108
12109 * gdb.base/macscp.exp: Add completion tests.
12110 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
12111 (TWENTY_THREE): Likewise.
12112 (FORTY_EIGHT): Likewise.
12113
506800a9
TT
121142008-09-30 Tom Tromey <tromey@redhat.com>
12115
12116 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
12117 everywhere.
12118 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
12119
1a6f01b5
JK
121202008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
12123 testcase is derived from. Fix racy dependency on an expected PID
12124 number. No longer support the testcase on Linux kernel 2.4.x.
12125
2fae03e8
TT
121262008-09-27 Tom Tromey <tromey@redhat.com>
12127
12128 * gdb.base/macscp.exp: Add tests for stringification, splicing,
12129 and varargs.
12130
1ad15515
PA
121312008-09-22 Pedro Alves <pedro@codesourcery.com>
12132
12133 * lib/mi-support.exp (mi_expect_interrupt): New.
12134 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
12135 from gdb.mi/mi-nonstop.exp.
12136 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
12137 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
12138 lib/mi-support.exp.
12139 Use mi_check_thread_states throughout. Avoid ".*" and do not
12140 require an anchor after -exec-run.
12141
d0b76dc6
DJ
121422008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
12143
12144 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
12145 stop is pending. Avoid ".*" when two stops are pending.
12146 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
12147 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
12148 newlines in fullnames.
12149 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
12150 (mi_expect_stop): Update comments. Only anchor in sync mode.
12151 Do not match newlines.
12152 (mi_send_resuming_command_raw): Always return status.
12153 (mi_get_stop_line): Do not match more than one line by accident.
12154 Only anchor in sync mode.
12155 (mi_run_inline_test): If -exec-next fails, give up.
12156
9990c830
UW
121572008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12158
12159 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
12160 on SPU.
12161
ebcf6f00
JB
121622008-09-10 Joel Brobecker <brobecker@adacore.com>
12163
12164 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
12165
b6db24e5
JB
121662008-09-10 Joel Brobecker <brobecker@adacore.com>
12167
12168 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
12169 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
12170 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
12171 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
12172 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
12173 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
12174 gdb.ada/interface.exp, gdb.ada/null_array.exp,
12175 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
12176 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
12177 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
12178 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
12179 Include the "= " sequence in the expected output of print tests.
12180
2bf448e0
JB
121812008-09-10 Joel Brobecker <brobecker@adacore.com>
12182
12183 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
12184 description for boolean types.
12185
d51fd4c8
PA
121862008-09-09 Pedro Alves <pedro@codesourcery.com>
12187
12188 * gdb.base/hook-stop-continue.c: New.
12189 * gdb.base/hook-stop-continue.exp: New.
12190
694182d2
DJ
121912008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12192
12193 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
12194
3b8a7fc0
JG
121952008-09-08 Jerome Guitton <guitton@adacore.com>
12196
12197 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
12198 (stack_check_probe_2, stack_check_probe_loop_1)
12199 (stack_check_probe_loop_2): New functions.
12200 (main): Add call to these new functions.
12201 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
12202 functions, check that the breakpoint is inserted at the appropriate
12203 location.
12204 (insert_breakpoint): Slightly refine this procedure so that it can
12205 be called several times in the test.
12206
96cc0ae8
JG
122072008-09-08 Jerome Guitton <guitton@adacore.com>
12208
12209 * gdb.base/stack-checking.c: New file.
12210 * gdb.base/stack-checking.exp: New file.
12211
1f08b409
TJB
122122008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12213
12214 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
12215 * gdb.arch/altivec-regs.exp: Likewise.
12216 * gdb.arch/vsx-regs.exp: Likewise.
12217
3099e1c4
TJB
122182008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
12219
12220 * gdb.arch/ppc-fp.exp: New file.
12221 * gdb.arch/ppc-fp.c: New file.
12222
cc69bfc1
PP
122232008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12224
12225 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
12226 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 12227
b02a33db
MS
122282008-09-04 Michael Snyder <msnyder@vmware.com>
12229
12230 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
12231 as "at" (for non-debug functions such as _start).
12232
2992cbe0
UW
122332008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12234
12235 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
12236 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
12237 software watchpoints.
12238 * gdb.base/watch_thread_num.exp: Likewise.
12239
514f746b
AR
122402008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
12241
12242 * gdb.arch/i386-bp_permanent.exp: New test.
12243
876cecd0
TT
122442008-08-24 Tom Tromey <tromey@redhat.com>
12245
12246 * gdb.base/maint.exp: Update "maint print type".
12247
80f73d71
VP
122482008-08-21 Vladimir Prus <vladimir@codesourcery.com>
12249
12250 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
12251 support. Adjust the order of "*running" notifications.
12252 * gdb.mi/non-stop.c: Don't cast from int to void* and
12253 back.
12254
d9c78d7d
MK
122552008-08-20 Mark Kettenis <kettenis@gnu.org>
12256
12257 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
12258 expect to find it in the "info frame" output.
12259
97a2d1d3
DJ
122602008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
12261
12262 * gdb.base/interp.exp: Always consume both prompts.
12263
b96e2927
PA
122642008-08-20 Pedro Alves <pedro@codesourcery.com>
12265
12266 * gdb.base/pending.exp: Test pending breakpoints without symbols
12267 loaded.
12268
8cf6e61a
VP
122692008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12270
12271 * lib/mi-support.exp (mi_expect_stop): Produce
12272 more details on failures.
12273 * gdb.mi/mi-nonstop.exp: New.
12274 * gdb.mi/non-stop.c: New.
12275
c6ebd6cf
VP
122762008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12277
a9c64011
AS
12278 * gdb.mi/mi-async.exp: Use 'set target-async'.
12279 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 12280
46a9b8ed
DJ
122812008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
12282
12283 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
12284
44feb3ce
TT
122852008-08-17 Tom Tromey <tromey@redhat.com>
12286
12287 * gdb.base/help.exp (help catch): Rewrite.
12288
311a4e6b
TJB
122892008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
12290
12291 * gdb.base/define.exp: Test indented command documentation.
12292 * gdb.python/python.exp: Test indented multi-line command.
12293
604c2f83
LM
122942008-08-15 Luis Machado <luisgpm@br.ibm.com>
12295
12296 * testsuite/gdb.arch/vsx-regs.c: New source file.
12297 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
12298 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
12299
886a217c
TT
123002008-08-14 Tom Tromey <tromey@redhat.com>
12301
12302 * gdb.base/macscp.exp: Add regression test for "macro define" or
12303 "macro undef" with no arguments.
12304
c814a4f3
PP
123052008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
12306
12307 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 12308
12ab8a60
UW
123092008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12310
12311 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
12312
d57a3c85
TJB
123132008-08-06 Tom Tromey <tromey@redhat.com>
12314
12315 * gdb.python/python.exp: New file.
12316
c7b778ff
JK
123172008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12318
12319 Fix for PR gdb/1543.
12320 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
12321 $LOCATION.
12322 (location): New variable.
12323 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
12324 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
12325 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
12326 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
12327 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
12328 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
12329 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
12330 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
12331 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
12332 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
12333 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
12334 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
12335 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
12336 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
12337 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12338 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
12339 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
12340 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
12341 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
12342 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12343 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
12344 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
12345 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
12346 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
12347 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
12348 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
12349 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
12350 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
12351 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
12352 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
12353 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
12354 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
12355 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
12356 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
12357 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
12358 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
12359 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
12360 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12361 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
12362 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
12363 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
12364 gdb.base/type-opaque.exp, gdb.base/until.exp,
12365 gdb.base/value-double-free.c, gdb.base/varargs.exp,
12366 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
12367 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
12368 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12369 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
12370 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
12371 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12372 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12373 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12374 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
12375 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
12376 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
12377 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
12378 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
12379 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
12380 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
12381 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12382 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
12383 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
12384 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
12385 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12386 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
12387 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
12388 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
12389 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12390 gdb.pascal/types.exp, gdb.stabs/weird.exp,
12391 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
12392 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
12393 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
12394 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
12395 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
12396 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
12397 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12398 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12399 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12400 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12401 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12402 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12403 lib/mi-support.exp, lib/trace-support.exp: Remove reference
12404 to bug-gdb@prep.ai.mit.edu .
12405
5e06a3d1
VP
124062008-07-31 Vladimir Prus <vladimir@codesourcery.com>
12407
12408 * lib/mi-support.exp (mi_load_shlibs): New.
12409 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
12410
9d81d21b
VP
124112008-07-30 Vladimir Prus <vladimir@codesourcery.com>
12412
12413 * lib/mi-support.exp (get_mi_thread_list)
12414 (check_mi_and_console_threads): New, moved from ...
12415 * gdb.mi/mi-pthread.exp: ...here.
12416 * gdb.mi/gdb669.exp (get_mi_thread_list)
12417 (check_mi_and_console_threads): Delete.
12418 * gdb.mi/mi2-pthread.exp: Likewise.
12419
bae98fe0
TT
124202008-07-28 Tom Tromey <tromey@redhat.com>
12421
12422 * Makefile.in (just-check): Remove. Move body to...
12423 (check): ... here.
12424
57380f4e
DJ
124252008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12426
12427 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
12428 Add a test for duplicated SIGINTs.
12429
e09490f1
DJ
124302008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12431
12432 * gdb.threads/schedlock.exp (get_args): Update to work for any
12433 value of NUM.
12434 (Top level): Report the number of threads that did not resume.
12435
6387b45f
DJ
124362008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12437
12438 * gdb.dwarf2/dw2-compressed.S: Also define __start.
12439
62f64ff2
DJ
124402008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12441
12442 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
12443 non-MI prompt.
12444
fa8de41e
TT
124452008-07-26 Tom Tromey <tromey@redhat.com>
12446
12447 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
12448 (function_struct, function_struct_ptr): New globals.
12449 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
12450 function pointer in a struct.
12451
ccb3ac8a
TT
124522008-07-26 Tom Tromey <tromey@redhat.com>
12453
12454 * gdb.base/macscp.exp: Add test for macro lexing bug.
12455
d7d9f01e
TT
124562008-07-18 Tom Tromey <tromey@redhat.com>
12457
12458 * gdb.base/macscp.exp: Add macro tests.
12459
9bf07184
PP
124602008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12461
12462 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
12463
becf6477
PP
124642008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12465
12466 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
12467
0709f7d3
PP
124682008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
12469
12470 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 12471
7093c834
PP
124722008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
12473
12474 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 12475
b432ffe3
JK
124762008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12477
12478 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
12479
b1a268e5
VP
124802008-07-12 Vladimir Prus <vladimir@codesourcery.com>
12481
12482 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
12483
e2995f8e
KB
124842008-07-11 Kevin Buettner <kevinb@redhat.com>
12485
12486 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
12487 of regexp to account for changes made to GDB in the printing of
12488 byte vectors.
12489
14032a66
TT
124902008-07-11 Tom Tromey <tromey@redhat.com>
12491
12492 * gdb.base/completion.exp: Add 'help' completion test.
12493
981505ef
JK
124942008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12495
12496 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
12497
10568435
JK
124982008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
12501
4487aabf
PA
125022008-07-09 Pedro Alves <pedro@codesourcery.com>
12503
12504 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
12505
a4a9b1c4
PA
125062008-07-09 Pedro Alves <pedro@codesourcery.com>
12507
12508 * gdb.base/fullname.exp: Restore pwd if compiling failed.
12509
3c3185ac
JK
125102008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12511
12512 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
12513
7ebd49dc
VP
125142008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12515
12516 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
12517 previous commit. Add a comment.
12518
84e46146
PA
125192008-06-28 Pedro Alves <pedro@codesourcery.com>
12520
12521 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
12522
0f8d4a2f
VP
125232008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12524
12525 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
12526
f747e0ce
PA
125272008-06-27 Pedro Alves <pedro@codesourcery.com>
12528
12529 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
12530 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
12531 compiling an executable, link in an object that forces unbuffered
12532 output.
12533 * lib/set_unbuffered_mode.c: New file.
12534
734a5c36
JK
125352008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12536
12537 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
12538
a2840c35
VP
125392008-06-25 Vladimir Prus <vladimir@codesourcery.com>
12540
a9c64011
AS
12541 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
12542 mi_expect_stop.
12543 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
12544 Demand that *running is output.
12545 (detect_async): Perform checking every time.
12546 (mi_send_resuming_command): Extract everything into...
12547 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
12548 (mi_expect_stop): Don't accept any output before *stopped.
12549
6ae37fef
VP
125502008-06-13 Vladimir Prus <vladimir@codesourcery.com>
12551
12552 Robustify mi-simplerun.
a9c64011
AS
12553 * gdb.mi/basics.c (main): Add a call to sleep.
12554 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
12555 * gdb.mi/mi2-cli.exp: Likewise.
12556 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 12557
b4aa76f0 125582008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
12559
12560 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
12561
e1ac3328
VP
125622008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12563
a9c64011
AS
12564 * gdb.mi/mi-console.exp: Adjust.
12565 * gdb.mi/mi-syn-frame.exp: Adjust.
12566 * gdb.mi/mi2-console.exp: Adjust.
12567 * gdb.mi/mi2-syn-frame.exp: Adjust.
12568 * lib/mi-support.exp (mi_run_cmd): Adjust.
12569 (mi_send_resuming_command): Adjust.
e1ac3328 12570
f7f9a841
VP
125712008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12572
12573 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
12574 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
12575 testing of stopped.
12576 * gdb.mi/mi2-syn-frame.exp: Likewise.
12577 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
12578 (async, detect_async): New.
12579 (mi_expect_stop, mi_continue_to_line): Adjust expectation
12580 depending on if we're running in sync or async mode.
f7f9a841 12581
37cd5d19
TT
125822008-06-09 Tom Tromey <tromey@redhat.com>
12583
12584 * gdb.base/completion.exp: New tests for field name completion
12585 with spaces, and field name completion with '->'.
12586
65d12d83
TT
125872008-06-06 Tom Tromey <tromey@redhat.com>
12588
12589 * gdb.base/break1.c (struct some_struct): New struct.
12590 (values): New global.
12591 * gdb.base/completion.exp: Add field name completion test.
12592
ebfe2e3f
PP
125932008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
12594
12595 * gdb.cp/call-c.exp: Test for incorrect handling of reference
12596 to pointer.
12597 * gdb.cp/call-c.cc: Likewise.
12598
bcf6fc3a
NR
125992008-06-06 Nick Roberts <nickrob@snap.net.nz>
12600
12601 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
12602 annotation.
12603
49fd4a42 126042008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 12605 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
12606
12607 * gdb.threads/execl.c, gdb.threads/execl1.c,
12608 gdb.threads/execl.exp: New tests.
a9c64011 12609
8a34ac3f
AR
126102008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
12611 Daniel Jacobowitz <dan@codesourcery.com>
12612
12613 * gdb.cp/exception.exp: Activate test, make it work with pending
12614 catchpoints.
12615
86ae69ef
JK
126162008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12617
12618 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
12619
f7f9ae2c
VP
126202008-05-28 Vladimir Prus <vladimir@codesourcery.com>
12621
a9c64011
AS
12622 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
12623 now printed.
12624 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 12625
2a2d4dc3
AS
126262008-05-27 Andreas Schwab <schwab@suse.de>
12627
12628 * gdb.base/frame-args.exp: Handle arguments that are optimized
12629 out.
12630
5099e4d9
LM
126312008-05-26 Luis Machado <luisgpm@br.ibm.com>
12632
12633 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
12634 quiet for ppc32 and group options into a single variable.
12635
d9c36a91
JB
126362008-05-23 Joel Brobecker <brobecker@adacore.com>
12637
12638 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
12639 of zero-size elements.
12640 * gdb.ada/null_array.exp: Test printing this new array.
12641
103a8671
JK
126422008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
12645
07a4cc1a 126462008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
12647
12648 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
12649 of the "finish" command.
12650
55f996a7
NR
126512008-05-21 Nick Roberts <nickrob@snap.net.nz>
12652
12653 * gdb.base/annota1.exp: Test for new annotation.
12654
907fc202
UW
126552008-05-16 Pedro Alves <pedro@codesourcery.com>
12656
12657 * gdb.base/fixsection.exp: New file.
12658 * gdb.base/fixsection0.c: New file.
12659 * gdb.base/fixsection1.c: New file.
12660
e8f97270
UW
126612008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12662
12663 * gdb.base/annota1.exp: Accept printf@... in place of printf.
12664 * gdb.base/annota3.exp: Likewise.
12665
ac0bb574
NF
126662008-05-13 Nathan Froyd <froydnj@codesourcery.com>
12667
12668 * gdb.base/watch_thread_num.exp: Don't run tests that require
12669 watchpoints if the target doesn't support them.
12670
6fadd07a
DE
126712008-05-12 Doug Evans <dje@google.com>
12672
12673 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
12674
6e9a4a30
JB
126752008-05-09 Joel Brobecker <brobecker@adacore.com>
12676
12677 * gdb.ada/assign_1.exp: New testcase.
12678
08388c79
DE
126792008-05-09 Doug Evans <dje@google.com>
12680
a3c83fae
DE
12681 * gdb.base/find.exp: New file.
12682 * gdb.base/find.c: New file.
08388c79 12683
bd5ddfe8
DJ
126842008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
12685
12686 * gdb.base/commands.exp (watchpoint_command_test): Handle
12687 gdb,no_hardware_watchpoints.
12688 * gdb.base/float.exp: Allow ARM targets without floating point.
12689 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
12690
b5dd68e2 126912008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 12692 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
12693
12694 * gdb.ada/lang_switch: New test program.
12695 * gdb.ada/lang_switch.exp: New testcase.
12696
382d13d1
DE
126972008-05-05 Doug Evans <dje@google.com>
12698
12699 * gdb.base/help.exp (disassemble): Update expected help text.
12700
9dd789d0
PA
127012008-05-04 Pedro Alves <pedro@codesourcery.com>
12702
12703 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
12704
611c83ae
PA
127052008-05-04 Pedro Alves <pedro@codesourcery.com>
12706
12707 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
12708 different times.
12709
ff013f42
JK
127102008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
12713 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
12714 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
12715 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
12716
96dff6a2
VP
127172008-05-04 Vladimir Prus <vladimir@codesourcery.com>
12718
12719 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
12720 notification to appear.
12721
55cd6f92
DJ
127222008-05-04 Daniel Jacobowitz <dan@debian.org>
12723
12724 * gdb.base/fullname.c: New file.
12725 * gdb.base/fullname.exp: New file.
12726 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
12727
d705c43c
PA
127282008-05-03 Pedro Alves <pedro@codesourcery.com>
12729
12730 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
12731 expressions with macros.
12732
333222e1
JK
127332008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12734
12735 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
12736
5ac01682
DJ
127372008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
12738
12739 * gdb.base/completion.exp: Handle lack of other symbols beginning
12740 with "a".
12741
12742 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
12743
237fc4c9
PA
127442008-05-02 Jim Blandy <jimb@codesourcery.com>
12745
12746 * gdb.asm/asmsrc1.s: Add scratch space.
12747
ed5e9466
DJ
127482008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12749 Daniel Jacobowitz <dan@codesourcery.com>
12750
12751 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
12752 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
12753 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
12754
b39cc962
DJ
127552007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
12756
12757 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
12758
36d520f5
JB
127592008-05-01 Joel Brobecker <brobecker@adacore.com>
12760
12761 * gdb.base/info-target.exp: New testcase.
12762
8d4e3071
DJ
127632008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12764
12765 * gdb.cp/hang.exp: Use .cc instead of .C.
12766 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
12767 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
12768
6f3f3097
DJ
127692008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12770
12771 * gdb.base/gdb1250.exp: Remove perror.
12772 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
12773
5550a914
PA
127742008-04-30 Pedro Alves <pedro@codesourcery.com>
12775
12776 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
12777 .2byte.
12778
d848e687
DJ
127792008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
12780
12781 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
12782 (maybe_kfail): New.
12783
93b5768b
PA
127842008-04-25 Pedro Alves <pedro@codesourcery.com>
12785
12786 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
12787
721c02de
VP
127882008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12789
a9c64011
AS
12790 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
12791 * gdb.mi/mi2-syn-frame.exp: Likewise.
12792 * lib/mi-support.exp: Likewise.
721c02de 12793
74960c60
VP
127942008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12795
12796 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
12797 to specify regexp for the location to stop at.
12798 * gdb.base/break-always.c: New.
12799 * gdb.base/break-always.exp: New.
12800
d24317b4
VP
128012008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12802
12803 * lib/mi-support.exp (mi_runto_helper): Adjust
12804 for the original-location field.
12805 (mi_create_breakpoint, mi_list_breakpoints): New.
12806 * gdb.mi/mi-break.exp: Adjust.
12807 * gdb.mi/mi2-break.exp: Adjust.
12808 * gdb.mi/mi-pending.exp: Adjust.
12809 * gdb.mi/mi-simplerun.exp: Adjust.
12810 * gdb.mi/mi2-simplerun.exp: Adjust.
12811 * gdb.mi/mi-syn-frame.exp: Adjust.
12812 * gdb.mi/mi2-syn-frame.exp: Adjust.
12813 * gdb.mi/mi-until.exp: Adjust.
12814 * gdb.mi/mi2-until.exp: Adjust.
12815 * gdb.mi/mi-var-display.exp: Adjust.
12816 * gdb.mi/mi2-var-display.exp: Adjust.
12817 * gdb.mi/mi-watch.exp: Adjust.
12818 * gdb.mi/mi2-watch.exp: Adjust.
12819
fdc59709 128202008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 12821
a9c64011
AS
12822 * aclocal.m4: Add override.m4.
12823 * configure: Regenerate.
fdc59709 12824
8e91f023
VP
128252008-04-19 Vladimir Prus <vladimir@codesourcery.com>
12826
12827 * gdb.mi/var-cmd.c (do_at_tests): Verify that
12828 '-var-update --all-values' reports new value even the type
12829 of a variable object has changed.
12830
233a11ab
CS
128312008-04-18 Craig Silverstein <csilvers@google.com>
12832
12833 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
12834 files.
d24317b4 12835
9c1137ad
JB
128362008-04-18 Joel Brobecker <brobecker@adacore.com>
12837
12838 * gdb.ada/atomic_enum: New test program.
12839 * gdb.ada/atomic_enum.exp: New testcase.
12840
66d0bbc7
DE
128412008-04-17 Doug Evans <dje@google.com>
12842
12843 * gdb.opt/Makefile.in: Fix whitespace.
12844
100906b0
UW
128452008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
12846
12847 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
12848
4584e32e
DE
128492008-04-17 Doug Evans <dje@google.com>
12850
12851 * gdb.base/hashline1.exp: New testcase.
12852 * gdb.base/hashline2.exp: New testcase.
12853 * gdb.base/hashline2.exp: New testcase.
12854
0a320680
PA
128552008-04-17 Pedro Alves <pedro@codesourcery.com>
12856
12857 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
12858
18ac113b
AR
128592008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
12860
12861 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
12862 temporary breakpoint to match "Temporary breakpoint".
12863 * gdb.base/break.exp (delete_breakpoints): Likewise.
12864 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
12865 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
12866 * gdb.base/display.exp: Likewise.
12867 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
12868 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
12869 * gdb.base/restore.exp (restore_tests): Likewise.
12870 * gdb.base/sepdebug.exp: Likewise.
12871 * gdb.base/watchpoint.exp: Likewise.
12872 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
12873 * gdb.mi/mi-pending.exp: Likewise.
12874 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
12875 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
12876 * gdb.mi/mi-var-cmd.exp: Likewise.
12877 * gdb.mi/mi-var-display.exp: Likewise.
12878 * gdb.mi/mi2-cli.exp: Likewise.
12879 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
12880 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
12881 * gdb.mi/mi2-var-display.exp: Likewise.
12882 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
12883 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
12884 new "disp" field.
a9c64011 12885 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
12886 reason. This is to support fix for PR2424.
12887
add38693
JK
128882008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12889
12890 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
12891
fcacd99f
VP
128922008-04-13 Vladimir Prus <vladimir@codesourcery.com>
12893
12894 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 12895 field. Add more floating varobj tests.
fcacd99f 12896 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
12897 field.
12898 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
12899 (main): Call do_at_tests.
12900 * lib/mi-support.exp (mi_create_floating_varobj)
12901 (mi_varobj_update_with_type_change): New.
fcacd99f 12902
de051565
MK
129032008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
12904
12905 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
12906 option of -var-evaluate-expression.
12907 * gdb.mi/mi2-var-display.exp: Likewise.
12908
dbc52822
VP
129092008-04-07 Vladimir Prus <vladimir@codesourcery.com>
12910
12911 Introduce test setup helpers.
a9c64011
AS
12912 * lib/gdb.exp (build_executable, clean_restart)
12913 (prepare_for_testing): New.
12914 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
12915 * gdb.base/return.exp: Likewise.
12916 * gdb.base/ending-run.exp: Likewise.
dbc52822 12917
473591da
NR
129182008-04-07 Nick Roberts <nickrob@snap.net.nz>
12919
12920 * gdb.mi/mi-async.exp: New test for asynchronous Machine
12921 Interface (MI) responses.
12922
2b2d9e11
VP
129232008-04-06 Vladimir Prus <vladimir@codesourcery.com>
12924
a9c64011
AS
12925 * gdb.cp/breakpoint.cc: New code to test conditions involving
12926 member variables.
12927 * gdb.cp/breakpoint.exp: Test condition involving member
12928 variables.
2b2d9e11 12929
bb378428
VP
129302008-04-05 Vladimir Prus <vladimir@codesourcery.com>
12931
12932 * lib/mi-support.exp (mi_expect_stop): New.
12933 (mi_run_cmd): Change the
12934 token. Use mi_send_resuming_command, use
12935 mi_expect_stop.
12936 (mi_execute_to_helper): Rename to mi_execute_to.
12937 (mi_send_resuming_command): Add more error patterns.
12938 (mi_wait_for_stop): Renamed to...
12939 (mi_get_stop_line): ...this.
12940 (mi_run_inline_test): Adjust.
12941
12942 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
12943 * gdb.mi/mi-console.exp: Likewise.
12944 * gdb.mi/mi-pending.exp: Likewise.
12945 * gdb.mi/mi-simplerun.exp: Likewise.
12946 * gdb.mi/mi-stack.exp: Likewise.
12947 * gdb.mi/mi-stepi.exp: Likewise.
12948 * gdb.mi/mi-syn-frame.exp: Add comment.
12949 * gdb.mi/mi-until.exp: Likewise.
12950 * gdb.mi/mi-var-display.exp: Likewise.
12951 * gdb.mi/mi-watch.exp: Likewise.
12952 * gdb.mi/mi2-cli.exp: Likewise.
12953 * gdb.mi/mi2-console.exp: Likewise.
12954 * gdb.mi/mi2-simplerun.exp: Likewise.
12955 * gdb.mi/mi2-stack.exp: Likewise.
12956 * gdb.mi/mi2-stepi.exp: Likewise.
12957 * gdb.mi/mi2-until.exp: Likewise.
12958 * gdb.mi/mi2-var-display.exp: Likewise.
12959 * gdb.mi/mi2-watch.exp: Likewise.
12960
62172bb9
UW
129612008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12962
12963 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
12964
12965 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
12966
a13e061a
PA
129672008-04-04 Pedro Alves <pedro@codesourcery.com>
12968
12969 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
12970 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
12971 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12972 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
12973 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
12974 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
12975 expect an mi error duplicated in stderr.
12976
eae06beb
JB
129772008-04-03 Joel Brobecker <brobecker@adacore.com>
12978
12979 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
12980 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
12981 Add a couple of tests that verify the behavior when the new setting
12982 is set to "cancel" and "all".
12983 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
12984 "ask" before we start the testing.
12985
79c6ced6
AR
129862008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
12987
12988 * gdb.cp/casts.cc: Add class reference variables.
12989 * gdb.cp/casts.exp: New test cases for up/down casting references.
12990
6c2d1a6b
MK
129912008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
12992
12993 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
12994 instead of beginning to make an extra test pass.
12995 * gdb.mi/mi2-var-display.exp: Likewise.
12996
55b411d9
MR
129972008-03-31 Maciej W. Rozycki <macro@mips.com>
12998
12999 * gdb.base/break.exp: Mark failures as such. Fix formatting.
13000
c6140da2
MD
130012008-03-31 Markus Deuling <deuling@de.ibm.com>
13002 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13003
13004 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
13005 value. Add xfail for older kernels.
13006
79732189
AR
130072008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
13008
13009 Bring mi-support in line with gdb.exp.
13010 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
13011 (mi_gdb_start): New function.
13012
33c3676e
MR
130132008-03-28 Maciej W. Rozycki <macro@mips.com>
13014
13015 * gdb.mi/mi-var-cmd.exp: Fix a typo.
13016
92e28119
VP
130172008-03-26 Vladimir Prus <vladimir@codesourcery.com>
13018
13019 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
13020 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 13021
9e8e3afe
VP
130222008-03-26 Vladimir Prus <vladimir@codesourcery.com>
13023
13024 * lib/mi-support.exp (mi_create_varobj_checked): New.
13025 (mi_list_varobj_children): Allow to check for a
13026 value.
13027 (mi_list_array_varobj_children): New.
13028
13029 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
13030 and mi_list_varobj_children, as opposed to hardcoding
13031 expected strings.
13032 * gdb.mi/gdb701.exp: Likewise.
13033 * gdb.mi/gdb792.exp: Likewise.
13034 * gdb.mi/mi-var-block.exp: Likewise.
13035 * gdb.mi/mi-var-cmd.exp: Likewise.
13036 * gdb.mi/mi-var-invalidate.exp: Likewise.
13037 * gdb.mi/mi2-var-block.exp: Likewise.
13038 * gdb.mi/mi2-var-child.exp: Likewise.
13039 * gdb.mi/mi2-var-cmd.exp: Likewise.
13040 * gdb.mi/mi2-var-display.exp: Likewise.
13041
9df50351
JK
130422008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13043
13044 Fix random false FAILs on i386.
13045 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
13046
31e5d73a
DJ
130472008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
13048
13049 PR gdb/544
13050 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
13051
12f4afab
DJ
130522008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
13053
13054 PR gdb/544
13055 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
13056
b562a0cb
DJ
130572008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13058
13059 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
13060 fixed PR gdb/544.
13061
17faa917
DJ
130622008-03-21 Pedro Alves <pedro@codesourcery.com>
13063
13064 * gdb.threads/fork-child-threads.exp: Test next over fork.
13065
6214f497
DJ
130662008-03-21 Chris Demetriou <cgd@google.com>
13067
13068 * gdb.base/break.exp (rbreak junk): New test for rbreak
13069 "Junk at end of arguments" issue.
13070
63092375
DJ
130712008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13072
13073 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
13074 *& to work on created array elements.
13075 (Top level): Test print $pc with a file. Test string operations
13076 without a target.
13077 * gdb.base/ptype.exp: Do not expect *& to work on created array
13078 elements.
13079
b21991b0
DJ
130802008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
13081
13082 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13083 gdb.threads/staticthreads.exp: Update exit query.
13084
c4b347c7
SL
130852008-03-07 Sandra Loosemore <sandra@codesourcery.com>
13086
13087 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
13088
fa4727a6
DJ
130892008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
13090
13091 * gdb.base/watchpoint.c (global_ptr, func4): New.
13092 (main): Call func4.
13093 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
13094 (test_inaccessible_watchpoint): New.
13095
2f34202f
MR
130962008-02-29 Maciej W. Rozycki <macro@mips.com>
13097
13098 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
13099 select the largest.
13100
0d6ba1b1
DJ
131012008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
13102
13103 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
13104 frames-invalid annotations.
13105
e691325a
PM
131062008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
13107
a9c64011 13108 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 13109
f85b5ecc
DE
131102008-02-27 Doug Evans <dje@google.com>
13111
13112 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
13113 for bug 1738.
13114 (breakpoint_to_handler_entry): Ditto.
13115
b40e7bf3
JB
131162008-02-27 Joel Brobecker <brobecker@adacore.com>
13117
13118 * gdb.base/ending-run.exp: Use the first line of code inside
13119 function body to test breakpoints.
13120 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
13121 location where the breakpoint is inserted when using the line
13122 where a function is declared. Fix typo in the description of
13123 one of the tests.
13124 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
13125
2faca73a
PM
131262008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
13127
13128 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 13129 tests.
2faca73a 13130
6f439c36
PM
131312008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
13132
13133 * gdb.base/args.exp: avoid same output for tests
13134 with single quotes.
13135
54e52265
VP
131362008-02-26 Vladimir Prus <vladimir@codesourcery.com>
13137
a9c64011
AS
13138 * gdb.base/annota1.exp: Adjust for 'info break'
13139 format changes.
13140 * gdb.base/annota3.exp: Likewise.
13141 * gdb.base/break.exp: Likewise.
13142 * gdb.base/condbreak.exp: Likewise.
13143 * gdb.base/pending.exp: Likewise.
13144 * gdb.base/sepdebug.exp: Likewise.
13145 * gdb.base/unload.exp: Likewise.
13146 * gdb.cp/ovldbreak.exp: Likewise.
13147 * gdb.mi/mi-pending.exp: Likewise.
54e52265 13148
897b09ca
DE
131492008-02-07 Doug Evans <dje@google.com>
13150
13151 * gdb.cp/mb-inline.exp: New.
13152 * gdb.cp/mb-inline.h: New.
13153 * gdb.cp/mb-inline1.cc: New.
13154 * gdb.cp/mb-inline2.cc: New.
13155
b1c32d35
PM
131562008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
13157
13158 * gdb.pascal/floats.pas: New test program.
13159 * gdb.pascal/floats.exp: New testcase.
13160
1a4ca44a
TJB
131612008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13162
13163 * gdb.base/callfuncs.c (t_float_many_args): New function.
13164 (t_double_many_args): New function.
13165 * gdb.base/callfuncs.exp: Add tests for exceeding float
13166 and double parameters passed through the stack.
13167
439048e8
JB
131682008-02-05 Joel Brobecker <brobecker@adacore.com>
13169
13170 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
13171 gdb.ada/complete/foo.adb: New files.
13172 * gdb.ada/complete.exp: New testcase.
13173
81fe8080
DE
131742008-02-03 Doug Evans <dje@google.com>
13175
301f0ecf
DE
13176 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
13177
81fe8080
DE
13178 * gdb.cp/gdb2384.exp: New file.
13179 * gdb.cp/gdb2384.cc: New file.
13180 * gdb.cp/gdb2384-base.h: New file.
13181 * gdb.cp/gdb2384-base.cc: New file.
13182
4b071aec
DE
131832008-02-02 Doug Evans <dje@google.com>
13184
13185 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
13186
61137ba6
JB
131872007-02-01 Joel Brobecker <brobecker@adacore.com>
13188
13189 * gdb.ada/sym_print_name: New test program.
13190 * gdb.ada/sym_print_name.exp: New testcase.
13191
131922007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
13193
13194 * gdb.ada/nested/hello.adb: New file.
13195 * gdb.ada/nested.exp: New testcase.
13196 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13197
98deb0da
VP
131982008-02-01 Vladimir Prus <vladimir@codesourcery.com>
13199
13200 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
13201 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
13202 don't cause future evaluations of function to report
13203 creation of internal breakpoints.
98deb0da 13204
723a2275
VP
132052008-02-01 Vladimir Prus <vladimir@codesourcery.com>
13206
13207 * gdb.mi/mi-break.exp (test_error): New.
13208 Call it.
13209
fb546a2f
LM
132102008-01-31 Luis Machado <luisgpm@br.ibm.com>
13211
13212 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
13213 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
13214
2d8fd90a
PM
132152008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
13216
13217 * gdb.pascal/integers.pas: New test program.
13218 * gdb.pascal/integers.exp: New testcase.
13219
a7fa0ded
PM
132202008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
13221
13222 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
13223
5e1a1926
TJB
132242008-01-30 Luis Machado <luisgpm@br.ibm.com>
13225
13226 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
13227 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
13228
8d04f9f0
JB
132292008-01-30 Paul Hilfinger <hilfinger@adacore.com>
13230
13231 * gdb.ada/formatted_ref: New test program.
13232 * gdb.ada/formatted_ref.exp: New testcase.
13233
13234 * gdb.cp/formatted-ref.cc: New file.
13235 * gdb.cp/formatted-ref.exp: New testcase.
13236
ce75a98f
JB
132372008-01-30 Joel Brobecker <brobecker@adacore.com>
13238
13239 * gdb.base/ptype.exp: Add testing of "ptype $pc".
13240
e835f6bf
NR
132412008-01-30 Nick Roberts <nickrob@snap.net.nz>
13242
13243 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
13244 (test_file_list_exec_source_file): Update to new macro-info field.
13245
d118ef87
PH
132462008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
13247
13248 * gdb.ada/exprs: New test program.
13249 * gdb.ada/exprs.exp: New testcase.
13250
7d35ab09
TJB
132512008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13252
13253 * dfp-test.c (DELTA, DELTA_B): New definitions.
13254 (double_val1, double_val2, double_val3, double_val4, double_val5,
13255 double_val6, double_val7, double_val8, double_val9, double_val10,
13256 double_val11, double_val12, double_val13, double_val14, dec32_val1,
13257 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
13258 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
13259 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
13260 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
13261 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
13262 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
13263 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
13264 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
13265 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
13266 dec128_val16): New global variables.
13267 (decimal_dec128_align): New function.
13268 (decimal_mixed): Likewise.
13269 (decimal_many_args_dec32): Likewise.
13270 (decimal_many_args_dec64): Likewise.
13271 (decimal_many_args_dec128): Likewise.
13272 (decimal_many_args_mixed): Likewise.
13273 * dfp-test.exp: Add tests calling new inferior functions.
13274
2d717e4f
DJ
132752008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13276
13277 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
13278 gdb.server/ext-run.exp: New files.
13279 * lib/gdbserver-support.exp (gdbserver_download): New.
13280 (gdbserver_start): New. Update gdbserver expected
13281 output.
13282 (gdbserver_spawn): Use them.
13283 (gdbserver_start_extended): New.
13284
e85a822c
DJ
132852008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13286
13287 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
13288 Run on GNU/Linux.
13289 (do_exec_tests): Check for systems which do not support catchpoints.
13290 Do not match START.
13291 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
13292 Run on GNU/Linux. Enable verbose output.
13293 (check_fork_catchpoints): New.
13294 (explicit_fork_child_follow, catch_fork_child_follow)
13295 (tcatch_fork_parent_follow): Update expected messages.
13296 (do_fork_tests): Use check_fork_catchpoints.
13297 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
13298 Run on GNU/Linux. Enable verbose output.
13299 (check_vfork_catchpoints): New.
13300 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
13301 expected messages.
13302 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
13303
401ea829
JB
133042008-01-29 Jim Blandy <jimb@red-bean.com>
13305
13306 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
13307 host' errors.
13308 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
13309
aceaf3ad
JB
133102008-01-29 Jim Blandy <jimb@red-bean.com>
13311
13312 * gdb.threads/sigthread.c: Use barriers to ensure that
13313 child_thread and child_thread_two are always initialized before we
13314 start to use them.
13315
a5606eee
VP
133162008-01-29 Vladimir Prus <vladimir@codesourcery.com>
13317
13318 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
13319 * gdb.base/watchpoint-solib.c: New.
13320 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 13321
c55a82bb
PM
133222008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
13323
13324 * gdb.base/gdb1056.exp: Add unsigned integer test.
13325
0993fe05
DE
133262008-01-28 Doug Evans <dje@google.com>
13327
13328 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
13329
4fe42e7f
JB
133302008-01-27 Jim Blandy <jimb@codesourcery.com>
13331
c7a69933
JB
13332 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
13333
4fe42e7f
JB
13334 * gdb.base/expand-psymtabs.exp: Doc fix.
13335
5def8285
MK
133362008-01-26 Mark Kettenis <kettenis@gnu.org>
13337
13338 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
13339
5313c911
NR
133402008-01-24 Nick Roberts <nickrob@snap.net.nz>
13341
a9c64011 13342 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
13343 -var-set-format.
13344
93815fbf
VP
133452008-01-23 Chris Demetriou <cgd@google.com>
13346
13347 * gdb.threads/thread_events.c: New testcase source file.
13348 * gdb.threads/thread_events.exp: New testcase expect file.
13349
467a88ee
NR
133502008-01-23 Nick Roberts <nickrob@snap.net.nz>
13351
13352 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
13353
13354 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
13355 -var-set-format.
13356
d8f82aba
DJ
133572008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13358 Vladimir Prus <vladimir@codesourcery.com>
13359
13360 * gdb.base/float.exp: Allow missing floating point for m68k and
13361 PowerPC.
13362
60c46647
VP
133632008-01-22 Vladimir Prus <vladimir@codesourcery.com>
13364
13365 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
13366 ignore count.
13367 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
13368 * gdb.mi/mi-cli.exp: Adjust.
13369 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 13370
c7dd36a1
PA
133712008-01-17 Pedro Alves <pedro@codesourcery.com>
13372
13373 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
13374 and 'dummy_ptr' integer pointer. Initialize struct_declarations
13375 with dummy_ptr's address.
13376 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
13377 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
13378 all targets.
13379 * gdb.mi/mi2-var-child.exp: Likewise.
13380
39d5313e
JB
133812008-01-09 Joel Brobecker <brobecker@adacore.com>
13382
13383 * gdb.ada/null_array: New test program.
13384 * gdb.ada/null_array.exp: New testcase.
13385
0aea4bf3
LM
133862008-01-09 Luis Machado <luisgpm@br.ibm.com>
13387
13388 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
13389 with required float modifiers.
13390
0b354900
JB
133912008-01-08 Joel Brobecker <brobecker@adacore.com>
13392
13393 * gdb.ada/funcall_param: New test program.
13394 * gdb.ada/funcall_param.exp: New testcase.
13395
cdb7f5d4
JB
133962008-01-08 Joel Brobecker <brobecker@adacore.com>
13397
13398 * gdb.ada/arrayparam: New test program.
13399 * gdb.ada/arrayparam.exp: New testcase.
13400
88e2547f
JB
134012008-01-08 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
13404 landed. Should also fix random failures in the test following it.
13405
f6867ce0
TJB
134062008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
13407
13408 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
13409 for expressions with decimal float values.
13410 (test_dfp_conversions): New function to test casts to and from
13411 decimal float types.
13412 Call test_dfp_conversions.
13413 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
13414 elements.
13415 (main): Initialize ds.float4 and ds.double8 elements.
13416 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
13417 string to new error message.
13418 (d64_set_tests): Likewise.
13419 (d128_set_tests): Likewise.
13420 Add tests for expressions with decimal float variables. Add tests for
13421 conversions to and from decimal float types.
13422
f9c11282
JB
134232008-01-05 Joel Brobecker <brobecker@adacore.com>
13424
13425 * gdb.ada/packed_tagged/comp_bug.adb: New file.
13426 * gdb.ada/packed_tagged.exp: New testcase.
13427
0ecbca72
JB
134282008-01-04 Joel Brobecker <brobecker@adacore.com>
13429
13430 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
13431 gdb.ada/homonym/homonym_main.adb: New files.
13432 * gdb.ada/homonym.exp: New testcase.
13433
c18d3d89
JB
134342008-01-04 Joel Brobecker <brobecker@adacore.com>
13435
13436 * gdb.ada/packed_array.exp: Add testing of references to
13437 a packed array.
13438
ecc7085b
JB
134392008-01-04 Joel Brobecker <brobecker@adacore.com>
13440
13441 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
13442 New files.
13443 * gdb.ada/type_coercion.exp: New testcase.
13444
c474c922
JB
134452008-01-04 Joel Brobecker <brobecker@adacore.com>
13446
13447 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
13448 gdb.ada/tagged/foo.adb: New file.
13449 * gdb.ada/tagged.exp: New testcase.
13450
9005b927
JB
134512008-01-04 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
13454 gdb.ada/ptype_field/foo.adb: New files.
13455 * gdb.ada/ptype_field.exp: New testcase.
13456
1a6aaad8
JB
134572008-01-03 Joel Brobecker <brobecker@adacore.com>
13458
13459 * gdb.ada/print_pc.exp: New testcase.
13460
0ef22f53
JB
134612008-01-03 Joel Brobecker <brobecker@adacore.com>
13462
13463 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
13464 gdb.ada/taft_type/p.adb: New files.
13465 * gdb.ada/taft_type.exp: New testcase.
13466
1689ecf8
JB
134672008-01-03 Joel Brobecker <brobecker@adacore.com>
13468
13469 * gdb.ada/array_bounds/bar.adb: New file.
13470 * gdb.ada/array_bounds.exp: New testcase.
13471
a4d0b9c3
JB
134722008-01-03 Joel Brobecker <brobecker@adacore.com>
13473
13474 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
13475 gdb.ada/arrayptr/foo.adb: New files.
13476 * gdb.ada/arrayptr.exp: New testcase.
13477
a31ace00
JB
134782008-01-03 Joel Brobecker <brobecker@adacore.com>
13479
13480 * gdb.base/set-lang-auto.exp: New testcase.
13481
a97fced3
JB
134822008-01-03 Joel Brobecker <brobecker@adacore.com>
13483
13484 * gdb.ada/fun_addr/foo.adb: New file.
13485 * gdb.ada/fun_addr.exp: New testcase.
13486
ef29ce1a
JK
134872008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13488
13489 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
13490 New files
13491
0fafefe3
JB
134922008-01-02 Joel Brobecker <brobecker@adacore.com>
13493
13494 * array_subscript_addr/p.adb: New file.
a9c64011 13495 * array_subscript_addr.exp: New testcase.
0fafefe3 13496
c4359f8d
JB
134972008-01-02 Joel Brobecker <brobecker@adacore.com>
13498
a9c64011 13499 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
13500 New files.
13501 * gdb.ada/str_cmp_ref.exp: New testcase.
13502
1aa1b15b
JB
135032008-01-01 Joel Brobecker <brobecker@adacore.com>
13504
13505 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
13506 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 13507 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 13508
81c9b2cf
JB
135092008-01-01 Joel Brobecker <brobecker@adacore.com>
13510
13511 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
13512 gdb.ada/ref_param/pck.ads: New files.
13513 * gdb.ada/ref_param.exp: New testcase.
13514
319e4674
JB
135152008-01-01 Joel Brobecker <brobecker@adacore.com>
13516
13517 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
13518 gdb.ada/interface/foo.adb: New files.
13519 * gdb.ada/interface.exp: New testcase.
13520
ef682c56
JB
135212007-12-31 Jim Blandy <jimb@codesourcery.com>
13522
13523 * gdb.base/multi-forks.exp: Consume all output from child
13524 processes before proceeding to next test.
13525
f6f3eb6c
JB
135262007-12-29 Jim Blandy <jimb@codesourcery.com>
13527
13528 * configure: Regenerated.
13529
f652e42f
JB
135302007-12-27 Joel Brobecker <brobecker@adacore.com>
13531
13532 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
13533 gdb.ada/fixed_cmp/fixed.adb: New files.
13534 * gdb.ada/fixed_cmp.exp: New testcase.
13535
6943e596
JB
135362007-12-27 Joel Brobecker <brobecker@adacore.com>
13537
13538 * gdb.ada/boolean_expr.exp: New testcase.
13539
aad9a193
JB
135402007-12-26 Jim Blandy <jimb@codesourcery.com>
13541
13542 * gdb.base/multi-forks.exp: Doc fix.
13543
fb5f3683
JB
135442007-12-26 Joel Brobecker <brobecker@adacore.com>
13545
13546 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13547 * gdb.ada/char_param.exp: Do not compile our test program with
13548 -gnata, this is unnecessary.
13549 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
13550
384e4a9c
JB
135512007-12-24 Joel Brobecker <brobecker@adacore.com>
13552
13553 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
13554 gdb.ada/print_chars/foo.adb: New files.
13555 * gdb.ada/print_chars.exp: New testcase.
13556
01e044f7
JB
135572007-12-24 Joel Brobecker <brobecker@adacore.com>
13558
13559 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
13560 gdb.ada/char_param/foo.adb: New files.
13561 * gdb.ada/char_param.exp: New testcase.
13562
0ce17860
JB
135632007-12-22 Jim Blandy <jimb@codesourcery.com>
13564
13565 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
13566 hard-coding source line numbers into the test.
13567 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
13568 gdb_get_line_number to find.
13569
919809b9
JB
135702007-12-22 Joel Brobecker <brobecker@adacore.com>
13571
13572 * gdb.base/ptype.c (highest): New struct type.
13573 (the_highest): New variable of that type.
13574 (main): Add dummy assignment to a field of variable the_highest.
13575 * gdb.base/ptype.exp: Test type printing of our new variable.
13576
abc8a88d
PM
135772007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
13578
13579 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 13580 and record first explicitly generated thread number.
abc8a88d
PM
13581 Use that thread number for thread specific watchpoint test.
13582 Add iteration number to repetitive tests.
13583
5158f3e3
CES
135842007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
13585 Jim Blandy <jimb@codesourcery.com>
13586
13587 * gdb.base/expand-psymtabs.c: New testcase
13588 source file.
13589 * gdb.base/expand-psymtabs.exp: New testcase
13590 expect file.
13591
37e4754d
LM
135922007-12-17 Luis Machado <luisgpm@br.ibm.com>
13593
13594 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
13595 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
13596
551e5d04
JB
135972007-12-17 Joel Brobecker <brobecker@adacore.com>
13598
13599 * gdb.ada/frame_args/foo.adb: New file.
13600 * gdb.ada/frame_args/pck.ads: New file.
13601 * gdb.ada/frame_args/pck.adb: New file.
13602 * gdb.ada/frame_args.exp: New testcase.
13603
a05ee097
JB
136042007-12-17 Joel Brobecker <brobecker@adacore.com>
13605
13606 * gdb.base/frame-args.c: New file.
13607 * gdb.base/frame-args.exp: New testcase.
13608
c162e8c9 136092007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 13610 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
13611
13612 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
13613
afe8ab22 136142007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13615
afe8ab22
VP
13616 * gdb.mi/mi-pending.exp: New.
13617 * gdb.mi/mi-pending.c: New.
13618 * gdb.mi/mi-pendshr.c: New.
13619
dfdfb3ca
JB
136202007-12-06 Jim Blandy <jimb@codesourcery.com>
13621
13622 * gdb.base/default.exp: Update expected output for 'info catch'.
13623
b7fca990
JK
136242007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13625
13626 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
13627 must be set to binary.
13628
6a1afc1e
PA
136292007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
13630
13631 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
13632
a6b151f1
DJ
136332007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
13634
13635 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
13636 gdb.mi/mi-file-transfer.exp: New.
13637
43039443
JK
136382007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13639
13640 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
13641
0ef2251b
MR
136422007-11-22 Maciej W. Rozycki <macro@mips.com>
13643
13644 * gdb.trace/backtrace.exp: Fix a typo.
13645 * gdb.trace/circ.exp: Likewise.
13646 * gdb.trace/collection.exp: Likewise.
13647 * gdb.trace/limits.exp: Likewise.
13648 * gdb.trace/report.exp: Likewise.
13649 * gdb.trace/tfind.exp: Likewise.
13650 * gdb.trace/while-dyn.exp: Likewise.
13651
5443631e
NR
136522007-11-21 Nick Roberts <nickrob@snap.net.nz>
13653
13654 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
13655 objects of pointers that can't be dereferenced are now
13656 "noneditable".
13657
a4ce5b0d
UW
136582007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13659
13660 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
13661 (target_cpu): Remove.
13662
d6e956e5
VP
136632007-10-15 Vladimir Prus <vladimir@codesourcery.com>
13664
13665 * gdb.base/ending-run.exp: Expect the list of cleared
13666 breakpoint to come in natural order, not the reversed one.
a9c64011 13667
214270ab
VP
136682007-11-07 Vladimir Prus <vladimir@codesourcery.com>
13669
13670 * gdb.mi/mi-var-child.c (do_child_deletion): New.
13671 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 13672
1a619819
LM
136732007-11-05 Luis Machado <luisgpm@br.ibm.com>
13674
13675 * gdb.base/printcmds.exp: New function
13676 test_printf_with_dfp.
13677
5b01a6fa
DE
136782007-11-02 Doug Evans <dje@google.com>
13679
13680 * gdb.disasm/t01_mov.s: Remove carriage returns.
13681 * gdb.disasm/t02_mova.s: Ditto.
13682 * gdb.disasm/t03_add.s: Ditto.
13683 * gdb.disasm/t04_sub.s: Ditto.
13684 * gdb.disasm/t05_cmp.s: Ditto.
13685 * gdb.disasm/t06_ari2.s: Ditto.
13686 * gdb.disasm/t07_ari3.s: Ditto.
13687 * gdb.disasm/t08_or.s: Ditto.
13688 * gdb.disasm/t09_xor.s: Ditto.
13689 * gdb.disasm/t10_and.s: Ditto.
13690 * gdb.disasm/t11_logs.s: Ditto.
13691 * gdb.disasm/t12_bit.s: Ditto.
13692 * gdb.disasm/t13_otr.s: Ditto.
13693
ec33ab7f
JK
136942007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13695
13696 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
13697
ae0d01ff
UW
136982007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13699
13700 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
13701 provide DFP support.
13702
55eddb0f
DJ
137032007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
13704
13705 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
13706 Test "set powerpc vector-abi". Skip auto-detection tests for old
13707 toolchains.
13708
7020f05c
PA
137092007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13710
13711 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
13712 with [string compare].
13713
84bc3db9
PA
137142007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13715
13716 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
13717 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
13718
5876dc88
LM
137192007-10-25 Luis Machado <luisgpm@br.ibm.com>
13720
13721 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
13722 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
13723 * gdb.opt/Makefile.in: New makefile.
13724 * Makefile.in: Create new directory "gdb.opt".
13725 * configure.ac: Add "gdb.opt" directory.
13726 * configure: Regenerated.
a9c64011 13727
c3ea9a14
DE
137282007-10-25 Doug Evans <dje@google.com>
13729
13730 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
13731 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
13732
a9c64011 137332007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
13734 Thiago Jung Bauermann <bauerman@br.ibm.com>
13735
13736 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
13737 Floating Point expressions.
13738 * gdb.base/dfp-test.exp: new file adding tests for Decimal
13739 Floating Point variables.
13740 * gdb.base/dfp-test.c: new file containing program with Decimal
13741 Floating variables, used by gdb.base/dfp-test.exp.
13742
62a24a2b
DJ
137432007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
13744
13745 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
13746
e7b1eae6
UW
137472007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13748
13749 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
13750 compiling test case with GCC.
13751 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
13752
c641edcc
UW
137532007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13754
13755 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
13756 format changes.
13757
5e5ebfe6
MS
137582007-10-18 Michael Snyder <msnyder@specifix.com>
13759
13760 * gdb.base/dbx.exp: Add missing "-re " operator.
13761
e831e7b6
GM
137622007-10-16 Gaius Mulley <gaius@glam.ac.uk>
13763
13764 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
13765 * configure.ac: Removed trailing spaces after backslash.
13766 * gdb.modula2: New directory.
13767 * gdb.modula2/Makefile.in: New file.
13768 * gdb.modula2/unbounded-array.exp: New file.
13769 * gdb.modula2/unbounded1.c: New file.
13770
7cc46491
DJ
137712007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
13772
13773 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
13774
137752007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
13776
13777 * gdb.base/sigstep.c (main): Add checks for
13778 return values for setitimer call.
13779 Call setitimer again with itimer = ITIMER_REAL
13780 if first call to setitimer fails.
13781
e91528f0
KH
137822007-10-11 Kazu Hirata <kazu@codesourcery.com>
13783
13784 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
13785 of $timeout.
13786
2ec9a4f8
DJ
137872007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
13788
13789 * gdb.server/server-run.exp: Test for dynamic linker symbols.
13790
137912007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
13792
13793 * lib/gdb.exp (gdb_run_cmd): Move comment outside
13794 of gdb_expect call, to avoid interruption.
13795
64b2fa04
PA
137962007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
13797
13798 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
13799 (v_unsigned_long_long, v_long_long_array)
13800 (v_signed_long_long_array, v_unsigned_long_long_array)
13801 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
13802 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
13803 [!NO_LONG_LONG]: New.
13804 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
13805 v_long_long_member.
13806
13807 (v_long_long_func, v_signed_long_long_func)
13808 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
13809 (main) [!NO_LONG_LONG]: Initialize long long variants.
13810
13811 * gdb.base/whatis.exp: If board file requests no_long_long, build
13812 test with NO_LONG_LONG defined. Test long long, signed long long,
13813 and unsigned long long variants but only if board file doesn't
13814 disable it.
13815
a912286e 138162007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 13817 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
13818
13819 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
13820 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
13821 * configure: Regenerated.
13822 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
13823 gdb.pascal/types.exp, lib/pascal.exp: New files.
13824
471ba8c9
DJ
138252007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
13826
13827 * gdb.cp/classes.exp (do_tests): Always step to the line after the
13828 call.
13829 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
13830 to return to the call.
13831 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
13832 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
13833 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
13834 * gdb.mi/mi-until.exp (test_until): Likewise.
13835 * gdb.mi/mi2-until.exp (test_until): Likewise.
13836
fef8a650
DJ
138372007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
13838
13839 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
13840 two-char array.
13841 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
13842
d983da9c
DJ
138432007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
13844
13845 * gdb.threads/watchthreads.c (thread_function): Sleep between
13846 iterations.
13847 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
13848 at once for S/390. Generate matching fails and passes.
13849
17f62551
VP
138502007-09-27 Vladimir Prus <vladimir@codesourcery.com>
13851
13852 * gdb.mi/var-cmd.c (do_children_tests): Initialize
13853 the 'struct_declarations' variable to zeros.
a9c64011 13854
ed0616c6
VP
138552007-09-24 Vladimir Prus <vladimir@codesourcery.com>
13856
13857 * gdb.cp/mb-ctor.cc: New.
13858 * gdb.cp/mb-ctor.exp: New.
13859 * gdb.cp/mb-templates.cc: New.
13860 * gdb.cp/mb-templates.exp: New.
13861
41f1b697
DJ
138622007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
13863
13864 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
13865
3f213f78
PA
138662007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
13867
13868 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
13869 targets.
13870 * configure: Regenerate.
13871
0d381245 138722007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13873
0d381245
VP
13874 * gdb.base/annota1.exp: Adjust for 'info break'
13875 format changes.
13876 * gdb.base/annota3.exp: Likewise.
13877 * gdb.base/break.exp: Likewise.
13878 * gdb.base/condbreak.exp: Likewise.
13879 * gdb.base/pending.exp: Likewise.
13880 * gdb.base/sepdebug.exp: Likewise.
13881 * gdb.base/unload.exp: Likewise.
13882 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 13883
fe3f5fa8
VP
138842007-09-22 Vladimir Prus <vladimir@codesourcery.com>
13885
13886 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
13887 messages.
13888 * gdb.base/chng-syms.exp: Likewise.
13889 * gdb.base/unload.exp: Likewise.
a9c64011 13890
a75cf6c0
DJ
138912007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
13892
13893 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
13894
18ecae38
DJ
138952007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
13896
13897 * schedlock.c (NUM): Change to 1.
13898 (main): Use args[0] for the main thread.
13899 * schedlock.exp: Only expect two threads. Only issue one pass or fail
13900 regardless of the number of threads.
13901
5509918f
MR
139022007-09-14 Maciej W. Rozycki <macro@mips.com>
13903
4a543daf
MR
13904 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
13905 type down.
13906 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13907 test.
13908 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
13909 watchpoint type down.
13910 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13911 test.
13912
139132007-09-14 Maciej W. Rozycki <macro@mips.com>
13914
5509918f
MR
13915 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
13916 Move all the tests here and run them twice, once using software
13917 watchpoints and once using hardware watchpoints.
13918 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
13919
40b53987
DJ
139202007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
13921
13922 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
13923 test.
13924
695e2681
MK
139252007-09-10 Mark Kettenis <kettenis@gnu.org>
13926
8b3fc8d8
MK
13927 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
13928 build-id.
13929
695e2681
MK
13930 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
13931 know about $ORIGIN. Calculate output dir from $dest instead of
13932 using ${objdir}/{$subdir}.
13933
58d69f29
MK
139342007-09-09 Mark Kettenis <kettenis@gnu.org>
13935
13936 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
13937 gcore, before continuing with the test.
13938
3e347599
DJ
139392007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
13940
13941 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
13942 * gdb.mi/mi-watch.exp: Likewise.
13943
ea37ba09
DJ
139442007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13945 Jim Blandy <jimb@codesourcery.com>
13946
13947 * gdb.arch/i386-sse.exp: Do not expect character constants.
13948 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
13949 * gdb.base/display.exp: Allow print/s.
13950 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
13951 and unsigned char array changes.
13952
2025a643
DJ
139532007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13954
13955 * gdb.base/display.exp: Add tests for printf %p.
13956
26669a27
PA
139572007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
13958
13959 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
13960 the dll name to unicode.
13961
c8f021f8
JK
139622007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13963
13964 * gdb.base/default.exp (show version): Update the version text.
13965 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
13966
4cf31eea
JK
139672007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13968
13969 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
13970 New files.
13971
4935890f
JK
139722007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13973
13974 * lib/gdb.exp (build_id_debug_filename_get): New function.
13975 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
13976 Remove the generate DEBUG file for the future testcase runs.
13977 New testcase for the NT_GNU_BUILD_ID retrieval.
13978 Move the final testing step to ...
13979 (test_different_dir): ... a new function.
13980 New parameter XFAIL to XFAIL all the tests performed.
13981 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
13982 New parameter TYPE to PF_PREFIX all the tests performed.
13983
02142340
VP
139842007-08-31 Vladimir Prus <vladimir@codesourcery.com>
13985
13986 * gdb.mi/mi-var-cp.cc (path_expression): New
13987 function.
13988 * gdb.mi/mi-var-cp.exp: Run path exression tests.
13989
36acd84e
UW
139902007-08-27 Markus Deuling <deuling@de.ibm.com>
13991
13992 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
13993 to fit into SPU Local Store memory.
13994
a896d121
JB
139952007-08-23 Joel Brobecker <brobecker@adacore.com>
13996
13997 * gdb.base/default.exp: Adjust the expected output of "info
13998 warranty" after the switch to GPLv3.
13999
7b433602
JB
140002007-08-23 Joel Brobecker <brobecker@adacore.com>
14001
14002 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
14003 to 30000 (from 20000).
14004
e22f8b7c
JB
140052007-08-23 Joel Brobecker <brobecker@adacore.com>
14006
14007 Switch the license of all .exp files to GPLv3.
14008 Switch the license of all .f and .f90 files to GPLv3.
14009 Switch the license of all .s and .S files to GPLv3.
14010
5a0e3bd0
JB
140112007-08-23 Joel Brobecker <brobecker@adacore.com>
14012
14013 * configure.ac: Switch license to GPLv3.
14014
cc00619d
JB
140152007-08-23 Joel Brobecker <brobecker@adacore.com>
14016
14017 Switch the licensing to GPLv3 for all .ads and .adb files.
14018
8d26208a
DJ
140192007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
14020
14021 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
14022 and t_int_double.
14023 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
14024
4fcb9948
JB
140252007-08-17 Joel Brobecker <brobecker@adacore.com>
14026
14027 * gdb.base/step-line.c: Switch license to GPL version 3, and
14028 update copyright year.
14029 * gdb.base/step-line.inp: Likewise.
14030
b9c34f67
JB
140312007-08-17 Joel Brobecker <brobecker@adacore.com>
14032
14033 * gdb.base/gdb1555.exp: Make expected output immune to formatting
14034 changes inside gdb1555.c.
14035 * gdb.base/pending.exp: Likewise.
14036
2cc17678
DJ
140372007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
14038
14039 * config/default.exp: New file.
14040
e48883f7
DJ
140412007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
14042
14043 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
14044 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
14045
1ab80e5b
MR
140462007-07-30 Maciej W. Rozycki <macro@mips.com>
14047
14048 * gdb.base/dump.exp: Force the correct endianness for binary
14049 formats not carrying this information.
14050
aba471f5
DJ
140512007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14052
14053 * gdb.threads/staticthreads.exp: Match .*sem_post.
14054
d4e07204
DJ
140552007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14056
14057 * gdb.base/readline.exp (operate_and_get_next): Match the final
14058 prompt.
14059
2b97317d
KB
140602007-07-23 Kevin Buettner <kevinb@redhat.com>
14061
14062 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
14063 to restarting SID.
14064
44efa07a
KB
140652007-07-18 Kevin Buettner <kevinb@redhat.com>
14066
14067 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
14068 prior to `gdb_start'.
14069
7b5ebade
KB
140702007-07-18 Kevin Buettner <kevinb@redhat.com>
14071
14072 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
14073 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
14074 Remove call to gdb_unload.
14075
255e7678
DJ
140762007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
14077 Daniel Jacobowitz <dan@codesourcery.com>
14078
14079 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
14080 for __WIN32__.
14081 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
14082 * gdb.base/unload.exp: Use shared library test routines.
14083
3a40aaa0
UW
140842007-07-03 Markus Deuling <deuling@de.ibm.com>
14085
14086 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
14087 * gdb.base/solib-symbol-lib.c: Likewise.
14088 * gdb.base/solib-symbol-main.c: Likewise.
14089
b0f4b84b
DJ
140902007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
14091
14092 * config/gdbserver.exp (gdb_reconnect): New.
14093 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
14094 gdb.base/solib-disc.exp: New files.
14095 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
14096 remote debugging".
14097 (gdb_compile): Add shlib_load flag.
14098 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
14099 port.
14100 (gdbserver_reconnect): New.
14101
1b05479a
DJ
141022007-07-01 Nick Roberts <nickrob@snap.net.nz>
14103 Daniel Jacobowitz <dan@codesourcery.com>
14104
14105 * gdb.base/annota3.exp: Test for if construct.
14106
86f78eb2
DJ
141072007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
14108
14109 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
14110
6a2eb474 141112007-06-21 Chris Dearman <chris@mips.com>
a9c64011 14112 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
14113
14114 * gdb.base/display.exp: Allow a newline after display/i.
14115 * gdb.base/pc-fp.exp: Likewise.
14116 * gdb.base/sigbpt.exp: Likewise.
14117
f8b73d13
DJ
141182007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14119
14120 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
14121 required features to be included.
14122
4339e69e
DJ
141232007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
14124
14125 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
14126 in info threads output.
14127
23d964e7
UW
141282007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14129 Markus Deuling <deuling@de.ibm.com>
14130
14131 * gdb.arch/spu-info.exp: New testcase.
14132 * gdb.arch/spu-info.c: New file.
14133
fd20f75b
DJ
141342007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
14135
14136 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
14137 tpcs_offset. Restore lr after the call.
14138 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
14139
2226f861
DJ
141402007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
14141
14142 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
14143 (gdbserver_run): Kill any running gdbserver.
14144 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
14145
d12371a9
MR
141462007-05-17 Maciej W. Rozycki <macro@mips.com>
14147
14148 * gdb.base/sigbpt.exp: Preset segv_addr.
14149
93f02886
DJ
141502007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
14151
14152 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
14153 (gdb_compile_shlib): Likewise.
14154 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
14155 (default_gdb_init): Clear cleanfiles.
14156 (gdb_finish): Delete recorded cleanfiles.
14157 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
14158
14159 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
14160 Do not use isnative.
14161 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
14162 gdb.base/so-impl-ld.exp: Likewise.
14163 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
14164 * gdb.base/unload.exp: Likewise. Do not pass empty option to
14165 gdb_compile.
14166
b04e06d7
VP
141672007-05-15 Vladimir Prus <vladimir@codesourcery.com>
14168
14169 * config/unknown.exp: Remove.
14170
069ed931
UW
141712007-05-15 Markus Deuling <deuling@de.ibm.com>
14172
14173 * gdb.base/info-proc.exp: Check is_remote.
14174
09db0d03
UW
141752007-05-14 Markus Deuling <deuling@de.ibm.com>
14176
14177 * gdb.base/gcore.exp: Initialize variable core_supported.
14178
af2cbe8c
DJ
141792007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14180
14181 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
14182
027c0295
DJ
141832007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14184
14185 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
14186 * gdb.threads/print-threads.exp (test_all_threads): Allow
14187 negative and hexadecimal thread IDs.
14188
dc5000e7
DJ
141892007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
14190
14191 * gdb.java/jprint.java (public): Avoid invalid call to static
14192 method.
14193
2e74ed18
DP
141942007-05-14 Denis Pilat <denis.pilat@st.com>
14195
14196 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
14197 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
14198 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14199 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
14200 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
14201
83547f02
UW
142022007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14203
14204 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 14205 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
14206 this mode.
14207 * gdb.base/ovlymgr.c: Provide stubs for spu target.
14208 * gdb.base/spu.ld: New file.
14209
b18be20d
DJ
142102007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
14211
14212 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
14213
be444858
DJ
142142007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
14215
14216 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
14217
b1d53152
DJ
142182007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
14219
14220 * gdb.java/jmain.exp: Handle demangled names with and without method
14221 signatures.
14222
d084b331
DJ
142232007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
14224
14225 * gdb.mi/mi-syn-frame.c (main, foo, bar)
14226 (have_a_very_merry_interrupt): Remove calls to puts.
14227 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
14228 inferior output.
14229 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
14230 test names.
14231
db9d7fc5
DJ
142322007-04-29 Markus Deuling <deuling@de.ibm.com>
14233 Daniel Jacobowitz <dan@codesourcery.com>
14234
14235 * gdb.base/auxv.exp (core_works): Also check is_remote.
14236 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
14237
ef783a7d 142382007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 14239
ef783a7d
VP
14240 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
14241 message, not the undefined 'module' variable.
14242 * gdb.base/siginfo.exp: Likewise.
14243 * gdb.base/sigstep.exp: Likewise.
14244 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
14245 serialport.
14246 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
14247
b7b73cae
CV
142482007-04-25 Corinna Vinschen <vinschen@redhat.com>
14249
14250 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
14251 target sim fails. Return 0 otherwise.
14252 (gdb_load): Return prematurely if gdb_target_sim fails.
14253
7d90fdfa
DP
142542007-04-16 Denis Pilat <denis.pilat@st.com>
14255
14256 * gdb.base/setshow.exp: Reset height after having set it to 100.
14257
5d3e9c85
DP
142582007-04-16 Denis Pilat <denis.pilat@st.com>
14259
14260 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
14261
18e75969
DP
142622007-04-16 Denis Pilat <denis.pilat@st.com>
14263
14264 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
14265
25d5ea92
VP
142662007-04-14 Vladimir Prus <vladimir@codesourcery.com>
14267
14268 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
14269 tests. Run the frozen varobjs test.
14270 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 14271 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 14272
0b49cb80
JK
142732007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14274
14275 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
14276 gdb.base/type-opaque.exp: New files.
14277
a73bafbc 142782007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
14279
14280 * gdb.mi/mi-var-child.c
a73bafbc
VP
14281 (do_children_tests): User char[2] instead of
14282 char so that automatic printing of pointers to char
14283 don't give unpredicable result.
14284 * gdb.mi/var-cmd.c (do_locals_test): Initialize
14285 local variables.
14286 * gdb.mi/mi-var-child.exp: Step to right line
14287 of do_children_tests.
14288 * gdb.mi/mi2-var-child.exp: Likewise.
14289 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 14290 do_locals_tests.
a73bafbc
VP
14291 (do_children_tests): User char[2] instead of
14292 char so that automatic printing of pointers to char
a9c64011 14293 don't give unpredicable result.
a73bafbc 14294 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 14295 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
14296 Pass test name to mi_wait_for_stop.
14297
7ce59000
DJ
142982007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14299
14300 * gdb.asm/asm-source.exp: Remove d10v case.
14301 * lib/gdb.exp (skip_cplus_tests): Likewise.
14302 * gdb.asm/d10v.inc: Deleted.
14303
20389057
DJ
143042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14305
14306 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
14307
8807d78b
DJ
143082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14309
14310 * config/netware.exp: Delete file.
14311
aa3edb8e
JB
143122007-03-29 Joel Brobecker <brobecker@adacore.com>
14313
14314 * gdb.dwarf2/dw2-noloc.S: New file.
14315 * gdb.dwarf2/dw2-noloc.exp: New file.
14316
297561ac
PA
143172007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
14318
14319 * gdb.cp/method2.cc: New test.
14320 * gdb.cp/method2.exp: New test.
14321 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
14322
1f81bd39
DJ
143232007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14324
14325 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
14326
9453113a
DJ
143272007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
14328
14329 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
14330
b741e217
DJ
143312007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14332
14333 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
14334 (gdb_load): Delete, replace with...
14335 (gdb_reload): ...this.
14336 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
14337 * gdb.server/server-mon.exp: Likewise.
14338 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
14339 (gdb_start_cmd): New.
14340 (gdb_file_cmd): Save the last loaded file.
14341 (gdb_reload): New.
14342 (gdb_gnu_strip_debug): Use transform.
14343 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
14344 support here. Use new $last_loaded_file. Check mtime.
14345 (gdb_target_cmd): Handle ObjC failure case.
14346 (infer_host_exec): Delete.
14347 (gdbserver_load): Rename to...
14348 (gdbserver_run): ...this. Simplify.
14349 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
14350 (mi_gdb_load): Move most contents to a new function...
14351 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
14352 (mi_run_cmd): Use mi_gdb_target_load.
14353 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
14354 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
14355 Use gdb_run_cmd.
14356 * gdb.base/charsign.exp: Remove incorrect comment.
14357 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
14358 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
14359 gdb.base/start.exp: Use gdb_start_cmd.
14360
446ab585 143612007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 14362 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
14363
14364 * gdb.base/sigbpt.exp: Fix the message when skipping test.
14365 * gdb.base/signull.exp: Similarly.
14366
bbb88ebf
UW
143672007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14368
14369 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
14370 messages available to test cases (like chng-sym.exp).
14371
cb8c4a99
AS
143722007-03-14 Andreas Schwab <schwab@suse.de>
14373
14374 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
14375 format changes.
14376
4e463ff5
DJ
143772007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
14378
14379 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
14380 (optimized_1): New.
14381 (main): Call optimized_1.
14382 (gdb2029): Correct typos. Call gdb2029_marker.
14383 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
14384 for gdb2029.
14385
b6db2c47
MK
143862007-03-12 Mark Kettenis <kettenis@gnu.org>
14387
14388 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
14389 as tabs. Remove redundant test pattern.
14390
70ed3737
UW
143912007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14392
14393 * gdb.base/long_long.exp: Accept optional symbol name in <...>
14394 for /a format output.
14395
47b67b60
DJ
143962007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
14397
14398 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
14399 collect output incrementally.
14400
b8953b0e
UW
144012007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14402
14403 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
14404 for -var-create lpcharacter test.
14405 * gdb.mi/mi2-var-cmd.exp: Likewise.
14406
7acd5c40
UW
144072007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14408
14409 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
14410 pass on targets where address zero is readable.
14411
9c6759c1
UW
144122007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14413
14414 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
14415 just a single architecture.
14416
a2f1aeb4
UW
144172007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14418
14419 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
14420 (fetch_all_registers): New function, uses gdb_test_multiple and
14421 exp_continue to fetch inferior output line-by-line.
14422 Replace all uses of do_get_all_registers by fetch_all_registers.
14423
46579ac2
UW
144242007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14425
14426 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
14427 in target_info.
14428
fc133f24
MS
144292007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14430
a9c64011 14431 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
14432 consistancy; add a default (timeout) case.
14433
7646a51d
MS
144342007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14435
14436 * gdb.base/watchpoint.exp: Fix truncated comment.
14437
dcfff61f
MS
144382007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14439
14440 * Makefile.in: Remove spurious single-quotes from sed command.
14441
664e3ee9
DJ
144422007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14443
14444 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
14445 func.
14446 * gdb.mi/mi2-var-cmd.exp: Likewise.
14447
d7cc6f2f
JB
144482007-02-27 Joel Brobecker <brobecker@adacore.com>
14449
a9c64011
AS
14450 * gdb.dwarf2/dw2-producer.S: New file.
14451 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
14452
144532007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
14454
14455 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14456 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14457 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14458 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14459 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
14460 Revert tests to use mi_gdb_test and include value field in output
14461 of -var-create.
14462
93d42b30
DJ
144632007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14464
14465 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
14466
c499ed39
DJ
144672007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14468
14469 * gdb.base/maint.exp: Remove full paths from test names.
14470 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
14471 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
14472
9836f81b
JB
144732007-02-27 Joel Brobecker <brobecker@adacore.com>
14474
14475 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
14476
c74d0ad8
DJ
144772007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14478
14479 * gdb.server/server-mon.exp: New test.
14480
2711e456
DJ
144812007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14482
14483 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
14484
ff6f572f
DJ
144852007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14486
14487 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
14488 register capitalization.
14489
fada3feb
DP
144902007-02-13 Denis Pilat <denis.pilat@st.com>
14491
14492 * gdb.mi/mi-var-invalidate.exp: New file.
14493
fb1e4ffc
DJ
144942007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14495
14496 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
14497
3da939d7
DJ
144982007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14499
14500 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
14501
123dc839
DJ
145022007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14503
14504 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
14505 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
14506
877e3645 145072007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
14508
14509 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14510 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14511 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14512 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14513 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 14514 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 14515 Update tests to include value field in output of -var-create.
a9c64011 14516
3c0a2960
AS
145172007-02-08 Andreas Schwab <schwab@suse.de>
14518
14519 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
14520
108546a0
DJ
145212007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
14522
14523 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
14524 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
14525
d701dcab
DP
145262007-02-02 Denis Pilat <denis.pilat@st.com>
14527
14528 * gdb.threads/threadapply.exp: check that frame is not changed by
14529 the thread apply all command.
14530
783e3e2f
AS
145312007-01-31 Andreas Schwab <schwab@suse.de>
14532
6d9c3a87
AS
14533 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14534
3c50d7b9
AS
14535 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
14536 in the dwarf sections.
14537 * gdb.dwarf2/mac-fileno.S: Likewise.
14538
783e3e2f
AS
14539 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
14540 bspstore register on ia64.
14541
78ff580e
AS
145422007-01-29 Andreas Schwab <schwab@suse.de>
14543
cc8e9b12
AS
14544 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
14545 "frame-begin" annotation.
14546
78ff580e
AS
14547 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
14548 number of "frames-invalid" annotations.
14549
704a4f78
DJ
145502007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14551
14552 * gdb.base/commands.exp: Call if_commands_test.
14553 (gdb_test_no_prompt, if_commands_test): New.
14554
e741bf94
MK
145552007-01-28 Mark Kettenis <kettenis@gnu.org>
14556
14557 * gdb.threads/sigthread.c (NSIGS): Make bigger.
14558
474d0ad3
AS
145592007-01-27 Andreas Schwab <schwab@suse.de>
14560
14561 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
14562 .short/.int/.quad in the dwarf sections.
14563 * gdb.dwarf2/dw2-intercu.S: Likewise.
14564 * gdb.dwarf2/dw2-intermix.S: Likewise.
14565
e784b426
JK
145662007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
14569 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
14570 array.
e784b426
JK
14571 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
14572 * gdb.base/setvar.exp: Likewise.
14573
37f08e04
AS
145742007-01-26 Andreas Schwab <schwab@suse.de>
14575
9a01813a
AS
14576 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
14577 test.
14578
37f08e04
AS
14579 * gdb.base/multi-forks.exp ("restart $i"): Also match
14580 __kernel_syscall_via_break.
14581
6e2a9270
VP
145822007-01-24 Vladimir Prus <vladimir@codesourcery.com>
14583
14584 * lib/mi-support.exp (mi_delete_varobj): New.
14585 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
14586 testcase.
14587 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
14588 (main): Call the above.
14589 (reference_update_test, base_in_reference_test)
14590 (reference_to_pointer): Delete the created varobjs.
a9c64011 14591
e515b470
DJ
145922007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
14593
14594 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
14595 * configure: Regenerated.
14596 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
14597 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
14598 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
14599 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
14600 * lib/gdb.exp (gdb_skip_xml_test): New function.
14601
08d8bcd7
DJ
146022007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
14603
14604 * gdb.base/sigrepeat.exp: Correct error message.
14605
146062007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
14607 Daniel Jacobowitz <dan@codesourcery.com>
14608
14609 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
14610 gdb.arch/i386-gnu-cfi-asm.S: New files.
14611
97c3f1f3
JK
146122007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14613
14614 * lib/gdb.exp: Abort on missing `site.exp'.
14615
cb1df416
DJ
146162007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14617 Daniel Jacobowitz <dan@codesourcery.com>
14618
14619 * gdb.base/included.c, gdb.base/included.exp,
14620 gdb.base/included.h: New files.
14621
35990120
DJ
146222007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14623
14624 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
14625 (maximize_rlimit): Reduce limits on 64-bit systems.
14626
6e81a116 146272007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
14628
14629 From Marcus Deuling <deuling@de.ibm.com>:
14630 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
14631 every case.
14632
6c3c41f3
NR
146332007-01-13 Nick Roberts <nickrob@snap.net.nz>
14634
14635 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
14636 (test_path_specification): Use objdir instead of srcdir to always
14637 get an absolute filename.
14638
2f12c312
DJ
146392007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
14640
14641 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
14642
81121995
VP
146432007-01-11 Vladimir Prus <vladimir@codesourcery.com>
14644
14645 * gdb.mi/mi-var-cp.cc (reference_update_tests):
14646 Make sure the variable we're using is in scope.
14647 (reference_to_pointer): Likewise.
14648
4741b737
DJ
146492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14650
14651 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
14652 has no debug information.
14653
054410c3
DJ
146542007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14655
14656 * gdb.base/annota1.exp: Remove extra send_gdb.
14657
818f79f6
DJ
146582007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
14661
f7a6bb70
DJ
146622007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14663
14664 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
14665
57e66780
DJ
146662007-01-08 Nick Roberts <nickrob@snap.net.nz>
14667 Daniel Jacobowitz <dan@codesourcery.com>
14668
14669 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
14670 lcharacter or linteger change. Correct duplicated test name.
14671 * gdb.mi/mi2-var-cmd.exp: Likewise.
14672
3d799a95
DJ
146732007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14674
14675 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
14676
146772007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 14678
a9c64011
AS
14679 * gdb.base/nofield.c: New file.
14680 * gdb.base/nofield.exp: New testcase.
51679ba9 14681
eafb94e8
NR
146822007-01-05 Nick Roberts <nickrob@snap.net.nz>
14683
14684 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
14685
14686 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
14687 test.
14688
5e572bb4
DJ
146892007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14690
14691 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
14692
74a44383
DJ
146932007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14694
14695 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
14696 when continuing.
14697
1b572db9
DJ
146982007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14699
14700 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
14701 Expect ".exe" extension.
14702
381bc39b
DJ
147032007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14704
14705 * gdb.base/charset.exp: Add explicit filename to break.
14706 * gdb.base/dbx.exp: Add explicit filename to breaks.
14707
2b70e4c6
DJ
147082007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14709
14710 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
14711 * gdb.mi/mi2-file.exp: Likewise.
14712
303b6f5d
DJ
147132007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14714
14715 Implement specification of MI tests as comments
14716 in C and C++ sources.
14717 * lib/mi-support.exp (mi_autotest_data): New variable.
14718 (mi_autotest_source): New variable.
14719 (count_newlines, mi_prepare_inline_tests)
14720 (mi_get_inline_test, mi_continue_to_line)
14721 (mi_run_inline_test, mi_tbreak)
14722 (mi_send_resuming_command, mi_wait_for_stop): New functions.
14723 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
14724 Run inline tests.
14725 * gdb.mi/mi-var-cp.cc: Define tests here.
14726
23da0d94
VP
147272007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14728
14729 Simplify usage of mi_continue_to.
14730 * lib/mi-support.exp (mi_runto_helper): Renamed
14731 from mi_runto, added new parameter 'run_or_continue'.
14732 (mi_runto): Use mi_runto_helper.
14733 (mi_continue_to): Accept just function name as parameter.
14734 Use mi_runto_helper.
14735 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
14736 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 14737
f9e18282
JB
147382006-01-04 Joel Brobecker <brobecker@adacore.com>
14739
14740 Make this testcase a bit more realistic. The current code
14741 is too simplistic, and allows the compiler to optimize out
14742 some of the entities we need for this testcase.
14743 * gdb.ada/null_record/bar.ads (Void_Star): New type.
14744 (Do_Nothing): Add extra parameter.
14745 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
14746 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
14747 by using a variable of type Void_Star.
14748
fd678c65
JB
147492006-01-04 Joel Brobecker <brobecker@adacore.com>
14750
14751 * gdb.ada/catch_ex/foo.adb: New file.
14752 * gdb.ada/catch_ex.exp: New testcase.
14753
05cfdb42
DJ
147542007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
14755
14756 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
14757 pass --image-base to linker.
14758
2e03ee74
DJ
147592007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14760 Daniel Jacobowitz <dan@codesourcery.com>
14761
14762 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
14763 secondary prompts.
14764
0d5de010
DJ
147652007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14766
14767 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
14768 output. Test the types of members and member pointers.
14769 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
14770 gdb/2092.
14771 * gdb.cp/member-ptr.exp: Search for a comment instead of a
14772 statement. Enable for GCC. Update expected output for some tests
14773 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
14774 layout.
14775 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
14776 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
14777 (Diamond::vget_base): New.
14778 (main): Add new tests.
14779 * gdb.cp/printmethod.exp: Update expected output for member functions.
14780 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
14781 print pEe->D::vg().
14782
61a771aa
DJ
147832007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14784
14785 * gdb.threads/tls.exp: Allow stops in sem_post.
14786
2fa63963
DJ
147872006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
14788
14789 * gdb.base/annota1.exp: Allow .*printf in backtraces.
14790 * gdb.base/annota3.exp: Likewise.
14791 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
14792 again (instead of timing out).
14793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
14794 GCC bug 26475.
14795 * gdb.java/jmisc.exp: Adjust to work with method signatures including
14796 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
14797 test from jmisc1.exp.
14798 * gdb.java/jmisc1.exp: Delete.
14799 * gdb.java/jprint.exp: Adjust to work with method signatures including
14800 return types.
14801 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
14802 * gdb.threads/linux-dp.exp: Don't be confused by program output.
14803 * lib/java.exp (compile_java_from_source): Pass the correct type
14804 to target_compile.
14805
5eefc2b7
JB
148062006-12-31 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
14809 (stack_align_edx): New function.
14810 (stack_align_eax): New function.
14811 (main): Add calls to stack_align_edx and stack_align_eax.
14812 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
14813 Add testing for the cases where the register used during a stack
14814 realignment is edx. Same for eax.
14815
227c54da
DJ
148162006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
14817
14818 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
14819 and generic PE targets.
14820
cab8ac94
JB
148212006-12-29 Joel Brobecker <brobecker@adacore.com>
14822
14823 * gdb.ada/array_return.exp: Update copyright date list.
14824
ba54f318
JB
148252006-12-27 Joel Brobecker <brobecker@adacore.com>
14826
14827 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
14828 (Create_Small_Float_Vector): New function.
14829 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
14830 function body.
14831 * gdb.ada/array_return/p.adb: Use new type and function from
14832 package Pck.
14833 * gdb.ada/array_return.exp: Add a test verifying that GDB is
14834 able to print the value returned by a function returning an
14835 array of float.
14836
6b7a35dd
JB
148372006-12-20 Joel Brobecker <brobecker@adacore.com>
14838
14839 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
14840 The associated tests should be PASSing.
14841
038224f6
VP
148422006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14843
14844 Test for base in references.
14845 * gdb.mi/mi-var-cp.cc: Add test code.
14846 * gdb.mi/mi-var-cp.exp: Test for bases in references.
14847 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
14848 * gdb.mi/mi2-watch.exp: Likewise.
14849 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
14850 (mi_list_varobj_children): New function.
14851
b26ed50d
VP
148522006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14853
14854 * lib/mi-support.exp
14855 (mi_runto): Accept "()" after function name.
14856 (mi_create_varobj): New function.
14857 (mi_varobj_update): New function.
14858 (mi_Check_varobj_value): New function.
14859 * gdb.mi/mi-var-cp.exp: New file.
14860 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 14861
08232497
DJ
148622006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
14863
14864 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
14865 gdb.base/weaklib2.c: New files.
14866
d394c993 148672006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 14868
ac6c2fba
NS
14869 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
14870 info. Adjust test names.
14871
8ec659a0 14872 * gdb.base/break.c (main): Move position of malloc.
d394c993 14873 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 14874
acd65feb
VP
148752006-11-28 Vladimir Prus <vladimir@codesourcery.com>
14876
14877 * gdb.mi/mi-var-cmd.exp: Check -var-update after
14878 assignement of arrays and function pointers.
14879 * gdb.mi/var-cmd.c: Add declaration necessary for above
14880 tests.
14881
f556d5e5
NS
148822006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14883
14884 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
14885
14886 * gdb.threads/linux-dp.exp: Read thread table before and after
14887 creating each philosopher and verify it.
14888
697bc68d
NS
148892006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14890 Paul Brook <paul@codesourcery.com>
14891 Daniel Jacobowitz <dan@codesourcery.com>
14892
14893 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 14894 main to remove duplication. Add start function of the form
697bc68d
NS
14895 '_*start[1-9]*'. Add RVDS start function.
14896
29d73ae4
DJ
148972006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14898
14899 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
14900
c1d88655
UW
149012006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14902
14903 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
14904 * gdb.asm/spu.inc: New file.
14905 * gdb.base/term.exp: Disable if [target_info exists noargs].
14906 * gdb.gdb/complaints.exp: Disable if ![isnative].
14907 * gdb.gdb/selftest.exp: Likewise.
14908 * gdb.gdb/observer.exp: Likewise.
14909 * gdb.gdb/xfullpath.exp: Likewise.
14910 * gdb.base/attach.exp: Disable on SPU target.
14911 * gdb.cp/bs145503.exp: Likewise.
14912 * gdb.cp/exception.exp: Likewise.
14913 * gdb.cp/userdef.exp: Likewise.
14914
32a13b1a
DJ
149152006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14916
14917 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
14918
d8295fe9
VP
149192006-11-10 Vladimir Prus <vladimir@codesourcery.com>
14920
14921 * gdb.base/completion.exp: Fix completion tests for
14922 'info' and 'info '.
14923 * gdb.base/help.exp (help_test_raw, test_class_help)
14924 (test_prefix_command_help): Move...
14925 * lib/gdb.exp: Here.
14926 * gdb.base/main.exp: Adjust.
14927 * gdb.cp/maint.exp: Adjust.
14928 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 14929
8c394015
VP
149302006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14931
14932 * gdb.stabs/weird.exp (print_weird_var): Use
14933 gdb_test_multiple instead of gdb_expect.
14934
027fc1bc
VP
149352006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14936
14937 * gdb.base/help.exp (help_test_raw): New.
14938 (test_class_help): New.
14939 (test_prefix_command_help): New.
14940 Adjust testcases.
14941
67609209
FR
149422006-11-09 Christophe Lyon <christophe.lyon@st.com>
14943
14944 * gdb.base/constvars.c (main): Write to crass and crips, so that
14945 they are allocated by the compiler.
14946
f73adfeb
AS
149472006-10-27 Andreas Schwab <schwab@suse.de>
14948
14949 * gdb.base/multi-forks.exp: Use "detach fork" instead of
14950 "detach-fork".
14951
2f83a18e
DJ
149522006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
14953
14954 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
14955 of patterns.
14956
94277a38
DJ
149572006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14958
14959 * gdb.base/sepdebug.exp: Remove debug format test.
14960 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
14961 Handle no-symtab.
14962 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
14963
5bd2f6e2
DJ
149642006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14965
14966 * gdb.threads/manythreads.c (thread_function, main): Don't cast
14967 int to pointer or pointer to int.
14968 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
14969
8c008720
DJ
149702006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
14971
14972 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
14973
9e35dae4
DJ
149742006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
14977
d9639e13
DJ
149782006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
14979
14980 PR c++/2116
14981 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
14982
390a1bd0
JB
149832006-10-06 Joel Brobecker <brobecker@adacore.com>
14984
14985 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
14986 the corresponding bug has been fixed in GDB (PR/2018).
14987
dd920c33
JB
149882006-10-06 Joel Brobecker <brobecker@adacore.com>
14989
14990 * gdb.base/subst.exp: New testcase.
14991
53bbefe9
JB
149922006-10-06 Joel Brobecker <brobecker@adacore.com>
14993
14994 * gdb.ada/array_return/pck.ads: Add copyright notice.
14995 * gdb.ada/array_return/pck.adb: Likewise.
14996 * gdb.ada/array_return/p.adb: Likewise.
14997 * gdb.ada/exec_changed/first.adb: Likewise.
14998 * gdb.ada/exec_changed/second.adb: Likewise.
14999
09851417
JB
150002006-10-06 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.ada/watch_arg/watch.adb: New file.
15003 * gdb.ada/watch_arg.exp: New testcase.
15004
041bf30d
VP
150052006-10-02 Vladimir Prus <vladimir@codesourcery.com>
15006
15007 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 15008 via string_to_regexp.
041bf30d 15009 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 15010
f286fbdd 150112006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
15012
15013 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
15014 Remove unused / obsolete files.
15015
7c07f349
NR
150162006-09-19 Nick Roberts <nickrob@snap.net.nz>
15017
15018 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
15019
cd5ff84a
VP
150202006-09-17 Vladimir Prus <vladimir@codesourcery.com>
15021
15022 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
15023 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 15024 the number of frames.
cd5ff84a 15025
ae018d1a
DJ
150262006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
15027
15028 * gdb.base/args.c (main): Add breakpoint marker.
15029 * gdb.base/args.exp: Use args_test for tests. Add new tests which
15030 really test empty arguments.
15031 (args_load): Delete.
15032 (args_test): New.
15033
b399c549
NR
150342006-09-13 Nick Roberts <nickrob@snap.net.nz>
15035
15036 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 15037 check for one file.
b399c549 15038
2ab1eb7a
VP
150392006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
15040
15041 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
15042 HIGH_FRAME argument to -stack-list-locals can be larger than
15043 the number of frames.
a9c64011 15044
476308bf
FF
150452006-08-18 Fred Fish <fnf@specifix.com>
15046
15047 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
15048 '$' in front of skip_vmx_tests_saved when setting that.
15049
8625200f
AS
150502006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
15051
15052 * gdb.base/trace-commands.exp: New file.
15053
089ec8f1
DJ
150542006-08-10 Joel Brobecker <brobecker@adacore.com>
15055 Daniel Jacobowitz <dan@codesourcery.com>
15056
15057 * gdb.base/step-bt.exp: Make hexadecimal address optional in
15058 expected output of the backtrace commands.
15059
b60f0898
JB
150602006-08-09 Joel Brobecker <brobecker@adacore.com>
15061
15062 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
15063 untested followed by return combination.
15064 * gdb.arch/altivec-regs.exp: Likewise.
15065 * gdb.arch/e500-abi.exp: Likewise.
15066 * gdb.arch/e500-regs.exp: Likewise.
15067 * gdb.arch/gdb1291.exp: Likewise.
15068 * gdb.arch/gdb1431.exp: Likewise.
15069 * gdb.arch/gdb1558.exp: Likewise.
15070 * gdb.arch/i386-prologue.exp: Likewise.
15071 * gdb.arch/i386-unwind.exp: Likewise.
15072 * gdb.asm/asm-source.exp: Likewise.
15073 * gdb.base/a2-run.exp: Likewise.
15074 * gdb.base/advance.exp: Likewise.
15075 * gdb.base/all-bin.exp: Likewise.
15076 * gdb.base/annota1.exp: Likewise.
15077 * gdb.base/annota3.exp: Likewise.
15078 * gdb.base/args.exp: Likewise.
15079 * gdb.base/arithmet.exp: Likewise.
15080 * gdb.base/assign.exp: Likewise.
15081 * gdb.base/async.exp: Likewise.
15082 * gdb.base/attach.exp: Likewise.
15083 * gdb.base/bang.exp: Likewise.
15084 * gdb.base/bigcore.exp: Likewise.
15085 * gdb.base/bitfields.exp: Likewise.
15086 * gdb.base/bitfields2.exp: Likewise.
15087 * gdb.base/break.exp: Likewise.
15088 * gdb.base/call-sc.exp: Likewise.
15089 * gdb.base/call-strs.exp: Likewise.
15090 * gdb.base/callfuncs.exp: Likewise.
15091 * gdb.base/checkpoint.exp: Likewise.
15092 * gdb.base/chng-syms.exp: Likewise.
15093 * gdb.base/code-expr.exp: Likewise.
15094 * gdb.base/commands.exp: Likewise.
15095 * gdb.base/completion.exp: Likewise.
15096 * gdb.base/cond-expr.exp: Likewise.
15097 * gdb.base/condbreak.exp: Likewise.
15098 * gdb.base/consecutive.exp: Likewise.
15099 * gdb.base/constvars.exp: Likewise.
15100 * gdb.base/corefile.exp: Likewise.
15101 * gdb.base/cvexpr.exp: Likewise.
15102 * gdb.base/dbx.exp: Likewise.
15103 * gdb.base/define.exp: Likewise.
15104 * gdb.base/detach.exp: Likewise.
15105 * gdb.base/display.exp: Likewise.
15106 * gdb.base/dump.exp: Likewise.
15107 * gdb.base/ena-dis-br.exp: Likewise.
15108 * gdb.base/ending-run.exp: Likewise.
15109 * gdb.base/environ.exp: Likewise.
15110 * gdb.base/eval-skip.exp: Likewise.
15111 * gdb.base/exprs.exp: Likewise.
15112 * gdb.base/fileio.exp: Likewise.
15113 * gdb.base/finish.exp: Likewise.
15114 * gdb.base/float.exp: Likewise.
15115 * gdb.base/foll-exec.exp: Likewise.
15116 * gdb.base/foll-fork.exp: Likewise.
15117 * gdb.base/foll-vfork.exp: Likewise.
15118 * gdb.base/freebpcmd.exp: Likewise.
15119 * gdb.base/funcargs.exp: Likewise.
15120 * gdb.base/gcore.exp: Likewise.
15121 * gdb.base/gdb1090.exp: Likewise.
15122 * gdb.base/gdb1250.exp: Likewise.
15123 * gdb.base/huge.exp: Likewise.
15124 * gdb.base/info-proc.exp: Likewise.
15125 * gdb.base/interrupt.exp: Likewise.
15126 * gdb.base/jump.exp: Likewise.
15127 * gdb.base/langs.exp: Likewise.
15128 * gdb.base/lineinc.exp: Likewise.
15129 * gdb.base/list.exp: Likewise.
15130 * gdb.base/logical.exp: Likewise.
15131 * gdb.base/long_long.exp: Likewise.
15132 * gdb.base/macscp.exp: Likewise.
15133 * gdb.base/maint.exp: Likewise.
15134 * gdb.base/mips_pro.exp: Likewise.
15135 * gdb.base/miscexprs.exp: Likewise.
15136 * gdb.base/multi-forks.exp: Likewise.
15137 * gdb.base/opaque.exp: Likewise.
15138 * gdb.base/overlays.exp: Likewise.
15139 * gdb.base/pc-fp.exp: Likewise.
15140 * gdb.base/pointers.exp: Likewise.
15141 * gdb.base/printcmds.exp: Likewise.
15142 * gdb.base/psymtab.exp: Likewise.
15143 * gdb.base/ptype.exp: Likewise.
15144 * gdb.base/recurse.exp: Likewise.
15145 * gdb.base/relational.exp: Likewise.
15146 * gdb.base/relocate.exp: Likewise.
15147 * gdb.base/remote.exp: Likewise.
15148 * gdb.base/reread.exp: Likewise.
15149 * gdb.base/restore.exp: Likewise.
15150 * gdb.base/return.exp: Likewise.
15151 * gdb.base/return2.exp: Likewise.
15152 * gdb.base/scope.exp: Likewise.
15153 * gdb.base/sect-cmd.exp: Likewise.
15154 * gdb.base/sep.exp: Likewise.
15155 * gdb.base/sepdebug.exp: Likewise.
15156 * gdb.base/setshow.exp: Likewise.
15157 * gdb.base/setvar.exp: Likewise.
15158 * gdb.base/sigall.exp: Likewise.
15159 * gdb.base/sigbpt.exp: Likewise.
15160 * gdb.base/signals.exp: Likewise.
15161 * gdb.base/signull.exp: Likewise.
15162 * gdb.base/sizeof.exp: Likewise.
15163 * gdb.base/solib.exp: Likewise.
15164 * gdb.base/step-line.exp: Likewise.
15165 * gdb.base/step-test.exp: Likewise.
15166 * gdb.base/structs.exp: Likewise.
15167 * gdb.base/structs2.exp: Likewise.
15168 * gdb.base/term.exp: Likewise.
15169 * gdb.base/twice.exp: Likewise.
15170 * gdb.base/until.exp: Likewise.
15171 * gdb.base/varargs.exp: Likewise.
15172 * gdb.base/volatile.exp: Likewise.
15173 * gdb.base/watchpoint.exp: Likewise.
15174 * gdb.base/whatis-exp.exp: Likewise.
15175 * gdb.base/whatis.exp: Likewise.
15176 * gdb.cp/ambiguous.exp: Likewise.
15177 * gdb.cp/annota2.exp: Likewise.
15178 * gdb.cp/annota3.exp: Likewise.
15179 * gdb.cp/bool.exp: Likewise.
15180 * gdb.cp/breakpoint.exp: Likewise.
15181 * gdb.cp/casts.exp: Likewise.
15182 * gdb.cp/class2.exp: Likewise.
15183 * gdb.cp/classes.exp: Likewise.
15184 * gdb.cp/cplusfuncs.exp: Likewise.
15185 * gdb.cp/ctti.exp: Likewise.
15186 * gdb.cp/derivation.exp: Likewise.
15187 * gdb.cp/exception.exp: Likewise.
15188 * gdb.cp/gdb1355.exp: Likewise.
15189 * gdb.cp/hang.exp: Likewise.
15190 * gdb.cp/inherit.exp: Likewise.
15191 * gdb.cp/local.exp: Likewise.
15192 * gdb.cp/m-data.exp: Likewise.
15193 * gdb.cp/m-static.exp: Likewise.
15194 * gdb.cp/member-ptr.exp: Likewise.
15195 * gdb.cp/method.exp: Likewise.
15196 * gdb.cp/misc.exp: Likewise.
15197 * gdb.cp/namespace.exp: Likewise.
15198 * gdb.cp/overload.exp: Likewise.
15199 * gdb.cp/ovldbreak.exp: Likewise.
15200 * gdb.cp/pr-1023.exp: Likewise.
15201 * gdb.cp/pr-1210.exp: Likewise.
15202 * gdb.cp/pr-574.exp: Likewise.
15203 * gdb.cp/printmethod.exp: Likewise.
15204 * gdb.cp/psmang.exp: Likewise.
15205 * gdb.cp/ref-params.exp: Likewise.
15206 * gdb.cp/ref-types.exp: Likewise.
15207 * gdb.cp/rtti.exp: Likewise.
15208 * gdb.cp/templates.exp: Likewise.
15209 * gdb.cp/try_catch.exp: Likewise.
15210 * gdb.cp/userdef.exp: Likewise.
15211 * gdb.cp/virtfunc.exp: Likewise.
15212 * gdb.disasm/am33.exp: Likewise.
15213 * gdb.disasm/h8300s.exp: Likewise.
15214 * gdb.disasm/mn10300.exp: Likewise.
15215 * gdb.disasm/sh3.exp: Likewise.
15216 * gdb.disasm/t01_mov.exp: Likewise.
15217 * gdb.disasm/t02_mova.exp: Likewise.
15218 * gdb.disasm/t03_add.exp: Likewise.
15219 * gdb.disasm/t04_sub.exp: Likewise.
15220 * gdb.disasm/t05_cmp.exp: Likewise.
15221 * gdb.disasm/t06_ari2.exp: Likewise.
15222 * gdb.disasm/t07_ari3.exp: Likewise.
15223 * gdb.disasm/t08_or.exp: Likewise.
15224 * gdb.disasm/t09_xor.exp: Likewise.
15225 * gdb.disasm/t10_and.exp: Likewise.
15226 * gdb.disasm/t11_logs.exp: Likewise.
15227 * gdb.disasm/t12_bit.exp: Likewise.
15228 * gdb.disasm/t13_otr.exp: Likewise.
15229 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
15230 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
15231 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15232 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
15233 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
15234 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15235 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15236 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15237 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
15238 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
15239 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15240 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15241 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15242 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15243 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15244 * gdb.mi/gdb701.exp: Likewise.
15245 * gdb.mi/gdb792.exp: Likewise.
15246 * gdb.mi/mi-basics.exp: Likewise.
15247 * gdb.mi/mi-break.exp: Likewise.
15248 * gdb.mi/mi-cli.exp: Likewise.
15249 * gdb.mi/mi-console.exp: Likewise.
15250 * gdb.mi/mi-disassemble.exp: Likewise.
15251 * gdb.mi/mi-eval.exp: Likewise.
15252 * gdb.mi/mi-file.exp: Likewise.
15253 * gdb.mi/mi-read-memory.exp: Likewise.
15254 * gdb.mi/mi-regs.exp: Likewise.
15255 * gdb.mi/mi-return.exp: Likewise.
15256 * gdb.mi/mi-simplerun.exp: Likewise.
15257 * gdb.mi/mi-stack.exp: Likewise.
15258 * gdb.mi/mi-stepi.exp: Likewise.
15259 * gdb.mi/mi-syn-frame.exp: Likewise.
15260 * gdb.mi/mi-until.exp: Likewise.
15261 * gdb.mi/mi-var-block.exp: Likewise.
15262 * gdb.mi/mi-var-child.exp: Likewise.
15263 * gdb.mi/mi-var-cmd.exp: Likewise.
15264 * gdb.mi/mi-var-display.exp: Likewise.
15265 * gdb.mi/mi-watch.exp: Likewise.
15266 * gdb.mi/mi2-basics.exp: Likewise.
15267 * gdb.mi/mi2-break.exp: Likewise.
15268 * gdb.mi/mi2-cli.exp: Likewise.
15269 * gdb.mi/mi2-console.exp: Likewise.
15270 * gdb.mi/mi2-disassemble.exp: Likewise.
15271 * gdb.mi/mi2-eval.exp: Likewise.
15272 * gdb.mi/mi2-file.exp: Likewise.
15273 * gdb.mi/mi2-read-memory.exp: Likewise.
15274 * gdb.mi/mi2-regs.exp: Likewise.
15275 * gdb.mi/mi2-return.exp: Likewise.
15276 * gdb.mi/mi2-simplerun.exp: Likewise.
15277 * gdb.mi/mi2-stack.exp: Likewise.
15278 * gdb.mi/mi2-stepi.exp: Likewise.
15279 * gdb.mi/mi2-syn-frame.exp: Likewise.
15280 * gdb.mi/mi2-until.exp: Likewise.
15281 * gdb.mi/mi2-var-block.exp: Likewise.
15282 * gdb.mi/mi2-var-child.exp: Likewise.
15283 * gdb.mi/mi2-var-cmd.exp: Likewise.
15284 * gdb.mi/mi2-var-display.exp: Likewise.
15285 * gdb.mi/mi2-watch.exp: Likewise.
15286 * gdb.stabs/exclfwd.exp: Likewise.
15287 * gdb.stabs/weird.exp: Likewise.
15288 * gdb.threads/gcore-thread.exp: Likewise.
15289 * gdb.trace/actions.exp: Likewise.
15290 * gdb.trace/backtrace.exp: Likewise.
15291 * gdb.trace/circ.exp: Likewise.
15292 * gdb.trace/collection.exp: Likewise.
15293 * gdb.trace/deltrace.exp: Likewise.
15294 * gdb.trace/infotrace.exp: Likewise.
15295 * gdb.trace/limits.exp: Likewise.
15296 * gdb.trace/packetlen.exp: Likewise.
15297 * gdb.trace/passc-dyn.exp: Likewise.
15298 * gdb.trace/passcount.exp: Likewise.
15299 * gdb.trace/report.exp: Likewise.
15300 * gdb.trace/save-trace.exp: Likewise.
15301 * gdb.trace/tfind.exp: Likewise.
15302 * gdb.trace/tracecmd.exp: Likewise.
15303 * gdb.trace/while-dyn.exp: Likewise.
15304 * gdb.trace/while-stepping.exp: Likewise.
15305
f4b618d1
JB
153062006-08-08 Joel Brobecker <brobecker@adacore.com>
15307
15308 * gdb.base/step-bt.c: New file.
15309 * gdb.base/step-bt.exp: New testcase.
15310
3d00d119
DJ
153112006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
15312
15313 * config/monitor.exp (gdb_load): Remove support for obsolete
15314 download-write-size.
15315 * gdb.base/remote.exp: Likewise. Update all callers of
15316 gdb_timed_load.
15317
017b5bd4
DJ
153182006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
15319
15320 * cursal.exp: Pass binfile to gdb_load.
15321
837c599d
DJ
153222006-08-01 Nathan Sidwell <nathan@codesourcery.com>
15323
15324 * gdb.base/cursal.exp: Add "" to gdb_load call.
15325
8dd4540b
MK
153262006-07-29 Mark Kettenis <kettenis@gnu.org>
15327
15328 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
15329 NetBSD/ELF targets.
15330
ab5c9f60
DJ
153312006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
15332
15333 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
15334 operator*.
15335
4c42eaff
DJ
153362006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
15337
15338 * gdb.base/completion.exp: Update for change in "file" behavior.
15339 * gdb.stabs/weird.exp: Likewise.
15340 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
15341 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
15342
0155cc76
NS
153432006-07-24 Nathan Sidwell <nathan@codesourcery.com>
15344
15345 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
15346 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
15347
16026cd7
AS
153482006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
15349
15350 * gdb.base/default.exp: Update source command error message.
15351 * gdb.base/help.exp: Update 'help source' message.
15352
16963cb6
DJ
153532006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
15354
15355 * gdb.cp/bs15503.exp: Update comment for no longer crashing
15356 test.
15357
6d7fd486
AS
153582006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
15359
15360 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
15361
29e8a844
DJ
153622006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15363
15364 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
15365
6afcfa39
DJ
153662006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15367
15368 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
15369
267a692b
MK
153702006-07-17 Mark Kettenis <kettenis@gnu.org>
15371
15372 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
15373 *-*-openbsd* from targets for wich we expect ARM FPA floating
15374 point format.
15375
85d2fec4
NR
153762006-07-17 Nick Roberts <nickrob@snap.net.nz>
15377
15378 * gdb.cp/annota3.exp: Expect frame-begin annotation.
15379
153802006-07-17 Mark Kettenis <kettenis@gnu.org>
15381
15382 * gdb.base/annota3.exp: Expect frame-begin annotation.
15383
85b4c6e8
JB
153842006-07-14 Joel Brobecker <brobecker@adacore.com>
15385
15386 * gdb.base/help.exp: Adjust "help unset" test to accept
15387 any list of unset commands.
15388
fb933624
DJ
153892006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
15390 Daniel Jacobowitz <dan@codesourcery.com>
15391
15392 * gdb.cp/ref-params.exp: New test.
15393 * gdb.cp/ref-params.cc: New source file.
15394 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
15395
1dff4b64
MK
153962006-07-08 Mark Kettenis <kettenis@gnu.org>
15397
15398 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
15399 spaces/tabs in regular expressions since they might not be there.
15400
40d2e0e3
AS
154012006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
15402
15403 * gdb.base/ifelse.exp: New file.
15404
f6c957d2
NS
154052006-07-04 Nathan Sidwell <nathan@codesourcery.com>
15406
15407 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
15408 line.
15409 * gdb.base/huge.exp: Loop over compilation to find a size that
15410 is acceptable.
15411 * gdb.base/remote.exp: Correct expected strings.
15412 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
15413
b9c5a23d
DJ
154142006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15415
15416 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
15417
9af2e58d
DJ
154182006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15419
15420 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
15421 native.
15422
30930ca5
DJ
154232006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15424
15425 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
15426 enable stabs testing.
15427
aa32fa1d
DJ
154282006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15429
bd4a4c80 15430 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
15431 gdb_test_multiple does.
15432
321fef15
DJ
154332006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15434
15435 * Makefile.in (host_alias): Remove.
15436 (target_alias): Use @target_noncanonical@.
15437 (site.exp): Don't set host_alias.
15438 * aclocal.m4: Remove contents. Include acx.m4.
15439 * configure: Regenerated.
15440 * configure.ac: Use ACX_NONCANONICAL_TARGET.
15441
e1c2defa
NS
154422006-06-13 Nathan Sidwell <nathan@codesourcery.com>
15443
e63b55d1
NS
15444 * lib/gdb.exp (gdb_load_cmd): New.
15445
5600ea19
NS
15446 * gdb.base/fileio.c: Add system(NULL) test.
15447 * gdb.base/fileio.exp: Check it.
15448
e1c2defa
NS
15449 * gdb.base/break.c: Add 10a breakpoint at }
15450 * gdb.base/break.exp: Add test for breakpoint at }
15451 * gdb.cp/anon-union.cc: Add code at end of function.
15452 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
15453 * gdb.mi/var-cmd.c: Add code at end of function.
15454 * gdb.mi/mi-var-display.exp: Adjust end of next.
15455 * gdb.mi/mi2-var-display.exp: Likewise.
15456 * gdb.base/fileio.c: Add stop function and insert calls at
15457 stopping places.
15458 * gdb.base/fileio.exp: Breakpoint stop function and remove
15459 explicit line number references.
15460
6c0112ec
JB
154612006-05-19 Joel Brobecker <brobecker@adacore.com>
15462
a9c64011
AS
15463 * gdb.base/del.exp (test_delete_alias): New function.
15464 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 15465
154189a4
FF
154662006-05-18 Fred Fish <fnf@specifix.com>
15467
15468 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
15469 required. Check for spurious output after program exits normally.
15470
582e64c2
FF
154712006-05-17 Fred Fish <fnf@specifix.com>
15472
15473 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
15474 gdb_load, so it works in the simulator.
15475
8ef6493a
FF
154762006-05-11 Fred Fish <fnf@specifix.com>
15477
15478 * gdb.base/bang.exp: Ignore unexpected output between the
15479 "program exited normally" and the gdb prompt, as many other
15480 tests do.
15481
692b141c
MK
154822006-05-07 Mark Kettenis <kettenis@gnu.org>
15483
15484 * gdb.base/help.exp: Make "delete checkpoint" part option for
15485 "help d" and "help delete" tests.
15486
540b8a30
UW
154872006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15488
a9c64011 15489 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
15490 expected output in some mi_gdb_test statements.
15491 * gdb.mi/mi2-basics.exp: Likewise.
15492
9b6462d9
JB
154932006-05-05 Joel Brobecker <brobecker@adacore.com>
15494
15495 * gdb.base/del.c: New file.
15496 * gdb.base/del.exp: New testcase.
15497
954de43b
DM
154982006-05-05 David S. Miller <davem@sunset.davemloft.net>
15499
15500 * gdb.base/break.exp: Do not assume a breakpoint on
15501 main will actually be in $srcfile when optimizing.
1303f75e
DM
15502 * gdb.base/savedregs.exp: Do not require that the dummy
15503 frame location match up to a symbol and source file location.
c3242428
DM
15504 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
15505 will get printed without a mi_cmd_data_list_register_values prefix.
15506 (*-data-list-register-*): Correct regular expressions to expect the new
15507 pseudo d? floating point registers.
15508 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 15509
c7e64c9a
DJ
155102006-05-05 Christophe Lyon <christophe.lyon@st.com>
15511
15512 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
15513 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
15514 is allocated by the compiler.
15515 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
15516 anons, e, anone to force their allocation by the compiler.
15517
155182006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
15519
15520 * gdb.base/help.exp: Update expected text for help d and
15521 help delete.
15522
27ce9a6d
MK
155232006-05-02 Mark Kettenis <kettenis@gnu.org>
15524
15525 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
15526 NetBSD/ELF targets.
15527
8608915f
MK
155282006-04-30 Mark Kettenis <kettenis@gnu.org>
15529
15530 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
15531 single-step breakpoint fails; make this a KFAIL on
15532 sparc*-*-openbsd*.
15533 * gdb.base/siginfo.exp: Likewise.
15534 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15535
b8db102d
MS
155362006-04-26 Michael Snyder <msnyder@redhat.com>
15537
15538 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
15539 which may have to consume output from other forks.
15540 Add tests to make sure that "delete fork" succeeded.
15541
c702009a
MS
155422006-04-20 Michael Snyder <msnyder@redhat.com>
15543
15544 * 2006-03-22 Jim Blandy <jimb@redhat.com>
15545 Add support for the Renesas M32C and M16C.
15546
15547 * gdb.asm/asm-source.exp: Add m32c target.
15548 * gdb.asm/m32c.inc: Support for m32c target.
15549
e28493f2
AS
155502006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
15551
15552 * gdb.base/commands.exp (recursive_source_test): New test.
15553
880da185
DM
155542006-04-04 David S. Miller <davem@sunset.davemloft.net>
15555
15556 * gdb.base/float.exp: Add pattern for sparc targets.
15557
61d9b92f
DJ
155582006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15559
15560 * gdb.base/commands.exp (stray_arg0_test): New test.
15561
bd717df8
PB
155622006-03-30 Paul Brook <paul@codesourcery.com>
15563
15564 * gdb.mi/mi-until.exp: kfail broken until command.
15565 * gdb.mi/mi2-until.exp: Ditto.
15566
ec793d3c
NR
155672006-03-27 Nick Roberts <nickrob@snap.net.nz>
15568
15569 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
15570
831004b7
AO
155712006-03-08 Alexandre Oliva <aoliva@redhat.com>
15572
15573 * gdb.base/prelink.exp: Anchor tested-for regular expression
15574 on gdb prompt.
15575
effe49a0
PB
155762006-03-07 Paul Brook <paul@codesourcery.com>
15577
15578 * gdb.base/assign.exp: Correct fail message.
15579
e5461016
PB
155802006-03-07 Paul Brook <paul@codesourcery.com>
15581
15582 * lib/compiler.c: Extract armcc version number.
15583 * lib/compiler.cc: Ditto.
15584
fc91c6c2
PB
155852006-03-07 Paul Brook <paul@codesourcery.com>
15586
15587 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
15588 additional_flags=-w.
15589 * gdb.arch/altivec-regs.exp: Ditto.
15590 * gdb.arch/e500-abi.exp: Ditto.
15591 * gdb.arch/e500-regs.exp: Ditto.
15592 * gdb.base/all-bin.exp: Ditto.
15593 * gdb.base/annota1.exp: Ditto.
15594 * gdb.base/annota3.exp: Ditto.
15595 * gdb.base/args.exp: Ditto.
15596 * gdb.base/arithmet.exp: Ditto.
15597 * gdb.base/assign.exp: Ditto.
15598 * gdb.base/async.exp: Ditto.
15599 * gdb.base/bang.exp: Ditto.
15600 * gdb.base/break.exp: Ditto.
15601 * gdb.base/call-rt-st.exp: Ditto.
15602 * gdb.base/completion.exp: Ditto.
15603 * gdb.base/cond-expr.exp: Ditto.
15604 * gdb.base/condbreak.exp: Ditto.
15605 * gdb.base/consecutive.exp: Ditto.
15606 * gdb.base/define.exp: Ditto.
15607 * gdb.base/display.exp: Ditto.
15608 * gdb.base/ena-dis-br.exp: Ditto.
15609 * gdb.base/environ.exp: Ditto.
15610 * gdb.base/eval-skip.exp: Ditto.
15611 * gdb.base/info-proc.exp: Ditto.
15612 * gdb.base/jump.exp: Ditto.
15613 * gdb.base/logical.exp: Ditto.
15614 * gdb.base/long_long.exp: Ditto.
15615 * gdb.base/maint.exp: Ditto.
15616 * gdb.base/miscexprs.exp: Ditto.
15617 * gdb.base/pc-fp.exp: Ditto.
15618 * gdb.base/pointers.exp: Ditto.
15619 * gdb.base/relational.exp: Ditto.
15620 * gdb.base/reread.exp: Ditto.
15621 * gdb.base/sect-cmd.exp: Ditto.
15622 * gdb.base/sep.exp: Ditto.
15623 * gdb.base/sepdebug.exp: Ditto.
15624 * gdb.base/until.exp: Ditto.
15625 * gdb.base/whatis-exp.exp: Ditto.
15626 * gdb.cp/annota2.exp: Ditto.
15627 * gdb.cp/annota3.exp: Ditto.
15628 * gdb.trace/actions.exp: Ditto.
15629 * gdb.trace/backtrace.exp: Ditto.
15630 * gdb.trace/circ.exp: Ditto.
15631 * gdb.trace/collection.exp: Ditto.
15632 * gdb.trace/deltrace.exp: Ditto.
15633 * gdb.trace/infotrace.exp: Ditto.
15634 * gdb.trace/limits.exp: Ditto.
15635 * gdb.trace/packetlen.exp: Ditto.
15636 * gdb.trace/passc-dyn.exp: Ditto.
15637 * gdb.trace/passcount.exp: Ditto.
15638 * gdb.trace/report.exp: Ditto.
15639 * gdb.trace/save-trace.exp: Ditto.
15640 * gdb.trace/tfind.exp: Ditto.
15641 * gdb.trace/tracecmd.exp: Ditto.
15642 * gdb.trace/while-dyn.exp: Ditto.
15643 * gdb.trace/while-stepping.exp: Ditto.
15644 * lib/gdb.exp: Ditto.
15645 (gdb_compile): Handle nowarning option.
15646
5f4a23d9
AO
156472006-03-07 Alexandre Oliva <aoliva@redhat.com>
15648
15649 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
15650 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
15651 Rename executable to prelinkt. Don't re-prelink if we didn't
15652 get a core file. Test prelink -u exit status to tell whether
15653 prelinking failed. Use gdb_test_multiple.
15654
9733fc94
DJ
156552006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
15656
15657 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
15658 (do_tests): Call it.
15659
cc10cae3
AO
156602006-02-28 Alexandre Oliva <aoliva@redhat.com>
15661
15662 * gdb.base/prelink.exp: New test.
15663 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
15664
15c46491
WZ
156652006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
15666
15667 * gdb.fortran/derived-type.f90: New file.
15668 * gdb.fortran/derived-type.exp: New testcase.
15669
5c9f7ded
DJ
156702006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
15671
15672 * gdb.base/default.exp: Allow ';' as a directory separator.
15673
5b96932b
AS
156742006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15675
15676 * gdb.base/help.exp (help add-symbol-file): Update.
15677
1986bccd
AS
156782006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15679
15680 * gdb.base/help.exp (help load): Update expected results.
15681
a8b7528f
FF
156822006-02-19 Fred Fish <fnf@specifix.com>
15683
15684 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
15685 specifix hex value as part of results.
15686 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 15687
f8261448
FF
156882006-02-16 Fred Fish <fnf@specifix.com>
15689
15690 * gdb.base/whatis.c: Define variables using typedefs char_addr,
15691 ushort_addr, and slong_addr, so the typedefs are not optimized
15692 away.
15693 * gdb.base/whatis.exp: Add tests using type name for struct type,
15694 union type, enum type, and typedef.
a9c64011 15695
31d8bdd2
MK
156962006-02-13 Mark Kettenis <kettenis@gnu.org>
15697
15698 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
15699
34e41e63
JB
157002006-02-13 Jim Blandy <jimb@redhat.com>
15701
15702 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
15703 case where it takes two "next" commands to skip past the init
15704 call.
15705
ac6e4f31
FF
157062006-02-12 Fred Fish <fnf@specifix.com>
15707
15708 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
15709 to handle cases where it takes two "next" commands to skip
15710 past the init call.
15711
2db2d571
JB
157122006-02-07 Joel Brobecker <brobecker@adacore.com>
15713
15714 * gdb.ada/array_return.exp: Mark the last test as expected to fail
15715 on hppa32 targets.
15716
38fcd64c
DJ
157172006-02-06 Vladimir Prus <ghost@cs.msu.su>
15718
15719 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
15720 field.
15721
1315ad46
MK
157222006-01-29 Mark Kettenis <kettenis@gnu.org>
15723
15724 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
15725
5625b943
DJ
157262006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15727
15728 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
15729 files.
15730
80df1bbe
DJ
157312006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15732
15733 * gdb.cp/maint.exp: Set complaints to a positive value.
15734
9078e690
DJ
157352006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15736
15737 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
15738 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
15739 function name.
15740
9c903399
DJ
157412006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15742
15743 * gdb.base/checkpoint.c: Update copyright notice. Include
15744 <stdlib.h>.
15745
761ae4d6
JB
157462006-01-04 Jim Blandy <jimb@redhat.com>
15747
15748 * gdb.asm/asm-source.exp: Independently provide default values for
15749 asm-flags and debug-flags. Use 'string equal' to do the
15750 comparison, not the implicit expr's '==' operator. Remove
15751 now-unneeded assignments to asm-flags. In h8300 case, place
15752 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
15753
099ac3dd
MS
157542006-01-04 Michael Snyder <msnyder@redhat.com>
15755
15756 * gdb.base/checkpoint.c: New file.
15757 * gdb.base/checkpoint.exp: New file.
15758 * gdb.base/multi-fork.c: New file.
15759 * gdb.base/multi-fork.exp: New file.
15760 * gdb.base/pi.txt: New file (data for checkpoint.c test).
15761
f4d85314
FF
157622006-01-04 Fred Fish <fnf@specifix.com>
15763
15764 * gdb.base/ptype.c (foo): Add typedef.
15765 (intfoo): Add function.
15766 * gdb.base/ptype1.c: New file.
15767 * gdb.base/ptype.exp: Handle compilation and linking with two
15768 source files. Test that proper type for "foo" is found based
15769 on source context rather than first match found in symtabs.
15770
a1b06f35
MK
157712005-12-28 Mark Kettenis <kettenis@gnu.org>
15772
15773 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
15774 * gdb.asm/openbsd.inc: Indent commands.
15775
d082a1e2
MK
157762005-12-26 Mark Kettenis <kettenis@gnu.org>
15777
c65016bd
MK
15778 * gdb.base/freebpcmd.exp: Increase timeout.
15779
d082a1e2
MK
15780 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
15781
d3c32a0e
DJ
157822005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
15783
15784 * gdb.base/default.exp: Update check for "show version".
15785
9fdb1f50
RC
157862005-12-09 Randolph Chung <tausq@debian.org>
15787
15788 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
15789 * gdb.asm/pa64.inc: New file.
15790
5f2c56f7
RC
157912005-12-09 Randolph Chung <tausq@debian.org>
15792
15793 * gdb.asm/common.inc: Indent commands.
15794 * gdb.asm/asmsrc1.s: Likewise.
15795 * gdb.asm/asmsrc2.s: Likewise.
15796
8117349c
RC
157972005-12-09 Randolph Chung <tausq@debian.org>
15798
15799 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
15800 (get_addr_of_sym): Remove duplicate print.
15801 (gen_core): xfail hppa*-*-hpux*, update expected output.
15802 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
15803 * gdb.arch/pa64-nullify.s: New file.
15804
8f07f25a
RC
158052005-12-09 Randolph Chung <tausq@debian.org>
15806
15807 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
15808
55b39184
DJ
158092005-12-07 Christophe Lyon <christophe.lyon@st.com>
15810
15811 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
15812 code generation for these functions.
15813 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
15814 error message.
15815
31e2b00f
AS
158162005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
15817
15818 * gdb.base/help.exp (help b, help br, help bre, help brea)
15819 (help break): Update the expected message.
15820
c3d0b56e
SC
158212005-11-11 Stephane Carrez <stcarrez@nerim.fr>
15822
15823 * gdb.asm/m68hc11.inc: Setup the data section.
15824 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
15825 script for this test.
15826 (m6812-*-*): Likewise.
15827
36ae0ea9
RC
158282005-11-09 Randolph Chung <tausq@debian.org>
15829
15830 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
15831
9d6f42e9
WZ
158322005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
15833
15834 * gdb.base/break.exp: Fix a comment typo.
15835
e2126a14
EZ
158362005-11-03 Jim Blandy <jimb@redhat.com>
15837
a9c64011
AS
15838 Checked in by Elena Zannoni <ezannoni@redhat.com>
15839
889bf7c5 15840 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 15841
e0ac7199
CV
158422005-11-02 Corinna Vinschen <vinschen@redhat.com>
15843
15844 * gdb.arch/gdb1558.c: Include stdio.h.
15845
31d3fb18
MK
158462005-10-31 Mark Kettenis <kettenis@gnu.org>
15847
15848 * gdb.asm/asm-source.exp: Use -e instead of --entry.
15849
e52b687c
MK
158502005-10-31 Mark Kettenis <kettenis@gnu.org>
15851
15852 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
15853
f4711d79
PG
158542005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
15855
a9c64011
AS
15856 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15857 vscr" tests to better match output.
f4711d79 15858
987a9106
JB
158592005-10-12 Jim Blandy <jimb@redhat.com>
15860
15861 * gdb.base/structs.exp (any): New function.
15862 (test_struct_returns): Don't make any assumptions at all about
15863 what value the function returns when GDB can't set the return
15864 value.
15865
2336bb58
JB
158662005-10-09 Joel Brobecker <brobecker@adacore.com>
15867
15868 * gdb.ada/arrayidx/p.adb: New file.
15869 * gdb.ada/arrayidx.exp: New testcase
15870
158712005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
15872
15873 * gdb.ada/array_return/pck.ads: New file.
15874 * gdb.ada/array_return/pck.adb: New file.
15875 * gdb.ada/array_return/p.adb: New file.
15876 * gdb.ada/array_return.exp: New testcase.
15877
705335ea
JB
158782005-10-03 Joel Brobecker <brobecker@adacore.com>
15879
a9c64011
AS
15880 * gdb.base/arrayidx.c: New file.
15881 * gdb.base/arrayidx.exp: New testcase.
705335ea 15882
11ee9940
NR
158832005-09-29 Nick Roberts <nickrob@snap.net.nz>
15884
15885 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
15886 frames-invalid and breakpoints-invalid are no longer generated
15887 with level 3 so don't expect them in the output.
15888
39fb8e9e
BR
158892005-09-27 Bob Rossi <bob@brasko.net>
15890
a9c64011 15891 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
15892 from test. Escape the | in mi_gdb_test call.
15893 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
15894 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
15895 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
15896 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
15897 expected regex's in mi_gdb_test calls.
15898 * lib/mi-support.exp: Remove arbitrary .* from tests.
15899 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
15900 Fully anchor GDB/MI expected results in mi_gdb_test.
15901 * lib/gdb.exp (string_to_regexp): Escape the ] character.
15902 * gdb.base/sizeof.exp: Remove escape character. Correct test.
15903
2af48f68
PB
159042005-09-26 Paul Brook <paul@codesourcery.com>
15905
15906 * long_long.exp: Exclude eabi targets from arm FPA float format test.
15907
f34502bc
WZ
159082005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15909
15910 * bfp-test.c: New file.
15911 * bfp-test.exp: New testcase.
15912
ca929517
WZ
159132005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15914
15915 * gdb.fortran/subarray.exp: New testcase to test the evaluation
15916 of subarray and substring variable.
15917 * gdb.fortran/subarray.f: New source file for the test of subarray
15918 and substring variable evaluation.
15919 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
15920 of string constant.
15921
c761af65
DJ
159222005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
15923
15924 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
15925 copyright dates.
15926
561d7a1d
PG
159272005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
15928
15929 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
15930 powerpc altivec' test with an almost identical 'info vector' test.
15931
b2b64cc9
PG
159322005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15933
a9c64011
AS
15934 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15935 vscr" tests to match output.
b2b64cc9 15936
6ac4d15a
PG
159372005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15938
a9c64011
AS
15939 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
15940 output.
6ac4d15a 15941
40e55bef
BR
159422005-09-11 Bob Rossi <bob@brasko.net>
15943
889bf7c5
PA
15944 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
15945 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
15946 commands that return an MI output command and an asyncronous MI output
15947 command.
40e55bef
BR
15948 * gdb.mi/mi-console.exp: Ditto.
15949
3c7385ec
BR
159502005-09-11 Bob Rossi <bob@brasko.net>
15951
15952 * gdb.mi/mi-var-child.c: Include <string.h>.
15953
a6cd0eb3
DJ
159542005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
15955
15956 * killed.exp: Correct gdb_expect syntax.
15957
2f168eed
CV
159582005-08-09 Corinna Vinschen <vinschen@redhat.com>
15959
15960 * lib/mi-support.exp (mi_gdb_load): Fix typo.
15961
ecd3fd0f
BR
159622005-08-02 Bob Rossi <bob@brasko.net>
15963
15964 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
15965 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
15966 Change tests to inferior-tty-set/show.
15967 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
15968 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
15969 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
15970 inferior. Use mi_gdb_test to get GDB and Inferior output.
15971 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
15972 descriptor.
15973 (mi_inferior_tty_name): Add inferior PTY file name.
15974 (mi_gdb_start): Add INFERIOR_PTY parameter.
15975 (mi_gdb_test): Add IPATTERN parameter.
15976
f1ea48cb 159772005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 15978
f1ea48cb
BR
15979 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
15980 parameter to mi_gdb_test.
15981 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
15982
6e650a67
DJ
159832005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15984
15985 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
15986 struct_declarations.
15987 * gdb.mi/mi-var-child.exp: Step over the initialization of
15988 struct_declarations.
15989
8be260b6
DJ
159902005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15991
15992 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
15993 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
15994 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
15995 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
15996 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
15997 file.
15998
4e660f07
NR
159992005-07-27 Nick Roberts <nickrob@snap.net.nz>
16000
16001 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
16002 (do_children_tests): Assign values to the extra elements.
16003
16004 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
16005 them for tests for "-var-update --no-values" and
a9c64011 16006 "-var-update --all-values".
4e660f07
NR
16007 Add test for "-var-list-children --simple-values".
16008
16009 * gdb.mi/basics.c (callee4): Add integer array D[3]...
16010
16011 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
16012 "-stack-list-locals --simple-values" Improve doc strings and
16013 comments.
16014
6bdae935
MK
160152005-07-18 Mark Kettenis <kettenis@gnu.org>
16016
598b7a6f
MK
16017 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
16018 *-*-openbsd*.
16019 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
16020
6bdae935
MK
16021 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
16022 sigaltsatck'.
16023
1323e929 160242005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 16025
1323e929
BR
16026 * gdb.base/default.exp (tty): Changed output of command.
16027 * gdb.base/help.exp (help tty): Ditto.
16028
b1a9c082
MK
160292005-07-12 Mark Kettenis <kettenis@gnu.org>
16030
16031 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
16032
10a844a2
MK
160332005-07-10 Mark Kettenis <kettenis@gnu.org>
16034
16035 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
16036 -stack-select-frame without arguments.
16037 (test_stack_frame_listing): Add test for newly implemented command
16038 -stack-info-frame.
16039
3cb3b8df
BR
160402005-07-06 Bob Rossi <bob@brasko.net>
16041
16042 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
16043 command.
16044 (Copyright): Update copyright.
16045
a0c5fbcf
WZ
160462005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
16047
16048 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
16049 tests to evaluate exponentiation expression.
16050
984971d0
AS
160512005-06-29 Andreas Schwab <schwab@suse.de>
16052
16053 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
16054 main to avoid warnings.
16055
16056 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
16057
fe03833f
NR
160582005-06-20 Nick Roberts <nickrob@snap.net.nz>
16059
16060 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
16061 -stack-select-frame without arguments.
16062 (test_stack_frame_listing): Add test for newly implemented command
16063 -stack-info-frame.
a9c64011 16064
7a55f279
WZ
160652005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
16066
0ffa0ea5
DJ
16067 * gdb.fortran/array-element.f: New file.
16068 * gdb.fortran/array-element.exp: New testcase.
7a55f279 16069
26585198
DJ
160702005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16071
16072 * gdb.base/bigcore.exp: Correct checks for systems which can
16073 not dump a large core file.
16074
c1bd25fd
DJ
160752005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16076
16077 * gdb.base/relocate.c: Add a copyright notice.
16078 (dummy): Remove.
16079 * gdb.base/relocate.exp: Test printing the values of variables
16080 from a relocatable file.
16081
589e074d
DJ
160822005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16083
16084 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
16085 excess MI output after an error.
16086
0915f927
JB
160872005-05-29 Joel Brobecker <brobecker@adacore.com>
16088
16089 * gdb.arch/alpha-step.c: New file.
16090 * gdb.arch/alpha-step.exp: New testcase.
16091
76ff342d
DJ
160922005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
16093 Dennis Brueni <dennis@slickedit.com>
16094
16095 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
16096 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
16097 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
16098 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
16099 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16100 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
16101 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
16102
96b0c7ac
DJ
161032005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
16104 Wu Zhou <woodzltc@cn.ibm.com>
16105
16106 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
16107 IBM's xlc compiler.
16108 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
16109 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
16110
f21565d2
JB
161112005-05-13 Jim Blandy <jimb@redhat.com>
16112
16113 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
16114 calling gdb_suppress_entire_file.
16115 * gdb.base/charset.exp: Same.
16116 * gdb.base/call-rt-st.exp: Same.
16117
6006a3a1
BR
161182005-05-05 Bob Rossi <bob_rossi@cox.net>
16119
16120 * lib/gdb.exp (fullname_syntax): Added global regex.
16121 (fullname_syntax_POSIX): Ditto.
16122 (fullname_syntax_UNC): Ditto.
16123 (fullname_syntax_DOS_CASE): Ditto.
16124 (fullname_syntax_DOS): Ditto.
16125 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
16126 fullname_syntax variable to scope and use it.
16127 (test_file_list_exec_source_files): Ditto.
16128 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
16129
c3b69c04
DJ
161302005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
16131
16132 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
16133
3c95e6af
PG
161342004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
16135
a9c64011
AS
16136 * lib/gdb.exp (skip_altivec_tests): New function, based on
16137 check_vmx_hw_available from the GCC testsuite.
16138 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
16139 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 16140
78df6c56
JB
161412005-05-02 Jim Blandy <jimb@redhat.com>
16142
16143 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
16144 calling gdb_suppress_entire_file.
16145
1690f9cf
DJ
161462005-04-30 Randolph Chung <tausq@debian.org>
16147
16148 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
16149 Slightly relax "sem_post" name checking.
16150
5ea106f7
PG
161512005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
16152
16153 * gdb.base/unload.exp: Use new shared library infrastructure.
16154
bf7234cf
PG
161552005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
16156
16157 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 16158 infrastructure.
bf7234cf 16159
547b869a
CV
161602005-04-29 Corinna Vinschen <vinschen@redhat.com>
16161
16162 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
16163 * gdb.asm/h8300.inc: New file.
16164
f07e55f0
PG
161652005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16166
16167 * gdb.base/shlib-call.exp: Change to use new shared library
16168 infrastructure.
16169
3cbba3d1
PG
161702005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16171
a9c64011
AS
16172 * gdb.base/pending.exp: Change to use new shared library
16173 infrastructure.
3cbba3d1 16174
ed6df200
PG
161752005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
16176
a9c64011
AS
16177 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
16178 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 16179
8c8f4ebe
PG
161802005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
16181
a9c64011
AS
16182 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
16183 shared objects being adjusted and update copyright years.
8c8f4ebe 16184
607fbc54
DJ
161852005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
16186
16187 * ChangeLog: Correct some 2003-01-13 dates.
16188 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
16189 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
16190 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
16191 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
16192 gdb.trace/tfind.exp: Update copyright years.
16193
57bf0e56
DJ
161942005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
16195 Daniel Jacobowitz <dan@codesourcery.com>
16196
16197 * lib/gdb.exp (gdb_compile): Handle shlib=.
16198 (gdb_compile_shlib): New function.
16199
9b593790
PG
162002005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
16201
a9c64011 16202 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 16203
9494c6a5
DJ
162042005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
16205
16206 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
16207 gdb.server.
16208 * configure.ac: Likewise.
16209 * configure: Regenerated.
16210 * gdb.gdbserver/Makefile.in: Moved to...
16211 * gdb.server/Makefile.in: ... here.
16212 * gdb.gdbserver/server.c: Moved to...
16213 * gdb.server/server.c: ... here.
16214 * gdb.gdbserver/server-run.exp: Moved to...
16215 * gdb.server/server-run.exp: ... here.
16216
6f8eac0e
DJ
162172005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
16218
16219 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
16220 * configure.ac: Create gdb.gdbserver/Makefile.
16221 * configure: Regenerated.
16222 * lib/gdbserver-support.exp: New file, derived from
16223 config/gdbserver.exp.
16224 * config/gdbserver.exp: Use gdbserver-support.exp.
16225 * gdb.gdbserver/Makefile.in: New file.
16226 * gdb.gdbserver/server.c: New file.
16227 * gdb.gdbserver/server-run.exp: New file.
16228
6e87504d
PG
162292005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
16230
a9c64011
AS
16231 * lib/gdb.exp (test_compiler_info): Return compiler_info
16232 if no arguments are given.
6e87504d 16233
d1779be4
PG
162342005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
16235
16236 * gdb.arch/altivec-abi.exp: Check for compiler and set
16237 use altivec' flag accordingly.
16238 * gdb.arch/altivec-regs.exp: Likewise.
16239
88750304
DJ
162402005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
16241
16242 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
16243
f3fb768d
AS
162442005-03-27 Andreas Schwab <schwab@suse.de>
16245
16246 * gdb.base/bigcore.c (main): Add missing mode argument in open
16247 call.
16248
7e813ac5
DJ
162492005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
16250
16251 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
16252 downloads.
16253 * config/gdbserver.exp (gdb_load): Likewise.
16254
8e3049aa
PB
162552005-03-14 Paul Brook <paul@codesourcery.com>
16256
16257 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
16258 targets.
16259
a9df7c44
JB
162602005-03-09 Joel Brobecker <brobecker@adacore.com>
16261
16262 * gdb.dwarf2/dup-psym.S: New file.
16263 * gdb.dwarf2/dup-psym.exp: New testcase.
16264
9f0d94e8
JB
162652005-03-09 Joel Brobecker <brobecker@adacore.com>
16266
16267 * gdb.ada/exec_changed/first.adb: New file.
16268 * gdb.ada/exec_changed/second.adb: New file.
16269 * gdb.ada/exec_changed.exp: New testcase.
16270
5f579bc5
NS
162712005-03-08 Nathan Sidwell <nathan@codesourcery.com>
16272
36e9969c
NS
16273 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
16274 (A2): New class.
16275 (main): Test operator+.
16276 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
16277 breakpoint test.
16278
5f579bc5
NS
16279 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
16280 * gdb.base/signull.exp: Disable if gdb,nosignals.
16281 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
16282 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
16283 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
16284 * gdb.mi/mi2-console.exp: Likewise.
16285 * gdb.trace/collection.exp (run_trace_experiment): Consume the
16286 continue output at start.
16287 (gdb_collect_locals_test): Robustify regexp.
16288 * gdb.trace/passc-dyn.exp: Fix comment typo.
16289 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
16290
be46087e
CV
162912005-03-08 Corinna Vinschen <vinschen@redhat.com>
16292
16293 * gdb.asm/asm-source.exp: Add iq2000 case.
16294 * gdb.asm/iq2000.inc: New file.
16295
384e1a61 162962005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 16297
384e1a61
MI
16298 * gdb.base/command.exp: Change hardcoded value to regular expression.
16299 * gdb.base/float.exp: Add powerpc to the list of targets checked.
16300
584b6e9e
DJ
163012005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
16302
16303 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
16304 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
16305 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
16306 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
16307 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
16308
ab5b5d61
MK
163092005-03-05 Mark Kettenis <kettenis@gnu.org>
16310
16311 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
16312 changes.
16313
ae051c1b
PG
163142004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
16315
a9c64011
AS
16316 * lib/compiler.c: Add test for IBM's xlc compiler.
16317 * lib/compiler.cc: Likewise.
ae051c1b 16318
3f0f6ed2
JB
163192004-02-24 Joel Brobecker <brobecker@adacore.com>
16320
16321 * gdb.ada/fixed_points.exp: Create compilation object directory
16322 before running the test.
16323 * gdb.ada/null_record.exp: Likewise.
16324 * gdb.ada/packed_array.exp: Likewise.
16325 * gdb.ada/start.exp: Likewise.
16326
724f452b
JB
163272005-02-15 Joel Brobecker <brobecker@adacore.com>
16328
16329 * gdb.ada/packed_array/pa.adb: New file.
16330 * gdb.ada/packed_array.exp: New testcase.
16331
57f5cdfb 163322005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 16333
1f393151
MK
16334 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
16335 files.
16336
ebdda337
MK
16337 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
16338 on *-*-openbsd*. Correctly match whitespace in regukar
16339 expressions.
16340
cf309262
DJ
163412005-02-10 Daniel Jacobowitz <dan@debian.org>
16342
16343 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
16344 PR exp/1821
16345 * gdb.base/gdb1821.c: New test file.
16346 * gdb.base/gdb1821.exp: New test file.
16347
3be49e7a
JB
163482005-02-09 Joel Brobecker <brobecker@adacore.com>
16349
16350 * gdb.base/start.c: New file.
16351 * gdb.base/start.exp: New testcase.
16352
e292e67d
JB
163532005-02-09 Joel Brobecker <brobecker@adacore.com>
16354
16355 * gdb.ada/start/dummy.adb: New file.
16356 * gdb.ada/start.exp: New testcase.
16357
dbdfa66c
CV
163582005-02-09 Corinna Vinschen <vinschen@redhat.com>
16359
16360 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
16361 for printing symbols and statistics.
16362 Add test for using relative pathnames in "maint print msymbols" test.
16363 Mark "maint info sections DATA" XFAIL on Cygwin.
16364 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
16365 tests.
16366
d7941671
AC
163672005-02-09 Andreas Schwab <schwab@suse.de>
16368
16369 Committed by Andrew Cagney <cagney@gnu.org>
16370 * gdb.base/remotetimeout.exp: New file.
16371
74e5ef44
MK
163722005-02-07 Mark Kettenis <kettenis@gnu.org>
16373
16374 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
16375
464dd14d
JB
163762005-02-03 Joel Brobecker <brobecker@adacore.com>
16377
16378 * gdb.ada/gnat_ada.gpr: New file.
16379 * gdb.ada/gnat_ada.gin: Delete, no longer used.
16380 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
16381 * configure.ac: No longer generate gnat_ada.gpr.
16382 * configure: Regenerate.
16383 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
16384 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
16385 * gdb.ada/null_record/bar.ads: Likewise.
16386 * gdb.ada/null_record/bar.adb: Likewise.
16387 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
16388 * gdb.ada/null_record.exp (testdir): New variable.
16389 (testfile): executable is now in testdir subdirectory.
16390 (srcfile): Use full path to the main compilation unit.
16391 * gdb.ada/fixed_points.exp: Same changes as above.
16392
30d756ae
NR
163932005-02-03 Nick Roberts <nickrob@snap.net.nz>
16394
16395 * gdb.base/interp.exp: New test.
16396
9d799f85
AC
163972005-01-24 Andrew Cagney <cagney@gnu.org>
16398
16399 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
16400
15656118
AC
164012005-01-19 Andrew Cagney <cagney@gnu.org>
16402
a892c31b
AC
16403 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
16404 configure.ac not configure.in.
16405
15656118
AC
16406 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
16407 of powerpc*-*-*.
16408 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 16409 * gdb.base/list.exp (test_list_function)
15656118
AC
16410 (test_list_filename_and_function): Ditto.
16411 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
16412
a7b01baf
AC
164132005-01-16 Andrew Cagney <cagney@gnu.org>
16414
17d92a02
AC
16415 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
16416
a7b01baf
AC
16417 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
16418
bc8332bb
AC
164192005-01-14 Andrew Cagney <cagney@gnu.org>
16420
16421 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
16422 * gdb.mi/mi2-var-cmd.exp: Ditto.
16423
4d074752
CV
164242005-01-10 Corinna Vinschen <vinschen@redhat.com>
16425
16426 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
16427
bec39cab
AC
164282005-01-07 Andrew Cagney <cagney@gnu.org>
16429
16430 * configure.ac: Rename configure.in, require autoconf 2.59.
16431 * configure: Re-generate.
16432 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
16433 * gdb.stabs/configure: Re-generate.
16434 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
16435 * gdb.hp/configure: Re-generate.
16436 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
16437 autoconf 2.59.
16438 * gdb.hp/gdb.objdbg/configure: Re-generate.
16439 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
16440 autoconf 2.59.
16441 * gdb.hp/gdb.defects/configure: Re-generate.
16442 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
16443 autoconf 2.59.
16444 * gdb.hp/gdb.compat/configure: Re-generate.
16445 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
16446 autoconf 2.59.
16447 * gdb.hp/gdb.base-hp/configure: Re-generate.
16448 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
16449 autoconf 2.59.
16450 * gdb.hp/gdb.aCC/configure: Re-generate.
16451
f10b16d4
JB
164522004-12-15 Jim Blandy <jimb@redhat.com>
16453
16454 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
16455 under NPTL when there is debugging info available for libpthread.
16456
fb6e1814
JG
164572004-12-13 Jerome Guitton <guitton@gnat.com>
16458
16459 * gdb.ada/fixed_points.c: New file.
16460 * gdb.ada/fixed_points.exp: New file.
16461
fe46cd3a
RC
164622004-12-03 Randolph Chung <tausq@debian.org>
16463
16464 * gdb.arch/pa-nullify.exp: New file.
16465 * gdb.arch/pa-nullify.s: New file.
16466
8de0841b
RC
164672004-11-30 Randolph Chung <tausq@debian.org>
16468
16469 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
16470 instead of "tbug". Fix regexp to work properly with gdb_test.
16471
c8170782
PH
164722004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
16473
16474 * gdb.base/bitfields2.exp: New test.
16475 * gdb.base/bitfields2.c: New file.
16476
954269c2
RE
164772004-11-28 Richard Earnshaw <rearnsha@arm.com>
16478
16479 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
16480
0107feed
RC
164812004-11-16 Randolph Chung <tausq@debian.org>
16482
16483 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
16484
f073ae8c
DJ
164852004-11-14 Daniel Jacobowitz <dan@debian.org>
16486
16487 * gdb.threads/threadapply.exp: Correct "macro details" test.
16488
19ad59e7
JJ
164892004-11-11 Jeff Johnston <jjohnstn@redhat.com>
16490
16491 * gdb.threads/threadapply.exp: New test.
16492 * gdb.threads/threadapply.c: New file.
16493
9cf0961b
MK
164942004-11-07 Mark Kettenis <kettenis@gnu.org>
16495
16496 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
16497 frames.
16498
c789492a
FL
164992004-11-05 Felix Lee <felix+log1@specifixinc.com>
16500
16501 * gdb.base/cursal.exp: New file.
16502 * gdb.base/cursal.c: New file.
16503
a1e167bb
AC
165042004-11-03 Andrew Cagney <cagney@gnu.org>
16505
16506 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
16507
b7cbf173
MK
165082004-10-30 Mark Kettenis <kettenis@gnu.org>
16509
16510 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
16511 NetBSD/ELF targets.
16512
88f9d34f
JB
165132004-10-29 Joel Brobecker <brobecker@gnat.com>
16514
16515 * gdb.threads/bp_in_thread.c: New file, copied from
16516 pthread_cond_wait.c.
16517 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
16518 file, rather than reusing the .c file from another testcase.
16519
ca7d6a0c
JB
165202004-10-20 Joel Brobecker <brobecker@gnat.com>
16521
16522 * gdb.ada/null_record.exp: Check where we stopped after
16523 sending the start command, instead of where the associated
16524 temporary breakpoint was inserted.
16525
0d863d03
AC
165262004-10-14 Andrew Cagney <cagney@gnu.org>
16527
16528 * gdb.mi/gdb701.c (main): Return 0.
16529
d11e72cb
DJ
165302004-10-13 Daniel Jacobowitz <dan@debian.org>
16531
d40539a4 16532 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 16533
e1923096
JJ
165342004-10-12 Jeff Johnston <jjohnstn@redhat.com>
16535
16536 * gdb.threads/schedlock.c: Add comment markers to use to find
16537 line numbers.
16538 * gdb.threads/schedlock.exp: Adjust regex to handle the new
16539 comments.
16540 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
16541 breakpoint lines.
16542
ec8ba2c9
DJ
165432004-10-12 Daniel Jacobowitz <dan@debian.org>
16544
16545 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
16546
0eb3658b
DJ
165472004-10-12 Daniel Jacobowitz <dan@debian.org>
16548
16549 * configure.in: Add gdb.dwarf2.
16550 * configure: Regenerated.
16551 * Makefile.in: Add gdb.dwarf2.
16552 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
16553 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
16554 gdb.dwarf2/file1.txt: New files.
16555
a271cc33
OF
165562004-10-11 Orjan Friberg <orjanf@axis.com>
16557
a9c64011 16558 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
16559 of "run", since the latter doesn't work with remote targets. Adjust
16560 the breakpoint numbering accordingly.
16561 * gdb.threads/pthread_cond_wait.exp: Ditto.
16562
895ce074
MC
165632004-10-08 Michael Chastain <mec.gnu@mindspring.com>
16564
16565 * gdb.base/overlays.exp: Update copyright years.
16566
6be3092d
KI
165672004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
16568
16569 * gdb.base/overlays.exp: Disable if target is Linux.
16570
e05389b8
FL
165712004-10-06 Felix Lee <felix+log1@specifixinc.com>
16572
16573 * config/gdbserver.exp (gdb_load): Use right filename on remote.
16574
73cb587d
KI
165752004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
16576
16577 * gdb.asm/asm-source.exp: Add m32r-linux target.
16578 * gdb.asm/m32r-linux.inc: New file.
16579
3c0edcdc
AC
165802004-09-24 Andrew Cagney <cagney@redhat.com>
16581 David Anderson <anderson@redhat.com>
16582
16583 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
16584 command fails, assume things will work.
16585 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
16586 (_GNU_SOURCE): Define.
16587 (print_unsigned, print_hex): Change parameter to "long long".
16588 (print_byte_count): New function, use to print byte counts.
16589 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
16590 O_LARGEFILE.
16591 (main): Compute an upper bound on a corefile in max_core_size.
16592 Limit memory chunk size to max_core_size. Limit total memory
16593 allocated to max_core_size.
16594
4bb3667f
AC
165952004-09-23 Andrew Cagney <cagney@gnu.org>
16596
16597 * gdb.base/bigcore.exp: Replace the code that creates a corefile
16598 from a separate process with code that creates a corefile by
16599 making the inferior dump core.
16600
60fe1a51
MK
166012004-09-23 Mark Kettenis <kettenis@gnu.org>
16602
16603 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
16604 block.
16605
8e937346
MC
166062004-09-23 Michael Chastain <mec.gnu@mindspring.com>
16607
16608 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
16609 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
16610 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
16611 Likewise.
16612
7213f6d6
JJ
166132004-09-20 Jeff Johnston <jjohnstn@redhat.com>
16614
16615 * gdb.java/jprint.exp: New test case for java inferior call.
16616 * gdb.java/jprint.java: Ditto.
16617
eac69dca
JB
166182004-09-15 Joel Brobecker <brobecker@gnat.com>
16619
16620 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
16621
22227696
MC
166222004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16623
16624 * gdb.threads/killed.c: Include <stdlib.h>.
16625 * gdb.threads/pthreads.c: Likewise.
16626
7dd403a4
MC
166272004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16628
16629 * gdb.threads/killed.c: Add copyright notice.
16630
33f2d567
JM
166312004-09-10 Jason Molenda (jmolenda@apple.com)
16632
a9c64011
AS
16633 * gdb.base/define.exp: Two new tests to verify zero space chars
16634 after 'if' and 'while' commands in a user-defined command is correctly
16635 parsed.
33f2d567 16636
e05b62ac
AC
166372004-09-08 Andrew Cagney <cagney@gnu.org>
16638
16639 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
16640 delivery test with duplicate at end of file.
16641
9cbe82da
MK
166422004-09-06 Mark Kettenis <kettenis@jive.nl>
16643
16644 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
16645
564803d9
MC
166462004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16647
16648 * config/hppro.exp: Removed.
16649
7c6807ce
MC
166502004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16651
16652 * config/sparclet.exp: Removed.
16653
bf7e26dd
MC
166542004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16655
16656 * config/udi.exp: Removed.
16657
714e341b
MC
166582004-09-02 Michael Chastain <mec.gnu@mindspring.com>
16659
16660 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
16661 of "exp_continue".
16662 (advancei): Likewise.
16663
1236e623
JJ
166642004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16665
16666 * gdb.base/unload.exp: Fix so messages aren't duplicated.
16667
3bdcad15
MI
166682004-09-01 Manoj Iyer <manjo@austin.ibm.com>
16669
228af206 16670 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
16671 to check for nodebug in executable.
16672 * gdb.gdb/observer.exp (setup_test): Likewise.
16673 * gdb.gdb/selftest.exp (test_with_self): Likewise.
16674 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
16675
c72b934c
AC
166762004-09-01 Andrew Cagney <cagney@gnu.org>
16677
16678 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16679 files.
16680
edd9b715
JJ
166812004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16682
16683 * gdb.base/unload.exp: Fix expected warning message to match
16684 latest format.
16685
fb4ce06b
CV
166862004-09-01 Corinna Vinschen <vinschen@redhat.com>
16687
16688 * gdb.base/call-rt-st.exp: Fix typos.
16689
ce78e7c3
MI
166902004-08-31 Manoj Iyer <manjo@austin.ibm.com>
16691
16692 * gdb.threads/thread_check.exp: New testcase.
16693 * gdb.threads/thread_check.c: New testcase.
16694
2dedb159
AC
166952004-08-31 Andrew Cagney <cagney@gnu.org>
16696
16697 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
16698 (skip_to_handler_entry): New procedures. Test stepping into a
16699 handler when the breakpoint is at the handler's entry point.
16700
68f53502
AC
167012004-08-30 Andrew Cagney <cagney@gnu.org>
16702
16703 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
16704 gdb/1757.
16705
3e3ffd2b
MC
167062004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16707
16708 With code from Manoj Iyer <manjo@austin.ibm.com>:
16709 * lib/gdb.exp (gdb_file_cmd): Return more information in the
16710 return value. Add an arm for "no debugging symbols found".
16711 Change a stray "error" to "perror".
16712 (gdb_run_cmd): Adapt to new return value.
16713 * gdb.base/remote.exp: Adapt to new return value.
16714 * gdb.gdb/complaints.exp: Likewise.
16715 * gdb.gdb/observer.exp: Likewise.
16716 * gdb.gdb/selftest.exp: Likewise.
16717 * gdb.gdb/xfullpath.exp: Likewise.
16718
4b6f5fd2
JB
167192004-08-27 Joel Brobecker <brobecker@gnat.com>
16720
16721 * gdb.threads/bp_in_thread.exp: New testcase.
16722
e5b25496
MC
167232004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16724
16725 Fix PR testsuite/1735.
16726 * gdb.threads/schedlock.c (thread_function): Add a cast
16727 to suppress a gcc warning.
16728 * gdb.threads/thread-specific.c (thread_function): Likewise.
16729
934353d6
MC
167302004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16731
16732 * gdb.base/unload.c: Include <stdlib.h>.
16733
f98a0aef 167342004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 16735
f98a0aef 16736 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
16737 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
16738 synchronized after the "return".
16739
5a2e8882
MC
167402004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16741
16742 * gdb.mi/basics.c: Include <stdio.h>.
16743 * gdb.mi/pthreads.c: Include <stdlib.h>.
16744 * gdb.mi/var-cmd.c: Include <stdlib.h>.
16745
a9640423
MC
167462004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16747
16748 * gdb.threads/schedlock.c: Add copyright notice.
16749
b04e311d
AC
167502004-08-25 Andrew Cagney <cagney@gnu.org>
16751
16752 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
16753 (skip_over_handler, breakpoint_over_hander): New test procedures.
16754 (advance, advancei): Add a proper prefix, do not use
16755 rerun_to_main.
16756 * gdb.base/sigstep.c (main): Change to use an infinite loop.
16757
7c27f15b
MC
167582004-08-24 Michael Chastain <mec.gnu@mindspring.com>
16759
16760 * gdb.mi/basics.c: Add copyright notice.
16761 * gdb.mi/var-cmd.c: Add copyright notice.
16762
fffc87ae
MC
167632004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16764
16765 * lib/gdb.exp: Remove signed_keyword_not_used.
16766 * lib/compiler.c: Likewise.
16767 * lib/compiler.cc: Likewise.
16768
d782e0bf
MC
167692004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16770
16771 * gdb.base/whatis.c: Remove conditional disabling of "signed".
16772 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
16773
96033e83
MC
167742004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16775
16776 * gdb.base/whatis.c: Add copyright notice.
16777
cf38c229
MK
167782004-08-20 Mark Kettenis <kettenis@gnu.org>
16779
16780 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
16781 it to skip the breakpoints encoded in the inline assembly.
16782
f4b49756
MC
167832004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16784
16785 * Makefile.in: Add gdb.fortran.
16786
2f193b69
MC
167872004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16788
16789 * gdb.base/call-sc.exp (test_scalar_returns):
16790 Fix cut-and-paste glitch in "Make fun return now".
16791
89a237cb
MC
167922004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16793
16794 * configure.in: Add gdb.fortran.
16795 * configure: Regenerate.
16796 * gdb.fortran/Makefile.in: New file.
16797 * lib/gdb.exp (skip_fortran_tests): New procedure.
16798
469aff8e
MC
167992004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16800
16801 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
16802 reference to bug-gnu@prep.ai.mit.edu.
16803 * gdb.mi/mi-var-child.exp: Likewise.
16804 * gdb.mi/mi-var-cmd.exp: Likewise.
16805 * gdb.mi/mi-var-display.exp: Likewise.
16806 * gdb.mi/mi2-var-block.exp: Likewise.
16807 * gdb.mi/mi2-var-child.exp: Likewise.
16808 * gdb.mi/mi2-var-cmd.exp: Likewise.
16809 * gdb.mi/mi2-var-display.exp: Likewise.
16810
00b51b9f
MK
168112004-08-15 Mark Kettenis <kettenis@gnu.org>
16812
16813 * gdb.base/unload.c (main): Make local variable msg const.
16814
45f07fef
MC
168152004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16816
16817 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
16818 to bug-gnu@prep.ai.mit.edu.
16819 * gdb.mi/mi-disassemble.exp: Likewise.
16820 * gdb.mi/mi-eval.exp: Likewise.
16821 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
16822 default line number.
16823 * gdb.mi/mi-return.exp: Likewise.
16824 * gdb.mi/mi-simplerun.exp: Likewise.
16825 * gdb.mi/mi-stack.exp: Likewise.
16826 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
16827 number with explicit range test.
16828 * gdb.mi/mi-watch.exp: Likewise.
16829 * gdb.mi/mi2-break.exp: Likewise.
16830 * gdb.mi/mi2-cli.exp: Likewise.
16831 * gdb.mi/mi2-disassemble.exp: Likewise.
16832 * gdb.mi/mi2-eval.exp: Likewise.
16833 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
16834 default line number.
16835 * gdb.mi/mi2-return.exp: Likewise.
16836 * gdb.mi/mi2-simplerun.exp: Likewise.
16837 * gdb.mi/mi2-stack.exp: Likewise.
16838 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
16839 number with explicit range test.
16840 * gdb.mi/mi2-watch.exp: Likewise.
16841
dd8c8ee7
MC
168422004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16843
16844 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
16845 * gdb.cp/m-static.exp: Likewise.
16846 * gdb.cp/rtti.exp: Likewise.
16847
4e838464
MK
168482004-08-14 Mark Kettenis <kettenis@gnu.org>
16849
16850 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
16851
8d8cb839
EZ
168522004-08-14 Eli Zaretskii <eliz@gnu.org>
16853
16854 * ChangeLog: Prefix Local Variables with semi-colons and indent
16855 the reference to older ChangeLog files, to fix fontification in
16856 Emacs.
16857
deea8bb0
MC
168582004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16859
16860 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
16861 * gdb.mi/mi2-break.exp: Likewise.
16862
c3297504
MC
168632004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16864
16865 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
16866
25808999
MC
168672004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16868
16869 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
16870
226a8d71
MC
168712004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16872
16873 * gdb.cp/classes.exp: Remove unused declarations. Just let
16874 test names default instead of providing special names. Remove
16875 extraneous demangler test.
16876
37fdf854
JJ
168772004-08-12 Jeff Johnston <jjohnstn@redhat.com>
16878
16879 * gdb.base/unload.exp: New test for breakpoints in dynamically
16880 loaded libraries.
16881 * gdb.base/unload.c: Ditto.
16882 * gdb.base/unloadshr.c: Ditto.
16883
2d3a7986
MC
168842004-08-12 Michael Chastain <mec.gnu@mindspring.com>
16885
16886 * gdb.cp/classes.exp (test_ptype_class_objects): Call
16887 cp_test_ptype_class.
16888 (test_enums): Likewise.
16889
c72b934c
AC
168902004-08-10 Andrew Cagney <cagney@gnu.org>
16891
16892 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16893 files.
16894
cc503c8a
AC
168952004-08-10 Andrew Cagney <cagney@gnu.org>
16896
16897 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
16898 init_malloc call.
16899
902f2ccb
MC
169002004-08-10 Michael Chastain <mec.gnu@mindspring.com>
16901
16902 * ChangeLog: Add copyright notice. The notice is copied
16903 from emacs 21.3 top level ChangeLog.
16904
78c90502
MC
169052004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16906
16907 * lib/cp-support.exp: New file.
16908 * lib/cp-support.exp (cp_test_type_class): New function.
16909 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
16910 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
16911 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
16912 cp_test_ptype_class.
16913
88e5ea78
MC
169142004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16915
16916 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
16917 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16918 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
16919 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
16920 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16921 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
16922 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
16923 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
16924 gdb.mi/mi2-watch.exp: Update copyright years.
16925
6a89fc9c
MK
169262004-08-09 Mark Kettenis <kettenis@gnu.org>
16927
16928 * gdb.base/sigaltstack.exp: Provide proper anchoring.
16929
1482e0de
MC
169302004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16931
16932 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
16933 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
16934 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
16935 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16936 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
16937 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
16938 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
16939 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16940 gdb.mi/mi-watch.exp: Update copyright years.
16941
1a5ce3f3
DJ
169422004-08-08 Daniel Jacobowitz <dan@debian.org>
16943
16944 PR gdb/1738
16945 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
16946 from a breakpoint with a pending signal.
16947
04f6ecf2
DJ
169482004-08-08 Daniel Jacobowitz <dan@debian.org>
16949
16950 PR gdb/1736
16951 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
16952 * gdb.base/sigaltstack.exp (finish_test): Consume output until
16953 the prompt.
16954 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
16955
54d90d35
DJ
169562004-08-08 Daniel Jacobowitz <dan@debian.org>
16957
16958 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
16959
d2f6abb0
DJ
169602004-08-08 Daniel Jacobowitz <dan@debian.org>
16961
16962 PR gdb/1736
16963 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
16964 for i?86-*-linux*.
16965
5598c03d
DJ
169662004-08-08 Daniel Jacobowitz <dan@debian.org>
16967
16968 * gdb.arch/i386-prologue.exp: Compile without debug information.
16969
c6fee705
MC
169702004-08-08 Michael Chastain <mec.gnu@mindspring.com>
16971
16972 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
16973 rather than asking gdb to search.
16974
dd90efdb
MC
169752004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16976
16977 * gdb.base/gcore.c: Include <string.h>.
16978
1e84bec1
MC
169792004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16980
16981 * gdb.base/gcore.c: Add copyright notice.
16982
e425eb2b
MC
169832004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16984
16985 * gdb.base/freebpcmd.c: Include <stdio.h>.
16986 * gdb.base/long_long.c: Include <string.h>.
16987 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
16988 * gdb.base/siginfo.c: Include <string.h>.
16989 * gdb.base/sigstep.c: Include <string.h>.
16990
cb9aaed5
MC
169912004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16992
16993 * gdb.base/complex.c: Include <stdlib.h>.
16994
55944f3d
MC
169952004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16996
16997 * gdb.base/complex.c: Add copyright notice.
16998
7b2953d9
MC
169992004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17000
17001 * gdb.base/charset.c: Include <stdlib.h>.
17002
c9133d23
MC
170032004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17004
17005 * gdb.base/auxv.c: Include <stdlib.h>.
17006
0a8490ad
MC
170072004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17008
17009 * gdb.base/auxv.c: Add copyright notice.
17010
3426d5ec
MC
170112004-08-04 Michael Chastain <mec.gnu@mindspring.com>
17012
17013 * gdb.base/coremaker.c: Add copyright notice.
17014 * gdb.base/coremaker2.c: Add copyright notice.
17015
8da195dd
AC
170162004-08-04 Andrew Cagney <cagney@gnu.org>
17017
17018 * gdb.base/store.exp: Update copyright.
17019 (check_set, up_set, check_struct, up_struct): Add a prefix to test
17020 names, do not import gdb_prompt.
17021
8d394f98
AC
170222004-08-01 Andrew Cagney <cagney@gnu.org>
17023
17024 Fix PR testsuite/1729.
17025 * gdb.base/dump.exp: Add test name to callers of capture_value, do
17026 not use capture_value with value 4.
17027 (capture_value): Add optional test name parameter.
17028 (test_reload_saved_value, test_restore_saved_value): Use $msg as
17029 the prefix, pass to capture_value.
17030
b6702b23
MK
170312004-08-01 Mark Kettenis <kettenis@gnu.org>
17032
17033 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
17034 * gdb.arch/i386-prologue.c (standard): New prototype and function.
17035 (main): Call new function.
17036
c203e0ca
MC
170372004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17038
17039 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
17040
a7995a30
MC
170412004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17042
17043 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
17044
9366563b
MC
170452004-07-31 Michael Chastain <mec.gnu@mindspring.com>
17046
b6eeaf26 17047 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
17048 Accept more values of vtbl pointer. Remove some messages
17049 about "obsolete gcc or gdb".
17050
2fc1f950
MC
170512004-07-30 Michael Chastain <mec.gnu@mindspring.com>
17052
17053 * gdb.cp/classes.exp: Accept more varieties of ptype output.
17054
c724d49b
MC
170552004-07-30 Michael Chastain <mec.gnu@mindspring.com>
17056
17057 * gdb.base/asm-source.exp: Properly convert target board
17058 debug flags from gcc format to binutils format.
17059
736b0fce
MK
170602004-07-28 Mark Kettenis <kettenis@gnu.org>
17061
17062 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
17063 gdb1718". PR backtrace/1718 partially fixed.
17064
5633ea5c
JJ
170652004-07-27 Jeff Johnston <jjohnstn@redhat.com>
17066
17067 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
17068
575eebb1
NC
170692004-07-26 Nick Clifton <nickc@redhat.com>
17070
17071 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
17072 good default value for a specific architecture is available then
17073 set it to that value. Otherwise default to the -gstabs switch.
17074 Remove the -g... switches from the asm-flags variable. Allow the
17075 target board info to override the value if it wants to. Pass the
17076 switch on the assembler command line.
17077
62104619
MK
170782004-07-23 Mark Kettenis <kettenis@gnu.org>
17079
17080 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
17081 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
17082 (main): Call new function.
17083
4a1135b8
MC
170842004-07-22 Michael Chastain <mec.gnu@mindspring.com>
17085
17086 Test for PR exp/1715.
17087 * gdb.base/radix.exp: Refactor common procedures. Make all
17088 test names unique. Change XFAIL to KFAIL.
17089
8a12c1f0
MC
170902004-07-20 Michael Chastain <mec.gnu@mindspring.com>
17091
17092 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
17093 * gdb.ada/gnat_ada.gin: ... to here.
17094 * configure.in: Use gnat_ada.gin.
17095 * configure: Regenerate.
17096
23b451cf
AC
170972004-07-20 Andrew Cagney <cagney@gnu.org>
17098
17099 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
17100 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
17101 XFAILs. Clean up test messages and comments. Check backtraces.
17102 Delete re-sync code.
17103
ab618a02
MC
171042004-07-19 Michael Chastain <mec.gnu@mindspring.com>
17105
17106 Fix PR cli/740.
17107 * gdb.base/annota1.exp: Honor gdb,nosignals.
17108 * gdb.base/annota3.exp: Likewise.
17109
46dad340
MC
171102004-07-19 Michael Chastain <mec.gnu@mindspring.com>
17111
17112 * lib/java.exp: Update copyright notice.
17113
756d8c70
AC
171142004-07-19 Andrew Cagney <cagney@gnu.org>
17115
17116 * gdb.base/selftest.exp: Copy file from here ...
17117 * gdb.gdb/selftest.exp: ... to here.
17118
586027e6
AC
171192004-07-16 Andrew Cagney <cagney@redhat.com>
17120
17121 * lib/insight-support.exp: Delete file.
17122 * lib/java.exp (java_init): Fix copyright.
17123
029d2200
AC
171242004-07-16 Andrew Cagney <cagney@gnu.org>
17125
17126 * gdb.base/restore.c: Append "prologue" to comments marking the a
17127 function's prologue.
17128 * gdb.base/restore.exp: Update copyright, re-indent.
17129 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
17130 callerN" prefix where needed. Update patterns that match a
17131 function's prologue.
17132
653b62c5
MC
171332004-07-16 Michael Chastain <mec.gnu@mindspring.com>
17134
17135 * gdb.base/restore.c: Add copyright notice.
17136
f7d690e5
AC
171372004-07-16 Andrew Cagney <cagney@gnu.org>
17138
17139 * gdb.base/logical.exp: Update copyright.
17140 (evaluate): New procedure. Use to re-implement tests using
17141 several tables.
17142
d629a7cb
MH
171432004-07-14 Martin Hunt <hunt@redhat.com>
17144
17145 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
17146 which fixes some problems where init.tcl was not found.
17147
9c7bb332
AC
171482004-07-13 Andrew Cagney <cagney@gnu.org>
17149
6bf46641
AC
17150 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
17151 (check_sizeof, check_valueof): Do not include the output in the
17152 test name. Use gdb_test.
17153 (get_valueof): Use gdb_test_multiple.
17154
c4ffd4c0
AC
17155 * gdb.base/step-test.exp: Update copyright. Use
17156 gdb_test_multiple. Ensure that test names do not include
17157 architecture dependent output.
17158
ab89363a
AC
17159 * gdb.gdb/observer.exp: Update copyright.
17160 (setup_test): Use gdb_test_multiple.
17161 (attach_first_observer, attach_second_observer)
17162 (attach_third_observer, detach_first_observer)
17163 (detach_second_observer, detach_third_observer)
17164 (reset_counters, check_counters): Make $message a prefix.
17165 (test_normal_stop_notifications): Add "args" parameter - a list of
17166 init functions to be called. Make $message a prefix,
17167 (test_observer_normal_stop): Change the message prefixes so that
17168 they are unique, pass the attach / detach procedures to
17169 test_normal_stop_notifications.
17170
ec58997a
AC
17171 * gdb.base/signull.exp (test_segv): Prefix all tests with
17172 "${name}". Clean up test messages.
17173
b475183b
AC
17174 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
17175
9c7bb332
AC
17176 * gdb.base/ena-dis-br.exp: Update copyright.
17177 (break_at): New function. Replace send_gdb with gdb_test,
17178 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
17179 ignore count, not stopped at bpt", with KFAIL.
17180
2dd95497
CV
171812004-07-13 Corinna Vinschen <vinschen@redhat.com>
17182
17183 * gdb.base/attach.exp: Remove cleanupfile handling.
17184
419e626b
AC
171852004-07-12 Andrew Cagney <cagney@gnu.org>
17186
17187 * gdb.base/annota1.exp: Cleanup corefile test name.
17188 * gdb.base/annota3.exp: Ditto.
17189
8b1b3228
AC
171902004-07-12 Andrew Cagney <cagney@gnu.org>
17191
78650829
AC
17192 * gdb.base/signals.exp: Clean up copyright, re-indent.
17193
8b1b3228
AC
17194 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
17195 gdb_test and gdb_test_multiple.
17196
935c2760
JJ
171972004-07-08 Jeff Johnston <jjohnstn@redhat.com>
17198
17199 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 17200 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
17201 provide line number info for first statement in main.
17202
1544280f
AC
172032004-07-08 Andrew Cagney <cagney@gnu.org>
17204
1279f4ff
AC
17205 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
17206
1544280f
AC
17207 * gdb.base/sigbpt.exp: Make the common part of each test name a
17208 prefix instead of suffix.
17209
bcc82369
BR
172102004-07-07 Bob Rossi <bob_rossi@cox.net>
17211
17212 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
17213 test from test_tbreak_creation_and_listing to
17214 test_file_list_exec_source_file
17215 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
17216 Changed name of test from test_tbreak_creation_and_listing to
17217 test_file_list_exec_source_file
17218
23f4b0aa
JJ
172192004-07-07 Jeff Johnston <jjohnstn@redhat.com>
17220
17221 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
17222 the jmisc() constructor instead of <init>.
17223 * gdb.java/jmisc1.exp: Ditto.
17224
56401cd5
AC
172252004-07-07 Andrew Cagney <cagney@gnu.org>
17226
17227 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
17228 corrupting the PC.
17229
44ae2f6a
MC
172302004-07-06 Michael Chastain <mec.gnu@mindspring.com>
17231
17232 * gdb.cp/templates.exp: Accept whitespace change in demangler
17233 output.
17234
45a83408
AC
172352004-07-06 Andrew Cagney <cagney@gnu.org>
17236
17237 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
17238
d205ad70
MC
172392004-07-02 Michael Chastain <mec.gnu@mindspring.com>
17240
17241 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
17242 * lib/compiler.cc: Likewise.
17243
06ea1a61
MC
172442004-06-30 Michael Chastain <mec.gnu@mindspring.com>
17245
17246 * lib/compiler.cc: Work around string preprocessing problem
17247 with old hp c++ compiler.
17248 * lib/compiler.c: Likewise.
17249
daab1251
CV
172502004-06-29 Corinna Vinschen <vinschen@redhat.com>
17251
17252 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
17253 directives to conditionalize symbol prefixing.
17254 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
17255 additional_flags handling. Add underscore prefix for Cygwin.
17256 * gdb.arch/i386-unwind.c: Use preprocessor directives to
17257 conditionalize symbol prefixing.
17258 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
17259 additional_flags handling. Add underscore prefix for Cygwin.
17260
cc984116
CV
172612004-06-29 Corinna Vinschen <vinschen@redhat.com>
17262
17263 * gdb.base/bigcore.exp: Skip test on Cygwin.
17264
c279b077
MC
172652004-06-28 Michael Chastain <mec.gnu@mindspring.com>
17266
17267 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
17268 formats for "info register". Use gdb_test_multiple. Fix
17269 the "invalid register" test.
17270
0e915747
CV
172712004-06-28 Corinna Vinschen <vinschen@redhat.com>
17272
17273 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
17274 PID for Cygwin. Add Cygwin specific strings to check for in some
17275 tests.
17276 (do_attach_tests): Add a test for user interaction when attaching
17277 to a process with no matching symbol table already loaded.
17278
11422c86
AC
172792004-06-26 Andrew Cagney <cagney@gnu.org>
17280
17281 Test PR java/1567 and PR java/1565.
17282 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
17283 * gdb.java/jmisc2.exp: Delete file.
17284
cefbce26
MC
172852004-06-26 Michael Chastain <mec.gnu@mindspring.com>
17286
17287 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
17288
e19f872c
CV
172892004-06-25 Corinna Vinschen <vinschen@redhat.com>
17290
17291 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
17292 attach process.
17293
d931ba3b
MC
172942004-06-23 Michael Chastain <mec.gnu@mindspring.com>
17295
17296 * gdb.cp/pr-1553.exp: Remove.
17297
aef68c48
MC
172982004-06-22 Michael Chastain <mec.gnu@mindspring.com>
17299
17300 * gdb.cp/pr-1553.cc: Remove.
17301 * gdb.cp/pr-1553.exp: Disable this test.
17302
8d5df71a
JB
173032004-06-20 Jim Blandy <jimb@redhat.com>
17304
a9c64011 17305 Fix PR testsuite/1680.
8d5df71a
JB
17306 * gdb.arch/i386-sse.exp: Properly quote curly braces in
17307 regular expressions.
17308
4ac6f39d
MC
173092004-06-19 Michael Chastain <mec.gnu@mindspring.com>
17310
17311 Fix PR testsuite/1679.
17312 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
17313 Issue an UNSUPPORTED result instead.
17314
1b413552
JB
173152004-06-18 Jim Blandy <jimb@redhat.com>
17316
17317 * gdb.base/charset.exp: Only send a control-C if we see a new
17318 prompt and incomplete command.
17319
6daa6ebd
MC
173202004-06-18 Michael Chastain <mec.gnu@mindspring.com>
17321
17322 * gdb.cp/pr-574.cc: Add copyright notice.
17323
51fa4ae0
JB
173242004-06-17 Jim Blandy <jimb@redhat.com>
17325
17326 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
17327 cases where the regexp has no groups; this grabs random text from
17328 the previous test suite, whatever that was.
17329
8fea26c5
MC
173302004-06-17 Michael Chastain <mec.gnu@mindspring.com>
17331
17332 * gdb.cp/printmethod.cc: Add copyright notice.
17333
1e3aeb41
MC
173342004-06-16 Michael Chastain <mec.gnu@mindspring.com>
17335
17336 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
17337
9d9030bc
AC
173382004-06-16 Andrew Cagney <cagney@gnu.org>
17339
17340 * gdb.base/signull.c: Update copyright. Include <string.h>.
17341 (bowler): Replace data_pointer with data_read
17342 and data_write cases. Add code_descriptor case.
17343 (zero, desc): New array and pointer.
17344 (data, code): Change to simple pointers.
17345 * gdb.base/signull.exp: Fix probe pattern matching a function
17346 descriptor SIGSEGV. Replace data_pointer with data_read and
17347 data_write tests.
17348
acd4ad44
AC
173492004-06-16 Andrew Cagney <cagney@gnu.org>
17350
17351 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
17352
08fd625c
MC
173532004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17354
17355 * gdb.base/long_long.c: Add copyright notice.
17356
1903502c
MC
173572004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17358
17359 * gdb.base/long_long.exp: Remove reference to
17360 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
17361 to gdb_breakpoint and gdb_continue_to_breakpoint.
17362
83313cb1
JB
173632004-06-14 Jim Blandy <jimb@redhat.com>
17364
17365 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
17366 endian case.
17367
1bf404ef
AC
173682004-06-14 Andrew Cagney <cagney@gnu.org>
17369
17370 * gdb.base/gcore.exp (capture_command_output): Delete the always
17371 passing tests containing inferior values.
17372 * gdb.base/ending-run.exp: Do not include the breakpoint address
17373 in the test message. Update copyright.
17374 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
17375 size in the test name, use gdb_test_multiple. Update copyright.
17376
ef220b33
MC
173772004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17378
17379 * gdb.cp/ref-types.cc: Add copyright notice.
17380
4f70a4c9
MC
173812004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17382
17383 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
17384 hp_aCC_compiler.
17385 * lib/compiler.cc: Likewise.
17386 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
17387 'set' commands. Log diagnostics for other lines. Set
17388 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
17389
335928ac
MC
173902004-06-13 Michael Chastain <mec.gnu@mindspring.com>
17391
17392 * gdb.cp/try_catch.cc: Add copyright notice.
17393
2efb12e8
MC
173942004-06-12 Michael Chastain <mec.gnu@mindspring.com>
17395
17396 * gdb.cp/userdef.cc: Add copyright notice.
17397
0bbed51a
MC
173982004-06-11 Michael Chastain <mec.gnu@mindspring.com>
17399
17400 * gdb.cp/virtfunc.cc: Add copyright notice.
17401
e12a46c9
RC
174022004-06-11 Randolph Chung <tausq@debian.org>
17403
17404 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
17405 problem.
17406
338e05af
AC
174072004-06-10 Andrew Cagney <cagney@gnu.org>
17408
17409 * lib/compiler.cc, lib/compiler.c: Append either
17410 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
17411 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
17412 instead of gcc-3-3.
17413
dc3f10cb
AC
174142004-06-09 Andrew Cagney <cagney@gnu.org>
17415
b4d946af
AC
17416 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
17417 gdb/1455, bug is specific to "long long" and "double".
a9c64011 17418
dc3f10cb
AC
17419 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
17420 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
17421 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
17422 fixed.
17423
b5c0bfa2
AC
174242004-06-09 Andrew Cagney <cagney@gnu.org>
17425
17426 * gdb.base/structs.exp (test_struct_returns): Replace
17427 "return_value_unknown" and "finish_value_unknown" by
17428 "return_value_known" and "finish_value_known". Instead of
17429 "return_value_unknown" iff "finish_value_unknown", check
17430 "return_value_known" implies "finish_value_known".
17431
caeb605f
MH
174322004-06-08 Martin Hunt <hunt@redhat.com>
17433
17434 * gdb.base/float.exp: Add pattern for mips targets.
17435
c892bb64
RC
174362004-06-08 Randolph Chung <tausq@debian.org>
17437
17438 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
17439 message for unknown architectures more clear.
17440
48306d3e
JB
174412004-06-08 Joel Brobecker <brobecker@gnat.com>
17442
17443 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
17444 start the execution of the program.
17445
83ecb59f
JB
174462004-06-07 Jim Blandy <jimb@redhat.com>
17447
17448 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
17449 * gdb.arch/i386-cpuid.h: New helper file.
17450
55264cb4
RC
174512004-06-07 Randolph Chung <tausq@debian.org>
17452
17453 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
17454 has started.
17455
23cadb28
RM
174562004-06-04 Roland McGrath <roland@redhat.com>
17457
17458 Fix PR gdb/1647.
17459 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
17460 differently to be robust to output buffering differences.
17461
51d01eda
MC
174622004-06-04 Michael Chastain <mec.gnu@mindspring.com>
17463
17464 * gdb.threads/pthreads.exp: Update copyright years.
17465 (check_control_c): Change asynchronous 'after' to synchronous.
17466
f4fc3b93
RM
174672004-06-04 Roland McGrath <roland@redhat.com>
17468
17469 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
17470 next gdb prompt.
17471
4013522b
MC
174722004-06-02 Michael Chastain <mec.gnu@mindspring.com>
17473
17474 Fix PR gdb/1636.
17475 * gdb.threads/manythreads.exp: Change asynchronous 'after'
17476 calls to synchronous.
17477
7a8f1e6b
JB
174782004-05-26 Jim Blandy <jimb@redhat.com>
17479
17480 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
17481
81bb3443
RC
174822004-05-24 Randolph Chung <tausq@debian.org>
17483
17484 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
17485 * gdb.asm/pa.inc: New file.
17486
8f5a3103
MK
174872004-05-22 Mark Kettenis <kettenis@gnu.org>
17488
17489 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
17490
734b8fe8 174912004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 17492 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
17493
17494 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
17495 GDB prompt.
17496
725603e1
UW
174972004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17498
f4fc3b93 17499 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
17500 setjmp/longjmp. Use sigaction instead of signal.
17501
8b923272 175022004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 17503 Michael Snyder <msnyder@redhat.com>
8b923272
JB
17504
17505 * gdb.threads/pthread_cond_wait.c: New file.
17506 * gdb.threads/pthread_cond_wait.exp: New testcase.
17507
8bfabb04
AC
175082004-05-13 Andrew Cagney <cagney@redhat.com>
17509
17510 * gdb.base/signull.exp, gdb.base/signull.c: New files.
17511 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
17512
42edda50
AC
175132004-05-11 Andrew Cagney <cagney@redhat.com>
17514
17515 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
17516 fixed but revealed gdb/1639.
17517
d303a6c7
AC
175182004-05-10 Andrew Cagney <cagney@redhat.com>
17519
17520 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
17521 func1" and "next to 2nd alarm", kernel bug avoided.
17522
bf08c2a1
DJ
175232004-05-10 Daniel Jacobowitz <dan@debian.org>
17524
17525 PR external/1568
17526 * gdb.base/bigcore.exp: Check the size of the dumped core file.
17527 XFAIL if it is smaller than bytes_allocated.
17528 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
17529 (main): Make chunks_allocated unsigned. Correct comment.
17530
c0586a34
JB
175312004-05-07 Joel Brobecker <brobecker@gnat.com>
17532
17533 * gdb.arch/powerpc-aix-prologue.c: New file.
17534 * gdb.arch/powerpc-aix-prologue.exp: New file.
17535
f2785d12
JB
175362004-05-07 Jim Blandy <jimb@redhat.com>
17537
17538 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
17539 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
17540
bd7f6e30
JB
175412004-05-06 Joel Brobecker <brobecker@gnat.com>
17542
17543 * gdb.base/sep.exp: No longer setup_kfail when the program was
17544 built with dwarf2.
17545
0a5e7efe
JI
175462004-05-05 Jim Ingham <jingham@apple.com>
17547
17548 * gdb.base/pending.exp: Make sure pending breakpoints
17549 preserve the ignore count.
f4fc3b93 17550
a8958849
MK
175512004-04-27 Jerome Guitton <guitton@gnat.com>
17552
17553 * i386-prologue.exp: Add testcase for jump instruction as first
17554 instruction of the real code.
17555 * i386-prologue.c (jump_at_beginning): New function.
17556
7e103f5b
MK
175572004-04-28 Mark Kettenis <kettenis@gnu.org>
17558
17559 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
17560 x86_64-*-*.
17561
5d38b224
MK
175622004-04-28 Mark Kettenis <kettenis@gnu.org>
17563
17564 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
17565 i*86-*-*.
17566
0ef32fd9
MK
175672004-04-25 Mark Kettenis <kettenis@gnu.org>
17568
17569 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
17570 expression that checks the return type.
17571
71d7dd7c
AC
175722004-04-23 Andrew Cagney <cagney@redhat.com>
17573
17574 * gdb.base/call-sc.exp: New test of scalar call/return values.
17575 * gdb.base/call-sc.c: Ditto.
17576
1e9f977e
JJ
175772004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17578
17579 * gdb.threads/manythreads.c: Reduce thread stack size.
17580
899d9e3a
JJ
175812004-04-23 Jeff Johnston <jjohnstn@redhat.com>
17582
17583 * gdb.threads/manythreads.c: Add copyright notice.
17584
61bcae62
AC
175852004-04-23 Andrew Cagney <cagney@redhat.com>
17586
17587 * gdb.base/siginfo.exp: Better handle step out of signal.
17588 * gdb.base/sigstep.exp: Ditto.
17589
7339a42e 175902004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 17591 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
17592
17593 * gdb.threads/manythreads.c: New testcase.
17594 * gdb.threads/manythreads.exp: Ditto.
17595
5c98409b
JB
175962004-04-22 Jim Blandy <jimb@redhat.com>
17597
17598 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
17599 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
17600
3b611f1a
MC
176012004-04-21 Michael Chastain <mec.gnu@mindspring.com>
17602
17603 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
17604
f0fd9238
AC
176052004-04-21 Andrew Cagney <cagney@redhat.com>
17606
17607 * gdb.base/sigstep.c: New file.
17608 * gdb.base/sigstep.exp: New file.
17609
90990674
JB
176102004-04-16 Joel Brobecker <brobecker@gnat.com>
17611
17612 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
17613 call to observer_notify_normal_stop.
17614
78cef34b
AC
176152004-04-15 Andrew Cagney <cagney@redhat.com>
17616
17617 * gdb.base/siginfo.c: New file.
17618 * gdb.base/siginfo.exp: New file.
17619
d2343407
JB
176202004-04-12 J. Brobecker <brobecker@gnat.com>
17621
17622 * gdb.base/sep.exp: Fix typo in comment.
17623
a2dba3c8
JB
176242004-04-12 J. Brobecker <brobecker@gnat.com>
17625
17626 * gdb.base/sep.c: New file.
17627 * gdb.base/sep-proc.c: New file.
17628 * gdb.base/sep.exp: New testcase.
17629
15f7b60e
MK
176302004-04-09 Mark Kettenis <kettenis@gnu.org>
17631
17632 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
17633 support.
17634
44f4de1a
AC
176352004-04-05 Andrew Cagney <cagney@redhat.com>
17636
17637 * gdb.base/sigaltstack.c: New file.
17638 * gdb.base/sigaltstack.exp: New file.
17639
ef04f396
JB
176402004-04-04 Joel Brobecker <brobecker@gnat.com>
17641
17642 * gdb.base/foll-fork.exp: Update the expected output for
17643 "help set follow-fork-mode", to match a change that was made
17644 to the help of this variable on 2004-01-13.
17645
d40d2c92
JB
176462004-04-01 Joel Brobecker <brobecker@gnat.com>
17647
17648 * lib/ada.exp: Add copyright notice.
17649 * bar.ads: Likewise.
17650 * bar.adb: Likewise.
17651 * null_record.adb: Likewise.
17652 * null_record.exp: Likewise.
17653 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
17654
f86ef5a3
JB
176552004-04-01 Joel Brobecker <brobecker@gnat.com>
17656
17657 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
17658 * configure: Regenerate.
17659
414e70e3
JB
176602004-04-01 Joel Brobecker <brobecker@gnat.com>
17661
17662 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
17663 to build the application. Remove the message printed when in
17664 verbose mode, redundant with the UNSUPPORTED message above.
17665
f0aaee49
JB
176662004-03-31 Joel Brobecker <brobecker@gnat.com>
17667
17668 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
17669 * gdb.ada (null_record.exp): New testcase.
17670
ac81cb54
JB
176712004-03-31 Joel Brobecker <brobecker@gnat.com>
17672
17673 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
17674
854af2f7
JB
176752004-03-31 Joel Brobecker <brobecker@gnat.com>
17676
17677 * gdb.ada: New subdirectory.
17678 * gdb.ada/Makefile.in: New file.
17679 * gdb.ada/gnat_ada.gpr.in: New file.
17680
034cb681
JB
176812004-03-31 Joel Brobecker <brobecker@gnat.com>
17682
17683 * lib/ada.exp: New file.
17684
78a1a894
DJ
176852004-03-24 Daniel Jacobowitz <drow@mvista.com>
17686
17687 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
17688 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
17689
4b2b3b3e
AC
176902004-03-22 Andrew Cagney <cagney@redhat.com>
17691
17692 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
17693 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
17694 Problem identified by Ulrich Weigand.
17695
23c73aa3
DC
176962004-03-17 David Carlton <carlton@kealia.com>
17697
17698 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
17699 PR c++/826.
17700
d63a86f8
RM
177012004-03-16 Roland McGrath <roland@redhat.com>
17702
17703 * gdb.base/auxv.exp: New file.
17704 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
17705
0e02aa50
DC
177062004-03-12 David Carlton <carlton@kealia.com>
17707
17708 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
17709 * gdb.cp/pr-1553.cc: Ditto.
17710 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
17711 pass branch.
17712
c20b71be
MC
177132004-03-12 Michael Chastain <mec.gnu@mindspring.com>
17714
17715 * gdb.cp/templates.exp: Accept more template types.
17716
c7414a01
MC
177172004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17718
17719 From Corinna Vinschen with modifications.
17720 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
17721 local variable obj_with_enum.
17722 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
17723 results with obj_with_enum.
17724
ed69573c
MC
177252004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17726
17727 * gdb.cp/classes.cc: New file, copied from misc.cc.
17728 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
17729
28301461
MC
177302004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17731
17732 * gdb.cp/misc.cc: Add copyright notice.
17733
1198ecbe
DC
177342004-03-05 David Carlton <carlton@kealia.com>
17735
17736 * gdb.cp/rtti.exp: Add 'print *obj3' test.
17737 * gdb.cp/rtti.h: Update copyright.
17738 (namespace n2::n3): New.
17739 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
17740 (n2::n3::func3): New.
17741 (main): Call n2::n3::func3.
17742 * gdb.cp/rtti2.cc: Update copyright.
17743 (n2::create3): New.
17744
9e08c470
MK
177452004-03-04 Mark Kettenis <kettenis@gnu.org>
17746
17747 * gdb.asm/openbsd.inc: Fix typo.
17748
4bebc3aa
FF
177492004-03-03 Fred Fish <fnf@redhat.com>
17750
17751 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
17752 "val" instead of unused "size". Update copyright year.
17753
6ea9fb37
DJ
177542004-02-29 Daniel Jacobowitz <drow@mvista.com>
17755
17756 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
17757 to use unsigned char.
17758 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
17759 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
17760
23b23974
DJ
177612004-02-29 Daniel Jacobowitz <drow@mvista.com>
17762
17763 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
17764 line of output.
17765
7574fd53
DJ
177662004-02-28 Daniel Jacobowitz <drow@mvista.com>
17767
17768 * gdb.base/relocate.c (dummy): Initialize.
17769
a195357f
DJ
177702004-02-28 Daniel Jacobowitz <drow@mvista.com>
17771
17772 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
17773 a breakpoint at exit.
17774
72fd54a9
FF
177752004-02-27 Fred Fish <fnf@redhat.com>
17776
17777 * gdb.base/chng-syms.exp: Add expect condition to match failing
17778 case that isn't a timeout.
17779
b9d23137
AC
177802004-02-27 Andrew Cagney <cagney@redhat.com>
17781
17782 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
17783 support.
17784
15d208f6 177852004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 17786
15d208f6
FF
17787 * gdb.arch/gdb1431.c: Remove.
17788 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
17789 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
17790 of "until" incorrectly.
17791
98f9cd2d
JB
177922004-02-26 J. Brobecker <brobecker@gnat.com>
17793
17794 * gdb.cp/class2.cc (empty): New class.
17795 (refer): New function.
17796 (main): Declare an object of type empty and use it.
17797 * gdb.cp/class2.exp: Print the value of an object of type empty.
17798
9b50c11b
JJ
177992004-02-26 Jeff Johnston <jjohnstn@redhat.com>
17800
17801 * gdb.base/langs.exp: Update query string to match the
17802 new nquery format used for pending breakpoints.
17803
0dcd613f
AC
178042004-02-26 Andrew Cagney <cagney@redhat.com>
17805
17806 Fix PR i18n/1570.
17807 * gdb.base/charset.c: Update copyright notice.
17808 (main, init_string): Remove the escape character '\e' tests.
17809 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
17810 * gdb.base/charset.exp (valid_host_charset): Ditto.
17811 * gdb.base/setvar.exp: Ditto.
17812
b8a56647
AC
178132004-02-24 Andrew Cagney <cagney@redhat.com>
17814
90d59e34
AC
17815 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
17816 mmapped data in core file" PASS and FAIL messages consistent.
17817
b8a56647
AC
17818 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
17819 setting a breakpoint. Work around PR java/1565.
17820
9f27c604
JJ
178212004-02-23 Jeff Johnston <jjohnstn@redhat.com>
17822
17823 * lib/gdb.exp (gdb_breakpoint): Update query string to match
17824 new nquery format.
17825 * gdb.base/pending.exp: Ditto.
17826
3224a706
MK
178272004-02-22 Mark Kettenis <kettenis@gnu.org>
17828
17829 * configure.in: Run stabs tests on *BSD.
17830 * configure: Regenerated.
17831
41e0a9ca
MK
178322004-02-21 Mark Kettenis <kettenis@gnu.org>
17833
17834 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
17835
1e1b3428
FF
178362004-02-20 Fred Fish <fnf@redhat.com>
17837
17838 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
17839 blank in test for "returns short", for consistency with other
17840 "returns xxx" tests. Update copyright year.
17841
f9a7572a
FF
178422004-02-19 Fred Fish <fnf@redhat.com>
17843
17844 New testcase for PR breakpoint/1558.
17845 * gdb.arch/gdb1558.exp: New file.
17846 * gdb.arch/gdb1558.c: New file.
17847
b2ce2854
EZ
178482004-02-19 Elena Zannoni <ezannoni@redhat.com>
17849
17850 * gdb.base/nodebug.exp: Fix typo.
17851
e7c9ff01
JB
178522004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17853
17854 Committed by Jim Blandy <jimb@redhat.com>.
17855
62f4b920
JB
17856 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
17857
2db536a1
JB
17858 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
17859
e7c9ff01
JB
17860 * gdb.base/float.exp: Support s390*-*-* targets.
17861
f3205b34
AF
178622004-02-17 Adam Fedor <fedor@gnu.org>
17863
17864 * gdb.base/gdb1555.exp: New file.
17865 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
17866
9d62932d
EZ
178672004-02-17 Elena Zannoni <ezannoni@redhat.com>
17868
17869 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
17870
344c9711
FF
178712004-02-16 Fred Fish <fnf@redhat.com>
17872
17873 * gdb.arch/gdb1291.c: Remove
17874 * gdb.arch/gdb1291.s: New test input file.
17875 * gdb.arch/gdb1291.exp: Expand test to check case that should not
17876 fail. Test for correct result, known incorrect result, other
17877 failures and timeouts.
17878
2d822687
AC
178792004-02-16 Andrew Cagney <cagney@redhat.com>
17880
17881 * gdb.base/bigcore.exp: New file.
17882 * gdb.base/bigcore.c: New file.
17883
dac15b66
AC
178842004-02-13 Andrew Cagney <cagney@redhat.com>
17885
17886 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
17887 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
17888 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
17889 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
17890 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
17891 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
17892 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
17893 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
17894 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
17895 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
17896
6bdfc2c4
JJ
178972004-02-11 Jeff Johnston <jjohnstn@redhat.com>
17898
17899 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
17900 executed is an alloc instruction.
17901
87b3ede8
DC
179022004-02-11 David Carlton <carlton@kealia.com>
17903
17904 * gdb.cp/breakpoint.exp: New.
17905 * gdb.cp/breakpoint.cc: New.
17906
6e19e2bf
MC
179072004-02-11 Michael Chastain <mec.gnu@mindspring.com>
17908
17909 Partial fix for PR gdb/1543.
17910 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
17911 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
17912 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
17913 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
17914 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
17915 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
17916 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
17917 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
17918 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
17919 to bug-gdb@prep.ai.mit.edu .
17920 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
17921 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
17922 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
17923 Likewise.
17924
5c5455dc
AC
179252004-02-10 Andrew Cagney <cagney@redhat.com>
17926
17927 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
17928 using gdb_internal_error_resync.
17929
9cf689d7
DJ
179302004-02-09 Daniel Jacobowitz <drow@mvista.com>
17931
17932 * gdb.threads/thread-specific.exp: Stop early if no threads are
17933 found.
17934
d2dc51db
MC
179352004-02-09 Michael Chastain <mec.gnu@mindspring.com>
17936
17937 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
17938
14b1a056
DJ
179392004-02-08 Daniel Jacobowitz <drow@mvista.com>
17940
17941 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
17942 breakpoints.
17943
83f66e8f
DJ
179442004-02-07 Daniel Jacobowitz <drow@mvista.com>
17945
17946 * config/sim.exp (gdb_load): Handle $arg == "".
17947 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
17948 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
17949
30fc0091
EZ
179502004-02-07 Elena Zannoni <ezannoni@redhat.com>
17951
a9c64011
AS
17952 * gdb.base/maint.exp: Update test to reflect
17953 obstack changes.
30fc0091 17954
4d806929
JJ
179552004-02-04 Jeff Johnston <jjohnstn@redhat.com>
17956
17957 * gdb.base/pendshr.c (pendfunc): New function that calls
17958 pendfunc1.
17959 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
17960
7bfdd688
FF
179612004-02-04 Fred Fish <fnf@redhat.com>
17962
17963 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
17964 function symbols and update copyright years.
17965 * gdb.arch/gdb1291.c: Ditto.
17966
aaa08ee4
MC
179672004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17968
17969 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
17970
dbad7755
MC
179712004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17972
17973 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
17974
ec4646ef
MC
179752004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17976
17977 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
17978
1b802196
FF
179792004-02-02 Fred Fish <fnf@redhat.com>
17980
17981 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
17982 remote targets. Update copyright years.
17983
18fe2033
JJ
179842004-02-02 Jeff Johnston <jjohnstn@redhat.com>
17985
17986 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
17987 support.
17988 * gdb.base/langs.exp: Fix test which attempts to create
17989 breakpoint on non-existent function to handle new pending
17990 support.
17991 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
17992 a breakpoint.
17993 * gdb.base/pending.exp: New test.
17994 * gdb.base/pending.c: New file.
17995 * gdb.base/pendshr.c: Ditto.
17996
8d577d32
DC
179972004-02-02 David Carlton <carlton@kealia.com>
17998
17999 * gdb.cp/overload.exp: Add overloadNamespace tests.
18000 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
18001 (overloadNamespace, XXX): New.
18002 (main): Call XXX::marker2.
18003
3ad13771
FF
180042004-02-01 Fred Fish <fnf@redhat.com>
18005
18006 * gdb.base/dump.exp: Use runto_main instead of "runto main".
18007 * gdb.base/finish.exp: Ditto.
18008 * gdb.base/gcore.exp: Ditto.
18009 * gdb.base/huge.exp: Ditto.
18010 * gdb.base/info-proc.exp: Ditto.
18011 * gdb.base/return2.exp: Ditto.
18012 * gdb.threads/gcore-thread.exp: Ditto.
18013
44c75849
DJ
180142004-02-01 Daniel Jacobowitz <drow@mvista.com>
18015
18016 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
18017
005bc093
MK
180182004-02-01 Mark Kettenis <kettenis@gnu.org>
18019
18020 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
18021 that opening the file succeeds on OpenBSD.
18022
c47cebdb
DJ
180232004-02-01 Daniel Jacobowitz <drow@mvista.com>
18024
18025 * gdb.threads/thread-specific.c: New file.
18026 * gdb.threads/threads-specific.exp: New test script.
18027 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
18028 to expect_out.
18029
5a01311c
MK
180302004-02-01 Mark Kettenis <kettenis@gnu.org>
18031
18032 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
18033 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
18034 only on the "print_small_structs from print_long_arg_list" test.
18035
ce22a4f1
DJ
180362004-02-01 Daniel Jacobowitz <drow@mvista.com>
18037
18038 * gdb.base/completion.exp: Kill a stray backslash.
18039
18040 From Jim Ingham <jingham@apple.com>:
18041 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
18042 agrees with the result from sending a tab.
18043
abbab9d3
DJ
180442004-01-31 Daniel Jacobowitz <drow@mvista.com>
18045
18046 * gdb.base/chng-syms.exp: Remove stray newline.
18047
53904d1e
MK
180482004-01-31 Mark Kettenis <kettenis@gnu.org>
18049
18050 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
18051 *-*-openbsd*.
18052 * gdb.asm/openbsd.inc: New file.
18053
3a4b3aac
MK
180542004-01-30 Mark Kettenis <kettenis@gnu.org>
18055
18056 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
18057 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
18058 *-*solaris2*. Remove commented out default settings for
18059 asm-flags. Replace gdb_compile with target_link.
18060
ebac27b4
MC
180612004-01-29 Michael Chastain <mec.gnu@mindspring.com>
18062
18063 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
18064 for all tests. Remove old hp-ux and cygnus xfail cases.
18065
d8679d84
PH
180662004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
18067
18068 * gdb.base/chng-syms.exp: New file.
18069 * gdb.base/chng-syms.c: New file.
18070
0a55bc22
MC
180712004-01-24 Michael Chastain <mec.gnu@mindspring.com>
18072
18073 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
18074 Provide arms for current output in all my configurations.
18075
94b8e876
MC
180762004-01-24 Michael Chastain <mec.gnu@mindspring.com>
18077
18078 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
18079 * lib/compiler.cc: Likewise.
18080 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
18081 get the right preprocessor. Eval the output directly. Remove
18082 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
18083 hp_f77_compiler and hp_f90_compiler completely.
18084 (gdb_preprocess): Delete.
18085 (get_compiler): Delete.
18086
7cf03d44
MK
180872004-01-24 Mark Kettenis <kettenis@gnu.org>
18088
18089 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
18090 <string.h>.
18091
68b6dce9
NR
180922004-01-24 Nick Roberts <nick@nick.uklinux.net>
18093
18094 * gdb.mi/mi-stack.exp: Update copyright.
18095
b368761e
DC
180962004-01-23 David Carlton <carlton@kealia.com>
18097
18098 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
18099 test for cp_lookup_transparent_type.
18100 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
18101 call them.
18102
f2061b53
DJ
181032004-01-23 Daniel Jacobowitz <drow@mvista.com>
18104
18105 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
18106 after -var-update.
18107
37fc574a
DC
181082004-01-23 David Carlton <carlton@kealia.com>
18109
18110 * gdb.cp/namespace.cc (C::ensureRefs): New.
18111 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
18112
8e94b928
NR
181132004-01-20 Nick Roberts <nick@nick.uklinux.net>
18114
18115 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
18116 case "-stack-list-locals 2".
18117 * gdb.mi/mi-var-child.exp: Test for case
18118 "-var-list-children --all-values NAME".
18119
997b0952
MC
181202004-01-18 Michael Chastain <mec.gnu@mindspring.com>
18121
18122 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
18123
52470da3
MK
181242004-01-18 Mark Kettenis <kettenis@gnu.org>
18125
7049b4b8
MK
18126 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
18127 used with gdb_test_multiple.
18128
52470da3
MK
18129 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
18130 read at address 0. This fixes PR testsuite/1504.
18131
da6012e5
DJ
181322004-01-18 Daniel Jacobowitz <drow@mvista.com>
18133
18134 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
18135 Remove downloading, guessing the host executable, the calls to
18136 gdb_file_cmd and gdb_target_cmd, and "load" support.
18137 (infer_host_exec): New function broken out from gdb_load.
18138 (gdb_load): New wrapper for gdbserver_gdb_load.
18139 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
18140 gdb_target_cmd. Use -target-select.
18141 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
18142 Download binaries to the host. Clear last_mi_remote_file when
18143 we load a new binary.
18144 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
18145 call gdbserver_gdb_load and mi_gdb_target_cmd.
18146
32c70722
MC
181472004-01-17 Michael Chastain <mec.gnu@mindspring.com>
18148
18149 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
18150 type patterns.
18151
b0cecf36
MC
181522004-01-17 Michael Chastain <mec.gnu@mindspring.com>
18153
18154 * gdb.cp/templates.exp: Fix typo in test name of
18155 "print Foo<volatile char*>::foo".
18156
4120d7e6
MC
181572004-01-15 Michael Chastain <mec.gnu@mindspring.com>
18158
18159 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
18160
f679e530
BE
181612004-01-16 Ben Elliston <bje@wasabisystems.com>
18162
18163 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
18164 (clean mostlyclean): Remove empty rm.
18165
091c48f6
MC
181662004-01-15 Michael Chastain <mec.gnu@mindspring.com>
18167
18168 * gdb.base/setvar.exp: Add copyright years.
18169
3e5fc8d2
DC
181702004-01-14 David Carlton <carlton@bactrian.org>
18171
18172 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
18173 PR c++/1511 and update coment.
18174 * gdb.cp/templates.exp: Update patterns to match current output.
18175 If changes involve something other than whitespace, KFAIL
18176 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
18177
63d06c5c
DC
181782004-01-14 David Carlton <carlton@kealia.com>
18179
18180 * gdb.cp/namespace.exp: Add tests involving classes defined within
18181 namespaces.
18182 * gdb.cp/namespace.cc (C::CClass): New.
18183 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
18184
a51dab88
EZ
181852004-01-14 Elena Zannoni <ezannoni@redhat.com>
18186
18187 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
18188 what debug info we have. Print a better message if something goes
18189 wrong while producing the separate debug info file.
18190
a476ccc9
MC
181912004-01-14 Michael Chastain <mec.gnu@mindspring.com>
18192
18193 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
18194
f453692c
MC
181952004-01-14 Michael Chastain <mec.gnu@mindspring.com>
18196
18197 * gdb.base/callfuncs.c: Add copyright notice.
18198
f40063a5
MC
181992004-01-13 Michael Chastain <mec.gnu@mindspring.com>
18200
18201 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
18202 inheritance. PR gdb/1498, PR gcc/13539.
18203
19ac3974
EZ
182042004-01-13 Elena Zannoni <ezannoni@redhat.com>
18205
a9c64011
AS
18206 * gdb.threads/gcore-thread.exp: Prefix name of binary with
18207 test specific name.
18208 * gdb.mi/gdb669.exp: Ditto.
18209 * gdb.mi/mi-pthreads.exp: Ditto.
18210 * gdb.mi/mi1-pthreads.exp: Ditto.
18211 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 18212
56c97c6e
MC
182132004-01-12 Michael Chastain <mec.gnu@mindspring.com>
18214
18215 * gdb.cp/member-ptr.cc: Add copyright notice.
18216
a0644324
MC
182172004-01-12 Michael Chastain <mec.gnu@mindspring.com>
18218
18219 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
18220 some patterns for recent versions of gcc and hpacc. Delete
18221 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
18222 Delete tests that access a NULL pointer-to-member-data. This
18223 script is still disabled for gcc.
18224
32fabe09
EZ
182252004-01-12 Elena Zannoni <ezannoni@redhat.com>
18226
18227 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 18228 escaped correctly.
32fabe09 18229
1f8a6abb
EZ
182302004-01-12 Elena Zannoni <ezannoni@redhat.com>
18231
18232 * gdb.base/sepdebug.exp: New file.
18233 * gdb.base/sepdebug.c: New file.
18234 * lib/gdb.exp (separate_debug_filename): New procedure.
18235 (gdb_gnu_strip_debug): New procedure.
18236
48efe704
AC
182372004-01-12 Andrew Cagney <cagney@redhat.com>
18238
18239 * gdb.mi/ChangeLog: Delete file. Renamed to ...
18240 * gdb.mi/ChangeLog-1999-2003: New file.
18241
a9415475
AC
182422004-01-12 Andrew Cagney <cagney@redhat.com>
18243
18244 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
18245 "Renaming a directory to a non-empty directory returns ENOTEMPTY
18246 or EEXIST", treat EBUSY as an XFAIL.
18247
83b8cf9d
MC
182482004-01-11 Michael Chastain <mec.gnu@mindspring.com>
18249
18250 * gdb.base/scope.exp: Remove obsolete setup_xfail for
18251 hp_cc_compiler.
18252
9939d2a8
MC
182532004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18254
18255 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
18256 decorations.
18257
1ff8cadf
MC
182582004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18259
18260 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
18261 and "(aCC)" decorations. Remove obsolete doco about old
18262 test results.
18263
6fa9022e
MC
182642004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18265
18266 * gdb.cp/exception.exp: Fix typo in doco.
18267
209721fe
MK
182682004-01-09 Mark Kettenis <kettenis@gnu.org>
18269
18270 * gdb.base/gdb1476.exp: Fix typo.
18271
ef11303e
MC
182722004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18273
18274 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
18275 file.
18276
041ab88c
MC
182772004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18278
18279 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
18280 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
18281 Use gdb_compile. Remove restriction on gcc. Add some patterns
18282 for recent version of gdb. Delete second half, which was a copy
18283 of the first half with different build flags. This test is
18284 still disabled because it is still not ready for production.
18285
e36d075a
MC
182862004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18287
18288 * gdb.cp/exception.cc: Add copyright notice.
18289 * gdb.cp/exception.exp: Add a notice that this file is broken
18290 because of line number changes caused by addition of copyright
18291 notice.
18292
42b190ad
MC
182932004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18294
18295 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
18296 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
18297
8f25f06b
MC
182982004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18299
18300 * gdb.cp/classes.exp: Accept gnu abi 2.
18301 * gdb.cp/derivation.exp: Likewise.
18302 * gdb.cp/overload.exp: Likewise.
18303 * gdb.cp/virtfunc.exp: Likewise.
18304
06ded8b8
MC
183052004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18306
18307 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
18308 semicolon after end of function.
18309
77c26ae3
MC
183102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18311
18312 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
18313 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
18314 boilerplate code for compiling and running the program under
18315 test. Add some string method tests.
18316
20757486
MC
183172004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18318
18319 * gdb.cp/bs15503.cc: Add copyright notice.
18320 * gdb.cp/bs15503.exp: Adjust line number.
18321
0fd3b503
MC
183222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18323
18324 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
18325 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
18326
10d1bea8
MC
183272004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18328
18329 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
18330 hp_cc_compiler.
18331
2789202a
MC
183322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18333
18334 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
18335 * gdb.cp/ctti.exp: Use the marker instead of "next".
18336 With gcc, run further before bailing.
18337
b862f14c
MC
183382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18339
18340 * gdb.cp/cttiadd.cc: Add copyright notice.
18341 * gdb.cp/cttiadd1.cc: Likewise.
18342 * gdb.cp/cttiadd2.cc: Likewise.
18343 * gdb.cp/cttiadd3.cc: Likewise.
18344
96da2469
MC
183452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18346
18347 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
18348 Use gdb_test, gdb_test_multiple. Use floating-point values that
18349 have exact representations in IEEE-ish formats.
18350
053248ff
MC
183512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18352
18353 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
18354 compilers. Delete duplicate call to get_compiler_info.
18355 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
18356 * gdb.base/volatile.exp: Likewise.
18357
84acecdd
MK
183582004-01-07 Mark Kettenis <kettenis@gnu.org>
18359
18360 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
18361 memory at address 0.
18362
fe11a27f
MC
183632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18364
18365 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
18366 to test for hp-ux assembler. Fix copyright years.
18367
60ad077b
AC
183682004-01-07 Andrew Cagney <cagney@redhat.com>
18369
18370 * gdb.base/fileio.c (strerrno): Add "EBUSY".
18371
1c9b8f33
AC
183722004-01-07 Andrew Cagney <cagney@redhat.com>
18373
18374 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
18375 when creating the read-only file. From analysis by Roland McGrath
18376 and Elena Zannoni.
18377
753ccc7a
MC
183782004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18379
18380 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
18381
eca3e36b
MC
183822004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18383
18384 * gdb.base/cvexpr.c: Be type-safe with function pointers and
18385 data pointers.
18386
f8d4bac4
MC
183872004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18388
18389 * gdb.cp/m-static.exp: Compile one source file at a time.
18390 Delete unused call to get_compiler_info.
18391
9b4e0f94
MC
183922004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18393
18394 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
18395 * gdb.base/call-rt-st.exp: Likewise.
18396 * gdb.base/nodebug.exp: Likewise.
18397 * gdb.base/volatile.exp: Likewise.
18398 * gdb.cp/ref-types.exp: Likewise.
18399 * gdb.cp/templates.exp: Likewise.
18400
023c1024
MK
184012004-01-05 Mark Kettenis <kettenis@gnu.org>
18402
18403 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
18404
19703c4a
MC
184052004-01-05 Michael Chastain <mec.gnu@mindspring.com>
18406
18407 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
18408 hppa*-hp-hpux*.
18409
18b67037
MK
184102004-01-04 Mark Kettenis <kettenis@gnu.org>
18411
ba6219c8
MK
18412 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18413 x86_64-*-*.
18414
18b67037
MK
18415 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18416 sparc64-*-* and sparc*-solaris2*.
18417
1bfbbb9d
MK
184182004-01-04 Mark Kettenis <kettenis@gnu.org>
18419
18420 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
18421 return ${tests}" test. The ${tests} already mentions the
18422 filename.
18423
06846494
MC
184242004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18425
18426 * gdb.cp/local.exp: Accept gcc abi 2.
18427
3b0cb202
MC
184282004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18429
18430 * gdb.cp/templates.exp: Accept gcc abi 2.
18431
0643ec3f
MC
184322004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18433
18434 * lib/compiler.cc: Remove supports_template_debugging.
18435 * gdb.cp/templates.exp: Do not test supports_template_debugging.
18436
d231d0b1
MC
184372004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18438
18439 * gdb.cp/namespace.exp: Accept gcc abi 2.
18440
44ffb27c
MC
184412004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18442
18443 * gdb.cp/method.exp: Accept gcc abi 2.
18444
184ad485
MC
184452004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18446
18447 * gdb.cp/classes.exp: Generate identical results as old version.
18448 * gdb.cp/derivation.exp: Likewise.
18449 * gdb.cp/overload.exp: Likewise.
18450 * gdb.cp/virtfunc.exp: Likewise.
18451
116f09e7
MC
184522004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18453
18454 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
18455 mysterious bug with sourceware version of expect.
18456
b1379776
MC
184572004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18458
18459 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
18460 current versions of gcc, including gcc abi 2. Remove gratuitous
18461 restart of test program. Use gdb_test_multiple and gdb_test for
18462 all tests. Add patterns to xfail missing "const" in "const char *"
18463 and kfail PR gdb/1155.
18464
6b7a4c0e
MC
184652004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18466
18467 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
18468 current versions of gcc, including gcc abi 2. Remove gratuitous
18469 restart of test program. Use gdb_test_multiple and gdb_test for
18470 all tests. Add patterns to kfail PR gdb/1498.
18471
51615d72
MC
184722003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18473
18474 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
18475 current versions of gcc, including gcc abi 2. Use "breakpoint"
18476 and "continue" instead of restarting the target program. Use
18477 gdb_test_multiple and gdb_test for all tests.
18478
7b79a9d7
MK
184792004-01-01 Mark Kettenis <kettenis@gnu.org>
18480
18481 * gdb.asm/asm-source.exp: Update copyright year. Link statically
18482 for *-*-solaris2*.
18483
1cd3489f
MC
184842003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18485
18486 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
18487 current versions of gcc, including gcc abi 2. Use "breakpoint"
18488 and "continue" instead of restarting the target program several
18489 times. Use gdb_test_multiple and gdb_test for all tests.
18490
850742db
MC
184912003-12-18 Michael Chastain <mec.gnu@mindspring.com>
18492
18493 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
18494 source files.
18495
eb4bbda8
MC
184962003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18497
18498 * gdb.base/environ.exp: Handle compiling test case from multiple
18499 source files.
18500
e42c7771
MC
185012003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18502
18503 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
18504
80e4b428
JB
185052003-12-17 Jim Blandy <jimb@redhat.com>
18506
5f06973a
JB
18507 * gdb.base/freebpcmd.c: Add copyright notice.
18508
80e4b428
JB
18509 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
18510
0ab84fb7
MC
185112003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18512
18513 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
18514
1b3bb3d0
JB
185152003-12-13 Jim Blandy <jimb@redhat.com>
18516
18517 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
18518
3a4c9371
KB
185192003-12-12 Kevin Buettner <kevinb@redhat.com>
18520
18521 * gdb.asm/frv.inc: New file.
18522 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
18523
a1dea79a
FF
185242003-12-09 Fred Fish <fnf@redhat.com>
18525
18526 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
18527 functions to break1.c and leave prototypes behind. Add more
18528 "set breakpoint NN here" comments.
18529 * gdb.base/break1.c: New file.
18530
18531 * gdb.base/break.exp: Handle compiling test case from multiple
18532 source files and change source file references as needed.
18533 * gdb.base/completion.exp: Ditto.
18534 * gdb.base/condbreak.exp: Ditto.
18535 * gdb.base/define.exp: Ditto.
18536 * gdb.base/ena-dis-br.exp: Ditto.
18537 * gdb.base/info-proc.exp: Ditto.
18538 * gdb.base/maint.exp: Ditto.
18539 * gdb.base/until.exp: Ditto.
18540
18541 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
18542 hardcoded line numbers.
18543 * gdb.base/define.exp: Ditto.
18544 * gdb.base/ena-dis-br.exp: Ditto.
18545 * gdb.base/maint.exp: Ditto.
18546 * gdb.base/until.exp: Ditto.
18547
18548 * gdb.base/completion.exp: Use "break1" for completion tests since
18549 "break" is no longer a unique prefix.
18550
5266b69c
AC
185512003-12-06 Andrew Cagney <cagney@redhat.com>
18552
18553 * gdb.base/structs.exp (test_struct_returns): When applicable, set
18554 "return_value_unimplemented". When an unimplemented struct return
18555 architecture, report incorrect values as a KFAIL
18556
374451f0
MC
185572003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18558
18559 * gdb.cp/rtti.exp: Accept new wording of warning from
18560 cp_lookup_rtti_type.
18561
ba9b20a7
MC
185622003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18563
18564 Partial fix for PR testsuite/1456.
18565 * gdb.base/scope.exp (test_at_main): Replace references to
18566 gcc_compiled with calls to test_compiler_info.
18567 (test_at_foo): Likewise.
18568 (test_at_bar): Likewise.
18569
b74b6d0b
MC
185702003-12-04 Michael Chastain <mec.gnu@mindspring.com>
18571
18572 Partial fix for PR testsuite/1456.
18573 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
18574 to test_compiler_info.
18575
ccfa3402
MC
185762003-12-03 Michael Chastain <mec.gnu@mindspring.com>
18577
18578 * gdb.base/so-impl-ld.exp: Update copyright notice.
18579
f6246aba
MC
185802003-12-02 Michael Chastain <mec.gnu@mindspring.com>
18581
18582 Partial fix for PR testsuite/1456.
18583 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
18584 to test_compiler_info.
18585
13ae734a
MC
185862003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18587
18588 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
18589 from current versions of gdb. Clean up regular expressions.
18590 Delete redundant timeout case.
18591
d8e1cdee
MC
185922003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18593
18594 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
18595 from current versions of gdb. Clean up regular expressions.
18596 Delete redundant timeout case.
18597
96457b64
MC
185982003-12-01 Michael Chastain <mec.gnu@mindspring.com>
18599
18600 Partial fix for PR testsuite/1456.
18601 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
18602 gcc_compiled with call to test_compiler_info.
18603
f35309fc
MC
186042003-11-30 Michael Chastain <mec.gnu@mindspring.com>
18605
18606 Partial fix for PR testsuite/1456.
18607 * gdb.base/list.exp (test_list_function): Delete unused declaration
18608 of gcc_compiled.
18609
d7afdf9b
MC
186102003-11-29 Michael Chastain <mec.gnu@mindspring.com>
18611
18612 Partial fix for PR testsuite/1456.
18613 * gdb.base/complex.exp: Replace reference to gcc_compiled with
18614 call to test_compiler_info.
18615
71507b56
MK
186162003-11-29 Mark Kettenis <kettenis@gnu.org>
18617
18618 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
18619 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
18620 it to create the appropriate note.inc.
18621 * gdb.asm/asmsrc1.s: Include "note.inc".
18622 * gdb.asm/netbsd.inc: New file.
18623 * gdb.asm/empty.inc: New file.
18624
f81f93f7
MC
186252003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18626
18627 Partial fix for PR testsuite/1456.
18628 * gdb.base/constvars.exp: Replace references to gcc_compiled with
18629 calls to test_compiler_info.
18630
9a77938e
MC
186312003-11-27 Michael Chastain <mec.gnu@mindspring.com>
18632
18633 Partial fix for PR testsuite/1456.
18634 * gdb.base/volatile.exp: Replace references to gcc_compiled with
18635 calls to test_compiler_info.
18636
e8367dc7
MK
186372003-11-27 Mark Kettenis <kettenis@gnu.org>
18638
18639 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
18640 pattern for the KFAILs.
18641
526c61ee
AF
186422003-11-25 Adam Fedor <fedor@gnu.org>
18643
18644 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
18645 * gdb.objc/objcdecode.m: New file.
18646
28f2d600
AF
186472003-11-25 Adam Fedor <fedor@gnu.org>
18648
18649 * gdb.objc/nondebug.exp: Test for PR objc/1236.
18650 * gdb.objc/nondebug.m: New file.
18651
a3895cee
BE
186522003-11-26 Ben Elliston <bje@wasabisystems.com>
18653
18654 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
18655 NetBSD as it does on FreeBSD. Modelled on a similar change by
18656 Mark Kettenis on 2003-05-30.
18657 (link-flags): Set to "--entry _start" regardless of target.
18658 Special linker flags are to be appended to $link-flags.
18659 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
18660
c9f2c8a3
MC
186612003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18662
18663 * gdb.cp/method.exp: Accept output of new demangler.
18664
15a0587a 186652003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
18666
18667 * gdb/class2.exp: New file.
18668 * gdb/class2.cc: New file.
18669
3c00b570
MC
186702003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18671
18672 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
18673 of new demangler.
18674
7027acc7
MK
186752003-11-23 Mark Kettenis <kettenis@gnu.org>
18676
18677 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
18678 of gdb_test "run".
18679
b0e1598a
MK
186802003-11-23 Mark Kettenis <kettenis@gnu.org>
18681
18682 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
18683 "continue" into "run".
18684
4d9eda44
MC
186852003-11-23 Michael Chastain <mec.gnu@mindspring.com>
18686
18687 Partial fix for PR testsuite/1456.
18688 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
18689 call to test_compiler_info.
18690 * gdb.cp/ctti.exp: Likewise.
18691 * gdb.cp/derivation.exp: Likewise.
18692 * gdb.cp/member-ptr.exp: Likewise.
18693 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
18694 reference to gcc_compiled.
18695
186962003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
18697
18698 Fix PR testsuite/1463.
18699 * gdb.base/structs.exp (start_structs_test): Call
18700 get_debug_format before using the debug format.
18701
d422fe19
AC
187022003-11-22 Andrew Cagney <cagney@redhat.com>
18703
18704 * lib/gdb.exp (gdb_test_multiple): Add simple example.
18705 * gdb.base/structs.exp: Use gdb_test_multiple.
18706
039cf96d
AC
187072003-11-20 Andrew Cagney <cagney@redhat.com>
18708
6882279b
AC
18709 * gdb.base/structs.exp: Handle and recover from internal errors.
18710 Replace "foo${n}" with "foo<n>" in test messages.
18711
e53890ae
AC
18712 * gdb.base/structs.exp: Update copyright. Rewrite.
18713 * gdb.base/structs.c: Update copyright. Rewrite.
18714
2b211c59
AC
18715 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
18716 resync count exceeded.
d63a86f8 18717
039cf96d
AC
18718 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
18719 from the internal error.
18720 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
18721 Original from Jim Blandy.
18722 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 18723
eac98b22
AC
187242003-11-19 Andrew Cagney <cagney@redhat.com>
18725
18726 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
18727 KFAIL.
18728
67455b2a
MK
187292003-11-17 Mark Kettenis <kettenis@gnu.org>
18730
18731 New testcase for PR backtrace/1435.
18732 * gdb.arch/i386-unwind.exp: New file.
18733 * gdb.arch/i386-unwind.c: New file.
18734
853d6e5b
AC
187352003-11-17 Andrew Cagney <cagney@redhat.com>
18736
18737 * lib/gdb.exp (compiler_info): New global.
18738 (test_compiler_info): New function.
18739 (get_compiler_info): Set compiler_info.
18740 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
18741 "compiler_info" to gcc-<major>-<minor>.
18742
38cf6e11
MC
187432003-11-15 Michael Chastain <mec.gnu@mindspring.com>
18744
18745 * gdb.trace/configure: Remove.
18746
a50d3602
EZ
187472003-11-13 Elena Zannoni <ezannoni@redhat.com>
18748
18749 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 18750 breakpoints.
a50d3602
EZ
18751 * gdb.base/break.exp: Remove all references to explicit line
18752 numbers.
18753
d9407aaa
NC
187542003-11-11 Nick Clifton <nickc@redhat.com>
18755
18756 * gdb.base/shreloc.exp: Do not run for targets which do not
18757 support shared objects.
18758
db488fc1
CV
187592003-11-10 Corinna Vinschen <vinschen@redhat.com>
18760
18761 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
18762 Don't run tests if nofileio flag is given.
18763
6a90a18e
EZ
187642003-11-07 Elena Zannoni <ezannoni@redhat.com>
18765
18766 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 18767 as well as 'Watchpoint'.
6a90a18e 18768
0b915e9c
EZ
187692003-11-06 Elena Zannoni <ezannoni@redhat.com>
18770
18771 Reported by Jim Ingham <jingham@apple.com>:
18772 * gdb.base/annota1.exp: Match at least one occurrence of the
18773 signal handler annotation.
18774
d7e4b55f
EZ
187752003-11-06 Elena Zannoni <ezannoni@redhat.com>
18776
a9c64011
AS
18777 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
18778 as well as 'Watchpoint'.
d7e4b55f 18779
2fe4e8d0
MC
187802003-11-05 Michael Chastain <mec@shout.net>
18781
18782 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
18783
6ef88553
KW
187842003-11-03 Kris Warkentin <kewarken@qnx.com>
18785
18786 * gdb.arch/gdb1291.c: New test file.
18787 * gdb.arch/gdb1291.exp: New test script.
18788 * gdb.arch/gdb1431.c: New test file.
18789 * gdb.arch/gdb1431.exp: New test script.
18790
ae7dc4d8
MC
187912003-10-22 Michael Chastain <mec@shout.net>
18792
18793 * gdb.mi/pthreads.c: Add copyright notice.
18794
c39d7427
MC
187952003-10-22 Michael Chastain <mec@shout.net>
18796
18797 * gdb.threads/pthreads.c: Add copyright notice.
18798
8b7d96c1
MC
187992003-10-20 Michael Chastain <mec@shout.net>
18800
18801 * gdb.base/gdb1056.exp: New test script.
18802
d1d69fdd
DJ
188032003-10-13 Daniel Jacobowitz <drow@mvista.com>
18804
18805 * gdb.threads/killed.exp: Use gdb_run_cmd.
18806
7d605576
DJ
188072003-10-13 Daniel Jacobowitz <drow@mvista.com>
18808
18809 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
18810 create a core file.
18811 * gdb.threads/gcore-thread.exp: Likewise.
18812
618ec112
CV
188132003-10-13 Corinna Vinschen <vinschen@redhat.com>
18814
18815 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
18816 type, based on char type.
18817 (struct bit_flags_short_t): New bitfield type, based on short type.
18818 (init_bit_flags_char): New fuction.
18819 (init_bit_flags_short): Ditto.
18820 (print_bit_flags_char): Ditto.
18821 (print_bit_flags_short): Ditto.
18822 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
18823
9367a73c
MC
188242003-10-11 Michael Chastain <mec@shout.net>
18825
18826 * gdb.base/call-rt-st.exp: Update copyright year.
18827
1decf120
KI
188282003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
18829
18830 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
18831 * gdb.disasm/sh3.s: Ditto.
18832
5445b2ae
DJ
188332003-10-07 Daniel Jacobowitz <drow@mvista.com>
18834
18835 * gdb.threads/switch-threads.exp: New test.
18836 * gdb.threads/switch-threads.c: New source file.
18837
aec24853
CV
188382003-10-07 Corinna Vinschen <vinschen@redhat.com>
18839
18840 * gdb.base/ending-run.exp: Add sh specific case.
18841
adc7428d
AC
188422003-10-06 Andrew Cagney <cagney@redhat.com>
18843
18844 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
18845 * gdb.disasm/mn10200.exp: Delete obsolete file.
18846
c9d37158
DJ
188472003-09-29 Daniel Jacobowitz <drow@mvista.com>
18848
18849 * ChangeLog: Correct an entry command.exp -> commands.exp.
18850 * gdb.base/commands.exp (bp_deleted_in_command_test)
18851 (temporary_breakpoint_commands): Check noargs.
18852
79c2c32d
DC
188532003-09-25 David Carlton <carlton@kealia.com>
18854
18855 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
18856 of some print tests, where appropriate. Add tests for C::D::cd,
18857 E::ce, F::cXfX, G::XgX.
18858 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
18859
594e6d67
RE
188602003-09-25 Richard Earnshaw <rearnsha@arm.com>
18861
18862 * lib/java.exp (java_init): Import target_alias before using it.
18863
10f0d451
DC
188642003-09-25 David Carlton <carlton@kealia.com>
18865
18866 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
18867
274bcba0
EZ
188682003-09-23 Elena Zannoni <ezannoni@redhat.com>
18869
d63a86f8 18870 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 18871 weirdness.
274bcba0 18872
cdbf20f7
MC
188732003-09-17 Michael Chastain <mec@shout.net>
18874
18875 * gdb.cp/gdb1355.exp: New file.
18876 * gdb.cp/gdb1355.c: New file.
18877
71e06f80
CV
188782003-09-15 Corinna Vinschen <vinschen@redhat.com>
18879
18880 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
18881 * gdb.asm/sh.inc: New file.
18882
5c4e30ca
DC
188832003-09-11 David Carlton <carlton@kealia.com>
18884
bd45b7af
DC
18885 * gdb.cp/namespace.exp: Add tests for namespace types.
18886 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
18887 (test_namespace): New.
18888
1c199746
EZ
188892003-09-11 Elena Zannoni <ezannoni@redhat.com>
18890
a9c64011 18891 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 18892 * gdb.stabs/weird.exp: Ditto.
1c199746 18893
04ed252f
MC
188942003-09-08 Michael Chastain <mec@shout.net>
18895
18896 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
18897
d8a2d9e7
MC
188982003-09-07 Michael Chastain <mec@shout.net>
18899
18900 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
18901 'parse error'.
18902
161afb24
MK
189032003-09-07 Mark Kettenis <m.kettenis@osp.nl>
18904
18905 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
18906
49f2741a
MC
189072003-08-30 Michael Chastain <mec@shout.net>
18908
18909 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
18910 * gdb.gdb/observer.exp: Ditto.
18911 * gdb.gdb/xfullpath.exp: Ditto.
18912
8afa723e
MK
189132003-08-29 Mark Kettenis <kettenis@gnu.org>
18914
18915 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
18916 *-*-*bsd*.
18917
f31dfe3b
JJ
189182003-08-28 Jeff Johnston <jjohnstn@redhat.com>
18919
18920 * gdb.base/dump.exp: Skip for ia64.
18921
4630e498
JJ
189222003-08-25 Jeff Johnston <jjohnstn@redhat.com>
18923
18924 * gdb.asm/asm-source.exp: Add ia64 support.
18925 * gdb.asm/ia64.inc: New file.
18926
1105b7ef
MC
189272003-08-22 Michael Chastain <mec@shout.net>
18928
18929 * gdb.cp: New directory.
18930 * gdb.cp/*: Copy from gdb.c++/*.
18931 * gdb.c++/*: Remove.
18932 * Makefile.in: Change gdb.c++ to gdb.cp.
18933 * configure.in: Ditto.
18934 * configure: Regnerate.
18935
c945b932
MK
189362003-08-18 Mark Kettenis <kettenis@gnu.org>
18937
18938 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
18939 * gdb.arch/i386-prologue.c (gdb1338): Add function.
18940
2b66634b
DJ
189412003-08-17 Daniel Jacobowitz <drow@mvista.com>
18942
18943 * mi-var-display.exp (-var-list-children weird): Accept function
18944 pointers with argument types.
18945 * mi1-var-display.exp (-var-list-children weird): Likewise.
18946 * mi2-var-display.exp (-var-list-children weird): Likewise.
18947
a356f73b
DJ
189482003-08-17 Daniel Jacobowitz <drow@mvista.com>
18949
18950 * gdb.base/annota3.exp: Add missing newline.
18951
483417b8
MC
189522003-08-06 Michael Chastain <mec@shout.net>
18953
18954 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
18955
c99c59c3
MS
189562003-08-12 Michael Snyder <msnyder@redhat.com>
18957
18958 * gdb.base/float.exp: Add test for SH.
18959
55ed7501
MK
189602003-08-10 Mark Kettenis <kettenis@gnu.org>
18961
18962 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
18963
1a371f2e
EZ
189642003-08-07 Elena Zannoni <ezannoni@redhat.com>
18965
18966 * gdb.base/completion.exp: Remove reduntant completion test
18967 on filename.
18968
e0f353ce
EZ
189692003-08-07 Elena Zannoni <ezannoni@redhat.com>
18970
a9c64011
AS
18971 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
18972 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
18973 gdb.trace/save-trace.exp: Make sure that full pathnames are
18974 escaped correctly.
e0f353ce 18975
5710a1af 189762003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 18977
a9c64011
AS
18978 * configure.in: Don't generate config.h from config.hin.
18979 * configure: Regenerate.
18980 * config.hin: Remove file.
18981 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
18982 * gdb.threads/pthreads.c: Ditto.
5710a1af 18983
dcd81ce9
DJ
189842003-08-07 Daniel Jacobowitz <drow@mvista.com>
18985
18986 From Kei Sakamoto <sakamoto.kei@renesas.com>:
18987 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
18988 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
18989 Replace ld24 with seth/add3.
18990
6009d884
AC
189912003-08-02 Andrew Cagney <cagney@redhat.com>
18992
18993 * gdb.base/annota3.exp: New file.
18994 * gdb.base/annota3.c: New file.
18995 * gdb.c++/annota3.exp: New file.
18996 * gdb.c++/annota3.cc: New file.
18997
51514e06
MC
189982003-07-29 Michael Chastain <mec@shout.net>
18999
19000 * gdb.threads/tls.c (spin): Check errno only if sem_wait
19001 actually failed.
19002 (do_pass): Likewise.
19003 * gdb.threads/tls.exp: Always initialize no_of_threads.
19004
4ee6625b
DJ
190052003-07-27 Daniel Jacobowitz <drow@mvista.com>
19006
19007 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
19008 pattern.
19009 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
19010 * gdb.threads/tls.exp: Recognize one case of the host library not
19011 supporting TLS.
19012
225f2bf6
AC
190132003-07-27 Andrew Cagney <cagney@redhat.com>
19014
19015 * gdb.base/fileio.exp: Use SH when running commands using
19016 remote_exec.
19017
bcb27c9f
DJ
190182003-07-24 Daniel Jacobowitz <drow@mvista.com>
19019
19020 From Kei Sakamoto <sakamoto.kei@renesas.com>:
19021 * gdb.base/relocate.c (dummy): New padding array.
19022
3d67be83
MS
190232003-07-22 Michael Snyder <msnyder@redhat.com>
19024
d63a86f8 19025 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
19026
19027 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
19028 patterns to be more general, accepting old and new output.
19029 Some output chars (such as '+') also must be quoted.
d63a86f8 19030 Some addresses are displayed numerically instead of
3d67be83
MS
19031 symbolically.
19032
57ba3b85
MS
190332003-07-23 Michael Snyder <msnyder@redhat.com>
19034
686d097c
MS
19035 * gdb.base/return2.exp: Don't test long-long return.
19036
57ba3b85
MS
19037 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
19038 * gdb.disasm/t01_mov.exp: Ditto.
19039 * gdb.disasm/t02_mova.s: Ditto.
19040 * gdb.disasm/t02_mova.exp: Ditto.
19041 * gdb.disasm/t03_add.s: Ditto.
19042 * gdb.disasm/t03_add.exp: Ditto.
19043 * gdb.disasm/t04_sub.s: Ditto.
19044 * gdb.disasm/t04_sub.exp: Ditto.
19045 * gdb.disasm/t05_cmp.s: Ditto.
19046 * gdb.disasm/t05_cmp.exp: Ditto.
19047 * gdb.disasm/t06_ari2.s: Ditto.
19048 * gdb.disasm/t06_ari2.exp: Ditto.
19049 * gdb.disasm/t07_ari3.s: Ditto.
19050 * gdb.disasm/t07_ari3.exp: Ditto.
19051 * gdb.disasm/t08_or.s: Ditto.
19052 * gdb.disasm/t08_or.exp: Ditto.
19053 * gdb.disasm/t09_xor.s: Ditto.
19054 * gdb.disasm/t09_xor.exp: Ditto.
19055 * gdb.disasm/t10_and.s: Ditto.
19056 * gdb.disasm/t10_and.exp: Ditto.
19057 * gdb.disasm/t11_logs.s: Ditto.
19058 * gdb.disasm/t11_logs.exp: Ditto.
19059 * gdb.disasm/t12_bit.s: Ditto.
19060 * gdb.disasm/t12_bit.exp: Ditto.
19061 * gdb.disasm/t13_otr.s: Ditto.
19062 * gdb.disasm/t13_otr.exp: Ditto.
19063
e00759ef
EZ
190642003-07-22 Elena Zannoni <ezannoni@redhat.com>
19065
19066 * gdb.threads/tls.exp :Add kfail for 'info address' case.
19067
8bc2021f
EZ
190682003-07-22 Elena Zannoni <ezannoni@redhat.com>
19069
a9c64011
AS
19070 * gdb.threads/tls.c : New file.
19071 * gdb.threads/tls.exp : New file.
19072 * gdb.threads/tls-main.c : New file.
19073 * gdb.threads/tls-shared.c : New file.
19074 * gdb.threads/tls-shared.exp : New file.
8bc2021f 19075
89320c4c
AS
190762003-07-22 Andreas Schwab <schwab@suse.de>
19077
19078 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
19079
180dea7c
AS
190802003-07-20 Andreas Schwab <schwab@suse.de>
19081
19082 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
19083 due to insn reordering.
19084
0714963c
AC
190852003-07-15 Andrew Cagney <cagney@redhat.com>
19086
19087 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
19088
98a23b3f
MC
190892003-07-15 Michael Chastain <mec@shout.net>
19090
19091 * gdb.base/gdb1250.exp: New file.
19092 * gdb.base/gdb1250.c: New file.
19093
27e417a2
ML
190942003-07-09 Michal Ludvig <mludvig@suse.cz>
19095
19096 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
19097 expansion of size_t to 'unsigned long', not only to 'unsigned'.
19098
8bc2021f
EZ
190992003-07-09 Elena Zannoni <ezannoni@redhat.com>
19100
a9c64011
AS
19101 * gdb.threads/tls.c: New file.
19102 * gdb.threads/tls.exp: New file.
19103 * gdb.threads/tls-main.c: New file.
19104 * gdb.threads/tls-shared.c: New file.
19105 * gdb.threads/tls-shared.exp: New file.
8bc2021f 19106
d99968dc
EZ
191072003-07-09 Elena Zannoni <ezannoni@redhat.com>
19108
19109 * gdb.base/annota1.exp: Make sure that we properly escape the
19110 full path of the source file. Xfail more permissive patterns,
d63a86f8 19111 due to a compiler debug info problem.
d99968dc 19112
83876b3b
AS
191132003-07-07 Andreas Schwab <schwab@suse.de>
19114
2705e972
AS
19115 * gdb.asm/m68k.inc: New file.
19116 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
19117
83876b3b
AS
19118 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
19119 arguments"): Also match negative number.
19120
19121 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
19122
3a871b37
DJ
191232003-07-03 Daniel Jacobowitz <drow@mvista.com>
19124
19125 * gdb.base/store.c (charest): New typedef.
19126 (add_char): Rename to add_charest, update.
19127 (wack_char): Rename to wack_charest, update types. Return l + r
19128 to keep r live across the call.
19129 (wack_short, wack_int, wack_long, wack_longest, wack_float)
19130 (wack_double, wack_doublest): Return l + r to keep r live across
19131 the call.
19132 * gdb.base/store.exp: Accomodate store.c changes.
19133
b2a7f303
DC
191342003-06-30 David Carlton <carlton@kealia.com>
19135
19136 * gdb.c++/maint.exp (test_invalid_name): New.
19137 (test_first_component): Add tests for invalid names.
19138
3c6cb4a1
MC
191392003-06-29 Michael Chastain <mec@shout.net>
19140
19141 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
19142 output of '<VTT for class>' for virtual base classes.
19143
f1c2644b
DJ
191442003-06-29 Daniel Jacobowitz <drow@mvista.com>
19145
19146 * gdb.base/completion.exp: Tab-complete "complet" instead of
19147 "compl".
19148 * gdb.base/complex.exp, gdb.base/complex.c: New files.
19149
18080350
DJ
191502003-06-29 Daniel Jacobowitz <drow@mvista.com>
19151
19152 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
19153 * gdb.base/volatile.exp: Likewise.
19154
f56973f8
DJ
191552003-06-29 Daniel Jacobowitz <drow@mvista.com>
19156
19157 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
19158 gdb/1265.
19159
191602003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
19161 Daniel Jacobowitz <drow@mvista.com>
19162
19163 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
19164 initial line count of 'captured_main' from 26 to 32.
19165 (test_with_self): Allow xmalloc call to be interleaved with the
19166 preceding two lines.
19167
e766d4d6
JB
191682003-06-24 Joel Brobecker <brobecker@gnat.com>
19169
19170 * gdb.base/bang.exp: New testcase.
19171
f125c9a4
JB
191722003-06-23 Joel Brobecker <brobecker@gnat.com>
19173
19174 * gdb.base/langs.exp: Add some tests for the "minimal" language
19175 support.
19176
6e25beaf
EZ
191772003-06-23 Elena Zannoni <ezannoni@redhat.com>
19178
19179 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
19180 the testcase.
19181
2f816dda
DJ
191822003-06-22 Daniel Jacobowitz <drow@mvista.com>
19183
19184 * gdb.base/relocate.exp: Test add-symbol-file with a variable
19185 offset.
19186
db5a5748
DJ
191872003-06-22 Daniel Jacobowitz <drow@mvista.com>
19188
19189 * gdb.c++/pr-1210.cc: New file.
19190 * gdb.c++/pr-1210.exp: New file.
19191
1df0c130
DJ
191922003-06-21 Daniel Jacobowitz <drow@mvista.com>
19193
19194 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
19195 000-exec-continue.
19196
a92feac0
MK
191972003-06-15 Mark Kettenis <kettenis@gnu.org>
19198
19199 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
19200 on *-*-*bsd* instead of *-*-freebsd*.
19201
81a58f5b
AC
192022003-06-14 Andrew Cagney <cagney@redhat.com>
19203
19204 * gdb.base/store.exp: Test longest and doublest. Test all
19205 parameters. Weaken return statement match.
19206 * gdb.base/store.c: Add longest and doublest - aka long long and
19207 long double functions. Put all parameters into local register
19208 variables. Use negative values.
19209
b257a0d3
AC
192102003-06-14 Andrew Cagney <cagney@redhat.com>
19211
19212 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
19213 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
19214 exit status.
19215 * gdb.base/fileio.exp: Disable target when nointerrupts and
19216 noinferiorio, instead of limiting it to remote. Use remote_exec
19217 instead of system.
d63a86f8 19218
21c38304
JJ
192192003-06-12 Jeff Johnston <jjohnstn@redhat.com>
19220
19221 * gdb.base/float.exp: Add ia64 support.
19222
1bcdb424
CV
192232003-06-12 Corinna Vinschen <vinschen@redhat.com>
19224
19225 * gdb.base/fileio.exp: Run only on remote targets.
19226
6aeb981f
CV
192272003-06-10 Corinna Vinschen <vinschen@redhat.com>
19228
19229 * gdb.base/fileio.c: New file, testing File-I/O.
19230 * gdb.base/fileio.exp: Ditto.
19231
53df362e
RG
192322003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
19233
19234 * gdb.base/shreloc.exp: New file, check symbol values obtained from
19235 shared objects after relocation at load time (gdb PR/1132).
19236 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 19237 as above, part of the shared object relocation test.
53df362e 19238
ffee1b46
MK
192392003-06-08 Mark Kettenis <kettenis@gnu.org>
19240
b5ca3722
MK
19241 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
19242 fully filled history list.
19243 * gdb.base/gdb_history: New file.
19244
03ed860d
MK
19245 * gdb.base/signals.exp: XFAIL "continue to func1" on
19246 i*86-*-freebsd*.
19247
ffee1b46
MK
19248 * gdb.base/attach.exp: When trying to attach to a nonexistent
19249 process, make it possible to specify the PID based on the target,
19250 and do so for *-*-freebsd*.
19251
d80dbb52
RH
192522003-06-02 Richard Henderson <rth@redhat.com>
19253
19254 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
19255
6dd77b81
RH
192562003-06-02 Richard Henderson <rth@redhat.com>
19257
19258 * gdb.base/selftest.exp: Next over lim_at_start initialization.
19259
f6347e16
RH
192602003-06-02 Richard Henderson <rth@redhat.com>
19261
19262 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
19263
2c161407
DJ
192642003-06-01 Daniel Jacobowitz <drow@mvista.com>
19265
19266 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
19267 of globalvar.
19268
572eb746
MK
192692003-06-01 Mark Kettenis <kettenis@gnu.org>
19270
19271 * gdb.asm/asm-source.exp: Check for memory read errors in
19272 disassembler test on *BSD too.
19273
9e9617a5
RH
192742003-06-01 Richard Henderson <rth@redhat.com>
19275
19276 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
19277 for .frame.
19278 (gdbasm_call): Lose ldgp.
19279 (gdbasm_startup): Add frame information.
19280 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
19281
7b34ad4e
MK
192822003-05-31 Mark Kettenis <kettenis@gnu.org>
19283
19284 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
19285 i?86-*-*.
19286
10059fdf
MK
192872003-05-30 Mark Kettenis <kettenis@gnu.org>
19288
19289 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
19290 FreeBSD.
19291
acf4b816
RH
192922003-05-29 Richard Henderson <rth@redhat.com>
19293
19294 * gdb.asm/alpha.inc: New file.
19295 * gdb.asm/asm-source.exp: Use it.
19296
e9ecd949
JB
192972003-05-29 Jim Blandy <jimb@redhat.com>
19298
19299 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
19300 'core.PID'.
19301
e3e5a4f3
JB
193022003-05-22 Jim Blandy <jimb@redhat.com>
19303
19304 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
19305 backtrace.
d63a86f8 19306
72fe3d25
DC
193072003-05-20 David Carlton <carlton@math.stanford.edu>
19308
19309 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
19310 this time.
19311
58da2eb2
DC
193122003-05-19 David Carlton <carlton@bactrian.org>
19313
19314 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
19315 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
19316
1fcb5155
DC
193172003-05-19 David Carlton <carlton@bactrian.org>
19318
19319 * gdb.c++/namespace.exp: Add namespace scope and anonymous
19320 namespace tests.
19321 Bump copyright date.
19322 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
19323 (main): Call C::D::marker2.
19324 * gdb.c++/namespace1.cc: New file.
19325
85e85163
JJ
193262003-05-14 Jeff Johnston <jjohnstn@redhat.com>
19327
19328 Roland McGrath <roland@redhat.com>
d63a86f8 19329 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
19330 there is no manager thread.
19331
a25fbfec
JJ
193322003-05-08 Jeff Johnston <jjohnstn@redhat.com>
19333
d63a86f8
RM
19334 * gdb.threads/schedlock.exp: Remove assumption that all threads
19335 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
19336 in one of the child threads rather than the main thread.
19337
be375bae
JB
193382003-05-07 Jim Blandy <jimb@redhat.com>
19339
09bf6082
JB
19340 Add support for assembly source testing on the s390x.
19341 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
19342 architecture.
19343 * gdb.asm/s390x.inc: New file.
19344
be375bae
JB
19345 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
19346 succession of 'if' statements.
19347
00905d52
AC
193482003-05-05 Andrew Cagney <cagney@redhat.com>
19349
19350 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
19351
b1e29e33
AC
193522003-05-05 Andrew Cagney <cagney@redhat.com>
19353
19354 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
19355 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
19356
e33d66ec
EZ
193572003-05-02 Elena Zannoni <ezannoni@redhat.com>
19358
19359 * gdb.base/charset.exp: Update based on new behavior of set/show
19360 charset commands.
19361
2b6fd0d8
AC
193622003-05-01 Andrew Cagney <cagney@redhat.com>
19363
19364 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
19365 variable do not give memory errors.
19366
130cacce
AF
193672003-04-30 Adam Fedor <fedor@gnu.org>
19368
19369 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
19370 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
19371 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
19372 gdb.objc/basicclass.m: : New files
19373
19374 * lib/gdb.exp (gdb_compile_objc): New procedure.
19375
bea71854
DJ
193762003-04-27 Daniel Jacobowitz <drow@mvista.com>
19377
19378 * gdb.base/signals.exp: Make backtrace tests more specific.
19379
0f20eeea
DC
193802003-04-23 David Carlton <carlton@bactrian.org>
19381
19382 * gdb.c++/maint.exp (test_first_component): Add tests for
19383 'operator' in more locations.
19384
c8c4d8dc
KB
193852003-04-16 Kevin Buettner <kevinb@redhat.com>
19386
19387 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
19388
3fe60e3c
EZ
193892003-04-16 Elena Zannoni <ezannoni@redhat.com>
19390
19391 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 19392 func marke' instead. Update test name.
3fe60e3c 19393
9219021c
DC
193942003-04-15 David Carlton <carlton@math.stanford.edu>
19395
19396 * gdb.c++/maint.exp: New file.
19397
5dd55bdd
EZ
193982003-04-14 Elena Zannoni <ezannoni@redhat.com>
19399
19400 * gdb.threads/schedlock.c: Change type of thread function argument
19401 to long, to avoid warnings on 64-bit platforms.
19402
00890572
EZ
194032003-04-14 Elena Zannoni <ezannoni@redhat.com>
19404
a9c64011
AS
19405 * gdb.base/attach.exp: Add new message from ptrace in case of
19406 attaching to nonexistent process.
d63a86f8 19407
93201743
JB
194082003-04-11 Jim Blandy <jimb@redhat.com>
19409
19410 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19411 gdb.c++/userdef.cc: Place comments on the lines to which the
19412 marker function might return.
19413 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19414 gdb.c++/userdef.exp: Look for those comments to check that we've
19415 returned to the right place, instead of checking line numbers.
19416
2a11c64d
EZ
194172003-04-11 Elena Zannoni <ezannoni@redhat.com>
19418
a9c64011
AS
19419 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
19420 match on sourcefile name, instead of directory name.
2a11c64d 19421
68ab8fc5
EZ
194222003-04-10 Elena Zannoni <ezannoni@redhat.com>
19423
d63a86f8 19424 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
19425 working directory name.
19426
5624293a
JB
194272003-04-09 Jim Blandy <jimb@redhat.com>
19428
19429 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19430 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
19431 after an inferior function call, report the failure, but allow the
19432 test to continue.
19433
f1f02ee4
SC
194342003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19435
19436 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19437 with -DPROTOTYPES.
19438
6eb79af0
SC
194392003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19440
19441 * gdb.base/break.exp: Revert last patch.
19442
8dfb4cf0
SC
194432003-04-04 Stephane Carrez <stcarrez@nerim.fr>
19444
19445 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19446 with -DPROTOTYPES.
19447
ed4c619a
AC
194482003-04-02 Andrew Cagney <cagney@redhat.com>
19449
19450 * gdb.base/callfuncs.exp: Make "print add" messages unique.
19451 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
19452 matching directories by the name breakpoint.
19453 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
19454 Make "continue to marker1" consistent.
19455 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
19456 message consistent.
19457 * lib/gdb.exp: Put "the program is no longer running", and "the
19458 program exited" in parenthesis.
19459 * lib/mi-support.exp: Ditto.
d63a86f8 19460
4e35d5f0 194612003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 19462
4e35d5f0
BR
19463 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
19464
71900fe8
AC
194652003-03-29 Andrew Cagney <cagney@redhat.com>
19466
19467 * gdb.base/sizeof.c (main): Print the value of '\377'.
19468 * gdb.base/sizeof.exp: Check the sign of '\377'.
19469
c0655a16
MC
194702003-03-27 Michael Chastain <mec@shout.net>
19471
19472 * gdb.base/gdb1090.exp: New file.
19473 * gdb.base/gdb1090.cc: New file.
19474
5b2a3989
JB
194752003-03-27 J. Brobecker <brobecker@gnat.com>
19476
19477 * gdb.gdb/observer.exp: New regression test.
19478
79876890
MC
194792003-03-27 Michael Chastain <mec@shout.net>
19480
19481 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
19482 * gdb.base/ptype.exp: Likewise.
19483
6eac95e3
CV
194842003-03-27 Corinna Vinschen <vinschen@redhat.com>
19485
19486 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
19487
e8c71839
MC
194882003-03-26 Michael Chastain <mec@shout.net>
19489
19490 * gdb.base/ptype.exp: Actually use some typedef'd types.
19491
71b10041
SC
194922003-03-21 Stephane Carrez <stcarrez@nerim.fr>
19493
19494 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
19495 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
19496
2512cf80
CV
194972003-03-20 Corinna Vinschen <vinschen@redhat.com>
19498
19499 * gdb.base/default.exp: Fix regular expression.
19500
0d195a4f
CV
195012003-03-20 Corinna Vinschen <vinschen@redhat.com>
19502
19503 * gdb.base/args.exp: Fix regular expression.
19504
8a2dbca8
CV
195052003-03-20 Corinna Vinschen <vinschen@redhat.com>
19506
19507 * gdb.base/help.exp: Allow Win32 child process.
19508
bf028682
CV
195092003-03-20 Corinna Vinschen <vinschen@redhat.com>
19510
19511 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
19512 when stepping out of main().
19513
182dbe85
CV
195142003-03-20 Corinna Vinschen <vinschen@redhat.com>
19515
19516 * gdb.base/default.exp: Check for win32 specific message when calling
19517 "run" without executable.
19518
d67a6ba5
CV
195192003-03-20 Corinna Vinschen <vinschen@redhat.com>
19520
19521 * gdb.base/args.exp: Expect .exe in output.
19522
a955b5bb
CV
195232003-03-20 Corinna Vinschen <vinschen@redhat.com>
19524
19525 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
19526 Cygwin native.
19527
bf6bad4b
AC
195282003-03-17 Andrew Cagney <cagney@redhat.com>
19529
19530 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
19531 vector registes.
19532 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
19533 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
19534
293e9a31
DC
195352003-03-17 David Carlton <carlton@math.stanford.edu>
19536
19537 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
19538 test, for PR breakpoints/38.
19539 Call test_watchpoint_and_breakpoint.
19540 * gdb.base/watchpoint.c (func3): New function.
19541 (main): Call func3.
19542
5330f2db
DC
195432003-03-04 David Carlton <carlton@math.stanford.edu>
19544
19545 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
19546 Garply<Garply<char> >:: garply".
19547 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
19548 with respect to PR c++/1111; note also PR c++/1113.
19549 (test_template_breakpoints): KFAIL "constructor breakpoint" with
19550 respect to PR c++/1062.
19551 KFAIL "destructor breakpoint" with respect to PR c++/1112.
19552
6ece72da
DC
195532003-03-03 David Carlton <carlton@math.stanford.edu>
19554
19555 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
19556 with respect to PR c++/57.
19557 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
19558 c++/826.
19559 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
19560 respect to PR c++/57.
19561
85ca1584
DC
195622003-03-03 David Carlton <carlton@math.stanford.edu>
19563
19564 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
19565 respect to PR c++/33 into FAILs.
19566
98e9c5b8
MC
195672003-03-03 Michael Chastain <mec@shout.net>
19568
7bedbf27
MC
19569 * configure.in: Update copyright years.
19570
195712003-03-03 Michael Chastain <mec@shout.net>
19572
19573 * Makefile.in: Update copyright years.
98e9c5b8 19574
f683e100
DC
195752003-02-28 David Carlton <carlton@math.stanford.edu>
19576
19577 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
19578 print class instead of struct and/or superfluous protection
19579 specifiers, as long as the resulting output is equivalent to the
19580 source code.
19581 Delete FIXME from end of messages on tests that don't need
19582 fixing.
19583
a9e0cf2c
DC
195842003-02-28 David Carlton <carlton@math.stanford.edu>
19585
19586 * gdb.c++/templates.exp (do_tests): Allow const in the two
19587 Foo<volatile char *>::foo tests.
19588
e8d359df
MS
195892003-02-27 Michael Snyder <msnyder@redhat.com>
19590
d63a86f8 19591 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
19592 will be consistant.
19593
0b71dc91
DC
195942003-02-26 David Carlton <carlton@math.stanford.edu>
19595
19596 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
19597 char *>::foo" test with respect to PR c++/33. Create a new test
19598 which is identical to that one except that it doesn't put the
19599 space between the "char" and the "*"; KFAIL it, too.
19600
dd14ab43
DC
196012003-02-26 David Carlton <carlton@math.stanford.edu>
19602
19603 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
19604 template types into either PASSes or KFAILs (corresponding to PR
19605 c++/57). Tweak indentation. Update copyright.
19606
1146c7f1
SC
196072003-02-23 Stephane Carrez <stcarrez@nerim.fr>
19608
19609 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
19610
74641dfb
MC
196112003-02-13 Michael Chastain <mec@shout.net>
19612
19613 * gdb.base/exprs.exp: Remove i960 remnants.
19614 * gdb.base/funcargs.exp: Likewise.
19615 * gdb.base/list.exp: Likewise.
19616 * gdb.base/ptype.exp: Likewise.
19617
559cd2d0
DC
196182003-02-14 David Carlton <carlton@math.stanford.edu>
19619
19620 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
19621 pEe->D::vg()" from XFAIL to KFAIL.
19622
c4f90d87
JM
196232003-02-13 Jason Molenda (jmolenda@apple.com)
19624
19625 * gdb.base/maint.exp: Update maint print statistics regexp to include
19626 new entries.
19627
cbc4d97c
MC
196282003-02-13 Michael Chastain <mec@shout.net>
19629
19630 * gdb.c++/inherit.exp: Remove call to get_debug_format.
19631
40f235b7
MC
196322003-02-12 Michael Chastain <mec@shout.net>
19633
19634 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
19635 * gdb.c++/inherit.exp: Likewise.
19636 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
19637 * gdb.c++/templates.exp: Likewise.
19638 * gdb.c++/virtfunc.exp: Likewise.
19639
c56716b0
JM
196402003-02-06 Jason Molenda (jason-cl@molenda.com)
19641
19642 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
19643 why the code is written that way.
19644
070afcf8
MC
196452003-02-05 Michael Chastain <mec@shout.net>
19646
19647 * gdb.base/dump.exp: Add missing copyright line.
19648
5d0331e5
JM
196492003-02-05 Jason Molenda (jason-cl@molenda.com)
19650
f7ae6d3e 19651 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
19652 at the beginning so the breakpoint doesn't get set on the loop.
19653
92851186
MC
196542003-02-05 Michael Chastain <mec@shout.net>
19655
19656 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
19657 output for configurations with gcc 2.95.3.
19658
cbf1e085
AC
196592003-02-05 Keith Seitz <keiths@redhat.com>
19660 Andrew Cagney <ac131313@redhat.com>
19661
19662 * gdb.mi/mi-cli.exp: New file.
d63a86f8 19663
29518e1e
MC
196642003-02-04 Michael Chastain <mec@shout.net>
19665
19666 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
19667 Call perror and then continue.
19668
5af1d5f3
MC
196692003-02-03 Michael Chastain <mec@shout.net>
19670
19671 * gdb.c++/pr-1023.cc: New file.
19672 * gdb.c++/pr-1023.exp: New file.
19673
6b549786
JB
196742003-02-05 Jim Blandy <jimb@redhat.com>
19675
19676 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
19677 it's local to foobar. Check for it there, and check that it's not
19678 present in main.
19679 * gdb.c++/local.cc (marker2): New function.
19680 (foobar): Call marker1.
19681 (main): Call marker2 instead of marker1.
19682
67f16606
AC
196832003-02-04 Andrew Cagney <ac131313@redhat.com>
19684
19685 * gdb.disasm/mn10200.exp: Obsolete file.
19686 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
19687 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
19688 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
19689
1c5cb38e
DC
196902003-02-04 David Carlton <carlton@math.stanford.edu>
19691
19692 * gdb.c++/overload.exp: Test intToChar(1).
19693 * gdb.c++/overload.cc (intToChar): New.
19694 (main): Call intToChar.
19695
d1fe6965
DC
196962003-02-03 David Carlton <carlton@math.stanford.edu>
19697
19698 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
19699 'might_kfail' arg.
19700 KFAIL some of the continue_to_bp_overloaded calls, according to
19701 PR c++/1025.
19702
9ba61c5d
MC
197032003-02-01 Michael Chastain <mec@shout.net>
19704
19705 * gdb.base/advance.c (marker1): New marker function.
19706 * gdb.base/advance.exp: When the 'advance' command lands on the
19707 return breakpoint, it can legitimately stop on either the
19708 current line or the next line. Accommodate both outcomes.
19709 * gdb.base/until.exp: Likewise.
19710
e7494ffb
AC
197112003-02-02 Andrew Cagney <ac131313@redhat.com>
19712
19713 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19714 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
19715 now a list, not a tuple.
19716 * gdb.mi/mi-var-display.exp: Ditto.
19717 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 19718
075559bc
AC
197192003-02-01 Andrew Cagney <ac131313@redhat.com>
19720
19721 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19722 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
19723 stack backtraces.
19724 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 19725
2bd4c7b1
MK
197262003-02-01 Mark Kettenis <kettenis@gnu.org>
19727
19728 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19729 gdb.mi/mi1-pthreads.exp: Return instead of calling
19730 gdb_suppress_entire_file.
19731
eabd8992
MS
197322003-02-01 Mark Salter <msalter@redhat.com>
19733
19734 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
19735
71469e2f
MS
197362003-01-31 Mark Salter <msalter@redhat.com>
19737
19738 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
19739 Support empty arg.
19740
38a94d44
MC
197412003-01-30 Michael Chastain <mec@shout.net>
19742
19743 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
19744 This was a workaround for a UTF-8 bug in readline 4.3. The bug
19745 has been fixed in gdb/readline on 2003-01-09.
19746
19ea9e73
MS
197472003-01-29 Michael Snyder <msnyder@redhat.com>
19748
e8d359df
MS
19749 * gdb.base/maint.exp: Allow for leading underscore in symbol.
19750 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
19751 * gdb.base/args.exp: Skip if target does not support args passing.
19752
2307bd6a
DJ
197532003-01-22 Daniel Jacobowitz <drow@mvista.com>
19754
19ea9e73 19755 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
19756 gdb_test. Accept a list of expect arguments as the third
19757 parameter.
19758 (gdb_test): Use it.
19759
f2dd3617
EZ
197602003-01-20 Elena Zannoni <ezannoni@redhat.com>
19761
19762 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
19763 allow for different test tree configurations. Update some
19764 tescases accordingly.
19765 * gdb.arch/altivec-regs.exp: Ditto.
19766 * gdb.asm/asm-source.exp: Ditto.
19767 * gdb.base/advance.exp: Ditto.
19768 * gdb.base/display.exp: Ditto.
d63a86f8 19769 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
19770 * gdb.base/mips_pro.exp: Ditto.
19771 * gdb.base/overlays.exp: Ditto.
19772 * gdb.base/relocate.exp: Ditto.
19773 * gdb.base/setshow.exp: Ditto.
19774 * gdb.base/step-line.exp: Ditto.
19775 * gdb.base/step-test.exp: Ditto.
19776 * gdb.base/until.exp: Ditto.
19777 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
19778
c71cdefd
DC
197792003-01-17 David Carlton <carlton@math.stanford.edu>
19780
19781 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
19782 corresponding to PR c++/945.
19783 Update copyright.
19784
fdba05d7
DC
197852003-01-17 David Carlton <carlton@math.stanford.edu>
19786
19787 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
19788 corresponding to PR c++/68.
19789
197902003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
19791
19792 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
19793 (test_paddr_hairy_functions): Call print_addr_2_kfail for
19794 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
19795
c362c33a
EZ
197962003-01-15 Elena Zannoni <ezannoni@redhat.com>
19797
0fbc361c
EZ
19798 * gdb.base/break.exp: Fix change of default location, because of
19799 removal of until tests.
19800 * gdb.base/help.exp: Update test for new 'until' help message.
19801 Add test for help on 'advance'.
a9c64011 19802 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 19803
dabf8a35
MK
198042003-01-15 Mark Kettenis <kettenis@gnu.org>
19805
19806 * gdb.base/default.exp: Adapt "info float" test for recent changes
19807 to that command. Add test for "info vector".
19808 * gdb.base/float.exp: New file. Add test for "info float" that
19809 resembles the old test in gdb.base/default.exp.
19810
a1769aca
DC
198112003-01-15 David Carlton <carlton@math.stanford.edu>
19812
19813 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
19814
82025e13
EZ
198152003-01-15 Elena Zannoni <ezannoni@redhat.com>
19816
19817 * gdb.base/break.exp: Move the tests of until command from here...
19818 * gdb.base/until.exp: ... to here. New file. Add other tests.
19819 * gdb.base/advance.c: New file.
19820 * gdb.base/advance.exp: New file.
19821
8f9ab801
EZ
198222003-01-14 Elena Zannoni <ezannoni@redhat.com>
19823
a9c64011
AS
19824 * gdb.base/args.c: New file.
19825 * gdb.base/args.exp: New file.
8f9ab801 19826
9ae66589
DJ
198272003-01-14 Daniel Jacobowitz <drow@mvista.com>
19828
19829 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
19830
8d77e5c3
DJ
198312003-01-14 Daniel Jacobowitz <drow@mvista.com>
19832
19833 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
19834
12d2f0a1
DJ
198352003-01-14 Daniel Jacobowitz <drow@mvista.com>
19836
19837 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
19838 dates.
19839
6ca37014
DJ
198402003-01-13 Daniel Jacobowitz <drow@mvista.com>
19841
19842 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
19843
b0023472
DJ
198442003-01-13 Daniel Jacobowitz <drow@mvista.com>
19845
19846 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
19847 (ptype &*"foo").
19848 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
19849
607fbc54 198502003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
19851
19852 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
19853 * gdb.mi/mi1-console.exp: Likewise.
19854
607fbc54 198552003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
19856
19857 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
19858 * gdb.mi/mi1-console.exp: Likewise.
19859
a1fb14a2
DJ
198602003-01-13 Daniel Jacobowitz <drow@mvista.com>
19861
19862 * gdb.c++/overload.exp: Remove some fixed XFAILs.
19863
c4cf40b7
DJ
198642003-01-09 Daniel Jacobowitz <drow@mvista.com>
19865
19866 * gdb.base/detach.exp: New test.
19867
696d5a5b
DJ
198682003-01-09 Daniel Jacobowitz <drow@mvista.com>
19869
19870 * Makefile.in (ALL_SUBDIRS): New variable.
19871 (subdirs, clean, distclean): Use it.
19872 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
19873 regenerating Makefile, since it is generated from the top level.
19874 * gdb.asm/Makefile.in: Likewise.
19875 * gdb.base/Makefile.in: Likewise.
19876 * gdb.c++/Makefile.in: Likewise.
19877 * gdb.disasm/Makefile.in: Likewise.
19878 * gdb.java/Makefile.in: Likewise.
19879 * gdb.mi/Makefile.in: Likewise.
19880 * gdb.threads/Makefile.in: Likewise.
19881 * gdb.trace/Makefile.in: Likewise.
19882
754533e4
DC
198832003-01-09 David Carlton <carlton@math.stanford.edu>
19884
19885 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
19886 Add copyright year 2003.
19887
d8b3e9ee
MC
198882003-01-06 Michael Chastain <mec@shout.net>
19889
19890 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
19891 When selecting a thread, 'line' and 'file' are optional.
19892 * gdb.mi/mi1-pthreads.exp: Likewise.
19893
8e9e0fe6
AS
198942003-01-06 Andreas Schwab <schwab@suse.de>
19895
19896 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
19897 failures.
19898
b5ab8ff3
DJ
198992003-01-04 Daniel Jacobowitz <drow@mvista.com>
19900
19901 Fix PR gdb/844
19902 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
19903 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
19904
19905 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
19906 instead of calling gdb_suppress_entire_file.
19907 * gdb.threads/print-threads.exp: Likewise.
19908 * gdb.threads/schedlock.exp: Likewise.
19909
19910 * gdb.threads/killed.exp: Return instead of calling
19911 gdb_suppress_entire_file.
19912 * gdb.threads/linux-dp.exp: Likewise.
19913 * gdb.threads/pthreads.exp: Likewise.
19914
1e698235
DJ
199152003-01-04 Daniel Jacobowitz <drow@mvista.com>
19916
19917 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
19918 stabs.
19919 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
19920 * gdb.base/whatis.exp: Always allow (void) after function names.
19921
147ff08c
DJ
199222003-01-04 Daniel Jacobowitz <drow@mvista.com>
19923
19924 * gdb.c++/casts.exp: Correct regexp.
19925
dc62bfc2
MK
199262003-01-04 Mark Kettenis <kettenis@gnu.org>
19927
19928 * configure.in: Call AC_CONFIG_HEADER. Don't call
19929 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
19930 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
19931 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
19932 aforementioned directories in the AC_OUPUT call.
19933 * config.hin: New file.
19934 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19935 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
19936 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
19937 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
19938 pass -I$objdir instead of -I$objdir/$subdir in compilation.
19939 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
19940 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
19941 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
19942 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
19943 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
19944 gdb.threads/configure.in, gdb.threads/configure,
19945 gdb.threads/config.in, gdb.trace/configure.in,
19946 gdb.trace/configure: Removed.
19947
77afa639
MC
199482003-01-03 Michael Chastain <mec@shout.net>
19949
19950 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
19951 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
19952
7634bb6e
DJ
199532003-01-03 Daniel Jacobowitz <drow@mvista.com>
19954
19955 * gdb.base/store.exp: Fix regular expressions.
19956
b39c905e
MK
199572002-12-28 Mark Kettenis <kettenis@gnu.org>
19958
19959 * configure.in: Rewrite.
19960 * configure: Regenerated.
19961
0a8551dd
DC
199622003-01-03 David Carlton <carlton@math.stanford.edu>
19963
19964 * gdb.base/psymtab.exp: New file.
19965 * gdb.base/psymtab1.c: Ditto.
19966 * gdb.base/psymtab2.c: Ditto.
19967
c60b7188
AF
199682002-12-23 Adam Fedor <fedor@gnu.org>
19969
19970 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
19971
ee73db83
DC
199722002-12-23 David Carlton <carlton@math.stanford.edu>
19973
19974 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
19975 and current_directory initialization.
19976
d6c1774e
JB
199772002-12-22 Jim Blandy <jimb@redhat.com>
19978
f0a847b8
JB
19979 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
19980 rather than as part of the output file name.
19981
d6c1774e
JB
19982 * gdb.base/attach.exp: There's no need to copy the test program to
19983 /tmp; that was only ever necessary on HP/UX, and this test is
19984 entirely disabled there anyway.
19985
f0708dbb
JB
199862002-12-21 Jim Blandy <jimb@redhat.com>
19987
4c2acfea
JB
19988 * gdb.c++/psmang.exp: Doc fix.
19989
f0708dbb
JB
19990 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
19991 test.
19992
9579e000
DC
199932002-12-20 David Carlton <carlton@math.stanford.edu>
19994
19995 * gdb.c++/annota2.exp: KFAIL annotate-quit.
19996
d1810171
MC
199972002-12-18 Michael Chastain <mec@shout.net>
19998
19999 * gdb.c++/annota2.exp: Add copyright year 2002.
20000
76565097
DC
200012002-12-17 David Carlton <carlton@math.stanford.edu>
20002
20003 * gdb.c++/try_catch.cc: Add marker comments.
20004 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
20005 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
20006 * gdb.c++/m-static.cc: Ditto.
20007 * gdb.c++/m-static1.cc: Ditto.
20008 * gdb.c++/try_catch.cc: Ditto.
20009
da81390b
JJ
200102002-12-16 Jeff Johnston <jjohnstn@redhat.com>
20011
20012 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
20013 to see whether we are using the new -environment-directory
20014 command which resets via -r or the old version of the command
20015 which may prompt the user. Part of fix for gdb/741.
20016
b304d130
AC
200172002-12-13 Andrew Cagney <ac131313@redhat.com>
20018
20019 * gdb.fortran/types.exp: Update obsolete comment.
20020 * gdb.fortran/exprs.exp: Ditto.
20021 * lib/gdb.exp: Delete obsolete code.
20022 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
20023 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
20024 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
20025 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
20026 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
20027 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
20028 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
20029 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
20030 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
20031 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
20032 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
20033 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
20034 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
20035 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
20036 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
20037 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
20038 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
20039 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
20040 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
20041 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
20042 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
20043 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
20044 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
20045 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
20046 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
20047 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
20048 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
20049 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
20050 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
20051 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
20052 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
20053 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
20054 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
20055 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
20056 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
20057 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
20058 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
20059
a23b6e6a
DC
200602002-12-11 David Carlton <carlton@math.stanford.edu>
20061
20062 * gdb.c++/m-data.exp: Add test for members that shadow global
20063 variables: see PR gdb/804.
20064 * gdb.c++/m-data.cc: Ditto.
20065
6604731b
DJ
200662002-12-10 Daniel Jacobowitz <drow@mvista.com>
20067
20068 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
20069
de46ecd7
DC
200702002-12-06 David Carlton <carlton@math.stanford.edu>
20071
20072 * gdb.base/store.c: Don't declare functions static.
20073
27e829d0
AC
200742002-12-04 Andrew Cagney <ac131313@redhat.com>
20075
20076 * gdb.base/store.exp, gdb.base/store.c: New files.
20077
92806416
DJ
200782002-12-03 Daniel Jacobowitz <drow@mvista.com>
20079
20080 * gdb.base/selftest.exp: Update for current gdb.
20081
3bcbaac5
DJ
200822002-12-03 Daniel Jacobowitz <drow@mvista.com>
20083
20084 * gdb.base/maint.exp: Only dump symbols from one source file
20085 or objfile.
20086
f4f00b1f
DJ
200872002-12-03 Daniel Jacobowitz <drow@mvista.com>
20088
20089 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
20090 function call.
20091
f1c8a949
JB
200922002-11-25 Jim Blandy <jimb@redhat.com>
20093
20094 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
20095 function appearing in error message.
20096
9e297a97
DJ
200972002-11-21 Daniel Jacobowitz <drow@mvista.com>
20098
20099 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
20100
1f312e79
JJ
201012002-11-08 Jeff Johnston <jjohnstn@redhat.com>
20102
d63a86f8
RM
20103 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
20104 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
20105 should be in mi console format. This is part of fix for PR gdb/604.
20106
83c31e7d
FN
201072002-09-18 Fernando Nasser <fnasser@redhat.com>
20108
20109 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
20110 which explicitly prints the zero offset as "+0".
20111
322b3f65
DJ
201122002-10-22 Daniel Jacobowitz <drow@mvista.com>
20113
20114 * gdb.threads/schedlock.c (args): Make unsigned.
20115
201162002-10-21 Daniel Jacobowitz <drow@mvista.com>
20117
20118 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
20119 numbers. Allow "foo2|selected stack frame".
20120 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
20121 * gdb.asm/asmsrc2.s: Likewise.
20122 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
20123 comments.
20124 * gdb.asm/mips.inc: New file.
20125
5e2fe5b8
AF
201262002-10-18 Adam Fedor <fedor@gnu.org>
20127
20128 * gdb.base/default.exp: Update expected output to include 'ObjC'.
20129 * gdb.base/help.exp: Likewise.
20130
abe1a5d0
KB
201312002-10-17 Kevin Buettner <kevinb@redhat.com>
20132
20133 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
20134 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
20135
10abb1d4
JB
201362002-10-02 Jim Blandy <jimb@redhat.com>
20137
20138 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
20139
1f609b42
AC
201402002-10-01 Andrew Cagney <ac131313@redhat.com>
20141
20142 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
20143 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
20144 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
20145 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
20146 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
20147 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
20148 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
20149
0aee02e4
AC
201502002-09-29 Andrew Cagney <ac131313@redhat.com>
20151
20152 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
20153 * mi0-disassemble.exp, mi0-eval.exp: Delete.
20154 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
20155 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
20156 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
20157 * mi0-var-block.exp, mi0-var-child.exp: Delete.
20158 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 20159
6fde09ad
KB
201602002-09-27 Kevin Buettner <kevinb@redhat.com>
20161
20162 * gdb.base/annota1.exp (info break): Make directory components of
20163 path optional since not all compilers emit this debug information.
20164
889bf7c5
PA
20165 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
20166 step ends up stepping out of the function instead of stopping on
20167 the epilogue.
6fde09ad 20168
9e8aab75
KS
201692002-09-26 Keith Seitz <keiths@redhat.com>
20170
20171 * lib/insight-support.exp (gdbtk_start): Figure out where
20172 the insight executable is based on where gdb is. Use this
20173 executable to start insight instead of gdb.
20174
e36180d7
AC
201752002-09-25 Andrew Cagney <cagney@redhat.com>
20176
20177 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
20178
9dd34b2b
AC
201792002-09-24 Andrew Cagney <ac131313@redhat.com>
20180
20181 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
20182 test_isolated_complaints.
20183 (test_empty_complaint): New function.
20184 (test_empty_complaints): New function. Check no output when no
20185 complaints.
d63a86f8 20186
dea97812
KB
201872002-09-19 Jim Blandy <jimb@redhat.com>
20188
a9c64011 20189 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 20190
54951bd7
AC
201912002-09-19 Andrew Cagney <ac131313@redhat.com>
20192
20193 * gdb.gdb/complaints.exp: New file.
20194
dec43320
AC
201952002-09-18 Andrew Cagney <ac131313@redhat.com>
20196
20197 * gdb.base/maint.exp: Check `help maint internal-warning'.
20198
e70d6e3f
DC
201992002-09-18 David Carlton <carlton@math.stanford.edu>
20200
20201 * gdb.c++/m-static.exp: Remove breakpoints depending on line
20202 numbers, and replace them by a single breakpoint after the
20203 constructors are all finished.
20204 Add test 4.
20205 * gdb.c++/m-static.cc: Add test 4.
20206 * gdb.c++/m-static.h: New file.
20207 * gdb.c++/m-static1.cc: New file.
20208
20209 * gdb.c++/printmethod.exp: New file.
20210 * gdb.c++/printmethod.cc: New file.
20211
20212 * gdb.c++/pr-574.exp: New file.
20213 * gdb.c++/pr-574.cc: New file.
20214
afb5c968
CV
202152002-09-18 Corinna Vinschen <vinschen@redhat.com>
20216
20217 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
20218 embedded targets which never actually exit.
20219
31e45dee
FN
202202002-09-18 Fernando Nasser <fnasser@redhat.com>
20221
20222 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
20223 "don't step after run" as unresolved or unsupported, instead of xfail.
20224
a283c5a1
CV
202252002-09-18 Corinna Vinschen <vinschen@redhat.com>
20226
20227 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
20228 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
20229 Add newline to expected string in "step out of main (status wrapper)"
20230 case.
20231
11350d2a
CV
202322002-09-18 Corinna Vinschen <vinschen@redhat.com>
20233
20234 * lib/gdb.exp (rerun_to_main): Allow restarting application.
20235 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
20236
0deec7d6
TT
202372002-09-17 Tom Tromey <tromey@redhat.com>
20238
20239 * gdb.base/printcmds.exp (test_print_string_constants): Expect
20240 \000, not \0, in double-quoted string.
20241
b2b4a1b5
CV
202422002-09-14 Corinna Vinschen <vinschen@redhat.com>
20243
c9d37158 20244 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
20245 string after running the commands execution on breakpoint tests.
20246
1c56143a
CV
202472002-09-13 Corinna Vinschen <vinschen@redhat.com>
20248
20249 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
20250
37f8da45
JB
202512002-09-12 Joel Brobecker <brobecker@gnat.com>
20252
20253 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
20254
08b468e0
KS
202552002-09-10 Keith Seitz <keiths@redhat.com>
20256
20257 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
20258 runto proc.
20259 (mi_run_to_main): Use mi_runto.
20260 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
20261
dc360f58
KS
202622002-09-10 Keith Seitz <keiths@redhat.com>
20263
20264 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
20265 regexp for stopping at main. Could have multiple event notifications.
20266 Don't assume that main was declared with no parameters.
20267 (mi_next): Use mi_step_to.
20268 (mi_step): Use mi_next_to.
20269
ce3abcfb
CV
202702002-09-09 Corinna Vinschen <vinschen@redhat.com>
20271
20272 * gdb.base/default.exp: Fix expected string in `info float' test.
20273
d1f5b980
BE
202742002-09-09 Ben Elliston <bje@redhat.com>
20275
20276 * config/mips.exp: Update comments.
20277 * config/mips-idt.exp: Likewise.
20278 * config/nind.exp: Likewise.
20279 * config/slite.exp: Likewise.
20280 * config/sparclet.exp: Likewise.
20281 * config/udi.exp: Likewise.
20282 * config/vx.exp: Likewise.
20283 * config/vxworks29k.exp: Likewise.
20284
2f71430b
JB
202852002-09-05 Jim Blandy <jimb@redhat.com>
20286
20287 * gdb.threads/killed.exp: Fix test failure message.
20288
7ddebc7e
KS
202892002-09-04 Keith Seitz <keiths@redhat.com>
20290
20291 * lib/mi-support.exp: Update copyright.
20292 (mi_gdb_test): Increase the priority of the expected pattern
20293 so that it matches gdb_test.
20294
0ae67eb3
KS
202952002-09-03 Keith Seitz <keiths@redhat.com>
20296
20297 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
20298 Use integer comparison instead of string comparison for testing
20299 whether binary was built.
20300
38fc42c8
JB
203012002-09-03 Jim Blandy <jimb@redhat.com>
20302
20303 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
20304
b6ff0e81
JB
203052002-08-29 Jim Blandy <jimb@redhat.com>
20306
20307 * gdb.threads/pthreads.exp: Move the portable thread compilation
20308 code into a function in lib/gdb.exp, and call that from here.
20309 * lib/gdb.exp (gdb_compile_pthreads): New function.
20310
07c98896
KS
203112002-08-29 Keith Seitz <keiths@redhat.com>
20312
20313 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
20314 expect_out so that callers can get at it.
20315
0312286c
DJ
203162002-08-23 Daniel Jacobowitz <drow@mvista.com>
20317
20318 * gdb.threads/print-threads.c: New file.
20319 * gdb.threads/print-threads.exp: New file.
20320 * gdb.threads/schedlock.c: New file.
20321 * gdb.threads/schedlock.exp: New file.
20322
dd039bc4
EZ
203232002-08-22 Elena Zannoni <ezannoni@redhat.com>
20324
a9c64011
AS
20325 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
20326 not altivec.c.
dd039bc4 20327
1f36144c
MK
203282002-08-17 Mark Kettenis <kettenis@gnu.org>
20329
20330 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
20331 targets. The problem should be fixed now.
20332
16057ec7 203332002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
20334
20335 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
20336 2002-07-24 change that removes final dots from error messages.
20337
3c1499ad
TT
203382002-08-13 Tom Tromey <tromey@redhat.com>
20339
20340 * gdb.base/readline.exp: New file.
20341
a20ce2c3
AC
203422002-08-01 Andrew Cagney <ac131313@redhat.com>
20343
20344 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
20345 supress message.
20346
db034ac5
AC
203472002-08-01 Andrew Cagney <cagney@redhat.com>
20348
20349 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
20350 CHILL_FOR_TARGET and CHILL_LIB.
20351 * configure.in (configdirs): Remove gdb.chill.
20352 * configure: Regenerate.
20353 * lib/gdb.exp: Obsolete references to chill.
20354 * gdb.fortran/types.exp: Ditto.
20355 * gdb.fortran/exprs.exp: Ditto.
20356
3e000b18
KB
203572002-07-30 Kevin Buettner <kevinb@redhat.com>
20358
20359 * gdb.base/shlib-call.exp (additional_flags): Conditionally
20360 set Irix-specific compile and link flags.
20361
28f4966b
KB
203622002-07-29 Kevin Buettner <kevinb@redhat.com>
20363
20364 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
20365 source files. The ``-o'' option doesn't work with the ``-E'' option
20366 when using the Irix compiler.
20367
46c0d5a6
DJ
203682002-07-19 Daniel Jacobowitz <drow@mvista.com>
20369
20370 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
20371 Improve support for reusing an exec file. Copy exec file
20372 to target, and run gdbserver on the target instead of on the host.
20373
eecf4bed
JB
203742002-07-18 Jim Blandy <jimb@redhat.com>
20375
0f815cdf
JB
20376 * gdb.base/ending-run.exp: Don't expect to see the program end in
20377 some orderly fashion when we're running on a real stand-alone
20378 board.
20379
eecf4bed
JB
20380 * gdb.base/interrupt.exp: Correct logic for skipping tests on
20381 targets that don't support interrupts.
20382
52d309e4
JB
203832002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
20384
20385 * gdb.base/attach.exp: Add patterns to match output from /proc-based
20386 systems.
20387 Move comments in expect statements to inside the actions, so that they
20388 don't get matched against.
20389
ff683d9e
MK
203902002-07-10 Mark Kettenis <kettenis@gnu.org>
20391
20392 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
20393 function when asleep" test.
20394
b5356753
AC
203952002-07-10 Andrew Cagney <ac131313@redhat.com>
20396
20397 * gdb.base/page.exp: Rewrite to handle problems with very long
20398 `info set' output. Update copyright.
20399
6aa4d13a
AC
204002002-06-26 Andrew Cagney <ac131313@redhat.com>
20401
20402 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
20403 gdb.threads-hp.
20404 * gdb.hp/configure: Regenerate.
20405 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
20406 * gdb.hp/gdb.threads-hp/configure: Delete file.
20407 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
20408
8cf8c2b8
AC
204092002-06-22 Andrew Cagney <ac131313@redhat.com>
20410
20411 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
20412 setlocale, bindtextdomain and textdomain.
20413
6827a8f8
JB
204142002-06-11 Jim Blandy <jimb@redhat.com>
20415
919d772c
JB
20416 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
20417 preprocessor macro information is present.
20418
6827a8f8
JB
20419 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
20420 tests.
20421
c15b0d21
MS
204222002-06-06 Michael Snyder <msnyder@redhat.com>
20423
c5984d70
MS
20424 * gdb.base/overlays.exp: Record addresses of overlay
20425 functions in TCL variables rather than in GDB variables,
20426 to avoid having GDB convert them to pointers (with loss
20427 of information).
20428
d63a86f8 20429 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 20430 default linker script changes.
c15b0d21
MS
20431 * gdb.base/long_long.exp: Add check for sizeof (long double).
20432
be26fe0d
ML
204332002-06-06 Michal Ludvig <mludvig@suse.cz>
20434
20435 * gdb.asm/asm-source.exp: Add x86-64 target.
20436 * gdb.asm/x86_64.inc: New.
d63a86f8 20437
258093ca 204382002-05-30 Michael Chastain <mec@shout.net>
258093ca 20439
4b3153f1 20440 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
20441 * gdb.c++/m-static.cc: New file.
20442 * gdb.c++/m-static.exp: New file.
20443
241264c6
MS
204442002-05-28 Michael Snyder <msnyder@redhat.com>
20445
20446 * gdb.base/call-ar-st.exp: Allow for reduced floating point
20447 precision.
20448
9bba8c8f 204492002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 20450
4b3153f1 20451 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
20452 * gdb.c++/m-data.cc: New file.
20453 * gdb.c++/m-data.exp: New file.
20454
204552002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 20456
4b3153f1 20457 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 20458 * gdb.c++/try_catch.cc: New file.
d63a86f8 20459 * gdb.c++/try_catch.exp: New file.
9bba8c8f 20460
def1b996
MC
204612002-05-27 Michael Chastain <mec@shout.net>
20462
20463 * gdb.c++/local.exp: Accept more nested types in output.
20464
522ba268
MC
204652002-05-26 Michael Chastain <mec@shout.net>
20466
20467 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
20468
277254ba
MS
204692002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
20470
20471 * lib/gdb.exp (gdb_wrapper_init): Just because
20472 gdb_wrapper_file exists, this does not mean that the file
20473 should not be rebuilt. That is what gdb_wrapper_initialized
20474 is for.
20475 (default_gdb_init): Reset gdb_wrapper_initialized.
20476
b61a8733
MS
204772002-05-23 Michael Snyder <msnyder@redhat.com>
20478
d63a86f8 20479 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
20480 the precision of the floating point test results.
20481 * gdb.base/call-rt-st.exp: Ditto.
20482
b61a8733
MS
20483 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
20484 * gdb.base/call-rt-st.exp: Ditto.
20485
56f6e910
MC
204862002-05-19 Michael Chastain <mec@shout.net>
20487
20488 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
20489
ad0b0016
EZ
204902002-05-19 Elena Zannoni <ezannoni@redhat.com>
20491
a9c64011
AS
20492 * configure.in (configdirs): Add gdb.arch.
20493 * configure: Regenerate.
ad0b0016 20494
f617d2b6
JB
204952002-05-17 Jim Blandy <jimb@redhat.com>
20496
20497 * gdb.base/completion.exp: Recognize the more detailed error
20498 messages produced by the macro expander's lexical analyzer.
20499
eac2a696
EZ
205002002-05-14 Elena Zannoni <ezannoni@redhat.com>
20501
a9c64011
AS
20502 * gdb.arch/altivec-abi.c: New file.
20503 * gdb.arch/altivec-abi.exp: New file.
20504 * gdb.arch/altivec-regs.c: New file.
20505 * gdb.arch/altivec-regs.exp: New file.
eac2a696 20506
2fdde8f8
DJ
205072002-05-14 Daniel Jacobowitz <drow@mvista.com>
20508
20509 * gdb.base/maint.exp (maint print type): Update for new type
20510 structure.
d63a86f8 20511
e31f1a7c
EZ
205122002-05-14 Elena Zannoni <ezannoni@redhat.com>
20513
20514 * gdb.arch: New directory.
20515 * gdb.arch/configure.in: New file.
20516 * gdb.arch/configure: New file.
20517 * gdb.arch/Makefile.in: New file.
20518
db589741
CV
205192002-05-13 Corinna Vinschen <vinschen@redhat.com>
20520
20521 * gdb.asm/asm-source.exp: Add v850 as supported target.
20522 * gdb.asm/v850.inc: New file.
20523
8ce2a7dc
DJ
205242002-05-13 Daniel Jacobowitz <drow@mvista.com>
20525
20526 * gdb.c++/annota2.exp (annotate-quit): Add comment.
20527
df763c7f
DJ
205282002-05-12 Daniel Jacobowitz <drow@mvista.com>
20529
20530 * gdb.base/break.exp: Check 'break "marker2"'.
20531
377daeed
MS
205322002-05-10 Michael Snyder <msnyder@redhat.com>
20533
20534 * gdb.base/long_long.exp: Fix typo.
20535
c4b7bc2b
JB
205362002-05-10 Jim Blandy <jimb@redhat.com>
20537
ecac9a4e
JB
20538 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
20539 a bug.
20540
c4b7bc2b
JB
20541 * gdb.base/printcmds.exp (test_integer_literals_rejected):
20542 Recognize more detailed error message produced by the macro
20543 expander's lexical analyzer.
20544 * lib/gdb.exp (test_print_reject): Same.
20545
e71019a1
MK
205462002-05-09 Mark Kettenis <kettenis@gnu.org>
20547
20548 * gdb.c++/method.exp: Fix typo.
20549
fedfc8e6
MS
205502002-05-08 Michael Snyder <msnyder@redhat.com>
20551
166a1957
MS
20552 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
20553 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 20554 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
20555 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
20556 Add iftarget clause for strongarm.
d63a86f8 20557
f1c47eb2
MS
205582002-05-06 Michael Snyder <msnyder@redhat.com>
20559
cb9a9d3e
MS
20560 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
20561 (gdb_continue_to_end): Accept output from status wrapper.
20562 * gdb.base/ending-run.exp: Add case for output from status wrapper.
20563 Clean up fail messages to match pass messages.
20564
f1c47eb2
MS
20565 Enable the "needs_status_wrapper" testsuite feature.
20566 * lib/gdb.exp (gdb_wrapper_init): New procedure.
20567 (gdb_compile): Conditionally call gdb_wrapper_init.
20568 * gdb.base/a2-run.exp: Recognize output from status wrapper.
20569 * gdb.c++/method.exp: Recognize output from status wrapper.
20570
6079c749
BE
205712002-05-06 Ben Elliston <bje@redhat.com>
20572From Graydon Hoare <graydon@redhat.com>
20573
20574 * config/sid.exp: Include support for "rawsid" protocol.
20575
188baff3
JB
205762002-05-03 Jim Blandy <jimb@redhat.com>
20577
20578 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
20579 * gdb.c++/hang3.C: New file.
20580
b9c07f0f
AC
205812002-05-04 Andrew Cagney <ac131313@redhat.com>
20582
20583 * gdb.base/default.exp: Remove obsolete code.
20584 * gdb.c++/misc.exp: Ditto. Update copyright.
20585 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
20586 * gdb.base/whatis.exp: Ditto. Update copyright.
20587 * gdb.base/scope.exp: Ditto. Update copyright.
20588 * gdb.base/ptype.exp: Ditto. Update copyright.
20589 * gdb.base/printcmds.exp: Ditto. Update copyright.
20590 * gdb.base/opaque.exp: Ditto. Update copyright.
20591 * gdb.base/list.exp: Ditto.
20592 * gdb.base/funcargs.exp: Ditto. Update copyright.
20593 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
20594 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
20595 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
20596 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
20597 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
20598 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
20599
5c7a0397
MS
206002002-05-02 Michael Snyder <msnyder@redhat.com>
20601
d6dcc264 20602 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
20603 * gdb.base/long_long.exp: Add xscale target.
20604 * gdb.base/default.exp: Add xscale target.
20605
eb7f1c48
JB
206062002-05-01 Jim Blandy <jimb@redhat.com>
20607
20608 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
20609 gdb.c++/hang.exp: New test.
20610
a6befae8
FF
206112002-05-01 Fred Fish <fnf@redhat.com>
20612
20613 * gdb.base/completion.exp: Handle completions of "./Make" for
20614 more than one completion possibility, as is the case when we
20615 build and test in the source tree.
20616
0a310277
AG
206172002-04-29 Anthony Green <green@redhat.com>
20618
20619 * gdb.java/jmisc1.exp: New file.
20620 * gdb.java/jmisc2.exp: New file.
20621
6ff9af88
DJ
206222002-04-24 Daniel Jacobowitz <drow@mvista.com>
20623
20624 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
20625
96b3d632
EZ
206262002-04-23 Elena Zannoni <ezannoni@redhat.com>
20627
20628 * gdb.base/help.exp: Change 'help status' to allow for target
20629 dependent output differences.
20630
5019bb54
MC
206312002-04-22 Michael Chastain <mec@shout.net>
20632
20633 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
20634
a805a116
MC
206352002-04-22 Michael Chastain <mec@shout.net>
20636
20637 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
20638
a1706bfd
DM
206392002-04-17 David S. Miller <davem@redhat.com>
20640
20641 * gdb.asm/sparc64.inc: New file.
20642 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
20643
a73a20a2
EZ
206442002-04-19 Elena Zannoni <ezannoni@redhat.com>
20645
20646 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
20647 instruction file directly into the build tree. Clean up at end of
20648 test.
20649
ba678339
DM
206502002-04-18 David S. Miller <davem@redhat.com>
20651
20652 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
20653 handle 64-bit platforms correctly.
20654 * gdb.base/maint.exp: Likewise.
20655
b03399da
KB
206562002-04-18 Kevin Buettner <kevinb@redhat.com>
20657
20658 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
20659 ``-fpic'' when compiling files comprising a shared library, but
20660 it does need additional linker flags in order to find shared
20661 libraries at run time.
20662
e2004992
KB
206632002-04-18 Kevin Buettner <kevinb@redhat.com>
20664
20665 * gdb.base/cvexpr.c (use): New function.
20666 (main): Invoke use() on all global variables to prevent
20667 some linkers from deleting these otherwise unused symbols.
20668
d8937120
MC
206692002-04-17 Michael Chastain <mec@shout.net>
20670From David S. Miller <davem@redhat.com>
20671
20672 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
20673 handle 64-bit platforms correctly.
20674
ffd61a58
MS
206752002-04-12 Michael Snyder <msnyder@redhat.com>
20676From Jim Blandy <jimb@redhat.com>
a9c64011 20677 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
20678 script can handle this instead.
20679 * gdb.base/bar.c (barx): Same.
20680 * gdb.base/baz.c (bazx): Same.
20681 * gdb.base/grbx.c (grbxx): Same.
20682
20683 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
20684 manager doesn't automatically unmap overlays unnecessarily.
20685
6b8426a6
MH
206862002-04-10 Martin M. Hunt <hunt@redhat.com>
20687
20688 * gdb.base/ending-run.exp: Fix pattern for Mips targets
20689 stepping out of main.
20690
34af4875
MC
206912002-04-09 Michael Chastain <mec@shout.net>
20692
20693 * gdb.c++/local.cc (main): Move call to marker1() inside nested
20694 scope so that the nested scope tests will make sense.
20695 * gdb.c++/local.exp: Write patterns that actually work with gcc
20696 (the HP patterns "were never known to work with gcc").
20697 Keep the old aCC patterns too.
20698
2d1676a0
DJ
206992002-04-09 Daniel Jacobowitz <drow@mvista.com>
20700
20701 * gdb.base/attach.exp: Correct target board test.
20702
3a63e3f9
MC
207032002-04-08 Michael Chastain <mec@shout.net>
20704
20705 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
20706 in a const method. Add some xfail and fail cases for configurations
20707 that do not emit the "const ...".
20708
f18dabd2
MC
207092002-04-07 Michael Chastain <mec@shout.net>
20710
20711 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
20712 Accept "A * const" and "const A * const" as type of "this".
20713 Fix spelling of getFunky throughout. Make messages uniform.
20714
0fcddd82
EZ
207152002-04-07 Elena Zannoni <ezannoni@redhat.com>
20716
a9c64011 20717 Work around for PR gdb/285:
0fcddd82
EZ
20718 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
20719
16a8534a
EZ
207202002-04-07 Elena Zannoni <ezannoni@redhat.com>
20721
20722 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
20723 instructions file at run time instead of configure time.
20724 Sometimes we run the test in a directory that is not the one we
20725 configured in.
20726 * gdb.asm/configure.in: Delete creation of symlink.
20727 * gdb.asm/configure: Regenerate.
20728
24181d81
JB
207292002-04-05 J. Brobecker <brobecker@gnat.com>
20730
20731 * gdb.gdb/xfullpath.exp: New test, to exercise the new
20732 xfullpath () function.
20733
7cdb7107
DJ
207342002-04-04 Daniel Jacobowitz <drow@mvista.com>
20735
20736 * gdb.asm/Makefile.in: Correct dependencies.
20737
20738 * gdb.asm/powerpc.inc: New file.
20739 * gdb.asm/asm-source.exp: Add PowerPC.
20740 * gdb.asm/configure.in: Likewise.
20741 * gdb.asm/configure: Regenerated.
20742
a7d17088
DJ
207432002-04-04 Daniel Jacobowitz <drow@mvista.com>
20744
20745 * gdb.base/relocate.exp: New file.
20746 * gdb.base/relocate.c: New file.
20747
cd721503
FF
207482002-04-04 Fred Fish <fnf@redhat.com>
20749
20750 * gdb.base/step-test.exp: Update comment regarding stopping in
20751 memcpy/bcopy calls inserted as part of the compiler runtime.
20752
b22ad7a7
MS
207532002-04-04 Michael Snyder <msnyder@redhat.com>
20754
20755 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
20756
5f279fa6
DJ
207572002-04-03 Daniel Jacobowitz <drow@mvista.com>
20758
20759 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
20760 (gdb_expect): Remove $notransfer hack.
20761
dd0fd3ce
DJ
207622002-04-02 Daniel Jacobowitz <drow@mvista.com>
20763
20764 * gdb.c++/classes.exp ("calling method for small class"): Match
20765 updated register output.
20766
1e50cda1
DJ
207672002-03-30 Daniel Jacobowitz <drow@mvista.com>
20768
20769 Fix PR gdb/452
20770 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
20771 when finished. Make gdb_file_cmd send "exec-file" when
20772 appropriate.
20773
24015922
DJ
207742002-03-30 Daniel Jacobowitz <drow@mvista.com>
20775
20776 * gdb.base/attach.exp: Remove extra setup_xfail.
20777
dd7dfd64
MS
207782002-03-26 Michael Snyder <msnyder@redhat.com>
20779
20780 * gdb.base/default.exp: Add tests for dump, append, and restore.
20781 * gdb.base/help.exp: Add tests for dump, append, and restore.
20782 * gdb.base/dump.exp: New file, test dump, append and restore.
20783 * gdb.base/dump.c: New file.
20784
48b2f8d7
MS
207852002-03-27 Michael Snyder <msnyder@redhat.com>
20786
d63a86f8 20787 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
20788 clean-ups in help messages.
20789
05b4d525
FF
207902002-03-26 Fred Fish <fnf@redhat.com>
20791
20792 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
20793 have debugging info for those functions and the compiler uses them
20794 internally to copy structs around.
20795
d7679631
FF
207962002-03-26 Fred Fish <fnf@redhat.com>
20797
20798 * gdb.base/list.exp: Revert the change made yesterday and add note
20799 about why we don't list the default lines for remote targets.
20800
523ac3f9
MS
208012002-03-25 Michael Snyder <msnyder@redhat.com>
20802
20803 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
20804
754b2b8d
FF
208052002-03-25 Fred Fish <fnf@redhat.com>
20806
20807 * gdb.base/list.exp: This test works on remote targets so remove
20808 the short circuit for remote targets. Update copyright.
20809
33c3e192
FF
208102002-03-25 Fred Fish <fnf@redhat.com>
20811
20812 * gdb.base/attach.exp: Fix logic error that was suppressing this
20813 test for all non hppa*-*-hpux* targets, instead of the hp target.
20814 Move comments closer to the suppression point. Also now need to
20815 check that we are running natively.
20816
d43e73ee
MS
208172002-03-22 Michael Snyder <msnyder@redhat.com>
20818
882c8f02
MS
20819 * gdb.base/default.exp: Add test for gcore. Update copyright.
20820 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 20821
04c12f60
FF
208222002-03-06 Fred Fish <fnf@redhat.com>
20823
20824 * gdb.base/funcargs.c: Remove extraneous ';' character.
20825 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
20826
b43df995
MC
208272002-03-04 Michael Chastain <mec@shout.net>
20828
20829 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
20830 accommodate gcc v3 function signature.
20831 * gdb.mi/mi0-var-cmd-exp: Ditto.
20832
92362027
AC
208332002-02-24 Andrew Cagney <ac131313@redhat.com>
20834
20835 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
20836 ``GNU/Linux'' or ``Linux kernel''
20837 * testsuite/gdb.threads/pthreads.c: Ditto.
20838
258ad32d
MC
208392002-02-24 Michael Chastain <mec@shout.net>
20840
20841 * gdb.threads/pthreads.c (thread1): Add a return statement.
20842 (thread2): Likewise.
20843 (foo): Likewise.
20844
04c3b3d4
MC
208452002-02-23 Michael Chastain <mec@shout.net>
20846
20847 * gdb.threads/linux-dp.c (philosopher): Add a return statement
20848 to placate gcc.
20849
5a2a0a20
MC
208502002-02-23 Michael Chastain <mec@shout.net>
20851
20852 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
20853 test "ptype bint". The test passes on all my stabs configurations.
20854
a640f7fc
JB
208552002-02-21 Jim Blandy <jimb@redhat.com>
20856
27924826
JB
20857 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
20858 filename at a time, and watch for the ones we want to see.
20859
a640f7fc
JB
20860 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
20861 types of pointers to prototyped functions.
20862
edcc8c75
AC
208632002-02-20 Andrew Cagney <ac131313@redhat.com>
20864
20865 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
20866 signed, unsigned and straight char.
20867 (padding_char, padding_short, padding_int, padding_long,
20868 padding_long_long, padding_float, padding_double,
20869 padding_long_double): New global variables.
20870 (fill, fill_structs): New functions.
20871
20872 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
20873 for correctly sized writes. Update copyright.
20874 (get_valueof): New procedure.
20875 (get_sizeof): Call get_valueof.
20876 (check_valueof): New procedure.
20877 (check_padding): New procedure.
20878
ac57ea44
MC
208792002-02-20 Michael Chastain <mec@shout.net>
20880
20881 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
20882 to setup_xfail. Document some of the remaining calls.
20883
7a10c941
MC
208842002-02-18 Michael Chastain <mec@shout.net>
20885
20886 * gdb.c++/userdef.exp: Update copyright year.
20887
fb8acdcc
DJ
208882002-02-18 Daniel Jacobowitz <drow@mvista.com>
20889
20890 * gdb.c++/userdef.exp: Test overloaded operators properly.
20891 Remove xfails.
20892
fda6ae12
MS
208932002-02-14 Michael Snyder <msnyder@redhat.com>
20894
20895 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
20896
676a0442
DJ
208972002-02-14 Daniel Jacobowitz <drow@mvista.com>
20898
20899 * gdb.base/a2-run.exp: Check for a remote target properly.
20900 * gdb.base/annota1.exp: Likewise.
20901 * gdb.base/list.exp: Likewise.
20902 * gdb.base/reread.exp: Likewise.
20903 * gdb.base/scope.exp: Likewise.
20904 * gdb.base/shlib-call.exp: Likewise.
20905 * gdb.base/term.exp: Likewise.
20906 * gdb.c++/annota2.exp: Likewise.
20907
78b4f468
RE
209082002-02-13 Richard Earnshaw <rearnsha@arm.com>
20909
20910 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
20911
9a81ba51
MC
209122002-02-10 Michael Chastain <mec@shout.net>
20913
20914 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
20915 (call_after_alloca): Ditto.
20916
004af6c7
DJ
209172002-02-10 Daniel Jacobowitz <drow@mvista.com>
20918
20919 * gdb.base/ending-run.exp: Guard "cont" test with
20920 gdb_skip_stdio_test.
20921
37225f62
JB
209222002-02-06 Jim Blandy <jimb@redhat.com>
20923
20924 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
20925 from here...
20926 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
20927 To here. Disable this test on non-HP platforms. Add big comment.
20928
fe6fdd96
MS
209292002-02-04 Michael Snyder <msnyder@redhat.com>
20930
20931 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
20932 other than d10v and m32r.
20933
036fad3f
RE
209342002-02-02 Richard Earnshaw <rearnsha@arm.com>
20935
20936 * gdb.base/default.exp: Rewrite test patterns to reduce time
20937 taken to match them.
20938
7148ab62
DJ
209392002-01-30 Daniel Jacobowitz <drow@mvista.com>
20940
20941 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
20942 Allow a start function above main.
20943 * gdb.threads/linux-dp.exp: Fix copyright date.
20944
396cc255
DJ
209452002-01-30 Daniel Jacobowitz <drow@mvista.com>
20946
a9c64011
AS
20947 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
20948 (check_philosopher_stack): Check for manager thread before checking
20949 for a just-starting thread.
396cc255 20950
f038d31b
DJ
209512002-01-30 Daniel Jacobowitz <drow@mvista.com>
20952
20953 From Neil Booth <neil@daikokuya.demon.co.uk>:
20954 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
20955 warnings.
20956
b3ff9d9a
FF
209572002-01-21 Fred Fish <fnf@redhat.com>
20958
20959 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
20960 not caller.
20961
39ad761d
JB
209622002-01-21 Jim Blandy <jimb@redhat.com>
20963
20964 * gdb.base/reread.exp: Check that GDB properly re-reads the
20965 executable file when it changes while no inferior is running.
20966
aaf320fa
FF
209672002-01-21 Fred Fish <fnf@redhat.com>
20968
a9c64011
AS
20969 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
20970 optionally accept the "shlib events" variation.
aaf320fa 20971
808a31f5
JB
209722002-01-21 Jim Blandy <jimb@redhat.com>
20973
20974 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
20975 call `fflush' after every `printf', so that the output is produced
20976 at predictable points, regardless of whatever buffering does (or
20977 doesn't) take place.
20978 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
20979 at different points.
20980
4420d5e2
DJ
209812002-01-20 Daniel Jacobowitz <drow@mvista.com>
20982
20983 * gdb.c++/inherit.exp: Update copyright years.
20984 * gdb.c++/method.exp: Likewise.
20985
3e36a0f4
DJ
209862002-01-20 Daniel Jacobowitz <drow@mvista.com>
20987
20988 * gdb.c++/classes.exp: Update for improved v3 support and skipping
20989 artificial methods/arguments.
20990 * gdb.c++/derivation.exp: Likewise.
20991 * gdb.c++/inherit.exp: Likewise.
20992 * gdb.c++/method.exp: Likewise.
20993 * gdb.c++/virtfunc.exp: Likewise.
20994
b4ceaee6
AC
209952002-01-18 Andrew Cagney <ac131313@redhat.com>
20996
20997 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
20998 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
20999 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
21000 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
21001 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
21002 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
21003
ecace851
JB
210042002-01-17 Jim Blandy <jimb@redhat.com>
21005
21006 * gdb.asm/asm-source.exp (info symbol): Take another shot at
21007 anchoring the pattern matching the entry point symbol's name.
21008
375fc983
AC
210092002-01-17 Andrew Cagney <ac131313@redhat.com>
21010
21011 * gdb.base/maint.exp: Update ``maint internal-error'' to match
21012 continue/quit query. Update copyright.
21013
fe6fdd96
MS
210142002-01-14 Michael Snyder <msnyder@redhat.com>
21015
21016 * gdb.base/gcore.exp: Remove extra debugging output.
21017
e017c81f
DJ
210182002-01-13 Daniel Jacobowitz <drow@mvista.com>
21019
21020 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
21021 for slightly dubious v2 mangled string.
21022
37ab3bf8
DJ
210232002-01-13 Daniel Jacobowitz <drow@mvista.com>
21024
21025 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
21026
1bc05c3a 210272002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 21028
1bc05c3a 21029 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 21030
1bc05c3a
JM
21031 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
21032 constructors.
21033 * gdb.c++/derivation.exp: Likewise.
21034 * gdb.c++/templates.exp: Likewise.
21035 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 21036
1bc05c3a
JM
210372002-01-10 Michael Snyder <msnyder@redhat.com>
21038
21039 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 21040
a911c360
MS
210412002-01-08 Michael Snyder <msnyder@redhat.com>
21042
21043 * gdb.base/gcore.exp: New test for generate-core-file command.
21044 * gdb.base/gcore.c: Testcase for above.
21045 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
21046
ea2119ec
JM
210472002-01-08 Jason Merrill <jason@redhat.com>
21048
21049 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
21050
68203136
FF
210512002-01-07 Fred Fish <fnf@redhat.com>
21052
21053 * gdb.c++/overload.exp: Remove unconditional xfails for:
21054 print foo_instance1.overloadargs(1)
21055 print foo_instance1.overloadargs(1, 2)
21056 print foo_instance1.overloadargs(1, 2, 3)
21057 print foo_instance1.overloadargs(1, 2, 3, 4)
21058 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
21059 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
21060 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
21061 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
21062 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
21063 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
21064 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
21065 print foo_instance1.overload1arg()
21066 print foo_instance1.overload1arg((char)arg2)
21067 print foo_instance1.overload1arg((signed char)arg3)
21068 print foo_instance1.overload1arg((unsigned char)arg4)
21069 print foo_instance1.overload1arg((int)arg7)
21070 print foo_instance1.overload1arg((unsigned int)arg8)
21071 print foo_instance1.overload1arg((float)arg11)
21072 print foo_instance1.overload1arg((double)arg12)
d63a86f8 21073
21b9b5b1
MS
210742002-01-07 Michael Snyder <msnyder@redhat.com>
21075
21076 * gdb.base/huge.exp: New test. Print a very large target data object.
21077 (skip_huge_test): New test variable. Define if you want to skip this
21078 test. The test reads an 8 megabyte data object from the target, so it
21079 might be very time consuming on remote targets with a slow connection.
21080 * gdb.base/huge.c: New file. Test case for above.
21081
725f922e
FF
210822002-01-07 Fred Fish <fnf@redhat.com>
21083
21084 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
21085 g_instance.bfoo, and g_instance.cfoo.
21086
889bf7c5 210872002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 21088
889bf7c5
PA
21089 * gdb.base/break.c (multi_line_if_conditional): New function.
21090 (multi_ilne_while_conditional): Likewise.
21091 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
21092 IF or WHILE condition puts the breakpoint at the start of
21093 the condition.
f286b2c3 21094
634d57ec
JL
21095 * gdb.base/selftest.exp (backtrace through signal handler): Remove
21096 hppa*-*-hpux* expected failure.
21097 * gdb.base/structs.exp (do_function_calls): Similarly.
21098
21099 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
21100 watchpoints.
21101
9fbfe2dc
AC
211022002-01-06 Andrew Cagney <ac131313@redhat.com>
21103
21104 Fix PR gdb/66.
21105 * gdb.base/structs.exp: Replace skip for a29k with skip for
21106 gdb,cannot_call_functions.
21107 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
21108 * gdb.base/callfuncs.exp: Ditto.
21109 * gdb.base/call-rt-st.exp: Ditto.
21110 * gdb.base/call-strs.exp: Ditto.
21111 * gdb.base/callfwmall.exp: Ditto.
21112 * gdb.base/scope.exp: Obsolete xfail a29k.
21113 * gdb.c++/misc.exp: Ditto.
21114 * gdb.c++/cplusfuncs.exp: Ditto.
21115 * gdb.base/ptype.exp: Ditto.
21116 * gdb.base/printcmds.exp: Ditto.
21117 * gdb.base/opaque.exp: Ditto.
21118 * gdb.base/list.exp: Ditto.
21119 * gdb.base/funcargs.exp: Ditto.
21120 * gdb.base/default.exp: Ditto.
21121
8ddad156
MS
211222002-01-04 Michael Snyder <msnyder@redhat.com>
21123
ca4976a6 21124 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
21125 * gdb.base/maint.exp: Add tests for maint info sections options.
21126
1b074332
JL
21127Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
21128
21129 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
21130
7d159115
CV
211312001-12-20 Corinna Vinschen <vinschen@redhat.com>
21132
21133 * gdb.asm/arm.inc: New file.
21134 * gdb.asm/asm-source.exp: Add arm targets.
21135 * gdb.asm/configure.in: Ditto.
21136 * gdb.asm/configure: Recreated from configure.in.
21137
8fb87725
JL
21138Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
21139
afabe08c
JL
21140 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
21141 with HP's compiler.
21142 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
21143 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
21144 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
21145 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
21146
21147 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
21148 either HP's compilers or GCC.
21149
db521deb
JL
21150 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
21151 a SIGBUS or SIGSEGV.
21152
21153 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
21154
21155 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
21156 can be compiled with either HP's compiler or GCC.
21157
cfa88ab7
JL
21158 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
21159 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
21160 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
21161
ca344dff
JL
21162 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
21163 to match current gdb output. Update due to using auto-solib-limit
21164 for limiting instead of overloading auto-solib-add.
21165 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
21166 test program.
21167
3f3c6e55 21168 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
21169 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
21170 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
21171 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
21172 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
21173 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
21174 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
21175 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
21176 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
21177 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
21178 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
21179 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
21180 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 21181
8fb87725
JL
21182 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
21183 a SIGTRAP to the inferior.
21184
cf599fa7
CV
211852001-12-19 Corinna Vinschen <vinschen@redhat.com>
21186
21187 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
21188 Substitute call to target_link by call to gdb_compile.
21189
2cd045cd
JL
21190Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
21191
a9c64011
AS
21192 * gdb.base/break.exp: Fix HP specific search string when testing
21193 backtracing in a called function.
2cd045cd 21194
a9c64011
AS
21195 * gdb.base/constvars.exp: Only set lang to C++ if we're
21196 compiling the test with HP's compilers.
21197 * gdb.base/volatile.exp: Similarly.
2cd045cd 21198
99ebe9ac
JB
211992001-12-19 Jim Blandy <jimb@redhat.com>
21200
21201 * gdb.base/printcmds.exp: Expect the null character to be printed
21202 as '\0', and the '\013' to be printed as '\v'.
21203 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
21204 * gdb.base/setvar.exp: Same.
21205
b9891b29
JB
212062001-12-17 Jim Blandy <jimb@redhat.com>
21207
0eba65ab
JB
21208 * gdb.base/completion.exp: Rather than completing very long
21209 filenames, which can make the readline library produce output we
21210 don't recognize, cd to the directory first, and then complete
21211 using nice, short relative paths.
21212
6970b5b1
JB
21213 * gdb.base/completion.exp: On some systems, there is, in fact, a
21214 variable named `b' in scope, since GDB treats all static
a9c64011
AS
21215 variables as being in scope. So use `no_var_named_this'
21216 instead of `b'.
6970b5b1 21217
b9891b29 21218 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 21219 can't find the core file's registers as a failure.
b9891b29 21220
e6ccd35f
JSC
212212001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
21222
a9c64011
AS
21223 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
21224 test expect string more specific.
e6ccd35f 21225
105ba819
CV
212262001-12-13 Corinna Vinschen <vinschen@redhat.com>
21227
21228 * gdb.asm/asm-source.exp: Add support for xstormy16.
21229 * gdb.asm/configure.in: Ditto.
21230 * gdb.asm/configure: Rebuild.
21231 * gdb.asm/xstormy16.inc: New file.
21232
e9e79dd9
FF
212332001-12-10 Fred Fish <fnf@redhat.com>
21234
21235 * gdb.base/maint.exp: Update to match changes in type dumping code.
21236
347dc97d
JB
212372001-12-10 Jim Blandy <jimb@redhat.com>
21238
21239 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
21240 matching the entry point symbol's name at the beginning of the
21241 line.
347dc97d 21242
5178b9d6
DJ
212432001-12-07 Daniel Jacobowitz <drow@mvista.com>
21244
21245 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
21246 gdb.c++/inherit.exp, gdb.c++/method.exp,
21247 gdb.c++/namespace.exp, gdb.c++/templates.exp,
21248 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
21249 and class layout support.
21250
af890c52
DJ
212512001-12-07 Daniel Jacobowitz <drow@mvista.com>
21252
21253 * gdb.c++/classes.exp: Add test for static member function.
21254 * gdb.c++/misc.cc: Add class with static member function.
21255
7a345fb3
JB
212562001-12-07 Jim Blandy <jimb@redhat.com>
21257
f2e54a80 21258 If GDB says it can't find the struct the function returned, report
8032bf31
JB
21259 those tests as `unsupported'.
21260 * gdb.base/call-rt-st.exp (print_struct_call): New function.
21261 Rewrite subsequent tests to use it.
21262
21263 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
21264 those tests as `unsupported'.
21265 * gdb.base/structs.exp (call_struct_func): New function.
21266 (do_function_calls): Use call_struct_func to call the functions
21267 returning structs.
21268
0bc69509
JB
21269 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
21270 whether functions are prototyped or not, so we can't possibly pass
21271 arguments to t_float_values2 properly.
21272
7a345fb3
JB
21273 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
21274 value of `timeout' for targets other than the mips*tx39-*.
21275
edb6ede1
MS
212762001-12-06 Michael Snyder <msnyder@redhat.com>
21277
d63a86f8 21278 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
21279 and detect whether the start symbol has a leading underscore.
21280
2d842f13
JB
212812001-12-04 Jim Blandy <jimb@redhat.com>
21282
21283 * gdb.base/completion.exp: Clarify indentation.
21284
68550daf
JB
212852001-12-03 Jim Blandy <jimb@redhat.com>
21286
21287 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
21288 variables on the S/390, not `.word'.
21289
cd5195a8
JB
212902001-11-30 Jim Blandy <jimb@redhat.com>
21291
21292 Add assembly-source tests for s390-ibm-linux.
21293 * gdb.asm/s390.inc: New file.
21294 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
21295 the S/390 architecture.
a9c64011 21296 * gdb.asm/configure: Regenerated.
cd5195a8 21297
ca9efc90
MS
212982001-11-30 Michael Snyder <msnyder@redhat.com>
21299
21300 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
21301 next, info source, info sources, info line, global and static
21302 variables, and static functions.
21303 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
21304 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
21305 * gdb.asm/asmsrc1.s: Add a static function and some variables.
21306 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
21307 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
21308 (gdbasm_leave): Restore frame pointer.
21309 (gdbasm_startup): Copy stack set-up from crt0.S.
21310
d0e66976
FN
213112001-11-26 Fernando Nasser <fnasser@redhat.com>
21312
21313 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
21314 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
21315 to a local (non-static) variable. Copy tstruct.a to a static buffer
21316 and return a pointer to that buffer.
21317 * gdb.base/callfwmall.c (t_structs_a): Ditto.
21318
e2334072
MK
213192001-11-24 Mark Kettenis <kettenis@gnu.org>
21320
21321 * gdb.asm/configure.in: Fix recognition of ix86 target.
21322 * gdb.asm/configure: Regenerate.
21323
756caa3d
MS
213242001-11-21 Michael Snyder <msnyder@redhat.com>
21325
21326 * gdb.asm/sparc.inc: New file.
21327 * gdb.asm/asm-source.exp: Recognize sparc target.
21328 * gdb.asm/configure.in: Recognize sparc target.
21329 * gdb.asm/configure: Regenerate.
d63a86f8 21330
9a4d72d5
MS
213312001-11-21 Michael Snyder <msnyder@redhat.com>
21332
21333 * gdb.asm/m32r.inc: New file.
21334 * gdb.asm/asm-source.exp: Recognize m32r target.
21335 * gdb.asm/configure.in: Recognize m32r target.
21336 * gdb.asm/configure: Regenerate.
21337
a773d1cd
MS
213382001-11-20 Michael Snyder <msnyder@redhat.com>
21339
017ac23d
MS
21340 * gdb.asm/i386.inc: New file.
21341 * gdb.asm/asm-source.exp: Recognize ix86 target.
21342 * gdb.asm/configure.in: Recognize ix86 target.
21343 * gdb.asm/configure: Regenerate.
21344
a773d1cd
MS
21345 * gdb.c++/namespace.exp: Fix quotes in output messages.
21346
bb632afb
MS
213472001-11-14 Michael Snyder <msnyder@redhat.com>
21348
25d559ca 21349 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
21350 qualifier in a type cast expression, to designate an address
21351 in the instruction space (Harvard architecture).
21352
4749e309
MS
213532001-11-13 Michael Snyder <msnyder@redhat.com>
21354
21355 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
21356 Tests for expressions using 'const' and 'volatile'.
21357
25050984
CV
213582001-11-13 Corinna Vinschen <vinschen@redhat.com>
21359
21360 * gdb.asm/asm-sources.exp: Allow defining linker flags.
21361
1902c51f
DJ
213622001-11-12 Daniel Jacobowitz <drow@mvista.com>
21363
21364 * lib/mi-support.exp (mi_run_to_helper): Move comments
21365 outside of gdb_expect.
21366
dcf95b47
DJ
213672001-11-11 Daniel Jacobowitz <drow@mvista.com>
21368
21369 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
21370 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
21371 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
21372 mi0_run_to): New functions.
21373 * gdb.mi/mi-simplerun.exp: Use them.
21374 * gdb.mi/mi0-simplerun.exp: Likewise.
21375 * gdb.mi/mi-var-cmd.exp: Likewise.
21376 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 21377
45b074e1
AC
213782001-11-10 Andrew Cagney <ac131313@redhat.com>
21379
21380 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
21381 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
21382
bf50d346
AC
213832001-11-09 Andrew Cagney <ac131313@redhat.com>
21384
21385 * gdb.base/restore.exp: Include $expected value in restored test
21386 message.
21387
9383332c
AC
213882001-11-09 Andrew Cagney <ac131313@redhat.com>
21389
21390 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
21391 implemented.
21392
db62520a
MS
213932001-11-08 Michael Snyder <msnyder@redhat.com>
21394
21395 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
21396 Add pass/fail message for stop at breakpoint in call dummy function.
21397
b5703437
MS
213982001-11-07 Michael Snyder <msnyder@redhat.com>
21399
d63a86f8
RM
21400 * gdb.c++/templates.exp (test_template_breakpoints):
21401 If we get an overload menu, but it does not match what
760f6330 21402 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
21403 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
21404 making the whitespace optional. Argument for "new" may be
21405 "unsigned" as well as "unsigned int/long".
d63a86f8 21406 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
21407 making the whitespace optional. Also replace "(void) with
21408 "((void|)), making the keyword "void" optional.
d63a86f8 21409 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
21410 making the whitespace optional. Also replace "(void) with
21411 "((void|)), making the keyword "void" optional.
3bf40917
MS
21412 * gdb.base/callfuncs.c (t_float_values): This function must
21413 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 21414 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
21415 can be tested against both cases. Usually one case involves
21416 promotion of float to double, while the other does not.
21417 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
21418 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
21419 includes a stack frame for "start".
21420
c8ab4e6d
JB
214212001-11-05 Jim Blandy <jimb@redhat.com>
21422
21423 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
21424 pointers are 32 bits long, and that offsets of relocs are always
21425 stored in the data (REL-style), and not in the reloc entry itself
21426 (RELA-style).
21427 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
21428 stabs.
21429
3f08ced9
MS
214302001-11-01 Michael Snyder <msnyder@redhat.com>
21431
21432 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
21433 and regular expression operators by using quoting.
21434
cbfa24cd
MS
214352001-10-31 Michael Snyder <msnyder@redhat.com>
21436
21437 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
21438 depending on what the symbol table contains.
21439 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
21440 the output of the ptype command. Similarly, accept both "const &"
21441 and "const&".
21442
aaa68313
CV
214432001-10-31 Corinna Vinschen <vinschen@redhat.com>
21444
21445 * gdb.base/miscexprs.c (main): Add usage of preprocessor
21446 symbol `STORAGE' to allow to choose the storage class of
21447 the local datastructures.
21448 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
21449 compiler directive.
21450
91740388
MS
214512001-10-30 Michael Snyder <msnyder@redhat.com>
21452
21453 * gdb.base/jump.exp: Allow it to run for all targets.
21454
1b7c05e7
CV
214552001-10-29 Corinna Vinschen <vinschen@redhat.com>
21456
21457 * gdb.base/call-ar-st.c (print_double_array): Match for loop
21458 with new double_array size.
21459 (main): Change storage class of all local variables to static.
21460 Reduce size of double_array to 9.
21461 * gdb.base/call-ar-st.exp: Increase timeout value.
21462 Change expected output for double array to match new size in
21463 call-ar-st.c.
21464
36a22261
CV
214652001-10-29 Corinna Vinschen <vinschen@redhat.com>
21466
21467 * gdb.base/ending-run.exp: Create identical output when passing
21468 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 21469 Stormy16 target.
36a22261 21470
92b8ae91
MK
214712001-10-28 Mark Kettenis <kettenis@gnu.org>
21472
21473 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
21474 that we catch the expected failure under Linux/x86.
21475
cb135b83
OF
214762001-10-29 Orjan Friberg <orjanf@axis.com>
21477
21478 * gdb.base/setvar.exp: Escape curly braces.
21479 * gdb.stabs/weird.exp: Ditto.
21480
6884aa54
DJ
214812001-10-27 Daniel Jacobowitz <drow@mvista.com>
21482
21483 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
21484 * gdm.mi/mi0-hack-cli.exp: Likewise.
21485
0398c9aa
AC
214862001-10-25 Andrew Cagney <ac131313@redhat.com>
21487
21488 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
21489 messages.
21490
d20bf2e8
AC
214912001-10-21 Andrew Cagney <ac131313@redhat.com>
21492
21493 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
21494 checking MI enabled.
21495
03dd63aa
CV
214962001-10-09 Corinna Vinschen <vinschen@redhat.com>
21497
21498 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
21499
1d9d99f3
FCE
215002001-10-04 Frank Ch. Eigler <fche@redhat.com>
21501
21502 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
21503 if gdb child process crashes, just signal an error.
21504
838ae6c4
JB
215052001-10-02 Jim Blandy <jimb@redhat.com>
21506
21507 * lib/gdb.exp (test_xfail_format): Simplify.
21508
21509 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
21510 front of the variable name `format'. Simplify `if'.
21511
8f0cbc1c
DJ
215122001-10-01 Daniel Jacobowitz <drow@mvista.com>
21513
21514 * gdb.threads/pthreads.exp: Wait for output and delay
21515 before sending ^C.
21516
1f08dafd
DJ
215172001-10-01 Daniel Jacobowitz <drow@mvista.com>
21518
21519 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
21520 some incorrect output instead of timing out.
21521 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
21522
674f90ff
CV
215232001-09-28 Corinna Vinschen <vinschen@redhat.com>
21524
21525 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
21526 check to allow additional `int'.
21527
9b284272
DJ
215282001-09-27 Daniel Jacobowitz <drow@mvista.com>
21529
21530 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
21531 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
21532
b55a4771
MS
215332001-09-27 Michael Snyder <msnyder@redhat.com>
21534
21535 * lib/gdb.exp (test_debug_format): New proc.
21536 (setup_xfail_format): Use new proc test_debug_format.
21537 * gdb.base/constvars.exp (local_compiler_xfail_check): New
21538 proc; use new service proc test_debug_format.
21539 Replace all other "gcc_compiled" tests with this test.
21540 * gdb.base/volatile.exp (local_compiler_xfail_check): New
21541 proc; use new service proc test_debug_format.
21542 Replace all other "gcc_compiled" tests with this test.
21543
215442001-09-27 Michael Snyder <msnyder@redhat.com>
21545
21546 * gdb.base/cvexpr.exp: New file.
21547 * gdb.base/cvexpr.c: New file
21548 Test for expressions using const and volatile keywords.
21549
4e6667ac
CV
215502001-09-26 Corinna Vinschen <vinschen@redhat.com>
21551
21552 * gdb.base/constvars.exp: Check for different orders of keywords
21553 and additional "int" strings in output.
21554
4f337972
AC
215552001-09-22 Andrew Cagney <ac131313@redhat.com>
21556
21557 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
21558 responses from "help maint".
21559
2015650d
FCE
215602001-09-19 Frank Ch. Eigler <fche@redhat.com>
21561
21562 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
21563 to localhost:NNN instead of :NNN, in case Xvfb is listening
21564 only on TCP.
21565
f3bcedc1
CV
215662001-09-19 Corinna Vinschen <vinschen@redhat.com>
21567
21568 * gdb.base/recurse.exp: When checking leaving the watchpoint
21569 scope, recognize when gdb is in function's epilogue and pass.
21570
6b819c92
KS
215712001-09-18 Keith Seitz <keiths@redhat.com>
21572
21573 * lib/insight-support.exp (_gdbtk_export_target_info): Add
21574 support for running tests against sid targets.
21575 (gdbtk_done): Ditto.
21576
a10c9419
CV
215772001-09-18 Corinna Vinschen <vinschen@redhat.com>
21578
21579 * gdb.base/ending-run.c (main): Set stdout buffersize
21580 to the same reasonable value for any target.
21581 * gdb.base/ending-run.exp: Add a regular expression
21582 to make testsuite happy on Sanyo Stormy16 target.
21583
739d0d99
CV
215842001-09-17 Corinna Vinschen <vinschen@redhat.com>
21585
21586 * gdb.base/display.c (do_loops): Add float variable `f'.
21587 Increment f in loop.
21588 * gdb.base/display.exp: Increment timeout by 60 seconds.
21589 Change float display test to use variable `f'.
21590
1b8947f0
JB
215912001-09-17 Jim Blandy <jimb@redhat.com>
21592
21593 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
21594 overflowing the limited breakpoint tables on some ROM monitors
21595 (like the ROM68K).
21596
9890ac81
FCE
215972001-09-15 Frank Ch. Eigler <fche@redhat.com>
21598
21599 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
21600 the "-ac" (disable access control) flag.
21601
6db765ea
JH
216022001-08-30 Jeff Holcomb <jeffh@redhat.com>
21603
21604 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
21605 ints.
21606
4c32cc04
KS
216072001-08-30 Keith Seitz <keiths@redhat.com>
21608
21609 * lib/gdb.exp: Move all insight-related functionality into
21610 separate file.
21611 * lib/insight-support.exp: New file.
21612
8d6e6f81
FCE
216132001-08-29 Frank Ch. Eigler <fche@redhat.com>
21614
21615 * config/sid.exp (sid_start): Never set sid verbosity; disable
21616 expect_background {} that consumed its stdout; tolerate </dev/null.
21617 Attempt to set endianness override in "sid" protocol mode. Cleanup.
21618
6a90e1d0
AC
216192001-08-18 Andrew Cagney <ac131313@redhat.com>
21620
21621 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
21622 CLI jump command to start it.
21623 (mi_run_to_main): Fail immediatly when unexpected output.
21624
1759b3c3
AC
216252001-08-18 Andrew Cagney <ac131313@redhat.com>
21626
21627 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
21628 beginning of function. Fix PR gdb/191.
21629
61d11d80
FCE
216302001-08-16 Frank Ch. Eigler <fche@redhat.com>
21631
21632 * config/sid.exp (sid_start): Don't warn if we cannot figure out
21633 what to force sid endianness to.
21634
942a4df2
KS
216352001-08-15 Keith Seitz <keiths@redhat.com>
21636
21637 * lib/gdb.exp (gdbtk_start): Don't set environment
21638 variables for TCL_LIBRARY and friends. Insight will
21639 now figure these out for itself.
21640
0521c418
MS
216412001-08-02 Michael Snyder <msnyder@redhat.com>
21642
21643 * gdb.base/completion.exp: Remove the symbol "a64l" from
21644 the expect string; this is target-specific, and not related
21645 to what is being tested.
21646
74a9a58a
DB
216472001-08-02 Dave Brolley <brolley@redhat.com>
21648
21649 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
21650
c70819fa
MS
216512001-07-25 Michael Snyder <msnyder@redhat.com>
21652
c2b8fa57
MS
21653 * gdb.base/consecutive.exp: New file. Test stepping over
21654 breakpoints on consecutive instructions.
21655 * gdb.base/consecutive.c: New file.
21656
c70819fa
MS
21657 * gdb.base/call-rt-st.exp: Use double-backslash to quote
21658 curly braces in regular expressions.
21659
2b1a1355
MS
216602001-07-25 Michael Snyder <msnyder@redhat.com>
21661
21662 * gdb.base/ending-run.exp: Accept "Program exited normally" as
21663 legitimate output from stepping out of main.
21664
413eca6f
KS
216652001-07-22 Keith Seitz <keiths@redhat.com>
21666
21667 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
21668 the empty string, do not run the tests.
21669
7e5a9322
SC
216702001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21671
21672 * gdb.base/long_long.exp: Detect size of pointer. Take into
21673 account 2-byte pointers when testing for p/a results.
21674
de58f10f
SC
216752001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21676
d63a86f8 21677 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
21678 and defined to 1K for m68hc11.
21679 (random_data): Reduce table to 1K for embedded platforms (68hc11).
21680 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
21681 (sizeof_random_data): New variable to tell the size of the data table;
21682 don't test past this size; always run to main.
21683
d6f5fea1
SC
216842001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21685
21686 * gdb.base/return2.exp: return of long long and double fails for
21687 68HC11; don't execute these tests on that platform.
21688 * gdb.base/return.exp: Return of a double fails for 68hc11.
21689
c477543d
SC
216902001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21691
21692 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
21693 tests that print a float.
21694 * call-rt-st.exp: Likewise.
21695
63cf1c79
MK
216962001-07-12 Mark Kettenis <kettenis@gnu.org>
21697
21698 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
21699 running this test on Linux.
21700
112f9ab5
MC
217012001-06-24 Michael Chastain <chastain@redhat.com>
21702
21703 * gdb.base/arithmet.exp: Remove some tests to make all test names
21704 unique.
21705
4970cb0f
MS
217062001-07-03 Michael Snyder <msnyder@redhat.com>
21707
21708 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
21709 the output of the ptype command.
21710
d85da69f
MS
217112001-07-02 Michael Snyder <msnyder@redhat.com>
21712
4c8a82de
MS
21713 * gdb.base/completion.exp: Don't assume that break.c is the only
21714 source file that may contain functions named "marker".
d85da69f
MS
21715 * gdb.base/corefile.exp: Quote the curly braces in regexp.
21716
8afc772b
AC
217172001-06-28 Andrew Cagney <ac131313@redhat.com>
21718
21719 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
21720 of files to delete.
21721
21722 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
21723 * gdb.disasm/h8300s.exp: New file.
21724 gdb.disasm/h8300s.s: Likewise.
21725
cff22675
AC
217262001-06-27 Andrew Cagney <ac131313@redhat.com>
21727
21728 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
21729 empty breakpoint tables.
21730
68c81b54
AC
217312001-06-25 Andrew Cagney <ac131313@redhat.com>
21732
21733 * lib/mi-support.exp: Update args=... part of stop-reason
21734 patterns. Accept either a list or a tuple.
21735
2dd62704
AC
217362001-06-23 Andrew Cagney <ac131313@redhat.com>
21737
21738 * lib/mi-support.exp: Remove local emacs variable defining
21739 change-log-default-name.
21740
b4127474
MC
217412001-06-22 Michael Chastain <chastain@redhat.com>
21742
21743 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
21744 This is operationally compatible with the previous version.
21745
8dbfb380
JB
217462001-06-13 Jim Blandy <jimb@redhat.com>
21747
21748 * lib/gdb.exp (gdb_test): Doc fix.
21749
f2d8c86d
MC
217502001-06-10 Michael Chastain <chastain@redhat.com>
21751
21752 * gdb.base/exprs.exp: Remove a duplicate test.
21753
81564d34
JB
217542001-06-06 Jim Blandy <jimb@redhat.com>
21755
21756 * gdb.base/return2.exp (main): Use values to test float and double
21757 returns that are not NaN's, to avoid being confused by IEEE
21758 comparison rules.
21759
da55addb
MS
217602001-06-04 Michael Snyder <msnyder@redhat.com>
21761
21762 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 21763 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
21764 rather than wait for 12 more tests to time out.
21765
42c65987
JB
217662001-06-06 Jim Blandy <jimb@redhat.com>
21767
b18bced9 21768 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 21769 Don't forget to match the GDB prompt.
b18bced9 21770
42c65987
JB
21771 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
21772
5b41e5f0
JB
217732001-06-04 Jim Blandy <jimb@redhat.com>
21774
21775 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
21776 command.
21777
015e046f
KB
217782001-05-31 Kevin Buettner <kevinb@redhat.com>
21779
21780 * gdb.base/annota1.exp (info break): Match four or more spaces
21781 after "Address".
21782
fb1ffbbe
MC
217832001-05-31 Michael Chastain <chastain@redhat.com>
21784
21785 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
21786 (dm_type_int_star): Likewise.
21787 (dm_type_long_star): Likewise.
21788 (dm_type_void_star): Likewise.
21789
5ea2a32c
KB
217902001-05-29 Kevin Buettner <kevinb@redhat.com>
21791
21792 * gdb.base/completion.exp (INPUTRC): Set this environment variable
21793 to a known value in order to get consistent results regardless
21794 of the setting of INPUTRC or the presence or contents of .inputrc.
21795
ae23c492
MS
217962001-05-24 Michael Snyder <msnyder@redhat.com>
21797
ac55707e
MS
21798 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
21799 Don't require that the main thread and the manager thread are the
21800 first in the list.
21801
ae23c492
MS
21802 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
21803 debugging. If test fails, issue an "unsupported" not a "fail".
21804
400071f1
JB
218052001-05-24 Jim Blandy <jimb@redhat.com>
21806
21807 Don't assume that short is shorter than int.
21808 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
21809 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 21810 this isn't true.
400071f1
JB
21811 ("print unsigned char == (~0)"): Add test that verifies that ~0,
21812 an int, is not equal to ~0 stored in an unsigned char. This tests
21813 the same thing that the previous test meant to, but works on
21814 16-bit machines, too.
21815 ("print unsigned char != (~0)"): Same test, complemented.
21816
0816a3e5
MS
218172001-05-24 Michael Snyder <msnyder@redhat.com>
21818
21819 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 21820 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
21821 and prevents dejagnu getting out of step.
21822
f6dc23a9
KB
218232001-05-23 Kevin Buettner <kevinb@redhat.com>
21824
21825 * gdb.base/finish.exp (finish_void): Revise pattern for
21826 stopping on the call statement to not permit stopping at
21827 the start of the instructions comprising the call sequence.
21828
7dbd117d
MC
218292001-05-19 Michael Chastain <chastain@redhat.com>
21830
21831 * gdb.base/callfuncs.exp: Make all test names unique.
21832 * gdb.base/commands.exp: Make all test names unique.
21833 * gdb.base/condbreak.exp: Make all test names unique.
21834 * gdb.base/dbx.exp: Make all test names unique.
21835 * gdb.base/default.exp: Make all test names unique.
21836 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
21837 and TIMEOUT messages to their corresponding PASS message.
21838 * gdb.base/ending-run.exp: Make all test names unique.
21839 * gdb.base/long_long.exp: Remove duplicate test.
21840
6b0b0a9e
KB
218412001-05-21 Kevin Buettner <kevinb@redhat.com>
21842
21843 * gdb.base/finish.exp (finish_void): Allow "finish" command to
21844 stop on the call statement as well as the statement after the
21845 call.
21846
2caa35cb
MS
218472001-05-21 Michael Snyder <msnyder@redhat.com>
21848
21849 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
21850
40713331
EZ
218512001-05-10 Elena Zannoni <ezannoni@redhat.com>
21852
a9c64011
AS
21853 * gdb.base/completion.exp: Revamp test. Make it execute on all
21854 platforms.
40713331 21855
c2c1be8d
EZ
218562001-05-10 Elena Zannoni <ezannoni@redhat.com>
21857
a9c64011
AS
21858 * config/gdbserver.exp (gdb_load): Handle the case
21859 in which the arguments to gdbserver are given in the
21860 baseboard configuration file.
21861 Also handle the case in which the server needs to do a
21862 load.
2c9cd303 21863
9671de48
KS
218642001-05-07 Keith Seitz <keiths@cygnus.com>
21865
a9c64011
AS
21866 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
21867 set up the display for testing.
21868 (gdbtk_start): Convert all paths to paths that tcl will like.
21869 Export target information to environment.
21870 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
21871 necessary.
21872 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
21873 (to_tcl_path): New proc to convert a given pathname into
21874 a path acceptible as an argument to a tcl command.
21875 (_gdbtk_export_target_info): New proc to export target info
21876 into the environment for gdbtk testing.
21877 (gdbtk_done): New proc to signal end-of-test.
9671de48 21878
5a360f47
JB
218792001-05-06 Jim Blandy <jimb@redhat.com>
21880
21881 * restore.c: Make the code of caller0 correspond to its comment.
21882
66c756c6
MS
218832001-05-03 Michael Snyder <msnyder@redhat.com>
21884
21885 * config/sid.exp (gdb_target_sid): Check for error messages.
21886 On error or timeout, don't make expect exit (which will terminate
21887 all subsequent tests); instead just make gdb exit.
d63a86f8 21888 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
21889 return a negative value.
21890
a966fde5
JB
218912001-04-24 Jim Blandy <jimb@redhat.com>
21892
851c18e0
JB
21893 * gdb.c++/templates.exp: If we see the prompt for the overload
21894 list, but we haven't recognized any of the longer patterns,
21895 arrange for this test to fail, not hang.
21896
a966fde5
JB
21897 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
21898 variations.
21899
db144853
MC
219002001-04-22 Michael Chastain <chastain@redhat.com>
21901
21902 * gdb.c++/local.exp: Use the 'runto' library function.
21903 * gdb.c++/namespace.exp: Likewise.
21904 * gdb.c++/overload.exp: Likewise.
21905
3207ec21
KB
219062001-03-26 Kevin Buettner <kevinb@redhat.com>
21907
21908 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
21909 * gdb.base/step-line.exp: New file. Test step/next in presence of
21910 #line directives.
21911 * gdb.base/step-line.c: New file. Test program for the above.
21912 * gdb.base/step-line.inp: New file. We pretend that this file has
21913 been transformed by some other tool into step-line.c.
21914
13b57657
JB
219152001-03-21 Jim Blandy <jimb@redhat.com>
21916
21917 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
21918 unmangled operator names.
21919
754cbe1c
JB
219202001-03-20 Jim Blandy <jimb@redhat.com>
21921
21922 * gdb.threads/linux-dp.exp: Recognize an additional message
21923 generated by GDB when it doesn't understand how to debug threads
21924 on the target system.
21925
177495c9
AC
219262001-03-19 Andrew Cagney <ac131313@redhat.com>
21927
21928 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
21929
f266096b
MC
219302001-03-12 Michael Chastain <chastain@redhat.com>
21931
21932 * gdb.c++/derivation.exp: Use the 'runto' library function.
21933
cac3c2ff
MC
219342001-03-12 Michael Chastain <chastain@redhat.com>
21935
21936 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
21937
b6c11a24
MC
219382001-02-24 Michael Chastain <chastain@redhat.com>
21939
21940 * gdb.c++/ref-types.exp: Change handwritten code to library
21941 function 'runto'.
21942
6bae5bce
OF
219432001-03-16 Orjan Friberg <orjanf@axis.com>
21944
21945 * gdb.base/signals.exp: Set count to 0 explicitly.
21946
0015fd9a
MS
219472001-03-15 Mark Salter <msalter@redhat.com>
21948
21949 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
21950 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
21951 (gdb_load): Add support for additional target_info: gdb_download_size
21952 and gdb_load_timeout.
0015fd9a 21953
fc33412a
DT
21954Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
21955
21956 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
21957 file -- to prevent failing when the compile fails but we have no
21958 intention of running the tests anyway.
fc33412a
DT
21959
21960 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
21961 tests if set.
21962
21963 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 21964 integers.
fc33412a
DT
21965
21966 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
21967 * gdb.c++/namespace.exp: Ditto.
21968
115f06de
OF
219692001-03-07 Orjan Friberg <orjanf@axis.com>
21970
21971 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
21972 * gdb.base/pointers.exp: Relax pattern match of decimals.
21973
b6ba6518
KB
219742001-03-06 Kevin Buettner <kevinb@redhat.com>
21975
21976 * Makefile.in, config/abug.exp, config/cfdbug.exp,
21977 config/cpu32bug.exp, config/dve.exp, config/est.exp,
21978 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
21979 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
21980 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
21981 config/sh.exp, config/sid.exp, config/slite.exp,
21982 config/sparclet.exp, config/udi.exp, config/unknown.exp,
21983 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
21984 config/vxworks.exp, config/vxworks29k.exp,
21985 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
21986 gdb.base/all-bin.exp, gdb.base/annota1.exp,
21987 gdb.base/arithmet.exp, gdb.base/assign.exp,
21988 gdb.base/async.exp, gdb.base/attach.exp,
21989 gdb.base/bitfields.exp, gdb.base/bitops.exp,
21990 gdb.base/break.exp, gdb.base/call-ar-st.exp,
21991 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
21992 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
21993 gdb.base/commands.exp, gdb.base/completion.exp,
21994 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
21995 gdb.base/constvars.exp, gdb.base/corefile.exp,
21996 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
21997 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
21998 gdb.base/ending-run.exp, gdb.base/environ.exp,
21999 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
22000 gdb.base/finish.exp, gdb.base/foll-exec.exp,
22001 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
22002 gdb.base/funcargs.exp, gdb.base/help.exp,
22003 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
22004 gdb.base/logical.exp, gdb.base/long_long.exp,
22005 gdb.base/maint.exp, gdb.base/mips_pro.exp,
22006 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
22007 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
22008 gdb.base/pointers.exp, gdb.base/printcmds.exp,
22009 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
22010 gdb.base/regs.exp, gdb.base/relational.exp,
22011 gdb.base/remote.exp, gdb.base/reread.exp,
22012 gdb.base/restore.exp, gdb.base/return2.exp,
22013 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
22014 gdb.base/selftest.exp, gdb.base/setshow.exp,
22015 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
22016 gdb.base/sigall.exp, gdb.base/signals.exp,
22017 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
22018 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
22019 gdb.base/step-test.exp, gdb.base/structs.c,
22020 gdb.base/structs.exp, gdb.base/structs2.exp,
22021 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
22022 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
22023 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
22024 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
22025 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
22026 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
22027 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
22028 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
22029 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
22030 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
22031 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
22032 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
22033 gdb.fortran/types.exp, gdb.java/jmisc.exp,
22034 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
22035 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
22036 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
22037 gdb.trace/circ.exp, gdb.trace/collection.exp,
22038 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
22039 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
22040 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
22041 gdb.trace/report.exp, gdb.trace/save-trace.exp,
22042 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
22043 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
22044 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
22045 notices.
22046
dc96c6c7 220472001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
22048
22049 * gdb.base/varargs.c (find_max_double): Fix printf format string:
22050 first arg is int not float.
22051
dc96c6c7 220522001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
22053
22054 * gdb.base/reread.exp: Unsupported for non-native targets;
22055 doesn't work for remote debugging.
22056
9b0c4aeb
FN
220572001-02-19 Fernando Nasser <fnasser@redhat.com>
22058
22059 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
22060 * gdb.base/ending-run.exp: Properly handle the BSP state when
22061 stepping past the end of main.
9b0c4aeb 22062
02aa71d5
MC
220632001-02-19 John Moore <jmoore@redhat.com>
22064
22065 * gdb.base/commands.exp (infrun_breakpoint_command_test):
22066 Converted HPUX fix for non-expected items following multiple
22067 step commands into general solution for all platforms.
22068
1fa449a4
MC
220692001-02-18 Michael Chastain <chastain@redhat.com>
22070
22071 * gdb.c++/classes.exp (do_tests): Change runto statements
22072 from "runto 'foo(void)'" to "runto 'foo'". This makes the
22073 statements demangler agnostic.
22074 * gdb.c++/virtfunc.exp (do_tests): Likewise.
22075 (gdb_virtfunc_restart): Likewise.
22076
b2f9ec70
MC
220772001-02-14 Michael Chastain <chastain@redhat.com>
22078
22079 * gdb.c++/inherit.exp (do_tests): Change runto statements
22080 from "runto 'foo(void)'" to "runto 'foo'". This makes the
22081 statements demangler agnostic.
22082
cf74b8ca
AC
22083Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
22084
22085 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
22086 ``continue to bkpt at common_routine in thread 2'' and ``stopped
22087 before calling common_routine 15 times'' tests.
cf74b8ca 22088
99f78f56
MC
220892001-02-11 Michael Chastain <chastain@redhat.com>
22090
22091 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
22092 Helps the test script figure out which demangler is in use.
22093 (dm_type_foo_ref): Ditto.
22094 (dm_type_int_star): Ditto.
22095 (dm_type_long_star): Ditto.
22096 (dm_type_unsigned_int): Ditto.
22097 (dm_type_void): Ditto.
22098 (dm_type_void_star): Ditto.
99707966 22099 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
22100 Probe the gdb demangler and set variables to accommodate
22101 formatting differences.
22102 (info_func_regexp): New function. Same as info_func, but
22103 matches against a regexp.
22104 (info_func): Match against a literal string.
22105 (print_addr_2): New function. Match against a literal string,
22106 which can be different from the input to gdb.
22107 (print_addr): Simply call print_addr_2 with the same argument twice.
22108 (test_lookup_operator_functions): Use demangler formatting variables.
22109 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
22110 the tests in the same order as the C++ class declaration.
22111 (test_paddr_operator_functions): Ditto.
22112 (test_paddr_overloaded_functions): Ditto.
22113 (test_paddr_hairy_functions): Use demangler formatting variables.
22114 Add reference to gdb/19 for related tests.
22115 (do_tests): Call probe_demangler.
22116
1de8f023
KB
221172001-01-30 Kevin Buettner <kevinb@redhat.com>
22118
22119 * gdb.c++/templates.cc (printf): Remove unused function definition.
22120
ca3f91ed
MS
221212001-01-26 Felix Lee <flee@redhat.com>
22122
22123 * sid.exp (sid_exit): Pass host, not target, to remote_close.
22124
221252001-01-25 matthew green <mrg@redhat.com>
22126
22127 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
22128 up sid.
22129 (sid_exit): Call `remote_pop_conn' after GDB is gone.
22130
221312001-01-25 matthew green <mrg@redhat.com>
22132
22133 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 22134 Deprecate $sid_spawn_id.
ca3f91ed
MS
22135 (sid_exit): Remove code necessary only for `spawn.'
22136
221372001-01-25 matthew green <mrg@redhat.com>
22138
22139 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
22140
fb18ec4a
MC
221412001-01-28 Michael Chastain <chastain@redhat.com>
22142
22143 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
22144 to call when tests fail. It takes gdb out of the overloaded
22145 function choice menu back to the main prompt, so that the test
22146 program stays synchronized.
22147 (set_bp_overloaded): New proc to collect all the common
22148 code for setting a breakpoint on an overloaded name. Calls
22149 take_gdb_out_of_choice_menu when needed.
22150 (menu_overload1arg): New variable to collect the repeated
22151 instances of the expected menu for an overloaded name. Change
22152 the regular expression to handle changes in g++ type encoding:
22153 "void" can be either "void" or "", and "unsigned int" can be
22154 either "unsigned int" or "unsigned".
22155 (continue_to_bp_overloaded): Change regular expressions to handle
22156 changes in g++ type encoding.
22157 (no proc): Call take_gdb_out_of_choice_menu when needed.
22158 Remove redundant calls to "info break". Accept either "canceled"
22159 or "cancelled". Change regular expressions in "info break"
22160 calls to handle changes in g++ type encoding. Give all tests
22161 unique strings.
22162
9c646a6e
BE
221632001-01-17 Ben Elliston <bje@redhat.com>
22164
22165 * config/sid.exp: New file.
22166
9549d9c1
AC
22167Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
22168
22169 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
22170
dc96c6c7 221712000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
22172
22173 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
22174 Add a RE to accept a non-ascii char if one is ever presented.
22175
b4df4f68
FN
221762000-12-20 Fernando Nasser <fnasser@redhat.com>
22177
297dd0fd 22178 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 22179
dc96c6c7 221802000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 22181
d63a86f8 22182 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
22183 in regexp. One '\' does not suffice on Linux.
22184
4a7bddb6
MC
221852000-12-09 Michael Chastain <chastain@redhat.com>
22186
22187 * gdb.base/break.exp (test_clear_command): Use a marker function
22188 rather than 'main' for the test function. Also move this
22189 test to an execution point where the marker function names are
22190 guaranteed to be bound to functions. (Executing tests after a
22191 'finish' from main runs into name conflicts with local names
22192 in __libc_start_main).
22193
dc96c6c7 221942000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
22195
22196 * gdb.base/finish.exp: New test for gdb's "finish" command.
22197 * gdb.base/return2.exp: New test for gdb's "return" command.
22198 * gdb.base/return2.c: New source file for above.
22199
dc96c6c7 222002000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
22201
22202 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
22203 * gdb.base/miscexprs.exp: Ditto.
22204 * gdb.base/pointers.exp: Ditto.
22205 * gdb.c++/derivation.exp: Ditto.
22206 * gdb.c++/local.exp: Ditto.
22207 * gdb.c++/namespace.exp: Ditto.
22208 * gdb.c++/overload.exp: Ditto.
22209 * gdb.c++/ref-types.exp: Ditto.
22210
dc96c6c7 222112000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
22212
22213 * gdb.base/constvars.exp: Test result of "up" command.
22214 * gdb.base/miscexprs.exp: Ditto.
22215 * gdb.base/pointers.exp: Ditto.
22216 * gdb.base/scope.exp: Ditto.
22217 * gdb.c++/derivation.exp: Ditto.
22218 * gdb.c++/local.exp: Ditto.
22219 * gdb.c++/namespace.exp: Ditto.
22220 * gdb.c++/overload.exp: Ditto.
22221 * gdb.c++/ref-types.exp: Ditto.
22222
44097287
FN
222232000-11-22 Michael Chastain <chastain@redhat.com>
22224
22225 * mips_pro.exp: Accept either "middle -> top -> main" or
22226 "middle -> main" in the backtrace, because gcc can optimize
22227 tail calls to jumps. Remove setup_xfail for the hppa case.
22228 Add a comment with the original warning messages from PR 3016,
22229 which was filed in 1993, to preserve them for posterity.
22230
9d2e1bab
ND
222312000-11-17 Nick Duffek <nsd@redhat.com>
22232
22233 * lib/gdb.exp (gdb_test): Override timeout with board info.
22234
1aca8eb7
ND
222352000-11-17 Nick Duffek <nsd@redhat.com>
22236
22237 * gdb.base/display.exp: Don't kill running stub. Add "again" to
22238 the second kill and detach messages.
22239
93076499
ND
222402000-11-17 Nick Duffek <nsd@redhat.com>
22241
22242 * configure.in: Add AC_EXEEXT.
22243 * configure: Regenerate.
22244 * Makefile.in (just-check): Export EXEEXT.
22245 * lib/gdb.exp ($EXEEXT): Import from environment.
22246 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
22247 expect "maint dump-me" on Cygwin.
22248 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
22249 $EXEEXT.
22250
30e87cd3
ND
222512000-11-17 Nick Duffek <nsd@redhat.com>
22252
22253 * gdb.base/break.exp: Test backtrace and finish from called
22254 function on all platforms, not just HP-UX.
22255
dc96c6c7 222562000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
22257
22258 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
22259 code from gdb_target_monitor, so it can be used independantly
22260 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 22261
dc96c6c7 222622000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
22263
22264 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
22265 * gdb.base/corefile.exp: Expect the message "Program is being
22266 debugged already" when we send the "corefile" command, since
22267 the preceeding gdb_load may have connected gdb to a remote target.
22268 * gdb.base/display.exp: Disable hardware watchpoints if new
22269 board info variable "no_hardware_watchpoints" is true.
22270 Replace single-letter commands with more readable ones.
22271 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
22272 if new board info variable "no_hardware_watchpoints" is true.
22273 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
22274 to see if stdio (printf) testing is possible.
22275 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
22276 board info variable "no_hardware_watchpoints" is true. Use new
22277 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
22278
39124dea
FN
222792000-11-13 Fernando Nasser <fnasser@redhat.com>
22280
22281 From Orjan Friberg <orjanf@axis.com>:
22282 * gdb.base/printcmds.exp: Escape curly braces followed by a number
22283 in array print pattern match.
22284
a9e2e984
FN
222852000-11-09 Fernando Nasser <fnasser@redhat.com>
22286
22287 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
22288 spelling "cancelled" to U.S. spelling "canceled" to match changes
22289 made to gdb.
22290 * gdb.c++/ovldbreak.exp: Ditto.
22291
c7db355b
PS
222922000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22293
22294 * gdb.base/callfuncs.c (main): Moved to end of file, call
22295 t_double_values to initialize the FPU before inferior calls are made.
22296 * gdb.base/callfuncs.exp: Test for register preservation after calling
22297 inferior functions. Add tests for continuining, finishing and
22298 returning from a stop in a call dummy.
22299
dc96c6c7 223002000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
22301
22302 * gdb.base/commands.exp: Break up long lines, and re-indent.
22303
dc96c6c7 223042000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
22305
22306 * config/gdbserver.exp: Rewritten from the ground up, to make it
22307 compatible with the current dejagnu tree, and to make it work with
22308 the new "gdbserver" in libremote.
22309
dc96c6c7 223102000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
22311
22312 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
22313 * gdb.base/varargs.exp: Skip entire test if no printf support.
22314 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
22315 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
22316
dc96c6c7 223172000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
22318
22319 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
22320 no floating point support.
22321 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
22322 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
22323 * gdb.base/call-rt-st.exp: Ditto.
22324 * gdb.base/call-strs.exp: Ditto.
22325
bac5fc66
JG
223262000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
22327
22328 * gdb.base/sizeof.c: include <stdio.h>.
22329
22330 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
22331 'finish', otherwise uncaptured gdb_prompt would potentially
22332 throw remaining test points out of sync.
bac5fc66 22333
b22a6027
SB
223342000-07-26 Scott Bambrough <scottb@netwinder.org>
22335
22336 * gdb.base/recurse.exp: Run tests for all targets.
22337 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
22338 gnu-oldld case on ARM.
22339 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
22340 for ARM targets.
d63a86f8 22341
d8231941
AG
22342Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
22343
22344 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
22345 * gdb.java/configure: Rebuild.
22346
8caabe69
AG
22347Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
22348
22349 * gdb.java/jv-exp.exp: New file.
22350
9d273ca3
AG
22351Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
22352
22353 * configure: Rebuilt.
22354 * configure.in (configdirs): Add gdb.java.
22355 * gdb.java/jmisc.java: New file.
22356 * gdb.java/jmisc.exp: New file.
22357 * gdb.java/Makefile.in: New file.
22358 * gdb.java/configure: Rebuilt.
22359 * gdb.java/configure.in: New file.
22360 * lib/java.exp: New file.
22361
4f823a66
AC
22362Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
22363
22364 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 22365 underflow.
4f823a66 22366
2391e11d
AC
22367Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
22368
22369 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 22370 and the compilers sizes.
2391e11d 22371
54602222
ND
223722000-07-09 Nick Duffek <nsd@redhat.com>
22373
22374 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
22375 (use_methods): New function.
22376 (main): Call use_methods().
22377 * gdb.c++/classes.exp (test_method_param_class): New procedure.
22378 (do_tests): Call test_method_param_class.
22379
2bec0572
ND
223802000-07-09 Nick Duffek <nsd@redhat.com>
22381
22382 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
22383 spelling.
22384 (test_enums): New procedure. Move enum tests from end of script
22385 to here. Set breakpoint on function name instead of line number.
22386 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
22387 (enums2): New marker function.
22388 (enums1): New function.
22389 (main): Call enums1(). Move enum tests to enums1().
22390
78492fde
AC
22391Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
22392
22393 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 22394 compile/link program. Update line numbers.
78492fde
AC
22395 * gdb.asm/d10v.inc: Define ``startup''.
22396 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 22397
49a2cef8
AC
22398Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
22399
22400 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
22401
3e6c8688
EZ
224022000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22403
22404 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 22405 of 'help maint print' command.
3e6c8688 22406
9ff5cbe9
AC
22407Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
22408
22409 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 22410 they use gdb_expect_list.
9ff5cbe9 22411
17c579bd
AC
22412Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
22413
22414 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
22415 memory-read-packet-size'' instead of ``set endian big'' to test
22416 long commands.
17c579bd 22417
e6d71bf3
DB
224182000-06-03 Daniel Berlin <dan@cgsoftware.com>
22419
22420 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 22421 g++, and stop skipping them.
e6d71bf3
DB
22422
22423 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
22424 work under g++.
22425
d63a86f8 22426 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
22427 initialization.
22428
dc96c6c7 224292000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
22430
22431 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
22432 the regular expression: accept an (almost) arbitrary sequence of
22433 "frames-invalid" and "breakpoints-invalid" messages both before
22434 and after the "starting" message.
22435
dc96c6c7 224362000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
22437
22438 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 22439
dc96c6c7 224402000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
22441
22442 * gdb.base/annota1.exp (annotate-signal-handler-caller):
22443 Relax the regular expression a little, make it pass on Solaris 8.
22444
8216cda9
KB
224452000-05-12 Kevin Buettner <kevinb@redhat.com>
22446
22447 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 22448 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
22449 Instead, it is permissible for gdb to stop on the line of the
22450 call itself.
22451
1a570b2f
MS
224522000-05-12 Michael Snyder <msnyder@.cygnus.com>
22453
22454 * gdb.base/break.exp (bp on small function, optimized file):
22455 Add a second pass pattern. The behavior differs here between stabs
22456 and dwarf for one-line functions. Stabs preserves two line symbols
22457 (one before the prologue and one after) with the same line number,
22458 but dwarf regards these as duplicates and discards one of them.
22459 Therefore the address after the prologue (where the breakpoint is)
22460 has no exactly matching line symbol, and GDB reports the breakpoint
22461 as if it were in the middle of a line rather than at the beginning.
22462
dc96c6c7 224632000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 22464
d63a86f8 22465 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
22466 rather than "send_gdb" (for consistancy).
22467
7d418785
AC
22468Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
22469
22470 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
22471 * gdb.c++/templates.cc: Properly check for GCC version number.
22472 * lib/compiler.cc: Likewise
22473
dc96c6c7 224742000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 22475
d63a86f8 22476 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
22477 gdb may not stop at the first line of main, due to code motion.
22478
dc96c6c7 224792000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
22480
22481 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
22482 This test depends on parsing the printf output from the target.
22483 Since the sparclet stub doesn't do stdio, this will never work.
22484 * gdb.base/call-rt-st.exp: ditto.
22485 * gdb.base/call-strs: ditto.
22486
dc96c6c7 224872000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
22488
22489 * gdb.base/miscexprs.exp: make sizeof long array test portable.
22490
22491 * gdb.base/ending-run.exp: After connecting to a remote target,
22492 but before running, the target will appear to be in a random
22493 location. Specify both a file and a line for breakpoints.
22494 Also, the function that calls main may be called 'init'
22495 rather than 'start'.
22496
a5a51225
EZ
224972000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22498
22499 * gdb.base/help.exp: Update output for add-symbol-file command.
22500
7930cc7c
FN
225012000-04-10 Fernando Nasser <fnasser@cygnus.com>
22502
22503 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22504 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
22505
23e37ab1
C
225062000-04-07 J.T. Conklin <jtc@redback.com>
22507
e93c542c
C
22508 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
22509
23e37ab1
C
22510 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
22511
591b8fa3
PDM
22512Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
22513
22514 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 22515 values that can be represented exactly.
591b8fa3
PDM
22516 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
22517 above change, and to not check against the directory part of the source
22518 file name.
22519 (step into print_long_arg_list): Likewise.
22520 (print print_small_structs from print_long_arg_list): Likewise.
22521 (print print_long_arg_list): Likewise.
22522
7a495180
EZ
225232000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22524
30b53638 22525 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 22526
beb998c6
AC
22527Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
22528
22529 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
22530
1c689132
DB
225312000-03-25 Daniel Berlin <dan@cgsoftware.com>
22532
22533 * gdb.base/commands.exp (deprecated_command_test): Add test for
22534 deprecate with no arguments.
22535
c1790a9d
JL
225362000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
22537
22538 * gdb.base/break.exp: Add new test for setting breakpoints on
22539 optimized code so we can test breakpoints work even when function
22540 prologues may be optimized away
22541
003ba290
FN
225422000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
22543
22544 From David Whedon <dwhedon@gordian.com>
a9c64011 22545 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 22546
6837a0a2
DB
225472000-03-22 Daniel Berlin <dan@cgsoftware.com>
22548
22549 * gdb.base/help.exp: Added test for new apropos command.
22550
b9593231
KB
225512000-03-21 Kevin Buettner <kevinb@redhat.com>
22552
22553 * gdb.base/pointers.c (usevar): New function.
22554 (main): Make sure that global variables v_int_pointer2, rptr,
22555 and y are all referenced someplace in the program by calling
22556 usevar() on them. [Some linkers delete symbols which are
22557 never referenced. The space remains, but there's no way to
22558 get a (symbolic) handle on the variable from the debugger.]
22559
751a959b
EZ
225602000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22561
22562 * gdb.base/printcmds.c: Add typedeffed arrays.
22563
22564 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 22565 procedure to test arrays that are typedef'd.
751a959b 22566
73a93a32
JI
225672000-03-13 James Ingham <jingham@leda.cygnus.com>
22568
22569 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 22570 the library directories.
73a93a32 22571
fb40c209
AC
22572Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
22573
22574 * configure.in (configdirs): Add sub directory gdb.mi.
22575 * configure: Re-generate.
22576
22577 * gdb.mi: New directory.
d63a86f8 22578
ee4dd2c9
AC
225792000-02-25 Scott Bambrough <scottb@netwinder.org>
22580
22581 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 22582 a long long value as a double on ARM platforms.
ee4dd2c9 22583
70f0cc22
JB
225842000-02-16 Jim Blandy <jimb@redhat.com>
22585
22586 * gdb.base/break.exp ("breakpoint line number"): Make sure the
22587 default source file is set properly before running this test.
22588
853819b8
EZ
225892000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22590
22591 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 22592 gdbtk/library directory, not in gdbtcl2.
853819b8 22593
dfcd3bfb
JM
225942000-02-04 Jim Blandy <jimb@redhat.com>
22595
22596 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
22597 backslash from regexp pattern.
22598
22599 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
22600 procedure. Use it to run all the "continue to bp overloaded"
22601 tests. Note that this changes the names of the tests slightly.
22602 If the breakpoint hit message includes a hex PC value, because
22603 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
22604 from the real source code, still consider that a pass.
22605
22606 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
22607 XFAIL here if the breakpoint message contains a hex address. Note
22608 similar change on 1999-11-02.
22609
22610 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
22611
22612 * gdb.base/ptype.exp: Establish a default source file before
22613 calling get_debug_format.
22614
226152000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
22616
22617 * gdb.base/watchpoint.exp: Remove duplication of test messages.
22618
8b93c638
JM
226192000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22620
22621 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
22622 of successive stepi commands -- while in the prologue we should see
22623 the function entry bracket.
22624
226252000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22626
22627 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
22628 reach __change_mode() when stepping through the end of main().
22629
c5394b80
JM
226302000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
22631
22632 * gdb.base/default.exp: Fix expected pattern.
22633 * gdb.base/help.exp: Same.
22634
0d06e24b
JM
226352000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22636
22637 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 22638 Don't use xfail's because that affects only the following test.
d63a86f8 22639
0d06e24b 22640 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 22641 solaris or linux.
0d06e24b
JM
22642
22643 * gdb.base/selftest.exp: Update to reflect changes to main.c.
22644
dc96c6c7 226452000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 22646
d63a86f8 22647 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
22648 "A syntax error" rather than "A parse error". Accept both.
22649
226502000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
22651
22652 * gdb.base/default.exp: Remove OS dependent string from "target
22653 remote" test.
22654 * gdb.base/help.exp: Same for "help target remote" test.
22655
c3f6f71d
JM
226562000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22657
22658 From Jim Kingdon <kingdon@redhat.com>:
22659
22660 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
22661 prompt (cleanup rather than necessity, but still might keep output
22662 from spilling to next test).
c3f6f71d
JM
22663
226642000-01-02 Fred Fish <fnf@cygnus.com>
22665
22666 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
22667 AIX, which defines them in <sys/types.h>.
22668
ed9a39eb 226691999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 22670
ed9a39eb 22671 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 22672 float" test.
ed9a39eb
JM
22673
226741999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 22675
ed9a39eb 22676 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
22677
22678 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
22679 outermost frame disallowed".
22680
226811999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
22682
22683 * gdb.base/setvar.exp: New tests for setting the value of a struct
22684 with a constant list.
22685
226861999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
22687
22688 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
22689 require the user to type a cast before setting the value of a struct.
22690
de57eccd
JM
226911999-12-06 Jim Blandy <jimb@cygnus.com>
22692
22693 * gdb.base/default.exp: Expect the new 'info float' command on
22694 all i386 platforms.
22695
22696 * gdb.threads/linux-dp.exp: Expand our ability to recognize
22697 LinuxThreads libraries that don't support debugging.
22698
c2d11a7d
JM
22699Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22700
22701 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
22702 Change the buffer type to ``unsigned char'' to simplify size
22703 arithmetic.
c2d11a7d
JM
22704
22705 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
22706 stub only handles 400-1 byte packets. Verify that the download
22707 worked.
c2d11a7d
JM
22708
227091999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
22710
22711 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
22712 tests, using UNRESOLVED for the untested cases. Also, does not wait
22713 for a timeout if the prompt was received before a recognizable pattern.
22714
227151999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
22716
22717 * lib/gdb.exp (gdb_expect_list): Fix spelling.
22718
227191999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22720
22721 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 22722 watchpoints.
c2d11a7d
JM
22723
227241999-11-24 Jason Merrill <jason@casey.cygnus.com>
22725
22726 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
22727
22728 * gdb.c++/local.exp: Be more flexible in recognizing local class
22729 name mangling. Don't allow horribly truncated method names.
22730 * gdb.c++/derivation.exp: Expect protected inheritance.
22731 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
22732 * gdb.c++/virtfunc.exp: Likewise.
22733 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
22734 when printing a nested enum.
22735
227361999-11-22 Jim Blandy <jimb@cygnus.com>
22737
22738 * gdb.base/step-test.exp: Properly await GDB's response to setting
22739 a breakpoint on the call to large_struct_by_value.
22740
22741 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
22742 just because we have debug info for the `start' function.
22743
227441999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
22745
22746 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
22747 "Unknown signal" messages, which indicate (on LinuxThreads) that
22748 GDB doesn't know how to debug threads on this system. This is
22749 better than hanging while philosopher 0 dumps chatter into gdb.log.
22750
227511999-11-18 Tom Tromey <tromey@cygnus.com>
22752
22753 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
22754
227551999-11-18 Fred Fish <fnf@cygnus.com>
22756
22757 * gdb.base/coremaker2.c: Add sample program for generating
22758 cores that is more self contained than coremaker.c. Eventually
22759 I'll add more code to this and tie it into the testsuite.
22760
4ce44c66
JM
227611999-11-12 Stan Shebs <shebs@andros.cygnus.com>
22762
22763 * gdb.base/dollar.exp: Remove, now in gdb.hp.
22764
227651999-11-10 Jimmy Guo <guo@cup.hp.com>
22766
22767 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 22768 from $srcdir/lib/.
4ce44c66 22769 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 22770 and gdb.c++/.
4ce44c66
JM
22771
22772 * gdb.c++/derivation.exp: remove redundant get compiler info code.
22773
d63a86f8 22774 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
22775 'continue with watch' test point.
22776
227771999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
22778
22779 Merged from p2linux-990323-branch:
d63a86f8 22780
4ce44c66
JM
22781 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
22782
11cf8741
JM
22783Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
22784
22785 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 22786 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
22787
22788Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
22789
22790 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 22791 gdb_expect_list.
11cf8741
JM
22792
22793Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
22794
22795 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
22796
227971999-11-03 Mark Salter <msalter@cygnus.com>
22798
22799 * gdb.base/break.exp: Fix "stub continue" pattern.
22800
228011999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
22802
22803 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
22804
228051999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
22806
22807 * gdb.base/display.exp ("finish"): Add timeout clause.
22808
22809 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
22810 plain prompt clause, so this doesn't have to time out in order to
22811 fail.
22812
22813 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 22814 breakpoint hit messages include an address.
11cf8741
JM
22815
22816 * gdb.base/display.exp: Don't forget to escape parens in regular
22817 expressions. Unix regexp notatation sucks.
22818
228191999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22820
22821 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 22822 order for 'signalled' message.
11cf8741 22823
5c44784c
JM
228241999-11-01 Stan Shebs <shebs@andros.cygnus.com>
22825
22826 From Jimmy Guo <guo@cup.hp.com>:
22827 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
22828 * gdb.base/annota1.c: Add code for tests to work with.
22829
228301999-10-26 Frank Ch. Eigler <fche@cygnus.com>
22831
22832 * gdb.base/remote.exp: New test for remote downloading settings.
22833 * gdb.base/remote.c: New file with large .data.
22834
917317f4
JM
228351999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
22836
22837 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
22838 for LinuxThreads support, merged from the Code Fusion branch.
22839
22840Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
22841
22842 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
22843 containing exp_continue into a while within an expect. Don't
22844 attempt a start more than three times. Check return value from
22845 gdb_load.
d63a86f8 22846
2df3850c
JM
22847Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
22848
22849 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 22850 a pass case.
2df3850c 22851
2acceee2
JM
228521999-10-01 Kevin Buettner <kevinb@cygnus.com>
22853
22854 * gdb.base/break.c (main): Added a statement that we can step
22855 off of.
22856 * gdb.base/break.exp: Added tests for setting a breakpoint
22857 at an offset and stepping onto a breakpoint.
22858
228591999-10-01 Fred Fish <fnf@cygnus.com>
22860
d63a86f8 22861 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
22862 gdb output.
22863
c2c6d25f
JM
228641999-09-18 Jim Blandy <jimb@cris.red-bean.com>
22865
22866 * gdb.base/break.exp: Code locations are in hex, don't forget!
22867 (For HP-UX.)
22868
228691999-09-17 Stan Shebs <shebs@andros.cygnus.com>
22870
22871 * condbreak.exp: Use break.c as test program.
22872 * condbreak.c: Remove, redundant with break.c.
22873
228741999-09-15 Stan Shebs <shebs@andros.cygnus.com>
22875
22876 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 22877 Z-packets if the target needs it.
c2c6d25f
JM
22878
228791999-09-13 James Ingham <jingham@leda.cygnus.com>
22880
22881 * gdb.c++/overload.exp: Added tests for listing overloaded
22882 functions with function pointers in the arg, explicitly calling
22883 out the version you want.
22884
cff3e48b
JM
228851999-09-09 Stan Shebs <shebs@andros.cygnus.com>
22886
22887 * long_long.exp: Add variations of test cases that work for
22888 targets with 16-bit ints and 32-bit doubles.
22889
d4f3574e
SS
228901999-09-08 Stan Shebs <shebs@andros.cygnus.com>
22891
22892 * break.c (main): Compare a possibly-uninitialized argc with an
22893 unlikely value that fits in 16 bits.
22894
228951999-09-07 Stan Shebs <shebs@andros.cygnus.com>
22896
22897 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
22898 0xfeeb, don't want negative numbers if ints are 16 bits.
22899
22900 * lib/gdb.exp (skip_cplus_tests): New proc.
22901 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
22902 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
22903 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
22904 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
22905 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
22906 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
22907 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
22908 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
22909
22910 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
22911
22912Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
22913
22914 * gdb.base/corefile.exp (up): Allow a parameter to appear
22915 in the frame that we're going up to.
22916
22917 From Jim Blandy <jimb@cygnus.com>:
22918
22919 * gdb.base/default.exp (info float): Expect some output now.
22920
22921 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
22922 returning floating-point values to fail on the x86.
22923 * gdb.base/callfwmall.exp (do_function_calls): Same.
22924
22925 * gdb.base/list.exp (test_listsize): Correct expectations for
22926 listing line 1 with listsize 2. Also, listing a single line
22927 works now, as does listing three lines. [Kevin's note: There
22928 were a number of other cases fixed too where the expectations
22929 differed...]
22930
229311999-09-02 Stan Shebs <shebs@andros.cygnus.com>
22932
22933 * gdb.base/selftest.exp: Add case for when version prints as
22934 constant string instead of char pointer.
22935
104c1213
JM
229361999-08-25 Stan Shebs <shebs@andros.cygnus.com>
22937
22938 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 22939 stepping out of main.
104c1213
JM
22940
22941 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
22942 G++ used.
22943
22944 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 22945 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
22946
22947 * gdb.c++/ovldbreak.exp: Update match string in test that
22948 includes a warning of multiple breakpoints.
22949
229501999-08-24 Stan Shebs <shebs@andros.cygnus.com>
22951
22952 * gdb.base/display.exp: Improve precision of step-after-finish
22953 added yesterday.
22954
22955 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 22956 test.
104c1213
JM
22957
22958 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
22959 configs when using G++, not just hppa*.
22960
229611999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22962
22963 * gdb.base/async.c: New file.
22964 * gdb.base/async.exp: New file.
22965
22966Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
22967
22968 * gdb.base/break.exp: Tweak PA specific tests to properly handle
22969 PA64.
22970
53a5351d
JM
22971Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
22972
104c1213
JM
22973 * gdb.base/display.exp: "finish" can leave us mid-line on many
22974 targets, deal with it. Add a small constant to main, instead of
22975 1000 since main+1000 may not be a valid address in the target.
22976
53a5351d
JM
22977 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
22978 on hpux11.
22979
22980 * gdb.base/attach.exp: Handle another hpux11 error message variant
22981 when attaching to a process that does not exist.
22982
229831999-08-19 J.T. Conklin <jtc@redback.com>
22984
22985 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 22986 characters in 'continue to 1241' test.
53a5351d
JM
22987
229881999-08-17 Stan Shebs <shebs@andros.cygnus.com>
22989
22990 * gdb.base/call-ar-st.exp: Add a shorter match case for the
22991 stop in print_long_arg_list, define and use a whitespace
22992 variable in print_small_structs test, add an XFAIL for Solaris.
22993 * gdb.base/dbx.exp: XFAIL func commands until somebody is
22994 interested enough to fix.
22995
7be570e7
JM
229961999-08-13 Keith Seitz <keiths@cygnus.com>
22997
22998 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
22999 (dbx_gdb_load): Remove. Use gdb_load instead, since that
23000 proc knows about targets other than the natives.
23001 (test_assign): Use "gdb_run_cmd" to "run" the target.
23002 Check that we've actually hit the breakpoint at main.
23003 When we attempt to assign a value to a local variable, check
23004 that the variable is in the current scope, i.e., don't use
23005 a test with an empty result.
23006
23007Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
23008
23009 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 23010 command.
7be570e7
JM
23011
230121999-08-09 Stan Shebs <shebs@andros.cygnus.com>
23013
23014 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23015 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
23016 gdb.compat, gdb.threads-hp.
23017 gdb.hp/configure, gdb.hp/configure.in: New files.
23018 gdb.hp/Makefile.in: Recurse into new subdirs.
23019 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
23020 gdb.hp/gdb.objdbg: New directory, tests for debugging info
23021 in object files.
23022 gdb.hp/tools: New directory, aux tools for HP-specific tests.
23023
96baa820
JM
230241999-08-05 Stan Shebs <shebs@andros.cygnus.com>
23025
23026 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 23027 funky printf, remove a bogus p/a test.
96baa820
JM
23028
230291999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23030
23031 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
23032 connected to the target. This is necessary when running not
23033 natively.
96baa820
JM
23034
230351999-08-03 Stan Shebs <shebs@andros.cygnus.com>
23036
23037 * gdb.base/step-test.exp: Removed some extraneous messages.
23038
23039 * gdb.base/long_long.exp: Don't run memory examination tests
23040 on little-endian targets (they will need a different set of
23041 results to match).
23042
230431999-08-02 Stan Shebs <shebs@andros.cygnus.com>
23044
23045 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
23046 until somebody decides to fix GDB.
23047
23048 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 23049 constant as "ULL".
96baa820
JM
23050 * gdb.base/long_long.exp: Loosen x/c test, add partial result
23051 matches for a couple x/2 commands.
23052
a0b3c4fd
JM
230531999-07-30 Stan Shebs <shebs@andros.cygnus.com>
23054
23055 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
23056 by merging in ref-types2 tests.
23057 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
23058
23059 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23060 * gdb.c++/Makefile.in: Add standard actions.
23061 (EXECUTABLES): Rename from PROGS, update list.
23062 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
23063 from gdb.hp.
23064 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
23065 foo and bar locals.
23066 * gdb.c++/anon-union.exp: Fix tests to match.
23067 * gdb.c++/classes.exp: Run if HP compiler used, add extra
23068 expect matches to handle output variations.
23069 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
23070 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 23071 output, add HP alternatives for new and delete prints.
a0b3c4fd 23072 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 23073 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
23074 * gdb.c++/demangle.exp: Use $style when reporting failure.
23075 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
23076 * gdb.c++/inherit.exp: Run if HP compiler used, add some
23077 match alternatives.
23078 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 23079 compilers.
a0b3c4fd
JM
23080 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
23081 * gdb.c++/method.exp: Add match alternatives.
23082 * gdb.c++/misc.cc: Add bool types.
23083 * gdb.c++/misc.exp: Add tests for bool types.
23084 * gdb.c++/overload.exp: Add xfails.
23085 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
23086 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
23087 add some more template parameter tests (only for HP currently).
23088 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
23089 * gdb.c++/virtfunc.cc: Add return type and value for main.
23090 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
23091 match alternatives.
d63a86f8 23092
a0b3c4fd
JM
230931999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23094
23095 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
23096
230971999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
23098
23099 * gdb.base/signals.exp: Don't expect getting a backtrace from
23100 within a signal handler to fail on Linux.
23101
231021999-07-29 Stan Shebs <shebs@andros.cygnus.com>
23103
23104 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23105 * lib/gdb.exp: Remove some gratuitious semicolons.
23106 (delete_breakpoints): Increase timeout.
23107 (gdb_expect): Add -notransfer option.
23108 (gdb_test): Use -notransfer option.
23109 (get_compiler_info): Add f77 case.
23110 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 23111 case.
a0b3c4fd
JM
23112 (gdb_preprocess): Call get_compiler.
23113
23114 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
23115 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
23116 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
23117 gdb.base/long_long.exp, gdb.base/printcmds.exp,
23118 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
23119 third arg to gdb_test.
a0b3c4fd
JM
23120 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
23121 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 23122 HP-UX xfails, add others.
a0b3c4fd
JM
23123 * gdb.base/completion.exp: Reflect name change of self-test.
23124 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
23125 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
23126 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
23127 HP failure number.
a0b3c4fd
JM
23128 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
23129 useless HP-UX 10.30 references.
23130 * gdb.base/maint.exp: Loosen matches.
23131 * gdb.base/pointers.c (main): Declare more_code.
23132 * gdb.base/pointers.exp: Match on output of a `next'.
23133 * gdb.base/structs.c: Add prototypes.
23134 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
23135 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
23136
231371999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23138
23139 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 23140 command.
a0b3c4fd
JM
23141
231421999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23143
23144 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
23145 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
23146
23147 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
23148 debug info. Deal with lack of signal hanlder info in stack.
23149
a9c64011 23150 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
23151 * gdb.base/annota1.exp: If printf has debug info, deal with it.
23152
5a2468f5
JM
231531999-07-19 Stan Shebs <shebs@andros.cygnus.com>
23154
23155 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 23156 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 23157
adf40b2e
JM
23158Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
23159
23160 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 23161 a1-selftest.exp.
adf40b2e
JM
23162 * gdb.base/configure: Re-generate.
23163
231641999-07-12 Stan Shebs <shebs@andros.cygnus.com>
23165
23166 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
23167 in trying to run first and name is too long.
23168
23169 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
23170 pointers2.c and pointers2.exp, respectively.
23171 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
23172 doschk happier.
23173
43e526b9
JM
231741999-07-08 Stan Shebs <shebs@andros.cygnus.com>
23175
23176 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
23177 callfuncs2.c and callfuncs2.exp.
23178
23179 * gdb.base/list.exp: Remove mistaken xfails.
23180 * gdb.base/list0.h: Add optional prototypes.
23181
9846de1b
JM
23182Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
23183
a9c64011 23184 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 23185 calling malloc.
a9c64011
AS
23186 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
23187 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 23188 use.
9846de1b
JM
23189
231901999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23191
23192 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
23193 * gdb.base/annota2.cc, annota2.exp: Move from here.
23194 * gdb.c++/annota2.cc, annota2.exp: To here.
23195 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
23196
43ff13b4
JM
23197Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
23198
23199 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 23200 a consistent format.
43ff13b4 23201
085dd6e6
JM
232021999-06-25 Stan Shebs <shebs@andros.cygnus.com>
23203
23204 From Jimmy Guo <guo@cup.hp.com> and others at HP:
23205 * lib/gdb.exp (get_compiler_info): Add detection for assorted
23206 HP compilers, also set the globals $true and $false.
23207
23208 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
23209 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
23210 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
23211 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
23212 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
23213 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
23214 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
23215 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
23216 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
23217 whatis.c} Add C++ compatible function definitions and return
23218 types, add includes for library functions.
085dd6e6
JM
23219 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
23220 * gdb.base/step-test.c (myglob): Rename from glob.
23221 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
23222 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
23223 files, move here from gdb.hp.
085dd6e6 23224 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
23225 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
23226 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
23227 Adjust line numbers in regexps.
085dd6e6
JM
23228
23229 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
23230 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
23231 instead of 0/1.
23232
23233 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
23234 foll-vfork.exp: New files, move here from gdb.hp.
23235 * gdb.base/page.exp: New file, test of pagination command.
23236
23237 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
23238 recursion test.
23239 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
23240
23241 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 23242 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
23243
23244 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 23245 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 23246 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 23247 watchpoint test.
085dd6e6
JM
23248 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
23249 them work.
23250 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
23251 expressions properly.
23252 * gdb.base/corefile.exp: Loosen the match slightly.
23253 * gdb.base/default.exp: Allow "Error accessing memory" message
23254 also.
23255 * gdb.base/display.exp: Skip over x/0 j if PA64.
23256 * gdb.base/funcargs.exp: Add xfails for HP-UX.
23257 * gdb.base/interrupt.exp: Ditto.
23258 * gdb.base/langs.exp: Add symbolic matches governed by compiler
23259 in use.
23260 * gdb.base/list.exp: Add xfails for HP-UX.
23261 * gdb.base/long_long.exp: Refine some of the numeric matches.
23262 * gdb.base/mips_pro.exp: Xfail on HP-UX.
23263 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
23264 * gdb.base/nodebug.exp: Succeed on more varieties of output.
23265 * gdb.base/opaque.exp: Remove some HP-UX xfails.
23266 * gdb.base/ptype.exp: Succeed on more varieties of output.
23267 * gdb.base/scope.exp: Add xfails for HP-UX.
23268 * gdb.base/sect-cmd.exp: Add more cases.
23269 * gdb.base/setvar.exp: Add xfails for HP-UX.
23270 * gdb.base/shlib-call.exp: Loosen some matches slightly.
23271 * gdb.base/signals.exp: Match on void symbolically.
23272 * gdb.base/step-test.exp: Add case for PA64.
23273 * gdb.base/term.exp: Add exit and restart.
23274 * gdb.base/twice.exp: Clean up after self.
23275 * gdb.base/varargs.exp: Disable overload resolution explicitly.
23276 * gdb.base/whatis.exp: Allow more ways to pass tests.
23277
23278 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 23279 no longer useful.
085dd6e6
JM
23280
23281Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
23282
23283 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 23284 list of patterns.
085dd6e6 23285 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
23286 print_double_array(double_array)", "continuing to breakpoint
23287 1018", "print print_double_array(array_d)" and "continuing to
23288 1034" tests.
d63a86f8 23289
085dd6e6
JM
232901999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
23291
a9c64011 23292 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
23293
232941999-06-24 Stan Shebs <shebs@andros.cygnus.com>
23295
23296 * config/mt-*: Remove, these haven't been used since 1996.
23297
232981999-06-22 Stan Shebs <shebs@andros.cygnus.com>
23299
23300 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 23301 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
23302 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
23303
9e0b60a8
JM
233041999-06-18 Stan Shebs <shebs@andros.cygnus.com>
23305
23306 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
23307 simpler match case for the ptype of the big class.
23308
233091999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23310
23311 * gdb.exp: Fix test for gdb_prompt existence.
23312
233131999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23314
23315 * gdb.exp (gdb_test): Add fail after calls to perror.
23316
233171999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23318
23319 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
23320
233211999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23322
23323 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
23324
0f71a2f6
JM
23325Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
23326
23327 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 23328 malloc() is linked in.
0f71a2f6
JM
23329
233301999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
23331
23332 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
23333 step at end.
23334
23335 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
23336
233371999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
23338
23339 * gdb.java/jv-print.exp: New file. (Our first Java test!)
23340
cce74817
JM
23341Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
23342
23343 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
23344 * gdb.base/mips_pro.exp: Likewise.
23345
233461999-06-02 Keith Seitz <keiths@cygnus.com>
23347
23348 * gdb.c++/templates.cc: Change all "new" operators to throw
23349 an exception.
23350 * gdb.c++/cplusfuncs.cc: Likewise.
23351
23352 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
23353
23354Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
23355
23356 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
23357 * gdb.base/ending-run.exp: When stepping out of main, accept a
23358 step into an arbitrary assembler file.
cce74817 23359
392a587b
JM
233601999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23361
d63a86f8 23362 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 23363 "breakpoint-invalid" to be printed.
d63a86f8 23364 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
23365 number of "frames-invalid" and "breakpoint-invalid" to be printed.
23366 * gdb.base/annota2.cc: Initialize a.x to 0.
23367
9e086581
JM
233681999-05-17 Keith Seitz <keiths@cygnus.com>
23369
23370 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
23371 when "skip_float_tests" set.
23372 Ditto for "print print_double_array(array_d)", "print print_small_structs",
23373 "print print_ten_doubles", and "step into print_long_arg_list".
23374 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
23375 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
23376 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
23377 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
23378 "skip_float_tests" is set.
23379 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
23380 when "skip_float_tests" set.
d63a86f8 23381
cd0fc7c3
SS
233821999-05-06 Keith Seitz <keiths@cygnus.com>
23383
23384 * gdb.base/annota2.cc: Include stdio.h.
23385
23386Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
23387
23388 * gdb.base/crossload.exp: Remove, this has been disabled ever
23389 since BFD stopped including all targets, and cross-GDB gets
23390 plenty of testing anyway.
23391 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
23392 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
23393 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
23394 * gdb.base/README: Remove, was doc for this.
23395 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 23396 needed.
cd0fc7c3 23397
b83266a0
SS
233981999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23399
23400 * gdb.base/call-ar-st.exp: Fix one regular expression in test
23401 output.
23402
23403 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
23404 * gdb.base/annota2.exp: New file. More annotation tests.
23405 * gdb.base/annota1.c: New file. Source file for annota1.exp.
23406 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
23407
234081999-04-23 Angela Marie Thomas <angela@cygnus.com>
23409
23410 * config/cfdbug.exp: New file.
23411
7a292a7a
SS
234121999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
23413
23414 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
23415 Marcus Daniel's and Dale Hawkins's demangler crashes.
23416
23417 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
23418 test_lucid_style_demangling, test_arm_style_demangling,
23419 test_hp_style_demangling): Try Tom Tromey's core-dumping
23420 identifier under each demangling style.
7a292a7a
SS
23421
234221999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
23423
23424 * gdb.c++/demangle.exp: Include the current demangling style
23425 in all test names.
23426 (current_demangling_style): New global variable.
23427 (set_demangling_style, test_demangling_core, test_demangling,
23428 test_demangling_exact): New functions.
23429 (test_gnu_style_demangling, test_lucid_style_demangling,
23430 test_arm_style_demangling, test_hp_style_demangling): Use those,
23431 instead of calling gdb_test and gdb_test_exact directly.
23432 (catch_demangling_errors): New function, which reports errors
23433 signalled by the demangling test functions in an orderly way.
23434 (do_tests): Use catch_demangling_errors.
23435
234361999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
23437
23438 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 23439 grouping in expressions, not {}.
7a292a7a
SS
23440
23441 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 23442 initialized yet.
7a292a7a
SS
23443
234441999-04-01 Stan Shebs <shebs@andros.cygnus.com>
23445
23446 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
23447 are listed.
23448
234491999-03-26 Stan Shebs <shebs@andros.cygnus.com>
23450
23451 * gdb.stabs/weird.exp: Test for CC being defined before
23452 looking at its value.
23453
234541999-03-25 Stan Shebs <shebs@andros.cygnus.com>
23455
23456 * gdb.base/call-ar-st.exp: Remove stray '#'.
23457 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
23458 "short int" and "long int".
23459 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 23460 change, to mollify finicky HP compiler.
7a292a7a
SS
23461 * gdb.hp/reg-test.exp (testfile): Fix file name.
23462 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 23463
7a292a7a
SS
23464 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
23465 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
23466 alternate form of enum ptype.
23467
c906108c
SS
234681999-03-23 Stan Shebs <shebs@andros.cygnus.com>
23469
7a292a7a
SS
23470 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
23471 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
23472 passing skip_hp_tests, so as not to waste time on guaranteed
23473 failure.
7a292a7a 23474
c906108c
SS
23475 * gdb.c++/overload.cc: Pass string instead of char addr, always
23476 init ccpfoo.
23477 * gdb.c++/templates.cc: Fix syntax error.
23478
7a292a7a
SS
23479Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23480
23481 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 23482 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
23483 command.
23484
234851999-03-18 James Ingham <jingham@cygnus.com>
23486
23487 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
23488
23489 * gdb.c++/method.exp: It was testing an uninitialized int on the
23490 stack and assuming it was positive.
23491
23492 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
23493
23494 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 23495 keep it from killing the rest of the tests.
7a292a7a
SS
23496 Use gdb_continue_to_end.
23497
23498 * gdb.base/sigall.exp: use gdb_continue_to_end.
23499
23500 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
23501
23502 * gdb.base/display.exp: use runto_main, not run.
23503
d63a86f8
RM
23504 * gdb.base/default.exp: Check for the current error message in the
23505 r abbreviation test.
7a292a7a
SS
23506 Add strongarm to the targets that know info float.
23507
d63a86f8 23508 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
23509 run which doesn't work with monitors.
23510
23511 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
23512
23513 * gdb.base/break.exp: use the gdb_continue_to_end proc.
23514
23515 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
23516 program. Traps the case (in Cygmon) when the program never really
23517 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
23518 more places, so I used my name. Sorry Mark...
23519
23520 * config/monitor.exp (gdb_target_monitor): added another
23521 target_info parameter: remotebinarydownload. This will set the
23522 remotebinarydownload flag if this is causing some boards trouble.
23523
235241999-03-18 Mark Salter <msalter@cygnus.com>
23525
23526 * lib/gdb.exp (continue_to_exit): New function.
23527
23528 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
23529 * gdb.base/ending-run.exp: Ditto.
23530 * gdb.base/step-test.exp: Ditto.
23531
235321999-03-16 Stan Shebs <shebs@andros.cygnus.com>
23533
23534 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
23535 (suggested by Art Haas <ahaas@neosoft.com>).
23536
235371999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
23538
889bf7c5 23539 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
23540
23541Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
23542
23543 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 23544 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
23545
235461999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
23547
23548 * gdb.base/call-strs.exp: Don't assume that `step' will step over
23549 a call to strlen; sometimes we do have sources.
23550
235511999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
23552
23553 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 23554 character, so GDB won't print garbage after its end.
d63a86f8 23555
c906108c
SS
23556 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
23557 breakpoint there instead. Sometimes GCC emits memcpy to handle
23558 the large structures being passed by value, so we step into that
23559 instead of sum_array_print, which obscures what we're really testing.
23560 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
23561 the bizarre steps into memcpy, so do that here. Add check for
23562 stepping into function calls that pass large structures by value.
23563 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
23564 Remove all references to specific line numbers.
23565 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
23566 New type and function.
23567 (main): Call large_struct_by_value, passing it a large struct by value.
23568 * lib/gdb.exp (gdb_get_line_number): New function.
23569
23570 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
23571 more portable.
23572
7a292a7a
SS
235731999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
23574
c906108c
SS
23575 * lib/gdb.exp: Doc fixes.
23576
7a292a7a
SS
235771999-03-05 Nick Clifton <nickc@cygnus.com>
23578
d63a86f8 23579 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
23580
235811999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
23582
c906108c 23583 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
23584 commands. They're not germane to this test, and they don't work
23585 that way on remote targets.
c906108c 23586
3fc11d3e
JM
235871999-03-01 James Ingham <jingham@cygnus.com>
23588
23589 * Changelog entries merged over from gdb development branch.
23590
3fc11d3e
JM
23591 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
23592
23593 * lib/gdb.exp (gdbtk_analyze_results): Generic function
23594 for outputting results of test run.
23595
2d4a1622 23596 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
23597
23598 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 23599
7a292a7a
SS
236001999-02-25 Felix Lee <flee@cygnus.com>
23601
23602 * lib/gdb.exp (debug_format): initialize
23603
c906108c
SS
236041999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
23605
23606 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
23607 * gdb.base/call-rt-st.c: Ditto.
23608
c906108c
SS
236091999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
23610
23611 * gdb.threads/pthreads.exp (horiz): New variable.
23612 (test_startup): Fix regexps that capture thread numbers.
23613
236141999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
23615
23616 * gdb.base/smoke.exp: Disambiguate two test case names (both
23617 called ``print'').
23618
23619Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23620
23621 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 23622 compilation.
c906108c
SS
23623
236241999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23625
23626 * gdb.base/miscexprs.exp: Change patterns to match GDB's
23627 actual output formatting.
23628 * gdb.base/smoke.exp: GDB removes leading 0's.
23629 * gdb.base/volatile.exp: Don't check type of remuneration;
23630 that variable is no longer defined in constvars.c.
23631 * gdb.base/step-test.c (main): Exit with explicit exit code.
23632 * gdb.base/step-test.exp: Remove two nexti checks--they are
23633 not portable.
23634
236351999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23636
23637 * gdb.base/help.exp ("help delete display"): Fix test to match
23638 gdb's output.
23639
23640 * gdb.base/long_long.c (known_types): Initialize values to zero.
23641 * gdb.base/long_long.exp: Step one more line
23642 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
23643 leading zeros. Explicitly ask for hex formatting. Use
23644 unique test case names.
c906108c
SS
23645
23646Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23647
d63a86f8 23648 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
23649
23650 * gdb.c++/method.exp: Add missing close brace.
23651
236521999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
23653
23654 * gdb.base/maint.exp: Use 'set height 0' to disable page
23655 prompting, not 'set height 400'.
23656
23657 Fix a bunch of timeouts.
23658 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
23659 four separate tests, so expect doesn't take forever to match a ton
23660 of text against a regexp with lots of .* forms.
23661 ("maint print psymbols", "maint print symbols"): Make some of
23662 these greps more selective, so that expect doesn't try to wade
23663 through huge piles of output and time out.
23664
23665 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
23666
23667 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
23668 tests: one which doesn't expect shlib events to be reported, and
23669 another which does, but is XFAIL for all platforms other than
23670 HP/UX.
c906108c
SS
23671
23672 * gdb.base/break.exp: Teach the test suite that the `catch
23673 fork', `catch vfork', and `catch exec' commands produce error
23674 messages on platforms that don't provide these features.
23675
23676Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23677
23678 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
23679 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
23680 (shortening names from solib_threshold.exp etc), won't run on
23681 anything but HP-UX for the foreseeable future.
c906108c 23682 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 23683 reflect move.
c906108c
SS
23684
23685Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
23686
23687 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 23688 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
23689
23690Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
23691
23692 * gdb.base/shlib-call.exp: add test cases to verify that gdb
23693 successfully re-sets breakpoints in shared libraries.
23694 * gdb.base/shmain.c (main): return 0, don't fall off the end.
23695
23696Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23697
d63a86f8
RM
23698 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
23699 and compiled w/o GCC.
c906108c
SS
23700
23701 * gdb.hp/watch-cmd.exp: ditto.
23702
23703 * gdb.hp/watch-hp.exp: ditto.
23704
23705 * gdb.hp/xdb1.exp: ditto.
23706
23707 * gdb.hp/xdb2.exp: ditto.
23708
23709 * gdb.hp/dbx.exp: ditto.
23710
23711Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
23712
23713 * constvars.c: Remove C++-isms.
23714 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 23715 with GCC.
c906108c
SS
23716
23717Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
23718
23719 The following changes are part of the HP merge.
23720
23721 * gdb.base/break.exp: new tests to verify that catchpoints for
23722 fork, vfork, and exec don't trigger inappropriately.
23723
23724 * gdb.base/opaque.exp: compile one file at a time, then link.
23725
23726 * gdb.base/signals.exp: be more restrictive about which hppa
23727 systems receive a setup_xfail. new tests.
23728
23729 * gdb.base/solib_threshold.build: new file.
23730 * gdb.base/solib_threshold.exp: new file.
23731 * gdb.base/solib_threshold.link_opts: new file.
23732 * gdb.base/solib_threshold.mk: new file.
23733 * gdb.base/gen_solib_threshold.c: new file.
23734
23735 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
23736 tests. New tests for enums inside classes.
23737
23738 * gdb.c++/compiler.cc: indicate support of template debugging.
23739
23740 * gdb.c++/demangle.exp: run hp style demangling tests.
23741
23742 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
23743 tests.
23744
23745 * gdb.c++/misc.cc: changes to support new tests.
23746
23747 * gdb.c++/templates.cc: changes to support HP's compiler; changes
23748 to support new tests.
23749
23750 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
23751 gcc, then skip these tests.
23752
23753Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
23754
23755 The following files are part of the HP merge; some had longer
23756 names at HP, but have been renamed to be no more than 14
23757 characters in length.
23758
23759 * gdb.hp/ambiguous.cc: new file.
23760 * gdb.hp/ambiguous.exp: new file.
23761 * gdb.hp/attach.exp: new file.
23762 * gdb.hp/attach2.exp: new file.
23763 * gdb.hp/classes-hp.exp: new file.
23764 * gdb.hp/ctti.exp: new file.
23765 * gdb.hp/ctti-add.cc: new file.
23766 * gdb.hp/ctti-add1.cc: new file.
23767 * gdb.hp/ctti-add2.cc: new file.
23768 * gdb.hp/ctti-add3.cc: new file.
23769 * gdb.hp/dbx.exp: new file.
23770 * gdb.hp/exception.cc: new file.
23771 * gdb.hp/exception.exp: new file.
23772 * gdb.hp/foll-exec.c: new file.
23773 * gdb.hp/foll-exec.exp: new file.
23774 * gdb.hp/foll-fork.c: new file.
23775 * gdb.hp/foll-fork.exp: new file.
23776 * gdb.hp/foll-vfork.c: new file.
23777 * gdb.hp/foll-vfork.exp: new file.
23778 * gdb.hp/inherit-hp.exp: new file.
23779 * gdb.hp/more-steps.exp: new file.
23780 * gdb.hp/namespace.cc: new file.
23781 * gdb.hp/namespace.exp: new file.
23782 * gdb.hp/optimize.exp: new file.
23783 * gdb.hp/pxdb.c: new file.
23784 * gdb.hp/pxdb.exp: new file.
23785 * gdb.hp/quicksort.exp: new file.
23786 * gdb.hp/reg-test.exp: new file.
23787 * gdb.hp/reg-test.s: new file.
23788 * gdb.hp/sized-enum.c: new file.
23789 * gdb.hp/sized-enum.exp: new file.
23790 * gdb.hp/start-stop.exp: new file.
23791 * gdb.hp/templ-hp.cc: new file.
23792 * gdb.hp/templ-hp.exp: new file.
23793 * gdb.hp/thr-lib.c: new file.
23794 * gdb.hp/thr-lib.exp: new file.
23795 * gdb.hp/thr-lib.h: new file.
23796 * gdb.hp/thr-liblib.c: new file.
23797 * gdb.hp/virtfun-hp.c: new file.
23798 * gdb.hp/virtfun-hp.exp: new file.
23799 * gdb.hp/watch-cmd.exp: new file.
23800 * gdb.hp/watch-hp.exp: new file.
23801 * gdb.hp/xdb1.exp: new file.
23802 * gdb.hp/xdb2.exp: new file.
23803 * gdb.hp/xdb3.exp: new file.
23804
23805Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
23806
23807 The following files are part of the HP merge; some had longer
23808 names at HP, but have been renamed to be no more than 14
23809 characters in length.
23810
23811 * gdb.base/ss.h: new file.
23812 * gdb.base/call-ar-st.c: new file.
23813 * gdb.base/call-ar-st.exp: new file.
23814 * gdb.base/call-rt-st.c: new file.
23815 * gdb.base/call-rt-st-exp: new file.
23816 * gdb.base/call-strs.exp: new file.
23817 * gdb.base/ena-dis-br.exp: new file.
23818 * gdb.base/environ.exp: new file.
23819 * gdb.base/long_long.exp: new file.
23820 * gdb.base/sect-cmd.exp: new file.
23821 * gdb.base/shlib-cl2.exp: new file.
23822 * gdb.base/smoke.exp: new file.
23823 * gdb.base/so-impl-ld.c: new file.
23824 * gdb.base/so-impl-ld.exp: new file.
23825 * gdb.base/so-indr-cl.c: new file.
23826 * gdb.base/so-indr-cl.exp: new file.
23827 * gdb.base/varargs.exp: new file.
23828 * gdb.base/volatile.exp: new file.
23829 * gdb.base/whatis-exp.exp: new file.
7a292a7a 23830 * gdb.base/display.exp: new file.
c906108c
SS
23831 * gdb.c++/derivation.exp: new file.
23832 * gdb.c++/local.exp: new file.
23833 * gdb.c++/member-ptr.exp: new file.
23834 * gdb.c++/overload.exp: new file.
23835 * gdb.c++/ovldbreak.exp: new file.
23836 * gdb.c++/ref-types.exp: new file.
23837 * gdb.c++/ref-types2.exp: new file.
23838 * gdb.c++/userdef.exp: new file.
d63a86f8 23839
c906108c
SS
23840Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
23841
23842 * gdb.base/default.exp: Reflect wording change in remote.c.
23843
dc96c6c7 23844Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23845
23846 * gdb.base/help.exp: Update to reflect current text.
23847
23848Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
23849
23850 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
23851 they're stack variables and contain garbage.
23852 * gdb.c++/anon-union.exp: new file.
23853
23854 The following changes were made by David Taylor
889bf7c5
PA
23855 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23856 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23857 in changes by HP.
c906108c
SS
23858
23859 * gdb.base/bitops.exp: new file.
23860 * gdb.base/default.exp: change expected messages for catch and
23861 info catch tests to reflect HP merge changes.
23862 * gdb.base/enable-disable-break.exp
23863 * gdb.base/ending-run.c: new file.
23864 * gdb.base/long_long.c: new file.
23865 * gdb.base/maint.exp: new file.
23866 * gdb.base/pointers2.exp: new file.
23867 * gdb.base/shlib-call2.exp: new file.
23868 * gdb.base/solib.exp: new file.
23869 * gdb.base/step-test.c: new file.
23870 * gdb.c++/anon-union.cc: new file.
23871 * gdb.c++/local.cc: new file.
23872 * gdb.c++/member-pointer.cc: new file.
23873 * gdb.c++/method.cc: new file.
23874 * gdb.c++/ref-types.cc: new file.
23875 * gdb.c++/ref-types2.cc: new file.
23876 * gdb.c++/userdef.cc: new file.
d63a86f8 23877
c906108c
SS
23878 * gdb.base/scope.exp: compile one file at a time, then link.
23879 * gdb.base/langs.exp: ditto.
23880 * gdb.base/list.exp: ditto.
d63a86f8 23881
c906108c
SS
23882Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
23883
23884 The following changes were made by David Taylor
889bf7c5
PA
23885 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23886 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23887 in changes by HP.
d63a86f8 23888
c906108c
SS
23889 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
23890 skip tests. When compiling pass c++ flag to gdb_compile.
23891 * gdb.c++/
d63a86f8 23892
c906108c
SS
23893 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
23894 test for on hppa*-*-hpux*; use args to see if c++ was specified.
23895 (skip_hp_tests): new function.
23896 (gdb_preprocess): new function.
23897
23898 * configure.in (hpdir): decide whether to configure gdb.hp.
23899 * configure: regenerated.
23900
23901 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
23902 to delete on clean.
23903 (EXECUTABLES): update to reflect new additions.
23904 * gdb.base/commands.exp: update message expected.
23905 * gdb.base/default.exp: add copyright notice.
23906 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
23907 * gdb.base/help.exp: update messages to reflect current text.
23908 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
23909 targets for recurse tests.
23910 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
23911 skip this file.
23912
23913 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
23914 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
23915 compilation.
23916 * gdb.c++/misc.exp: ditto.
23917 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
23918 run the tests. tell gdb_compile that it's a c++ compilation.
23919
23920 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 23921
c906108c
SS
23922 * gdb.base/all-bin.exp: new file.
23923 * gdb.base/arithmet.exp: new file.
23924 * gdb.base/assign.exp: new file.
23925 * gdb.base/completion.exp: new file.
23926 * gdb.base/cond-expr.exp: new file.
23927 * gdb.base/condbreak.exp: new file.
23928 * gdb.base/define.exp: new file.
23929 * gdb.base/dollar.exp: new file.
23930 * gdb.base/environment.exp: new file.
23931 * gdb.base/eval-skip.exp: new file.
23932 * gdb.base/jump.exp: new file.
23933 * gdb.base/logical.exp: new file.
23934 * gdb.base/pointers.exp: new file.
23935 * gdb.base/relational.exp: new file.
23936 * gdb.base/section_command.exp: new file.
23937 * gdb.base/whatis-expr.exp: new file.
23938
23939 * gdb.base/all-types.c: new file.
23940 * gdb.base/call-array-struct.c: new file.
23941 * gdb.base/call-return-struct.c: new file.
23942 * gdb.base/call-strings.c: new file.
23943 * gdb.base/callfuncs2.c: new file.
23944 * gdb.base/condbreak.c: new file.
23945 * gdb.base/constvars.c: new file.
23946 * gdb.base/display.c: new file.
23947 * gdb.base/int-type.c: new file.
23948 * gdb.base/jump.c: new file.
23949 * gdb.base/miscexprs.c: new file.
23950 * gdb.base/pointers.c: new file.
23951 * gdb.base/pointers2.c: new file.
23952 * gdb.base/shmain.c: new file.
23953 * gdb.base/shr1.c: new file.
23954 * gdb.base/shr2.c: new file.
23955 * gdb.base/solib.c: new file.
23956 * gdb.base/solib1.c: new file.
23957 * gdb.base/solib2.c: new file.
23958 * gdb.base/varargs.c: new file.
23959 * gdb.c++/derivation.cc: new file.
23960 * gdb.c++/overload.cc: new file.
23961 * gdb.c++/ovldbreak.cc: new file.
23962 * gdb.hp/attach.c: new file.
23963 * gdb.hp/attach2.c: new file.
23964 * gdb.hp/average.c: new file.
23965 * gdb.hp/compiler.c: new file.
23966 * gdb.hp/compiler.cc: new file.
23967 * gdb.hp/execd-program.c: new file.
23968 * gdb.hp/follow-exec.c: new file.
23969 * gdb.hp/follow-fork.c: new file.
23970 * gdb.hp/follow-vfork-and-exec.c: new file.
23971 * gdb.hp/misc-hp.cc: new file.
23972 * gdb.hp/more-steps.c: new file.
23973 * gdb.hp/optimize.c: new file.
23974 * gdb.hp/quicksort.c: new file.
23975 * gdb.hp/run-hp.c: new file.
23976 * gdb.hp/start-stop.c: new file.
23977 * gdb.hp/sum.c: new file.
23978 * gdb.hp/templates-hp.cc: new file.
23979 * gdb.hp/thread-local-in-lib.c: new file.
23980 * gdb.hp/thread-local-in-lib.h: new file.
23981 * gdb.hp/thread-local-in-lib.lib.c: new file.
23982 * gdb.hp/vforked-program.c: new file.
23983 * gdb.hp/virtfunc-hp.cc: new file.
23984 * gdb.hp/watchpoint-hp.c: new file.
23985 * gdb.hp/xdb.c: new file.
23986 * gdb.hp/xdb0.c: new file.
23987 * gdb.hp/xdb0.h: new file.
23988 * gdb.hp/xdb1.c: new file.
23989
23990Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
23991
23992 The following change was made by Edith Epstein
889bf7c5
PA
23993 <eepstein@cygnus.com> as part of a project to merge in changes
23994 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
23995
23996 * gdb.c++/demangle.exp: changed the expected output for some
23997 ARM-style mangling -- removed second reference to datatype.
889bf7c5 23998 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 23999 T1<char>::~T1<char>(void)
c906108c 24000 becomes,
a9c64011
AS
24001 maint demangle __dt__11T1__pt__2_cFv
24002 T1<char>::~T1(void)
c906108c 24003
889bf7c5 24004 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 24005
c906108c
SS
24006Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
24007
24008 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
24009 * gdb.trace/backtrace.exp: Likewise.
24010 * gdb.trace/circ.exp: Likewise.
24011 * gdb.trace/collection.exp: Likewise.
24012 * gdb.trace/deltrace.exp: Likewise.
24013 * gdb.trace/infotrace.exp: Likewise.
24014 * gdb.trace/limits.exp: Likewise.
24015 * gdb.trace/packetlen.exp: Likewise.
24016 * gdb.trace/passc-dyn.exp: Likewise.
24017 * gdb.trace/passcount.exp: Likewise.
24018 * gdb.trace/report.exp: Likewise.
24019 * gdb.trace/save-trace.exp: Likewise.
24020 * gdb.trace/tfind.exp: Likewise.
24021 * gdb.trace/tracecmd.exp: Likewise.
24022 * gdb.trace/while-dyn.exp: Likewise.
24023 * gdb.trace/while-stepping.exp: Likewise.
24024
240251998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
24026
24027 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
24028
24029Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
24030
24031 From Brendan Kehoe:
24032 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
24033 int return types.
24034
24035Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
24036
24037 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 24038 remote dos host testing right.
c906108c
SS
24039
24040Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
24041
24042 * gdb.base/corefile.exp: remove some xfails.
24043
24044Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
24045
24046 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 24047 have different timestamps.
c906108c
SS
24048
24049Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
24050
24051 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 24052 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
24053
24054Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
24055
24056 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 24057 delta.
c906108c
SS
24058
24059Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
24060
24061 * gdb.base/default.exp: Add brace missing from previous delta.
24062
24063Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
24064
24065 * gdb.base/default.exp: Support test for info float for all
24066 varieties of arm toolchain.
24067
dc96c6c7 24068Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24069
24070 * gdb.trace/*.exp: remove "remote_download" command.
24071
dc96c6c7 24072Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24073
24074 * gdb.trace/*.exp: remove -gdwarf from compile.
24075
24076Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
24077
24078 * gdb.trace/configure.in(AC_INIT): typo
24079 * gdb.trace/configure: regenerated
24080
dc96c6c7 24081Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24082
24083 * config/m68k-emc.exp: New file.
24084 * lib/<emc-support.exp trace-support.exp}: New files.
24085 * configure.in: add new test directory gdb.trace.
24086 * gdb.trace/{configure configure.in Makefile.in}: New files.
24087 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
24088 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
24089 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
24090 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
24091 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
24092 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
24093 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 24094
dc96c6c7 24095Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24096
24097 * gdb.c++/classes.exp: Change all regular expressions to match
24098 arbitrary combinations of newline/carriage-return, so that they
24099 will work equally well on Unix and Windows.
24100 * gdb.c++/inherit.exp: ditto.
24101 * gdb.c++/virtfunc.exp: ditto.
24102
241031998-08-11 Dawn Perchik <dawn@cygnus.com>
24104
24105 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
24106
c2d11a7d
JM
24107Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
24108
24109 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
24110 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
24111 to use a0-a3/d0-d3 as needed.
24112
24113Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
24114
24115 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
24116 * gdb.disasm/am33.exp: Corresponding changes.
24117
c906108c
SS
241181998-07-11 Felix Lee <flee@cygnus.com>
24119
24120 * gdb.base/callfuncs.exp: add cmp10 test.
24121 * gdb.base/callfuncs.c (cmp10): new function.
24122
24123Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
24124
d63a86f8 24125 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
24126 into two parts to get around a synchronization problem in expect.
24127
3fc11d3e
JM
24128Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
24129
24130 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
24131
24132 * configure.in: Add options for gdbtk testsuite.
24133
24134 * configure: Regenerate.
24135
24136 * gdb.gdbtk: New directory to hold gdbtk tests.
24137
c906108c
SS
24138Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24139
24140 * gdb.fortran/types.exp: Escape brackets in expect patterns
24141 for test_float_literal_types_accepted tests.
24142 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
24143 before run test.
24144
c2d11a7d
JM
24145Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
24146
24147 * am33.exp: Just compile, do not link the testcase.
24148 * am33.s: Add ".am33" pseudoop to force am33 mode.
24149
c906108c
SS
241501998-06-25 Felix Lee <flee@cygnus.com>
24151
24152 * gdb.base/setshow.exp: make sure $pc is sane.
24153
24154 * gdb.stabs/weird.exp: split expect patterns properly.
24155
c2d11a7d
JM
24156Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
24157
24158 * gdb.disasm/am33.s: New disassembler testfile for the am33.
24159 * gdb.disasm/am33.exp: Run it.
24160
dc96c6c7 24161Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24162
24163 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
24164 match processing (and eliminate spurious timeouts when running).
24165
dc96c6c7 24166Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24167
24168 * gdb.base/signals.exp (test_handle_all_print): put back Mach
24169 exception test, but conditionalize it on target [mach | gnu].
24170
dc96c6c7 24171Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24172
24173 * gdb.base/overlays.exp: fixup compile line for linker script.
24174
24175Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
24176
24177 * gdb.fortran/types.exp: don't guess at float size.
24178
24179Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
24180
24181 * gdb.base/exprs.exp: delete test that depends on int size.
24182
24183Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
24184
24185 * config/sim.exp: Removed checks for target triplets.
24186 (gdb_target_sim): Use gdb,target_sim_options.
24187
24188Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
24189
24190 * gdb.base/reread.exp: New file.
24191 * gdb.base/reread1.c: New file.
24192 * gdb.base/reread2.c: New file.
24193
24194Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
24195
24196 * config/sim.exp: Use 'target sim -sparclite' when running
24197 SPARClite programs.
24198
24199Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
24200
24201 * gdb.base/structs2.exp: New file.
24202 * gdb.base/structs2.c: New file.
24203
24204Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
24205
24206 * gdb.asm/common.inc: New file.
24207 * gdb.asm/d10v.inc: New file.
24208 * asm-source.exp: Pass -I's to gas to find .inc files.
24209 Update line numbers in expected output.
24210 * asmsrc1.s: Rewrite.
24211 * asmsrc2.s: Rewrite.
24212 * configure.in: Create arch.inc symlink.
24213 * configure: Regenerate.
24214 * Makefile.in (distclean): Delete arch.inc.
24215
24216Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
24217
24218 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
24219 (t_enum_value2): ditto
24220 (t_enum_value3): ditto
24221 (main): ditto
c906108c
SS
24222Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24223
24224 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
24225 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
24226 change.
24227 Use gdb_test instead of send_gdb/gdb_expect sequences.
24228
24229Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
24230
24231 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
24232 not void.
24233
24234Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
24235
24236 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
24237 subroutines. Used to test gdbs ability to single step through PC
24238 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
24239
24240Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
24241
24242 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
24243 more rigorous EGCS C++ error checking.
24244
24245Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24246
a9c64011
AS
24247 * gdb.base/help.exp: Clean up `help set args' and `help show args'
24248 tests.
24249 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
24250 function when asleep.
24251 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
24252 for i*86 Linux and SVR4 signal handling problems.
24253 Remove linux xfail for `next to handler in signals_tests_1', fixed
24254 by recent infrun.c change.
24255 Limit backtrace to 10 frames to avoid timeout problems with infinite
24256 stack backtraces.
24257 Adjust expect pattern in `handle all print' test to match Apr 28 1997
24258 target.[ch] change.
c906108c
SS
24259
24260Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
24261
24262 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
24263 for a newline from gdb before continuing.
24264 (default_gdb_exit): Just look for y or n.
24265 (gdb_test): Detect abnormal exit from GDB running on DOS; if
24266 it does, fail the rests of the tests in the file.
24267
24268Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
24269
24270 * config/cygmon.exp: New file.
24271
24272Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
24273
24274 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 24275 main" test on remote targets.
c906108c
SS
24276
24277 * gdb.base/scope.exp: Fix problem with filelocal_bss before
24278 run test on remote targets.
24279
24280Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
24281
24282 * gdb.asm: New directory.
24283 * configure.in: Configure it.
24284 * configure: Regenerate.
24285 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
24286 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
24287
24288Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
24289
24290 * config/mn10300-eval.exp: New file to support MN10300 eval board.
24291
dc96c6c7 24292Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 24293
a9c64011
AS
24294 * gdb.base/overlays (several files): Merge the two overlay
24295 managers into one. Change variables (foox, barx, bazx, grbxx)
24296 back into ints but force them to load in their proper sections.
c906108c
SS
24297
24298Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
24299
24300 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 24301 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
24302 (D10VCopy): Handle memory regions crossing 16k boundaries.
24303 (D10VCopy): Transfer data in 32 bit chunks.
24304
24305Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
24306
24307 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 24308 correct.
c906108c
SS
24309
24310 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 24311 map. Include space for printf in .text segment.
c906108c
SS
24312
24313 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 24314 updated d10v memory VMA/LMA map.
c906108c 24315 (D10VCopy): Call D10VTranslate.
d63a86f8 24316
c906108c
SS
24317Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
24318
24319 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
24320
24321 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
24322 that it won't be put into the .sdata - small data -
24323 section. Update reference.
c906108c
SS
24324 * gdb.base/baz.c (bazx, baz): Ditto.
24325 * gdb.base/foo.c (foox, foo): Ditto.
24326 * gdb.base/grbx.c (grbxx, grbx): Ditto.
24327
24328 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 24329 to be arrays.
d63a86f8 24330
dc96c6c7 24331Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 24332
a9c64011
AS
24333 * gdb.base/overlays.exp: fix up and get working again.
24334 Add tests for backtraces from an overlay function.
d63a86f8 24335
c906108c
SS
24336Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
24337
24338 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
24339 "calling function with watchpoint enabled".
24340
24341Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
24342
24343 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 24344 gdb_suppress_tests for d10v-*-*.
c906108c
SS
24345 * lib/gdb.exp (gdb_suppress_tests): Disable this function
24346 pending review of whether it is useful or not.
24347
24348Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
24349
24350 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
24351
24352Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
24353
24354 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
24355 * config/dve.exp: New file to support Densan boards.
24356
24357Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
24358
24359 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 24360 reads and BSD.
c906108c
SS
24361
24362Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
24363
24364 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
24365 response.
24366
24367 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
24368
24369Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
24370
24371 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 24372 test.
c906108c
SS
24373
24374 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 24375 target_sizeof_long and target_bigendian_p.
c906108c 24376 (structs_by_value, structs_by_reference): Check values according
889bf7c5 24377 to targets word size and endianess.
d63a86f8 24378
c906108c
SS
24379Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
24380
24381 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 24382 output.
c906108c
SS
24383
24384Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
24385
24386 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 24387 Update test of set args help to match source change.
c906108c
SS
24388
24389Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
24390
24391 * gdb.base/default.exp: Expect help system output to be in
24392 alphabetical order.
24393 * gdb.base/help.exp: Ditto.
24394
24395Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
24396
24397 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
24398 "i*86-pc-linux-gnu*".
24399 * gdb.base/interrupt.exp: Ditto.
24400 * gdb.base/corefile.exp: Ditto.
24401
24402 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 24403 define vxworks when building the testcase.
c906108c
SS
24404
24405 * gdb.base/ptype.exp: Fix testnames to be unique.
24406 * gdb.base/radix.exp: Ditto.
24407 * gdb.base/term.exp: Ditto.
24408 * gdb.base/whatis.exp: Ditto.
24409 * gdb.c++/classes.exp: Ditto.
24410
24411Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
24412
24413 * gdb.base/callfuncs.exp: Fix indentation.
24414
24415 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
24416 suppress_flag has been set.
24417 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
24418 target feature.
24419
24420Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
24421
24422 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
24423 the testcase.
24424
24425 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 24426 set_debug_traps() and breakpoint().
c906108c
SS
24427 * gdb.c++/misc.cc (main): Ditto.
24428 * gdb.c++/templates.cc (main): Ditto.
24429 * gdb.c++/virtfunc.cc (main): Ditto.
24430
24431Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
24432
24433 * lib/gdb.exp(gdb_step_for_stub): New function.
24434 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
24435 exists, reload the executable and do a "continue" instead of
24436 doing a jump.
24437 (runto_main): Use gdb_step_for_stub.
d63a86f8 24438
c906108c 24439 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 24440 tests to have unique names.
c906108c
SS
24441 * gdb.base/callfuncs.exp: Ditto.
24442 * gdb.base/commands.exp: Ditto.
24443 * gdb.base/default.exp: Ditto.
24444 * gdb.base/help.exp: Ditto.
24445 * gdb.base/list.exp: Ditto.
24446 * gdb.base/opaque.exp: Ditto.
24447 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
24448 similar tests.
d63a86f8 24449
c906108c
SS
24450 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
24451 * gdb.c++/cplusfuncs.cc: Ditto.
24452 * gdb.c++/virtfunc.cc: Ditto.
24453
24454 * config/monitor.exp: Keep track of the last file we saw, rather
24455 than trying to get the info from gdb.
24456
24457 * gdb.fortran/types.exp: Move comment to previous line.
24458
24459Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
24460
24461 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 24462 target mode.
c906108c
SS
24463
24464Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
24465
24466 From Bob Manson:
24467 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 24468 string from GDB when it connects.
c906108c
SS
24469
24470 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
24471
24472Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
24473
24474 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
24475 if we can't get a debug format from GDB (we may be testing an
24476 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
24477
24478 * gdb.stabs/weird.exp: Fix quoting.
24479
24480 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
24481
24482Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
24483
24484 * config/arm-ice.exp: New file.
24485
24486Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
24487
24488 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 24489 until it has been modified to work with the new testsuite.
c906108c 24490
99707966 24491 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
24492 testcase won't compile, cause all of the testcases in the file to
24493 fail instead.
c906108c
SS
24494
24495 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
24496 (gdb_clear_suppressed): New procedure.
24497 (gdb_stop_suppressing_tests): Only clear suppress_flag if
24498 it contains a positive value.
24499
24500Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
24501
24502 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
24503
24504 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
24505
24506Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
24507
24508 * lib/gdb.exp (setup_xfail_format): New function.
24509 (get_debug_format): New function to get debug format.
24510 (debug_format): New global variable to hold last value set
24511 by get_debug_format.
24512 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 24513 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
24514 * gdb.c++/ptype.exp: Ditto.
24515 * gdb.c++/classes.exp: Ditto.
24516 * gdb.c++/cplusfuncs.exp: Ditto.
24517 * gdb.c++/inherit.exp: Ditto.
24518 * gdb.c++/templates.exp: Ditto.
24519 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 24520
c906108c
SS
24521Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
24522
24523 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
24524 host doesn't have a currently-open connection.
24525
24526 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
24527 any gdb stub target. Handle cases where gdb doesn't respond when
24528 interrupted in a sane fashion.
c906108c
SS
24529
24530 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 24531 same thing in a totally different way.
c906108c
SS
24532
24533 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 24534 setting "timeout".
c906108c 24535 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 24536 default_gdb_init now.
c906108c
SS
24537
24538Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
24539
24540 * gdb.base/printcmds.exp: Fix "check for floating addition"
24541 regexp to accept results within approx +/- .01 of exact value.
24542 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
24543
24544Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
24545
24546 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 24547 properly.
c906108c
SS
24548 (gdb_expect): Add optional timeout parameter, and add timeout
24549 value to various calls.
24550 (gdb_suppress_tests): Only give one warning message per group.
24551
24552Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
24553
24554 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
24555 global variables. Handle getting a value for $timeout more
24556 gracefully.
c906108c
SS
24557
24558Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24559
24560 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 24561 initialize.
c906108c 24562 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 24563 by a target configuration file.
c906108c
SS
24564 (gdb_expect): Pass the timeout to remote_expect.
24565
24566 * config/monitor.exp(gdb_load): Fix typo in regexp.
24567
24568Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
24569
24570 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
24571
24572Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
24573
24574 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
24575 here. Call gdb_target_exec before rebooting the target, to make
24576 sure the connection to the target is closed.
c906108c
SS
24577 (gdb_load): Pass the name of the executable to gdb_target_monitor.
24578 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
24579 Also detect "Timeout reading from remote" error.
24580
24581 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
24582 gdb_target_monitor. Don't call gdb_file_cmd here; let
24583 gdb_target_monitor do it.
c906108c
SS
24584
24585 * gdb.disasm/hppa.exp: Don't use exec_output.
24586
24587Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
24588
24589 * gdb.base/list.exp: If we're debugging a non-native target,
24590 try to set the pc register to point to the start of the
24591 program before doing the first list command.
24592
24593 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 24594 test_calls after restarting.
c906108c
SS
24595
24596 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 24597 reloading.
c906108c
SS
24598
24599 * gdb.base/watchpoint.exp: Fix typo.
24600
24601 * gdb.base/setshow.exp: Check for use_gdb_stub.
24602
24603 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 24604 stub case.
c906108c
SS
24605 * gdb.base/langs.exp: Ditto.
24606
24607 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
24608 gdb_load_offset. If we weren't given a file to load, figure out
24609 what the current file is and use it.
c906108c
SS
24610
24611 * config/i386-bozo.exp: New file.
24612
24613Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
24614
24615 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
24616 feature.
24617
24618 * config/proelf.exp: New entry.
24619
24620Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
24621
24622 * lib/gdb.exp: Remove spurious .* patterns at the beginning
24623 of regexps.
24624
24625 * gdb.base/watchpoint.exp: Don't run the test_stepping
24626 tests if gdb can't call functions on the target.
24627
24628 * gdb.base/setshow.exp: Don't run the set prompt tests if
24629 the board has gdb_prompt set.
24630
24631Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
24632
24633 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
24634 * gdb.base/commands.exp: Likewise.
24635 * gdb.base/setshow.exp: Likewise.
24636
24637Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
24638
24639 * config/monitor.exp(gdb_start): Look for gdb_prompt target
24640 feature.
24641
24642 * config/i960.exp: New file.
24643
24644Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
24645
24646 * gdb.base/funcargs.exp: Check for gdb,short_int target
24647 feature instead of looking for explicit target triplets.
24648
dc96c6c7 24649Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 24650
d63a86f8 24651 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
24652 "p 123DEADBEEF", to check parse_number.
24653 * top.c: change "to enable to enable" to "to enable" in a couple
24654 of help strings.
24655
24656Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
24657
24658 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
24659 on the mn10300.
d63a86f8 24660
c906108c
SS
24661Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
24662
24663 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
24664 where the test executable is run with explicit args.
24665 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
24666
24667Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
24668
24669 * gdb.base/run.c: Use FAKEARGV to build test executable that
24670 does not require a command line arg, since most simulators
24671 don't currently support passing such an arg into the simulated
24672 program.
24673 * gdb.base/commands.exp: Change tests to insert the proper
24674 value as the arg to the first recursive factorial call. Change
24675 compilation line to define FAKEARGV at compile time.
24676
24677Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
24678
24679 * gdb.base/recurse.exp: Enable these tests for the mn10300.
24680 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
24681 function with watchpoint enabled" test.
24682
24683Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
24684
24685 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 24686 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
24687
24688 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 24689 "Tests restarted" messages.
c906108c
SS
24690
24691Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
24692
24693 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
24694
dc96c6c7 24695Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24696
24697 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
24698 for INFO SYMBOL; add help tests for OVERLAY commands.
24699 * gdb.base/default.exp: add tests for INFO SYMBOL command;
24700 add tests for OVERLAY commands
24701 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
24702 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
24703 * gdb.base/sigall.c: add usestubs code frag
24704 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 24705
c906108c
SS
24706Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
24707
24708 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
24709 failures.
24710 (gdb_stop_suppressing_tests): Note that tests have restarted.
24711
24712Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
24713
24714 * config/h8300.exp: New file.
24715
24716Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
24717
24718 * gdb.base/setshow.exp: Check for the existence of a
24719 feature, not its value.
24720
24721Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
24722
24723 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
24724
24725 * gdb.base/scope.exp: It's now init0(), not init().
24726
24727 * gdb.base/scope0.c: For now, change init() to be init0().
24728
24729 * config/monitor.exp: Use gdb_serial in preference to serial
24730 or netport.
24731
24732 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 24733 and it's not already set.
c906108c
SS
24734
24735Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
24736
24737 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 24738 isn't using a stub and if it supports argument passing.
c906108c
SS
24739
24740Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
24741
24742 * config/udi.exp(gdb_start): Make sure UDICONF is set
24743 properly before starting gdb.
24744
24745Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
24746
24747 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
24748 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
24749 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
24750
24751Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
24752
24753 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 24754 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
24755
24756 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
24757
24758 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
24759
24760 * config/monitor.exp: Make sure we disconnect from the target.
24761 Also, try a reboot/reload cycle instead of failing if the
24762 load fails.
24763
24764Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
24765
24766 * gdb.base/default.exp: Don't set match_max.
24767 * gdb.base/help.exp: Ditto.
24768 * gdb.base/list.exp: Ditto.
24769 * gdb.base/signals.exp: Ditto.
24770
24771 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
24772 set, use remote_ld to download the testcase instead of
24773 the GDB loader.
24774
24775Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
24776
24777 * config/vr5000.exp: New file.
24778
24779 * config/monitor.exp(gdb_target_monitor): Add pattern for
24780 "Ending remote" to detect errors in connecting.
24781
24782 * gdb.base/setshow.exp: Add .* within auto language test.
24783
24784 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
24785 target feature.
24786
24787 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 24788 and reboot the board if necessary.
c906108c
SS
24789
24790 * gdb.base/setvar.exp(test_set): Handle multiple prints within
24791 a set of tests. Remove print.* from the patterns being checked.
24792
24793Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
24794
24795 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
24796 refer to gdb_spawn_id.
24797
24798 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
24799 longer used.
24800 * config/sparclet.exp: Ditto.
24801 * config/sparclet-old.exp: Ditto.
24802 * config/slite.exp: Ditto.
24803 * config/sim.exp: Ditto.
24804 * gdb.base/funcargs.exp: Ditto.
24805
24806 * lib/gdb.exp:Remove references to gdb_spawn_id.
24807 (gdb_expect): Move to remote.exp.
24808
24809Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
24810
24811 * config/monitor.exp: Detect the "Couldn't establish connection"
24812 message from GDB.
24813
24814Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
24815
24816 * gdb.base/bitfields.exp: Use runto instead of explicit
24817 gdb_run_cmd/gdb_expect sequences.
24818
24819 * gdb.base/break.exp(text_next_with_recursion): Add match for
24820 gdb_expect call.
24821
24822 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
24823 We also need to handle the "A program is being debugged already"
24824 prompt from gdb. Use gdb_test to set the baud rate.
24825
24826 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
24827 to 20000. Really. I mean it.
24828
24829Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24830
24831 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
24832 fails. If suppress_flag is set, skip perror message about not
24833 being able to send to GDB.
c906108c 24834 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 24835 GDB.
c906108c
SS
24836 (gdb_expect): If suppress_flag is set, always fail immediately.
24837 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
24838 (gdb_init): Call gdb_stop_suppressing_tests.
24839 (default_gdb_exit): Ditto.
24840 (default_gdb_start): Ditto.
24841
24842 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 24843 gdb_stop_suppressing_tests as appropriate.
c906108c 24844 * gdb.base/break.exp: Ditto.
889bf7c5 24845 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
24846 * gdb.base/commands.exp: Ditto.
24847 * gdb.base/exprs.exp: Ditto.
889bf7c5 24848 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
24849 * gdb.base/list.exp: Ditto.
24850 * gdb.base/recurse.exp: Ditto.
889bf7c5 24851 * gdb.base/scope.exp: Ditto.
c906108c
SS
24852 * gdb.base/structs.exp: Ditto.
24853 * gdb.c++/inherit.exp: Ditto.
24854
24855Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
24856
24857 * config/vr4300.exp: New file.
24858
99707966 24859 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 24860
99707966 24861 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
24862
24863Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
24864
24865 * lib/gdb.exp(gdb_init): New function.
24866
24867 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 24868 for each individual variable set.
c906108c
SS
24869
24870 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
24871 name.
24872
24873 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
24874
24875 * gdb.base/scope.exp: Use gdb_test.
24876
24877 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
24878 aborting; the testsuite driver will do that for us (see
24879 gdb_finish). Also, use gdb_test in a few more places.
24880
24881Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
24882
24883 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
24884
24885Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
24886
24887 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
24888 and "add_tests" are not at the same address.
24889
24890Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
24891
24892 * gdb.base/ptype.exp: Use gdb_test.
24893
24894Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
24895
24896 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
24897 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
24898 left in. No longer expect them to fail.
24899
24900 * gdb.stabs/*.mt; Deleted, no longer used.
24901 * gdb.stabs/configure.in: Remove references to target makefile
24902 frags.
24903 * gdb.stabs/configure: Rebuilt.
24904
24905 * gdb.disasm/*.mt: Deleted, no longer used.
24906 * gdb.disasm/configure.in: Remove references to target makefile
24907 frags. Use "sh3.s" as the unique filename for this directory.
24908 * gdb.disasm/configure: Rebuilt.
24909
24910 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
24911 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
24912 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
24913
24914Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
24915
24916 * config/udi.exp: Use mondfe,name instead of remote_host.
24917
24918Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
24919
24920 * gdb.base/watchpoint.exp: Don't expect a failure when calling
24921 a function with a watchpoint enabled on the mn10200.
24922
24923 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
24924 before trying to create it!
24925
24926Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
24927
24928 * config/vx.exp: Use hostname instead of netport.
24929
24930 * config/vxworks.exp: New file.
24931
24932 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
24933
24934 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 24935 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
24936 occurs.
24937
24938 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
24939 $gdb_spawn_id directly.
24940 (gdb_run_cmd): Try _start as well as start. Use the target feature
24941 gdb,start_symbol as the symbol to start from when jumping.
24942
24943Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
24944
24945 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
24946 redundant) test.
24947
24948 * gdb.base/recurse.exp: Relax final value test for 'b' so that
24949 it doesn't lose for 16bit integer systems.
24950
24951Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
24952
24953 * gdb.fortran/types.exp: If the target doesn't support "double"
24954 data types, then expect "real" types to only be 4 bytes.
24955
24956 * gdb.c++/virtfunc.exp: Expect failure for virtual function
24957 call tests if the target doesn't support inferior function calls.
24958
24959 * gdb.base/printcmds.exp: Allow minor deviation in FP values
24960 in printf tests.
24961
24962Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
24963
24964 * gdb.base/help.exp: Disable "help set", "help show", and
24965 "help support". Simplify regexp for "help stack".
24966
24967 * gdb.base/default.exp: Set match_max to 5000 and the timeout
24968 to 60 seconds. Temporarily set match_max to 15000 around the
24969 "info copying" test.
24970
24971 * gdb.base/nodebug.exp: Don't try to do an inferior function
24972 call if the target doesn't support them.
24973 * gdb.base/printcmds.exp: Likewise.
24974 * gdb.base/setvar.exp: Likewise.
24975 * gdb.base/structs.exp: Likewise.
24976 * gdb.c++/templates.exp: Likewise.
24977 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
24978
24979 * gdb.base/recurse.exp: Enable for the mn10200.
24980
24981 * configure.in: Do configure gdb.stabs directory for *-*-elf
24982 targets.
24983 * configure: Rebuilt.
24984
24985 * gdb.base/break.exp: Check for gdb,noresults before testing
24986 exit status and/or results from the target.
24987 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
24988 * lib/gdb.exp: Remove old (now bogus) initialization of
24989 noinferior, noargs, noresults and nosignals.
24990
24991Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
24992
24993 * config/sh.exp: New file.
24994
24995 * config/slite.exp: Try to connect multiple times to the board
24996 before rebooting. Only send a "monitor run" if need_monitor_run
24997 is set.
24998
24999 * gdb.base/break.exp: Don't do the "stub continue" test if
25000 the target has gdb_stub set.
25001
25002 * gdb.base/callfuncs.exp: Increase the timeout.
25003
25004 * gdb.base/interrupt.exp: Don't even try to compile the testcase
25005 if the target has gdb,noinferiorio set.
25006
25007 * gdb.base/list.exp: Increase match_max to 10000 characters.
25008
25009 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
25010
25011 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
25012 target.
25013
25014 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
25015
25016Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
25017
25018 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
25019 trying to delete the copy of gdb. Catch the file delete so we
25020 don't die if the delete fails; also, the file should be copied to
25021 the host, not to the build.
c906108c
SS
25022
25023Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
25024
25025 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 25026 parenthesis in case it contains multiple regexps separated
c906108c
SS
25027 with |.
25028
25029 * gdb.base/watchpoint.exp: Use gdb_test.
25030 * gdb.base/default.exp: Ditto.
25031
25032Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
25033
99707966 25034 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 25035
c906108c
SS
25036 * gdb.base/scope.exp: Use gdb_test.
25037 * gdb.c++/classes.exp: Ditto.
25038 * gdb.c++/inherit.exp: Ditto.
25039
25040Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
25041
25042 * gdb.base/crossload.exp: Don't use execute_anywhere, use
25043 remote_exec instead.
25044 * gdb.base/corefile.exp: Don't be ridiculous.
25045 * gdb.base/*.c: Add missing stub invocations.
25046
25047Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
25048
25049 * config/slite.exp: Miscellaneous fixes.
25050
25051 * lib/gdb.exp: Fix runto.
25052
25053 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
25054 the target.
25055
25056 * gdb.base/watchpoint.exp: Fix regexp.
25057
25058 * lib/gdb.exp(default_gdb_exit): Add a catch to the
25059 close and wait commands, as the descriptor may now be
25060 invalid. Always call "remote_close host".
25061
25062Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
25063
25064 Major rewrite for testsuite revision.
d63a86f8 25065
c906108c
SS
25066 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
25067 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
25068 instead of relying on spawn_id to always contain a valid
25069 spawn id.
25070 (get_compiler_info): New procedure to build the ${binfile}.ci
25071 file, instead of replicating this in N different places.
25072 (gdb_compile): New procedure.
d63a86f8 25073
c906108c 25074 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
25075 appropriate arguments) instead of compile. Use gdb_test in a lot
25076 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
25077 at the start of a testcase, as this is no longer done magically.
25078
25079 config/*-gdb.exp: Rename without the -gdb suffix.
25080
25081 config/mips.exp: Use remote_close instead of exit_remote_shell.
25082 config/monitor.exp: Use target_info instead of looking at
25083 baud, timeout, etc.
25084 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
25085
25086Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25087
25088 * gdb.c++/templates.exp (test_ptype_of_templates),
25089 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
25090 Update expect patterns for destructors and assignment operators
25091 to match corresponding c-typeprint.c changes.
25092 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
25093 to destructor breakpoint test, GDB should be able to set the
25094 destructor breakpoint without specifying arguments.
25095
25096Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
25097
25098 * gdb.threads/pthreads.exp: Change result for failure to compile due
25099 to lack of pthreads runtime support from an error to simply an
25100 unsupported test, per dejagnu standards.
25101
25102Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25103
25104 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
25105 where GDB exits to reduce pattern match time.
25106 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
25107
25108 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
25109
dc96c6c7 25110Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25111
25112 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
25113 * gdb.base/default.exp: ditto.
25114 * gdb.base/nodebug.exp: ditto.
25115 * gdb.base/printcmds.exp: ditto.
25116 * gdb.base/ptype.exp: ditto.
25117 * gdb.base/setvar.exp: ditto.
25118 * gdb.base/structs.exp: ditto.
25119 * gdb.base/setshow.c: Guard against uninitialized values of argc.
25120
25121Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
25122
25123 * configure, */configure: Rebuild with autoconf 2.12.
25124
25125Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
25126
25127 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
25128 use new i*86-pc-linux*-gnu quads.
25129 * gdb.base/corefile.exp: Ditto.
25130 * gdb.base/signals.exp: Ditto.
25131 * gdb.base/sigall.exp: Ditto.
25132 * gdb.base/interrupt.exp: Ditto.
25133
25134 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
25135 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
25136 RedHat 4.0.
d63a86f8 25137
c906108c 25138 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
25139 linux. This allows the test case to at least compile on latest
25140 linux, but still not run due to missing the threads runtime library.
c906108c
SS
25141
25142Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25143
25144 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
25145 directory to search gdb directory. Accept and step over conditional
25146 stack alignment code. Consume $prompt in failure cases.
25147 Reset timeout to $oldtimeout instead of some arbitrary value.
25148 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
25149 timeout problems with infinite stack backtraces.
25150 * gdb.base/ptype.exp (ptype struct link, union tu_link):
25151 Accept function parameters for linkfunc member.
25152
25153Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
25154
25155 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
25156 (CXXFLAGS): Remove, unreferenced.
25157 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
25158 previous -B options and also add -B option to pick up cross compiled
25159 runtime.
c906108c
SS
25160 (TARGET_INCLUDES): Add for -I options and add code to initialize when
25161 doing cross compiles.
25162 (target_alias): Declare global.
25163 (xgcc): Set variable to full path of gcc in build tree. Use findfile
25164 to verify that gcc exists in build tree, and if so set CC to that
25165 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 25166
c906108c
SS
25167Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
25168
25169 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
25170 ptype test for anonymous union. Fixup testcase to match
25171 current gcc debug output.
25172
25173Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
25174
25175 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
25176 force argument to an unsigned long type.
25177
25178Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
25179
25180 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 25181 tests and anonymous union print/ptype tests.
c906108c
SS
25182 * gdb.base/list.exp (test_forward-search): Increase timeout by
25183 5 minutes for the "search extremely long line" case.
25184 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
25185 completely optional and that the pass/fail messages use the command as
25186 the message if that third arg is a null string.
25187 (gdb_test_exact): Arrange that a null string pattern means match a
25188 null string output rather than any output, which might include random
889bf7c5 25189 errors.
c906108c
SS
25190 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
25191 backtrace test.
25192 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
25193 always failing and failure is now exposed by gdb.exp changes.
25194
25195Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
25196
25197 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
25198 weren't being noted.
25199
25200Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25201
25202 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
25203 * gdb.stabs/weird.exp: Remove v_comb xfails.
25204
dc96c6c7 25205Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25206
25207 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 25208 list.exp scope.exp watchpoint.exp]
c906108c 25209 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 25210
dc96c6c7 25211Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25212
25213 * config/monitor.exp: Increase download timeout to 1000 seconds.
25214
dc96c6c7 25215Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25216
25217 * config/m32r.exp: Increase timeout to 120 seconds.
25218
25219Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
25220
25221 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
25222 and accept older ordering as obsolescent gcc or gdb.
25223 * gdb.c++/templates.exp: Ditto.
25224 * gdb.c++/virtfunc.exp: Ditto.
25225
25226Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
25227
25228 * gdb.base/coremaker.c: Add code to mmap some data so we
25229 can check that it ends up in the core file.
25230 * gdb.base/corefile.exp: Add test to read mmapped data
25231 from core file.
25232
dc96c6c7 25233Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25234
25235 * config/m32r.exp: New file.
25236
25237Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
25238
25239 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
25240 that cflags can contains -gstabs, and work correctly for other tests.
25241
dc96c6c7 25242Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25243
25244 * gdb.base/setshow.exp: New file, tests show and set.
25245 * gdb.base/setshow.c: New file, tests show and set.
25246 * gdb.base/help.exp: Add test for help set|show annotate.
25247 * gdb.base/default.exp: Add test for set|show annotate.
25248
25249Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
25250
25251 * testsuite/gdb.base/break.exp: Make backtrace from factorial
25252 errors unique.
25253 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
25254 explicitly.
25255
25256Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
25257
25258 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
25259 and width commands. This is done elsewhere.
25260 * (gdb_start): Don't call gdb_start_sim here. That's already
25261 done in gdb_load. This fixes lots of failures in default.exp.
25262
25263Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
25264
25265 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
25266 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
25267 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
25268 in the same we we treat other failures (since it may be an expected
889bf7c5 25269 condition), rather than as an error.
c906108c
SS
25270 * gdb.base/signals.exp (test_handle_all_print): Revert back to
25271 old test format.
25272
25273Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
25274
25275 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
25276 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 25277 twice. Nuke the duplicates.
c906108c 25278 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 25279 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
25280 Remove config.h along with other config files.
25281
25282Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
25283
25284 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
25285 "p func1 ()" and note that rests of tests are skipped.
25286 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 25287 setup_xfails for "print func2::coremaker_local".
c906108c
SS
25288 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
25289 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
25290 affected by the previous run test.
25291 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
25292 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
25293 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
25294 "pass int powerset tuple" and "pass modeless int powerset tuple".
25295 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
25296 "real write 4" and "real write 8".
25297 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 25298 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
25299 "print \$i after tuple assign 2", and
25300 "print vs2 after tuple assign 2".
25301 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
25302 meaningful error message and return -1 so the caller can
25303 suppress further tests and avoid a cascade of errors.
d63a86f8 25304
c906108c
SS
25305Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
25306
25307 * gdb.base/a1-selftest.exp: Tweak tests to account for new
25308 format for printing version.
25309 * gdb.base/default.exp: Ditto.
25310 * gdb.base/interrupt.exp: Fix problem with cascade of
25311 errors if child process dies while calling a function.
d63a86f8 25312
c906108c
SS
25313Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
25314
25315 * Makefile.in (VPATH): Add
25316 * Makefile.in (Makefile, config.status): Fix rules so things get
25317 remade when necessary.
25318
25319Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
25320
25321 * Makefile.in (just-check): Add path to sibling expect dir
25322 to environment variable specified by RPATH_ENVVAR.
25323
25324Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
25325
25326 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
25327 (just-check): Add shared library paths for libstdc++, tk,
25328 tcl, bfd, and opcodes to the environment variable specified
25329 in RPATH_ENVVAR.
25330 * configure.in: Add support to recognize --enable-shared flag
25331 and generate correct value for RPATH_ENVVAR.
25332 * configure: Regenerated with autoconf.
25333
25334Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
25335
25336 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 25337 include all osf versions.
c906108c
SS
25338 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
25339 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
25340 when target is linux. When failing to build pthreads test
25341 executable, give more meaningful message.
25342 * gdb.threads/pthreads.c: Hpux also uses old definition of second
25343 arg for pthread_create.
d63a86f8 25344
c906108c
SS
25345Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
25346
25347 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 25348 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 25349 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 25350 and -lpthreads (everybody else).
c906108c
SS
25351 (test_startup): Fail gracefully if threads are not supported.
25352 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
25353 "p/c array_index("abcdef",2)" when not gcc compiled.
25354 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
25355 "print func2::coremaker_local" when not gcc compiled.
25356 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
25357 "ptype on opaque struct tagname (statically)",
25358 "ptype on opaque struct tagname (dynamically) 1", and
25359 "ptype on opaque struct tagname (dynamically) 2"
25360 for not compiled with gcc.
25361 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
25362 backtrace when compiled with gcc.
d63a86f8 25363 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
25364 than always return success.
25365
25366Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
25367
25368 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
25369
25370Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
25371
25372 * gdb.base/structs.exp: Undo last change.
25373
25374Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
25375
25376 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
25377 encapsulate all the steps/nexts done during self test, starting
25378 at main, and makes them less sensitive to optimization issues.
25379 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
25380 signal handler" test.
25381 * gdb.threads/pthreads.exp: Only run this for native configs.
25382 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
25383 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
25384 tests.
25385 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
25386 for "runto test_calls(void)" test.
d63a86f8 25387
c906108c
SS
25388Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
25389
25390 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
25391 and don't expect address info in breakpoint confirmations.
25392
25393Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
25394
25395 * gdb.base/list.exp (test_forward_search): Increase timeout
25396 temporarily by 60 seconds for searching extremely long line,
889bf7c5 25397 and then reset to old value when done. Increase expect input
c906108c
SS
25398 buffer to 10000.
25399
25400Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
25401
25402 * gdb.base/list.exp (test_forward_search): Fix to handle very
25403 long source line without overflowing expect's input buffer.
25404
25405Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
25406
25407 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
25408 "buffer_full".
25409
25410 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
25411 "buffer_full".
25412
25413 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
25414 "buffer_full".
25415
25416 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
25417 "buffer_full".
25418
25419Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
25420
25421 * configure.in (configdirs): Add gdb.threads.
25422 * configure: Regenerated with autoconf.
25423 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
25424 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
25425 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 25426
c906108c
SS
25427Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
25428
25429 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
25430
25431Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
25432
25433 * gdb.base/signals.exp (test_handle_all_print): Test separately for
25434 each signal's status in the output of "handle all print".
25435 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
25436 the \r\n sequence that immediately precedes the gdb prompt.
25437 * gdb.base/a1-selftest.exp: Save original timeout and restore
25438 after test.
25439
25440Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
25441
25442 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
25443 symbol.
25444
25445Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
25446
25447 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
25448
25449Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
25450
25451 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
25452 timeout by 60 seconds.
25453
25454Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
25455
25456 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
25457 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
25458 error return.
25459
25460Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
25461
25462 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
25463 gdb initialization, also report how long dejagnu waited. Restore
25464 old timeout before doing error return. Temporarily increase timeout
889bf7c5 25465 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
25466
25467Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
25468
25469 * lib/gdb.exp: Report timeout value for verbosity level 2.
25470 * config/gdbserver.exp: Ditto.
25471 * config/hppro.exp: Ditto.
25472 * config/mips-gdb.exp: Ditto.
25473 * config/monitor.exp: Ditto.
25474 * config/netware.exp: Ditto.
25475 * config/sim-gdb.exp: Ditto.
25476 * config/slite-gdb.exp: Ditto.
25477 * config/udi-gdb.exp: Ditto.
25478 * config/unix-gdb.exp: Ditto.
25479 * config/vx-gdb.exp: Ditto.
25480 * gdb.base/a1-selftest.exp: Ditto.
25481 * gdb.base/a2-run.exp: Ditto.
25482 * gdb.base/break.exp: Ditto.
25483 * gdb.base/corefile.exp: Ditto.
25484 * gdb.base/list.exp: Ditto.
25485 * gdb.base/recurse.exp: Ditto.
25486 * gdb.base/scope.exp: Ditto.
25487 * gdb.base/signals.exp: Ditto.
25488
25489Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25490
25491 * gdb.threads/Makefile.in (docdir): Removed.
25492
25493Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25494
25495 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 25496 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 25497 @srcdir@.
d63a86f8 25498 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
25499 autoconf 2.5 or higher.
25500 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
25501
25502Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
25503
25504 * configure: Regenerated.
25505 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
25506 avoid name clashes with SunOS headers.
25507
25508Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
25509
25510 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
25511
25512Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
25513
25514 * gdb.base/callfuncs.exp: Finish last change -- make sure the
25515 prototype information ends up in the compiler info file.
25516
25517Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
25518
25519 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
25520 attempting to regenerate it. Eliminate use of a temporary file
25521 and just generate the info file directly. Source it immediately,
25522 for consistency of use.
25523 * gdb.base/corefile.exp: Ditto
25524 * gdb.base/exprs.exp: Ditto.
25525 * gdb.base/funcargs.exp: Ditto.
25526 * gdb.base/langs.exp: Ditto.
25527 * gdb.base/list.exp: Ditto.
25528 * gdb.base/mips_pro.exp: Ditto.
25529 * gdb.base/nodebug.exp: Ditto.
25530 * gdb.base/opaque.exp: Ditto.
25531 * gdb.base/ptype.exp: Ditto.
25532 * gdb.base/scope.exp: Ditto.
25533 * gdb.base/setvar.exp: Ditto.
25534 * gdb.base/signals.exp: Ditto.
25535 * gdb.base/whatis.exp: Ditto.
25536 * gdb.c++/templates.exp: Ditto.
25537 * gdb.c++/virtfunc.exp: Ditto.
25538 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 25539 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
25540
25541Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25542
25543 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
25544 it got fixed by the recent lookup_minimal_symbol_by_pc change.
25545 Increase timeout, a lot of single stepping might be needed if the
25546 target has no hardware watchpoints.
25547
25548Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
25549
25550 * gdb.base/break.exp: Ignore compiler warnings when compiling
25551 break.c.
25552 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
25553 * gdb.base/default.exp: Add h8300 xfails. Handle messages
25554 from remote-sim.
25555 * gdb.base/exprs.exp: Add h8300 xfails.
25556 * gdb.base/funcargs.exp: Likewise.
25557 * gdb.base/nodebug.exp: Likewise.
25558 * gdb.base/printcmds.exp: Likewise.
25559 * gdb.base/ptype.exp: Likewise.
25560 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
25561 h8300 xfails.
d63a86f8 25562 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
25563 on the h8300.
25564 * gdb.base/funcargs.c: Explicitly make last constant argument to
25565 call_after_alloca_subr an unsigned long type.
25566 * gdb.base/return.c: Include stdio.h.
25567
25568Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
25569
25570 * config/abug.exp: New file for the older Motorola Bug monitor
25571 that runs on the mvme13x series VME boards.
25572 * config/monitor.exp: Use the new config array for target settings
25573 if they exist.
25574
25575Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
25576
25577 * sim-gdb.exp: Make the SH simulator allocate less space when
25578 it is targeted.
25579
25580Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
25581
25582 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
25583 test.
25584
25585Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
25586
25587 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
25588 "rs6000-*-*" for "list function in include file" when gcc compiled.
25589 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
25590 for "p ctable1[120]".
25591 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
25592 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
25593 Remove setup_xfail for "rs6000-*-*" for
25594 "print 'scope0.c'::filelocal before run".
25595 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
25596 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
25597 since some compilers don't allow both options to be given
25598 on the same command line. Create object file and move it.
d63a86f8 25599
c906108c
SS
25600Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
25601
25602 * gdb.base/corefile.exp: Always regenerate the core file, since
25603 we always regenerate the coremaker program. Detect special case
25604 where registers cannot be read from core file.
d63a86f8 25605
c906108c
SS
25606Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
25607
25608 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
25609 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
25610 * gdb.c++/templates.exp: Only match on basename of file since
25611 some formats like xcoff don't encode directory information.
25612 * gdb.stabs/weird.exp: Use the right sed script for powerpc
25613 and rs6000 AIX xcoff targets.
25614 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
25615 * configure: Regenerate.
25616 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
25617 here, rather than in distclean.
d63a86f8 25618
c906108c
SS
25619Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
25620
25621 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
25622 defined, and use it to compile the test case with -O2. The
25623 native compilation still uses no optimization.
25624 * gdb.base/mips_pro.c: Remove inline assembly code since
25625 it is compiled PIC by default, which results in assembler
25626 warnings that make the testsuite think the compilation
25627 was unsuccessful.
25628
25629Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
25630
25631 * gdb.c++/misc.exp: Add note to message for
25632 "print s.a for foo struct" that this is a known gcc 2.7.2
25633 and earlier bug.
25634
25635Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
25636
25637 * gdb.base/break.exp: Fix pattern for matching "Delete all
25638 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
25639 setup_xfail for deleting all breakpoints test. Fix various
25640 timeout messages to include "(timeout)".
25641 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
25642 for "p t_float_values2(3.14159,float_val2)".
25643 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
25644 for "continue to call2g" when gcc compiled.
25645 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
25646 "up to foo in langs.exp", "show language at foo in langs.exp",
25647 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
25648 and "show language at fsub in langs.exp".
25649 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
25650 "list line 1 in include file", "list message for lines past EOF",
25651 "list function in include file", "list list0.h:foo", and
25652 "list filename:function; nonexistant function".
25653 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
25654 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
25655 and "ptype t_char_array" to be for native cc only.
d63a86f8 25656
c906108c
SS
25657Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
25658
d63a86f8 25659 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 25660 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 25661 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
25662
25663Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
25664
25665 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
25666 "bt in signals.exp". This problem only appears when running
25667 the testsuite, and then only intermittently.
25668
25669Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
25670
25671 * gdb.base/return.exp (return_tests): Differentiate between
25672 two tests of continuing.
25673
25674Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
25675
25676 * */Makefile.in (maintainer-clean): Remove config.log.
25677 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
25678 * gdb.c++/Makefile.in (PROGS): Add inherit.
25679 (clean): Remove *.ci.
25680
25681Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
25682
25683 * gdb.c++/misc.cc: Add test code from Mike Stump.
25684 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
25685
25686Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
25687
25688 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
25689 to "alpha-*-osf2*" and add comment.
25690 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
25691 setup_xfail for "step over execarg initialization" and
25692 "step over corearg initialization".
c906108c
SS
25693 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
25694 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
25695 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 25696 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
25697 "print func2::coremaker_local", and "backtrace in corefile.exp".
25698 * gdb.base/signals.exp: Build and source signals.ci.
25699 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
25700 to be for gcc only.
25701 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 25702
c906108c
SS
25703Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25704
25705 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
25706 Feb 3 procfs.c change.
25707
25708Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
25709
25710 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
25711
25712Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
25713
25714 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
25715 from dejagnu's apparent default of 10 seconds, which gives random
25716 results when running the tests over NFS on moderately loaded systems.
25717 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
25718
25719Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
25720
25721 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
25722 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 25723 result reports.
c906108c
SS
25724
25725Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
25726
25727 * configure.in (CY_AC_PATH_TCLH): Remove.
25728 * configure: Regenerate.
25729
25730Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
25731
25732 * gdb.c++/Makefile.in (clean): Add missing '{'.
25733
25734Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
25735
25736 * lib/gdb.exp: Provide a default value for noinferior.
25737
25738 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
25739 Load libgloss.exp.
25740
25741Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
25742
25743 * gdb.disasm/hppa.exp: Compile directly into an executable, use
25744 the executable, not the .o to run the tests from.
25745
25746Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
25747
25748 * gdb.base/break.exp: Don't test for program exit or exit status
25749 if $noresults if nonzero.
25750 * gdb.base/langs.exp: Likewise.
25751 * gdb.base/watchpoint.exp: Likewise.
25752
25753 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
25754 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
25755 trying to compile the testcase.
25756
25757Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
25758
25759 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
25760 * gdb.base/signals.exp (continue to handler): Likewise.
25761
25762Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
25763
25764 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
25765
25766 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
25767
25768Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
25769
25770 * gdb.base/corefile.exp: Recognize "not found" as failure
25771 when trying to determine if a core file was generated.
25772 If no core file was generate the first time, try again without
25773 the ulimit -c to work around braindamaged shells.
25774
25775Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
25776
25777 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
25778 [] tests with "test" and enclose string in quotes.
25779 * gdb.stabs/configure: Rebuild
d63a86f8 25780
c906108c
SS
25781Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
25782
25783 Changes in sync with expect:
25784 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
25785 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
25786 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
25787 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
25788 argument to AC_REQUIRE.
25789 * configure: Regenerated.
25790
25791Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
25792
25793 * gdb.base/corefile.exp: When generating a core, discard any
25794 error messages about ulimit not found and the "core dumped"
25795 message from the shell that runs the coredumper.
25796
25797Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
25798
25799 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
25800
25801 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
25802 which sed script to run. Expect failure for v_comb test
25803 on PA targets too.
d63a86f8 25804
c906108c
SS
25805Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
25806
25807 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 25808 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
25809
25810Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
25811
25812 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
25813 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 25814 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
25815 * lib/gdb.exp (default_gdb_start): Fix typo.
25816 * gdb.base/corefile.exp: Allow "Core was generated by ..."
25817 messages to not include the full program name that caused
25818 the core dump since some systems (such as solaris) apparently
25819 truncate this path to about 80 characters.
25820 When generating a core file first try increasing the core file
25821 size limit to unlimited since some systems may default it to
25822 zero, and it is harmless to try it. Move the test for failing
25823 to generate a core file to where it will actually get executed.
25824 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
25825 new gdb result from g++ debug info improvements and make old
25826 pattern obsolescent. Also account for size_t differences
25827 (may be int or long).
25828 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
25829 initialization before function call is placed in the delay slot
25830 and thus appears to be skipped over by commands such as "next".
25831
25832Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
25833
25834 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
25835
25836Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
25837
25838 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
25839 input source file; fix code to compile test to deal with this
25840 convention.
25841 * gdb.c++/*.exp: Likewise.
25842
25843Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
25844
25845 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
25846 "bt in signals.exp".
25847
25848Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
25849
25850 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
25851 "step over execarg initialization" and
889bf7c5 25852 "step over corearg initialization".
c906108c
SS
25853
25854Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
25855
25856 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
25857 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
25858
25859Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
25860
25861 From Rob Savoye (rob@poseidon.cygnus.com)
25862 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
25863 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
25864 configure.in}, gdb.disasm/{Makefile.in, configure.in},
25865 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
25866 configure.in}: Major reworking for autoconfig.
c906108c
SS
25867 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
25868 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 25869 New files.
c906108c
SS
25870 * config/unix-gdb.exp: Make GDB global.
25871 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
25872 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
25873 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
25874 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
25875 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
25876 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 25877 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
25878 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
25879 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
25880 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
25881 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 25882 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
25883 to returns as necessary, arrange for test to compile own testcase
25884 executable.
c906108c 25885 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 25886
c906108c
SS
25887Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
25888
25889 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 25890 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
25891 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
25892 "backtrace through signal handler".
25893
25894Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25895
25896 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
25897 continuing from a job control stop signal.
25898 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
25899
25900Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
25901
25902 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
25903 * gdb.base/corefile.exp: Likewise.
25904 * gdb.base/funcargs.exp: Likewise.
25905
25906Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
25907
25908 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
25909 * config/monitor.exp: Add support for setting baud rate.
25910
25911Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
25912
25913 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
25914 i*86-*-linux* xfails for "backtrace through signal handler".
25915 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
25916 "print func2::coremaker_local".
25917 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 25918 alpha-dec-osf2* xfail for
c906108c
SS
25919 "delete all breakpoints when none".
25920
25921Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
25922
25923 * gdb.base/break.exp: Change test that deletes all breakpoints
25924 when no user breakpoints are installed. A post 4.15 change
25925 causes gdb to no longer prompt in this case.
25926
25927Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
25928
25929 * gdb.base/return.exp (return_tests): Change xfail for test
25930 "correct value returned double test" to stop xfailing at
25931 Solaris 2.5. Apparently the bug has been fixed.
25932
25933Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
25934
25935 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
25936 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
25937
25938Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
25939
25940 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
25941 * gdb.disasm/hppa.s: Corresponding changes.
25942
25943Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
25944
25945 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
25946 makefile fragment.
25947 * config/mt-hpux: Deleted.
25948
25949Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
25950
d63a86f8 25951 * Many files: When warning about suppressed tests due to a
c906108c
SS
25952 nonexistant test binary, avoid incrementing the warning count.
25953
25954Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
25955
25956 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 25957
c906108c
SS
25958Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25959
25960 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
25961 "sparc-*-solaris2*".
25962
25963Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25964
25965 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
25966 Add global and local variables and initialize them.
25967 * gdb.base/corefile.exp: Test correct mapping of corefile sections
25968 by printing variables. Remove rs6000 and powerpc xfails, BFD now
25969 extracts the file name and terminating signal from the core file.
25970 * TODO: Remove note about tests for correct mapping of corefile.
25971 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
25972 from optimizing it away.
25973 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
25974 handles common blocks.
25975
25976Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
25977
25978 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
25979 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
25980
25981Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
25982
25983 * Makefile.in (maintainer-clean): New target, synonym for
25984 realclean.
25985 * gdb.base/Makefile.in (maintainer-clean): Likewise.
25986 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
25987 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
25988 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
25989 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
25990 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
25991
25992Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
25993
25994 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
25995 xfails when not gcc compiled for "print foo::funclocal".
25996 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
25997 "print foo::funclocal at foo",
25998 "print 'scope1.c'::foo::funclocal at foo",
25999 "print foo::funclocal_bss at foo",
26000 "print 'scope1.c'::foo::funclocal_bss at foo",
26001 "print foo::funclocal_ro at foo",
26002 "print 'scope1.c'::foo::funclocal_ro at foo",
26003 "print bar::funclocal at foo" and
26004 "print 'scope1.c'::bar::funclocal at foo".
26005 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
26006 gcc compiled for "print foo::funclocal at bar".
26007 Expand all messages to ensure that they identify that
26008 the test is at bar().
26009 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
26010 gcc compiled for:
26011 "ptype on opaque struct pointer (statically)",
26012 "ptype on opaque struct tagname (statically)",
26013 "ptype on opaque struct pointer (dynamically) 1",
26014 "ptype on opaque struct tagname (dynamically) 1",
26015 "ptype on opaque struct pointer (dynamically) 2" and
26016 "ptype on opaque struct tagname (dynamically) 2
26017 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
26018 gcc compiled for:
26019 "p datalocal"
26020 "whatis datalocal",
26021 "ptype datalocal",
26022 "p bsslocal",
26023 "whatis bsslocal", and
26024 "ptype bsslocal".
26025 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
26026 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
26027 when not gcc compiled.
26028 * gdb.base/funcargs.exp (float_and_integral_args): Add
26029 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
26030 compiled.
26031 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
26032 "backtrace from call6a" when not gcc compiled.
26033 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
26034 "backtrace from call7a" when not gcc compiled.
26035 * gdb.base/callfuncs.exp (do_function_calls):
26036 Add "hppa*-*-hpux*" xfail when not gcc compiled for
26037 "p t_char_array_values(char_array_val2,char_array_val1)",
26038 "p t_char_array_values(char_array_val1,char_array_val2)",
26039 "p t_char_array_values("carray 1","carray 2")",
26040 "p t_char_array_values("carray 1",char_array_val2)",
26041 "p t_char_array_values(char_array_val1,"carray 2")",
26042 "p sum_args(1,{2})",
26043 "p sum_args(2,{2,3})",
26044 "p sum_args(3,{2,3,4})",
26045 "p sum_args(4,{2,3,4,5})"
26046 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
26047 "backtrace in corefile.exp" when not gcc compiled.
26048
26049Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26050
26051 * gdb.base/signals.exp: Rewrite `handle all print' test as
26052 a procedure. Accept blanks or TABs as whitespace, increase
26053 timeout and expect input buffer size for the large output
26054 from the command. Remove "i*86-*-bsdi2.0" xfail.
26055
26056Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26057
26058 * gdb.base/setvar.exp: Add new testcases for truncation when
26059 assigning invalid values to bitfields.
26060
26061Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
26062
d63a86f8 26063 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
26064 mips-sgi-irix* xfail for
26065 "call inferior func with struct - returns char *"
26066 and fix test so that an optional (unsigned char *) cast is
889bf7c5 26067 accepted in the result.
c906108c
SS
26068
26069Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
26070
26071 * gdb.base/funcargs.exp (float_and_integral_args): Remove
26072 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
26073 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
26074 * gdb.base/signals.exp: Remove duplicate "handle all print" test
26075 that accidentally got checked in.
26076
26077Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
26078
d63a86f8 26079 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
26080 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
26081 compiled test.
26082 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
26083 Add mips-sgi-irix5* xfail for not gcc compiled.
26084 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
26085 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
26086 "p top", "whatis top", "p middle", and "whatis middle".
26087 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
26088 "whatis signed char" for not gcc compiled.
26089 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
26090 "set variable signed char=-1 (-1)" and
26091 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
26092 * gdb.base/funcargs.exp (float_and_integral_args):
26093 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
26094 Add mips-sgi-irix* xfail when not gcc compiled for
26095 "continue to call2b".
26096 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
26097 "continue to call2g".
26098 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
26099 "backtrace from call6a"
26100 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
26101 "backtrace from call7k".
26102 Add mips-sgi-irix5* xfail when not gcc compiled for
26103 "backtrace from call7a".
26104 (localvars_after_alloca): Fix gdb_test cmds for
26105 "print * after runto ...".
26106 Remove rs6000-*-* xfails for
26107 "print i after runto localvars_after_alloca" and
26108 "print l after runto localvars_after_alloca"
26109 for all compilers.
26110 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 26111 when not compiled with gcc, for:
c906108c
SS
26112 "print signed char == (minus)",
26113 "print signed char != (minus)",
26114 "print signed char < (minus)",
26115 "print signed char > (minus)".
26116 * gdb.base/callfuncs.exp (do_function_calls):
26117 Add mips-sgi-irix* xfail, when compiled with native compiler, for
26118 "call inferior func with struct - returns char *".
d63a86f8 26119 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
26120 "correct value returned double test" to include Solaris 2.4.
26121 * gdb.base/funcargs.exp (float_and_integral_args):
26122 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 26123
c906108c
SS
26124Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26125
26126 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
26127 enumeration bitfields if compiling with GNU C.
26128 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
26129 to empty' prompt.
26130
26131Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
26132
26133 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
26134 test for PRO targets.
26135
26136 * gdb.base/funcargs.exp: Avoid ever setting more than 8
26137 breakpoints in the inferior at any given time by making
26138 two groups of breakpoints for call2*, call6* and call7*
26139 tests.
26140
26141Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26142
26143 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
26144 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
26145 from optimizing it away.
26146 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
26147 "call inferior func with struct".
26148
26149Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
26150
26151 * configure.in: Only configure gdb.chill for particular targets.
26152
26153Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
26154
26155 * gdb.base/Makefile.in: Add action to .c.o transformation
26156 rule that generates a .ci file for each .o file and remove
26157 explicit .c.o rules except for callfuncs.o.
26158 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
26159 generates a .ci file for each .o file and remove explicit
26160 .cc.o rules.
26161 (clean): Remove *.tmp *.ci files.
26162 (EXECUTABLES): Remove templ-info.exp.
26163 * gdb.base/compiler.c: New file.
26164 * gdb.c++/compiler.cc: New file
26165 * gdb.base/scope.exp: Source gdb.base/scope.ci.
26166 Change rs6000-*-* xfail for
26167 "print 'scope0.c'::filelocal_ro" and
26168 "print 'scope1.c'::filelocal" and
26169 "print 'scope1.c'::filelocal_bss" and
26170 "print 'scope1.c'::filelocal_ro" and
26171 "print 'scope1.c'::foo::funclocal" and
26172 "print 'scope1.c'::foo::funclocal_ro" and
26173 "print 'scope1.c'::bar::funclocal" and
26174 "print 'scope0.c'::filelocal_ro" and
26175 "print 'scope1.c'::filelocal at foo" and
26176 "print 'scope1.c'::filelocal_bss at foo" and
26177 "print 'scope1.c'::filelocal_ro at foo" and
26178 "print 'scope1.c'::foo::funclocal at foo" and
26179 "print 'scope1.c'::foo::funclocal_bss at foo" and
26180 "print 'scope1.c'::foo::funclocal_ro at foo" and
26181 "print 'scope1.c'::bar::funclocal at foo" and
26182 "print 'scope0.c'::filelocal_ro" and
26183 "print 'scope1.c'::filelocal" and
26184 "print 'scope1.c'::filelocal_bss" and
26185 "print 'scope1.c'::filelocal_ro" and
26186 "print 'scope1.c'::foo::funclocal" and
26187 "print 'scope1.c'::foo::funclocal_bss" and
26188 "print 'scope1.c'::foo::funclocal_ro" and
26189 "print 'scope1.c'::bar::funclocal" and
26190 "print 'scope1.c'::bar::funclocal_bss"
26191 to only be xfail'd when not compiled with gcc.
d63a86f8 26192 Add rs6000-*-* xfail for
c906108c
SS
26193 "print 'scope0.c'::filelocal_bss before run"
26194 when compiled with gcc.
26195 (test_at_main): Add rs6000-*-* xfail for
26196 "print filelocal_ro in test_at_main"
26197 when compiled with gcc.
26198 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 26199 Add rs6000-*-aix* xfail for
c906108c
SS
26200 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
26201 "ptype t_char_array", not compiled with gcc.
26202 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
26203 xfail for "list foo (in include file)" when gcc compiled.
26204 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 26205 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
26206 "run to call0a" if not compiled with gcc.
26207 (unsigned_integral_args): Add rs6000-*-* xfail for
26208 "run to call1a" if not compiled with gcc.
26209 (float_and_integral_args): Add rs6000-*-* xfail for
26210 "run to call2a" if not compiled with gcc and for
26211 "continue to call2b" for any compiler.
26212 Add rs6000-*-* xfail to
26213 "print f1 after run to call2a" for gcc compiled.
26214 (discard_and_shuffle): Add rs6000-*-* xfail for
26215 "run to call6a".
26216 (shuffle_round_robin): Add rs6000-*-* xfail for
26217 "backtrace from call7a" if not compiled with gcc.
26218 Add rs6000-*-* xfail for
26219 "backtrace from call7b" if compiled with gcc.
26220 (call_after_alloca): Add rs6000-*-* xfail for
26221 "print c in call_after_alloca" and
26222 "print s in call_after_alloca" and
26223 "backtrace from call_after_alloca_subr"
26224 if not compiled with gcc.
26225 (localvars_in_indirect_call): Add rs6000-*-* xfail for
26226 "print c in localvars_in_indirect_call" and
26227 "print c in localvars_in_indirect_call" and
26228 "backtrace in indirectly called function" and
26229 "stepping into indirectly called function"
26230 if not compiled with gcc.
26231 (localvars_after_alloca): Add rs6000-*-* xfail for
26232 "print c after runto localvars_after_alloca" and
26233 "print s after runto localvars_after_alloca" and
26234 "print i after runto localvars_after_alloca" and
26235 "print l after runto localvars_after_alloca"
26236 for all compilers.
26237 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
26238 than whatis-info.exp.
26239 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
26240 than opaque-info.exp.
26241 Setup rs6000-*-* xfail for
d63a86f8 26242 "ptype on opaque struct pointer (statically)" and
c906108c
SS
26243 "ptype on opaque struct pointer (dynamically)" when
26244 not compiled with gcc.
26245 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
26246 rather than callf-info.exp.
26247 (do_function_calls): Add clear_xfail for rs6000-*-* for
26248 "p t_float_values2(3.14159,float_val2)". Seems to work
26249 fine there, both with xlc and gcc. Need to find out what
26250 it is doing right and fix other platforms.
26251 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
26252 "call inferior func with struct - returns int",
26253 "call inferior func with struct - returns long",
26254 "call inferior func with struct - returns float",
26255 "call inferior func with struct - returns double",
26256 "call inferior func with struct - returns char *",
26257 but only if not gcc compiled (presumes xlc compiled).
26258 Change rs6000-*-* xfails for
26259 "call inferior func with struct - returns char" and
26260 " call inferior func with struct - returns short" to only
26261 xfail if not using gcc.
26262 (clean mostlyclean): Remove *.ci and *.tmp files.
26263 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
26264 than templ-info.exp.
26265 * gdb.base/langs.exp: Source gdb.base/langs.ci.
26266 Add rs6000-*-* xfail for "up to foo in langs.exp"
26267 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 26268 when not gcc compiled.
d63a86f8 26269
c906108c
SS
26270Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26271
26272 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
26273 * gdb.base/corefile.exp: Likewise.
26274 * gdb.base/list.exp: Likewise.
26275 * gdb.base/scope.exp: Likewise.
26276 * gdb.base/siganls.exp: Likewise.
26277
26278 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
26279 compiler output.
26280 * gdb.base/whatis.exp: Likewise.
26281
26282Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
26283
26284 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
26285 failure (opcode table has been fixed to match reality).
26286
26287Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
26288
26289 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
26290 "call inferior func with struct - returns char",
26291 "call inferior func with struct - returns short"
26292
26293 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
26294 "print 'scope0.c'::filelocal at main",
26295 "print 'scope0.c'::filelocal_bss in test_at_main",
26296 "print 'scope0.c'::filelocal at foo",
26297 "print 'scope0.c'::filelocal_bss in test_at_foo",
26298 "print 'scope0.c'::filelocal at bar",
26299 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 26300
c906108c
SS
26301 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
26302 in source file 1". This bug seems to have been fixed with both
26303 gcc and native cc (was native assembler bug?).
26304
26305Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
26306
26307 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
26308 "backtrace through signal handler" to "i*86-*-sysv4*".
26309 * gdb.base/signals.exp: Add xfail for "'next' behaved as
26310 continue" case. Add "known SVR4 bug" to fail message.
26311 Add "i*86-*-bsdi2.0" xfail for "handle all print".
26312 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
26313 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
26314 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
26315 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
26316 "up to foo in langs.exp", "show language at foo in
26317 langs.exp", "up to cppsub_ in langs.exp", "show
26318 language at cppsub_ in langs.exp", "up to fsub in
26319 langs.exp", and "show language at fsub in langs.exp".
26320 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
26321 "bactrace in corefile.exp".
26322 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
26323 "call inferior function with struct - returns float" and
26324 "call inferior function with struct - returns double".
d63a86f8 26325
c906108c
SS
26326Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
26327
26328 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
26329 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
26330 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
26331 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
26332
26333Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
26334
26335 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
26336 (or overriden) "CHILL" macro rather then bare "gcc".
26337 Also look for ../../gcc/xgcc since that is what we will
26338 actually need, not "Makefile". Remove following assignment
26339 of CHILL to CHILL_FOR_TARGET because that results in
26340 recursive definition.
26341
26342Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
26343
26344 * gdb.base/corefile.exp: Change xfail for backtrace in
26345 corefile.exp from linuxaout to all linux.
26346 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
26347 cases where we miss the breakpoint at the signal handler
26348 for some reason. Setup xfail for linuxoldld/linuxaout and
26349 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
26350 hitting SIGURG breakpoint.
26351 * gdb.base/signals.exp: Setup xfail for "next" acting like
26352 continue to add linuxoldld. Setup xfail for all linux for
26353 "next to handler in signals_tests_1", "backtrace in
26354 signals_tests_1", "continue to func1", "pass SIGUSR1",
26355 and continue to handler".
26356
26357Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
26358
26359 * Update all FSF addresses except those in COPYING* files.
26360
26361Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
26362
26363 * gdb.base/a2-run.exp: Change messages to be more explicit about
26364 the status of args, and quote binfile in results.
26365
26366Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
26367
26368 * gdb.base/callfuncs.exp: Add tests for passing structs to
26369 inferior functions and return various types.
26370 * gdb.base/callfuncs.c: Add functions to receive a struct
26371 and return a member of the struct, in various types.
26372
26373Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26374
26375 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
26376
26377Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
26378
26379 * config/vxworks29k.exp: New file, sources vxworks.exp.
26380
26381Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26382
26383 * config/gdbremote.exp: New file. Testing framework using
26384 gdbserver.
26385
26386Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
26387
26388 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
26389 "call function when asleep" and "send end of file".
26390 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
26391 for "backtrace in corefile.exp".
26392 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
26393 for "backtrace through signal handler".
26394 * gdb.base/corefile.exp: Make sure we actually generate a core file
26395 before trying the core tests. Some systems allow the user to suppress
26396 generation of core files and default to that (linux for example).
26397 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
26398 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
26399
26400Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26401
26402 * gdb.threads: New directory with some crude multi-threaded
26403 gdb tests (step.exp and step2.exp).
26404 * config/mt-lynx (STEP_EXECUTABLE): Define.
26405 (THREADFLAGS): Define.
26406
26407Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
26408
26409 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
26410
26411 * gdb.base/signals.exp: Disable whole file for lynx until
26412 further notice.
26413
26414 * gdb.base/signals.exp: xfail test where "next" acts like
26415 "continue" for lynx.
26416
26417 * gdb.base/interrupt.exp: xfail test for calling function while
26418 inferior is asleep for lynx.
26419
26420 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
26421 than one cr-lf after each command.
26422
26423Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26424
26425 * configure.in: Reinstate setting of stabsdirs variable, fix
26426 typo in setting up configdirs for native builds.
26427
26428 * gdb.base/return.exp: Fix typo in return double test.
26429 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
26430 compiler from optimizing them away.
26431
26432Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
26433
26434 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
26435 sequences to be echo'd by gdb when using gdb_test.
26436 * gdb.chill/chexp.exp: Likewise.
26437 * gdb.fortran/exprs.exp: Likewise
26438
26439Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26440
26441 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
26442 after the inferior gdb has started.
26443
26444 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
26445 after each command.
26446 * gdb.base/funcargs.exp: Likewise.
26447 * gdb.base/gdbvars.exp: Likewise.
26448 * gdb.base/interrupt.exp: Likewise.
26449 * gdb.base/list.exp: Likewise.
26450 * gdb.base/watchpoint.exp: Likewise.
26451 * gdb.c++/demangle.exp: Likewise.
26452 * gdb.c++/inherit.exp: Likewise.
26453 * gdb.chill/chexp.exp: Likewise.
26454 * gdb.fortran/exprs.exp: Likewise.
26455
26456 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
26457 test if we can't handle IO to/from the inferior.
26458
26459 * gdb.c++/misc.exp: Always check for a program already being
26460 started after sending a "run" command to gdb.
26461
26462 * gdb.base/twice.exp: Start with a fresh gdb.
26463
26464 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
26465 only depend on gdb's expression code, not the chill runtime.
26466
26467 * gdb.base/return.c: Put return values into variables so we
26468 can have gdb print them rather than depending on the program
26469 to print them.
26470 * gdb.base/return.exp: Corresponding changes.
26471
26472 * lib/gdb.exp: Provide default value for noinferiorio.
26473 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
26474 the inferior.
26475
26476 * gdb.base/break.exp: Always check for a program already being
26477 started after sending a "run" command to gdb.
26478 (text_next_with_recursion): Don't check the output from the
26479 program's printf statement. Instead just make sure the program
26480 exited.
26481
26482 * gdb.base/commands.exp: Protect tests which need arguments with
26483 $noargs conditionals.
26484
26485Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26486
26487 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
26488 of structure member arrays to match gdb/valops.c:value_addr change.
26489
26490Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
26491
26492 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
26493 cases.
26494
26495Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
26496
26497 * configure.in (configdirs): Remove gdb.chill from default list
26498 of subdirs and then add it back in only if doing a native build.
26499 The current chill compiler does not yet work in any cross build.
26500 * Revert all signal changes from Jul 6.
26501 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
26502 for sh-hms targets, allowing these tests to link, with no other
26503 changes. Testing is suppressed by setting "nosignals" in site.exp.
26504
26505Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
26506
26507 * configure.in (signaldirs): Define and add to configdirs for all
26508 targets except some specific ones that are known to not support signals.
26509 Also clean up formatting.
26510 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
26511 (signals, sigall): Remove rules to build.
26512 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
26513 Moved to new gdb.signals directory.
26514 * gdb.signals: New test directory.
26515 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
26516 signals.c signals.exp}: New or moved files.
26517
26518Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
26519
26520 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
26521
26522Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
26523
26524 * gdb.base/return.exp: Xfail `return double' test failure
26525 on at least Solaris 2.3 and handle future/past versions on
26526 a case by case basis as appropriate. Also update message
26527 to include i*86 failures.
26528
26529Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26530
26531 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
26532
26533 * lib/gdb.exp: Fix comment which erroneously identified
26534 gdb_file_cmd as gdb_load (the 19 May change was in fact to
26535 gdb_file_cmd not gdb_load).
26536 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
26537
26538 * gdb.base/setvar.exp: Make test names consistent between pass and
26539 fail cases. Use gdb_test more.
26540
26541Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26542
26543 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
26544
26545Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26546
26547 * gdb.base/help.exp: Fix expected help string for `show commands'.
26548
26549Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
26550
26551 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
26552
26553 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
26554 of a text section.
26555
26556Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
26557
26558 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
26559 that loop eventually terminates. Fix Connection refused logic so
26560 that testsuite will expire nicely.
26561
26562Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
26563
26564 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
26565 config/rom68k.exp: New tcl glue for the appropriate monitors.
26566 These all just end up calling monitor.exp.
26567 * config/monitor.exp (gdb_target_monitor): Handle `Connection
26568 refused' by retrying. Cleanup some timeout issues.
26569 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
26570 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
26571 callers don't have to set/restore global timeout variable.
26572
26573 * The following set of changes centralizes management of the global
26574 timeout variable. This way, it can be set in one target dependent
26575 place instead of dozens of places scattered throughout the test suite.
26576 If you need to lengthen a timeout, then you should either set timeout
26577 in one of the config/{target}.exp files, or multiply it by a factor.
26578 Setting it to an absolute value is always going to lose for some
26579 targets.
26580 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
26581 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
26582 * gdb.base/funcargs.exp: Don't set timeout.
26583 * gdb.base/list.exp (test_forward_search): Only use local timeout.
26584 * gdb.base/printcmds.exp (test_print_string_constants
26585 test_print_array_constants): Don't set timeout.
26586 * gdb.base/ptype.exp: Don't set timeout.
26587 * gdb.base/recurse.exp: Don't set timeout.
26588 * gdb.base/return.exp: Don't set timeout.
26589 * gdb.base/watchpoint.exp: Don't set timeout.
26590 * gdb.c++/classes.exp (do_tests): Don't set timeout.
26591 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
26592
26593Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
26594
26595 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
26596
26597Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26598
26599 * lib/gdb.exp: Disable chill tests for irix5.
26600
26601Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26602
26603 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
26604 each test pass or fail.
26605
26606Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26607
26608 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
26609 xlc not gcc.
26610
26611Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
26612
26613 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
26614
26615Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
26616
26617 * config/est.exp: Fix copyright and comments. Remove dead code.
26618 Use targetname, serialport and baud variables instead of fixed
26619 constants.
26620 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
26621 * config/cpu32bug.exp: New file to support cpu32bug monitors.
26622
26623Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26624
26625 * gdb.base/watchpoint.exp: Don't run
26626 test_watchpoint_triggered_in_syscall for sunos.
26627
26628Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26629
26630 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
26631 they don't seem to exist. Do include stdio.h.
26632
26633Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26634
26635 * gdb.base/a1-selftest.exp: Add alpha xfail.
26636
26637Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26638
26639 * gdb.base/watchpoint.c (main): Prompt before calling read().
26640 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
26641 Revise accordingly. Remove cruft about sending "123" several
26642 times, until it gets noticed. Clean up the "print buf[0]" stuff
26643 so that it passes or fails, and waits for prompts in the usual way.
26644
26645Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26646
26647 * gdb.base/recurse.exp: Fix comment.
26648
26649 * TODO: Remove item about printing variables in nodebug.exp. Add
26650 item about enabling tests which are only run on some targets.
26651
26652 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
26653 fail, make test names unique, use new gdb_test convention
26654 regarding pattern, use gdb_test more, etc.).
26655
26656 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
26657 fail, make test names unique, etc.).
26658
26659Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26660
26661 * gdb.base/nodebug.c: Change return type of top and middle to
26662 short.
26663 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
26664 are fixed by the recent mdebugread.c changes. Allow `short ()'
26665 as type for top and middle.
26666
26667Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26668
26669 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
26670 nearly as I can tell, the whole thing was an accident in Stu's
26671 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
26672 to replace a send/expect pair with gdb_test, but ended up only
26673 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
26674 of 30 Mar 1995 took care of it, but left this vestigial comment
26675 which I am now nuking.
26676
26677Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26678
26679 * gdb.base/break.exp: Look for different line number for
26680 breakpoint at main depending on usestubs.
26681
26682Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26683
26684 * gdb.base/list.exp: Adjust some alternate expect patterns to
26685 match recent list0.c change. Add alternate expect pattern for
26686 output from `list default lines around main' for optimizing
26687 compilers.
26688
26689Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26690
26691 * lib/gdb.exp: If nosignals is not set, set it to 0.
26692
26693Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
26694
26695 * config/slite-gdb.exp: Responds to load symbol table prompt.
26696 * gdb.base/break.exp: Adjust line number, fix rerun.
26697 * gdb.base/langs0.c: Add #ifdef usestubs.
26698
26699Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
26700
26701 * gdb.base/list.exp: Adjust line contents after adding new lines in
26702 list0.c. Also fix a syntax error.
26703
26704 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
26705 * gdb.base/break.exp: ditto.
26706 * gdb.base/list.exp: ditto.
26707 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
26708 * gdb.base/run.c: ditto.
26709 * gdb.base/list0.c: ditto.
26710 * gdb.base/funcargs.c: ditto.
26711
26712Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
26713
26714 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
26715 $targetname, $serialport and $baud instead of hardwired variables.
26716 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
26717 target doesn't support signals.
26718
26719Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
26720
26721 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
26722
26723Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26724
26725 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
26726 Don't rely on the value of an auto variable before it has been
26727 initialized. Use gdb_test more.
26728
26729Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26730
26731 * lib/gdb.exp (default_gdb_version): A version number must start
26732 with a digit, but other than that contains all characters up to
26733 the first whitespace character.
26734
26735Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26736
26737 * gdb.base/commands.exp (breakpoint_command_test): New tests.
26738
26739Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26740
26741 * gdb.c++/*.exp: Warn if executable does not exist. The original
26742 reason for skipping the warning was that configure.in sometimes
26743 intentionally skipped building the executables but the tcl code
26744 had no way of knowing. That (a) was always bogus with respect to
26745 error handling, (b) is no longer true (right now there is no way
26746 to skip C++ tests).
26747
26748 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
26749
26750Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26751
26752 * gdb.base/list.exp: Add expect patterns for output from
26753 SunPRO compiled executables.
26754 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
26755 types.
26756
26757Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26758
26759 * gdb.base/break.exp (test_next_with_recursion): Accept any line
26760 number (we are already testing that the correct source line text
26761 gets printed).
26762
26763 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
26764 that is what is intended, but something needed to be done to get
26765 sunos4 native working again.
26766
26767 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
26768
26769 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
26770 apparently went with a (very) old xfail.
26771
26772Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
26773
26774 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
26775 runto_main is a proc in gdb.exp that will do 'step' for target use
26776 stubs.
26777 * gdb.base/exprs.exp: ditto.
26778 * gdb.base/interrupt.exp: ditto.
26779 * gdb.base/opaque.exp: ditto.
26780 * gdb.base/printcmds.exp: ditto.
26781 * gdb.base/ptype.exp: ditto.
26782 * gdb.base/scope.exp: ditto.
26783 * gdb.base/setvar.exp: ditto.
26784 * gdb.base/signals.exp: ditto.
26785 * gdb.base/twice.exp: ditto.
26786 * gdb.c++/classes.exp: ditto.
26787 * gdb.c++/inherit.exp: ditto.
26788 * gdb.c++/templates.exp: ditto.
26789 * gdb.base/break.exp: no run and hit main for stubs. Change line
26790 numbers for breakpoints and info breakpoint.
26791 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
26792 breakpoint().
26793 * gdb.base/callfuncs.c: ditto.
26794 * gdb.base/exprs: ditto.
26795 * gdb.base/interrupt.c: ditto.
26796 * gdb.base/opaque0.c: ditto.
26797 * gdb.base/printcmds.c: ditto.
26798 * gdb.base/ptype.c: ditto.
26799 * gdb.base/scope0.c: ditto.
26800 * gdb.base/setvar.c: ditto.
26801 * gdb.base/signals.c: ditto.
26802 * gdb.base/twice.c: ditto.
26803 * gdb.c++/misc.cc: ditto.
26804 * gdb.c++/templates.cc: ditto.
26805
26806Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26807
26808 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
26809
26810 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
26811 somewhere between `read' and `main.c'. I'm pretty sure the
26812 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
26813 and it isn't particularly useful.
26814
26815 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
26816
26817Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26818
26819 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
26820
26821Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
26822
26823 * config/mt-slite: add LIBS and -nostdlib.
26824 * config/slite-gdb.exp: add this new file to support sparclite target.
26825
26826Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
26827
26828 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
26829
26830 * gdb.base/a2-run.exp: Change argument to istarget from
26831 "*-*-vxworks" to "*-*-vxworks*".
26832 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
26833
26834Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
26835
26836 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
26837 will not runto main but do a 'step' to step out of breakpoint().
26838 * config/mt-slite: add -Dusestubs.
26839
26840Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26841
26842 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
26843 instead of just @.
26844
26845 * gdb.base/signals.exp: Add test for "handle all print".
26846 * TODO: Remove "handle all print". Also remove item about
26847 checking copyright date (I don't like the idea of a spurious FAIL
26848 based on when we run the tests).
26849
26850 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
26851 for SunOS4 (reason for failure not investigated). Remove
26852 redundant test for $binfile.
26853
26854 * gdb.base/nodebug.c (array_index): Call malloc.
26855
26856 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
26857
26858Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
26859
26860 * gdb.base/recurse.exp: Update gdb_test invocation to use new
26861 conventions and slightly simplify the matching regexp.
26862
26863Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26864
26865 * gdb.base/break.exp: Update gdb_test invocation to use new
26866 convention.
26867
26868 * lib/gdb.exp: If noargs is not set, set it to 0.
26869
26870 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
26871 tests unique.
26872
26873 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
26874
26875Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26876
26877 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
26878 one argument of type "<non-float parameter>".
26879
26880Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
26881
26882 * config/rom68k.exp: New file to support Motorola IDP board.
26883 * gdb.base/a2-run.exp: Skip this file if noargs is set.
26884 * gdb.base/break.c: Change things around so that this program
26885 doesn't depend upon args. This is necessary to make remote
26886 targets work (in general, they can't take args).
26887 * gdb.base/break.exp: Don't try to send args to program. Don't
26888 expect output. Also, replace lots of code with gdb_test.
26889
26890Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26891
26892 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
26893 printing of '\'' (which is what the comment says we are testing,
26894 even though we were not), not '''.
26895 (test_integer_literals_rejected): Test that printing ''' is an error.
26896
26897 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
26898 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
26899 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
26900 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
26901 Use gdb_test not test_print_accept.
26902 * lib/gdb.exp: Remove test_print_accept.
26903
26904 * gdb.base/signals.exp (signal_tests_1): Make pass message
26905 consistent with fail message.
26906
26907 * gdb.base/whatis.exp: Remove xfails for printing char vs.
26908 unsigned char; the bug (PR 1821) is fixed.
26909
26910 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
26911
26912 * gdb.base/scope.exp (test_at_localscopes): Call pass for
26913 successful tests--makes xfailing them work right.
26914
26915Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26916
26917 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
26918 only \r\n, not .*. The test can pass .* as the last thing in
26919 $pattern if that is what it wants. In addition to providing this
26920 flexibility, this change should speed up pattern matching in cases
26921 where the pattern already ended with .* (there were a number of
26922 them). This change also helps catch bad patterns--in the old
26923 scheme the typo "char \*" instead of "char \\*" would pass. Now
26924 it is caught.
26925 * Many .exp files: Update callers.
26926
26927 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
26928 clearer and does not spuriously match multiple ('s. Likewise for
26929 ) and *.
26930
26931 * gdb.base/nodebug.exp: Test ability to call a function and pass
26932 it a string (even with no debugging info).
26933
26934 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
26935 "p '\'", which is the same as "p ''" once tcl gets done with
26936 quoting, to "p '\\'", which I suspect is what is intended (one
26937 backslash gets sent to GDB).
26938
26939 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
26940
26941Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26942
26943 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
26944 1817) was fixed literally years ago.
26945
26946Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26947
26948 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
26949 test, it causes stepping out of call_after_alloca_subr with
26950 optimizing compilers.
26951 (localvars_in_indirect_call): Consume GDB prompt if `finish'
26952 fails.
26953
26954 * gdb.c++/templates.exp: Source templ-info.exp only if
26955 the templates executable exists.
26956
26957 * gdb.c++/misc.cc (class Contains_static_instance,
26958 class Contains_nested_static_instance),
26959 gdb.c++/classes.exp (test_static_members): Test printing of
26960 a class that contains a static instance of the class.
26961
26962Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26963
26964 * gdb.base/langs2.c (cppsub_): Don't prototype.
26965 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
26966 only, I believe).
26967
26968Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26969
26970 * lib/gdb.exp (skip_chill_tests): New procedure.
26971
26972 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
26973
26974Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
26975
26976 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
26977 each expect pattern. Cuts runtime from 12 to about 4 seconds.
26978
26979Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26980
26981 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
26982
26983 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
26984 disassemble 8, not 16, instructions for part 4.
26985
26986 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
26987 support the latter anymore.
26988
26989 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
26990 -DNO_PROTOTYPES.
26991 * gdb.base/callfuncs.c: Control use of prototypes based on
26992 NO_PROTOTYPES, not __STDC__.
26993 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
26994 t_float_values2 tests if prototypes in use.
26995
26996 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
26997 t_double_values): When checking differences against DELTA, check
26998 that difference is within the range (-DELTA,DELTA), not just
26999 (-infinity,DELTA).
27000
27001Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
27002
27003 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
27004 'file' command firts, then 'target', then 'load', this is due to gdb
27005 target set up.
27006 * config/mips-gdb.exp: Fix a couple regular exp bugs.
27007
27008Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
27009
27010 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
27011 FP load/store variants.
27012 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
27013
27014Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
27015
27016 * gdb.base/term.exp: Do not give a warning if not native, it is
27017 not an abnormal condition.
27018
27019Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
27020
27021 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
27022 t_char_array".
27023
27024Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
27025
27026 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
27027 are getting the version number.
27028
27029 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
27030 if not native, it is not an abnormal condition.
27031
27032Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27033
27034 * lib/gdb.exp: Just use "file exists", rather than undocumented
27035 dejagnu procedure "findfile".
27036
27037Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
27038
27039 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
27040 (LDFLAGS): Set to -Xlinker -Ur.
27041
27042 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
27043 Removed, these values are set by lib/gdb.exp.
27044
27045 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
27046
27047Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
27048
27049 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
27050 of replicating gdb startup code.
27051
27052 * config/mt-vxworks (LDFLAGS): Set to -r.
27053 (CFLAGS_FOR_TARGET): Removed.
27054
27055 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
27056 (gdb) and gdb for vxworks uses (vxgdb).
27057
27058 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
27059 executable is not in the tree and host != target, use sed and
27060 program_transform_name to determine the gdb name used by the
27061 target.
27062
27063 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
27064 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
27065
27066Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27067
27068 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
27069 floats, chars, and shorts where there are ANSI-style function
27070 definitions.
27071
27072 * gdb.base/langs.exp, gdb.base/langs*: New test.
27073 * gdb.base/Makefile.in: Build it.
27074 * TODO: Remove item about checking that C names don't get C++
27075 demangling applied; this test tests it.
27076
27077Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27078
27079 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
27080 went with the const70 xfail. The xfail went away a year ago.
27081
27082 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
27083
27084 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
27085 for hp300.
27086
27087 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
27088
27089 * gdb.base/a1-selftest.exp: Don't run on hp300.
27090
27091Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27092
27093 * Makefile.in (site.exp): Set host_alias and target_alias as well
27094 as host_triplet and target_triplet.
27095
27096Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27097
27098 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
27099
27100 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
27101 places as other ecoff systems).
27102
27103 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
27104 ultrix.
27105
27106Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27107
27108 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
27109 remove them.
27110 * gdb.base/nodebug.exp: Accept "function" in addition to "text
27111 variable and "variable" in addition to "data variable".
27112 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
27113
27114 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
27115 2.
27116 * gdb.base/list1.c (long_line): Add additional statement at start
27117 of function.
27118 * gdb.base/list.exp (test_forward_search): Update line number to
27119 reflect new statement.
27120
27121Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27122
27123 * gdb.base/signals.exp: Reinitialize searched source directories
27124 after gdb_start call.
27125
27126Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
27127
27128 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
27129 * gdb.stabs/Makefile.in: Likewise.
27130
27131 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
27132 change. Instead split the tests into smaller pieces.
27133 * gdb.disasm/hppa.s: Corresponding changes.
27134
27135Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27136
27137 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
27138 Quote ^C when passing it to stty. For some shells ^ is a pipe.
27139
27140 * gdb.base/funcargs.exp: Modify many tests so that every test
27141 either passes or fails. Make some test names unique.
27142
27143Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27144
27145 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
27146 Call stty to set interrupt character.
27147
27148 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
27149 for HP assembler versus GNU assembler based on actual behavior of
27150 $(CC), rather than assuming that $(AS) is always the GNU assembler.
27151
27152 * TODO: Suggest a few more stepping tests.
27153
27154Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
27155
27156 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
27157 restart GDB for h8300 after a continue.
27158 (return): Add pattern to match a29k-udi behavior.
27159 * gdb.base/nodebug.exp: Remove obsolete comment.
27160 * gdb.base/regs.exp: New file, testing of register displays.
27161 * gdb.base/return.exp: Fix typo in reference to $objdir.
27162 * gdb.base/whatis.exp: Always start with a fresh GDB.
27163
27164Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27165
27166 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
27167 higher, these tests generate a lot of output.
27168
27169Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27170
27171 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
27172 code following the catch silently ignored some errors; without the
27173 catch they should be thrown like any other tcl error. Also, the
27174 catch used "" instead of {} which meant all the callers who wanted
27175 to include one of the characters "[]$ had to quote it an extra time.
27176 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
27177 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
27178 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
27179 Remove extra quoting.
27180
27181Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
27182
27183 * gdb.base/commands.exp: Make test names unique; every test either
27184 passes or fails. Update some comments.
27185
27186 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
27187
27188Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27189
27190 The following fixes a FAIL caused by the fact that the alpha stabs
27191 configuration didn't use the ".if alpha" code in weird.def.
27192 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
27193 bit pointer, so the 32 bit version works even on the alpha.
27194 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
27195 Remove the stuff which allowed us to have separate versions for
27196 alpha and everything else.
27197
27198 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
27199 regexp which "info func operator\[\](" is supposed to match. Fix
27200 string to send to GDB. Note that GDB still doesn't work right. Add a
27201 new test for "info func .perator\[\](" which GDB does handle correctly.
27202
27203 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
27204
27205Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27206
27207 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
27208 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
27209 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
27210 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
27211 it makes the tests harder to understand and confuses test-o-matic.
27212 The preferred style is that each test provides a PASS or a FAIL,
27213 and has a unique message (e.g. "continue #54" not just "continue")
27214 which is the same for the pass and the fail.
27215 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
27216 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
27217 to lib/gdb.exp.
27218 * gdb.base/printcmds.exp: Use test_print_accept. Remove
27219 prt_accept which was basically the same thing. Likewise for
27220 test_print_reject and prt_reject.
27221 * lib/gdb.exp (test_print_reject): Add some more error message
27222 patterns to match from the former printcmds.exp (prt_reject).
27223 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
27224 One defect of the passcount stuff is that some of it failed to
27225 report XPASS where appropriate.
27226 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
27227 stuff before and after arg in expected pattern.
27228 (test_paddr_operator_functions): Re-do test without print_addr_of;
27229 this is the only test which seems to want extra stuff there.
27230
27231Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27232
27233 * gdb.base/nodebug.exp: Update new tests to reflect improved
27234 wording of gdb output.
27235
27236 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
27237 and "ptype" work on variables in files compiled without -g.
27238 Replaces commented out "maint print msymbol" tests.
27239
27240Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27241
27242 * gdb.base/setvar.c (dummy): Call malloc.
27243
27244 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
27245 losing with the irix4 sed.
27246
27247 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
27248 ALRM" on irix4.
27249
27250Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27251
27252 * TODO: Remove items about corefile.exp testing new exec-file and
27253 backtrace; both are now done. Add items about printing enums.
27254
27255Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27256
27257 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
27258 "get signal $thissig" test fails.
27259
27260 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
27261
27262Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27263
27264 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
27265 compiler warning with dec alpha compiler.
27266
27267 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
27268 extra \n from gdb_test call (this explains why the prompt test
27269 that I removed yesterday was there).
27270 (user_defined_command_test): Remove extra \n and prompt test.
27271
27272 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
27273 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
27274 doesn't exist.
27275 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
27276 Also remove alpha workaround, which turns out to be because
27277 SIGABRT == SIGLOST.
27278
27279 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
27280
27281 * gdb.base/help.exp: Don't test "help show".
27282
27283Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27284
27285 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
27286 "set print address" is on.
27287 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
27288 pass prompt to gdb_test; gdb_test already looks for the prompt.
27289
27290 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
27291
27292 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
27293 was a vestige of the manual TESTSTRATEGY, and the purpose of it
27294 was to make sure that gdb can read a core file. But (a) the "read
27295 the corefile" part didn't make it to a1-selftest.exp, we just
27296 delete the corefile after creating it, and (b) we test reading
27297 corefiles in corefile.exp anyway. Also, this test left around a
27298 xgdb process on Solaris.
27299
27300 * gdb.base/corefile.exp: Also test backtrace.
27301
27302Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
27303
27304 * gdb.base/commands.exp: Test a simple user defined command with
27305 arguments and if/while statements; verify the full user command is
27306 printed by "show user".
27307
27308 * gdb.base/commands.exp: Test if/while commands as part of a
27309 breakpoint command list; verify they appear in breakpoint
27310 information.
27311
27312Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27313
27314 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
27315 than by dividing by zero.
27316
27317Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
27318
27319 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
27320 performing an inferior call with watchpoints enabled.
27321 * gdb.base/watchpoint.c (main): Delete second unnecessary read
27322 call.
27323
27324Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27325
27326 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
27327 of "file" command.
27328
27329 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
27330 Add additional pattern for when "int operator int(void);" appears
27331 in a different order.
27332
27333Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27334
27335 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
27336
27337 * gdb.base/help.exp: Replace most of docstrings for "info signals"
27338 and "signal" with ".*".
27339
27340Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27341
27342 * TODO: Add note about "handle all nostop".
27343
27344 * gdb.base/{sigall.c, sigall.exp}: New test.
27345 * gdb.base/Makefile.in: Add it.
27346
27347Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
27348
27349 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
27350 when invoking GDB, suppresses any windowing interface.
27351
27352Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
27353
27354 * config/sim-gdb: New file, simulator testing support.
27355
27356Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
27357
27358 * gdb.base/interrupt.exp: Test calling func1 twice.
27359
27360Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
27361
27362 * gdb.base/list.exp (test_forward_search): Set timeout higher
27363 when we'll be getting lots of output from gdb.
27364
27365 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
27366 "init_malloc" to after the expect statement. Run it if that
27367 regexp is taken, but also for two others which happen if source
27368 cannot be found.
27369
27370Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27371
27372 * gdb.base/printcmds.exp: New test, for printing register before
27373 program is running.
27374
27375Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27376
27377 * gdb.base/list.exp: Correct some alternate expect patterns
27378 to reflect changes in list1.c.
27379
27380Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27381
27382 * TODO: Add item regarding large frames.
27383
27384 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
27385
27386 * TODO: Remove item about enabling return.exp; it
27387 is enabled. Suggest a few more "return" tests.
27388
27389Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27390
27391 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
27392 anonymous unions.
27393
27394Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27395
27396 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
27397 and pr-5646.o, so "make" is the same as "make all", not "make
27398 pr-4975.o".
27399
27400Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
27401
27402 * gdb.base/list.exp: Adjust expectations to reflect changes in
27403 list1.c.
27404 (test_forward_search): New test proc.
27405 * gdb.base/list1.c (long_line): New function, has long source line.
27406
27407Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
27408
27409 * gdb.base/a1-selftest.exp: Change initial stepping to know about
27410 additional line of code that was added.
27411
27412Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
27413
27414 * gdb.disasm/hppa.s: Break the large branching tests into smaller
27415 tests so as not to overflow expect's input buffers.
27416 * gdb.disasm/hppa.exp: Corresponding changes.
27417
27418Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27419
27420 Beginnings of template debugging tests.
27421 * gdb.c++/templ-info.cc: New file to test for template
27422 debugging capability of the compiler.
27423 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
27424 templ-info.cc.
27425 * gdb.c++/templates.cc: Add explicit template instantiations
27426 to enable compiling with -fno-implicit-templates. Add destructor
27427 and 'value' method to T5 class for template tests.
27428 * gdb.c++/templates.exp: Add testcases for printing of template
27429 types, setting breakpoints on template methods and calling a
d63a86f8 27430 template method.
c906108c
SS
27431
27432Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
27433
27434 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
27435 branch target since some assemblers (gas-2.5) may emit a
27436 relocation for the branch instead of resolving it in the
27437 assembler.
27438
27439Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27440
27441 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
27442 through signal handler.
27443
27444Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27445
27446 * configure.in (*-*-netware): Use config/mt-netware.
27447
27448 * config/mt-netware: New file.
27449 * config/mt-i386-netware: Removed, separate configs for different
27450 netware architectures are no longer needed now that we have
27451 --with-headers.
27452
27453Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27454
27455 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
27456 by the recent changes to use ANSI C arithmetic conversions.
27457
27458Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27459
27460 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
27461 bug involving using inferior_pid to figure out whether to select a
27462 frame.
27463
27464Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
27465
27466 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
27467 match the current disassembler output.
27468
27469Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
27470
27471 * gdb.fortran/exprs.exp: Expect VOID instead of void.
27472 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
27473 types, expect "int" as type of integer values (for now).
27474
27475Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
27476
27477 * gdb.base/commands.exp: New tests for if/while commands.
27478
27479Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
27480
27481 * lib/gdb.exp (runto): Replace sub-pattern for hex value
27482 by .*, since hex values have different syntax in Chill mode.
27483
27484Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27485
27486 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
27487 linefeed from expect pattern for repeated types with indices > 9.
27488
27489Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
27490
27491 First part of Fortran test suite.
27492 * gdb.fortran: New directory.
27493 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
27494
27495Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27496
27497 * gdb.base/default.exp: Update expect pattern for load command
27498 without arguments.
27499
27500Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
27501
27502 * configure.in: Change i386 to i[345]86.
27503 * gdb.base/configure.in: Likewise.
27504 * gdb.c++/configure.in: Likewise.
27505 * gdb.chill/configure.in: Likewise.
27506
27507Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
27508
27509 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
27510 patterns, since that is not a valid context for comments.
27511
27512Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
27513
27514 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
27515 repeated types and repeated types with indices > 9.
27516
27517Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
27518
27519 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
27520 2417; old bug has been fixed.
27521
27522Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
27523
27524 * gdb.base/interrupt.exp: When trying to wake up the inferior,
27525 send the newline ourselves instead of assuming gdb_test will do
27526 so when passed an empty input string.
27527
27528 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
27529 stabs testcode.
27530
27531Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27532
27533 * lib/gdb.exp (gdb_test): Don't send anything if the first
27534 argument is an empty string. This makes cases where we want to
27535 match output that is already in expect's buffers (for example,
27536 matching a breakpoint after gdb_run_cmd has been called) work
27537 reliably.
27538
27539Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27540
27541 * config/netware.exp: New file.
27542
27543Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27544
27545 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
27546 the -B and -L prefixes so we can find the debugging stub.
27547
27548 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
27549 there and we are using the gcc from the tree.
27550
27551 * gdb.base/types.c: Removed.
27552
27553 * gdb.base/configure.in: Look for makefile fragments in ../config.
27554 Recognize i386-*-netware.
27555 * gdb.c++/configure.in: Likewise.
27556
27557Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27558
27559 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
27560 the correct TCL syntax.
27561
27562Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27563
27564 * gdb.base/opaque.exp: use runto instead of messing around with
27565 breakpoints. Simplify by using gdb_test.
27566
27567 * gdb.base/bitfields.exp: restart between tests on netware targets
27568 because breakpoints aren't relocated after target death. Run
27569 processes to completion.
27570
27571 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
27572
27573Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
27574
27575 * Makefile.in: Remove extra tabs that confuse some versions
27576 of "make". Use the newly built gdb to test with by default,
27577 rather than the first one in the tester's search path.
27578
27579Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
27580
27581 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
27582
27583 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
27584 condition help.
27585
27586Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27587
27588 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
27589
27590 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
27591 running.
27592 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
27593 * gdb.base/funcargs.exp: Likewise.
27594
27595 * gdb.base/bitfields.exp: Simplify by using gdb_test.
27596 * gdb.base/funcargs.exp: Likewise.
27597
27598 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
27599 message is "".
27600
27601Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27602
27603 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
27604 return,signals,twice}.exp: Handle non-existant binaries
27605 consistantly.
27606
27607 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
27608 * gdb.base/Makefile.in: Don't try to generate a core dump, we
27609 might testing a cross development system.
27610
27611Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27612
27613 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
27614 runtest script is relative to ${srcdir}, not ${rootdir}.
27615
27616Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
27617
27618 * gdb.base/signals.exp: Allow for optionality of breakpoint
27619 address.
27620
27621Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27622
27623 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
27624
27625Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27626
27627 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
27628 for size_t definition.
27629 * gdb.c++/templates.cc: Likewise
27630
27631 * config/mt-i386-netware: New file.
27632
27633 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
27634 defined.
27635
27636 * gdb.base/Makefile.in: Added support for systems that name core
27637 files by appending "core" to the program name.
27638 * gdb.base/a1-selftest.exp: Likewise.
27639
27640Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27641
27642 * gdb.base/return.exp: Add comment and message for `return double'
27643 test failure on Sparc Solaris.
27644
27645Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
27646
27647 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
27648
27649Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27650
27651 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
27652 from optimizing them away.
27653 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
27654 patterns to include default constructors and assignment operators,
27655 to match gcc versions beyond 2.5.8. Accept any cplus demangling
27656 character in the output of the virtual base pointer.
27657
27658Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27659
27660 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
27661 expression match in print_addr_of to avoid unintented matches.
27662 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
27663 versions up to 2.5.8.
27664
27665Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27666
27667 * gdb.base/list.exp: Tweak alternate pattern for listing of an
27668 included file to run under newer versions of expect.
27669 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
27670 consecutive >'s in templates to accomodate recent cplus-dem.c change.
27671 Remove xfail for the virtual table of BDDHookV.
27672
27673Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
27674
27675 * lib/gdb.exp (string_to_regexp): Set a default result.
27676 (default_gdb_start): Fix misleading message.
27677
27678Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
27679
27680 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
27681 Remove all CC, etc definitions.
27682 * config/mt-hpux: New file.
27683 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
27684 (CFLAGS, LDFLAGS): Define.
27685 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
27686
27687 * Makefile.in (site.exp): Don't insert host_os, etc.
27688 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
27689 (distclean): Check existence of subdir.
27690 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
27691 * gdb.base/Makefile.in: General cleanup and simplification.
27692 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27693 to build executables. Use default rule to build .o files.
27694 (EXPECT, RUNTEST, CC): Fix relative pathname.
27695 (site.exp): Don't insert host_os, etc.
27696 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
27697 and/or SIGUSR1 defined.
27698 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
27699 * gdb.c++/Makefile.in: General cleanup and simplification.
27700 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27701 (CFLAGS): Remove.
27702 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
27703
27704Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
27705
27706 * gdb.base/recurse.exp: Misc changes to get tests running again
27707 after Kung's changes to the watchpoint code.
27708 * gdb.base/watchpoint.exp: Likewise.
27709
27710Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
27711
27712 * lib/gdb.exp (string_to_regexp): Convert {\} also.
27713
27714Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
27715
27716 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
27717 * lib/gdb.exp (default_gdb_start): Define.
27718 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
27719 gdb.base/funcargs.exp, gdb.base/opaque.exp,
27720 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
27721 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
27722 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
27723 Don't call gdb_target_udi in between tests.
27724
27725Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27726
27727 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
27728 (which was basically just a local version of the same thing). In
27729 addition to avoiding duplication, gdb_test_exact is faster.
27730 * lib/gdb.exp (gdb_test_exact): Fix typo.
27731
27732 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
27733 don't give an error.
27734
27735 * gdb.base/term.exp: Call delete_breakpoints before starting.
27736
27737 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
27738 (t10): Add comment.
27739
27740Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27741
27742 Reorganization of the GDB Test Suite.
27743
27744 * gdb.base: New directory, contains all the basic tests.
27745 * gdb.c++: New directory, tests specific to C++.
27746 * gdb.chill: New directory, tests specific to Chill.
27747 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
27748 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
27749 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
27750 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
27751 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
27752 t30-31 to chill).
27753 * */gdbme.*: Rename to match appropriate expect scripts.
27754 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
27755 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
27756 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
27757 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
27758 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
27759 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
27760 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
27761 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
27762 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
27763 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
27764 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
27765 gdb.c++/virtfunc.cc: New names of C++ files.
27766 * gdb.chill/chillvars.ch: New name of Chill file.
27767 * gdb.base/configure.in, gdb.c++/configure.in,
27768 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
27769 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27770 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
27771 * configure.in (configdirs): Update to reflect directory changes.
27772 (target_abbrev): No longer define for any configuration.
27773 * Makefile.in: Cosmetic improvements to header comments.
27774
27775Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
27776
27777 Various changes to gdb.t31:
27778
27779 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
27780 * gdbme.ch: Make all key-words and predefineds be upper-case.
27781 * chillvars.exp: Expect key-words and predefinds in upper-case.
27782
27783 * chillvars.exp: Use gdb_test_exact many places.
27784 Change expected output for arrays (which now includes index labels).
27785
27786 * pr-5020.exp, gdme.ch (module PR_5020):
27787 New test, for PR-5020.
27788
27789Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
27790
27791 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
27792 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
27793
27794Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
27795
27796 * Makefile.in: Fix bit-rot in definitions of CHILL,
27797 CHILL_FOR_TARGET and Chill_LIB.
27798 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
27799 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
27800 CHILL, and CHILL_LIB.
27801
27802Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
27803
27804 * Revert the previous changes. Please see Rob's directory
27805 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
27806
27807Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
27808
27809 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
27810 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
27811 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
27812 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
27813 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
27814 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
27815 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
27816 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
27817 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
27818 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
27819 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
27820 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
27821 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
27822 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
27823 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
27824 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
27825 changes from 94Q1.
27826
27827Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
27828
27829 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
27830 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
27831 Rob's new testing fragments.
27832
27833Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
27834
27835 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 27836 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
27837
27838Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27839
27840 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
27841 version also, match on casted version strings, and match on
27842 gdb startup case where the line numbers might be messed up.
27843
27844Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
27845
27846 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 27847 (CFLAGS): Delete it from here.
c906108c
SS
27848
27849Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
27850
27851 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
27852
27853Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
27854
27855 * Makefile.in (RUNTEST): Default to just "runtest".
27856
27857Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27858
27859 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
27860 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
27861 the code has been restructured.
27862
27863Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27864
27865 * gdb.t00/default.exp (set write): Allow any number of \r and/or
27866 \n, not just one of each.
27867
27868 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
27869 /bin/cc gives a warning if you do.
27870
27871Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
27872
d63a86f8 27873 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
27874 __t10ListS_link1ZUiRCUiPT0
27875
27876Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27877
27878 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
27879 on local variables in recursive functions.
27880
27881 * gdb.t07/Makefile.in: Build the new test.
27882
27883Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27884
27885 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
27886 directly. Instead compare the return values from actual calls.
27887
27888Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
27889
27890 * Makefile.in (check): Set TCL_LIBRARY for runtest.
27891
27892Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27893
27894 * From Peter Schauer with minor modifications.
a9c64011
AS
27895 * gdb.t15/return.exp (return_tests): Handle targets where "return"
27896 stops in mid-line in the caller. Add xfail for returning a float
27897 value on X86 targets.
c906108c
SS
27898
27899Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27900
27901 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
27902 to avoid expect lossage.
27903 (fmem_LRbug_tests): Likewise.
27904 * gdb.disasm/hppa.s: Corresponding changes.
27905
27906 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
27907 conditions to work with latest dejagnu/expect.
27908
27909 * gdb.t15/funcargs.exp (finish from indirect call): No longer
27910 expected to fail on the PA.
27911 (backtrace in call with trampolines): Explicitly require main
27912 to be frame #1 (no trampolines should show up in backtrace).
27913
27914 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
27915 "continue -expect".
27916 * gdb.t06/break.exp: Likewise.
27917 * gdb.t07/watchpoint.exp: Likewise.
27918 * gdb.t13/bitfields.exp: Likewise.
27919 * gdb.t15/{funcargs,return}.exp: Likewise.
27920 * gdb.stabs/weird.exp: Likewise.
27921 * config/{mips,udi}-gdb.exp: Likewise.
27922
27923 * hppa.sed: Enclose comments within a sed command to avoid
27924 losing with the old OSF1 sed.
27925
27926Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27927
27928 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
27929 sequent dynix.
27930 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
27931 * gdb.t15/funcargs.exp: Conditionally step again to really
27932 finish from marker_call_with_trampolines. Handle the case where
27933 the first step from within call_with_trampolines already steps
27934 us back to main.
27935 * gdb.t15/gdbme.c: Add comment to closing brace of
27936 call_with_trampolines for funcargs.exp.
27937
27938Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27939
d63a86f8 27940 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
27941 Fix typo(s).
27942
27943Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27944
27945 * gdb.t07/gdbme.c: More code for watchpoint testing.
27946
27947 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
27948 "Hardware watchpoint" throughout file.
27949 (test_watchpoint_triggered_in_syscall): New test.
27950 (test_complex_watchpoint): New test.
27951
27952Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27953
27954 * gdbme.c (call_with_trampolines): New function to try and step
27955 into. Tests trampoline problems on the PA.
27956
27957 * funcargs.exp (localvars_in_indirect_call): No longer expect
27958 stepping into indirect call to fail on PAs.
27959 (test_stepping_over_trampolines): New test.
27960
27961Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27962
27963 * TODO: Add suggestions for static member function tests, and
27964 completion tests.
27965
27966Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27967
27968 * TODO: Add suggestions for "p/a" tests.
27969
27970 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
27971 (default_gdb_exit): Replace all the hair with sending "quit" to
27972 the process with a simple close.
27973
27974Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27975
27976 * TODO: Add suggestions for shared library tests.
27977
27978Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27979
27980 * TODO: Add suggestions for x/s tests.
27981
27982Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27983
27984 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
27985 "enable once", and "enable breakpoints once" with ".*".
27986
27987Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27988
27989 * TODO: Add suggestions about structure passing tests.
27990
27991Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27992
27993 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
27994 the primary1 test, use work around if __GNUC__ < 2.
27995 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
27996 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
27997 Test for bad output rather than waiting for timeout. Issue
27998 second continue only if first continue failed.
27999
28000Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28001
28002 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
28003 operator[] test with gdb_test because the old code didn't seem to
28004 be getting the quoting right with the new dejagnu.
28005
28006Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
28007
28008 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
28009 one from the path.
28010 * Makefile.in: Use a fresh expect if there is one, use runtest
28011 from the src tree if there is one.
d63a86f8 28012
c906108c
SS
28013Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28014
28015 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
28016 next over recursive call. Revise the tests from that point on
28017 (which had been skipped) to match GDB's actual (correct) output.
28018
28019 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
28020 with next over a breakpoint whose condition is false.
28021
28022 * gdb.t00/help.exp: Comment out "help set print" tests just like
28023 (and for same reason as) "help set" test.
28024
28025Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28026
28027 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
28028 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
28029
28030Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28031
28032 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
28033 necessary gdb_target_udi.
28034
28035 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
28036
28037 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
28038 1838 and 2417; they are fixed.
28039
28040 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
28041 gdb.t03/ptype.exp (ptype structure, ptype union):
28042 Remove xfails; the test is looser than when the xfails were added.
28043
28044 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
28045 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
28046
28047 * gdb.t01/run.exp: Only run shell test if isnative.
28048
28049 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
28050 since "run" automatically loads if necessary. Call gdb_target_udi
28051 after the "file" since "file" kills any execution target.
28052
28053 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
28054 GDB. GDB doesn't work that way (not anymore at least) on UDI.
28055 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
28056 argument for UDI.
28057
28058Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
28059
28060 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
28061
28062 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
28063
28064Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28065
28066 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
28067 properly quoting regexps. This makes the second argument to
28068 demangle a fixed string, which matches the callers, instead of a
28069 shell-style pattern which is what the previous implementation
28070 used. Update some of the callers.
28071
28072Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28073
28074 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
28075 (comib_nullified_tests): Fix typo.
28076 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
28077 strings. No longer expected to fail.
28078
28079 * gdb.disasm/hppa.s (addib_tests): Fix typo.
28080 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
28081 strings. No longer expected to fail.
28082
28083 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
28084 string. No longer expected to fail.
28085
28086Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28087
28088 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
28089 No longer expected to fail.
28090
28091 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
28092 string. No longer expected to fail.
28093
28094Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28095
28096 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
28097 only in the names (I probably got most of them). I was even
28098 generous with some which differed in underscores in names, and
28099 probably missed a few, and I *still* was able to remove almost a
28100 third of the file with almost no impact on testsuite coverage.
28101
28102Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28103
28104 * gdb.t00/default.exp: Match udi_attach error message as well as
28105 the one from child_attach.
28106
28107 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
28108
28109 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
28110
28111 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
28112 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
28113
28114 * Move test with enums and partial symbols back to
28115 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
28116 Reverts the change of 26 May 93. Per today's change to
28117 stabs.texinfo, the behavior that weird.exp was expecting was
28118 unreasonable; what is important is that the compiler+gdb get
28119 things right, which happens with a recent gcc. Also fix the test
28120 to deal with native compilers which put out the stab gdb can't
28121 deal with.
28122
28123Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28124
28125 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
28126 in the names. The main thing these accomplish is to slow things down.
28127 Many more such duplicates surely remain.
28128
28129 * gdb.t00/help.exp: Comment out "help support" test just like
28130 (and for same reason as) "help set" test.
28131
28132Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
28133
28134 * gdb.t06/break.exp: Remove setup_xfails for
28135 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
28136 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
28137 about known bug in gcc to include up through 2.5.8.
28138 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
28139 well as "_vb$".
28140 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
28141 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
28142 with latest gcc and gdb.
28143 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
28144 well as "_vb$".
28145
28146Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28147
28148 * configure.in (hppa*-*-*): Also configure and build stabs-only
28149 tests.
28150
28151Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28152
28153 * gdb.t10/hppa.mt: A makefile fragment for the PA.
28154 * gdb.t10/configure.in (hppa*-*-*): Use it.
28155
28156Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28157
28158 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
28159
28160Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28161
28162 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
28163 versions prior to 1.13.5.
28164
28165Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28166
28167 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
28168 the prompt is at the start of a line.
28169
28170Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
28171
28172 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
28173 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
28174 in the copr tests now.
28175 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
28176 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
28177 expected to fail.
28178
28179Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
28180
28181 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
28182 gdb.t31/chillvars.exp, lib/gdb.exp:
28183 Tweak to run under either version of expect.
28184 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
28185 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
28186 * gdb.t11/list.exp: Remove extraneous whitespace.
28187
28188Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28189
28190 * gdb.t16/printcmds.exp (test_print_strings): Accept
28191 "(unsigned char *) " before the string.
28192
28193 * TODO: Add notes about printing of fancy types and GDB expressions.
28194
28195Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
28196
28197 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
28198 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 28199 if doing mips-idt-ecoff.
c906108c
SS
28200
28201Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
28202
28203 * Most .exp files: Tweak to run under either version of expect.
28204
28205Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28206
28207 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
28208 xfails; I'm not sure why they are failing, but not because of PR 1806.
28209
28210Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
28211
28212 * config/unix-gdb.exp: Remove gdb_unload cause it's already
28213 defined in lib/gdb.exp.
28214
28215Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28216
28217 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
28218 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
28219 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
28220 have to be typeless.
28221
28222Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28223
28224 * TODO: Add suggestion for copyright year test.
28225
28226Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
28227
28228 * configure.in (*-*-lynxos*): Add stabs tests.
28229
28230Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
28231
28232 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
28233 so insert a tab before any assembler directive in column zero.
28234
28235 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
28236 stores.
28237 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
28238 stores.
28239 (fpu_short_memory_tests): Likewise.
28240
28241Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28242
28243 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
28244 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
28245 .stabs directives in comments.
28246
28247Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28248
28249 * TODO: New file, describing tests we could write.
28250 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
28251
28252Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28253
28254 * gdb.t06/signals.exp: Add kludge to force re-sync.
28255
28256 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
28257 to xgdb instead of gdb, get out of gdb.
28258
28259Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
28260
28261 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
28262 for info.
28263
28264Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
28265
28266 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
28267 * gdb.stabs/configure.in (hppa*-*-*): Use it.
28268 * gdb.stabs/hppa.sed: New sed script for the PA.
28269
28270Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28271
28272 * gdb.stabs: Re-write weird.def and configuration to use sed
28273 instead of cpp. sed is portable and POSIX; cpp is neither.
28274
28275Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28276
28277 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
28278
28279Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28280
28281 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
28282
28283Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28284
28285 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
28286 "_vb$".
28287 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
28288 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
28289
28290Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28291
28292 * lib/gdb.exp: Comment out code which depends on non-existent
28293 `transform' procedure.
28294
28295Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
28296
28297 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
28298 * lib/gdb.exp: Transform tool name.
28299 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
28300 1.1's new error handling system.
28301
28302Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28303
28304 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
28305
28306Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28307
28308 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
28309 They made pattern matching so slow that timeouts happened on
28310 heavily loaded systems. Now any output from "show print" which
28311 gets us back to the GDB prompt is a PASS.
28312
28313Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
28314
28315 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
28316
28317Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28318
28319 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
28320
28321 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
28322 It is not from PR 3220.
28323
28324Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28325
28326 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
28327 just started failing because they depended on the order the
28328 subcommands are presented, or exact docstring text. This kind of
28329 test is a pain and has minimal benefit.
28330
28331Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28332
28333 * gdb.t09/corefile.exp: At end of test, use "core" command with
28334 no arguments.
28335
28336Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
28337
28338 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
28339 17}/Makefile.in: Make it possible to run the testsuite with Sun
28340 make and CC = cross gcc by adding explicit build rules for .o
28341 files.
28342
28343Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28344
28345 * gdb.t15/funcargs.exp: Don't put comments on same line as
28346 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 28347
c906108c
SS
28348Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28349
28350 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
28351
28352Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
28353
28354 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
28355 * gdb.t20/inherit.exp: remove three dumplicate entries.
28356
28357Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28358
28359 * gdb.t06/break.exp: For "next over recursive call", fail on any
28360 incorrect output, not just on "factorial (value=2)".
28361
28362Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28363
28364 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
28365 working now. Add an xfail if accesing a bss variable causes
28366 a memory error if the target is not yet run.
28367
28368Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28369
28370 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
28371 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
28372 name of __st* demangling (2 strings). Did Kung really get the
28373 more than 95 others right without testing them?
28374
28375Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
28376
28377 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
28378
28379Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
28380
28381 * configure.in (configdirs): Add gdb.disasm
28382 * gdb.disasm: New directory for GDB disassembler tests.
28383 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
28384
28385Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28386
28387 * gdb.t00/help.exp: Don't test "help set".
28388
28389 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
28390 from within expect statements. None of these happen anymore and
28391 they cause regressions to be silently unnoticed.
28392
28393 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
28394 messages) about known failures with gcc cygnus-2.4.5-930417.
28395
28396 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
28397 comp-info.exp so it gets built if it doesn't exist.
28398
28399 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
28400 it is no longer used.
28401 * gdb.t13/comp-info.c: Removed.
28402
28403Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28404
28405 * gdb.t06/signals.exp: Add xfail for sun3.
28406
28407Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28408
28409 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
28410 relevant because ^C doesn't get sent but failure can be reproduced
28411 interactively).
28412
28413Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28414
28415 * gdb.stabs/alpha.mt: New configuration file for alpha.
28416 * gdb.stabs/configure.in: Use it.
28417 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
28418 sharing with alpha.mt, redefine long to word via preprocessor.
28419 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
28420 for alpha.
28421 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
28422 native cc.
28423 * gdb.t00/teststrategy.exp: Change expect string so that we
28424 consume the `(xgdb)' from the command echo and from the gdb prompt.
28425 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
28426 gdb currently compares all values as long, so this failure probably
28427 applies to any configuration where LONGEST is bigger than a target int.
28428 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
28429 with gcc.
28430 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
28431 to handle opaque pointers, gcc is.
28432 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
28433 as first argument. Include <sys/types.h> and change all operator
28434 new definitions to use size_t.
28435 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
28436 now that we use size_t.
28437
28438Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28439
a9c64011 28440 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 28441 a long or float array cast all array members to the same type.
a9c64011 28442 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 28443 with 64 bit longs.
a9c64011 28444 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 28445 on alpha.
a9c64011 28446 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
28447
28448Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28449
28450 * gdb.t24 (demangle.exp): Constructors of templates have names like
28451 vector<int>::vector(int) not vector<int>::vector<int>(int). See
28452 section 14.6 of the ARM.
28453
28454 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
28455 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
28456 accomplish little and slow down the testsuite.
28457
28458 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
28459 Accept spaces various places.
28460
28461Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28462
28463 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
28464 with watchpoint enabled.
28465
28466 * Makefile.in: Remove definition of CC and remove the second
28467 definition of CXX (the "CXX = gcc" one remains). These definitions
28468 were causing backquotes to be expanded within backquotes, which
28469 doesn't work.
28470
28471Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
28472
28473 * gdb.t17/callfuncs.exp: Add "return 0" to end.
28474
28475Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28476
a9c64011
AS
28477 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
28478 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
28479 by mips cc and contains no stabs entries.
28480
28481Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
28482
28483 * config/vx-gdb.exp: Use fake device to load files rather than
28484 NFS.
28485 * lib/gdb.exp: New proc to do "file" command.
28486 * config/unix-gdb.exp: Use new "file" proc.
28487
28488Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28489
28490 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
28491 Rework board rebooting slightly.
28492 (gdb_exit): Don't exit from the remote shell; there isn't one.
28493 * gdb.stabs/weird.exp: If a program is being debugged already,
28494 kill it.
28495 * gdb.t04/setvar.exp: Stop and restart gdb.
28496 * gdb.t05/expr.exp: Likewise.
28497 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
28498 restart gdb and reload the program.
28499 * gdb.t08/opaque.exp: Likewise.
28500 * gdb.t12/scope.exp: Likewise.
28501 * gdb.t13/bitfields.exp: Likewise.
28502 * gdb.t15/funcargs.exp: Likewise.
28503 * gdb.t20/classes.exp: Likewise.
28504 * gdb.t03/ptype.exp: Increase timeout.
28505 * gdb.t16/printcmds.exp (test_print_string_constants,
28506 test_print_array_constants): Likewise.
28507 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
28508 * gdb.t20/classes.exp (do_tests): Likewise.
28509 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
28510
28511Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
28512
28513 * gdb.stabs: Renamed *wierd* to *weird*.
28514
28515Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28516
28517 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
28518 for timeout. Add "known gcc 2.4.5 bug" to failure message.
28519
28520Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28521
28522 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
28523 (do_tests): Remove xfail for whatis on one_var and two_var.
28524
28525Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
28526
28527 * Makefile.in: Made cross building work better by adding
28528 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
28529
28530Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28531
28532 * gdb.t15/{return.c,return.exp,Makefile.in}:
28533 New test, currently commented out.
28534
28535Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
28536
28537 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
28538 still running and removes the leftover named socket so GDb can do
28539 clean restarts.
28540
28541Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
28542
28543 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
28544 console, not GDB.
28545 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
28546 cross testing works better with "make check"
28547 * config/unix-gdb: Use default procedures for exit and version.
28548 * config/vx-gdb.exp: Cleaned up and massaged back to working order
28549 with the newest VxWorks.
28550
28551Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28552
28553 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
28554 old form.
28555
28556 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
28557 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
28558
28559 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
28560
28561 * config/unix-gdb.exp: Remove this version of gdb_exit
28562 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
28563 Rob says he'll look at it when he gets back to testing boards.
28564
28565Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
28566
28567 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
28568 an expected fail for certain ptype commands.
28569
28570 * gdb.t20/classes.exp: Update expected results of "ptype class
28571 Base1" to account for the constructor that now appears in the type.
28572
28573Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
28574
28575 * configure.in (configdirs): Restore gdb.t04, which mysteriously
28576 disappeared from list.
28577 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
28578 "alldone" proc with call to cleanup and exit.
28579 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
28580 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
28581 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
28582 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
28583 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
28584 "alldone" proc with simple returns that suppress remaining
28585 tests. The alldone proc went away many months ago.
28586
28587Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28588
28589 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
28590
28591 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
28592
28593Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28594
28595 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
28596 as vax gdb will display them.
28597
28598Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28599
28600 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
28601 optimizers.
28602
28603 * scope.exp: Change "bad value for localval" messages so each one
28604 is unique.
28605
28606 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
28607 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
28608
28609 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
28610
28611Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28612
28613 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
28614 doesn't exist (due to optimization).
28615
28616Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28617
28618 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
28619 contains \r because the filename is long.
28620
28621 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
28622 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
28623
28624Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28625
28626 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
28627 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
28628 Ultrix.
28629 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
28630 int tests.
28631 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
28632
28633Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
28634
28635 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
28636
28637 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 28638 to match does not match the passing case but still matches the
c906108c
SS
28639 failing case.
28640
28641Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28642
28643 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
28644
28645Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
28646
28647 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
28648 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
28649 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
28650 Remove various versions of gdb_exit.
28651 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
28652 gdb_exit.
28653 * config/unix-gdb.exp: gdb_exit remains here, and should override
28654 the generic version, since it's doing a lot of wierd stuff that
28655 the other versions aren't. FIXME, fold it in, or abandon this
28656 version.
28657
28658Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28659
28660 * gdb.t24/demangle.exp: Add tests for PR 3220.
28661
28662Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28663
28664 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
28665
28666Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
28667
28668 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
28669 "i386-*-*". Works for i486 as well.
28670
28671 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
28672 bug, and expand domain of xfail to all SVR4 systems, since the
28673 actual problem is likely to be in generic SVR4 /proc support.
28674
28675Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28676
28677 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
28678
28679Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
28680
28681 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
28682 xfails for other systems. Match a missing 'Continuing.' as an
28683 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
28684
28685 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
28686 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
28687 Only issue warning for missing executables if -all option is used.
28688
28689 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
28690 file if -all option is used. It's like an unpredictable XFAIL.
28691
28692Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28693
28694 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
28695 for dynamically linked binaries.
28696
28697 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
28698
28699Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28700
28701 * gdb.t20/inherit.exp: Change message for "print tagless struct"
28702 to state that this is a known bug in old versions of g++.
28703
28704Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28705
28706 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
28707 while waiting for `Continuing'.
28708
28709Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
28710
28711 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
28712 in text, data, and bss.
28713 * gdb.t10/nodebug.c: Add local and global test variables for
28714 initialized and uninitialized data.
28715
28716Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28717
28718 * config/unix-gdb.exp (gdb_exit): Add "wait".
28719
28720Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28721
28722 * gdb.t06/signals.exp: xfail the continue from the handler for all
28723 targets.
28724
28725 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
28726 function with watchpoints enabled, the i386 call dummy starts with
28727 a call.
28728
28729 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
28730 386 bsd names its corefiles.
28731
28732Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
28733
28734 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
28735 compilers don't grok it.
28736 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
28737 with small octal ints rather than character constants, which
28738 are signed and might not fit if first promoted to int.
28739
28740Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
28741
28742 * gdb.t09/Makefile.in (clean): Remove corefile.
28743
28744Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28745
28746 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
28747
28748Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28749 and Jim Kingdon (kingdon@cygnus.com)
28750
28751 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
28752 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
28753 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
28754
28755Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28756
28757 * gdb.t17/interrupt.exp: Add xfail for hppa.
28758
28759Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28760
28761 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
28762 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
28763 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
28764 to determine signed-ness of bitfields and use the result to setup
28765 the xfail.
28766 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
28767 * gdb.t15/funcargs.exp: Use them to step until the second indirect
28768 call line is reached if necessary.
28769
28770Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28771
28772 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
28773
28774Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28775
28776 * gdb.t06/break.exp: Also test `clear' command.
28777
28778Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28779
28780 * gdb.t00/teststrategy.exp: Remove extra quote.
28781
28782 * gdb.t07/watchpoint.exp: Change xfail for calling function with
28783 watchpoint enabled to be for all non-68k machines.
28784
28785 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
28786
28787Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28788
28789 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
28790 targets use aout.mt instead of ecoff.mt as gas understands
28791 standard aout format.
28792
28793Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28794
28795 * lib/gdb.exp (runto): Don't insist that function we are running to
28796 was compiled with -g.
28797
28798 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
28799
28800 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
28801 to get back into the read system call.
28802 Accept leading newline in case where we woke it up.
28803
28804Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28805
28806 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
28807 to make the stabs test work on ecoff systems using gcc and -with-stabs.
28808 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
28809 enable ecoff configuration.
28810
28811Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28812
28813 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
28814
28815Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28816
28817 * gdb.t16/printcmds.exp: Add another printf test.
28818
28819Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
28820
28821 * configure.in: If configured -with-stabs on any target, add
28822 stabsdirs to configdirs.
28823
28824Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28825
28826 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
28827 fun" so pattern does not match the command itself.
28828
28829Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28830
28831 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
28832
28833Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28834
28835 * gdb.t17/interrupt.exp: Test for more things.
28836
28837Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28838
28839 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
28840 compiler arranges the code and line numbers.
28841
28842 * gdb.t17/interrupt.exp: Don't send \n after ^C.
28843
28844Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28845
28846 * gdb.t00/help.exp: Increase expect input buffer size.
28847
28848Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28849
28850 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
28851
28852 * gdb.t07/watchpoint.exp: Add xfail for hppa.
28853
28854 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
28855
28856 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
28857 [0-9]*, not just [0-9].
28858
28859Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28860
28861 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
28862
28863 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
28864
28865Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28866
28867 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
28868
28869Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28870
28871 * gdb.t06/signals.c: Add xfails for sun3.
28872
28873 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
28874
28875 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
28876 test_stepping tests.
28877
28878Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28879
28880 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
28881
28882 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
28883
28884 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
28885 rather than actually putting it through cpp twice.
28886
28887 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
28888
28889Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
28890
28891 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
28892 no longer needed.
28893
28894Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28895
28896 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
28897
28898 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
28899 C++ features prints as "struct", make it a pass, not an xfail.
28900
28901Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28902
28903 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
28904 Don't require VA to print as "class" rather than "struct".
28905
28906Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
28907
28908 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
28909
28910Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28911
28912 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
28913
28914Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28915
28916 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
28917 order.
28918
28919Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28920
28921 * gdb.t16/printcmds.exp: Add printf tests.
28922
28923 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
28924
28925 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
28926
28927Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
28928
28929 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
28930 pass counts, to counteract any existing or future setup_xfails.
28931
28932Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28933
28934 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
28935 {BEGIN,END}_COMMON for common block instead of STAB.
28936 * gdb.stabs/wierd.exp: Add xfail for rs6000.
28937
28938 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
28939 intp_var should be N_GSYM not N_LSYM.
28940 wierd-aout.S: Use a label for the value of the N_SO.
28941 wierd.def: Remove all backslashes.
28942 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
28943
28944Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28945
28946 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
28947 get the expected next to inheritance3.
28948
28949Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28950
28951 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
28952 now that gcc-2.4 gets it right.
28953
28954Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28955
28956 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
28957
28958 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
28959 generating comp-info.exp which works for cross-compilation.
28960
28961Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
28962
28963 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
28964 "*-*-sysv4.*".
28965
28966Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
28967
28968 * gdb.t01/run.exp: Start with a fresh gdb.
28969 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
28970 SVR4.x.
28971
28972Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
28973
28974 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
28975 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
28976 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
28977 Makefile.in (distclean, realclean): Remove gdbme.c from list of
28978 things to remove.
28979
28980Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
28981
28982 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
28983 test cases from bug reports.
28984
28985Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
28986
28987 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
28988 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
28989 avoid spurious xfails.
28990 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
28991 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
28992 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
28993
28994Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
28995
28996 * gdb.t00/teststrategy.exp: Rework to provide more useful
28997 description of each test, fix problem with systems that define
28998 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
28999 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
29000 results for "next over recursive call" so timeouts aren't taken
29001 by error.
29002
29003Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
29004
29005 * gdb.t12/scope.exp: Test printing of variables before run.
29006
29007 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
29008 printed in wrong order due to sorting.
29009
29010Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
29011
29012 * gdb.t00/teststrategy.exp: Fix expected results for printing
29013 user entered string constant. Is array of char, prints with no
29014 address.
29015
29016 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
29017 commands.
29018 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
29019 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
29020 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
29021 of struct of char arrays.
29022 * gdb.t00/radix.exp: New tests for radix commands.
29023
29024Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
29025
29026 * gdb.t16/printcmd.exp: Print a variable before running program
29027 (with xfail for AIX).
29028
29029Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
29030
29031 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
29032
29033 * gdb.t16/printcmd.exp: Don't print variables before running program.
29034
29035 * gdb.t06/break.exp: Don't require envp argument to main.
29036
29037 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
29038
29039 * gdb.t02/whatis.exp, gdb.t11/list.exp:
29040 Add xfails for rs6000.
29041
29042 * gdb.t02/whatis.exp: Change other tests not to re-test something
29043 we already tested.
29044
29045 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
29046 each type used has a variable of that type.
29047
29048Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
29049
29050 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
29051
29052Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
29053
29054 * configure.in: change srctrigger to be a file, not a directory
29055
29056Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
29057
29058 * configure.in (mips-idt-ecoff*): Added trailing '*'.
29059
29060 * gdb.t11/list.exp: Fixed a couple of typos.
29061
29062Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
29063
29064 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
29065 is fixed and PR is closed.
29066 * gdb.t16 (gdbme.c): Add simple test string variable.
29067 * gdb.t16 (printcmds.exp): Add tests with simple test string
29068 variable, primarily for boundaries on "set print elements".
29069
29070Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
29071
29072 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
29073 Make leading 0's optional and don't expect a tab in the middle
29074 of the number.
29075
29076 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
29077
29078 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
29079 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
29080 don't end command passed to gdb_test with newline.
29081
29082 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
29083 signed keyword away, don't expect signed bitfields to be signed.
29084
29085 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
29086 printing with only as many 1's as are in the field as well as printing
29087 with 32 1's (see comment).
29088
29089Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
29090
29091 * gdb.t00/default.exp: Start with a fresh gdb.
29092 * configure.in (configdirs): Remove gdb.t31 until the chill
29093 compiler works again. It no longer is able to find chillrt0
29094 since it isn't in libchill.a anymore.
29095 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
29096 wierd.o, make more modular.
29097 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
29098 spurious newlines that caused problems.
29099
29100Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29101
29102 * Move test with enums and partial symbols from gdb.t03/ptype.exp
29103 to gdb.stabs/wierd.exp since GCC has worked around the bug.
29104 gdb.stabs/wierd.{exp,def}: Many new tests.
29105
29106 * gdb.t00/default.exp: update info line for new message.
29107
29108 * gdb.t02/{whatis.exp,gdbme.c}:
29109 Test that "char *" doesn't print as "caddr_t".
29110
29111Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29112
29113 * gdb.t00/help.exp: Use .* in place of some help messages which
29114 just changed.
29115 gdb.t00/default.exp: Update "info frame" test for new message.
29116 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
29117 Remove some xfails
29118
29119Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29120
29121 * gdb.t03/{gdbme.c,ptype.exp}:
29122 Add tests for typedef'd struct and union without tags.
29123 Also check "whatis" on a variable of a typedef'd enum without a tag.
29124
29125 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
29126 PRMS 1823; the bug still exists but isn't reproduced by this test
29127 anymore), and remove rs6000 XFAIL (the bug is fixed).
29128
29129 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
29130 duplicated from whatis.exp. For those that are left, accept
29131 "long", "long int", or "int" for long variables (whatis.exp already
29132 has an XFAIL for "int", so no need to fail it here).
29133
29134 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
29135 Deal with GCC's names for types now that GDB uses the compiler's names.
29136
29137 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
29138 setup_xfail's for sunos4. If we #defined the signed keyword away,
29139 don't expect GDB to know that char it is signed.
29140
29141 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
29142
29143Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
29144
29145 * configure.in (configdirs): Add gdb.t24 for C++ tests that
29146 should work on any system, regardless of debugging format.
29147 * gdb.t21/demangle.exp: Move to gdb.t24.
29148 * gdb.t24/demangle.exp: Move from gdb.t21.
29149 * gdb.t24/{Makefile.in, configure.in}: New files.
29150
29151Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29152
29153 * configure.in: Do gdb.stabs and C++ tests only for stabs.
29154 * gdb.stabs: New directory.
29155
29156Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29157
29158 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
29159 not just "Quit anyway?".
29160
29161Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
29162
29163 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
29164 that all setup_xfails are immediately followed by clear_xfails.
29165
29166Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
29167
29168 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
29169 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
29170 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
29171 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
29172 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
29173 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
29174 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
29175 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
29176 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
29177 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
29178 gdb.t31/chillvars.exp, lib/gdb.exp:
29179 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
29180 bug-gdb@prep.ai.mit.edu.
29181
29182Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
29183
29184 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
29185 with 0.0, not integer 0.
29186
29187Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
29188
29189 * gdb.t06/break.exp: Update for "Kill the program" message change.
29190
29191Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
29192
29193 * Makefile.in (GDBFLAGS): Set to -nx.
29194 * Makefile.in (site.exp): Use GDBFLAGS.
29195
29196Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
29197
29198 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
29199 Makefiles.
29200 (check): depend on just-check.
29201 (just-check): added so that tests can be run without a noop
29202 build pass.
29203
29204Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
29205
29206 Switch to using configure's configdirs.
29207 * Makefile.in (Makefile): add configure.in dependency.
29208 (SUBDIRS): removed redundant assignment.
29209 * configure.in: switch subdirs assignment to configdirs.
29210 * gdb.t*/configure.in: new files.
29211
29212Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
29213
29214 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
29215 works.
29216
29217Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
29218
29219 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
29220 in explicit rules. Apparently this is not supported by some makes.
29221
29222Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
29223
29224 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
29225
29226Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29227
29228 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
29229 disappeared.
29230
29231Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
29232
29233 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
29234
29235Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
29236
29237 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
29238 watchpoint problem that is now fixed.
29239 * gdb.t30/chexp.exp: Remove setup_xfail for printing
29240 uninitialized convenience variables.
29241 * gdb.t31/chillvars.exp: Fix expected patterns for printing
29242 structures.
29243
29244Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29245
29246 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
29247 which causes expect to get out of sync with gdb on long output
29248 from help set.
29249 * gdb.t09/corefile.exp: Make expected pattern for core file
29250 failing signal and frame output format less sun specific.
29251
29252Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
29253
29254 * gdb.t31/chillvars.exp: Add and remove initial dummy
29255 breakpoint, so that symbol table is forced in.
29256 (Needed at least on Sunos4, though it seems not SVR4.)
29257 * gdb.t31/chillvars.exp: Update for changed output format.
29258
29259Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
29260
a9c64011 29261 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
29262
29263Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
29264
29265 * Makefile.in: Added --srcdir when invoking runtest, removed the
29266 need for a local config file. (optional now)
29267
29268Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
29269
29270 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
29271 failure count used to force early termination. Add some more
29272 expected failures for gnu style demangling.
29273
29274Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29275
29276 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
29277 pmi variable from gdb.t20/gdbme to get optimized away.
29278 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
29279 Check for written corefile upon timeout _and_ eof.
29280
29281Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29282
29283 * config/unix-gdb.exp: Add missing return 0.
29284
29285Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29286
29287 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
29288 test termination.
29289
29290Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
29291
29292 * configure.in (subdirs): Put back gdb.t17 which mysteriously
29293 disappeared.
29294
29295Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
29296
29297 * gdb.t10/crossload.exp: Disable the i860-elf test until such
29298 time as i860 support works.
29299
d63a86f8 29300 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
29301 "backtrace 100\r" rather than just "backtrace\r", to match last
29302 change.
29303
29304Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
29305
29306 * config/udi-gdb.exp (gdb_exit): Remove close command.
29307 (gdb_target_udi): New procedure to set the UDI target.
29308 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
29309 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
29310 Added waits for prompts after several question responses. Added
29311 some more responses used by a29k-amd-udi-gdb.
29312 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
29313 pass different arguments, restart UDI connection after program
29314 completion.
29315 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
29316 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
29317 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
29318 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
29319 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
29320 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
29321 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
29322 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
29323 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
29324 after program completion.
29325 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
29326 compiled with a SELECT_VECS setting.
29327 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
29328 infinite recursion.
29329
29330 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
29331 Added checks for COFF results, and made them expected failures for
29332 all targets. It would be better to make them expected failures
29333 for COFF targets only.
29334
29335Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
29336
29337 * Makefile.in: add null dvi target, don't bother to recurse
29338 through test directories for info and install-info; rename
29339 $(datadir) to be dejagnu instead of deja-gnu
29340
29341Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
29342
29343 * gdb.t31/gdbme.ch: Re-enable code that previously caused
29344 compiler to coredump.
29345 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
29346 code.
29347
29348Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
29349
29350 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
29351 coredump.
29352 * gdb.t31/chillvars.exp: Comment out tests that depend on that
29353 code.
29354
29355Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
29356
29357 * gdb.t03/ptype.exp: tests for return code from gdb_test.
29358 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
29359 which in a shell. Deletes xgdb when done.
29360 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
29361 Tests the return from the "set height" or "set width" commands.
29362 Added a few return codes where needed.
29363
29364Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
29365
29366 * Makefile.in (SUBDIRS): Add gdb.t17.
29367 * configure.in (subdirs): Add gdb.t17.
29368 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
29369 files to test gdb's calling of functions in the inferior with
29370 the correct arguments and gdb's ability to retrieve any
29371 result returned.
29372
29373Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
29374
29375 * config/unix-gdb.exp (gdb_exit): Remove close commands that
29376 may be called after gdb goes away. Previous versions of expect
29377 needed these to avoid file descriptor leaks, but they cause
29378 errors with the current revision of expect.
29379 * gdb.t00/gdbvars.exp: Use -re on expected output after
29380 setting sevenbit-strings.
29381 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
29382 to set sevenbit-strings consistent across tests.
29383 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
29384 set sevenbit-strings consistent across tests.
29385
29386Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
29387
29388 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
29389 expected output to match current "expect" expectations.
29390
29391Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
29392
29393 * gdb.t00/default.exp: Change expected output for default "source"
29394 command, to match new gdb behavior which requires a filename to
29395 source.
29396
29397Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
29398
29399 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
29400 expected fail for i486-*-* that misses the marker2 function.
29401 * gdb.t10/crossload.exp (bfddefault): Allow successful
29402 recognition of a format to pass even if no symbols are found.
29403 Explicitly catch failures where the format is not recognized
29404 or is ambiguous, and add the reason to the fail message.
29405 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
29406 the cause is and invalid target and add reason to failure message.
29407 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
29408 elf32-i386, elf32-sparc, and elf32-i860.
29409 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
29410 Set up expected failure for 'filename'::variable scope resolution,
29411 which is now apparently broken on all targets.
29412 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
29413 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
29414 gdb.t23/templates.exp: Change failure for missing binfile into
29415 just a warning.
29416 gdb.t21/demangle.exp: Change all cfront references to 'arm'
29417 references.
29418
29419Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
29420
29421 * gdb.t00/default.exp: Add expected output for default "source"
29422 command, to match new gdb behavior.
29423 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
29424
29425Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
29426
29427 * config/*-gdb.exp: returns an error, rather than exiting on
29428 internal errors.
29429
29430Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
29431
29432 * gdb.t03/gdbme.c: Add pointer to struct variable.
29433 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
29434 referencing struct members.
29435
29436Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
29437
29438 * configure.in (mips-idt-ecoff): New target.
29439 * config/mips-gdb.exp: New file for remote board using MIPS remote
29440 debugging protocol.
29441
29442 * Redid configuration scheme. Removed gdb.t*/configure.in.
29443 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
29444 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
29445 distclean targets. Built executables via .o files. Adjusted
29446 tests to account for source files in $(srcdir) rather than
29447 $(objdir).
29448 * lib/gdb.exp (runto): Don't expect () after the function name,
29449 because it may have arguments.
29450
29451Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
29452
29453 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
29454 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
29455 expected failures for mips-idt-* and mips-sgi-*.
29456 * gdb.t00/default.exp (attach): Kill process if requested.
29457 * gdb.t00/help.exp (help target core, help target): Accept a gdb
29458 that does not read core files.
29459 * gdb.t01/run.exp: Removed checks for exit status code.
29460 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
29461 it is linked in.
29462 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
29463 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
29464 appropriate, rather than doing it by hand.
29465 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
29466 execution.
29467 * gdb.t10/crossload.exp: Kill existing program if needed.
29468 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
29469 appropriate, rather than doing it by hand. Always increase
29470 timeout for this test, not just for VxWorks.
29471
29472Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
29473
29474 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
29475 of Chill STRUCT types and STRUCT values.
29476 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
29477 than "char".
29478 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 29479 struct2): New struct definitions and initializations to test
c906108c
SS
29480 simple Chill STRUCT types.
29481
29482Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
29483
29484 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
29485 the null byte at the end of strings.
29486 * gdb.t00/default.exp: Make show version insensitive to copyright
29487 date.
29488 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
29489 to avoid dependencies on target char signedness.
29490 * gdb.t16/printcmds.exp: Update expected results for explicitly
29491 unsigned char.
29492 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
29493 now work.
29494 * gdb.t21/demangle.exp: Add many more patterns for template
29495 demangling, most of them being expected failures.
29496 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
29497 string we are matching for, to match on the whole string.
29498 * gdb.t21/demangle.exp: Add many new test strings to demangle,
29499 and fix a whole bunch that had incorrect expected output but were
29500 passing anyway because of the bug in "proc demangle".
29501 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
29502 type.
29503 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
29504
29505Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
29506
a9c64011
AS
29507 * gdb/testsuite: made modifications to testcases, etc., to allow
29508 them to work properly given the reorganization of deja-gnu and the
29509 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
29510
29511Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
29512
29513 * gdb/testsuite: Initial creation of gdb/testsuite.
29514 Migrated dejagnu testcases and support files for testing nm to
29515 gdb/testsuite from deja-gnu. These files were moved "as is"
29516 with no modifications. This migration is part of a major overhaul
29517 of dejagnu. The modifications to these testcases, etc., which
29518 will allow them to work with the new version of dejagnu will be
29519 made in a future update.
48efe704 29520
8d8cb839 29521 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 29522\f
8d8cb839
EZ
29523;; Local Variables:
29524;; mode: change-log
29525;; left-margin: 8
29526;; fill-column: 74
29527;; version-control: never
29528;; End:
902f2ccb 29529
0b302171 29530 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
29531 Copying and distribution of this file, with or without modification,
29532 are permitted provided the copyright notice and this notice are preserved.
This page took 2.976251 seconds and 4 git commands to generate.