gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7d1bf85c
DJ
12010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.python/py-type.exp: Check for Python support.
4
061b5285
PA
52010-02-17 Pedro Alves <pedro@codesourcery.com>
6
7 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
8 `regsub' syntax available.
9
f8a8bc2c
PA
102010-02-17 Pedro Alves <pedro@codesourcery.com>
11
12 * gdb.base/shmain.c (main): Remove printf call.
13 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14 * gdb.base/unload.c (main): Make format of fprintf a string
15 literal. Add missing endlines to prints to stderr.
16 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
17
6f451e5e
TT
182010-02-17 Tom Tromey <tromey@redhat.com>
19
20 * gdb.java/jprint.java (jprint.props): New field.
21 * gdb.java/jprint.exp (set_lang_java): Add regression test.
22
12d79008
PA
232010-02-17 Pedro Alves <pedro@codesourcery.com>
24
ef801a0e 25 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
26 available.
27
d252f7e5
DJ
282010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
31 creation to support remote host testing.
32
67bdab6c
DJ
332010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
34
35 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
36 Recognize "command not found".
37
bb391223
DJ
382010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
39
40 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
41 single-stepping.
42
70362913
DJ
432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
44
45 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
46 if arguments are not supported.
47
493f3c00
DJ
482010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
49
50 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
51 be const or non-const.
52
8034c749
DJ
532010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
54
55 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
56 mi_send_resuming_command to send -exec-continue.
57
791dfb64
DJ
582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
59
60 * gdb.base/list.exp (test_list_filename_and_function): Add test
61 with single quotes.
62 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
63 matching.
64 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
65 Add KFAIL'd tests for PR gdb/11289.
66
7c5fe868
DJ
672010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
68
69 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
70
fdc498b8
DJ
712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
72
73 * gdb.base/comp-dir/subdir/dummy.txt: New file.
74 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
75 a temporary directory.
76
b519e2a6
DJ
772010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
78
79 * gdb.base/charset.exp: Use a single regular expression to match
80 show host-charset and show target-charset output.
81
74164c56
JK
822010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
85 "Illegal process-id" expect string more exact.
86 (attach to digits-starting nonsense is prohibited): New.
87
701ed6dc
JK
882010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
89
90 * gdb.base/prelink.exp (set verbose on): New.
91
fa19b4e5
MS
922010-02-12 Tomas Holmberg <th@virtutech.com>
93
94 * mi-reverse.exp: New file. Test for reverse option to the
95 following MI commands: exec-continue, exec-finish, exec-next,
96 exec-step, exec-next-instruction, exec-step-instruction.
97
dadf0e9c
JB
982010-02-09 Joel Brobecker <brobecker@adacore.com>
99
100 * gdb.ada/ptype_tagged_param: New testcase.
101
714f19d5
TT
1022010-02-08 Tom Tromey <tromey@redhat.com>
103
104 PR c++/8017:
105 * gdb.cp/overload.exp: Add tests.
106 * gdb.cp/overload.cc (struct K): New.
107 (namespace N): New.
108 (main): Call new functions.
109 (K::staticoverload): Define.
110
83b10087
CM
111Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
112
113 PR gdb/10728
114 * gdb.cp/pr10728-x.h: New file.
115 * gdb.cp/pr10728-x.cc: New file.
116 * gdb.cp/pr10728-y.cc: New file.
117 * gdb.cp/pr10728.exp: New file.
118 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
119
99903ae3
CM
120Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
121
122 PR gdb/9067
123 * gdb.cp/pr9067.exp: New
124 * gdb.cp/pr9067.cc: New
125 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
126
7b356089
JB
1272010-02-08 Joel Brobecker <brobecker@adacore.com>
128
129 * lib/gdb.exp (gdb_test_timeout): New global variable.
130 Set it to timeout if not already set.
131 (gdb_init): Reset the value of timeout to gdb_test_timeout.
132
1be00882
DE
1332010-02-05 Doug Evans <dje@google.com>
134
135 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
136 user.
137
82856980
SW
1382010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
139
140 PR c++/7935:
141 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
142
1a334831
TT
1432010-02-04 Tom Tromey <tromey@redhat.com>
144
145 * gdb.cp/virtbase.exp: Make test case names unique.
146
9c3c02fd
TT
1472010-02-02 Tom Tromey <tromey@redhat.com>
148
149 * gdb.cp/virtbase.exp: Add regression tests.
150 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
151 (main): Instantiate RHC.
152
0cc2414c
TT
1532010-02-02 Tom Tromey <tromey@redhat.com>
154
155 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
156 type-printing change.
157
edf3d5f3
TT
1582010-02-02 Tom Tromey <tromey@redhat.com>
159
160 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
161 * gdb.cp/virtbase.cc: New file.
162 * gdb.cp/virtbase.exp: New file.
163 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
164
e4b7f41c
JK
1652010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 PR libc/11214:
168 * gdb.threads/current-lwp-dead.c: Include features.h.
169 (HAS_NOMMU): New.
170 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
171
b381ea14
JK
1722010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 * gdb.base/symbol-without-target_section.exp,
175 gdb.base/symbol-without-target_section.c: New.
176
c593ac0e
DJ
1772010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
178
179 * gdb.base/bigcore.exp: Reset increased timeout.
180 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
181
db25f29d
DJ
1822010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
183
184 * gdb.base/gcore.exp (capture_command_output): Use
185 gdb_test_multiple.
186
f9d67f43
DJ
1872010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
188
189 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
190 * gdb.arch/thumb2-it.exp (test_it_break): New function.
191 (Top level): Call it.
192
177321bd
DJ
1932010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
194
195 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
196
97f2ed50
DJ
1972010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
198
199 * gdb.base/call-strs.exp, gdb.base/default.exp,
200 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
201 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
202 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
203 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
204 gdb.base/watchpoint-solib.exp: Save and restore timeout.
205 * gdb.base/ending-run.exp: Correct restore of timeout.
206 * gdb.base/page.exp: Remove unnecessary timeout setting.
207
e4e2711a
JB
2082010-01-29 Joel Brobecker <brobecker@adacore.com>
209
210 * gdb.ada/rec_return: New testcase.
211
ba581dc1
JB
2122010-01-29 Joel Brobecker <brobecker@adacore.com>
213
214 * gdb.ada/call_pn: New testcase.
215
4ea95be9
DJ
2162010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
217
218 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
219 (Top level): Use it to resume.
220 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
221 the Thumb mode displaced stepping error as unsupported.
222
df83a9bf
SW
2232010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
224
225 * gdb.cp/nsusing.exp: Added more tests.
226 * gdb.cp/nsrecurs.exp: Ditto.
227 * gdb.cp/nsusing.cc: Added test functions.
228 * gdb.cp/nsrecurs.cc: Ditto.
229
40b27cdc
JK
2302010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
233 absolute directory pathnames in gdb.sum file.
234
de958931
SW
2352010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
236
237 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
238 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
239
708ead4e
TT
2402010-01-26 Tom Tromey <tromey@redhat.com>
241
242 PR exp/7643:
243 * gdb.base/printcmds.exp (test_print_string_constants): Remove
244 setup_kfail.
245
b14e635e
SW
2462010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
247
248 * gdb.cp/nsrecurs.exp: New test.
249 * gdb.cp/nsrecurs.cc: New test program.
250 * gdb.cp/nsstress.exp: New test.
251 * gdb.cp/nsstress.cc: New test program.
252 * gdb.cp/nsdecl.exp: New test.
253 * gdb.cp/nsdecl.cc: New test program.
254
8540c487
SW
2552010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
256
257 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
258 imported into file scope.
259 Marked test as xfail.
260 * gdb.cp/namespace-using.cc (marker5): New function.
261 * gdb.cp/shadow.exp: New test.
262 * gdb.cp/shadow.cc: New test program.
263 * gdb.cp/nsimport.exp: New test.
264 * gdb.cp/nsimport.cc: New test program.
265
421d5d99
TT
2662010-01-25 Tom Tromey <tromey@redhat.com>
267
268 PR gdb/11049:
269 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
270 with "set print null-stop on".
271
691f8dc1
JK
2722010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
275 Adjust it for DISASSEMBLY_OMIT_FNAME.
276
0b92b5bb
TT
2772010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 PR symtab/11199:
280 * gdb.dwarf2/member-ptr-forwardref.exp,
281 gdb.dwarf2/member-ptr-forwardref.S: New.
282
23787403
JK
2832010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
284
285 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
286 (thread1_func): Protect thread1_tid with thread1_tid_cond by
287 thread1_tid_mutex. Remove gdbstop_mutex handling.
288 (thread2_func): Protect thread2_tid with thread2_tid_cond by
289 thread2_tid_mutex. Remove gdbstop_mutex handling.
290 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
291 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
292 pthread_cond_wait conditionalizations by while loops.
293
b966cb8a
TT
2942010-01-20 Tom Tromey <tromey@redhat.com>
295
296 PR backtrace/10770:
297 * gdb.dwarf2/pr10770.exp: New file.
298 * gdb.dwarf2/pr10770.c: New file.
299 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
300
fcae584b
VP
3012010-01-20 Vladimir Prus <vladimir@codesourcery.com>
302
303 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
304 that target was removed, and the test always runs native anyway.
305
a0f49112
JK
3062010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
309 gdb.base/watchpoint-cond-gone-stripped.c: New.
310
ceeb3d5a
TT
3112010-01-19 Tom Tromey <tromey@redhat.com>
312
313 PR c++/8000:
314 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
315 existing tests.
316 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
317 (main): Use AAA::SomeEnum.
318
dd322c54
JK
3192010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
322 (test_ignore_count): Declare line_callme_body global.
323 (run to breakpoint with ignore count): Use line_callme_body.
324 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
325 (set line_main_hello, set line_main_return): Reindent.
326 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
327 New.
328 (continue to callee4): Use line_callee4_body.
329 (check *stopped from CLI command): Use line_callee4_next.
330 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
331 (set line_main_hello, set line_main_return): Reindent.
332 (set line_callee4_head, set line_callee4_body): New.
333 (continue to callee4): Use line_callee4_body.
334
4e8f195d
TT
3352010-01-18 Tom Tromey <tromey@redhat.com>
336
337 PR c++/9680:
338 * gdb.cp/casts.cc: Add new classes and variables.
339 * gdb.cp/casts.exp: Test new operators.
340
9e14a9ba
JB
3412010-01-18 Tom Tromey <tromey@redhat.com>
342 Thiago Jung Bauermann <bauerman@br.ibm.com>
343
344 * gdb.python/source2.py: New file.
345 * gdb.python/source1: New file.
346 * gdb.python/python.exp: Test "source" command.
347
00bf0b85
SS
3482010-01-15 Stan Shebs <stan@codesourcery.com>
349
350 * gdb.trace/tfile.c: New file.
351 * gdb.trace/tfile.exp: New file.
352
55235ad7
JK
3532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
356
9f2982ff
JK
3572010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
360
bbfba9ed
JK
3612010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
364 (libfunc): New parameter action. Implement also selectable "sleep".
365 * gdb.base/break-interp-main.c: Include assert.h.
366 (libfunc): New parameter action.
367 (main): New parameters argc and argv. Assert argc. Pass argv.
368 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
369 (test_attach): New proc.
370 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
371 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
372
61f0d762
JK
3732010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * gdb.base/break-interp.exp (test_core): New proc.
376 (test_ld): Call it.
377
06a6f270
JK
3782010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
381 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
382 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
383 and gdb_compile_shlib. Use new -Wl compiler options.
384 (dl bt, main bt): New tests.
385
51bee8e9
JK
3862010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 Support PIEs with no symfile_objfile.
389 * gdb.base/break-interp.exp: New argument at the test_ld calls.
390 (test_ld): New parameter trynosym.
391 (test_ld <$trynosym>): New block.
392
b8040f19
JK
3932010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
394
395 * gdb.base/break-interp.exp: New file.
396
be759fcf
PM
3972010-01-13 Phil Muldoon <pmuldoon@redhat.com>
398
399 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
400 * gdb.python/py-prettyprint.py (pp_ls): New printer.
401 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
402 test.
403 * gdb.python/py-prettyprint.c: Define lazystring test structure.
404 * gdb.python/py-mi.exp: Add lazy string test.
405
dc146f7c
VP
4062010-01-13 Vladimir Prus <vladimir@codesourcery.com>
407
408 * lib/mi-support.exp (mi_check_thread_states): Handle
409 core number in thread listing.
410
b4ba55a1
JB
4112010-01-12 Joel Brobecker <brobecker@adacore.com>
412
413 * gdb.base/maint.exp: Adjust the expected output for the
414 "maint print type" test. Use gdb_test_multiple instead of
415 gdb_sent/gdb_expect.
416
08e24bd4
DE
4172010-01-11 Doug Evans <dje@google.com>
418
6496a609
DE
419 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
420 from gdbserver_download. All callers updated.
421
08e24bd4
DE
422 * gdb.server/ext-run.exp: "info os processes" requires xml support.
423
b5cfddf5
JK
4242010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 Implement binary numbers parsing.
427 * gdb.base/printcmds.exp (test_integer_literals_accepted)
428 (test_integer_literals_rejected): New binary tests.
429
3725885a
RW
4302010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
431
432 * gdb.cell/configure: Regenerate.
433
37aeb5df
JK
4342010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 * gdb.base/corefile.exp: Move the core finding block out and call it as
437 core_find, new variable $corefile, replace corefile by $corefile and
438 [file tail $corefile] for usage vs. test names resp.
439 * lib/gdb.exp (core_find): Move it as a new function here. New
440 parameter binfile and deletefiles. New variable $destcore. Pre-delete
441 $destcore. Return "" on error.
442
d521f563
JK
4432010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
444
445 Workaround PR binutils/10802.
446 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
447 (twice).
448
28f24826
DJ
4492010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
452
2de75e71
JB
4532010-01-08 Joel Brobecker <brobecker@adacore.com>
454
455 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
456 call, to avoid interruption.
457
fe00719b 4582010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
459
460 * gdb.stabs/weird.def (args93): New.
461
d0ef5df8
DE
4622010-01-07 Doug Evans <dje@google.com>
463
464 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
465
3a08d52f
TT
4662010-01-07 Tom Tromey <tromey@redhat.com>
467
468 * gdb.base/source.exp: Use correct line number.
469
7a697b8d
SS
4702010-01-05 Stan Shebs <stan@codesourcery.com>
471
472 * gdb.trace/tracecmd.exp: Test ftrace.
473
7803799a
UW
4742010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
475
476 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
477
c54eabfa
JK
4782010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
481 "uint_for_mi_testing".
482
02e7ef19
JB
4832010-01-01 Joel Brobecker <brobecker@adacore.com>
484
485 Test indented comment in file being sourced.
486 * gdb.base/commands.exp: Test indented comment in file being sourced.
487
abd775ce
JB
4882010-01-01 Joel Brobecker <brobecker@adacore.com>
489
490 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
491 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
492 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
493 notice.
494
79b55b82
JB
4952010-01-01 Joel Brobecker <brobecker@adacore.com>
496
497 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
498 notice.
499
8997583e
JK
5002010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
503 missing $after_stopped and comma (,) expectation.
504
6da95a67
SS
5052009-12-31 Stan Shebs <stan@codesourcery.com>
506
507 * gdb.trace/actions.exp: Test teval action.
508
218d2fc6
TJB
5092009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
510
511 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
512 (top level): Call test_watchpoint_in_big_blob.
513 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
514 watchpoints.
515 (func3): Write to buf.
516
236f1d4d
SS
5172009-12-29 Stan Shebs <stan@codesourcery.com>
518
519 * gdb.trace/actions.exp: Test default-collect.
520
f61e138d
SS
5212009-12-28 Stan Shebs <stan@codesourcery.com>
522
523 * gdb.trace/tsv.exp: New file.
524 * gdb.base/completion.exp: Update ambiguous info output.
525
0219b378
DJ
5262009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
527
528 * gdb.base/find.c (main): Reference search buffers.
529 * gdb.base/included.c (main): Reference integer.
530 * gdb.base/ptype.c (charfoo): Declare.
531 (intfoo): Call charfoo.
532 * gdb.base/scope0.c (useitp): New function.
533 (usestatics): Use useitp.
534 (useit): Add a type for val.
535 * gdb.base/scope1.c (useit1): Take a pointer argument.
536 (usestatics1): Update calls to useit1.
537 * gdb.cp/call-c.cc: Declare foo.
538 (main): Call foo.
539 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
540 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
541 (main): Call C::ensureRefs and ensureOtherRefs.
542 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
543 variables.
544 (ensureOtherRefs): New function.
545 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
546 * gdb.cp/templates.cc (main): Call t5i.value.
547
3f78692f
JK
5482009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
549
550 Fix compatibility with G++-4.5.
551 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
552 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
553 (uncaught return): Remove.
554
429374b8
JK
5552009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
556 Phil Muldoon <pmuldoon@redhat.com>
557
558 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
559 (bp_location13, bp_location14, bp_location17, bp_location18)
560 (marker3_proto, marker4_proto): New variables.
561 (breakpoint info): Update output.
562 (run until breakpoint at marker3, run until breakpoint at marker4): New
563 tests.
564
859825b8
JK
5652009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
568 Replace the printf call of Y by provided "y-set-1" label. New block
569 for the second shared library.
570 * gdb.base/unload.exp: Compile also the second library, call
571 gdb_load_shlibs also for it. Use now gdb_breakpoint.
572 (single pending breakpoint info): Rename to ...
573 (pending breakpoint info before run): ... this extended test.
574 (libfile2, libname2, libsrcfile2, libsrc2)
575 (lib_sl2): New variables.
576 (exec_opts): Set also SHLIB_NAME2.
577 (pending breakpoint info on first run at shrfunc1)
578 (pending breakpoint info on second run at shrfunc1)
579 (pending breakpoint info on second run at shrfunc2)
580 (print y from libfile, print y from libfile2): New tests.
581 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
582 * gdb.base/unloadshr2.c: New.
583
e6a386cd
HZ
5842009-12-22 Hui Zhu <teawater@gmail.com>
585
586 * gdb.reverse/sigall-reverse.exp: Adjust.
587
9e19b45e
VP
5882009-12-21 Vladimir Prus <vladimir@codesourcery.com>
589
590 PR gdb/10884
591
592 * gdb.mi/var-cmd.c (do_bitfield_tests): New
593 (main): Call do_bitfield_tests.
aacf5b1e 594 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 595
d53a7b30
JB
5962009-12-20 Joel Brobecker <brobecker@adacore.com>
597
598 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
599 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
600 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
601 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
602 gdb.modula2/unbounded1.c: Update copyright header.
603
191ca0a1
CM
6042009-12-10 Chris Moller <moller@mollerware.com>
605
606 PR gdb/9399
607 * gdb.cp/virtfunc2.exp: New tests
608 * gdb.cp/virtfunc2.cc: New tests
609 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
610
0fa6cf1b
MS
6112009-12-10 Oza Pawandeep (paawan1982@yahoo.com
612
613 * gdb.reverse/i387-env-reverse.c: New file.
614 * gdb.reverse/i387-env-reverse.exp: New file.
615 * gdb.reverse/i387-stack-reverse.c: New file.
616 * gdb.reverse/i387-stack-reverse.exp: New file.
617
361ae042
PM
6182009-12-08 Phil Muldoon <pmuldoon@redhat.com>
619
620 * gdb.python/py-type.exp (test_range): New test.
621
bfd31e71
PM
6222009-12-03 Phil Muldoon <pmuldoon@redhat.com>
623
624 PR python/10805
625
626 * gdb.python/py-type.exp: New file.
627 * gdb.python/py-type.c: New file.
628 * Makefile.in: Add py-type.
629
57a1d736
TT
6302009-12-03 Tom Tromey <tromey@redhat.com>
631
632 * gdb.python/py-value.exp (test_parse_and_eval): New
633 function.
634
1f3b5d1b
PP
6352009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
636
637 PR gdb/11022
638
639 * gdb.base/pr11022.exp: New test.
640 * gdb.base/pr11022.c: New test.
641
8b7dbdc9
JK
6422009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 Fix spurious false FAILs.
645 * gdb.base/structs.c (chartest): New.
646 (main): Fill-in chartest.
647 * gdb.base/structs.exp (anychar_re, first): New.
648 (start_structs_test): Import global anychar_re and first.
649 New gdb_test call "set print elements 300; ${testfile}"
650 (start_structs_test <$first>): New block.
651 (any): Import global anychar_re. New variable ac. Use ${ac}.
652
6a53b2ec
JK
6532009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
656
d7167b4c
JK
6572009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
660 Force $srcfile file.
661 * gdb.base/foll-fork.c (callee): Comment out the printf call.
662
b1798462
UW
6632009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
664
665 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
666 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
667 * gdb.threads/watchthreads-reorder.exp: Likewise.
668
b6199126
DJ
6692009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
670
671 PR gdb/8704
672
673 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
674 "if", and "thread". Correct matching in the previous test.
675
b22a0510
DJ
6762009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
677
678 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
679
930636d2
MS
6802009-11-23 Michael Snyder <msnyder@vmware.com>
681
682 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
683 * gdb.reverse-watch-precsave.exp: Ditto.
684
21a0512e
PP
6852009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
686
687 * gdb.asm/asm-source.exp: Adjust.
688 * gdb.base/help.exp: Adjust.
689
fc30d5e0
PA
6902009-11-22 Pedro Alves <pedro@codesourcery.com>
691
692 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
693 (do_syscall_tests_without_xml): Set data-directory to
694 /the/path/to/nowhere.
695
f6bc2008
PA
6962009-11-21 Pedro Alves <pedro@codesourcery.com>
697
698 * gdb.threads/local-watch-wrong-thread.c,
699 gdb.threads/local-watch-wrong-thread.exp: New files.
700
8c2fb5de
PA
7012009-11-21 Pedro Alves <pedro@codesourcery.com>
702
703 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
704 assume new `regsub' syntax available.
705
ebec9a0f
PA
7062009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
707
a79d3c27
JK
708 * gdb.base/watchpoint-hw-hit-once.exp,
709 gdb.base/watchpoint-hw-hit-once.c: New.
710
7112009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 * gdb.threads/watchthreads-reorder.exp,
714 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 715
276a961b
MK
7162009-11-17 Nathan Sidwell <nathan@codesourcery.com>
717
718 * gdb.xml/tdesc-regs.exp: Use for m68k.
719
4867c1fb
PA
7202009-11-15 Pedro Alves <pedro@codesourcery.com>
721
722 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
723
f6838f81
DJ
7242009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
725
726 * lib/gdb.exp (current_target_name): New procedure.
727 (gdb_wrapper_target): New variable.
728 (gdb_wrapper_init): Set gdb_wrapper_target.
729 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
730 wrapper.
731
4ac4dd3f
DJ
7322009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
733
734 * gdb.base/remote.exp: Delete the slowest load test.
735 Do not load with fixed packet sizes.
736
a7881759
DJ
7372009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
738
739 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
740
97a5b505
DJ
7412009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
742
743 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
744 srcfile when setting a breakpoint.
745
d3e1fc54
DJ
7462009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
747
748 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
749 macros.
750
7cbcbded
DJ
7512009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
752
753 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
754 to be in memory.
755 * gdb.base/display.c (force_mem): New.
756 (do_loops): Use it. Add breakpoint comments.
757 (do_vars): Add a breakpoint comment.
758 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
759 line numbers.
760
bdea3a92
NF
7612009-11-13 Nathan Froyd <froydnj@codesourcery.com>
762
763 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
764 instead of a bare "run".
765
269f82e5
PP
7662009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
767
768 * gdb.python/py-prettyprint.exp: Adjust.
769
a69b7d9d
DJ
7702009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
771
772 * lib/cell.exp (skip_cell_tests): Clean up test files before
773 returning.
774
b598bfda
DJ
7752009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
776
777 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
778 and the breakpoint menu. Do not call perror if a prompt is seen.
779 Consume the following GDB prompt.
780 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
781 * gdb.cp/namespace.exp: Use gdb_test.
782 * gdb.cp/templates.exp: Use gdb_test.
783 (test_template_breakpoints): Use gdb_test_multiple.
784
87728fa0
DJ
7852009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
786
787 * gdb.base/break1.c (struct some_struct, values): Move earlier.
788 (marker4): Reference values.
789
b67c692f
DJ
7902009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
791
792 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
793 is missing.
794
f0df251a
DJ
7952009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
796
797 * gdb.base/break.c (need_malloc): New.
798 * gdb.base/constvars.c (main): Reference crass and crisp.
799 * gdb.base/gdb1821.c (main): Reference bar.
800 * gdb.cp/gdb1355.cc (main): Reference s1.
801 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
802 (main): Call them.
803 * gdb.cp/hang2.cc (dummy2): Define.
804 * gdb.cp/hang3.cc (dummy3): Define.
805 * gdb.cp/m-data.cc (main): Reference shadow.
806
bdf7534a
NF
8072009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
808 Nathan Froyd <froydnj@codesourcery.com>
809
810 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
811 remote host.
812
f24fce77
NF
8132009-11-12 Nathan Froyd <froydnj@codesourcery.com>
814
815 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
816 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
817 * gdb.dwarf2/dw2-compressed.exp: Likewise.
818 * gdb.dwarf2/dw2-intercu.exp: Likewise.
819 * gdb.dwarf2/dw2-intermix.exp: Likewise.
820 * gdb.dwarf2/dw2-producer.exp: Likewise.
821 * gdb.dwarf2/mac-fileno.exp: Likewise.
822 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
823 py-prettyprint.py to the remote host.
824 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
825
40f0318e
KS
8262009-11-11 Keith Seitz <keiths@redhat.com>
827
828 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
829 use it instead of "Foo".
830 * gdb.cp/classes.exp (do_tests): Add a test to access
831 a method through a typedef'd class name.
832
f3d9f7fb
NF
8332009-11-11 Nathan Froyd <froydnj@codesourcery.com>
834
835 * gdb.base/long_long.exp: Permit leading zeros on floating-point
836 exponents.
837 * gdb.base/pointers.exp: Likewise.
838 * gdb.cp/ref-types.exp: Likewise.
839
a4216f37
KS
8402009-11-11 Keith Seitz <keiths@redhat.com>
841
842 * gdb.cp/cplusfuncs.cc (class foo): Add operators
843 new[] and delete[].
844 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
845 "void".
846 (probe_demangler): Remove all single-quoting of
847 method and variable names.
848 (info_func_regexp): Remove the word "void" from any
849 occurrence of "(void)".
850 (print_addr_2): Remove all single-quoting of
851 method names.
852 (print_addr_2_kfail): Likewise.
853 (print_addr): Single-quote C function names before
854 passing to print_addr_2.
855 (test_paddr_operator_functions): Remove single-quoting
856 for method names.
857 Add tests for operator new[] and operator delete[].
858
9b14d7aa
JK
8592009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
862
85feb311
KS
8632009-11-09 Keith Seitz <keiths@redhat.com>
864
865 * gdb.cp/overload.exp: Add tests for resolving overloaded
866 methods in expression parsing/evaluation.
867
fa335448
DJ
8682009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
869
870 * lib/gdb.exp (default_gdb_version): Use --version instead of
871 --command.
872
ec3c07fc
NS
8732009-11-10 Nathan Sidwell <nathan@codesourcery.com>
874
875 * lib/gdb.exp (gdb_compile_test): New.
876 (skip_ada_tests, skip_java_tests): New.
877 (gdb_compile): Use gdb_compile_test for f77.
878 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
879 * lib/java.exp (compile_java_from_source): Remove runtests check,
880 use gdb_compile_test to record result.
881 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
882 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
883 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
884 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
885 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
886 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
887 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
888 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
889 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
890 adjust gdb_compile invocations.
891
b8b4e42b
JK
8922009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 * Makefile.in (abs_builddir): New.
895 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
896 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
897 `$(abs_builddir)/site.exp'.
898
f8b7eaf3
DJ
8992009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
900
901 * config/m68k-emc.exp, lib/emc-support.exp,
902 gdb.trace/gdb_c_test.c: Delete.
903 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
904 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
905 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
906 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
907 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
908 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
909 casing for m68k-*-elf.
910
c4187697
NS
9112009-11-03 Pedro Alves <pedro@codesourcery.com>
912
913 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
914 * gdb.arch/i386-prologue.exp: Likewise.
915 * gdb.arch/i386-unwind.exp: Likewise.
916
db16b772
DJ
9172009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * lib/gdb.exp (gdb_expect): Fix timeout typo.
920
bcf71277
DJ
9212009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
922
923 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
924
0105cee2
DJ
9252009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
926
927 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
928
24ddea62
JK
9292009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
932
287ccc17
JK
9332009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
936 * gdb.base/sepdebug2.c: New file.
937
08bca259 9382009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
939
940 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
941 the modified warnings for catch syscall. Verify if GDB was compiled
942 with support for lib expat, and choose which tests to run depending
943 on this.
944
5d4e2b76
VP
9452009-10-30 Vladimir Prus <vladimir@codesourcery.com>
946
947 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
948 that composite commands are parsed OK. And also test
949 that breakpoint commands do work.
950
240e538a
MS
9512009-10-23 Michael Snyder <msnyder@vmware.com>
952
953 gdb.reverse/consecutive-precsave.exp: Change expect pattern
954 to allow for new disassembly style.
955
9c419145
PP
9562009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
957
958 * gdb.asm/asm-source.exp: Adjust.
959
02506ff1
MS
9602009-10-22 Michael Snyder <msnyder@vmware.com>
961
962 * gdb.reverse/break-precsave.exp: New test.
963 * gdb.reverse/consecutive-precsave.exp: Ditto.
964 * gdb.reverse/finish-precsave.exp: Ditto.
965 * gdb.reverse/i386-precsave.exp: Ditto.
966 * gdb.reverse/machinestate-precsave.exp: Ditto.
967 * gdb.reverse/sigall-precsave.exp: Ditto.
968 * gdb.reverse/solilb-precsave.exp: Ditto.
969 * gdb.reverse/step-precsave.exp: Ditto.
970 * gdb.reverse/until-precsave.exp: Ditto.
971 * gdb.reverse/watch-precsave.exp: Ditto.
972
4cf866a3
MS
9732009-10-22 Michael Snyder <msnyder@vmware.com>
974
975 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
976 for gdb_expect. Adjust one test's expect strings for the new
977 format of disassemble.
978 * gdb.reverse/finish-reverse.exp: Delete 'return'.
979 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
980 gdb_test_multiple.
981 * gdb.reverse/step-reverse.exp: Delete 'return'.
982 * gdb.reverse/until-reverse.exp: Delete blank lines.
983 * gdb.reverse/watch-reverse.exp: Delete blank lines.
984
2b28d209
PP
9852009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
986
987 * gdb.base/consecutive.exp: Adjust.
988 * gdb.base/display.exp: Likewise.
989 * gdb.base/pc-fp.exp: Likewise.
990 * gdb.base/sigbpt.exp: Likewise.
991
33b9c32b
MS
9922009-10-19 Michael Snyder <msnyder@vmware.com>
993
994 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
995 * gdb.reverse/finish-reverse.c: Ditto.
996 * gdb.reverse/sigall-reverse.c: Ditto.
997 * gdb.reverse/solib-reverse.c: Ditto.
998 * gdb.reverse/step-reverse.c: Ditto.
999 * gdb.reverse/watch-reverse.c: Ditto.
1000
6c95b8df
PA
10012009-10-19 Pedro Alves <pedro@codesourcery.com>
1002 Stan Shebs <stan@codesourcery.com>
1003
1004 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
1005 * gdb.base/foll-exec.exp: Adjust to expect a process id before
1006 "Executing new program".
1007 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
1008 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
1009 left listed after having been killed.
1010 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
1011 * gdb.base/maint.exp: Adjust test.
1012
1013 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
1014 * gdb.multi/Makefile.in: New.
1015 * gdb.multi/base.exp: New.
1016 * gdb.multi/goodbye.c: New.
1017 * gdb.multi/hangout.c: New.
1018 * gdb.multi/hello.c: New.
1019 * gdb.multi/bkpt-multi-exec.c: New.
1020 * gdb.multi/bkpt-multi-exec.exp: New.
1021 * gdb.multi/crashme.c: New.
1022
279017b7
TG
10232009-10-13 Tristan Gingold <gingold@adacore.com>
1024
1025 * gdb.base/sepdebug.exp: Check debug info are found.
1026
0413d738
PA
10272009-10-08 Pedro Alves <pedro@codesourcery.com>
1028
1029 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
1030 bits.
1031
c628eecc
JK
10322009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
1035
38af1bfe
JB
10362009-10-07 Joel Brobecker <brobecker@adacore.com>
1037
1038 * gdb.base/watchpoints.c: Add copyright header. Reformat one
1039 of the comments.
1040
2b0adecd
PM
10412009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
1042
1043 * gdb.base/annota1.exp: Remove obsolete match_max increase.
1044 * gdb.base/annota3.exp: Idem.
1045 * gdb.base/maint.exp: Idem.
1046
8d417781
PM
10472009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1048
1049 * lib/gdb.exp (default_gdb_init): Set current value of match_max
1050 to default.
1051
bb61102d
PM
10522009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
1053
1054 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
1055 mingw and cygwin targets.
1056
ace5c364
PM
10572009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
1058 Pedro Alves <pedro@codesourcery.com>
1059
1060 * lib/gdb.exp (gdb_compile): Avoid adding
1061 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
1062
c2d494a0
PM
10632009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
1064
e1b52ce2
PM
1065 * gdb.base/shr1.c: Use %p in format string.
1066 * gdb.base/unload.c: Avoid warning in fprintf.
1067 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 1068
209f53f5
PM
10692009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
1070
1071 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
1072 long type.
1073 (test_unlink): Correct printf string.
1074 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
1075 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
1076
8172766a
JK
10772009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
1080 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
1081 * gdb.arch/ia64-breakpoint-shadow.S: New file.
1082
0f73703c
UW
10832009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1084
1085 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
1086 * gdb.objc/nondebug.exp: Likewise.
1087
b32306ca
UW
10882009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1089
1090 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
1091 target_info setting.
1092
1093 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
1094 that detect new threads during "info threads".
1095
0057022f
UW
10962009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1097
1098 * gdb.threads/manythreads.c (main): Increase thread stack size
1099 to 2*PTHREAD_STACK_MIN.
1100 * gdb.threads/multi-create.c (main): Likewise.
1101 (create_function): Likewise.
1102
f29c0325
UW
11032009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1104
1105 * gdb.base/dump.exp: Pass difference of pointer types instead
1106 of integer types as offset to restore in intarr3.srec case.
1107
fcb34849
UW
11082009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1109
1110 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
1111
d5142e3b
UW
11122009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1113
1114 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
1115
087b74b2
PM
11162009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1117
1118 New test for two watchpoints, with disabling of
1119 the first inserted.
1120 * testsuite/gdb.base/watchpoints.c: New file.
1121 * testsuite/gdb.base/watchpoints.exp: New file.
1122
96c07c5b
TT
11232009-09-25 Tom Tromey <tromey@redhat.com>
1124
1125 * gdb.base/charset.exp: Test utf-16 strings with Python.
1126
b8899f2b
TT
11272009-09-25 Tom Tromey <tromey@redhat.com>
1128
1129 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
1130 UCS-4.
1131 * gdb.base/charset.c (utf_32_string): Rename.
1132 (init_utf32): Rename.
1133 (main): Update.
1134
329719ec
TT
11352009-09-22 Tom Tromey <tromey@redhat.com>
1136
1137 * gdb.python/py-function.exp: Add regression tests.
1138
11ef0d76
KS
11392009-09-21 Keith Seitz <keiths@redhat.com>
1140
1141 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
1142 with invalid operator.
1143
3fe8f3b3
KS
11442009-09-21 Keith Seitz <keiths@redhat.com>
1145
1146 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
1147 and destructor using typedef name of class.
1148 * gdb.cp/classes.cc (class Base1): Add a destructor.
1149 (base1): New typedef.
1150 (use_methods): Instanitate an object of type base1.
1151 * gdb.cp/templates.exp (test_template_typedef): New procedure.
1152 (do_tests): Call test_template_typedef.
1153 * gdb.cp/templates.cc (Baz::~Baz): New method.
1154 (intBazOne): New typedef.
1155 (main): Instantiate intBazOne.
1156
7a9fe101
PM
11572009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1158
1159 PR python/10633
1160
1161 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
1162 Function.
1163 (run_lang_tests): Add print elements test.
1164
2e4d963f
PM
11652009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1166
1167 * gdb.python/py-value.exp (test_subscript_regression): New
1168 function. Test for invalid subscripts.
1169 * gdb.python/py-value.c (main): Add test array, and pointer to it.
1170 (ptr_ref): New function.
1171
ec7e75e7
PP
11722009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1173
1174 * gdb.base/default.exp: Fix "show convenience".
1175
0cc7d26f
TT
11762009-09-15 Tom Tromey <tromey@redhat.com>
1177
1178 * lib/mi-support.exp (mi_create_varobj): Update.
1179 (mi_create_floating_varobj): Likewise.
1180 (mi_create_dynamic_varobj): New proc.
1181 (mi_varobj_update): Update.
1182 (mi_varobj_update_with_type_change): Likewise.
1183 (mi_varobj_update_kv_helper): New proc.
1184 (mi_varobj_update_dynamic_helper): Rewrite.
1185 (mi_varobj_update_dynamic): New proc.
1186 (mi_list_varobj_children): Update.
1187 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
1188 * gdb.python/python-prettyprint.py (pp_outer): New class.
1189 (pp_nullstr): Likewise.
1190 (lookup_function): Register new printers.
1191 * gdb.python/python-prettyprint.c (struct substruct): New type.
1192 (struct outerstruct): Likewise.
1193 (substruct_test): New function.
1194 (struct nullstr): New type.
1195 (string_1, string_2): New globals.
1196 (main): Add new tests.
1197 * gdb.python/python-mi.exp: Added regression tests.
1198 * gdb.mi/mi2-var-display.exp: Update.
1199 * gdb.mi/mi2-var-cmd.exp: Update.
1200 * gdb.mi/mi2-var-child.exp: Update.
1201 * gdb.mi/mi2-var-block.exp: Update.
1202 * gdb.mi/mi-var-invalidate.exp: Update.
1203 * gdb.mi/mi-var-display.exp: Update.
1204 * gdb.mi/mi-var-cmd.exp: Update.
1205 * gdb.mi/mi-var-child.exp: Update.
1206 * gdb.mi/mi-var-block.exp: Update.
1207 * gdb.mi/mi-break.exp: Update.
1208 * gdb.mi/gdb701.exp: Update.
1209
a96d9b2e
SDJ
12102009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1211
1212 * Makefile.in: Inclusion of catch-syscall object.
1213 * gdb.base/catch-syscall.c: New file.
1214 * gdb.base/catch-syscall.exp: New file.
1215
b43b923a
MS
12162009-09-12 Michael Snyder <msnyder@vmware.com>
1217
1218 * gdb.reverse/step-reverse.exp: Explicitly check for targets
1219 that can support reverse debuggnig.
1220
cec03d70
TT
12212009-09-11 Tom Tromey <tromey@redhat.com>
1222
1223 * gdb.dwarf2/valop.S: New file.
1224 * gdb.dwarf2/valop.exp: New file.
1225
e23bb3fc
MK
12262009-09-11 Mark Kettenis <kettenis@gnu.org>
1227
1228 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
1229
37c3696d
DE
12302009-09-10 Doug Evans <dje@google.com>
1231
1232 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
1233 Add $gdb_prompt to second breakpoint regexp.
1234
5172aecb
JB
12352009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
1236
1237 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
1238 names, add missing ones.
1239 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
1240 * gdb.python/py-frame.c: Rename from python-frame.c.
1241 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
1242 testfile name.
1243 * gdb.python/py-function.exp: Rename from python-function.exp.
1244 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
1245 testfile name.
1246 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
1247 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
1248 Adjust testfile name.
1249 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
1250 * gdb.python/py-template.cc: Rename from python-template.cc.
1251 * gdb.python/py-template.exp: Rename from python-template.exp.
1252 Adjust testfile name.
1253 * gdb.python/py-value.c: Rename from python-value.c.
1254 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
1255 testfile name.
1256
b554e4bd
JK
12572009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1258
1259 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
1260 $bpt2address.
1261 (Second breakpoint address is valid on ia64)
1262 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
1263
9a68ae16
JM
12642009-09-03 Joseph Myers <joseph@codesourcery.com>
1265
1266 * gdb.base/ending-run.exp: Restrict regular expression matching
1267 line number to require closing brace following.
1268
146b9145
DE
12692009-09-03 Doug Evans <dje@google.com>
1270
1271 * gdb.base/store.exp (check_set): Fix typo in expected value message.
1272
787d21e1
TT
12732009-09-02 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
1276
e7802207
TT
12772009-09-02 Tom Tromey <tromey@redhat.com>
1278
1279 * gdb.dwarf2/callframecfa.exp: New file.
1280 * gdb.dwarf2/callframecfa.S: New file.
1281
817aadd2
JK
12822009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1283
1284 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
1285 gdb.base/solib-overlap-main.c: New.
1286
4a76eae5
DJ
12872009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
1288
1289 PR gdb/10565
1290
1291 * gdb.base/bitfields.c (struct container, container): New.
1292 (main): Initialize it and call break5.
1293 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
1294
d4b96c9a
JK
12952009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1296
1297 Support constant DW_AT_data_member_location by GCC PR debug/40659.
1298 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
1299
4e22772d
JK
13002009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
1303
2efab443
MS
13042009-08-26 Michael Snyder <msnyder@vmware.com>
1305
1306 * gdb.base/i386-reverse.c: New file.
1307 * gdb.base/i386-reverse.exp: New file.
1308 * gdb.base/Makefile.in: Add new files to be removed.
1309
07ab73a0
JM
13102009-08-26 Joseph Myers <joseph@codesourcery.com>
1311
1312 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
1313 environment-pwd for remote host.
1314 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
1315
676accff
KS
13162009-08-24 Keith Seitz <keiths@redhat.com>
1317
1318 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
1319 Add two new C++ completer tests which limit the output to a
1320 given class.
1321
f9f7ad22
MS
13222009-08-24 Michael Snyder <msnyder@vmware.com>
1323
1324 * gdb.base/del.exp: Fix typo in comment.
1325 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
1326
81ecdfbb
RW
13272009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1328
1329 * configure: Regenerate.
1330 * gdb.hp/configure: Likewise.
1331 * gdb.hp/gdb.aCC/configure: Likewise.
1332 * gdb.hp/gdb.base-hp/configure: Likewise.
1333 * gdb.hp/gdb.compat/configure: Likewise.
1334 * gdb.hp/gdb.defects/configure: Likewise.
1335 * gdb.hp/gdb.objdbg/configure: Likewise.
1336 * gdb.stabs/configure: Likewise.
1337
cab0c772
UW
13382009-08-19 Doug Evans <dje@google.com>
1339
1340 * gdb.base/gdbvars.c: New file.
1341 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
1342
b8fa0bfa
PA
13432009-08-14 Pedro Alves <pedro@codesourcery.com>
1344
1345 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
1346 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
1347
b84aa90a
PA
13482009-08-13 Pedro Alves <pedro@codesourcery.com>
1349
1350 * gdb.base/default.exp: Adjust "set language test": it's now an
1351 enum command. Larger help string moved to "help set language".
1352 * gdb.base/help.exp: Adjust "help set language" expected output,
1353 now lists all known languages.
1354
0d8f9b2c
NF
13552009-08-11 Nathan Froyd <froydnj@codesourcery.com>
1356
1357 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
1358 all frame arguments.
1359 * gdb.arch/altivec-regs.exp: Likewise.
1360
bda180e0
TT
13612009-08-07 Tom Tromey <tromey@redhat.com>
1362
1363 * gdb.base/setshow.exp: Add tests for changes to set language, set
1364 check range, and set check type.
1365
48cb2d85
VP
13662009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1367
1368 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
1369 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
1370 Call it.
1371
1ea34204
UW
13722009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1373
1374 * configure.ac: Run gdb.cell tests when appropriate.
1375 * configure: Regenerate.
1376 * lib/cell.exp: New file.
1377 * gdb.cell: New directory.
1378 * gdb.cell/configure.ac: New file.
1379 * gdb.cell/configure: New file.
1380 * gdb.cell/Makefile.in: New file.
1381 * gdb.cell/arch.exp: New file.
1382 * gdb.cell/break.c: New file.
1383 * gdb.cell/break.exp: New file.
1384 * gdb.cell/break-spu.c: New file.
1385 * gdb.cell/bt.c: New file.
1386 * gdb.cell/bt2-spu.c: New file.
1387 * gdb.cell/bt-spu.c: New file.
1388 * gdb.cell/bt.exp: New file.
1389 * gdb.cell/coremaker.c: New file.
1390 * gdb.cell/coremaker-spu.c: New file.
1391 * gdb.cell/core.exp: New file.
1392 * gdb.cell/gcore.exp: New file.
1393 * gdb.cell/data.c: New file.
1394 * gdb.cell/data.exp: New file.
1395 * gdb.cell/data-spu.c: New file.
1396 * gdb.cell/ea-cache.exp: New file.
1397 * gdb.cell/ea-cache.c: New file.
1398 * gdb.cell/ea-cache-spu.c: New file.
1399 * gdb.cell/ea-standalone.c: New file.
1400 * gdb.cell/ea-standalone.exp: New file.
1401 * gdb.cell/ea-test.c: New file.
1402 * gdb.cell/ea-test.exp: New file.
1403 * gdb.cell/f-regs.exp: New file.
1404 * gdb.cell/mem-access.c: New file.
1405 * gdb.cell/mem-access.exp: New file.
1406 * gdb.cell/mem-access-spu.c: New file.
1407 * gdb.cell/ptype.exp: New file.
1408 * gdb.cell/registers.exp: New file.
1409 * gdb.cell/size.c: New file.
1410 * gdb.cell/sizeof.exp: New file.
1411 * gdb.cell/size-spu.c: New file.
1412 * gdb.cell/solib.exp: New file.
1413 * gdb.cell/solib-symbol.exp: New file.
1414
85e747d2
UW
14152009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1416
1417 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
1418
58d6951d
DJ
14192009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1420
1421 * gdb.base/float.exp: Handle VFP registers.
1422
6e0a4f15
MS
14232009-07-14 Michael Snyder <msnyder@vmware.com>
1424
dcd5da87
MS
1425 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
1426 to bring gdb to the beginning of the calling line.
1427
6e0a4f15
MS
1428 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
1429 confusing the i386 epilogue unwinder.
1430
782b2b07
SS
14312009-07-14 Stan Shebs <stan@codesourcery.com>
1432
1433 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
1434
f662c3bc
MS
14352009-07-14 Michael Snyder <msnyder@vmware.com>
1436
1437 * gdb.reverse/step-reverse.exp (stepi into function call):
1438 Call instruction may not be first instruction in the line.
1439 (reverse stepi from a function call): Used wrong line number.
1440
8f313923
JK
14412009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
1444
4662c76e
JK
14452009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 Fix gdb.base/macscp.exp when using custom inputrc.
1448 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
1449 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
1450 env(TERM) set.
1451 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
1452 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
1453
aa81e255
JK
14542009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1455
1456 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
1457 * gdb.base/annota1.exp (thread_test): Import global $testfile.
1458 Change the compilation target to match the testcase name.
1459 * gdb.base/sect-cmd.exp: Change the compilation target to match the
1460 testcase name.
1461 * a2-run.exp: Use for setup prepare_for_testing. Change the
1462 compilation target to match the testcase name.
1463 * gdb.base/commands.exp: Likewise.
1464 * gdb.base/finish.exp: Likewise.
1465 * gdb.base/float.exp: Likewise.
1466 * gdb.base/info-target.exp: Likewise.
1467 * gdb.base/relational.exp: Likewise.
1468 * gdb.base/term.exp: Likewise.
1469 * gdb.base/until.exp: Likewise.
1470 * gdb.base/volatile.exp: Likewise.
1471 * gdb.base/whatis-exp.exp: Likewise.
1472
4c93b1d7
HZ
14732009-07-11 Hui Zhu <teawater@gmail.com>
1474
1475 * gdb.base/help.exp (disassemble): Update expected help text.
1476
812f7342
TT
14772009-07-09 Tom Tromey <tromey@redhat.com>
1478
1479 * lib/gdb.exp: Handle TRANSCRIPT.
1480 (remote_spawn, remote_close, send_gdb): New procs.
1481
fbb8f299
PM
14822009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1483
1484 * gdb.python/python-prettyprint.c: Add counted null string
1485 structure.
1486 * gdb.python/python-prettyprint.exp: Print null string. Test for
1487 embedded nulls.
1488 * gdb.python/python-prettyprint.py (pp_ns): New Function.
1489 * gdb.python/python-value.exp (test_value_in_inferior): Add
1490 variable length string fetch tests.
1491 * gdb.python/python-value.c (main): Add strings for string fetch tests.
1492
c0ac0ec7
JK
14932009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * gdb.base/dump.exp (inaccessible memory is reported): New test.
1496
30b66ecc
TT
14972009-07-07 Tom Tromey <tromey@redhat.com>
1498
1499 * gdb.base/call-rt-st.exp: Update for change to escape output.
1500 * gdb.base/callfuncs.exp: Likewise.
1501 * gdb.base/charset.exp: Likewise.
1502 * gdb.base/constvars.exp: Likewise.
1503 * gdb.base/long_long.exp: Likewise.
1504 * gdb.base/pointers.exp: Likewise.
1505 * gdb.base/printcmds.exp: Likewise.
1506 * gdb.base/setvar.exp: Likewise.
1507 * gdb.base/store.exp: Likewise.
1508 * gdb.cp/ref-types.exp: Likewise.
1509 * gdb.mi/mi-var-child.exp: Likewise.
1510 * gdb.mi/mi-var-display.exp: Likewise.
1511 * gdb.mi/mi2-var-display.exp: Likewise.
1512 * gdb.base/charset.exp: Test octal escape sequence length.
1513 Update for change to escape output.
1514
187c4a2b
JK
15152009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1518
d80a43f9
DJ
15192009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1520
1521 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1522
047427a8
JK
15232009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1526 gdbserver increasing $portnum if "Can't bind address" has been seen.
1527
8b5a0f4f
PA
15282009-07-05 Pedro Alves <pedro@codesourcery.com>
1529
1530 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1531 mingw32ce.
1532
7d93ba58
PA
15332009-07-05 Pedro Alves <pedro@codesourcery.com>
1534
1535 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1536 VFP format.
1537
2277426b
PA
15382009-07-02 Pedro Alves <pedro@codesourcery.com>
1539
1540 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1541 linux. Adjust to use "inferior", "info inferiors", "detach
1542 inferior" and "kill inferior" instead of "restart", "info fork",
1543 "detach fork" and "delete fork".
1544 * gdb.base/ending-run.exp: Spell out "info".
1545 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1546 the "kill" command.
1547
5af949e3
UW
15482009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1549
1550 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1551 change to prefix TLS offset in hex with 0x.
1552
5d3729b5
UW
15532009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1554
1555 * gdb.base/default.exp: Update test case for "x" changes.
1556
af589bd0
TG
15572009-07-01 Tristan Gingold <gingold@adacore.com>
1558
1559 * gdb.base/bigcore.exp: Make darwin untested.
1560
40974f91
JK
15612009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1562
1563 * gdb.base/completion.exp (directory completion): Create the directory.
1564 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1565 escapeuniquesub.
1566 (directory completion 2): Expect now ${escapeuniquesub}.
1567 (Glob remaining of directory test): Remove one excessive newline.
1568 Expect the real output.
1569
59dd3af6
JK
15702009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 Fix `make check//%' target after `make check' has been ran.
1573 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1574 a mkdir call.
1575 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1576 (%/.dir): Remove.
1577
f4e164aa
JK
15782009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1581 the expected result record.
1582
69af2122
JK
15832009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1584
1585 Remove racy FAILs relying just on the timeouts.
1586 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1587 (annotation_level 2): Remove racy FAILs.
1588
2fd481e1
PP
15892009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1590
1591 gdb/10275
1592 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1593
c38f313d
DJ
15942009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1595
1596 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1597
8b777f02
VP
15982009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1599
1600 * gdb.mi/mi-stack.exp: Testing symbolic options
1601 to -stack-list-locals and -stack-list-arguments.
1602
00c7eacf
JK
16032009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1606
6bc80edc
TT
16072009-06-29 Tom Tromey <tromey@redhat.com>
1608
1609 * dg-extract-results.sh: New file.
1610 * Makefile.in (FORCE_PARALLEL): New variable.
1611 (CHECK_TARGET): New conditional variable.
1612 (check): Use CHECK_TARGET.
1613 (DO_RUNTEST): New variable.
1614 (check-single): New target.
1615 (TEST_DIRS): New variable.
1616 (TEST_TARGETS): Likewise.
1617 (check-parallel): New target.
1618 (check-gdb.%): New pattern.
1619 (BASE1_FILES): New variable.
1620 (BASE2_FILES): Likewise.
1621 (check-gdb.base%): New pattern.
1622 (%/.dir): New pattern.
1623 * configure: Rebuild.
1624 * aclocal.m4 (AM_CONDITIONAL): New defun.
1625 * configure.ac: Check whether user is using GNU make.
1626 (GMAKE): New conditional.
1627
794684b6
SW
16282009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1629
1630 * gdb.cp/namespace-nested-import.cc: New test.
1631 * gdb.cp/namespace-nested-import.exp: New test.
1632
edb3359d
DJ
16332009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1634
1635 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1636 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1637 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1638 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1639 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1640 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1641 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1642 gdb.opt/inline-markers.c: New files.
1643 * lib/gdb.exp (skip_inline_frame_tests): New function.
1644 (skip_inline_var_tests): New function.
1645
cf657a0c
AS
16462009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1647
1648 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1649 backtrace.
1650
28d41a99
MS
16512009-06-27 Michael Snyder <msnyder@vmware.com>
1652
1653 * gdb.reverse: New directory.
1654 * gdb.reverse/break-reverse.c: New test.
1655 * gdb.reverse/break-reverse.exp: New test.
1656 * gdb.reverse/consecutive-reverse.c: New test.
1657 * gdb.reverse/consecutive-reverse.exp: New test.
1658 * gdb.reverse/finish-reverse.c: New test.
1659 * gdb.reverse/finish-reverse.exp: New test.
1660 * gdb.reverse/machinestate.c: New test.
1661 * gdb.reverse/ms1.c: New test.
1662 * gdb.reverse/machinestate.exp: New test.
1663 * gdb.reverse/Makefile.in: New file.
1664 * gdb.reverse/shr2.c: New test.
1665 * gdb.reverse/solib-reverse.c: New test.
1666 * gdb.reverse/solib-reverse.exp: New test.
1667 * gdb.reverse/step-reverse.c: New test.
1668 * gdb.reverse/step-reverse.exp: New test.
1669 * gdb.reverse/until-reverse.c: New test.
1670 * gdb.reverse/ur1.c: New test.
1671 * gdb.reverse/until-reverse.exp: New test.
1672 * gdb.reverse/watch-reverse.c: New test.
1673 * gdb.reverse/watch-reverse.exp: New test.
1674 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1675 * configure: Regenerate.
1676
fe3c8b0d
DE
16772009-06-26 Doug Evans <dje@google.com>
1678
1679 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1680
3a72a602
PM
16812009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1682
1683 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1684 windows problem for 'file delete $binfile'.
1685
27aa8d6a
SW
16862009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1687
1688 * gdb.cp/namespace-using.exp: New test.
1689 * gdb.cp/namespace-using.cc: New test.
1690
8ac055f8
JB
16912009-05-20 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdb.ada/variant_record_packed_array: New testcase.
1694
85e306ed
TT
16952009-06-23 Tom Tromey <tromey@redhat.com>
1696
1697 * gdb.base/charset.exp (test_combination): Regression test.
1698 * gdb.base/charset.c (my_wchar_t): New typedef.
1699 (myvar): New global.
1700 (main): Set myvar.
1701
56643c5e
PM
17022009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1703
1704 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1705 target.
1706
1fac167a
UW
17072009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1708
1709 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1710
7ccb0be9
UW
17112009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1712
1713 * gdb.mi/gdb680.exp: Update test for error message.
1714
568d6575
UW
17152009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1716
1717 * gdb.base/annota1.exp: Allow multiple occurrences of the
1718 frames-invalid annotation.
1719 * gdb.cp/annota2.exp: Likewise.
1720
7cd1089b
PM
17212009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1722
1723 * gdb.cp/gdb2495.cc: New file.
1724 * gdb.cp/gdb2495.exp: New file.
1725
72c63395
JK
17262009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Report error on GDB crash during runto.
1729 * lib/gdb.exp (runto <eof>): New.
1730
3788363d
DJ
17312009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1732
1733 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1734 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1735 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1736 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1737 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1738 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1739 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1740 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1741 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1742 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1743 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1744 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1745 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1746 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1747 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1748 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1749 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1750 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1751 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1752 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1753 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1754 gdb.trace/passcount.exp, gdb.trace/report.exp,
1755 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1756 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1757 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1758 executable.
1759
17592de3
PA
17602009-06-07 Pedro Alves <pedro@codesourcery.com>
1761
1762 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1763 defined before referencing it.
1764
701e355d
DE
17652009-06-03 Doug Evans <dje@google.com>
1766
1767 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1768 * gdb.arch/i386-see.c: Ditto.
1769
f2292c65
PM
17702009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1771
1772 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1773 (check_macro): Return 1 if undefined.
1774 If first test fails, check if macro debug information is available,
1775 and report unsupported test if no macro information is found.
1776
5a437975
DE
17772009-05-29 Doug Evans <dje@google.com>
1778
1779 * gdb.threads/hand-call-in-threads.exp: New.
1780 * gdb.threads/hand-call-in-threads.c: New.
1781
c141c696
MS
17822009-05-29 Michael Snyder <msnyder@vmware.com>
1783
1784 * gdb.base/break-always.exp: Change "1" to "on".
1785 Add confirmation check.
1786
b3444185
PA
17872009-05-28 Pedro Alves <pedro@codesourcery.com>
1788
1789 * gdb.threads/threxit-hop-specific.c: New.
1790 * gdb.threads/threxit-hop-specific.exp: New.
1791 * gdb.threads/thread-execl.c: New.
1792 * gdb.threads/thread-execl.exp: New.
1793
b6313243
TT
17942009-05-27 Tom Tromey <tromey@redhat.com>
1795 Thiago Jung Bauermann <bauerman@br.ibm.com>
1796
1797 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1798 (mi_child_regexp): Likewise.
1799 (mi_list_varobj_children_range): Likewise.
1800 (mi_get_features): Likewise.
1801 (mi_list_varobj_children): Rewrite.
1802 * gdb.python/python-mi.exp: New file.
1803
a6bac58e
TT
18042009-05-27 Tom Tromey <tromey@redhat.com>
1805 Thiago Jung Bauermann <bauerman@br.ibm.com>
1806 Phil Muldoon <pmuldoon@redhat.com>
1807 Paul Pluzhnikov <ppluzhnikov@google.com>
1808
1809 * gdb.python/python-prettyprint.exp: New file.
1810 * gdb.python/python-prettyprint.c: New file.
1811 * gdb.python/python-prettyprint.py: New file.
1812 * gdb.base/display.exp: print/r is now valid.
1813
2c74e833
TT
18142009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1815 Tom Tromey <tromey@redhat.com>
1816 Pedro Alves <pedro@codesourcery.com>
1817 Paul Pluzhnikov <ppluzhnikov@google.com>
1818
1819 * gdb.python/python-template.exp: New file.
1820 * gdb.python/python-template.cc: New file.
1821 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1822 tests.
1823 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1824 Call it.
1825 (test_value_after_death): New proc.
1826 * gdb.python/python-value.c (PTR): New typedef.
1827 (main): New variable 'x'.
1828
89c73ade
TT
18292009-05-27 Tom Tromey <tromey@redhat.com>
1830
1831 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1832 tests.
1833 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1834 Call it.
1835
a75724bc
PA
18362009-05-27 Pedro Alves <pedro@codesourcery.com>
1837
1838 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1839
e58b0e63
PA
18402009-05-24 Pedro Alves <pedro@codesourcery.com>
1841
1842 * gdb.threads/fork-thread-pending.c: New.
1843 * gdb.threads/fork-thread-pending.exp: New.
1844
4ac36638
JK
18452009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1848 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1849
c28c63d8
JB
18502009-05-18 Jon Beniston <jon@beniston.com>
1851
1852 * gdb.asm/asm-source.exp: Add lm32 target.
1853
b242c3c2
PA
18542009-05-17 Pedro Alves <pedro@codesourcery.com>
1855
1856 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1857 `gdb_get_line_number'. Call `callee' in both parent and child.
1858 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1859 `gdb_get_line_number' instead of hardcoding line numbers.
1860 (catch_fork_unpatch_child): New procedure to test detaching
1861 breakpoints from child fork.
1862 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1863 hardcoding line numbers.
1864 (do_fork_tests): Run `catch_fork_unpatch_child'.
1865
ee342b23
VP
18662009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1867
1868 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1869 of structure type enters or leaves the scope, it
1870 is reported by -var-update.
1871
e2009e98
DE
18722009-05-11 Doug Evans <dje@sebabeach.org>
1873
1874 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1875 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1876 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1877
00903456
JK
18782009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1881
dc621c35
DE
18822009-04-30 Doug Evans <dje@google.com>
1883
1884 * gdb.threads/watchthreads2.exp: New testcase.
1885 * gdb.threads/watchthreads2.c: New testcase.
1886
9ab4e744
DE
18872009-04-29 Doug Evans <dje@google.com>
1888
1889 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1890 * gdb.cp/mb-ctor.cc: Ditto.
1891 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1892 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1893 * gdb.cp/mb-inline1.cc: Call it.
1894 * gdb.cp/mb-inline2.cc: Ditto.
1895 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1896 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1897
484086b7
JK
18982009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1901 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1902 Replace all uses of `decimal' by `nonzero'.
1903 (info macro FROM_COMMANDLINE): New test.
1904
379a77b5
TT
19052009-04-27 Tom Tromey <tromey@redhat.com>
1906
1907 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1908
b92b73c2
DE
19092009-04-27 Doug Evans <dje@google.com>
1910
1911 * gdb.threads/watchthreads.c (main): Initialize args before starting
1912 the threads. Plus formatting cleanup.
1913 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1914 biased scheduling of one thread.
1915
945a118d
JG
19162009-04-27 Jerome Guitton <guitton@adacore.com>
1917
1918 * gdb.cp/templates.cc (GetMax): New template.
1919 (main): Declare two instances of GetMax.
1920 * gdb.cp/templates.exp: Add new test.
1921
d389af10
JK
19222009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1925
e7f86de9
JM
19262009-04-22 Joseph Myers <joseph@codesourcery.com>
1927
1928 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1929
334cc82d
TT
19302009-04-15 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.base/charset.exp: Add regression test.
1933
d12672cc
JB
19342009-04-14 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdb.base/exe-lock.exp: New testcase.
1937
18e8c3bc
TT
19382009-04-13 Tom Tromey <tromey@redhat.com>
1939
1940 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1941 operator on Frame.
1942
5ecd5cbe
UW
19432009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1944
1945 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1946 * gdb.server/ext-attach.exp: Likewise.
1947
7309f756
VP
19482009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1949
1950 Eliminate some sleep usage.
1951
1952 * gdb.mi/basics.c (do_nothing): New.
1953 (main): Use do_nothing instead of printf, so that
1954 not to introduce race condition between output of
1955 inferiour and output of gdb. Do not use sleep as it
1956 is not generally available on embedded targets.
1957
f4b95f6f
PA
19582009-04-02 Pedro Alves <pedro@codesourcery.com>
1959
1960 * gdb.server/ext-attach.exp: Expect an optional process id after
1961 "Detached from remote process".
1962
de40b933
JK
19632009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1966 gdb.dwarf2/dw2-unresolved.exp: New.
1967
2ae101a4
PA
19682009-04-02 Pedro Alves <pedro@codesourcery.com>
1969
1970 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1971 mi_run_to_main.
1972
56a8e183
PA
19732009-04-02 Pedro Alves <pedro@codesourcery.com>
1974
1975 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1976 mi_run_to_main. Skip thread exit test on remote targets.
1977 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1978 mi_run_to_main.
1979 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1980 mi_run_to_main.
1981 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1982 when expecting ^connected. Detect when the target doesn't support
1983 non-stop mode.
1984 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1985 supported. Return -1 on error, 0 on success.
1986 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1987 (mi_runto): Return mi_runto_helper's result explicitly.
1988
c35fafde
PA
19892009-04-01 Pedro Alves <pedro@codesourcery.com>
1990
1991 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1992
f8a8dce6
JB
19932009-04-01 Tom Tromey <tromey@redhat.com>
1994
1995 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1996 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1997 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1998 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1999
71c25dea
TT
20002009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
2001 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 PR gdb/931
2004 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
2005 output.
2006 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
2007 for gdb/931.
2008 * dw2-strp.S (DW_AT_language): Change to C++.
2009 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
2010
02d9a9ce
JB
20112009-03-31 Joel Brobecker <brobecker@adacore.com>
2012
2013 * gdb.ada/tasks: New testcase.
2014
1042e4c0
SS
20152009-03-30 Stan Shebs <stan@codesourcery.com>
2016
2017 * gdb.trace/actions.exp: Update to match new info trace format.
2018 * gdb.trace/deltrace.exp: Ditto.
2019 * gdb.trace/infotrace.exp: Ditto.
2020 * gdb.trace/passcount.exp: Ditto.
2021 * gdb.trace/save-trace.exp: Ditto.
2022 * gdb.trace/while-stepping.exp: Ditto.
2023 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
2024
f8f6f20b
TJB
20252009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2026
2027 * gdb.python/python-frame.c: New file.
2028 * gdb.python/python-frame.exp: New file.
2029
c0c6f777
TJB
20302009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2031
2032 * gdb.python/python-value.exp: Add tests for the address
2033 attribute.
2034
3cb51905
AS
20352009-03-29 Andreas Schwab <schwab@linux-m68k.org>
2036
2037 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
2038
88fc996f
DE
20392009-03-26 Doug Evans <dje@google.com>
2040
2041 * gdb.mi/mi-nonstop-exit.exp: New file.
2042 * gdb.mi/non-stop-exit.c: New file.
2043
56ef84b1
TT
20442009-03-26 Tom Tromey <tromey@redhat.com>
2045
2046 Update for change to prologue skipping:
2047 * gdb.mi/mi2-simplerun.exp: Update.
2048 * gdb.mi/mi2-break.exp: Update.
2049 * gdb.mi/mi-simplerun.exp: Update.
2050 * gdb.mi/mi-break.exp: Update.
2051 * gdb.base/ending-run.exp: Update.
2052
def2b000
TJB
20532009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2054
2055 * gdb.python/python-value.exp (test_value_in_inferior): Test
2056 gdb.Value.is_optimized_out attribute.
2057
442ddf59
JK
20582009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 * gdb.dwarf2/dw2-noloc-main.c: New file.
2061 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
2062 (.text): Remove.
2063 (.data): New.
2064 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
2065 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
2066 (DW_TAG_subprogram func_cu1, noloc): Remove.
2067 (main): New.
2068 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
2069 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
2070 (file_symbols): New procedure.
2071
a8df5de4
TT
20722009-03-25 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.base/charset.exp (valid_target_charset): New proc.
2075 Use it to skip tests on invalid charsets.
2076
cc1d7add
PM
20772009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
2078
2079 * gdb.base/completion.exp: Add a test for directory completion.
2080
bcd5727b
JK
20812009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 Fix a racy FAIL.
2084 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
2085 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
2086
cc924cad
TJB
20872009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2088
2089 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
2090 * gdb.python/python-function.exp: Add test for function returning
2091 a GDB value.
2092
bc3b79fd
TJB
20932009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
2094
2095 * gdb.python/python-function.exp: New file.
2096
6c7a06a3
TT
20972009-03-20 Tom Tromey <tromey@redhat.com>
2098
2099 * gdb.base/store.exp: Update for change to escape output.
2100 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
2101 to escape output.
2102 * gdb.base/pointers.exp: Update for change to escape output.
2103 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
2104 to escape output.
2105 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
2106 escape output.
2107 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
2108 to escape output.
2109 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
2110 escape output.
2111 * gdb.base/setvar.exp: Update for change to escape output.
2112 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
2113 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
2114 to escape output.
2115 (test_print_string_constants): Likewise.
2116 * gdb.base/charset.exp (valid_host_charset): Check size of
2117 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
2118 cases. Handle "auto"-related output.
2119 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
2120 (uvar, Uvar): New globals.
2121
c31af87b
JG
21222009-03-19 Jerome Guitton <guitton@adacore.com>
2123
2124 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
2125 deltas.
2126 * gdb.ada/fixed_points.exp: Ditto.
2127
51272cf2
PA
21282009-03-18 Pedro Alves <pedro@codesourcery.com>
2129
2130 * return-nodebug.c: Don't include stdio.h.
2131 (init): Delete.
2132 (func): Delete definition and provide extern declaration.
2133 (t): New.
2134 (main): Don't call printf. Call func and store its result in t.
2135 * return-nodebug1.c: New.
2136 * return-nodebug.exp: Don't expect stdio output. Instead, print
2137 the global variable t. Drop printf formatters and cast types from
2138 foreach loop. Don't use prepare_for_testing. Compile
2139 return-nodebug.c and return-nodebug1.c in separate steps. Don't
2140 define FORMAT or CAST.
2141
d24948ac
PP
21422009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2143
2144 * gdb.base/solib-display.exp: Disable test for remote targers.
2145
61ff14c6
JK
21462009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2147
2148 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
2149
cb4dce93
JK
21502009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 Fix a racy FAIL.
2153 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
2154 code from `follow parent, print pids'.
2155 (`follow child, print pids', `follow parent, print pids'): Call it.
2156 Replace `gdb_test "break..."' by gdb_breakpoint.
2157
f7c60c5e
VP
21582009-03-13 Vladimir Prus <vladimir@codesourcery.com>
2159
2160 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 2161 sync and async modes.
f7c60c5e 2162
383ace49
JB
21632009-03-12 Joel Brobecker <brobecker@adacore.com>
2164
2165 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
2166 that was checked in by mistake. Remove loading of ada.exp, since
2167 this is not necessary in this case.
2168
4ce102af
JB
21692009-03-12 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.ada/ptype_arith_binop.exp: New testcase.
2172
529a2aef
JB
21732009-03-12 Joel Brobecker <brobecker@adacore.com>
2174
2175 * gdb.ada/mod_from_name: New testcase.
2176
8a38181c
JB
21772009-03-12 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.ada/tick_last_segv: New testcase.
2180
11436dee
VP
21812009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2182
61ff14c6 2183 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 2184
1f31650a
VP
21852009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2186
61ff14c6
JK
2187 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
2188 include the token in ^running and frame info in *stopped.
1f31650a 2189
a3247a22
PP
21902009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2191
2192 * solib-display.exp: New file.
2193 * solib-display-main.c: New file.
2194 * solib-display-lib.c: New file.
61ff14c6 2195
aae64587
PA
21962009-03-05 Pedro Alves <pedro@codesourcery.com>
2197
2198 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
2199
44aabfbc
JK
22002009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
2203 (list_and_check_macro): Use more specific test name.
2204 (next to definition): Make the test names unique.
2205
c087fcd3
PM
22062009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2207
2208 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 2209
c86cf029
VP
22102009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2211
2212 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
2213 notifications.
2214 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
2215 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
2216 * lib/mi-support.exp (library_loaded_re): New.
2217 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
2218
3ea85240
VP
22192009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2220
2221 * gdb.gdb/observer.exp: Use test_notification observer, not
2222 normal_stop, everywhere.
2223 (test_normal_stop_notifications): Rename to...
2224 (test_notifications): ...this.
2225 (test_observer_normal_stop): Rename to...
2226 (test_observer): ...this.
2227
1903f0e6
DE
22282009-02-16 Doug Evans <dje@google.com>
2229
2230 * gdb.arch/amd64-disp-step.S (test_int3): New test.
2231 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
2232 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
2233 (test_prefixed_syscall,test_int3): New tests.
2234 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
2235 (test_prefixed_syscall,test_int3): New tests.
2236
1d33d6ba
VP
22372009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2238
3cb51905
AS
2239 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
2240 (mi_expect_interrupt): Likewise.
2241 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
2242 response.
1d33d6ba 2243
faafb047
PM
22442009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2245
2246 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
2247 * gdb.base/pc-fp.exp (get_valueofx): Remove.
2248 Replace calls to get_valueofx by get_hexadecimal_valueof.
2249
417e16e2
PM
22502009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2251
2252 * lib/gdb.exp (get_valueof): Accept anything as a return value.
2253 (get_integer_valueof): New procedure.
2254 (get_sizeof): Use new get_integer_value_of.
2255 * gdb.base/sizeof.exp: Replace all uses of get_valueof
2256 by get_integer_valueof.
2257
7065b901
TT
22582009-02-13 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.base/remote.exp (get_sizeof): Remove.
2261 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
2262 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
2263 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
2264 * lib/gdb.exp (get_valueof): Move from long_long.exp.
2265 (get_sizeof): Likewise.
2266
5d7cb8df
JK
22672009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 PR fortran/9806
2270 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
2271
b2febfff
PP
22722009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2273
2274 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
2275
4aa995e1
PA
22762009-02-06 Pedro Alves <pedro@codesourcery.com>
2277
2278 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
2279
d8906c6f
TJB
22802009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2281
2282 * gdb.python/python-cmd.exp: New file.
2283
ff4ab08d
TG
22842009-02-06 Tristan Gingold <gingold@adacore.com>
2285
2286 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
2287
aacd552b
TG
22882009-02-05 Tristan Gingold <gingold@adacore.com>
2289
2290 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
2291 pointer is dereferenced and use this signal name in regexp.
2292 * gdb.base/signull.exp: Ditto.
2293 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
2294 * gdb.base/signull.c (main): Ditto.
2295
08c637de
TJB
22962009-02-04 Tom Tromey <tromey@redhat.com>
2297 Thiago Jung Bauermann <bauerman@br.ibm.com>
2298
2299 * gdb.python/python-value.exp: Use `gdb.history' instead of
2300 `gdb.value_from_history'.
2301 (test_value_numeric_ops): Add test for conversion of enum constant.
2302 * gdb.python/python-value.c (enum e): New type.
2303 (evalue): New global.
2304 (main): Use argv.
2305
20261af8
JG
23062009-02-04 Jerome Guitton <guitton@adacore.com>
2307
2308 * gdb.ada/uninitialized_vars: New test program.
2309 * gdb.ada/uninitialized_vars.exp: New testcase.
2310
52e44b43
TT
23112009-02-02 Tom Tromey <tromey@redhat.com>
2312
2313 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
2314 * gdb.cp/pr2489.cc: Rename...
2315 * gdb.cp/pr9594.cc: ... to this.
2316
1c71341a
TT
23172009-02-02 Tom Tromey <tromey@redhat.com>
2318
2319 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
2320 * gdb.cp/pr2489.cc: New file.
2321 * gdb.cp/cpcompletion.exp: New file.
2322
a4295225
TT
23232009-02-02 Tom Tromey <tromey@redhat.com>
2324
2325 PR exp/9059:
2326 * gdb.cp/call-c.exp: Add regression test.
2327 * gdb.cp/call-c.cc (FooHandle): New typedef.
2328 (main): New variable 'handle'.
2329
592375cd
VP
23302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2331
2332 * lib/mi-support.exp (et_mi_thread_list)
2333 (check_mi_and_console_threads): Adjust for current thread in
2334 -thread-list-ids output.
2335
41447f92
VP
23362009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2337
2338 * gdb.mi/mi-break.exp (test_disabled_creation): New.
2339 Call it.
2340
35669430
DE
23412009-01-28 Doug Evans <dje@google.com>
2342
2343 * gdb.arch/amd64-disp-step.S: New file.
2344 * gdb.arch/amd64-disp-step.exp: New file.
2345 * gdb.arch/i386-disp-step.S: New file.
2346 * gdb.arch/i386-disp-step.exp: New file.
2347
09f00d9a
PM
23482009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
2349
2350 * gdb.base/find.exp: Set newline variable
2351 using quotes instead of braces to fix cygwin failures.
2352
1e8fb976
PA
23532009-01-23 Pedro Alves <pedro@codesourcery.com>
2354
2355 * gdb.base/radix.exp: Add tests to ensure that that set
2356 input-radix 0 and set output-radix 0 are really rejected.
2357
da061712
PA
23582009-01-23 Pedro Alves <pedro@codesourcery.com>
2359
2360 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
2361 copyright years.
2362
dd7e2d2b
PA
23632009-01-23 Pedro Alves <pedro@codesourcery.com>
2364
2365 PR gdb/9664:
2366 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
2367
392452f6
PA
23682009-01-22 Pedro Alves <pedro@codesourcery.com>
2369
2370 PR c++/9631:
2371 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
2372
8653e71c
PM
23732009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
2374
2375 * gdb.server/file-transfer.exp: Use EXEEXT variable for
2376 binfile definition to fix Windows OS failure.
2377
a12cc160
DJ
23782009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2379
2380 PR gdb/9346
2381 * gdb.base/interrupt.c (sigint_handler): New.
2382 (main): Install a SIGINT handler if SIGNALS is defined. Exit
2383 on error.
2384 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
2385 Test "signal SIGINT".
2386
b89667eb
DE
23872009-01-19 Doug Evans <dje@google.com>
2388
2389 * gdb.base/break.exp: Update expected gdb output.
2390 * gdb.base/sepdebug.exp: Ditto.
2391 * gdb.mi/mi-syn-frame.exp: Ditto.
2392 * gdb.mi/mi2-syn-frame.exp: Ditto.
2393 * gdb.base/call-signal-resume.exp: New file.
2394 * gdb.base/call-signals.c: New file.
2395 * gdb.base/unwindonsignal.exp: New file.
2396 * gdb.base/unwindonsignal.c: New file.
2397 * gdb.threads/interrupted-hand-call.exp: New file.
2398 * gdb.threads/interrupted-hand-call.c: New file.
2399 * gdb.threads/thread-unwindonsignal.exp: New file.
2400
adb483fe
DJ
24012009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2402
2403 * gdb.base/define.exp: Test defining and hooking prefix commands.
2404 * gdb.python/python.exp: Update test for "show user" output.
2405
60023297
JK
24062009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2407
2408 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
2409 now the output exactly, using less wildcards. Expect also the output
2410 of gfortran-4.3. Update for the f-valprint.c modification from
2411 2008-04-22.
2412 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
2413 Remove gdb_test test names where matching the command.
2414
ccc57cf9
PA
24152009-01-01 Pedro Alves <pedro@codesourcery.com>
2416
2417 PR breakpoints/9681:
2418 * gdb.base/watchpoint.exp: Add regression test.
2419
c7a6ca08
PA
24202008-12-31 Pedro Alves <pedro@codesourcery.com>
2421
2422 * gdb.threads/attach-into-signal.exp: Don't use
2423 gdb_suppress_entire_file.
2424 * gdb.threads/attach-stopped.exp: Ditto.
2425 * gdb.threads/attachstop-mt.exp: Ditto.
2426
3a031f65
PA
24272008-12-31 Pedro Alves <pedro@codesourcery.com>
2428
2429 PR gdb/8812:
2430 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
2431
09e6485f
PA
24322008-12-29 Pedro Alves <pedro@codesourcery.com>
2433
2434 PR gdb/7536:
2435 * gdb.base/radix.exp: Add tests to ensure invalid input radices
2436 and unsupported output radices are really rejected.
2437
0cd53049
JK
24382008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.cp/punctuator.exp: Backslash the '$' signs.
2441
ba163c7e
TT
24422008-12-22 Tom Tromey <tromey@redhat.com>
2443
2444 * gdb.cp/punctuator.exp: New file.
2445
6f4de6c9
JK
24462008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * gdb.base/completion.exp (Completing non-existing component): New test.
2449
0f34d0b4
JK
24502008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 Fix for PR gdb/8648.
2453 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
2454 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
2455 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
2456 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
2457
db2ad4c3
JK
24582008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
2461
bb5ef15e
DP
24622008-12-16 Christophe Lyon <christophe.lyon@st.com>
2463
2464 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
2465 compiler actually generate code at the expected line number.
2466
90142adc
JZ
24672008-12-15 Jie Zhang <jie.zhang@analog.com>
2468
2469 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
2470
fad6eecd
TT
24712008-12-12 Tom Tromey <tromey@redhat.com>
2472
2473 * gdb.base/commands.exp (redefine_hook_test): New proc.
2474 Call it.
2475
17c8aaf5
TT
24762008-12-11 Tom Tromey <tromey@redhat.com>
2477
2478 * gdb.base/macscp.exp: New regression test.
2479
7c8adf68
TT
24802008-12-11 Tom Tromey <tromey@redhat.com>
2481
2482 * gdb.base/macscp.exp: Print "address.addr".
2483 * gdb.base/macscp1.c (struct outer): New struct.
2484 (address): New global.
2485
b05dcbb7
TT
24862008-12-09 Tom Tromey <tromey@redhat.com>
2487
2488 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
2489 Call it.
2490
2d476de1
DE
24912008-12-04 Doug Evans <dje@google.com>
2492
2493 * gdb.server/ext-run.exp: Relax regexp for init program.
2494
87bdc959
TG
24952008-12-03 Tristan Gingold <gingold@adacore.com>
2496
2497 * gdb.base/macscp.exp: Generate an object file during compilation
2498 to work around Darwin dsymutil limitations.
2499
e0740f77
JK
25002008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 Test resolving external references to TLS variables.
2503 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
2504 FILE2_THREAD_LOCAL.
2505 (testfile2, srcfile2): New variables.
2506 * gdb.threads/tls.c (file2_thread_local)
2507 (function_referencing_file2_thread_local): New.
2508 * gdb.threads/tls2.c: New file.
2509
67f0aac5
JB
25102008-11-28 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
2513 rather than integer, as integer might not be big enough when
2514 on 64bit targets.
67f0aac5 2515
c332165e
JG
25162008-11-27 Jerome Guitton <guitton@adacore.com>
2517
2518 * gdb.cp/formatted-ref.exp: Add equality test.
2519 * gdb.ada/formatted_ref.exp: Ditto.
2520
fc9b693c
JK
25212008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2524 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2525
a9c64011
AS
25262008-11-20 Andreas Schwab <schwab@suse.de>
2527
2528 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2529 matching syscall entry point.
2530 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2531 (tcatch_vfork_then_child_follow): Likewise. Finish through
2532 vfork even if we stopped at the syscall trampoline.
2533
e2fd701e
DE
25342008-11-20 Doug Evans <dje@google.com>
2535
2536 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2537
69abc51c
TJB
25382008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2539
2540 * gdb.arch/ppc-dfp.exp: New file.
2541 * gdb.arch/ppc-dfp.c: New file.
2542
c14c28ba
PP
25432008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2544
2545 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 2546
2e74121d
DE
25472008-11-17 Doug Evans <dje@google.com>
2548
2549 * gdb.mi/mi-syn-frame.exp: Update expected output.
2550 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2551
66bb093b
VP
25522008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2553
2554 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
2555 "thread N" results in =thread-selected.
2556 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2557 (mi_send_resuming_command_raw): Be prepared for
2558 =thread-selected.
2559
3d043ef6
VP
25602008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2561
a9c64011
AS
2562 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2563 * lib/mi-support.exp: Likewise.
3d043ef6 2564
808104c8
JB
25652008-11-16 Joel Brobecker <brobecker@adacore.com>
2566
2567 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2568 commands from the expected output for "help catch".
2569
00b22944
JB
25702008-11-15 Joel Brobecker <brobecker@adacore.com>
2571
2572 * gdb.ada/int_deref.exp: New testcase.
2573
59669435
TT
25742008-11-14 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * gdb.mi/gdb2549.exp: New file.
2577
de04a248
DE
25782008-11-11 Doug Evans <dje@google.com>
2579
2580 * gdb.base/callexit.exp: New file.
2581 * gdb.base/callexit.c: New file.
2582
6b8ce727
DE
25832008-11-10 Doug Evans <dje@google.com>
2584
2585 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2586 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2587 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2588 (default_gdb_start,default_gdb_exit): Ditto.
2589 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2590 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2591 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2592 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2593 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2594 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2595
1b14b8aa
AS
25962008-11-03 Andreas Schwab <schwab@suse.de>
2597
2598 * gdb.base/hashline2.exp: Fix typo.
2599 * gdb.base/hashline3.exp: Likewise.
2600
f3134b88
TT
26012008-10-30 Tom Tromey <tromey@redhat.com>
2602
2603 * gdb.base/pointers.exp: Add test.
2604 * gdb.base/pointers.c (k, S): New typedefs.
2605 (instance): New global.
2606
c2226152
AS
26072008-10-30 Andreas Schwab <schwab@suse.de>
2608
2609 * gdb.base/args.exp: Add tests for newlines.
2610
462f405c
JB
26112008-10-30 Joel Brobecker <brobecker@adacore.com>
2612
2613 gdb.base/foll-exec.exp: Update the expected output of a couple
2614 of "info breakpoints" tests.
2615
79a45b7d
TT
26162008-10-28 Tom Tromey <tromey@redhat.com>
2617
2618 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2619
adc13a14
PA
26202008-10-24 Pedro Alves <pedro@codesourcery.com>
2621
2622 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2623 gdb_start_cmd.
2624 Use runto_main before any test that requires execution.
2625
252fbfc8
PA
26262008-10-23 Pedro Alves <pedro@codesourcery.com>
2627
2628 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2629 instead of SIGINT.
2630
28148e3d
JB
26312008-10-22 Joel Brobecker <brobecker@adacore.com>
2632
2633 * gdb.base/completion.exp: Update expected output following
2634 the addition of the "info tasks" command.
2635
c209f847
TT
26362008-10-22 Tom Tromey <tromey@redhat.com>
2637
2638 * gdb.base/exprs.exp (test_expr): Add test for string
2639 concatenation.
2640
f177e350
PA
26412008-10-19 Pedro Alves <pedro@codesourcery.com>
2642
2643 * configure.ac: Output gdb.python/Makefile.
2644 * configure: Regenerate.
2645 * gdb.python/Makefile.in: New.
2646
cce89356
JB
26472008-10-16 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.base/foll-fork.exp: Adjust the expected output to match
2650 the new description for fork/vfork catchpoints in the "info
2651 breakpoints" output.
2652
176d289d
TJB
26532008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2654
2655 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2656
a08702d6
TJB
26572008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2658
2659 * gdb.python/python-value.c: New file.
2660 * gdb.python/python-value.exp: New file.
2661
1c5cfe86
PA
26622008-10-15 Pedro Alves <pedro@codesourcery.com>
2663
2664 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2665
5a98ad69
DP
26662008-10-15 Denis Pilat <denis.pilat@st.com>
2667
41702f1b 2668 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 2669
dcb1a1e2
TT
26702008-10-09 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2673 'fprintf' and 'stderr'.
2674
9124fe48
JB
26752008-10-07 Joel Brobecker <brobecker@adacore.com>
2676
2677 * gdb.ada/ref_tick_size.exp: New testcase.
2678
45452591
DE
26792008-10-06 Doug Evans <dje@google.com>
2680
2681 * gdb.dwarf2/dw2-cu-size.exp: New file.
2682 * gdb.dwarf2/dw2-cu-size.S: New file.
2683
2684 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2685 .Ltype_int for clarity.
2686
4fc5b208
PP
26872008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2688
2689 PR gdb/2384:
2690 * gdb.cp/gdb2384.exp: Extended to test more cases.
2691 * gdb.cp/gdb2384.cc: Likewise.
2692 * gdb.cp/gdb2384-base.h: Likewise.
2693 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 2694
d78df370
JK
26952008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2696
2697 * gdb.base/maint.exp (maint print type): Remove printing
2698 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2699
9a044a89
TT
27002008-09-30 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.base/macscp.exp: Add completion tests.
2703 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2704 (TWENTY_THREE): Likewise.
2705 (FORTY_EIGHT): Likewise.
2706
506800a9
TT
27072008-09-30 Tom Tromey <tromey@redhat.com>
2708
2709 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2710 everywhere.
2711 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2712
1a6f01b5
JK
27132008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2714
2715 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2716 testcase is derived from. Fix racy dependency on an expected PID
2717 number. No longer support the testcase on Linux kernel 2.4.x.
2718
2fae03e8
TT
27192008-09-27 Tom Tromey <tromey@redhat.com>
2720
2721 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2722 and varargs.
2723
1ad15515
PA
27242008-09-22 Pedro Alves <pedro@codesourcery.com>
2725
2726 * lib/mi-support.exp (mi_expect_interrupt): New.
2727 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2728 from gdb.mi/mi-nonstop.exp.
2729 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2730 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2731 lib/mi-support.exp.
2732 Use mi_check_thread_states throughout. Avoid ".*" and do not
2733 require an anchor after -exec-run.
2734
d0b76dc6
DJ
27352008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2736
2737 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2738 stop is pending. Avoid ".*" when two stops are pending.
2739 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2740 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2741 newlines in fullnames.
2742 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2743 (mi_expect_stop): Update comments. Only anchor in sync mode.
2744 Do not match newlines.
2745 (mi_send_resuming_command_raw): Always return status.
2746 (mi_get_stop_line): Do not match more than one line by accident.
2747 Only anchor in sync mode.
2748 (mi_run_inline_test): If -exec-next fails, give up.
2749
9990c830
UW
27502008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2751
2752 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2753 on SPU.
2754
ebcf6f00
JB
27552008-09-10 Joel Brobecker <brobecker@adacore.com>
2756
2757 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2758
b6db24e5
JB
27592008-09-10 Joel Brobecker <brobecker@adacore.com>
2760
2761 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2762 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2763 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2764 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2765 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2766 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2767 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2768 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2769 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2770 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2771 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2772 Include the "= " sequence in the expected output of print tests.
2773
2bf448e0
JB
27742008-09-10 Joel Brobecker <brobecker@adacore.com>
2775
2776 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2777 description for boolean types.
2778
d51fd4c8
PA
27792008-09-09 Pedro Alves <pedro@codesourcery.com>
2780
2781 * gdb.base/hook-stop-continue.c: New.
2782 * gdb.base/hook-stop-continue.exp: New.
2783
694182d2
DJ
27842008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2785
2786 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2787
3b8a7fc0
JG
27882008-09-08 Jerome Guitton <guitton@adacore.com>
2789
2790 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2791 (stack_check_probe_2, stack_check_probe_loop_1)
2792 (stack_check_probe_loop_2): New functions.
2793 (main): Add call to these new functions.
2794 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2795 functions, check that the breakpoint is inserted at the appropriate
2796 location.
2797 (insert_breakpoint): Slightly refine this procedure so that it can
2798 be called several times in the test.
2799
96cc0ae8
JG
28002008-09-08 Jerome Guitton <guitton@adacore.com>
2801
2802 * gdb.base/stack-checking.c: New file.
2803 * gdb.base/stack-checking.exp: New file.
2804
1f08b409
TJB
28052008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2806
2807 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2808 * gdb.arch/altivec-regs.exp: Likewise.
2809 * gdb.arch/vsx-regs.exp: Likewise.
2810
3099e1c4
TJB
28112008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2812
2813 * gdb.arch/ppc-fp.exp: New file.
2814 * gdb.arch/ppc-fp.c: New file.
2815
cc69bfc1
PP
28162008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2817
2818 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2819 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2820
b02a33db
MS
28212008-09-04 Michael Snyder <msnyder@vmware.com>
2822
2823 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2824 as "at" (for non-debug functions such as _start).
2825
2992cbe0
UW
28262008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2827
2828 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2829 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2830 software watchpoints.
2831 * gdb.base/watch_thread_num.exp: Likewise.
2832
514f746b
AR
28332008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2834
2835 * gdb.arch/i386-bp_permanent.exp: New test.
2836
876cecd0
TT
28372008-08-24 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.base/maint.exp: Update "maint print type".
2840
80f73d71
VP
28412008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2842
2843 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2844 support. Adjust the order of "*running" notifications.
2845 * gdb.mi/non-stop.c: Don't cast from int to void* and
2846 back.
2847
d9c78d7d
MK
28482008-08-20 Mark Kettenis <kettenis@gnu.org>
2849
2850 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2851 expect to find it in the "info frame" output.
2852
97a2d1d3
DJ
28532008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * gdb.base/interp.exp: Always consume both prompts.
2856
b96e2927
PA
28572008-08-20 Pedro Alves <pedro@codesourcery.com>
2858
2859 * gdb.base/pending.exp: Test pending breakpoints without symbols
2860 loaded.
2861
8cf6e61a
VP
28622008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2863
2864 * lib/mi-support.exp (mi_expect_stop): Produce
2865 more details on failures.
2866 * gdb.mi/mi-nonstop.exp: New.
2867 * gdb.mi/non-stop.c: New.
2868
c6ebd6cf
VP
28692008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2870
a9c64011
AS
2871 * gdb.mi/mi-async.exp: Use 'set target-async'.
2872 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2873
46a9b8ed
DJ
28742008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2875
2876 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2877
44feb3ce
TT
28782008-08-17 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.base/help.exp (help catch): Rewrite.
2881
311a4e6b
TJB
28822008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2883
2884 * gdb.base/define.exp: Test indented command documentation.
2885 * gdb.python/python.exp: Test indented multi-line command.
2886
604c2f83
LM
28872008-08-15 Luis Machado <luisgpm@br.ibm.com>
2888
2889 * testsuite/gdb.arch/vsx-regs.c: New source file.
2890 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2891 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2892
886a217c
TT
28932008-08-14 Tom Tromey <tromey@redhat.com>
2894
2895 * gdb.base/macscp.exp: Add regression test for "macro define" or
2896 "macro undef" with no arguments.
2897
c814a4f3
PP
28982008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2899
2900 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2901
12ab8a60
UW
29022008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2903
2904 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2905
d57a3c85
TJB
29062008-08-06 Tom Tromey <tromey@redhat.com>
2907
2908 * gdb.python/python.exp: New file.
2909
c7b778ff
JK
29102008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2911
2912 Fix for PR gdb/1543.
2913 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2914 $LOCATION.
2915 (location): New variable.
2916 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2917 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2918 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2919 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2920 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2921 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2922 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2923 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2924 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2925 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2926 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2927 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2928 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2929 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2930 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2931 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2932 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2933 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2934 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2935 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2936 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2937 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2938 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2939 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2940 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2941 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2942 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2943 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2944 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2945 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2946 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2947 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2948 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2949 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2950 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2951 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2952 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2953 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2954 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2955 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2956 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2957 gdb.base/type-opaque.exp, gdb.base/until.exp,
2958 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2959 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2960 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2961 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2962 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2963 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2964 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2965 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2966 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2967 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2968 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2969 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2970 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2971 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2972 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2973 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2974 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2975 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2976 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2977 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2978 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2979 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2980 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2981 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2982 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2983 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2984 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2985 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2986 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2987 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2988 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2989 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2990 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2991 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2992 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2993 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2994 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2995 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2996 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2997 to bug-gdb@prep.ai.mit.edu .
2998
5e06a3d1
VP
29992008-07-31 Vladimir Prus <vladimir@codesourcery.com>
3000
3001 * lib/mi-support.exp (mi_load_shlibs): New.
3002 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
3003
9d81d21b
VP
30042008-07-30 Vladimir Prus <vladimir@codesourcery.com>
3005
3006 * lib/mi-support.exp (get_mi_thread_list)
3007 (check_mi_and_console_threads): New, moved from ...
3008 * gdb.mi/mi-pthread.exp: ...here.
3009 * gdb.mi/gdb669.exp (get_mi_thread_list)
3010 (check_mi_and_console_threads): Delete.
3011 * gdb.mi/mi2-pthread.exp: Likewise.
3012
bae98fe0
TT
30132008-07-28 Tom Tromey <tromey@redhat.com>
3014
3015 * Makefile.in (just-check): Remove. Move body to...
3016 (check): ... here.
3017
57380f4e
DJ
30182008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
3021 Add a test for duplicated SIGINTs.
3022
e09490f1
DJ
30232008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3024
3025 * gdb.threads/schedlock.exp (get_args): Update to work for any
3026 value of NUM.
3027 (Top level): Report the number of threads that did not resume.
3028
6387b45f
DJ
30292008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3030
3031 * gdb.dwarf2/dw2-compressed.S: Also define __start.
3032
62f64ff2
DJ
30332008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3034
3035 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
3036 non-MI prompt.
3037
fa8de41e
TT
30382008-07-26 Tom Tromey <tromey@redhat.com>
3039
3040 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
3041 (function_struct, function_struct_ptr): New globals.
3042 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
3043 function pointer in a struct.
3044
ccb3ac8a
TT
30452008-07-26 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.base/macscp.exp: Add test for macro lexing bug.
3048
d7d9f01e
TT
30492008-07-18 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.base/macscp.exp: Add macro tests.
3052
9bf07184
PP
30532008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3054
3055 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
3056
becf6477
PP
30572008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3058
3059 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
3060
0709f7d3
PP
30612008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3062
3063 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 3064
7093c834
PP
30652008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3066
3067 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 3068
b432ffe3
JK
30692008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
3072
b1a268e5
VP
30732008-07-12 Vladimir Prus <vladimir@codesourcery.com>
3074
3075 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
3076
e2995f8e
KB
30772008-07-11 Kevin Buettner <kevinb@redhat.com>
3078
3079 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
3080 of regexp to account for changes made to GDB in the printing of
3081 byte vectors.
3082
14032a66
TT
30832008-07-11 Tom Tromey <tromey@redhat.com>
3084
3085 * gdb.base/completion.exp: Add 'help' completion test.
3086
981505ef
JK
30872008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
3090
10568435
JK
30912008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
3094
4487aabf
PA
30952008-07-09 Pedro Alves <pedro@codesourcery.com>
3096
3097 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
3098
a4a9b1c4
PA
30992008-07-09 Pedro Alves <pedro@codesourcery.com>
3100
3101 * gdb.base/fullname.exp: Restore pwd if compiling failed.
3102
3c3185ac
JK
31032008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
3106
7ebd49dc
VP
31072008-06-28 Vladimir Prus <vladimir@codesourcery.com>
3108
3109 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
3110 previous commit. Add a comment.
3111
84e46146
PA
31122008-06-28 Pedro Alves <pedro@codesourcery.com>
3113
3114 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
3115
0f8d4a2f
VP
31162008-06-28 Vladimir Prus <vladimir@codesourcery.com>
3117
3118 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
3119
f747e0ce
PA
31202008-06-27 Pedro Alves <pedro@codesourcery.com>
3121
3122 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
3123 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
3124 compiling an executable, link in an object that forces unbuffered
3125 output.
3126 * lib/set_unbuffered_mode.c: New file.
3127
734a5c36
JK
31282008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
3131
a2840c35
VP
31322008-06-25 Vladimir Prus <vladimir@codesourcery.com>
3133
a9c64011
AS
3134 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
3135 mi_expect_stop.
3136 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
3137 Demand that *running is output.
3138 (detect_async): Perform checking every time.
3139 (mi_send_resuming_command): Extract everything into...
3140 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
3141 (mi_expect_stop): Don't accept any output before *stopped.
3142
6ae37fef
VP
31432008-06-13 Vladimir Prus <vladimir@codesourcery.com>
3144
3145 Robustify mi-simplerun.
a9c64011
AS
3146 * gdb.mi/basics.c (main): Add a call to sleep.
3147 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
3148 * gdb.mi/mi2-cli.exp: Likewise.
3149 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 3150
b4aa76f0 31512008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
3152
3153 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
3154
e1ac3328
VP
31552008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3156
a9c64011
AS
3157 * gdb.mi/mi-console.exp: Adjust.
3158 * gdb.mi/mi-syn-frame.exp: Adjust.
3159 * gdb.mi/mi2-console.exp: Adjust.
3160 * gdb.mi/mi2-syn-frame.exp: Adjust.
3161 * lib/mi-support.exp (mi_run_cmd): Adjust.
3162 (mi_send_resuming_command): Adjust.
e1ac3328 3163
f7f9a841
VP
31642008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3165
3166 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
3167 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
3168 testing of stopped.
3169 * gdb.mi/mi2-syn-frame.exp: Likewise.
3170 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
3171 (async, detect_async): New.
3172 (mi_expect_stop, mi_continue_to_line): Adjust expectation
3173 depending on if we're running in sync or async mode.
f7f9a841 3174
37cd5d19
TT
31752008-06-09 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.base/completion.exp: New tests for field name completion
3178 with spaces, and field name completion with '->'.
3179
65d12d83
TT
31802008-06-06 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.base/break1.c (struct some_struct): New struct.
3183 (values): New global.
3184 * gdb.base/completion.exp: Add field name completion test.
3185
ebfe2e3f
PP
31862008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3187
3188 * gdb.cp/call-c.exp: Test for incorrect handling of reference
3189 to pointer.
3190 * gdb.cp/call-c.cc: Likewise.
3191
bcf6fc3a
NR
31922008-06-06 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
3195 annotation.
3196
49fd4a42 31972008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 3198 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
3199
3200 * gdb.threads/execl.c, gdb.threads/execl1.c,
3201 gdb.threads/execl.exp: New tests.
a9c64011 3202
8a34ac3f
AR
32032008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
3204 Daniel Jacobowitz <dan@codesourcery.com>
3205
3206 * gdb.cp/exception.exp: Activate test, make it work with pending
3207 catchpoints.
3208
86ae69ef
JK
32092008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
3212
f7f9ae2c
VP
32132008-05-28 Vladimir Prus <vladimir@codesourcery.com>
3214
a9c64011
AS
3215 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
3216 now printed.
3217 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 3218
2a2d4dc3
AS
32192008-05-27 Andreas Schwab <schwab@suse.de>
3220
3221 * gdb.base/frame-args.exp: Handle arguments that are optimized
3222 out.
3223
5099e4d9
LM
32242008-05-26 Luis Machado <luisgpm@br.ibm.com>
3225
3226 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
3227 quiet for ppc32 and group options into a single variable.
3228
d9c36a91
JB
32292008-05-23 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
3232 of zero-size elements.
3233 * gdb.ada/null_array.exp: Test printing this new array.
3234
103a8671
JK
32352008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3236
3237 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
3238
07a4cc1a 32392008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
3240
3241 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
3242 of the "finish" command.
3243
55f996a7
NR
32442008-05-21 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * gdb.base/annota1.exp: Test for new annotation.
3247
907fc202
UW
32482008-05-16 Pedro Alves <pedro@codesourcery.com>
3249
3250 * gdb.base/fixsection.exp: New file.
3251 * gdb.base/fixsection0.c: New file.
3252 * gdb.base/fixsection1.c: New file.
3253
e8f97270
UW
32542008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3255
3256 * gdb.base/annota1.exp: Accept printf@... in place of printf.
3257 * gdb.base/annota3.exp: Likewise.
3258
ac0bb574
NF
32592008-05-13 Nathan Froyd <froydnj@codesourcery.com>
3260
3261 * gdb.base/watch_thread_num.exp: Don't run tests that require
3262 watchpoints if the target doesn't support them.
3263
6fadd07a
DE
32642008-05-12 Doug Evans <dje@google.com>
3265
3266 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
3267
6e9a4a30
JB
32682008-05-09 Joel Brobecker <brobecker@adacore.com>
3269
3270 * gdb.ada/assign_1.exp: New testcase.
3271
08388c79
DE
32722008-05-09 Doug Evans <dje@google.com>
3273
a3c83fae
DE
3274 * gdb.base/find.exp: New file.
3275 * gdb.base/find.c: New file.
08388c79 3276
bd5ddfe8
DJ
32772008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
3278
3279 * gdb.base/commands.exp (watchpoint_command_test): Handle
3280 gdb,no_hardware_watchpoints.
3281 * gdb.base/float.exp: Allow ARM targets without floating point.
3282 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
3283
b5dd68e2 32842008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 3285 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
3286
3287 * gdb.ada/lang_switch: New test program.
3288 * gdb.ada/lang_switch.exp: New testcase.
3289
382d13d1
DE
32902008-05-05 Doug Evans <dje@google.com>
3291
3292 * gdb.base/help.exp (disassemble): Update expected help text.
3293
9dd789d0
PA
32942008-05-04 Pedro Alves <pedro@codesourcery.com>
3295
3296 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
3297
611c83ae
PA
32982008-05-04 Pedro Alves <pedro@codesourcery.com>
3299
3300 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
3301 different times.
3302
ff013f42
JK
33032008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
3306 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
3307 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
3308 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
3309
96dff6a2
VP
33102008-05-04 Vladimir Prus <vladimir@codesourcery.com>
3311
3312 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
3313 notification to appear.
3314
55cd6f92
DJ
33152008-05-04 Daniel Jacobowitz <dan@debian.org>
3316
3317 * gdb.base/fullname.c: New file.
3318 * gdb.base/fullname.exp: New file.
3319 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
3320
d705c43c
PA
33212008-05-03 Pedro Alves <pedro@codesourcery.com>
3322
3323 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
3324 expressions with macros.
3325
333222e1
JK
33262008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
3329
5ac01682
DJ
33302008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdb.base/completion.exp: Handle lack of other symbols beginning
3333 with "a".
3334
3335 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
3336
237fc4c9
PA
33372008-05-02 Jim Blandy <jimb@codesourcery.com>
3338
3339 * gdb.asm/asmsrc1.s: Add scratch space.
3340
ed5e9466
DJ
33412008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3342 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
3345 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
3346 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
3347
b39cc962
DJ
33482007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
3349
3350 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
3351
36d520f5
JB
33522008-05-01 Joel Brobecker <brobecker@adacore.com>
3353
3354 * gdb.base/info-target.exp: New testcase.
3355
8d4e3071
DJ
33562008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3357
3358 * gdb.cp/hang.exp: Use .cc instead of .C.
3359 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
3360 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
3361
6f3f3097
DJ
33622008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3363
3364 * gdb.base/gdb1250.exp: Remove perror.
3365 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
3366
5550a914
PA
33672008-04-30 Pedro Alves <pedro@codesourcery.com>
3368
3369 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
3370 .2byte.
3371
d848e687
DJ
33722008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
3373
3374 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
3375 (maybe_kfail): New.
3376
93b5768b
PA
33772008-04-25 Pedro Alves <pedro@codesourcery.com>
3378
3379 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
3380
721c02de
VP
33812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3382
a9c64011
AS
3383 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
3384 * gdb.mi/mi2-syn-frame.exp: Likewise.
3385 * lib/mi-support.exp: Likewise.
721c02de 3386
74960c60
VP
33872008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3388
3389 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
3390 to specify regexp for the location to stop at.
3391 * gdb.base/break-always.c: New.
3392 * gdb.base/break-always.exp: New.
3393
d24317b4
VP
33942008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3395
3396 * lib/mi-support.exp (mi_runto_helper): Adjust
3397 for the original-location field.
3398 (mi_create_breakpoint, mi_list_breakpoints): New.
3399 * gdb.mi/mi-break.exp: Adjust.
3400 * gdb.mi/mi2-break.exp: Adjust.
3401 * gdb.mi/mi-pending.exp: Adjust.
3402 * gdb.mi/mi-simplerun.exp: Adjust.
3403 * gdb.mi/mi2-simplerun.exp: Adjust.
3404 * gdb.mi/mi-syn-frame.exp: Adjust.
3405 * gdb.mi/mi2-syn-frame.exp: Adjust.
3406 * gdb.mi/mi-until.exp: Adjust.
3407 * gdb.mi/mi2-until.exp: Adjust.
3408 * gdb.mi/mi-var-display.exp: Adjust.
3409 * gdb.mi/mi2-var-display.exp: Adjust.
3410 * gdb.mi/mi-watch.exp: Adjust.
3411 * gdb.mi/mi2-watch.exp: Adjust.
3412
fdc59709 34132008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 3414
a9c64011
AS
3415 * aclocal.m4: Add override.m4.
3416 * configure: Regenerate.
fdc59709 3417
8e91f023
VP
34182008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3419
3420 * gdb.mi/var-cmd.c (do_at_tests): Verify that
3421 '-var-update --all-values' reports new value even the type
3422 of a variable object has changed.
3423
233a11ab
CS
34242008-04-18 Craig Silverstein <csilvers@google.com>
3425
3426 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
3427 files.
d24317b4 3428
9c1137ad
JB
34292008-04-18 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.ada/atomic_enum: New test program.
3432 * gdb.ada/atomic_enum.exp: New testcase.
3433
66d0bbc7
DE
34342008-04-17 Doug Evans <dje@google.com>
3435
3436 * gdb.opt/Makefile.in: Fix whitespace.
3437
100906b0
UW
34382008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3439
3440 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
3441
4584e32e
DE
34422008-04-17 Doug Evans <dje@google.com>
3443
3444 * gdb.base/hashline1.exp: New testcase.
3445 * gdb.base/hashline2.exp: New testcase.
3446 * gdb.base/hashline2.exp: New testcase.
3447
0a320680
PA
34482008-04-17 Pedro Alves <pedro@codesourcery.com>
3449
3450 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
3451
18ac113b
AR
34522008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
3453
3454 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
3455 temporary breakpoint to match "Temporary breakpoint".
3456 * gdb.base/break.exp (delete_breakpoints): Likewise.
3457 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
3458 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
3459 * gdb.base/display.exp: Likewise.
3460 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
3461 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
3462 * gdb.base/restore.exp (restore_tests): Likewise.
3463 * gdb.base/sepdebug.exp: Likewise.
3464 * gdb.base/watchpoint.exp: Likewise.
3465 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
3466 * gdb.mi/mi-pending.exp: Likewise.
3467 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
3468 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
3469 * gdb.mi/mi-var-cmd.exp: Likewise.
3470 * gdb.mi/mi-var-display.exp: Likewise.
3471 * gdb.mi/mi2-cli.exp: Likewise.
3472 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
3473 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
3474 * gdb.mi/mi2-var-display.exp: Likewise.
3475 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
3476 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
3477 new "disp" field.
a9c64011 3478 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
3479 reason. This is to support fix for PR2424.
3480
add38693
JK
34812008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
3484
fcacd99f
VP
34852008-04-13 Vladimir Prus <vladimir@codesourcery.com>
3486
3487 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 3488 field. Add more floating varobj tests.
fcacd99f 3489 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
3490 field.
3491 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
3492 (main): Call do_at_tests.
3493 * lib/mi-support.exp (mi_create_floating_varobj)
3494 (mi_varobj_update_with_type_change): New.
fcacd99f 3495
de051565
MK
34962008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3497
3498 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
3499 option of -var-evaluate-expression.
3500 * gdb.mi/mi2-var-display.exp: Likewise.
3501
dbc52822
VP
35022008-04-07 Vladimir Prus <vladimir@codesourcery.com>
3503
3504 Introduce test setup helpers.
a9c64011
AS
3505 * lib/gdb.exp (build_executable, clean_restart)
3506 (prepare_for_testing): New.
3507 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3508 * gdb.base/return.exp: Likewise.
3509 * gdb.base/ending-run.exp: Likewise.
dbc52822 3510
473591da
NR
35112008-04-07 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3514 Interface (MI) responses.
3515
2b2d9e11
VP
35162008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3517
a9c64011
AS
3518 * gdb.cp/breakpoint.cc: New code to test conditions involving
3519 member variables.
3520 * gdb.cp/breakpoint.exp: Test condition involving member
3521 variables.
2b2d9e11 3522
bb378428
VP
35232008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3524
3525 * lib/mi-support.exp (mi_expect_stop): New.
3526 (mi_run_cmd): Change the
3527 token. Use mi_send_resuming_command, use
3528 mi_expect_stop.
3529 (mi_execute_to_helper): Rename to mi_execute_to.
3530 (mi_send_resuming_command): Add more error patterns.
3531 (mi_wait_for_stop): Renamed to...
3532 (mi_get_stop_line): ...this.
3533 (mi_run_inline_test): Adjust.
3534
3535 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3536 * gdb.mi/mi-console.exp: Likewise.
3537 * gdb.mi/mi-pending.exp: Likewise.
3538 * gdb.mi/mi-simplerun.exp: Likewise.
3539 * gdb.mi/mi-stack.exp: Likewise.
3540 * gdb.mi/mi-stepi.exp: Likewise.
3541 * gdb.mi/mi-syn-frame.exp: Add comment.
3542 * gdb.mi/mi-until.exp: Likewise.
3543 * gdb.mi/mi-var-display.exp: Likewise.
3544 * gdb.mi/mi-watch.exp: Likewise.
3545 * gdb.mi/mi2-cli.exp: Likewise.
3546 * gdb.mi/mi2-console.exp: Likewise.
3547 * gdb.mi/mi2-simplerun.exp: Likewise.
3548 * gdb.mi/mi2-stack.exp: Likewise.
3549 * gdb.mi/mi2-stepi.exp: Likewise.
3550 * gdb.mi/mi2-until.exp: Likewise.
3551 * gdb.mi/mi2-var-display.exp: Likewise.
3552 * gdb.mi/mi2-watch.exp: Likewise.
3553
62172bb9
UW
35542008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3555
3556 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3557
3558 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3559
a13e061a
PA
35602008-04-04 Pedro Alves <pedro@codesourcery.com>
3561
3562 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3563 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3564 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3565 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3566 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3567 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3568 expect an mi error duplicated in stderr.
3569
eae06beb
JB
35702008-04-03 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3573 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3574 Add a couple of tests that verify the behavior when the new setting
3575 is set to "cancel" and "all".
3576 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3577 "ask" before we start the testing.
3578
79c6ced6
AR
35792008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3580
3581 * gdb.cp/casts.cc: Add class reference variables.
3582 * gdb.cp/casts.exp: New test cases for up/down casting references.
3583
6c2d1a6b
MK
35842008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3585
3586 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3587 instead of beginning to make an extra test pass.
3588 * gdb.mi/mi2-var-display.exp: Likewise.
3589
55b411d9
MR
35902008-03-31 Maciej W. Rozycki <macro@mips.com>
3591
3592 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3593
c6140da2
MD
35942008-03-31 Markus Deuling <deuling@de.ibm.com>
3595 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3596
3597 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3598 value. Add xfail for older kernels.
3599
79732189
AR
36002008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3601
3602 Bring mi-support in line with gdb.exp.
3603 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3604 (mi_gdb_start): New function.
3605
33c3676e
MR
36062008-03-28 Maciej W. Rozycki <macro@mips.com>
3607
3608 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3609
92e28119
VP
36102008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3611
3612 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3613 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 3614
9e8e3afe
VP
36152008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3616
3617 * lib/mi-support.exp (mi_create_varobj_checked): New.
3618 (mi_list_varobj_children): Allow to check for a
3619 value.
3620 (mi_list_array_varobj_children): New.
3621
3622 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3623 and mi_list_varobj_children, as opposed to hardcoding
3624 expected strings.
3625 * gdb.mi/gdb701.exp: Likewise.
3626 * gdb.mi/gdb792.exp: Likewise.
3627 * gdb.mi/mi-var-block.exp: Likewise.
3628 * gdb.mi/mi-var-cmd.exp: Likewise.
3629 * gdb.mi/mi-var-invalidate.exp: Likewise.
3630 * gdb.mi/mi2-var-block.exp: Likewise.
3631 * gdb.mi/mi2-var-child.exp: Likewise.
3632 * gdb.mi/mi2-var-cmd.exp: Likewise.
3633 * gdb.mi/mi2-var-display.exp: Likewise.
3634
9df50351
JK
36352008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3636
3637 Fix random false FAILs on i386.
3638 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3639
31e5d73a
DJ
36402008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 PR gdb/544
3643 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3644
12f4afab
DJ
36452008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3646
3647 PR gdb/544
3648 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3649
b562a0cb
DJ
36502008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3651
3652 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3653 fixed PR gdb/544.
3654
17faa917
DJ
36552008-03-21 Pedro Alves <pedro@codesourcery.com>
3656
3657 * gdb.threads/fork-child-threads.exp: Test next over fork.
3658
6214f497
DJ
36592008-03-21 Chris Demetriou <cgd@google.com>
3660
3661 * gdb.base/break.exp (rbreak junk): New test for rbreak
3662 "Junk at end of arguments" issue.
3663
63092375
DJ
36642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3665
3666 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3667 *& to work on created array elements.
3668 (Top level): Test print $pc with a file. Test string operations
3669 without a target.
3670 * gdb.base/ptype.exp: Do not expect *& to work on created array
3671 elements.
3672
b21991b0
DJ
36732008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3674
3675 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3676 gdb.threads/staticthreads.exp: Update exit query.
3677
c4b347c7
SL
36782008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3679
3680 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3681
fa4727a6
DJ
36822008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3683
3684 * gdb.base/watchpoint.c (global_ptr, func4): New.
3685 (main): Call func4.
3686 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3687 (test_inaccessible_watchpoint): New.
3688
2f34202f
MR
36892008-02-29 Maciej W. Rozycki <macro@mips.com>
3690
3691 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3692 select the largest.
3693
0d6ba1b1
DJ
36942008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3695
3696 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3697 frames-invalid annotations.
3698
e691325a
PM
36992008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3700
a9c64011 3701 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 3702
f85b5ecc
DE
37032008-02-27 Doug Evans <dje@google.com>
3704
3705 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3706 for bug 1738.
3707 (breakpoint_to_handler_entry): Ditto.
3708
b40e7bf3
JB
37092008-02-27 Joel Brobecker <brobecker@adacore.com>
3710
3711 * gdb.base/ending-run.exp: Use the first line of code inside
3712 function body to test breakpoints.
3713 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3714 location where the breakpoint is inserted when using the line
3715 where a function is declared. Fix typo in the description of
3716 one of the tests.
3717 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3718
2faca73a
PM
37192008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3720
3721 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 3722 tests.
2faca73a 3723
6f439c36
PM
37242008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3725
3726 * gdb.base/args.exp: avoid same output for tests
3727 with single quotes.
3728
54e52265
VP
37292008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3730
a9c64011
AS
3731 * gdb.base/annota1.exp: Adjust for 'info break'
3732 format changes.
3733 * gdb.base/annota3.exp: Likewise.
3734 * gdb.base/break.exp: Likewise.
3735 * gdb.base/condbreak.exp: Likewise.
3736 * gdb.base/pending.exp: Likewise.
3737 * gdb.base/sepdebug.exp: Likewise.
3738 * gdb.base/unload.exp: Likewise.
3739 * gdb.cp/ovldbreak.exp: Likewise.
3740 * gdb.mi/mi-pending.exp: Likewise.
54e52265 3741
897b09ca
DE
37422008-02-07 Doug Evans <dje@google.com>
3743
3744 * gdb.cp/mb-inline.exp: New.
3745 * gdb.cp/mb-inline.h: New.
3746 * gdb.cp/mb-inline1.cc: New.
3747 * gdb.cp/mb-inline2.cc: New.
3748
b1c32d35
PM
37492008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3750
3751 * gdb.pascal/floats.pas: New test program.
3752 * gdb.pascal/floats.exp: New testcase.
3753
1a4ca44a
TJB
37542008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3755
3756 * gdb.base/callfuncs.c (t_float_many_args): New function.
3757 (t_double_many_args): New function.
3758 * gdb.base/callfuncs.exp: Add tests for exceeding float
3759 and double parameters passed through the stack.
3760
439048e8
JB
37612008-02-05 Joel Brobecker <brobecker@adacore.com>
3762
3763 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3764 gdb.ada/complete/foo.adb: New files.
3765 * gdb.ada/complete.exp: New testcase.
3766
81fe8080
DE
37672008-02-03 Doug Evans <dje@google.com>
3768
301f0ecf
DE
3769 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3770
81fe8080
DE
3771 * gdb.cp/gdb2384.exp: New file.
3772 * gdb.cp/gdb2384.cc: New file.
3773 * gdb.cp/gdb2384-base.h: New file.
3774 * gdb.cp/gdb2384-base.cc: New file.
3775
4b071aec
DE
37762008-02-02 Doug Evans <dje@google.com>
3777
3778 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3779
61137ba6
JB
37802007-02-01 Joel Brobecker <brobecker@adacore.com>
3781
3782 * gdb.ada/sym_print_name: New test program.
3783 * gdb.ada/sym_print_name.exp: New testcase.
3784
37852007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
3786
3787 * gdb.ada/nested/hello.adb: New file.
3788 * gdb.ada/nested.exp: New testcase.
3789 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3790
98deb0da
VP
37912008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3792
3793 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
3794 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3795 don't cause future evaluations of function to report
3796 creation of internal breakpoints.
98deb0da 3797
723a2275
VP
37982008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3799
3800 * gdb.mi/mi-break.exp (test_error): New.
3801 Call it.
3802
fb546a2f
LM
38032008-01-31 Luis Machado <luisgpm@br.ibm.com>
3804
3805 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3806 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3807
2d8fd90a
PM
38082008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3809
3810 * gdb.pascal/integers.pas: New test program.
3811 * gdb.pascal/integers.exp: New testcase.
3812
a7fa0ded
PM
38132008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3814
3815 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3816
5e1a1926
TJB
38172008-01-30 Luis Machado <luisgpm@br.ibm.com>
3818
3819 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3820 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3821
8d04f9f0
JB
38222008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3823
3824 * gdb.ada/formatted_ref: New test program.
3825 * gdb.ada/formatted_ref.exp: New testcase.
3826
3827 * gdb.cp/formatted-ref.cc: New file.
3828 * gdb.cp/formatted-ref.exp: New testcase.
3829
ce75a98f
JB
38302008-01-30 Joel Brobecker <brobecker@adacore.com>
3831
3832 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3833
e835f6bf
NR
38342008-01-30 Nick Roberts <nickrob@snap.net.nz>
3835
3836 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3837 (test_file_list_exec_source_file): Update to new macro-info field.
3838
d118ef87
PH
38392008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3840
3841 * gdb.ada/exprs: New test program.
3842 * gdb.ada/exprs.exp: New testcase.
3843
7d35ab09
TJB
38442008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3845
3846 * dfp-test.c (DELTA, DELTA_B): New definitions.
3847 (double_val1, double_val2, double_val3, double_val4, double_val5,
3848 double_val6, double_val7, double_val8, double_val9, double_val10,
3849 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3850 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3851 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3852 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3853 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3854 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3855 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3856 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3857 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3858 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3859 dec128_val16): New global variables.
3860 (decimal_dec128_align): New function.
3861 (decimal_mixed): Likewise.
3862 (decimal_many_args_dec32): Likewise.
3863 (decimal_many_args_dec64): Likewise.
3864 (decimal_many_args_dec128): Likewise.
3865 (decimal_many_args_mixed): Likewise.
3866 * dfp-test.exp: Add tests calling new inferior functions.
3867
2d717e4f
DJ
38682008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3871 gdb.server/ext-run.exp: New files.
3872 * lib/gdbserver-support.exp (gdbserver_download): New.
3873 (gdbserver_start): New. Update gdbserver expected
3874 output.
3875 (gdbserver_spawn): Use them.
3876 (gdbserver_start_extended): New.
3877
e85a822c
DJ
38782008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3879
3880 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3881 Run on GNU/Linux.
3882 (do_exec_tests): Check for systems which do not support catchpoints.
3883 Do not match START.
3884 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3885 Run on GNU/Linux. Enable verbose output.
3886 (check_fork_catchpoints): New.
3887 (explicit_fork_child_follow, catch_fork_child_follow)
3888 (tcatch_fork_parent_follow): Update expected messages.
3889 (do_fork_tests): Use check_fork_catchpoints.
3890 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3891 Run on GNU/Linux. Enable verbose output.
3892 (check_vfork_catchpoints): New.
3893 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3894 expected messages.
3895 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3896
401ea829
JB
38972008-01-29 Jim Blandy <jimb@red-bean.com>
3898
3899 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3900 host' errors.
3901 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3902
aceaf3ad
JB
39032008-01-29 Jim Blandy <jimb@red-bean.com>
3904
3905 * gdb.threads/sigthread.c: Use barriers to ensure that
3906 child_thread and child_thread_two are always initialized before we
3907 start to use them.
3908
a5606eee
VP
39092008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3910
3911 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3912 * gdb.base/watchpoint-solib.c: New.
3913 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3914
c55a82bb
PM
39152008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3916
3917 * gdb.base/gdb1056.exp: Add unsigned integer test.
3918
0993fe05
DE
39192008-01-28 Doug Evans <dje@google.com>
3920
3921 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3922
4fe42e7f
JB
39232008-01-27 Jim Blandy <jimb@codesourcery.com>
3924
c7a69933
JB
3925 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3926
4fe42e7f
JB
3927 * gdb.base/expand-psymtabs.exp: Doc fix.
3928
5def8285
MK
39292008-01-26 Mark Kettenis <kettenis@gnu.org>
3930
3931 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3932
5313c911
NR
39332008-01-24 Nick Roberts <nickrob@snap.net.nz>
3934
a9c64011 3935 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3936 -var-set-format.
3937
93815fbf
VP
39382008-01-23 Chris Demetriou <cgd@google.com>
3939
3940 * gdb.threads/thread_events.c: New testcase source file.
3941 * gdb.threads/thread_events.exp: New testcase expect file.
3942
467a88ee
NR
39432008-01-23 Nick Roberts <nickrob@snap.net.nz>
3944
3945 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3946
3947 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3948 -var-set-format.
3949
d8f82aba
DJ
39502008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3951 Vladimir Prus <vladimir@codesourcery.com>
3952
3953 * gdb.base/float.exp: Allow missing floating point for m68k and
3954 PowerPC.
3955
60c46647
VP
39562008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3957
3958 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3959 ignore count.
3960 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3961 * gdb.mi/mi-cli.exp: Adjust.
3962 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3963
c7dd36a1
PA
39642008-01-17 Pedro Alves <pedro@codesourcery.com>
3965
3966 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3967 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3968 with dummy_ptr's address.
3969 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3970 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3971 all targets.
3972 * gdb.mi/mi2-var-child.exp: Likewise.
3973
39d5313e
JB
39742008-01-09 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.ada/null_array: New test program.
3977 * gdb.ada/null_array.exp: New testcase.
3978
0aea4bf3
LM
39792008-01-09 Luis Machado <luisgpm@br.ibm.com>
3980
3981 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3982 with required float modifiers.
3983
0b354900
JB
39842008-01-08 Joel Brobecker <brobecker@adacore.com>
3985
3986 * gdb.ada/funcall_param: New test program.
3987 * gdb.ada/funcall_param.exp: New testcase.
3988
cdb7f5d4
JB
39892008-01-08 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.ada/arrayparam: New test program.
3992 * gdb.ada/arrayparam.exp: New testcase.
3993
88e2547f
JB
39942008-01-08 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3997 landed. Should also fix random failures in the test following it.
3998
f6867ce0
TJB
39992008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4000
4001 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
4002 for expressions with decimal float values.
4003 (test_dfp_conversions): New function to test casts to and from
4004 decimal float types.
4005 Call test_dfp_conversions.
4006 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
4007 elements.
4008 (main): Initialize ds.float4 and ds.double8 elements.
4009 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
4010 string to new error message.
4011 (d64_set_tests): Likewise.
4012 (d128_set_tests): Likewise.
4013 Add tests for expressions with decimal float variables. Add tests for
4014 conversions to and from decimal float types.
4015
f9c11282
JB
40162008-01-05 Joel Brobecker <brobecker@adacore.com>
4017
4018 * gdb.ada/packed_tagged/comp_bug.adb: New file.
4019 * gdb.ada/packed_tagged.exp: New testcase.
4020
0ecbca72
JB
40212008-01-04 Joel Brobecker <brobecker@adacore.com>
4022
4023 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
4024 gdb.ada/homonym/homonym_main.adb: New files.
4025 * gdb.ada/homonym.exp: New testcase.
4026
c18d3d89
JB
40272008-01-04 Joel Brobecker <brobecker@adacore.com>
4028
4029 * gdb.ada/packed_array.exp: Add testing of references to
4030 a packed array.
4031
ecc7085b
JB
40322008-01-04 Joel Brobecker <brobecker@adacore.com>
4033
4034 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
4035 New files.
4036 * gdb.ada/type_coercion.exp: New testcase.
4037
c474c922
JB
40382008-01-04 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
4041 gdb.ada/tagged/foo.adb: New file.
4042 * gdb.ada/tagged.exp: New testcase.
4043
9005b927
JB
40442008-01-04 Joel Brobecker <brobecker@adacore.com>
4045
4046 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
4047 gdb.ada/ptype_field/foo.adb: New files.
4048 * gdb.ada/ptype_field.exp: New testcase.
4049
1a6aaad8
JB
40502008-01-03 Joel Brobecker <brobecker@adacore.com>
4051
4052 * gdb.ada/print_pc.exp: New testcase.
4053
0ef22f53
JB
40542008-01-03 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
4057 gdb.ada/taft_type/p.adb: New files.
4058 * gdb.ada/taft_type.exp: New testcase.
4059
1689ecf8
JB
40602008-01-03 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.ada/array_bounds/bar.adb: New file.
4063 * gdb.ada/array_bounds.exp: New testcase.
4064
a4d0b9c3
JB
40652008-01-03 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
4068 gdb.ada/arrayptr/foo.adb: New files.
4069 * gdb.ada/arrayptr.exp: New testcase.
4070
a31ace00
JB
40712008-01-03 Joel Brobecker <brobecker@adacore.com>
4072
4073 * gdb.base/set-lang-auto.exp: New testcase.
4074
a97fced3
JB
40752008-01-03 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.ada/fun_addr/foo.adb: New file.
4078 * gdb.ada/fun_addr.exp: New testcase.
4079
ef29ce1a
JK
40802008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
4083 New files
4084
0fafefe3
JB
40852008-01-02 Joel Brobecker <brobecker@adacore.com>
4086
4087 * array_subscript_addr/p.adb: New file.
a9c64011 4088 * array_subscript_addr.exp: New testcase.
0fafefe3 4089
c4359f8d
JB
40902008-01-02 Joel Brobecker <brobecker@adacore.com>
4091
a9c64011 4092 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
4093 New files.
4094 * gdb.ada/str_cmp_ref.exp: New testcase.
4095
1aa1b15b
JB
40962008-01-01 Joel Brobecker <brobecker@adacore.com>
4097
4098 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
4099 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 4100 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 4101
81c9b2cf
JB
41022008-01-01 Joel Brobecker <brobecker@adacore.com>
4103
4104 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
4105 gdb.ada/ref_param/pck.ads: New files.
4106 * gdb.ada/ref_param.exp: New testcase.
4107
319e4674
JB
41082008-01-01 Joel Brobecker <brobecker@adacore.com>
4109
4110 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
4111 gdb.ada/interface/foo.adb: New files.
4112 * gdb.ada/interface.exp: New testcase.
4113
ef682c56
JB
41142007-12-31 Jim Blandy <jimb@codesourcery.com>
4115
4116 * gdb.base/multi-forks.exp: Consume all output from child
4117 processes before proceeding to next test.
4118
f6f3eb6c
JB
41192007-12-29 Jim Blandy <jimb@codesourcery.com>
4120
4121 * configure: Regenerated.
4122
f652e42f
JB
41232007-12-27 Joel Brobecker <brobecker@adacore.com>
4124
4125 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
4126 gdb.ada/fixed_cmp/fixed.adb: New files.
4127 * gdb.ada/fixed_cmp.exp: New testcase.
4128
6943e596
JB
41292007-12-27 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.ada/boolean_expr.exp: New testcase.
4132
aad9a193
JB
41332007-12-26 Jim Blandy <jimb@codesourcery.com>
4134
4135 * gdb.base/multi-forks.exp: Doc fix.
4136
fb5f3683
JB
41372007-12-26 Joel Brobecker <brobecker@adacore.com>
4138
4139 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
4140 * gdb.ada/char_param.exp: Do not compile our test program with
4141 -gnata, this is unnecessary.
4142 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
4143
384e4a9c
JB
41442007-12-24 Joel Brobecker <brobecker@adacore.com>
4145
4146 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
4147 gdb.ada/print_chars/foo.adb: New files.
4148 * gdb.ada/print_chars.exp: New testcase.
4149
01e044f7
JB
41502007-12-24 Joel Brobecker <brobecker@adacore.com>
4151
4152 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
4153 gdb.ada/char_param/foo.adb: New files.
4154 * gdb.ada/char_param.exp: New testcase.
4155
0ce17860
JB
41562007-12-22 Jim Blandy <jimb@codesourcery.com>
4157
4158 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
4159 hard-coding source line numbers into the test.
4160 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
4161 gdb_get_line_number to find.
4162
919809b9
JB
41632007-12-22 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.base/ptype.c (highest): New struct type.
4166 (the_highest): New variable of that type.
4167 (main): Add dummy assignment to a field of variable the_highest.
4168 * gdb.base/ptype.exp: Test type printing of our new variable.
4169
abc8a88d
PM
41702007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
4171
4172 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 4173 and record first explicitly generated thread number.
abc8a88d
PM
4174 Use that thread number for thread specific watchpoint test.
4175 Add iteration number to repetitive tests.
4176
5158f3e3
CES
41772007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
4178 Jim Blandy <jimb@codesourcery.com>
4179
4180 * gdb.base/expand-psymtabs.c: New testcase
4181 source file.
4182 * gdb.base/expand-psymtabs.exp: New testcase
4183 expect file.
4184
37e4754d
LM
41852007-12-17 Luis Machado <luisgpm@br.ibm.com>
4186
4187 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
4188 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
4189
551e5d04
JB
41902007-12-17 Joel Brobecker <brobecker@adacore.com>
4191
4192 * gdb.ada/frame_args/foo.adb: New file.
4193 * gdb.ada/frame_args/pck.ads: New file.
4194 * gdb.ada/frame_args/pck.adb: New file.
4195 * gdb.ada/frame_args.exp: New testcase.
4196
a05ee097
JB
41972007-12-17 Joel Brobecker <brobecker@adacore.com>
4198
4199 * gdb.base/frame-args.c: New file.
4200 * gdb.base/frame-args.exp: New testcase.
4201
c162e8c9 42022007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 4203 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
4204
4205 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
4206
afe8ab22 42072007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4208
afe8ab22
VP
4209 * gdb.mi/mi-pending.exp: New.
4210 * gdb.mi/mi-pending.c: New.
4211 * gdb.mi/mi-pendshr.c: New.
4212
dfdfb3ca
JB
42132007-12-06 Jim Blandy <jimb@codesourcery.com>
4214
4215 * gdb.base/default.exp: Update expected output for 'info catch'.
4216
b7fca990
JK
42172007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
4220 must be set to binary.
4221
6a1afc1e
PA
42222007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
4223
4224 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
4225
a6b151f1
DJ
42262007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4227
4228 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
4229 gdb.mi/mi-file-transfer.exp: New.
4230
43039443
JK
42312007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
4234
0ef2251b
MR
42352007-11-22 Maciej W. Rozycki <macro@mips.com>
4236
4237 * gdb.trace/backtrace.exp: Fix a typo.
4238 * gdb.trace/circ.exp: Likewise.
4239 * gdb.trace/collection.exp: Likewise.
4240 * gdb.trace/limits.exp: Likewise.
4241 * gdb.trace/report.exp: Likewise.
4242 * gdb.trace/tfind.exp: Likewise.
4243 * gdb.trace/while-dyn.exp: Likewise.
4244
5443631e
NR
42452007-11-21 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
4248 objects of pointers that can't be dereferenced are now
4249 "noneditable".
4250
a4ce5b0d
UW
42512007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4252
4253 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4254 (target_cpu): Remove.
4255
d6e956e5
VP
42562007-10-15 Vladimir Prus <vladimir@codesourcery.com>
4257
4258 * gdb.base/ending-run.exp: Expect the list of cleared
4259 breakpoint to come in natural order, not the reversed one.
a9c64011 4260
214270ab
VP
42612007-11-07 Vladimir Prus <vladimir@codesourcery.com>
4262
4263 * gdb.mi/mi-var-child.c (do_child_deletion): New.
4264 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 4265
1a619819
LM
42662007-11-05 Luis Machado <luisgpm@br.ibm.com>
4267
4268 * gdb.base/printcmds.exp: New function
4269 test_printf_with_dfp.
4270
5b01a6fa
DE
42712007-11-02 Doug Evans <dje@google.com>
4272
4273 * gdb.disasm/t01_mov.s: Remove carriage returns.
4274 * gdb.disasm/t02_mova.s: Ditto.
4275 * gdb.disasm/t03_add.s: Ditto.
4276 * gdb.disasm/t04_sub.s: Ditto.
4277 * gdb.disasm/t05_cmp.s: Ditto.
4278 * gdb.disasm/t06_ari2.s: Ditto.
4279 * gdb.disasm/t07_ari3.s: Ditto.
4280 * gdb.disasm/t08_or.s: Ditto.
4281 * gdb.disasm/t09_xor.s: Ditto.
4282 * gdb.disasm/t10_and.s: Ditto.
4283 * gdb.disasm/t11_logs.s: Ditto.
4284 * gdb.disasm/t12_bit.s: Ditto.
4285 * gdb.disasm/t13_otr.s: Ditto.
4286
ec33ab7f
JK
42872007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
4290
ae0d01ff
UW
42912007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4292
4293 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
4294 provide DFP support.
4295
55eddb0f
DJ
42962007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4297
4298 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
4299 Test "set powerpc vector-abi". Skip auto-detection tests for old
4300 toolchains.
4301
7020f05c
PA
43022007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4303
4304 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
4305 with [string compare].
4306
84bc3db9
PA
43072007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4308
4309 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
4310 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
4311
5876dc88
LM
43122007-10-25 Luis Machado <luisgpm@br.ibm.com>
4313
4314 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
4315 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
4316 * gdb.opt/Makefile.in: New makefile.
4317 * Makefile.in: Create new directory "gdb.opt".
4318 * configure.ac: Add "gdb.opt" directory.
4319 * configure: Regenerated.
a9c64011 4320
c3ea9a14
DE
43212007-10-25 Doug Evans <dje@google.com>
4322
4323 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
4324 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
4325
a9c64011 43262007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
4327 Thiago Jung Bauermann <bauerman@br.ibm.com>
4328
4329 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
4330 Floating Point expressions.
4331 * gdb.base/dfp-test.exp: new file adding tests for Decimal
4332 Floating Point variables.
4333 * gdb.base/dfp-test.c: new file containing program with Decimal
4334 Floating variables, used by gdb.base/dfp-test.exp.
4335
62a24a2b
DJ
43362007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
4339
e7b1eae6
UW
43402007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4341
4342 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
4343 compiling test case with GCC.
4344 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
4345
c641edcc
UW
43462007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4347
4348 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4349 format changes.
4350
5e5ebfe6
MS
43512007-10-18 Michael Snyder <msnyder@specifix.com>
4352
4353 * gdb.base/dbx.exp: Add missing "-re " operator.
4354
e831e7b6
GM
43552007-10-16 Gaius Mulley <gaius@glam.ac.uk>
4356
4357 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
4358 * configure.ac: Removed trailing spaces after backslash.
4359 * gdb.modula2: New directory.
4360 * gdb.modula2/Makefile.in: New file.
4361 * gdb.modula2/unbounded-array.exp: New file.
4362 * gdb.modula2/unbounded1.c: New file.
4363
7cc46491
DJ
43642007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
4367
43682007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
4369
4370 * gdb.base/sigstep.c (main): Add checks for
4371 return values for setitimer call.
4372 Call setitimer again with itimer = ITIMER_REAL
4373 if first call to setitimer fails.
4374
e91528f0
KH
43752007-10-11 Kazu Hirata <kazu@codesourcery.com>
4376
4377 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
4378 of $timeout.
4379
2ec9a4f8
DJ
43802007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4381
4382 * gdb.server/server-run.exp: Test for dynamic linker symbols.
4383
43842007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
4385
4386 * lib/gdb.exp (gdb_run_cmd): Move comment outside
4387 of gdb_expect call, to avoid interruption.
4388
64b2fa04
PA
43892007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
4390
4391 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
4392 (v_unsigned_long_long, v_long_long_array)
4393 (v_signed_long_long_array, v_unsigned_long_long_array)
4394 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
4395 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
4396 [!NO_LONG_LONG]: New.
4397 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
4398 v_long_long_member.
4399
4400 (v_long_long_func, v_signed_long_long_func)
4401 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
4402 (main) [!NO_LONG_LONG]: Initialize long long variants.
4403
4404 * gdb.base/whatis.exp: If board file requests no_long_long, build
4405 test with NO_LONG_LONG defined. Test long long, signed long long,
4406 and unsigned long long variants but only if board file doesn't
4407 disable it.
4408
a912286e 44092007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 4410 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
4411
4412 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
4413 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
4414 * configure: Regenerated.
4415 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
4416 gdb.pascal/types.exp, lib/pascal.exp: New files.
4417
471ba8c9
DJ
44182007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * gdb.cp/classes.exp (do_tests): Always step to the line after the
4421 call.
4422 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
4423 to return to the call.
4424 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
4425 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
4426 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
4427 * gdb.mi/mi-until.exp (test_until): Likewise.
4428 * gdb.mi/mi2-until.exp (test_until): Likewise.
4429
fef8a650
DJ
44302007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
4431
4432 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
4433 two-char array.
4434 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
4435
d983da9c
DJ
44362007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4437
4438 * gdb.threads/watchthreads.c (thread_function): Sleep between
4439 iterations.
4440 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
4441 at once for S/390. Generate matching fails and passes.
4442
17f62551
VP
44432007-09-27 Vladimir Prus <vladimir@codesourcery.com>
4444
4445 * gdb.mi/var-cmd.c (do_children_tests): Initialize
4446 the 'struct_declarations' variable to zeros.
a9c64011 4447
ed0616c6
VP
44482007-09-24 Vladimir Prus <vladimir@codesourcery.com>
4449
4450 * gdb.cp/mb-ctor.cc: New.
4451 * gdb.cp/mb-ctor.exp: New.
4452 * gdb.cp/mb-templates.cc: New.
4453 * gdb.cp/mb-templates.exp: New.
4454
41f1b697
DJ
44552007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
4456
4457 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
4458
3f213f78
PA
44592007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
4460
4461 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
4462 targets.
4463 * configure: Regenerate.
4464
0d381245 44652007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4466
0d381245
VP
4467 * gdb.base/annota1.exp: Adjust for 'info break'
4468 format changes.
4469 * gdb.base/annota3.exp: Likewise.
4470 * gdb.base/break.exp: Likewise.
4471 * gdb.base/condbreak.exp: Likewise.
4472 * gdb.base/pending.exp: Likewise.
4473 * gdb.base/sepdebug.exp: Likewise.
4474 * gdb.base/unload.exp: Likewise.
4475 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 4476
fe3f5fa8
VP
44772007-09-22 Vladimir Prus <vladimir@codesourcery.com>
4478
4479 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
4480 messages.
4481 * gdb.base/chng-syms.exp: Likewise.
4482 * gdb.base/unload.exp: Likewise.
a9c64011 4483
a75cf6c0
DJ
44842007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4485
4486 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
4487
18ecae38
DJ
44882007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * schedlock.c (NUM): Change to 1.
4491 (main): Use args[0] for the main thread.
4492 * schedlock.exp: Only expect two threads. Only issue one pass or fail
4493 regardless of the number of threads.
4494
5509918f
MR
44952007-09-14 Maciej W. Rozycki <macro@mips.com>
4496
4a543daf
MR
4497 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
4498 type down.
4499 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4500 test.
4501 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
4502 watchpoint type down.
4503 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4504 test.
4505
45062007-09-14 Maciej W. Rozycki <macro@mips.com>
4507
5509918f
MR
4508 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4509 Move all the tests here and run them twice, once using software
4510 watchpoints and once using hardware watchpoints.
4511 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4512
40b53987
DJ
45132007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4514
4515 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4516 test.
4517
695e2681
MK
45182007-09-10 Mark Kettenis <kettenis@gnu.org>
4519
8b3fc8d8
MK
4520 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4521 build-id.
4522
695e2681
MK
4523 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4524 know about $ORIGIN. Calculate output dir from $dest instead of
4525 using ${objdir}/{$subdir}.
4526
58d69f29
MK
45272007-09-09 Mark Kettenis <kettenis@gnu.org>
4528
4529 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4530 gcore, before continuing with the test.
4531
3e347599
DJ
45322007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4533
4534 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4535 * gdb.mi/mi-watch.exp: Likewise.
4536
ea37ba09
DJ
45372007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4538 Jim Blandy <jimb@codesourcery.com>
4539
4540 * gdb.arch/i386-sse.exp: Do not expect character constants.
4541 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4542 * gdb.base/display.exp: Allow print/s.
4543 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4544 and unsigned char array changes.
4545
2025a643
DJ
45462007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4547
4548 * gdb.base/display.exp: Add tests for printf %p.
4549
26669a27
PA
45502007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4551
4552 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4553 the dll name to unicode.
4554
c8f021f8
JK
45552007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * gdb.base/default.exp (show version): Update the version text.
4558 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4559
4cf31eea
JK
45602007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4563 New files.
4564
4935890f
JK
45652007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 * lib/gdb.exp (build_id_debug_filename_get): New function.
4568 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4569 Remove the generate DEBUG file for the future testcase runs.
4570 New testcase for the NT_GNU_BUILD_ID retrieval.
4571 Move the final testing step to ...
4572 (test_different_dir): ... a new function.
4573 New parameter XFAIL to XFAIL all the tests performed.
4574 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4575 New parameter TYPE to PF_PREFIX all the tests performed.
4576
02142340
VP
45772007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4578
4579 * gdb.mi/mi-var-cp.cc (path_expression): New
4580 function.
4581 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4582
36acd84e
UW
45832007-08-27 Markus Deuling <deuling@de.ibm.com>
4584
4585 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4586 to fit into SPU Local Store memory.
4587
a896d121
JB
45882007-08-23 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.base/default.exp: Adjust the expected output of "info
4591 warranty" after the switch to GPLv3.
4592
7b433602
JB
45932007-08-23 Joel Brobecker <brobecker@adacore.com>
4594
4595 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4596 to 30000 (from 20000).
4597
e22f8b7c
JB
45982007-08-23 Joel Brobecker <brobecker@adacore.com>
4599
4600 Switch the license of all .exp files to GPLv3.
4601 Switch the license of all .f and .f90 files to GPLv3.
4602 Switch the license of all .s and .S files to GPLv3.
4603
5a0e3bd0
JB
46042007-08-23 Joel Brobecker <brobecker@adacore.com>
4605
4606 * configure.ac: Switch license to GPLv3.
4607
cc00619d
JB
46082007-08-23 Joel Brobecker <brobecker@adacore.com>
4609
4610 Switch the licensing to GPLv3 for all .ads and .adb files.
4611
8d26208a
DJ
46122007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4615 and t_int_double.
4616 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4617
4fcb9948
JB
46182007-08-17 Joel Brobecker <brobecker@adacore.com>
4619
4620 * gdb.base/step-line.c: Switch license to GPL version 3, and
4621 update copyright year.
4622 * gdb.base/step-line.inp: Likewise.
4623
b9c34f67
JB
46242007-08-17 Joel Brobecker <brobecker@adacore.com>
4625
4626 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4627 changes inside gdb1555.c.
4628 * gdb.base/pending.exp: Likewise.
4629
2cc17678
DJ
46302007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * config/default.exp: New file.
4633
e48883f7
DJ
46342007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4635
4636 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4637 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4638
1ab80e5b
MR
46392007-07-30 Maciej W. Rozycki <macro@mips.com>
4640
4641 * gdb.base/dump.exp: Force the correct endianness for binary
4642 formats not carrying this information.
4643
aba471f5
DJ
46442007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * gdb.threads/staticthreads.exp: Match .*sem_post.
4647
d4e07204
DJ
46482007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4649
4650 * gdb.base/readline.exp (operate_and_get_next): Match the final
4651 prompt.
4652
2b97317d
KB
46532007-07-23 Kevin Buettner <kevinb@redhat.com>
4654
4655 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4656 to restarting SID.
4657
44efa07a
KB
46582007-07-18 Kevin Buettner <kevinb@redhat.com>
4659
4660 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4661 prior to `gdb_start'.
4662
7b5ebade
KB
46632007-07-18 Kevin Buettner <kevinb@redhat.com>
4664
4665 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4666 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4667 Remove call to gdb_unload.
4668
255e7678
DJ
46692007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4670 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4673 for __WIN32__.
4674 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4675 * gdb.base/unload.exp: Use shared library test routines.
4676
3a40aaa0
UW
46772007-07-03 Markus Deuling <deuling@de.ibm.com>
4678
4679 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4680 * gdb.base/solib-symbol-lib.c: Likewise.
4681 * gdb.base/solib-symbol-main.c: Likewise.
4682
b0f4b84b
DJ
46832007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4684
4685 * config/gdbserver.exp (gdb_reconnect): New.
4686 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4687 gdb.base/solib-disc.exp: New files.
4688 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4689 remote debugging".
4690 (gdb_compile): Add shlib_load flag.
4691 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4692 port.
4693 (gdbserver_reconnect): New.
4694
1b05479a
DJ
46952007-07-01 Nick Roberts <nickrob@snap.net.nz>
4696 Daniel Jacobowitz <dan@codesourcery.com>
4697
4698 * gdb.base/annota3.exp: Test for if construct.
4699
86f78eb2
DJ
47002007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4703
6a2eb474 47042007-06-21 Chris Dearman <chris@mips.com>
a9c64011 4705 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
4706
4707 * gdb.base/display.exp: Allow a newline after display/i.
4708 * gdb.base/pc-fp.exp: Likewise.
4709 * gdb.base/sigbpt.exp: Likewise.
4710
f8b73d13
DJ
47112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4712
4713 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4714 required features to be included.
4715
4339e69e
DJ
47162007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4717
4718 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4719 in info threads output.
4720
23d964e7
UW
47212007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4722 Markus Deuling <deuling@de.ibm.com>
4723
4724 * gdb.arch/spu-info.exp: New testcase.
4725 * gdb.arch/spu-info.c: New file.
4726
fd20f75b
DJ
47272007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4728
4729 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4730 tpcs_offset. Restore lr after the call.
4731 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4732
2226f861
DJ
47332007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4736 (gdbserver_run): Kill any running gdbserver.
4737 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4738
d12371a9
MR
47392007-05-17 Maciej W. Rozycki <macro@mips.com>
4740
4741 * gdb.base/sigbpt.exp: Preset segv_addr.
4742
93f02886
DJ
47432007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4744
4745 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4746 (gdb_compile_shlib): Likewise.
4747 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4748 (default_gdb_init): Clear cleanfiles.
4749 (gdb_finish): Delete recorded cleanfiles.
4750 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4751
4752 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4753 Do not use isnative.
4754 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4755 gdb.base/so-impl-ld.exp: Likewise.
4756 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4757 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4758 gdb_compile.
4759
b04e06d7
VP
47602007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4761
4762 * config/unknown.exp: Remove.
4763
069ed931
UW
47642007-05-15 Markus Deuling <deuling@de.ibm.com>
4765
4766 * gdb.base/info-proc.exp: Check is_remote.
4767
09db0d03
UW
47682007-05-14 Markus Deuling <deuling@de.ibm.com>
4769
4770 * gdb.base/gcore.exp: Initialize variable core_supported.
4771
af2cbe8c
DJ
47722007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4775
027c0295
DJ
47762007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4777
4778 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4779 * gdb.threads/print-threads.exp (test_all_threads): Allow
4780 negative and hexadecimal thread IDs.
4781
dc5000e7
DJ
47822007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4783
4784 * gdb.java/jprint.java (public): Avoid invalid call to static
4785 method.
4786
2e74ed18
DP
47872007-05-14 Denis Pilat <denis.pilat@st.com>
4788
4789 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4790 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4791 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4792 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4793 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4794
83547f02
UW
47952007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4796
4797 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 4798 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
4799 this mode.
4800 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4801 * gdb.base/spu.ld: New file.
4802
b18be20d
DJ
48032007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4804
4805 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4806
be444858
DJ
48072007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4808
4809 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4810
b1d53152
DJ
48112007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4812
4813 * gdb.java/jmain.exp: Handle demangled names with and without method
4814 signatures.
4815
d084b331
DJ
48162007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4819 (have_a_very_merry_interrupt): Remove calls to puts.
4820 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4821 inferior output.
4822 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4823 test names.
4824
db9d7fc5
DJ
48252007-04-29 Markus Deuling <deuling@de.ibm.com>
4826 Daniel Jacobowitz <dan@codesourcery.com>
4827
4828 * gdb.base/auxv.exp (core_works): Also check is_remote.
4829 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4830
ef783a7d 48312007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4832
ef783a7d
VP
4833 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4834 message, not the undefined 'module' variable.
4835 * gdb.base/siginfo.exp: Likewise.
4836 * gdb.base/sigstep.exp: Likewise.
4837 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4838 serialport.
4839 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4840
b7b73cae
CV
48412007-04-25 Corinna Vinschen <vinschen@redhat.com>
4842
4843 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4844 target sim fails. Return 0 otherwise.
4845 (gdb_load): Return prematurely if gdb_target_sim fails.
4846
7d90fdfa
DP
48472007-04-16 Denis Pilat <denis.pilat@st.com>
4848
4849 * gdb.base/setshow.exp: Reset height after having set it to 100.
4850
5d3e9c85
DP
48512007-04-16 Denis Pilat <denis.pilat@st.com>
4852
4853 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4854
18e75969
DP
48552007-04-16 Denis Pilat <denis.pilat@st.com>
4856
4857 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4858
25d5ea92
VP
48592007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4860
4861 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4862 tests. Run the frozen varobjs test.
4863 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4864 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4865
0b49cb80
JK
48662007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4869 gdb.base/type-opaque.exp: New files.
4870
a73bafbc 48712007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4872
4873 * gdb.mi/mi-var-child.c
a73bafbc
VP
4874 (do_children_tests): User char[2] instead of
4875 char so that automatic printing of pointers to char
4876 don't give unpredicable result.
4877 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4878 local variables.
4879 * gdb.mi/mi-var-child.exp: Step to right line
4880 of do_children_tests.
4881 * gdb.mi/mi2-var-child.exp: Likewise.
4882 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4883 do_locals_tests.
a73bafbc
VP
4884 (do_children_tests): User char[2] instead of
4885 char so that automatic printing of pointers to char
a9c64011 4886 don't give unpredicable result.
a73bafbc 4887 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4888 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4889 Pass test name to mi_wait_for_stop.
4890
7ce59000
DJ
48912007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4892
4893 * gdb.asm/asm-source.exp: Remove d10v case.
4894 * lib/gdb.exp (skip_cplus_tests): Likewise.
4895 * gdb.asm/d10v.inc: Deleted.
4896
20389057
DJ
48972007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4898
4899 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4900
8807d78b
DJ
49012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4902
4903 * config/netware.exp: Delete file.
4904
aa3edb8e
JB
49052007-03-29 Joel Brobecker <brobecker@adacore.com>
4906
4907 * gdb.dwarf2/dw2-noloc.S: New file.
4908 * gdb.dwarf2/dw2-noloc.exp: New file.
4909
297561ac
PA
49102007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4911
4912 * gdb.cp/method2.cc: New test.
4913 * gdb.cp/method2.exp: New test.
4914 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4915
1f81bd39
DJ
49162007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4917
4918 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4919
9453113a
DJ
49202007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4921
4922 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4923
b741e217
DJ
49242007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4925
4926 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4927 (gdb_load): Delete, replace with...
4928 (gdb_reload): ...this.
4929 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4930 * gdb.server/server-mon.exp: Likewise.
4931 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4932 (gdb_start_cmd): New.
4933 (gdb_file_cmd): Save the last loaded file.
4934 (gdb_reload): New.
4935 (gdb_gnu_strip_debug): Use transform.
4936 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4937 support here. Use new $last_loaded_file. Check mtime.
4938 (gdb_target_cmd): Handle ObjC failure case.
4939 (infer_host_exec): Delete.
4940 (gdbserver_load): Rename to...
4941 (gdbserver_run): ...this. Simplify.
4942 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4943 (mi_gdb_load): Move most contents to a new function...
4944 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4945 (mi_run_cmd): Use mi_gdb_target_load.
4946 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4947 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4948 Use gdb_run_cmd.
4949 * gdb.base/charsign.exp: Remove incorrect comment.
4950 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4951 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4952 gdb.base/start.exp: Use gdb_start_cmd.
4953
446ab585 49542007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4955 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4956
4957 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4958 * gdb.base/signull.exp: Similarly.
4959
bbb88ebf
UW
49602007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4961
4962 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4963 messages available to test cases (like chng-sym.exp).
4964
cb8c4a99
AS
49652007-03-14 Andreas Schwab <schwab@suse.de>
4966
4967 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4968 format changes.
4969
4e463ff5
DJ
49702007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4971
4972 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4973 (optimized_1): New.
4974 (main): Call optimized_1.
4975 (gdb2029): Correct typos. Call gdb2029_marker.
4976 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4977 for gdb2029.
4978
b6db2c47
MK
49792007-03-12 Mark Kettenis <kettenis@gnu.org>
4980
4981 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4982 as tabs. Remove redundant test pattern.
4983
70ed3737
UW
49842007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4985
4986 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4987 for /a format output.
4988
47b67b60
DJ
49892007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4990
4991 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4992 collect output incrementally.
4993
b8953b0e
UW
49942007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4995
4996 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4997 for -var-create lpcharacter test.
4998 * gdb.mi/mi2-var-cmd.exp: Likewise.
4999
7acd5c40
UW
50002007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5001
5002 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
5003 pass on targets where address zero is readable.
5004
9c6759c1
UW
50052007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5006
5007 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
5008 just a single architecture.
5009
a2f1aeb4
UW
50102007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5011
5012 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
5013 (fetch_all_registers): New function, uses gdb_test_multiple and
5014 exp_continue to fetch inferior output line-by-line.
5015 Replace all uses of do_get_all_registers by fetch_all_registers.
5016
46579ac2
UW
50172007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5018
5019 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
5020 in target_info.
5021
fc133f24
MS
50222007-03-02 Michael Snyder <michael.snyder@palmsource.com>
5023
a9c64011 5024 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
5025 consistancy; add a default (timeout) case.
5026
7646a51d
MS
50272007-03-02 Michael Snyder <michael.snyder@palmsource.com>
5028
5029 * gdb.base/watchpoint.exp: Fix truncated comment.
5030
dcfff61f
MS
50312007-03-02 Michael Snyder <michael.snyder@palmsource.com>
5032
5033 * Makefile.in: Remove spurious single-quotes from sed command.
5034
664e3ee9
DJ
50352007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
5038 func.
5039 * gdb.mi/mi2-var-cmd.exp: Likewise.
5040
d7cc6f2f
JB
50412007-02-27 Joel Brobecker <brobecker@adacore.com>
5042
a9c64011
AS
5043 * gdb.dwarf2/dw2-producer.S: New file.
5044 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
5045
50462007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
5047
5048 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
5049 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
5050 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
5051 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
5052 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
5053 Revert tests to use mi_gdb_test and include value field in output
5054 of -var-create.
5055
93d42b30
DJ
50562007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5057
5058 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
5059
c499ed39
DJ
50602007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5061
5062 * gdb.base/maint.exp: Remove full paths from test names.
5063 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
5064 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
5065
9836f81b
JB
50662007-02-27 Joel Brobecker <brobecker@adacore.com>
5067
5068 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
5069
c74d0ad8
DJ
50702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5071
5072 * gdb.server/server-mon.exp: New test.
5073
2711e456
DJ
50742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5075
5076 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
5077
ff6f572f
DJ
50782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
5081 register capitalization.
5082
fada3feb
DP
50832007-02-13 Denis Pilat <denis.pilat@st.com>
5084
5085 * gdb.mi/mi-var-invalidate.exp: New file.
5086
fb1e4ffc
DJ
50872007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5088
5089 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
5090
3da939d7
DJ
50912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5092
5093 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
5094
123dc839
DJ
50952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
5098 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
5099
877e3645 51002007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
5101
5102 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
5103 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
5104 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
5105 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
5106 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 5107 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 5108 Update tests to include value field in output of -var-create.
a9c64011 5109
3c0a2960
AS
51102007-02-08 Andreas Schwab <schwab@suse.de>
5111
5112 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
5113
108546a0
DJ
51142007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
5117 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
5118
d701dcab
DP
51192007-02-02 Denis Pilat <denis.pilat@st.com>
5120
5121 * gdb.threads/threadapply.exp: check that frame is not changed by
5122 the thread apply all command.
5123
783e3e2f
AS
51242007-01-31 Andreas Schwab <schwab@suse.de>
5125
6d9c3a87
AS
5126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5127
3c50d7b9
AS
5128 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
5129 in the dwarf sections.
5130 * gdb.dwarf2/mac-fileno.S: Likewise.
5131
783e3e2f
AS
5132 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
5133 bspstore register on ia64.
5134
78ff580e
AS
51352007-01-29 Andreas Schwab <schwab@suse.de>
5136
cc8e9b12
AS
5137 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
5138 "frame-begin" annotation.
5139
78ff580e
AS
5140 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
5141 number of "frames-invalid" annotations.
5142
704a4f78
DJ
51432007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5144
5145 * gdb.base/commands.exp: Call if_commands_test.
5146 (gdb_test_no_prompt, if_commands_test): New.
5147
e741bf94
MK
51482007-01-28 Mark Kettenis <kettenis@gnu.org>
5149
5150 * gdb.threads/sigthread.c (NSIGS): Make bigger.
5151
474d0ad3
AS
51522007-01-27 Andreas Schwab <schwab@suse.de>
5153
5154 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
5155 .short/.int/.quad in the dwarf sections.
5156 * gdb.dwarf2/dw2-intercu.S: Likewise.
5157 * gdb.dwarf2/dw2-intermix.S: Likewise.
5158
e784b426
JK
51592007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
5162 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
5163 array.
e784b426
JK
5164 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
5165 * gdb.base/setvar.exp: Likewise.
5166
37f08e04
AS
51672007-01-26 Andreas Schwab <schwab@suse.de>
5168
9a01813a
AS
5169 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
5170 test.
5171
37f08e04
AS
5172 * gdb.base/multi-forks.exp ("restart $i"): Also match
5173 __kernel_syscall_via_break.
5174
6e2a9270
VP
51752007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5176
5177 * lib/mi-support.exp (mi_delete_varobj): New.
5178 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
5179 testcase.
5180 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
5181 (main): Call the above.
5182 (reference_update_test, base_in_reference_test)
5183 (reference_to_pointer): Delete the created varobjs.
a9c64011 5184
e515b470
DJ
51852007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
5188 * configure: Regenerated.
5189 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
5190 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
5191 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
5192 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
5193 * lib/gdb.exp (gdb_skip_xml_test): New function.
5194
08d8bcd7
DJ
51952007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
5196
5197 * gdb.base/sigrepeat.exp: Correct error message.
5198
51992007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
5200 Daniel Jacobowitz <dan@codesourcery.com>
5201
5202 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
5203 gdb.arch/i386-gnu-cfi-asm.S: New files.
5204
97c3f1f3
JK
52052007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 * lib/gdb.exp: Abort on missing `site.exp'.
5208
cb1df416
DJ
52092007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5210 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * gdb.base/included.c, gdb.base/included.exp,
5213 gdb.base/included.h: New files.
5214
35990120
DJ
52152007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5216
5217 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
5218 (maximize_rlimit): Reduce limits on 64-bit systems.
5219
6e81a116 52202007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
5221
5222 From Marcus Deuling <deuling@de.ibm.com>:
5223 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
5224 every case.
5225
6c3c41f3
NR
52262007-01-13 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
5229 (test_path_specification): Use objdir instead of srcdir to always
5230 get an absolute filename.
5231
2f12c312
DJ
52322007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
5233
5234 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
5235
81121995
VP
52362007-01-11 Vladimir Prus <vladimir@codesourcery.com>
5237
5238 * gdb.mi/mi-var-cp.cc (reference_update_tests):
5239 Make sure the variable we're using is in scope.
5240 (reference_to_pointer): Likewise.
5241
4741b737
DJ
52422007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5243
5244 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
5245 has no debug information.
5246
054410c3
DJ
52472007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5248
5249 * gdb.base/annota1.exp: Remove extra send_gdb.
5250
818f79f6
DJ
52512007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
5254
f7a6bb70
DJ
52552007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5256
5257 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
5258
57e66780
DJ
52592007-01-08 Nick Roberts <nickrob@snap.net.nz>
5260 Daniel Jacobowitz <dan@codesourcery.com>
5261
5262 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
5263 lcharacter or linteger change. Correct duplicated test name.
5264 * gdb.mi/mi2-var-cmd.exp: Likewise.
5265
3d799a95
DJ
52662007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5267
5268 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
5269
52702007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 5271
a9c64011
AS
5272 * gdb.base/nofield.c: New file.
5273 * gdb.base/nofield.exp: New testcase.
51679ba9 5274
eafb94e8
NR
52752007-01-05 Nick Roberts <nickrob@snap.net.nz>
5276
5277 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
5278
5279 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
5280 test.
5281
5e572bb4
DJ
52822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5283
5284 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
5285
74a44383
DJ
52862007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5287
5288 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
5289 when continuing.
5290
1b572db9
DJ
52912007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5292
5293 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
5294 Expect ".exe" extension.
5295
381bc39b
DJ
52962007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5297
5298 * gdb.base/charset.exp: Add explicit filename to break.
5299 * gdb.base/dbx.exp: Add explicit filename to breaks.
5300
2b70e4c6
DJ
53012007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5302
5303 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
5304 * gdb.mi/mi2-file.exp: Likewise.
5305
303b6f5d
DJ
53062007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5307
5308 Implement specification of MI tests as comments
5309 in C and C++ sources.
5310 * lib/mi-support.exp (mi_autotest_data): New variable.
5311 (mi_autotest_source): New variable.
5312 (count_newlines, mi_prepare_inline_tests)
5313 (mi_get_inline_test, mi_continue_to_line)
5314 (mi_run_inline_test, mi_tbreak)
5315 (mi_send_resuming_command, mi_wait_for_stop): New functions.
5316 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
5317 Run inline tests.
5318 * gdb.mi/mi-var-cp.cc: Define tests here.
5319
23da0d94
VP
53202007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5321
5322 Simplify usage of mi_continue_to.
5323 * lib/mi-support.exp (mi_runto_helper): Renamed
5324 from mi_runto, added new parameter 'run_or_continue'.
5325 (mi_runto): Use mi_runto_helper.
5326 (mi_continue_to): Accept just function name as parameter.
5327 Use mi_runto_helper.
5328 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
5329 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 5330
f9e18282
JB
53312006-01-04 Joel Brobecker <brobecker@adacore.com>
5332
5333 Make this testcase a bit more realistic. The current code
5334 is too simplistic, and allows the compiler to optimize out
5335 some of the entities we need for this testcase.
5336 * gdb.ada/null_record/bar.ads (Void_Star): New type.
5337 (Do_Nothing): Add extra parameter.
5338 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
5339 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
5340 by using a variable of type Void_Star.
5341
fd678c65
JB
53422006-01-04 Joel Brobecker <brobecker@adacore.com>
5343
5344 * gdb.ada/catch_ex/foo.adb: New file.
5345 * gdb.ada/catch_ex.exp: New testcase.
5346
05cfdb42
DJ
53472007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
5348
5349 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
5350 pass --image-base to linker.
5351
2e03ee74
DJ
53522007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5353 Daniel Jacobowitz <dan@codesourcery.com>
5354
5355 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
5356 secondary prompts.
5357
0d5de010
DJ
53582007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5359
5360 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
5361 output. Test the types of members and member pointers.
5362 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
5363 gdb/2092.
5364 * gdb.cp/member-ptr.exp: Search for a comment instead of a
5365 statement. Enable for GCC. Update expected output for some tests
5366 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
5367 layout.
5368 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
5369 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
5370 (Diamond::vget_base): New.
5371 (main): Add new tests.
5372 * gdb.cp/printmethod.exp: Update expected output for member functions.
5373 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
5374 print pEe->D::vg().
5375
61a771aa
DJ
53762007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5377
5378 * gdb.threads/tls.exp: Allow stops in sem_post.
5379
2fa63963
DJ
53802006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
5381
5382 * gdb.base/annota1.exp: Allow .*printf in backtraces.
5383 * gdb.base/annota3.exp: Likewise.
5384 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
5385 again (instead of timing out).
5386 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
5387 GCC bug 26475.
5388 * gdb.java/jmisc.exp: Adjust to work with method signatures including
5389 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
5390 test from jmisc1.exp.
5391 * gdb.java/jmisc1.exp: Delete.
5392 * gdb.java/jprint.exp: Adjust to work with method signatures including
5393 return types.
5394 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
5395 * gdb.threads/linux-dp.exp: Don't be confused by program output.
5396 * lib/java.exp (compile_java_from_source): Pass the correct type
5397 to target_compile.
5398
5eefc2b7
JB
53992006-12-31 Joel Brobecker <brobecker@adacore.com>
5400
5401 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
5402 (stack_align_edx): New function.
5403 (stack_align_eax): New function.
5404 (main): Add calls to stack_align_edx and stack_align_eax.
5405 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
5406 Add testing for the cases where the register used during a stack
5407 realignment is edx. Same for eax.
5408
227c54da
DJ
54092006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
5410
5411 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
5412 and generic PE targets.
5413
cab8ac94
JB
54142006-12-29 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.ada/array_return.exp: Update copyright date list.
5417
ba54f318
JB
54182006-12-27 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
5421 (Create_Small_Float_Vector): New function.
5422 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
5423 function body.
5424 * gdb.ada/array_return/p.adb: Use new type and function from
5425 package Pck.
5426 * gdb.ada/array_return.exp: Add a test verifying that GDB is
5427 able to print the value returned by a function returning an
5428 array of float.
5429
6b7a35dd
JB
54302006-12-20 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
5433 The associated tests should be PASSing.
5434
038224f6
VP
54352006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5436
5437 Test for base in references.
5438 * gdb.mi/mi-var-cp.cc: Add test code.
5439 * gdb.mi/mi-var-cp.exp: Test for bases in references.
5440 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
5441 * gdb.mi/mi2-watch.exp: Likewise.
5442 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
5443 (mi_list_varobj_children): New function.
5444
b26ed50d
VP
54452006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5446
5447 * lib/mi-support.exp
5448 (mi_runto): Accept "()" after function name.
5449 (mi_create_varobj): New function.
5450 (mi_varobj_update): New function.
5451 (mi_Check_varobj_value): New function.
5452 * gdb.mi/mi-var-cp.exp: New file.
5453 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 5454
08232497
DJ
54552006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
5456
5457 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
5458 gdb.base/weaklib2.c: New files.
5459
d394c993 54602006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 5461
ac6c2fba
NS
5462 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
5463 info. Adjust test names.
5464
8ec659a0 5465 * gdb.base/break.c (main): Move position of malloc.
d394c993 5466 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 5467
acd65feb
VP
54682006-11-28 Vladimir Prus <vladimir@codesourcery.com>
5469
5470 * gdb.mi/mi-var-cmd.exp: Check -var-update after
5471 assignement of arrays and function pointers.
5472 * gdb.mi/var-cmd.c: Add declaration necessary for above
5473 tests.
5474
f556d5e5
NS
54752006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5476
5477 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
5478
5479 * gdb.threads/linux-dp.exp: Read thread table before and after
5480 creating each philosopher and verify it.
5481
697bc68d
NS
54822006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5483 Paul Brook <paul@codesourcery.com>
5484 Daniel Jacobowitz <dan@codesourcery.com>
5485
5486 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 5487 main to remove duplication. Add start function of the form
697bc68d
NS
5488 '_*start[1-9]*'. Add RVDS start function.
5489
29d73ae4
DJ
54902006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5491
5492 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
5493
c1d88655
UW
54942006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5495
5496 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
5497 * gdb.asm/spu.inc: New file.
5498 * gdb.base/term.exp: Disable if [target_info exists noargs].
5499 * gdb.gdb/complaints.exp: Disable if ![isnative].
5500 * gdb.gdb/selftest.exp: Likewise.
5501 * gdb.gdb/observer.exp: Likewise.
5502 * gdb.gdb/xfullpath.exp: Likewise.
5503 * gdb.base/attach.exp: Disable on SPU target.
5504 * gdb.cp/bs145503.exp: Likewise.
5505 * gdb.cp/exception.exp: Likewise.
5506 * gdb.cp/userdef.exp: Likewise.
5507
32a13b1a
DJ
55082006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5509
5510 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5511
d8295fe9
VP
55122006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5513
5514 * gdb.base/completion.exp: Fix completion tests for
5515 'info' and 'info '.
5516 * gdb.base/help.exp (help_test_raw, test_class_help)
5517 (test_prefix_command_help): Move...
5518 * lib/gdb.exp: Here.
5519 * gdb.base/main.exp: Adjust.
5520 * gdb.cp/maint.exp: Adjust.
5521 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 5522
8c394015
VP
55232006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5524
5525 * gdb.stabs/weird.exp (print_weird_var): Use
5526 gdb_test_multiple instead of gdb_expect.
5527
027fc1bc
VP
55282006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5529
5530 * gdb.base/help.exp (help_test_raw): New.
5531 (test_class_help): New.
5532 (test_prefix_command_help): New.
5533 Adjust testcases.
5534
67609209
FR
55352006-11-09 Christophe Lyon <christophe.lyon@st.com>
5536
5537 * gdb.base/constvars.c (main): Write to crass and crips, so that
5538 they are allocated by the compiler.
5539
f73adfeb
AS
55402006-10-27 Andreas Schwab <schwab@suse.de>
5541
5542 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5543 "detach-fork".
5544
2f83a18e
DJ
55452006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5546
5547 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5548 of patterns.
5549
94277a38
DJ
55502006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * gdb.base/sepdebug.exp: Remove debug format test.
5553 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5554 Handle no-symtab.
5555 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5556
5bd2f6e2
DJ
55572006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5558
5559 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5560 int to pointer or pointer to int.
5561 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5562
8c008720
DJ
55632006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5564
5565 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5566
9e35dae4
DJ
55672006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5568
5569 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5570
d9639e13
DJ
55712006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5572
5573 PR c++/2116
5574 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5575
390a1bd0
JB
55762006-10-06 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5579 the corresponding bug has been fixed in GDB (PR/2018).
5580
dd920c33
JB
55812006-10-06 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.base/subst.exp: New testcase.
5584
53bbefe9
JB
55852006-10-06 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/array_return/pck.ads: Add copyright notice.
5588 * gdb.ada/array_return/pck.adb: Likewise.
5589 * gdb.ada/array_return/p.adb: Likewise.
5590 * gdb.ada/exec_changed/first.adb: Likewise.
5591 * gdb.ada/exec_changed/second.adb: Likewise.
5592
09851417
JB
55932006-10-06 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.ada/watch_arg/watch.adb: New file.
5596 * gdb.ada/watch_arg.exp: New testcase.
5597
041bf30d
VP
55982006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5599
5600 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 5601 via string_to_regexp.
041bf30d 5602 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 5603
f286fbdd 56042006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
5605
5606 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5607 Remove unused / obsolete files.
5608
7c07f349
NR
56092006-09-19 Nick Roberts <nickrob@snap.net.nz>
5610
5611 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5612
cd5ff84a
VP
56132006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5614
5615 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5616 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 5617 the number of frames.
cd5ff84a 5618
ae018d1a
DJ
56192006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5620
5621 * gdb.base/args.c (main): Add breakpoint marker.
5622 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5623 really test empty arguments.
5624 (args_load): Delete.
5625 (args_test): New.
5626
b399c549
NR
56272006-09-13 Nick Roberts <nickrob@snap.net.nz>
5628
5629 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5630 check for one file.
5631
2ab1eb7a
VP
56322006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5633
5634 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5635 HIGH_FRAME argument to -stack-list-locals can be larger than
5636 the number of frames.
a9c64011 5637
476308bf
FF
56382006-08-18 Fred Fish <fnf@specifix.com>
5639
5640 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5641 '$' in front of skip_vmx_tests_saved when setting that.
5642
8625200f
AS
56432006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5644
5645 * gdb.base/trace-commands.exp: New file.
5646
089ec8f1
DJ
56472006-08-10 Joel Brobecker <brobecker@adacore.com>
5648 Daniel Jacobowitz <dan@codesourcery.com>
5649
5650 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5651 expected output of the backtrace commands.
5652
b60f0898
JB
56532006-08-09 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5656 untested followed by return combination.
5657 * gdb.arch/altivec-regs.exp: Likewise.
5658 * gdb.arch/e500-abi.exp: Likewise.
5659 * gdb.arch/e500-regs.exp: Likewise.
5660 * gdb.arch/gdb1291.exp: Likewise.
5661 * gdb.arch/gdb1431.exp: Likewise.
5662 * gdb.arch/gdb1558.exp: Likewise.
5663 * gdb.arch/i386-prologue.exp: Likewise.
5664 * gdb.arch/i386-unwind.exp: Likewise.
5665 * gdb.asm/asm-source.exp: Likewise.
5666 * gdb.base/a2-run.exp: Likewise.
5667 * gdb.base/advance.exp: Likewise.
5668 * gdb.base/all-bin.exp: Likewise.
5669 * gdb.base/annota1.exp: Likewise.
5670 * gdb.base/annota3.exp: Likewise.
5671 * gdb.base/args.exp: Likewise.
5672 * gdb.base/arithmet.exp: Likewise.
5673 * gdb.base/assign.exp: Likewise.
5674 * gdb.base/async.exp: Likewise.
5675 * gdb.base/attach.exp: Likewise.
5676 * gdb.base/bang.exp: Likewise.
5677 * gdb.base/bigcore.exp: Likewise.
5678 * gdb.base/bitfields.exp: Likewise.
5679 * gdb.base/bitfields2.exp: Likewise.
5680 * gdb.base/break.exp: Likewise.
5681 * gdb.base/call-sc.exp: Likewise.
5682 * gdb.base/call-strs.exp: Likewise.
5683 * gdb.base/callfuncs.exp: Likewise.
5684 * gdb.base/checkpoint.exp: Likewise.
5685 * gdb.base/chng-syms.exp: Likewise.
5686 * gdb.base/code-expr.exp: Likewise.
5687 * gdb.base/commands.exp: Likewise.
5688 * gdb.base/completion.exp: Likewise.
5689 * gdb.base/cond-expr.exp: Likewise.
5690 * gdb.base/condbreak.exp: Likewise.
5691 * gdb.base/consecutive.exp: Likewise.
5692 * gdb.base/constvars.exp: Likewise.
5693 * gdb.base/corefile.exp: Likewise.
5694 * gdb.base/cvexpr.exp: Likewise.
5695 * gdb.base/dbx.exp: Likewise.
5696 * gdb.base/define.exp: Likewise.
5697 * gdb.base/detach.exp: Likewise.
5698 * gdb.base/display.exp: Likewise.
5699 * gdb.base/dump.exp: Likewise.
5700 * gdb.base/ena-dis-br.exp: Likewise.
5701 * gdb.base/ending-run.exp: Likewise.
5702 * gdb.base/environ.exp: Likewise.
5703 * gdb.base/eval-skip.exp: Likewise.
5704 * gdb.base/exprs.exp: Likewise.
5705 * gdb.base/fileio.exp: Likewise.
5706 * gdb.base/finish.exp: Likewise.
5707 * gdb.base/float.exp: Likewise.
5708 * gdb.base/foll-exec.exp: Likewise.
5709 * gdb.base/foll-fork.exp: Likewise.
5710 * gdb.base/foll-vfork.exp: Likewise.
5711 * gdb.base/freebpcmd.exp: Likewise.
5712 * gdb.base/funcargs.exp: Likewise.
5713 * gdb.base/gcore.exp: Likewise.
5714 * gdb.base/gdb1090.exp: Likewise.
5715 * gdb.base/gdb1250.exp: Likewise.
5716 * gdb.base/huge.exp: Likewise.
5717 * gdb.base/info-proc.exp: Likewise.
5718 * gdb.base/interrupt.exp: Likewise.
5719 * gdb.base/jump.exp: Likewise.
5720 * gdb.base/langs.exp: Likewise.
5721 * gdb.base/lineinc.exp: Likewise.
5722 * gdb.base/list.exp: Likewise.
5723 * gdb.base/logical.exp: Likewise.
5724 * gdb.base/long_long.exp: Likewise.
5725 * gdb.base/macscp.exp: Likewise.
5726 * gdb.base/maint.exp: Likewise.
5727 * gdb.base/mips_pro.exp: Likewise.
5728 * gdb.base/miscexprs.exp: Likewise.
5729 * gdb.base/multi-forks.exp: Likewise.
5730 * gdb.base/opaque.exp: Likewise.
5731 * gdb.base/overlays.exp: Likewise.
5732 * gdb.base/pc-fp.exp: Likewise.
5733 * gdb.base/pointers.exp: Likewise.
5734 * gdb.base/printcmds.exp: Likewise.
5735 * gdb.base/psymtab.exp: Likewise.
5736 * gdb.base/ptype.exp: Likewise.
5737 * gdb.base/recurse.exp: Likewise.
5738 * gdb.base/relational.exp: Likewise.
5739 * gdb.base/relocate.exp: Likewise.
5740 * gdb.base/remote.exp: Likewise.
5741 * gdb.base/reread.exp: Likewise.
5742 * gdb.base/restore.exp: Likewise.
5743 * gdb.base/return.exp: Likewise.
5744 * gdb.base/return2.exp: Likewise.
5745 * gdb.base/scope.exp: Likewise.
5746 * gdb.base/sect-cmd.exp: Likewise.
5747 * gdb.base/sep.exp: Likewise.
5748 * gdb.base/sepdebug.exp: Likewise.
5749 * gdb.base/setshow.exp: Likewise.
5750 * gdb.base/setvar.exp: Likewise.
5751 * gdb.base/sigall.exp: Likewise.
5752 * gdb.base/sigbpt.exp: Likewise.
5753 * gdb.base/signals.exp: Likewise.
5754 * gdb.base/signull.exp: Likewise.
5755 * gdb.base/sizeof.exp: Likewise.
5756 * gdb.base/solib.exp: Likewise.
5757 * gdb.base/step-line.exp: Likewise.
5758 * gdb.base/step-test.exp: Likewise.
5759 * gdb.base/structs.exp: Likewise.
5760 * gdb.base/structs2.exp: Likewise.
5761 * gdb.base/term.exp: Likewise.
5762 * gdb.base/twice.exp: Likewise.
5763 * gdb.base/until.exp: Likewise.
5764 * gdb.base/varargs.exp: Likewise.
5765 * gdb.base/volatile.exp: Likewise.
5766 * gdb.base/watchpoint.exp: Likewise.
5767 * gdb.base/whatis-exp.exp: Likewise.
5768 * gdb.base/whatis.exp: Likewise.
5769 * gdb.cp/ambiguous.exp: Likewise.
5770 * gdb.cp/annota2.exp: Likewise.
5771 * gdb.cp/annota3.exp: Likewise.
5772 * gdb.cp/bool.exp: Likewise.
5773 * gdb.cp/breakpoint.exp: Likewise.
5774 * gdb.cp/casts.exp: Likewise.
5775 * gdb.cp/class2.exp: Likewise.
5776 * gdb.cp/classes.exp: Likewise.
5777 * gdb.cp/cplusfuncs.exp: Likewise.
5778 * gdb.cp/ctti.exp: Likewise.
5779 * gdb.cp/derivation.exp: Likewise.
5780 * gdb.cp/exception.exp: Likewise.
5781 * gdb.cp/gdb1355.exp: Likewise.
5782 * gdb.cp/hang.exp: Likewise.
5783 * gdb.cp/inherit.exp: Likewise.
5784 * gdb.cp/local.exp: Likewise.
5785 * gdb.cp/m-data.exp: Likewise.
5786 * gdb.cp/m-static.exp: Likewise.
5787 * gdb.cp/member-ptr.exp: Likewise.
5788 * gdb.cp/method.exp: Likewise.
5789 * gdb.cp/misc.exp: Likewise.
5790 * gdb.cp/namespace.exp: Likewise.
5791 * gdb.cp/overload.exp: Likewise.
5792 * gdb.cp/ovldbreak.exp: Likewise.
5793 * gdb.cp/pr-1023.exp: Likewise.
5794 * gdb.cp/pr-1210.exp: Likewise.
5795 * gdb.cp/pr-574.exp: Likewise.
5796 * gdb.cp/printmethod.exp: Likewise.
5797 * gdb.cp/psmang.exp: Likewise.
5798 * gdb.cp/ref-params.exp: Likewise.
5799 * gdb.cp/ref-types.exp: Likewise.
5800 * gdb.cp/rtti.exp: Likewise.
5801 * gdb.cp/templates.exp: Likewise.
5802 * gdb.cp/try_catch.exp: Likewise.
5803 * gdb.cp/userdef.exp: Likewise.
5804 * gdb.cp/virtfunc.exp: Likewise.
5805 * gdb.disasm/am33.exp: Likewise.
5806 * gdb.disasm/h8300s.exp: Likewise.
5807 * gdb.disasm/mn10300.exp: Likewise.
5808 * gdb.disasm/sh3.exp: Likewise.
5809 * gdb.disasm/t01_mov.exp: Likewise.
5810 * gdb.disasm/t02_mova.exp: Likewise.
5811 * gdb.disasm/t03_add.exp: Likewise.
5812 * gdb.disasm/t04_sub.exp: Likewise.
5813 * gdb.disasm/t05_cmp.exp: Likewise.
5814 * gdb.disasm/t06_ari2.exp: Likewise.
5815 * gdb.disasm/t07_ari3.exp: Likewise.
5816 * gdb.disasm/t08_or.exp: Likewise.
5817 * gdb.disasm/t09_xor.exp: Likewise.
5818 * gdb.disasm/t10_and.exp: Likewise.
5819 * gdb.disasm/t11_logs.exp: Likewise.
5820 * gdb.disasm/t12_bit.exp: Likewise.
5821 * gdb.disasm/t13_otr.exp: Likewise.
5822 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5823 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5824 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5825 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5826 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5827 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5828 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5829 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5830 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5831 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5832 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5833 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5834 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5835 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5836 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5837 * gdb.mi/gdb701.exp: Likewise.
5838 * gdb.mi/gdb792.exp: Likewise.
5839 * gdb.mi/mi-basics.exp: Likewise.
5840 * gdb.mi/mi-break.exp: Likewise.
5841 * gdb.mi/mi-cli.exp: Likewise.
5842 * gdb.mi/mi-console.exp: Likewise.
5843 * gdb.mi/mi-disassemble.exp: Likewise.
5844 * gdb.mi/mi-eval.exp: Likewise.
5845 * gdb.mi/mi-file.exp: Likewise.
5846 * gdb.mi/mi-read-memory.exp: Likewise.
5847 * gdb.mi/mi-regs.exp: Likewise.
5848 * gdb.mi/mi-return.exp: Likewise.
5849 * gdb.mi/mi-simplerun.exp: Likewise.
5850 * gdb.mi/mi-stack.exp: Likewise.
5851 * gdb.mi/mi-stepi.exp: Likewise.
5852 * gdb.mi/mi-syn-frame.exp: Likewise.
5853 * gdb.mi/mi-until.exp: Likewise.
5854 * gdb.mi/mi-var-block.exp: Likewise.
5855 * gdb.mi/mi-var-child.exp: Likewise.
5856 * gdb.mi/mi-var-cmd.exp: Likewise.
5857 * gdb.mi/mi-var-display.exp: Likewise.
5858 * gdb.mi/mi-watch.exp: Likewise.
5859 * gdb.mi/mi2-basics.exp: Likewise.
5860 * gdb.mi/mi2-break.exp: Likewise.
5861 * gdb.mi/mi2-cli.exp: Likewise.
5862 * gdb.mi/mi2-console.exp: Likewise.
5863 * gdb.mi/mi2-disassemble.exp: Likewise.
5864 * gdb.mi/mi2-eval.exp: Likewise.
5865 * gdb.mi/mi2-file.exp: Likewise.
5866 * gdb.mi/mi2-read-memory.exp: Likewise.
5867 * gdb.mi/mi2-regs.exp: Likewise.
5868 * gdb.mi/mi2-return.exp: Likewise.
5869 * gdb.mi/mi2-simplerun.exp: Likewise.
5870 * gdb.mi/mi2-stack.exp: Likewise.
5871 * gdb.mi/mi2-stepi.exp: Likewise.
5872 * gdb.mi/mi2-syn-frame.exp: Likewise.
5873 * gdb.mi/mi2-until.exp: Likewise.
5874 * gdb.mi/mi2-var-block.exp: Likewise.
5875 * gdb.mi/mi2-var-child.exp: Likewise.
5876 * gdb.mi/mi2-var-cmd.exp: Likewise.
5877 * gdb.mi/mi2-var-display.exp: Likewise.
5878 * gdb.mi/mi2-watch.exp: Likewise.
5879 * gdb.stabs/exclfwd.exp: Likewise.
5880 * gdb.stabs/weird.exp: Likewise.
5881 * gdb.threads/gcore-thread.exp: Likewise.
5882 * gdb.trace/actions.exp: Likewise.
5883 * gdb.trace/backtrace.exp: Likewise.
5884 * gdb.trace/circ.exp: Likewise.
5885 * gdb.trace/collection.exp: Likewise.
5886 * gdb.trace/deltrace.exp: Likewise.
5887 * gdb.trace/infotrace.exp: Likewise.
5888 * gdb.trace/limits.exp: Likewise.
5889 * gdb.trace/packetlen.exp: Likewise.
5890 * gdb.trace/passc-dyn.exp: Likewise.
5891 * gdb.trace/passcount.exp: Likewise.
5892 * gdb.trace/report.exp: Likewise.
5893 * gdb.trace/save-trace.exp: Likewise.
5894 * gdb.trace/tfind.exp: Likewise.
5895 * gdb.trace/tracecmd.exp: Likewise.
5896 * gdb.trace/while-dyn.exp: Likewise.
5897 * gdb.trace/while-stepping.exp: Likewise.
5898
f4b618d1
JB
58992006-08-08 Joel Brobecker <brobecker@adacore.com>
5900
5901 * gdb.base/step-bt.c: New file.
5902 * gdb.base/step-bt.exp: New testcase.
5903
3d00d119
DJ
59042006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * config/monitor.exp (gdb_load): Remove support for obsolete
5907 download-write-size.
5908 * gdb.base/remote.exp: Likewise. Update all callers of
5909 gdb_timed_load.
5910
017b5bd4
DJ
59112006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5912
5913 * cursal.exp: Pass binfile to gdb_load.
5914
837c599d
DJ
59152006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5916
5917 * gdb.base/cursal.exp: Add "" to gdb_load call.
5918
8dd4540b
MK
59192006-07-29 Mark Kettenis <kettenis@gnu.org>
5920
5921 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5922 NetBSD/ELF targets.
5923
ab5c9f60
DJ
59242006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5925
5926 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5927 operator*.
5928
4c42eaff
DJ
59292006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5930
5931 * gdb.base/completion.exp: Update for change in "file" behavior.
5932 * gdb.stabs/weird.exp: Likewise.
5933 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5934 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5935
0155cc76
NS
59362006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5937
5938 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5939 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5940
16026cd7
AS
59412006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5942
5943 * gdb.base/default.exp: Update source command error message.
5944 * gdb.base/help.exp: Update 'help source' message.
5945
16963cb6
DJ
59462006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5947
5948 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5949 test.
5950
6d7fd486
AS
59512006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5952
5953 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5954
29e8a844
DJ
59552006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5958
6afcfa39
DJ
59592006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5962
267a692b
MK
59632006-07-17 Mark Kettenis <kettenis@gnu.org>
5964
5965 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5966 *-*-openbsd* from targets for wich we expect ARM FPA floating
5967 point format.
5968
85d2fec4
NR
59692006-07-17 Nick Roberts <nickrob@snap.net.nz>
5970
5971 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5972
59732006-07-17 Mark Kettenis <kettenis@gnu.org>
5974
5975 * gdb.base/annota3.exp: Expect frame-begin annotation.
5976
85b4c6e8
JB
59772006-07-14 Joel Brobecker <brobecker@adacore.com>
5978
5979 * gdb.base/help.exp: Adjust "help unset" test to accept
5980 any list of unset commands.
5981
fb933624
DJ
59822006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5983 Daniel Jacobowitz <dan@codesourcery.com>
5984
5985 * gdb.cp/ref-params.exp: New test.
5986 * gdb.cp/ref-params.cc: New source file.
5987 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5988
1dff4b64
MK
59892006-07-08 Mark Kettenis <kettenis@gnu.org>
5990
5991 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5992 spaces/tabs in regular expressions since they might not be there.
5993
40d2e0e3
AS
59942006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5995
5996 * gdb.base/ifelse.exp: New file.
5997
f6c957d2
NS
59982006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5999
6000 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
6001 line.
6002 * gdb.base/huge.exp: Loop over compilation to find a size that
6003 is acceptable.
6004 * gdb.base/remote.exp: Correct expected strings.
6005 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
6006
b9c5a23d
DJ
60072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6008
6009 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
6010
9af2e58d
DJ
60112006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6012
6013 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
6014 native.
6015
30930ca5
DJ
60162006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6017
6018 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
6019 enable stabs testing.
6020
aa32fa1d
DJ
60212006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6022
bd4a4c80 6023 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
6024 gdb_test_multiple does.
6025
321fef15
DJ
60262006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6027
6028 * Makefile.in (host_alias): Remove.
6029 (target_alias): Use @target_noncanonical@.
6030 (site.exp): Don't set host_alias.
6031 * aclocal.m4: Remove contents. Include acx.m4.
6032 * configure: Regenerated.
6033 * configure.ac: Use ACX_NONCANONICAL_TARGET.
6034
e1c2defa
NS
60352006-06-13 Nathan Sidwell <nathan@codesourcery.com>
6036
e63b55d1
NS
6037 * lib/gdb.exp (gdb_load_cmd): New.
6038
5600ea19
NS
6039 * gdb.base/fileio.c: Add system(NULL) test.
6040 * gdb.base/fileio.exp: Check it.
6041
e1c2defa
NS
6042 * gdb.base/break.c: Add 10a breakpoint at }
6043 * gdb.base/break.exp: Add test for breakpoint at }
6044 * gdb.cp/anon-union.cc: Add code at end of function.
6045 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
6046 * gdb.mi/var-cmd.c: Add code at end of function.
6047 * gdb.mi/mi-var-display.exp: Adjust end of next.
6048 * gdb.mi/mi2-var-display.exp: Likewise.
6049 * gdb.base/fileio.c: Add stop function and insert calls at
6050 stopping places.
6051 * gdb.base/fileio.exp: Breakpoint stop function and remove
6052 explicit line number references.
6053
6c0112ec
JB
60542006-05-19 Joel Brobecker <brobecker@adacore.com>
6055
a9c64011
AS
6056 * gdb.base/del.exp (test_delete_alias): New function.
6057 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 6058
154189a4
FF
60592006-05-18 Fred Fish <fnf@specifix.com>
6060
6061 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
6062 required. Check for spurious output after program exits normally.
6063
582e64c2
FF
60642006-05-17 Fred Fish <fnf@specifix.com>
6065
6066 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
6067 gdb_load, so it works in the simulator.
6068
8ef6493a
FF
60692006-05-11 Fred Fish <fnf@specifix.com>
6070
6071 * gdb.base/bang.exp: Ignore unexpected output between the
6072 "program exited normally" and the gdb prompt, as many other
6073 tests do.
6074
692b141c
MK
60752006-05-07 Mark Kettenis <kettenis@gnu.org>
6076
6077 * gdb.base/help.exp: Make "delete checkpoint" part option for
6078 "help d" and "help delete" tests.
6079
540b8a30
UW
60802006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6081
a9c64011 6082 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
6083 expected output in some mi_gdb_test statements.
6084 * gdb.mi/mi2-basics.exp: Likewise.
6085
9b6462d9
JB
60862006-05-05 Joel Brobecker <brobecker@adacore.com>
6087
6088 * gdb.base/del.c: New file.
6089 * gdb.base/del.exp: New testcase.
6090
954de43b
DM
60912006-05-05 David S. Miller <davem@sunset.davemloft.net>
6092
6093 * gdb.base/break.exp: Do not assume a breakpoint on
6094 main will actually be in $srcfile when optimizing.
1303f75e
DM
6095 * gdb.base/savedregs.exp: Do not require that the dummy
6096 frame location match up to a symbol and source file location.
c3242428
DM
6097 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
6098 will get printed without a mi_cmd_data_list_register_values prefix.
6099 (*-data-list-register-*): Correct regular expressions to expect the new
6100 pseudo d? floating point registers.
6101 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 6102
c7e64c9a
DJ
61032006-05-05 Christophe Lyon <christophe.lyon@st.com>
6104
6105 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
6106 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
6107 is allocated by the compiler.
6108 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
6109 anons, e, anone to force their allocation by the compiler.
6110
61112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
6112
6113 * gdb.base/help.exp: Update expected text for help d and
6114 help delete.
6115
27ce9a6d
MK
61162006-05-02 Mark Kettenis <kettenis@gnu.org>
6117
6118 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
6119 NetBSD/ELF targets.
6120
8608915f
MK
61212006-04-30 Mark Kettenis <kettenis@gnu.org>
6122
6123 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
6124 single-step breakpoint fails; make this a KFAIL on
6125 sparc*-*-openbsd*.
6126 * gdb.base/siginfo.exp: Likewise.
6127 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6128
b8db102d
MS
61292006-04-26 Michael Snyder <msnyder@redhat.com>
6130
6131 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
6132 which may have to consume output from other forks.
6133 Add tests to make sure that "delete fork" succeeded.
6134
c702009a
MS
61352006-04-20 Michael Snyder <msnyder@redhat.com>
6136
6137 * 2006-03-22 Jim Blandy <jimb@redhat.com>
6138 Add support for the Renesas M32C and M16C.
6139
6140 * gdb.asm/asm-source.exp: Add m32c target.
6141 * gdb.asm/m32c.inc: Support for m32c target.
6142
e28493f2
AS
61432006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
6144
6145 * gdb.base/commands.exp (recursive_source_test): New test.
6146
880da185
DM
61472006-04-04 David S. Miller <davem@sunset.davemloft.net>
6148
6149 * gdb.base/float.exp: Add pattern for sparc targets.
6150
61d9b92f
DJ
61512006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6152
6153 * gdb.base/commands.exp (stray_arg0_test): New test.
6154
bd717df8
PB
61552006-03-30 Paul Brook <paul@codesourcery.com>
6156
6157 * gdb.mi/mi-until.exp: kfail broken until command.
6158 * gdb.mi/mi2-until.exp: Ditto.
6159
ec793d3c
NR
61602006-03-27 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
6163
831004b7
AO
61642006-03-08 Alexandre Oliva <aoliva@redhat.com>
6165
6166 * gdb.base/prelink.exp: Anchor tested-for regular expression
6167 on gdb prompt.
6168
effe49a0
PB
61692006-03-07 Paul Brook <paul@codesourcery.com>
6170
6171 * gdb.base/assign.exp: Correct fail message.
6172
e5461016
PB
61732006-03-07 Paul Brook <paul@codesourcery.com>
6174
6175 * lib/compiler.c: Extract armcc version number.
6176 * lib/compiler.cc: Ditto.
6177
fc91c6c2
PB
61782006-03-07 Paul Brook <paul@codesourcery.com>
6179
6180 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
6181 additional_flags=-w.
6182 * gdb.arch/altivec-regs.exp: Ditto.
6183 * gdb.arch/e500-abi.exp: Ditto.
6184 * gdb.arch/e500-regs.exp: Ditto.
6185 * gdb.base/all-bin.exp: Ditto.
6186 * gdb.base/annota1.exp: Ditto.
6187 * gdb.base/annota3.exp: Ditto.
6188 * gdb.base/args.exp: Ditto.
6189 * gdb.base/arithmet.exp: Ditto.
6190 * gdb.base/assign.exp: Ditto.
6191 * gdb.base/async.exp: Ditto.
6192 * gdb.base/bang.exp: Ditto.
6193 * gdb.base/break.exp: Ditto.
6194 * gdb.base/call-rt-st.exp: Ditto.
6195 * gdb.base/completion.exp: Ditto.
6196 * gdb.base/cond-expr.exp: Ditto.
6197 * gdb.base/condbreak.exp: Ditto.
6198 * gdb.base/consecutive.exp: Ditto.
6199 * gdb.base/define.exp: Ditto.
6200 * gdb.base/display.exp: Ditto.
6201 * gdb.base/ena-dis-br.exp: Ditto.
6202 * gdb.base/environ.exp: Ditto.
6203 * gdb.base/eval-skip.exp: Ditto.
6204 * gdb.base/info-proc.exp: Ditto.
6205 * gdb.base/jump.exp: Ditto.
6206 * gdb.base/logical.exp: Ditto.
6207 * gdb.base/long_long.exp: Ditto.
6208 * gdb.base/maint.exp: Ditto.
6209 * gdb.base/miscexprs.exp: Ditto.
6210 * gdb.base/pc-fp.exp: Ditto.
6211 * gdb.base/pointers.exp: Ditto.
6212 * gdb.base/relational.exp: Ditto.
6213 * gdb.base/reread.exp: Ditto.
6214 * gdb.base/sect-cmd.exp: Ditto.
6215 * gdb.base/sep.exp: Ditto.
6216 * gdb.base/sepdebug.exp: Ditto.
6217 * gdb.base/until.exp: Ditto.
6218 * gdb.base/whatis-exp.exp: Ditto.
6219 * gdb.cp/annota2.exp: Ditto.
6220 * gdb.cp/annota3.exp: Ditto.
6221 * gdb.trace/actions.exp: Ditto.
6222 * gdb.trace/backtrace.exp: Ditto.
6223 * gdb.trace/circ.exp: Ditto.
6224 * gdb.trace/collection.exp: Ditto.
6225 * gdb.trace/deltrace.exp: Ditto.
6226 * gdb.trace/infotrace.exp: Ditto.
6227 * gdb.trace/limits.exp: Ditto.
6228 * gdb.trace/packetlen.exp: Ditto.
6229 * gdb.trace/passc-dyn.exp: Ditto.
6230 * gdb.trace/passcount.exp: Ditto.
6231 * gdb.trace/report.exp: Ditto.
6232 * gdb.trace/save-trace.exp: Ditto.
6233 * gdb.trace/tfind.exp: Ditto.
6234 * gdb.trace/tracecmd.exp: Ditto.
6235 * gdb.trace/while-dyn.exp: Ditto.
6236 * gdb.trace/while-stepping.exp: Ditto.
6237 * lib/gdb.exp: Ditto.
6238 (gdb_compile): Handle nowarning option.
6239
5f4a23d9
AO
62402006-03-07 Alexandre Oliva <aoliva@redhat.com>
6241
6242 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
6243 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
6244 Rename executable to prelinkt. Don't re-prelink if we didn't
6245 get a core file. Test prelink -u exit status to tell whether
6246 prelinking failed. Use gdb_test_multiple.
6247
9733fc94
DJ
62482006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6249
6250 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
6251 (do_tests): Call it.
6252
cc10cae3
AO
62532006-02-28 Alexandre Oliva <aoliva@redhat.com>
6254
6255 * gdb.base/prelink.exp: New test.
6256 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
6257
15c46491
WZ
62582006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
6259
6260 * gdb.fortran/derived-type.f90: New file.
6261 * gdb.fortran/derived-type.exp: New testcase.
6262
5c9f7ded
DJ
62632006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
6264
6265 * gdb.base/default.exp: Allow ';' as a directory separator.
6266
5b96932b
AS
62672006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6268
6269 * gdb.base/help.exp (help add-symbol-file): Update.
6270
1986bccd
AS
62712006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6272
6273 * gdb.base/help.exp (help load): Update expected results.
6274
a8b7528f
FF
62752006-02-19 Fred Fish <fnf@specifix.com>
6276
6277 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
6278 specifix hex value as part of results.
6279 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 6280
f8261448
FF
62812006-02-16 Fred Fish <fnf@specifix.com>
6282
6283 * gdb.base/whatis.c: Define variables using typedefs char_addr,
6284 ushort_addr, and slong_addr, so the typedefs are not optimized
6285 away.
6286 * gdb.base/whatis.exp: Add tests using type name for struct type,
6287 union type, enum type, and typedef.
a9c64011 6288
31d8bdd2
MK
62892006-02-13 Mark Kettenis <kettenis@gnu.org>
6290
6291 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
6292
34e41e63
JB
62932006-02-13 Jim Blandy <jimb@redhat.com>
6294
6295 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
6296 case where it takes two "next" commands to skip past the init
6297 call.
6298
ac6e4f31
FF
62992006-02-12 Fred Fish <fnf@specifix.com>
6300
6301 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
6302 to handle cases where it takes two "next" commands to skip
6303 past the init call.
6304
2db2d571
JB
63052006-02-07 Joel Brobecker <brobecker@adacore.com>
6306
6307 * gdb.ada/array_return.exp: Mark the last test as expected to fail
6308 on hppa32 targets.
6309
38fcd64c
DJ
63102006-02-06 Vladimir Prus <ghost@cs.msu.su>
6311
6312 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
6313 field.
6314
1315ad46
MK
63152006-01-29 Mark Kettenis <kettenis@gnu.org>
6316
6317 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
6318
5625b943
DJ
63192006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6320
6321 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
6322 files.
6323
80df1bbe
DJ
63242006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.cp/maint.exp: Set complaints to a positive value.
6327
9078e690
DJ
63282006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6329
6330 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
6331 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
6332 function name.
6333
9c903399
DJ
63342006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * gdb.base/checkpoint.c: Update copyright notice. Include
6337 <stdlib.h>.
6338
761ae4d6
JB
63392006-01-04 Jim Blandy <jimb@redhat.com>
6340
6341 * gdb.asm/asm-source.exp: Independently provide default values for
6342 asm-flags and debug-flags. Use 'string equal' to do the
6343 comparison, not the implicit expr's '==' operator. Remove
6344 now-unneeded assignments to asm-flags. In h8300 case, place
6345 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
6346
099ac3dd
MS
63472006-01-04 Michael Snyder <msnyder@redhat.com>
6348
6349 * gdb.base/checkpoint.c: New file.
6350 * gdb.base/checkpoint.exp: New file.
6351 * gdb.base/multi-fork.c: New file.
6352 * gdb.base/multi-fork.exp: New file.
6353 * gdb.base/pi.txt: New file (data for checkpoint.c test).
6354
f4d85314
FF
63552006-01-04 Fred Fish <fnf@specifix.com>
6356
6357 * gdb.base/ptype.c (foo): Add typedef.
6358 (intfoo): Add function.
6359 * gdb.base/ptype1.c: New file.
6360 * gdb.base/ptype.exp: Handle compilation and linking with two
6361 source files. Test that proper type for "foo" is found based
6362 on source context rather than first match found in symtabs.
6363
a1b06f35
MK
63642005-12-28 Mark Kettenis <kettenis@gnu.org>
6365
6366 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
6367 * gdb.asm/openbsd.inc: Indent commands.
6368
d082a1e2
MK
63692005-12-26 Mark Kettenis <kettenis@gnu.org>
6370
c65016bd
MK
6371 * gdb.base/freebpcmd.exp: Increase timeout.
6372
d082a1e2
MK
6373 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
6374
d3c32a0e
DJ
63752005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
6376
6377 * gdb.base/default.exp: Update check for "show version".
6378
9fdb1f50
RC
63792005-12-09 Randolph Chung <tausq@debian.org>
6380
6381 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
6382 * gdb.asm/pa64.inc: New file.
6383
5f2c56f7
RC
63842005-12-09 Randolph Chung <tausq@debian.org>
6385
6386 * gdb.asm/common.inc: Indent commands.
6387 * gdb.asm/asmsrc1.s: Likewise.
6388 * gdb.asm/asmsrc2.s: Likewise.
6389
8117349c
RC
63902005-12-09 Randolph Chung <tausq@debian.org>
6391
6392 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
6393 (get_addr_of_sym): Remove duplicate print.
6394 (gen_core): xfail hppa*-*-hpux*, update expected output.
6395 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
6396 * gdb.arch/pa64-nullify.s: New file.
6397
8f07f25a
RC
63982005-12-09 Randolph Chung <tausq@debian.org>
6399
6400 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
6401
55b39184
DJ
64022005-12-07 Christophe Lyon <christophe.lyon@st.com>
6403
6404 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
6405 code generation for these functions.
6406 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
6407 error message.
6408
31e2b00f
AS
64092005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6410
6411 * gdb.base/help.exp (help b, help br, help bre, help brea)
6412 (help break): Update the expected message.
6413
c3d0b56e
SC
64142005-11-11 Stephane Carrez <stcarrez@nerim.fr>
6415
6416 * gdb.asm/m68hc11.inc: Setup the data section.
6417 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
6418 script for this test.
6419 (m6812-*-*): Likewise.
6420
36ae0ea9
RC
64212005-11-09 Randolph Chung <tausq@debian.org>
6422
6423 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
6424
9d6f42e9
WZ
64252005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
6426
6427 * gdb.base/break.exp: Fix a comment typo.
6428
e2126a14
EZ
64292005-11-03 Jim Blandy <jimb@redhat.com>
6430
a9c64011
AS
6431 Checked in by Elena Zannoni <ezannoni@redhat.com>
6432
e2126a14
EZ
6433 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
6434
e0ac7199
CV
64352005-11-02 Corinna Vinschen <vinschen@redhat.com>
6436
6437 * gdb.arch/gdb1558.c: Include stdio.h.
6438
31d3fb18
MK
64392005-10-31 Mark Kettenis <kettenis@gnu.org>
6440
6441 * gdb.asm/asm-source.exp: Use -e instead of --entry.
6442
e52b687c
MK
64432005-10-31 Mark Kettenis <kettenis@gnu.org>
6444
6445 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
6446
f4711d79
PG
64472005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
6448
a9c64011
AS
6449 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6450 vscr" tests to better match output.
f4711d79 6451
987a9106
JB
64522005-10-12 Jim Blandy <jimb@redhat.com>
6453
6454 * gdb.base/structs.exp (any): New function.
6455 (test_struct_returns): Don't make any assumptions at all about
6456 what value the function returns when GDB can't set the return
6457 value.
6458
2336bb58
JB
64592005-10-09 Joel Brobecker <brobecker@adacore.com>
6460
6461 * gdb.ada/arrayidx/p.adb: New file.
6462 * gdb.ada/arrayidx.exp: New testcase
6463
64642005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
6465
6466 * gdb.ada/array_return/pck.ads: New file.
6467 * gdb.ada/array_return/pck.adb: New file.
6468 * gdb.ada/array_return/p.adb: New file.
6469 * gdb.ada/array_return.exp: New testcase.
6470
705335ea
JB
64712005-10-03 Joel Brobecker <brobecker@adacore.com>
6472
a9c64011
AS
6473 * gdb.base/arrayidx.c: New file.
6474 * gdb.base/arrayidx.exp: New testcase.
705335ea 6475
11ee9940
NR
64762005-09-29 Nick Roberts <nickrob@snap.net.nz>
6477
6478 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
6479 frames-invalid and breakpoints-invalid are no longer generated
6480 with level 3 so don't expect them in the output.
6481
39fb8e9e
BR
64822005-09-27 Bob Rossi <bob@brasko.net>
6483
a9c64011 6484 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
6485 from test. Escape the | in mi_gdb_test call.
6486 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
6487 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
6488 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
6489 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
6490 expected regex's in mi_gdb_test calls.
6491 * lib/mi-support.exp: Remove arbitrary .* from tests.
6492 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
6493 Fully anchor GDB/MI expected results in mi_gdb_test.
6494 * lib/gdb.exp (string_to_regexp): Escape the ] character.
6495 * gdb.base/sizeof.exp: Remove escape character. Correct test.
6496
2af48f68
PB
64972005-09-26 Paul Brook <paul@codesourcery.com>
6498
6499 * long_long.exp: Exclude eabi targets from arm FPA float format test.
6500
f34502bc
WZ
65012005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6502
6503 * bfp-test.c: New file.
6504 * bfp-test.exp: New testcase.
6505
ca929517
WZ
65062005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6507
6508 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6509 of subarray and substring variable.
6510 * gdb.fortran/subarray.f: New source file for the test of subarray
6511 and substring variable evaluation.
6512 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6513 of string constant.
6514
c761af65
DJ
65152005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6516
6517 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6518 copyright dates.
6519
561d7a1d
PG
65202005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6521
6522 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6523 powerpc altivec' test with an almost identical 'info vector' test.
6524
b2b64cc9
PG
65252005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6526
a9c64011
AS
6527 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6528 vscr" tests to match output.
b2b64cc9 6529
6ac4d15a
PG
65302005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6531
a9c64011
AS
6532 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6533 output.
6ac4d15a 6534
40e55bef
BR
65352005-09-11 Bob Rossi <bob@brasko.net>
6536
6537 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 6538 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
6539 commands that return an MI output command and an asyncronous MI output
6540 command.
6541 * gdb.mi/mi-console.exp: Ditto.
6542
3c7385ec
BR
65432005-09-11 Bob Rossi <bob@brasko.net>
6544
6545 * gdb.mi/mi-var-child.c: Include <string.h>.
6546
a6cd0eb3
DJ
65472005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * killed.exp: Correct gdb_expect syntax.
6550
2f168eed
CV
65512005-08-09 Corinna Vinschen <vinschen@redhat.com>
6552
6553 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6554
ecd3fd0f
BR
65552005-08-02 Bob Rossi <bob@brasko.net>
6556
6557 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6558 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6559 Change tests to inferior-tty-set/show.
6560 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6561 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6562 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6563 inferior. Use mi_gdb_test to get GDB and Inferior output.
6564 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6565 descriptor.
6566 (mi_inferior_tty_name): Add inferior PTY file name.
6567 (mi_gdb_start): Add INFERIOR_PTY parameter.
6568 (mi_gdb_test): Add IPATTERN parameter.
6569
f1ea48cb 65702005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 6571
f1ea48cb
BR
6572 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6573 parameter to mi_gdb_test.
6574 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6575
6e650a67
DJ
65762005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6579 struct_declarations.
6580 * gdb.mi/mi-var-child.exp: Step over the initialization of
6581 struct_declarations.
6582
8be260b6
DJ
65832005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6586 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6587 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6588 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6589 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6590 file.
6591
4e660f07
NR
65922005-07-27 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6595 (do_children_tests): Assign values to the extra elements.
6596
6597 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6598 them for tests for "-var-update --no-values" and
a9c64011 6599 "-var-update --all-values".
4e660f07
NR
6600 Add test for "-var-list-children --simple-values".
6601
6602 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6603
6604 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6605 "-stack-list-locals --simple-values" Improve doc strings and
6606 comments.
6607
6bdae935
MK
66082005-07-18 Mark Kettenis <kettenis@gnu.org>
6609
598b7a6f
MK
6610 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6611 *-*-openbsd*.
6612 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6613
6bdae935
MK
6614 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6615 sigaltsatck'.
6616
1323e929 66172005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 6618
1323e929
BR
6619 * gdb.base/default.exp (tty): Changed output of command.
6620 * gdb.base/help.exp (help tty): Ditto.
6621
b1a9c082
MK
66222005-07-12 Mark Kettenis <kettenis@gnu.org>
6623
6624 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6625
10a844a2
MK
66262005-07-10 Mark Kettenis <kettenis@gnu.org>
6627
6628 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6629 -stack-select-frame without arguments.
6630 (test_stack_frame_listing): Add test for newly implemented command
6631 -stack-info-frame.
6632
3cb3b8df
BR
66332005-07-06 Bob Rossi <bob@brasko.net>
6634
6635 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6636 command.
6637 (Copyright): Update copyright.
6638
a0c5fbcf
WZ
66392005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6640
6641 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6642 tests to evaluate exponentiation expression.
6643
984971d0
AS
66442005-06-29 Andreas Schwab <schwab@suse.de>
6645
6646 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6647 main to avoid warnings.
6648
6649 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6650
fe03833f
NR
66512005-06-20 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6654 -stack-select-frame without arguments.
6655 (test_stack_frame_listing): Add test for newly implemented command
6656 -stack-info-frame.
a9c64011 6657
7a55f279
WZ
66582005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6659
0ffa0ea5
DJ
6660 * gdb.fortran/array-element.f: New file.
6661 * gdb.fortran/array-element.exp: New testcase.
7a55f279 6662
26585198
DJ
66632005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6664
6665 * gdb.base/bigcore.exp: Correct checks for systems which can
6666 not dump a large core file.
6667
c1bd25fd
DJ
66682005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6669
6670 * gdb.base/relocate.c: Add a copyright notice.
6671 (dummy): Remove.
6672 * gdb.base/relocate.exp: Test printing the values of variables
6673 from a relocatable file.
6674
589e074d
DJ
66752005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6676
6677 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6678 excess MI output after an error.
6679
0915f927
JB
66802005-05-29 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.arch/alpha-step.c: New file.
6683 * gdb.arch/alpha-step.exp: New testcase.
6684
76ff342d
DJ
66852005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6686 Dennis Brueni <dennis@slickedit.com>
6687
6688 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6689 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6690 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6691 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6692 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6693 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6694 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6695
96b0c7ac
DJ
66962005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6697 Wu Zhou <woodzltc@cn.ibm.com>
6698
6699 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6700 IBM's xlc compiler.
6701 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6702 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6703
f21565d2
JB
67042005-05-13 Jim Blandy <jimb@redhat.com>
6705
6706 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6707 calling gdb_suppress_entire_file.
6708 * gdb.base/charset.exp: Same.
6709 * gdb.base/call-rt-st.exp: Same.
6710
6006a3a1
BR
67112005-05-05 Bob Rossi <bob_rossi@cox.net>
6712
6713 * lib/gdb.exp (fullname_syntax): Added global regex.
6714 (fullname_syntax_POSIX): Ditto.
6715 (fullname_syntax_UNC): Ditto.
6716 (fullname_syntax_DOS_CASE): Ditto.
6717 (fullname_syntax_DOS): Ditto.
6718 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6719 fullname_syntax variable to scope and use it.
6720 (test_file_list_exec_source_files): Ditto.
6721 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6722
c3b69c04
DJ
67232005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6724
6725 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6726
3c95e6af
PG
67272004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6728
a9c64011
AS
6729 * lib/gdb.exp (skip_altivec_tests): New function, based on
6730 check_vmx_hw_available from the GCC testsuite.
6731 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6732 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 6733
78df6c56
JB
67342005-05-02 Jim Blandy <jimb@redhat.com>
6735
6736 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6737 calling gdb_suppress_entire_file.
6738
1690f9cf
DJ
67392005-04-30 Randolph Chung <tausq@debian.org>
6740
6741 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6742 Slightly relax "sem_post" name checking.
6743
5ea106f7
PG
67442005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6745
6746 * gdb.base/unload.exp: Use new shared library infrastructure.
6747
bf7234cf
PG
67482005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6749
6750 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 6751 infrastructure.
bf7234cf 6752
547b869a
CV
67532005-04-29 Corinna Vinschen <vinschen@redhat.com>
6754
6755 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6756 * gdb.asm/h8300.inc: New file.
6757
f07e55f0
PG
67582005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6759
6760 * gdb.base/shlib-call.exp: Change to use new shared library
6761 infrastructure.
6762
3cbba3d1
PG
67632005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6764
a9c64011
AS
6765 * gdb.base/pending.exp: Change to use new shared library
6766 infrastructure.
3cbba3d1 6767
ed6df200
PG
67682005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6769
a9c64011
AS
6770 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6771 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 6772
8c8f4ebe
PG
67732005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6774
a9c64011
AS
6775 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6776 shared objects being adjusted and update copyright years.
8c8f4ebe 6777
607fbc54
DJ
67782005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * ChangeLog: Correct some 2003-01-13 dates.
6781 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6782 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6783 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6784 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6785 gdb.trace/tfind.exp: Update copyright years.
6786
57bf0e56
DJ
67872005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6788 Daniel Jacobowitz <dan@codesourcery.com>
6789
6790 * lib/gdb.exp (gdb_compile): Handle shlib=.
6791 (gdb_compile_shlib): New function.
6792
9b593790
PG
67932005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6794
a9c64011 6795 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 6796
9494c6a5
DJ
67972005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6798
6799 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6800 gdb.server.
6801 * configure.ac: Likewise.
6802 * configure: Regenerated.
6803 * gdb.gdbserver/Makefile.in: Moved to...
6804 * gdb.server/Makefile.in: ... here.
6805 * gdb.gdbserver/server.c: Moved to...
6806 * gdb.server/server.c: ... here.
6807 * gdb.gdbserver/server-run.exp: Moved to...
6808 * gdb.server/server-run.exp: ... here.
6809
6f8eac0e
DJ
68102005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6811
6812 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6813 * configure.ac: Create gdb.gdbserver/Makefile.
6814 * configure: Regenerated.
6815 * lib/gdbserver-support.exp: New file, derived from
6816 config/gdbserver.exp.
6817 * config/gdbserver.exp: Use gdbserver-support.exp.
6818 * gdb.gdbserver/Makefile.in: New file.
6819 * gdb.gdbserver/server.c: New file.
6820 * gdb.gdbserver/server-run.exp: New file.
6821
6e87504d
PG
68222005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6823
a9c64011
AS
6824 * lib/gdb.exp (test_compiler_info): Return compiler_info
6825 if no arguments are given.
6e87504d 6826
d1779be4
PG
68272005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6828
6829 * gdb.arch/altivec-abi.exp: Check for compiler and set
6830 use altivec' flag accordingly.
6831 * gdb.arch/altivec-regs.exp: Likewise.
6832
88750304
DJ
68332005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6834
6835 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6836
f3fb768d
AS
68372005-03-27 Andreas Schwab <schwab@suse.de>
6838
6839 * gdb.base/bigcore.c (main): Add missing mode argument in open
6840 call.
6841
7e813ac5
DJ
68422005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6845 downloads.
6846 * config/gdbserver.exp (gdb_load): Likewise.
6847
8e3049aa
PB
68482005-03-14 Paul Brook <paul@codesourcery.com>
6849
6850 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6851 targets.
6852
a9df7c44
JB
68532005-03-09 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.dwarf2/dup-psym.S: New file.
6856 * gdb.dwarf2/dup-psym.exp: New testcase.
6857
9f0d94e8
JB
68582005-03-09 Joel Brobecker <brobecker@adacore.com>
6859
6860 * gdb.ada/exec_changed/first.adb: New file.
6861 * gdb.ada/exec_changed/second.adb: New file.
6862 * gdb.ada/exec_changed.exp: New testcase.
6863
5f579bc5
NS
68642005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6865
36e9969c
NS
6866 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6867 (A2): New class.
6868 (main): Test operator+.
6869 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6870 breakpoint test.
6871
5f579bc5
NS
6872 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6873 * gdb.base/signull.exp: Disable if gdb,nosignals.
6874 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6875 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6876 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6877 * gdb.mi/mi2-console.exp: Likewise.
6878 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6879 continue output at start.
6880 (gdb_collect_locals_test): Robustify regexp.
6881 * gdb.trace/passc-dyn.exp: Fix comment typo.
6882 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6883
be46087e
CV
68842005-03-08 Corinna Vinschen <vinschen@redhat.com>
6885
6886 * gdb.asm/asm-source.exp: Add iq2000 case.
6887 * gdb.asm/iq2000.inc: New file.
6888
384e1a61 68892005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6890
384e1a61
MI
6891 * gdb.base/command.exp: Change hardcoded value to regular expression.
6892 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6893
584b6e9e
DJ
68942005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6895
6896 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6897 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6898 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6899 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6900 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6901
ab5b5d61
MK
69022005-03-05 Mark Kettenis <kettenis@gnu.org>
6903
6904 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6905 changes.
6906
ae051c1b
PG
69072004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6908
a9c64011
AS
6909 * lib/compiler.c: Add test for IBM's xlc compiler.
6910 * lib/compiler.cc: Likewise.
ae051c1b 6911
3f0f6ed2
JB
69122004-02-24 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.ada/fixed_points.exp: Create compilation object directory
6915 before running the test.
6916 * gdb.ada/null_record.exp: Likewise.
6917 * gdb.ada/packed_array.exp: Likewise.
6918 * gdb.ada/start.exp: Likewise.
6919
724f452b
JB
69202005-02-15 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.ada/packed_array/pa.adb: New file.
6923 * gdb.ada/packed_array.exp: New testcase.
6924
57f5cdfb 69252005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6926
1f393151
MK
6927 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6928 files.
6929
ebdda337
MK
6930 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6931 on *-*-openbsd*. Correctly match whitespace in regukar
6932 expressions.
6933
cf309262
DJ
69342005-02-10 Daniel Jacobowitz <dan@debian.org>
6935
6936 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6937 PR exp/1821
6938 * gdb.base/gdb1821.c: New test file.
6939 * gdb.base/gdb1821.exp: New test file.
6940
3be49e7a
JB
69412005-02-09 Joel Brobecker <brobecker@adacore.com>
6942
6943 * gdb.base/start.c: New file.
6944 * gdb.base/start.exp: New testcase.
6945
e292e67d
JB
69462005-02-09 Joel Brobecker <brobecker@adacore.com>
6947
6948 * gdb.ada/start/dummy.adb: New file.
6949 * gdb.ada/start.exp: New testcase.
6950
dbdfa66c
CV
69512005-02-09 Corinna Vinschen <vinschen@redhat.com>
6952
6953 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6954 for printing symbols and statistics.
6955 Add test for using relative pathnames in "maint print msymbols" test.
6956 Mark "maint info sections DATA" XFAIL on Cygwin.
6957 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6958 tests.
6959
d7941671
AC
69602005-02-09 Andreas Schwab <schwab@suse.de>
6961
6962 Committed by Andrew Cagney <cagney@gnu.org>
6963 * gdb.base/remotetimeout.exp: New file.
6964
74e5ef44
MK
69652005-02-07 Mark Kettenis <kettenis@gnu.org>
6966
6967 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6968
464dd14d
JB
69692005-02-03 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.ada/gnat_ada.gpr: New file.
6972 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6973 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6974 * configure.ac: No longer generate gnat_ada.gpr.
6975 * configure: Regenerate.
6976 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6977 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6978 * gdb.ada/null_record/bar.ads: Likewise.
6979 * gdb.ada/null_record/bar.adb: Likewise.
6980 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6981 * gdb.ada/null_record.exp (testdir): New variable.
6982 (testfile): executable is now in testdir subdirectory.
6983 (srcfile): Use full path to the main compilation unit.
6984 * gdb.ada/fixed_points.exp: Same changes as above.
6985
30d756ae
NR
69862005-02-03 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * gdb.base/interp.exp: New test.
6989
9d799f85
AC
69902005-01-24 Andrew Cagney <cagney@gnu.org>
6991
6992 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6993
15656118
AC
69942005-01-19 Andrew Cagney <cagney@gnu.org>
6995
a892c31b
AC
6996 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6997 configure.ac not configure.in.
6998
15656118
AC
6999 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
7000 of powerpc*-*-*.
7001 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 7002 * gdb.base/list.exp (test_list_function)
15656118
AC
7003 (test_list_filename_and_function): Ditto.
7004 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
7005
a7b01baf
AC
70062005-01-16 Andrew Cagney <cagney@gnu.org>
7007
17d92a02
AC
7008 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
7009
a7b01baf
AC
7010 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
7011
bc8332bb
AC
70122005-01-14 Andrew Cagney <cagney@gnu.org>
7013
7014 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
7015 * gdb.mi/mi2-var-cmd.exp: Ditto.
7016
4d074752
CV
70172005-01-10 Corinna Vinschen <vinschen@redhat.com>
7018
7019 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
7020
bec39cab
AC
70212005-01-07 Andrew Cagney <cagney@gnu.org>
7022
7023 * configure.ac: Rename configure.in, require autoconf 2.59.
7024 * configure: Re-generate.
7025 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
7026 * gdb.stabs/configure: Re-generate.
7027 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
7028 * gdb.hp/configure: Re-generate.
7029 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
7030 autoconf 2.59.
7031 * gdb.hp/gdb.objdbg/configure: Re-generate.
7032 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
7033 autoconf 2.59.
7034 * gdb.hp/gdb.defects/configure: Re-generate.
7035 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
7036 autoconf 2.59.
7037 * gdb.hp/gdb.compat/configure: Re-generate.
7038 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
7039 autoconf 2.59.
7040 * gdb.hp/gdb.base-hp/configure: Re-generate.
7041 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
7042 autoconf 2.59.
7043 * gdb.hp/gdb.aCC/configure: Re-generate.
7044
f10b16d4
JB
70452004-12-15 Jim Blandy <jimb@redhat.com>
7046
7047 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
7048 under NPTL when there is debugging info available for libpthread.
7049
fb6e1814
JG
70502004-12-13 Jerome Guitton <guitton@gnat.com>
7051
7052 * gdb.ada/fixed_points.c: New file.
7053 * gdb.ada/fixed_points.exp: New file.
7054
fe46cd3a
RC
70552004-12-03 Randolph Chung <tausq@debian.org>
7056
7057 * gdb.arch/pa-nullify.exp: New file.
7058 * gdb.arch/pa-nullify.s: New file.
7059
8de0841b
RC
70602004-11-30 Randolph Chung <tausq@debian.org>
7061
7062 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
7063 instead of "tbug". Fix regexp to work properly with gdb_test.
7064
c8170782
PH
70652004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
7066
7067 * gdb.base/bitfields2.exp: New test.
7068 * gdb.base/bitfields2.c: New file.
7069
954269c2
RE
70702004-11-28 Richard Earnshaw <rearnsha@arm.com>
7071
7072 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
7073
0107feed
RC
70742004-11-16 Randolph Chung <tausq@debian.org>
7075
7076 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
7077
f073ae8c
DJ
70782004-11-14 Daniel Jacobowitz <dan@debian.org>
7079
7080 * gdb.threads/threadapply.exp: Correct "macro details" test.
7081
19ad59e7
JJ
70822004-11-11 Jeff Johnston <jjohnstn@redhat.com>
7083
7084 * gdb.threads/threadapply.exp: New test.
7085 * gdb.threads/threadapply.c: New file.
7086
9cf0961b
MK
70872004-11-07 Mark Kettenis <kettenis@gnu.org>
7088
7089 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
7090 frames.
7091
c789492a
FL
70922004-11-05 Felix Lee <felix+log1@specifixinc.com>
7093
7094 * gdb.base/cursal.exp: New file.
7095 * gdb.base/cursal.c: New file.
7096
a1e167bb
AC
70972004-11-03 Andrew Cagney <cagney@gnu.org>
7098
7099 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
7100
b7cbf173
MK
71012004-10-30 Mark Kettenis <kettenis@gnu.org>
7102
7103 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
7104 NetBSD/ELF targets.
7105
88f9d34f
JB
71062004-10-29 Joel Brobecker <brobecker@gnat.com>
7107
7108 * gdb.threads/bp_in_thread.c: New file, copied from
7109 pthread_cond_wait.c.
7110 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
7111 file, rather than reusing the .c file from another testcase.
7112
ca7d6a0c
JB
71132004-10-20 Joel Brobecker <brobecker@gnat.com>
7114
7115 * gdb.ada/null_record.exp: Check where we stopped after
7116 sending the start command, instead of where the associated
7117 temporary breakpoint was inserted.
7118
0d863d03
AC
71192004-10-14 Andrew Cagney <cagney@gnu.org>
7120
7121 * gdb.mi/gdb701.c (main): Return 0.
7122
d11e72cb
DJ
71232004-10-13 Daniel Jacobowitz <dan@debian.org>
7124
d40539a4 7125 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 7126
e1923096
JJ
71272004-10-12 Jeff Johnston <jjohnstn@redhat.com>
7128
7129 * gdb.threads/schedlock.c: Add comment markers to use to find
7130 line numbers.
7131 * gdb.threads/schedlock.exp: Adjust regex to handle the new
7132 comments.
7133 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
7134 breakpoint lines.
7135
ec8ba2c9
DJ
71362004-10-12 Daniel Jacobowitz <dan@debian.org>
7137
7138 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
7139
0eb3658b
DJ
71402004-10-12 Daniel Jacobowitz <dan@debian.org>
7141
7142 * configure.in: Add gdb.dwarf2.
7143 * configure: Regenerated.
7144 * Makefile.in: Add gdb.dwarf2.
7145 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
7146 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
7147 gdb.dwarf2/file1.txt: New files.
7148
a271cc33
OF
71492004-10-11 Orjan Friberg <orjanf@axis.com>
7150
a9c64011 7151 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
7152 of "run", since the latter doesn't work with remote targets. Adjust
7153 the breakpoint numbering accordingly.
7154 * gdb.threads/pthread_cond_wait.exp: Ditto.
7155
895ce074
MC
71562004-10-08 Michael Chastain <mec.gnu@mindspring.com>
7157
7158 * gdb.base/overlays.exp: Update copyright years.
7159
6be3092d
KI
71602004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
7161
7162 * gdb.base/overlays.exp: Disable if target is Linux.
7163
e05389b8
FL
71642004-10-06 Felix Lee <felix+log1@specifixinc.com>
7165
7166 * config/gdbserver.exp (gdb_load): Use right filename on remote.
7167
73cb587d
KI
71682004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
7169
7170 * gdb.asm/asm-source.exp: Add m32r-linux target.
7171 * gdb.asm/m32r-linux.inc: New file.
7172
3c0edcdc
AC
71732004-09-24 Andrew Cagney <cagney@redhat.com>
7174 David Anderson <anderson@redhat.com>
7175
7176 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
7177 command fails, assume things will work.
7178 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
7179 (_GNU_SOURCE): Define.
7180 (print_unsigned, print_hex): Change parameter to "long long".
7181 (print_byte_count): New function, use to print byte counts.
7182 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
7183 O_LARGEFILE.
7184 (main): Compute an upper bound on a corefile in max_core_size.
7185 Limit memory chunk size to max_core_size. Limit total memory
7186 allocated to max_core_size.
7187
4bb3667f
AC
71882004-09-23 Andrew Cagney <cagney@gnu.org>
7189
7190 * gdb.base/bigcore.exp: Replace the code that creates a corefile
7191 from a separate process with code that creates a corefile by
7192 making the inferior dump core.
7193
60fe1a51
MK
71942004-09-23 Mark Kettenis <kettenis@gnu.org>
7195
7196 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
7197 block.
7198
8e937346
MC
71992004-09-23 Michael Chastain <mec.gnu@mindspring.com>
7200
7201 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
7202 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
7203 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
7204 Likewise.
7205
7213f6d6
JJ
72062004-09-20 Jeff Johnston <jjohnstn@redhat.com>
7207
7208 * gdb.java/jprint.exp: New test case for java inferior call.
7209 * gdb.java/jprint.java: Ditto.
7210
eac69dca
JB
72112004-09-15 Joel Brobecker <brobecker@gnat.com>
7212
7213 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
7214
22227696
MC
72152004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7216
7217 * gdb.threads/killed.c: Include <stdlib.h>.
7218 * gdb.threads/pthreads.c: Likewise.
7219
7dd403a4
MC
72202004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7221
7222 * gdb.threads/killed.c: Add copyright notice.
7223
33f2d567
JM
72242004-09-10 Jason Molenda (jmolenda@apple.com)
7225
a9c64011
AS
7226 * gdb.base/define.exp: Two new tests to verify zero space chars
7227 after 'if' and 'while' commands in a user-defined command is correctly
7228 parsed.
33f2d567 7229
e05b62ac
AC
72302004-09-08 Andrew Cagney <cagney@gnu.org>
7231
7232 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
7233 delivery test with duplicate at end of file.
7234
9cbe82da
MK
72352004-09-06 Mark Kettenis <kettenis@jive.nl>
7236
7237 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
7238
564803d9
MC
72392004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7240
7241 * config/hppro.exp: Removed.
7242
7c6807ce
MC
72432004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7244
7245 * config/sparclet.exp: Removed.
7246
bf7e26dd
MC
72472004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7248
7249 * config/udi.exp: Removed.
7250
714e341b
MC
72512004-09-02 Michael Chastain <mec.gnu@mindspring.com>
7252
7253 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
7254 of "exp_continue".
7255 (advancei): Likewise.
7256
1236e623
JJ
72572004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7258
7259 * gdb.base/unload.exp: Fix so messages aren't duplicated.
7260
3bdcad15
MI
72612004-09-01 Manoj Iyer <manjo@austin.ibm.com>
7262
228af206 7263 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
7264 to check for nodebug in executable.
7265 * gdb.gdb/observer.exp (setup_test): Likewise.
7266 * gdb.gdb/selftest.exp (test_with_self): Likewise.
7267 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
7268
c72b934c
AC
72692004-09-01 Andrew Cagney <cagney@gnu.org>
7270
7271 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7272 files.
7273
edd9b715
JJ
72742004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7275
7276 * gdb.base/unload.exp: Fix expected warning message to match
7277 latest format.
7278
fb4ce06b
CV
72792004-09-01 Corinna Vinschen <vinschen@redhat.com>
7280
7281 * gdb.base/call-rt-st.exp: Fix typos.
7282
ce78e7c3
MI
72832004-08-31 Manoj Iyer <manjo@austin.ibm.com>
7284
7285 * gdb.threads/thread_check.exp: New testcase.
7286 * gdb.threads/thread_check.c: New testcase.
7287
2dedb159
AC
72882004-08-31 Andrew Cagney <cagney@gnu.org>
7289
7290 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
7291 (skip_to_handler_entry): New procedures. Test stepping into a
7292 handler when the breakpoint is at the handler's entry point.
7293
68f53502
AC
72942004-08-30 Andrew Cagney <cagney@gnu.org>
7295
7296 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
7297 gdb/1757.
7298
3e3ffd2b
MC
72992004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7300
7301 With code from Manoj Iyer <manjo@austin.ibm.com>:
7302 * lib/gdb.exp (gdb_file_cmd): Return more information in the
7303 return value. Add an arm for "no debugging symbols found".
7304 Change a stray "error" to "perror".
7305 (gdb_run_cmd): Adapt to new return value.
7306 * gdb.base/remote.exp: Adapt to new return value.
7307 * gdb.gdb/complaints.exp: Likewise.
7308 * gdb.gdb/observer.exp: Likewise.
7309 * gdb.gdb/selftest.exp: Likewise.
7310 * gdb.gdb/xfullpath.exp: Likewise.
7311
4b6f5fd2
JB
73122004-08-27 Joel Brobecker <brobecker@gnat.com>
7313
7314 * gdb.threads/bp_in_thread.exp: New testcase.
7315
e5b25496
MC
73162004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7317
7318 Fix PR testsuite/1735.
7319 * gdb.threads/schedlock.c (thread_function): Add a cast
7320 to suppress a gcc warning.
7321 * gdb.threads/thread-specific.c (thread_function): Likewise.
7322
934353d6
MC
73232004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7324
7325 * gdb.base/unload.c: Include <stdlib.h>.
7326
f98a0aef 73272004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 7328
f98a0aef 7329 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
7330 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
7331 synchronized after the "return".
7332
5a2e8882
MC
73332004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7334
7335 * gdb.mi/basics.c: Include <stdio.h>.
7336 * gdb.mi/pthreads.c: Include <stdlib.h>.
7337 * gdb.mi/var-cmd.c: Include <stdlib.h>.
7338
a9640423
MC
73392004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7340
7341 * gdb.threads/schedlock.c: Add copyright notice.
7342
b04e311d
AC
73432004-08-25 Andrew Cagney <cagney@gnu.org>
7344
7345 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
7346 (skip_over_handler, breakpoint_over_hander): New test procedures.
7347 (advance, advancei): Add a proper prefix, do not use
7348 rerun_to_main.
7349 * gdb.base/sigstep.c (main): Change to use an infinite loop.
7350
7c27f15b
MC
73512004-08-24 Michael Chastain <mec.gnu@mindspring.com>
7352
7353 * gdb.mi/basics.c: Add copyright notice.
7354 * gdb.mi/var-cmd.c: Add copyright notice.
7355
fffc87ae
MC
73562004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7357
7358 * lib/gdb.exp: Remove signed_keyword_not_used.
7359 * lib/compiler.c: Likewise.
7360 * lib/compiler.cc: Likewise.
7361
d782e0bf
MC
73622004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7363
7364 * gdb.base/whatis.c: Remove conditional disabling of "signed".
7365 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
7366
96033e83
MC
73672004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7368
7369 * gdb.base/whatis.c: Add copyright notice.
7370
cf38c229
MK
73712004-08-20 Mark Kettenis <kettenis@gnu.org>
7372
7373 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
7374 it to skip the breakpoints encoded in the inline assembly.
7375
f4b49756
MC
73762004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7377
7378 * Makefile.in: Add gdb.fortran.
7379
2f193b69
MC
73802004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7381
7382 * gdb.base/call-sc.exp (test_scalar_returns):
7383 Fix cut-and-paste glitch in "Make fun return now".
7384
89a237cb
MC
73852004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7386
7387 * configure.in: Add gdb.fortran.
7388 * configure: Regenerate.
7389 * gdb.fortran/Makefile.in: New file.
7390 * lib/gdb.exp (skip_fortran_tests): New procedure.
7391
469aff8e
MC
73922004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7393
7394 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
7395 reference to bug-gnu@prep.ai.mit.edu.
7396 * gdb.mi/mi-var-child.exp: Likewise.
7397 * gdb.mi/mi-var-cmd.exp: Likewise.
7398 * gdb.mi/mi-var-display.exp: Likewise.
7399 * gdb.mi/mi2-var-block.exp: Likewise.
7400 * gdb.mi/mi2-var-child.exp: Likewise.
7401 * gdb.mi/mi2-var-cmd.exp: Likewise.
7402 * gdb.mi/mi2-var-display.exp: Likewise.
7403
00b51b9f
MK
74042004-08-15 Mark Kettenis <kettenis@gnu.org>
7405
7406 * gdb.base/unload.c (main): Make local variable msg const.
7407
45f07fef
MC
74082004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7409
7410 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
7411 to bug-gnu@prep.ai.mit.edu.
7412 * gdb.mi/mi-disassemble.exp: Likewise.
7413 * gdb.mi/mi-eval.exp: Likewise.
7414 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
7415 default line number.
7416 * gdb.mi/mi-return.exp: Likewise.
7417 * gdb.mi/mi-simplerun.exp: Likewise.
7418 * gdb.mi/mi-stack.exp: Likewise.
7419 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
7420 number with explicit range test.
7421 * gdb.mi/mi-watch.exp: Likewise.
7422 * gdb.mi/mi2-break.exp: Likewise.
7423 * gdb.mi/mi2-cli.exp: Likewise.
7424 * gdb.mi/mi2-disassemble.exp: Likewise.
7425 * gdb.mi/mi2-eval.exp: Likewise.
7426 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
7427 default line number.
7428 * gdb.mi/mi2-return.exp: Likewise.
7429 * gdb.mi/mi2-simplerun.exp: Likewise.
7430 * gdb.mi/mi2-stack.exp: Likewise.
7431 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
7432 number with explicit range test.
7433 * gdb.mi/mi2-watch.exp: Likewise.
7434
dd8c8ee7
MC
74352004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7436
7437 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
7438 * gdb.cp/m-static.exp: Likewise.
7439 * gdb.cp/rtti.exp: Likewise.
7440
4e838464
MK
74412004-08-14 Mark Kettenis <kettenis@gnu.org>
7442
7443 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
7444
8d8cb839
EZ
74452004-08-14 Eli Zaretskii <eliz@gnu.org>
7446
7447 * ChangeLog: Prefix Local Variables with semi-colons and indent
7448 the reference to older ChangeLog files, to fix fontification in
7449 Emacs.
7450
deea8bb0
MC
74512004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7452
7453 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
7454 * gdb.mi/mi2-break.exp: Likewise.
7455
c3297504
MC
74562004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7457
7458 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
7459
25808999
MC
74602004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7461
7462 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
7463
226a8d71
MC
74642004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7465
7466 * gdb.cp/classes.exp: Remove unused declarations. Just let
7467 test names default instead of providing special names. Remove
7468 extraneous demangler test.
7469
37fdf854
JJ
74702004-08-12 Jeff Johnston <jjohnstn@redhat.com>
7471
7472 * gdb.base/unload.exp: New test for breakpoints in dynamically
7473 loaded libraries.
7474 * gdb.base/unload.c: Ditto.
7475 * gdb.base/unloadshr.c: Ditto.
7476
2d3a7986
MC
74772004-08-12 Michael Chastain <mec.gnu@mindspring.com>
7478
7479 * gdb.cp/classes.exp (test_ptype_class_objects): Call
7480 cp_test_ptype_class.
7481 (test_enums): Likewise.
7482
c72b934c
AC
74832004-08-10 Andrew Cagney <cagney@gnu.org>
7484
7485 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7486 files.
7487
cc503c8a
AC
74882004-08-10 Andrew Cagney <cagney@gnu.org>
7489
7490 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
7491 init_malloc call.
7492
902f2ccb
MC
74932004-08-10 Michael Chastain <mec.gnu@mindspring.com>
7494
7495 * ChangeLog: Add copyright notice. The notice is copied
7496 from emacs 21.3 top level ChangeLog.
7497
78c90502
MC
74982004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7499
7500 * lib/cp-support.exp: New file.
7501 * lib/cp-support.exp (cp_test_type_class): New function.
7502 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
7503 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
7504 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
7505 cp_test_ptype_class.
7506
88e5ea78
MC
75072004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7508
7509 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7510 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7511 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7512 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7513 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7514 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7515 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7516 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7517 gdb.mi/mi2-watch.exp: Update copyright years.
7518
6a89fc9c
MK
75192004-08-09 Mark Kettenis <kettenis@gnu.org>
7520
7521 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7522
1482e0de
MC
75232004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7524
7525 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7526 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7527 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7528 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7529 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7530 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7531 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7532 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7533 gdb.mi/mi-watch.exp: Update copyright years.
7534
1a5ce3f3
DJ
75352004-08-08 Daniel Jacobowitz <dan@debian.org>
7536
7537 PR gdb/1738
7538 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7539 from a breakpoint with a pending signal.
7540
04f6ecf2
DJ
75412004-08-08 Daniel Jacobowitz <dan@debian.org>
7542
7543 PR gdb/1736
7544 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7545 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7546 the prompt.
7547 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7548
54d90d35
DJ
75492004-08-08 Daniel Jacobowitz <dan@debian.org>
7550
7551 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7552
d2f6abb0
DJ
75532004-08-08 Daniel Jacobowitz <dan@debian.org>
7554
7555 PR gdb/1736
7556 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7557 for i?86-*-linux*.
7558
5598c03d
DJ
75592004-08-08 Daniel Jacobowitz <dan@debian.org>
7560
7561 * gdb.arch/i386-prologue.exp: Compile without debug information.
7562
c6fee705
MC
75632004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7564
7565 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7566 rather than asking gdb to search.
7567
dd90efdb
MC
75682004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7569
7570 * gdb.base/gcore.c: Include <string.h>.
7571
1e84bec1
MC
75722004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7573
7574 * gdb.base/gcore.c: Add copyright notice.
7575
e425eb2b
MC
75762004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7577
7578 * gdb.base/freebpcmd.c: Include <stdio.h>.
7579 * gdb.base/long_long.c: Include <string.h>.
7580 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7581 * gdb.base/siginfo.c: Include <string.h>.
7582 * gdb.base/sigstep.c: Include <string.h>.
7583
cb9aaed5
MC
75842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7585
7586 * gdb.base/complex.c: Include <stdlib.h>.
7587
55944f3d
MC
75882004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7589
7590 * gdb.base/complex.c: Add copyright notice.
7591
7b2953d9
MC
75922004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7593
7594 * gdb.base/charset.c: Include <stdlib.h>.
7595
c9133d23
MC
75962004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7597
7598 * gdb.base/auxv.c: Include <stdlib.h>.
7599
0a8490ad
MC
76002004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7601
7602 * gdb.base/auxv.c: Add copyright notice.
7603
3426d5ec
MC
76042004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7605
7606 * gdb.base/coremaker.c: Add copyright notice.
7607 * gdb.base/coremaker2.c: Add copyright notice.
7608
8da195dd
AC
76092004-08-04 Andrew Cagney <cagney@gnu.org>
7610
7611 * gdb.base/store.exp: Update copyright.
7612 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7613 names, do not import gdb_prompt.
7614
8d394f98
AC
76152004-08-01 Andrew Cagney <cagney@gnu.org>
7616
7617 Fix PR testsuite/1729.
7618 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7619 not use capture_value with value 4.
7620 (capture_value): Add optional test name parameter.
7621 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7622 the prefix, pass to capture_value.
7623
b6702b23
MK
76242004-08-01 Mark Kettenis <kettenis@gnu.org>
7625
7626 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7627 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7628 (main): Call new function.
7629
c203e0ca
MC
76302004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7631
7632 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7633
a7995a30
MC
76342004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7635
7636 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7637
9366563b
MC
76382004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7639
b6eeaf26 7640 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
7641 Accept more values of vtbl pointer. Remove some messages
7642 about "obsolete gcc or gdb".
7643
2fc1f950
MC
76442004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7645
7646 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7647
c724d49b
MC
76482004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7649
7650 * gdb.base/asm-source.exp: Properly convert target board
7651 debug flags from gcc format to binutils format.
7652
736b0fce
MK
76532004-07-28 Mark Kettenis <kettenis@gnu.org>
7654
7655 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7656 gdb1718". PR backtrace/1718 partially fixed.
7657
5633ea5c
JJ
76582004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7659
7660 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7661
575eebb1
NC
76622004-07-26 Nick Clifton <nickc@redhat.com>
7663
7664 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7665 good default value for a specific architecture is available then
7666 set it to that value. Otherwise default to the -gstabs switch.
7667 Remove the -g... switches from the asm-flags variable. Allow the
7668 target board info to override the value if it wants to. Pass the
7669 switch on the assembler command line.
7670
62104619
MK
76712004-07-23 Mark Kettenis <kettenis@gnu.org>
7672
7673 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7674 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7675 (main): Call new function.
7676
4a1135b8
MC
76772004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7678
7679 Test for PR exp/1715.
7680 * gdb.base/radix.exp: Refactor common procedures. Make all
7681 test names unique. Change XFAIL to KFAIL.
7682
8a12c1f0
MC
76832004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7684
7685 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7686 * gdb.ada/gnat_ada.gin: ... to here.
7687 * configure.in: Use gnat_ada.gin.
7688 * configure: Regenerate.
7689
23b451cf
AC
76902004-07-20 Andrew Cagney <cagney@gnu.org>
7691
7692 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7693 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7694 XFAILs. Clean up test messages and comments. Check backtraces.
7695 Delete re-sync code.
7696
ab618a02
MC
76972004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7698
7699 Fix PR cli/740.
7700 * gdb.base/annota1.exp: Honor gdb,nosignals.
7701 * gdb.base/annota3.exp: Likewise.
7702
46dad340
MC
77032004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7704
7705 * lib/java.exp: Update copyright notice.
7706
756d8c70
AC
77072004-07-19 Andrew Cagney <cagney@gnu.org>
7708
7709 * gdb.base/selftest.exp: Copy file from here ...
7710 * gdb.gdb/selftest.exp: ... to here.
7711
586027e6
AC
77122004-07-16 Andrew Cagney <cagney@redhat.com>
7713
7714 * lib/insight-support.exp: Delete file.
7715 * lib/java.exp (java_init): Fix copyright.
7716
029d2200
AC
77172004-07-16 Andrew Cagney <cagney@gnu.org>
7718
7719 * gdb.base/restore.c: Append "prologue" to comments marking the a
7720 function's prologue.
7721 * gdb.base/restore.exp: Update copyright, re-indent.
7722 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7723 callerN" prefix where needed. Update patterns that match a
7724 function's prologue.
7725
653b62c5
MC
77262004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7727
7728 * gdb.base/restore.c: Add copyright notice.
7729
f7d690e5
AC
77302004-07-16 Andrew Cagney <cagney@gnu.org>
7731
7732 * gdb.base/logical.exp: Update copyright.
7733 (evaluate): New procedure. Use to re-implement tests using
7734 several tables.
7735
d629a7cb
MH
77362004-07-14 Martin Hunt <hunt@redhat.com>
7737
7738 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7739 which fixes some problems where init.tcl was not found.
7740
9c7bb332
AC
77412004-07-13 Andrew Cagney <cagney@gnu.org>
7742
6bf46641
AC
7743 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7744 (check_sizeof, check_valueof): Do not include the output in the
7745 test name. Use gdb_test.
7746 (get_valueof): Use gdb_test_multiple.
7747
c4ffd4c0
AC
7748 * gdb.base/step-test.exp: Update copyright. Use
7749 gdb_test_multiple. Ensure that test names do not include
7750 architecture dependent output.
7751
ab89363a
AC
7752 * gdb.gdb/observer.exp: Update copyright.
7753 (setup_test): Use gdb_test_multiple.
7754 (attach_first_observer, attach_second_observer)
7755 (attach_third_observer, detach_first_observer)
7756 (detach_second_observer, detach_third_observer)
7757 (reset_counters, check_counters): Make $message a prefix.
7758 (test_normal_stop_notifications): Add "args" parameter - a list of
7759 init functions to be called. Make $message a prefix,
7760 (test_observer_normal_stop): Change the message prefixes so that
7761 they are unique, pass the attach / detach procedures to
7762 test_normal_stop_notifications.
7763
ec58997a
AC
7764 * gdb.base/signull.exp (test_segv): Prefix all tests with
7765 "${name}". Clean up test messages.
7766
b475183b
AC
7767 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7768
9c7bb332
AC
7769 * gdb.base/ena-dis-br.exp: Update copyright.
7770 (break_at): New function. Replace send_gdb with gdb_test,
7771 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7772 ignore count, not stopped at bpt", with KFAIL.
7773
2dd95497
CV
77742004-07-13 Corinna Vinschen <vinschen@redhat.com>
7775
7776 * gdb.base/attach.exp: Remove cleanupfile handling.
7777
419e626b
AC
77782004-07-12 Andrew Cagney <cagney@gnu.org>
7779
7780 * gdb.base/annota1.exp: Cleanup corefile test name.
7781 * gdb.base/annota3.exp: Ditto.
7782
8b1b3228
AC
77832004-07-12 Andrew Cagney <cagney@gnu.org>
7784
78650829
AC
7785 * gdb.base/signals.exp: Clean up copyright, re-indent.
7786
8b1b3228
AC
7787 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7788 gdb_test and gdb_test_multiple.
7789
935c2760
JJ
77902004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7791
7792 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 7793 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
7794 provide line number info for first statement in main.
7795
1544280f
AC
77962004-07-08 Andrew Cagney <cagney@gnu.org>
7797
1279f4ff
AC
7798 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7799
1544280f
AC
7800 * gdb.base/sigbpt.exp: Make the common part of each test name a
7801 prefix instead of suffix.
7802
bcc82369
BR
78032004-07-07 Bob Rossi <bob_rossi@cox.net>
7804
7805 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7806 test from test_tbreak_creation_and_listing to
7807 test_file_list_exec_source_file
7808 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7809 Changed name of test from test_tbreak_creation_and_listing to
7810 test_file_list_exec_source_file
7811
23f4b0aa
JJ
78122004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7813
7814 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7815 the jmisc() constructor instead of <init>.
7816 * gdb.java/jmisc1.exp: Ditto.
7817
56401cd5
AC
78182004-07-07 Andrew Cagney <cagney@gnu.org>
7819
7820 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7821 corrupting the PC.
7822
44ae2f6a
MC
78232004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7824
7825 * gdb.cp/templates.exp: Accept whitespace change in demangler
7826 output.
7827
45a83408
AC
78282004-07-06 Andrew Cagney <cagney@gnu.org>
7829
7830 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7831
d205ad70
MC
78322004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7833
7834 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7835 * lib/compiler.cc: Likewise.
7836
06ea1a61
MC
78372004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7838
7839 * lib/compiler.cc: Work around string preprocessing problem
7840 with old hp c++ compiler.
7841 * lib/compiler.c: Likewise.
7842
daab1251
CV
78432004-06-29 Corinna Vinschen <vinschen@redhat.com>
7844
7845 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7846 directives to conditionalize symbol prefixing.
7847 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7848 additional_flags handling. Add underscore prefix for Cygwin.
7849 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7850 conditionalize symbol prefixing.
7851 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7852 additional_flags handling. Add underscore prefix for Cygwin.
7853
cc984116
CV
78542004-06-29 Corinna Vinschen <vinschen@redhat.com>
7855
7856 * gdb.base/bigcore.exp: Skip test on Cygwin.
7857
c279b077
MC
78582004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7859
7860 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7861 formats for "info register". Use gdb_test_multiple. Fix
7862 the "invalid register" test.
7863
0e915747
CV
78642004-06-28 Corinna Vinschen <vinschen@redhat.com>
7865
7866 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7867 PID for Cygwin. Add Cygwin specific strings to check for in some
7868 tests.
7869 (do_attach_tests): Add a test for user interaction when attaching
7870 to a process with no matching symbol table already loaded.
7871
11422c86
AC
78722004-06-26 Andrew Cagney <cagney@gnu.org>
7873
7874 Test PR java/1567 and PR java/1565.
7875 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7876 * gdb.java/jmisc2.exp: Delete file.
7877
cefbce26
MC
78782004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7879
7880 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7881
e19f872c
CV
78822004-06-25 Corinna Vinschen <vinschen@redhat.com>
7883
7884 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7885 attach process.
7886
d931ba3b
MC
78872004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7888
7889 * gdb.cp/pr-1553.exp: Remove.
7890
aef68c48
MC
78912004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7892
7893 * gdb.cp/pr-1553.cc: Remove.
7894 * gdb.cp/pr-1553.exp: Disable this test.
7895
8d5df71a
JB
78962004-06-20 Jim Blandy <jimb@redhat.com>
7897
a9c64011 7898 Fix PR testsuite/1680.
8d5df71a
JB
7899 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7900 regular expressions.
7901
4ac6f39d
MC
79022004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7903
7904 Fix PR testsuite/1679.
7905 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7906 Issue an UNSUPPORTED result instead.
7907
1b413552
JB
79082004-06-18 Jim Blandy <jimb@redhat.com>
7909
7910 * gdb.base/charset.exp: Only send a control-C if we see a new
7911 prompt and incomplete command.
7912
6daa6ebd
MC
79132004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7914
7915 * gdb.cp/pr-574.cc: Add copyright notice.
7916
51fa4ae0
JB
79172004-06-17 Jim Blandy <jimb@redhat.com>
7918
7919 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7920 cases where the regexp has no groups; this grabs random text from
7921 the previous test suite, whatever that was.
7922
8fea26c5
MC
79232004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7924
7925 * gdb.cp/printmethod.cc: Add copyright notice.
7926
1e3aeb41
MC
79272004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7928
7929 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7930
9d9030bc
AC
79312004-06-16 Andrew Cagney <cagney@gnu.org>
7932
7933 * gdb.base/signull.c: Update copyright. Include <string.h>.
7934 (bowler): Replace data_pointer with data_read
7935 and data_write cases. Add code_descriptor case.
7936 (zero, desc): New array and pointer.
7937 (data, code): Change to simple pointers.
7938 * gdb.base/signull.exp: Fix probe pattern matching a function
7939 descriptor SIGSEGV. Replace data_pointer with data_read and
7940 data_write tests.
7941
acd4ad44
AC
79422004-06-16 Andrew Cagney <cagney@gnu.org>
7943
7944 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7945
08fd625c
MC
79462004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7947
7948 * gdb.base/long_long.c: Add copyright notice.
7949
1903502c
MC
79502004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7951
7952 * gdb.base/long_long.exp: Remove reference to
7953 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7954 to gdb_breakpoint and gdb_continue_to_breakpoint.
7955
83313cb1
JB
79562004-06-14 Jim Blandy <jimb@redhat.com>
7957
7958 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7959 endian case.
7960
1bf404ef
AC
79612004-06-14 Andrew Cagney <cagney@gnu.org>
7962
7963 * gdb.base/gcore.exp (capture_command_output): Delete the always
7964 passing tests containing inferior values.
7965 * gdb.base/ending-run.exp: Do not include the breakpoint address
7966 in the test message. Update copyright.
7967 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7968 size in the test name, use gdb_test_multiple. Update copyright.
7969
ef220b33
MC
79702004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7971
7972 * gdb.cp/ref-types.cc: Add copyright notice.
7973
4f70a4c9
MC
79742004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7975
7976 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7977 hp_aCC_compiler.
7978 * lib/compiler.cc: Likewise.
7979 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7980 'set' commands. Log diagnostics for other lines. Set
7981 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7982
335928ac
MC
79832004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7984
7985 * gdb.cp/try_catch.cc: Add copyright notice.
7986
2efb12e8
MC
79872004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7988
7989 * gdb.cp/userdef.cc: Add copyright notice.
7990
0bbed51a
MC
79912004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7992
7993 * gdb.cp/virtfunc.cc: Add copyright notice.
7994
e12a46c9
RC
79952004-06-11 Randolph Chung <tausq@debian.org>
7996
7997 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7998 problem.
7999
338e05af
AC
80002004-06-10 Andrew Cagney <cagney@gnu.org>
8001
8002 * lib/compiler.cc, lib/compiler.c: Append either
8003 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
8004 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
8005 instead of gcc-3-3.
8006
dc3f10cb
AC
80072004-06-09 Andrew Cagney <cagney@gnu.org>
8008
b4d946af
AC
8009 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
8010 gdb/1455, bug is specific to "long long" and "double".
a9c64011 8011
dc3f10cb
AC
8012 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
8013 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
8014 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
8015 fixed.
8016
b5c0bfa2
AC
80172004-06-09 Andrew Cagney <cagney@gnu.org>
8018
8019 * gdb.base/structs.exp (test_struct_returns): Replace
8020 "return_value_unknown" and "finish_value_unknown" by
8021 "return_value_known" and "finish_value_known". Instead of
8022 "return_value_unknown" iff "finish_value_unknown", check
8023 "return_value_known" implies "finish_value_known".
8024
caeb605f
MH
80252004-06-08 Martin Hunt <hunt@redhat.com>
8026
8027 * gdb.base/float.exp: Add pattern for mips targets.
8028
c892bb64
RC
80292004-06-08 Randolph Chung <tausq@debian.org>
8030
8031 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
8032 message for unknown architectures more clear.
8033
48306d3e
JB
80342004-06-08 Joel Brobecker <brobecker@gnat.com>
8035
8036 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
8037 start the execution of the program.
8038
83ecb59f
JB
80392004-06-07 Jim Blandy <jimb@redhat.com>
8040
8041 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
8042 * gdb.arch/i386-cpuid.h: New helper file.
8043
55264cb4
RC
80442004-06-07 Randolph Chung <tausq@debian.org>
8045
8046 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
8047 has started.
8048
23cadb28
RM
80492004-06-04 Roland McGrath <roland@redhat.com>
8050
8051 Fix PR gdb/1647.
8052 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
8053 differently to be robust to output buffering differences.
8054
51d01eda
MC
80552004-06-04 Michael Chastain <mec.gnu@mindspring.com>
8056
8057 * gdb.threads/pthreads.exp: Update copyright years.
8058 (check_control_c): Change asynchronous 'after' to synchronous.
8059
f4fc3b93
RM
80602004-06-04 Roland McGrath <roland@redhat.com>
8061
8062 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
8063 next gdb prompt.
8064
4013522b
MC
80652004-06-02 Michael Chastain <mec.gnu@mindspring.com>
8066
8067 Fix PR gdb/1636.
8068 * gdb.threads/manythreads.exp: Change asynchronous 'after'
8069 calls to synchronous.
8070
7a8f1e6b
JB
80712004-05-26 Jim Blandy <jimb@redhat.com>
8072
8073 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
8074
81bb3443
RC
80752004-05-24 Randolph Chung <tausq@debian.org>
8076
8077 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
8078 * gdb.asm/pa.inc: New file.
8079
8f5a3103
MK
80802004-05-22 Mark Kettenis <kettenis@gnu.org>
8081
8082 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
8083
734b8fe8 80842004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 8085 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
8086
8087 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
8088 GDB prompt.
8089
725603e1
UW
80902004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8091
f4fc3b93 8092 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
8093 setjmp/longjmp. Use sigaction instead of signal.
8094
8b923272 80952004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 8096 Michael Snyder <msnyder@redhat.com>
8b923272
JB
8097
8098 * gdb.threads/pthread_cond_wait.c: New file.
8099 * gdb.threads/pthread_cond_wait.exp: New testcase.
8100
8bfabb04
AC
81012004-05-13 Andrew Cagney <cagney@redhat.com>
8102
8103 * gdb.base/signull.exp, gdb.base/signull.c: New files.
8104 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
8105
42edda50
AC
81062004-05-11 Andrew Cagney <cagney@redhat.com>
8107
8108 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
8109 fixed but revealed gdb/1639.
8110
d303a6c7
AC
81112004-05-10 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
8114 func1" and "next to 2nd alarm", kernel bug avoided.
8115
bf08c2a1
DJ
81162004-05-10 Daniel Jacobowitz <dan@debian.org>
8117
8118 PR external/1568
8119 * gdb.base/bigcore.exp: Check the size of the dumped core file.
8120 XFAIL if it is smaller than bytes_allocated.
8121 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
8122 (main): Make chunks_allocated unsigned. Correct comment.
8123
c0586a34
JB
81242004-05-07 Joel Brobecker <brobecker@gnat.com>
8125
8126 * gdb.arch/powerpc-aix-prologue.c: New file.
8127 * gdb.arch/powerpc-aix-prologue.exp: New file.
8128
f2785d12
JB
81292004-05-07 Jim Blandy <jimb@redhat.com>
8130
8131 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
8132 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
8133
bd7f6e30
JB
81342004-05-06 Joel Brobecker <brobecker@gnat.com>
8135
8136 * gdb.base/sep.exp: No longer setup_kfail when the program was
8137 built with dwarf2.
8138
0a5e7efe
JI
81392004-05-05 Jim Ingham <jingham@apple.com>
8140
8141 * gdb.base/pending.exp: Make sure pending breakpoints
8142 preserve the ignore count.
f4fc3b93 8143
a8958849
MK
81442004-04-27 Jerome Guitton <guitton@gnat.com>
8145
8146 * i386-prologue.exp: Add testcase for jump instruction as first
8147 instruction of the real code.
8148 * i386-prologue.c (jump_at_beginning): New function.
8149
7e103f5b
MK
81502004-04-28 Mark Kettenis <kettenis@gnu.org>
8151
8152 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
8153 x86_64-*-*.
8154
5d38b224
MK
81552004-04-28 Mark Kettenis <kettenis@gnu.org>
8156
8157 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
8158 i*86-*-*.
8159
0ef32fd9
MK
81602004-04-25 Mark Kettenis <kettenis@gnu.org>
8161
8162 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
8163 expression that checks the return type.
8164
71d7dd7c
AC
81652004-04-23 Andrew Cagney <cagney@redhat.com>
8166
8167 * gdb.base/call-sc.exp: New test of scalar call/return values.
8168 * gdb.base/call-sc.c: Ditto.
8169
1e9f977e
JJ
81702004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8171
8172 * gdb.threads/manythreads.c: Reduce thread stack size.
8173
899d9e3a
JJ
81742004-04-23 Jeff Johnston <jjohnstn@redhat.com>
8175
8176 * gdb.threads/manythreads.c: Add copyright notice.
8177
61bcae62
AC
81782004-04-23 Andrew Cagney <cagney@redhat.com>
8179
8180 * gdb.base/siginfo.exp: Better handle step out of signal.
8181 * gdb.base/sigstep.exp: Ditto.
8182
7339a42e 81832004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 8184 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
8185
8186 * gdb.threads/manythreads.c: New testcase.
8187 * gdb.threads/manythreads.exp: Ditto.
8188
5c98409b
JB
81892004-04-22 Jim Blandy <jimb@redhat.com>
8190
8191 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
8192 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
8193
3b611f1a
MC
81942004-04-21 Michael Chastain <mec.gnu@mindspring.com>
8195
8196 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
8197
f0fd9238
AC
81982004-04-21 Andrew Cagney <cagney@redhat.com>
8199
8200 * gdb.base/sigstep.c: New file.
8201 * gdb.base/sigstep.exp: New file.
8202
90990674
JB
82032004-04-16 Joel Brobecker <brobecker@gnat.com>
8204
8205 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
8206 call to observer_notify_normal_stop.
8207
78cef34b
AC
82082004-04-15 Andrew Cagney <cagney@redhat.com>
8209
8210 * gdb.base/siginfo.c: New file.
8211 * gdb.base/siginfo.exp: New file.
8212
d2343407
JB
82132004-04-12 J. Brobecker <brobecker@gnat.com>
8214
8215 * gdb.base/sep.exp: Fix typo in comment.
8216
a2dba3c8
JB
82172004-04-12 J. Brobecker <brobecker@gnat.com>
8218
8219 * gdb.base/sep.c: New file.
8220 * gdb.base/sep-proc.c: New file.
8221 * gdb.base/sep.exp: New testcase.
8222
15f7b60e
MK
82232004-04-09 Mark Kettenis <kettenis@gnu.org>
8224
8225 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
8226 support.
8227
44f4de1a
AC
82282004-04-05 Andrew Cagney <cagney@redhat.com>
8229
8230 * gdb.base/sigaltstack.c: New file.
8231 * gdb.base/sigaltstack.exp: New file.
8232
ef04f396
JB
82332004-04-04 Joel Brobecker <brobecker@gnat.com>
8234
8235 * gdb.base/foll-fork.exp: Update the expected output for
8236 "help set follow-fork-mode", to match a change that was made
8237 to the help of this variable on 2004-01-13.
8238
d40d2c92
JB
82392004-04-01 Joel Brobecker <brobecker@gnat.com>
8240
8241 * lib/ada.exp: Add copyright notice.
8242 * bar.ads: Likewise.
8243 * bar.adb: Likewise.
8244 * null_record.adb: Likewise.
8245 * null_record.exp: Likewise.
8246 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
8247
f86ef5a3
JB
82482004-04-01 Joel Brobecker <brobecker@gnat.com>
8249
8250 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
8251 * configure: Regenerate.
8252
414e70e3
JB
82532004-04-01 Joel Brobecker <brobecker@gnat.com>
8254
8255 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
8256 to build the application. Remove the message printed when in
8257 verbose mode, redundant with the UNSUPPORTED message above.
8258
f0aaee49
JB
82592004-03-31 Joel Brobecker <brobecker@gnat.com>
8260
8261 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
8262 * gdb.ada (null_record.exp): New testcase.
8263
ac81cb54
JB
82642004-03-31 Joel Brobecker <brobecker@gnat.com>
8265
8266 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
8267
854af2f7
JB
82682004-03-31 Joel Brobecker <brobecker@gnat.com>
8269
8270 * gdb.ada: New subdirectory.
8271 * gdb.ada/Makefile.in: New file.
8272 * gdb.ada/gnat_ada.gpr.in: New file.
8273
034cb681
JB
82742004-03-31 Joel Brobecker <brobecker@gnat.com>
8275
8276 * lib/ada.exp: New file.
8277
78a1a894
DJ
82782004-03-24 Daniel Jacobowitz <drow@mvista.com>
8279
8280 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
8281 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
8282
4b2b3b3e
AC
82832004-03-22 Andrew Cagney <cagney@redhat.com>
8284
8285 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
8286 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8287 Problem identified by Ulrich Weigand.
8288
23c73aa3
DC
82892004-03-17 David Carlton <carlton@kealia.com>
8290
8291 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
8292 PR c++/826.
8293
d63a86f8
RM
82942004-03-16 Roland McGrath <roland@redhat.com>
8295
8296 * gdb.base/auxv.exp: New file.
8297 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
8298
0e02aa50
DC
82992004-03-12 David Carlton <carlton@kealia.com>
8300
8301 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
8302 * gdb.cp/pr-1553.cc: Ditto.
8303 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
8304 pass branch.
8305
c20b71be
MC
83062004-03-12 Michael Chastain <mec.gnu@mindspring.com>
8307
8308 * gdb.cp/templates.exp: Accept more template types.
8309
c7414a01
MC
83102004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8311
8312 From Corinna Vinschen with modifications.
8313 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
8314 local variable obj_with_enum.
8315 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
8316 results with obj_with_enum.
8317
ed69573c
MC
83182004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8319
8320 * gdb.cp/classes.cc: New file, copied from misc.cc.
8321 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
8322
28301461
MC
83232004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8324
8325 * gdb.cp/misc.cc: Add copyright notice.
8326
1198ecbe
DC
83272004-03-05 David Carlton <carlton@kealia.com>
8328
8329 * gdb.cp/rtti.exp: Add 'print *obj3' test.
8330 * gdb.cp/rtti.h: Update copyright.
8331 (namespace n2::n3): New.
8332 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
8333 (n2::n3::func3): New.
8334 (main): Call n2::n3::func3.
8335 * gdb.cp/rtti2.cc: Update copyright.
8336 (n2::create3): New.
8337
9e08c470
MK
83382004-03-04 Mark Kettenis <kettenis@gnu.org>
8339
8340 * gdb.asm/openbsd.inc: Fix typo.
8341
4bebc3aa
FF
83422004-03-03 Fred Fish <fnf@redhat.com>
8343
8344 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
8345 "val" instead of unused "size". Update copyright year.
8346
6ea9fb37
DJ
83472004-02-29 Daniel Jacobowitz <drow@mvista.com>
8348
8349 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
8350 to use unsigned char.
8351 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
8352 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
8353
23b23974
DJ
83542004-02-29 Daniel Jacobowitz <drow@mvista.com>
8355
8356 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
8357 line of output.
8358
7574fd53
DJ
83592004-02-28 Daniel Jacobowitz <drow@mvista.com>
8360
8361 * gdb.base/relocate.c (dummy): Initialize.
8362
a195357f
DJ
83632004-02-28 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
8366 a breakpoint at exit.
8367
72fd54a9
FF
83682004-02-27 Fred Fish <fnf@redhat.com>
8369
8370 * gdb.base/chng-syms.exp: Add expect condition to match failing
8371 case that isn't a timeout.
8372
b9d23137
AC
83732004-02-27 Andrew Cagney <cagney@redhat.com>
8374
8375 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
8376 support.
8377
15d208f6 83782004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 8379
15d208f6
FF
8380 * gdb.arch/gdb1431.c: Remove.
8381 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
8382 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
8383 of "until" incorrectly.
8384
98f9cd2d
JB
83852004-02-26 J. Brobecker <brobecker@gnat.com>
8386
8387 * gdb.cp/class2.cc (empty): New class.
8388 (refer): New function.
8389 (main): Declare an object of type empty and use it.
8390 * gdb.cp/class2.exp: Print the value of an object of type empty.
8391
9b50c11b
JJ
83922004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8393
8394 * gdb.base/langs.exp: Update query string to match the
8395 new nquery format used for pending breakpoints.
8396
0dcd613f
AC
83972004-02-26 Andrew Cagney <cagney@redhat.com>
8398
8399 Fix PR i18n/1570.
8400 * gdb.base/charset.c: Update copyright notice.
8401 (main, init_string): Remove the escape character '\e' tests.
8402 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
8403 * gdb.base/charset.exp (valid_host_charset): Ditto.
8404 * gdb.base/setvar.exp: Ditto.
8405
b8a56647
AC
84062004-02-24 Andrew Cagney <cagney@redhat.com>
8407
90d59e34
AC
8408 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
8409 mmapped data in core file" PASS and FAIL messages consistent.
8410
b8a56647
AC
8411 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
8412 setting a breakpoint. Work around PR java/1565.
8413
9f27c604
JJ
84142004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8415
8416 * lib/gdb.exp (gdb_breakpoint): Update query string to match
8417 new nquery format.
8418 * gdb.base/pending.exp: Ditto.
8419
3224a706
MK
84202004-02-22 Mark Kettenis <kettenis@gnu.org>
8421
8422 * configure.in: Run stabs tests on *BSD.
8423 * configure: Regenerated.
8424
41e0a9ca
MK
84252004-02-21 Mark Kettenis <kettenis@gnu.org>
8426
8427 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
8428
1e1b3428
FF
84292004-02-20 Fred Fish <fnf@redhat.com>
8430
8431 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
8432 blank in test for "returns short", for consistency with other
8433 "returns xxx" tests. Update copyright year.
8434
f9a7572a
FF
84352004-02-19 Fred Fish <fnf@redhat.com>
8436
8437 New testcase for PR breakpoint/1558.
8438 * gdb.arch/gdb1558.exp: New file.
8439 * gdb.arch/gdb1558.c: New file.
8440
b2ce2854
EZ
84412004-02-19 Elena Zannoni <ezannoni@redhat.com>
8442
8443 * gdb.base/nodebug.exp: Fix typo.
8444
e7c9ff01
JB
84452004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8446
8447 Committed by Jim Blandy <jimb@redhat.com>.
8448
62f4b920
JB
8449 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
8450
2db536a1
JB
8451 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
8452
e7c9ff01
JB
8453 * gdb.base/float.exp: Support s390*-*-* targets.
8454
f3205b34
AF
84552004-02-17 Adam Fedor <fedor@gnu.org>
8456
8457 * gdb.base/gdb1555.exp: New file.
8458 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
8459
9d62932d
EZ
84602004-02-17 Elena Zannoni <ezannoni@redhat.com>
8461
8462 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
8463
344c9711
FF
84642004-02-16 Fred Fish <fnf@redhat.com>
8465
8466 * gdb.arch/gdb1291.c: Remove
8467 * gdb.arch/gdb1291.s: New test input file.
8468 * gdb.arch/gdb1291.exp: Expand test to check case that should not
8469 fail. Test for correct result, known incorrect result, other
8470 failures and timeouts.
8471
2d822687
AC
84722004-02-16 Andrew Cagney <cagney@redhat.com>
8473
8474 * gdb.base/bigcore.exp: New file.
8475 * gdb.base/bigcore.c: New file.
8476
dac15b66
AC
84772004-02-13 Andrew Cagney <cagney@redhat.com>
8478
8479 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
8480 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
8481 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
8482 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
8483 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
8484 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
8485 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
8486 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
8487 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
8488 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
8489
6bdfc2c4
JJ
84902004-02-11 Jeff Johnston <jjohnstn@redhat.com>
8491
8492 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
8493 executed is an alloc instruction.
8494
87b3ede8
DC
84952004-02-11 David Carlton <carlton@kealia.com>
8496
8497 * gdb.cp/breakpoint.exp: New.
8498 * gdb.cp/breakpoint.cc: New.
8499
6e19e2bf
MC
85002004-02-11 Michael Chastain <mec.gnu@mindspring.com>
8501
8502 Partial fix for PR gdb/1543.
8503 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
8504 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
8505 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
8506 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
8507 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8508 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8509 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8510 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8511 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8512 to bug-gdb@prep.ai.mit.edu .
8513 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8514 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8515 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8516 Likewise.
8517
5c5455dc
AC
85182004-02-10 Andrew Cagney <cagney@redhat.com>
8519
8520 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8521 using gdb_internal_error_resync.
8522
9cf689d7
DJ
85232004-02-09 Daniel Jacobowitz <drow@mvista.com>
8524
8525 * gdb.threads/thread-specific.exp: Stop early if no threads are
8526 found.
8527
d2dc51db
MC
85282004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8529
8530 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8531
14b1a056
DJ
85322004-02-08 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8535 breakpoints.
8536
83f66e8f
DJ
85372004-02-07 Daniel Jacobowitz <drow@mvista.com>
8538
8539 * config/sim.exp (gdb_load): Handle $arg == "".
8540 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8541 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8542
30fc0091
EZ
85432004-02-07 Elena Zannoni <ezannoni@redhat.com>
8544
a9c64011
AS
8545 * gdb.base/maint.exp: Update test to reflect
8546 obstack changes.
30fc0091 8547
4d806929
JJ
85482004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8549
8550 * gdb.base/pendshr.c (pendfunc): New function that calls
8551 pendfunc1.
8552 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8553
7bfdd688
FF
85542004-02-04 Fred Fish <fnf@redhat.com>
8555
8556 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8557 function symbols and update copyright years.
8558 * gdb.arch/gdb1291.c: Ditto.
8559
aaa08ee4
MC
85602004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8561
8562 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8563
dbad7755
MC
85642004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8565
8566 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8567
ec4646ef
MC
85682004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8569
8570 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8571
1b802196
FF
85722004-02-02 Fred Fish <fnf@redhat.com>
8573
8574 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8575 remote targets. Update copyright years.
8576
18fe2033
JJ
85772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8578
8579 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8580 support.
8581 * gdb.base/langs.exp: Fix test which attempts to create
8582 breakpoint on non-existent function to handle new pending
8583 support.
8584 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8585 a breakpoint.
8586 * gdb.base/pending.exp: New test.
8587 * gdb.base/pending.c: New file.
8588 * gdb.base/pendshr.c: Ditto.
8589
8d577d32
DC
85902004-02-02 David Carlton <carlton@kealia.com>
8591
8592 * gdb.cp/overload.exp: Add overloadNamespace tests.
8593 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8594 (overloadNamespace, XXX): New.
8595 (main): Call XXX::marker2.
8596
3ad13771
FF
85972004-02-01 Fred Fish <fnf@redhat.com>
8598
8599 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8600 * gdb.base/finish.exp: Ditto.
8601 * gdb.base/gcore.exp: Ditto.
8602 * gdb.base/huge.exp: Ditto.
8603 * gdb.base/info-proc.exp: Ditto.
8604 * gdb.base/return2.exp: Ditto.
8605 * gdb.threads/gcore-thread.exp: Ditto.
8606
44c75849
DJ
86072004-02-01 Daniel Jacobowitz <drow@mvista.com>
8608
8609 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8610
005bc093
MK
86112004-02-01 Mark Kettenis <kettenis@gnu.org>
8612
8613 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8614 that opening the file succeeds on OpenBSD.
8615
c47cebdb
DJ
86162004-02-01 Daniel Jacobowitz <drow@mvista.com>
8617
8618 * gdb.threads/thread-specific.c: New file.
8619 * gdb.threads/threads-specific.exp: New test script.
8620 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8621 to expect_out.
8622
5a01311c
MK
86232004-02-01 Mark Kettenis <kettenis@gnu.org>
8624
8625 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8626 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8627 only on the "print_small_structs from print_long_arg_list" test.
8628
ce22a4f1
DJ
86292004-02-01 Daniel Jacobowitz <drow@mvista.com>
8630
8631 * gdb.base/completion.exp: Kill a stray backslash.
8632
8633 From Jim Ingham <jingham@apple.com>:
8634 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8635 agrees with the result from sending a tab.
8636
abbab9d3
DJ
86372004-01-31 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * gdb.base/chng-syms.exp: Remove stray newline.
8640
53904d1e
MK
86412004-01-31 Mark Kettenis <kettenis@gnu.org>
8642
8643 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8644 *-*-openbsd*.
8645 * gdb.asm/openbsd.inc: New file.
8646
3a4b3aac
MK
86472004-01-30 Mark Kettenis <kettenis@gnu.org>
8648
8649 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8650 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8651 *-*solaris2*. Remove commented out default settings for
8652 asm-flags. Replace gdb_compile with target_link.
8653
ebac27b4
MC
86542004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8655
8656 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8657 for all tests. Remove old hp-ux and cygnus xfail cases.
8658
d8679d84
PH
86592004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8660
8661 * gdb.base/chng-syms.exp: New file.
8662 * gdb.base/chng-syms.c: New file.
8663
0a55bc22
MC
86642004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8665
8666 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8667 Provide arms for current output in all my configurations.
8668
94b8e876
MC
86692004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8670
8671 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8672 * lib/compiler.cc: Likewise.
8673 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8674 get the right preprocessor. Eval the output directly. Remove
8675 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8676 hp_f77_compiler and hp_f90_compiler completely.
8677 (gdb_preprocess): Delete.
8678 (get_compiler): Delete.
8679
7cf03d44
MK
86802004-01-24 Mark Kettenis <kettenis@gnu.org>
8681
8682 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8683 <string.h>.
8684
68b6dce9
NR
86852004-01-24 Nick Roberts <nick@nick.uklinux.net>
8686
8687 * gdb.mi/mi-stack.exp: Update copyright.
8688
b368761e
DC
86892004-01-23 David Carlton <carlton@kealia.com>
8690
8691 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8692 test for cp_lookup_transparent_type.
8693 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8694 call them.
8695
f2061b53
DJ
86962004-01-23 Daniel Jacobowitz <drow@mvista.com>
8697
8698 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8699 after -var-update.
8700
37fc574a
DC
87012004-01-23 David Carlton <carlton@kealia.com>
8702
8703 * gdb.cp/namespace.cc (C::ensureRefs): New.
8704 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8705
8e94b928
NR
87062004-01-20 Nick Roberts <nick@nick.uklinux.net>
8707
8708 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8709 case "-stack-list-locals 2".
8710 * gdb.mi/mi-var-child.exp: Test for case
8711 "-var-list-children --all-values NAME".
8712
997b0952
MC
87132004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8714
8715 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8716
52470da3
MK
87172004-01-18 Mark Kettenis <kettenis@gnu.org>
8718
7049b4b8
MK
8719 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8720 used with gdb_test_multiple.
8721
52470da3
MK
8722 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8723 read at address 0. This fixes PR testsuite/1504.
8724
da6012e5
DJ
87252004-01-18 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8728 Remove downloading, guessing the host executable, the calls to
8729 gdb_file_cmd and gdb_target_cmd, and "load" support.
8730 (infer_host_exec): New function broken out from gdb_load.
8731 (gdb_load): New wrapper for gdbserver_gdb_load.
8732 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8733 gdb_target_cmd. Use -target-select.
8734 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8735 Download binaries to the host. Clear last_mi_remote_file when
8736 we load a new binary.
8737 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8738 call gdbserver_gdb_load and mi_gdb_target_cmd.
8739
32c70722
MC
87402004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8741
8742 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8743 type patterns.
8744
b0cecf36
MC
87452004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8746
8747 * gdb.cp/templates.exp: Fix typo in test name of
8748 "print Foo<volatile char*>::foo".
8749
4120d7e6
MC
87502004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8751
8752 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8753
f679e530
BE
87542004-01-16 Ben Elliston <bje@wasabisystems.com>
8755
8756 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8757 (clean mostlyclean): Remove empty rm.
8758
091c48f6
MC
87592004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8760
8761 * gdb.base/setvar.exp: Add copyright years.
8762
3e5fc8d2
DC
87632004-01-14 David Carlton <carlton@bactrian.org>
8764
8765 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8766 PR c++/1511 and update coment.
8767 * gdb.cp/templates.exp: Update patterns to match current output.
8768 If changes involve something other than whitespace, KFAIL
8769 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8770
63d06c5c
DC
87712004-01-14 David Carlton <carlton@kealia.com>
8772
8773 * gdb.cp/namespace.exp: Add tests involving classes defined within
8774 namespaces.
8775 * gdb.cp/namespace.cc (C::CClass): New.
8776 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8777
a51dab88
EZ
87782004-01-14 Elena Zannoni <ezannoni@redhat.com>
8779
8780 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8781 what debug info we have. Print a better message if something goes
8782 wrong while producing the separate debug info file.
8783
a476ccc9
MC
87842004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8785
8786 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8787
f453692c
MC
87882004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8789
8790 * gdb.base/callfuncs.c: Add copyright notice.
8791
f40063a5
MC
87922004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8793
8794 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8795 inheritance. PR gdb/1498, PR gcc/13539.
8796
19ac3974
EZ
87972004-01-13 Elena Zannoni <ezannoni@redhat.com>
8798
a9c64011
AS
8799 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8800 test specific name.
8801 * gdb.mi/gdb669.exp: Ditto.
8802 * gdb.mi/mi-pthreads.exp: Ditto.
8803 * gdb.mi/mi1-pthreads.exp: Ditto.
8804 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 8805
56c97c6e
MC
88062004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8807
8808 * gdb.cp/member-ptr.cc: Add copyright notice.
8809
a0644324
MC
88102004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8811
8812 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8813 some patterns for recent versions of gcc and hpacc. Delete
8814 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8815 Delete tests that access a NULL pointer-to-member-data. This
8816 script is still disabled for gcc.
8817
32fabe09
EZ
88182004-01-12 Elena Zannoni <ezannoni@redhat.com>
8819
8820 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8821 escaped correctly.
32fabe09 8822
1f8a6abb
EZ
88232004-01-12 Elena Zannoni <ezannoni@redhat.com>
8824
8825 * gdb.base/sepdebug.exp: New file.
8826 * gdb.base/sepdebug.c: New file.
8827 * lib/gdb.exp (separate_debug_filename): New procedure.
8828 (gdb_gnu_strip_debug): New procedure.
8829
48efe704
AC
88302004-01-12 Andrew Cagney <cagney@redhat.com>
8831
8832 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8833 * gdb.mi/ChangeLog-1999-2003: New file.
8834
a9415475
AC
88352004-01-12 Andrew Cagney <cagney@redhat.com>
8836
8837 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8838 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8839 or EEXIST", treat EBUSY as an XFAIL.
8840
83b8cf9d
MC
88412004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8842
8843 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8844 hp_cc_compiler.
8845
9939d2a8
MC
88462004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8847
8848 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8849 decorations.
8850
1ff8cadf
MC
88512004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8852
8853 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8854 and "(aCC)" decorations. Remove obsolete doco about old
8855 test results.
8856
6fa9022e
MC
88572004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8858
8859 * gdb.cp/exception.exp: Fix typo in doco.
8860
209721fe
MK
88612004-01-09 Mark Kettenis <kettenis@gnu.org>
8862
8863 * gdb.base/gdb1476.exp: Fix typo.
8864
ef11303e
MC
88652004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8866
8867 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8868 file.
8869
041ab88c
MC
88702004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8871
8872 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8873 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8874 Use gdb_compile. Remove restriction on gcc. Add some patterns
8875 for recent version of gdb. Delete second half, which was a copy
8876 of the first half with different build flags. This test is
8877 still disabled because it is still not ready for production.
8878
e36d075a
MC
88792004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8880
8881 * gdb.cp/exception.cc: Add copyright notice.
8882 * gdb.cp/exception.exp: Add a notice that this file is broken
8883 because of line number changes caused by addition of copyright
8884 notice.
8885
42b190ad
MC
88862004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8887
8888 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8889 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8890
8f25f06b
MC
88912004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8892
8893 * gdb.cp/classes.exp: Accept gnu abi 2.
8894 * gdb.cp/derivation.exp: Likewise.
8895 * gdb.cp/overload.exp: Likewise.
8896 * gdb.cp/virtfunc.exp: Likewise.
8897
06ded8b8
MC
88982004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8899
8900 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8901 semicolon after end of function.
8902
77c26ae3
MC
89032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8904
8905 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8906 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8907 boilerplate code for compiling and running the program under
8908 test. Add some string method tests.
8909
20757486
MC
89102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8911
8912 * gdb.cp/bs15503.cc: Add copyright notice.
8913 * gdb.cp/bs15503.exp: Adjust line number.
8914
0fd3b503
MC
89152004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8916
8917 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8918 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8919
10d1bea8
MC
89202004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8921
8922 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8923 hp_cc_compiler.
8924
2789202a
MC
89252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8926
8927 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8928 * gdb.cp/ctti.exp: Use the marker instead of "next".
8929 With gcc, run further before bailing.
8930
b862f14c
MC
89312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8932
8933 * gdb.cp/cttiadd.cc: Add copyright notice.
8934 * gdb.cp/cttiadd1.cc: Likewise.
8935 * gdb.cp/cttiadd2.cc: Likewise.
8936 * gdb.cp/cttiadd3.cc: Likewise.
8937
96da2469
MC
89382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8939
8940 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8941 Use gdb_test, gdb_test_multiple. Use floating-point values that
8942 have exact representations in IEEE-ish formats.
8943
053248ff
MC
89442004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8945
8946 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8947 compilers. Delete duplicate call to get_compiler_info.
8948 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8949 * gdb.base/volatile.exp: Likewise.
8950
84acecdd
MK
89512004-01-07 Mark Kettenis <kettenis@gnu.org>
8952
8953 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8954 memory at address 0.
8955
fe11a27f
MC
89562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8957
8958 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8959 to test for hp-ux assembler. Fix copyright years.
8960
60ad077b
AC
89612004-01-07 Andrew Cagney <cagney@redhat.com>
8962
8963 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8964
1c9b8f33
AC
89652004-01-07 Andrew Cagney <cagney@redhat.com>
8966
8967 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8968 when creating the read-only file. From analysis by Roland McGrath
8969 and Elena Zannoni.
8970
753ccc7a
MC
89712004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8972
8973 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8974
eca3e36b
MC
89752004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8976
8977 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8978 data pointers.
8979
f8d4bac4
MC
89802004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8981
8982 * gdb.cp/m-static.exp: Compile one source file at a time.
8983 Delete unused call to get_compiler_info.
8984
9b4e0f94
MC
89852004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8986
8987 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8988 * gdb.base/call-rt-st.exp: Likewise.
8989 * gdb.base/nodebug.exp: Likewise.
8990 * gdb.base/volatile.exp: Likewise.
8991 * gdb.cp/ref-types.exp: Likewise.
8992 * gdb.cp/templates.exp: Likewise.
8993
023c1024
MK
89942004-01-05 Mark Kettenis <kettenis@gnu.org>
8995
8996 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8997
19703c4a
MC
89982004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8999
9000 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
9001 hppa*-hp-hpux*.
9002
18b67037
MK
90032004-01-04 Mark Kettenis <kettenis@gnu.org>
9004
ba6219c8
MK
9005 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
9006 x86_64-*-*.
9007
18b67037
MK
9008 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
9009 sparc64-*-* and sparc*-solaris2*.
9010
1bfbbb9d
MK
90112004-01-04 Mark Kettenis <kettenis@gnu.org>
9012
9013 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
9014 return ${tests}" test. The ${tests} already mentions the
9015 filename.
9016
06846494
MC
90172004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9018
9019 * gdb.cp/local.exp: Accept gcc abi 2.
9020
3b0cb202
MC
90212004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9022
9023 * gdb.cp/templates.exp: Accept gcc abi 2.
9024
0643ec3f
MC
90252004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9026
9027 * lib/compiler.cc: Remove supports_template_debugging.
9028 * gdb.cp/templates.exp: Do not test supports_template_debugging.
9029
d231d0b1
MC
90302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9031
9032 * gdb.cp/namespace.exp: Accept gcc abi 2.
9033
44ffb27c
MC
90342004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9035
9036 * gdb.cp/method.exp: Accept gcc abi 2.
9037
184ad485
MC
90382004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9039
9040 * gdb.cp/classes.exp: Generate identical results as old version.
9041 * gdb.cp/derivation.exp: Likewise.
9042 * gdb.cp/overload.exp: Likewise.
9043 * gdb.cp/virtfunc.exp: Likewise.
9044
116f09e7
MC
90452004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9046
9047 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
9048 mysterious bug with sourceware version of expect.
9049
b1379776
MC
90502004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9051
9052 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
9053 current versions of gcc, including gcc abi 2. Remove gratuitous
9054 restart of test program. Use gdb_test_multiple and gdb_test for
9055 all tests. Add patterns to xfail missing "const" in "const char *"
9056 and kfail PR gdb/1155.
9057
6b7a4c0e
MC
90582004-01-01 Michael Chastain <mec.gnu@mindspring.com>
9059
9060 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
9061 current versions of gcc, including gcc abi 2. Remove gratuitous
9062 restart of test program. Use gdb_test_multiple and gdb_test for
9063 all tests. Add patterns to kfail PR gdb/1498.
9064
51615d72
MC
90652003-12-31 Michael Chastain <mec.gnu@mindspring.com>
9066
9067 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
9068 current versions of gcc, including gcc abi 2. Use "breakpoint"
9069 and "continue" instead of restarting the target program. Use
9070 gdb_test_multiple and gdb_test for all tests.
9071
7b79a9d7
MK
90722004-01-01 Mark Kettenis <kettenis@gnu.org>
9073
9074 * gdb.asm/asm-source.exp: Update copyright year. Link statically
9075 for *-*-solaris2*.
9076
1cd3489f
MC
90772003-12-31 Michael Chastain <mec.gnu@mindspring.com>
9078
9079 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
9080 current versions of gcc, including gcc abi 2. Use "breakpoint"
9081 and "continue" instead of restarting the target program several
9082 times. Use gdb_test_multiple and gdb_test for all tests.
9083
850742db
MC
90842003-12-18 Michael Chastain <mec.gnu@mindspring.com>
9085
9086 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
9087 source files.
9088
eb4bbda8
MC
90892003-12-16 Michael Chastain <mec.gnu@mindspring.com>
9090
9091 * gdb.base/environ.exp: Handle compiling test case from multiple
9092 source files.
9093
e42c7771
MC
90942003-12-16 Michael Chastain <mec.gnu@mindspring.com>
9095
9096 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
9097
80e4b428
JB
90982003-12-17 Jim Blandy <jimb@redhat.com>
9099
5f06973a
JB
9100 * gdb.base/freebpcmd.c: Add copyright notice.
9101
80e4b428
JB
9102 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
9103
0ab84fb7
MC
91042003-12-16 Michael Chastain <mec.gnu@mindspring.com>
9105
9106 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
9107
1b3bb3d0
JB
91082003-12-13 Jim Blandy <jimb@redhat.com>
9109
9110 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
9111
3a4c9371
KB
91122003-12-12 Kevin Buettner <kevinb@redhat.com>
9113
9114 * gdb.asm/frv.inc: New file.
9115 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
9116
a1dea79a
FF
91172003-12-09 Fred Fish <fnf@redhat.com>
9118
9119 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
9120 functions to break1.c and leave prototypes behind. Add more
9121 "set breakpoint NN here" comments.
9122 * gdb.base/break1.c: New file.
9123
9124 * gdb.base/break.exp: Handle compiling test case from multiple
9125 source files and change source file references as needed.
9126 * gdb.base/completion.exp: Ditto.
9127 * gdb.base/condbreak.exp: Ditto.
9128 * gdb.base/define.exp: Ditto.
9129 * gdb.base/ena-dis-br.exp: Ditto.
9130 * gdb.base/info-proc.exp: Ditto.
9131 * gdb.base/maint.exp: Ditto.
9132 * gdb.base/until.exp: Ditto.
9133
9134 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
9135 hardcoded line numbers.
9136 * gdb.base/define.exp: Ditto.
9137 * gdb.base/ena-dis-br.exp: Ditto.
9138 * gdb.base/maint.exp: Ditto.
9139 * gdb.base/until.exp: Ditto.
9140
9141 * gdb.base/completion.exp: Use "break1" for completion tests since
9142 "break" is no longer a unique prefix.
9143
5266b69c
AC
91442003-12-06 Andrew Cagney <cagney@redhat.com>
9145
9146 * gdb.base/structs.exp (test_struct_returns): When applicable, set
9147 "return_value_unimplemented". When an unimplemented struct return
9148 architecture, report incorrect values as a KFAIL
9149
374451f0
MC
91502003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9151
9152 * gdb.cp/rtti.exp: Accept new wording of warning from
9153 cp_lookup_rtti_type.
9154
ba9b20a7
MC
91552003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9156
9157 Partial fix for PR testsuite/1456.
9158 * gdb.base/scope.exp (test_at_main): Replace references to
9159 gcc_compiled with calls to test_compiler_info.
9160 (test_at_foo): Likewise.
9161 (test_at_bar): Likewise.
9162
b74b6d0b
MC
91632003-12-04 Michael Chastain <mec.gnu@mindspring.com>
9164
9165 Partial fix for PR testsuite/1456.
9166 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
9167 to test_compiler_info.
9168
ccfa3402
MC
91692003-12-03 Michael Chastain <mec.gnu@mindspring.com>
9170
9171 * gdb.base/so-impl-ld.exp: Update copyright notice.
9172
f6246aba
MC
91732003-12-02 Michael Chastain <mec.gnu@mindspring.com>
9174
9175 Partial fix for PR testsuite/1456.
9176 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
9177 to test_compiler_info.
9178
13ae734a
MC
91792003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9180
9181 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
9182 from current versions of gdb. Clean up regular expressions.
9183 Delete redundant timeout case.
9184
d8e1cdee
MC
91852003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9186
9187 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
9188 from current versions of gdb. Clean up regular expressions.
9189 Delete redundant timeout case.
9190
96457b64
MC
91912003-12-01 Michael Chastain <mec.gnu@mindspring.com>
9192
9193 Partial fix for PR testsuite/1456.
9194 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
9195 gcc_compiled with call to test_compiler_info.
9196
f35309fc
MC
91972003-11-30 Michael Chastain <mec.gnu@mindspring.com>
9198
9199 Partial fix for PR testsuite/1456.
9200 * gdb.base/list.exp (test_list_function): Delete unused declaration
9201 of gcc_compiled.
9202
d7afdf9b
MC
92032003-11-29 Michael Chastain <mec.gnu@mindspring.com>
9204
9205 Partial fix for PR testsuite/1456.
9206 * gdb.base/complex.exp: Replace reference to gcc_compiled with
9207 call to test_compiler_info.
9208
71507b56
MK
92092003-11-29 Mark Kettenis <kettenis@gnu.org>
9210
9211 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
9212 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
9213 it to create the appropriate note.inc.
9214 * gdb.asm/asmsrc1.s: Include "note.inc".
9215 * gdb.asm/netbsd.inc: New file.
9216 * gdb.asm/empty.inc: New file.
9217
f81f93f7
MC
92182003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9219
9220 Partial fix for PR testsuite/1456.
9221 * gdb.base/constvars.exp: Replace references to gcc_compiled with
9222 calls to test_compiler_info.
9223
9a77938e
MC
92242003-11-27 Michael Chastain <mec.gnu@mindspring.com>
9225
9226 Partial fix for PR testsuite/1456.
9227 * gdb.base/volatile.exp: Replace references to gcc_compiled with
9228 calls to test_compiler_info.
9229
e8367dc7
MK
92302003-11-27 Mark Kettenis <kettenis@gnu.org>
9231
9232 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
9233 pattern for the KFAILs.
9234
526c61ee
AF
92352003-11-25 Adam Fedor <fedor@gnu.org>
9236
9237 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
9238 * gdb.objc/objcdecode.m: New file.
9239
28f2d600
AF
92402003-11-25 Adam Fedor <fedor@gnu.org>
9241
9242 * gdb.objc/nondebug.exp: Test for PR objc/1236.
9243 * gdb.objc/nondebug.m: New file.
9244
a3895cee
BE
92452003-11-26 Ben Elliston <bje@wasabisystems.com>
9246
9247 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9248 NetBSD as it does on FreeBSD. Modelled on a similar change by
9249 Mark Kettenis on 2003-05-30.
9250 (link-flags): Set to "--entry _start" regardless of target.
9251 Special linker flags are to be appended to $link-flags.
9252 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
9253
c9f2c8a3
MC
92542003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9255
9256 * gdb.cp/method.exp: Accept output of new demangler.
9257
15a0587a 92582003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
9259
9260 * gdb/class2.exp: New file.
9261 * gdb/class2.cc: New file.
9262
3c00b570
MC
92632003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9264
9265 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
9266 of new demangler.
9267
7027acc7
MK
92682003-11-23 Mark Kettenis <kettenis@gnu.org>
9269
9270 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
9271 of gdb_test "run".
9272
b0e1598a
MK
92732003-11-23 Mark Kettenis <kettenis@gnu.org>
9274
9275 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
9276 "continue" into "run".
9277
4d9eda44
MC
92782003-11-23 Michael Chastain <mec.gnu@mindspring.com>
9279
9280 Partial fix for PR testsuite/1456.
9281 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
9282 call to test_compiler_info.
9283 * gdb.cp/ctti.exp: Likewise.
9284 * gdb.cp/derivation.exp: Likewise.
9285 * gdb.cp/member-ptr.exp: Likewise.
9286 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
9287 reference to gcc_compiled.
9288
92892003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
9290
9291 Fix PR testsuite/1463.
9292 * gdb.base/structs.exp (start_structs_test): Call
9293 get_debug_format before using the debug format.
9294
d422fe19
AC
92952003-11-22 Andrew Cagney <cagney@redhat.com>
9296
9297 * lib/gdb.exp (gdb_test_multiple): Add simple example.
9298 * gdb.base/structs.exp: Use gdb_test_multiple.
9299
039cf96d
AC
93002003-11-20 Andrew Cagney <cagney@redhat.com>
9301
6882279b
AC
9302 * gdb.base/structs.exp: Handle and recover from internal errors.
9303 Replace "foo${n}" with "foo<n>" in test messages.
9304
e53890ae
AC
9305 * gdb.base/structs.exp: Update copyright. Rewrite.
9306 * gdb.base/structs.c: Update copyright. Rewrite.
9307
2b211c59
AC
9308 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
9309 resync count exceeded.
d63a86f8 9310
039cf96d
AC
9311 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
9312 from the internal error.
9313 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
9314 Original from Jim Blandy.
9315 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 9316
eac98b22
AC
93172003-11-19 Andrew Cagney <cagney@redhat.com>
9318
9319 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
9320 KFAIL.
9321
67455b2a
MK
93222003-11-17 Mark Kettenis <kettenis@gnu.org>
9323
9324 New testcase for PR backtrace/1435.
9325 * gdb.arch/i386-unwind.exp: New file.
9326 * gdb.arch/i386-unwind.c: New file.
9327
853d6e5b
AC
93282003-11-17 Andrew Cagney <cagney@redhat.com>
9329
9330 * lib/gdb.exp (compiler_info): New global.
9331 (test_compiler_info): New function.
9332 (get_compiler_info): Set compiler_info.
9333 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
9334 "compiler_info" to gcc-<major>-<minor>.
9335
38cf6e11
MC
93362003-11-15 Michael Chastain <mec.gnu@mindspring.com>
9337
9338 * gdb.trace/configure: Remove.
9339
a50d3602
EZ
93402003-11-13 Elena Zannoni <ezannoni@redhat.com>
9341
9342 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 9343 breakpoints.
a50d3602
EZ
9344 * gdb.base/break.exp: Remove all references to explicit line
9345 numbers.
9346
d9407aaa
NC
93472003-11-11 Nick Clifton <nickc@redhat.com>
9348
9349 * gdb.base/shreloc.exp: Do not run for targets which do not
9350 support shared objects.
9351
db488fc1
CV
93522003-11-10 Corinna Vinschen <vinschen@redhat.com>
9353
9354 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
9355 Don't run tests if nofileio flag is given.
9356
6a90a18e
EZ
93572003-11-07 Elena Zannoni <ezannoni@redhat.com>
9358
9359 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 9360 as well as 'Watchpoint'.
6a90a18e 9361
0b915e9c
EZ
93622003-11-06 Elena Zannoni <ezannoni@redhat.com>
9363
9364 Reported by Jim Ingham <jingham@apple.com>:
9365 * gdb.base/annota1.exp: Match at least one occurrence of the
9366 signal handler annotation.
9367
d7e4b55f
EZ
93682003-11-06 Elena Zannoni <ezannoni@redhat.com>
9369
a9c64011
AS
9370 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
9371 as well as 'Watchpoint'.
d7e4b55f 9372
2fe4e8d0
MC
93732003-11-05 Michael Chastain <mec@shout.net>
9374
9375 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
9376
6ef88553
KW
93772003-11-03 Kris Warkentin <kewarken@qnx.com>
9378
9379 * gdb.arch/gdb1291.c: New test file.
9380 * gdb.arch/gdb1291.exp: New test script.
9381 * gdb.arch/gdb1431.c: New test file.
9382 * gdb.arch/gdb1431.exp: New test script.
9383
ae7dc4d8
MC
93842003-10-22 Michael Chastain <mec@shout.net>
9385
9386 * gdb.mi/pthreads.c: Add copyright notice.
9387
c39d7427
MC
93882003-10-22 Michael Chastain <mec@shout.net>
9389
9390 * gdb.threads/pthreads.c: Add copyright notice.
9391
8b7d96c1
MC
93922003-10-20 Michael Chastain <mec@shout.net>
9393
9394 * gdb.base/gdb1056.exp: New test script.
9395
d1d69fdd
DJ
93962003-10-13 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * gdb.threads/killed.exp: Use gdb_run_cmd.
9399
7d605576
DJ
94002003-10-13 Daniel Jacobowitz <drow@mvista.com>
9401
9402 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
9403 create a core file.
9404 * gdb.threads/gcore-thread.exp: Likewise.
9405
618ec112
CV
94062003-10-13 Corinna Vinschen <vinschen@redhat.com>
9407
9408 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
9409 type, based on char type.
9410 (struct bit_flags_short_t): New bitfield type, based on short type.
9411 (init_bit_flags_char): New fuction.
9412 (init_bit_flags_short): Ditto.
9413 (print_bit_flags_char): Ditto.
9414 (print_bit_flags_short): Ditto.
9415 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
9416
9367a73c
MC
94172003-10-11 Michael Chastain <mec@shout.net>
9418
9419 * gdb.base/call-rt-st.exp: Update copyright year.
9420
1decf120
KI
94212003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9422
9423 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
9424 * gdb.disasm/sh3.s: Ditto.
9425
5445b2ae
DJ
94262003-10-07 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * gdb.threads/switch-threads.exp: New test.
9429 * gdb.threads/switch-threads.c: New source file.
9430
aec24853
CV
94312003-10-07 Corinna Vinschen <vinschen@redhat.com>
9432
9433 * gdb.base/ending-run.exp: Add sh specific case.
9434
adc7428d
AC
94352003-10-06 Andrew Cagney <cagney@redhat.com>
9436
9437 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
9438 * gdb.disasm/mn10200.exp: Delete obsolete file.
9439
c9d37158
DJ
94402003-09-29 Daniel Jacobowitz <drow@mvista.com>
9441
9442 * ChangeLog: Correct an entry command.exp -> commands.exp.
9443 * gdb.base/commands.exp (bp_deleted_in_command_test)
9444 (temporary_breakpoint_commands): Check noargs.
9445
79c2c32d
DC
94462003-09-25 David Carlton <carlton@kealia.com>
9447
9448 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
9449 of some print tests, where appropriate. Add tests for C::D::cd,
9450 E::ce, F::cXfX, G::XgX.
9451 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
9452
594e6d67
RE
94532003-09-25 Richard Earnshaw <rearnsha@arm.com>
9454
9455 * lib/java.exp (java_init): Import target_alias before using it.
9456
10f0d451
DC
94572003-09-25 David Carlton <carlton@kealia.com>
9458
9459 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
9460
274bcba0
EZ
94612003-09-23 Elena Zannoni <ezannoni@redhat.com>
9462
d63a86f8 9463 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 9464 weirdness.
274bcba0 9465
cdbf20f7
MC
94662003-09-17 Michael Chastain <mec@shout.net>
9467
9468 * gdb.cp/gdb1355.exp: New file.
9469 * gdb.cp/gdb1355.c: New file.
9470
71e06f80
CV
94712003-09-15 Corinna Vinschen <vinschen@redhat.com>
9472
9473 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
9474 * gdb.asm/sh.inc: New file.
9475
5c4e30ca
DC
94762003-09-11 David Carlton <carlton@kealia.com>
9477
bd45b7af
DC
9478 * gdb.cp/namespace.exp: Add tests for namespace types.
9479 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
9480 (test_namespace): New.
9481
1c199746
EZ
94822003-09-11 Elena Zannoni <ezannoni@redhat.com>
9483
a9c64011 9484 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 9485 * gdb.stabs/weird.exp: Ditto.
1c199746 9486
04ed252f
MC
94872003-09-08 Michael Chastain <mec@shout.net>
9488
9489 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
9490
d8a2d9e7
MC
94912003-09-07 Michael Chastain <mec@shout.net>
9492
9493 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
9494 'parse error'.
9495
161afb24
MK
94962003-09-07 Mark Kettenis <m.kettenis@osp.nl>
9497
9498 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
9499
49f2741a
MC
95002003-08-30 Michael Chastain <mec@shout.net>
9501
9502 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
9503 * gdb.gdb/observer.exp: Ditto.
9504 * gdb.gdb/xfullpath.exp: Ditto.
9505
8afa723e
MK
95062003-08-29 Mark Kettenis <kettenis@gnu.org>
9507
9508 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9509 *-*-*bsd*.
9510
f31dfe3b
JJ
95112003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9512
9513 * gdb.base/dump.exp: Skip for ia64.
9514
4630e498
JJ
95152003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9516
9517 * gdb.asm/asm-source.exp: Add ia64 support.
9518 * gdb.asm/ia64.inc: New file.
9519
1105b7ef
MC
95202003-08-22 Michael Chastain <mec@shout.net>
9521
9522 * gdb.cp: New directory.
9523 * gdb.cp/*: Copy from gdb.c++/*.
9524 * gdb.c++/*: Remove.
9525 * Makefile.in: Change gdb.c++ to gdb.cp.
9526 * configure.in: Ditto.
9527 * configure: Regnerate.
9528
c945b932
MK
95292003-08-18 Mark Kettenis <kettenis@gnu.org>
9530
9531 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9532 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9533
2b66634b
DJ
95342003-08-17 Daniel Jacobowitz <drow@mvista.com>
9535
9536 * mi-var-display.exp (-var-list-children weird): Accept function
9537 pointers with argument types.
9538 * mi1-var-display.exp (-var-list-children weird): Likewise.
9539 * mi2-var-display.exp (-var-list-children weird): Likewise.
9540
a356f73b
DJ
95412003-08-17 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * gdb.base/annota3.exp: Add missing newline.
9544
483417b8
MC
95452003-08-06 Michael Chastain <mec@shout.net>
9546
9547 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9548
c99c59c3
MS
95492003-08-12 Michael Snyder <msnyder@redhat.com>
9550
9551 * gdb.base/float.exp: Add test for SH.
9552
55ed7501
MK
95532003-08-10 Mark Kettenis <kettenis@gnu.org>
9554
9555 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9556
1a371f2e
EZ
95572003-08-07 Elena Zannoni <ezannoni@redhat.com>
9558
9559 * gdb.base/completion.exp: Remove reduntant completion test
9560 on filename.
9561
e0f353ce
EZ
95622003-08-07 Elena Zannoni <ezannoni@redhat.com>
9563
a9c64011
AS
9564 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9565 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9566 gdb.trace/save-trace.exp: Make sure that full pathnames are
9567 escaped correctly.
e0f353ce 9568
5710a1af 95692003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 9570
a9c64011
AS
9571 * configure.in: Don't generate config.h from config.hin.
9572 * configure: Regenerate.
9573 * config.hin: Remove file.
9574 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9575 * gdb.threads/pthreads.c: Ditto.
5710a1af 9576
dcd81ce9
DJ
95772003-08-07 Daniel Jacobowitz <drow@mvista.com>
9578
9579 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9580 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9581 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9582 Replace ld24 with seth/add3.
9583
6009d884
AC
95842003-08-02 Andrew Cagney <cagney@redhat.com>
9585
9586 * gdb.base/annota3.exp: New file.
9587 * gdb.base/annota3.c: New file.
9588 * gdb.c++/annota3.exp: New file.
9589 * gdb.c++/annota3.cc: New file.
9590
51514e06
MC
95912003-07-29 Michael Chastain <mec@shout.net>
9592
9593 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9594 actually failed.
9595 (do_pass): Likewise.
9596 * gdb.threads/tls.exp: Always initialize no_of_threads.
9597
4ee6625b
DJ
95982003-07-27 Daniel Jacobowitz <drow@mvista.com>
9599
9600 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9601 pattern.
9602 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9603 * gdb.threads/tls.exp: Recognize one case of the host library not
9604 supporting TLS.
9605
225f2bf6
AC
96062003-07-27 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdb.base/fileio.exp: Use SH when running commands using
9609 remote_exec.
9610
bcb27c9f
DJ
96112003-07-24 Daniel Jacobowitz <drow@mvista.com>
9612
9613 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9614 * gdb.base/relocate.c (dummy): New padding array.
9615
3d67be83
MS
96162003-07-22 Michael Snyder <msnyder@redhat.com>
9617
d63a86f8 9618 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
9619
9620 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9621 patterns to be more general, accepting old and new output.
9622 Some output chars (such as '+') also must be quoted.
d63a86f8 9623 Some addresses are displayed numerically instead of
3d67be83
MS
9624 symbolically.
9625
57ba3b85
MS
96262003-07-23 Michael Snyder <msnyder@redhat.com>
9627
686d097c
MS
9628 * gdb.base/return2.exp: Don't test long-long return.
9629
57ba3b85
MS
9630 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9631 * gdb.disasm/t01_mov.exp: Ditto.
9632 * gdb.disasm/t02_mova.s: Ditto.
9633 * gdb.disasm/t02_mova.exp: Ditto.
9634 * gdb.disasm/t03_add.s: Ditto.
9635 * gdb.disasm/t03_add.exp: Ditto.
9636 * gdb.disasm/t04_sub.s: Ditto.
9637 * gdb.disasm/t04_sub.exp: Ditto.
9638 * gdb.disasm/t05_cmp.s: Ditto.
9639 * gdb.disasm/t05_cmp.exp: Ditto.
9640 * gdb.disasm/t06_ari2.s: Ditto.
9641 * gdb.disasm/t06_ari2.exp: Ditto.
9642 * gdb.disasm/t07_ari3.s: Ditto.
9643 * gdb.disasm/t07_ari3.exp: Ditto.
9644 * gdb.disasm/t08_or.s: Ditto.
9645 * gdb.disasm/t08_or.exp: Ditto.
9646 * gdb.disasm/t09_xor.s: Ditto.
9647 * gdb.disasm/t09_xor.exp: Ditto.
9648 * gdb.disasm/t10_and.s: Ditto.
9649 * gdb.disasm/t10_and.exp: Ditto.
9650 * gdb.disasm/t11_logs.s: Ditto.
9651 * gdb.disasm/t11_logs.exp: Ditto.
9652 * gdb.disasm/t12_bit.s: Ditto.
9653 * gdb.disasm/t12_bit.exp: Ditto.
9654 * gdb.disasm/t13_otr.s: Ditto.
9655 * gdb.disasm/t13_otr.exp: Ditto.
9656
e00759ef
EZ
96572003-07-22 Elena Zannoni <ezannoni@redhat.com>
9658
9659 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9660
8bc2021f
EZ
96612003-07-22 Elena Zannoni <ezannoni@redhat.com>
9662
a9c64011
AS
9663 * gdb.threads/tls.c : New file.
9664 * gdb.threads/tls.exp : New file.
9665 * gdb.threads/tls-main.c : New file.
9666 * gdb.threads/tls-shared.c : New file.
9667 * gdb.threads/tls-shared.exp : New file.
8bc2021f 9668
89320c4c
AS
96692003-07-22 Andreas Schwab <schwab@suse.de>
9670
9671 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9672
180dea7c
AS
96732003-07-20 Andreas Schwab <schwab@suse.de>
9674
9675 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9676 due to insn reordering.
9677
0714963c
AC
96782003-07-15 Andrew Cagney <cagney@redhat.com>
9679
9680 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9681
98a23b3f
MC
96822003-07-15 Michael Chastain <mec@shout.net>
9683
9684 * gdb.base/gdb1250.exp: New file.
9685 * gdb.base/gdb1250.c: New file.
9686
27e417a2
ML
96872003-07-09 Michal Ludvig <mludvig@suse.cz>
9688
9689 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9690 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9691
8bc2021f
EZ
96922003-07-09 Elena Zannoni <ezannoni@redhat.com>
9693
a9c64011
AS
9694 * gdb.threads/tls.c: New file.
9695 * gdb.threads/tls.exp: New file.
9696 * gdb.threads/tls-main.c: New file.
9697 * gdb.threads/tls-shared.c: New file.
9698 * gdb.threads/tls-shared.exp: New file.
8bc2021f 9699
d99968dc
EZ
97002003-07-09 Elena Zannoni <ezannoni@redhat.com>
9701
9702 * gdb.base/annota1.exp: Make sure that we properly escape the
9703 full path of the source file. Xfail more permissive patterns,
d63a86f8 9704 due to a compiler debug info problem.
d99968dc 9705
83876b3b
AS
97062003-07-07 Andreas Schwab <schwab@suse.de>
9707
2705e972
AS
9708 * gdb.asm/m68k.inc: New file.
9709 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9710
83876b3b
AS
9711 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9712 arguments"): Also match negative number.
9713
9714 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9715
3a871b37
DJ
97162003-07-03 Daniel Jacobowitz <drow@mvista.com>
9717
9718 * gdb.base/store.c (charest): New typedef.
9719 (add_char): Rename to add_charest, update.
9720 (wack_char): Rename to wack_charest, update types. Return l + r
9721 to keep r live across the call.
9722 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9723 (wack_double, wack_doublest): Return l + r to keep r live across
9724 the call.
9725 * gdb.base/store.exp: Accomodate store.c changes.
9726
b2a7f303
DC
97272003-06-30 David Carlton <carlton@kealia.com>
9728
9729 * gdb.c++/maint.exp (test_invalid_name): New.
9730 (test_first_component): Add tests for invalid names.
9731
3c6cb4a1
MC
97322003-06-29 Michael Chastain <mec@shout.net>
9733
9734 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9735 output of '<VTT for class>' for virtual base classes.
9736
f1c2644b
DJ
97372003-06-29 Daniel Jacobowitz <drow@mvista.com>
9738
9739 * gdb.base/completion.exp: Tab-complete "complet" instead of
9740 "compl".
9741 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9742
18080350
DJ
97432003-06-29 Daniel Jacobowitz <drow@mvista.com>
9744
9745 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9746 * gdb.base/volatile.exp: Likewise.
9747
f56973f8
DJ
97482003-06-29 Daniel Jacobowitz <drow@mvista.com>
9749
9750 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9751 gdb/1265.
9752
97532003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
9754 Daniel Jacobowitz <drow@mvista.com>
9755
9756 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9757 initial line count of 'captured_main' from 26 to 32.
9758 (test_with_self): Allow xmalloc call to be interleaved with the
9759 preceding two lines.
9760
e766d4d6
JB
97612003-06-24 Joel Brobecker <brobecker@gnat.com>
9762
9763 * gdb.base/bang.exp: New testcase.
9764
f125c9a4
JB
97652003-06-23 Joel Brobecker <brobecker@gnat.com>
9766
9767 * gdb.base/langs.exp: Add some tests for the "minimal" language
9768 support.
9769
6e25beaf
EZ
97702003-06-23 Elena Zannoni <ezannoni@redhat.com>
9771
9772 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9773 the testcase.
9774
2f816dda
DJ
97752003-06-22 Daniel Jacobowitz <drow@mvista.com>
9776
9777 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9778 offset.
9779
db5a5748
DJ
97802003-06-22 Daniel Jacobowitz <drow@mvista.com>
9781
9782 * gdb.c++/pr-1210.cc: New file.
9783 * gdb.c++/pr-1210.exp: New file.
9784
1df0c130
DJ
97852003-06-21 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9788 000-exec-continue.
9789
a92feac0
MK
97902003-06-15 Mark Kettenis <kettenis@gnu.org>
9791
9792 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9793 on *-*-*bsd* instead of *-*-freebsd*.
9794
81a58f5b
AC
97952003-06-14 Andrew Cagney <cagney@redhat.com>
9796
9797 * gdb.base/store.exp: Test longest and doublest. Test all
9798 parameters. Weaken return statement match.
9799 * gdb.base/store.c: Add longest and doublest - aka long long and
9800 long double functions. Put all parameters into local register
9801 variables. Use negative values.
9802
b257a0d3
AC
98032003-06-14 Andrew Cagney <cagney@redhat.com>
9804
9805 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9806 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9807 exit status.
9808 * gdb.base/fileio.exp: Disable target when nointerrupts and
9809 noinferiorio, instead of limiting it to remote. Use remote_exec
9810 instead of system.
d63a86f8 9811
21c38304
JJ
98122003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9813
9814 * gdb.base/float.exp: Add ia64 support.
9815
1bcdb424
CV
98162003-06-12 Corinna Vinschen <vinschen@redhat.com>
9817
9818 * gdb.base/fileio.exp: Run only on remote targets.
9819
6aeb981f
CV
98202003-06-10 Corinna Vinschen <vinschen@redhat.com>
9821
9822 * gdb.base/fileio.c: New file, testing File-I/O.
9823 * gdb.base/fileio.exp: Ditto.
9824
53df362e
RG
98252003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9826
9827 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9828 shared objects after relocation at load time (gdb PR/1132).
9829 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9830 as above, part of the shared object relocation test.
53df362e 9831
ffee1b46
MK
98322003-06-08 Mark Kettenis <kettenis@gnu.org>
9833
b5ca3722
MK
9834 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9835 fully filled history list.
9836 * gdb.base/gdb_history: New file.
9837
03ed860d
MK
9838 * gdb.base/signals.exp: XFAIL "continue to func1" on
9839 i*86-*-freebsd*.
9840
ffee1b46
MK
9841 * gdb.base/attach.exp: When trying to attach to a nonexistent
9842 process, make it possible to specify the PID based on the target,
9843 and do so for *-*-freebsd*.
9844
d80dbb52
RH
98452003-06-02 Richard Henderson <rth@redhat.com>
9846
9847 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9848
6dd77b81
RH
98492003-06-02 Richard Henderson <rth@redhat.com>
9850
9851 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9852
f6347e16
RH
98532003-06-02 Richard Henderson <rth@redhat.com>
9854
9855 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9856
2c161407
DJ
98572003-06-01 Daniel Jacobowitz <drow@mvista.com>
9858
9859 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9860 of globalvar.
9861
572eb746
MK
98622003-06-01 Mark Kettenis <kettenis@gnu.org>
9863
9864 * gdb.asm/asm-source.exp: Check for memory read errors in
9865 disassembler test on *BSD too.
9866
9e9617a5
RH
98672003-06-01 Richard Henderson <rth@redhat.com>
9868
9869 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9870 for .frame.
9871 (gdbasm_call): Lose ldgp.
9872 (gdbasm_startup): Add frame information.
9873 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9874
7b34ad4e
MK
98752003-05-31 Mark Kettenis <kettenis@gnu.org>
9876
9877 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9878 i?86-*-*.
9879
10059fdf
MK
98802003-05-30 Mark Kettenis <kettenis@gnu.org>
9881
9882 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9883 FreeBSD.
9884
acf4b816
RH
98852003-05-29 Richard Henderson <rth@redhat.com>
9886
9887 * gdb.asm/alpha.inc: New file.
9888 * gdb.asm/asm-source.exp: Use it.
9889
e9ecd949
JB
98902003-05-29 Jim Blandy <jimb@redhat.com>
9891
9892 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9893 'core.PID'.
9894
e3e5a4f3
JB
98952003-05-22 Jim Blandy <jimb@redhat.com>
9896
9897 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9898 backtrace.
d63a86f8 9899
72fe3d25
DC
99002003-05-20 David Carlton <carlton@math.stanford.edu>
9901
9902 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9903 this time.
9904
58da2eb2
DC
99052003-05-19 David Carlton <carlton@bactrian.org>
9906
9907 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9908 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9909
1fcb5155
DC
99102003-05-19 David Carlton <carlton@bactrian.org>
9911
9912 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9913 namespace tests.
9914 Bump copyright date.
9915 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9916 (main): Call C::D::marker2.
9917 * gdb.c++/namespace1.cc: New file.
9918
85e85163
JJ
99192003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9920
9921 Roland McGrath <roland@redhat.com>
d63a86f8 9922 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9923 there is no manager thread.
9924
a25fbfec
JJ
99252003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9926
d63a86f8
RM
9927 * gdb.threads/schedlock.exp: Remove assumption that all threads
9928 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9929 in one of the child threads rather than the main thread.
9930
be375bae
JB
99312003-05-07 Jim Blandy <jimb@redhat.com>
9932
09bf6082
JB
9933 Add support for assembly source testing on the s390x.
9934 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9935 architecture.
9936 * gdb.asm/s390x.inc: New file.
9937
be375bae
JB
9938 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9939 succession of 'if' statements.
9940
00905d52
AC
99412003-05-05 Andrew Cagney <cagney@redhat.com>
9942
9943 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9944
b1e29e33
AC
99452003-05-05 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9948 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9949
e33d66ec
EZ
99502003-05-02 Elena Zannoni <ezannoni@redhat.com>
9951
9952 * gdb.base/charset.exp: Update based on new behavior of set/show
9953 charset commands.
9954
2b6fd0d8
AC
99552003-05-01 Andrew Cagney <cagney@redhat.com>
9956
9957 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9958 variable do not give memory errors.
9959
130cacce
AF
99602003-04-30 Adam Fedor <fedor@gnu.org>
9961
9962 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9963 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9964 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9965 gdb.objc/basicclass.m: : New files
9966
9967 * lib/gdb.exp (gdb_compile_objc): New procedure.
9968
bea71854
DJ
99692003-04-27 Daniel Jacobowitz <drow@mvista.com>
9970
9971 * gdb.base/signals.exp: Make backtrace tests more specific.
9972
0f20eeea
DC
99732003-04-23 David Carlton <carlton@bactrian.org>
9974
9975 * gdb.c++/maint.exp (test_first_component): Add tests for
9976 'operator' in more locations.
9977
c8c4d8dc
KB
99782003-04-16 Kevin Buettner <kevinb@redhat.com>
9979
9980 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9981
3fe60e3c
EZ
99822003-04-16 Elena Zannoni <ezannoni@redhat.com>
9983
9984 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9985 func marke' instead. Update test name.
3fe60e3c 9986
9219021c
DC
99872003-04-15 David Carlton <carlton@math.stanford.edu>
9988
9989 * gdb.c++/maint.exp: New file.
9990
5dd55bdd
EZ
99912003-04-14 Elena Zannoni <ezannoni@redhat.com>
9992
9993 * gdb.threads/schedlock.c: Change type of thread function argument
9994 to long, to avoid warnings on 64-bit platforms.
9995
00890572
EZ
99962003-04-14 Elena Zannoni <ezannoni@redhat.com>
9997
a9c64011
AS
9998 * gdb.base/attach.exp: Add new message from ptrace in case of
9999 attaching to nonexistent process.
d63a86f8 10000
93201743
JB
100012003-04-11 Jim Blandy <jimb@redhat.com>
10002
10003 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
10004 gdb.c++/userdef.cc: Place comments on the lines to which the
10005 marker function might return.
10006 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
10007 gdb.c++/userdef.exp: Look for those comments to check that we've
10008 returned to the right place, instead of checking line numbers.
10009
2a11c64d
EZ
100102003-04-11 Elena Zannoni <ezannoni@redhat.com>
10011
a9c64011
AS
10012 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
10013 match on sourcefile name, instead of directory name.
2a11c64d 10014
68ab8fc5
EZ
100152003-04-10 Elena Zannoni <ezannoni@redhat.com>
10016
d63a86f8 10017 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
10018 working directory name.
10019
5624293a
JB
100202003-04-09 Jim Blandy <jimb@redhat.com>
10021
10022 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
10023 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
10024 after an inferior function call, report the failure, but allow the
10025 test to continue.
10026
f1f02ee4
SC
100272003-04-05 Stephane Carrez <stcarrez@nerim.fr>
10028
10029 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
10030 with -DPROTOTYPES.
10031
6eb79af0
SC
100322003-04-05 Stephane Carrez <stcarrez@nerim.fr>
10033
10034 * gdb.base/break.exp: Revert last patch.
10035
8dfb4cf0
SC
100362003-04-04 Stephane Carrez <stcarrez@nerim.fr>
10037
10038 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
10039 with -DPROTOTYPES.
10040
ed4c619a
AC
100412003-04-02 Andrew Cagney <cagney@redhat.com>
10042
10043 * gdb.base/callfuncs.exp: Make "print add" messages unique.
10044 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
10045 matching directories by the name breakpoint.
10046 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
10047 Make "continue to marker1" consistent.
10048 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
10049 message consistent.
10050 * lib/gdb.exp: Put "the program is no longer running", and "the
10051 program exited" in parenthesis.
10052 * lib/mi-support.exp: Ditto.
d63a86f8 10053
4e35d5f0 100542003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 10055
4e35d5f0
BR
10056 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
10057
71900fe8
AC
100582003-03-29 Andrew Cagney <cagney@redhat.com>
10059
10060 * gdb.base/sizeof.c (main): Print the value of '\377'.
10061 * gdb.base/sizeof.exp: Check the sign of '\377'.
10062
c0655a16
MC
100632003-03-27 Michael Chastain <mec@shout.net>
10064
10065 * gdb.base/gdb1090.exp: New file.
10066 * gdb.base/gdb1090.cc: New file.
10067
5b2a3989
JB
100682003-03-27 J. Brobecker <brobecker@gnat.com>
10069
10070 * gdb.gdb/observer.exp: New regression test.
10071
79876890
MC
100722003-03-27 Michael Chastain <mec@shout.net>
10073
10074 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
10075 * gdb.base/ptype.exp: Likewise.
10076
6eac95e3
CV
100772003-03-27 Corinna Vinschen <vinschen@redhat.com>
10078
10079 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
10080
e8c71839
MC
100812003-03-26 Michael Chastain <mec@shout.net>
10082
10083 * gdb.base/ptype.exp: Actually use some typedef'd types.
10084
71b10041
SC
100852003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10086
10087 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
10088 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
10089
2512cf80
CV
100902003-03-20 Corinna Vinschen <vinschen@redhat.com>
10091
10092 * gdb.base/default.exp: Fix regular expression.
10093
0d195a4f
CV
100942003-03-20 Corinna Vinschen <vinschen@redhat.com>
10095
10096 * gdb.base/args.exp: Fix regular expression.
10097
8a2dbca8
CV
100982003-03-20 Corinna Vinschen <vinschen@redhat.com>
10099
10100 * gdb.base/help.exp: Allow Win32 child process.
10101
bf028682
CV
101022003-03-20 Corinna Vinschen <vinschen@redhat.com>
10103
10104 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
10105 when stepping out of main().
10106
182dbe85
CV
101072003-03-20 Corinna Vinschen <vinschen@redhat.com>
10108
10109 * gdb.base/default.exp: Check for win32 specific message when calling
10110 "run" without executable.
10111
d67a6ba5
CV
101122003-03-20 Corinna Vinschen <vinschen@redhat.com>
10113
10114 * gdb.base/args.exp: Expect .exe in output.
10115
a955b5bb
CV
101162003-03-20 Corinna Vinschen <vinschen@redhat.com>
10117
10118 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
10119 Cygwin native.
10120
bf6bad4b
AC
101212003-03-17 Andrew Cagney <cagney@redhat.com>
10122
10123 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
10124 vector registes.
10125 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
10126 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
10127
293e9a31
DC
101282003-03-17 David Carlton <carlton@math.stanford.edu>
10129
10130 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
10131 test, for PR breakpoints/38.
10132 Call test_watchpoint_and_breakpoint.
10133 * gdb.base/watchpoint.c (func3): New function.
10134 (main): Call func3.
10135
5330f2db
DC
101362003-03-04 David Carlton <carlton@math.stanford.edu>
10137
10138 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
10139 Garply<Garply<char> >:: garply".
10140 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
10141 with respect to PR c++/1111; note also PR c++/1113.
10142 (test_template_breakpoints): KFAIL "constructor breakpoint" with
10143 respect to PR c++/1062.
10144 KFAIL "destructor breakpoint" with respect to PR c++/1112.
10145
6ece72da
DC
101462003-03-03 David Carlton <carlton@math.stanford.edu>
10147
10148 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
10149 with respect to PR c++/57.
10150 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
10151 c++/826.
10152 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
10153 respect to PR c++/57.
10154
85ca1584
DC
101552003-03-03 David Carlton <carlton@math.stanford.edu>
10156
10157 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
10158 respect to PR c++/33 into FAILs.
10159
98e9c5b8
MC
101602003-03-03 Michael Chastain <mec@shout.net>
10161
7bedbf27
MC
10162 * configure.in: Update copyright years.
10163
101642003-03-03 Michael Chastain <mec@shout.net>
10165
10166 * Makefile.in: Update copyright years.
98e9c5b8 10167
f683e100
DC
101682003-02-28 David Carlton <carlton@math.stanford.edu>
10169
10170 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
10171 print class instead of struct and/or superfluous protection
10172 specifiers, as long as the resulting output is equivalent to the
10173 source code.
10174 Delete FIXME from end of messages on tests that don't need
10175 fixing.
10176
a9e0cf2c
DC
101772003-02-28 David Carlton <carlton@math.stanford.edu>
10178
10179 * gdb.c++/templates.exp (do_tests): Allow const in the two
10180 Foo<volatile char *>::foo tests.
10181
e8d359df
MS
101822003-02-27 Michael Snyder <msnyder@redhat.com>
10183
d63a86f8 10184 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
10185 will be consistant.
10186
0b71dc91
DC
101872003-02-26 David Carlton <carlton@math.stanford.edu>
10188
10189 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
10190 char *>::foo" test with respect to PR c++/33. Create a new test
10191 which is identical to that one except that it doesn't put the
10192 space between the "char" and the "*"; KFAIL it, too.
10193
dd14ab43
DC
101942003-02-26 David Carlton <carlton@math.stanford.edu>
10195
10196 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
10197 template types into either PASSes or KFAILs (corresponding to PR
10198 c++/57). Tweak indentation. Update copyright.
10199
1146c7f1
SC
102002003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10201
10202 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
10203
74641dfb
MC
102042003-02-13 Michael Chastain <mec@shout.net>
10205
10206 * gdb.base/exprs.exp: Remove i960 remnants.
10207 * gdb.base/funcargs.exp: Likewise.
10208 * gdb.base/list.exp: Likewise.
10209 * gdb.base/ptype.exp: Likewise.
10210
559cd2d0
DC
102112003-02-14 David Carlton <carlton@math.stanford.edu>
10212
10213 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
10214 pEe->D::vg()" from XFAIL to KFAIL.
10215
c4f90d87
JM
102162003-02-13 Jason Molenda (jmolenda@apple.com)
10217
10218 * gdb.base/maint.exp: Update maint print statistics regexp to include
10219 new entries.
10220
cbc4d97c
MC
102212003-02-13 Michael Chastain <mec@shout.net>
10222
10223 * gdb.c++/inherit.exp: Remove call to get_debug_format.
10224
40f235b7
MC
102252003-02-12 Michael Chastain <mec@shout.net>
10226
10227 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
10228 * gdb.c++/inherit.exp: Likewise.
10229 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
10230 * gdb.c++/templates.exp: Likewise.
10231 * gdb.c++/virtfunc.exp: Likewise.
10232
c56716b0
JM
102332003-02-06 Jason Molenda (jason-cl@molenda.com)
10234
10235 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
10236 why the code is written that way.
10237
070afcf8
MC
102382003-02-05 Michael Chastain <mec@shout.net>
10239
10240 * gdb.base/dump.exp: Add missing copyright line.
10241
5d0331e5
JM
102422003-02-05 Jason Molenda (jason-cl@molenda.com)
10243
f7ae6d3e 10244 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
10245 at the beginning so the breakpoint doesn't get set on the loop.
10246
92851186
MC
102472003-02-05 Michael Chastain <mec@shout.net>
10248
10249 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
10250 output for configurations with gcc 2.95.3.
10251
cbf1e085
AC
102522003-02-05 Keith Seitz <keiths@redhat.com>
10253 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdb.mi/mi-cli.exp: New file.
d63a86f8 10256
29518e1e
MC
102572003-02-04 Michael Chastain <mec@shout.net>
10258
10259 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
10260 Call perror and then continue.
10261
5af1d5f3
MC
102622003-02-03 Michael Chastain <mec@shout.net>
10263
10264 * gdb.c++/pr-1023.cc: New file.
10265 * gdb.c++/pr-1023.exp: New file.
10266
6b549786
JB
102672003-02-05 Jim Blandy <jimb@redhat.com>
10268
10269 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
10270 it's local to foobar. Check for it there, and check that it's not
10271 present in main.
10272 * gdb.c++/local.cc (marker2): New function.
10273 (foobar): Call marker1.
10274 (main): Call marker2 instead of marker1.
10275
67f16606
AC
102762003-02-04 Andrew Cagney <ac131313@redhat.com>
10277
10278 * gdb.disasm/mn10200.exp: Obsolete file.
10279 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
10280 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
10281 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
10282
1c5cb38e
DC
102832003-02-04 David Carlton <carlton@math.stanford.edu>
10284
10285 * gdb.c++/overload.exp: Test intToChar(1).
10286 * gdb.c++/overload.cc (intToChar): New.
10287 (main): Call intToChar.
10288
d1fe6965
DC
102892003-02-03 David Carlton <carlton@math.stanford.edu>
10290
10291 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
10292 'might_kfail' arg.
10293 KFAIL some of the continue_to_bp_overloaded calls, according to
10294 PR c++/1025.
10295
9ba61c5d
MC
102962003-02-01 Michael Chastain <mec@shout.net>
10297
10298 * gdb.base/advance.c (marker1): New marker function.
10299 * gdb.base/advance.exp: When the 'advance' command lands on the
10300 return breakpoint, it can legitimately stop on either the
10301 current line or the next line. Accommodate both outcomes.
10302 * gdb.base/until.exp: Likewise.
10303
e7494ffb
AC
103042003-02-02 Andrew Cagney <ac131313@redhat.com>
10305
10306 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10307 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
10308 now a list, not a tuple.
10309 * gdb.mi/mi-var-display.exp: Ditto.
10310 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 10311
075559bc
AC
103122003-02-01 Andrew Cagney <ac131313@redhat.com>
10313
10314 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
10315 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
10316 stack backtraces.
10317 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 10318
2bd4c7b1
MK
103192003-02-01 Mark Kettenis <kettenis@gnu.org>
10320
10321 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10322 gdb.mi/mi1-pthreads.exp: Return instead of calling
10323 gdb_suppress_entire_file.
10324
eabd8992
MS
103252003-02-01 Mark Salter <msalter@redhat.com>
10326
10327 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
10328
71469e2f
MS
103292003-01-31 Mark Salter <msalter@redhat.com>
10330
10331 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
10332 Support empty arg.
10333
38a94d44
MC
103342003-01-30 Michael Chastain <mec@shout.net>
10335
10336 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
10337 This was a workaround for a UTF-8 bug in readline 4.3. The bug
10338 has been fixed in gdb/readline on 2003-01-09.
10339
19ea9e73
MS
103402003-01-29 Michael Snyder <msnyder@redhat.com>
10341
e8d359df
MS
10342 * gdb.base/maint.exp: Allow for leading underscore in symbol.
10343 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
10344 * gdb.base/args.exp: Skip if target does not support args passing.
10345
2307bd6a
DJ
103462003-01-22 Daniel Jacobowitz <drow@mvista.com>
10347
19ea9e73 10348 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
10349 gdb_test. Accept a list of expect arguments as the third
10350 parameter.
10351 (gdb_test): Use it.
10352
f2dd3617
EZ
103532003-01-20 Elena Zannoni <ezannoni@redhat.com>
10354
10355 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
10356 allow for different test tree configurations. Update some
10357 tescases accordingly.
10358 * gdb.arch/altivec-regs.exp: Ditto.
10359 * gdb.asm/asm-source.exp: Ditto.
10360 * gdb.base/advance.exp: Ditto.
10361 * gdb.base/display.exp: Ditto.
d63a86f8 10362 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
10363 * gdb.base/mips_pro.exp: Ditto.
10364 * gdb.base/overlays.exp: Ditto.
10365 * gdb.base/relocate.exp: Ditto.
10366 * gdb.base/setshow.exp: Ditto.
10367 * gdb.base/step-line.exp: Ditto.
10368 * gdb.base/step-test.exp: Ditto.
10369 * gdb.base/until.exp: Ditto.
10370 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
10371
c71cdefd
DC
103722003-01-17 David Carlton <carlton@math.stanford.edu>
10373
10374 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
10375 corresponding to PR c++/945.
10376 Update copyright.
10377
fdba05d7
DC
103782003-01-17 David Carlton <carlton@math.stanford.edu>
10379
10380 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
10381 corresponding to PR c++/68.
10382
103832003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
10384
10385 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
10386 (test_paddr_hairy_functions): Call print_addr_2_kfail for
10387 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
10388
c362c33a
EZ
103892003-01-15 Elena Zannoni <ezannoni@redhat.com>
10390
0fbc361c
EZ
10391 * gdb.base/break.exp: Fix change of default location, because of
10392 removal of until tests.
10393 * gdb.base/help.exp: Update test for new 'until' help message.
10394 Add test for help on 'advance'.
a9c64011 10395 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 10396
dabf8a35
MK
103972003-01-15 Mark Kettenis <kettenis@gnu.org>
10398
10399 * gdb.base/default.exp: Adapt "info float" test for recent changes
10400 to that command. Add test for "info vector".
10401 * gdb.base/float.exp: New file. Add test for "info float" that
10402 resembles the old test in gdb.base/default.exp.
10403
a1769aca
DC
104042003-01-15 David Carlton <carlton@math.stanford.edu>
10405
10406 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
10407
82025e13
EZ
104082003-01-15 Elena Zannoni <ezannoni@redhat.com>
10409
10410 * gdb.base/break.exp: Move the tests of until command from here...
10411 * gdb.base/until.exp: ... to here. New file. Add other tests.
10412 * gdb.base/advance.c: New file.
10413 * gdb.base/advance.exp: New file.
10414
8f9ab801
EZ
104152003-01-14 Elena Zannoni <ezannoni@redhat.com>
10416
a9c64011
AS
10417 * gdb.base/args.c: New file.
10418 * gdb.base/args.exp: New file.
8f9ab801 10419
9ae66589
DJ
104202003-01-14 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
10423
8d77e5c3
DJ
104242003-01-14 Daniel Jacobowitz <drow@mvista.com>
10425
10426 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
10427
12d2f0a1
DJ
104282003-01-14 Daniel Jacobowitz <drow@mvista.com>
10429
10430 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
10431 dates.
10432
6ca37014
DJ
104332003-01-13 Daniel Jacobowitz <drow@mvista.com>
10434
10435 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
10436
b0023472
DJ
104372003-01-13 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
10440 (ptype &*"foo").
10441 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
10442
607fbc54 104432003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
10444
10445 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
10446 * gdb.mi/mi1-console.exp: Likewise.
10447
607fbc54 104482003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
10449
10450 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
10451 * gdb.mi/mi1-console.exp: Likewise.
10452
a1fb14a2
DJ
104532003-01-13 Daniel Jacobowitz <drow@mvista.com>
10454
10455 * gdb.c++/overload.exp: Remove some fixed XFAILs.
10456
c4cf40b7
DJ
104572003-01-09 Daniel Jacobowitz <drow@mvista.com>
10458
10459 * gdb.base/detach.exp: New test.
10460
696d5a5b
DJ
104612003-01-09 Daniel Jacobowitz <drow@mvista.com>
10462
10463 * Makefile.in (ALL_SUBDIRS): New variable.
10464 (subdirs, clean, distclean): Use it.
10465 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
10466 regenerating Makefile, since it is generated from the top level.
10467 * gdb.asm/Makefile.in: Likewise.
10468 * gdb.base/Makefile.in: Likewise.
10469 * gdb.c++/Makefile.in: Likewise.
10470 * gdb.disasm/Makefile.in: Likewise.
10471 * gdb.java/Makefile.in: Likewise.
10472 * gdb.mi/Makefile.in: Likewise.
10473 * gdb.threads/Makefile.in: Likewise.
10474 * gdb.trace/Makefile.in: Likewise.
10475
754533e4
DC
104762003-01-09 David Carlton <carlton@math.stanford.edu>
10477
10478 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
10479 Add copyright year 2003.
10480
d8b3e9ee
MC
104812003-01-06 Michael Chastain <mec@shout.net>
10482
10483 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
10484 When selecting a thread, 'line' and 'file' are optional.
10485 * gdb.mi/mi1-pthreads.exp: Likewise.
10486
8e9e0fe6
AS
104872003-01-06 Andreas Schwab <schwab@suse.de>
10488
10489 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
10490 failures.
10491
b5ab8ff3
DJ
104922003-01-04 Daniel Jacobowitz <drow@mvista.com>
10493
10494 Fix PR gdb/844
10495 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
10496 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
10497
10498 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
10499 instead of calling gdb_suppress_entire_file.
10500 * gdb.threads/print-threads.exp: Likewise.
10501 * gdb.threads/schedlock.exp: Likewise.
10502
10503 * gdb.threads/killed.exp: Return instead of calling
10504 gdb_suppress_entire_file.
10505 * gdb.threads/linux-dp.exp: Likewise.
10506 * gdb.threads/pthreads.exp: Likewise.
10507
1e698235
DJ
105082003-01-04 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10511 stabs.
10512 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10513 * gdb.base/whatis.exp: Always allow (void) after function names.
10514
147ff08c
DJ
105152003-01-04 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * gdb.c++/casts.exp: Correct regexp.
10518
dc62bfc2
MK
105192003-01-04 Mark Kettenis <kettenis@gnu.org>
10520
10521 * configure.in: Call AC_CONFIG_HEADER. Don't call
10522 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10523 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10524 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10525 aforementioned directories in the AC_OUPUT call.
10526 * config.hin: New file.
10527 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10528 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10529 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10530 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10531 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10532 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10533 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10534 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10535 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10536 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10537 gdb.threads/configure.in, gdb.threads/configure,
10538 gdb.threads/config.in, gdb.trace/configure.in,
10539 gdb.trace/configure: Removed.
10540
77afa639
MC
105412003-01-03 Michael Chastain <mec@shout.net>
10542
10543 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10544 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10545
7634bb6e
DJ
105462003-01-03 Daniel Jacobowitz <drow@mvista.com>
10547
10548 * gdb.base/store.exp: Fix regular expressions.
10549
b39c905e
MK
105502002-12-28 Mark Kettenis <kettenis@gnu.org>
10551
10552 * configure.in: Rewrite.
10553 * configure: Regenerated.
10554
0a8551dd
DC
105552003-01-03 David Carlton <carlton@math.stanford.edu>
10556
10557 * gdb.base/psymtab.exp: New file.
10558 * gdb.base/psymtab1.c: Ditto.
10559 * gdb.base/psymtab2.c: Ditto.
10560
c60b7188
AF
105612002-12-23 Adam Fedor <fedor@gnu.org>
10562
10563 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10564
ee73db83
DC
105652002-12-23 David Carlton <carlton@math.stanford.edu>
10566
10567 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10568 and current_directory initialization.
10569
d6c1774e
JB
105702002-12-22 Jim Blandy <jimb@redhat.com>
10571
f0a847b8
JB
10572 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10573 rather than as part of the output file name.
10574
d6c1774e
JB
10575 * gdb.base/attach.exp: There's no need to copy the test program to
10576 /tmp; that was only ever necessary on HP/UX, and this test is
10577 entirely disabled there anyway.
10578
f0708dbb
JB
105792002-12-21 Jim Blandy <jimb@redhat.com>
10580
4c2acfea
JB
10581 * gdb.c++/psmang.exp: Doc fix.
10582
f0708dbb
JB
10583 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10584 test.
10585
9579e000
DC
105862002-12-20 David Carlton <carlton@math.stanford.edu>
10587
10588 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10589
d1810171
MC
105902002-12-18 Michael Chastain <mec@shout.net>
10591
10592 * gdb.c++/annota2.exp: Add copyright year 2002.
10593
76565097
DC
105942002-12-17 David Carlton <carlton@math.stanford.edu>
10595
10596 * gdb.c++/try_catch.cc: Add marker comments.
10597 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10598 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10599 * gdb.c++/m-static.cc: Ditto.
10600 * gdb.c++/m-static1.cc: Ditto.
10601 * gdb.c++/try_catch.cc: Ditto.
10602
da81390b
JJ
106032002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10604
10605 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10606 to see whether we are using the new -environment-directory
10607 command which resets via -r or the old version of the command
10608 which may prompt the user. Part of fix for gdb/741.
10609
b304d130
AC
106102002-12-13 Andrew Cagney <ac131313@redhat.com>
10611
10612 * gdb.fortran/types.exp: Update obsolete comment.
10613 * gdb.fortran/exprs.exp: Ditto.
10614 * lib/gdb.exp: Delete obsolete code.
10615 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10616 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10617 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10618 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10619 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10620 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10621 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10622 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10623 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10624 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10625 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10626 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10627 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10628 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10629 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10630 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10631 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10632 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10633 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10634 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10635 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10636 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10637 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10638 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10639 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10640 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10641 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10642 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10643 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10644 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10645 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10646 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10647 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10648 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10649 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10650 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10651 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10652
a23b6e6a
DC
106532002-12-11 David Carlton <carlton@math.stanford.edu>
10654
10655 * gdb.c++/m-data.exp: Add test for members that shadow global
10656 variables: see PR gdb/804.
10657 * gdb.c++/m-data.cc: Ditto.
10658
6604731b
DJ
106592002-12-10 Daniel Jacobowitz <drow@mvista.com>
10660
10661 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10662
de46ecd7
DC
106632002-12-06 David Carlton <carlton@math.stanford.edu>
10664
10665 * gdb.base/store.c: Don't declare functions static.
10666
27e829d0
AC
106672002-12-04 Andrew Cagney <ac131313@redhat.com>
10668
10669 * gdb.base/store.exp, gdb.base/store.c: New files.
10670
92806416
DJ
106712002-12-03 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * gdb.base/selftest.exp: Update for current gdb.
10674
3bcbaac5
DJ
106752002-12-03 Daniel Jacobowitz <drow@mvista.com>
10676
10677 * gdb.base/maint.exp: Only dump symbols from one source file
10678 or objfile.
10679
f4f00b1f
DJ
106802002-12-03 Daniel Jacobowitz <drow@mvista.com>
10681
10682 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10683 function call.
10684
f1c8a949
JB
106852002-11-25 Jim Blandy <jimb@redhat.com>
10686
10687 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10688 function appearing in error message.
10689
9e297a97
DJ
106902002-11-21 Daniel Jacobowitz <drow@mvista.com>
10691
10692 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10693
1f312e79
JJ
106942002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10695
d63a86f8
RM
10696 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10697 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
10698 should be in mi console format. This is part of fix for PR gdb/604.
10699
83c31e7d
FN
107002002-09-18 Fernando Nasser <fnasser@redhat.com>
10701
10702 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10703 which explicitly prints the zero offset as "+0".
10704
322b3f65
DJ
107052002-10-22 Daniel Jacobowitz <drow@mvista.com>
10706
10707 * gdb.threads/schedlock.c (args): Make unsigned.
10708
107092002-10-21 Daniel Jacobowitz <drow@mvista.com>
10710
10711 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10712 numbers. Allow "foo2|selected stack frame".
10713 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10714 * gdb.asm/asmsrc2.s: Likewise.
10715 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10716 comments.
10717 * gdb.asm/mips.inc: New file.
10718
5e2fe5b8
AF
107192002-10-18 Adam Fedor <fedor@gnu.org>
10720
10721 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10722 * gdb.base/help.exp: Likewise.
10723
abe1a5d0
KB
107242002-10-17 Kevin Buettner <kevinb@redhat.com>
10725
10726 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10727 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10728
10abb1d4
JB
107292002-10-02 Jim Blandy <jimb@redhat.com>
10730
10731 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10732
1f609b42
AC
107332002-10-01 Andrew Cagney <ac131313@redhat.com>
10734
10735 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10736 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10737 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10738 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10739 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10740 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10741 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10742
0aee02e4
AC
107432002-09-29 Andrew Cagney <ac131313@redhat.com>
10744
10745 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10746 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10747 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10748 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10749 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10750 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10751 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 10752
6fde09ad
KB
107532002-09-27 Kevin Buettner <kevinb@redhat.com>
10754
10755 * gdb.base/annota1.exp (info break): Make directory components of
10756 path optional since not all compilers emit this debug information.
10757
10758 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10759 step ends up stepping out of the function instead of stopping on
10760 the epilogue.
10761
9e8aab75
KS
107622002-09-26 Keith Seitz <keiths@redhat.com>
10763
10764 * lib/insight-support.exp (gdbtk_start): Figure out where
10765 the insight executable is based on where gdb is. Use this
10766 executable to start insight instead of gdb.
10767
e36180d7
AC
107682002-09-25 Andrew Cagney <cagney@redhat.com>
10769
10770 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10771
9dd34b2b
AC
107722002-09-24 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10775 test_isolated_complaints.
10776 (test_empty_complaint): New function.
10777 (test_empty_complaints): New function. Check no output when no
10778 complaints.
d63a86f8 10779
dea97812
KB
107802002-09-19 Jim Blandy <jimb@redhat.com>
10781
a9c64011 10782 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 10783
54951bd7
AC
107842002-09-19 Andrew Cagney <ac131313@redhat.com>
10785
10786 * gdb.gdb/complaints.exp: New file.
10787
dec43320
AC
107882002-09-18 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdb.base/maint.exp: Check `help maint internal-warning'.
10791
e70d6e3f
DC
107922002-09-18 David Carlton <carlton@math.stanford.edu>
10793
10794 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10795 numbers, and replace them by a single breakpoint after the
10796 constructors are all finished.
10797 Add test 4.
10798 * gdb.c++/m-static.cc: Add test 4.
10799 * gdb.c++/m-static.h: New file.
10800 * gdb.c++/m-static1.cc: New file.
10801
10802 * gdb.c++/printmethod.exp: New file.
10803 * gdb.c++/printmethod.cc: New file.
10804
10805 * gdb.c++/pr-574.exp: New file.
10806 * gdb.c++/pr-574.cc: New file.
10807
afb5c968
CV
108082002-09-18 Corinna Vinschen <vinschen@redhat.com>
10809
10810 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10811 embedded targets which never actually exit.
10812
31e45dee
FN
108132002-09-18 Fernando Nasser <fnasser@redhat.com>
10814
10815 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10816 "don't step after run" as unresolved or unsupported, instead of xfail.
10817
a283c5a1
CV
108182002-09-18 Corinna Vinschen <vinschen@redhat.com>
10819
10820 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10821 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10822 Add newline to expected string in "step out of main (status wrapper)"
10823 case.
10824
11350d2a
CV
108252002-09-18 Corinna Vinschen <vinschen@redhat.com>
10826
10827 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10828 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10829
0deec7d6
TT
108302002-09-17 Tom Tromey <tromey@redhat.com>
10831
10832 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10833 \000, not \0, in double-quoted string.
10834
b2b4a1b5
CV
108352002-09-14 Corinna Vinschen <vinschen@redhat.com>
10836
c9d37158 10837 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10838 string after running the commands execution on breakpoint tests.
10839
1c56143a
CV
108402002-09-13 Corinna Vinschen <vinschen@redhat.com>
10841
10842 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10843
37f8da45
JB
108442002-09-12 Joel Brobecker <brobecker@gnat.com>
10845
10846 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10847
08b468e0
KS
108482002-09-10 Keith Seitz <keiths@redhat.com>
10849
10850 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10851 runto proc.
10852 (mi_run_to_main): Use mi_runto.
10853 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10854
dc360f58
KS
108552002-09-10 Keith Seitz <keiths@redhat.com>
10856
10857 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10858 regexp for stopping at main. Could have multiple event notifications.
10859 Don't assume that main was declared with no parameters.
10860 (mi_next): Use mi_step_to.
10861 (mi_step): Use mi_next_to.
10862
ce3abcfb
CV
108632002-09-09 Corinna Vinschen <vinschen@redhat.com>
10864
10865 * gdb.base/default.exp: Fix expected string in `info float' test.
10866
d1f5b980
BE
108672002-09-09 Ben Elliston <bje@redhat.com>
10868
10869 * config/mips.exp: Update comments.
10870 * config/mips-idt.exp: Likewise.
10871 * config/nind.exp: Likewise.
10872 * config/slite.exp: Likewise.
10873 * config/sparclet.exp: Likewise.
10874 * config/udi.exp: Likewise.
10875 * config/vx.exp: Likewise.
10876 * config/vxworks29k.exp: Likewise.
10877
2f71430b
JB
108782002-09-05 Jim Blandy <jimb@redhat.com>
10879
10880 * gdb.threads/killed.exp: Fix test failure message.
10881
7ddebc7e
KS
108822002-09-04 Keith Seitz <keiths@redhat.com>
10883
10884 * lib/mi-support.exp: Update copyright.
10885 (mi_gdb_test): Increase the priority of the expected pattern
10886 so that it matches gdb_test.
10887
0ae67eb3
KS
108882002-09-03 Keith Seitz <keiths@redhat.com>
10889
10890 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10891 Use integer comparison instead of string comparison for testing
10892 whether binary was built.
10893
38fc42c8
JB
108942002-09-03 Jim Blandy <jimb@redhat.com>
10895
10896 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10897
b6ff0e81
JB
108982002-08-29 Jim Blandy <jimb@redhat.com>
10899
10900 * gdb.threads/pthreads.exp: Move the portable thread compilation
10901 code into a function in lib/gdb.exp, and call that from here.
10902 * lib/gdb.exp (gdb_compile_pthreads): New function.
10903
07c98896
KS
109042002-08-29 Keith Seitz <keiths@redhat.com>
10905
10906 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10907 expect_out so that callers can get at it.
10908
0312286c
DJ
109092002-08-23 Daniel Jacobowitz <drow@mvista.com>
10910
10911 * gdb.threads/print-threads.c: New file.
10912 * gdb.threads/print-threads.exp: New file.
10913 * gdb.threads/schedlock.c: New file.
10914 * gdb.threads/schedlock.exp: New file.
10915
dd039bc4
EZ
109162002-08-22 Elena Zannoni <ezannoni@redhat.com>
10917
a9c64011
AS
10918 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10919 not altivec.c.
dd039bc4 10920
1f36144c
MK
109212002-08-17 Mark Kettenis <kettenis@gnu.org>
10922
10923 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10924 targets. The problem should be fixed now.
10925
16057ec7 109262002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10927
10928 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10929 2002-07-24 change that removes final dots from error messages.
10930
3c1499ad
TT
109312002-08-13 Tom Tromey <tromey@redhat.com>
10932
10933 * gdb.base/readline.exp: New file.
10934
a20ce2c3
AC
109352002-08-01 Andrew Cagney <ac131313@redhat.com>
10936
10937 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10938 supress message.
10939
db034ac5
AC
109402002-08-01 Andrew Cagney <cagney@redhat.com>
10941
10942 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10943 CHILL_FOR_TARGET and CHILL_LIB.
10944 * configure.in (configdirs): Remove gdb.chill.
10945 * configure: Regenerate.
10946 * lib/gdb.exp: Obsolete references to chill.
10947 * gdb.fortran/types.exp: Ditto.
10948 * gdb.fortran/exprs.exp: Ditto.
10949
3e000b18
KB
109502002-07-30 Kevin Buettner <kevinb@redhat.com>
10951
10952 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10953 set Irix-specific compile and link flags.
10954
28f4966b
KB
109552002-07-29 Kevin Buettner <kevinb@redhat.com>
10956
10957 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10958 source files. The ``-o'' option doesn't work with the ``-E'' option
10959 when using the Irix compiler.
10960
46c0d5a6
DJ
109612002-07-19 Daniel Jacobowitz <drow@mvista.com>
10962
10963 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10964 Improve support for reusing an exec file. Copy exec file
10965 to target, and run gdbserver on the target instead of on the host.
10966
eecf4bed
JB
109672002-07-18 Jim Blandy <jimb@redhat.com>
10968
0f815cdf
JB
10969 * gdb.base/ending-run.exp: Don't expect to see the program end in
10970 some orderly fashion when we're running on a real stand-alone
10971 board.
10972
eecf4bed
JB
10973 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10974 targets that don't support interrupts.
10975
52d309e4
JB
109762002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10977
10978 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10979 systems.
10980 Move comments in expect statements to inside the actions, so that they
10981 don't get matched against.
10982
ff683d9e
MK
109832002-07-10 Mark Kettenis <kettenis@gnu.org>
10984
10985 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10986 function when asleep" test.
10987
b5356753
AC
109882002-07-10 Andrew Cagney <ac131313@redhat.com>
10989
10990 * gdb.base/page.exp: Rewrite to handle problems with very long
10991 `info set' output. Update copyright.
10992
6aa4d13a
AC
109932002-06-26 Andrew Cagney <ac131313@redhat.com>
10994
10995 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10996 gdb.threads-hp.
10997 * gdb.hp/configure: Regenerate.
10998 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10999 * gdb.hp/gdb.threads-hp/configure: Delete file.
11000 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
11001
8cf8c2b8
AC
110022002-06-22 Andrew Cagney <ac131313@redhat.com>
11003
11004 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
11005 setlocale, bindtextdomain and textdomain.
11006
6827a8f8
JB
110072002-06-11 Jim Blandy <jimb@redhat.com>
11008
919d772c
JB
11009 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
11010 preprocessor macro information is present.
11011
6827a8f8
JB
11012 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
11013 tests.
11014
c15b0d21
MS
110152002-06-06 Michael Snyder <msnyder@redhat.com>
11016
c5984d70
MS
11017 * gdb.base/overlays.exp: Record addresses of overlay
11018 functions in TCL variables rather than in GDB variables,
11019 to avoid having GDB convert them to pointers (with loss
11020 of information).
11021
d63a86f8 11022 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 11023 default linker script changes.
c15b0d21
MS
11024 * gdb.base/long_long.exp: Add check for sizeof (long double).
11025
be26fe0d
ML
110262002-06-06 Michal Ludvig <mludvig@suse.cz>
11027
11028 * gdb.asm/asm-source.exp: Add x86-64 target.
11029 * gdb.asm/x86_64.inc: New.
d63a86f8 11030
258093ca 110312002-05-30 Michael Chastain <mec@shout.net>
258093ca 11032
4b3153f1 11033 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
11034 * gdb.c++/m-static.cc: New file.
11035 * gdb.c++/m-static.exp: New file.
11036
241264c6
MS
110372002-05-28 Michael Snyder <msnyder@redhat.com>
11038
11039 * gdb.base/call-ar-st.exp: Allow for reduced floating point
11040 precision.
11041
9bba8c8f 110422002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 11043
4b3153f1 11044 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
11045 * gdb.c++/m-data.cc: New file.
11046 * gdb.c++/m-data.exp: New file.
11047
110482002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 11049
4b3153f1 11050 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 11051 * gdb.c++/try_catch.cc: New file.
d63a86f8 11052 * gdb.c++/try_catch.exp: New file.
9bba8c8f 11053
def1b996
MC
110542002-05-27 Michael Chastain <mec@shout.net>
11055
11056 * gdb.c++/local.exp: Accept more nested types in output.
11057
522ba268
MC
110582002-05-26 Michael Chastain <mec@shout.net>
11059
11060 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
11061
277254ba
MS
110622002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
11063
11064 * lib/gdb.exp (gdb_wrapper_init): Just because
11065 gdb_wrapper_file exists, this does not mean that the file
11066 should not be rebuilt. That is what gdb_wrapper_initialized
11067 is for.
11068 (default_gdb_init): Reset gdb_wrapper_initialized.
11069
b61a8733
MS
110702002-05-23 Michael Snyder <msnyder@redhat.com>
11071
d63a86f8 11072 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
11073 the precision of the floating point test results.
11074 * gdb.base/call-rt-st.exp: Ditto.
11075
b61a8733
MS
11076 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
11077 * gdb.base/call-rt-st.exp: Ditto.
11078
56f6e910
MC
110792002-05-19 Michael Chastain <mec@shout.net>
11080
11081 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
11082
ad0b0016
EZ
110832002-05-19 Elena Zannoni <ezannoni@redhat.com>
11084
a9c64011
AS
11085 * configure.in (configdirs): Add gdb.arch.
11086 * configure: Regenerate.
ad0b0016 11087
f617d2b6
JB
110882002-05-17 Jim Blandy <jimb@redhat.com>
11089
11090 * gdb.base/completion.exp: Recognize the more detailed error
11091 messages produced by the macro expander's lexical analyzer.
11092
eac2a696
EZ
110932002-05-14 Elena Zannoni <ezannoni@redhat.com>
11094
a9c64011
AS
11095 * gdb.arch/altivec-abi.c: New file.
11096 * gdb.arch/altivec-abi.exp: New file.
11097 * gdb.arch/altivec-regs.c: New file.
11098 * gdb.arch/altivec-regs.exp: New file.
eac2a696 11099
2fdde8f8
DJ
111002002-05-14 Daniel Jacobowitz <drow@mvista.com>
11101
11102 * gdb.base/maint.exp (maint print type): Update for new type
11103 structure.
d63a86f8 11104
e31f1a7c
EZ
111052002-05-14 Elena Zannoni <ezannoni@redhat.com>
11106
11107 * gdb.arch: New directory.
11108 * gdb.arch/configure.in: New file.
11109 * gdb.arch/configure: New file.
11110 * gdb.arch/Makefile.in: New file.
11111
db589741
CV
111122002-05-13 Corinna Vinschen <vinschen@redhat.com>
11113
11114 * gdb.asm/asm-source.exp: Add v850 as supported target.
11115 * gdb.asm/v850.inc: New file.
11116
8ce2a7dc
DJ
111172002-05-13 Daniel Jacobowitz <drow@mvista.com>
11118
11119 * gdb.c++/annota2.exp (annotate-quit): Add comment.
11120
df763c7f
DJ
111212002-05-12 Daniel Jacobowitz <drow@mvista.com>
11122
11123 * gdb.base/break.exp: Check 'break "marker2"'.
11124
377daeed
MS
111252002-05-10 Michael Snyder <msnyder@redhat.com>
11126
11127 * gdb.base/long_long.exp: Fix typo.
11128
c4b7bc2b
JB
111292002-05-10 Jim Blandy <jimb@redhat.com>
11130
ecac9a4e
JB
11131 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
11132 a bug.
11133
c4b7bc2b
JB
11134 * gdb.base/printcmds.exp (test_integer_literals_rejected):
11135 Recognize more detailed error message produced by the macro
11136 expander's lexical analyzer.
11137 * lib/gdb.exp (test_print_reject): Same.
11138
e71019a1
MK
111392002-05-09 Mark Kettenis <kettenis@gnu.org>
11140
11141 * gdb.c++/method.exp: Fix typo.
11142
fedfc8e6
MS
111432002-05-08 Michael Snyder <msnyder@redhat.com>
11144
166a1957
MS
11145 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
11146 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 11147 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
11148 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
11149 Add iftarget clause for strongarm.
d63a86f8 11150
f1c47eb2
MS
111512002-05-06 Michael Snyder <msnyder@redhat.com>
11152
cb9a9d3e
MS
11153 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
11154 (gdb_continue_to_end): Accept output from status wrapper.
11155 * gdb.base/ending-run.exp: Add case for output from status wrapper.
11156 Clean up fail messages to match pass messages.
11157
f1c47eb2
MS
11158 Enable the "needs_status_wrapper" testsuite feature.
11159 * lib/gdb.exp (gdb_wrapper_init): New procedure.
11160 (gdb_compile): Conditionally call gdb_wrapper_init.
11161 * gdb.base/a2-run.exp: Recognize output from status wrapper.
11162 * gdb.c++/method.exp: Recognize output from status wrapper.
11163
6079c749
BE
111642002-05-06 Ben Elliston <bje@redhat.com>
11165From Graydon Hoare <graydon@redhat.com>
11166
11167 * config/sid.exp: Include support for "rawsid" protocol.
11168
188baff3
JB
111692002-05-03 Jim Blandy <jimb@redhat.com>
11170
11171 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
11172 * gdb.c++/hang3.C: New file.
11173
b9c07f0f
AC
111742002-05-04 Andrew Cagney <ac131313@redhat.com>
11175
11176 * gdb.base/default.exp: Remove obsolete code.
11177 * gdb.c++/misc.exp: Ditto. Update copyright.
11178 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
11179 * gdb.base/whatis.exp: Ditto. Update copyright.
11180 * gdb.base/scope.exp: Ditto. Update copyright.
11181 * gdb.base/ptype.exp: Ditto. Update copyright.
11182 * gdb.base/printcmds.exp: Ditto. Update copyright.
11183 * gdb.base/opaque.exp: Ditto. Update copyright.
11184 * gdb.base/list.exp: Ditto.
11185 * gdb.base/funcargs.exp: Ditto. Update copyright.
11186 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
11187 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
11188 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
11189 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
11190 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
11191 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
11192
5c7a0397
MS
111932002-05-02 Michael Snyder <msnyder@redhat.com>
11194
d6dcc264 11195 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
11196 * gdb.base/long_long.exp: Add xscale target.
11197 * gdb.base/default.exp: Add xscale target.
11198
eb7f1c48
JB
111992002-05-01 Jim Blandy <jimb@redhat.com>
11200
11201 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
11202 gdb.c++/hang.exp: New test.
11203
a6befae8
FF
112042002-05-01 Fred Fish <fnf@redhat.com>
11205
11206 * gdb.base/completion.exp: Handle completions of "./Make" for
11207 more than one completion possibility, as is the case when we
11208 build and test in the source tree.
11209
0a310277
AG
112102002-04-29 Anthony Green <green@redhat.com>
11211
11212 * gdb.java/jmisc1.exp: New file.
11213 * gdb.java/jmisc2.exp: New file.
11214
6ff9af88
DJ
112152002-04-24 Daniel Jacobowitz <drow@mvista.com>
11216
11217 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
11218
96b3d632
EZ
112192002-04-23 Elena Zannoni <ezannoni@redhat.com>
11220
11221 * gdb.base/help.exp: Change 'help status' to allow for target
11222 dependent output differences.
11223
5019bb54
MC
112242002-04-22 Michael Chastain <mec@shout.net>
11225
11226 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
11227
a805a116
MC
112282002-04-22 Michael Chastain <mec@shout.net>
11229
11230 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
11231
a1706bfd
DM
112322002-04-17 David S. Miller <davem@redhat.com>
11233
11234 * gdb.asm/sparc64.inc: New file.
11235 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
11236
a73a20a2
EZ
112372002-04-19 Elena Zannoni <ezannoni@redhat.com>
11238
11239 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
11240 instruction file directly into the build tree. Clean up at end of
11241 test.
11242
ba678339
DM
112432002-04-18 David S. Miller <davem@redhat.com>
11244
11245 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
11246 handle 64-bit platforms correctly.
11247 * gdb.base/maint.exp: Likewise.
11248
b03399da
KB
112492002-04-18 Kevin Buettner <kevinb@redhat.com>
11250
11251 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
11252 ``-fpic'' when compiling files comprising a shared library, but
11253 it does need additional linker flags in order to find shared
11254 libraries at run time.
11255
e2004992
KB
112562002-04-18 Kevin Buettner <kevinb@redhat.com>
11257
11258 * gdb.base/cvexpr.c (use): New function.
11259 (main): Invoke use() on all global variables to prevent
11260 some linkers from deleting these otherwise unused symbols.
11261
d8937120
MC
112622002-04-17 Michael Chastain <mec@shout.net>
11263From David S. Miller <davem@redhat.com>
11264
11265 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
11266 handle 64-bit platforms correctly.
11267
ffd61a58
MS
112682002-04-12 Michael Snyder <msnyder@redhat.com>
11269From Jim Blandy <jimb@redhat.com>
a9c64011 11270 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
11271 script can handle this instead.
11272 * gdb.base/bar.c (barx): Same.
11273 * gdb.base/baz.c (bazx): Same.
11274 * gdb.base/grbx.c (grbxx): Same.
11275
11276 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
11277 manager doesn't automatically unmap overlays unnecessarily.
11278
6b8426a6
MH
112792002-04-10 Martin M. Hunt <hunt@redhat.com>
11280
11281 * gdb.base/ending-run.exp: Fix pattern for Mips targets
11282 stepping out of main.
11283
34af4875
MC
112842002-04-09 Michael Chastain <mec@shout.net>
11285
11286 * gdb.c++/local.cc (main): Move call to marker1() inside nested
11287 scope so that the nested scope tests will make sense.
11288 * gdb.c++/local.exp: Write patterns that actually work with gcc
11289 (the HP patterns "were never known to work with gcc").
11290 Keep the old aCC patterns too.
11291
2d1676a0
DJ
112922002-04-09 Daniel Jacobowitz <drow@mvista.com>
11293
11294 * gdb.base/attach.exp: Correct target board test.
11295
3a63e3f9
MC
112962002-04-08 Michael Chastain <mec@shout.net>
11297
11298 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
11299 in a const method. Add some xfail and fail cases for configurations
11300 that do not emit the "const ...".
11301
f18dabd2
MC
113022002-04-07 Michael Chastain <mec@shout.net>
11303
11304 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
11305 Accept "A * const" and "const A * const" as type of "this".
11306 Fix spelling of getFunky throughout. Make messages uniform.
11307
0fcddd82
EZ
113082002-04-07 Elena Zannoni <ezannoni@redhat.com>
11309
a9c64011 11310 Work around for PR gdb/285:
0fcddd82
EZ
11311 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
11312
16a8534a
EZ
113132002-04-07 Elena Zannoni <ezannoni@redhat.com>
11314
11315 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
11316 instructions file at run time instead of configure time.
11317 Sometimes we run the test in a directory that is not the one we
11318 configured in.
11319 * gdb.asm/configure.in: Delete creation of symlink.
11320 * gdb.asm/configure: Regenerate.
11321
24181d81
JB
113222002-04-05 J. Brobecker <brobecker@gnat.com>
11323
11324 * gdb.gdb/xfullpath.exp: New test, to exercise the new
11325 xfullpath () function.
11326
7cdb7107
DJ
113272002-04-04 Daniel Jacobowitz <drow@mvista.com>
11328
11329 * gdb.asm/Makefile.in: Correct dependencies.
11330
11331 * gdb.asm/powerpc.inc: New file.
11332 * gdb.asm/asm-source.exp: Add PowerPC.
11333 * gdb.asm/configure.in: Likewise.
11334 * gdb.asm/configure: Regenerated.
11335
a7d17088
DJ
113362002-04-04 Daniel Jacobowitz <drow@mvista.com>
11337
11338 * gdb.base/relocate.exp: New file.
11339 * gdb.base/relocate.c: New file.
11340
cd721503
FF
113412002-04-04 Fred Fish <fnf@redhat.com>
11342
11343 * gdb.base/step-test.exp: Update comment regarding stopping in
11344 memcpy/bcopy calls inserted as part of the compiler runtime.
11345
b22ad7a7
MS
113462002-04-04 Michael Snyder <msnyder@redhat.com>
11347
11348 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
11349
5f279fa6
DJ
113502002-04-03 Daniel Jacobowitz <drow@mvista.com>
11351
11352 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
11353 (gdb_expect): Remove $notransfer hack.
11354
dd0fd3ce
DJ
113552002-04-02 Daniel Jacobowitz <drow@mvista.com>
11356
11357 * gdb.c++/classes.exp ("calling method for small class"): Match
11358 updated register output.
11359
1e50cda1
DJ
113602002-03-30 Daniel Jacobowitz <drow@mvista.com>
11361
11362 Fix PR gdb/452
11363 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
11364 when finished. Make gdb_file_cmd send "exec-file" when
11365 appropriate.
11366
24015922
DJ
113672002-03-30 Daniel Jacobowitz <drow@mvista.com>
11368
11369 * gdb.base/attach.exp: Remove extra setup_xfail.
11370
dd7dfd64
MS
113712002-03-26 Michael Snyder <msnyder@redhat.com>
11372
11373 * gdb.base/default.exp: Add tests for dump, append, and restore.
11374 * gdb.base/help.exp: Add tests for dump, append, and restore.
11375 * gdb.base/dump.exp: New file, test dump, append and restore.
11376 * gdb.base/dump.c: New file.
11377
48b2f8d7
MS
113782002-03-27 Michael Snyder <msnyder@redhat.com>
11379
d63a86f8 11380 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
11381 clean-ups in help messages.
11382
05b4d525
FF
113832002-03-26 Fred Fish <fnf@redhat.com>
11384
11385 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
11386 have debugging info for those functions and the compiler uses them
11387 internally to copy structs around.
11388
d7679631
FF
113892002-03-26 Fred Fish <fnf@redhat.com>
11390
11391 * gdb.base/list.exp: Revert the change made yesterday and add note
11392 about why we don't list the default lines for remote targets.
11393
523ac3f9
MS
113942002-03-25 Michael Snyder <msnyder@redhat.com>
11395
11396 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
11397
754b2b8d
FF
113982002-03-25 Fred Fish <fnf@redhat.com>
11399
11400 * gdb.base/list.exp: This test works on remote targets so remove
11401 the short circuit for remote targets. Update copyright.
11402
33c3e192
FF
114032002-03-25 Fred Fish <fnf@redhat.com>
11404
11405 * gdb.base/attach.exp: Fix logic error that was suppressing this
11406 test for all non hppa*-*-hpux* targets, instead of the hp target.
11407 Move comments closer to the suppression point. Also now need to
11408 check that we are running natively.
11409
d43e73ee
MS
114102002-03-22 Michael Snyder <msnyder@redhat.com>
11411
882c8f02
MS
11412 * gdb.base/default.exp: Add test for gcore. Update copyright.
11413 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 11414
04c12f60
FF
114152002-03-06 Fred Fish <fnf@redhat.com>
11416
11417 * gdb.base/funcargs.c: Remove extraneous ';' character.
11418 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
11419
b43df995
MC
114202002-03-04 Michael Chastain <mec@shout.net>
11421
11422 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
11423 accommodate gcc v3 function signature.
11424 * gdb.mi/mi0-var-cmd-exp: Ditto.
11425
92362027
AC
114262002-02-24 Andrew Cagney <ac131313@redhat.com>
11427
11428 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
11429 ``GNU/Linux'' or ``Linux kernel''
11430 * testsuite/gdb.threads/pthreads.c: Ditto.
11431
258ad32d
MC
114322002-02-24 Michael Chastain <mec@shout.net>
11433
11434 * gdb.threads/pthreads.c (thread1): Add a return statement.
11435 (thread2): Likewise.
11436 (foo): Likewise.
11437
04c3b3d4
MC
114382002-02-23 Michael Chastain <mec@shout.net>
11439
11440 * gdb.threads/linux-dp.c (philosopher): Add a return statement
11441 to placate gcc.
11442
5a2a0a20
MC
114432002-02-23 Michael Chastain <mec@shout.net>
11444
11445 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
11446 test "ptype bint". The test passes on all my stabs configurations.
11447
a640f7fc
JB
114482002-02-21 Jim Blandy <jimb@redhat.com>
11449
27924826
JB
11450 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
11451 filename at a time, and watch for the ones we want to see.
11452
a640f7fc
JB
11453 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
11454 types of pointers to prototyped functions.
11455
edcc8c75
AC
114562002-02-20 Andrew Cagney <ac131313@redhat.com>
11457
11458 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
11459 signed, unsigned and straight char.
11460 (padding_char, padding_short, padding_int, padding_long,
11461 padding_long_long, padding_float, padding_double,
11462 padding_long_double): New global variables.
11463 (fill, fill_structs): New functions.
11464
11465 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
11466 for correctly sized writes. Update copyright.
11467 (get_valueof): New procedure.
11468 (get_sizeof): Call get_valueof.
11469 (check_valueof): New procedure.
11470 (check_padding): New procedure.
11471
ac57ea44
MC
114722002-02-20 Michael Chastain <mec@shout.net>
11473
11474 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
11475 to setup_xfail. Document some of the remaining calls.
11476
7a10c941
MC
114772002-02-18 Michael Chastain <mec@shout.net>
11478
11479 * gdb.c++/userdef.exp: Update copyright year.
11480
fb8acdcc
DJ
114812002-02-18 Daniel Jacobowitz <drow@mvista.com>
11482
11483 * gdb.c++/userdef.exp: Test overloaded operators properly.
11484 Remove xfails.
11485
fda6ae12
MS
114862002-02-14 Michael Snyder <msnyder@redhat.com>
11487
11488 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
11489
676a0442
DJ
114902002-02-14 Daniel Jacobowitz <drow@mvista.com>
11491
11492 * gdb.base/a2-run.exp: Check for a remote target properly.
11493 * gdb.base/annota1.exp: Likewise.
11494 * gdb.base/list.exp: Likewise.
11495 * gdb.base/reread.exp: Likewise.
11496 * gdb.base/scope.exp: Likewise.
11497 * gdb.base/shlib-call.exp: Likewise.
11498 * gdb.base/term.exp: Likewise.
11499 * gdb.c++/annota2.exp: Likewise.
11500
78b4f468
RE
115012002-02-13 Richard Earnshaw <rearnsha@arm.com>
11502
11503 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
11504
9a81ba51
MC
115052002-02-10 Michael Chastain <mec@shout.net>
11506
11507 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11508 (call_after_alloca): Ditto.
11509
004af6c7
DJ
115102002-02-10 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * gdb.base/ending-run.exp: Guard "cont" test with
11513 gdb_skip_stdio_test.
11514
37225f62
JB
115152002-02-06 Jim Blandy <jimb@redhat.com>
11516
11517 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11518 from here...
11519 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11520 To here. Disable this test on non-HP platforms. Add big comment.
11521
fe6fdd96
MS
115222002-02-04 Michael Snyder <msnyder@redhat.com>
11523
11524 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11525 other than d10v and m32r.
11526
036fad3f
RE
115272002-02-02 Richard Earnshaw <rearnsha@arm.com>
11528
11529 * gdb.base/default.exp: Rewrite test patterns to reduce time
11530 taken to match them.
11531
7148ab62
DJ
115322002-01-30 Daniel Jacobowitz <drow@mvista.com>
11533
11534 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11535 Allow a start function above main.
11536 * gdb.threads/linux-dp.exp: Fix copyright date.
11537
396cc255
DJ
115382002-01-30 Daniel Jacobowitz <drow@mvista.com>
11539
a9c64011
AS
11540 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11541 (check_philosopher_stack): Check for manager thread before checking
11542 for a just-starting thread.
396cc255 11543
f038d31b
DJ
115442002-01-30 Daniel Jacobowitz <drow@mvista.com>
11545
11546 From Neil Booth <neil@daikokuya.demon.co.uk>:
11547 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11548 warnings.
11549
b3ff9d9a
FF
115502002-01-21 Fred Fish <fnf@redhat.com>
11551
11552 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11553 not caller.
11554
39ad761d
JB
115552002-01-21 Jim Blandy <jimb@redhat.com>
11556
11557 * gdb.base/reread.exp: Check that GDB properly re-reads the
11558 executable file when it changes while no inferior is running.
11559
aaf320fa
FF
115602002-01-21 Fred Fish <fnf@redhat.com>
11561
a9c64011
AS
11562 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11563 optionally accept the "shlib events" variation.
aaf320fa 11564
808a31f5
JB
115652002-01-21 Jim Blandy <jimb@redhat.com>
11566
11567 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11568 call `fflush' after every `printf', so that the output is produced
11569 at predictable points, regardless of whatever buffering does (or
11570 doesn't) take place.
11571 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11572 at different points.
11573
4420d5e2
DJ
115742002-01-20 Daniel Jacobowitz <drow@mvista.com>
11575
11576 * gdb.c++/inherit.exp: Update copyright years.
11577 * gdb.c++/method.exp: Likewise.
11578
3e36a0f4
DJ
115792002-01-20 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11582 artificial methods/arguments.
11583 * gdb.c++/derivation.exp: Likewise.
11584 * gdb.c++/inherit.exp: Likewise.
11585 * gdb.c++/method.exp: Likewise.
11586 * gdb.c++/virtfunc.exp: Likewise.
11587
b4ceaee6
AC
115882002-01-18 Andrew Cagney <ac131313@redhat.com>
11589
11590 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11591 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11592 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11593 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11594 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11595 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11596
ecace851
JB
115972002-01-17 Jim Blandy <jimb@redhat.com>
11598
11599 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11600 anchoring the pattern matching the entry point symbol's name.
11601
375fc983
AC
116022002-01-17 Andrew Cagney <ac131313@redhat.com>
11603
11604 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11605 continue/quit query. Update copyright.
11606
fe6fdd96
MS
116072002-01-14 Michael Snyder <msnyder@redhat.com>
11608
11609 * gdb.base/gcore.exp: Remove extra debugging output.
11610
e017c81f
DJ
116112002-01-13 Daniel Jacobowitz <drow@mvista.com>
11612
11613 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11614 for slightly dubious v2 mangled string.
11615
37ab3bf8
DJ
116162002-01-13 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11619
1bc05c3a 116202002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 11621
1bc05c3a 11622 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 11623
1bc05c3a
JM
11624 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11625 constructors.
11626 * gdb.c++/derivation.exp: Likewise.
11627 * gdb.c++/templates.exp: Likewise.
11628 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 11629
1bc05c3a
JM
116302002-01-10 Michael Snyder <msnyder@redhat.com>
11631
11632 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 11633
a911c360
MS
116342002-01-08 Michael Snyder <msnyder@redhat.com>
11635
11636 * gdb.base/gcore.exp: New test for generate-core-file command.
11637 * gdb.base/gcore.c: Testcase for above.
11638 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11639
ea2119ec
JM
116402002-01-08 Jason Merrill <jason@redhat.com>
11641
11642 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11643
68203136
FF
116442002-01-07 Fred Fish <fnf@redhat.com>
11645
11646 * gdb.c++/overload.exp: Remove unconditional xfails for:
11647 print foo_instance1.overloadargs(1)
11648 print foo_instance1.overloadargs(1, 2)
11649 print foo_instance1.overloadargs(1, 2, 3)
11650 print foo_instance1.overloadargs(1, 2, 3, 4)
11651 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11652 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11653 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11654 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11655 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11656 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11657 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11658 print foo_instance1.overload1arg()
11659 print foo_instance1.overload1arg((char)arg2)
11660 print foo_instance1.overload1arg((signed char)arg3)
11661 print foo_instance1.overload1arg((unsigned char)arg4)
11662 print foo_instance1.overload1arg((int)arg7)
11663 print foo_instance1.overload1arg((unsigned int)arg8)
11664 print foo_instance1.overload1arg((float)arg11)
11665 print foo_instance1.overload1arg((double)arg12)
d63a86f8 11666
21b9b5b1
MS
116672002-01-07 Michael Snyder <msnyder@redhat.com>
11668
11669 * gdb.base/huge.exp: New test. Print a very large target data object.
11670 (skip_huge_test): New test variable. Define if you want to skip this
11671 test. The test reads an 8 megabyte data object from the target, so it
11672 might be very time consuming on remote targets with a slow connection.
11673 * gdb.base/huge.c: New file. Test case for above.
11674
725f922e
FF
116752002-01-07 Fred Fish <fnf@redhat.com>
11676
11677 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11678 g_instance.bfoo, and g_instance.cfoo.
11679
634d57ec
JL
11680Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11681
f286b2c3
JL
11682 * gdb.base/break.c (multi_line_if_conditional): New function.
11683 (multi_ilne_while_conditional): Likewise.
11684 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11685 IF or WHILE condition puts the breakpoint at the start of
11686 the condition.
11687
634d57ec
JL
11688 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11689 hppa*-*-hpux* expected failure.
11690 * gdb.base/structs.exp (do_function_calls): Similarly.
11691
11692 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11693 watchpoints.
11694
9fbfe2dc
AC
116952002-01-06 Andrew Cagney <ac131313@redhat.com>
11696
11697 Fix PR gdb/66.
11698 * gdb.base/structs.exp: Replace skip for a29k with skip for
11699 gdb,cannot_call_functions.
11700 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11701 * gdb.base/callfuncs.exp: Ditto.
11702 * gdb.base/call-rt-st.exp: Ditto.
11703 * gdb.base/call-strs.exp: Ditto.
11704 * gdb.base/callfwmall.exp: Ditto.
11705 * gdb.base/scope.exp: Obsolete xfail a29k.
11706 * gdb.c++/misc.exp: Ditto.
11707 * gdb.c++/cplusfuncs.exp: Ditto.
11708 * gdb.base/ptype.exp: Ditto.
11709 * gdb.base/printcmds.exp: Ditto.
11710 * gdb.base/opaque.exp: Ditto.
11711 * gdb.base/list.exp: Ditto.
11712 * gdb.base/funcargs.exp: Ditto.
11713 * gdb.base/default.exp: Ditto.
11714
8ddad156
MS
117152002-01-04 Michael Snyder <msnyder@redhat.com>
11716
ca4976a6 11717 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
11718 * gdb.base/maint.exp: Add tests for maint info sections options.
11719
1b074332
JL
11720Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11721
11722 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11723
7d159115
CV
117242001-12-20 Corinna Vinschen <vinschen@redhat.com>
11725
11726 * gdb.asm/arm.inc: New file.
11727 * gdb.asm/asm-source.exp: Add arm targets.
11728 * gdb.asm/configure.in: Ditto.
11729 * gdb.asm/configure: Recreated from configure.in.
11730
8fb87725
JL
11731Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11732
afabe08c
JL
11733 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11734 with HP's compiler.
11735 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11736 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11737 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11738 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11739
11740 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11741 either HP's compilers or GCC.
11742
db521deb
JL
11743 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11744 a SIGBUS or SIGSEGV.
11745
11746 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11747
11748 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11749 can be compiled with either HP's compiler or GCC.
11750
cfa88ab7
JL
11751 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11752 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11753 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11754
ca344dff
JL
11755 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11756 to match current gdb output. Update due to using auto-solib-limit
11757 for limiting instead of overloading auto-solib-add.
11758 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11759 test program.
11760
3f3c6e55 11761 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
11762 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11763 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11764 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11765 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11766 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11767 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11768 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11769 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11770 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11771 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11772 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11773 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 11774
8fb87725
JL
11775 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11776 a SIGTRAP to the inferior.
11777
cf599fa7
CV
117782001-12-19 Corinna Vinschen <vinschen@redhat.com>
11779
11780 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11781 Substitute call to target_link by call to gdb_compile.
11782
2cd045cd
JL
11783Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11784
a9c64011
AS
11785 * gdb.base/break.exp: Fix HP specific search string when testing
11786 backtracing in a called function.
2cd045cd 11787
a9c64011
AS
11788 * gdb.base/constvars.exp: Only set lang to C++ if we're
11789 compiling the test with HP's compilers.
11790 * gdb.base/volatile.exp: Similarly.
2cd045cd 11791
99ebe9ac
JB
117922001-12-19 Jim Blandy <jimb@redhat.com>
11793
11794 * gdb.base/printcmds.exp: Expect the null character to be printed
11795 as '\0', and the '\013' to be printed as '\v'.
11796 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11797 * gdb.base/setvar.exp: Same.
11798
b9891b29
JB
117992001-12-17 Jim Blandy <jimb@redhat.com>
11800
0eba65ab
JB
11801 * gdb.base/completion.exp: Rather than completing very long
11802 filenames, which can make the readline library produce output we
11803 don't recognize, cd to the directory first, and then complete
11804 using nice, short relative paths.
11805
6970b5b1
JB
11806 * gdb.base/completion.exp: On some systems, there is, in fact, a
11807 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11808 variables as being in scope. So use `no_var_named_this'
11809 instead of `b'.
6970b5b1 11810
b9891b29
JB
11811 * gdb.base/corefile.exp: Recognize the message saying that GDB
11812 can't find the core file's registers as a failure.
11813
e6ccd35f
JSC
118142001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11815
a9c64011
AS
11816 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11817 test expect string more specific.
e6ccd35f 11818
105ba819
CV
118192001-12-13 Corinna Vinschen <vinschen@redhat.com>
11820
11821 * gdb.asm/asm-source.exp: Add support for xstormy16.
11822 * gdb.asm/configure.in: Ditto.
11823 * gdb.asm/configure: Rebuild.
11824 * gdb.asm/xstormy16.inc: New file.
11825
e9e79dd9
FF
118262001-12-10 Fred Fish <fnf@redhat.com>
11827
11828 * gdb.base/maint.exp: Update to match changes in type dumping code.
11829
347dc97d
JB
118302001-12-10 Jim Blandy <jimb@redhat.com>
11831
11832 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11833 matching the entry point symbol's name at the beginning of the
11834 line.
11835
5178b9d6
DJ
118362001-12-07 Daniel Jacobowitz <drow@mvista.com>
11837
11838 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11839 gdb.c++/inherit.exp, gdb.c++/method.exp,
11840 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11841 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11842 and class layout support.
11843
af890c52
DJ
118442001-12-07 Daniel Jacobowitz <drow@mvista.com>
11845
11846 * gdb.c++/classes.exp: Add test for static member function.
11847 * gdb.c++/misc.cc: Add class with static member function.
11848
7a345fb3
JB
118492001-12-07 Jim Blandy <jimb@redhat.com>
11850
f2e54a80 11851 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11852 those tests as `unsupported'.
11853 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11854 Rewrite subsequent tests to use it.
11855
11856 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11857 those tests as `unsupported'.
11858 * gdb.base/structs.exp (call_struct_func): New function.
11859 (do_function_calls): Use call_struct_func to call the functions
11860 returning structs.
11861
0bc69509
JB
11862 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11863 whether functions are prototyped or not, so we can't possibly pass
11864 arguments to t_float_values2 properly.
11865
7a345fb3
JB
11866 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11867 value of `timeout' for targets other than the mips*tx39-*.
11868
edb6ede1
MS
118692001-12-06 Michael Snyder <msnyder@redhat.com>
11870
d63a86f8 11871 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11872 and detect whether the start symbol has a leading underscore.
11873
2d842f13
JB
118742001-12-04 Jim Blandy <jimb@redhat.com>
11875
11876 * gdb.base/completion.exp: Clarify indentation.
11877
68550daf
JB
118782001-12-03 Jim Blandy <jimb@redhat.com>
11879
11880 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11881 variables on the S/390, not `.word'.
11882
cd5195a8
JB
118832001-11-30 Jim Blandy <jimb@redhat.com>
11884
11885 Add assembly-source tests for s390-ibm-linux.
11886 * gdb.asm/s390.inc: New file.
11887 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11888 the S/390 architecture.
a9c64011 11889 * gdb.asm/configure: Regenerated.
cd5195a8 11890
ca9efc90
MS
118912001-11-30 Michael Snyder <msnyder@redhat.com>
11892
11893 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11894 next, info source, info sources, info line, global and static
11895 variables, and static functions.
11896 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11897 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11898 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11899 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11900 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11901 (gdbasm_leave): Restore frame pointer.
11902 (gdbasm_startup): Copy stack set-up from crt0.S.
11903
d0e66976
FN
119042001-11-26 Fernando Nasser <fnasser@redhat.com>
11905
11906 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11907 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11908 to a local (non-static) variable. Copy tstruct.a to a static buffer
11909 and return a pointer to that buffer.
11910 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11911
e2334072
MK
119122001-11-24 Mark Kettenis <kettenis@gnu.org>
11913
11914 * gdb.asm/configure.in: Fix recognition of ix86 target.
11915 * gdb.asm/configure: Regenerate.
11916
756caa3d
MS
119172001-11-21 Michael Snyder <msnyder@redhat.com>
11918
11919 * gdb.asm/sparc.inc: New file.
11920 * gdb.asm/asm-source.exp: Recognize sparc target.
11921 * gdb.asm/configure.in: Recognize sparc target.
11922 * gdb.asm/configure: Regenerate.
d63a86f8 11923
9a4d72d5
MS
119242001-11-21 Michael Snyder <msnyder@redhat.com>
11925
11926 * gdb.asm/m32r.inc: New file.
11927 * gdb.asm/asm-source.exp: Recognize m32r target.
11928 * gdb.asm/configure.in: Recognize m32r target.
11929 * gdb.asm/configure: Regenerate.
11930
a773d1cd
MS
119312001-11-20 Michael Snyder <msnyder@redhat.com>
11932
017ac23d
MS
11933 * gdb.asm/i386.inc: New file.
11934 * gdb.asm/asm-source.exp: Recognize ix86 target.
11935 * gdb.asm/configure.in: Recognize ix86 target.
11936 * gdb.asm/configure: Regenerate.
11937
a773d1cd
MS
11938 * gdb.c++/namespace.exp: Fix quotes in output messages.
11939
bb632afb
MS
119402001-11-14 Michael Snyder <msnyder@redhat.com>
11941
25d559ca 11942 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11943 qualifier in a type cast expression, to designate an address
11944 in the instruction space (Harvard architecture).
11945
4749e309
MS
119462001-11-13 Michael Snyder <msnyder@redhat.com>
11947
11948 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11949 Tests for expressions using 'const' and 'volatile'.
11950
25050984
CV
119512001-11-13 Corinna Vinschen <vinschen@redhat.com>
11952
11953 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11954
1902c51f
DJ
119552001-11-12 Daniel Jacobowitz <drow@mvista.com>
11956
11957 * lib/mi-support.exp (mi_run_to_helper): Move comments
11958 outside of gdb_expect.
11959
dcf95b47
DJ
119602001-11-11 Daniel Jacobowitz <drow@mvista.com>
11961
11962 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11963 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11964 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11965 mi0_run_to): New functions.
11966 * gdb.mi/mi-simplerun.exp: Use them.
11967 * gdb.mi/mi0-simplerun.exp: Likewise.
11968 * gdb.mi/mi-var-cmd.exp: Likewise.
11969 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11970
45b074e1
AC
119712001-11-10 Andrew Cagney <ac131313@redhat.com>
11972
11973 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11974 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11975
bf50d346
AC
119762001-11-09 Andrew Cagney <ac131313@redhat.com>
11977
11978 * gdb.base/restore.exp: Include $expected value in restored test
11979 message.
11980
9383332c
AC
119812001-11-09 Andrew Cagney <ac131313@redhat.com>
11982
11983 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11984 implemented.
11985
db62520a
MS
119862001-11-08 Michael Snyder <msnyder@redhat.com>
11987
11988 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11989 Add pass/fail message for stop at breakpoint in call dummy function.
11990
b5703437
MS
119912001-11-07 Michael Snyder <msnyder@redhat.com>
11992
d63a86f8
RM
11993 * gdb.c++/templates.exp (test_template_breakpoints):
11994 If we get an overload menu, but it does not match what
760f6330 11995 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11996 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11997 making the whitespace optional. Argument for "new" may be
11998 "unsigned" as well as "unsigned int/long".
d63a86f8 11999 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
12000 making the whitespace optional. Also replace "(void) with
12001 "((void|)), making the keyword "void" optional.
d63a86f8 12002 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
12003 making the whitespace optional. Also replace "(void) with
12004 "((void|)), making the keyword "void" optional.
3bf40917
MS
12005 * gdb.base/callfuncs.c (t_float_values): This function must
12006 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 12007 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
12008 can be tested against both cases. Usually one case involves
12009 promotion of float to double, while the other does not.
12010 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
12011 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
12012 includes a stack frame for "start".
12013
c8ab4e6d
JB
120142001-11-05 Jim Blandy <jimb@redhat.com>
12015
12016 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
12017 pointers are 32 bits long, and that offsets of relocs are always
12018 stored in the data (REL-style), and not in the reloc entry itself
12019 (RELA-style).
12020 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
12021 stabs.
12022
3f08ced9
MS
120232001-11-01 Michael Snyder <msnyder@redhat.com>
12024
12025 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
12026 and regular expression operators by using quoting.
12027
cbfa24cd
MS
120282001-10-31 Michael Snyder <msnyder@redhat.com>
12029
12030 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
12031 depending on what the symbol table contains.
12032 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
12033 the output of the ptype command. Similarly, accept both "const &"
12034 and "const&".
12035
aaa68313
CV
120362001-10-31 Corinna Vinschen <vinschen@redhat.com>
12037
12038 * gdb.base/miscexprs.c (main): Add usage of preprocessor
12039 symbol `STORAGE' to allow to choose the storage class of
12040 the local datastructures.
12041 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
12042 compiler directive.
12043
91740388
MS
120442001-10-30 Michael Snyder <msnyder@redhat.com>
12045
12046 * gdb.base/jump.exp: Allow it to run for all targets.
12047
1b7c05e7
CV
120482001-10-29 Corinna Vinschen <vinschen@redhat.com>
12049
12050 * gdb.base/call-ar-st.c (print_double_array): Match for loop
12051 with new double_array size.
12052 (main): Change storage class of all local variables to static.
12053 Reduce size of double_array to 9.
12054 * gdb.base/call-ar-st.exp: Increase timeout value.
12055 Change expected output for double array to match new size in
12056 call-ar-st.c.
12057
36a22261
CV
120582001-10-29 Corinna Vinschen <vinschen@redhat.com>
12059
12060 * gdb.base/ending-run.exp: Create identical output when passing
12061 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 12062 Stormy16 target.
36a22261 12063
92b8ae91
MK
120642001-10-28 Mark Kettenis <kettenis@gnu.org>
12065
12066 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
12067 that we catch the expected failure under Linux/x86.
12068
cb135b83
OF
120692001-10-29 Orjan Friberg <orjanf@axis.com>
12070
12071 * gdb.base/setvar.exp: Escape curly braces.
12072 * gdb.stabs/weird.exp: Ditto.
12073
6884aa54
DJ
120742001-10-27 Daniel Jacobowitz <drow@mvista.com>
12075
12076 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
12077 * gdm.mi/mi0-hack-cli.exp: Likewise.
12078
0398c9aa
AC
120792001-10-25 Andrew Cagney <ac131313@redhat.com>
12080
12081 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
12082 messages.
12083
d20bf2e8
AC
120842001-10-21 Andrew Cagney <ac131313@redhat.com>
12085
12086 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
12087 checking MI enabled.
12088
03dd63aa
CV
120892001-10-09 Corinna Vinschen <vinschen@redhat.com>
12090
12091 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
12092
1d9d99f3
FCE
120932001-10-04 Frank Ch. Eigler <fche@redhat.com>
12094
12095 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
12096 if gdb child process crashes, just signal an error.
12097
838ae6c4
JB
120982001-10-02 Jim Blandy <jimb@redhat.com>
12099
12100 * lib/gdb.exp (test_xfail_format): Simplify.
12101
12102 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
12103 front of the variable name `format'. Simplify `if'.
12104
8f0cbc1c
DJ
121052001-10-01 Daniel Jacobowitz <drow@mvista.com>
12106
12107 * gdb.threads/pthreads.exp: Wait for output and delay
12108 before sending ^C.
12109
1f08dafd
DJ
121102001-10-01 Daniel Jacobowitz <drow@mvista.com>
12111
12112 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
12113 some incorrect output instead of timing out.
12114 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
12115
674f90ff
CV
121162001-09-28 Corinna Vinschen <vinschen@redhat.com>
12117
12118 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
12119 check to allow additional `int'.
12120
9b284272
DJ
121212001-09-27 Daniel Jacobowitz <drow@mvista.com>
12122
12123 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
12124 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
12125
b55a4771
MS
121262001-09-27 Michael Snyder <msnyder@redhat.com>
12127
12128 * lib/gdb.exp (test_debug_format): New proc.
12129 (setup_xfail_format): Use new proc test_debug_format.
12130 * gdb.base/constvars.exp (local_compiler_xfail_check): New
12131 proc; use new service proc test_debug_format.
12132 Replace all other "gcc_compiled" tests with this test.
12133 * gdb.base/volatile.exp (local_compiler_xfail_check): New
12134 proc; use new service proc test_debug_format.
12135 Replace all other "gcc_compiled" tests with this test.
12136
121372001-09-27 Michael Snyder <msnyder@redhat.com>
12138
12139 * gdb.base/cvexpr.exp: New file.
12140 * gdb.base/cvexpr.c: New file
12141 Test for expressions using const and volatile keywords.
12142
4e6667ac
CV
121432001-09-26 Corinna Vinschen <vinschen@redhat.com>
12144
12145 * gdb.base/constvars.exp: Check for different orders of keywords
12146 and additional "int" strings in output.
12147
4f337972
AC
121482001-09-22 Andrew Cagney <ac131313@redhat.com>
12149
12150 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
12151 responses from "help maint".
12152
2015650d
FCE
121532001-09-19 Frank Ch. Eigler <fche@redhat.com>
12154
12155 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
12156 to localhost:NNN instead of :NNN, in case Xvfb is listening
12157 only on TCP.
12158
f3bcedc1
CV
121592001-09-19 Corinna Vinschen <vinschen@redhat.com>
12160
12161 * gdb.base/recurse.exp: When checking leaving the watchpoint
12162 scope, recognize when gdb is in function's epilogue and pass.
12163
6b819c92
KS
121642001-09-18 Keith Seitz <keiths@redhat.com>
12165
12166 * lib/insight-support.exp (_gdbtk_export_target_info): Add
12167 support for running tests against sid targets.
12168 (gdbtk_done): Ditto.
12169
a10c9419
CV
121702001-09-18 Corinna Vinschen <vinschen@redhat.com>
12171
12172 * gdb.base/ending-run.c (main): Set stdout buffersize
12173 to the same reasonable value for any target.
12174 * gdb.base/ending-run.exp: Add a regular expression
12175 to make testsuite happy on Sanyo Stormy16 target.
12176
739d0d99
CV
121772001-09-17 Corinna Vinschen <vinschen@redhat.com>
12178
12179 * gdb.base/display.c (do_loops): Add float variable `f'.
12180 Increment f in loop.
12181 * gdb.base/display.exp: Increment timeout by 60 seconds.
12182 Change float display test to use variable `f'.
12183
1b8947f0
JB
121842001-09-17 Jim Blandy <jimb@redhat.com>
12185
12186 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
12187 overflowing the limited breakpoint tables on some ROM monitors
12188 (like the ROM68K).
12189
9890ac81
FCE
121902001-09-15 Frank Ch. Eigler <fche@redhat.com>
12191
12192 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
12193 the "-ac" (disable access control) flag.
12194
6db765ea
JH
121952001-08-30 Jeff Holcomb <jeffh@redhat.com>
12196
12197 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
12198 ints.
12199
4c32cc04
KS
122002001-08-30 Keith Seitz <keiths@redhat.com>
12201
12202 * lib/gdb.exp: Move all insight-related functionality into
12203 separate file.
12204 * lib/insight-support.exp: New file.
12205
8d6e6f81
FCE
122062001-08-29 Frank Ch. Eigler <fche@redhat.com>
12207
12208 * config/sid.exp (sid_start): Never set sid verbosity; disable
12209 expect_background {} that consumed its stdout; tolerate </dev/null.
12210 Attempt to set endianness override in "sid" protocol mode. Cleanup.
12211
6a90e1d0
AC
122122001-08-18 Andrew Cagney <ac131313@redhat.com>
12213
12214 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
12215 CLI jump command to start it.
12216 (mi_run_to_main): Fail immediatly when unexpected output.
12217
1759b3c3
AC
122182001-08-18 Andrew Cagney <ac131313@redhat.com>
12219
12220 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
12221 beginning of function. Fix PR gdb/191.
12222
61d11d80
FCE
122232001-08-16 Frank Ch. Eigler <fche@redhat.com>
12224
12225 * config/sid.exp (sid_start): Don't warn if we cannot figure out
12226 what to force sid endianness to.
12227
942a4df2
KS
122282001-08-15 Keith Seitz <keiths@redhat.com>
12229
12230 * lib/gdb.exp (gdbtk_start): Don't set environment
12231 variables for TCL_LIBRARY and friends. Insight will
12232 now figure these out for itself.
12233
0521c418
MS
122342001-08-02 Michael Snyder <msnyder@redhat.com>
12235
12236 * gdb.base/completion.exp: Remove the symbol "a64l" from
12237 the expect string; this is target-specific, and not related
12238 to what is being tested.
12239
74a9a58a
DB
122402001-08-02 Dave Brolley <brolley@redhat.com>
12241
12242 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
12243
c70819fa
MS
122442001-07-25 Michael Snyder <msnyder@redhat.com>
12245
c2b8fa57
MS
12246 * gdb.base/consecutive.exp: New file. Test stepping over
12247 breakpoints on consecutive instructions.
12248 * gdb.base/consecutive.c: New file.
12249
c70819fa
MS
12250 * gdb.base/call-rt-st.exp: Use double-backslash to quote
12251 curly braces in regular expressions.
12252
2b1a1355
MS
122532001-07-25 Michael Snyder <msnyder@redhat.com>
12254
12255 * gdb.base/ending-run.exp: Accept "Program exited normally" as
12256 legitimate output from stepping out of main.
12257
413eca6f
KS
122582001-07-22 Keith Seitz <keiths@redhat.com>
12259
12260 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
12261 the empty string, do not run the tests.
12262
7e5a9322
SC
122632001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12264
12265 * gdb.base/long_long.exp: Detect size of pointer. Take into
12266 account 2-byte pointers when testing for p/a results.
12267
de58f10f
SC
122682001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12269
d63a86f8 12270 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
12271 and defined to 1K for m68hc11.
12272 (random_data): Reduce table to 1K for embedded platforms (68hc11).
12273 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
12274 (sizeof_random_data): New variable to tell the size of the data table;
12275 don't test past this size; always run to main.
12276
d6f5fea1
SC
122772001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12278
12279 * gdb.base/return2.exp: return of long long and double fails for
12280 68HC11; don't execute these tests on that platform.
12281 * gdb.base/return.exp: Return of a double fails for 68hc11.
12282
c477543d
SC
122832001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12284
12285 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
12286 tests that print a float.
12287 * call-rt-st.exp: Likewise.
12288
63cf1c79
MK
122892001-07-12 Mark Kettenis <kettenis@gnu.org>
12290
12291 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
12292 running this test on Linux.
12293
112f9ab5
MC
122942001-06-24 Michael Chastain <chastain@redhat.com>
12295
12296 * gdb.base/arithmet.exp: Remove some tests to make all test names
12297 unique.
12298
4970cb0f
MS
122992001-07-03 Michael Snyder <msnyder@redhat.com>
12300
12301 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
12302 the output of the ptype command.
12303
d85da69f
MS
123042001-07-02 Michael Snyder <msnyder@redhat.com>
12305
4c8a82de
MS
12306 * gdb.base/completion.exp: Don't assume that break.c is the only
12307 source file that may contain functions named "marker".
d85da69f
MS
12308 * gdb.base/corefile.exp: Quote the curly braces in regexp.
12309
8afc772b
AC
123102001-06-28 Andrew Cagney <ac131313@redhat.com>
12311
12312 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
12313 of files to delete.
12314
12315 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
12316 * gdb.disasm/h8300s.exp: New file.
12317 gdb.disasm/h8300s.s: Likewise.
12318
cff22675
AC
123192001-06-27 Andrew Cagney <ac131313@redhat.com>
12320
12321 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
12322 empty breakpoint tables.
12323
68c81b54
AC
123242001-06-25 Andrew Cagney <ac131313@redhat.com>
12325
12326 * lib/mi-support.exp: Update args=... part of stop-reason
12327 patterns. Accept either a list or a tuple.
12328
2dd62704
AC
123292001-06-23 Andrew Cagney <ac131313@redhat.com>
12330
12331 * lib/mi-support.exp: Remove local emacs variable defining
12332 change-log-default-name.
12333
b4127474
MC
123342001-06-22 Michael Chastain <chastain@redhat.com>
12335
12336 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
12337 This is operationally compatible with the previous version.
12338
8dbfb380
JB
123392001-06-13 Jim Blandy <jimb@redhat.com>
12340
12341 * lib/gdb.exp (gdb_test): Doc fix.
12342
f2d8c86d
MC
123432001-06-10 Michael Chastain <chastain@redhat.com>
12344
12345 * gdb.base/exprs.exp: Remove a duplicate test.
12346
81564d34
JB
123472001-06-06 Jim Blandy <jimb@redhat.com>
12348
12349 * gdb.base/return2.exp (main): Use values to test float and double
12350 returns that are not NaN's, to avoid being confused by IEEE
12351 comparison rules.
12352
da55addb
MS
123532001-06-04 Michael Snyder <msnyder@redhat.com>
12354
12355 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 12356 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
12357 rather than wait for 12 more tests to time out.
12358
42c65987
JB
123592001-06-06 Jim Blandy <jimb@redhat.com>
12360
b18bced9 12361 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 12362 Don't forget to match the GDB prompt.
b18bced9 12363
42c65987
JB
12364 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
12365
5b41e5f0
JB
123662001-06-04 Jim Blandy <jimb@redhat.com>
12367
12368 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
12369 command.
12370
015e046f
KB
123712001-05-31 Kevin Buettner <kevinb@redhat.com>
12372
12373 * gdb.base/annota1.exp (info break): Match four or more spaces
12374 after "Address".
12375
fb1ffbbe
MC
123762001-05-31 Michael Chastain <chastain@redhat.com>
12377
12378 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
12379 (dm_type_int_star): Likewise.
12380 (dm_type_long_star): Likewise.
12381 (dm_type_void_star): Likewise.
12382
5ea2a32c
KB
123832001-05-29 Kevin Buettner <kevinb@redhat.com>
12384
12385 * gdb.base/completion.exp (INPUTRC): Set this environment variable
12386 to a known value in order to get consistent results regardless
12387 of the setting of INPUTRC or the presence or contents of .inputrc.
12388
ae23c492
MS
123892001-05-24 Michael Snyder <msnyder@redhat.com>
12390
ac55707e
MS
12391 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
12392 Don't require that the main thread and the manager thread are the
12393 first in the list.
12394
ae23c492
MS
12395 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
12396 debugging. If test fails, issue an "unsupported" not a "fail".
12397
400071f1
JB
123982001-05-24 Jim Blandy <jimb@redhat.com>
12399
12400 Don't assume that short is shorter than int.
12401 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
12402 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 12403 this isn't true.
400071f1
JB
12404 ("print unsigned char == (~0)"): Add test that verifies that ~0,
12405 an int, is not equal to ~0 stored in an unsigned char. This tests
12406 the same thing that the previous test meant to, but works on
12407 16-bit machines, too.
12408 ("print unsigned char != (~0)"): Same test, complemented.
12409
0816a3e5
MS
124102001-05-24 Michael Snyder <msnyder@redhat.com>
12411
12412 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 12413 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
12414 and prevents dejagnu getting out of step.
12415
f6dc23a9
KB
124162001-05-23 Kevin Buettner <kevinb@redhat.com>
12417
12418 * gdb.base/finish.exp (finish_void): Revise pattern for
12419 stopping on the call statement to not permit stopping at
12420 the start of the instructions comprising the call sequence.
12421
7dbd117d
MC
124222001-05-19 Michael Chastain <chastain@redhat.com>
12423
12424 * gdb.base/callfuncs.exp: Make all test names unique.
12425 * gdb.base/commands.exp: Make all test names unique.
12426 * gdb.base/condbreak.exp: Make all test names unique.
12427 * gdb.base/dbx.exp: Make all test names unique.
12428 * gdb.base/default.exp: Make all test names unique.
12429 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
12430 and TIMEOUT messages to their corresponding PASS message.
12431 * gdb.base/ending-run.exp: Make all test names unique.
12432 * gdb.base/long_long.exp: Remove duplicate test.
12433
6b0b0a9e
KB
124342001-05-21 Kevin Buettner <kevinb@redhat.com>
12435
12436 * gdb.base/finish.exp (finish_void): Allow "finish" command to
12437 stop on the call statement as well as the statement after the
12438 call.
12439
2caa35cb
MS
124402001-05-21 Michael Snyder <msnyder@redhat.com>
12441
12442 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
12443
40713331
EZ
124442001-05-10 Elena Zannoni <ezannoni@redhat.com>
12445
a9c64011
AS
12446 * gdb.base/completion.exp: Revamp test. Make it execute on all
12447 platforms.
40713331 12448
c2c1be8d
EZ
124492001-05-10 Elena Zannoni <ezannoni@redhat.com>
12450
a9c64011
AS
12451 * config/gdbserver.exp (gdb_load): Handle the case
12452 in which the arguments to gdbserver are given in the
12453 baseboard configuration file.
12454 Also handle the case in which the server needs to do a
12455 load.
2c9cd303 12456
9671de48
KS
124572001-05-07 Keith Seitz <keiths@cygnus.com>
12458
a9c64011
AS
12459 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
12460 set up the display for testing.
12461 (gdbtk_start): Convert all paths to paths that tcl will like.
12462 Export target information to environment.
12463 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
12464 necessary.
12465 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
12466 (to_tcl_path): New proc to convert a given pathname into
12467 a path acceptible as an argument to a tcl command.
12468 (_gdbtk_export_target_info): New proc to export target info
12469 into the environment for gdbtk testing.
12470 (gdbtk_done): New proc to signal end-of-test.
9671de48 12471
5a360f47
JB
124722001-05-06 Jim Blandy <jimb@redhat.com>
12473
12474 * restore.c: Make the code of caller0 correspond to its comment.
12475
66c756c6
MS
124762001-05-03 Michael Snyder <msnyder@redhat.com>
12477
12478 * config/sid.exp (gdb_target_sid): Check for error messages.
12479 On error or timeout, don't make expect exit (which will terminate
12480 all subsequent tests); instead just make gdb exit.
d63a86f8 12481 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
12482 return a negative value.
12483
a966fde5
JB
124842001-04-24 Jim Blandy <jimb@redhat.com>
12485
851c18e0
JB
12486 * gdb.c++/templates.exp: If we see the prompt for the overload
12487 list, but we haven't recognized any of the longer patterns,
12488 arrange for this test to fail, not hang.
12489
a966fde5
JB
12490 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
12491 variations.
12492
db144853
MC
124932001-04-22 Michael Chastain <chastain@redhat.com>
12494
12495 * gdb.c++/local.exp: Use the 'runto' library function.
12496 * gdb.c++/namespace.exp: Likewise.
12497 * gdb.c++/overload.exp: Likewise.
12498
3207ec21
KB
124992001-03-26 Kevin Buettner <kevinb@redhat.com>
12500
12501 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
12502 * gdb.base/step-line.exp: New file. Test step/next in presence of
12503 #line directives.
12504 * gdb.base/step-line.c: New file. Test program for the above.
12505 * gdb.base/step-line.inp: New file. We pretend that this file has
12506 been transformed by some other tool into step-line.c.
12507
13b57657
JB
125082001-03-21 Jim Blandy <jimb@redhat.com>
12509
12510 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12511 unmangled operator names.
12512
754cbe1c
JB
125132001-03-20 Jim Blandy <jimb@redhat.com>
12514
12515 * gdb.threads/linux-dp.exp: Recognize an additional message
12516 generated by GDB when it doesn't understand how to debug threads
12517 on the target system.
12518
177495c9
AC
125192001-03-19 Andrew Cagney <ac131313@redhat.com>
12520
12521 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12522
f266096b
MC
125232001-03-12 Michael Chastain <chastain@redhat.com>
12524
12525 * gdb.c++/derivation.exp: Use the 'runto' library function.
12526
cac3c2ff
MC
125272001-03-12 Michael Chastain <chastain@redhat.com>
12528
12529 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12530
b6c11a24
MC
125312001-02-24 Michael Chastain <chastain@redhat.com>
12532
12533 * gdb.c++/ref-types.exp: Change handwritten code to library
12534 function 'runto'.
12535
6bae5bce
OF
125362001-03-16 Orjan Friberg <orjanf@axis.com>
12537
12538 * gdb.base/signals.exp: Set count to 0 explicitly.
12539
0015fd9a
MS
125402001-03-15 Mark Salter <msalter@redhat.com>
12541
12542 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12543 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
12544 (gdb_load): Add support for additional target_info: gdb_download_size
12545 and gdb_load_timeout.
0015fd9a 12546
fc33412a
DT
12547Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12548
12549 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12550 file -- to prevent failing when the compile fails but we have no
12551 intention of running the tests anyway.
12552
12553 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12554 tests if set.
12555
12556 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12557 integers.
12558
12559 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12560 * gdb.c++/namespace.exp: Ditto.
12561
115f06de
OF
125622001-03-07 Orjan Friberg <orjanf@axis.com>
12563
12564 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12565 * gdb.base/pointers.exp: Relax pattern match of decimals.
12566
b6ba6518
KB
125672001-03-06 Kevin Buettner <kevinb@redhat.com>
12568
12569 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12570 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12571 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12572 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12573 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12574 config/sh.exp, config/sid.exp, config/slite.exp,
12575 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12576 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12577 config/vxworks.exp, config/vxworks29k.exp,
12578 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12579 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12580 gdb.base/arithmet.exp, gdb.base/assign.exp,
12581 gdb.base/async.exp, gdb.base/attach.exp,
12582 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12583 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12584 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12585 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12586 gdb.base/commands.exp, gdb.base/completion.exp,
12587 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12588 gdb.base/constvars.exp, gdb.base/corefile.exp,
12589 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12590 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12591 gdb.base/ending-run.exp, gdb.base/environ.exp,
12592 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12593 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12594 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12595 gdb.base/funcargs.exp, gdb.base/help.exp,
12596 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12597 gdb.base/logical.exp, gdb.base/long_long.exp,
12598 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12599 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12600 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12601 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12602 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12603 gdb.base/regs.exp, gdb.base/relational.exp,
12604 gdb.base/remote.exp, gdb.base/reread.exp,
12605 gdb.base/restore.exp, gdb.base/return2.exp,
12606 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12607 gdb.base/selftest.exp, gdb.base/setshow.exp,
12608 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12609 gdb.base/sigall.exp, gdb.base/signals.exp,
12610 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12611 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12612 gdb.base/step-test.exp, gdb.base/structs.c,
12613 gdb.base/structs.exp, gdb.base/structs2.exp,
12614 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12615 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12616 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12617 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12618 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12619 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12620 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12621 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12622 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12623 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12624 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12625 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12626 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12627 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12628 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12629 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12630 gdb.trace/circ.exp, gdb.trace/collection.exp,
12631 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12632 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12633 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12634 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12635 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12636 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12637 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12638 notices.
12639
dc96c6c7 126402001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
12641
12642 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12643 first arg is int not float.
12644
dc96c6c7 126452001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
12646
12647 * gdb.base/reread.exp: Unsupported for non-native targets;
12648 doesn't work for remote debugging.
12649
9b0c4aeb
FN
126502001-02-19 Fernando Nasser <fnasser@redhat.com>
12651
12652 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
12653 * gdb.base/ending-run.exp: Properly handle the BSP state when
12654 stepping past the end of main.
9b0c4aeb 12655
02aa71d5
MC
126562001-02-19 John Moore <jmoore@redhat.com>
12657
12658 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12659 Converted HPUX fix for non-expected items following multiple
12660 step commands into general solution for all platforms.
12661
1fa449a4
MC
126622001-02-18 Michael Chastain <chastain@redhat.com>
12663
12664 * gdb.c++/classes.exp (do_tests): Change runto statements
12665 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12666 statements demangler agnostic.
12667 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12668 (gdb_virtfunc_restart): Likewise.
12669
b2f9ec70
MC
126702001-02-14 Michael Chastain <chastain@redhat.com>
12671
12672 * gdb.c++/inherit.exp (do_tests): Change runto statements
12673 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12674 statements demangler agnostic.
12675
cf74b8ca
AC
12676Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12677
12678 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12679 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12680 before calling common_routine 15 times'' tests.
12681
99f78f56
MC
126822001-02-11 Michael Chastain <chastain@redhat.com>
12683
12684 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12685 Helps the test script figure out which demangler is in use.
12686 (dm_type_foo_ref): Ditto.
12687 (dm_type_int_star): Ditto.
12688 (dm_type_long_star): Ditto.
12689 (dm_type_unsigned_int): Ditto.
12690 (dm_type_void): Ditto.
12691 (dm_type_void_star): Ditto.
99707966 12692 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
12693 Probe the gdb demangler and set variables to accommodate
12694 formatting differences.
12695 (info_func_regexp): New function. Same as info_func, but
12696 matches against a regexp.
12697 (info_func): Match against a literal string.
12698 (print_addr_2): New function. Match against a literal string,
12699 which can be different from the input to gdb.
12700 (print_addr): Simply call print_addr_2 with the same argument twice.
12701 (test_lookup_operator_functions): Use demangler formatting variables.
12702 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12703 the tests in the same order as the C++ class declaration.
12704 (test_paddr_operator_functions): Ditto.
12705 (test_paddr_overloaded_functions): Ditto.
12706 (test_paddr_hairy_functions): Use demangler formatting variables.
12707 Add reference to gdb/19 for related tests.
12708 (do_tests): Call probe_demangler.
12709
1de8f023
KB
127102001-01-30 Kevin Buettner <kevinb@redhat.com>
12711
12712 * gdb.c++/templates.cc (printf): Remove unused function definition.
12713
ca3f91ed
MS
127142001-01-26 Felix Lee <flee@redhat.com>
12715
12716 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12717
127182001-01-25 matthew green <mrg@redhat.com>
12719
12720 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12721 up sid.
12722 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12723
127242001-01-25 matthew green <mrg@redhat.com>
12725
12726 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 12727 Deprecate $sid_spawn_id.
ca3f91ed
MS
12728 (sid_exit): Remove code necessary only for `spawn.'
12729
127302001-01-25 matthew green <mrg@redhat.com>
12731
12732 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12733
fb18ec4a
MC
127342001-01-28 Michael Chastain <chastain@redhat.com>
12735
12736 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12737 to call when tests fail. It takes gdb out of the overloaded
12738 function choice menu back to the main prompt, so that the test
12739 program stays synchronized.
12740 (set_bp_overloaded): New proc to collect all the common
12741 code for setting a breakpoint on an overloaded name. Calls
12742 take_gdb_out_of_choice_menu when needed.
12743 (menu_overload1arg): New variable to collect the repeated
12744 instances of the expected menu for an overloaded name. Change
12745 the regular expression to handle changes in g++ type encoding:
12746 "void" can be either "void" or "", and "unsigned int" can be
12747 either "unsigned int" or "unsigned".
12748 (continue_to_bp_overloaded): Change regular expressions to handle
12749 changes in g++ type encoding.
12750 (no proc): Call take_gdb_out_of_choice_menu when needed.
12751 Remove redundant calls to "info break". Accept either "canceled"
12752 or "cancelled". Change regular expressions in "info break"
12753 calls to handle changes in g++ type encoding. Give all tests
12754 unique strings.
12755
9c646a6e
BE
127562001-01-17 Ben Elliston <bje@redhat.com>
12757
12758 * config/sid.exp: New file.
12759
9549d9c1
AC
12760Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12761
12762 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12763
dc96c6c7 127642000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
12765
12766 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12767 Add a RE to accept a non-ascii char if one is ever presented.
12768
b4df4f68
FN
127692000-12-20 Fernando Nasser <fnasser@redhat.com>
12770
297dd0fd 12771 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 12772
dc96c6c7 127732000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 12774
d63a86f8 12775 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
12776 in regexp. One '\' does not suffice on Linux.
12777
4a7bddb6
MC
127782000-12-09 Michael Chastain <chastain@redhat.com>
12779
12780 * gdb.base/break.exp (test_clear_command): Use a marker function
12781 rather than 'main' for the test function. Also move this
12782 test to an execution point where the marker function names are
12783 guaranteed to be bound to functions. (Executing tests after a
12784 'finish' from main runs into name conflicts with local names
12785 in __libc_start_main).
12786
dc96c6c7 127872000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
12788
12789 * gdb.base/finish.exp: New test for gdb's "finish" command.
12790 * gdb.base/return2.exp: New test for gdb's "return" command.
12791 * gdb.base/return2.c: New source file for above.
12792
dc96c6c7 127932000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
12794
12795 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12796 * gdb.base/miscexprs.exp: Ditto.
12797 * gdb.base/pointers.exp: Ditto.
12798 * gdb.c++/derivation.exp: Ditto.
12799 * gdb.c++/local.exp: Ditto.
12800 * gdb.c++/namespace.exp: Ditto.
12801 * gdb.c++/overload.exp: Ditto.
12802 * gdb.c++/ref-types.exp: Ditto.
12803
dc96c6c7 128042000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
12805
12806 * gdb.base/constvars.exp: Test result of "up" command.
12807 * gdb.base/miscexprs.exp: Ditto.
12808 * gdb.base/pointers.exp: Ditto.
12809 * gdb.base/scope.exp: Ditto.
12810 * gdb.c++/derivation.exp: Ditto.
12811 * gdb.c++/local.exp: Ditto.
12812 * gdb.c++/namespace.exp: Ditto.
12813 * gdb.c++/overload.exp: Ditto.
12814 * gdb.c++/ref-types.exp: Ditto.
12815
44097287
FN
128162000-11-22 Michael Chastain <chastain@redhat.com>
12817
12818 * mips_pro.exp: Accept either "middle -> top -> main" or
12819 "middle -> main" in the backtrace, because gcc can optimize
12820 tail calls to jumps. Remove setup_xfail for the hppa case.
12821 Add a comment with the original warning messages from PR 3016,
12822 which was filed in 1993, to preserve them for posterity.
12823
9d2e1bab
ND
128242000-11-17 Nick Duffek <nsd@redhat.com>
12825
12826 * lib/gdb.exp (gdb_test): Override timeout with board info.
12827
1aca8eb7
ND
128282000-11-17 Nick Duffek <nsd@redhat.com>
12829
12830 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12831 the second kill and detach messages.
12832
93076499
ND
128332000-11-17 Nick Duffek <nsd@redhat.com>
12834
12835 * configure.in: Add AC_EXEEXT.
12836 * configure: Regenerate.
12837 * Makefile.in (just-check): Export EXEEXT.
12838 * lib/gdb.exp ($EXEEXT): Import from environment.
12839 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12840 expect "maint dump-me" on Cygwin.
12841 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12842 $EXEEXT.
12843
30e87cd3
ND
128442000-11-17 Nick Duffek <nsd@redhat.com>
12845
12846 * gdb.base/break.exp: Test backtrace and finish from called
12847 function on all platforms, not just HP-UX.
12848
dc96c6c7 128492000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12850
12851 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12852 code from gdb_target_monitor, so it can be used independantly
12853 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12854
dc96c6c7 128552000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12856
12857 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12858 * gdb.base/corefile.exp: Expect the message "Program is being
12859 debugged already" when we send the "corefile" command, since
12860 the preceeding gdb_load may have connected gdb to a remote target.
12861 * gdb.base/display.exp: Disable hardware watchpoints if new
12862 board info variable "no_hardware_watchpoints" is true.
12863 Replace single-letter commands with more readable ones.
12864 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12865 if new board info variable "no_hardware_watchpoints" is true.
12866 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12867 to see if stdio (printf) testing is possible.
12868 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12869 board info variable "no_hardware_watchpoints" is true. Use new
12870 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12871
39124dea
FN
128722000-11-13 Fernando Nasser <fnasser@redhat.com>
12873
12874 From Orjan Friberg <orjanf@axis.com>:
12875 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12876 in array print pattern match.
12877
a9e2e984
FN
128782000-11-09 Fernando Nasser <fnasser@redhat.com>
12879
12880 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12881 spelling "cancelled" to U.S. spelling "canceled" to match changes
12882 made to gdb.
12883 * gdb.c++/ovldbreak.exp: Ditto.
12884
c7db355b
PS
128852000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12886
12887 * gdb.base/callfuncs.c (main): Moved to end of file, call
12888 t_double_values to initialize the FPU before inferior calls are made.
12889 * gdb.base/callfuncs.exp: Test for register preservation after calling
12890 inferior functions. Add tests for continuining, finishing and
12891 returning from a stop in a call dummy.
12892
dc96c6c7 128932000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12894
12895 * gdb.base/commands.exp: Break up long lines, and re-indent.
12896
dc96c6c7 128972000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12898
12899 * config/gdbserver.exp: Rewritten from the ground up, to make it
12900 compatible with the current dejagnu tree, and to make it work with
12901 the new "gdbserver" in libremote.
12902
dc96c6c7 129032000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12904
12905 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12906 * gdb.base/varargs.exp: Skip entire test if no printf support.
12907 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12908 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12909
dc96c6c7 129102000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12911
12912 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12913 no floating point support.
12914 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12915 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12916 * gdb.base/call-rt-st.exp: Ditto.
12917 * gdb.base/call-strs.exp: Ditto.
12918
bac5fc66
JG
129192000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12920
12921 * gdb.base/sizeof.c: include <stdio.h>.
12922
12923 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12924 'finish', otherwise uncaptured gdb_prompt would potentially
12925 throw remaining test points out of sync.
bac5fc66 12926
b22a6027
SB
129272000-07-26 Scott Bambrough <scottb@netwinder.org>
12928
12929 * gdb.base/recurse.exp: Run tests for all targets.
12930 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12931 gnu-oldld case on ARM.
12932 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12933 for ARM targets.
d63a86f8 12934
d8231941
AG
12935Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12936
12937 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12938 * gdb.java/configure: Rebuild.
12939
8caabe69
AG
12940Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12941
12942 * gdb.java/jv-exp.exp: New file.
12943
9d273ca3
AG
12944Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12945
12946 * configure: Rebuilt.
12947 * configure.in (configdirs): Add gdb.java.
12948 * gdb.java/jmisc.java: New file.
12949 * gdb.java/jmisc.exp: New file.
12950 * gdb.java/Makefile.in: New file.
12951 * gdb.java/configure: Rebuilt.
12952 * gdb.java/configure.in: New file.
12953 * lib/java.exp: New file.
12954
4f823a66
AC
12955Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12956
12957 * gdb.base/exprs.exp: Test casts to a pointer including over and
12958 underflow.
12959
2391e11d
AC
12960Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12961
12962 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12963 and the compilers sizes.
12964
54602222
ND
129652000-07-09 Nick Duffek <nsd@redhat.com>
12966
12967 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12968 (use_methods): New function.
12969 (main): Call use_methods().
12970 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12971 (do_tests): Call test_method_param_class.
12972
2bec0572
ND
129732000-07-09 Nick Duffek <nsd@redhat.com>
12974
12975 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12976 spelling.
12977 (test_enums): New procedure. Move enum tests from end of script
12978 to here. Set breakpoint on function name instead of line number.
12979 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12980 (enums2): New marker function.
12981 (enums1): New function.
12982 (main): Call enums1(). Move enum tests to enums1().
12983
78492fde
AC
12984Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12985
12986 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12987 compile/link program. Update line numbers.
12988 * gdb.asm/d10v.inc: Define ``startup''.
12989 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12990
49a2cef8
AC
12991Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12992
12993 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12994
3e6c8688
EZ
129952000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12996
12997 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12998 of 'help maint print' command.
12999
9ff5cbe9
AC
13000Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
13001
13002 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
13003 they use gdb_expect_list.
13004
17c579bd
AC
13005Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
13006
13007 * gdb.base/commands.exp: Use ``set remote
13008 memory-read-packet-size'' instead of ``set endian big'' to test
13009 long commands.
13010
e6d71bf3
DB
130112000-06-03 Daniel Berlin <dan@cgsoftware.com>
13012
13013 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 13014 g++, and stop skipping them.
e6d71bf3
DB
13015
13016 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
13017 work under g++.
13018
d63a86f8 13019 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
13020 initialization.
13021
dc96c6c7 130222000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
13023
13024 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
13025 the regular expression: accept an (almost) arbitrary sequence of
13026 "frames-invalid" and "breakpoints-invalid" messages both before
13027 and after the "starting" message.
13028
dc96c6c7 130292000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
13030
13031 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 13032
dc96c6c7 130332000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
13034
13035 * gdb.base/annota1.exp (annotate-signal-handler-caller):
13036 Relax the regular expression a little, make it pass on Solaris 8.
13037
8216cda9
KB
130382000-05-12 Kevin Buettner <kevinb@redhat.com>
13039
13040 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 13041 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
13042 Instead, it is permissible for gdb to stop on the line of the
13043 call itself.
13044
1a570b2f
MS
130452000-05-12 Michael Snyder <msnyder@.cygnus.com>
13046
13047 * gdb.base/break.exp (bp on small function, optimized file):
13048 Add a second pass pattern. The behavior differs here between stabs
13049 and dwarf for one-line functions. Stabs preserves two line symbols
13050 (one before the prologue and one after) with the same line number,
13051 but dwarf regards these as duplicates and discards one of them.
13052 Therefore the address after the prologue (where the breakpoint is)
13053 has no exactly matching line symbol, and GDB reports the breakpoint
13054 as if it were in the middle of a line rather than at the beginning.
13055
dc96c6c7 130562000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 13057
d63a86f8 13058 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
13059 rather than "send_gdb" (for consistancy).
13060
7d418785
AC
13061Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
13062
13063 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
13064 * gdb.c++/templates.cc: Properly check for GCC version number.
13065 * lib/compiler.cc: Likewise
13066
dc96c6c7 130672000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 13068
d63a86f8 13069 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
13070 gdb may not stop at the first line of main, due to code motion.
13071
dc96c6c7 130722000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
13073
13074 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
13075 This test depends on parsing the printf output from the target.
13076 Since the sparclet stub doesn't do stdio, this will never work.
13077 * gdb.base/call-rt-st.exp: ditto.
13078 * gdb.base/call-strs: ditto.
13079
dc96c6c7 130802000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
13081
13082 * gdb.base/miscexprs.exp: make sizeof long array test portable.
13083
13084 * gdb.base/ending-run.exp: After connecting to a remote target,
13085 but before running, the target will appear to be in a random
13086 location. Specify both a file and a line for breakpoints.
13087 Also, the function that calls main may be called 'init'
13088 rather than 'start'.
13089
a5a51225
EZ
130902000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13091
13092 * gdb.base/help.exp: Update output for add-symbol-file command.
13093
7930cc7c
FN
130942000-04-10 Fernando Nasser <fnasser@cygnus.com>
13095
13096 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13097 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
13098
23e37ab1
C
130992000-04-07 J.T. Conklin <jtc@redback.com>
13100
e93c542c
C
13101 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
13102
23e37ab1
C
13103 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
13104
591b8fa3
PDM
13105Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
13106
13107 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
13108 values that can be represented exactly.
13109 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
13110 above change, and to not check against the directory part of the source
13111 file name.
13112 (step into print_long_arg_list): Likewise.
13113 (print print_small_structs from print_long_arg_list): Likewise.
13114 (print print_long_arg_list): Likewise.
13115
7a495180
EZ
131162000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13117
30b53638 13118 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 13119
beb998c6
AC
13120Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
13121
13122 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
13123
1c689132
DB
131242000-03-25 Daniel Berlin <dan@cgsoftware.com>
13125
13126 * gdb.base/commands.exp (deprecated_command_test): Add test for
13127 deprecate with no arguments.
13128
c1790a9d
JL
131292000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
13130
13131 * gdb.base/break.exp: Add new test for setting breakpoints on
13132 optimized code so we can test breakpoints work even when function
13133 prologues may be optimized away
13134
003ba290
FN
131352000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
13136
13137 From David Whedon <dwhedon@gordian.com>
a9c64011 13138 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 13139
6837a0a2
DB
131402000-03-22 Daniel Berlin <dan@cgsoftware.com>
13141
13142 * gdb.base/help.exp: Added test for new apropos command.
13143
b9593231
KB
131442000-03-21 Kevin Buettner <kevinb@redhat.com>
13145
13146 * gdb.base/pointers.c (usevar): New function.
13147 (main): Make sure that global variables v_int_pointer2, rptr,
13148 and y are all referenced someplace in the program by calling
13149 usevar() on them. [Some linkers delete symbols which are
13150 never referenced. The space remains, but there's no way to
13151 get a (symbolic) handle on the variable from the debugger.]
13152
751a959b
EZ
131532000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13154
13155 * gdb.base/printcmds.c: Add typedeffed arrays.
13156
13157 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
13158 procedure to test arrays that are typedef'd.
13159
73a93a32
JI
131602000-03-13 James Ingham <jingham@leda.cygnus.com>
13161
13162 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 13163 the library directories.
73a93a32 13164
fb40c209
AC
13165Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
13166
13167 * configure.in (configdirs): Add sub directory gdb.mi.
13168 * configure: Re-generate.
13169
13170 * gdb.mi: New directory.
d63a86f8 13171
ee4dd2c9
AC
131722000-02-25 Scott Bambrough <scottb@netwinder.org>
13173
13174 * gdb.base/long_long.exp: Correct test suite failure when printing
13175 a long long value as a double on ARM platforms.
13176
70f0cc22
JB
131772000-02-16 Jim Blandy <jimb@redhat.com>
13178
13179 * gdb.base/break.exp ("breakpoint line number"): Make sure the
13180 default source file is set properly before running this test.
13181
853819b8
EZ
131822000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13183
13184 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
13185 gdbtk/library directory, not in gdbtcl2.
13186
dfcd3bfb
JM
131872000-02-04 Jim Blandy <jimb@redhat.com>
13188
13189 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
13190 backslash from regexp pattern.
13191
13192 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
13193 procedure. Use it to run all the "continue to bp overloaded"
13194 tests. Note that this changes the names of the tests slightly.
13195 If the breakpoint hit message includes a hex PC value, because
13196 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
13197 from the real source code, still consider that a pass.
13198
13199 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
13200 XFAIL here if the breakpoint message contains a hex address. Note
13201 similar change on 1999-11-02.
13202
13203 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
13204
13205 * gdb.base/ptype.exp: Establish a default source file before
13206 calling get_debug_format.
13207
132082000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
13209
13210 * gdb.base/watchpoint.exp: Remove duplication of test messages.
13211
8b93c638
JM
132122000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13213
13214 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
13215 of successive stepi commands -- while in the prologue we should see
13216 the function entry bracket.
13217
132182000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13219
13220 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
13221 reach __change_mode() when stepping through the end of main().
13222
c5394b80
JM
132232000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
13224
13225 * gdb.base/default.exp: Fix expected pattern.
13226 * gdb.base/help.exp: Same.
13227
0d06e24b
JM
132282000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13229
13230 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
13231 Don't use xfail's because that affects only the following test.
d63a86f8 13232
0d06e24b
JM
13233 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
13234 solaris or linux.
13235
13236 * gdb.base/selftest.exp: Update to reflect changes to main.c.
13237
dc96c6c7 132382000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 13239
d63a86f8 13240 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
13241 "A syntax error" rather than "A parse error". Accept both.
13242
132432000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
13244
13245 * gdb.base/default.exp: Remove OS dependent string from "target
13246 remote" test.
13247 * gdb.base/help.exp: Same for "help target remote" test.
13248
c3f6f71d
JM
132492000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13250
13251 From Jim Kingdon <kingdon@redhat.com>:
13252
13253 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
13254 prompt (cleanup rather than necessity, but still might keep output
13255 from spilling to next test).
13256
132572000-01-02 Fred Fish <fnf@cygnus.com>
13258
13259 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
13260 AIX, which defines them in <sys/types.h>.
13261
ed9a39eb 132621999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 13263
ed9a39eb
JM
13264 * gdb.base/default.exp: Match arm* etc instead of arm in "info
13265 float" test.
13266
132671999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 13268
ed9a39eb 13269 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
13270
13271 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
13272 outermost frame disallowed".
13273
132741999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
13275
13276 * gdb.base/setvar.exp: New tests for setting the value of a struct
13277 with a constant list.
13278
132791999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13280
13281 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
13282 require the user to type a cast before setting the value of a struct.
13283
de57eccd
JM
132841999-12-06 Jim Blandy <jimb@cygnus.com>
13285
13286 * gdb.base/default.exp: Expect the new 'info float' command on
13287 all i386 platforms.
13288
13289 * gdb.threads/linux-dp.exp: Expand our ability to recognize
13290 LinuxThreads libraries that don't support debugging.
13291
c2d11a7d
JM
13292Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13293
13294 * gdb.base/remote.c: Fill the buffer with truely random data.
13295 Change the buffer type to ``unsigned char'' to simplify size
13296 arithmetic.
13297
13298 * gdb.base/remote.exp: Reduce download numbers by one. Typical
13299 stub only handles 400-1 byte packets. Verify that the download
13300 worked.
13301
133021999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
13303
13304 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
13305 tests, using UNRESOLVED for the untested cases. Also, does not wait
13306 for a timeout if the prompt was received before a recognizable pattern.
13307
133081999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
13309
13310 * lib/gdb.exp (gdb_expect_list): Fix spelling.
13311
133121999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13313
13314 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
13315 watchpoints.
13316
133171999-11-24 Jason Merrill <jason@casey.cygnus.com>
13318
13319 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
13320
13321 * gdb.c++/local.exp: Be more flexible in recognizing local class
13322 name mangling. Don't allow horribly truncated method names.
13323 * gdb.c++/derivation.exp: Expect protected inheritance.
13324 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
13325 * gdb.c++/virtfunc.exp: Likewise.
13326 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
13327 when printing a nested enum.
13328
133291999-11-22 Jim Blandy <jimb@cygnus.com>
13330
13331 * gdb.base/step-test.exp: Properly await GDB's response to setting
13332 a breakpoint on the call to large_struct_by_value.
13333
13334 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
13335 just because we have debug info for the `start' function.
13336
133371999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
13338
13339 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
13340 "Unknown signal" messages, which indicate (on LinuxThreads) that
13341 GDB doesn't know how to debug threads on this system. This is
13342 better than hanging while philosopher 0 dumps chatter into gdb.log.
13343
133441999-11-18 Tom Tromey <tromey@cygnus.com>
13345
13346 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
13347
133481999-11-18 Fred Fish <fnf@cygnus.com>
13349
13350 * gdb.base/coremaker2.c: Add sample program for generating
13351 cores that is more self contained than coremaker.c. Eventually
13352 I'll add more code to this and tie it into the testsuite.
13353
4ce44c66
JM
133541999-11-12 Stan Shebs <shebs@andros.cygnus.com>
13355
13356 * gdb.base/dollar.exp: Remove, now in gdb.hp.
13357
133581999-11-10 Jimmy Guo <guo@cup.hp.com>
13359
13360 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
13361 from $srcdir/lib/.
13362 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
13363 and gdb.c++/.
13364
13365 * gdb.c++/derivation.exp: remove redundant get compiler info code.
13366
d63a86f8 13367 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
13368 'continue with watch' test point.
13369
133701999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
13371
13372 Merged from p2linux-990323-branch:
d63a86f8 13373
4ce44c66
JM
13374 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
13375
11cf8741
JM
13376Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
13377
13378 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
13379 {limit,fixed}''. Test ``set download-write-size''.
13380
13381Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
13382
13383 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
13384 gdb_expect_list.
13385
13386Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
13387
13388 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
13389
133901999-11-03 Mark Salter <msalter@cygnus.com>
13391
13392 * gdb.base/break.exp: Fix "stub continue" pattern.
13393
133941999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
13395
13396 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
13397
133981999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
13399
13400 * gdb.base/display.exp ("finish"): Add timeout clause.
13401
13402 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
13403 plain prompt clause, so this doesn't have to time out in order to
13404 fail.
13405
13406 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
13407 breakpoint hit messages include an address.
13408
13409 * gdb.base/display.exp: Don't forget to escape parens in regular
13410 expressions. Unix regexp notatation sucks.
13411
134121999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13413
13414 * gdb.base/annota1.exp: Test for annotate-signalled: change output
13415 order for 'signalled' message.
13416
5c44784c
JM
134171999-11-01 Stan Shebs <shebs@andros.cygnus.com>
13418
13419 From Jimmy Guo <guo@cup.hp.com>:
13420 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
13421 * gdb.base/annota1.c: Add code for tests to work with.
13422
134231999-10-26 Frank Ch. Eigler <fche@cygnus.com>
13424
13425 * gdb.base/remote.exp: New test for remote downloading settings.
13426 * gdb.base/remote.c: New file with large .data.
13427
917317f4
JM
134281999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
13429
13430 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
13431 for LinuxThreads support, merged from the Code Fusion branch.
13432
13433Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
13434
13435 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
13436 containing exp_continue into a while within an expect. Don't
13437 attempt a start more than three times. Check return value from
13438 gdb_load.
d63a86f8 13439
2df3850c
JM
13440Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
13441
13442 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
13443 a pass case.
13444
2acceee2
JM
134451999-10-01 Kevin Buettner <kevinb@cygnus.com>
13446
13447 * gdb.base/break.c (main): Added a statement that we can step
13448 off of.
13449 * gdb.base/break.exp: Added tests for setting a breakpoint
13450 at an offset and stepping onto a breakpoint.
13451
134521999-10-01 Fred Fish <fnf@cygnus.com>
13453
d63a86f8 13454 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
13455 gdb output.
13456
c2c6d25f
JM
134571999-09-18 Jim Blandy <jimb@cris.red-bean.com>
13458
13459 * gdb.base/break.exp: Code locations are in hex, don't forget!
13460 (For HP-UX.)
13461
134621999-09-17 Stan Shebs <shebs@andros.cygnus.com>
13463
13464 * condbreak.exp: Use break.c as test program.
13465 * condbreak.c: Remove, redundant with break.c.
13466
134671999-09-15 Stan Shebs <shebs@andros.cygnus.com>
13468
13469 * config/monitor.exp (gdb_target_monitor): Disable X- and
13470 Z-packets if the target needs it.
13471
134721999-09-13 James Ingham <jingham@leda.cygnus.com>
13473
13474 * gdb.c++/overload.exp: Added tests for listing overloaded
13475 functions with function pointers in the arg, explicitly calling
13476 out the version you want.
13477
cff3e48b
JM
134781999-09-09 Stan Shebs <shebs@andros.cygnus.com>
13479
13480 * long_long.exp: Add variations of test cases that work for
13481 targets with 16-bit ints and 32-bit doubles.
13482
d4f3574e
SS
134831999-09-08 Stan Shebs <shebs@andros.cygnus.com>
13484
13485 * break.c (main): Compare a possibly-uninitialized argc with an
13486 unlikely value that fits in 16 bits.
13487
134881999-09-07 Stan Shebs <shebs@andros.cygnus.com>
13489
13490 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
13491 0xfeeb, don't want negative numbers if ints are 16 bits.
13492
13493 * lib/gdb.exp (skip_cplus_tests): New proc.
13494 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13495 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
13496 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
13497 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
13498 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
13499 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
13500 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
13501 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
13502
13503 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
13504
13505Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
13506
13507 * gdb.base/corefile.exp (up): Allow a parameter to appear
13508 in the frame that we're going up to.
13509
13510 From Jim Blandy <jimb@cygnus.com>:
13511
13512 * gdb.base/default.exp (info float): Expect some output now.
13513
13514 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13515 returning floating-point values to fail on the x86.
13516 * gdb.base/callfwmall.exp (do_function_calls): Same.
13517
13518 * gdb.base/list.exp (test_listsize): Correct expectations for
13519 listing line 1 with listsize 2. Also, listing a single line
13520 works now, as does listing three lines. [Kevin's note: There
13521 were a number of other cases fixed too where the expectations
13522 differed...]
13523
135241999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13525
13526 * gdb.base/selftest.exp: Add case for when version prints as
13527 constant string instead of char pointer.
13528
104c1213
JM
135291999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13530
13531 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13532 stepping out of main.
13533
13534 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13535 G++ used.
13536
13537 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13538 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13539
13540 * gdb.c++/ovldbreak.exp: Update match string in test that
13541 includes a warning of multiple breakpoints.
13542
135431999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13544
13545 * gdb.base/display.exp: Improve precision of step-after-finish
13546 added yesterday.
13547
13548 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13549 test.
13550
13551 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13552 configs when using G++, not just hppa*.
13553
135541999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13555
13556 * gdb.base/async.c: New file.
13557 * gdb.base/async.exp: New file.
13558
13559Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13560
13561 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13562 PA64.
13563
53a5351d
JM
13564Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13565
104c1213
JM
13566 * gdb.base/display.exp: "finish" can leave us mid-line on many
13567 targets, deal with it. Add a small constant to main, instead of
13568 1000 since main+1000 may not be a valid address in the target.
13569
53a5351d
JM
13570 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13571 on hpux11.
13572
13573 * gdb.base/attach.exp: Handle another hpux11 error message variant
13574 when attaching to a process that does not exist.
13575
135761999-08-19 J.T. Conklin <jtc@redback.com>
13577
13578 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13579 characters in 'continue to 1241' test.
13580
135811999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13582
13583 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13584 stop in print_long_arg_list, define and use a whitespace
13585 variable in print_small_structs test, add an XFAIL for Solaris.
13586 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13587 interested enough to fix.
13588
7be570e7
JM
135891999-08-13 Keith Seitz <keiths@cygnus.com>
13590
13591 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13592 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13593 proc knows about targets other than the natives.
13594 (test_assign): Use "gdb_run_cmd" to "run" the target.
13595 Check that we've actually hit the breakpoint at main.
13596 When we attempt to assign a value to a local variable, check
13597 that the variable is in the current scope, i.e., don't use
13598 a test with an empty result.
13599
13600Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13601
13602 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13603 command.
13604
136051999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13606
13607 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13608 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13609 gdb.compat, gdb.threads-hp.
13610 gdb.hp/configure, gdb.hp/configure.in: New files.
13611 gdb.hp/Makefile.in: Recurse into new subdirs.
13612 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13613 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13614 in object files.
13615 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13616
96baa820
JM
136171999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13618
13619 * gdb.base/display.exp: Help expect by putting a newline in the
13620 funky printf, remove a bogus p/a test.
13621
136221999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13623
13624 * gdb.base/display.exp: Make sure that when we say 'run', we are
13625 connected to the target. This is necessary when running not
13626 natively.
13627
136281999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13629
13630 * gdb.base/step-test.exp: Removed some extraneous messages.
13631
13632 * gdb.base/long_long.exp: Don't run memory examination tests
13633 on little-endian targets (they will need a different set of
13634 results to match).
13635
136361999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13637
13638 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13639 until somebody decides to fix GDB.
13640
13641 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13642 constant as "ULL".
13643 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13644 matches for a couple x/2 commands.
13645
a0b3c4fd
JM
136461999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13647
13648 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13649 by merging in ref-types2 tests.
13650 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13651
13652 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13653 * gdb.c++/Makefile.in: Add standard actions.
13654 (EXECUTABLES): Rename from PROGS, update list.
13655 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13656 from gdb.hp.
13657 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13658 foo and bar locals.
13659 * gdb.c++/anon-union.exp: Fix tests to match.
13660 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13661 expect matches to handle output variations.
13662 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13663 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13664 output, add HP alternatives for new and delete prints.
13665 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13666 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13667 * gdb.c++/demangle.exp: Use $style when reporting failure.
13668 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13669 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13670 match alternatives.
13671 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13672 compilers.
13673 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13674 * gdb.c++/method.exp: Add match alternatives.
13675 * gdb.c++/misc.cc: Add bool types.
13676 * gdb.c++/misc.exp: Add tests for bool types.
13677 * gdb.c++/overload.exp: Add xfails.
13678 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13679 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13680 add some more template parameter tests (only for HP currently).
13681 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13682 * gdb.c++/virtfunc.cc: Add return type and value for main.
13683 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13684 match alternatives.
d63a86f8 13685
a0b3c4fd
JM
136861999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13687
13688 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13689
136901999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13691
13692 * gdb.base/signals.exp: Don't expect getting a backtrace from
13693 within a signal handler to fail on Linux.
13694
136951999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13696
13697 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13698 * lib/gdb.exp: Remove some gratuitious semicolons.
13699 (delete_breakpoints): Increase timeout.
13700 (gdb_expect): Add -notransfer option.
13701 (gdb_test): Use -notransfer option.
13702 (get_compiler_info): Add f77 case.
13703 (get_compiler): New proc, split out from gdb_preprocess, add f77
13704 case.
13705 (gdb_preprocess): Call get_compiler.
13706
13707 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13708 * gdb.base/attach.exp, gdb.base/display.exp,
13709 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13710 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13711 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13712 third arg to gdb_test.
13713 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13714 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13715 HP-UX xfails, add others.
13716 * gdb.base/completion.exp: Reflect name change of self-test.
13717 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13718 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13719 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13720 HP failure number.
13721 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13722 useless HP-UX 10.30 references.
13723 * gdb.base/maint.exp: Loosen matches.
13724 * gdb.base/pointers.c (main): Declare more_code.
13725 * gdb.base/pointers.exp: Match on output of a `next'.
13726 * gdb.base/structs.c: Add prototypes.
13727 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13728 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13729
137301999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13731
13732 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13733 command.
13734
137351999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13736
13737 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13738 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
13739
13740 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
13741 debug info. Deal with lack of signal hanlder info in stack.
13742
a9c64011 13743 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
13744 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13745
5a2468f5
JM
137461999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13747
13748 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13749 gdb.base/foll-vfork.exp: Don't run for crosses.
13750
adf40b2e
JM
13751Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13752
13753 * gdb.base/configure.in: Check for gdbvars.exp instead of
13754 a1-selftest.exp.
13755 * gdb.base/configure: Re-generate.
13756
137571999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13758
13759 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13760 in trying to run first and name is too long.
13761
13762 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13763 pointers2.c and pointers2.exp, respectively.
13764 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13765 doschk happier.
13766
43e526b9
JM
137671999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13768
13769 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13770 callfuncs2.c and callfuncs2.exp.
13771
13772 * gdb.base/list.exp: Remove mistaken xfails.
13773 * gdb.base/list0.h: Add optional prototypes.
13774
9846de1b
JM
13775Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13776
a9c64011 13777 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 13778 calling malloc.
a9c64011
AS
13779 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13780 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
13781 use.
13782
137831999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13784
13785 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13786 * gdb.base/annota2.cc, annota2.exp: Move from here.
13787 * gdb.c++/annota2.cc, annota2.exp: To here.
13788 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13789
43ff13b4
JM
13790Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13791
13792 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13793 a consistent format.
13794
085dd6e6
JM
137951999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13796
13797 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13798 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13799 HP compilers, also set the globals $true and $false.
13800
13801 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13802 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13803 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13804 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13805 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13806 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13807 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13808 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13809 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13810 whatis.c} Add C++ compatible function definitions and return
13811 types, add includes for library functions.
13812 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13813 * gdb.base/step-test.c (myglob): Rename from glob.
13814 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13815 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13816 files, move here from gdb.hp.
13817 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13818 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13819 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13820 Adjust line numbers in regexps.
13821
13822 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13823 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13824 instead of 0/1.
13825
13826 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13827 foll-vfork.exp: New files, move here from gdb.hp.
13828 * gdb.base/page.exp: New file, test of pagination command.
13829
13830 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13831 recursion test.
13832 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13833
13834 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13835 gdb.base/solib.exp: Fix compiler invocation process.
13836
13837 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13838 HP-UX 11, turn off overload resolution explicitly.
13839 * gdb.base/commands.exp: Set argument list explicitly, add
13840 watchpoint test.
13841 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13842 them work.
13843 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13844 expressions properly.
13845 * gdb.base/corefile.exp: Loosen the match slightly.
13846 * gdb.base/default.exp: Allow "Error accessing memory" message
13847 also.
13848 * gdb.base/display.exp: Skip over x/0 j if PA64.
13849 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13850 * gdb.base/interrupt.exp: Ditto.
13851 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13852 in use.
13853 * gdb.base/list.exp: Add xfails for HP-UX.
13854 * gdb.base/long_long.exp: Refine some of the numeric matches.
13855 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13856 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13857 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13858 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13859 * gdb.base/ptype.exp: Succeed on more varieties of output.
13860 * gdb.base/scope.exp: Add xfails for HP-UX.
13861 * gdb.base/sect-cmd.exp: Add more cases.
13862 * gdb.base/setvar.exp: Add xfails for HP-UX.
13863 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13864 * gdb.base/signals.exp: Match on void symbolically.
13865 * gdb.base/step-test.exp: Add case for PA64.
13866 * gdb.base/term.exp: Add exit and restart.
13867 * gdb.base/twice.exp: Clean up after self.
13868 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13869 * gdb.base/whatis.exp: Allow more ways to pass tests.
13870
13871 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13872 no longer useful.
13873
13874Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13875
13876 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13877 list of patterns.
13878 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13879 print_double_array(double_array)", "continuing to breakpoint
13880 1018", "print print_double_array(array_d)" and "continuing to
13881 1034" tests.
d63a86f8 13882
085dd6e6
JM
138831999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13884
a9c64011 13885 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13886
138871999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13888
13889 * config/mt-*: Remove, these haven't been used since 1996.
13890
138911999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13892
13893 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13894 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13895 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13896
9e0b60a8
JM
138971999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13898
13899 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13900 simpler match case for the ptype of the big class.
13901
139021999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13903
13904 * gdb.exp: Fix test for gdb_prompt existence.
13905
139061999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13907
13908 * gdb.exp (gdb_test): Add fail after calls to perror.
13909
139101999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13911
13912 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13913
139141999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13915
13916 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13917
0f71a2f6
JM
13918Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13919
13920 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13921 malloc() is linked in.
13922
139231999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13924
13925 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13926 step at end.
13927
13928 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13929
139301999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13931
13932 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13933
cce74817
JM
13934Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13935
13936 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13937 * gdb.base/mips_pro.exp: Likewise.
13938
139391999-06-02 Keith Seitz <keiths@cygnus.com>
13940
13941 * gdb.c++/templates.cc: Change all "new" operators to throw
13942 an exception.
13943 * gdb.c++/cplusfuncs.cc: Likewise.
13944
13945 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13946
13947Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13948
13949 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13950 * gdb.base/ending-run.exp: When stepping out of main, accept a
13951 step into an arbitrary assembler file.
cce74817 13952
392a587b
JM
139531999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13954
d63a86f8 13955 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13956 "breakpoint-invalid" to be printed.
d63a86f8 13957 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13958 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13959 * gdb.base/annota2.cc: Initialize a.x to 0.
13960
9e086581
JM
139611999-05-17 Keith Seitz <keiths@cygnus.com>
13962
13963 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13964 when "skip_float_tests" set.
13965 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13966 "print print_ten_doubles", and "step into print_long_arg_list".
13967 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13968 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13969 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13970 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13971 "skip_float_tests" is set.
13972 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13973 when "skip_float_tests" set.
d63a86f8 13974
cd0fc7c3
SS
139751999-05-06 Keith Seitz <keiths@cygnus.com>
13976
13977 * gdb.base/annota2.cc: Include stdio.h.
13978
13979Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13980
13981 * gdb.base/crossload.exp: Remove, this has been disabled ever
13982 since BFD stopped including all targets, and cross-GDB gets
13983 plenty of testing anyway.
13984 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13985 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13986 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13987 * gdb.base/README: Remove, was doc for this.
13988 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13989 needed.
13990
b83266a0
SS
139911999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13992
13993 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13994 output.
13995
13996 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13997 * gdb.base/annota2.exp: New file. More annotation tests.
13998 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13999 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
14000
140011999-04-23 Angela Marie Thomas <angela@cygnus.com>
14002
14003 * config/cfdbug.exp: New file.
14004
7a292a7a
SS
140051999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
14006
14007 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
14008 Marcus Daniel's and Dale Hawkins's demangler crashes.
14009
14010 * gdb.c++/demangle.exp (test_gnu_style_demangling,
14011 test_lucid_style_demangling, test_arm_style_demangling,
14012 test_hp_style_demangling): Try Tom Tromey's core-dumping
14013 identifier under each demangling style.
14014
140151999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
14016
14017 * gdb.c++/demangle.exp: Include the current demangling style
14018 in all test names.
14019 (current_demangling_style): New global variable.
14020 (set_demangling_style, test_demangling_core, test_demangling,
14021 test_demangling_exact): New functions.
14022 (test_gnu_style_demangling, test_lucid_style_demangling,
14023 test_arm_style_demangling, test_hp_style_demangling): Use those,
14024 instead of calling gdb_test and gdb_test_exact directly.
14025 (catch_demangling_errors): New function, which reports errors
14026 signalled by the demangling test functions in an orderly way.
14027 (do_tests): Use catch_demangling_errors.
14028
140291999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
14030
14031 * gdb.base/signals.exp (test_handle_all_print): Use () for
14032 grouping in expressions, not {}.
14033
14034 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
14035 initialized yet.
14036
140371999-04-01 Stan Shebs <shebs@andros.cygnus.com>
14038
14039 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
14040 are listed.
14041
140421999-03-26 Stan Shebs <shebs@andros.cygnus.com>
14043
14044 * gdb.stabs/weird.exp: Test for CC being defined before
14045 looking at its value.
14046
140471999-03-25 Stan Shebs <shebs@andros.cygnus.com>
14048
14049 * gdb.base/call-ar-st.exp: Remove stray '#'.
14050 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
14051 "short int" and "long int".
14052 * gdb.c++/overload.cc: Cast the string added in the previous
14053 change, to mollify finicky HP compiler.
14054 * gdb.hp/reg-test.exp (testfile): Fix file name.
14055 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 14056
7a292a7a
SS
14057 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
14058 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
14059 alternate form of enum ptype.
14060
c906108c
SS
140611999-03-23 Stan Shebs <shebs@andros.cygnus.com>
14062
7a292a7a
SS
14063 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
14064 * gdb.hp/*.exp: Change all to run compiler probe only after
14065 passing skip_hp_tests, so as not to waste time on guaranteed
14066 failure.
14067
c906108c
SS
14068 * gdb.c++/overload.cc: Pass string instead of char addr, always
14069 init ccpfoo.
14070 * gdb.c++/templates.cc: Fix syntax error.
14071
7a292a7a
SS
14072Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14073
14074 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 14075 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
14076 command.
14077
140781999-03-18 James Ingham <jingham@cygnus.com>
14079
14080 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
14081
14082 * gdb.c++/method.exp: It was testing an uninitialized int on the
14083 stack and assuming it was positive.
14084
14085 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
14086
14087 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 14088 keep it from killing the rest of the tests.
7a292a7a
SS
14089 Use gdb_continue_to_end.
14090
14091 * gdb.base/sigall.exp: use gdb_continue_to_end.
14092
14093 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
14094
14095 * gdb.base/display.exp: use runto_main, not run.
14096
d63a86f8
RM
14097 * gdb.base/default.exp: Check for the current error message in the
14098 r abbreviation test.
7a292a7a
SS
14099 Add strongarm to the targets that know info float.
14100
d63a86f8 14101 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
14102 run which doesn't work with monitors.
14103
14104 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
14105
14106 * gdb.base/break.exp: use the gdb_continue_to_end proc.
14107
14108 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
14109 program. Traps the case (in Cygmon) when the program never really
14110 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
14111 more places, so I used my name. Sorry Mark...
14112
14113 * config/monitor.exp (gdb_target_monitor): added another
14114 target_info parameter: remotebinarydownload. This will set the
14115 remotebinarydownload flag if this is causing some boards trouble.
14116
141171999-03-18 Mark Salter <msalter@cygnus.com>
14118
14119 * lib/gdb.exp (continue_to_exit): New function.
14120
14121 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
14122 * gdb.base/ending-run.exp: Ditto.
14123 * gdb.base/step-test.exp: Ditto.
14124
141251999-03-16 Stan Shebs <shebs@andros.cygnus.com>
14126
14127 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
14128 (suggested by Art Haas <ahaas@neosoft.com>).
14129
141301999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
14131
14132 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
14133
14134Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
14135
14136 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
14137 descriptions of types (short unsigned int vs unsigned short, etc).
14138
141391999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
14140
14141 * gdb.base/call-strs.exp: Don't assume that `step' will step over
14142 a call to strlen; sometimes we do have sources.
14143
141441999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
14145
14146 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
14147 character, so GDB won't print garbage after its end.
d63a86f8 14148
c906108c
SS
14149 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
14150 breakpoint there instead. Sometimes GCC emits memcpy to handle
14151 the large structures being passed by value, so we step into that
14152 instead of sum_array_print, which obscures what we're really testing.
14153 * gdb.base/step-test.exp: However, we do want a test that notices
14154 the bizarre steps into memcpy, so do that here. Add check for
14155 stepping into function calls that pass large structures by value.
14156 ("Is that a noun clause, or are you just happy to see me?")
14157 Remove all references to specific line numbers.
14158 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
14159 New type and function.
14160 (main): Call large_struct_by_value, passing it a large struct by value.
14161 * lib/gdb.exp (gdb_get_line_number): New function.
14162
14163 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
14164 more portable.
14165
7a292a7a
SS
141661999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
14167
c906108c
SS
14168 * lib/gdb.exp: Doc fixes.
14169
7a292a7a
SS
141701999-03-05 Nick Clifton <nickc@cygnus.com>
14171
d63a86f8 14172 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
14173
141741999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
14175
c906108c
SS
14176 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
14177 commands. They're not germane to this test, and they don't work
14178 that way on remote targets.
14179
3fc11d3e
JM
141801999-03-01 James Ingham <jingham@cygnus.com>
14181
14182 * Changelog entries merged over from gdb development branch.
14183
3fc11d3e
JM
14184 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
14185
14186 * lib/gdb.exp (gdbtk_analyze_results): Generic function
14187 for outputting results of test run.
14188
2d4a1622 14189 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
14190
14191 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 14192
7a292a7a
SS
141931999-02-25 Felix Lee <flee@cygnus.com>
14194
14195 * lib/gdb.exp (debug_format): initialize
14196
c906108c
SS
141971999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
14198
14199 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
14200 * gdb.base/call-rt-st.c: Ditto.
14201
c906108c
SS
142021999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
14203
14204 * gdb.threads/pthreads.exp (horiz): New variable.
14205 (test_startup): Fix regexps that capture thread numbers.
14206
142071999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
14208
14209 * gdb.base/smoke.exp: Disambiguate two test case names (both
14210 called ``print'').
14211
14212Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14213
14214 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
14215 compilation.
14216
142171999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14218
14219 * gdb.base/miscexprs.exp: Change patterns to match GDB's
14220 actual output formatting.
14221 * gdb.base/smoke.exp: GDB removes leading 0's.
14222 * gdb.base/volatile.exp: Don't check type of remuneration;
14223 that variable is no longer defined in constvars.c.
14224 * gdb.base/step-test.c (main): Exit with explicit exit code.
14225 * gdb.base/step-test.exp: Remove two nexti checks--they are
14226 not portable.
14227
142281999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14229
14230 * gdb.base/help.exp ("help delete display"): Fix test to match
14231 gdb's output.
14232
14233 * gdb.base/long_long.c (known_types): Initialize values to zero.
14234 * gdb.base/long_long.exp: Step one more line
14235 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
14236 leading zeros. Explicitly ask for hex formatting. Use
14237 unique test case names.
c906108c
SS
14238
14239Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14240
d63a86f8 14241 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
14242
14243 * gdb.c++/method.exp: Add missing close brace.
14244
142451999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
14246
14247 * gdb.base/maint.exp: Use 'set height 0' to disable page
14248 prompting, not 'set height 400'.
14249
14250 Fix a bunch of timeouts.
14251 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
14252 four separate tests, so expect doesn't take forever to match a ton
14253 of text against a regexp with lots of .* forms.
14254 ("maint print psymbols", "maint print symbols"): Make some of
14255 these greps more selective, so that expect doesn't try to wade
14256 through huge piles of output and time out.
14257
14258 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
14259
14260 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
14261 tests: one which doesn't expect shlib events to be reported, and
14262 another which does, but is XFAIL for all platforms other than
14263 HP/UX.
14264
14265 * gdb.base/break.exp: Teach the test suite that the `catch
14266 fork', `catch vfork', and `catch exec' commands produce error
14267 messages on platforms that don't provide these features.
14268
14269Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14270
14271 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
14272 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
14273 (shortening names from solib_threshold.exp etc), won't run on
14274 anything but HP-UX for the foreseeable future.
14275 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
14276 reflect move.
14277
14278Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
14279
14280 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
14281 gdb.trace/Makefile.in (clean): Remove all test executables.
14282
14283Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
14284
14285 * gdb.base/shlib-call.exp: add test cases to verify that gdb
14286 successfully re-sets breakpoints in shared libraries.
14287 * gdb.base/shmain.c (main): return 0, don't fall off the end.
14288
14289Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14290
d63a86f8
RM
14291 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
14292 and compiled w/o GCC.
c906108c
SS
14293
14294 * gdb.hp/watch-cmd.exp: ditto.
14295
14296 * gdb.hp/watch-hp.exp: ditto.
14297
14298 * gdb.hp/xdb1.exp: ditto.
14299
14300 * gdb.hp/xdb2.exp: ditto.
14301
14302 * gdb.hp/dbx.exp: ditto.
14303
14304Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
14305
14306 * constvars.c: Remove C++-isms.
14307 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
14308 with GCC.
14309
14310Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
14311
14312 The following changes are part of the HP merge.
14313
14314 * gdb.base/break.exp: new tests to verify that catchpoints for
14315 fork, vfork, and exec don't trigger inappropriately.
14316
14317 * gdb.base/opaque.exp: compile one file at a time, then link.
14318
14319 * gdb.base/signals.exp: be more restrictive about which hppa
14320 systems receive a setup_xfail. new tests.
14321
14322 * gdb.base/solib_threshold.build: new file.
14323 * gdb.base/solib_threshold.exp: new file.
14324 * gdb.base/solib_threshold.link_opts: new file.
14325 * gdb.base/solib_threshold.mk: new file.
14326 * gdb.base/gen_solib_threshold.c: new file.
14327
14328 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
14329 tests. New tests for enums inside classes.
14330
14331 * gdb.c++/compiler.cc: indicate support of template debugging.
14332
14333 * gdb.c++/demangle.exp: run hp style demangling tests.
14334
14335 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
14336 tests.
14337
14338 * gdb.c++/misc.cc: changes to support new tests.
14339
14340 * gdb.c++/templates.cc: changes to support HP's compiler; changes
14341 to support new tests.
14342
14343 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
14344 gcc, then skip these tests.
14345
14346Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
14347
14348 The following files are part of the HP merge; some had longer
14349 names at HP, but have been renamed to be no more than 14
14350 characters in length.
14351
14352 * gdb.hp/ambiguous.cc: new file.
14353 * gdb.hp/ambiguous.exp: new file.
14354 * gdb.hp/attach.exp: new file.
14355 * gdb.hp/attach2.exp: new file.
14356 * gdb.hp/classes-hp.exp: new file.
14357 * gdb.hp/ctti.exp: new file.
14358 * gdb.hp/ctti-add.cc: new file.
14359 * gdb.hp/ctti-add1.cc: new file.
14360 * gdb.hp/ctti-add2.cc: new file.
14361 * gdb.hp/ctti-add3.cc: new file.
14362 * gdb.hp/dbx.exp: new file.
14363 * gdb.hp/exception.cc: new file.
14364 * gdb.hp/exception.exp: new file.
14365 * gdb.hp/foll-exec.c: new file.
14366 * gdb.hp/foll-exec.exp: new file.
14367 * gdb.hp/foll-fork.c: new file.
14368 * gdb.hp/foll-fork.exp: new file.
14369 * gdb.hp/foll-vfork.c: new file.
14370 * gdb.hp/foll-vfork.exp: new file.
14371 * gdb.hp/inherit-hp.exp: new file.
14372 * gdb.hp/more-steps.exp: new file.
14373 * gdb.hp/namespace.cc: new file.
14374 * gdb.hp/namespace.exp: new file.
14375 * gdb.hp/optimize.exp: new file.
14376 * gdb.hp/pxdb.c: new file.
14377 * gdb.hp/pxdb.exp: new file.
14378 * gdb.hp/quicksort.exp: new file.
14379 * gdb.hp/reg-test.exp: new file.
14380 * gdb.hp/reg-test.s: new file.
14381 * gdb.hp/sized-enum.c: new file.
14382 * gdb.hp/sized-enum.exp: new file.
14383 * gdb.hp/start-stop.exp: new file.
14384 * gdb.hp/templ-hp.cc: new file.
14385 * gdb.hp/templ-hp.exp: new file.
14386 * gdb.hp/thr-lib.c: new file.
14387 * gdb.hp/thr-lib.exp: new file.
14388 * gdb.hp/thr-lib.h: new file.
14389 * gdb.hp/thr-liblib.c: new file.
14390 * gdb.hp/virtfun-hp.c: new file.
14391 * gdb.hp/virtfun-hp.exp: new file.
14392 * gdb.hp/watch-cmd.exp: new file.
14393 * gdb.hp/watch-hp.exp: new file.
14394 * gdb.hp/xdb1.exp: new file.
14395 * gdb.hp/xdb2.exp: new file.
14396 * gdb.hp/xdb3.exp: new file.
14397
14398Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
14399
14400 The following files are part of the HP merge; some had longer
14401 names at HP, but have been renamed to be no more than 14
14402 characters in length.
14403
14404 * gdb.base/ss.h: new file.
14405 * gdb.base/call-ar-st.c: new file.
14406 * gdb.base/call-ar-st.exp: new file.
14407 * gdb.base/call-rt-st.c: new file.
14408 * gdb.base/call-rt-st-exp: new file.
14409 * gdb.base/call-strs.exp: new file.
14410 * gdb.base/ena-dis-br.exp: new file.
14411 * gdb.base/environ.exp: new file.
14412 * gdb.base/long_long.exp: new file.
14413 * gdb.base/sect-cmd.exp: new file.
14414 * gdb.base/shlib-cl2.exp: new file.
14415 * gdb.base/smoke.exp: new file.
14416 * gdb.base/so-impl-ld.c: new file.
14417 * gdb.base/so-impl-ld.exp: new file.
14418 * gdb.base/so-indr-cl.c: new file.
14419 * gdb.base/so-indr-cl.exp: new file.
14420 * gdb.base/varargs.exp: new file.
14421 * gdb.base/volatile.exp: new file.
14422 * gdb.base/whatis-exp.exp: new file.
7a292a7a 14423 * gdb.base/display.exp: new file.
c906108c
SS
14424 * gdb.c++/derivation.exp: new file.
14425 * gdb.c++/local.exp: new file.
14426 * gdb.c++/member-ptr.exp: new file.
14427 * gdb.c++/overload.exp: new file.
14428 * gdb.c++/ovldbreak.exp: new file.
14429 * gdb.c++/ref-types.exp: new file.
14430 * gdb.c++/ref-types2.exp: new file.
14431 * gdb.c++/userdef.exp: new file.
d63a86f8 14432
c906108c
SS
14433Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
14434
14435 * gdb.base/default.exp: Reflect wording change in remote.c.
14436
dc96c6c7 14437Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14438
14439 * gdb.base/help.exp: Update to reflect current text.
14440
14441Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
14442
14443 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
14444 they're stack variables and contain garbage.
14445 * gdb.c++/anon-union.exp: new file.
14446
14447 The following changes were made by David Taylor
14448 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14449 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14450 in changes by HP.
14451
14452 * gdb.base/bitops.exp: new file.
14453 * gdb.base/default.exp: change expected messages for catch and
14454 info catch tests to reflect HP merge changes.
14455 * gdb.base/enable-disable-break.exp
14456 * gdb.base/ending-run.c: new file.
14457 * gdb.base/long_long.c: new file.
14458 * gdb.base/maint.exp: new file.
14459 * gdb.base/pointers2.exp: new file.
14460 * gdb.base/shlib-call2.exp: new file.
14461 * gdb.base/solib.exp: new file.
14462 * gdb.base/step-test.c: new file.
14463 * gdb.c++/anon-union.cc: new file.
14464 * gdb.c++/local.cc: new file.
14465 * gdb.c++/member-pointer.cc: new file.
14466 * gdb.c++/method.cc: new file.
14467 * gdb.c++/ref-types.cc: new file.
14468 * gdb.c++/ref-types2.cc: new file.
14469 * gdb.c++/userdef.cc: new file.
d63a86f8 14470
c906108c
SS
14471 * gdb.base/scope.exp: compile one file at a time, then link.
14472 * gdb.base/langs.exp: ditto.
14473 * gdb.base/list.exp: ditto.
d63a86f8 14474
c906108c
SS
14475Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
14476
14477 The following changes were made by David Taylor
14478 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14479 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14480 in changes by HP.
d63a86f8 14481
c906108c
SS
14482 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
14483 skip tests. When compiling pass c++ flag to gdb_compile.
14484 * gdb.c++/
d63a86f8 14485
c906108c
SS
14486 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
14487 test for on hppa*-*-hpux*; use args to see if c++ was specified.
14488 (skip_hp_tests): new function.
14489 (gdb_preprocess): new function.
14490
14491 * configure.in (hpdir): decide whether to configure gdb.hp.
14492 * configure: regenerated.
14493
14494 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
14495 to delete on clean.
14496 (EXECUTABLES): update to reflect new additions.
14497 * gdb.base/commands.exp: update message expected.
14498 * gdb.base/default.exp: add copyright notice.
14499 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
14500 * gdb.base/help.exp: update messages to reflect current text.
14501 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
14502 targets for recurse tests.
14503 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
14504 skip this file.
14505
14506 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
14507 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14508 compilation.
14509 * gdb.c++/misc.exp: ditto.
14510 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14511 run the tests. tell gdb_compile that it's a c++ compilation.
14512
14513 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 14514
c906108c
SS
14515 * gdb.base/all-bin.exp: new file.
14516 * gdb.base/arithmet.exp: new file.
14517 * gdb.base/assign.exp: new file.
14518 * gdb.base/completion.exp: new file.
14519 * gdb.base/cond-expr.exp: new file.
14520 * gdb.base/condbreak.exp: new file.
14521 * gdb.base/define.exp: new file.
14522 * gdb.base/dollar.exp: new file.
14523 * gdb.base/environment.exp: new file.
14524 * gdb.base/eval-skip.exp: new file.
14525 * gdb.base/jump.exp: new file.
14526 * gdb.base/logical.exp: new file.
14527 * gdb.base/pointers.exp: new file.
14528 * gdb.base/relational.exp: new file.
14529 * gdb.base/section_command.exp: new file.
14530 * gdb.base/whatis-expr.exp: new file.
14531
14532 * gdb.base/all-types.c: new file.
14533 * gdb.base/call-array-struct.c: new file.
14534 * gdb.base/call-return-struct.c: new file.
14535 * gdb.base/call-strings.c: new file.
14536 * gdb.base/callfuncs2.c: new file.
14537 * gdb.base/condbreak.c: new file.
14538 * gdb.base/constvars.c: new file.
14539 * gdb.base/display.c: new file.
14540 * gdb.base/int-type.c: new file.
14541 * gdb.base/jump.c: new file.
14542 * gdb.base/miscexprs.c: new file.
14543 * gdb.base/pointers.c: new file.
14544 * gdb.base/pointers2.c: new file.
14545 * gdb.base/shmain.c: new file.
14546 * gdb.base/shr1.c: new file.
14547 * gdb.base/shr2.c: new file.
14548 * gdb.base/solib.c: new file.
14549 * gdb.base/solib1.c: new file.
14550 * gdb.base/solib2.c: new file.
14551 * gdb.base/varargs.c: new file.
14552 * gdb.c++/derivation.cc: new file.
14553 * gdb.c++/overload.cc: new file.
14554 * gdb.c++/ovldbreak.cc: new file.
14555 * gdb.hp/attach.c: new file.
14556 * gdb.hp/attach2.c: new file.
14557 * gdb.hp/average.c: new file.
14558 * gdb.hp/compiler.c: new file.
14559 * gdb.hp/compiler.cc: new file.
14560 * gdb.hp/execd-program.c: new file.
14561 * gdb.hp/follow-exec.c: new file.
14562 * gdb.hp/follow-fork.c: new file.
14563 * gdb.hp/follow-vfork-and-exec.c: new file.
14564 * gdb.hp/misc-hp.cc: new file.
14565 * gdb.hp/more-steps.c: new file.
14566 * gdb.hp/optimize.c: new file.
14567 * gdb.hp/quicksort.c: new file.
14568 * gdb.hp/run-hp.c: new file.
14569 * gdb.hp/start-stop.c: new file.
14570 * gdb.hp/sum.c: new file.
14571 * gdb.hp/templates-hp.cc: new file.
14572 * gdb.hp/thread-local-in-lib.c: new file.
14573 * gdb.hp/thread-local-in-lib.h: new file.
14574 * gdb.hp/thread-local-in-lib.lib.c: new file.
14575 * gdb.hp/vforked-program.c: new file.
14576 * gdb.hp/virtfunc-hp.cc: new file.
14577 * gdb.hp/watchpoint-hp.c: new file.
14578 * gdb.hp/xdb.c: new file.
14579 * gdb.hp/xdb0.c: new file.
14580 * gdb.hp/xdb0.h: new file.
14581 * gdb.hp/xdb1.c: new file.
14582
14583Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14584
14585 The following change was made by Edith Epstein
14586 <eepstein@cygnus.com> as part of a project to merge in changes
14587 originally made by HP; HP did not create ChangeLog entries.
14588
14589 * gdb.c++/demangle.exp: changed the expected output for some
14590 ARM-style mangling -- removed second reference to datatype.
14591 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 14592 T1<char>::~T1<char>(void)
c906108c 14593 becomes,
a9c64011
AS
14594 maint demangle __dt__11T1__pt__2_cFv
14595 T1<char>::~T1(void)
c906108c
SS
14596
14597 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 14598
c906108c
SS
14599Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14600
14601 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14602 * gdb.trace/backtrace.exp: Likewise.
14603 * gdb.trace/circ.exp: Likewise.
14604 * gdb.trace/collection.exp: Likewise.
14605 * gdb.trace/deltrace.exp: Likewise.
14606 * gdb.trace/infotrace.exp: Likewise.
14607 * gdb.trace/limits.exp: Likewise.
14608 * gdb.trace/packetlen.exp: Likewise.
14609 * gdb.trace/passc-dyn.exp: Likewise.
14610 * gdb.trace/passcount.exp: Likewise.
14611 * gdb.trace/report.exp: Likewise.
14612 * gdb.trace/save-trace.exp: Likewise.
14613 * gdb.trace/tfind.exp: Likewise.
14614 * gdb.trace/tracecmd.exp: Likewise.
14615 * gdb.trace/while-dyn.exp: Likewise.
14616 * gdb.trace/while-stepping.exp: Likewise.
14617
146181998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14619
14620 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14621
14622Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14623
14624 From Brendan Kehoe:
14625 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14626 int return types.
14627
14628Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14629
14630 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14631 remote dos host testing right.
14632
14633Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14634
14635 * gdb.base/corefile.exp: remove some xfails.
14636
14637Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14638
14639 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14640 have different timestamps.
14641
14642Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14643
14644 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14645 gdb.base/default.exp: Replace "exec" with "executable".
14646
14647Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14648
14649 * gdb.base/default.exp: Change else if to elseif from previous
14650 delta.
14651
14652Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14653
14654 * gdb.base/default.exp: Add brace missing from previous delta.
14655
14656Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14657
14658 * gdb.base/default.exp: Support test for info float for all
14659 varieties of arm toolchain.
14660
dc96c6c7 14661Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14662
14663 * gdb.trace/*.exp: remove "remote_download" command.
14664
dc96c6c7 14665Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14666
14667 * gdb.trace/*.exp: remove -gdwarf from compile.
14668
14669Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14670
14671 * gdb.trace/configure.in(AC_INIT): typo
14672 * gdb.trace/configure: regenerated
14673
dc96c6c7 14674Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14675
14676 * config/m68k-emc.exp: New file.
14677 * lib/<emc-support.exp trace-support.exp}: New files.
14678 * configure.in: add new test directory gdb.trace.
14679 * gdb.trace/{configure configure.in Makefile.in}: New files.
14680 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14681 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14682 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14683 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14684 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14685 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14686 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 14687
dc96c6c7 14688Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14689
14690 * gdb.c++/classes.exp: Change all regular expressions to match
14691 arbitrary combinations of newline/carriage-return, so that they
14692 will work equally well on Unix and Windows.
14693 * gdb.c++/inherit.exp: ditto.
14694 * gdb.c++/virtfunc.exp: ditto.
14695
146961998-08-11 Dawn Perchik <dawn@cygnus.com>
14697
14698 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14699
c2d11a7d
JM
14700Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14701
14702 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14703 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14704 to use a0-a3/d0-d3 as needed.
14705
14706Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14707
14708 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14709 * gdb.disasm/am33.exp: Corresponding changes.
14710
c906108c
SS
147111998-07-11 Felix Lee <flee@cygnus.com>
14712
14713 * gdb.base/callfuncs.exp: add cmp10 test.
14714 * gdb.base/callfuncs.c (cmp10): new function.
14715
14716Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14717
d63a86f8 14718 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
14719 into two parts to get around a synchronization problem in expect.
14720
3fc11d3e
JM
14721Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14722
14723 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14724
14725 * configure.in: Add options for gdbtk testsuite.
14726
14727 * configure: Regenerate.
14728
14729 * gdb.gdbtk: New directory to hold gdbtk tests.
14730
c906108c
SS
14731Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14732
14733 * gdb.fortran/types.exp: Escape brackets in expect patterns
14734 for test_float_literal_types_accepted tests.
14735 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14736 before run test.
14737
c2d11a7d
JM
14738Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14739
14740 * am33.exp: Just compile, do not link the testcase.
14741 * am33.s: Add ".am33" pseudoop to force am33 mode.
14742
c906108c
SS
147431998-06-25 Felix Lee <flee@cygnus.com>
14744
14745 * gdb.base/setshow.exp: make sure $pc is sane.
14746
14747 * gdb.stabs/weird.exp: split expect patterns properly.
14748
c2d11a7d
JM
14749Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14750
14751 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14752 * gdb.disasm/am33.exp: Run it.
14753
dc96c6c7 14754Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14755
14756 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14757 match processing (and eliminate spurious timeouts when running).
14758
dc96c6c7 14759Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14760
14761 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14762 exception test, but conditionalize it on target [mach | gnu].
14763
dc96c6c7 14764Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14765
14766 * gdb.base/overlays.exp: fixup compile line for linker script.
14767
14768Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14769
14770 * gdb.fortran/types.exp: don't guess at float size.
14771
14772Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14773
14774 * gdb.base/exprs.exp: delete test that depends on int size.
14775
14776Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14777
14778 * config/sim.exp: Removed checks for target triplets.
14779 (gdb_target_sim): Use gdb,target_sim_options.
14780
14781Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14782
14783 * gdb.base/reread.exp: New file.
14784 * gdb.base/reread1.c: New file.
14785 * gdb.base/reread2.c: New file.
14786
14787Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14788
14789 * config/sim.exp: Use 'target sim -sparclite' when running
14790 SPARClite programs.
14791
14792Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14793
14794 * gdb.base/structs2.exp: New file.
14795 * gdb.base/structs2.c: New file.
14796
14797Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14798
14799 * gdb.asm/common.inc: New file.
14800 * gdb.asm/d10v.inc: New file.
14801 * asm-source.exp: Pass -I's to gas to find .inc files.
14802 Update line numbers in expected output.
14803 * asmsrc1.s: Rewrite.
14804 * asmsrc2.s: Rewrite.
14805 * configure.in: Create arch.inc symlink.
14806 * configure: Regenerate.
14807 * Makefile.in (distclean): Delete arch.inc.
14808
14809Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14810
14811 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14812 (t_enum_value2): ditto
14813 (t_enum_value3): ditto
14814 (main): ditto
14815Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14816
14817 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14818 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14819 change.
14820 Use gdb_test instead of send_gdb/gdb_expect sequences.
14821
14822Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14823
14824 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14825 not void.
14826
14827Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14828
14829 * gdb.base/branches.c: Code with lots of loops and
14830 subroutines. Used to test gdbs ability to single step through PC
14831 changes, especially to test mips-tdep.c:mips_next_pc
14832
14833Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14834
14835 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14836 more rigorous EGCS C++ error checking.
14837
14838Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14839
a9c64011
AS
14840 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14841 tests.
14842 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14843 function when asleep.
14844 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14845 for i*86 Linux and SVR4 signal handling problems.
14846 Remove linux xfail for `next to handler in signals_tests_1', fixed
14847 by recent infrun.c change.
14848 Limit backtrace to 10 frames to avoid timeout problems with infinite
14849 stack backtraces.
14850 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14851 target.[ch] change.
c906108c
SS
14852
14853Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14854
14855 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14856 for a newline from gdb before continuing.
14857 (default_gdb_exit): Just look for y or n.
14858 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14859 it does, fail the rests of the tests in the file.
14860
14861Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14862
14863 * config/cygmon.exp: New file.
14864
14865Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14866
14867 * gdb.base/list.exp: Fix problem with "list default lines around
14868 main" test on remote targets.
14869
14870 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14871 run test on remote targets.
14872
14873Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14874
14875 * gdb.asm: New directory.
14876 * configure.in: Configure it.
14877 * configure: Regenerate.
14878 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14879 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14880
14881Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14882
14883 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14884
dc96c6c7 14885Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14886
a9c64011
AS
14887 * gdb.base/overlays (several files): Merge the two overlay
14888 managers into one. Change variables (foox, barx, bazx, grbxx)
14889 back into ints but force them to load in their proper sections.
c906108c
SS
14890
14891Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14892
14893 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14894 on-chip insn memory and IMAP1 to upper 128k.
14895 (D10VCopy): Handle memory regions crossing 16k boundaries.
14896 (D10VCopy): Transfer data in 32 bit chunks.
14897
14898Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14899
14900 * gdb.base/overlays.c (main): Exit normally when result is
14901 correct.
14902
14903 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14904 map. Include space for printf in .text segment.
14905
14906 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14907 updated d10v memory VMA/LMA map.
14908 (D10VCopy): Call D10VTranslate.
d63a86f8 14909
c906108c
SS
14910Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14911
14912 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14913
14914 * gdb.base/bar.c (barx, bar): Change variable to small array so
14915 that it won't be put into the .sdata - small data -
14916 section. Update reference.
14917 * gdb.base/baz.c (bazx, baz): Ditto.
14918 * gdb.base/foo.c (foox, foo): Ditto.
14919 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14920
14921 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14922 to be arrays.
d63a86f8 14923
dc96c6c7 14924Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14925
a9c64011
AS
14926 * gdb.base/overlays.exp: fix up and get working again.
14927 Add tests for backtraces from an overlay function.
d63a86f8 14928
c906108c
SS
14929Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14930
14931 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14932 "calling function with watchpoint enabled".
14933
14934Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14935
14936 * gdb.base/break.exp (test_next_with_recursion): Remove
14937 gdb_suppress_tests for d10v-*-*.
14938 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14939 pending review of whether it is useful or not.
14940
14941Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14942
14943 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14944
14945Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14946
14947 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14948 * config/dve.exp: New file to support Densan boards.
14949
14950Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14951
14952 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14953 reads and BSD.
14954
14955Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14956
14957 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14958 response.
14959
14960 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14961
14962Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14963
14964 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14965 test.
14966
14967 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14968 target_sizeof_long and target_bigendian_p.
14969 (structs_by_value, structs_by_reference): Check values according
14970 to targets word size and endianess.
d63a86f8 14971
c906108c
SS
14972Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14973
14974 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14975 output.
14976
14977Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14978
14979 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14980 Update test of set args help to match source change.
14981
14982Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14983
14984 * gdb.base/default.exp: Expect help system output to be in
14985 alphabetical order.
14986 * gdb.base/help.exp: Ditto.
14987
14988Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14989
14990 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14991 "i*86-pc-linux-gnu*".
14992 * gdb.base/interrupt.exp: Ditto.
14993 * gdb.base/corefile.exp: Ditto.
14994
14995 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14996 define vxworks when building the testcase.
14997
14998 * gdb.base/ptype.exp: Fix testnames to be unique.
14999 * gdb.base/radix.exp: Ditto.
15000 * gdb.base/term.exp: Ditto.
15001 * gdb.base/whatis.exp: Ditto.
15002 * gdb.c++/classes.exp: Ditto.
15003
15004Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
15005
15006 * gdb.base/callfuncs.exp: Fix indentation.
15007
15008 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
15009 suppress_flag has been set.
15010 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
15011 target feature.
15012
15013Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
15014
15015 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
15016 the testcase.
15017
15018 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
15019 set_debug_traps() and breakpoint().
15020 * gdb.c++/misc.cc (main): Ditto.
15021 * gdb.c++/templates.cc (main): Ditto.
15022 * gdb.c++/virtfunc.cc (main): Ditto.
15023
15024Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
15025
15026 * lib/gdb.exp(gdb_step_for_stub): New function.
15027 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
15028 exists, reload the executable and do a "continue" instead of
15029 doing a jump.
15030 (runto_main): Use gdb_step_for_stub.
d63a86f8 15031
c906108c
SS
15032 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
15033 tests to have unique names.
15034 * gdb.base/callfuncs.exp: Ditto.
15035 * gdb.base/commands.exp: Ditto.
15036 * gdb.base/default.exp: Ditto.
15037 * gdb.base/help.exp: Ditto.
15038 * gdb.base/list.exp: Ditto.
15039 * gdb.base/opaque.exp: Ditto.
15040 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
15041 similar tests.
d63a86f8 15042
c906108c
SS
15043 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
15044 * gdb.c++/cplusfuncs.cc: Ditto.
15045 * gdb.c++/virtfunc.cc: Ditto.
15046
15047 * config/monitor.exp: Keep track of the last file we saw, rather
15048 than trying to get the info from gdb.
15049
15050 * gdb.fortran/types.exp: Move comment to previous line.
15051
15052Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
15053
15054 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
15055 target mode.
15056
15057Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
15058
15059 From Bob Manson:
15060 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
15061 string from GDB when it connects.
15062
15063 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
15064
15065Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
15066
15067 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
15068 if we can't get a debug format from GDB (we may be testing an
15069 older GDB). Use a 10 second timeout when checking for the format.
15070
15071 * gdb.stabs/weird.exp: Fix quoting.
15072
15073 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
15074
15075Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
15076
15077 * config/arm-ice.exp: New file.
15078
15079Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
15080
15081 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
15082 until it has been modified to work with the new testsuite.
15083
99707966 15084 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
15085 testcase won't compile, cause all of the testcases in the file to
15086 fail instead.
15087
15088 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
15089 (gdb_clear_suppressed): New procedure.
15090 (gdb_stop_suppressing_tests): Only clear suppress_flag if
15091 it contains a positive value.
15092
15093Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
15094
15095 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
15096
15097 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
15098
15099Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
15100
15101 * lib/gdb.exp (setup_xfail_format): New function.
15102 (get_debug_format): New function to get debug format.
15103 (debug_format): New global variable to hold last value set
15104 by get_debug_format.
15105 * gdb.base/list.exp: Call get_debug_format and expect some
15106 tests to fail for DWARF 1 and COFF formats.
15107 * gdb.c++/ptype.exp: Ditto.
15108 * gdb.c++/classes.exp: Ditto.
15109 * gdb.c++/cplusfuncs.exp: Ditto.
15110 * gdb.c++/inherit.exp: Ditto.
15111 * gdb.c++/templates.exp: Ditto.
15112 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 15113
c906108c
SS
15114Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
15115
15116 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
15117 host doesn't have a currently-open connection.
15118
15119 * config/sparclet.exp: Cleanups and fixes to make it generic for
15120 any gdb stub target. Handle cases where gdb doesn't respond when
15121 interrupted in a sane fashion.
15122
15123 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
15124 same thing in a totally different way.
15125
15126 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
15127 setting "timeout".
15128 (gdb_start): We set the global gdb_prompt variable in
15129 default_gdb_init now.
15130
15131Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
15132
15133 * gdb.base/printcmds.exp: Fix "check for floating addition"
15134 regexp to accept results within approx +/- .01 of exact value.
15135 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
15136
15137Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
15138
15139 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
15140 properly.
15141 (gdb_expect): Add optional timeout parameter, and add timeout
15142 value to various calls.
15143 (gdb_suppress_tests): Only give one warning message per group.
15144
15145Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
15146
15147 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
15148 global variables. Handle getting a value for $timeout more
15149 gracefully.
15150
15151Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15152
15153 * lib/gdb.exp: Close connection to remote host if gdb doesn't
15154 initialize.
15155 (default_gdb_init): New procedure; allow gdb_init to be overridden
15156 by a target configuration file.
15157 (gdb_expect): Pass the timeout to remote_expect.
15158
15159 * config/monitor.exp(gdb_load): Fix typo in regexp.
15160
15161Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
15162
15163 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
15164
15165Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
15166
15167 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
15168 here. Call gdb_target_exec before rebooting the target, to make
15169 sure the connection to the target is closed.
15170 (gdb_load): Pass the name of the executable to gdb_target_monitor.
15171 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
15172 Also detect "Timeout reading from remote" error.
15173
15174 * config/gdbserver.exp: Pass the executable being loaded to
15175 gdb_target_monitor. Don't call gdb_file_cmd here; let
15176 gdb_target_monitor do it.
15177
15178 * gdb.disasm/hppa.exp: Don't use exec_output.
15179
15180Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
15181
15182 * gdb.base/list.exp: If we're debugging a non-native target,
15183 try to set the pc register to point to the start of the
15184 program before doing the first list command.
15185
15186 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
15187 test_calls after restarting.
15188
15189 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
15190 reloading.
15191
15192 * gdb.base/watchpoint.exp: Fix typo.
15193
15194 * gdb.base/setshow.exp: Check for use_gdb_stub.
15195
15196 * gdb.base/break.exp: Fix continue until exit test for the gdb
15197 stub case.
15198 * gdb.base/langs.exp: Ditto.
15199
15200 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
15201 gdb_load_offset. If we weren't given a file to load, figure out
15202 what the current file is and use it.
15203
15204 * config/i386-bozo.exp: New file.
15205
15206Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
15207
15208 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
15209 feature.
15210
15211 * config/proelf.exp: New entry.
15212
15213Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
15214
15215 * lib/gdb.exp: Remove spurious .* patterns at the beginning
15216 of regexps.
15217
15218 * gdb.base/watchpoint.exp: Don't run the test_stepping
15219 tests if gdb can't call functions on the target.
15220
15221 * gdb.base/setshow.exp: Don't run the set prompt tests if
15222 the board has gdb_prompt set.
15223
15224Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
15225
15226 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
15227 * gdb.base/commands.exp: Likewise.
15228 * gdb.base/setshow.exp: Likewise.
15229
15230Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
15231
15232 * config/monitor.exp(gdb_start): Look for gdb_prompt target
15233 feature.
15234
15235 * config/i960.exp: New file.
15236
15237Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
15238
15239 * gdb.base/funcargs.exp: Check for gdb,short_int target
15240 feature instead of looking for explicit target triplets.
15241
dc96c6c7 15242Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 15243
d63a86f8 15244 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
15245 "p 123DEADBEEF", to check parse_number.
15246 * top.c: change "to enable to enable" to "to enable" in a couple
15247 of help strings.
15248
15249Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
15250
15251 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
15252 on the mn10300.
d63a86f8 15253
c906108c
SS
15254Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
15255
15256 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
15257 where the test executable is run with explicit args.
15258 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
15259
15260Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
15261
15262 * gdb.base/run.c: Use FAKEARGV to build test executable that
15263 does not require a command line arg, since most simulators
15264 don't currently support passing such an arg into the simulated
15265 program.
15266 * gdb.base/commands.exp: Change tests to insert the proper
15267 value as the arg to the first recursive factorial call. Change
15268 compilation line to define FAKEARGV at compile time.
15269
15270Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
15271
15272 * gdb.base/recurse.exp: Enable these tests for the mn10300.
15273 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
15274 function with watchpoint enabled" test.
15275
15276Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
15277
15278 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
15279 Don't call gdb_test when the command doesn't return to a gdb prompt.
15280
15281 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
15282 "Tests restarted" messages.
15283
15284Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
15285
15286 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
15287
dc96c6c7 15288Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15289
15290 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
15291 for INFO SYMBOL; add help tests for OVERLAY commands.
15292 * gdb.base/default.exp: add tests for INFO SYMBOL command;
15293 add tests for OVERLAY commands
15294 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
15295 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
15296 * gdb.base/sigall.c: add usestubs code frag
15297 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 15298
c906108c
SS
15299Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
15300
15301 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
15302 failures.
15303 (gdb_stop_suppressing_tests): Note that tests have restarted.
15304
15305Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
15306
15307 * config/h8300.exp: New file.
15308
15309Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
15310
15311 * gdb.base/setshow.exp: Check for the existence of a
15312 feature, not its value.
15313
15314Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
15315
15316 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
15317
15318 * gdb.base/scope.exp: It's now init0(), not init().
15319
15320 * gdb.base/scope0.c: For now, change init() to be init0().
15321
15322 * config/monitor.exp: Use gdb_serial in preference to serial
15323 or netport.
15324
15325 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
15326 and it's not already set.
15327
15328Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
15329
15330 * gdb.base/setshow.exp: Only test the run command if the target
15331 isn't using a stub and if it supports argument passing.
15332
15333Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
15334
15335 * config/udi.exp(gdb_start): Make sure UDICONF is set
15336 properly before starting gdb.
15337
15338Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
15339
15340 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
15341 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
15342 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
15343
15344Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
15345
15346 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
15347 specialized code to reboot the board, use remote_reboot instead.
15348
15349 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
15350
15351 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
15352
15353 * config/monitor.exp: Make sure we disconnect from the target.
15354 Also, try a reboot/reload cycle instead of failing if the
15355 load fails.
15356
15357Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
15358
15359 * gdb.base/default.exp: Don't set match_max.
15360 * gdb.base/help.exp: Ditto.
15361 * gdb.base/list.exp: Ditto.
15362 * gdb.base/signals.exp: Ditto.
15363
15364 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
15365 set, use remote_ld to download the testcase instead of
15366 the GDB loader.
15367
15368Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
15369
15370 * config/vr5000.exp: New file.
15371
15372 * config/monitor.exp(gdb_target_monitor): Add pattern for
15373 "Ending remote" to detect errors in connecting.
15374
15375 * gdb.base/setshow.exp: Add .* within auto language test.
15376
15377 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
15378 target feature.
15379
15380 * config/monitor.exp(gdb_load): Check for a failure when loading,
15381 and reboot the board if necessary.
15382
15383 * gdb.base/setvar.exp(test_set): Handle multiple prints within
15384 a set of tests. Remove print.* from the patterns being checked.
15385
15386Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
15387
15388 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
15389 refer to gdb_spawn_id.
15390
15391 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
15392 longer used.
15393 * config/sparclet.exp: Ditto.
15394 * config/sparclet-old.exp: Ditto.
15395 * config/slite.exp: Ditto.
15396 * config/sim.exp: Ditto.
15397 * gdb.base/funcargs.exp: Ditto.
15398
15399 * lib/gdb.exp:Remove references to gdb_spawn_id.
15400 (gdb_expect): Move to remote.exp.
15401
15402Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
15403
15404 * config/monitor.exp: Detect the "Couldn't establish connection"
15405 message from GDB.
15406
15407Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
15408
15409 * gdb.base/bitfields.exp: Use runto instead of explicit
15410 gdb_run_cmd/gdb_expect sequences.
15411
15412 * gdb.base/break.exp(text_next_with_recursion): Add match for
15413 gdb_expect call.
15414
15415 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
15416 We also need to handle the "A program is being debugged already"
15417 prompt from gdb. Use gdb_test to set the baud rate.
15418
15419 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
15420 to 20000. Really. I mean it.
15421
15422Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15423
15424 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
15425 fails. If suppress_flag is set, skip perror message about not
15426 being able to send to GDB.
15427 (send_gdb): If suppress_flag is set, don't try to send commands to
15428 GDB.
15429 (gdb_expect): If suppress_flag is set, always fail immediately.
15430 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
15431 (gdb_init): Call gdb_stop_suppressing_tests.
15432 (default_gdb_exit): Ditto.
15433 (default_gdb_start): Ditto.
15434
15435 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
15436 gdb_stop_suppressing_tests as appropriate.
15437 * gdb.base/break.exp: Ditto.
15438 * gdb.base/callfuncs.exp: Ditto.
15439 * gdb.base/commands.exp: Ditto.
15440 * gdb.base/exprs.exp: Ditto.
15441 * gdb.base/funcargs.exp: Ditto.
15442 * gdb.base/list.exp: Ditto.
15443 * gdb.base/recurse.exp: Ditto.
15444 * gdb.base/scope.exp: Ditto.
15445 * gdb.base/structs.exp: Ditto.
15446 * gdb.c++/inherit.exp: Ditto.
15447
15448Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
15449
15450 * config/vr4300.exp: New file.
15451
99707966 15452 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 15453
99707966 15454 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
15455
15456Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
15457
15458 * lib/gdb.exp(gdb_init): New function.
15459
15460 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
15461 for each individual variable set.
15462
15463 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
15464 name.
15465
15466 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
15467
15468 * gdb.base/scope.exp: Use gdb_test.
15469
15470 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
15471 aborting; the testsuite driver will do that for us (see
15472 gdb_finish). Also, use gdb_test in a few more places.
15473
15474Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15475
15476 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
15477
15478Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
15479
15480 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
15481 and "add_tests" are not at the same address.
15482
15483Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
15484
15485 * gdb.base/ptype.exp: Use gdb_test.
15486
15487Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
15488
15489 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
15490 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
15491 left in. No longer expect them to fail.
15492
15493 * gdb.stabs/*.mt; Deleted, no longer used.
15494 * gdb.stabs/configure.in: Remove references to target makefile
15495 frags.
15496 * gdb.stabs/configure: Rebuilt.
15497
15498 * gdb.disasm/*.mt: Deleted, no longer used.
15499 * gdb.disasm/configure.in: Remove references to target makefile
15500 frags. Use "sh3.s" as the unique filename for this directory.
15501 * gdb.disasm/configure: Rebuilt.
15502
15503 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
15504 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15505 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
15506
15507Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15508
15509 * config/udi.exp: Use mondfe,name instead of remote_host.
15510
15511Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15512
15513 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15514 a function with a watchpoint enabled on the mn10200.
15515
15516 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15517 before trying to create it!
15518
15519Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15520
15521 * config/vx.exp: Use hostname instead of netport.
15522
15523 * config/vxworks.exp: New file.
15524
15525 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15526
15527 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15528 gdb before assuming everything worked. Send a ^C if a timeout
15529 occurs.
15530
15531 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15532 $gdb_spawn_id directly.
15533 (gdb_run_cmd): Try _start as well as start. Use the target feature
15534 gdb,start_symbol as the symbol to start from when jumping.
15535
15536Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15537
15538 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15539 redundant) test.
15540
15541 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15542 it doesn't lose for 16bit integer systems.
15543
15544Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15545
15546 * gdb.fortran/types.exp: If the target doesn't support "double"
15547 data types, then expect "real" types to only be 4 bytes.
15548
15549 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15550 call tests if the target doesn't support inferior function calls.
15551
15552 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15553 in printf tests.
15554
15555Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15556
15557 * gdb.base/help.exp: Disable "help set", "help show", and
15558 "help support". Simplify regexp for "help stack".
15559
15560 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15561 to 60 seconds. Temporarily set match_max to 15000 around the
15562 "info copying" test.
15563
15564 * gdb.base/nodebug.exp: Don't try to do an inferior function
15565 call if the target doesn't support them.
15566 * gdb.base/printcmds.exp: Likewise.
15567 * gdb.base/setvar.exp: Likewise.
15568 * gdb.base/structs.exp: Likewise.
15569 * gdb.c++/templates.exp: Likewise.
15570 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15571
15572 * gdb.base/recurse.exp: Enable for the mn10200.
15573
15574 * configure.in: Do configure gdb.stabs directory for *-*-elf
15575 targets.
15576 * configure: Rebuilt.
15577
15578 * gdb.base/break.exp: Check for gdb,noresults before testing
15579 exit status and/or results from the target.
15580 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15581 * lib/gdb.exp: Remove old (now bogus) initialization of
15582 noinferior, noargs, noresults and nosignals.
15583
15584Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15585
15586 * config/sh.exp: New file.
15587
15588 * config/slite.exp: Try to connect multiple times to the board
15589 before rebooting. Only send a "monitor run" if need_monitor_run
15590 is set.
15591
15592 * gdb.base/break.exp: Don't do the "stub continue" test if
15593 the target has gdb_stub set.
15594
15595 * gdb.base/callfuncs.exp: Increase the timeout.
15596
15597 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15598 if the target has gdb,noinferiorio set.
15599
15600 * gdb.base/list.exp: Increase match_max to 10000 characters.
15601
15602 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15603
15604 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15605 target.
15606
15607 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15608
15609Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15610
15611 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15612 trying to delete the copy of gdb. Catch the file delete so we
15613 don't die if the delete fails; also, the file should be copied to
15614 the host, not to the build.
15615
15616Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15617
15618 * lib/gdb.exp(gdb_test): Surround the result pattern with
15619 parenthesis in case it contains multiple regexps separated
15620 with |.
15621
15622 * gdb.base/watchpoint.exp: Use gdb_test.
15623 * gdb.base/default.exp: Ditto.
15624
15625Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15626
99707966 15627 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 15628
c906108c
SS
15629 * gdb.base/scope.exp: Use gdb_test.
15630 * gdb.c++/classes.exp: Ditto.
15631 * gdb.c++/inherit.exp: Ditto.
15632
15633Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15634
15635 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15636 remote_exec instead.
15637 * gdb.base/corefile.exp: Don't be ridiculous.
15638 * gdb.base/*.c: Add missing stub invocations.
15639
15640Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15641
15642 * config/slite.exp: Miscellaneous fixes.
15643
15644 * lib/gdb.exp: Fix runto.
15645
15646 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15647 the target.
15648
15649 * gdb.base/watchpoint.exp: Fix regexp.
15650
15651 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15652 close and wait commands, as the descriptor may now be
15653 invalid. Always call "remote_close host".
15654
15655Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15656
15657 Major rewrite for testsuite revision.
d63a86f8 15658
c906108c
SS
15659 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15660 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15661 instead of relying on spawn_id to always contain a valid
15662 spawn id.
15663 (get_compiler_info): New procedure to build the ${binfile}.ci
15664 file, instead of replicating this in N different places.
15665 (gdb_compile): New procedure.
d63a86f8 15666
c906108c
SS
15667 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15668 appropriate arguments) instead of compile. Use gdb_test in a lot
15669 more places. Use send_gdb instead of send. Always run gdb_start
15670 at the start of a testcase, as this is no longer done magically.
15671
15672 config/*-gdb.exp: Rename without the -gdb suffix.
15673
15674 config/mips.exp: Use remote_close instead of exit_remote_shell.
15675 config/monitor.exp: Use target_info instead of looking at
15676 baud, timeout, etc.
15677 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15678
15679Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15680
15681 * gdb.c++/templates.exp (test_ptype_of_templates),
15682 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15683 Update expect patterns for destructors and assignment operators
15684 to match corresponding c-typeprint.c changes.
15685 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15686 to destructor breakpoint test, GDB should be able to set the
15687 destructor breakpoint without specifying arguments.
15688
15689Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15690
15691 * gdb.threads/pthreads.exp: Change result for failure to compile due
15692 to lack of pthreads runtime support from an error to simply an
15693 unsupported test, per dejagnu standards.
15694
15695Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15696
15697 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15698 where GDB exits to reduce pattern match time.
15699 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15700
15701 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15702
dc96c6c7 15703Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15704
15705 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15706 * gdb.base/default.exp: ditto.
15707 * gdb.base/nodebug.exp: ditto.
15708 * gdb.base/printcmds.exp: ditto.
15709 * gdb.base/ptype.exp: ditto.
15710 * gdb.base/setvar.exp: ditto.
15711 * gdb.base/structs.exp: ditto.
15712 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15713
15714Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15715
15716 * configure, */configure: Rebuild with autoconf 2.12.
15717
15718Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15719
15720 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15721 use new i*86-pc-linux*-gnu quads.
15722 * gdb.base/corefile.exp: Ditto.
15723 * gdb.base/signals.exp: Ditto.
15724 * gdb.base/sigall.exp: Ditto.
15725 * gdb.base/interrupt.exp: Ditto.
15726
15727 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15728 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15729 RedHat 4.0.
d63a86f8 15730
c906108c
SS
15731 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15732 linux. This allows the test case to at least compile on latest
15733 linux, but still not run due to missing the threads runtime library.
15734
15735Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15736
15737 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15738 directory to search gdb directory. Accept and step over conditional
15739 stack alignment code. Consume $prompt in failure cases.
15740 Reset timeout to $oldtimeout instead of some arbitrary value.
15741 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15742 timeout problems with infinite stack backtraces.
15743 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15744 Accept function parameters for linkfunc member.
15745
15746Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15747
15748 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15749 (CXXFLAGS): Remove, unreferenced.
15750 (B_OPTIONS): Add for -B options and add code to initialize with
15751 previous -B options and also add -B option to pick up cross compiled
15752 runtime.
15753 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15754 doing cross compiles.
15755 (target_alias): Declare global.
15756 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15757 to verify that gcc exists in build tree, and if so set CC to that
15758 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 15759
c906108c
SS
15760Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15761
15762 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15763 ptype test for anonymous union. Fixup testcase to match
15764 current gcc debug output.
15765
15766Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15767
15768 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15769 force argument to an unsigned long type.
15770
15771Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15772
15773 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15774 tests and anonymous union print/ptype tests.
15775 * gdb.base/list.exp (test_forward-search): Increase timeout by
15776 5 minutes for the "search extremely long line" case.
15777 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15778 completely optional and that the pass/fail messages use the command as
15779 the message if that third arg is a null string.
15780 (gdb_test_exact): Arrange that a null string pattern means match a
15781 null string output rather than any output, which might include random
15782 errors.
15783 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15784 backtrace test.
15785 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15786 always failing and failure is now exposed by gdb.exp changes.
15787
15788Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15789
15790 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15791 weren't being noted.
15792
15793Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15794
15795 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15796 * gdb.stabs/weird.exp: Remove v_comb xfails.
15797
dc96c6c7 15798Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15799
15800 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 15801 list.exp scope.exp watchpoint.exp]
c906108c 15802 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 15803
dc96c6c7 15804Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15805
15806 * config/monitor.exp: Increase download timeout to 1000 seconds.
15807
dc96c6c7 15808Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15809
15810 * config/m32r.exp: Increase timeout to 120 seconds.
15811
15812Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15813
15814 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15815 and accept older ordering as obsolescent gcc or gdb.
15816 * gdb.c++/templates.exp: Ditto.
15817 * gdb.c++/virtfunc.exp: Ditto.
15818
15819Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15820
15821 * gdb.base/coremaker.c: Add code to mmap some data so we
15822 can check that it ends up in the core file.
15823 * gdb.base/corefile.exp: Add test to read mmapped data
15824 from core file.
15825
dc96c6c7 15826Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15827
15828 * config/m32r.exp: New file.
15829
15830Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15831
15832 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15833 that cflags can contains -gstabs, and work correctly for other tests.
15834
dc96c6c7 15835Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15836
15837 * gdb.base/setshow.exp: New file, tests show and set.
15838 * gdb.base/setshow.c: New file, tests show and set.
15839 * gdb.base/help.exp: Add test for help set|show annotate.
15840 * gdb.base/default.exp: Add test for set|show annotate.
15841
15842Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15843
15844 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15845 errors unique.
15846 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15847 explicitly.
15848
15849Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15850
15851 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15852 and width commands. This is done elsewhere.
15853 * (gdb_start): Don't call gdb_start_sim here. That's already
15854 done in gdb_load. This fixes lots of failures in default.exp.
15855
15856Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15857
15858 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15859 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15860 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15861 in the same we we treat other failures (since it may be an expected
15862 condition), rather than as an error.
15863 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15864 old test format.
15865
15866Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15867
15868 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15869 (distclean maintainer-clean realclean): No need to remove files
15870 twice. Nuke the duplicates.
15871 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15872 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15873 Remove config.h along with other config files.
15874
15875Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15876
15877 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15878 "p func1 ()" and note that rests of tests are skipped.
15879 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15880 setup_xfails for "print func2::coremaker_local".
15881 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15882 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15883 affected by the previous run test.
15884 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15885 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15886 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15887 "pass int powerset tuple" and "pass modeless int powerset tuple".
15888 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15889 "real write 4" and "real write 8".
15890 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15891 setup_xfails for "print vs1 after tuple assign 2",
15892 "print \$i after tuple assign 2", and
15893 "print vs2 after tuple assign 2".
15894 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15895 meaningful error message and return -1 so the caller can
15896 suppress further tests and avoid a cascade of errors.
d63a86f8 15897
c906108c
SS
15898Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15899
15900 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15901 format for printing version.
15902 * gdb.base/default.exp: Ditto.
15903 * gdb.base/interrupt.exp: Fix problem with cascade of
15904 errors if child process dies while calling a function.
d63a86f8 15905
c906108c
SS
15906Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15907
15908 * Makefile.in (VPATH): Add
15909 * Makefile.in (Makefile, config.status): Fix rules so things get
15910 remade when necessary.
15911
15912Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15913
15914 * Makefile.in (just-check): Add path to sibling expect dir
15915 to environment variable specified by RPATH_ENVVAR.
15916
15917Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15918
15919 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15920 (just-check): Add shared library paths for libstdc++, tk,
15921 tcl, bfd, and opcodes to the environment variable specified
15922 in RPATH_ENVVAR.
15923 * configure.in: Add support to recognize --enable-shared flag
15924 and generate correct value for RPATH_ENVVAR.
15925 * configure: Regenerated with autoconf.
15926
15927Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15928
15929 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15930 include all osf versions.
15931 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15932 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15933 when target is linux. When failing to build pthreads test
15934 executable, give more meaningful message.
15935 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15936 arg for pthread_create.
d63a86f8 15937
c906108c
SS
15938Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15939
15940 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15941 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15942 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15943 and -lpthreads (everybody else).
15944 (test_startup): Fail gracefully if threads are not supported.
15945 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15946 "p/c array_index("abcdef",2)" when not gcc compiled.
15947 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15948 "print func2::coremaker_local" when not gcc compiled.
15949 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15950 "ptype on opaque struct tagname (statically)",
15951 "ptype on opaque struct tagname (dynamically) 1", and
15952 "ptype on opaque struct tagname (dynamically) 2"
15953 for not compiled with gcc.
15954 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15955 backtrace when compiled with gcc.
d63a86f8 15956 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15957 than always return success.
15958
15959Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15960
15961 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15962
15963Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15964
15965 * gdb.base/structs.exp: Undo last change.
15966
15967Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15968
15969 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15970 encapsulate all the steps/nexts done during self test, starting
15971 at main, and makes them less sensitive to optimization issues.
15972 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15973 signal handler" test.
15974 * gdb.threads/pthreads.exp: Only run this for native configs.
15975 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15976 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15977 tests.
15978 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15979 for "runto test_calls(void)" test.
d63a86f8 15980
c906108c
SS
15981Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15982
15983 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15984 and don't expect address info in breakpoint confirmations.
15985
15986Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15987
15988 * gdb.base/list.exp (test_forward_search): Increase timeout
15989 temporarily by 60 seconds for searching extremely long line,
15990 and then reset to old value when done. Increase expect input
15991 buffer to 10000.
15992
15993Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15994
15995 * gdb.base/list.exp (test_forward_search): Fix to handle very
15996 long source line without overflowing expect's input buffer.
15997
15998Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15999
16000 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
16001 "buffer_full".
16002
16003 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
16004 "buffer_full".
16005
16006 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
16007 "buffer_full".
16008
16009 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
16010 "buffer_full".
16011
16012Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
16013
16014 * configure.in (configdirs): Add gdb.threads.
16015 * configure: Regenerated with autoconf.
16016 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
16017 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
16018 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 16019
c906108c
SS
16020Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
16021
16022 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
16023
16024Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
16025
16026 * gdb.base/signals.exp (test_handle_all_print): Test separately for
16027 each signal's status in the output of "handle all print".
16028 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
16029 the \r\n sequence that immediately precedes the gdb prompt.
16030 * gdb.base/a1-selftest.exp: Save original timeout and restore
16031 after test.
16032
16033Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
16034
16035 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
16036 symbol.
16037
16038Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16039
16040 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
16041
16042Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
16043
16044 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
16045 timeout by 60 seconds.
16046
16047Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
16048
16049 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
16050 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
16051 error return.
16052
16053Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
16054
16055 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
16056 gdb initialization, also report how long dejagnu waited. Restore
16057 old timeout before doing error return. Temporarily increase timeout
16058 by 3 minutes to allow for slow startups over heavy NFS use.
16059
16060Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
16061
16062 * lib/gdb.exp: Report timeout value for verbosity level 2.
16063 * config/gdbserver.exp: Ditto.
16064 * config/hppro.exp: Ditto.
16065 * config/mips-gdb.exp: Ditto.
16066 * config/monitor.exp: Ditto.
16067 * config/netware.exp: Ditto.
16068 * config/sim-gdb.exp: Ditto.
16069 * config/slite-gdb.exp: Ditto.
16070 * config/udi-gdb.exp: Ditto.
16071 * config/unix-gdb.exp: Ditto.
16072 * config/vx-gdb.exp: Ditto.
16073 * gdb.base/a1-selftest.exp: Ditto.
16074 * gdb.base/a2-run.exp: Ditto.
16075 * gdb.base/break.exp: Ditto.
16076 * gdb.base/corefile.exp: Ditto.
16077 * gdb.base/list.exp: Ditto.
16078 * gdb.base/recurse.exp: Ditto.
16079 * gdb.base/scope.exp: Ditto.
16080 * gdb.base/signals.exp: Ditto.
16081
16082Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16083
16084 * gdb.threads/Makefile.in (docdir): Removed.
16085
16086Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16087
16088 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 16089 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 16090 @srcdir@.
d63a86f8 16091 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
16092 autoconf 2.5 or higher.
16093 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
16094
16095Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
16096
16097 * configure: Regenerated.
16098 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
16099 avoid name clashes with SunOS headers.
16100
16101Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
16102
16103 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
16104
16105Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
16106
16107 * gdb.base/callfuncs.exp: Finish last change -- make sure the
16108 prototype information ends up in the compiler info file.
16109
16110Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
16111
16112 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
16113 attempting to regenerate it. Eliminate use of a temporary file
16114 and just generate the info file directly. Source it immediately,
16115 for consistency of use.
16116 * gdb.base/corefile.exp: Ditto
16117 * gdb.base/exprs.exp: Ditto.
16118 * gdb.base/funcargs.exp: Ditto.
16119 * gdb.base/langs.exp: Ditto.
16120 * gdb.base/list.exp: Ditto.
16121 * gdb.base/mips_pro.exp: Ditto.
16122 * gdb.base/nodebug.exp: Ditto.
16123 * gdb.base/opaque.exp: Ditto.
16124 * gdb.base/ptype.exp: Ditto.
16125 * gdb.base/scope.exp: Ditto.
16126 * gdb.base/setvar.exp: Ditto.
16127 * gdb.base/signals.exp: Ditto.
16128 * gdb.base/whatis.exp: Ditto.
16129 * gdb.c++/templates.exp: Ditto.
16130 * gdb.c++/virtfunc.exp: Ditto.
16131 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
16132 whether or not to add -lstdc++ to the compile command line args.
16133
16134Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16135
16136 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
16137 it got fixed by the recent lookup_minimal_symbol_by_pc change.
16138 Increase timeout, a lot of single stepping might be needed if the
16139 target has no hardware watchpoints.
16140
16141Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
16142
16143 * gdb.base/break.exp: Ignore compiler warnings when compiling
16144 break.c.
16145 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
16146 * gdb.base/default.exp: Add h8300 xfails. Handle messages
16147 from remote-sim.
16148 * gdb.base/exprs.exp: Add h8300 xfails.
16149 * gdb.base/funcargs.exp: Likewise.
16150 * gdb.base/nodebug.exp: Likewise.
16151 * gdb.base/printcmds.exp: Likewise.
16152 * gdb.base/ptype.exp: Likewise.
16153 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
16154 h8300 xfails.
d63a86f8 16155 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
16156 on the h8300.
16157 * gdb.base/funcargs.c: Explicitly make last constant argument to
16158 call_after_alloca_subr an unsigned long type.
16159 * gdb.base/return.c: Include stdio.h.
16160
16161Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16162
16163 * config/abug.exp: New file for the older Motorola Bug monitor
16164 that runs on the mvme13x series VME boards.
16165 * config/monitor.exp: Use the new config array for target settings
16166 if they exist.
16167
16168Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
16169
16170 * sim-gdb.exp: Make the SH simulator allocate less space when
16171 it is targeted.
16172
16173Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
16174
16175 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
16176 test.
16177
16178Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
16179
16180 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
16181 "rs6000-*-*" for "list function in include file" when gcc compiled.
16182 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
16183 for "p ctable1[120]".
16184 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
16185 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
16186 Remove setup_xfail for "rs6000-*-*" for
16187 "print 'scope0.c'::filelocal before run".
16188 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
16189 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
16190 since some compilers don't allow both options to be given
16191 on the same command line. Create object file and move it.
d63a86f8 16192
c906108c
SS
16193Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
16194
16195 * gdb.base/corefile.exp: Always regenerate the core file, since
16196 we always regenerate the coremaker program. Detect special case
16197 where registers cannot be read from core file.
d63a86f8 16198
c906108c
SS
16199Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
16200
16201 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
16202 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
16203 * gdb.c++/templates.exp: Only match on basename of file since
16204 some formats like xcoff don't encode directory information.
16205 * gdb.stabs/weird.exp: Use the right sed script for powerpc
16206 and rs6000 AIX xcoff targets.
16207 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
16208 * configure: Regenerate.
16209 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
16210 here, rather than in distclean.
d63a86f8 16211
c906108c
SS
16212Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
16213
16214 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
16215 defined, and use it to compile the test case with -O2. The
16216 native compilation still uses no optimization.
16217 * gdb.base/mips_pro.c: Remove inline assembly code since
16218 it is compiled PIC by default, which results in assembler
16219 warnings that make the testsuite think the compilation
16220 was unsuccessful.
16221
16222Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
16223
16224 * gdb.c++/misc.exp: Add note to message for
16225 "print s.a for foo struct" that this is a known gcc 2.7.2
16226 and earlier bug.
16227
16228Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
16229
16230 * gdb.base/break.exp: Fix pattern for matching "Delete all
16231 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
16232 setup_xfail for deleting all breakpoints test. Fix various
16233 timeout messages to include "(timeout)".
16234 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
16235 for "p t_float_values2(3.14159,float_val2)".
16236 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
16237 for "continue to call2g" when gcc compiled.
16238 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
16239 "up to foo in langs.exp", "show language at foo in langs.exp",
16240 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
16241 and "show language at fsub in langs.exp".
16242 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
16243 "list line 1 in include file", "list message for lines past EOF",
16244 "list function in include file", "list list0.h:foo", and
16245 "list filename:function; nonexistant function".
16246 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
16247 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
16248 and "ptype t_char_array" to be for native cc only.
d63a86f8 16249
c906108c
SS
16250Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
16251
d63a86f8 16252 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
16253 setup_xfail for "print coremaker_bss", "print coremaker_ro",
16254 "print func2::coremaker_local", and "backtrace in corefile.exp".
16255
16256Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
16257
16258 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
16259 "bt in signals.exp". This problem only appears when running
16260 the testsuite, and then only intermittently.
16261
16262Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16263
16264 * gdb.base/return.exp (return_tests): Differentiate between
16265 two tests of continuing.
16266
16267Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16268
16269 * */Makefile.in (maintainer-clean): Remove config.log.
16270 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
16271 * gdb.c++/Makefile.in (PROGS): Add inherit.
16272 (clean): Remove *.ci.
16273
16274Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
16275
16276 * gdb.c++/misc.cc: Add test code from Mike Stump.
16277 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
16278
16279Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
16280
16281 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
16282 to "alpha-*-osf2*" and add comment.
16283 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
16284 setup_xfail for "step over execarg initialization" and
16285 "step over corearg initialization".
16286 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
16287 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
16288 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
16289 gcc compiled for "print coremaker_bss", "print coremaker_ro",
16290 "print func2::coremaker_local", and "backtrace in corefile.exp".
16291 * gdb.base/signals.exp: Build and source signals.ci.
16292 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
16293 to be for gcc only.
16294 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 16295
c906108c
SS
16296Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16297
16298 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
16299 Feb 3 procfs.c change.
16300
16301Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
16302
16303 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
16304
16305Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
16306
16307 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
16308 from dejagnu's apparent default of 10 seconds, which gives random
16309 results when running the tests over NFS on moderately loaded systems.
16310 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
16311
16312Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
16313
16314 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
16315 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
16316 result reports.
16317
16318Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
16319
16320 * configure.in (CY_AC_PATH_TCLH): Remove.
16321 * configure: Regenerate.
16322
16323Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
16324
16325 * gdb.c++/Makefile.in (clean): Add missing '{'.
16326
16327Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
16328
16329 * lib/gdb.exp: Provide a default value for noinferior.
16330
16331 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
16332 Load libgloss.exp.
16333
16334Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
16335
16336 * gdb.disasm/hppa.exp: Compile directly into an executable, use
16337 the executable, not the .o to run the tests from.
16338
16339Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
16340
16341 * gdb.base/break.exp: Don't test for program exit or exit status
16342 if $noresults if nonzero.
16343 * gdb.base/langs.exp: Likewise.
16344 * gdb.base/watchpoint.exp: Likewise.
16345
16346 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
16347 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
16348 trying to compile the testcase.
16349
16350Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
16351
16352 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
16353 * gdb.base/signals.exp (continue to handler): Likewise.
16354
16355Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
16356
16357 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
16358
16359 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
16360
16361Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
16362
16363 * gdb.base/corefile.exp: Recognize "not found" as failure
16364 when trying to determine if a core file was generated.
16365 If no core file was generate the first time, try again without
16366 the ulimit -c to work around braindamaged shells.
16367
16368Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
16369
16370 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
16371 [] tests with "test" and enclose string in quotes.
16372 * gdb.stabs/configure: Rebuild
d63a86f8 16373
c906108c
SS
16374Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
16375
16376 Changes in sync with expect:
16377 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
16378 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
16379 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
16380 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
16381 argument to AC_REQUIRE.
16382 * configure: Regenerated.
16383
16384Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
16385
16386 * gdb.base/corefile.exp: When generating a core, discard any
16387 error messages about ulimit not found and the "core dumped"
16388 message from the shell that runs the coredumper.
16389
16390Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
16391
16392 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
16393
16394 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
16395 which sed script to run. Expect failure for v_comb test
16396 on PA targets too.
d63a86f8 16397
c906108c
SS
16398Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
16399
16400 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
16401 "print func2::coremaker_local" and for "backtrace in corefile.exp"
16402
16403Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
16404
16405 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
16406 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
16407 "sparc-sun-solaris*" xfails for "p v_comb".
16408 * lib/gdb.exp (default_gdb_start): Fix typo.
16409 * gdb.base/corefile.exp: Allow "Core was generated by ..."
16410 messages to not include the full program name that caused
16411 the core dump since some systems (such as solaris) apparently
16412 truncate this path to about 80 characters.
16413 When generating a core file first try increasing the core file
16414 size limit to unlimited since some systems may default it to
16415 zero, and it is harmless to try it. Move the test for failing
16416 to generate a core file to where it will actually get executed.
16417 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
16418 new gdb result from g++ debug info improvements and make old
16419 pattern obsolescent. Also account for size_t differences
16420 (may be int or long).
16421 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
16422 initialization before function call is placed in the delay slot
16423 and thus appears to be skipped over by commands such as "next".
16424
16425Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16426
16427 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
16428
16429Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
16430
16431 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
16432 input source file; fix code to compile test to deal with this
16433 convention.
16434 * gdb.c++/*.exp: Likewise.
16435
16436Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
16437
16438 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
16439 "bt in signals.exp".
16440
16441Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
16442
16443 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
16444 "step over execarg initialization" and
16445 "step over corearg initialization".
16446
16447Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
16448
16449 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
16450 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
16451
16452Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
16453
16454 From Rob Savoye (rob@poseidon.cygnus.com)
16455 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
16456 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
16457 configure.in}, gdb.disasm/{Makefile.in, configure.in},
16458 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
16459 configure.in}: Major reworking for autoconfig.
16460 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
16461 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
16462 New files.
16463 * config/unix-gdb.exp: Make GDB global.
16464 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
16465 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
16466 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
16467 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
16468 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
16469 term.exp, twice.exp, watchpoint.exp, whatis.exp},
16470 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
16471 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
16472 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
16473 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
16474 pr-8136.exp, result.exp, string.exp, tuples.exp},
16475 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
16476 to returns as necessary, arrange for test to compile own testcase
16477 executable.
16478 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 16479
c906108c
SS
16480Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
16481
16482 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
16483 clear_xfail at end of test which might not call either pass or fail.
16484 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
16485 "backtrace through signal handler".
16486
16487Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16488
16489 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
16490 continuing from a job control stop signal.
16491 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
16492
16493Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
16494
16495 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
16496 * gdb.base/corefile.exp: Likewise.
16497 * gdb.base/funcargs.exp: Likewise.
16498
16499Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
16500
16501 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
16502 * config/monitor.exp: Add support for setting baud rate.
16503
16504Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
16505
16506 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
16507 i*86-*-linux* xfails for "backtrace through signal handler".
16508 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16509 "print func2::coremaker_local".
16510 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16511 alpha-dec-osf2* xfail for
16512 "delete all breakpoints when none".
16513
16514Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16515
16516 * gdb.base/break.exp: Change test that deletes all breakpoints
16517 when no user breakpoints are installed. A post 4.15 change
16518 causes gdb to no longer prompt in this case.
16519
16520Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16521
16522 * gdb.base/return.exp (return_tests): Change xfail for test
16523 "correct value returned double test" to stop xfailing at
16524 Solaris 2.5. Apparently the bug has been fixed.
16525
16526Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16527
16528 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16529 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16530
16531Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16532
16533 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16534 * gdb.disasm/hppa.s: Corresponding changes.
16535
16536Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16537
16538 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16539 makefile fragment.
16540 * config/mt-hpux: Deleted.
16541
16542Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16543
d63a86f8 16544 * Many files: When warning about suppressed tests due to a
c906108c
SS
16545 nonexistant test binary, avoid incrementing the warning count.
16546
16547Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16548
16549 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 16550
c906108c
SS
16551Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16552
16553 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16554 "sparc-*-solaris2*".
16555
16556Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16557
16558 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16559 Add global and local variables and initialize them.
16560 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16561 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16562 extracts the file name and terminating signal from the core file.
16563 * TODO: Remove note about tests for correct mapping of corefile.
16564 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16565 from optimizing it away.
16566 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16567 handles common blocks.
16568
16569Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16570
16571 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16572 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16573
16574Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16575
16576 * Makefile.in (maintainer-clean): New target, synonym for
16577 realclean.
16578 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16579 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16580 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16581 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16582 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16583 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16584
16585Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16586
16587 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16588 xfails when not gcc compiled for "print foo::funclocal".
16589 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16590 "print foo::funclocal at foo",
16591 "print 'scope1.c'::foo::funclocal at foo",
16592 "print foo::funclocal_bss at foo",
16593 "print 'scope1.c'::foo::funclocal_bss at foo",
16594 "print foo::funclocal_ro at foo",
16595 "print 'scope1.c'::foo::funclocal_ro at foo",
16596 "print bar::funclocal at foo" and
16597 "print 'scope1.c'::bar::funclocal at foo".
16598 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16599 gcc compiled for "print foo::funclocal at bar".
16600 Expand all messages to ensure that they identify that
16601 the test is at bar().
16602 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16603 gcc compiled for:
16604 "ptype on opaque struct pointer (statically)",
16605 "ptype on opaque struct tagname (statically)",
16606 "ptype on opaque struct pointer (dynamically) 1",
16607 "ptype on opaque struct tagname (dynamically) 1",
16608 "ptype on opaque struct pointer (dynamically) 2" and
16609 "ptype on opaque struct tagname (dynamically) 2
16610 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16611 gcc compiled for:
16612 "p datalocal"
16613 "whatis datalocal",
16614 "ptype datalocal",
16615 "p bsslocal",
16616 "whatis bsslocal", and
16617 "ptype bsslocal".
16618 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16619 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16620 when not gcc compiled.
16621 * gdb.base/funcargs.exp (float_and_integral_args): Add
16622 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16623 compiled.
16624 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16625 "backtrace from call6a" when not gcc compiled.
16626 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16627 "backtrace from call7a" when not gcc compiled.
16628 * gdb.base/callfuncs.exp (do_function_calls):
16629 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16630 "p t_char_array_values(char_array_val2,char_array_val1)",
16631 "p t_char_array_values(char_array_val1,char_array_val2)",
16632 "p t_char_array_values("carray 1","carray 2")",
16633 "p t_char_array_values("carray 1",char_array_val2)",
16634 "p t_char_array_values(char_array_val1,"carray 2")",
16635 "p sum_args(1,{2})",
16636 "p sum_args(2,{2,3})",
16637 "p sum_args(3,{2,3,4})",
16638 "p sum_args(4,{2,3,4,5})"
16639 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16640 "backtrace in corefile.exp" when not gcc compiled.
16641
16642Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16643
16644 * gdb.base/signals.exp: Rewrite `handle all print' test as
16645 a procedure. Accept blanks or TABs as whitespace, increase
16646 timeout and expect input buffer size for the large output
16647 from the command. Remove "i*86-*-bsdi2.0" xfail.
16648
16649Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16650
16651 * gdb.base/setvar.exp: Add new testcases for truncation when
16652 assigning invalid values to bitfields.
16653
16654Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16655
d63a86f8 16656 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
16657 mips-sgi-irix* xfail for
16658 "call inferior func with struct - returns char *"
16659 and fix test so that an optional (unsigned char *) cast is
16660 accepted in the result.
16661
16662Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16663
16664 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16665 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16666 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16667 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16668 that accidentally got checked in.
16669
16670Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16671
d63a86f8 16672 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
16673 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16674 compiled test.
16675 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16676 Add mips-sgi-irix5* xfail for not gcc compiled.
16677 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16678 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16679 "p top", "whatis top", "p middle", and "whatis middle".
16680 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16681 "whatis signed char" for not gcc compiled.
16682 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16683 "set variable signed char=-1 (-1)" and
16684 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16685 * gdb.base/funcargs.exp (float_and_integral_args):
16686 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16687 Add mips-sgi-irix* xfail when not gcc compiled for
16688 "continue to call2b".
16689 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16690 "continue to call2g".
16691 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16692 "backtrace from call6a"
16693 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16694 "backtrace from call7k".
16695 Add mips-sgi-irix5* xfail when not gcc compiled for
16696 "backtrace from call7a".
16697 (localvars_after_alloca): Fix gdb_test cmds for
16698 "print * after runto ...".
16699 Remove rs6000-*-* xfails for
16700 "print i after runto localvars_after_alloca" and
16701 "print l after runto localvars_after_alloca"
16702 for all compilers.
16703 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16704 when not compiled with gcc, for:
16705 "print signed char == (minus)",
16706 "print signed char != (minus)",
16707 "print signed char < (minus)",
16708 "print signed char > (minus)".
16709 * gdb.base/callfuncs.exp (do_function_calls):
16710 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16711 "call inferior func with struct - returns char *".
d63a86f8 16712 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
16713 "correct value returned double test" to include Solaris 2.4.
16714 * gdb.base/funcargs.exp (float_and_integral_args):
16715 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 16716
c906108c
SS
16717Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16718
16719 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16720 enumeration bitfields if compiling with GNU C.
16721 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16722 to empty' prompt.
16723
16724Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16725
16726 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16727 test for PRO targets.
16728
16729 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16730 breakpoints in the inferior at any given time by making
16731 two groups of breakpoints for call2*, call6* and call7*
16732 tests.
16733
16734Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16735
16736 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16737 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16738 from optimizing it away.
16739 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16740 "call inferior func with struct".
16741
16742Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16743
16744 * configure.in: Only configure gdb.chill for particular targets.
16745
16746Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16747
16748 * gdb.base/Makefile.in: Add action to .c.o transformation
16749 rule that generates a .ci file for each .o file and remove
16750 explicit .c.o rules except for callfuncs.o.
16751 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16752 generates a .ci file for each .o file and remove explicit
16753 .cc.o rules.
16754 (clean): Remove *.tmp *.ci files.
16755 (EXECUTABLES): Remove templ-info.exp.
16756 * gdb.base/compiler.c: New file.
16757 * gdb.c++/compiler.cc: New file
16758 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16759 Change rs6000-*-* xfail for
16760 "print 'scope0.c'::filelocal_ro" and
16761 "print 'scope1.c'::filelocal" and
16762 "print 'scope1.c'::filelocal_bss" and
16763 "print 'scope1.c'::filelocal_ro" and
16764 "print 'scope1.c'::foo::funclocal" and
16765 "print 'scope1.c'::foo::funclocal_ro" and
16766 "print 'scope1.c'::bar::funclocal" and
16767 "print 'scope0.c'::filelocal_ro" and
16768 "print 'scope1.c'::filelocal at foo" and
16769 "print 'scope1.c'::filelocal_bss at foo" and
16770 "print 'scope1.c'::filelocal_ro at foo" and
16771 "print 'scope1.c'::foo::funclocal at foo" and
16772 "print 'scope1.c'::foo::funclocal_bss at foo" and
16773 "print 'scope1.c'::foo::funclocal_ro at foo" and
16774 "print 'scope1.c'::bar::funclocal at foo" and
16775 "print 'scope0.c'::filelocal_ro" and
16776 "print 'scope1.c'::filelocal" and
16777 "print 'scope1.c'::filelocal_bss" and
16778 "print 'scope1.c'::filelocal_ro" and
16779 "print 'scope1.c'::foo::funclocal" and
16780 "print 'scope1.c'::foo::funclocal_bss" and
16781 "print 'scope1.c'::foo::funclocal_ro" and
16782 "print 'scope1.c'::bar::funclocal" and
16783 "print 'scope1.c'::bar::funclocal_bss"
16784 to only be xfail'd when not compiled with gcc.
d63a86f8 16785 Add rs6000-*-* xfail for
c906108c
SS
16786 "print 'scope0.c'::filelocal_bss before run"
16787 when compiled with gcc.
16788 (test_at_main): Add rs6000-*-* xfail for
16789 "print filelocal_ro in test_at_main"
16790 when compiled with gcc.
16791 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 16792 Add rs6000-*-aix* xfail for
c906108c
SS
16793 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16794 "ptype t_char_array", not compiled with gcc.
16795 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16796 xfail for "list foo (in include file)" when gcc compiled.
16797 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16798 (integral_args): Add rs6000-*-* xfail for
16799 "run to call0a" if not compiled with gcc.
16800 (unsigned_integral_args): Add rs6000-*-* xfail for
16801 "run to call1a" if not compiled with gcc.
16802 (float_and_integral_args): Add rs6000-*-* xfail for
16803 "run to call2a" if not compiled with gcc and for
16804 "continue to call2b" for any compiler.
16805 Add rs6000-*-* xfail to
16806 "print f1 after run to call2a" for gcc compiled.
16807 (discard_and_shuffle): Add rs6000-*-* xfail for
16808 "run to call6a".
16809 (shuffle_round_robin): Add rs6000-*-* xfail for
16810 "backtrace from call7a" if not compiled with gcc.
16811 Add rs6000-*-* xfail for
16812 "backtrace from call7b" if compiled with gcc.
16813 (call_after_alloca): Add rs6000-*-* xfail for
16814 "print c in call_after_alloca" and
16815 "print s in call_after_alloca" and
16816 "backtrace from call_after_alloca_subr"
16817 if not compiled with gcc.
16818 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16819 "print c in localvars_in_indirect_call" and
16820 "print c in localvars_in_indirect_call" and
16821 "backtrace in indirectly called function" and
16822 "stepping into indirectly called function"
16823 if not compiled with gcc.
16824 (localvars_after_alloca): Add rs6000-*-* xfail for
16825 "print c after runto localvars_after_alloca" and
16826 "print s after runto localvars_after_alloca" and
16827 "print i after runto localvars_after_alloca" and
16828 "print l after runto localvars_after_alloca"
16829 for all compilers.
16830 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16831 than whatis-info.exp.
16832 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16833 than opaque-info.exp.
16834 Setup rs6000-*-* xfail for
d63a86f8 16835 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16836 "ptype on opaque struct pointer (dynamically)" when
16837 not compiled with gcc.
16838 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16839 rather than callf-info.exp.
16840 (do_function_calls): Add clear_xfail for rs6000-*-* for
16841 "p t_float_values2(3.14159,float_val2)". Seems to work
16842 fine there, both with xlc and gcc. Need to find out what
16843 it is doing right and fix other platforms.
16844 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16845 "call inferior func with struct - returns int",
16846 "call inferior func with struct - returns long",
16847 "call inferior func with struct - returns float",
16848 "call inferior func with struct - returns double",
16849 "call inferior func with struct - returns char *",
16850 but only if not gcc compiled (presumes xlc compiled).
16851 Change rs6000-*-* xfails for
16852 "call inferior func with struct - returns char" and
16853 " call inferior func with struct - returns short" to only
16854 xfail if not using gcc.
16855 (clean mostlyclean): Remove *.ci and *.tmp files.
16856 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16857 than templ-info.exp.
16858 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16859 Add rs6000-*-* xfail for "up to foo in langs.exp"
16860 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16861 when not gcc compiled.
d63a86f8 16862
c906108c
SS
16863Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16864
16865 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16866 * gdb.base/corefile.exp: Likewise.
16867 * gdb.base/list.exp: Likewise.
16868 * gdb.base/scope.exp: Likewise.
16869 * gdb.base/siganls.exp: Likewise.
16870
16871 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16872 compiler output.
16873 * gdb.base/whatis.exp: Likewise.
16874
16875Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16876
16877 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16878 failure (opcode table has been fixed to match reality).
16879
16880Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16881
16882 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16883 "call inferior func with struct - returns char",
16884 "call inferior func with struct - returns short"
16885
16886 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16887 "print 'scope0.c'::filelocal at main",
16888 "print 'scope0.c'::filelocal_bss in test_at_main",
16889 "print 'scope0.c'::filelocal at foo",
16890 "print 'scope0.c'::filelocal_bss in test_at_foo",
16891 "print 'scope0.c'::filelocal at bar",
16892 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16893
c906108c
SS
16894 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16895 in source file 1". This bug seems to have been fixed with both
16896 gcc and native cc (was native assembler bug?).
16897
16898Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16899
16900 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16901 "backtrace through signal handler" to "i*86-*-sysv4*".
16902 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16903 continue" case. Add "known SVR4 bug" to fail message.
16904 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16905 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16906 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16907 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16908 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16909 "up to foo in langs.exp", "show language at foo in
16910 langs.exp", "up to cppsub_ in langs.exp", "show
16911 language at cppsub_ in langs.exp", "up to fsub in
16912 langs.exp", and "show language at fsub in langs.exp".
16913 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16914 "bactrace in corefile.exp".
16915 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16916 "call inferior function with struct - returns float" and
16917 "call inferior function with struct - returns double".
d63a86f8 16918
c906108c
SS
16919Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16920
16921 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16922 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16923 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16924 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16925
16926Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16927
16928 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16929 (or overriden) "CHILL" macro rather then bare "gcc".
16930 Also look for ../../gcc/xgcc since that is what we will
16931 actually need, not "Makefile". Remove following assignment
16932 of CHILL to CHILL_FOR_TARGET because that results in
16933 recursive definition.
16934
16935Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16936
16937 * gdb.base/corefile.exp: Change xfail for backtrace in
16938 corefile.exp from linuxaout to all linux.
16939 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16940 cases where we miss the breakpoint at the signal handler
16941 for some reason. Setup xfail for linuxoldld/linuxaout and
16942 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16943 hitting SIGURG breakpoint.
16944 * gdb.base/signals.exp: Setup xfail for "next" acting like
16945 continue to add linuxoldld. Setup xfail for all linux for
16946 "next to handler in signals_tests_1", "backtrace in
16947 signals_tests_1", "continue to func1", "pass SIGUSR1",
16948 and continue to handler".
16949
16950Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16951
16952 * Update all FSF addresses except those in COPYING* files.
16953
16954Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16955
16956 * gdb.base/a2-run.exp: Change messages to be more explicit about
16957 the status of args, and quote binfile in results.
16958
16959Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16960
16961 * gdb.base/callfuncs.exp: Add tests for passing structs to
16962 inferior functions and return various types.
16963 * gdb.base/callfuncs.c: Add functions to receive a struct
16964 and return a member of the struct, in various types.
16965
16966Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16967
16968 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16969
16970Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16971
16972 * config/vxworks29k.exp: New file, sources vxworks.exp.
16973
16974Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16975
16976 * config/gdbremote.exp: New file. Testing framework using
16977 gdbserver.
16978
16979Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16980
16981 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16982 "call function when asleep" and "send end of file".
16983 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16984 for "backtrace in corefile.exp".
16985 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16986 for "backtrace through signal handler".
16987 * gdb.base/corefile.exp: Make sure we actually generate a core file
16988 before trying the core tests. Some systems allow the user to suppress
16989 generation of core files and default to that (linux for example).
16990 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16991 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16992
16993Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16994
16995 * gdb.threads: New directory with some crude multi-threaded
16996 gdb tests (step.exp and step2.exp).
16997 * config/mt-lynx (STEP_EXECUTABLE): Define.
16998 (THREADFLAGS): Define.
16999
17000Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
17001
17002 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
17003
17004 * gdb.base/signals.exp: Disable whole file for lynx until
17005 further notice.
17006
17007 * gdb.base/signals.exp: xfail test where "next" acts like
17008 "continue" for lynx.
17009
17010 * gdb.base/interrupt.exp: xfail test for calling function while
17011 inferior is asleep for lynx.
17012
17013 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
17014 than one cr-lf after each command.
17015
17016Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17017
17018 * configure.in: Reinstate setting of stabsdirs variable, fix
17019 typo in setting up configdirs for native builds.
17020
17021 * gdb.base/return.exp: Fix typo in return double test.
17022 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
17023 compiler from optimizing them away.
17024
17025Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
17026
17027 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
17028 sequences to be echo'd by gdb when using gdb_test.
17029 * gdb.chill/chexp.exp: Likewise.
17030 * gdb.fortran/exprs.exp: Likewise
17031
17032Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17033
17034 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
17035 after the inferior gdb has started.
17036
17037 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
17038 after each command.
17039 * gdb.base/funcargs.exp: Likewise.
17040 * gdb.base/gdbvars.exp: Likewise.
17041 * gdb.base/interrupt.exp: Likewise.
17042 * gdb.base/list.exp: Likewise.
17043 * gdb.base/watchpoint.exp: Likewise.
17044 * gdb.c++/demangle.exp: Likewise.
17045 * gdb.c++/inherit.exp: Likewise.
17046 * gdb.chill/chexp.exp: Likewise.
17047 * gdb.fortran/exprs.exp: Likewise.
17048
17049 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
17050 test if we can't handle IO to/from the inferior.
17051
17052 * gdb.c++/misc.exp: Always check for a program already being
17053 started after sending a "run" command to gdb.
17054
17055 * gdb.base/twice.exp: Start with a fresh gdb.
17056
17057 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
17058 only depend on gdb's expression code, not the chill runtime.
17059
17060 * gdb.base/return.c: Put return values into variables so we
17061 can have gdb print them rather than depending on the program
17062 to print them.
17063 * gdb.base/return.exp: Corresponding changes.
17064
17065 * lib/gdb.exp: Provide default value for noinferiorio.
17066 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
17067 the inferior.
17068
17069 * gdb.base/break.exp: Always check for a program already being
17070 started after sending a "run" command to gdb.
17071 (text_next_with_recursion): Don't check the output from the
17072 program's printf statement. Instead just make sure the program
17073 exited.
17074
17075 * gdb.base/commands.exp: Protect tests which need arguments with
17076 $noargs conditionals.
17077
17078Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17079
17080 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
17081 of structure member arrays to match gdb/valops.c:value_addr change.
17082
17083Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
17084
17085 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
17086 cases.
17087
17088Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
17089
17090 * configure.in (configdirs): Remove gdb.chill from default list
17091 of subdirs and then add it back in only if doing a native build.
17092 The current chill compiler does not yet work in any cross build.
17093 * Revert all signal changes from Jul 6.
17094 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
17095 for sh-hms targets, allowing these tests to link, with no other
17096 changes. Testing is suppressed by setting "nosignals" in site.exp.
17097
17098Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
17099
17100 * configure.in (signaldirs): Define and add to configdirs for all
17101 targets except some specific ones that are known to not support signals.
17102 Also clean up formatting.
17103 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
17104 (signals, sigall): Remove rules to build.
17105 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
17106 Moved to new gdb.signals directory.
17107 * gdb.signals: New test directory.
17108 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
17109 signals.c signals.exp}: New or moved files.
17110
17111Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
17112
17113 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
17114
17115Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
17116
17117 * gdb.base/return.exp: Xfail `return double' test failure
17118 on at least Solaris 2.3 and handle future/past versions on
17119 a case by case basis as appropriate. Also update message
17120 to include i*86 failures.
17121
17122Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17123
17124 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
17125
17126 * lib/gdb.exp: Fix comment which erroneously identified
17127 gdb_file_cmd as gdb_load (the 19 May change was in fact to
17128 gdb_file_cmd not gdb_load).
17129 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
17130
17131 * gdb.base/setvar.exp: Make test names consistent between pass and
17132 fail cases. Use gdb_test more.
17133
17134Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17135
17136 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
17137
17138Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17139
17140 * gdb.base/help.exp: Fix expected help string for `show commands'.
17141
17142Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
17143
17144 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
17145
17146 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
17147 of a text section.
17148
17149Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
17150
17151 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
17152 that loop eventually terminates. Fix Connection refused logic so
17153 that testsuite will expire nicely.
17154
17155Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
17156
17157 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
17158 config/rom68k.exp: New tcl glue for the appropriate monitors.
17159 These all just end up calling monitor.exp.
17160 * config/monitor.exp (gdb_target_monitor): Handle `Connection
17161 refused' by retrying. Cleanup some timeout issues.
17162 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
17163 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
17164 callers don't have to set/restore global timeout variable.
17165
17166 * The following set of changes centralizes management of the global
17167 timeout variable. This way, it can be set in one target dependent
17168 place instead of dozens of places scattered throughout the test suite.
17169 If you need to lengthen a timeout, then you should either set timeout
17170 in one of the config/{target}.exp files, or multiply it by a factor.
17171 Setting it to an absolute value is always going to lose for some
17172 targets.
17173 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
17174 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
17175 * gdb.base/funcargs.exp: Don't set timeout.
17176 * gdb.base/list.exp (test_forward_search): Only use local timeout.
17177 * gdb.base/printcmds.exp (test_print_string_constants
17178 test_print_array_constants): Don't set timeout.
17179 * gdb.base/ptype.exp: Don't set timeout.
17180 * gdb.base/recurse.exp: Don't set timeout.
17181 * gdb.base/return.exp: Don't set timeout.
17182 * gdb.base/watchpoint.exp: Don't set timeout.
17183 * gdb.c++/classes.exp (do_tests): Don't set timeout.
17184 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
17185
17186Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
17187
17188 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
17189
17190Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17191
17192 * lib/gdb.exp: Disable chill tests for irix5.
17193
17194Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17195
17196 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
17197 each test pass or fail.
17198
17199Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17200
17201 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
17202 xlc not gcc.
17203
17204Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
17205
17206 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
17207
17208Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
17209
17210 * config/est.exp: Fix copyright and comments. Remove dead code.
17211 Use targetname, serialport and baud variables instead of fixed
17212 constants.
17213 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
17214 * config/cpu32bug.exp: New file to support cpu32bug monitors.
17215
17216Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17217
17218 * gdb.base/watchpoint.exp: Don't run
17219 test_watchpoint_triggered_in_syscall for sunos.
17220
17221Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17222
17223 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
17224 they don't seem to exist. Do include stdio.h.
17225
17226Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17227
17228 * gdb.base/a1-selftest.exp: Add alpha xfail.
17229
17230Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17231
17232 * gdb.base/watchpoint.c (main): Prompt before calling read().
17233 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
17234 Revise accordingly. Remove cruft about sending "123" several
17235 times, until it gets noticed. Clean up the "print buf[0]" stuff
17236 so that it passes or fails, and waits for prompts in the usual way.
17237
17238Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17239
17240 * gdb.base/recurse.exp: Fix comment.
17241
17242 * TODO: Remove item about printing variables in nodebug.exp. Add
17243 item about enabling tests which are only run on some targets.
17244
17245 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
17246 fail, make test names unique, use new gdb_test convention
17247 regarding pattern, use gdb_test more, etc.).
17248
17249 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
17250 fail, make test names unique, etc.).
17251
17252Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17253
17254 * gdb.base/nodebug.c: Change return type of top and middle to
17255 short.
17256 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
17257 are fixed by the recent mdebugread.c changes. Allow `short ()'
17258 as type for top and middle.
17259
17260Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17261
17262 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
17263 nearly as I can tell, the whole thing was an accident in Stu's
17264 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
17265 to replace a send/expect pair with gdb_test, but ended up only
17266 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
17267 of 30 Mar 1995 took care of it, but left this vestigial comment
17268 which I am now nuking.
17269
17270Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17271
17272 * gdb.base/break.exp: Look for different line number for
17273 breakpoint at main depending on usestubs.
17274
17275Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17276
17277 * gdb.base/list.exp: Adjust some alternate expect patterns to
17278 match recent list0.c change. Add alternate expect pattern for
17279 output from `list default lines around main' for optimizing
17280 compilers.
17281
17282Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17283
17284 * lib/gdb.exp: If nosignals is not set, set it to 0.
17285
17286Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
17287
17288 * config/slite-gdb.exp: Responds to load symbol table prompt.
17289 * gdb.base/break.exp: Adjust line number, fix rerun.
17290 * gdb.base/langs0.c: Add #ifdef usestubs.
17291
17292Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
17293
17294 * gdb.base/list.exp: Adjust line contents after adding new lines in
17295 list0.c. Also fix a syntax error.
17296
17297 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
17298 * gdb.base/break.exp: ditto.
17299 * gdb.base/list.exp: ditto.
17300 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
17301 * gdb.base/run.c: ditto.
17302 * gdb.base/list0.c: ditto.
17303 * gdb.base/funcargs.c: ditto.
17304
17305Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
17306
17307 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
17308 $targetname, $serialport and $baud instead of hardwired variables.
17309 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
17310 target doesn't support signals.
17311
17312Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
17313
17314 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
17315
17316Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17317
17318 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
17319 Don't rely on the value of an auto variable before it has been
17320 initialized. Use gdb_test more.
17321
17322Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17323
17324 * lib/gdb.exp (default_gdb_version): A version number must start
17325 with a digit, but other than that contains all characters up to
17326 the first whitespace character.
17327
17328Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17329
17330 * gdb.base/commands.exp (breakpoint_command_test): New tests.
17331
17332Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17333
17334 * gdb.c++/*.exp: Warn if executable does not exist. The original
17335 reason for skipping the warning was that configure.in sometimes
17336 intentionally skipped building the executables but the tcl code
17337 had no way of knowing. That (a) was always bogus with respect to
17338 error handling, (b) is no longer true (right now there is no way
17339 to skip C++ tests).
17340
17341 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
17342
17343Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17344
17345 * gdb.base/list.exp: Add expect patterns for output from
17346 SunPRO compiled executables.
17347 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
17348 types.
17349
17350Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17351
17352 * gdb.base/break.exp (test_next_with_recursion): Accept any line
17353 number (we are already testing that the correct source line text
17354 gets printed).
17355
17356 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
17357 that is what is intended, but something needed to be done to get
17358 sunos4 native working again.
17359
17360 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
17361
17362 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
17363 apparently went with a (very) old xfail.
17364
17365Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
17366
17367 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
17368 runto_main is a proc in gdb.exp that will do 'step' for target use
17369 stubs.
17370 * gdb.base/exprs.exp: ditto.
17371 * gdb.base/interrupt.exp: ditto.
17372 * gdb.base/opaque.exp: ditto.
17373 * gdb.base/printcmds.exp: ditto.
17374 * gdb.base/ptype.exp: ditto.
17375 * gdb.base/scope.exp: ditto.
17376 * gdb.base/setvar.exp: ditto.
17377 * gdb.base/signals.exp: ditto.
17378 * gdb.base/twice.exp: ditto.
17379 * gdb.c++/classes.exp: ditto.
17380 * gdb.c++/inherit.exp: ditto.
17381 * gdb.c++/templates.exp: ditto.
17382 * gdb.base/break.exp: no run and hit main for stubs. Change line
17383 numbers for breakpoints and info breakpoint.
17384 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
17385 breakpoint().
17386 * gdb.base/callfuncs.c: ditto.
17387 * gdb.base/exprs: ditto.
17388 * gdb.base/interrupt.c: ditto.
17389 * gdb.base/opaque0.c: ditto.
17390 * gdb.base/printcmds.c: ditto.
17391 * gdb.base/ptype.c: ditto.
17392 * gdb.base/scope0.c: ditto.
17393 * gdb.base/setvar.c: ditto.
17394 * gdb.base/signals.c: ditto.
17395 * gdb.base/twice.c: ditto.
17396 * gdb.c++/misc.cc: ditto.
17397 * gdb.c++/templates.cc: ditto.
17398
17399Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17400
17401 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
17402
17403 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
17404 somewhere between `read' and `main.c'. I'm pretty sure the
17405 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
17406 and it isn't particularly useful.
17407
17408 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
17409
17410Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17411
17412 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
17413
17414Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
17415
17416 * config/mt-slite: add LIBS and -nostdlib.
17417 * config/slite-gdb.exp: add this new file to support sparclite target.
17418
17419Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
17420
17421 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
17422
17423 * gdb.base/a2-run.exp: Change argument to istarget from
17424 "*-*-vxworks" to "*-*-vxworks*".
17425 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
17426
17427Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
17428
17429 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
17430 will not runto main but do a 'step' to step out of breakpoint().
17431 * config/mt-slite: add -Dusestubs.
17432
17433Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17434
17435 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
17436 instead of just @.
17437
17438 * gdb.base/signals.exp: Add test for "handle all print".
17439 * TODO: Remove "handle all print". Also remove item about
17440 checking copyright date (I don't like the idea of a spurious FAIL
17441 based on when we run the tests).
17442
17443 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
17444 for SunOS4 (reason for failure not investigated). Remove
17445 redundant test for $binfile.
17446
17447 * gdb.base/nodebug.c (array_index): Call malloc.
17448
17449 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
17450
17451Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
17452
17453 * gdb.base/recurse.exp: Update gdb_test invocation to use new
17454 conventions and slightly simplify the matching regexp.
17455
17456Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17457
17458 * gdb.base/break.exp: Update gdb_test invocation to use new
17459 convention.
17460
17461 * lib/gdb.exp: If noargs is not set, set it to 0.
17462
17463 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
17464 tests unique.
17465
17466 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
17467
17468Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17469
17470 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
17471 one argument of type "<non-float parameter>".
17472
17473Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
17474
17475 * config/rom68k.exp: New file to support Motorola IDP board.
17476 * gdb.base/a2-run.exp: Skip this file if noargs is set.
17477 * gdb.base/break.c: Change things around so that this program
17478 doesn't depend upon args. This is necessary to make remote
17479 targets work (in general, they can't take args).
17480 * gdb.base/break.exp: Don't try to send args to program. Don't
17481 expect output. Also, replace lots of code with gdb_test.
17482
17483Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17484
17485 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
17486 printing of '\'' (which is what the comment says we are testing,
17487 even though we were not), not '''.
17488 (test_integer_literals_rejected): Test that printing ''' is an error.
17489
17490 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17491 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
17492 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
17493 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
17494 Use gdb_test not test_print_accept.
17495 * lib/gdb.exp: Remove test_print_accept.
17496
17497 * gdb.base/signals.exp (signal_tests_1): Make pass message
17498 consistent with fail message.
17499
17500 * gdb.base/whatis.exp: Remove xfails for printing char vs.
17501 unsigned char; the bug (PR 1821) is fixed.
17502
17503 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
17504
17505 * gdb.base/scope.exp (test_at_localscopes): Call pass for
17506 successful tests--makes xfailing them work right.
17507
17508Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17509
17510 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17511 only \r\n, not .*. The test can pass .* as the last thing in
17512 $pattern if that is what it wants. In addition to providing this
17513 flexibility, this change should speed up pattern matching in cases
17514 where the pattern already ended with .* (there were a number of
17515 them). This change also helps catch bad patterns--in the old
17516 scheme the typo "char \*" instead of "char \\*" would pass. Now
17517 it is caught.
17518 * Many .exp files: Update callers.
17519
17520 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17521 clearer and does not spuriously match multiple ('s. Likewise for
17522 ) and *.
17523
17524 * gdb.base/nodebug.exp: Test ability to call a function and pass
17525 it a string (even with no debugging info).
17526
17527 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17528 "p '\'", which is the same as "p ''" once tcl gets done with
17529 quoting, to "p '\\'", which I suspect is what is intended (one
17530 backslash gets sent to GDB).
17531
17532 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17533
17534Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17535
17536 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17537 1817) was fixed literally years ago.
17538
17539Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17540
17541 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17542 test, it causes stepping out of call_after_alloca_subr with
17543 optimizing compilers.
17544 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17545 fails.
17546
17547 * gdb.c++/templates.exp: Source templ-info.exp only if
17548 the templates executable exists.
17549
17550 * gdb.c++/misc.cc (class Contains_static_instance,
17551 class Contains_nested_static_instance),
17552 gdb.c++/classes.exp (test_static_members): Test printing of
17553 a class that contains a static instance of the class.
17554
17555Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17556
17557 * gdb.base/langs2.c (cppsub_): Don't prototype.
17558 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17559 only, I believe).
17560
17561Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17562
17563 * lib/gdb.exp (skip_chill_tests): New procedure.
17564
17565 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17566
17567Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17568
17569 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17570 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17571
17572Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17573
17574 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17575
17576 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17577 disassemble 8, not 16, instructions for part 4.
17578
17579 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17580 support the latter anymore.
17581
17582 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17583 -DNO_PROTOTYPES.
17584 * gdb.base/callfuncs.c: Control use of prototypes based on
17585 NO_PROTOTYPES, not __STDC__.
17586 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17587 t_float_values2 tests if prototypes in use.
17588
17589 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17590 t_double_values): When checking differences against DELTA, check
17591 that difference is within the range (-DELTA,DELTA), not just
17592 (-infinity,DELTA).
17593
17594Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17595
17596 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17597 'file' command firts, then 'target', then 'load', this is due to gdb
17598 target set up.
17599 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17600
17601Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17602
17603 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17604 FP load/store variants.
17605 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17606
17607Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17608
17609 * gdb.base/term.exp: Do not give a warning if not native, it is
17610 not an abnormal condition.
17611
17612Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17613
17614 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17615 t_char_array".
17616
17617Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17618
17619 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17620 are getting the version number.
17621
17622 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17623 if not native, it is not an abnormal condition.
17624
17625Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17626
17627 * lib/gdb.exp: Just use "file exists", rather than undocumented
17628 dejagnu procedure "findfile".
17629
17630Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17631
17632 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17633 (LDFLAGS): Set to -Xlinker -Ur.
17634
17635 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17636 Removed, these values are set by lib/gdb.exp.
17637
17638 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17639
17640Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17641
17642 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17643 of replicating gdb startup code.
17644
17645 * config/mt-vxworks (LDFLAGS): Set to -r.
17646 (CFLAGS_FOR_TARGET): Removed.
17647
17648 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17649 (gdb) and gdb for vxworks uses (vxgdb).
17650
17651 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17652 executable is not in the tree and host != target, use sed and
17653 program_transform_name to determine the gdb name used by the
17654 target.
17655
17656 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17657 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17658
17659Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17660
17661 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17662 floats, chars, and shorts where there are ANSI-style function
17663 definitions.
17664
17665 * gdb.base/langs.exp, gdb.base/langs*: New test.
17666 * gdb.base/Makefile.in: Build it.
17667 * TODO: Remove item about checking that C names don't get C++
17668 demangling applied; this test tests it.
17669
17670Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17671
17672 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17673 went with the const70 xfail. The xfail went away a year ago.
17674
17675 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17676
17677 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17678 for hp300.
17679
17680 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17681
17682 * gdb.base/a1-selftest.exp: Don't run on hp300.
17683
17684Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17685
17686 * Makefile.in (site.exp): Set host_alias and target_alias as well
17687 as host_triplet and target_triplet.
17688
17689Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17690
17691 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17692
17693 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17694 places as other ecoff systems).
17695
17696 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17697 ultrix.
17698
17699Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17700
17701 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17702 remove them.
17703 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17704 variable and "variable" in addition to "data variable".
17705 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17706
17707 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17708 2.
17709 * gdb.base/list1.c (long_line): Add additional statement at start
17710 of function.
17711 * gdb.base/list.exp (test_forward_search): Update line number to
17712 reflect new statement.
17713
17714Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17715
17716 * gdb.base/signals.exp: Reinitialize searched source directories
17717 after gdb_start call.
17718
17719Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17720
17721 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17722 * gdb.stabs/Makefile.in: Likewise.
17723
17724 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17725 change. Instead split the tests into smaller pieces.
17726 * gdb.disasm/hppa.s: Corresponding changes.
17727
17728Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17729
17730 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17731 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17732
17733 * gdb.base/funcargs.exp: Modify many tests so that every test
17734 either passes or fails. Make some test names unique.
17735
17736Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17737
17738 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17739 Call stty to set interrupt character.
17740
17741 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17742 for HP assembler versus GNU assembler based on actual behavior of
17743 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17744
17745 * TODO: Suggest a few more stepping tests.
17746
17747Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17748
17749 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17750 restart GDB for h8300 after a continue.
17751 (return): Add pattern to match a29k-udi behavior.
17752 * gdb.base/nodebug.exp: Remove obsolete comment.
17753 * gdb.base/regs.exp: New file, testing of register displays.
17754 * gdb.base/return.exp: Fix typo in reference to $objdir.
17755 * gdb.base/whatis.exp: Always start with a fresh GDB.
17756
17757Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17758
17759 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17760 higher, these tests generate a lot of output.
17761
17762Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17763
17764 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17765 code following the catch silently ignored some errors; without the
17766 catch they should be thrown like any other tcl error. Also, the
17767 catch used "" instead of {} which meant all the callers who wanted
17768 to include one of the characters "[]$ had to quote it an extra time.
17769 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17770 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17771 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17772 Remove extra quoting.
17773
17774Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17775
17776 * gdb.base/commands.exp: Make test names unique; every test either
17777 passes or fails. Update some comments.
17778
17779 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17780
17781Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17782
17783 The following fixes a FAIL caused by the fact that the alpha stabs
17784 configuration didn't use the ".if alpha" code in weird.def.
17785 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17786 bit pointer, so the 32 bit version works even on the alpha.
17787 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17788 Remove the stuff which allowed us to have separate versions for
17789 alpha and everything else.
17790
17791 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17792 regexp which "info func operator\[\](" is supposed to match. Fix
17793 string to send to GDB. Note that GDB still doesn't work right. Add a
17794 new test for "info func .perator\[\](" which GDB does handle correctly.
17795
17796 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17797
17798Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17799
17800 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17801 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17802 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17803 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17804 it makes the tests harder to understand and confuses test-o-matic.
17805 The preferred style is that each test provides a PASS or a FAIL,
17806 and has a unique message (e.g. "continue #54" not just "continue")
17807 which is the same for the pass and the fail.
17808 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17809 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17810 to lib/gdb.exp.
17811 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17812 prt_accept which was basically the same thing. Likewise for
17813 test_print_reject and prt_reject.
17814 * lib/gdb.exp (test_print_reject): Add some more error message
17815 patterns to match from the former printcmds.exp (prt_reject).
17816 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17817 One defect of the passcount stuff is that some of it failed to
17818 report XPASS where appropriate.
17819 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17820 stuff before and after arg in expected pattern.
17821 (test_paddr_operator_functions): Re-do test without print_addr_of;
17822 this is the only test which seems to want extra stuff there.
17823
17824Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17825
17826 * gdb.base/nodebug.exp: Update new tests to reflect improved
17827 wording of gdb output.
17828
17829 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17830 and "ptype" work on variables in files compiled without -g.
17831 Replaces commented out "maint print msymbol" tests.
17832
17833Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17834
17835 * gdb.base/setvar.c (dummy): Call malloc.
17836
17837 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17838 losing with the irix4 sed.
17839
17840 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17841 ALRM" on irix4.
17842
17843Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17844
17845 * TODO: Remove items about corefile.exp testing new exec-file and
17846 backtrace; both are now done. Add items about printing enums.
17847
17848Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17849
17850 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17851 "get signal $thissig" test fails.
17852
17853 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17854
17855Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17856
17857 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17858 compiler warning with dec alpha compiler.
17859
17860 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17861 extra \n from gdb_test call (this explains why the prompt test
17862 that I removed yesterday was there).
17863 (user_defined_command_test): Remove extra \n and prompt test.
17864
17865 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17866 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17867 doesn't exist.
17868 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17869 Also remove alpha workaround, which turns out to be because
17870 SIGABRT == SIGLOST.
17871
17872 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17873
17874 * gdb.base/help.exp: Don't test "help show".
17875
17876Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17877
17878 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17879 "set print address" is on.
17880 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17881 pass prompt to gdb_test; gdb_test already looks for the prompt.
17882
17883 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17884
17885 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17886 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17887 was to make sure that gdb can read a core file. But (a) the "read
17888 the corefile" part didn't make it to a1-selftest.exp, we just
17889 delete the corefile after creating it, and (b) we test reading
17890 corefiles in corefile.exp anyway. Also, this test left around a
17891 xgdb process on Solaris.
17892
17893 * gdb.base/corefile.exp: Also test backtrace.
17894
17895Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17896
17897 * gdb.base/commands.exp: Test a simple user defined command with
17898 arguments and if/while statements; verify the full user command is
17899 printed by "show user".
17900
17901 * gdb.base/commands.exp: Test if/while commands as part of a
17902 breakpoint command list; verify they appear in breakpoint
17903 information.
17904
17905Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17906
17907 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17908 than by dividing by zero.
17909
17910Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17911
17912 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17913 performing an inferior call with watchpoints enabled.
17914 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17915 call.
17916
17917Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17918
17919 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17920 of "file" command.
17921
17922 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17923 Add additional pattern for when "int operator int(void);" appears
17924 in a different order.
17925
17926Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17927
17928 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17929
17930 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17931 and "signal" with ".*".
17932
17933Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17934
17935 * TODO: Add note about "handle all nostop".
17936
17937 * gdb.base/{sigall.c, sigall.exp}: New test.
17938 * gdb.base/Makefile.in: Add it.
17939
17940Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17941
17942 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17943 when invoking GDB, suppresses any windowing interface.
17944
17945Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17946
17947 * config/sim-gdb: New file, simulator testing support.
17948
17949Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17950
17951 * gdb.base/interrupt.exp: Test calling func1 twice.
17952
17953Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17954
17955 * gdb.base/list.exp (test_forward_search): Set timeout higher
17956 when we'll be getting lots of output from gdb.
17957
17958 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17959 "init_malloc" to after the expect statement. Run it if that
17960 regexp is taken, but also for two others which happen if source
17961 cannot be found.
17962
17963Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17964
17965 * gdb.base/printcmds.exp: New test, for printing register before
17966 program is running.
17967
17968Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17969
17970 * gdb.base/list.exp: Correct some alternate expect patterns
17971 to reflect changes in list1.c.
17972
17973Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17974
17975 * TODO: Add item regarding large frames.
17976
17977 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17978
17979 * TODO: Remove item about enabling return.exp; it
17980 is enabled. Suggest a few more "return" tests.
17981
17982Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17983
17984 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17985 anonymous unions.
17986
17987Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17988
17989 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17990 and pr-5646.o, so "make" is the same as "make all", not "make
17991 pr-4975.o".
17992
17993Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17994
17995 * gdb.base/list.exp: Adjust expectations to reflect changes in
17996 list1.c.
17997 (test_forward_search): New test proc.
17998 * gdb.base/list1.c (long_line): New function, has long source line.
17999
18000Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
18001
18002 * gdb.base/a1-selftest.exp: Change initial stepping to know about
18003 additional line of code that was added.
18004
18005Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
18006
18007 * gdb.disasm/hppa.s: Break the large branching tests into smaller
18008 tests so as not to overflow expect's input buffers.
18009 * gdb.disasm/hppa.exp: Corresponding changes.
18010
18011Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18012
18013 Beginnings of template debugging tests.
18014 * gdb.c++/templ-info.cc: New file to test for template
18015 debugging capability of the compiler.
18016 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
18017 templ-info.cc.
18018 * gdb.c++/templates.cc: Add explicit template instantiations
18019 to enable compiling with -fno-implicit-templates. Add destructor
18020 and 'value' method to T5 class for template tests.
18021 * gdb.c++/templates.exp: Add testcases for printing of template
18022 types, setting breakpoints on template methods and calling a
d63a86f8 18023 template method.
c906108c
SS
18024
18025Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
18026
18027 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
18028 branch target since some assemblers (gas-2.5) may emit a
18029 relocation for the branch instead of resolving it in the
18030 assembler.
18031
18032Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18033
18034 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
18035 through signal handler.
18036
18037Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18038
18039 * configure.in (*-*-netware): Use config/mt-netware.
18040
18041 * config/mt-netware: New file.
18042 * config/mt-i386-netware: Removed, separate configs for different
18043 netware architectures are no longer needed now that we have
18044 --with-headers.
18045
18046Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18047
18048 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
18049 by the recent changes to use ANSI C arithmetic conversions.
18050
18051Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18052
18053 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
18054 bug involving using inferior_pid to figure out whether to select a
18055 frame.
18056
18057Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
18058
18059 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
18060 match the current disassembler output.
18061
18062Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
18063
18064 * gdb.fortran/exprs.exp: Expect VOID instead of void.
18065 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
18066 types, expect "int" as type of integer values (for now).
18067
18068Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
18069
18070 * gdb.base/commands.exp: New tests for if/while commands.
18071
18072Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
18073
18074 * lib/gdb.exp (runto): Replace sub-pattern for hex value
18075 by .*, since hex values have different syntax in Chill mode.
18076
18077Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18078
18079 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
18080 linefeed from expect pattern for repeated types with indices > 9.
18081
18082Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
18083
18084 First part of Fortran test suite.
18085 * gdb.fortran: New directory.
18086 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
18087
18088Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18089
18090 * gdb.base/default.exp: Update expect pattern for load command
18091 without arguments.
18092
18093Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18094
18095 * configure.in: Change i386 to i[345]86.
18096 * gdb.base/configure.in: Likewise.
18097 * gdb.c++/configure.in: Likewise.
18098 * gdb.chill/configure.in: Likewise.
18099
18100Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
18101
18102 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
18103 patterns, since that is not a valid context for comments.
18104
18105Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
18106
18107 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
18108 repeated types and repeated types with indices > 9.
18109
18110Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
18111
18112 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
18113 2417; old bug has been fixed.
18114
18115Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
18116
18117 * gdb.base/interrupt.exp: When trying to wake up the inferior,
18118 send the newline ourselves instead of assuming gdb_test will do
18119 so when passed an empty input string.
18120
18121 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
18122 stabs testcode.
18123
18124Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18125
18126 * lib/gdb.exp (gdb_test): Don't send anything if the first
18127 argument is an empty string. This makes cases where we want to
18128 match output that is already in expect's buffers (for example,
18129 matching a breakpoint after gdb_run_cmd has been called) work
18130 reliably.
18131
18132Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18133
18134 * config/netware.exp: New file.
18135
18136Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18137
18138 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
18139 the -B and -L prefixes so we can find the debugging stub.
18140
18141 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
18142 there and we are using the gcc from the tree.
18143
18144 * gdb.base/types.c: Removed.
18145
18146 * gdb.base/configure.in: Look for makefile fragments in ../config.
18147 Recognize i386-*-netware.
18148 * gdb.c++/configure.in: Likewise.
18149
18150Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18151
18152 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
18153 the correct TCL syntax.
18154
18155Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18156
18157 * gdb.base/opaque.exp: use runto instead of messing around with
18158 breakpoints. Simplify by using gdb_test.
18159
18160 * gdb.base/bitfields.exp: restart between tests on netware targets
18161 because breakpoints aren't relocated after target death. Run
18162 processes to completion.
18163
18164 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
18165
18166Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
18167
18168 * Makefile.in: Remove extra tabs that confuse some versions
18169 of "make". Use the newly built gdb to test with by default,
18170 rather than the first one in the tester's search path.
18171
18172Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
18173
18174 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
18175
18176 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
18177 condition help.
18178
18179Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18180
18181 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
18182
18183 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
18184 running.
18185 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
18186 * gdb.base/funcargs.exp: Likewise.
18187
18188 * gdb.base/bitfields.exp: Simplify by using gdb_test.
18189 * gdb.base/funcargs.exp: Likewise.
18190
18191 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
18192 message is "".
18193
18194Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18195
18196 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
18197 return,signals,twice}.exp: Handle non-existant binaries
18198 consistantly.
18199
18200 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
18201 * gdb.base/Makefile.in: Don't try to generate a core dump, we
18202 might testing a cross development system.
18203
18204Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18205
18206 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
18207 runtest script is relative to ${srcdir}, not ${rootdir}.
18208
18209Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
18210
18211 * gdb.base/signals.exp: Allow for optionality of breakpoint
18212 address.
18213
18214Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18215
18216 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
18217
18218Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18219
18220 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
18221 for size_t definition.
18222 * gdb.c++/templates.cc: Likewise
18223
18224 * config/mt-i386-netware: New file.
18225
18226 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
18227 defined.
18228
18229 * gdb.base/Makefile.in: Added support for systems that name core
18230 files by appending "core" to the program name.
18231 * gdb.base/a1-selftest.exp: Likewise.
18232
18233Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18234
18235 * gdb.base/return.exp: Add comment and message for `return double'
18236 test failure on Sparc Solaris.
18237
18238Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
18239
18240 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
18241
18242Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18243
18244 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
18245 from optimizing them away.
18246 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
18247 patterns to include default constructors and assignment operators,
18248 to match gcc versions beyond 2.5.8. Accept any cplus demangling
18249 character in the output of the virtual base pointer.
18250
18251Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18252
18253 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
18254 expression match in print_addr_of to avoid unintented matches.
18255 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
18256 versions up to 2.5.8.
18257
18258Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18259
18260 * gdb.base/list.exp: Tweak alternate pattern for listing of an
18261 included file to run under newer versions of expect.
18262 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
18263 consecutive >'s in templates to accomodate recent cplus-dem.c change.
18264 Remove xfail for the virtual table of BDDHookV.
18265
18266Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18267
18268 * lib/gdb.exp (string_to_regexp): Set a default result.
18269 (default_gdb_start): Fix misleading message.
18270
18271Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
18272
18273 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
18274 Remove all CC, etc definitions.
18275 * config/mt-hpux: New file.
18276 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
18277 (CFLAGS, LDFLAGS): Define.
18278 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
18279
18280 * Makefile.in (site.exp): Don't insert host_os, etc.
18281 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
18282 (distclean): Check existence of subdir.
18283 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
18284 * gdb.base/Makefile.in: General cleanup and simplification.
18285 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18286 to build executables. Use default rule to build .o files.
18287 (EXPECT, RUNTEST, CC): Fix relative pathname.
18288 (site.exp): Don't insert host_os, etc.
18289 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
18290 and/or SIGUSR1 defined.
18291 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
18292 * gdb.c++/Makefile.in: General cleanup and simplification.
18293 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18294 (CFLAGS): Remove.
18295 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
18296
18297Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
18298
18299 * gdb.base/recurse.exp: Misc changes to get tests running again
18300 after Kung's changes to the watchpoint code.
18301 * gdb.base/watchpoint.exp: Likewise.
18302
18303Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
18304
18305 * lib/gdb.exp (string_to_regexp): Convert {\} also.
18306
18307Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18308
18309 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
18310 * lib/gdb.exp (default_gdb_start): Define.
18311 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
18312 gdb.base/funcargs.exp, gdb.base/opaque.exp,
18313 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
18314 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
18315 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
18316 Don't call gdb_target_udi in between tests.
18317
18318Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18319
18320 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
18321 (which was basically just a local version of the same thing). In
18322 addition to avoiding duplication, gdb_test_exact is faster.
18323 * lib/gdb.exp (gdb_test_exact): Fix typo.
18324
18325 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
18326 don't give an error.
18327
18328 * gdb.base/term.exp: Call delete_breakpoints before starting.
18329
18330 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
18331 (t10): Add comment.
18332
18333Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18334
18335 Reorganization of the GDB Test Suite.
18336
18337 * gdb.base: New directory, contains all the basic tests.
18338 * gdb.c++: New directory, tests specific to C++.
18339 * gdb.chill: New directory, tests specific to Chill.
18340 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
18341 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
18342 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
18343 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
18344 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
18345 t30-31 to chill).
18346 * */gdbme.*: Rename to match appropriate expect scripts.
18347 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
18348 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
18349 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
18350 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
18351 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
18352 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
18353 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
18354 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
18355 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
18356 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
18357 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
18358 gdb.c++/virtfunc.cc: New names of C++ files.
18359 * gdb.chill/chillvars.ch: New name of Chill file.
18360 * gdb.base/configure.in, gdb.c++/configure.in,
18361 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
18362 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18363 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
18364 * configure.in (configdirs): Update to reflect directory changes.
18365 (target_abbrev): No longer define for any configuration.
18366 * Makefile.in: Cosmetic improvements to header comments.
18367
18368Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18369
18370 Various changes to gdb.t31:
18371
18372 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
18373 * gdbme.ch: Make all key-words and predefineds be upper-case.
18374 * chillvars.exp: Expect key-words and predefinds in upper-case.
18375
18376 * chillvars.exp: Use gdb_test_exact many places.
18377 Change expected output for arrays (which now includes index labels).
18378
18379 * pr-5020.exp, gdme.ch (module PR_5020):
18380 New test, for PR-5020.
18381
18382Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
18383
18384 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
18385 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
18386
18387Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
18388
18389 * Makefile.in: Fix bit-rot in definitions of CHILL,
18390 CHILL_FOR_TARGET and Chill_LIB.
18391 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
18392 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
18393 CHILL, and CHILL_LIB.
18394
18395Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
18396
18397 * Revert the previous changes. Please see Rob's directory
18398 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
18399
18400Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
18401
18402 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
18403 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
18404 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
18405 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
18406 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
18407 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
18408 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
18409 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
18410 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
18411 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
18412 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
18413 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
18414 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
18415 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
18416 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
18417 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
18418 changes from 94Q1.
18419
18420Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
18421
18422 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
18423 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
18424 Rob's new testing fragments.
18425
18426Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
18427
18428 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 18429 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
18430
18431Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18432
18433 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
18434 version also, match on casted version strings, and match on
18435 gdb startup case where the line numbers might be messed up.
18436
18437Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
18438
18439 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 18440 (CFLAGS): Delete it from here.
c906108c
SS
18441
18442Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
18443
18444 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
18445
18446Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
18447
18448 * Makefile.in (RUNTEST): Default to just "runtest".
18449
18450Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18451
18452 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
18453 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
18454 the code has been restructured.
18455
18456Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18457
18458 * gdb.t00/default.exp (set write): Allow any number of \r and/or
18459 \n, not just one of each.
18460
18461 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
18462 /bin/cc gives a warning if you do.
18463
18464Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
18465
d63a86f8 18466 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
18467 __t10ListS_link1ZUiRCUiPT0
18468
18469Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18470
18471 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
18472 on local variables in recursive functions.
18473
18474 * gdb.t07/Makefile.in: Build the new test.
18475
18476Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18477
18478 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
18479 directly. Instead compare the return values from actual calls.
18480
18481Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
18482
18483 * Makefile.in (check): Set TCL_LIBRARY for runtest.
18484
18485Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18486
18487 * From Peter Schauer with minor modifications.
a9c64011
AS
18488 * gdb.t15/return.exp (return_tests): Handle targets where "return"
18489 stops in mid-line in the caller. Add xfail for returning a float
18490 value on X86 targets.
c906108c
SS
18491
18492Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18493
18494 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
18495 to avoid expect lossage.
18496 (fmem_LRbug_tests): Likewise.
18497 * gdb.disasm/hppa.s: Corresponding changes.
18498
18499 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
18500 conditions to work with latest dejagnu/expect.
18501
18502 * gdb.t15/funcargs.exp (finish from indirect call): No longer
18503 expected to fail on the PA.
18504 (backtrace in call with trampolines): Explicitly require main
18505 to be frame #1 (no trampolines should show up in backtrace).
18506
18507 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18508 "continue -expect".
18509 * gdb.t06/break.exp: Likewise.
18510 * gdb.t07/watchpoint.exp: Likewise.
18511 * gdb.t13/bitfields.exp: Likewise.
18512 * gdb.t15/{funcargs,return}.exp: Likewise.
18513 * gdb.stabs/weird.exp: Likewise.
18514 * config/{mips,udi}-gdb.exp: Likewise.
18515
18516 * hppa.sed: Enclose comments within a sed command to avoid
18517 losing with the old OSF1 sed.
18518
18519Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18520
18521 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18522 sequent dynix.
18523 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18524 * gdb.t15/funcargs.exp: Conditionally step again to really
18525 finish from marker_call_with_trampolines. Handle the case where
18526 the first step from within call_with_trampolines already steps
18527 us back to main.
18528 * gdb.t15/gdbme.c: Add comment to closing brace of
18529 call_with_trampolines for funcargs.exp.
18530
18531Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18532
d63a86f8 18533 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
18534 Fix typo(s).
18535
18536Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18537
18538 * gdb.t07/gdbme.c: More code for watchpoint testing.
18539
18540 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18541 "Hardware watchpoint" throughout file.
18542 (test_watchpoint_triggered_in_syscall): New test.
18543 (test_complex_watchpoint): New test.
18544
18545Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18546
18547 * gdbme.c (call_with_trampolines): New function to try and step
18548 into. Tests trampoline problems on the PA.
18549
18550 * funcargs.exp (localvars_in_indirect_call): No longer expect
18551 stepping into indirect call to fail on PAs.
18552 (test_stepping_over_trampolines): New test.
18553
18554Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18555
18556 * TODO: Add suggestions for static member function tests, and
18557 completion tests.
18558
18559Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18560
18561 * TODO: Add suggestions for "p/a" tests.
18562
18563 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18564 (default_gdb_exit): Replace all the hair with sending "quit" to
18565 the process with a simple close.
18566
18567Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18568
18569 * TODO: Add suggestions for shared library tests.
18570
18571Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18572
18573 * TODO: Add suggestions for x/s tests.
18574
18575Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18576
18577 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18578 "enable once", and "enable breakpoints once" with ".*".
18579
18580Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18581
18582 * TODO: Add suggestions about structure passing tests.
18583
18584Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18585
18586 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18587 the primary1 test, use work around if __GNUC__ < 2.
18588 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18589 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18590 Test for bad output rather than waiting for timeout. Issue
18591 second continue only if first continue failed.
18592
18593Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18594
18595 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18596 operator[] test with gdb_test because the old code didn't seem to
18597 be getting the quoting right with the new dejagnu.
18598
18599Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18600
18601 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18602 one from the path.
18603 * Makefile.in: Use a fresh expect if there is one, use runtest
18604 from the src tree if there is one.
d63a86f8 18605
c906108c
SS
18606Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18607
18608 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18609 next over recursive call. Revise the tests from that point on
18610 (which had been skipped) to match GDB's actual (correct) output.
18611
18612 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18613 with next over a breakpoint whose condition is false.
18614
18615 * gdb.t00/help.exp: Comment out "help set print" tests just like
18616 (and for same reason as) "help set" test.
18617
18618Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18619
18620 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18621 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18622
18623Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18624
18625 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18626 necessary gdb_target_udi.
18627
18628 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18629
18630 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18631 1838 and 2417; they are fixed.
18632
18633 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18634 gdb.t03/ptype.exp (ptype structure, ptype union):
18635 Remove xfails; the test is looser than when the xfails were added.
18636
18637 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18638 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18639
18640 * gdb.t01/run.exp: Only run shell test if isnative.
18641
18642 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18643 since "run" automatically loads if necessary. Call gdb_target_udi
18644 after the "file" since "file" kills any execution target.
18645
18646 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18647 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18648 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18649 argument for UDI.
18650
18651Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18652
18653 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18654
18655 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18656
18657Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18658
18659 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18660 properly quoting regexps. This makes the second argument to
18661 demangle a fixed string, which matches the callers, instead of a
18662 shell-style pattern which is what the previous implementation
18663 used. Update some of the callers.
18664
18665Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18666
18667 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18668 (comib_nullified_tests): Fix typo.
18669 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18670 strings. No longer expected to fail.
18671
18672 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18673 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18674 strings. No longer expected to fail.
18675
18676 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18677 string. No longer expected to fail.
18678
18679Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18680
18681 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18682 No longer expected to fail.
18683
18684 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18685 string. No longer expected to fail.
18686
18687Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18688
18689 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18690 only in the names (I probably got most of them). I was even
18691 generous with some which differed in underscores in names, and
18692 probably missed a few, and I *still* was able to remove almost a
18693 third of the file with almost no impact on testsuite coverage.
18694
18695Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18696
18697 * gdb.t00/default.exp: Match udi_attach error message as well as
18698 the one from child_attach.
18699
18700 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18701
18702 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18703
18704 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18705 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18706
18707 * Move test with enums and partial symbols back to
18708 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18709 Reverts the change of 26 May 93. Per today's change to
18710 stabs.texinfo, the behavior that weird.exp was expecting was
18711 unreasonable; what is important is that the compiler+gdb get
18712 things right, which happens with a recent gcc. Also fix the test
18713 to deal with native compilers which put out the stab gdb can't
18714 deal with.
18715
18716Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18717
18718 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18719 in the names. The main thing these accomplish is to slow things down.
18720 Many more such duplicates surely remain.
18721
18722 * gdb.t00/help.exp: Comment out "help support" test just like
18723 (and for same reason as) "help set" test.
18724
18725Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18726
18727 * gdb.t06/break.exp: Remove setup_xfails for
18728 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18729 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18730 about known bug in gcc to include up through 2.5.8.
18731 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18732 well as "_vb$".
18733 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18734 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18735 with latest gcc and gdb.
18736 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18737 well as "_vb$".
18738
18739Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18740
18741 * configure.in (hppa*-*-*): Also configure and build stabs-only
18742 tests.
18743
18744Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18745
18746 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18747 * gdb.t10/configure.in (hppa*-*-*): Use it.
18748
18749Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18750
18751 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18752
18753Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18754
18755 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18756 versions prior to 1.13.5.
18757
18758Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18759
18760 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18761 the prompt is at the start of a line.
18762
18763Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18764
18765 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18766 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18767 in the copr tests now.
18768 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18769 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18770 expected to fail.
18771
18772Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18773
18774 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18775 gdb.t31/chillvars.exp, lib/gdb.exp:
18776 Tweak to run under either version of expect.
18777 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18778 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18779 * gdb.t11/list.exp: Remove extraneous whitespace.
18780
18781Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18782
18783 * gdb.t16/printcmds.exp (test_print_strings): Accept
18784 "(unsigned char *) " before the string.
18785
18786 * TODO: Add notes about printing of fancy types and GDB expressions.
18787
18788Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18789
18790 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18791 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 18792 if doing mips-idt-ecoff.
c906108c
SS
18793
18794Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18795
18796 * Most .exp files: Tweak to run under either version of expect.
18797
18798Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18799
18800 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18801 xfails; I'm not sure why they are failing, but not because of PR 1806.
18802
18803Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18804
18805 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18806 defined in lib/gdb.exp.
18807
18808Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18809
18810 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18811 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18812 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18813 have to be typeless.
18814
18815Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18816
18817 * TODO: Add suggestion for copyright year test.
18818
18819Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18820
18821 * configure.in (*-*-lynxos*): Add stabs tests.
18822
18823Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18824
18825 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18826 so insert a tab before any assembler directive in column zero.
18827
18828 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18829 stores.
18830 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18831 stores.
18832 (fpu_short_memory_tests): Likewise.
18833
18834Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18835
18836 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18837 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18838 .stabs directives in comments.
18839
18840Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18841
18842 * TODO: New file, describing tests we could write.
18843 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18844
18845Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18846
18847 * gdb.t06/signals.exp: Add kludge to force re-sync.
18848
18849 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18850 to xgdb instead of gdb, get out of gdb.
18851
18852Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18853
18854 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18855 for info.
18856
18857Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18858
18859 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18860 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18861 * gdb.stabs/hppa.sed: New sed script for the PA.
18862
18863Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18864
18865 * gdb.stabs: Re-write weird.def and configuration to use sed
18866 instead of cpp. sed is portable and POSIX; cpp is neither.
18867
18868Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18869
18870 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18871
18872Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18873
18874 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18875
18876Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18877
18878 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18879 "_vb$".
18880 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18881 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18882
18883Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18884
18885 * lib/gdb.exp: Comment out code which depends on non-existent
18886 `transform' procedure.
18887
18888Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18889
18890 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18891 * lib/gdb.exp: Transform tool name.
18892 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18893 1.1's new error handling system.
18894
18895Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18896
18897 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18898
18899Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18900
18901 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18902 They made pattern matching so slow that timeouts happened on
18903 heavily loaded systems. Now any output from "show print" which
18904 gets us back to the GDB prompt is a PASS.
18905
18906Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18907
18908 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18909
18910Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18911
18912 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18913
18914 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18915 It is not from PR 3220.
18916
18917Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18918
18919 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18920 just started failing because they depended on the order the
18921 subcommands are presented, or exact docstring text. This kind of
18922 test is a pain and has minimal benefit.
18923
18924Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18925
18926 * gdb.t09/corefile.exp: At end of test, use "core" command with
18927 no arguments.
18928
18929Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18930
18931 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18932 17}/Makefile.in: Make it possible to run the testsuite with Sun
18933 make and CC = cross gcc by adding explicit build rules for .o
18934 files.
18935
18936Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18937
18938 * gdb.t15/funcargs.exp: Don't put comments on same line as
18939 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18940
c906108c
SS
18941Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18942
18943 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18944
18945Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18946
18947 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18948 * gdb.t20/inherit.exp: remove three dumplicate entries.
18949
18950Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18951
18952 * gdb.t06/break.exp: For "next over recursive call", fail on any
18953 incorrect output, not just on "factorial (value=2)".
18954
18955Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18956
18957 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18958 working now. Add an xfail if accesing a bss variable causes
18959 a memory error if the target is not yet run.
18960
18961Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18962
18963 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18964 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18965 name of __st* demangling (2 strings). Did Kung really get the
18966 more than 95 others right without testing them?
18967
18968Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18969
18970 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18971
18972Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18973
18974 * configure.in (configdirs): Add gdb.disasm
18975 * gdb.disasm: New directory for GDB disassembler tests.
18976 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18977
18978Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18979
18980 * gdb.t00/help.exp: Don't test "help set".
18981
18982 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18983 from within expect statements. None of these happen anymore and
18984 they cause regressions to be silently unnoticed.
18985
18986 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18987 messages) about known failures with gcc cygnus-2.4.5-930417.
18988
18989 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18990 comp-info.exp so it gets built if it doesn't exist.
18991
18992 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18993 it is no longer used.
18994 * gdb.t13/comp-info.c: Removed.
18995
18996Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18997
18998 * gdb.t06/signals.exp: Add xfail for sun3.
18999
19000Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19001
19002 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
19003 relevant because ^C doesn't get sent but failure can be reproduced
19004 interactively).
19005
19006Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19007
19008 * gdb.stabs/alpha.mt: New configuration file for alpha.
19009 * gdb.stabs/configure.in: Use it.
19010 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
19011 sharing with alpha.mt, redefine long to word via preprocessor.
19012 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
19013 for alpha.
19014 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
19015 native cc.
19016 * gdb.t00/teststrategy.exp: Change expect string so that we
19017 consume the `(xgdb)' from the command echo and from the gdb prompt.
19018 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
19019 gdb currently compares all values as long, so this failure probably
19020 applies to any configuration where LONGEST is bigger than a target int.
19021 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
19022 with gcc.
19023 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
19024 to handle opaque pointers, gcc is.
19025 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
19026 as first argument. Include <sys/types.h> and change all operator
19027 new definitions to use size_t.
19028 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
19029 now that we use size_t.
19030
19031Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19032
a9c64011 19033 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 19034 a long or float array cast all array members to the same type.
a9c64011 19035 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 19036 with 64 bit longs.
a9c64011 19037 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 19038 on alpha.
a9c64011 19039 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
19040
19041Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19042
19043 * gdb.t24 (demangle.exp): Constructors of templates have names like
19044 vector<int>::vector(int) not vector<int>::vector<int>(int). See
19045 section 14.6 of the ARM.
19046
19047 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
19048 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
19049 accomplish little and slow down the testsuite.
19050
19051 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
19052 Accept spaces various places.
19053
19054Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19055
19056 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
19057 with watchpoint enabled.
19058
19059 * Makefile.in: Remove definition of CC and remove the second
19060 definition of CXX (the "CXX = gcc" one remains). These definitions
19061 were causing backquotes to be expanded within backquotes, which
19062 doesn't work.
19063
19064Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
19065
19066 * gdb.t17/callfuncs.exp: Add "return 0" to end.
19067
19068Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19069
a9c64011
AS
19070 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
19071 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
19072 by mips cc and contains no stabs entries.
19073
19074Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
19075
19076 * config/vx-gdb.exp: Use fake device to load files rather than
19077 NFS.
19078 * lib/gdb.exp: New proc to do "file" command.
19079 * config/unix-gdb.exp: Use new "file" proc.
19080
19081Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19082
19083 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
19084 Rework board rebooting slightly.
19085 (gdb_exit): Don't exit from the remote shell; there isn't one.
19086 * gdb.stabs/weird.exp: If a program is being debugged already,
19087 kill it.
19088 * gdb.t04/setvar.exp: Stop and restart gdb.
19089 * gdb.t05/expr.exp: Likewise.
19090 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
19091 restart gdb and reload the program.
19092 * gdb.t08/opaque.exp: Likewise.
19093 * gdb.t12/scope.exp: Likewise.
19094 * gdb.t13/bitfields.exp: Likewise.
19095 * gdb.t15/funcargs.exp: Likewise.
19096 * gdb.t20/classes.exp: Likewise.
19097 * gdb.t03/ptype.exp: Increase timeout.
19098 * gdb.t16/printcmds.exp (test_print_string_constants,
19099 test_print_array_constants): Likewise.
19100 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
19101 * gdb.t20/classes.exp (do_tests): Likewise.
19102 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
19103
19104Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
19105
19106 * gdb.stabs: Renamed *wierd* to *weird*.
19107
19108Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19109
19110 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
19111 for timeout. Add "known gcc 2.4.5 bug" to failure message.
19112
19113Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19114
19115 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
19116 (do_tests): Remove xfail for whatis on one_var and two_var.
19117
19118Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
19119
19120 * Makefile.in: Made cross building work better by adding
19121 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
19122
19123Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19124
19125 * gdb.t15/{return.c,return.exp,Makefile.in}:
19126 New test, currently commented out.
19127
19128Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
19129
19130 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
19131 still running and removes the leftover named socket so GDb can do
19132 clean restarts.
19133
19134Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
19135
19136 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
19137 console, not GDB.
19138 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
19139 cross testing works better with "make check"
19140 * config/unix-gdb: Use default procedures for exit and version.
19141 * config/vx-gdb.exp: Cleaned up and massaged back to working order
19142 with the newest VxWorks.
19143
19144Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19145
19146 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
19147 old form.
19148
19149 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
19150 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
19151
19152 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
19153
19154 * config/unix-gdb.exp: Remove this version of gdb_exit
19155 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
19156 Rob says he'll look at it when he gets back to testing boards.
19157
19158Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
19159
19160 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
19161 an expected fail for certain ptype commands.
19162
19163 * gdb.t20/classes.exp: Update expected results of "ptype class
19164 Base1" to account for the constructor that now appears in the type.
19165
19166Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
19167
19168 * configure.in (configdirs): Restore gdb.t04, which mysteriously
19169 disappeared from list.
19170 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
19171 "alldone" proc with call to cleanup and exit.
19172 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
19173 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
19174 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
19175 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
19176 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
19177 "alldone" proc with simple returns that suppress remaining
19178 tests. The alldone proc went away many months ago.
19179
19180Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19181
19182 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
19183
19184 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
19185
19186Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19187
19188 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
19189 as vax gdb will display them.
19190
19191Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19192
19193 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
19194 optimizers.
19195
19196 * scope.exp: Change "bad value for localval" messages so each one
19197 is unique.
19198
19199 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
19200 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
19201
19202 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
19203
19204Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19205
19206 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
19207 doesn't exist (due to optimization).
19208
19209Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19210
19211 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
19212 contains \r because the filename is long.
19213
19214 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
19215 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
19216
19217Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19218
19219 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
19220 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
19221 Ultrix.
19222 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
19223 int tests.
19224 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
19225
19226Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
19227
19228 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
19229
19230 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 19231 to match does not match the passing case but still matches the
c906108c
SS
19232 failing case.
19233
19234Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19235
19236 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
19237
19238Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
19239
19240 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
19241 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
19242 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
19243 Remove various versions of gdb_exit.
19244 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
19245 gdb_exit.
19246 * config/unix-gdb.exp: gdb_exit remains here, and should override
19247 the generic version, since it's doing a lot of wierd stuff that
19248 the other versions aren't. FIXME, fold it in, or abandon this
19249 version.
19250
19251Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19252
19253 * gdb.t24/demangle.exp: Add tests for PR 3220.
19254
19255Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19256
19257 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
19258
19259Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
19260
19261 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
19262 "i386-*-*". Works for i486 as well.
19263
19264 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
19265 bug, and expand domain of xfail to all SVR4 systems, since the
19266 actual problem is likely to be in generic SVR4 /proc support.
19267
19268Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19269
19270 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
19271
19272Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
19273
19274 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
19275 xfails for other systems. Match a missing 'Continuing.' as an
19276 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
19277
19278 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
19279 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
19280 Only issue warning for missing executables if -all option is used.
19281
19282 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
19283 file if -all option is used. It's like an unpredictable XFAIL.
19284
19285Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19286
19287 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
19288 for dynamically linked binaries.
19289
19290 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
19291
19292Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19293
19294 * gdb.t20/inherit.exp: Change message for "print tagless struct"
19295 to state that this is a known bug in old versions of g++.
19296
19297Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19298
19299 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
19300 while waiting for `Continuing'.
19301
19302Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
19303
19304 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
19305 in text, data, and bss.
19306 * gdb.t10/nodebug.c: Add local and global test variables for
19307 initialized and uninitialized data.
19308
19309Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19310
19311 * config/unix-gdb.exp (gdb_exit): Add "wait".
19312
19313Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19314
19315 * gdb.t06/signals.exp: xfail the continue from the handler for all
19316 targets.
19317
19318 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
19319 function with watchpoints enabled, the i386 call dummy starts with
19320 a call.
19321
19322 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
19323 386 bsd names its corefiles.
19324
19325Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
19326
19327 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
19328 compilers don't grok it.
19329 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
19330 with small octal ints rather than character constants, which
19331 are signed and might not fit if first promoted to int.
19332
19333Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
19334
19335 * gdb.t09/Makefile.in (clean): Remove corefile.
19336
19337Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19338
19339 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
19340
19341Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19342 and Jim Kingdon (kingdon@cygnus.com)
19343
19344 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
19345 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
19346 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
19347
19348Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19349
19350 * gdb.t17/interrupt.exp: Add xfail for hppa.
19351
19352Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19353
19354 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
19355 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
19356 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
19357 to determine signed-ness of bitfields and use the result to setup
19358 the xfail.
19359 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
19360 * gdb.t15/funcargs.exp: Use them to step until the second indirect
19361 call line is reached if necessary.
19362
19363Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19364
19365 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
19366
19367Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19368
19369 * gdb.t06/break.exp: Also test `clear' command.
19370
19371Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19372
19373 * gdb.t00/teststrategy.exp: Remove extra quote.
19374
19375 * gdb.t07/watchpoint.exp: Change xfail for calling function with
19376 watchpoint enabled to be for all non-68k machines.
19377
19378 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
19379
19380Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19381
19382 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
19383 targets use aout.mt instead of ecoff.mt as gas understands
19384 standard aout format.
19385
19386Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19387
19388 * lib/gdb.exp (runto): Don't insist that function we are running to
19389 was compiled with -g.
19390
19391 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
19392
19393 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
19394 to get back into the read system call.
19395 Accept leading newline in case where we woke it up.
19396
19397Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19398
19399 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
19400 to make the stabs test work on ecoff systems using gcc and -with-stabs.
19401 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
19402 enable ecoff configuration.
19403
19404Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19405
19406 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
19407
19408Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19409
19410 * gdb.t16/printcmds.exp: Add another printf test.
19411
19412Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
19413
19414 * configure.in: If configured -with-stabs on any target, add
19415 stabsdirs to configdirs.
19416
19417Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19418
19419 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
19420 fun" so pattern does not match the command itself.
19421
19422Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19423
19424 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
19425
19426Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19427
19428 * gdb.t17/interrupt.exp: Test for more things.
19429
19430Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19431
19432 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
19433 compiler arranges the code and line numbers.
19434
19435 * gdb.t17/interrupt.exp: Don't send \n after ^C.
19436
19437Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19438
19439 * gdb.t00/help.exp: Increase expect input buffer size.
19440
19441Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19442
19443 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
19444
19445 * gdb.t07/watchpoint.exp: Add xfail for hppa.
19446
19447 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
19448
19449 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
19450 [0-9]*, not just [0-9].
19451
19452Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19453
19454 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
19455
19456 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
19457
19458Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19459
19460 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
19461
19462Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19463
19464 * gdb.t06/signals.c: Add xfails for sun3.
19465
19466 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
19467
19468 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
19469 test_stepping tests.
19470
19471Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19472
19473 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
19474
19475 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
19476
19477 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
19478 rather than actually putting it through cpp twice.
19479
19480 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
19481
19482Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
19483
19484 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
19485 no longer needed.
19486
19487Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19488
19489 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
19490
19491 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
19492 C++ features prints as "struct", make it a pass, not an xfail.
19493
19494Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19495
19496 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
19497 Don't require VA to print as "class" rather than "struct".
19498
19499Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
19500
19501 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
19502
19503Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19504
19505 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
19506
19507Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19508
19509 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19510 order.
19511
19512Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19513
19514 * gdb.t16/printcmds.exp: Add printf tests.
19515
19516 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19517
19518 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19519
19520Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19521
19522 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19523 pass counts, to counteract any existing or future setup_xfails.
19524
19525Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19526
19527 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19528 {BEGIN,END}_COMMON for common block instead of STAB.
19529 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19530
19531 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19532 intp_var should be N_GSYM not N_LSYM.
19533 wierd-aout.S: Use a label for the value of the N_SO.
19534 wierd.def: Remove all backslashes.
19535 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19536
19537Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19538
19539 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19540 get the expected next to inheritance3.
19541
19542Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19543
19544 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19545 now that gcc-2.4 gets it right.
19546
19547Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19548
19549 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19550
19551 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19552 generating comp-info.exp which works for cross-compilation.
19553
19554Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19555
19556 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19557 "*-*-sysv4.*".
19558
19559Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19560
19561 * gdb.t01/run.exp: Start with a fresh gdb.
19562 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19563 SVR4.x.
19564
19565Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19566
19567 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19568 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19569 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19570 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19571 things to remove.
19572
19573Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19574
19575 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19576 test cases from bug reports.
19577
19578Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19579
19580 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19581 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19582 avoid spurious xfails.
19583 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19584 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19585 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19586
19587Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19588
19589 * gdb.t00/teststrategy.exp: Rework to provide more useful
19590 description of each test, fix problem with systems that define
19591 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19592 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19593 results for "next over recursive call" so timeouts aren't taken
19594 by error.
19595
19596Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19597
19598 * gdb.t12/scope.exp: Test printing of variables before run.
19599
19600 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19601 printed in wrong order due to sorting.
19602
19603Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19604
19605 * gdb.t00/teststrategy.exp: Fix expected results for printing
19606 user entered string constant. Is array of char, prints with no
19607 address.
19608
19609 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19610 commands.
19611 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19612 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19613 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19614 of struct of char arrays.
19615 * gdb.t00/radix.exp: New tests for radix commands.
19616
19617Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19618
19619 * gdb.t16/printcmd.exp: Print a variable before running program
19620 (with xfail for AIX).
19621
19622Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19623
19624 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19625
19626 * gdb.t16/printcmd.exp: Don't print variables before running program.
19627
19628 * gdb.t06/break.exp: Don't require envp argument to main.
19629
19630 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19631
19632 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19633 Add xfails for rs6000.
19634
19635 * gdb.t02/whatis.exp: Change other tests not to re-test something
19636 we already tested.
19637
19638 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19639 each type used has a variable of that type.
19640
19641Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19642
19643 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19644
19645Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19646
19647 * configure.in: change srctrigger to be a file, not a directory
19648
19649Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19650
19651 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19652
19653 * gdb.t11/list.exp: Fixed a couple of typos.
19654
19655Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19656
19657 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19658 is fixed and PR is closed.
19659 * gdb.t16 (gdbme.c): Add simple test string variable.
19660 * gdb.t16 (printcmds.exp): Add tests with simple test string
19661 variable, primarily for boundaries on "set print elements".
19662
19663Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19664
19665 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19666 Make leading 0's optional and don't expect a tab in the middle
19667 of the number.
19668
19669 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19670
19671 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19672 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19673 don't end command passed to gdb_test with newline.
19674
19675 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19676 signed keyword away, don't expect signed bitfields to be signed.
19677
19678 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19679 printing with only as many 1's as are in the field as well as printing
19680 with 32 1's (see comment).
19681
19682Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19683
19684 * gdb.t00/default.exp: Start with a fresh gdb.
19685 * configure.in (configdirs): Remove gdb.t31 until the chill
19686 compiler works again. It no longer is able to find chillrt0
19687 since it isn't in libchill.a anymore.
19688 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19689 wierd.o, make more modular.
19690 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19691 spurious newlines that caused problems.
19692
19693Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19694
19695 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19696 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19697 gdb.stabs/wierd.{exp,def}: Many new tests.
19698
19699 * gdb.t00/default.exp: update info line for new message.
19700
19701 * gdb.t02/{whatis.exp,gdbme.c}:
19702 Test that "char *" doesn't print as "caddr_t".
19703
19704Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19705
19706 * gdb.t00/help.exp: Use .* in place of some help messages which
19707 just changed.
19708 gdb.t00/default.exp: Update "info frame" test for new message.
19709 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19710 Remove some xfails
19711
19712Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19713
19714 * gdb.t03/{gdbme.c,ptype.exp}:
19715 Add tests for typedef'd struct and union without tags.
19716 Also check "whatis" on a variable of a typedef'd enum without a tag.
19717
19718 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19719 PRMS 1823; the bug still exists but isn't reproduced by this test
19720 anymore), and remove rs6000 XFAIL (the bug is fixed).
19721
19722 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19723 duplicated from whatis.exp. For those that are left, accept
19724 "long", "long int", or "int" for long variables (whatis.exp already
19725 has an XFAIL for "int", so no need to fail it here).
19726
19727 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19728 Deal with GCC's names for types now that GDB uses the compiler's names.
19729
19730 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19731 setup_xfail's for sunos4. If we #defined the signed keyword away,
19732 don't expect GDB to know that char it is signed.
19733
19734 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19735
19736Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19737
19738 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19739 should work on any system, regardless of debugging format.
19740 * gdb.t21/demangle.exp: Move to gdb.t24.
19741 * gdb.t24/demangle.exp: Move from gdb.t21.
19742 * gdb.t24/{Makefile.in, configure.in}: New files.
19743
19744Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19745
19746 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19747 * gdb.stabs: New directory.
19748
19749Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19750
19751 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19752 not just "Quit anyway?".
19753
19754Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19755
19756 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19757 that all setup_xfails are immediately followed by clear_xfails.
19758
19759Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19760
19761 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19762 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19763 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19764 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19765 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19766 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19767 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19768 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19769 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19770 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19771 gdb.t31/chillvars.exp, lib/gdb.exp:
19772 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19773 bug-gdb@prep.ai.mit.edu.
19774
19775Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19776
19777 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19778 with 0.0, not integer 0.
19779
19780Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19781
19782 * gdb.t06/break.exp: Update for "Kill the program" message change.
19783
19784Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19785
19786 * Makefile.in (GDBFLAGS): Set to -nx.
19787 * Makefile.in (site.exp): Use GDBFLAGS.
19788
19789Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19790
19791 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19792 Makefiles.
19793 (check): depend on just-check.
19794 (just-check): added so that tests can be run without a noop
19795 build pass.
19796
19797Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19798
19799 Switch to using configure's configdirs.
19800 * Makefile.in (Makefile): add configure.in dependency.
19801 (SUBDIRS): removed redundant assignment.
19802 * configure.in: switch subdirs assignment to configdirs.
19803 * gdb.t*/configure.in: new files.
19804
19805Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19806
19807 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19808 works.
19809
19810Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19811
19812 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19813 in explicit rules. Apparently this is not supported by some makes.
19814
19815Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19816
19817 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19818
19819Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19820
19821 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19822 disappeared.
19823
19824Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19825
19826 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19827
19828Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19829
19830 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19831 watchpoint problem that is now fixed.
19832 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19833 uninitialized convenience variables.
19834 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19835 structures.
19836
19837Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19838
19839 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19840 which causes expect to get out of sync with gdb on long output
19841 from help set.
19842 * gdb.t09/corefile.exp: Make expected pattern for core file
19843 failing signal and frame output format less sun specific.
19844
19845Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19846
19847 * gdb.t31/chillvars.exp: Add and remove initial dummy
19848 breakpoint, so that symbol table is forced in.
19849 (Needed at least on Sunos4, though it seems not SVR4.)
19850 * gdb.t31/chillvars.exp: Update for changed output format.
19851
19852Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19853
a9c64011 19854 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19855
19856Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19857
19858 * Makefile.in: Added --srcdir when invoking runtest, removed the
19859 need for a local config file. (optional now)
19860
19861Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19862
19863 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19864 failure count used to force early termination. Add some more
19865 expected failures for gnu style demangling.
19866
19867Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19868
19869 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19870 pmi variable from gdb.t20/gdbme to get optimized away.
19871 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19872 Check for written corefile upon timeout _and_ eof.
19873
19874Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19875
19876 * config/unix-gdb.exp: Add missing return 0.
19877
19878Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19879
19880 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19881 test termination.
19882
19883Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19884
19885 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19886 disappeared.
19887
19888Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19889
19890 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19891 time as i860 support works.
19892
d63a86f8 19893 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19894 "backtrace 100\r" rather than just "backtrace\r", to match last
19895 change.
19896
19897Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19898
19899 * config/udi-gdb.exp (gdb_exit): Remove close command.
19900 (gdb_target_udi): New procedure to set the UDI target.
19901 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19902 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19903 Added waits for prompts after several question responses. Added
19904 some more responses used by a29k-amd-udi-gdb.
19905 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19906 pass different arguments, restart UDI connection after program
19907 completion.
19908 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19909 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19910 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19911 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19912 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19913 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19914 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19915 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19916 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19917 after program completion.
19918 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19919 compiled with a SELECT_VECS setting.
19920 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19921 infinite recursion.
19922
19923 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19924 Added checks for COFF results, and made them expected failures for
19925 all targets. It would be better to make them expected failures
19926 for COFF targets only.
19927
19928Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19929
19930 * Makefile.in: add null dvi target, don't bother to recurse
19931 through test directories for info and install-info; rename
19932 $(datadir) to be dejagnu instead of deja-gnu
19933
19934Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19935
19936 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19937 compiler to coredump.
19938 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19939 code.
19940
19941Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19942
19943 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19944 coredump.
19945 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19946 code.
19947
19948Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19949
19950 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19951 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19952 which in a shell. Deletes xgdb when done.
19953 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19954 Tests the return from the "set height" or "set width" commands.
19955 Added a few return codes where needed.
19956
19957Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19958
19959 * Makefile.in (SUBDIRS): Add gdb.t17.
19960 * configure.in (subdirs): Add gdb.t17.
19961 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19962 files to test gdb's calling of functions in the inferior with
19963 the correct arguments and gdb's ability to retrieve any
19964 result returned.
19965
19966Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19967
19968 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19969 may be called after gdb goes away. Previous versions of expect
19970 needed these to avoid file descriptor leaks, but they cause
19971 errors with the current revision of expect.
19972 * gdb.t00/gdbvars.exp: Use -re on expected output after
19973 setting sevenbit-strings.
19974 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19975 to set sevenbit-strings consistent across tests.
19976 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19977 set sevenbit-strings consistent across tests.
19978
19979Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19980
19981 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19982 expected output to match current "expect" expectations.
19983
19984Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19985
19986 * gdb.t00/default.exp: Change expected output for default "source"
19987 command, to match new gdb behavior which requires a filename to
19988 source.
19989
19990Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19991
19992 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19993 expected fail for i486-*-* that misses the marker2 function.
19994 * gdb.t10/crossload.exp (bfddefault): Allow successful
19995 recognition of a format to pass even if no symbols are found.
19996 Explicitly catch failures where the format is not recognized
19997 or is ambiguous, and add the reason to the fail message.
19998 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19999 the cause is and invalid target and add reason to failure message.
20000 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
20001 elf32-i386, elf32-sparc, and elf32-i860.
20002 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
20003 Set up expected failure for 'filename'::variable scope resolution,
20004 which is now apparently broken on all targets.
20005 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
20006 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
20007 gdb.t23/templates.exp: Change failure for missing binfile into
20008 just a warning.
20009 gdb.t21/demangle.exp: Change all cfront references to 'arm'
20010 references.
20011
20012Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
20013
20014 * gdb.t00/default.exp: Add expected output for default "source"
20015 command, to match new gdb behavior.
20016 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
20017
20018Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
20019
20020 * config/*-gdb.exp: returns an error, rather than exiting on
20021 internal errors.
20022
20023Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
20024
20025 * gdb.t03/gdbme.c: Add pointer to struct variable.
20026 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
20027 referencing struct members.
20028
20029Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
20030
20031 * configure.in (mips-idt-ecoff): New target.
20032 * config/mips-gdb.exp: New file for remote board using MIPS remote
20033 debugging protocol.
20034
20035 * Redid configuration scheme. Removed gdb.t*/configure.in.
20036 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
20037 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
20038 distclean targets. Built executables via .o files. Adjusted
20039 tests to account for source files in $(srcdir) rather than
20040 $(objdir).
20041 * lib/gdb.exp (runto): Don't expect () after the function name,
20042 because it may have arguments.
20043
20044Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
20045
20046 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
20047 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
20048 expected failures for mips-idt-* and mips-sgi-*.
20049 * gdb.t00/default.exp (attach): Kill process if requested.
20050 * gdb.t00/help.exp (help target core, help target): Accept a gdb
20051 that does not read core files.
20052 * gdb.t01/run.exp: Removed checks for exit status code.
20053 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
20054 it is linked in.
20055 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
20056 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
20057 appropriate, rather than doing it by hand.
20058 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
20059 execution.
20060 * gdb.t10/crossload.exp: Kill existing program if needed.
20061 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
20062 appropriate, rather than doing it by hand. Always increase
20063 timeout for this test, not just for VxWorks.
20064
20065Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
20066
20067 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
20068 of Chill STRUCT types and STRUCT values.
20069 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
20070 than "char".
20071 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 20072 struct2): New struct definitions and initializations to test
c906108c
SS
20073 simple Chill STRUCT types.
20074
20075Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
20076
20077 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
20078 the null byte at the end of strings.
20079 * gdb.t00/default.exp: Make show version insensitive to copyright
20080 date.
20081 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
20082 to avoid dependencies on target char signedness.
20083 * gdb.t16/printcmds.exp: Update expected results for explicitly
20084 unsigned char.
20085 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
20086 now work.
20087 * gdb.t21/demangle.exp: Add many more patterns for template
20088 demangling, most of them being expected failures.
20089 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
20090 string we are matching for, to match on the whole string.
20091 * gdb.t21/demangle.exp: Add many new test strings to demangle,
20092 and fix a whole bunch that had incorrect expected output but were
20093 passing anyway because of the bug in "proc demangle".
20094 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
20095 type.
20096 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
20097
20098Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
20099
a9c64011
AS
20100 * gdb/testsuite: made modifications to testcases, etc., to allow
20101 them to work properly given the reorganization of deja-gnu and the
20102 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
20103
20104Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
20105
20106 * gdb/testsuite: Initial creation of gdb/testsuite.
20107 Migrated dejagnu testcases and support files for testing nm to
20108 gdb/testsuite from deja-gnu. These files were moved "as is"
20109 with no modifications. This migration is part of a major overhaul
20110 of dejagnu. The modifications to these testcases, etc., which
20111 will allow them to work with the new version of dejagnu will be
20112 made in a future update.
48efe704 20113
8d8cb839 20114 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 20115\f
8d8cb839
EZ
20116;; Local Variables:
20117;; mode: change-log
20118;; left-margin: 8
20119;; fill-column: 74
20120;; version-control: never
20121;; End:
902f2ccb
MC
20122
20123 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 20124 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
20125 Copying and distribution of this file, with or without modification,
20126 are permitted provided the copyright notice and this notice are preserved.
This page took 2.033286 seconds and 4 git commands to generate.