* spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d472a426
JK
12011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.threads/corethreads.c: New file.
4 * gdb.threads/corethreads.exp: New file.
5
62011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
7
8 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9 Try to compile the test using -Wl,-z,norelro first.
10 (load_core): New variable libthread_db_seen, initialize it.
11 (zeroed-threads cannot be listed): Protect it by XFAIL on
12 !$libthread_db_seen.
13
8be455d7
JK
142011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15
16 PR 12573
17 * gdb.dwarf2/dw2-skip-prologue.S: New file.
18 * gdb.dwarf2/dw2-skip-prologue.c: New file.
19 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
20
1976171a
JK
212011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 * gdb.cp/psymtab-parameter.cc: New file.
24 * gdb.cp/psymtab-parameter.exp: New file.
25
7db6f30f
JK
262011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Fix a race.
29 * gdb.cp/static-print-quit.exp (print c): Split to ...
30 (print c - <return>, print c - q <return>, print c - to quit):
31 ... these. Make the testfile untested on gdb-7.1.
32
85161e9e 332011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
34
35 * lib/gdb.exp (exec_target_file, exec_symbol_file,
36 gdb_rename_execfile, gdb_touch_execfile): New.
37 * gdb.base/reread.exp: Use new procs to handle multiple
38 exec files.
39
0c51be18
YQ
402011-05-05 Yao Qi <yao@codesourcery.com>
41
42 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
43 (test_adr_32bit, test_pop_pc): New.
44 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
45 (test_adr_32bit, test_pop_pc): New.
46
4d393d60
JM
472011-05-04 Joseph Myers <joseph@codesourcery.com>
48
49 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
50 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
51 targets.
52 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
53 handle targets.
54
8ffd0459
JK
552011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * gdb.base/completion.exp (complete help info wat): Rename to ...
58 (complete 'help info wat'): ... here.
59 Remove all `-re ".*' and `-re "^.*' redundant regexes.
60 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
61
8e28d804
PA
622011-05-04 Pedro Alves <pedro@codesourcery.com>
63
64 * gdb.base/completion.exp: Use gdb_test_multiple instead of
65 gdb_test and explicit $gdb_prompt/timeout matches.
66
3eb2ef34
YQ
672011-05-04 Yao Qi <yao@codesourcery.com>
68
69 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
70 and __thumb2__.
71
aaaf81a3
MP
722011-05-03 Marek Polacek <mpolacek@redhat.com>
73
74 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
75 in place of `gdb_test "delete breakpoints"'. This eliminates two
76 testcases.
77
c4cbc0df
PA
782011-05-02 Pedro Alves <pedro@codesourcery.com>
79
80 PR testsuite/12649
81 Fix races.
82
83 * gdb.base/completion.exp: Remove all sleep calls. Remove
84 unnecessary regexs. Don't explicitly expect anything after the
85 prompt. Eat the prompt if necessary.
86
b4cbb4a3
EBM
872011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
88
89 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
90 accept to show the caller line again as well as the line after.
91
d65aec65
PM
922011-04-29 Phil Muldoon <pmuldoon@redhat.com>
93
94 PR mi/12531
95
96 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
97 compile target.
98 * gdb.python/py-prettyprint.exp: Add C++ object for
99 CPLUS_FAKE_CHILD test.
100
30852783
UW
1012011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
102
103 * gdb.base/signest.exp: New file.
104 * gdb.base/signest.c: Likewise.
105
c7b1f0d9
JK
1062011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
109 thread and breakpoint notifications.
110
559a7a62
JK
1112011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * gdb.base/fortran-sym-case.c: New file.
114 * gdb.base/fortran-sym-case.exp: New file.
115 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
116 * gdb.dwarf2/dw2-case-insensitive.c: New file.
117 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
118
8344e389
JK
1192011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
120
121 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
122 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
123 false #1', `if true else false #2' and `if true else false #3'.
124
2484c66b
UW
1252011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
126
127 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
128 while delivering signal.
129
8d3788bd
VP
1302011-04-27 Vladimir Prus <vladimir@codesourcery.com>
131
132 MI breakpoint notifications.
133
134 * testsuite/gdb.mi/mi-cli.exp: Adust.
135 * testsuite/gdb.mi/mi2-cli.exp: Adust.
136 * testsuite/gdb.mi/mi-watch.exp: Adust.
137 * testsuite/gdb.mi/mi2-watch.exp: Adust.
138 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
139 notifications.
140
3e03848b
JK
1412011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * gdb.base/gdbindex-stabs-dwarf.c: New file.
144 * gdb.base/gdbindex-stabs.c: New file.
145 * gdb.base/gdbindex-stabs.exp: New file.
146
918c9108
YQ
1472011-04-25 Yao Qi <yao@codesourcery.com>
148
149 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
150 with /*...*/.
151 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
152
90556b8c
JK
1532011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 * gdb.python/py-value.exp (test_objfiles): Name the first test
156 `py-value in file.filename'.
157
03f2bd59
JK
1582011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
159
160 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
161 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
162 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
163 !gdbserver_reconnect_p..
164 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
165
7b08b9eb
JK
1662011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.cp/cpcompletion.exp (complete class methods)
169 (complete class methods beginning with F): Move them above runto. New
170 comment about the runto delimiter.
171
b78974c3
PA
1722011-04-20 Pedro Alves <pedro@codesourcery.com>
173
174 * gdb.base/maint.exp: Test that "maint print registers" works
175 without a running program.
176
20429c40 1772011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 178
20429c40
MP
179 * gdb.base/setshow.exp: Fix racy tests.
180 ($old_gdb_prompt): New variable.
181
7a9dd1b2
TT
1822011-04-19 Tom Tromey <tromey@redhat.com>
183
184 * gdb.mi/mi-nsmoribund.exp:
185 * gdb.hp/gdb.objdbg/objdbg01.exp:
186 * gdb.base/structs.exp (test_struct_returns):
187 * gdb.base/call-sc.exp (test_scalar_returns):
188 * gdb.base/bigcore.exp: Remove duplicate words.
189
02835898
JK
1902011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
191
192 * gdb.base/break-interp-lib.c (v, vptr): New variables.
193 * gdb.base/break-interp.exp (test_attach): New comment.
194
254f582e
JK
1952011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
196
197 * gdb.threads/gcore-thread.exp ($core0file): New variable.
198 (clear __stack_user.next, clear stack_used.next)
199 (save a zeroed-threads corefile): New test.
200 Call core_load for $core0file.
201 (zeroed-threads cannot be listed): New test.
202
4fe85f5c
JK
2032011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
206 filename.
207 ($srcfile): Preserve the original value.
208 ($testfile): Match it the .exp filename.
209 ($corefile): New variable. Substitute it around.
210 Use clean_restart.
211 ($prev_timeout): Remove.
212 (load_core): Move core loading into this proc.
213 Fix restore of $timeout if load_core fails.
214
63524580
JK
2152011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 * gdb.base/eu-strip-infcall.c: New file.
218 * gdb.base/eu-strip-infcall.exp: New file.
219
90359a16
JK
2202011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
223 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
224
626e7282
JK
2252011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
226
227 Fix Python access to inlined frames.
228 * gdb.python/py-frame-inline.c: New file.
229 * gdb.python/py-frame-inline.exp: New file.
230
3363d018
EBM
2312011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
232
233 * gdb.base/gdb1090.exp: Change breakpoint location to read the
234 content of 's24' correctly (avoiding "optimized out").
235 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
236
28781456
JK
2372011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
238
239 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
240
4a4106ca
TJB
2412011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
242
243 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
244 expect a colon in watch -location output.
245
d26ccb4f
JK
2462011-04-13 Marek Polacek <mpolacek@redhat.com>
247
248 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
249 New testcase `expect response to define backtrace'. Also remove
250 redundant `default' block.
251
e1ab1f9c
JK
2522011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 * gdb.python/py-prettyprint.c (struct hint_error): New.
255 (main): New variable hint_error.
256 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
257 "print hint_error".
258 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
259 (register_pretty_printers): Register it.
260
0c2e6019
TT
2612011-04-04 Tom Tromey <tromey@redhat.com>
262
263 * gdb.cp/maint.exp (test_help): Update.
264 (test_namespace): Likewise.
265
af57139d
JB
2662011-04-01 Joel Brobecker <brobecker@adacore.com>
267
268 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
269 * gdb.ada/arrayptr.exp: Add new tests.
270
956a9fb9
JB
2712011-04-01 Joel Brobecker <brobecker@adacore.com>
272
273 * gdb.ada/mi_catch_ex: New testcase.
274
d0c4d642
PA
2752011-04-01 Pedro Alves <pedro@codesourcery.com>
276
277 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
278 base::overload(void) method without specifying "const".
279
18819fa6
UW
2802011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
281
282 * gdb.arch/thumb-singlestep.S: New file.
283 * gdb.arch/thumb-singlestep.exp: Likewise.
284
a4c8e806
TT
2852011-03-31 Tom Tromey <tromey@redhat.com>
286
287 * gdb.python/py-prettyprint.py (exception_flag): New global.
288 (NoStringContainerPrinter._iterator.next): Check it.
289 * gdb.python/py-prettyprint.c (main): New variable nstype2.
290 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
291
53832f31
TT
2922011-03-29 Tom Tromey <tromey@redhat.com>
293
294 * gdb.cp/anon-struct.cc: New file.
295 * gdb.cp/anon-struct.exp: New file.
296
e4620230
JK
2972011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
298
299 Test STT_GNU_IFUNC support.
300 * gdb.base/gnu-ifunc-lib.c: New file.
301 * gdb.base/gnu-ifunc.c: New file.
302 * gdb.base/gnu-ifunc.exp: New file.
303
d0fb5eae
JK
3042011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
305
306 Support a ring of related breakpoints.
307 * gdb.base/watchpoint-delete.c: New file.
308 * gdb.base/watchpoint-delete.exp: New file.
309
20106cfb
JK
3102011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
311
312 * gdb.ada/arrayparam.exp (print first after function call): Use
313 explicit package name. Add a comment
314 (print lasta after function call): Rename ...
315 (print last after function call): ... it and use explicit package
316 name.
317 (print length after function call): Use explicit package name.
318 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
319 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
320 (multiple matches for symbol i): Rename ...
321 (multiple matches for symbol integervar): ... it.
322 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
323 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
324
e7ab5e63
AB
3252011-03-25 Andrew Burgess <aburgess@broadcom.com>
326
327 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
328 environment variable to make grep output more predictable. Move
329 all the environment setup into gdb_init so it's done once per test
330 case rather than each time we start gdb.
331
9ef07c8c
TT
3322011-03-24 Tom Tromey <tromey@redhat.com>
333
334 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
335 test.
336
dd90784c
JK
3372011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 * gdb.dwarf2/dw2-entry-value-main.c: New file.
340 * gdb.dwarf2/dw2-entry-value.S: New file.
341 * gdb.dwarf2/dw2-entry-value.exp: New file.
342
05775840
PM
3432011-03-22 Phil Muldoon <pmuldoon@redhat.com>
344
345 PR python/12183
346
347 * gdb.python/py-function.exp: Add GdbError tests.
348
8661b11b
PA
3492011-03-18 Pedro Alves <pedro@codesourcery.com>
350
351 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
352 (reglocal_test_func, statlocal_test_func): New functions.
353 (globals_test_func): Call new functions.
354 * gdb.trace/unavailable.exp (gdb_collect_args_test)
355 (gdb_collect_locals_test): New procedure.
356 (gdb_trace_collection_test): Call new procedures.
357
0fdb4f18
PA
3582011-03-18 Pedro Alves <pedro@codesourcery.com>
359
360 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
361 (test_register, test_register_unavailable): New procedures.
362 (gdb_unavailable_registers_test): New procedure.
363 (gdb_trace_collection_test): Call it.
364
99c3dc11
PM
3652011-03-18 Phil Muldoon <pmuldoon@redhat.com>
366
367 PR python/12149
368
369 * gdb.python/python.exp: Add gdb.write tests.
370
29703da4
PM
3712010-03-17 Phil Muldoon <pmuldoon@redhat.com>
372
373 * gdb.python/Makefile.in: Add py-objfile.
374 * gdb.python/py-objfile.exp: New file.
375 * gdb.python/py-objfile.c: New file.
376 * gdb.python/py-block.exp: Add is_valid tests.
377 * gdb.python/py-inferior.exp: Ditto.
378 * gdb.python/py-infthread.exp: Ditto.
379 * gdb.python/py-symbol.exp: Ditto.
380 * gdb.python/py-symtab.exp: Ditto.
381
598997c8
KS
3822011-03-16 Keith Seitz <keiths@redhat.com>
383
384 PR c++/12273
385 * gdb.cp/cmpd-minsyms.exp: New test.
386 * gdb.cp/cmpd-minsyms.cc: New file.
387
388 PR c++/11734
389 * gdb.cp/ovsrch.exp: New test.
390 * gdb.cp/ovsrch.h: New file.
391 * gdb.cp/ovsrch1.cc: New file.
392 * gdb.cp/ovsrch2.cc: New file.
393 * gdb.cp/ovsrch3.cc: New file.
394 * gdb.cp/ovsrch4.cc: New file.
395
c91513d8
PP
3962011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
397
398 PR gdb/12528
399 * gdb.base/Makefile.in: Adjust EXECUTABLES.
400 * gdb.base/break-on-linker-gcd-function.exp: New test.
401 * gdb.base/break-on-linker-gcd-function.cc: New file.
402
7470fc63
AT
4032011-03-15 Andreas Tobler <andreast@fgznet.ch>
404
405 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
406
959e7469
PM
4072011-03-15 Phil Muldoon <pmuldoon@redhat.com>
408
409 * lib/gdb.exp (gdb_unload): Add another termination case.
410
9373cf26
JK
4112011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
414 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
415 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
416 Provide a stub byte there.
417 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
418 DW_AT_entry_pc.
419 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
420
24e9cda0
UW
4212011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
422
423 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
424 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
425 "generic ABI, auto".
426 (altivec_abi_tests): Accept vectors returned by reference.
427
7371cf6d
PM
4282010-03-14 Phil Muldoon <pmuldoon@redhat.com>
429
430 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
431
ce77046a
UW
4322011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
433
434 * gdb.python/py-section-script.exp: Skip test if no Python support.
435
176400c3
UW
4362011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
437
438 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
439
ecec24e6
PM
4402011-03-10 Phil Muldoon <pmuldoon@redhat.com>
441
442 * gdb.python/py-parameter.exp: Update tests to the new Python
443 parameter API. Add "no documentation" test. Add deprecated API
444 backward compatibility test.
445
5dbdd470
TT
4462011-03-09 Tom Tromey <tromey@redhat.com>
447
448 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
449 gdb_continue_to_end.
450
b66e66ee
MK
4512011-03-09 Mark Kettenis <kettenis@gnu.org>
452
453 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
454 tabs.
455
eceb0c5f
TT
4562011-03-09 Tom Tromey <tromey@redhat.com>
457
458 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
459 parentheses.
460 (gdb_continue_to_end): Add "allow_extra" parameter. Use
461 $command.
462 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
463 argument to gdb_continue_to_end.
464 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
465 argument to gdb_continue_to_end.
466 * gdb.cp/annota3.exp: Fix regex.
467 * gdb.cp/annota2.exp: Fix regex.
468 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
469 gdb_continue_to_end.
470 * gdb.base/call-signal-resume.exp: Revert earlier patch.
471 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
472 gdb_continue_to_end.
473
63154eca
PA
4742011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
475
476 * gdb.server/ext-run.exp
477 (load new file without any gdbserver inferior): New test.
478
967d1f9b
TT
4792011-03-07 Tom Tromey <tromey@redhat.com>
480
481 * Makefile.in (TAGS): Rewrite.
482
d68dcbb9
JK
4832011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 * gdb.trace/report.exp (12.1: trace report #1): New match for the
486 initial commands echo. New match for `Found trace'. Anchor all the
487 other matches. Anchor and match for `No trace frame found' the final
488 match.
489
6bf58e63
TT
4902011-03-07 Tom Tromey <tromey@redhat.com>
491
492 * Makefile.in (TAGS): New target.
493
fda326dd
TT
4942011-03-07 Tom Tromey <tromey@redhat.com>
495
496 * lib/opencl.exp (skip_opencl_tests): Update for exit message
497 change.
498 * lib/mi-support.exp (mi_gdb_test): Update for exit message
499 change.
500 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
501 exit message change.
502 (skip_altivec_tests): Update for exit message change.
503 (skip_vsx_tests): Likewise.
504 (gdb_continue_to_end): Likewise. Add 'command' argument.
505 * lib/cell.exp (skip_cell_tests): Update for exit message change.
506 * gdb.threads/tls.exp: Update for exit message change.
507 * gdb.threads/thread-unwindonsignal.exp: Use
508 gdb_continue_to_end.
509 * gdb.threads/step.exp (step_it): Update for exit message change.
510 (continue_all): Likewise.
511 * gdb.threads/print-threads.exp (test_all_threads): Update for
512 exit message change.
513 * gdb.threads/interrupted-hand-call.exp: Use
514 gdb_continue_to_end.
515 * gdb.threads/execl.exp: Use gdb_continue_to_end.
516 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
517 gdb_continue_to_end.
518 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
519 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
520 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
521 * gdb.cp/method.exp: Update for exit message change.
522 * gdb.cp/mb-templates.exp: Update for exit message change.
523 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
524 * gdb.cp/annota3.exp: Update for exit message change.
525 * gdb.cp/annota2.exp: Update for exit message change.
526 * gdb.cell/fork.exp: Use gdb_continue_to_end.
527 * gdb.base/term.exp: Update for exit message change.
528 * gdb.base/step-test.exp (test_i): Update for exit message change.
529 * gdb.base/sigstep.exp (advance): Update for exit message change.
530 (advancei): Likewise.
531 * gdb.base/siginfo.exp: Update for exit message change.
532 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
533 * gdb.base/reread.exp: Use gdb_continue_to_end.
534 * gdb.base/langs.exp: Use gdb_continue_to_end.
535 * gdb.base/interrupt.exp: Update for exit message change.
536 * gdb.base/gdb1555.exp: Update for exit message change.
537 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
538 * gdb.base/ending-run.exp: Update for exit message change.
539 * gdb.base/chng-syms.exp: Update for exit message change.
540 * gdb.base/checkpoint.exp: Update for exit message change.
541 * gdb.base/catch-syscall.exp (check_for_program_end): Use
542 gdb_continue_to_end.
543 (test_catch_syscall_with_wrong_args): Likewise.
544 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
545 * gdb.base/break-interp.exp (test_ld): Update for exit message
546 change.
547 * gdb.base/bang.exp: Update for exit message change.
548 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
549 (do_call_attach_tests): Likewise.
550 * gdb.base/a2-run.exp: Update for exit message change.
551 * gdb.arch/ppc-dfp.exp: Update for exit message change.
552 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
553 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
554
dd19bd70
JK
5552011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
558
30e62689
TT
5592011-03-03 Tom Tromey <tromey@redhat.com>
560
561 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
562 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
563 * gdb.hp/gdb.aCC/configure.ac: Remove.
564 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
565 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
566 * gdb.hp/gdb.base-hp/configure.ac: Remove.
567 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
568 * gdb.hp/gdb.compat/configure (Makefile): Remove.
569 * gdb.hp/gdb.compat/configure.ac: Remove.
570 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
571 * gdb.hp/gdb.defects/configure (Makefile): Remove.
572 * gdb.hp/gdb.defects/configure.ac: Remove.
573 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
574 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
575 * gdb.hp/gdb.objdbg/configure.ac: Remove.
576 * gdb.hp/configure.ac: Remove.
577 * gdb.hp/configure: Remove.
578 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
579 substitution.
580 (Makefile): Remove rule.
581 * gdb.cell/configure.ac: Remove.
582 * gdb.cell/configure: Remove.
583 * gdb.stabs/Makefile.in (Makefile): Remove.
584 (distclean): Don't remove config.status or config.log.
585 * gdb.stabs/configure (Makefile): Remove.
586 * gdb.stabs/configure.ac: Remove.
587 * configure: Rebuild.
588 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
589 Remove stabs- and cell-specific logic. Test for existence of
590 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
591 subdirectories, gdb.cell, and and gdb.stabs.
592 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
593
c171f854
JB
5942011-03-03 Joel Brobecker <brobecker@adacore.com>
595
596 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
597 end of buffer.
598
9a5193cb
JB
5992011-03-02 Joel Brobecker <brobecker@adacore.com>
600
601 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
602 gdb_test when running a test where we expected no output back.
603
9bb4c1bb
MS
6042011-02-28 Michael Snyder <msnyder@vmware.com>
605
606 * gdb.cp/overload.cc: Change initializer value to integer.
607
3bd0f5ef
MS
6082011-02-27 Michael Snyder <msnyder@vmware.com>
609
610 * gdb.multi/base.exp: Add test for remove-inferiors.
611
2279eaad
JB
6122011-02-26 Joel Brobecker <brobecker@adacore.com>
613
614 * gdb.python/py-frame.exp: Simplify the initialization phase
615 using prepare_for_testing.
616
c82c0b55
MS
6172011-02-25 Michael Snyder <msnyder@vmware.com>
618
619 * gdb.multi/base.exp: Add tests for info inferiors with args.
620
1d94651b
JK
6212011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 * gdb.dwarf2/dw2-ranges.S: Rename to ...
624 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
625 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
626 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
627 asmfile3. Comment the STABS (#3) file compilation. Compile
628 everything through assembler. Provide KFAIL for symtab/12497.
629 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
630 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
631 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
632 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
633
3bd0f5ef
MS
6342011-02-24 Michael Snyder <msnyder@vmware.com>
635
636 * gdb.base/break.exp: Add tests for delete breakpoints using
637 convenience variables and value history references.
638
12c1418e
MS
6392011-02-24 Michael Snyder <msnyder@vmware.com>
640
641 * gdb.base/break.exp: Remove debugging 'printf' accidentally
642 left behind in previous check-in.
643
e5a67952
MS
6442011-02-23 Michael Snyder <msnyder@vmware.com>
645
646 * gdb.base/break.exp: Add tests for "info break" with arguments.
647 * gdb.trace/infotrace.exp: Update patterns for error and help.
648 * gdb.base/completion.exp: Update pattern.
649 * gdb.base/ena-dis-br.exp: Update pattern.
650 * gdb.base/help.exp: Update patterns.
651
6522011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
653
654 * gdb.base/memattr.exp: New test.
655 * gdb.base/memattr.c: Test load for memattr.exp.
656
6e6fbe60
DE
6572011-02-22 Doug Evans <dje@google.com>
658
659 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
660
1d41d745
MS
6612011-02-22 Michael Snyder <msnyder@vmware.com>
662
663 * Makefile.in: Make more clean.
664 * gdb.ada/Makefile.in: Ditto.
665 * gdb.arch/Makefile.in: Ditto.
666 * gdb.asm/Makefile.in: Ditto.
667 * gdb.base/Makefile.in: Ditto.
668 * gdb.cp/Makefile.in: Ditto.
669 * gdb.dwarf2/Makefile.in: Ditto.
670 * gdb.java/Makefile.in: Ditto.
671 * gdb.mi/Makefile.in: Ditto.
672 * gdb.modula2/Makefile.in: Ditto.
673 * gdb.python/Makefile.in: Ditto.
674 * gdb.server/Makefile.in: Ditto.
675 * gdb.stabs/Makefile.in: Ditto.
676 * gdb.threads/Makefile.in: Ditto.
677 * gdb.trace/Makefile.in: Ditto.
678
79ba84ca
MS
6792011-02-22 Michael Snyder <msnyder@vmware.com>
680
681 * gdb.threads/thread-find.exp: Add tests for bad input to
682 info threads.
683
b9b35694
JB
6842011-02-22 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.python/py-breakpoint.exp: Fix the expected output of
687 one of the "maint info breakpoints" tests to accept the output
688 generated on platforms that do not have hardware watchpoints.
689
8bfb830f
JB
6902011-02-22 Joel Brobecker <brobecker@adacore.com>
691
692 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
693 clean_restart. Be a little stricter in the expected output
694 for one of the tests. Fix a typo in one of the comments.
695
c45f3c54
JB
6962011-02-22 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
699 Delete variable binfile, no longer use. Add or modify test
700 comments to make them unique.
701
b97c863c
MS
7022011-02-21 Michael Snyder <msnyder@vmware.com>
703
704 * Makefile.in: Update for make clean.
705 * gdb.ada/Makefile.in: Ditto.
706 * gdb.arch/Makefile.in: Ditto.
707 * gdb.asm/Makefile.in: Ditto.
708 * gdb.base/Makefile.in: Ditto.
709 * gdb.cp/Makefile.in: Ditto.
710 * gdb.dwarf2/Makefile.in: Ditto.
711 * gdb.java/Makefile.in: Ditto.
712 * gdb.mi/Makefile.in: Ditto.
713 * gdb.modula2/Makefile.in: Ditto.
714 * gdb.python/Makefile.in: Ditto.
715 * gdb.server/Makefile.in: Ditto.
716 * gdb.stabs/Makefile.in: Ditto.
717 * gdb.threads/Makefile.in: Ditto.
718 * gdb.trace/Makefile.in: Ditto.
719
aea5b279
MS
7202011-02-21 Michael Snyder <msnyder@vmware.com>
721
722 * gdb.threads/thread-find.exp: Update patterns for changes in
723 output of "info threads" command.
724
e3039479
UW
7252011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
726 Ulrich Weigand <uweigand@de.ibm.com>
727
728 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
729 (skip_hw_watchpoint_tests): Likewise.
730 (skip_hw_watchpoint_multi_tests): Likewise.
731
b800ec70
UW
7322011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
733
734 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
735 (skip_hw_watchpoint_tests): Likewise.
736 (skip_hw_watchpoint_multi_tests): Likewise.
737 (skip_hw_watchpoint_access_tests): Likewise.
738
739 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
740 * gdb.base/pr11022.exp: Likewise.
741 * gdb.base/watch-read.exp: Likewise.
742 * gdb.base/watch_thread_num.exp: Likewise.
743 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
744 * gdb.base/watchpoint-hw.exp: Likewise.
745 * gdb.base/watchpoint.exp: Likewise.
746 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
747 * gdb.threads/watchthreads-reorder.exp: Likewise.
748 * gdb.threads/watchthreads.exp: Likewise.
749 * gdb.threads/watchthreads2.exp: Likewise.
750
91033e37
JB
7512011-02-21 Joel Brobecker <brobecker@adacore.com>
752
753 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
754 the debugger is unable to find the array bounds.
755
eeaafae2
JK
7562011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 * gdb.cp/typedef-operator.exp: New file.
759 * gdb.cp/typedef-operator.cc: New file.
760
e338d953
MS
7612011-02-17 Michael Snyder <msnyder@vmware.com>
762
763 * gdb.threads/thread-find.exp: Fix regular expressions.
764
e67ad678
JB
7652011-02-17 Joel Brobecker <brobecker@adacore.com>
766
767 * gdb.ada/packed_array: Expand testcase to test printing of
768 unconstrained packed array.
769
93084bca
JB
7702011-02-17 Joel Brobecker <brobecker@adacore.com>
771
772 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
773
a0c78a73
PA
7742011-02-16 Pedro Alves <pedro@codesourcery.com>
775
f65d5553 776 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
777 (main): Initialize it before collecting, and and clear it
778 afterwards.
f65d5553
PA
779 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
780 collecting with '{type} addr', where the addr expression is not an
781 rvalue.
a0c78a73 782
3dfcbbd2
KW
7832011-02-16 Ken Werner <ken.werner@de.ibm.com>
784
785 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
786 a bool variable. Expect correct OpenCL names for vector types. Use the
787 uc3 variable name instead of referring to the uchar3 built-in type.
788 Escape the asterisk at the half pointer test.
789
08807d5a
PA
7902011-02-16 Pedro Alves <pedro@codesourcery.com>
791
f65d5553 792 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
793 (main): Initialize it before collecting, and and clear it
794 afterwards.
f65d5553
PA
795 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
796 collecting overlapping memory ranges.
08807d5a 797
60f98dde
MS
7982011-02-15 Michael Snyder <msnyder@vmware.com>
799
800 * gdb.base/default.exp: Add tests for thread commands.
801 * gdb.base/help.exp: Add tests for thread commands.
802 * gdb.threads/thread-find.exp: New test for thread find command.
803
648cd113
KW
8042011-02-15 Ken Werner <ken.werner@de.ibm.com>
805
806 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
807
494e194e
YQ
8082011-02-15 Yao Qi <yao@codesourcery.com>
809
810 PR tdep/12352
811 * gdb.arch/arm-disp-step.S : New test for str instruction.
812 * gdb.arch/arm-disp-step.exp : Likewise.
813
d9492458
TJB
8142011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
815
816 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
817 "vector_register2_vr" test strings. Test the extended floating
818 point registers (F32~F63).
819 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
820 IBM XL C compiler. Make the test program use a register provided
821 by the compiler for the lxvd2x instruction.
822
8af8e3bc
PA
8232011-02-14 Pedro Alves <pedro@codesourcery.com>
824
825 * gdb.trace/unavailable.cc (class Base, class Middle, class
826 Derived): New types.
827 (derived_unavail, derived_partial, derived_whole): New globals.
828 (virtual_partial): New global.
829 (virtualp): Point at virtual_partial.
830 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
831 related to unavailable vptr.
832
1b28d0b3
PA
8332011-02-14 Pedro Alves <pedro@codesourcery.com>
834
835 * gdb.trace/unavailable.cc (a, b, c): New globals.
836 (main): Set and clear them.
837 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
838 `a' and `c', and check that `b' isn't collected, although `a' and
839 `c' are.
840
ec0a52e1
PA
8412011-02-14 Pedro Alves <pedro@codesourcery.com>
842
843 * gdb.trace/unavailable.cc (struct Virtual): New.
844 (virtualp): New global pointer.
845 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
846 printing a pointer to an object whose type has a vtable, with
847 print object on.
848
24e6bcee
PA
8492011-02-14 Pedro Alves <pedro@codesourcery.com>
850
851 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
852 value repeat handles unavailableness.
853
39d37385
PA
8542011-02-14 Pedro Alves <pedro@codesourcery.com>
855
856 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
857 tests for building arrays from unavailable values, subscripting
858 non-memory rvalue unvailable arrays, and accessing fields or
859 baseclasses of non-lazy unavailable values,
860 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
861 struct types.
862 (g_smallstruct, g_smallstruct_b): New globals.
863
06d72e16
PA
8642011-02-14 Pedro Alves <pedro@codesourcery.com>
865
866 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
867
bc9a5551
JK
8682011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
869
870 Fix const/volatile qualifiers of C++ types, PR c++/12328.
871 * gdb.cp/overload-const.exp: New file.
872 * gdb.cp/overload-const.cc: New file.
873
54fcddd0
UW
8742011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
875
876 * gdb.opencl/callfuncs.cl: New file.
877 * gdb.opencl/callfuncs.exp: New test.
878 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
879
d6dafb7c
UW
8802011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
881
882 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
883 when computing result.
884 * gdb.arch/altivec-abi.exp: Update expected results.
885
a449c2d8
TJB
8862011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
887
888 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
889 * gdb.base/jit.exp: Likewise.
890 * gdb.base/pie-execl.exp: Likewise.
891 * gdb.base/solib-nodir.exp: Likewise.
892 * gdb.base/solib-overlap.exp: Likewise.
893
764880b7
PA
8942011-02-07 Pedro Alves <pedro@codesourcery.com>
895
896 * gdb.trace/collection.c (global_pieces): New.
897 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
898 New procedure.
899 (gdb_trace_collection_test): Call it.
900
505500db
SW
9012011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
902
903 * gdb.python/py-evthreads.c: New file.
904 * gdb.python/py-evthreads.exp: New file.
905 * gdb.python/py-events.py: New file.
906 * gdb.python/py-events.exp: New file.
907 * gdb.python/py-events.c: New file.
908
385203ed
DD
9092011-02-04 David Daney <ddaney@caviumnetworks.com>
910
911 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
912
9011945e
AB
9132011-02-03 Andrew Burgess <aburgess@broadcom.com>
914
915 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
916 gdb.base/disasm-end-cu.exp: New test for disassembling over the
917 boundary between two compilation units.
918
580688f3
PA
9192011-02-02 Pedro Alves <pedro@codesourcery.com>
920
921 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
922 (Virtual): New structs.
923 (virtual_o, virtual_middle_b): New globals.
924 * gdb.cp/virtbase.exp: New tests.
925
d3f0f853
PP
9262011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
927
928 * gdb.base/jit.exp: New file.
929 * gdb.base/jit-main.c: New file.
930 * gdb.base/jit-solib.c: New file.
931
b2030fb5
UW
9322011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
933
934 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
935 proceed to initial kernel entry point.
936 * gdb.opencl/datatypes.exp: Likewise.
937 * gdb.opencl/operators.exp: Likewise.
938 * gdb.opencl/vec_comps.exp: Likewise.
939
2db19d1e
SW
9402011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
941
942 * gdb.cp/nsnested.cc: New.
943 * gdb.cp/nsnested.exp: New.
944 * gdb.cp/nsnoimports.exp: New.
945 * gdb.cp/nsnoimports.cc: New.
946
6b0c4c1f
JB
9472011-01-31 Joel Brobecker <brobecker@adacore.com>
948
949 * gdb.base/interact.exp: Add extra tests that verify that
950 the value of the interactive-mode setting does not change
951 after the script is sourced.
952
80b23b6a
JK
9532011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 * gdb.cp/noparam.exp: New file.
956 * gdb.cp/noparam.cc: New file.
957
ffd5ec24
PA
9582011-01-28 Pedro Alves <pedro@codesourcery.com>
959
960 * gdb.trace/tfile.exp: Test that with no traceframe selected,
961 there's no stack or registers.
962
a81766d8
TT
9632011-01-26 Tom Tromey <tromey@redhat.com>
964
965 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
966 space before string output. Add test for "set print pretty off"
967 case.
968
585fdaa1
PA
9692011-01-25 Pedro Alves <pedro@codesourcery.com>
970
971 * gdb.base/frame-args.exp: Adjust.
972 * gdb.dwarf2/dw2-noloc.exp: Adjust.
973 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
974 * gdb.dwarf2/pieces.exp: Adjust.
975 * gdb.opt/clobbered-registers-O2.exp: Adjust.
976 * gdb.opt/inline-locals.exp: Adjust.
977 * gdb.threads/fork-child-threads.exp: Adjust.
978
d468832a
KW
9792011-01-25 Ken Werner <ken.werner@de.ibm.com>
980
981 * gdb.opencl/convs_casts.cl: Move program scope variables into the
982 OpenCL kernel function. Add a comment as marker. Add address space
983 qualifiers for the remaining program scope variables.
984 * gdb.opencl/datatypes.cl: Likewise.
985 * gdb.opencl/operators.cl: Likewise.
986 * gdb.opencl/vec_comps.cl: Likewise.
987 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
988 Add breakpoint at the marker comment.
989 * gdb.opencl/datatypes.exp: Likewise.
990 * gdb.opencl/operators.exp: Likewise.
991 * gdb.opencl/vec_comps.exp: Likewise.
992
490f124f
PA
9932011-01-24 Pedro Alves <pedro@codesourcery.com>
994
995 * gdb.base/printcmds.c (some_struct): New struct and instance.
996 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
997 procedure.
998 <global scope>: Call it.
999
6da78614
KW
10002011-01-21 Ken Werner <ken.werner@de.ibm.com>
1001
1002 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1003 argument to the gdb_compile_opencl_hostapp call.
1004
ec64c9aa
YQ
10052011-01-19 Yao Qi <yao@codesourcery.com>
1006
1007 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1008 positve list.
1009
810cfdbb
YQ
10102011-01-19 Yao Qi <yao@codesourcery.com>
1011
1012 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1013 canonical form.
1014 Remove "xscale-*-*"
1015 * gdb.xml/tdesc-regs.exp: Likewise.
1016 * gdb.python/py-section-script.exp: Replace ARM target triplet
1017 with canonical form.
1018 Match arm*-*-symbianelf*.
1019 * gdb.base/dup-sect.exp: Likewise.
1020 * lib/dwarf.exp: New.
1021 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1022 dwarf2_support.
1023 * gdb.dwarf2/dup-psym.exp: Likewise.
1024 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1025 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1026 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1027 * gdb.dwarf2/dw2-basic.exp: Likewise.
1028 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1029 * gdb.dwarf2/dw2-const.exp: Likewise.
1030 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1031 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1032 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1033 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1034 * gdb.dwarf2/dw2-filename.exp: Likewise.
1035 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1036 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1037 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1038 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1039 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1040 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1041 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1042 * gdb.dwarf2/dw2-producer.exp: Likewise.
1043 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1044 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1045 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1046 * gdb.dwarf2/dw2-strp.exp: Likewise.
1047 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1048 * gdb.dwarf2/implptr.exp: Likewise.
1049 * gdb.dwarf2/mac-fileno.exp: Likewise.
1050 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1051 * gdb.dwarf2/pieces.exp: Likewise.
1052 * gdb.dwarf2/pr11465.exp: Likewise.
1053 * gdb.dwarf2/valop.exp: Likewise.
1054 * gdb.dwarf2/watch-notconst.exp: Likewise.
1055 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1056
4694da01
TT
10572011-01-19 Tom Tromey <tromey@redhat.com>
1058
1059 * gdb.python/py-infthread.exp: Add thread tests.
1060
b075872c
JB
10612011-01-14 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1064
2c3e6e24
JB
10652011-01-14 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.ada/widewide: New testcase.
1068
de8fa76c
JB
10692011-01-13 Joel Brobecker <brobecker@adacore.com>
1070
1071 * gdb.base/interact.exp: New testcase.
1072
1b05df00
TT
10732011-01-12 Tom Tromey <tromey@redhat.com>
1074
1075 * gdb.mi/gdb2549.exp: Update for error message changes.
1076 * gdb.mi/mi-cli.exp: Likewise.
1077 * gdb.mi/mi-disassemble.exp: Likewise.
1078 * gdb.mi/mi-pthreads.exp: Likewise.
1079 * gdb.mi/mi-regs.exp: Likewise.
1080 * gdb.mi/mi-stack.exp: Likewise.
1081 * gdb.mi/mi-var-block.exp: Likewise.
1082 * gdb.mi/mi-var-cmd.exp: Likewise.
1083 * gdb.mi/mi2-cli.exp: Likewise.
1084 * gdb.mi/mi2-disassemble.exp: Likewise.
1085 * gdb.mi/mi2-pthreads.exp: Likewise.
1086 * gdb.mi/mi2-regs.exp: Likewise.
1087 * gdb.mi/mi2-stack.exp: Likewise.
1088 * gdb.mi/mi2-var-block.exp: Likewise.
1089 * gdb.mi/mi2-var-cmd.exp: Likewise.
1090
c2ff108b
JK
10912011-01-12 Andrew Burgess <aburgess@broadcom.com>
1092 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 PR fortran/11104 and DWARF unbound arrays detection.
1095 * gdb.fortran/multi-dim.exp: New file.
1096 * gdb.fortran/multi-dim.f90: New file.
1097
b716877b
AB
10982011-01-12 Andrew Burgess <aburgess@broadcom.com>
1099
1100 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1101 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1102 add new tests for opcode dumping.
1103
6c162d5e
TT
11042011-01-11 Tom Tromey <tromey@redhat.com>
1105
1106 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1107
77b06cd7
TJB
11082010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1109
1110 Convert hardware watchpoints to use breakpoint_ops.
1111 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1112 type is not supported.
1113 * gdb.base/foll-fork.exp: Likewise.
1114 * gdb.base/foll-vfork.exp: Likewise.
1115
f39a75d0
PM
11162011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1117
1118 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1119 Use load_lib gdb-python.exp.
1120 * gdb.python/python.exp: Ditto.
1121 * gdb.python/py-function.exp: Ditto.
1122
fc529d80
AS
11232011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1124
1125 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1126
fb03cb59
JK
11272011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * configure: Regenerate.
1130
d8e22779
TT
11312011-01-06 Tom Tromey <tromey@redhat.com>
1132
1133 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1134
09050809
JB
11352011-01-06 Joel Brobecker <brobecker@adacore.com>
1136
fc529d80
AS
1137 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1138 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1139 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1140 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1141 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1142 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1143 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1144 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1145 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1146 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1147 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1148 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1149 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1150 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1151 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1152 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1153 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1154 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1155 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1156 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1157 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1158 gdb.ada/uninitialized_vars.exp,
1159 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1160 Simplify by using clean_restart.
09050809 1161
8ed5dd9e
JB
11622011-01-06 Joel Brobecker <brobecker@adacore.com>
1163
1164 Add marker to be used as anchor for inserting breakpoints.
1165 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1166 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1167 Likewise.
1168
1169 Remove uses of gdb_start_cmd.
1170 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1171 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1172
1173 Do not run testcase if testing with GDBserver.
1174 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1175 if testing with GDBserver.
1176
368a124f
JB
11772011-01-06 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1180 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1181 copyright header.
1182
44944448
JB
11832011-01-05 Joel Brobecker <brobecker@adacore.com>
1184
1185 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1186 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1187 testsuite/gdb.fortran/complex.f,
1188 testsuite/gdb.fortran/derived-type.f90,
1189 testsuite/gdb.fortran/library-module-lib.f90,
1190 testsuite/gdb.fortran/library-module-main.f90,
1191 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1192 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1193 Copyright year update.
1194
31886ea6
JB
11952011-01-05 Joel Brobecker <brobecker@adacore.com>
1196
1197 * gdb.base/langs1.f: Add copyright header.
1198
ebedcab5
JK
11992011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 * gdb.base/morestack.exp: New file.
1202 * gdb.base/morestack.c: New file.
1203
de1eb2f9
JK
12042011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1207
9e87a409
JB
12082010-12-29 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1211 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1212
720d1a40
JB
12132010-12-29 Joel Brobecker <brobecker@adacore.com>
1214
1215 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1216
a283af87
AS
12172010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1218
5d3d9cba
AS
1219 * gdb.threads/tls.exp: Fix typo.
1220
a283af87
AS
1221 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1222 * gdb.threads/execl.exp: Update.
1223
2a20745c
YQ
12242010-12-23 Yao Qi <yao@codesourcery.com>
1225
1226 * gdb.arch/arm-disp-step.exp: New.
1227 * gdb.arch/arm-disp-step.S: New.
1228
a7658b96
TT
12292010-12-21 Tom Tromey <tromey@redhat.com>
1230
1231 * gdb.threads/execl.exp: Update.
1232 * gdb.threads/linux-dp.exp: Update.
1233 * gdb.threads/manythreads.exp: Update.
1234 * gdb.threads/tls.exp: Update.
1235
5b79abe7
TT
12362010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1237
1238 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1239 (NextOverThrowDerivates) <resumebpt>: New.
1240 (resumebpt_test): New.
1241 (main): Call resumebpt_test.
1242 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1243
0914bcdb
SS
12442010-12-12 Stan Shebs <stan@codesourcery.com>
1245
1246 * gdb.trace/tsv.exp: Test print command on trace state variables.
1247
305aeedc
TT
12482010-12-09 Tom Tromey <tromey@redhat.com>
1249
1250 * gdb.base/interp.exp: Add regression test.
1251
186c406b
TT
12522010-12-09 Tom Tromey <tromey@redhat.com>
1253
1254 * gdb.java/jnpe.java: New file.
1255 * gdb.java/jnpe.exp: New file.
1256 * gdb.cp/nextoverthrow.exp: New file.
1257 * gdb.cp/nextoverthrow.cc: New file.
1258
aae1c79a
DE
12592010-12-07 Doug Evans <dje@google.com>
1260
1261 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1262 of data-directory.
1263 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1264 updated.
1265 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1266
60f98dde 12672010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
1268
1269 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1270 * gdb.base/call-sc.exp: Ditto.
1271 * gdb.base/finish.exp: Ditto.
1272 * gdb.base/return.exp: Ditto.
1273 * gdb.base/return2.exp: Ditto.
1274
5fa290c1
DE
12752010-11-30 Doug Evans <dje@google.com>
1276
1277 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1278 (gdb_expect_list): Fix spelling errors in comments.
1279 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1280 send_gdb/gdb_expect_list where applicable.
1281 * gdb.base/call-ar-st.exp: Ditto.
1282 * gdb.base/funcargs.exp: Ditto.
1283 * gdb.base/gcore.exp: Ditto.
1284 * gdb.base/page.exp: Ditto.
1285 * gdb.base/sigaltstack.exp: Ditto.
1286 * gdb.base/siginfo.exp: Ditto.
1287 * gdb.base/sigstep.exp: Ditto.
1288 * gdb.base/trace-commands.exp: Ditto.
1289
4e04c971
DE
12902010-11-29 Doug Evans <dje@google.com>
1291
1292 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1293 printer-name;subprinter-name.
1294
8cf6f0b1
TT
12952010-11-29 Tom Tromey <tromey@redhat.com>
1296
1297 * gdb.dwarf2/implptr.exp: New file.
1298 * gdb.dwarf2/implptr.c: New file.
1299 * gdb.dwarf2/implptr.S: New file.
1300
94b6973e
PM
13012010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1302
fc529d80 1303 PR python/12199
94b6973e
PM
1304
1305 * gdb.python/py-breakpoint.exp: Test the delete method.
1306
8358c15c
JK
13072010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 Fix step_resume_breakpoint unsaved during an infcall.
1310 * gdb.base/step-resume-infcall.exp: New file.
1311 * gdb.base/step-resume-infcall.c: New file.
1312
f6df29bc
TJB
13132010-11-24 Edjunior Machado <emachado@br.ibm.com>
1314
1315 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1316
f2b5a5cf
TJB
13172010-11-24 Edjunior Machado <emachado@br.ibm.com>
1318
1319 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1320 on ppc64's symbols; "finish" and "return" commands must accept to
1321 show the caller line again as well as the line after.
1322 * gdb.asm/powerpc64.inc: New file.
1323
6b0ecdc2
DE
13242010-11-23 Doug Evans <dje@google.com>
1325
1326 * lib/gdb.exp (gdb_test_sequence): New function.
1327 (gdb_expect_list): Add verbose -log call for each pattern.
1328 * gdb.base/signals.exp (test_handle_all_print): Call it.
1329 Reduce timeout increment from 6 minutes to 1 minute.
1330 * gdb.server/ext-run.exp: Call it.
1331
ea976c60
PM
13322010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1333
f2b5a5cf 1334 PR python/12212
ea976c60
PM
1335
1336 * gdb.python/python.exp: Check that selected_thread raises an
1337 error when no inferior is loaded.
1338
c0efa795
JK
13392010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1340
1341 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1342 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1343
ec3aa567
JK
13442010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1347 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1348
d8249011
DE
13492010-11-18 Doug Evans <dje@google.com>
1350
1351 * gdb.server/ext-run.exp: Fix intermittent failures.
1352
d4eba7d1
NF
13532010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1354
1355 * gdb.stabs/gdb11479.exp: Use runto_main.
1356
b04c2f88
NF
13572010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1358
1359 * gdb.base/break-entry.exp: Skip if using a stub.
1360
ae9d7ce4
NF
13612010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1362
1363 * gdb.python/py-inferior.exp: Pack values in target endianness.
1364
621c8364
TT
13652010-11-12 Tom Tromey <tromey@redhat.com>
1366
1367 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1368 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1369 MemoryError.
1370 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1371 type.
1372 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1373 MemoryError.
1374 (test_subscript_regression): Update exception type.
1375
84f4c1fe
PM
13762010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1377
1378 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1379 breakpoint tests.
1380
a1442452
PA
13812010-11-09 Pedro Alves <pedro@codesourcery.com>
1382
1383 * gdb.base/watchpoint.exp: Test "watch -location" with an
1384 innacessible location.
1385
efd11a33
JK
13862010-11-09 Edjunior Machado <emachado@br.ibm.com>
1387 Luis Machado <luisgpm@br.ibm.com>
1388
1389 * gdb.base/maint.exp: Expect "." prefix.
1390 * gdb.base/nodebug.exp: Expect "." Likewise.
1391 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1392 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1393 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1394 POWER server processors.
1395
aa00efb5
JK
13962010-11-08 Edjunior Machado <emachado@br.ibm.com>
1397 Luis Machado <luisgpm@br.ibm.com>
1398
1399 * gdb.base/break-entry.exp: convert entry point for
1400 ppc64 and expect leading `.' on ppc64's symbols
1401
99e7ae30
DE
14022010-11-05 Doug Evans <dje@google.com>
1403
1404 * gdb.base/help.exp: Update expected output.
b521dba8
DE
1405 * gdb.python/py-param.exp: Delete, contents moved to ...
1406 * gdb.python/py-parameter.exp: ... here. New file.
1407 Add test for gdb.parameter ("directories").
99e7ae30 1408
f4b8a18d
KW
14092010-11-05 Ken Werner <ken.werner@de.ibm.com>
1410
1411 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1412 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1413 * configure: Regenerate.
1414 * gdb.opencl/Makefile.in: New File.
1415 * gdb.opencl/datatypes.exp: Likewise.
1416 * gdb.opencl/datatypes.cl: Likewise.
1417 * gdb.opencl/operators.exp: Likewise.
1418 * gdb.opencl/operators.cl: Likewise.
1419 * gdb.opencl/vec_comps.exp: Likewise.
1420 * gdb.opencl/vec_comps.cl: Likewise.
1421 * gdb.opencl/convs_casts.exp: Likewise.
1422 * gdb.opencl/convs_casts.cl: Likewise.
1423 * lib/opencl.exp: Likewise.
1424 * lib/opencl_hostapp.c: Likewise.
1425 * lib/opencl_kernel.cl: Likewise.
1426 * lib/cl_util.c: Likewise.
1427 * lib/cl_util.c: Likewise.
1428 * gdb.base/default.exp (set language): Add "opencl" to the list of
1429 languages.
1430
a9d5ef47
SW
14312010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1432
1433 * gdb.cp/overload.exp: Added test for inheritance overload.
1434 * gdb.cp/overload.cc: Ditto.
1435 * gdb.cp/oranking.exp: Removed releveant kfails.
1436
03eb1c79
JK
14372010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1438 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1441 check test_compiler_info.
1442
dbc98a8b
KW
14432010-11-03 Ken Werner <ken.werner@de.ibm.com>
1444
1445 * gdb.base/gnu_vector.exp: Adjust expect messages.
1446
120bd360
KW
14472010-11-03 Ken Werner <ken.werner@de.ibm.com>
1448
1449 * gdb.base/gnu_vector.exp: Add unary operator tests.
1450
c37f7098
KW
14512010-11-03 Ken Werner <ken.werner@de.ibm.com>
1452
1453 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1454
7b51bc51
DE
14552010-11-02 Doug Evans <dje@google.com>
1456
1457 * gdb.python/py-pp-maint.c: New file.
1458 * gdb.python/py-pp-maint.exp: New file.
1459 * gdb.python/py-pp-maint.py: New file.
1460
50c97f38
TT
14612010-11-02 Tom Tromey <tromey@redhat.com>
1462
1463 * gdb.base/default.exp: Remove "scheme" from language list.
1464
a289b8f6
JK
14652010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1466
1467 Revert:
1468 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1469 * gdb.threads/sigstep-threads.exp: New file.
1470 * gdb.threads/sigstep-threads.c: New file.
1471
cd017491
MS
14722010-10-20 Michael Snyder <msnyder@vmware.com>
1473
1474 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1475
8e6a5956
UW
14762010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1477
1478 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1479 Skip test completely if gdb,no_hardware_watchpoints.
1480
2c04da0d
UW
14812010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1482
1483 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1484 strict, but do not check for any particular function name within libc.
1485
79afc5ef
SW
14862010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1487
1488 * gdb.cp/smartp.exp: New test.
1489 * gdb.cp/smartp.cc : New test.
1490
026ffab7
SW
14912010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1492
1493 * gdb.cp/converts.exp: Test pointer to bool conversion.
1494 Test pointer to long conversion.
1495 * gdb.cp/oranking.exp: Removed relevant kfail.
1496
3a772aa4
TT
14972010-10-18 Tom Tromey <tromey@redhat.com>
1498
1499 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1500 argument to lazy_string.
1501 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1502 (pp_ls.to_string): Use it.
1503 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1504 Add "estring2" local.
1505
5fc3827b
JK
15062010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 Fix s390x compatibility.
1509 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1510 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1511
8aeb23f3
JK
15122010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.threads/sigstep-threads.exp: New file.
1515 * gdb.threads/sigstep-threads.c: New file.
1516
c1e56572
JK
15172010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 * gdb.base/pie-execl.exp: New file.
1520 * gdb.base/pie-execl.c: New file.
1521
92163a10
JK
15222010-10-13 Doug Evans <dje@google.com>
1523 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 PR exp/12117
1526 * gdb.cp/ptype-cv-cp.cc: New file.
1527 * gdb.cp/ptype-cv-cp.exp: New file.
1528
7062b0a0
SW
15292010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1530
1531 * gdb.cp/converts.cc: New test program.
1532 * gdb.cp/converts.exp: New test.
1533 * gdb.cp/overload.exp: Added test for void* vs int*.
1534 * gdb.cp/overload.exp: Ditto.
1535 * gdb.cp/oranking.exp: Removed related kfail.
1536
0e3509db
DE
15372010-10-13 Doug Evans <dje@google.com>
1538
1539 * lib/gdb-python.exp (gdb_check_python_config): New function.
1540 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1541 * gdb.python/lib-types.cc: New file.
1542 * gdb.python/lib-types.exp: New file.
1543
8dc78533
JK
15442010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.python/py-error.exp: New file.
1547 * gdb.python/py-error.py: New file.
1548
93c17e06
JK
15492010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1552 gdb_test_multiple.
1553
d8b34041
JK
15542010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1557 * gdb.base/prelink.exp: Likewise.
1558 * gdb.base/solib-nodir.exp: Likewise.
1559 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1560 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1561 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1562
e0cc584e
UW
15632010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1564
1565 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1566 for the "info files" test to avoid timeouts on slow machines.
1567
cfc353b1
JK
15682010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1571 (main): Make openlib dummy call.
1572
d3d7896d
JK
15732010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1576 * break-interp.exp (reach): Move the core body ...
1577 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1578 (test_ld): Provide always real argument, even to the linker. Replace
1579 dl_main by _dl_debug_state.
1580
5e533c94
JK
15812010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 Fix results of prelinked PIEs on ppc*.
1584 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1585 Accept also DISPLACEMENT "PRESENT".
1586 (main): Replace "ZERO" displacements by "PRESENT".
1587
33540610
SW
15882010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1589
1590 * gdb.cp/oranking.exp: New test.
1591 * gdb.cp/oranking.cc: New test program.
1592
3bdf2bbd
KW
15932010-10-08 Ken Werner <ken.werner@de.ibm.com>
1594
1595 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1596 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1597
2f608a3a
KW
15982010-10-06 Ken Werner <ken.werner@de.ibm.com>
1599
1600 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1601 lush, lynx) New constant.
1602 * gdb.base/constvars.exp: Test const array types.
1603 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1604
aa2e2d8d
DE
16052010-10-06 Doug Evans <dje@google.com>
1606
1607 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1608 of syscall staging area.
1609
2844d6b5
KW
16102010-10-06 Ken Werner <ken.werner@de.ibm.com>
1611
1612 * gdb.base/gnu_vector.c: Add variable c4.
1613 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1614 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1615
7d8ac8bb
MR
16162010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1617
1618 * gdb.arch/altivec-abi.exp: Fix a typo.
1619
84a02e58
MR
16202010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1621
1622 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1623 to match a thread ID.
1624
b18e6318
JK
16252010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 Fix s390x testcase compatibility.
1628 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1629
a2c09bd0
DE
16302010-10-01 Doug Evans <dje@google.com>
1631
1632 * lib/gdb-python.exp: New file.
1633 * gdb.python/py-block.exp: Use it.
1634 * gdb.python/py-breakpoint.exp: Ditto.
1635 * gdb.python/py-frame.exp: Ditto.
1636 * gdb.python/py-inferior.exp: Ditto.
1637 * gdb.python/py-param.exp: Ditto.
1638 * gdb.python/py-prettyprint.exp: Ditto.
1639 * gdb.python/py-shared.exp: Ditto.
1640 * gdb.python/py-symbol.exp: Ditto.
1641 * gdb.python/py-symtab.exp: Ditto.
1642 * gdb.python/py-type.exp: Ditto.
1643 * gdb.python/py-value.exp: Ditto.
1644 * gdb.python/python.exp: Ditto.
1645
38f12cfc
TT
16462010-09-30 Tom Tromey <tromey@redhat.com>
1647
1648 * gdb.base/anon.exp: New file.
1649 * gdb.base/anon.c: New file.
1650
9ae8282d
TT
16512010-09-30 Tom Tromey <tromey@redhat.com>
1652
1653 * gdb.base/completion.exp: Test completion through anonymous
1654 union.
1655 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1656
e9e07ba6
JK
16572010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 Fix printing parameters of inlined functions.
1660 * gdb.dwarf2/dw2-inline-param.exp: New file.
1661 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1662 * gdb.dwarf2/dw2-inline-param.S: New file.
1663
cd2effb2
JK
16642010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1665
1666 PR corefiles/12071.
1667 * gdb.base/corefile.exp (quit with a process, no question: load core)
1668 (quit with a core file): New tests.
1669
bceffbf3
JK
16702010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 Fix GDB crash on inferior calls with self-referencing classes.
1673 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1674 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1675 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1676
1736ad11
JK
16772010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1678
1679 Fix lost siginfo_t for inferior calls.
1680 * gdb.base/siginfo-infcall.exp: New file.
1681 * gdb.base/siginfo-infcall.c: New file.
1682
a176ad92
JB
16832010-09-22 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1686
c2b0a229
JK
16872010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1690 New test.
1691 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1692
e8ae22d1
JB
16932010-09-22 Joel Brobecker <brobecker@adacore.com>
1694
1695 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1696 type of our const type.
1697
ec322823
SW
16982010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1699
1700 * gdb.cp/pr12028.cc: New.
1701 * gdb.cp/pr12028.exp: New.
1702
72929c62
JB
17032010-09-22 Joel Brobecker <brobecker@adacore.com>
1704
1705 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1706
875b4ff5 17072010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 1708 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
1709
1710 PR mi/11407
1711 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1712 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1713 * gdb.mi/dw2-ref-missing-frame.S New File.
1714 * gdb.mi/dw2-ref-missing-frame.exp New File.
1715
7155d578
TT
17162010-09-14 Tom Tromey <tromey@redhat.com>
1717
1718 PR symtab/8399:
1719 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1720
515ed532
TT
17212010-09-14 Tom Tromey <tromey@redhat.com>
1722
1723 PR exp/11803:
1724 * gdb.threads/tls.exp: Use C++.
1725 (check_thread_local): Use K::another_thread_local.
1726 * gdb.threads/tls.c (class K): New.
1727 (another_thread_local): Now a member of K.
1728 (spin): Update. No longer K&R C.
1729
450ca57c
SW
17302010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1731
1732 * gdb.cp/koenig.cc: created class for testing member lookup.
1733 * gdb.cp/koenig.exp: Added test for member lookup.
1734
dbd492a3
JK
17352010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1736
1737 Fix false FAILs on sourcetree topdir directory containing "kill".
1738 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1739 source line matching regexp.
1740
8d4d924b
JK
17412010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1742
1743 * gdb.python/python.exp (set height 0, collect help from uiout)
1744 (verify help to uiout): New tests.
1745
8e64f2a0
JK
17462010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1747
1748 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1749 is_lp64_target to check 64bit target.
1750
4569eed2
JK
17512010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1754 (test_ld) <powerpc64-*>: New.
1755
5e1617b1
DJ
17562010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1757
1758 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1759
c767944b
DJ
17602010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1761
1762 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1763 (FunctionArg::method): New function.
1764 (empty, arg): New variables.
1765 (main): Call arg.method.
1766 * gdb.cp/templates.exp (test_template_args): New function.
1767 (do_tests): Call it.
1768
27d3a3fc
UW
17692010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1770
1771 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1772 of "next" to proceed over pthread_exit call.
1773
55b7ce7f
UW
17742010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1775
1776 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1777 "maint print statistics" output to prevent expect timeouts.
1778
809df446
JK
17792010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1782 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1783 (test_float_rejected): ... here.
1784 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1785 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1786 (test_float_rejected): ... here.
1787 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1788 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1789 (test_float_rejected): ... here.
1790 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1791 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1792 (test_float_rejected): ... here.
1793
8464be76
DJ
17942010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1795
1796 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1797 before disabling hardware watchpoints.
1798 (test_inaccessible_watchpoint): Check that hardware watchpoints
1799 are used. Test for watchpoints on a constant address.
1800
14dba4b4
JK
18012010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 * gdb.base/ui-redirect.exp: New file.
1804
3f3540e1 18052010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 1806 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
1807
1808 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1809
0f254bb7
DE
18102010-08-31 Doug Evans <dje@google.com>
1811
1812 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1813
03f17ccf
TT
18142010-08-30 Tom Tromey <tromey@redhat.com>
1815
1816 PR python/11792:
1817 * gdb.python/py-value.exp (test_subscript_regression): Add
1818 dynamic_type test.
1819
640617ad
DJ
18202010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
1821
1822 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1823 instead of running to main. Do not test the main function.
1824 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1825 Add new main.
1826
2ed91d1b
PA
18272010-08-26 Pedro Alves <pedro@codesourcery.com>
1828
1829 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1830 one test.
1831
673bfd45
DE
18322010-08-24 Doug Evans <dje@google.com>
1833
1834 PR symtab/11942
1835 * gdb.dwarf2/dw4-sig-types.cc: New file.
1836 * gdb.dwarf2/dw4-sig-types.h: New file.
1837 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
1838 * gdb.dwarf2/dw4-sig-types.exp: New file.
1839
f9ffd4bb
TT
18402010-08-23 Tom Tromey <tromey@redhat.com>
1841
1842 PR python/11145:
1843 * gdb.python/py-value.c (Base, Derived): New types.
1844 (base): New global.
1845 * gdb.python/py-value.exp (test_subscript_regression): Add
1846 dynamic_cast test.
1847
d839c8a4
TT
18482010-08-23 Tom Tromey <tromey@redhat.com>
1849
1850 PR python/10676:
1851 * gdb.python/py-type.exp (test_fields): Add tests for type
1852 equality.
1853
702c2711
TT
18542010-08-23 Tom Tromey <tromey@redhat.com>
1855
1856 PR python/11915:
1857 * gdb.python/py-type.exp (test_fields): Add tests for array.
1858
832bafd3
KS
18592010-08-23 Keith Seitz <keiths@redhat.com>
1860
1861 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
1862 have any children. Create a new abbrev for it.
1863 Add missing terminal sequence to .debug_abbrev.
1864
c37bf528
KS
18652010-08-20 Keith Seitz <keiths@redhat.com>
1866
1867 PR symtab/11465:
1868 * gdb.dwarf2/pr11465.exp: New test.
1869 * gdb.dwarf2/pr11465.S: New file.
1870 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
1871 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
1872
4572cbac
TJB
18732010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
1874
1875 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
1876 registers. Update data sets with the new v2_double element in the
1877 VSX register union. Add vector_register3_vr data set for the AltiVec
1878 registers. Use gdb_test_no_output instead of send_gdb.
1879
e7fbb131
PA
18802010-08-19 Pedro Alves <pedro@codesourcery.com>
1881
1882 * gdb.python/py-shared.exp: New file, factored out from
1883 python.exp.
1884 * gdb.python/py-shared.c: New file.
1885 * gdb.python/py-shared-sl.c: New file.
1886 * gdb.python/python-1.c: New file.
1887 * gdb.python/python-sl.c: Delete.
1888 * gdb.python/python.c: Mention python-1.c.
1889 * gdb.python/python.exp: Move shared library tests to
1890 py-shared.exp.
1891 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
1892 (MISCELLANEOUS): New.
1893 (clean mostlyclean): Also remove $MISCELLANEOUS.
1894
d30f5e1f
DE
18952010-08-19 Doug Evans <dje@google.com>
1896
1897 PR exp/11926
1898 * gdb.base/printcmds.exp (test_float_accepted): New function.
1899 Move existing float tests there. Add tests for floats with suffixes.
1900 (test_float_rejected): New function.
1901 * gdb.java/jv-print.exp (test_float_accepted): New function.
1902 (test_float_rejected): New function.
1903 * gdb.objc/print.exp: New file.
1904 * gdb.pascal/print.exp: New file.
1905 * lib/objc.exp: New file.
1906
7b3fd859
PM
19072010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1908
1909 * gdb.base/default.exp (info set): Avoid full buffer error and force
1910 reading up to final gdb prompt.
1911 (show): Likewise.
1912
c92817ce
TT
19132010-08-18 Tom Tromey <tromey@redhat.com>
1914
1915 PR symtab/11919:
1916 * gdb.base/completion.exp: Add test.
1917
f1208f9e
DE
19182010-08-18 Doug Evans <dje@google.com>
1919
1920 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1921 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1922 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1923 Simplify, early exit if runto_main fails.
1924 * gdb.fortran/exprs.exp: load_lib fortran.exp.
1925 (set_lang_fortran): Moved to lib/fortran.exp.
1926 * gdb.fortran/types.exp: load_lib fortran.exp.
1927 (set_lang_fortran): Moved to lib/fortran.exp.
1928 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1929 * gdb.java/jprint.exp (set_lang_java): Ditto.
1930 * gdb.java/jv-exp.exp: load_lib java.exp.
1931 If set_lang_java fails, issue a warning instead of failure to be
1932 consistent with other set_lang_foo uses.
1933 (set_lang_java): Moved to lib/java.exp.
1934 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1935 If set_lang_java fails, issue a warning instead of failure to be
1936 consistent with other set_lang_foo uses.
1937 * gdb.pascal/types.exp: load_lib pascal.exp.
1938 (set_lang_pascal): Moved to lib/pascal.exp.
1939 * lib/fortran.exp: New file.
1940 * lib/java.exp (set_lang_java): New function.
1941 * lib/pascal.exp (set_lang_pascal): New function.
1942
2f06b485
YQ
19432010-08-18 Yao Qi <yao@codesourcery.com
1944
1945 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
1946 func_nofb_start and func_loopfb_start, so that address of functions
1947 is equal to these labels on Thumb.
1948
96e25403
YQ
19492010-08-18 Yao Qi <yao@codesourcery.com>
1950
1951 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
1952 to reflect latest c source file.
1953
36e6adc4
JK
19542010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * gdb.cp/infcall-dlopen.exp: New file.
1957 * gdb.cp/infcall-dlopen.cc: New file.
1958 * gdb.cp/infcall-dlopen-lib.cc: New file.
1959
f431efe5
PA
19602010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1961 Pedro Alves <pedro@codesourcery.com>
1962
1963 PR breakpoints/11371
1964
1965 * gdb.base/watch-cond-infcall.exp: New file.
1966 * gdb.base/watch-cond-infcall.c: New file.
1967
06a64a0b
TT
19682010-08-16 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.base/help.exp: Update.
1971 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
1972 watchpoint.
1973 (test_watch_location): New proc.
1974 (test_watchpoint_in_big_blob): Delete watchpoint.
1975 * gdb.base/watchpoint.c (func5): New function.
1976 (main): Call it.
1977
70ebf4ed
DE
19782010-08-16 Doug Evans <dje@google.com>
1979
1980 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
1981
ca5c20b6
PM
19822010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1983
1984 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
1985 tests.
1986
7346b668
KW
19872010-08-11 Ken Werner <ken.werner@de.ibm.com>
1988
1989 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
1990 * gdb.base/gnu_vector.c: New File.
1991 * gdb.base/gnu_vector.exp: Likewise.
1992
cb2e07a6
PM
19932010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1994
1995 * gdb.python/python.c: New File.
1996 * gdb.python/python-sl.c: New File.
1997 * gdb.python/python.exp: Test solib_address and decode_line
1998 * functions.
1999
5da1313b
JK
20002010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * gdb.python/python.exp (show height, set height 10)
2003 (verify pagination beforehand, verify pagination beforehand: q)
2004 (gdb.execute does not page, verify pagination afterwards)
2005 (verify pagination afterwards: q): New.
2006
49c3ccf7
DE
20072010-08-02 Doug Evans <dje@google.com>
2008
2009 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2010 because of an older gcc, change test2
2011 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2012 to unsupported.
2013
42c0c4f1
KH
20142010-07-30 Kazu Hirata <kazu@codesourcery.com>
2015
2016 * gdb.base/break-always.exp: Do not expect full paths to file
2017 names.
2018 * gdb.base/commands.exp: Likewise.
2019
d3765805
DE
20202010-07-30 Doug Evans <dje@google.com>
2021
c98ee71b
DE
2022 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2023 xfail them when run with older gccs.
2024
fd961404
DE
2025 * lib/gdb.exp (build_executable): Forward "c++" option to
2026 get_compiler_info.
2027
999adef4
DE
2028 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2029 "python print ttype.template_argument(1)" and
2030 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2031 if using gcc 4.4 or earlier.
2032
d3765805
DE
2033 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2034 attach-to-debugger handling.
2035
1276c759
JK
20362010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2039 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2040 (main): Use copyreloc.
2041 * gdb.base/prelink.exp (split debug of executable)
2042 (.dynbss vs. .bss address shift): New tests.
2043
88caa9b9
PA
20442010-07-29 Pedro Alves <pedro@codesourcery.com>
2045
2046 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2047 in gdb_test_multiple.
2048
c6f2ac43
PA
20492010-07-29 Pedro Alves <pedro@codesourcery.com>
2050
2051 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2052 environment.
2053
326fd672
TT
20542010-07-28 Tom Tromey <tromey@redhat.com>
2055
2056 PR python/11060:
2057 * gdb.python/py-type.c (Temargs): New template.
2058 (temvar): New variable.
2059 * gdb.python/py-type.exp (test_template): New proc.
2060
3ce3b1ba
PA
20612010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2062
2063 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2064 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2065
34eaf542
TT
20662010-07-28 Tom Tromey <tromey@redhat.com>
2067
2068 PR c++/9946:
2069 * gdb.cp/temargs.exp: New file.
2070 * gdb.cp/temargs.cc: New file.
2071
d41b819e
JK
20722010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2073
2074 * gdb.base/help.exp (help disassemble): Update the content.
2075
26ab7092
JK
20762010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 * gdb.threads/ia64-sigill.exp: New file.
2079 * gdb.threads/ia64-sigill.c: New file.
2080
5283e9e1
TT
20812010-07-27 Tom Tromey <tromey@redhat.com>
2082
2083 * gdb.opt/inline-cmds.c (ATTR): New define.
2084 (func1): Use it.
2085 (func2): Likewise.
2086 (func3): Likewise.
2087 (outer_inline1): Likewise.
2088 (outer_inline2): Likewise.
2089 * gdb.opt/inline-bt.c (ATTR): New define.
2090 (func1): Use it.
2091 (func2): Likewise.
2092 * gdb.opt/inline-locals.c (ATTR): New define.
2093 (func1): Use it.
2094 (func2): Likewise.
2095
e992ef73
TT
20962010-07-27 Tom Tromey <tromey@redhat.com>
2097
2098 * gdb.stabs/gdb11479.c (hack): New function.
2099 (test): Use it.
2100 (test2): Use it.
2101 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2102 (int32_search_buf, int64_search_buf): No longer static.
2103 (x): Remove.
2104 * gdb.base/relocate.c (hack): New function.
2105
5374244e
PM
21062010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2107
2108 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2109 * gdb.python/py-value.c (func1): New function.
2110 (func2): Likewise.
2111
a99aee83
CV
21122010-07-26 Corinna Vinschen <vinschen@redhat.com>
2113
2114 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2115 as not to clash with .data section.
2116
a04ba985
JG
21172010-07-26 Jerome Guitton <guitton@adacore.com>
2118
2119 * gdb.base/code_elim.exp: New file.
2120 * gdb.base/code_elim1.c: New file.
2121 * gdb.base/code_elim2.c: New file.
2122
23bd0f7c
PA
21232010-07-21 Pedro Alves <pedro@codesourcery.com>
2124
2125 PR symtab/11827
2126
2127 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2128 (some_volatile_enum): New variable.
2129 * gdb.base/printcmds.exp (test_print_enums): New.
2130 <top level>: Call it.
2131
883df6dd
SW
21322010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2133
2134 * gdb.cp/fpointer.cc: New test.
2135 * gdb.cp/fpointer.exp: New test.
2136
569b05a5
JK
21372010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2138
2139 * gdb.base/solib-nodir.exp: New file.
2140 * lib/gdb.exp (runto): New case for a GDB internal error.
2141
51d7d803
JK
21422010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2143 Ulrich Weigand <uweigand@de.ibm.com>
2144 Tom Tromey <tromey@redhat.com>
2145
2146 * gdb.base/charset-malloc.c: New file.
2147 * gdb.base/charset.c (malloc_stub): New prototype.
2148 (main): Call it instead of malloc itself.
2149 * gdb.base/charset.exp: Use only prepare_for_testing.
2150 (binfile): Remove the variable.
2151
c0edd9ed
JK
21522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 Make core files the process_stratum.
2155 * gdb.base/corefile.exp (run: load core again)
2156 (run: sanity check we see the core file, run: with core)
2157 (run: core file is cleared, attach: load core again)
2158 (attach: sanity check we see the core file, attach: with core)
2159 (attach: core file is cleared): New tests.
2160 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2161
3cbaedff
KW
21622010-07-14 Ken Werner <ken.werner@de.ibm.com>
2163
2164 * gdb.arch/altivec-abi.exp: New tests.
2165
91158a56
TT
21662010-07-13 Tom Tromey <tromey@redhat.com>
2167
2168 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2169 (main): Use it.
2170 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2171
0f5238ed
TT
21722010-07-13 Tom Tromey <tromey@redhat.com>
2173
2174 * gdb.base/label.exp: New file.
2175 * gdb.base/label.c: New file.
2176
add265ae
L
21772010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2178 H.J. Lu <hongjiu.lu@intel.com>
2179
2180 * lib/gdb.exp (is_ilp32_target): New.
2181 (is_lp64_target): Likewise.
2182
2183 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2184 target.
2185 * gdb.arch/amd64-disp-step.exp: Likewise.
2186 * gdb.arch/amd64-dword.exp: Likewise.
2187 * gdb.arch/amd64-i386-address.exp: Likewise.
2188 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 2189
add265ae
L
2190 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2191 target.
2192 * gdb.arch/i386-bp_permanent.exp: Likewise.
2193 * gdb.arch/i386-byte.exp: Likewise.
2194 * gdb.arch/i386-disp-step.exp: Likewise.
2195 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2196 * gdb.arch/i386-prologue.exp: Likewise.
2197 * gdb.arch/i386-size-overlap.exp: Likewise.
2198 * gdb.arch/i386-size.exp: Likewise.
2199 * gdb.arch/i386-sse.exp: Likewise.
2200 * gdb.arch/i386-unwind.exp: Likewise.
2201 * gdb.arch/i386-word.exp: Likewise.
2202
2203 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2204 test only when building 64-bit executables. Do not hard-code
2205 -m64 option.
2206
2dfb8c17
DE
22072010-07-07 Doug Evans <dje@google.com>
2208
2209 * lib/gdb.exp (gdb_test_list_exact): New function.
2210 * gdb.base/default.exp (show convenience): Call it, add tests for
2211 $_sdata = void, $_thread = 0.
2212
4e5799b6
JK
22132010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2214 Joel Brobecker <brobecker@adacore.com>
2215
2216 Fix re-run of PIE executable, PR shlibs/11776.
2217 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2218 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2219 and re-"run" of the inferior.
2220
1a219cc7
JK
22212010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2222 Joel Brobecker <brobecker@adacore.com>
2223
2224 Cope with missing /usr/sbin/prelink.
2225 * lib/prelink-support.exp (prelink_no):
2226 <result == 1 && $output is "no such file or directory">: New.
2227 (prelink_yes): Likewise. Return on failed prelink_no.
2228
5e3b36f8
JK
22292010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2230 Joel Brobecker <brobecker@adacore.com>
2231
2232 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2233 build_executable by build_executable_own_libs. Replace "prelink -R"
2234 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2235 change.
2236 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2237 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2238 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2239 Replace build_executable by build_executable_own_libs's function
2240 build_executable_own_libs.
2241 (prelinkNO): Create new stub to call prelink_no.
2242 (prelinkYES): Create new stub to call prelink_yes.
2243 (test_attach): Rename calls of copy to file_copy.
2244 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2245 (copy): Move to ...
2246 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2247 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2248 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2249 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2250 special flags by gdb_compile_shlib. Replace second gdb_compile by
2251 build_executable_own_libs. Replace "prelink -R" execution by a call of
2252 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2253 a second call of prelink_yes. Replace restart commands by
2254 clean_restart.
2255 (prelink): Rename to ...
2256 (seen displacement message): ... this test. Extend its expectation
2257 strictness.
2258
86e4bafc
JK
22592010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2262 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2263 displacement message exactly once.
2264
3cd07d20
JK
22652010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2266 Joel Brobecker <brobecker@adacore.com>
2267
2268 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2269 its restore after the <$relink_args != ""> loop. new comment.
2270
0a1e94c7
JK
22712010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2272 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2275 code for it. New variable relink_args.
2276 (prelinkYES): Call prelinkNO.
2277 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2278 in such case. Move the core code to ...
2279 (test_attach_gdb): ... a new function. Send GDB command "file".
2280 Extend expected "Attaching to " string.
2281
2f70bcfb
TT
22822010-07-02 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.base/bitops.exp: Remove extraneous "pass".
2285
a17ac5b0
TT
22862010-07-02 Ken Werner <ken.werner@de.ibm.com>
2287
2288 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2289
dc10affe
PA
22902010-07-01 Pedro Alves <pedro@codesourcery.com>
2291
d41c0fc8
PA
2292 * gdb.base/help.exp: Adjust expected output.
2293
22942010-07-01 Pedro Alves <pedro@codesourcery.com>
2295
2296 * gdb.base/help.exp: Adjust expected output.
dc10affe 2297
0a600c36
JK
22982010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2299
2300 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2301 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2302 c++/11702.
2303
37cc8bfe
JK
23042010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2305 Doug Evans <dje@google.com>
2306
2307 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2308 add .dynamic entry'.
2309
254e6b9e
DE
23102010-06-29 Doug Evans <dje@google.com>
2311
2312 Test PR c++/11702.
2313 * gdb.cp/m-static.exp: Add testcase.
2314 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2315
595939de 23162010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
2317 Tom Tromey <tromey@redhat.com>
2318 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
2319
2320 * gdb.python/py-inferior.c: New File.
2321 * gdb.python/py-infthread.c: New File.
2322 * gdb.python/py-inferior.exp: New File.
2323 * gdb.python/py-infthread.exp: New File.
2324
98751a41
JK
23252010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2328 (ptype ::C::OtherFileClass typedefs): New.
2329 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2330 (C::OtherFileClass::cOtherFileClassVar2): New.
2331 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2332 cOtherFileClassVar2.
2333 (C::cOtherFileType2, C::cOtherFileVar2): New.
2334 (C::cOtherFileVar_use): use also cOtherFileVar2.
2335 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2336
41f62f39
JK
23372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2340 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2341 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2342 (print ::C::cOtherFileVar)
2343 (whatis C::OtherFileClass::cOtherFileClassType)
2344 (whatis ::C::OtherFileClass::cOtherFileClassType)
2345 (print C::OtherFileClass::cOtherFileClassVar)
2346 (print ::cOtherFileClassVar)
2347 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2348 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2349 trailing content.
2350 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2351 (C::OtherFileClass::cOtherFileClassVar)
2352 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2353 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2354
af53d231
JK
23552010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2356
2357 Test PR c++/11703 and PR gdb/1448.
2358 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2359 gdb/1448.
2360
9655fd1a
JK
23612010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2364 (main) <rtti_data>: New.
2365 * gdb.cp/virtbase.exp (print rtti_data): New.
2366
824cc8dd
JK
23672010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2368 Joel Brobecker <brobecker@adacore.com>
2369
2370 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2371
6036c742
JK
23722010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2373
2374 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2375
de6a0421
DE
23762010-06-28 Doug Evans <dje@google.com>
2377
2378 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2379
b2dae948
DE
23802010-06-27 Doug Evans <dje@google.com>
2381
2382 * gdb.cp/m-static.exp: Update expected test output.
2383
0f3bb72e
PH
23842010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2385
889bf7c5
PA
2386 * gdb.gdb/selftest.exp: Adjust expected message for
2387 capturing start-up runtime.
0f3bb72e 2388
bc9f0842
TT
23892010-06-25 Tom Tromey <tromey@redhat.com>
2390
2391 PR python/10808:
2392 * gdb.python/python.exp: Add new tests.
2393
099ef718
SW
23942010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2395
2396 * gdb.cp/operator.cc: Created an import loop.
2397 * gdb.cp/operator.exp: Added testcase for import loop.
2398
5868a632
JK
23992010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2400
2401 Test PR python/11407.
2402 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2403 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2404 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2405 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2406 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2407 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2408 binfile. Call gdb_compile with clean_restart twice.
2409 (func_nofb print, func_nofb backtrace, func_loopfb print)
2410 (func_loopfb backtrace): New.
2411
af76db58
JK
24122010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2415 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2416 by a hand made one.
2417 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2418 i?86 requirement. Remove variables srcfile and binfile. New variable
2419 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2420
f2c7657e
UW
24212010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2422
2423 * gdb.cell/dwarfaddr.exp: New file.
2424 * gdb.cell/dwarfaddr.S: New file.
2425
628fe4e4
JK
24262010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 Test PR 9436.
2429 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2430
f1421989
HZ
24312010-06-24 Hui Zhu <teawater@gmail.com>
2432
2433 * gdb.base/eval.exp: New file.
2434
d03285ec
UW
24352010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2436
2437 * gdb.cell/fork.exp: New file.
2438 * gdb.cell/fork.c: Likewise.
2439 * gdb.cell/fork-spu.c: Likewise.
2440
41b2c92d
PM
24412010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2442
2443 * lib/gdb.exp (banned_variables_traced): New global variable.
2444 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2445 (gdb_init): Use `trace add variable' instead of obsolete
2446 `trace variable'.
2447
d5bc977f
DE
24482010-06-21 Doug Evans <dje@google.com>
2449
2450 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2451
d2ed6730
UW
24522010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2453
2454 * gdb.arch/spu-ls.exp: New file.
2455 * gdb.arch/spu-ls.c: Likewise.
2456
6aed2dbc
SS
24572010-06-18 Stan Shebs <stan@codesourcery.com>
2458
2459 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2460
e0756905
UW
24612010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2462
2463 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2464 * gdb.base/watch-cond.exp: Likewise.
2465 * gdb.python/py-breakpoint.exp: Likewise.
2466
d8053d4d
PA
24672010-06-18 Pedro Alves <pedro@codesourcery.com>
2468
2469 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2470 clean_restart, make sure every test has a distinct message, and
2471 that messages don't include the executable' full path.
2472
81ce510c
DE
24732010-06-17 Doug Evans <dje@google.com>
2474
2475 * gdb.arch/i386-size.exp: Updated expected output for
2476 DISASSEMBLY_OMIT_FNAME.
2477
65d79d4b
SDJ
24782010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2479 Sergio Durigan Junior <sergiodj@redhat.com>
2480
2481 * gdb.base/watch-notconst.c: New file.
2482 * gdb.base/watch-notconst.S: New file.
2483 * gdb.base/watch-notconst2.c: New file.
2484 * gdb.base/watch-notconst2.S: New file.
2485 * gdb.base/watch-notconst.exp: New file.
2486 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2487 (func4): Add operations on `global_ptr_ptr'.
2488 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2489 routine to test watchpoints created with a constant expression.
2490 (test_inaccessible_watchpoint): Include tests for watchpoints
2491 created with a constant expression.
2492
df0f4836
KB
24932010-06-14 Kevin Buettner <kevinb@redhat.com>
2494
2495 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2496 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2497 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2498 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2499 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2500 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2501 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2502 of `_start'.
2503
b769def5
UW
25042010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2505
2506 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2507 not supported on the target.
2508 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2509 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2510 * gdb.mi/mi-nsintrall.exp: Likewise.
2511 * gdb.mi/mi-nsmoribund.exp: Likewise.
2512 * gdb.mi/mi-nsthrexec.exp: Likewise.
2513
d914c394
SS
25142010-06-11 Stan Shebs <stan@codesourcery.com>
2515
2516 * gdb.base/permissions.exp: New file.
2517
25182010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
2519
2520 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2521 does not support ELF executable class.
2522
f3ce5b9c
UW
25232010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2524
2525 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2526
8e46892c
JK
25272010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2530 (runto): Catch "The target does not support running in non-stop mode.".
2531
6cc55c64
MS
25322010-06-11 Michael Snyder <msnyder@vmware.com>
2533
2534 * gdb.base/setshow.exp (set language asm): Don't use
2535 gdb_test_no_output, fails on some targets.
2536
caddefa4
UW
25372010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2538
2539 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2540 * gdb.cp/pr9167.exp: Likewise.
2541
468b1aa7
UW
25422010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2543
2544 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2545
5c3552dc
UW
25462010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2547
2548 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2549
02e6fe6a
UW
25502010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2551
2552 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2553
0e03807e
TT
25542010-06-11 Tom Tromey <tromey@redhat.com>
2555
2556 PR gdb/9977, PR exp/11636::
2557 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2558 (pieces_test_f6): Update expected output.
2559
2bdf28a0
JK
25602010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.base/moribund-step.exp: New.
2563
f6978de9
MS
25642010-06-08 Michael Snyder <msnyder@vmware.com>
2565
2566 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 2567 * gdb.ada/boolean_expr.exp:
f6978de9
MS
2568 * gdb.ada/frame_args.exp: Ditto.
2569 * gdb.ada/lang_switch.exp: Ditto.
2570 * gdb.ada/ptype_arith_binop.exp: Ditto.
2571 * gdb.ada/ref_param.exp: Ditto.
2572 * gdb.ada/type_coercion.exp:Ditto.
2573
2574 * gdb.asm/asm-source.exp: Ditto.
2575
2576 * gdb.base/attach.exp: Ditto.
2577 * gdb.base/bitfields2.exp: Ditto.
2578 * gdb.base/call-signal-resume.exp: Ditto.
2579 * gdb.base/callfuncs.exp: Ditto.
2580 * gdb.base/commands.exp: Ditto.
2581 * gdb.base/dbx.exp: Ditto.
2582 * gdb.base/default.exp: Ditto.
2583 * gdb.base/dump.exp: Ditto.
2584 * gdb.base/exprs.exp: Ditto.
2585 * gdb.base/freebpcmd.exp: Ditto.
2586 * gdb.base/interrupt.exp: Ditto.
2587 * gdb.base/list.exp: Ditto.
2588 * gdb.base/long_long.exp: Ditto.
2589 * gdb.base/maint.exp: Ditto.
2590 * gdb.base/ptype.exp: Ditto.
2591 * gdb.base/return.exp: Ditto.
2592 * gdb.base/setshow.exp: Ditto.
2593 * gdb.base/sigbpt.exp: Ditto.
2594 * gdb.base/sigrepeat.exp: Ditto.
2595
2596 * gdb.cp/classes.exp: Ditto.
2597
2598 * gdb.dwarf2/dw2-restore.exp: Ditto.
2599
2600 * gdb.gdb/selftest.exp: Ditto.
2601
2602 * gdb.multi/base.exp: Ditto.
2603 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2604
2605 * gdb.python/py-block.exp: Ditto.
2606 * gdb.python/py-prettyprint.exp: Ditto.
2607 * gdb.python/py-template.exp: Ditto.
2608
2609 * gdb.server/ext-attach.exp: Ditto.
2610 * gdb.server/ext-run.exp: Ditto.
2611 * gdb.server/server-mon.exp: Ditto.
2612
2613 * gdb.threads/fork-thread-pending.exp: Ditto.
2614 * gdb.threads/hand-call-in-threads.exp: Ditto.
2615 * gdb.threads/interrupted-hand-call.exp: Ditto.
2616 * gdb.threads/linux-dp.exp: Ditto.
2617 * gdb.threads/manythreads.exp: Ditto.
2618 * gdb.threads/print-threads.exp: Ditto.
2619 * gdb.threads/pthreads.exp: Ditto.
2620 * gdb.threads/schedlock.exp: Ditto.
2621 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2622 * gdb.threads/threadapply.exp: Ditto.
2623
de7ff789
MS
26242010-06-08 Michael Snyder <msnyder@vmware.com>
2625
889bf7c5 2626 * gdb.ada/exec_changed.exp:
de7ff789
MS
2627 Use ".*" instead of "" as wildcard regexp.
2628
2629 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2630 * gdb.base/call-ar-st.exp: Ditto.
2631 * gdb.base/checkpoint.exp: Ditto.
2632 * gdb.base/default.exp: Ditto.
2633 * gdb.base/dump.exp: Ditto.
2634 * gdb.base/ending-run.exp: Ditto.
2635 * gdb.base/fileio.exp: Ditto.
2636 * gdb.base/miscexprs.exp: Ditto.
2637 * gdb.base/pointers.exp: Ditto.
2638 * gdb.base/readline.exp: Ditto.
2639 * gdb.base/reread.exp: Ditto.
2640 * gdb.base/restore.exp: Ditto.
2641 * gdb.base/shlib-call.exp: Ditto.
2642 * gdb.base/valgrind-db-attach.exp: Ditto.
2643 * gdb.base/volatile.exp: Ditto.
2644 * gdb.base/watchpoints.exp: Ditto.
2645
2646 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2647
2648 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2649 * gdb.python/py-value.exp: Ditto.
2650
2651 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2652 * gdb.trace/circ.exp: Ditto.
2653 * gdb.trace/collection.exp: Ditto.
2654 * gdb.trace/packetlen.exp: Ditto.
2655 * gdb.trace/passc-dyn.exp: Ditto.
2656 * gdb.trace/report.exp: Ditto.
2657 * gdb.trace/tfile.exp: Ditto.
2658 * gdb.trace/tfind.exp: Ditto.
2659 * gdb.trace/while-dyn.exp: Ditto.
2660
3bebe2f2
JK
26612010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2664
5c631832
JK
26652010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 Test PR 10640.
2668 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2669
4c3376c8
SW
26702010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2671
2672 * gdb.cp/koenig.exp: Test for ADL operators.
2673 * gdb.cp/koenig.cc: Added ADL operators.
2674 * gdb.cp/operator.exp: New test.
2675 * gdb.cp/operator.cc: New test.
2676
dc226d5a
MS
26772010-06-04 Michael Snyder <msnyder@vmware.com>
2678
dfb88a23
MS
2679 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2680 * gdb.base/pending.exp: Ditto.
f7ae76b3 2681
dc226d5a
MS
2682 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2683
967cf477
DE
26842010-06-04 Doug Evans <dje@google.com>
2685
2686 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2687 disabled printers.
2688 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2689 (enable_lookup_function): New function.
2690
eb801841
TT
26912010-06-04 Tom Tromey <tromey@redhat.com>
2692
2693 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2694 of hash and id.
2695
38979823
JK
26962010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2699 newline.
2700 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2701 (empty verbose non-noisy clear, empty verbose noisy clear)
2702 (empty non-verbose noisy clear): Likewise.
2703
35ec993f
MS
27042010-06-03 Michael Snyder <msnyder@vmware.com>
2705
2706 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2707 * gdb.base/display.exp: Ditto.
2708 * gdb.base/find.exp: Ditto.
2709 * gdb.base/ifelse.exp: Ditto.
2710 * gdb.base/multi-forks.exp: Ditto.
2711 * gdb.base/recurse.exp: Ditto.
2712 * gdb.base/setshow.exp: Ditto.
2713 * gdb.base/value-double-free.exp: Ditto.
2714 * gdb.base/watch-vfork.exp: Ditto.
2715 * gdb.base/watch_thread_num.exp: Ditto.
2716 * gdb.base/watchpoint-solib.exp: Ditto.
2717 * gdb.base/watchpoint.exp: Ditto.
2718 * gdb.base/watchpoints.exp: Ditto.
2719
2720 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2721 * gdb.cp/overload.exp: Ditto.
2722 * gdb.cp/virtfunc.exp: Ditto.
2723
2724 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2725
889bf7c5 2726 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
2727 Replace gdb_test with gdb_test_no_output.
2728
889bf7c5 2729 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
2730 Replace gdb_test with gdb_test_no_output.
2731 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2732 * gdb.threads/watchthreads.exp: Ditto.
2733 * gdb.threads/watchthreads2.exp: Ditto.
2734
2735 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2736 * gdb.trace/tfind.exp: Ditto.
2737
c22decce
JB
27382010-06-03 Joel Brobecker <brobecker@adacore.com>
2739
2740 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2741 successful test if message is the empty string.
2742
fd5700c7
JK
27432010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 * gdb.fortran/module.exp (stopped language detection): New test.
2746
f55ee35c
JK
27472010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2748
2749 Support DW_TAG_module as separate namespaces.
2750 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2751 gdb.fortran/library-module-lib.f90: New.
2752 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2753 (print i): Remove.
2754 (continue to breakpoint: i-is-1, print var_i value 1)
2755 (continue to breakpoint: i-is-2, print var_i value 2)
2756 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2757 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2758 (complete `modmany, complete `modmany`, complete `modmany`var)
2759 (show language, setting breakpoint at module): New tests.
2760 * gdb.fortran/module.f90 (module mod): Remove.
2761 (module mod1, module mod2, module modmany, subroutine sub1)
2762 (subroutine sub2, program module): New.
2763
b8e8282f
JK
27642010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2767 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
2768 * gdb.cp/anon-union.exp (pass): Rename to ...
2769 (print z 2): ... here.
b8e8282f 2770
019ebafc
MS
27712010-06-02 Michael Snyder <msnyder@vmware.com>
2772
e68d8fd4
MS
2773 * gdb.trace/actions.exp: Use gdb_test_no_output.
2774 * gdb.trace/circ.exp: Ditto.
2775 * gdb.trace/packetlen.exp: Ditto.
2776 * gdb.trace/save-trace.exp: Ditto.
2777 * gdb.trace/tracecmd.exp: Ditto.
2778 * gdb.trace/tsv.exp: Ditto.
2779
12b5d08a
MS
2780 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2781 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2782 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2783 * gdb.threads/manythreads.exp: Ditto.
2784 * gdb.threads/print-threads.exp: Ditto.
2785 * gdb.threads/pthreads.exp: Ditto.
2786 * gdb.threads/schedlock.exp: Ditto.
2787 * gdb.threads/staticthreads.exp: Ditto.
2788 * gdb.threads/thread-specific.exp: Ditto.
2789 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2790 * gdb.threads/threadapply.exp: Ditto.
2791 * gdb.threads/watchthreads.exp: Ditto.
2792 * gdb.threads/watchthreads2.exp: Ditto.
2793
89493308
MS
2794 * gdb.python/py-block.exp: Use gdb_test_no_output.
2795 * gdb.python/py-prettyprint.exp: Ditto.
2796 * gdb.python/py-template.exp: Ditto.
2797 * gdb.python/py-value.exp: Ditto.
2798
2799 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2800 * gdb.reverse/watch-reverse.exp: Ditto.
2801
2802 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2803 * gdb.server/ext-run.exp: Ditto.
2804
019ebafc
MS
2805 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2806 * gdb.dwarf2/dw2-compressed.exp: Ditto.
2807 * gdb.dwarf2/dw2-intercu.exp: Ditto.
2808 * gdb.dwarf2/dw2-intermix.exp: Ditto.
2809 * gdb.dwarf2/dw2-producer.exp: Ditto.
2810 * gdb.dwarf2/mac-fileno.exp: Ditto.
2811
2812 * gdb.gdb/observer.exp: Use gdb_test_no_output.
2813 * gdb.gdb/selftest.exp: Ditto.
2814
2815 * gdb.multi/base.exp: Use gdb_test_no_output.
2816
2817 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2818
3e0ca3a5
JK
28192010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2822
9db70545
MS
28232010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2824
a8d52276
MS
2825 * gdb.cp/class2.exp: Use gdb_test_no_output.
2826 * gdb.cp/classes.exp: Ditto.
2827 * gdb.cp/extern-c.exp: Ditto.
2828 * gdb.cp/inherit.exp: Ditto.
2829 * gdb.cp/maint.exp: Ditto.
2830 * gdb.cp/mb-inline.exp: Ditto.
2831 * gdb.cp/mb-templates.exp: Ditto.
2832 * gdb.cp/method2.exp: Ditto.
2833 * gdb.cp/misc.exp: Ditto.
2834 * gdb.cp/ovldbreak.exp: Ditto.
2835 * gdb.cp/punctuator.exp: Ditto.
2836 * gdb.cp/templates.exp: Ditto.
2837 * gdb.cp/virtbase.exp: Ditto.
2838
889bf7c5 2839 * gdb.threads/attach-stopped.exp:
9db70545 2840 Replace uses of send_gdb / gdb_expect.
889bf7c5 2841 * gdb.threads/attachstop-mt.exp:
9db70545 2842 Replace uses of send_gdb / gdb_expect.
889bf7c5 2843 * gdb.threads/gcore-thread.exp:
9db70545 2844 Replace uses of send_gdb / gdb_expect.
889bf7c5 2845 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
2846 Replace uses of send_gdb / gdb_expect.
2847 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 2848 * gdb.threads/print-threads.exp:
9db70545
MS
2849 Replace uses of send_gdb / gdb_expect.
2850 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
2851 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
2852 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
2853
2854 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
2855 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
2856 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
2857 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
2858 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
2859 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
2860 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
2861 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
2862 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
2863 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
2864 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
2865
359cc68c
JK
28662010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
2869
7d3fe98e
SW
28702010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2871
2872 * gdb.cp/koenig.exp: Added new test case.
2873 * gdb.cp/koenig.cc: Ditto.
2874
27d3a1a2
MS
28752010-06-01 Michael Snyder <msnyder@vmware.com>
2876
2877 * gdb.base/arithmet.exp: Use gdb_test_no_output.
2878 * gdb.base/arrayidx.exp: Ditto.
2879 * gdb.base/attach.exp: Ditto.
2880 * gdb.base/auxv.exp: Ditto.
2881 * gdb.base/bigcre.exp: Ditto.
2882 * gdb.base/break-always.exp: Ditto.
2883 * gdb.base/break-interp.exp: Ditto.
2884 * gdb.base/break.exp: Ditto.
2885 * gdb.base/breakpoint-shadow.exp: Ditto.
2886 * gdb.base/call-ar-st.exp: Ditto.
2887 * gdb.base/call-sc.exp: Ditto.
2888 * gdb.base/call-signal-resume.exp: Ditto.
2889 * gdb.base/callfuncs.exp: Ditto.
2890 * gdb.base/catch-syscall.exp: Ditto.
2891 * gdb.base/charset.exp: Ditto.
2892 * gdb.base/code-expr.exp: Ditto.
2893 * gdb.base/commands.exp: Ditto.
2894 * gdb.base/cond-expr.exp: Ditto.
2895 * gdb.base/condbreak.exp: Ditto.
2896 * gdb.base/cursal.exp: Ditto.
2897 * gdb.base/cvexpr.exp: Ditto.
2898 * gdb.base/default.exp: Ditto.
2899 * gdb.base/del.exp: Ditto.
2900 * gdb.base/detach.exp: Ditto.
2901 * gdb.base/display.exp: Ditto.
2902 * gdb.base/ena-dis-br.exp: Ditto.
2903 * gdb.base/eval-skip.exp: Ditto.
2904 * gdb.base/foll-fork.exp: Ditto.
2905 * gdb.base/foll-vfork.exp: Ditto.
2906 * gdb.base/frame-args.exp: Ditto.
2907 * gdb.base/funcargs.exp: Ditto.
2908 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2909 * gdb.base/gdbvars.exp: Ditto.
2910 * gdb.base/help.exp: Ditto.
2911 * gdb.base/ifelse.exp: Ditto.
2912 * gdb.base/included.exp: Ditto.
2913 * gdb.base/list.exp: Ditto.
2914 * gdb.base/macscp.exp: Ditto.
2915 * gdb.base/maint.exp: Ditto.
2916 * gdb.base/multi-fork.exp: Ditto.
2917 * gdb.base/overlays.exp: Ditto.
2918 * gdb.base/page.exp: Ditto.
2919 * gdb.base/pending.exp: Ditto.
2920 * gdb.base/pointers.exp: Ditto.
2921 * gdb.base/pr11022.exp: Ditto.
2922 * gdb.base/prelink.exp: Ditto.
2923 * gdb.base/printcmds.exp: Ditto.
2924 * gdb.base/psymtab.exp: Ditto.
2925 * gdb.base/randomize.exp: Ditto.
2926 * gdb.base/relational.exp: Ditto.
2927 * gdb.base/relocate.exp: Ditto.
2928 * gdb.base/remote.exp: Ditto.
2929 * gdb.base/sepdebug.exp: Ditto.
2930 * gdb.base/set-lang-auto.exp: Ditto.
2931 * gdb.base/setshow.exp: Ditto.
2932 * gdb.base/setvar.exp: Ditto.
2933 * gdb.base/signals.exp: Ditto.
2934 * gdb.base/signull.exp: Ditto.
2935 * gdb.base/sigstep.exp: Ditto.
2936 * gdb.base/sizeof.exp: Ditto.
2937 * gdb.base/solib-disc.exp: Ditto.
2938 * gdb.base/store.exp: Ditto.
2939 * gdb.base/structs.exp: Ditto.
2940 * gdb.base/structs2.exp: Ditto.
2941 * gdb.base/subst.exp: Ditto.
2942 * gdb.base/term.exp: Ditto.
2943 * gdb.base/trace-commands.exp: Ditto.
2944 * gdb.base/unwindonsignal.exp: Ditto.
2945 * gdb.base/valgrind-db-attach.exp: Ditto.
2946 * gdb.base/varargs.exp: Ditto.
2947 * gdb.base/watch-cond.exp: Ditto.
2948 * gdb.base/watch_thread_num.exp: Ditto.
2949 * gdb.base/watchpoint-cond-gone.exp: Ditto.
2950 * gdb.base/watchpoint.exp: Ditto.
2951 * gdb.base/whatis-exp.exp: Ditto.
2952
f8d3bf8f
MS
29532010-06-01 Michael Snyder <msnyder@vmware.com>
2954
2955 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
2956 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
2957 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
2958 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
2959 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
2960 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
2961 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
2962 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
2963 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
2964 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
2965 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
2966 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
2967 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
2968 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
2969 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
2970
3f9e0d32
JK
29712010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.base/commands.exp (begin commands on watch): Remove excessive
2974 trailing newline.
2975 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
2976 * gdb.java/jmisc.exp (p *args\n): Rename to ...
2977 (p *args): ... here and remove excessive trailing newline.
2978
f629457d
JB
29792010-05-31 Joel Brobecker <brobecker@adacore.com>
2980
2981 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
2982
09eef106
JK
29832010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 Accept the new Linux kernel "t (tracing stop)" string.
2986 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
2987 Update comment.
2988 (state_wait) <T (tracing stop)>: New.
2989 (main): Update the state_wait expect string.
2990
94f31136
PA
29912010-05-28 Pedro Alves <pedro@codesourcery.com>
2992
2993 * limits.c, limits.exp: Delete files.
2994 * Makefile.in (clean mostlyclean): Adjust.
2995 * tracecmd.exp: Adjust.
2996
096554ab
JK
29972010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.base/tui-layout.exp: New.
3000
27d3a1a2 30012010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 3002
889bf7c5 3003 * gdb.reverse/break-precsave.exp:
bcd2dc50 3004 Replace uses of send_gdb / gdb_expect.
889bf7c5 3005 * gdb.reverse/break-reverse.exp:
bcd2dc50 3006 Replace uses of send_gdb / gdb_expect.
889bf7c5 3007 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 3008 Replace uses of send_gdb / gdb_expect.
889bf7c5 3009 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 3010 Replace uses of send_gdb / gdb_expect.
889bf7c5 3011 * gdb.reverse/finish-precsave.exp:
bcd2dc50 3012 Replace uses of send_gdb / gdb_expect.
889bf7c5 3013 * gdb.reverse/finish-reverse.exp:
bcd2dc50 3014 Replace uses of send_gdb / gdb_expect.
889bf7c5 3015 * gdb.reverse/i386-precsave.exp:
bcd2dc50 3016 Replace uses of send_gdb / gdb_expect.
889bf7c5 3017 * gdb.reverse/i386-reverse.exp:
bcd2dc50 3018 Replace uses of send_gdb / gdb_expect.
889bf7c5 3019 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 3020 Replace uses of send_gdb / gdb_expect.
889bf7c5 3021 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 3022 Replace uses of send_gdb / gdb_expect.
889bf7c5 3023 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 3024 Replace uses of send_gdb / gdb_expect.
889bf7c5 3025 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 3026 Replace uses of send_gdb / gdb_expect.
889bf7c5 3027 * gdb.reverse/machinestate.exp:
bcd2dc50 3028 Replace uses of send_gdb / gdb_expect.
889bf7c5 3029 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 3030 Replace uses of send_gdb / gdb_expect.
889bf7c5 3031 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 3032 Replace uses of send_gdb / gdb_expect.
889bf7c5 3033 * gdb.reverse/solib-precsave.exp:
bcd2dc50 3034 Replace uses of send_gdb / gdb_expect.
889bf7c5 3035 * gdb.reverse/solib-reverse.exp:
bcd2dc50 3036 Replace uses of send_gdb / gdb_expect.
889bf7c5 3037 * gdb.reverse/step-precsave.exp:
bcd2dc50 3038 Replace uses of send_gdb / gdb_expect.
889bf7c5 3039 * gdb.reverse/step-reverse.exp:
bcd2dc50 3040 Replace uses of send_gdb / gdb_expect.
889bf7c5 3041 * gdb.reverse/until-precsave.exp:
bcd2dc50 3042 Replace uses of send_gdb / gdb_expect.
889bf7c5 3043 * gdb.reverse/until-reverse.exp:
bcd2dc50 3044 Replace uses of send_gdb / gdb_expect.
889bf7c5 3045 * gdb.reverse/watch-precsave.exp:
bcd2dc50 3046 Replace uses of send_gdb / gdb_expect.
889bf7c5 3047 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
3048 Replace uses of send_gdb / gdb_expect.
3049
3def43e0
JK
30502010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3053 excessive newline.
3054
27d3a1a2 30552010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
3056
3057 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
3058 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3059 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3060 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3061 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3062 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3063 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3064 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3065 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3066 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3067 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3068 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3069 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3070 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3071 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3072 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3073 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3074 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3075 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 3076
27d3a1a2 30772010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 3078
22454424
MS
3079 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3080 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3081
3082 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3083 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3084 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3085
889bf7c5 3086 * gdb.reverse/consecutive-reverse.exp:
22454424 3087 Replace uses of send_gdb / gdb_expect.
889bf7c5 3088 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
3089 Replace uses of send_gdb / gdb_expect.
3090
3091 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3092 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3093 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 3094 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
3095 Replace uses of send_gdb / gdb_expect.
3096 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3097 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3098 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3099 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3100 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3101 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3102 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3103 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3104 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
3105
31062010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 3107
22454424 3108 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 3109
22454424 3110 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 3111
22454424
MS
3112 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3113 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3114 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3115 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3116 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3117 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3118 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3119 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3120 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 3121
6e5f2c59
TT
31222010-05-25 Tom Tromey <tromey@redhat.com>
3123
3124 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3125
bbc8b958
TT
31262010-05-25 Tom Tromey <tromey@redhat.com>
3127
3128 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3129 argument order.
3130 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3131 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3132 order.
3133 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3134 order.
3135 * gdb.base/call-sc.exp (setup_kfails): Remove.
3136 (setup_compiler_kfails): Remove.
3137 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3138 argument order.
3139 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3140 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3141 (advancei): Fix setup_kfail argument order.
3142 * gdb.base/radix.exp: Fix setup_kfail argument order.
3143 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3144 order.
3145 * gdb.base/structs.exp (setup_kfails): Remove.
3146 (setup_compiler_kfails): Fix setup_kfail argument order.
3147 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3148 order.
3149 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3150 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3151 setup_kfail argument order.
3152 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3153
83d1babf
TT
31542010-05-25 Tom Tromey <tromey@redhat.com>
3155
3156 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3157
6acb16a2
MS
31582010-05-25 Michael Snyder <msnyder@vmware.com>
3159
3160 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3161 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3162 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3163 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3164 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3165 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3166 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3167 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3168 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
3169 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3170 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3171 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3172 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3173 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3174 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3175 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3176 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3177 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3178 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3179 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3180 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3181 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3182 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
3183 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3184 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3185 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3186 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3187 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3188 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3189 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3190 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3191 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3192 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3193 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3194 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3195 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3196 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3197 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3198 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3199 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3200 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3201 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
3202 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3203 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3204 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3205 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3206 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 3207 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
3208
32092010-05-25 Doug Evans <dje@google.com>
3210
3211 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3212 gdb.string_to_argv.
ad3986f0 3213
d3b1e874
TT
32142010-05-21 Tom Tromey <tromey@redhat.com>
3215
3216 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3217 Call it.
3218 * gdb.dwarf2/pieces.S: Update.
3219 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3220
cb826367
TT
32212010-05-21 Tom Tromey <tromey@redhat.com>
3222
3223 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3224 Call it.
3225 * gdb.dwarf2/pieces.c (struct C): New.
3226 (f6): New function.
3227 * gdb.dwarf2/pieces.S: Replace.
3228
74de6778
TT
32292010-05-21 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3232 Call it.
3233
afd74c5f
TT
32342010-05-21 Tom Tromey <tromey@redhat.com>
3235
3236 * gdb.dwarf2.pieces.exp: New file.
3237 * gdb.dwarf2.pieces.S: New file.
3238 * gdb.dwarf2.pieces.c: New file.
3239
a7b75dfd 32402010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 3241 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
3242
3243 * lib/gdb.exp (gdb_test_no_output): New function.
3244 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3245 when testing commands that should produce no output.
3246
c81c812a
JB
32472010-05-17 Joel Brobecker <brobecker@adacore.com>
3248
3249 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3250 parameter that we want to watch being a constant.
3251
0cce5bd9
JB
32522010-05-17 Joel Brobecker <brobecker@adacore.com>
3253
3254 * gdb.ada/cond_lang: New testcase.
3255
47050449
JB
32562010-05-17 Joel Brobecker <brobecker@adacore.com>
3257
3258 * lib/gdb.exp (banned_variables): New variable/constant.
3259 (gdb_init): Add write trace on variables listed in banned_variables.
3260 (gdb_finish): Remove write traces on variables listed in
3261 banned_variables.
3262
77c01586
JB
32632010-05-17 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3266 * gdb.cp/koenig.exp: Likewise.
3267
88d4aea7
PM
32682010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3269
889bf7c5 3270 PR python/11482
88d4aea7
PM
3271
3272 * gdb.python/py-value.exp (test_value_hash): New function.
3273
f5a010c0
PM
32742010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3275
3276 PR exp/11530.
3277 * gdb.base/gdb11530.c: New file.
3278 * gdb.base/gdb11530.exp: New file.
3279
8ef4892f
JK
32802010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3283 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3284
7322dca9
SW
32852010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3286
3287 * gdb.cp/koenig.exp: New test.
3288 * gdb.cp/koenig.cc: New test program.
3289
02e7ea18
JB
32902010-05-05 Joel Brobecker <brobecker@adacore.com>
3291
3292 Remove the use of prms_id and bug_id throughout the testsuite.
3293
e1c34c5d
PM
32942010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3295
3296 PR exp/11349.
3297 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3298 use a reference local variable.
3299
8e1d0c49
JK
33002010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3303 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3304 variable different_dir. Move debugfile into a full directory pathname
3305 under DIFFERENT_DIR.
3306 * lib/gdb.exp (separate_debug_filename): Remove.
3307 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3308 variable debug_dir and mkdir of it. Update function comments.
3309
e66408ed
PA
33102010-04-29 Pedro Alves <pedro@codesourcery.com>
3311
3312 PR gdb/11557
3313
3314 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3315 files.
3316
d7b32ed3
PM
33172010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3318
889bf7c5 3319 * gdb.python/py-param.exp: New File.
d7b32ed3 3320
6aecb9c2
JB
33212010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3322
3323 * gdb.base/default.exp: Fix "set language" test.
3324
bdf92a1c
PM
33252010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3326
3327 PR breakpoints/11531.
3328 * gdb.base/gdb11531.c: New file.
3329 * gdb.base/gdb11531.exp: New file.
3330
3f172e24
TT
33312010-04-26 Tom Tromey <tromey@redhat.com>
3332
3333 * gdb.base/completion.exp: Add tests for completion and deprecated
3334 commands.
3335
64af4c92
JK
33362010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3337
3338 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3339 (print /x char_array): Escape curly brackets.
3340
492928e4
JK
33412010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 Fix deadlock on looped list of loaded shared objects.
3344 * gdb.base/solib-corrupted.exp: New.
3345
66d09542
DE
33462010-04-23 Doug Evans <dje@google.com>
3347
3348 * gdb.python/py-section-script.c: New file.
3349 * gdb.python/py-section-script.exp: New file.
3350 * gdb.python/py-section-script.py: New file.
3351
8bd10a10
CM
33522010-04-20 Chris Moller <cmoller@redhat.com>
3353
3354 PR 10179
3355
3356 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3357 * gdb.base/pr10179-a.c:
3358 * gdb.base/pr10179-b.c:
3359 * gdb.base/pr10179.exp: New files.
3360
c0201579
JK
33612010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 Fix crashes on dangling display expressions.
3364 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3365 is SEP.
3366 (lib_flags): Remove the "debug" keyword.
3367 (libsepdebug): New variable for iterating new loop.
3368 (save_pf_prefix): New variable wrapping the loop.
3369 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3370 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3371
793b0ff8
PM
33722010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3373
3374 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3375
097f51f7
PM
33762010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3377
3378 PR stabs/11479.
3379 * gdb.stabs/gdb11479.exp: New file.
3380 * gdb.stabs/gdb11479.c: New file.
3381
9a22f0d0
PM
33822010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3383
3384 * gdb.base/charset.c (Strin16, String32): New variables.
3385 * gdb.base/charset.exp (gdb_test): Test correct display
3386 of 16 or 32 bit strings.
3387
33882010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
3389
3390 PR 9167
3391 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3392 * gdb.cp/pr9167.cc: New file.
3393 * gdb.cp/pr9167.exp: New file.
3394
3395
6e354e5e
PM
33962010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3397
3398 PR pascal/11492.
3399 * gdb.pascal/gdb11492.pas: New file.
3400 * gdb.pascal/gdb11492.exp: New file.
3401
be942545
JB
34022010-04-20 Joel Brobecker <brobecker@adacore.com>
3403
1667e6e3 3404 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 3405
0c3acc09
JB
34062010-04-20 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.ada/dyn_loc: New testcase.
3409
ec31cde5
CM
34102010-04-20 Chris Moller <cmoller@redhat.com>
3411
3412 PR 10867
889bf7c5 3413
ec31cde5
CM
3414 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3415 * gdb.cp/pr10687.cc: New file.
3416 * gdb.cp/pr10687.exp: New file.
3417
3418
ce4b0682
SDJ
34192010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3420 Sergio Durigan Junior <sergiodj@redhat.com>
3421
3422 * gdb.fortran/logical.exp: New testcase.
3423 * gdb.fortran/logical.f90: New file.
3424
3436961f
DE
34252010-04-19 Doug Evans <dje@google.com>
3426
3427 * gdb.base/help.exp (help source): Update expected output.
3428
4d836c09
JK
34292010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3432 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3433 gdb_exit and return.
3434 (executable): New variable.
3435 (binfile): Use it.
3436
6149aea9
PA
34372010-04-19 Pedro Alves <pedro@codesourcery.com>
3438
3439 PR breakpoints/8554.
3440
3441 * gdb.trace/save-trace.exp: Adjust.
3442
ed41462c
L
34432010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3444
3445 PR corefiles/11511
3446 * gdb.arch/system-gcore.exp: New.
3447 * gdb.arch/gcore.c: Likewise.
3448
3f7b2faa
DE
34492010-04-15 Doug Evans <dje@google.com>
3450
fa33c3cd
DE
3451 * gdb.python/py-progspace.c: New file.
3452 * gdb.python/py-progspace.exp: New file.
3453
3f7b2faa
DE
3454 * gdb.base/source.exp: Add tests for "source -s".
3455
79f283fe
PM
34562010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3457
3458 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3459 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3460 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3461 * gdb.python/py-mi.exp: New test for to_string returning None.
3462
fc8eb08a
PM
34632010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3464
3465 * gdb.python/py-breakpoint.c: Make result global.
3466
26e197f6
JK
34672010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 Fix non-GNU make compatibility.
3470 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3471
adc36818
PM
34722010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3473
3474 * gdb.python/py-breakpoint.exp: New File.
3475 * gdb.python/py-breakpoint.C: Ditto.
3476
64e17368
SS
34772010-04-08 Stan Shebs <stan@codesourcery.com>
3478
3479 * gdb.trace/actions.exp: Clear default-collect.
3480 * gdb.trace/save-trace.exp: Clear default-collect.
3481
fff5cc64
PM
34822010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3483
3484 * gdb.python/py-value: Add null string variable.
3485 (test_lazy_string): Test zero length, NULL address lazy
3486 strings.
3487
a055a187
L
34882010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3489
3490 * gdb.arch/i386-avx.c: New.
3491 * gdb.arch/i386-avx.exp: Likewise.
3492
3493 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3494
96e39866
DE
34952010-04-06 Doug Evans <dje@google.com>
3496
3497 * gdb.base/source-test.gdb: New file.
3498 * gdb.base/source.exp: Test source -v.
3499
5984a431
UW
35002010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3501
3502 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3503
ec8a089a
PM
35042010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3505
3506 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3507 within one line, unless it is followed by a double quote.
3508 * gdb.stabs/hppa.sed: Idem.
3509 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
3510 * gdb.stabs/weird.exp: Check for correct parsing of
3511 char and string constants.
ec8a089a
PM
3512 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3513 in .stabs to .stabx substitution.
3514
fce3c1f0
SS
35152010-04-05 Stan Shebs <stan@codesourcery.com>
3516
3517 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3518 constant global.
3519 * gdb.trace/tfile.exp: Try to print them.
3520
d77f58be
SS
35212010-04-04 Stan Shebs <stan@codesourcery.com>
3522
3523 * gdb.base/completion.exp: Update for new "info watchpoints".
3524 * gdb.base/default.exp: Ditto.
3525 * gdb.base/help.exp: Ditto.
3526 * gdb.base/watchpoint.exp: Ditto.
3527 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 3528
af54718e
SS
35292010-04-04 Stan Shebs <stan@codesourcery.com>
3530
3531 * gdb.trace/tfile.exp: Sharpen tfind test.
3532
74d1f91e
JK
35332010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 * gdb.base/break-entry.exp: New.
3536
eb8e76db 35372010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 3538 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
3539
3540 * gdb.reverse/i386-sse-reverse.exp: New file.
3541 * gdb.reverse/i386-sse-reverse.c: New file.
3542
bf65cad8
PA
35432010-04-02 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3546
fff87407
SS
35472010-04-01 Stan Shebs <stan@codesourcery.com>
3548
3549 * gdb.trace/actions.exp: Tweak expected output.
3550 * gdb.trace/while-stepping.exp: Tweak expected output.
3551
fe01d668
L
35522010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3553
3554 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3555
86b17b60
PA
35562010-04-01 Pedro Alves <pedro@codesourcery.com>
3557
3558 * gdb.base/commands.exp: Adjust.
3559 * gdb.cp/extern-c.exp: Adjust.
3560
2c58c0a9
PA
35612010-04-01 Pedro Alves <pedro@codesourcery.com>
3562
3563 * gdb.trace/collection.c (local_test_func): Define a local struct,
3564 and instanciate it.
3565
0db9b91c
PA
35662010-04-01 Pedro Alves <pedro@codesourcery.com>
3567
3568 * gdb.trace/collection.exp (gdb_collect_args_test)
3569 (gdb_collect_argarray_test): XFAIL the tests that assume the
3570 argarray argument's elements are collected.
3571
8072405b
JK
35722010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3575 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3576
8bf6485c
SS
35772010-03-31 Stan Shebs <stan@codesourcery.com>
3578
3579 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3580 and tracepoint conditionals.
3581 (gdb_verify_tracepoints): Delete unused return.
3582
fd7f724a
KS
35832010-03-26 Keith Seitz <keiths@redhat.com>
3584
3585 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3586 appear in the output before main.
3587 Remove KFAIL for gdb/2215 aka bz 9320.
3588
8d9e7719
DE
35892010-03-30 Doug Evans <dje@google.com>
3590
0906dd0b
DE
3591 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3592 by dejagnu.
3593 * gdb.arch/amd64-dword.exp: Ditto.
3594
8d9e7719
DE
3595 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3596 match.
3597 (break printf): Ditto.
3598
1da644f0
SW
35992010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3600
3601 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3602 gcc < 4.4.
3603 * gdb.cp/shadow.exp: Ditto.
3604
a8121990
PA
36052010-03-29 Pedro Alves <pedro@codesourcery.com>
3606
3607 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3608 "tstart" is silent.
3609
6e79d367
PA
36102010-03-29 Pedro Alves <pedro@codesourcery.com>
3611
3612 * gdb.trace/collection.exp (executable): New.
3613 (binfile): Use it.
3614 (fpreg, spreg, pcreg): New.
3615 (test_register): Use gdb_test_multiple. Pass /x to print.
3616 (prepare_for_trace_test): New.
3617 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3618 (gdb_collect_args_test, gdb_collect_argstruct_test)
3619 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3620 prepare_for_trace_test.
3621 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3622 fpreg, spreg and pcreg.
3623 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3624 prepare_for_trace_test.
3625 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3626 try to detect tracing support here. Don't set breakpoints at
3627 `begin' or `end' here.
3628 <global scope>: Use clean_restart. Run to main before checking
3629 for tracing support. Check for for tracing support here.
3630
09248348
JK
36312010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3634 " as $displacement" to "seen displacement message".
3635
d350db38
PA
36362010-03-28 Pedro Alves <pedro@codesourcery.com>
3637
3638 * gdb.trace/while-dyn.exp (executable): New variable.
3639 (binfile): Use it.
3640 (test_while_stepping): New function. Move most tests here. Call
3641 it once for each of the while-stepping, stepping and ws aliases.
3642
907af001
UW
36432010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3644
3645 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3646 that do not provide the tagless_struct type name at all.
3647 (test_print_anon_union): Do not check value of uninitialized
3648 union member. Do not use cp_test_ptype_class, so we can accept
3649 "long" as well as "long int".
3650
610197fd
PA
36512010-03-26 Pedro Alves <pedro@codesourcery.com>
3652
3653 * gdb.trace/tfile.c (tohex, bin2hex): New.
3654 (write_error_trace_file): Hexify error description.
3655
6c28cbf2
SS
36562010-03-25 Stan Shebs <stan@codesourcery.com>
3657
3658 * gdb.trace/tfile.c: Generate an additional trace file, improve
3659 portability.
3660 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3661 files in a better way.
3662
e62b8c7e
KS
36632010-03-25 Keith Seitz <keiths@redhat.com>
3664
3665 * gdb.java/jprint.exp: XFAIL printing of static class members
3666 because of GCC debuginfo problem.
3667
82ccf5a5
JK
36682010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3671
293e2f9e
DJ
36722010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3673
3674 * gdb.base/completion.exp: Allow long instead of long int.
3675 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3676 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3677 variable p.
3678 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3679 * gdb.base/pointers.exp: Allow long instead of long int.
3680 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3681 * gdb.base/step-line.exp: Allow a directory before the source file name.
3682
95a42b64
TT
36832010-03-24 Tom Tromey <tromey@redhat.com>
3684
3685 PR breakpoints/9352:
3686 * gdb.base/default.exp: Update.
3687 * gdb.base/commands.exp: Update.
3688 * gdb.cp/extern-c.exp: Test setting commands on multiple
3689 breakpoints at once.
3690
2390201f
DJ
36912010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3692
3693 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3694 if gdb,nosignals.
3695 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3696 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3697 exited".
3698
8c9a6790
SS
36992010-03-24 Stan Shebs <stan@codesourcery.com>
3700
3701 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3702
a6c727b2
DJ
37032010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3704
3705 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3706 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3707 argument. Handle "short" and "long".
3708 (Top level): Pass overprototyped output for old_fptr and xptr.
3709
4dfd5423
PA
37102010-03-23 Pedro Alves <pedro@codesourcery.com>
3711
3712 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3713 format strings and add casts to avoid compiler warnings.
3714
37152010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
3716
3717 * lib/trace-support.exp (gdb_trace_setactions):
3718 Don't expect whitespace after ">" prompt.
3719 * gdb.trace/actions.exp: Adjust for output changes.
3720 * gdb.trace/while-stepping.exp: Likewise.
3721
c847d045
JK
37222010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3725 and r157645).
3726
5f717f1d
JK
37272010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3730 New.
3731
7d6d51d5
DJ
37322010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3733
3734 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3735 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3736
3b11a015
SS
37372010-03-19 Stan Shebs <stan@codesourcery.com>
3738
3739 * gdb.trace/ax.exp: New file.
3740
d7d158ed
DE
37412010-03-19 Doug Evans <dje@google.com>
3742
6bb85cd1
DE
3743 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3744 output from gcc.
3745
d7d158ed
DE
3746 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3747 named /usr/sbin/prelink<foo>.
3748
4daf5ac0
SS
37492010-03-18 Stan Shebs <stan@codesourcery.com>
3750
3751 * gdb.trace/circ.exp: Test circular-trace-buffer.
3752 * gdb.trace/tfile.exp: Update tstatus test.
3753
e8d05480
JB
37542010-03-18 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3757 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3758
441b986a
UW
37592010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3760
3761 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3762
4247603b
PA
37632010-03-18 Pedro Alves <pedro@codesourcery.com>
3764
3765 * gdb.base/default.exp: Adjust the expected output of the finish
3766 and until commands when the inferior is not being run.
3767
13387711
SW
37682010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3769
3770 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3771 * gdb.cp/nsusing.exp: Ditto.
3772
6e31430b
TT
37732010-03-15 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3776 * gdb.cp/userdef.cc (operator==): New function.
3777 (main): New locals mem1, mem2.
3778
e2d69cb5
JZ
37792010-03-15 Jie Zhang <jie@codesourcery.com>
3780
3781 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3782 Declare and use new loadtimeout variable.
3783
f572f0a9
DJ
37842010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3785
3786 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3787 Use gdb_load later.
3788
51f4c0b0
PA
37892010-03-14 Pedro Alves <pedro@codesourcery.com>
3790
3791 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3792 literal. Add missing endlines to prints to stderr.
3793
1c809c68
TT
37942010-03-12 Tom Tromey <tromey@redhat.com>
3795
3796 PR c++/9708:
3797 * gdb.cp/m-static.exp: Add regression test.
3798 * gdb.cp/m-static.cc (method): New method.
3799 (main): Call it.
3800
00ae8fef
SW
38012010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3802
3803 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3804 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3805
759f0f0b
PA
38062010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3807
21e24d21
PA
3808 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3809
38102010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3811
759f0f0b
PA
3812 * lib/gdb.exp (skip_stl_tests): New.
3813 (gdb_compile): Symbian needs -ldl.
3814 (shlib_target_file): New.
3815 (shlib_symbol_file): New.
3816 (gdb_load_shlibs): Use shlib_target_file.
3817 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3818 * gdb.cp/exception.exp: Use skip_stl_tests.
3819 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
3820 * gdb.cp/try_catch.exp: Use skip_stl_tests.
3821 * gdb.cp/mb-templates.exp: Ditto.
3822 * gdb.base/commands.exp: Relax regexes.
3823 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
3824 shlib_target_file and shlib_symbol_file.
3825 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
3826 sections.
3827 * gdb.base/ending-run.exp: Accept E32Main for symbian.
3828 * gdb.base/solib-disc.exp: Use
3829 shlib_target_file and shlib_symbol_file.
3830 * gdb.base/unload.exp: Don't skip on symbian. Use
3831 shlib_target_file and shlib_symbol_file.
3832 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
3833
6a8f2671 38342010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 3835
6a8f2671
PA
3836 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
3837 * gdb.trace/report.exp: Adjust for x86 and x86_64.
3838 Issue a tfind end before looking for a tracepoint frame.
3839 * gdb.trace/tfind.exp: Adjust tstatus output.
3840 Adjust disassembly output.
3841 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
3842
ccf26247
JK
38432010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3844
3845 * gdb.base/break-interp.exp: Create new displacement parameter value
3846 for the test_ld calls.
3847 (reach): New parameter displacement, verify its content. New push of
3848 pf_prefix "reach-$func:". Import global expect_out.
3849 (test_core): New parameter displacement, verify its content. New push
3850 of pf_prefix "core:". New command "set verbose on". Import global
3851 expect_out.
3852 (test_attach): New parameter displacement, verify its content. New
3853 push of pf_prefix "attach:". New command "set verbose on". Import
3854 global expect_out.
3855 (test_ld): New parameter displacement, pass it to the reach, test_core
3856 and test_attach calls and verify its content in the "ld.so exit" test.
3857 * gdb.base/prelink.exp: Remove gdb_exit and final return.
3858 (prelink): Update expected text, use gdb_test.
3859
e469c7fb
DE
38602010-03-10 Doug Evans <dje@google.com>
3861
3862 * gdb.base/checkpoint.exp: Fix comment.
3863 Lengthen timeout while doing >600 checkpoints test.
3864 Rename duplicate "kill all one" test to keep test names unique.
3865
60e1c644
PA
38662010-03-10 Pedro Alves <pedro@codesourcery.com>
3867
3868 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
3869
cec808ec
KS
38702010-03-08 Keith Seitz <keiths@redhat.com>
3871
889bf7c5
PA
3872 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
3873 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
3874 (dm_type_long): New function.
3875 (dm_type_unsigned_short): New function.
3876 (dm_type_unsigned_long): New function.
3877 (myint): New typedef.
3878 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
3879 long, unsigned shor and long, operator char*, and typedef.
3880 (test_lookup_operator_functions): Add operator char* test.
3881 (test_paddr_operator_functions): Likewise.
3882 (test_paddr_overloaded_functions): Use probe values for
3883 short, long, and unsigned short and long.
3884 (test_paddr_hairy_functions): If the demangler probe detected
3885 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
3886 demangler.
3887 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
3888 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
3889 and "print null_pmf".
3890 Add test "ptype a.*pmf".
3891 * gdb.cp/overload.exp: Allow optional "int" to appear with
3892 "short" and "long".
3893 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
3894 long expect value for men_overload1arg.
3895 Allow "int" to appear with "short" and "long".
3896 When testing "info break", add argument for main (void).
3897 Also allow "int" to appear with "short" and "long".
3898 Ditto with "unsigned" and "long long".
cec808ec
KS
3899 * gdb.java/jmain.exp: Do not enclose methods names in single
3900 quotes.
3901 * gdb.java/jmisc.exp: Likewise.
3902 * gdb.java/jprint.exp: Likewise.
3903 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3904
3905 From Jan Kratochvil <jan.kratochvil@redhat.com>:
3906 * gdb.cp/exception.exp (backtrace after first throw)
3907 (backtrace after second throw): Allow a namespace before __cxa_throw.
3908 (backtrace after first catch, backtrace after second catch): Allow
3909 a namespace before __cxa_begin_catch.
3910
3911 * gdb.cp/cpexprs.exp: New file.
3912 * gdb.cp/cpexprs.cc: New file.
3913
3914 From Daniel Jacobowitz <dan@codesourcery.com>
3915 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
3916 to use string_to_regexp.
3917 (ctor, dtor): New functions. Use them to match constructor
3918 and destructor function types.
3919 (Top level): Use runto_main.
3920
f870a310
TT
39212010-03-05 Tom Tromey <tromey@redhat.com>
3922
3923 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3924 gdb.target_charset.
3925 (pp_ns.to_string): Likewise.
3926
0c199f28
KS
39272010-03-04 Keith Seitz <keiths@redhat.com>
3928
3929 * gdb.cp/overload.exp: Test that the filename portion of a linespec
3930 can be quoted. Test that both the filename and function/line
3931 portions can be quoted at the same time.
3932
c7437ca6
PA
39332010-03-04 Pedro Alves <pedro@codesourcery.com>
3934
3935 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3936
b111b805
DE
39372010-03-03 Doug Evans <dje@google.com>
3938
24486cb7
DE
3939 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3940 libc contains libpthread.
3941
b111b805
DE
3942 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3943 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3944 of gdb_compile. Add another pattern to match android backtrace.
3945
a0e0ef55
TT
39462010-03-03 Tom Tromey <tromey@redhat.com>
3947
3948 PR gdb/11345:
3949 * gdb.base/printcmds.exp (test_printf): Add test.
3950
1ba53b71
L
39512010-03-02 H.J. Lu <hongjiu.lu@intel.com>
3952
3953 * gdb.arch/amd64-byte.exp: New.
3954 * gdb.arch/amd64-dword.exp: Likewise.
3955 * gdb.arch/amd64-pseudo.c: Likewise.
3956 * gdb.arch/amd64-word.exp: Likewise.
3957 * gdb.arch/i386-byte.exp: Likewise.
3958 * gdb.arch/i386-pseudo.c: Likewise.
3959 * gdb.arch/i386-word.exp: Likewise.
3960
f5dff777
DJ
39612010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3962
3963 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
3964 types. Add structreg, bitfields, and flags registers.
3965 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
3966 registers.
3967
90884b2b
L
39682010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3969
3970 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
3971 (load_description): Set architecture if defined.
3972
dc00d89f
PM
39732010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3974
3975 * gdb.python/py-frame.exp: Add read_var block tests.
3976 * gdb.python/py-frame.c (block): New function.
3977
0e095b7e
JK
39782010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3979 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
3982
624f1a65
DM
39832010-02-25 David S. Miller <davem@davemloft.net>
3984
3985 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
3986 fix logic for setting all_syscalls_numbers.
3987
f3e9a817
PM
39882010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3989
3990 * Makefile.in: Add py-block and py-symbol.
3991 * gdb.python/py-symbol.exp: New File.
3992 * gdb.python/py-symtab.exp: New File.
3993 * gdb.python/py-block.exp: New File.
3994 * gdb.python/py-symbol.c: New File.
3995 * gdb.python/py-block.c: New File.
3996
f6bbabf0
PM
39972010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3998
3999 PR python/11314
4000 * lib/gdb.exp (skip_python_tests): New function.
4001 * gdb.python/py-cmd.exp: Use skip_python_tests.
4002 * gdb.python/py-frame.exp: Likewise.
4003 * gdb.python/py-function.exp: Likewise.
4004 * gdb.python/py-prettyprint.exp: Likewise.
4005 * gdb.python/py-template.exp: Likewise.
4006 * gdb.python/py-type.exp: Likewise.
4007 * gdb.python/py-value.exp: Likewise.
4008
85d721b8
PA
40092010-02-22 Pedro Alves <pedro@codesourcery.com>
4010
4011 PR9605
4012
4013 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4014
48e32051
TT
40152010-02-19 Tom Tromey <tromey@redhat.com>
4016
4017 PR c++/8693, PR c++/9496:
4018 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4019 regression tests.
4020
ac9c0048
JK
40212010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4022
4023 Fix compatibility with m68k as.
4024 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4025 Use only /* comments */.
4026
57bb97a4
UW
40272010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4028
4029 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4030 * configure: Regenerate.
4031
7d1bf85c
DJ
40322010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4033
4034 * gdb.python/py-type.exp: Check for Python support.
4035
061b5285
PA
40362010-02-17 Pedro Alves <pedro@codesourcery.com>
4037
4038 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4039 `regsub' syntax available.
4040
f8a8bc2c
PA
40412010-02-17 Pedro Alves <pedro@codesourcery.com>
4042
4043 * gdb.base/shmain.c (main): Remove printf call.
4044 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4045 * gdb.base/unload.c (main): Make format of fprintf a string
4046 literal. Add missing endlines to prints to stderr.
4047 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4048
6f451e5e
TT
40492010-02-17 Tom Tromey <tromey@redhat.com>
4050
4051 * gdb.java/jprint.java (jprint.props): New field.
4052 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4053
12d79008
PA
40542010-02-17 Pedro Alves <pedro@codesourcery.com>
4055
ef801a0e 4056 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
4057 available.
4058
d252f7e5
DJ
40592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4060
4061 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4062 creation to support remote host testing.
4063
67bdab6c
DJ
40642010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4065
4066 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4067 Recognize "command not found".
4068
bb391223
DJ
40692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4070
4071 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4072 single-stepping.
4073
70362913
DJ
40742010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4075
4076 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4077 if arguments are not supported.
4078
493f3c00
DJ
40792010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4080
4081 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4082 be const or non-const.
4083
8034c749
DJ
40842010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4085
4086 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4087 mi_send_resuming_command to send -exec-continue.
4088
791dfb64
DJ
40892010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4090
4091 * gdb.base/list.exp (test_list_filename_and_function): Add test
4092 with single quotes.
4093 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4094 matching.
4095 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4096 Add KFAIL'd tests for PR gdb/11289.
4097
7c5fe868
DJ
40982010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4099
4100 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4101
fdc498b8
DJ
41022010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4103
4104 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4105 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4106 a temporary directory.
4107
b519e2a6
DJ
41082010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * gdb.base/charset.exp: Use a single regular expression to match
4111 show host-charset and show target-charset output.
4112
74164c56
JK
41132010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4114
4115 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4116 "Illegal process-id" expect string more exact.
4117 (attach to digits-starting nonsense is prohibited): New.
4118
701ed6dc
JK
41192010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 * gdb.base/prelink.exp (set verbose on): New.
4122
889bf7c5 41232010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
4124
4125 * mi-reverse.exp: New file. Test for reverse option to the
4126 following MI commands: exec-continue, exec-finish, exec-next,
4127 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 4128
dadf0e9c
JB
41292010-02-09 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.ada/ptype_tagged_param: New testcase.
4132
714f19d5
TT
41332010-02-08 Tom Tromey <tromey@redhat.com>
4134
4135 PR c++/8017:
4136 * gdb.cp/overload.exp: Add tests.
4137 * gdb.cp/overload.cc (struct K): New.
4138 (namespace N): New.
4139 (main): Call new functions.
4140 (K::staticoverload): Define.
4141
889bf7c5 41422010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
4143
4144 PR gdb/10728
4145 * gdb.cp/pr10728-x.h: New file.
4146 * gdb.cp/pr10728-x.cc: New file.
4147 * gdb.cp/pr10728-y.cc: New file.
4148 * gdb.cp/pr10728.exp: New file.
4149 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4150
889bf7c5 41512010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
4152
4153 PR gdb/9067
4154 * gdb.cp/pr9067.exp: New
4155 * gdb.cp/pr9067.cc: New
4156 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4157
7b356089
JB
41582010-02-08 Joel Brobecker <brobecker@adacore.com>
4159
4160 * lib/gdb.exp (gdb_test_timeout): New global variable.
4161 Set it to timeout if not already set.
4162 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4163
1be00882
DE
41642010-02-05 Doug Evans <dje@google.com>
4165
4166 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4167 user.
4168
82856980
SW
41692010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4170
4171 PR c++/7935:
4172 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4173
1a334831
TT
41742010-02-04 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.cp/virtbase.exp: Make test case names unique.
4177
9c3c02fd
TT
41782010-02-02 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.cp/virtbase.exp: Add regression tests.
4181 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4182 (main): Instantiate RHC.
4183
0cc2414c
TT
41842010-02-02 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4187 type-printing change.
4188
edf3d5f3
TT
41892010-02-02 Tom Tromey <tromey@redhat.com>
4190
4191 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4192 * gdb.cp/virtbase.cc: New file.
4193 * gdb.cp/virtbase.exp: New file.
4194 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4195
e4b7f41c
JK
41962010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 PR libc/11214:
4199 * gdb.threads/current-lwp-dead.c: Include features.h.
4200 (HAS_NOMMU): New.
4201 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4202
b381ea14
JK
42032010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 * gdb.base/symbol-without-target_section.exp,
4206 gdb.base/symbol-without-target_section.c: New.
4207
c593ac0e
DJ
42082010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4209
4210 * gdb.base/bigcore.exp: Reset increased timeout.
4211 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4212
db25f29d
DJ
42132010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4214
4215 * gdb.base/gcore.exp (capture_command_output): Use
4216 gdb_test_multiple.
4217
f9d67f43
DJ
42182010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4219
4220 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4221 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4222 (Top level): Call it.
4223
177321bd
DJ
42242010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4227
97f2ed50
DJ
42282010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4229
4230 * gdb.base/call-strs.exp, gdb.base/default.exp,
4231 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4232 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4233 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4234 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4235 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4236 * gdb.base/ending-run.exp: Correct restore of timeout.
4237 * gdb.base/page.exp: Remove unnecessary timeout setting.
4238
e4e2711a
JB
42392010-01-29 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/rec_return: New testcase.
4242
ba581dc1
JB
42432010-01-29 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdb.ada/call_pn: New testcase.
4246
4ea95be9
DJ
42472010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4248
4249 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4250 (Top level): Use it to resume.
4251 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4252 the Thumb mode displaced stepping error as unsupported.
4253
df83a9bf
SW
42542010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4255
889bf7c5
PA
4256 * gdb.cp/nsusing.exp: Added more tests.
4257 * gdb.cp/nsrecurs.exp: Ditto.
4258 * gdb.cp/nsusing.cc: Added test functions.
4259 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 4260
40b27cdc
JK
42612010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4264 absolute directory pathnames in gdb.sum file.
4265
de958931
SW
42662010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4267
4268 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4269 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4270
708ead4e
TT
42712010-01-26 Tom Tromey <tromey@redhat.com>
4272
4273 PR exp/7643:
4274 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4275 setup_kfail.
4276
b14e635e
SW
42772010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4278
4279 * gdb.cp/nsrecurs.exp: New test.
4280 * gdb.cp/nsrecurs.cc: New test program.
4281 * gdb.cp/nsstress.exp: New test.
4282 * gdb.cp/nsstress.cc: New test program.
4283 * gdb.cp/nsdecl.exp: New test.
4284 * gdb.cp/nsdecl.cc: New test program.
4285
8540c487
SW
42862010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4287
4288 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4289 imported into file scope.
4290 Marked test as xfail.
4291 * gdb.cp/namespace-using.cc (marker5): New function.
4292 * gdb.cp/shadow.exp: New test.
4293 * gdb.cp/shadow.cc: New test program.
4294 * gdb.cp/nsimport.exp: New test.
4295 * gdb.cp/nsimport.cc: New test program.
4296
421d5d99
TT
42972010-01-25 Tom Tromey <tromey@redhat.com>
4298
4299 PR gdb/11049:
4300 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4301 with "set print null-stop on".
4302
691f8dc1
JK
43032010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4306 Adjust it for DISASSEMBLY_OMIT_FNAME.
4307
0b92b5bb
TT
43082010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 PR symtab/11199:
4311 * gdb.dwarf2/member-ptr-forwardref.exp,
4312 gdb.dwarf2/member-ptr-forwardref.S: New.
4313
23787403
JK
43142010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4317 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4318 thread1_tid_mutex. Remove gdbstop_mutex handling.
4319 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4320 thread2_tid_mutex. Remove gdbstop_mutex handling.
4321 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4322 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4323 pthread_cond_wait conditionalizations by while loops.
4324
b966cb8a
TT
43252010-01-20 Tom Tromey <tromey@redhat.com>
4326
4327 PR backtrace/10770:
4328 * gdb.dwarf2/pr10770.exp: New file.
4329 * gdb.dwarf2/pr10770.c: New file.
4330 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4331
fcae584b
VP
43322010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4333
4334 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4335 that target was removed, and the test always runs native anyway.
4336
a0f49112
JK
43372010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4340 gdb.base/watchpoint-cond-gone-stripped.c: New.
4341
ceeb3d5a
TT
43422010-01-19 Tom Tromey <tromey@redhat.com>
4343
4344 PR c++/8000:
4345 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4346 existing tests.
4347 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4348 (main): Use AAA::SomeEnum.
4349
dd322c54
JK
43502010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4351
4352 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4353 (test_ignore_count): Declare line_callme_body global.
4354 (run to breakpoint with ignore count): Use line_callme_body.
4355 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4356 (set line_main_hello, set line_main_return): Reindent.
4357 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4358 New.
4359 (continue to callee4): Use line_callee4_body.
4360 (check *stopped from CLI command): Use line_callee4_next.
4361 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4362 (set line_main_hello, set line_main_return): Reindent.
4363 (set line_callee4_head, set line_callee4_body): New.
4364 (continue to callee4): Use line_callee4_body.
4365
4e8f195d
TT
43662010-01-18 Tom Tromey <tromey@redhat.com>
4367
4368 PR c++/9680:
4369 * gdb.cp/casts.cc: Add new classes and variables.
4370 * gdb.cp/casts.exp: Test new operators.
4371
9e14a9ba
JB
43722010-01-18 Tom Tromey <tromey@redhat.com>
4373 Thiago Jung Bauermann <bauerman@br.ibm.com>
4374
4375 * gdb.python/source2.py: New file.
4376 * gdb.python/source1: New file.
4377 * gdb.python/python.exp: Test "source" command.
4378
00bf0b85
SS
43792010-01-15 Stan Shebs <stan@codesourcery.com>
4380
4381 * gdb.trace/tfile.c: New file.
4382 * gdb.trace/tfile.exp: New file.
889bf7c5 4383
55235ad7
JK
43842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4387
9f2982ff
JK
43882010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4391
bbfba9ed
JK
43922010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4395 (libfunc): New parameter action. Implement also selectable "sleep".
4396 * gdb.base/break-interp-main.c: Include assert.h.
4397 (libfunc): New parameter action.
4398 (main): New parameters argc and argv. Assert argc. Pass argv.
4399 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4400 (test_attach): New proc.
4401 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4402 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4403
61f0d762
JK
44042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 * gdb.base/break-interp.exp (test_core): New proc.
4407 (test_ld): Call it.
4408
06a6f270
JK
44092010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4410
4411 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4412 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4413 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4414 and gdb_compile_shlib. Use new -Wl compiler options.
4415 (dl bt, main bt): New tests.
4416
51bee8e9
JK
44172010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 Support PIEs with no symfile_objfile.
4420 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4421 (test_ld): New parameter trynosym.
4422 (test_ld <$trynosym>): New block.
4423
b8040f19
JK
44242010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 * gdb.base/break-interp.exp: New file.
4427
be759fcf
PM
44282010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4429
4430 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4431 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4432 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4433 test.
4434 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4435 * gdb.python/py-mi.exp: Add lazy string test.
4436
dc146f7c
VP
44372010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4438
4439 * lib/mi-support.exp (mi_check_thread_states): Handle
4440 core number in thread listing.
4441
b4ba55a1
JB
44422010-01-12 Joel Brobecker <brobecker@adacore.com>
4443
4444 * gdb.base/maint.exp: Adjust the expected output for the
4445 "maint print type" test. Use gdb_test_multiple instead of
4446 gdb_sent/gdb_expect.
4447
08e24bd4
DE
44482010-01-11 Doug Evans <dje@google.com>
4449
6496a609
DE
4450 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4451 from gdbserver_download. All callers updated.
4452
08e24bd4
DE
4453 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4454
b5cfddf5
JK
44552010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 Implement binary numbers parsing.
4458 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4459 (test_integer_literals_rejected): New binary tests.
4460
3725885a
RW
44612010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4462
4463 * gdb.cell/configure: Regenerate.
4464
37aeb5df
JK
44652010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 * gdb.base/corefile.exp: Move the core finding block out and call it as
4468 core_find, new variable $corefile, replace corefile by $corefile and
4469 [file tail $corefile] for usage vs. test names resp.
4470 * lib/gdb.exp (core_find): Move it as a new function here. New
4471 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4472 $destcore. Return "" on error.
4473
d521f563
JK
44742010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 Workaround PR binutils/10802.
4477 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4478 (twice).
4479
28f24826
DJ
44802010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4483
2de75e71
JB
44842010-01-08 Joel Brobecker <brobecker@adacore.com>
4485
4486 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4487 call, to avoid interruption.
4488
fe00719b 44892010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
4490
4491 * gdb.stabs/weird.def (args93): New.
4492
d0ef5df8
DE
44932010-01-07 Doug Evans <dje@google.com>
4494
4495 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4496
3a08d52f
TT
44972010-01-07 Tom Tromey <tromey@redhat.com>
4498
4499 * gdb.base/source.exp: Use correct line number.
4500
7a697b8d
SS
45012010-01-05 Stan Shebs <stan@codesourcery.com>
4502
4503 * gdb.trace/tracecmd.exp: Test ftrace.
4504
7803799a
UW
45052010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4506
4507 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4508
c54eabfa
JK
45092010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4512 "uint_for_mi_testing".
4513
02e7ef19
JB
45142010-01-01 Joel Brobecker <brobecker@adacore.com>
4515
4516 Test indented comment in file being sourced.
4517 * gdb.base/commands.exp: Test indented comment in file being sourced.
4518
abd775ce
JB
45192010-01-01 Joel Brobecker <brobecker@adacore.com>
4520
4521 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4522 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4523 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4524 notice.
4525
79b55b82
JB
45262010-01-01 Joel Brobecker <brobecker@adacore.com>
4527
4528 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4529 notice.
4530
8997583e
JK
45312010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4534 missing $after_stopped and comma (,) expectation.
4535
6da95a67
SS
45362009-12-31 Stan Shebs <stan@codesourcery.com>
4537
4538 * gdb.trace/actions.exp: Test teval action.
889bf7c5 4539
218d2fc6
TJB
45402009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4541
4542 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4543 (top level): Call test_watchpoint_in_big_blob.
4544 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4545 watchpoints.
4546 (func3): Write to buf.
4547
236f1d4d
SS
45482009-12-29 Stan Shebs <stan@codesourcery.com>
4549
4550 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 4551
f61e138d
SS
45522009-12-28 Stan Shebs <stan@codesourcery.com>
4553
4554 * gdb.trace/tsv.exp: New file.
4555 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 4556
0219b378
DJ
45572009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4558
4559 * gdb.base/find.c (main): Reference search buffers.
4560 * gdb.base/included.c (main): Reference integer.
4561 * gdb.base/ptype.c (charfoo): Declare.
4562 (intfoo): Call charfoo.
4563 * gdb.base/scope0.c (useitp): New function.
4564 (usestatics): Use useitp.
4565 (useit): Add a type for val.
4566 * gdb.base/scope1.c (useit1): Take a pointer argument.
4567 (usestatics1): Update calls to useit1.
4568 * gdb.cp/call-c.cc: Declare foo.
4569 (main): Call foo.
4570 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4571 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4572 (main): Call C::ensureRefs and ensureOtherRefs.
4573 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4574 variables.
4575 (ensureOtherRefs): New function.
4576 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4577 * gdb.cp/templates.cc (main): Call t5i.value.
4578
3f78692f
JK
45792009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 Fix compatibility with G++-4.5.
4582 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4583 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4584 (uncaught return): Remove.
4585
429374b8
JK
45862009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4587 Phil Muldoon <pmuldoon@redhat.com>
4588
4589 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4590 (bp_location13, bp_location14, bp_location17, bp_location18)
4591 (marker3_proto, marker4_proto): New variables.
4592 (breakpoint info): Update output.
4593 (run until breakpoint at marker3, run until breakpoint at marker4): New
4594 tests.
4595
859825b8
JK
45962009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4597
4598 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4599 Replace the printf call of Y by provided "y-set-1" label. New block
4600 for the second shared library.
4601 * gdb.base/unload.exp: Compile also the second library, call
4602 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4603 (single pending breakpoint info): Rename to ...
4604 (pending breakpoint info before run): ... this extended test.
4605 (libfile2, libname2, libsrcfile2, libsrc2)
4606 (lib_sl2): New variables.
4607 (exec_opts): Set also SHLIB_NAME2.
4608 (pending breakpoint info on first run at shrfunc1)
4609 (pending breakpoint info on second run at shrfunc1)
4610 (pending breakpoint info on second run at shrfunc2)
4611 (print y from libfile, print y from libfile2): New tests.
4612 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4613 * gdb.base/unloadshr2.c: New.
4614
e6a386cd
HZ
46152009-12-22 Hui Zhu <teawater@gmail.com>
4616
4617 * gdb.reverse/sigall-reverse.exp: Adjust.
4618
9e19b45e
VP
46192009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4620
4621 PR gdb/10884
4622
4623 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4624 (main): Call do_bitfield_tests.
aacf5b1e 4625 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 4626
d53a7b30
JB
46272009-12-20 Joel Brobecker <brobecker@adacore.com>
4628
4629 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4630 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4631 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4632 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4633 gdb.modula2/unbounded1.c: Update copyright header.
4634
191ca0a1
CM
46352009-12-10 Chris Moller <moller@mollerware.com>
4636
4637 PR gdb/9399
4638 * gdb.cp/virtfunc2.exp: New tests
4639 * gdb.cp/virtfunc2.cc: New tests
4640 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4641
0fa6cf1b
MS
46422009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4643
4644 * gdb.reverse/i387-env-reverse.c: New file.
4645 * gdb.reverse/i387-env-reverse.exp: New file.
4646 * gdb.reverse/i387-stack-reverse.c: New file.
4647 * gdb.reverse/i387-stack-reverse.exp: New file.
4648
361ae042
PM
46492009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4650
4651 * gdb.python/py-type.exp (test_range): New test.
4652
bfd31e71
PM
46532009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4654
4655 PR python/10805
4656
4657 * gdb.python/py-type.exp: New file.
4658 * gdb.python/py-type.c: New file.
4659 * Makefile.in: Add py-type.
4660
57a1d736
TT
46612009-12-03 Tom Tromey <tromey@redhat.com>
4662
4663 * gdb.python/py-value.exp (test_parse_and_eval): New
4664 function.
4665
1f3b5d1b
PP
46662009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4667
4668 PR gdb/11022
4669
4670 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
4671 * gdb.base/pr11022.c: New test.
4672
8b7dbdc9
JK
46732009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4674
4675 Fix spurious false FAILs.
4676 * gdb.base/structs.c (chartest): New.
4677 (main): Fill-in chartest.
4678 * gdb.base/structs.exp (anychar_re, first): New.
4679 (start_structs_test): Import global anychar_re and first.
4680 New gdb_test call "set print elements 300; ${testfile}"
4681 (start_structs_test <$first>): New block.
4682 (any): Import global anychar_re. New variable ac. Use ${ac}.
4683
6a53b2ec
JK
46842009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4687
d7167b4c
JK
46882009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4691 Force $srcfile file.
4692 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4693
b1798462
UW
46942009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4695
4696 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4697 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4698 * gdb.threads/watchthreads-reorder.exp: Likewise.
4699
b6199126
DJ
47002009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4701
4702 PR gdb/8704
4703
4704 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4705 "if", and "thread". Correct matching in the previous test.
4706
b22a0510
DJ
47072009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4710
930636d2
MS
47112009-11-23 Michael Snyder <msnyder@vmware.com>
4712
4713 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4714 * gdb.reverse-watch-precsave.exp: Ditto.
4715
21a0512e
PP
47162009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4717
4718 * gdb.asm/asm-source.exp: Adjust.
4719 * gdb.base/help.exp: Adjust.
889bf7c5 4720
fc30d5e0
PA
47212009-11-22 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4724 (do_syscall_tests_without_xml): Set data-directory to
4725 /the/path/to/nowhere.
4726
f6bc2008
PA
47272009-11-21 Pedro Alves <pedro@codesourcery.com>
4728
4729 * gdb.threads/local-watch-wrong-thread.c,
4730 gdb.threads/local-watch-wrong-thread.exp: New files.
4731
8c2fb5de
PA
47322009-11-21 Pedro Alves <pedro@codesourcery.com>
4733
4734 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4735 assume new `regsub' syntax available.
4736
ebec9a0f
PA
47372009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
a79d3c27
JK
4739 * gdb.base/watchpoint-hw-hit-once.exp,
4740 gdb.base/watchpoint-hw-hit-once.c: New.
4741
47422009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 * gdb.threads/watchthreads-reorder.exp,
4745 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 4746
276a961b
MK
47472009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4748
4749 * gdb.xml/tdesc-regs.exp: Use for m68k.
4750
4867c1fb
PA
47512009-11-15 Pedro Alves <pedro@codesourcery.com>
4752
4753 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4754
f6838f81
DJ
47552009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4756
4757 * lib/gdb.exp (current_target_name): New procedure.
4758 (gdb_wrapper_target): New variable.
4759 (gdb_wrapper_init): Set gdb_wrapper_target.
4760 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4761 wrapper.
4762
4ac4dd3f
DJ
47632009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4764
4765 * gdb.base/remote.exp: Delete the slowest load test.
4766 Do not load with fixed packet sizes.
4767
a7881759
DJ
47682009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4769
4770 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4771
97a5b505
DJ
47722009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4773
4774 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4775 srcfile when setting a breakpoint.
4776
d3e1fc54
DJ
47772009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4778
4779 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4780 macros.
4781
7cbcbded
DJ
47822009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4783
4784 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4785 to be in memory.
4786 * gdb.base/display.c (force_mem): New.
4787 (do_loops): Use it. Add breakpoint comments.
4788 (do_vars): Add a breakpoint comment.
4789 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4790 line numbers.
4791
bdea3a92
NF
47922009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4793
4794 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4795 instead of a bare "run".
4796
269f82e5
PP
47972009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4798
4799 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 4800
a69b7d9d
DJ
48012009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4802
4803 * lib/cell.exp (skip_cell_tests): Clean up test files before
4804 returning.
4805
b598bfda
DJ
48062009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4807
4808 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4809 and the breakpoint menu. Do not call perror if a prompt is seen.
4810 Consume the following GDB prompt.
4811 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4812 * gdb.cp/namespace.exp: Use gdb_test.
4813 * gdb.cp/templates.exp: Use gdb_test.
4814 (test_template_breakpoints): Use gdb_test_multiple.
4815
87728fa0
DJ
48162009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * gdb.base/break1.c (struct some_struct, values): Move earlier.
4819 (marker4): Reference values.
4820
b67c692f
DJ
48212009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4822
4823 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4824 is missing.
4825
f0df251a
DJ
48262009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4827
4828 * gdb.base/break.c (need_malloc): New.
4829 * gdb.base/constvars.c (main): Reference crass and crisp.
4830 * gdb.base/gdb1821.c (main): Reference bar.
4831 * gdb.cp/gdb1355.cc (main): Reference s1.
4832 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
4833 (main): Call them.
4834 * gdb.cp/hang2.cc (dummy2): Define.
4835 * gdb.cp/hang3.cc (dummy3): Define.
4836 * gdb.cp/m-data.cc (main): Reference shadow.
4837
bdf7534a
NF
48382009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4839 Nathan Froyd <froydnj@codesourcery.com>
4840
4841 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
4842 remote host.
4843
f24fce77
NF
48442009-11-12 Nathan Froyd <froydnj@codesourcery.com>
4845
4846 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
4847 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
4848 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4849 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4850 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4851 * gdb.dwarf2/dw2-producer.exp: Likewise.
4852 * gdb.dwarf2/mac-fileno.exp: Likewise.
4853 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
4854 py-prettyprint.py to the remote host.
4855 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
4856
40f0318e
KS
48572009-11-11 Keith Seitz <keiths@redhat.com>
4858
4859 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
4860 use it instead of "Foo".
4861 * gdb.cp/classes.exp (do_tests): Add a test to access
4862 a method through a typedef'd class name.
4863
f3d9f7fb
NF
48642009-11-11 Nathan Froyd <froydnj@codesourcery.com>
4865
4866 * gdb.base/long_long.exp: Permit leading zeros on floating-point
4867 exponents.
4868 * gdb.base/pointers.exp: Likewise.
4869 * gdb.cp/ref-types.exp: Likewise.
4870
a4216f37
KS
48712009-11-11 Keith Seitz <keiths@redhat.com>
4872
4873 * gdb.cp/cplusfuncs.cc (class foo): Add operators
4874 new[] and delete[].
4875 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
4876 "void".
4877 (probe_demangler): Remove all single-quoting of
4878 method and variable names.
4879 (info_func_regexp): Remove the word "void" from any
4880 occurrence of "(void)".
4881 (print_addr_2): Remove all single-quoting of
4882 method names.
4883 (print_addr_2_kfail): Likewise.
4884 (print_addr): Single-quote C function names before
4885 passing to print_addr_2.
4886 (test_paddr_operator_functions): Remove single-quoting
4887 for method names.
4888 Add tests for operator new[] and operator delete[].
4889
9b14d7aa
JK
48902009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
4893
85feb311
KS
48942009-11-09 Keith Seitz <keiths@redhat.com>
4895
4896 * gdb.cp/overload.exp: Add tests for resolving overloaded
4897 methods in expression parsing/evaluation.
4898
fa335448
DJ
48992009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4900
4901 * lib/gdb.exp (default_gdb_version): Use --version instead of
4902 --command.
4903
ec3c07fc
NS
49042009-11-10 Nathan Sidwell <nathan@codesourcery.com>
4905
4906 * lib/gdb.exp (gdb_compile_test): New.
4907 (skip_ada_tests, skip_java_tests): New.
4908 (gdb_compile): Use gdb_compile_test for f77.
4909 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4910 * lib/java.exp (compile_java_from_source): Remove runtests check,
4911 use gdb_compile_test to record result.
4912 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4913 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4914 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4915 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4916 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4917 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4918 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4919 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4920 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4921 adjust gdb_compile invocations.
4922
b8b4e42b
JK
49232009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 * Makefile.in (abs_builddir): New.
4926 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
4927 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4928 `$(abs_builddir)/site.exp'.
4929
f8b7eaf3
DJ
49302009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4931
4932 * config/m68k-emc.exp, lib/emc-support.exp,
4933 gdb.trace/gdb_c_test.c: Delete.
4934 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4935 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4936 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4937 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4938 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4939 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4940 casing for m68k-*-elf.
4941
c4187697
NS
49422009-11-03 Pedro Alves <pedro@codesourcery.com>
4943
4944 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4945 * gdb.arch/i386-prologue.exp: Likewise.
4946 * gdb.arch/i386-unwind.exp: Likewise.
4947
db16b772
DJ
49482009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4949
4950 * lib/gdb.exp (gdb_expect): Fix timeout typo.
4951
bcf71277
DJ
49522009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4953
4954 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
4955
0105cee2
DJ
49562009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4957
4958 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
4959
24ddea62
JK
49602009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
4963
287ccc17
JK
49642009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
4967 * gdb.base/sepdebug2.c: New file.
4968
08bca259 49692009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
4970
4971 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
4972 the modified warnings for catch syscall. Verify if GDB was compiled
4973 with support for lib expat, and choose which tests to run depending
4974 on this.
4975
5d4e2b76
VP
49762009-10-30 Vladimir Prus <vladimir@codesourcery.com>
4977
4978 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
4979 that composite commands are parsed OK. And also test
4980 that breakpoint commands do work.
4981
240e538a
MS
49822009-10-23 Michael Snyder <msnyder@vmware.com>
4983
4984 gdb.reverse/consecutive-precsave.exp: Change expect pattern
4985 to allow for new disassembly style.
4986
9c419145
PP
49872009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4988
4989 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 4990
02506ff1
MS
49912009-10-22 Michael Snyder <msnyder@vmware.com>
4992
4993 * gdb.reverse/break-precsave.exp: New test.
4994 * gdb.reverse/consecutive-precsave.exp: Ditto.
4995 * gdb.reverse/finish-precsave.exp: Ditto.
4996 * gdb.reverse/i386-precsave.exp: Ditto.
4997 * gdb.reverse/machinestate-precsave.exp: Ditto.
4998 * gdb.reverse/sigall-precsave.exp: Ditto.
4999 * gdb.reverse/solilb-precsave.exp: Ditto.
5000 * gdb.reverse/step-precsave.exp: Ditto.
5001 * gdb.reverse/until-precsave.exp: Ditto.
5002 * gdb.reverse/watch-precsave.exp: Ditto.
5003
4cf866a3
MS
50042009-10-22 Michael Snyder <msnyder@vmware.com>
5005
5006 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5007 for gdb_expect. Adjust one test's expect strings for the new
5008 format of disassemble.
5009 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5010 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5011 gdb_test_multiple.
5012 * gdb.reverse/step-reverse.exp: Delete 'return'.
5013 * gdb.reverse/until-reverse.exp: Delete blank lines.
5014 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5015
2b28d209
PP
50162009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5017
5018 * gdb.base/consecutive.exp: Adjust.
5019 * gdb.base/display.exp: Likewise.
5020 * gdb.base/pc-fp.exp: Likewise.
5021 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 5022
33b9c32b
MS
50232009-10-19 Michael Snyder <msnyder@vmware.com>
5024
5025 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5026 * gdb.reverse/finish-reverse.c: Ditto.
5027 * gdb.reverse/sigall-reverse.c: Ditto.
5028 * gdb.reverse/solib-reverse.c: Ditto.
5029 * gdb.reverse/step-reverse.c: Ditto.
5030 * gdb.reverse/watch-reverse.c: Ditto.
5031
6c95b8df
PA
50322009-10-19 Pedro Alves <pedro@codesourcery.com>
5033 Stan Shebs <stan@codesourcery.com>
5034
5035 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5036 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5037 "Executing new program".
5038 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5039 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5040 left listed after having been killed.
5041 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5042 * gdb.base/maint.exp: Adjust test.
5043
5044 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5045 * gdb.multi/Makefile.in: New.
5046 * gdb.multi/base.exp: New.
5047 * gdb.multi/goodbye.c: New.
5048 * gdb.multi/hangout.c: New.
5049 * gdb.multi/hello.c: New.
5050 * gdb.multi/bkpt-multi-exec.c: New.
5051 * gdb.multi/bkpt-multi-exec.exp: New.
5052 * gdb.multi/crashme.c: New.
5053
279017b7
TG
50542009-10-13 Tristan Gingold <gingold@adacore.com>
5055
5056 * gdb.base/sepdebug.exp: Check debug info are found.
5057
0413d738
PA
50582009-10-08 Pedro Alves <pedro@codesourcery.com>
5059
5060 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5061 bits.
5062
c628eecc
JK
50632009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5064
5065 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5066
38af1bfe
JB
50672009-10-07 Joel Brobecker <brobecker@adacore.com>
5068
5069 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5070 of the comments.
5071
2b0adecd
PM
50722009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5073
5074 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5075 * gdb.base/annota3.exp: Idem.
5076 * gdb.base/maint.exp: Idem.
5077
8d417781
PM
50782009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5079
889bf7c5 5080 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
5081 to default.
5082
bb61102d
PM
50832009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5084
889bf7c5 5085 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
5086 mingw and cygwin targets.
5087
ace5c364
PM
50882009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5089 Pedro Alves <pedro@codesourcery.com>
5090
889bf7c5 5091 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
5092 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5093
c2d494a0
PM
50942009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5095
e1b52ce2
PM
5096 * gdb.base/shr1.c: Use %p in format string.
5097 * gdb.base/unload.c: Avoid warning in fprintf.
5098 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 5099
209f53f5
PM
51002009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5101
5102 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5103 long type.
5104 (test_unlink): Correct printf string.
5105 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5106 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5107
8172766a
JK
51082009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5111 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5112 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5113
0f73703c
UW
51142009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5115
5116 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5117 * gdb.objc/nondebug.exp: Likewise.
5118
b32306ca
UW
51192009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5120
5121 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5122 target_info setting.
5123
5124 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5125 that detect new threads during "info threads".
5126
0057022f
UW
51272009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5128
5129 * gdb.threads/manythreads.c (main): Increase thread stack size
5130 to 2*PTHREAD_STACK_MIN.
5131 * gdb.threads/multi-create.c (main): Likewise.
5132 (create_function): Likewise.
5133
f29c0325
UW
51342009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5135
5136 * gdb.base/dump.exp: Pass difference of pointer types instead
5137 of integer types as offset to restore in intarr3.srec case.
5138
fcb34849
UW
51392009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5140
5141 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5142
d5142e3b
UW
51432009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5144
5145 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5146
087b74b2 51472009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 5148
087b74b2
PM
5149 New test for two watchpoints, with disabling of
5150 the first inserted.
5151 * testsuite/gdb.base/watchpoints.c: New file.
5152 * testsuite/gdb.base/watchpoints.exp: New file.
5153
96c07c5b
TT
51542009-09-25 Tom Tromey <tromey@redhat.com>
5155
5156 * gdb.base/charset.exp: Test utf-16 strings with Python.
5157
b8899f2b
TT
51582009-09-25 Tom Tromey <tromey@redhat.com>
5159
5160 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5161 UCS-4.
5162 * gdb.base/charset.c (utf_32_string): Rename.
5163 (init_utf32): Rename.
5164 (main): Update.
5165
329719ec
TT
51662009-09-22 Tom Tromey <tromey@redhat.com>
5167
5168 * gdb.python/py-function.exp: Add regression tests.
5169
11ef0d76
KS
51702009-09-21 Keith Seitz <keiths@redhat.com>
5171
5172 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5173 with invalid operator.
5174
3fe8f3b3
KS
51752009-09-21 Keith Seitz <keiths@redhat.com>
5176
5177 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5178 and destructor using typedef name of class.
5179 * gdb.cp/classes.cc (class Base1): Add a destructor.
5180 (base1): New typedef.
5181 (use_methods): Instanitate an object of type base1.
5182 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5183 (do_tests): Call test_template_typedef.
5184 * gdb.cp/templates.cc (Baz::~Baz): New method.
5185 (intBazOne): New typedef.
5186 (main): Instantiate intBazOne.
5187
7a9fe101
PM
51882009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5189
5190 PR python/10633
5191
5192 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5193 Function.
5194 (run_lang_tests): Add print elements test.
5195
2e4d963f
PM
51962009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5197
5198 * gdb.python/py-value.exp (test_subscript_regression): New
5199 function. Test for invalid subscripts.
5200 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5201 (ptr_ref): New function.
5202
ec7e75e7
PP
52032009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5204
5205 * gdb.base/default.exp: Fix "show convenience".
5206
0cc7d26f
TT
52072009-09-15 Tom Tromey <tromey@redhat.com>
5208
5209 * lib/mi-support.exp (mi_create_varobj): Update.
5210 (mi_create_floating_varobj): Likewise.
5211 (mi_create_dynamic_varobj): New proc.
5212 (mi_varobj_update): Update.
5213 (mi_varobj_update_with_type_change): Likewise.
5214 (mi_varobj_update_kv_helper): New proc.
5215 (mi_varobj_update_dynamic_helper): Rewrite.
5216 (mi_varobj_update_dynamic): New proc.
5217 (mi_list_varobj_children): Update.
5218 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5219 * gdb.python/python-prettyprint.py (pp_outer): New class.
5220 (pp_nullstr): Likewise.
5221 (lookup_function): Register new printers.
5222 * gdb.python/python-prettyprint.c (struct substruct): New type.
5223 (struct outerstruct): Likewise.
5224 (substruct_test): New function.
5225 (struct nullstr): New type.
5226 (string_1, string_2): New globals.
5227 (main): Add new tests.
5228 * gdb.python/python-mi.exp: Added regression tests.
5229 * gdb.mi/mi2-var-display.exp: Update.
5230 * gdb.mi/mi2-var-cmd.exp: Update.
5231 * gdb.mi/mi2-var-child.exp: Update.
5232 * gdb.mi/mi2-var-block.exp: Update.
5233 * gdb.mi/mi-var-invalidate.exp: Update.
5234 * gdb.mi/mi-var-display.exp: Update.
5235 * gdb.mi/mi-var-cmd.exp: Update.
5236 * gdb.mi/mi-var-child.exp: Update.
5237 * gdb.mi/mi-var-block.exp: Update.
5238 * gdb.mi/mi-break.exp: Update.
5239 * gdb.mi/gdb701.exp: Update.
5240
a96d9b2e
SDJ
52412009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5242
5243 * Makefile.in: Inclusion of catch-syscall object.
5244 * gdb.base/catch-syscall.c: New file.
5245 * gdb.base/catch-syscall.exp: New file.
5246
b43b923a
MS
52472009-09-12 Michael Snyder <msnyder@vmware.com>
5248
5249 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5250 that can support reverse debuggnig.
5251
cec03d70
TT
52522009-09-11 Tom Tromey <tromey@redhat.com>
5253
5254 * gdb.dwarf2/valop.S: New file.
5255 * gdb.dwarf2/valop.exp: New file.
5256
e23bb3fc
MK
52572009-09-11 Mark Kettenis <kettenis@gnu.org>
5258
5259 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5260
37c3696d
DE
52612009-09-10 Doug Evans <dje@google.com>
5262
5263 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5264 Add $gdb_prompt to second breakpoint regexp.
5265
5172aecb
JB
52662009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5267
5268 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5269 names, add missing ones.
5270 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5271 * gdb.python/py-frame.c: Rename from python-frame.c.
5272 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5273 testfile name.
5274 * gdb.python/py-function.exp: Rename from python-function.exp.
5275 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5276 testfile name.
5277 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5278 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5279 Adjust testfile name.
5280 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5281 * gdb.python/py-template.cc: Rename from python-template.cc.
5282 * gdb.python/py-template.exp: Rename from python-template.exp.
5283 Adjust testfile name.
5284 * gdb.python/py-value.c: Rename from python-value.c.
5285 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5286 testfile name.
5287
b554e4bd
JK
52882009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5291 $bpt2address.
5292 (Second breakpoint address is valid on ia64)
5293 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5294
9a68ae16
JM
52952009-09-03 Joseph Myers <joseph@codesourcery.com>
5296
5297 * gdb.base/ending-run.exp: Restrict regular expression matching
5298 line number to require closing brace following.
5299
146b9145
DE
53002009-09-03 Doug Evans <dje@google.com>
5301
5302 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5303
787d21e1
TT
53042009-09-02 Tom Tromey <tromey@redhat.com>
5305
5306 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5307
e7802207
TT
53082009-09-02 Tom Tromey <tromey@redhat.com>
5309
5310 * gdb.dwarf2/callframecfa.exp: New file.
5311 * gdb.dwarf2/callframecfa.S: New file.
5312
817aadd2
JK
53132009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5316 gdb.base/solib-overlap-main.c: New.
5317
4a76eae5
DJ
53182009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5319
5320 PR gdb/10565
5321
5322 * gdb.base/bitfields.c (struct container, container): New.
5323 (main): Initialize it and call break5.
5324 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5325
d4b96c9a
JK
53262009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5327
5328 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5329 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5330
4e22772d
JK
53312009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5334
2efab443
MS
53352009-08-26 Michael Snyder <msnyder@vmware.com>
5336
5337 * gdb.base/i386-reverse.c: New file.
5338 * gdb.base/i386-reverse.exp: New file.
5339 * gdb.base/Makefile.in: Add new files to be removed.
5340
07ab73a0
JM
53412009-08-26 Joseph Myers <joseph@codesourcery.com>
5342
5343 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5344 environment-pwd for remote host.
5345 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5346
676accff
KS
53472009-08-24 Keith Seitz <keiths@redhat.com>
5348
5349 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5350 Add two new C++ completer tests which limit the output to a
889bf7c5 5351 given class.
676accff 5352
f9f7ad22
MS
53532009-08-24 Michael Snyder <msnyder@vmware.com>
5354
5355 * gdb.base/del.exp: Fix typo in comment.
5356 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5357
81ecdfbb
RW
53582009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5359
5360 * configure: Regenerate.
5361 * gdb.hp/configure: Likewise.
5362 * gdb.hp/gdb.aCC/configure: Likewise.
5363 * gdb.hp/gdb.base-hp/configure: Likewise.
5364 * gdb.hp/gdb.compat/configure: Likewise.
5365 * gdb.hp/gdb.defects/configure: Likewise.
5366 * gdb.hp/gdb.objdbg/configure: Likewise.
5367 * gdb.stabs/configure: Likewise.
5368
cab0c772
UW
53692009-08-19 Doug Evans <dje@google.com>
5370
5371 * gdb.base/gdbvars.c: New file.
5372 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5373
b8fa0bfa
PA
53742009-08-14 Pedro Alves <pedro@codesourcery.com>
5375
5376 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5377 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5378
b84aa90a
PA
53792009-08-13 Pedro Alves <pedro@codesourcery.com>
5380
5381 * gdb.base/default.exp: Adjust "set language test": it's now an
5382 enum command. Larger help string moved to "help set language".
5383 * gdb.base/help.exp: Adjust "help set language" expected output,
5384 now lists all known languages.
5385
0d8f9b2c
NF
53862009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5387
5388 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5389 all frame arguments.
5390 * gdb.arch/altivec-regs.exp: Likewise.
5391
bda180e0
TT
53922009-08-07 Tom Tromey <tromey@redhat.com>
5393
5394 * gdb.base/setshow.exp: Add tests for changes to set language, set
5395 check range, and set check type.
5396
48cb2d85
VP
53972009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5398
5399 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5400 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 5401 Call it.
48cb2d85 5402
1ea34204
UW
54032009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5404
5405 * configure.ac: Run gdb.cell tests when appropriate.
5406 * configure: Regenerate.
5407 * lib/cell.exp: New file.
5408 * gdb.cell: New directory.
5409 * gdb.cell/configure.ac: New file.
5410 * gdb.cell/configure: New file.
5411 * gdb.cell/Makefile.in: New file.
5412 * gdb.cell/arch.exp: New file.
5413 * gdb.cell/break.c: New file.
5414 * gdb.cell/break.exp: New file.
5415 * gdb.cell/break-spu.c: New file.
5416 * gdb.cell/bt.c: New file.
5417 * gdb.cell/bt2-spu.c: New file.
5418 * gdb.cell/bt-spu.c: New file.
5419 * gdb.cell/bt.exp: New file.
5420 * gdb.cell/coremaker.c: New file.
5421 * gdb.cell/coremaker-spu.c: New file.
5422 * gdb.cell/core.exp: New file.
5423 * gdb.cell/gcore.exp: New file.
5424 * gdb.cell/data.c: New file.
5425 * gdb.cell/data.exp: New file.
5426 * gdb.cell/data-spu.c: New file.
5427 * gdb.cell/ea-cache.exp: New file.
5428 * gdb.cell/ea-cache.c: New file.
5429 * gdb.cell/ea-cache-spu.c: New file.
5430 * gdb.cell/ea-standalone.c: New file.
5431 * gdb.cell/ea-standalone.exp: New file.
5432 * gdb.cell/ea-test.c: New file.
5433 * gdb.cell/ea-test.exp: New file.
5434 * gdb.cell/f-regs.exp: New file.
5435 * gdb.cell/mem-access.c: New file.
5436 * gdb.cell/mem-access.exp: New file.
5437 * gdb.cell/mem-access-spu.c: New file.
5438 * gdb.cell/ptype.exp: New file.
5439 * gdb.cell/registers.exp: New file.
5440 * gdb.cell/size.c: New file.
5441 * gdb.cell/sizeof.exp: New file.
5442 * gdb.cell/size-spu.c: New file.
5443 * gdb.cell/solib.exp: New file.
5444 * gdb.cell/solib-symbol.exp: New file.
5445
85e747d2
UW
54462009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5447
5448 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5449
58d6951d
DJ
54502009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * gdb.base/float.exp: Handle VFP registers.
5453
6e0a4f15
MS
54542009-07-14 Michael Snyder <msnyder@vmware.com>
5455
dcd5da87
MS
5456 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5457 to bring gdb to the beginning of the calling line.
5458
6e0a4f15
MS
5459 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5460 confusing the i386 epilogue unwinder.
5461
782b2b07
SS
54622009-07-14 Stan Shebs <stan@codesourcery.com>
5463
5464 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5465
f662c3bc
MS
54662009-07-14 Michael Snyder <msnyder@vmware.com>
5467
5468 * gdb.reverse/step-reverse.exp (stepi into function call):
5469 Call instruction may not be first instruction in the line.
5470 (reverse stepi from a function call): Used wrong line number.
5471
8f313923
JK
54722009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5473
5474 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5475
4662c76e
JK
54762009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5477
5478 Fix gdb.base/macscp.exp when using custom inputrc.
5479 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5480 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5481 env(TERM) set.
5482 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5483 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5484
aa81e255
JK
54852009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5486
5487 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5488 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5489 Change the compilation target to match the testcase name.
5490 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5491 testcase name.
5492 * a2-run.exp: Use for setup prepare_for_testing. Change the
5493 compilation target to match the testcase name.
5494 * gdb.base/commands.exp: Likewise.
5495 * gdb.base/finish.exp: Likewise.
5496 * gdb.base/float.exp: Likewise.
5497 * gdb.base/info-target.exp: Likewise.
5498 * gdb.base/relational.exp: Likewise.
5499 * gdb.base/term.exp: Likewise.
5500 * gdb.base/until.exp: Likewise.
5501 * gdb.base/volatile.exp: Likewise.
5502 * gdb.base/whatis-exp.exp: Likewise.
5503
4c93b1d7
HZ
55042009-07-11 Hui Zhu <teawater@gmail.com>
5505
5506 * gdb.base/help.exp (disassemble): Update expected help text.
5507
812f7342
TT
55082009-07-09 Tom Tromey <tromey@redhat.com>
5509
5510 * lib/gdb.exp: Handle TRANSCRIPT.
5511 (remote_spawn, remote_close, send_gdb): New procs.
5512
fbb8f299
PM
55132009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5514
5515 * gdb.python/python-prettyprint.c: Add counted null string
5516 structure.
5517 * gdb.python/python-prettyprint.exp: Print null string. Test for
5518 embedded nulls.
5519 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5520 * gdb.python/python-value.exp (test_value_in_inferior): Add
5521 variable length string fetch tests.
5522 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5523
c0ac0ec7
JK
55242009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5527
30b66ecc
TT
55282009-07-07 Tom Tromey <tromey@redhat.com>
5529
5530 * gdb.base/call-rt-st.exp: Update for change to escape output.
5531 * gdb.base/callfuncs.exp: Likewise.
5532 * gdb.base/charset.exp: Likewise.
5533 * gdb.base/constvars.exp: Likewise.
5534 * gdb.base/long_long.exp: Likewise.
5535 * gdb.base/pointers.exp: Likewise.
5536 * gdb.base/printcmds.exp: Likewise.
5537 * gdb.base/setvar.exp: Likewise.
5538 * gdb.base/store.exp: Likewise.
5539 * gdb.cp/ref-types.exp: Likewise.
5540 * gdb.mi/mi-var-child.exp: Likewise.
5541 * gdb.mi/mi-var-display.exp: Likewise.
5542 * gdb.mi/mi2-var-display.exp: Likewise.
5543 * gdb.base/charset.exp: Test octal escape sequence length.
5544 Update for change to escape output.
5545
187c4a2b
JK
55462009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5547
5548 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5549
d80a43f9
DJ
55502009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5553
047427a8
JK
55542009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5555
5556 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5557 gdbserver increasing $portnum if "Can't bind address" has been seen.
5558
8b5a0f4f
PA
55592009-07-05 Pedro Alves <pedro@codesourcery.com>
5560
5561 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5562 mingw32ce.
5563
7d93ba58
PA
55642009-07-05 Pedro Alves <pedro@codesourcery.com>
5565
5566 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5567 VFP format.
5568
2277426b
PA
55692009-07-02 Pedro Alves <pedro@codesourcery.com>
5570
5571 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5572 linux. Adjust to use "inferior", "info inferiors", "detach
5573 inferior" and "kill inferior" instead of "restart", "info fork",
5574 "detach fork" and "delete fork".
5575 * gdb.base/ending-run.exp: Spell out "info".
5576 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5577 the "kill" command.
5578
5af949e3
UW
55792009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5580
5581 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5582 change to prefix TLS offset in hex with 0x.
5583
5d3729b5
UW
55842009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5585
5586 * gdb.base/default.exp: Update test case for "x" changes.
5587
af589bd0
TG
55882009-07-01 Tristan Gingold <gingold@adacore.com>
5589
5590 * gdb.base/bigcore.exp: Make darwin untested.
5591
40974f91
JK
55922009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5593
5594 * gdb.base/completion.exp (directory completion): Create the directory.
5595 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5596 escapeuniquesub.
5597 (directory completion 2): Expect now ${escapeuniquesub}.
5598 (Glob remaining of directory test): Remove one excessive newline.
5599 Expect the real output.
5600
59dd3af6
JK
56012009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5602
5603 Fix `make check//%' target after `make check' has been ran.
5604 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5605 a mkdir call.
5606 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5607 (%/.dir): Remove.
5608
f4e164aa
JK
56092009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5610
5611 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5612 the expected result record.
5613
69af2122
JK
56142009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 Remove racy FAILs relying just on the timeouts.
5617 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5618 (annotation_level 2): Remove racy FAILs.
5619
2fd481e1
PP
56202009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5621
5622 gdb/10275
889bf7c5
PA
5623 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5624
c38f313d
DJ
56252009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5626
5627 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5628
8b777f02
VP
56292009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5630
5631 * gdb.mi/mi-stack.exp: Testing symbolic options
5632 to -stack-list-locals and -stack-list-arguments.
5633
00c7eacf
JK
56342009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5637
6bc80edc
TT
56382009-06-29 Tom Tromey <tromey@redhat.com>
5639
5640 * dg-extract-results.sh: New file.
5641 * Makefile.in (FORCE_PARALLEL): New variable.
5642 (CHECK_TARGET): New conditional variable.
5643 (check): Use CHECK_TARGET.
5644 (DO_RUNTEST): New variable.
5645 (check-single): New target.
5646 (TEST_DIRS): New variable.
5647 (TEST_TARGETS): Likewise.
5648 (check-parallel): New target.
5649 (check-gdb.%): New pattern.
5650 (BASE1_FILES): New variable.
5651 (BASE2_FILES): Likewise.
5652 (check-gdb.base%): New pattern.
5653 (%/.dir): New pattern.
5654 * configure: Rebuild.
5655 * aclocal.m4 (AM_CONDITIONAL): New defun.
5656 * configure.ac: Check whether user is using GNU make.
5657 (GMAKE): New conditional.
5658
794684b6
SW
56592009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5660
5661 * gdb.cp/namespace-nested-import.cc: New test.
5662 * gdb.cp/namespace-nested-import.exp: New test.
5663
edb3359d
DJ
56642009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5665
5666 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5667 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5668 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5669 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5670 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5671 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5672 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5673 gdb.opt/inline-markers.c: New files.
5674 * lib/gdb.exp (skip_inline_frame_tests): New function.
5675 (skip_inline_var_tests): New function.
5676
cf657a0c
AS
56772009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5678
5679 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5680 backtrace.
5681
28d41a99
MS
56822009-06-27 Michael Snyder <msnyder@vmware.com>
5683
5684 * gdb.reverse: New directory.
5685 * gdb.reverse/break-reverse.c: New test.
5686 * gdb.reverse/break-reverse.exp: New test.
5687 * gdb.reverse/consecutive-reverse.c: New test.
5688 * gdb.reverse/consecutive-reverse.exp: New test.
5689 * gdb.reverse/finish-reverse.c: New test.
5690 * gdb.reverse/finish-reverse.exp: New test.
5691 * gdb.reverse/machinestate.c: New test.
5692 * gdb.reverse/ms1.c: New test.
5693 * gdb.reverse/machinestate.exp: New test.
5694 * gdb.reverse/Makefile.in: New file.
5695 * gdb.reverse/shr2.c: New test.
5696 * gdb.reverse/solib-reverse.c: New test.
5697 * gdb.reverse/solib-reverse.exp: New test.
5698 * gdb.reverse/step-reverse.c: New test.
5699 * gdb.reverse/step-reverse.exp: New test.
5700 * gdb.reverse/until-reverse.c: New test.
5701 * gdb.reverse/ur1.c: New test.
5702 * gdb.reverse/until-reverse.exp: New test.
5703 * gdb.reverse/watch-reverse.c: New test.
5704 * gdb.reverse/watch-reverse.exp: New test.
5705 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5706 * configure: Regenerate.
5707
fe3c8b0d
DE
57082009-06-26 Doug Evans <dje@google.com>
5709
5710 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5711
3a72a602
PM
57122009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5713
5714 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5715 windows problem for 'file delete $binfile'.
5716
27aa8d6a
SW
57172009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5718
5719 * gdb.cp/namespace-using.exp: New test.
5720 * gdb.cp/namespace-using.cc: New test.
5721
8ac055f8
JB
57222009-05-20 Joel Brobecker <brobecker@adacore.com>
5723
5724 * gdb.ada/variant_record_packed_array: New testcase.
5725
85e306ed
TT
57262009-06-23 Tom Tromey <tromey@redhat.com>
5727
5728 * gdb.base/charset.exp (test_combination): Regression test.
5729 * gdb.base/charset.c (my_wchar_t): New typedef.
5730 (myvar): New global.
5731 (main): Set myvar.
5732
56643c5e
PM
57332009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5734
5735 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5736 target.
5737
1fac167a
UW
57382009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5739
5740 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5741
7ccb0be9
UW
57422009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5743
5744 * gdb.mi/gdb680.exp: Update test for error message.
5745
568d6575
UW
57462009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5747
5748 * gdb.base/annota1.exp: Allow multiple occurrences of the
5749 frames-invalid annotation.
5750 * gdb.cp/annota2.exp: Likewise.
5751
7cd1089b
PM
57522009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5753
5754 * gdb.cp/gdb2495.cc: New file.
5755 * gdb.cp/gdb2495.exp: New file.
5756
72c63395
JK
57572009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5758
5759 Report error on GDB crash during runto.
5760 * lib/gdb.exp (runto <eof>): New.
5761
3788363d
DJ
57622009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5763
5764 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5765 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5766 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5767 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5768 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5769 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5770 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5771 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5772 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5773 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5774 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5775 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5776 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5777 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5778 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5779 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5780 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5781 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5782 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5783 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5784 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5785 gdb.trace/passcount.exp, gdb.trace/report.exp,
5786 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5787 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5788 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5789 executable.
5790
17592de3
PA
57912009-06-07 Pedro Alves <pedro@codesourcery.com>
5792
5793 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5794 defined before referencing it.
5795
701e355d
DE
57962009-06-03 Doug Evans <dje@google.com>
5797
5798 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5799 * gdb.arch/i386-see.c: Ditto.
5800
f2292c65
PM
58012009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5802
5803 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5804 (check_macro): Return 1 if undefined.
5805 If first test fails, check if macro debug information is available,
5806 and report unsupported test if no macro information is found.
5807
5a437975
DE
58082009-05-29 Doug Evans <dje@google.com>
5809
5810 * gdb.threads/hand-call-in-threads.exp: New.
5811 * gdb.threads/hand-call-in-threads.c: New.
5812
c141c696
MS
58132009-05-29 Michael Snyder <msnyder@vmware.com>
5814
5815 * gdb.base/break-always.exp: Change "1" to "on".
5816 Add confirmation check.
5817
b3444185
PA
58182009-05-28 Pedro Alves <pedro@codesourcery.com>
5819
5820 * gdb.threads/threxit-hop-specific.c: New.
5821 * gdb.threads/threxit-hop-specific.exp: New.
5822 * gdb.threads/thread-execl.c: New.
5823 * gdb.threads/thread-execl.exp: New.
5824
b6313243
TT
58252009-05-27 Tom Tromey <tromey@redhat.com>
5826 Thiago Jung Bauermann <bauerman@br.ibm.com>
5827
5828 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5829 (mi_child_regexp): Likewise.
5830 (mi_list_varobj_children_range): Likewise.
5831 (mi_get_features): Likewise.
5832 (mi_list_varobj_children): Rewrite.
5833 * gdb.python/python-mi.exp: New file.
5834
a6bac58e
TT
58352009-05-27 Tom Tromey <tromey@redhat.com>
5836 Thiago Jung Bauermann <bauerman@br.ibm.com>
5837 Phil Muldoon <pmuldoon@redhat.com>
5838 Paul Pluzhnikov <ppluzhnikov@google.com>
5839
5840 * gdb.python/python-prettyprint.exp: New file.
5841 * gdb.python/python-prettyprint.c: New file.
5842 * gdb.python/python-prettyprint.py: New file.
5843 * gdb.base/display.exp: print/r is now valid.
5844
2c74e833
TT
58452009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5846 Tom Tromey <tromey@redhat.com>
5847 Pedro Alves <pedro@codesourcery.com>
5848 Paul Pluzhnikov <ppluzhnikov@google.com>
5849
5850 * gdb.python/python-template.exp: New file.
5851 * gdb.python/python-template.cc: New file.
5852 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5853 tests.
5854 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5855 Call it.
5856 (test_value_after_death): New proc.
5857 * gdb.python/python-value.c (PTR): New typedef.
5858 (main): New variable 'x'.
5859
89c73ade
TT
58602009-05-27 Tom Tromey <tromey@redhat.com>
5861
5862 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5863 tests.
5864 * gdb.python/python-value.exp (py_objfile_tests): New proc.
5865 Call it.
5866
a75724bc
PA
58672009-05-27 Pedro Alves <pedro@codesourcery.com>
5868
5869 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
5870
e58b0e63
PA
58712009-05-24 Pedro Alves <pedro@codesourcery.com>
5872
5873 * gdb.threads/fork-thread-pending.c: New.
5874 * gdb.threads/fork-thread-pending.exp: New.
5875
4ac36638
JK
58762009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
5879 * gdb.dwarf2/dw2-strp.S (a_string2): New.
5880
889bf7c5 58812009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 5882
889bf7c5 5883 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 5884
b242c3c2
PA
58852009-05-17 Pedro Alves <pedro@codesourcery.com>
5886
5887 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
5888 `gdb_get_line_number'. Call `callee' in both parent and child.
5889 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
5890 `gdb_get_line_number' instead of hardcoding line numbers.
5891 (catch_fork_unpatch_child): New procedure to test detaching
5892 breakpoints from child fork.
5893 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
5894 hardcoding line numbers.
5895 (do_fork_tests): Run `catch_fork_unpatch_child'.
5896
ee342b23
VP
58972009-05-17 Vladimir Prus <vladimir@codesourcery.com>
5898
5899 * gdb.mi/mi-cmd-var.exp: Check that when varobj
5900 of structure type enters or leaves the scope, it
5901 is reported by -var-update.
5902
e2009e98
DE
59032009-05-11 Doug Evans <dje@sebabeach.org>
5904
5905 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 5906 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
5907 * gdb.threads/schedlock.c (main): Fix off-by-one error.
5908
00903456
JK
59092009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5912
dc621c35
DE
59132009-04-30 Doug Evans <dje@google.com>
5914
5915 * gdb.threads/watchthreads2.exp: New testcase.
5916 * gdb.threads/watchthreads2.c: New testcase.
5917
9ab4e744
DE
59182009-04-29 Doug Evans <dje@google.com>
5919
5920 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5921 * gdb.cp/mb-ctor.cc: Ditto.
5922 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5923 * gdb.cp/mb-inline.h (multi_line_foo): New function.
5924 * gdb.cp/mb-inline1.cc: Call it.
5925 * gdb.cp/mb-inline2.cc: Ditto.
5926 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5927 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5928
484086b7
JK
59292009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5932 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
5933 Replace all uses of `decimal' by `nonzero'.
5934 (info macro FROM_COMMANDLINE): New test.
5935
379a77b5
TT
59362009-04-27 Tom Tromey <tromey@redhat.com>
5937
5938 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5939
b92b73c2
DE
59402009-04-27 Doug Evans <dje@google.com>
5941
5942 * gdb.threads/watchthreads.c (main): Initialize args before starting
5943 the threads. Plus formatting cleanup.
5944 * gdb.threads/watchthreads.exp: Avoid errant failures due to
5945 biased scheduling of one thread.
5946
945a118d
JG
59472009-04-27 Jerome Guitton <guitton@adacore.com>
5948
5949 * gdb.cp/templates.cc (GetMax): New template.
5950 (main): Declare two instances of GetMax.
5951 * gdb.cp/templates.exp: Add new test.
5952
d389af10
JK
59532009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
5956
e7f86de9
JM
59572009-04-22 Joseph Myers <joseph@codesourcery.com>
5958
5959 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
5960
334cc82d
TT
59612009-04-15 Tom Tromey <tromey@redhat.com>
5962
5963 * gdb.base/charset.exp: Add regression test.
5964
d12672cc
JB
59652009-04-14 Joel Brobecker <brobecker@adacore.com>
5966
5967 * gdb.base/exe-lock.exp: New testcase.
5968
18e8c3bc
TT
59692009-04-13 Tom Tromey <tromey@redhat.com>
5970
5971 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
5972 operator on Frame.
5973
5ecd5cbe
UW
59742009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5975
5976 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
5977 * gdb.server/ext-attach.exp: Likewise.
5978
7309f756
VP
59792009-04-03 Vladimir Prus <vladimir@codesourcery.com>
5980
5981 Eliminate some sleep usage.
5982
889bf7c5
PA
5983 * gdb.mi/basics.c (do_nothing): New.
5984 (main): Use do_nothing instead of printf, so that
5985 not to introduce race condition between output of
5986 inferiour and output of gdb. Do not use sleep as it
5987 is not generally available on embedded targets.
7309f756 5988
f4b95f6f
PA
59892009-04-02 Pedro Alves <pedro@codesourcery.com>
5990
5991 * gdb.server/ext-attach.exp: Expect an optional process id after
5992 "Detached from remote process".
5993
de40b933
JK
59942009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5995
5996 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
5997 gdb.dwarf2/dw2-unresolved.exp: New.
5998
2ae101a4
PA
59992009-04-02 Pedro Alves <pedro@codesourcery.com>
6000
6001 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6002 mi_run_to_main.
6003
56a8e183
PA
60042009-04-02 Pedro Alves <pedro@codesourcery.com>
6005
6006 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6007 mi_run_to_main. Skip thread exit test on remote targets.
6008 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6009 mi_run_to_main.
6010 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6011 mi_run_to_main.
6012 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6013 when expecting ^connected. Detect when the target doesn't support
6014 non-stop mode.
6015 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6016 supported. Return -1 on error, 0 on success.
6017 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6018 (mi_runto): Return mi_runto_helper's result explicitly.
6019
c35fafde
PA
60202009-04-01 Pedro Alves <pedro@codesourcery.com>
6021
6022 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6023
f8a8dce6
JB
60242009-04-01 Tom Tromey <tromey@redhat.com>
6025
6026 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6027 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6028 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6029 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6030
71c25dea
TT
60312009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6032 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 PR gdb/931
6035 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6036 output.
6037 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6038 for gdb/931.
6039 * dw2-strp.S (DW_AT_language): Change to C++.
6040 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6041
02d9a9ce
JB
60422009-03-31 Joel Brobecker <brobecker@adacore.com>
6043
6044 * gdb.ada/tasks: New testcase.
6045
1042e4c0
SS
60462009-03-30 Stan Shebs <stan@codesourcery.com>
6047
6048 * gdb.trace/actions.exp: Update to match new info trace format.
6049 * gdb.trace/deltrace.exp: Ditto.
6050 * gdb.trace/infotrace.exp: Ditto.
6051 * gdb.trace/passcount.exp: Ditto.
6052 * gdb.trace/save-trace.exp: Ditto.
6053 * gdb.trace/while-stepping.exp: Ditto.
6054 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6055
f8f6f20b
TJB
60562009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6057
6058 * gdb.python/python-frame.c: New file.
6059 * gdb.python/python-frame.exp: New file.
6060
c0c6f777
TJB
60612009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6062
6063 * gdb.python/python-value.exp: Add tests for the address
6064 attribute.
6065
3cb51905
AS
60662009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6067
6068 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6069
88fc996f
DE
60702009-03-26 Doug Evans <dje@google.com>
6071
6072 * gdb.mi/mi-nonstop-exit.exp: New file.
6073 * gdb.mi/non-stop-exit.c: New file.
6074
56ef84b1
TT
60752009-03-26 Tom Tromey <tromey@redhat.com>
6076
6077 Update for change to prologue skipping:
6078 * gdb.mi/mi2-simplerun.exp: Update.
6079 * gdb.mi/mi2-break.exp: Update.
6080 * gdb.mi/mi-simplerun.exp: Update.
6081 * gdb.mi/mi-break.exp: Update.
6082 * gdb.base/ending-run.exp: Update.
6083
def2b000
TJB
60842009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6085
6086 * gdb.python/python-value.exp (test_value_in_inferior): Test
6087 gdb.Value.is_optimized_out attribute.
6088
442ddf59
JK
60892009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.dwarf2/dw2-noloc-main.c: New file.
6092 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6093 (.text): Remove.
6094 (.data): New.
6095 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6096 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6097 (DW_TAG_subprogram func_cu1, noloc): Remove.
6098 (main): New.
6099 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6100 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6101 (file_symbols): New procedure.
6102
a8df5de4
TT
61032009-03-25 Tom Tromey <tromey@redhat.com>
6104
6105 * gdb.base/charset.exp (valid_target_charset): New proc.
6106 Use it to skip tests on invalid charsets.
6107
cc1d7add
PM
61082009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6109
6110 * gdb.base/completion.exp: Add a test for directory completion.
6111
bcd5727b
JK
61122009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 Fix a racy FAIL.
6115 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6116 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6117
cc924cad
TJB
61182009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6119
6120 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6121 * gdb.python/python-function.exp: Add test for function returning
6122 a GDB value.
6123
bc3b79fd
TJB
61242009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6125
6126 * gdb.python/python-function.exp: New file.
6127
6c7a06a3
TT
61282009-03-20 Tom Tromey <tromey@redhat.com>
6129
6130 * gdb.base/store.exp: Update for change to escape output.
6131 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6132 to escape output.
6133 * gdb.base/pointers.exp: Update for change to escape output.
6134 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6135 to escape output.
6136 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6137 escape output.
6138 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6139 to escape output.
6140 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6141 escape output.
6142 * gdb.base/setvar.exp: Update for change to escape output.
6143 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6144 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6145 to escape output.
6146 (test_print_string_constants): Likewise.
6147 * gdb.base/charset.exp (valid_host_charset): Check size of
6148 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6149 cases. Handle "auto"-related output.
6150 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6151 (uvar, Uvar): New globals.
6152
c31af87b
JG
61532009-03-19 Jerome Guitton <guitton@adacore.com>
6154
6155 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6156 deltas.
6157 * gdb.ada/fixed_points.exp: Ditto.
6158
51272cf2
PA
61592009-03-18 Pedro Alves <pedro@codesourcery.com>
6160
6161 * return-nodebug.c: Don't include stdio.h.
6162 (init): Delete.
6163 (func): Delete definition and provide extern declaration.
6164 (t): New.
6165 (main): Don't call printf. Call func and store its result in t.
6166 * return-nodebug1.c: New.
6167 * return-nodebug.exp: Don't expect stdio output. Instead, print
6168 the global variable t. Drop printf formatters and cast types from
6169 foreach loop. Don't use prepare_for_testing. Compile
6170 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6171 define FORMAT or CAST.
6172
d24948ac
PP
61732009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6174
6175 * gdb.base/solib-display.exp: Disable test for remote targers.
6176
61ff14c6
JK
61772009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6180
cb4dce93
JK
61812009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 Fix a racy FAIL.
6184 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6185 code from `follow parent, print pids'.
6186 (`follow child, print pids', `follow parent, print pids'): Call it.
6187 Replace `gdb_test "break..."' by gdb_breakpoint.
6188
f7c60c5e
VP
61892009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6190
6191 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 6192 sync and async modes.
f7c60c5e 6193
383ace49
JB
61942009-03-12 Joel Brobecker <brobecker@adacore.com>
6195
6196 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6197 that was checked in by mistake. Remove loading of ada.exp, since
6198 this is not necessary in this case.
6199
4ce102af
JB
62002009-03-12 Joel Brobecker <brobecker@adacore.com>
6201
6202 * gdb.ada/ptype_arith_binop.exp: New testcase.
6203
529a2aef
JB
62042009-03-12 Joel Brobecker <brobecker@adacore.com>
6205
6206 * gdb.ada/mod_from_name: New testcase.
6207
8a38181c
JB
62082009-03-12 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.ada/tick_last_segv: New testcase.
6211
11436dee
VP
62122009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6213
61ff14c6 6214 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 6215
1f31650a
VP
62162009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6217
61ff14c6
JK
6218 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6219 include the token in ^running and frame info in *stopped.
1f31650a 6220
a3247a22
PP
62212009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6222
6223 * solib-display.exp: New file.
6224 * solib-display-main.c: New file.
6225 * solib-display-lib.c: New file.
61ff14c6 6226
aae64587
PA
62272009-03-05 Pedro Alves <pedro@codesourcery.com>
6228
6229 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6230
44aabfbc
JK
62312009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6234 (list_and_check_macro): Use more specific test name.
6235 (next to definition): Make the test names unique.
6236
c087fcd3
PM
62372009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6238
6239 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 6240
c86cf029
VP
62412009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6242
6243 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6244 notifications.
6245 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6246 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6247 * lib/mi-support.exp (library_loaded_re): New.
6248 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6249
3ea85240
VP
62502009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6251
6252 * gdb.gdb/observer.exp: Use test_notification observer, not
6253 normal_stop, everywhere.
6254 (test_normal_stop_notifications): Rename to...
6255 (test_notifications): ...this.
6256 (test_observer_normal_stop): Rename to...
6257 (test_observer): ...this.
6258
1903f0e6
DE
62592009-02-16 Doug Evans <dje@google.com>
6260
6261 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6262 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6263 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6264 (test_prefixed_syscall,test_int3): New tests.
6265 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6266 (test_prefixed_syscall,test_int3): New tests.
6267
1d33d6ba
VP
62682009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6269
3cb51905
AS
6270 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6271 (mi_expect_interrupt): Likewise.
6272 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6273 response.
1d33d6ba 6274
faafb047
PM
62752009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6276
6277 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6278 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6279 Replace calls to get_valueofx by get_hexadecimal_valueof.
6280
417e16e2
PM
62812009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6282
6283 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6284 (get_integer_valueof): New procedure.
6285 (get_sizeof): Use new get_integer_value_of.
6286 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6287 by get_integer_valueof.
6288
7065b901
TT
62892009-02-13 Tom Tromey <tromey@redhat.com>
6290
6291 * gdb.base/remote.exp (get_sizeof): Remove.
6292 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6293 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6294 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6295 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6296 (get_sizeof): Likewise.
6297
5d7cb8df
JK
62982009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6299
6300 PR fortran/9806
6301 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6302
b2febfff
PP
63032009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6304
6305 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6306
4aa995e1
PA
63072009-02-06 Pedro Alves <pedro@codesourcery.com>
6308
6309 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6310
d8906c6f
TJB
63112009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6312
6313 * gdb.python/python-cmd.exp: New file.
6314
ff4ab08d
TG
63152009-02-06 Tristan Gingold <gingold@adacore.com>
6316
6317 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6318
aacd552b
TG
63192009-02-05 Tristan Gingold <gingold@adacore.com>
6320
6321 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6322 pointer is dereferenced and use this signal name in regexp.
6323 * gdb.base/signull.exp: Ditto.
6324 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6325 * gdb.base/signull.c (main): Ditto.
6326
08c637de
TJB
63272009-02-04 Tom Tromey <tromey@redhat.com>
6328 Thiago Jung Bauermann <bauerman@br.ibm.com>
6329
6330 * gdb.python/python-value.exp: Use `gdb.history' instead of
6331 `gdb.value_from_history'.
6332 (test_value_numeric_ops): Add test for conversion of enum constant.
6333 * gdb.python/python-value.c (enum e): New type.
6334 (evalue): New global.
6335 (main): Use argv.
6336
20261af8
JG
63372009-02-04 Jerome Guitton <guitton@adacore.com>
6338
6339 * gdb.ada/uninitialized_vars: New test program.
6340 * gdb.ada/uninitialized_vars.exp: New testcase.
6341
52e44b43
TT
63422009-02-02 Tom Tromey <tromey@redhat.com>
6343
6344 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6345 * gdb.cp/pr2489.cc: Rename...
6346 * gdb.cp/pr9594.cc: ... to this.
6347
1c71341a
TT
63482009-02-02 Tom Tromey <tromey@redhat.com>
6349
6350 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6351 * gdb.cp/pr2489.cc: New file.
6352 * gdb.cp/cpcompletion.exp: New file.
6353
a4295225
TT
63542009-02-02 Tom Tromey <tromey@redhat.com>
6355
6356 PR exp/9059:
6357 * gdb.cp/call-c.exp: Add regression test.
6358 * gdb.cp/call-c.cc (FooHandle): New typedef.
6359 (main): New variable 'handle'.
6360
592375cd
VP
63612009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6362
6363 * lib/mi-support.exp (et_mi_thread_list)
6364 (check_mi_and_console_threads): Adjust for current thread in
6365 -thread-list-ids output.
6366
41447f92
VP
63672009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6368
889bf7c5
PA
6369 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6370 Call it.
41447f92 6371
35669430
DE
63722009-01-28 Doug Evans <dje@google.com>
6373
6374 * gdb.arch/amd64-disp-step.S: New file.
6375 * gdb.arch/amd64-disp-step.exp: New file.
6376 * gdb.arch/i386-disp-step.S: New file.
6377 * gdb.arch/i386-disp-step.exp: New file.
6378
09f00d9a
PM
63792009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6380
6381 * gdb.base/find.exp: Set newline variable
6382 using quotes instead of braces to fix cygwin failures.
6383
1e8fb976
PA
63842009-01-23 Pedro Alves <pedro@codesourcery.com>
6385
6386 * gdb.base/radix.exp: Add tests to ensure that that set
6387 input-radix 0 and set output-radix 0 are really rejected.
6388
da061712
PA
63892009-01-23 Pedro Alves <pedro@codesourcery.com>
6390
6391 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6392 copyright years.
6393
dd7e2d2b
PA
63942009-01-23 Pedro Alves <pedro@codesourcery.com>
6395
6396 PR gdb/9664:
6397 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6398
392452f6
PA
63992009-01-22 Pedro Alves <pedro@codesourcery.com>
6400
6401 PR c++/9631:
6402 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6403
8653e71c
PM
64042009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6405
6406 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6407 binfile definition to fix Windows OS failure.
6408
a12cc160
DJ
64092009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 PR gdb/9346
6412 * gdb.base/interrupt.c (sigint_handler): New.
6413 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6414 on error.
6415 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6416 Test "signal SIGINT".
6417
b89667eb
DE
64182009-01-19 Doug Evans <dje@google.com>
6419
6420 * gdb.base/break.exp: Update expected gdb output.
6421 * gdb.base/sepdebug.exp: Ditto.
6422 * gdb.mi/mi-syn-frame.exp: Ditto.
6423 * gdb.mi/mi2-syn-frame.exp: Ditto.
6424 * gdb.base/call-signal-resume.exp: New file.
6425 * gdb.base/call-signals.c: New file.
6426 * gdb.base/unwindonsignal.exp: New file.
6427 * gdb.base/unwindonsignal.c: New file.
6428 * gdb.threads/interrupted-hand-call.exp: New file.
6429 * gdb.threads/interrupted-hand-call.c: New file.
6430 * gdb.threads/thread-unwindonsignal.exp: New file.
6431
adb483fe
DJ
64322009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6433
6434 * gdb.base/define.exp: Test defining and hooking prefix commands.
6435 * gdb.python/python.exp: Update test for "show user" output.
6436
60023297
JK
64372009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6440 now the output exactly, using less wildcards. Expect also the output
6441 of gfortran-4.3. Update for the f-valprint.c modification from
6442 2008-04-22.
6443 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6444 Remove gdb_test test names where matching the command.
6445
ccc57cf9
PA
64462009-01-01 Pedro Alves <pedro@codesourcery.com>
6447
6448 PR breakpoints/9681:
6449 * gdb.base/watchpoint.exp: Add regression test.
6450
c7a6ca08
PA
64512008-12-31 Pedro Alves <pedro@codesourcery.com>
6452
6453 * gdb.threads/attach-into-signal.exp: Don't use
6454 gdb_suppress_entire_file.
6455 * gdb.threads/attach-stopped.exp: Ditto.
6456 * gdb.threads/attachstop-mt.exp: Ditto.
6457
3a031f65
PA
64582008-12-31 Pedro Alves <pedro@codesourcery.com>
6459
6460 PR gdb/8812:
6461 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6462
09e6485f
PA
64632008-12-29 Pedro Alves <pedro@codesourcery.com>
6464
6465 PR gdb/7536:
6466 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6467 and unsupported output radices are really rejected.
6468
0cd53049
JK
64692008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6472
ba163c7e
TT
64732008-12-22 Tom Tromey <tromey@redhat.com>
6474
6475 * gdb.cp/punctuator.exp: New file.
6476
6f4de6c9
JK
64772008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * gdb.base/completion.exp (Completing non-existing component): New test.
6480
0f34d0b4
JK
64812008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 Fix for PR gdb/8648.
6484 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6485 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6486 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6487 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6488
db2ad4c3
JK
64892008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6492
bb5ef15e
DP
64932008-12-16 Christophe Lyon <christophe.lyon@st.com>
6494
6495 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6496 compiler actually generate code at the expected line number.
6497
90142adc
JZ
64982008-12-15 Jie Zhang <jie.zhang@analog.com>
6499
6500 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6501
fad6eecd
TT
65022008-12-12 Tom Tromey <tromey@redhat.com>
6503
6504 * gdb.base/commands.exp (redefine_hook_test): New proc.
6505 Call it.
6506
17c8aaf5
TT
65072008-12-11 Tom Tromey <tromey@redhat.com>
6508
6509 * gdb.base/macscp.exp: New regression test.
6510
7c8adf68
TT
65112008-12-11 Tom Tromey <tromey@redhat.com>
6512
6513 * gdb.base/macscp.exp: Print "address.addr".
6514 * gdb.base/macscp1.c (struct outer): New struct.
6515 (address): New global.
6516
b05dcbb7
TT
65172008-12-09 Tom Tromey <tromey@redhat.com>
6518
6519 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6520 Call it.
6521
2d476de1
DE
65222008-12-04 Doug Evans <dje@google.com>
6523
6524 * gdb.server/ext-run.exp: Relax regexp for init program.
6525
87bdc959
TG
65262008-12-03 Tristan Gingold <gingold@adacore.com>
6527
6528 * gdb.base/macscp.exp: Generate an object file during compilation
6529 to work around Darwin dsymutil limitations.
6530
e0740f77
JK
65312008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 Test resolving external references to TLS variables.
6534 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6535 FILE2_THREAD_LOCAL.
6536 (testfile2, srcfile2): New variables.
6537 * gdb.threads/tls.c (file2_thread_local)
6538 (function_referencing_file2_thread_local): New.
6539 * gdb.threads/tls2.c: New file.
6540
67f0aac5
JB
65412008-11-28 Joel Brobecker <brobecker@adacore.com>
6542
6543 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
6544 rather than integer, as integer might not be big enough when
6545 on 64bit targets.
67f0aac5 6546
c332165e
JG
65472008-11-27 Jerome Guitton <guitton@adacore.com>
6548
6549 * gdb.cp/formatted-ref.exp: Add equality test.
6550 * gdb.ada/formatted_ref.exp: Ditto.
6551
fc9b693c
JK
65522008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6555 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6556
a9c64011
AS
65572008-11-20 Andreas Schwab <schwab@suse.de>
6558
6559 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6560 matching syscall entry point.
6561 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6562 (tcatch_vfork_then_child_follow): Likewise. Finish through
6563 vfork even if we stopped at the syscall trampoline.
6564
e2fd701e
DE
65652008-11-20 Doug Evans <dje@google.com>
6566
6567 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6568
69abc51c
TJB
65692008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6570
6571 * gdb.arch/ppc-dfp.exp: New file.
6572 * gdb.arch/ppc-dfp.c: New file.
6573
c14c28ba
PP
65742008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6575
6576 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 6577
2e74121d
DE
65782008-11-17 Doug Evans <dje@google.com>
6579
6580 * gdb.mi/mi-syn-frame.exp: Update expected output.
6581 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6582
66bb093b
VP
65832008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6584
6585 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
6586 "thread N" results in =thread-selected.
6587 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6588 (mi_send_resuming_command_raw): Be prepared for
6589 =thread-selected.
6590
3d043ef6
VP
65912008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6592
a9c64011
AS
6593 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6594 * lib/mi-support.exp: Likewise.
3d043ef6 6595
808104c8
JB
65962008-11-16 Joel Brobecker <brobecker@adacore.com>
6597
6598 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6599 commands from the expected output for "help catch".
6600
00b22944
JB
66012008-11-15 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.ada/int_deref.exp: New testcase.
6604
59669435
TT
66052008-11-14 Nick Roberts <nickrob@snap.net.nz>
6606
6607 * gdb.mi/gdb2549.exp: New file.
6608
de04a248
DE
66092008-11-11 Doug Evans <dje@google.com>
6610
6611 * gdb.base/callexit.exp: New file.
6612 * gdb.base/callexit.c: New file.
6613
6b8ce727
DE
66142008-11-10 Doug Evans <dje@google.com>
6615
6616 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6617 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6618 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6619 (default_gdb_start,default_gdb_exit): Ditto.
6620 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6621 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6622 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6623 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6624 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6625 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6626
1b14b8aa
AS
66272008-11-03 Andreas Schwab <schwab@suse.de>
6628
6629 * gdb.base/hashline2.exp: Fix typo.
6630 * gdb.base/hashline3.exp: Likewise.
6631
f3134b88
TT
66322008-10-30 Tom Tromey <tromey@redhat.com>
6633
6634 * gdb.base/pointers.exp: Add test.
6635 * gdb.base/pointers.c (k, S): New typedefs.
6636 (instance): New global.
6637
c2226152
AS
66382008-10-30 Andreas Schwab <schwab@suse.de>
6639
6640 * gdb.base/args.exp: Add tests for newlines.
6641
462f405c
JB
66422008-10-30 Joel Brobecker <brobecker@adacore.com>
6643
6644 gdb.base/foll-exec.exp: Update the expected output of a couple
6645 of "info breakpoints" tests.
6646
79a45b7d
TT
66472008-10-28 Tom Tromey <tromey@redhat.com>
6648
6649 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6650
adc13a14
PA
66512008-10-24 Pedro Alves <pedro@codesourcery.com>
6652
6653 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6654 gdb_start_cmd.
6655 Use runto_main before any test that requires execution.
6656
252fbfc8
PA
66572008-10-23 Pedro Alves <pedro@codesourcery.com>
6658
6659 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6660 instead of SIGINT.
6661
28148e3d
JB
66622008-10-22 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.base/completion.exp: Update expected output following
6665 the addition of the "info tasks" command.
6666
c209f847
TT
66672008-10-22 Tom Tromey <tromey@redhat.com>
6668
6669 * gdb.base/exprs.exp (test_expr): Add test for string
6670 concatenation.
6671
f177e350
PA
66722008-10-19 Pedro Alves <pedro@codesourcery.com>
6673
6674 * configure.ac: Output gdb.python/Makefile.
6675 * configure: Regenerate.
6676 * gdb.python/Makefile.in: New.
6677
cce89356
JB
66782008-10-16 Joel Brobecker <brobecker@adacore.com>
6679
6680 * gdb.base/foll-fork.exp: Adjust the expected output to match
6681 the new description for fork/vfork catchpoints in the "info
6682 breakpoints" output.
6683
176d289d
TJB
66842008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6685
6686 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6687
a08702d6
TJB
66882008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6689
6690 * gdb.python/python-value.c: New file.
6691 * gdb.python/python-value.exp: New file.
6692
1c5cfe86
PA
66932008-10-15 Pedro Alves <pedro@codesourcery.com>
6694
6695 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6696
5a98ad69
DP
66972008-10-15 Denis Pilat <denis.pilat@st.com>
6698
41702f1b 6699 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 6700
dcb1a1e2
TT
67012008-10-09 Tom Tromey <tromey@redhat.com>
6702
6703 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6704 'fprintf' and 'stderr'.
6705
9124fe48
JB
67062008-10-07 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.ada/ref_tick_size.exp: New testcase.
6709
45452591
DE
67102008-10-06 Doug Evans <dje@google.com>
6711
6712 * gdb.dwarf2/dw2-cu-size.exp: New file.
6713 * gdb.dwarf2/dw2-cu-size.S: New file.
6714
6715 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6716 .Ltype_int for clarity.
6717
4fc5b208
PP
67182008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6719
6720 PR gdb/2384:
6721 * gdb.cp/gdb2384.exp: Extended to test more cases.
6722 * gdb.cp/gdb2384.cc: Likewise.
6723 * gdb.cp/gdb2384-base.h: Likewise.
6724 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 6725
d78df370
JK
67262008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 * gdb.base/maint.exp (maint print type): Remove printing
6729 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6730
9a044a89
TT
67312008-09-30 Tom Tromey <tromey@redhat.com>
6732
6733 * gdb.base/macscp.exp: Add completion tests.
6734 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6735 (TWENTY_THREE): Likewise.
6736 (FORTY_EIGHT): Likewise.
6737
506800a9
TT
67382008-09-30 Tom Tromey <tromey@redhat.com>
6739
6740 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6741 everywhere.
6742 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6743
1a6f01b5
JK
67442008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6747 testcase is derived from. Fix racy dependency on an expected PID
6748 number. No longer support the testcase on Linux kernel 2.4.x.
6749
2fae03e8
TT
67502008-09-27 Tom Tromey <tromey@redhat.com>
6751
6752 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6753 and varargs.
6754
1ad15515
PA
67552008-09-22 Pedro Alves <pedro@codesourcery.com>
6756
6757 * lib/mi-support.exp (mi_expect_interrupt): New.
6758 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6759 from gdb.mi/mi-nonstop.exp.
6760 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6761 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6762 lib/mi-support.exp.
6763 Use mi_check_thread_states throughout. Avoid ".*" and do not
6764 require an anchor after -exec-run.
6765
d0b76dc6
DJ
67662008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6769 stop is pending. Avoid ".*" when two stops are pending.
6770 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6771 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6772 newlines in fullnames.
6773 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6774 (mi_expect_stop): Update comments. Only anchor in sync mode.
6775 Do not match newlines.
6776 (mi_send_resuming_command_raw): Always return status.
6777 (mi_get_stop_line): Do not match more than one line by accident.
6778 Only anchor in sync mode.
6779 (mi_run_inline_test): If -exec-next fails, give up.
6780
9990c830
UW
67812008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6782
6783 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6784 on SPU.
6785
ebcf6f00
JB
67862008-09-10 Joel Brobecker <brobecker@adacore.com>
6787
6788 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6789
b6db24e5
JB
67902008-09-10 Joel Brobecker <brobecker@adacore.com>
6791
6792 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6793 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6794 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6795 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6796 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6797 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6798 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6799 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6800 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6801 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6802 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6803 Include the "= " sequence in the expected output of print tests.
6804
2bf448e0
JB
68052008-09-10 Joel Brobecker <brobecker@adacore.com>
6806
6807 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6808 description for boolean types.
6809
d51fd4c8
PA
68102008-09-09 Pedro Alves <pedro@codesourcery.com>
6811
6812 * gdb.base/hook-stop-continue.c: New.
6813 * gdb.base/hook-stop-continue.exp: New.
6814
694182d2
DJ
68152008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6818
3b8a7fc0
JG
68192008-09-08 Jerome Guitton <guitton@adacore.com>
6820
6821 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6822 (stack_check_probe_2, stack_check_probe_loop_1)
6823 (stack_check_probe_loop_2): New functions.
6824 (main): Add call to these new functions.
6825 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6826 functions, check that the breakpoint is inserted at the appropriate
6827 location.
6828 (insert_breakpoint): Slightly refine this procedure so that it can
6829 be called several times in the test.
6830
96cc0ae8
JG
68312008-09-08 Jerome Guitton <guitton@adacore.com>
6832
6833 * gdb.base/stack-checking.c: New file.
6834 * gdb.base/stack-checking.exp: New file.
6835
1f08b409
TJB
68362008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6837
6838 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
6839 * gdb.arch/altivec-regs.exp: Likewise.
6840 * gdb.arch/vsx-regs.exp: Likewise.
6841
3099e1c4
TJB
68422008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6843
6844 * gdb.arch/ppc-fp.exp: New file.
6845 * gdb.arch/ppc-fp.c: New file.
6846
cc69bfc1
PP
68472008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6848
6849 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
6850 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 6851
b02a33db
MS
68522008-09-04 Michael Snyder <msnyder@vmware.com>
6853
6854 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
6855 as "at" (for non-debug functions such as _start).
6856
2992cbe0
UW
68572008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6858
6859 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
6860 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
6861 software watchpoints.
6862 * gdb.base/watch_thread_num.exp: Likewise.
6863
514f746b
AR
68642008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
6865
6866 * gdb.arch/i386-bp_permanent.exp: New test.
6867
876cecd0
TT
68682008-08-24 Tom Tromey <tromey@redhat.com>
6869
6870 * gdb.base/maint.exp: Update "maint print type".
6871
80f73d71
VP
68722008-08-21 Vladimir Prus <vladimir@codesourcery.com>
6873
6874 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
6875 support. Adjust the order of "*running" notifications.
6876 * gdb.mi/non-stop.c: Don't cast from int to void* and
6877 back.
6878
d9c78d7d
MK
68792008-08-20 Mark Kettenis <kettenis@gnu.org>
6880
6881 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
6882 expect to find it in the "info frame" output.
6883
97a2d1d3
DJ
68842008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
6885
6886 * gdb.base/interp.exp: Always consume both prompts.
6887
b96e2927
PA
68882008-08-20 Pedro Alves <pedro@codesourcery.com>
6889
6890 * gdb.base/pending.exp: Test pending breakpoints without symbols
6891 loaded.
6892
8cf6e61a
VP
68932008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6894
6895 * lib/mi-support.exp (mi_expect_stop): Produce
6896 more details on failures.
6897 * gdb.mi/mi-nonstop.exp: New.
6898 * gdb.mi/non-stop.c: New.
6899
c6ebd6cf
VP
69002008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6901
a9c64011
AS
6902 * gdb.mi/mi-async.exp: Use 'set target-async'.
6903 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 6904
46a9b8ed
DJ
69052008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
6906
6907 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6908
44feb3ce
TT
69092008-08-17 Tom Tromey <tromey@redhat.com>
6910
6911 * gdb.base/help.exp (help catch): Rewrite.
6912
311a4e6b
TJB
69132008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6914
6915 * gdb.base/define.exp: Test indented command documentation.
6916 * gdb.python/python.exp: Test indented multi-line command.
6917
604c2f83
LM
69182008-08-15 Luis Machado <luisgpm@br.ibm.com>
6919
6920 * testsuite/gdb.arch/vsx-regs.c: New source file.
6921 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6922 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6923
886a217c
TT
69242008-08-14 Tom Tromey <tromey@redhat.com>
6925
6926 * gdb.base/macscp.exp: Add regression test for "macro define" or
6927 "macro undef" with no arguments.
6928
c814a4f3
PP
69292008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6930
6931 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 6932
12ab8a60
UW
69332008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6934
6935 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6936
d57a3c85
TJB
69372008-08-06 Tom Tromey <tromey@redhat.com>
6938
6939 * gdb.python/python.exp: New file.
6940
c7b778ff
JK
69412008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6942
6943 Fix for PR gdb/1543.
6944 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6945 $LOCATION.
6946 (location): New variable.
6947 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
6948 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
6949 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
6950 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
6951 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
6952 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
6953 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
6954 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
6955 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
6956 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
6957 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
6958 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
6959 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
6960 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
6961 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6962 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
6963 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
6964 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
6965 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
6966 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6967 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
6968 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
6969 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
6970 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
6971 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
6972 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
6973 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
6974 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
6975 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
6976 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
6977 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
6978 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
6979 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
6980 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
6981 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
6982 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
6983 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
6984 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6985 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
6986 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
6987 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
6988 gdb.base/type-opaque.exp, gdb.base/until.exp,
6989 gdb.base/value-double-free.c, gdb.base/varargs.exp,
6990 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
6991 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
6992 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
6993 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
6994 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
6995 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
6996 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
6997 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6998 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
6999 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7000 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7001 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7002 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7003 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7004 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7005 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7006 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7007 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7008 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7009 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7010 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7011 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7012 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7013 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7014 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7015 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7016 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7017 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7018 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7019 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7020 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7021 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7022 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7023 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7024 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7025 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7026 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7027 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7028 to bug-gdb@prep.ai.mit.edu .
7029
5e06a3d1
VP
70302008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7031
7032 * lib/mi-support.exp (mi_load_shlibs): New.
7033 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7034
9d81d21b
VP
70352008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7036
7037 * lib/mi-support.exp (get_mi_thread_list)
7038 (check_mi_and_console_threads): New, moved from ...
7039 * gdb.mi/mi-pthread.exp: ...here.
7040 * gdb.mi/gdb669.exp (get_mi_thread_list)
7041 (check_mi_and_console_threads): Delete.
7042 * gdb.mi/mi2-pthread.exp: Likewise.
7043
bae98fe0
TT
70442008-07-28 Tom Tromey <tromey@redhat.com>
7045
7046 * Makefile.in (just-check): Remove. Move body to...
7047 (check): ... here.
7048
57380f4e
DJ
70492008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7050
7051 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7052 Add a test for duplicated SIGINTs.
7053
e09490f1
DJ
70542008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7055
7056 * gdb.threads/schedlock.exp (get_args): Update to work for any
7057 value of NUM.
7058 (Top level): Report the number of threads that did not resume.
7059
6387b45f
DJ
70602008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7061
7062 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7063
62f64ff2
DJ
70642008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7067 non-MI prompt.
7068
fa8de41e
TT
70692008-07-26 Tom Tromey <tromey@redhat.com>
7070
7071 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7072 (function_struct, function_struct_ptr): New globals.
7073 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7074 function pointer in a struct.
7075
ccb3ac8a
TT
70762008-07-26 Tom Tromey <tromey@redhat.com>
7077
7078 * gdb.base/macscp.exp: Add test for macro lexing bug.
7079
d7d9f01e
TT
70802008-07-18 Tom Tromey <tromey@redhat.com>
7081
7082 * gdb.base/macscp.exp: Add macro tests.
7083
9bf07184
PP
70842008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7085
7086 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7087
becf6477
PP
70882008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7089
7090 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7091
0709f7d3
PP
70922008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7093
7094 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 7095
7093c834
PP
70962008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7097
7098 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 7099
b432ffe3
JK
71002008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7101
7102 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7103
b1a268e5
VP
71042008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7105
7106 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7107
e2995f8e
KB
71082008-07-11 Kevin Buettner <kevinb@redhat.com>
7109
7110 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7111 of regexp to account for changes made to GDB in the printing of
7112 byte vectors.
7113
14032a66
TT
71142008-07-11 Tom Tromey <tromey@redhat.com>
7115
7116 * gdb.base/completion.exp: Add 'help' completion test.
7117
981505ef
JK
71182008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7119
7120 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7121
10568435
JK
71222008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7125
4487aabf
PA
71262008-07-09 Pedro Alves <pedro@codesourcery.com>
7127
7128 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7129
a4a9b1c4
PA
71302008-07-09 Pedro Alves <pedro@codesourcery.com>
7131
7132 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7133
3c3185ac
JK
71342008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7135
7136 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7137
7ebd49dc
VP
71382008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7139
7140 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7141 previous commit. Add a comment.
7142
84e46146
PA
71432008-06-28 Pedro Alves <pedro@codesourcery.com>
7144
7145 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7146
0f8d4a2f
VP
71472008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7148
7149 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7150
f747e0ce
PA
71512008-06-27 Pedro Alves <pedro@codesourcery.com>
7152
7153 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7154 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7155 compiling an executable, link in an object that forces unbuffered
7156 output.
7157 * lib/set_unbuffered_mode.c: New file.
7158
734a5c36
JK
71592008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7160
7161 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7162
a2840c35
VP
71632008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7164
a9c64011
AS
7165 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7166 mi_expect_stop.
7167 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7168 Demand that *running is output.
7169 (detect_async): Perform checking every time.
7170 (mi_send_resuming_command): Extract everything into...
7171 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
7172 (mi_expect_stop): Don't accept any output before *stopped.
7173
6ae37fef
VP
71742008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7175
7176 Robustify mi-simplerun.
a9c64011
AS
7177 * gdb.mi/basics.c (main): Add a call to sleep.
7178 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7179 * gdb.mi/mi2-cli.exp: Likewise.
7180 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 7181
b4aa76f0 71822008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
7183
7184 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7185
e1ac3328
VP
71862008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7187
a9c64011
AS
7188 * gdb.mi/mi-console.exp: Adjust.
7189 * gdb.mi/mi-syn-frame.exp: Adjust.
7190 * gdb.mi/mi2-console.exp: Adjust.
7191 * gdb.mi/mi2-syn-frame.exp: Adjust.
7192 * lib/mi-support.exp (mi_run_cmd): Adjust.
7193 (mi_send_resuming_command): Adjust.
e1ac3328 7194
f7f9a841
VP
71952008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7196
7197 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
7198 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7199 testing of stopped.
7200 * gdb.mi/mi2-syn-frame.exp: Likewise.
7201 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7202 (async, detect_async): New.
7203 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7204 depending on if we're running in sync or async mode.
f7f9a841 7205
37cd5d19
TT
72062008-06-09 Tom Tromey <tromey@redhat.com>
7207
7208 * gdb.base/completion.exp: New tests for field name completion
7209 with spaces, and field name completion with '->'.
7210
65d12d83
TT
72112008-06-06 Tom Tromey <tromey@redhat.com>
7212
7213 * gdb.base/break1.c (struct some_struct): New struct.
7214 (values): New global.
7215 * gdb.base/completion.exp: Add field name completion test.
7216
ebfe2e3f
PP
72172008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7218
7219 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7220 to pointer.
7221 * gdb.cp/call-c.cc: Likewise.
7222
bcf6fc3a
NR
72232008-06-06 Nick Roberts <nickrob@snap.net.nz>
7224
7225 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7226 annotation.
7227
49fd4a42 72282008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 7229 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
7230
7231 * gdb.threads/execl.c, gdb.threads/execl1.c,
7232 gdb.threads/execl.exp: New tests.
a9c64011 7233
8a34ac3f
AR
72342008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7235 Daniel Jacobowitz <dan@codesourcery.com>
7236
7237 * gdb.cp/exception.exp: Activate test, make it work with pending
7238 catchpoints.
7239
86ae69ef
JK
72402008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7243
f7f9ae2c
VP
72442008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7245
a9c64011
AS
7246 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7247 now printed.
7248 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 7249
2a2d4dc3
AS
72502008-05-27 Andreas Schwab <schwab@suse.de>
7251
7252 * gdb.base/frame-args.exp: Handle arguments that are optimized
7253 out.
7254
5099e4d9
LM
72552008-05-26 Luis Machado <luisgpm@br.ibm.com>
7256
7257 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7258 quiet for ppc32 and group options into a single variable.
7259
d9c36a91
JB
72602008-05-23 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7263 of zero-size elements.
7264 * gdb.ada/null_array.exp: Test printing this new array.
7265
103a8671
JK
72662008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7267
7268 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7269
07a4cc1a 72702008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
7271
7272 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7273 of the "finish" command.
7274
55f996a7
NR
72752008-05-21 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * gdb.base/annota1.exp: Test for new annotation.
7278
907fc202
UW
72792008-05-16 Pedro Alves <pedro@codesourcery.com>
7280
7281 * gdb.base/fixsection.exp: New file.
7282 * gdb.base/fixsection0.c: New file.
7283 * gdb.base/fixsection1.c: New file.
7284
e8f97270
UW
72852008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7286
7287 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7288 * gdb.base/annota3.exp: Likewise.
7289
ac0bb574
NF
72902008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7291
7292 * gdb.base/watch_thread_num.exp: Don't run tests that require
7293 watchpoints if the target doesn't support them.
7294
6fadd07a
DE
72952008-05-12 Doug Evans <dje@google.com>
7296
7297 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7298
6e9a4a30
JB
72992008-05-09 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.ada/assign_1.exp: New testcase.
7302
08388c79
DE
73032008-05-09 Doug Evans <dje@google.com>
7304
a3c83fae
DE
7305 * gdb.base/find.exp: New file.
7306 * gdb.base/find.c: New file.
08388c79 7307
bd5ddfe8
DJ
73082008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * gdb.base/commands.exp (watchpoint_command_test): Handle
7311 gdb,no_hardware_watchpoints.
7312 * gdb.base/float.exp: Allow ARM targets without floating point.
7313 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7314
b5dd68e2 73152008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 7316 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
7317
7318 * gdb.ada/lang_switch: New test program.
7319 * gdb.ada/lang_switch.exp: New testcase.
7320
382d13d1
DE
73212008-05-05 Doug Evans <dje@google.com>
7322
7323 * gdb.base/help.exp (disassemble): Update expected help text.
7324
9dd789d0
PA
73252008-05-04 Pedro Alves <pedro@codesourcery.com>
7326
7327 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7328
611c83ae
PA
73292008-05-04 Pedro Alves <pedro@codesourcery.com>
7330
7331 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7332 different times.
7333
ff013f42
JK
73342008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7335
7336 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7337 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7338 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7339 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7340
96dff6a2
VP
73412008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7342
7343 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7344 notification to appear.
7345
55cd6f92
DJ
73462008-05-04 Daniel Jacobowitz <dan@debian.org>
7347
7348 * gdb.base/fullname.c: New file.
7349 * gdb.base/fullname.exp: New file.
7350 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7351
d705c43c
PA
73522008-05-03 Pedro Alves <pedro@codesourcery.com>
7353
7354 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7355 expressions with macros.
7356
333222e1
JK
73572008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7360
5ac01682
DJ
73612008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7362
7363 * gdb.base/completion.exp: Handle lack of other symbols beginning
7364 with "a".
7365
7366 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7367
237fc4c9
PA
73682008-05-02 Jim Blandy <jimb@codesourcery.com>
7369
7370 * gdb.asm/asmsrc1.s: Add scratch space.
7371
ed5e9466
DJ
73722008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7373 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7376 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7377 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7378
b39cc962
DJ
73792007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7380
7381 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7382
36d520f5
JB
73832008-05-01 Joel Brobecker <brobecker@adacore.com>
7384
7385 * gdb.base/info-target.exp: New testcase.
7386
8d4e3071
DJ
73872008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7388
7389 * gdb.cp/hang.exp: Use .cc instead of .C.
7390 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7391 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7392
6f3f3097
DJ
73932008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * gdb.base/gdb1250.exp: Remove perror.
7396 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7397
5550a914
PA
73982008-04-30 Pedro Alves <pedro@codesourcery.com>
7399
7400 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7401 .2byte.
7402
d848e687
DJ
74032008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7404
7405 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7406 (maybe_kfail): New.
7407
93b5768b
PA
74082008-04-25 Pedro Alves <pedro@codesourcery.com>
7409
7410 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7411
721c02de
VP
74122008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7413
a9c64011
AS
7414 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7415 * gdb.mi/mi2-syn-frame.exp: Likewise.
7416 * lib/mi-support.exp: Likewise.
721c02de 7417
74960c60
VP
74182008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7419
7420 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7421 to specify regexp for the location to stop at.
7422 * gdb.base/break-always.c: New.
7423 * gdb.base/break-always.exp: New.
7424
d24317b4
VP
74252008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7426
7427 * lib/mi-support.exp (mi_runto_helper): Adjust
7428 for the original-location field.
7429 (mi_create_breakpoint, mi_list_breakpoints): New.
7430 * gdb.mi/mi-break.exp: Adjust.
7431 * gdb.mi/mi2-break.exp: Adjust.
7432 * gdb.mi/mi-pending.exp: Adjust.
7433 * gdb.mi/mi-simplerun.exp: Adjust.
7434 * gdb.mi/mi2-simplerun.exp: Adjust.
7435 * gdb.mi/mi-syn-frame.exp: Adjust.
7436 * gdb.mi/mi2-syn-frame.exp: Adjust.
7437 * gdb.mi/mi-until.exp: Adjust.
7438 * gdb.mi/mi2-until.exp: Adjust.
7439 * gdb.mi/mi-var-display.exp: Adjust.
7440 * gdb.mi/mi2-var-display.exp: Adjust.
7441 * gdb.mi/mi-watch.exp: Adjust.
7442 * gdb.mi/mi2-watch.exp: Adjust.
7443
fdc59709 74442008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 7445
a9c64011
AS
7446 * aclocal.m4: Add override.m4.
7447 * configure: Regenerate.
fdc59709 7448
8e91f023
VP
74492008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7450
7451 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7452 '-var-update --all-values' reports new value even the type
7453 of a variable object has changed.
7454
233a11ab
CS
74552008-04-18 Craig Silverstein <csilvers@google.com>
7456
7457 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7458 files.
d24317b4 7459
9c1137ad
JB
74602008-04-18 Joel Brobecker <brobecker@adacore.com>
7461
7462 * gdb.ada/atomic_enum: New test program.
7463 * gdb.ada/atomic_enum.exp: New testcase.
7464
66d0bbc7
DE
74652008-04-17 Doug Evans <dje@google.com>
7466
7467 * gdb.opt/Makefile.in: Fix whitespace.
7468
100906b0
UW
74692008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7470
7471 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7472
4584e32e
DE
74732008-04-17 Doug Evans <dje@google.com>
7474
7475 * gdb.base/hashline1.exp: New testcase.
7476 * gdb.base/hashline2.exp: New testcase.
7477 * gdb.base/hashline2.exp: New testcase.
7478
0a320680
PA
74792008-04-17 Pedro Alves <pedro@codesourcery.com>
7480
7481 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7482
18ac113b
AR
74832008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7484
7485 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7486 temporary breakpoint to match "Temporary breakpoint".
7487 * gdb.base/break.exp (delete_breakpoints): Likewise.
7488 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7489 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7490 * gdb.base/display.exp: Likewise.
7491 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7492 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7493 * gdb.base/restore.exp (restore_tests): Likewise.
7494 * gdb.base/sepdebug.exp: Likewise.
7495 * gdb.base/watchpoint.exp: Likewise.
7496 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7497 * gdb.mi/mi-pending.exp: Likewise.
7498 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7499 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7500 * gdb.mi/mi-var-cmd.exp: Likewise.
7501 * gdb.mi/mi-var-display.exp: Likewise.
7502 * gdb.mi/mi2-cli.exp: Likewise.
7503 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7504 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7505 * gdb.mi/mi2-var-display.exp: Likewise.
7506 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7507 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7508 new "disp" field.
a9c64011 7509 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
7510 reason. This is to support fix for PR2424.
7511
add38693
JK
75122008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7515
fcacd99f
VP
75162008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7517
7518 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 7519 field. Add more floating varobj tests.
fcacd99f 7520 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
7521 field.
7522 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7523 (main): Call do_at_tests.
7524 * lib/mi-support.exp (mi_create_floating_varobj)
7525 (mi_varobj_update_with_type_change): New.
fcacd99f 7526
de051565
MK
75272008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7528
7529 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7530 option of -var-evaluate-expression.
7531 * gdb.mi/mi2-var-display.exp: Likewise.
7532
dbc52822
VP
75332008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7534
7535 Introduce test setup helpers.
a9c64011
AS
7536 * lib/gdb.exp (build_executable, clean_restart)
7537 (prepare_for_testing): New.
7538 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7539 * gdb.base/return.exp: Likewise.
7540 * gdb.base/ending-run.exp: Likewise.
dbc52822 7541
473591da
NR
75422008-04-07 Nick Roberts <nickrob@snap.net.nz>
7543
7544 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7545 Interface (MI) responses.
7546
2b2d9e11
VP
75472008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7548
a9c64011
AS
7549 * gdb.cp/breakpoint.cc: New code to test conditions involving
7550 member variables.
7551 * gdb.cp/breakpoint.exp: Test condition involving member
7552 variables.
2b2d9e11 7553
bb378428
VP
75542008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7555
7556 * lib/mi-support.exp (mi_expect_stop): New.
7557 (mi_run_cmd): Change the
7558 token. Use mi_send_resuming_command, use
7559 mi_expect_stop.
7560 (mi_execute_to_helper): Rename to mi_execute_to.
7561 (mi_send_resuming_command): Add more error patterns.
7562 (mi_wait_for_stop): Renamed to...
7563 (mi_get_stop_line): ...this.
7564 (mi_run_inline_test): Adjust.
7565
7566 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7567 * gdb.mi/mi-console.exp: Likewise.
7568 * gdb.mi/mi-pending.exp: Likewise.
7569 * gdb.mi/mi-simplerun.exp: Likewise.
7570 * gdb.mi/mi-stack.exp: Likewise.
7571 * gdb.mi/mi-stepi.exp: Likewise.
7572 * gdb.mi/mi-syn-frame.exp: Add comment.
7573 * gdb.mi/mi-until.exp: Likewise.
7574 * gdb.mi/mi-var-display.exp: Likewise.
7575 * gdb.mi/mi-watch.exp: Likewise.
7576 * gdb.mi/mi2-cli.exp: Likewise.
7577 * gdb.mi/mi2-console.exp: Likewise.
7578 * gdb.mi/mi2-simplerun.exp: Likewise.
7579 * gdb.mi/mi2-stack.exp: Likewise.
7580 * gdb.mi/mi2-stepi.exp: Likewise.
7581 * gdb.mi/mi2-until.exp: Likewise.
7582 * gdb.mi/mi2-var-display.exp: Likewise.
7583 * gdb.mi/mi2-watch.exp: Likewise.
7584
62172bb9
UW
75852008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7586
7587 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7588
7589 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7590
a13e061a
PA
75912008-04-04 Pedro Alves <pedro@codesourcery.com>
7592
7593 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7594 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7595 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7596 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7597 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7598 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7599 expect an mi error duplicated in stderr.
7600
eae06beb
JB
76012008-04-03 Joel Brobecker <brobecker@adacore.com>
7602
7603 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7604 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7605 Add a couple of tests that verify the behavior when the new setting
7606 is set to "cancel" and "all".
7607 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7608 "ask" before we start the testing.
7609
79c6ced6
AR
76102008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7611
7612 * gdb.cp/casts.cc: Add class reference variables.
7613 * gdb.cp/casts.exp: New test cases for up/down casting references.
7614
6c2d1a6b
MK
76152008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7616
7617 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7618 instead of beginning to make an extra test pass.
7619 * gdb.mi/mi2-var-display.exp: Likewise.
7620
55b411d9
MR
76212008-03-31 Maciej W. Rozycki <macro@mips.com>
7622
7623 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7624
c6140da2
MD
76252008-03-31 Markus Deuling <deuling@de.ibm.com>
7626 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7627
7628 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7629 value. Add xfail for older kernels.
7630
79732189
AR
76312008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7632
7633 Bring mi-support in line with gdb.exp.
7634 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7635 (mi_gdb_start): New function.
7636
33c3676e
MR
76372008-03-28 Maciej W. Rozycki <macro@mips.com>
7638
7639 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7640
92e28119
VP
76412008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7642
7643 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7644 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 7645
9e8e3afe
VP
76462008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7647
7648 * lib/mi-support.exp (mi_create_varobj_checked): New.
7649 (mi_list_varobj_children): Allow to check for a
7650 value.
7651 (mi_list_array_varobj_children): New.
7652
7653 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7654 and mi_list_varobj_children, as opposed to hardcoding
7655 expected strings.
7656 * gdb.mi/gdb701.exp: Likewise.
7657 * gdb.mi/gdb792.exp: Likewise.
7658 * gdb.mi/mi-var-block.exp: Likewise.
7659 * gdb.mi/mi-var-cmd.exp: Likewise.
7660 * gdb.mi/mi-var-invalidate.exp: Likewise.
7661 * gdb.mi/mi2-var-block.exp: Likewise.
7662 * gdb.mi/mi2-var-child.exp: Likewise.
7663 * gdb.mi/mi2-var-cmd.exp: Likewise.
7664 * gdb.mi/mi2-var-display.exp: Likewise.
7665
9df50351
JK
76662008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7667
7668 Fix random false FAILs on i386.
7669 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7670
31e5d73a
DJ
76712008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 PR gdb/544
7674 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7675
12f4afab
DJ
76762008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7677
7678 PR gdb/544
7679 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7680
b562a0cb
DJ
76812008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7682
7683 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7684 fixed PR gdb/544.
7685
17faa917
DJ
76862008-03-21 Pedro Alves <pedro@codesourcery.com>
7687
7688 * gdb.threads/fork-child-threads.exp: Test next over fork.
7689
6214f497
DJ
76902008-03-21 Chris Demetriou <cgd@google.com>
7691
7692 * gdb.base/break.exp (rbreak junk): New test for rbreak
7693 "Junk at end of arguments" issue.
7694
63092375
DJ
76952008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7696
7697 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7698 *& to work on created array elements.
7699 (Top level): Test print $pc with a file. Test string operations
7700 without a target.
7701 * gdb.base/ptype.exp: Do not expect *& to work on created array
7702 elements.
7703
b21991b0
DJ
77042008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7705
7706 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7707 gdb.threads/staticthreads.exp: Update exit query.
7708
c4b347c7
SL
77092008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7710
7711 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7712
fa4727a6
DJ
77132008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.base/watchpoint.c (global_ptr, func4): New.
7716 (main): Call func4.
7717 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7718 (test_inaccessible_watchpoint): New.
7719
2f34202f
MR
77202008-02-29 Maciej W. Rozycki <macro@mips.com>
7721
7722 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7723 select the largest.
7724
0d6ba1b1
DJ
77252008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7726
7727 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7728 frames-invalid annotations.
7729
e691325a
PM
77302008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7731
a9c64011 7732 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 7733
f85b5ecc
DE
77342008-02-27 Doug Evans <dje@google.com>
7735
7736 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7737 for bug 1738.
7738 (breakpoint_to_handler_entry): Ditto.
7739
b40e7bf3
JB
77402008-02-27 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.base/ending-run.exp: Use the first line of code inside
7743 function body to test breakpoints.
7744 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7745 location where the breakpoint is inserted when using the line
7746 where a function is declared. Fix typo in the description of
7747 one of the tests.
7748 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7749
2faca73a
PM
77502008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7751
7752 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 7753 tests.
2faca73a 7754
6f439c36
PM
77552008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7756
7757 * gdb.base/args.exp: avoid same output for tests
7758 with single quotes.
7759
54e52265
VP
77602008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7761
a9c64011
AS
7762 * gdb.base/annota1.exp: Adjust for 'info break'
7763 format changes.
7764 * gdb.base/annota3.exp: Likewise.
7765 * gdb.base/break.exp: Likewise.
7766 * gdb.base/condbreak.exp: Likewise.
7767 * gdb.base/pending.exp: Likewise.
7768 * gdb.base/sepdebug.exp: Likewise.
7769 * gdb.base/unload.exp: Likewise.
7770 * gdb.cp/ovldbreak.exp: Likewise.
7771 * gdb.mi/mi-pending.exp: Likewise.
54e52265 7772
897b09ca
DE
77732008-02-07 Doug Evans <dje@google.com>
7774
7775 * gdb.cp/mb-inline.exp: New.
7776 * gdb.cp/mb-inline.h: New.
7777 * gdb.cp/mb-inline1.cc: New.
7778 * gdb.cp/mb-inline2.cc: New.
7779
b1c32d35
PM
77802008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7781
7782 * gdb.pascal/floats.pas: New test program.
7783 * gdb.pascal/floats.exp: New testcase.
7784
1a4ca44a
TJB
77852008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7786
7787 * gdb.base/callfuncs.c (t_float_many_args): New function.
7788 (t_double_many_args): New function.
7789 * gdb.base/callfuncs.exp: Add tests for exceeding float
7790 and double parameters passed through the stack.
7791
439048e8
JB
77922008-02-05 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7795 gdb.ada/complete/foo.adb: New files.
7796 * gdb.ada/complete.exp: New testcase.
7797
81fe8080
DE
77982008-02-03 Doug Evans <dje@google.com>
7799
301f0ecf
DE
7800 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7801
81fe8080
DE
7802 * gdb.cp/gdb2384.exp: New file.
7803 * gdb.cp/gdb2384.cc: New file.
7804 * gdb.cp/gdb2384-base.h: New file.
7805 * gdb.cp/gdb2384-base.cc: New file.
7806
4b071aec
DE
78072008-02-02 Doug Evans <dje@google.com>
7808
7809 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7810
61137ba6
JB
78112007-02-01 Joel Brobecker <brobecker@adacore.com>
7812
7813 * gdb.ada/sym_print_name: New test program.
7814 * gdb.ada/sym_print_name.exp: New testcase.
7815
78162007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
7817
7818 * gdb.ada/nested/hello.adb: New file.
7819 * gdb.ada/nested.exp: New testcase.
7820 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7821
98deb0da
VP
78222008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7823
7824 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
7825 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7826 don't cause future evaluations of function to report
7827 creation of internal breakpoints.
98deb0da 7828
723a2275
VP
78292008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7830
7831 * gdb.mi/mi-break.exp (test_error): New.
7832 Call it.
7833
fb546a2f
LM
78342008-01-31 Luis Machado <luisgpm@br.ibm.com>
7835
7836 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
7837 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
7838
2d8fd90a
PM
78392008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7840
7841 * gdb.pascal/integers.pas: New test program.
7842 * gdb.pascal/integers.exp: New testcase.
7843
a7fa0ded
PM
78442008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
7845
7846 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
7847
5e1a1926
TJB
78482008-01-30 Luis Machado <luisgpm@br.ibm.com>
7849
7850 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
7851 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
7852
8d04f9f0
JB
78532008-01-30 Paul Hilfinger <hilfinger@adacore.com>
7854
7855 * gdb.ada/formatted_ref: New test program.
7856 * gdb.ada/formatted_ref.exp: New testcase.
7857
7858 * gdb.cp/formatted-ref.cc: New file.
7859 * gdb.cp/formatted-ref.exp: New testcase.
7860
ce75a98f
JB
78612008-01-30 Joel Brobecker <brobecker@adacore.com>
7862
7863 * gdb.base/ptype.exp: Add testing of "ptype $pc".
7864
e835f6bf
NR
78652008-01-30 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
7868 (test_file_list_exec_source_file): Update to new macro-info field.
7869
d118ef87
PH
78702008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
7871
7872 * gdb.ada/exprs: New test program.
7873 * gdb.ada/exprs.exp: New testcase.
7874
7d35ab09
TJB
78752008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7876
7877 * dfp-test.c (DELTA, DELTA_B): New definitions.
7878 (double_val1, double_val2, double_val3, double_val4, double_val5,
7879 double_val6, double_val7, double_val8, double_val9, double_val10,
7880 double_val11, double_val12, double_val13, double_val14, dec32_val1,
7881 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
7882 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
7883 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
7884 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
7885 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
7886 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
7887 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
7888 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
7889 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
7890 dec128_val16): New global variables.
7891 (decimal_dec128_align): New function.
7892 (decimal_mixed): Likewise.
7893 (decimal_many_args_dec32): Likewise.
7894 (decimal_many_args_dec64): Likewise.
7895 (decimal_many_args_dec128): Likewise.
7896 (decimal_many_args_mixed): Likewise.
7897 * dfp-test.exp: Add tests calling new inferior functions.
7898
2d717e4f
DJ
78992008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7900
7901 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7902 gdb.server/ext-run.exp: New files.
7903 * lib/gdbserver-support.exp (gdbserver_download): New.
7904 (gdbserver_start): New. Update gdbserver expected
7905 output.
7906 (gdbserver_spawn): Use them.
7907 (gdbserver_start_extended): New.
7908
e85a822c
DJ
79092008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7910
7911 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
7912 Run on GNU/Linux.
7913 (do_exec_tests): Check for systems which do not support catchpoints.
7914 Do not match START.
7915 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
7916 Run on GNU/Linux. Enable verbose output.
7917 (check_fork_catchpoints): New.
7918 (explicit_fork_child_follow, catch_fork_child_follow)
7919 (tcatch_fork_parent_follow): Update expected messages.
7920 (do_fork_tests): Use check_fork_catchpoints.
7921 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
7922 Run on GNU/Linux. Enable verbose output.
7923 (check_vfork_catchpoints): New.
7924 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7925 expected messages.
7926 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7927
401ea829
JB
79282008-01-29 Jim Blandy <jimb@red-bean.com>
7929
7930 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7931 host' errors.
7932 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7933
aceaf3ad
JB
79342008-01-29 Jim Blandy <jimb@red-bean.com>
7935
7936 * gdb.threads/sigthread.c: Use barriers to ensure that
7937 child_thread and child_thread_two are always initialized before we
7938 start to use them.
7939
a5606eee
VP
79402008-01-29 Vladimir Prus <vladimir@codesourcery.com>
7941
7942 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
7943 * gdb.base/watchpoint-solib.c: New.
7944 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 7945
c55a82bb
PM
79462008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
7947
7948 * gdb.base/gdb1056.exp: Add unsigned integer test.
7949
0993fe05
DE
79502008-01-28 Doug Evans <dje@google.com>
7951
7952 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
7953
4fe42e7f
JB
79542008-01-27 Jim Blandy <jimb@codesourcery.com>
7955
c7a69933
JB
7956 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
7957
4fe42e7f
JB
7958 * gdb.base/expand-psymtabs.exp: Doc fix.
7959
5def8285
MK
79602008-01-26 Mark Kettenis <kettenis@gnu.org>
7961
7962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7963
5313c911
NR
79642008-01-24 Nick Roberts <nickrob@snap.net.nz>
7965
a9c64011 7966 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
7967 -var-set-format.
7968
93815fbf
VP
79692008-01-23 Chris Demetriou <cgd@google.com>
7970
7971 * gdb.threads/thread_events.c: New testcase source file.
7972 * gdb.threads/thread_events.exp: New testcase expect file.
7973
467a88ee
NR
79742008-01-23 Nick Roberts <nickrob@snap.net.nz>
7975
7976 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
7977
7978 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
7979 -var-set-format.
7980
d8f82aba
DJ
79812008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7982 Vladimir Prus <vladimir@codesourcery.com>
7983
7984 * gdb.base/float.exp: Allow missing floating point for m68k and
7985 PowerPC.
7986
60c46647
VP
79872008-01-22 Vladimir Prus <vladimir@codesourcery.com>
7988
7989 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
7990 ignore count.
7991 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
7992 * gdb.mi/mi-cli.exp: Adjust.
7993 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 7994
c7dd36a1
PA
79952008-01-17 Pedro Alves <pedro@codesourcery.com>
7996
7997 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
7998 and 'dummy_ptr' integer pointer. Initialize struct_declarations
7999 with dummy_ptr's address.
8000 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8001 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8002 all targets.
8003 * gdb.mi/mi2-var-child.exp: Likewise.
8004
39d5313e
JB
80052008-01-09 Joel Brobecker <brobecker@adacore.com>
8006
8007 * gdb.ada/null_array: New test program.
8008 * gdb.ada/null_array.exp: New testcase.
8009
0aea4bf3
LM
80102008-01-09 Luis Machado <luisgpm@br.ibm.com>
8011
8012 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8013 with required float modifiers.
8014
0b354900
JB
80152008-01-08 Joel Brobecker <brobecker@adacore.com>
8016
8017 * gdb.ada/funcall_param: New test program.
8018 * gdb.ada/funcall_param.exp: New testcase.
8019
cdb7f5d4
JB
80202008-01-08 Joel Brobecker <brobecker@adacore.com>
8021
8022 * gdb.ada/arrayparam: New test program.
8023 * gdb.ada/arrayparam.exp: New testcase.
8024
88e2547f
JB
80252008-01-08 Joel Brobecker <brobecker@adacore.com>
8026
8027 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8028 landed. Should also fix random failures in the test following it.
8029
f6867ce0
TJB
80302008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8031
8032 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8033 for expressions with decimal float values.
8034 (test_dfp_conversions): New function to test casts to and from
8035 decimal float types.
8036 Call test_dfp_conversions.
8037 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8038 elements.
8039 (main): Initialize ds.float4 and ds.double8 elements.
8040 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8041 string to new error message.
8042 (d64_set_tests): Likewise.
8043 (d128_set_tests): Likewise.
8044 Add tests for expressions with decimal float variables. Add tests for
8045 conversions to and from decimal float types.
8046
f9c11282
JB
80472008-01-05 Joel Brobecker <brobecker@adacore.com>
8048
8049 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8050 * gdb.ada/packed_tagged.exp: New testcase.
8051
0ecbca72
JB
80522008-01-04 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8055 gdb.ada/homonym/homonym_main.adb: New files.
8056 * gdb.ada/homonym.exp: New testcase.
8057
c18d3d89
JB
80582008-01-04 Joel Brobecker <brobecker@adacore.com>
8059
8060 * gdb.ada/packed_array.exp: Add testing of references to
8061 a packed array.
8062
ecc7085b
JB
80632008-01-04 Joel Brobecker <brobecker@adacore.com>
8064
8065 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8066 New files.
8067 * gdb.ada/type_coercion.exp: New testcase.
8068
c474c922
JB
80692008-01-04 Joel Brobecker <brobecker@adacore.com>
8070
8071 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8072 gdb.ada/tagged/foo.adb: New file.
8073 * gdb.ada/tagged.exp: New testcase.
8074
9005b927
JB
80752008-01-04 Joel Brobecker <brobecker@adacore.com>
8076
8077 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8078 gdb.ada/ptype_field/foo.adb: New files.
8079 * gdb.ada/ptype_field.exp: New testcase.
8080
1a6aaad8
JB
80812008-01-03 Joel Brobecker <brobecker@adacore.com>
8082
8083 * gdb.ada/print_pc.exp: New testcase.
8084
0ef22f53
JB
80852008-01-03 Joel Brobecker <brobecker@adacore.com>
8086
8087 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8088 gdb.ada/taft_type/p.adb: New files.
8089 * gdb.ada/taft_type.exp: New testcase.
8090
1689ecf8
JB
80912008-01-03 Joel Brobecker <brobecker@adacore.com>
8092
8093 * gdb.ada/array_bounds/bar.adb: New file.
8094 * gdb.ada/array_bounds.exp: New testcase.
8095
a4d0b9c3
JB
80962008-01-03 Joel Brobecker <brobecker@adacore.com>
8097
8098 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8099 gdb.ada/arrayptr/foo.adb: New files.
8100 * gdb.ada/arrayptr.exp: New testcase.
8101
a31ace00
JB
81022008-01-03 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdb.base/set-lang-auto.exp: New testcase.
8105
a97fced3
JB
81062008-01-03 Joel Brobecker <brobecker@adacore.com>
8107
8108 * gdb.ada/fun_addr/foo.adb: New file.
8109 * gdb.ada/fun_addr.exp: New testcase.
8110
ef29ce1a
JK
81112008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8112
8113 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8114 New files
8115
0fafefe3
JB
81162008-01-02 Joel Brobecker <brobecker@adacore.com>
8117
8118 * array_subscript_addr/p.adb: New file.
a9c64011 8119 * array_subscript_addr.exp: New testcase.
0fafefe3 8120
c4359f8d
JB
81212008-01-02 Joel Brobecker <brobecker@adacore.com>
8122
a9c64011 8123 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
8124 New files.
8125 * gdb.ada/str_cmp_ref.exp: New testcase.
8126
1aa1b15b
JB
81272008-01-01 Joel Brobecker <brobecker@adacore.com>
8128
8129 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8130 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 8131 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 8132
81c9b2cf
JB
81332008-01-01 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8136 gdb.ada/ref_param/pck.ads: New files.
8137 * gdb.ada/ref_param.exp: New testcase.
8138
319e4674
JB
81392008-01-01 Joel Brobecker <brobecker@adacore.com>
8140
8141 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8142 gdb.ada/interface/foo.adb: New files.
8143 * gdb.ada/interface.exp: New testcase.
8144
ef682c56
JB
81452007-12-31 Jim Blandy <jimb@codesourcery.com>
8146
8147 * gdb.base/multi-forks.exp: Consume all output from child
8148 processes before proceeding to next test.
8149
f6f3eb6c
JB
81502007-12-29 Jim Blandy <jimb@codesourcery.com>
8151
8152 * configure: Regenerated.
8153
f652e42f
JB
81542007-12-27 Joel Brobecker <brobecker@adacore.com>
8155
8156 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8157 gdb.ada/fixed_cmp/fixed.adb: New files.
8158 * gdb.ada/fixed_cmp.exp: New testcase.
8159
6943e596
JB
81602007-12-27 Joel Brobecker <brobecker@adacore.com>
8161
8162 * gdb.ada/boolean_expr.exp: New testcase.
8163
aad9a193
JB
81642007-12-26 Jim Blandy <jimb@codesourcery.com>
8165
8166 * gdb.base/multi-forks.exp: Doc fix.
8167
fb5f3683
JB
81682007-12-26 Joel Brobecker <brobecker@adacore.com>
8169
8170 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8171 * gdb.ada/char_param.exp: Do not compile our test program with
8172 -gnata, this is unnecessary.
8173 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8174
384e4a9c
JB
81752007-12-24 Joel Brobecker <brobecker@adacore.com>
8176
8177 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8178 gdb.ada/print_chars/foo.adb: New files.
8179 * gdb.ada/print_chars.exp: New testcase.
8180
01e044f7
JB
81812007-12-24 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8184 gdb.ada/char_param/foo.adb: New files.
8185 * gdb.ada/char_param.exp: New testcase.
8186
0ce17860
JB
81872007-12-22 Jim Blandy <jimb@codesourcery.com>
8188
8189 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8190 hard-coding source line numbers into the test.
8191 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8192 gdb_get_line_number to find.
8193
919809b9
JB
81942007-12-22 Joel Brobecker <brobecker@adacore.com>
8195
8196 * gdb.base/ptype.c (highest): New struct type.
8197 (the_highest): New variable of that type.
8198 (main): Add dummy assignment to a field of variable the_highest.
8199 * gdb.base/ptype.exp: Test type printing of our new variable.
8200
abc8a88d
PM
82012007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8202
8203 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 8204 and record first explicitly generated thread number.
abc8a88d
PM
8205 Use that thread number for thread specific watchpoint test.
8206 Add iteration number to repetitive tests.
8207
5158f3e3
CES
82082007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8209 Jim Blandy <jimb@codesourcery.com>
8210
8211 * gdb.base/expand-psymtabs.c: New testcase
8212 source file.
8213 * gdb.base/expand-psymtabs.exp: New testcase
8214 expect file.
8215
37e4754d
LM
82162007-12-17 Luis Machado <luisgpm@br.ibm.com>
8217
8218 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8219 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8220
551e5d04
JB
82212007-12-17 Joel Brobecker <brobecker@adacore.com>
8222
8223 * gdb.ada/frame_args/foo.adb: New file.
8224 * gdb.ada/frame_args/pck.ads: New file.
8225 * gdb.ada/frame_args/pck.adb: New file.
8226 * gdb.ada/frame_args.exp: New testcase.
8227
a05ee097
JB
82282007-12-17 Joel Brobecker <brobecker@adacore.com>
8229
8230 * gdb.base/frame-args.c: New file.
8231 * gdb.base/frame-args.exp: New testcase.
8232
c162e8c9 82332007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 8234 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
8235
8236 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8237
afe8ab22 82382007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 8239
afe8ab22
VP
8240 * gdb.mi/mi-pending.exp: New.
8241 * gdb.mi/mi-pending.c: New.
8242 * gdb.mi/mi-pendshr.c: New.
8243
dfdfb3ca
JB
82442007-12-06 Jim Blandy <jimb@codesourcery.com>
8245
8246 * gdb.base/default.exp: Update expected output for 'info catch'.
8247
b7fca990
JK
82482007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8249
8250 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8251 must be set to binary.
8252
6a1afc1e
PA
82532007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8254
8255 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8256
a6b151f1
DJ
82572007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8258
8259 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8260 gdb.mi/mi-file-transfer.exp: New.
8261
43039443
JK
82622007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8263
8264 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8265
0ef2251b
MR
82662007-11-22 Maciej W. Rozycki <macro@mips.com>
8267
8268 * gdb.trace/backtrace.exp: Fix a typo.
8269 * gdb.trace/circ.exp: Likewise.
8270 * gdb.trace/collection.exp: Likewise.
8271 * gdb.trace/limits.exp: Likewise.
8272 * gdb.trace/report.exp: Likewise.
8273 * gdb.trace/tfind.exp: Likewise.
8274 * gdb.trace/while-dyn.exp: Likewise.
8275
5443631e
NR
82762007-11-21 Nick Roberts <nickrob@snap.net.nz>
8277
8278 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8279 objects of pointers that can't be dereferenced are now
8280 "noneditable".
8281
a4ce5b0d
UW
82822007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8283
8284 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8285 (target_cpu): Remove.
8286
d6e956e5
VP
82872007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8288
8289 * gdb.base/ending-run.exp: Expect the list of cleared
8290 breakpoint to come in natural order, not the reversed one.
a9c64011 8291
214270ab
VP
82922007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8293
8294 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8295 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 8296
1a619819
LM
82972007-11-05 Luis Machado <luisgpm@br.ibm.com>
8298
8299 * gdb.base/printcmds.exp: New function
8300 test_printf_with_dfp.
8301
5b01a6fa
DE
83022007-11-02 Doug Evans <dje@google.com>
8303
8304 * gdb.disasm/t01_mov.s: Remove carriage returns.
8305 * gdb.disasm/t02_mova.s: Ditto.
8306 * gdb.disasm/t03_add.s: Ditto.
8307 * gdb.disasm/t04_sub.s: Ditto.
8308 * gdb.disasm/t05_cmp.s: Ditto.
8309 * gdb.disasm/t06_ari2.s: Ditto.
8310 * gdb.disasm/t07_ari3.s: Ditto.
8311 * gdb.disasm/t08_or.s: Ditto.
8312 * gdb.disasm/t09_xor.s: Ditto.
8313 * gdb.disasm/t10_and.s: Ditto.
8314 * gdb.disasm/t11_logs.s: Ditto.
8315 * gdb.disasm/t12_bit.s: Ditto.
8316 * gdb.disasm/t13_otr.s: Ditto.
8317
ec33ab7f
JK
83182007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8321
ae0d01ff
UW
83222007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8323
8324 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8325 provide DFP support.
8326
55eddb0f
DJ
83272007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8328
8329 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8330 Test "set powerpc vector-abi". Skip auto-detection tests for old
8331 toolchains.
8332
7020f05c
PA
83332007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8334
8335 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8336 with [string compare].
8337
84bc3db9
PA
83382007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8339
8340 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8341 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8342
5876dc88
LM
83432007-10-25 Luis Machado <luisgpm@br.ibm.com>
8344
8345 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8346 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8347 * gdb.opt/Makefile.in: New makefile.
8348 * Makefile.in: Create new directory "gdb.opt".
8349 * configure.ac: Add "gdb.opt" directory.
8350 * configure: Regenerated.
a9c64011 8351
c3ea9a14
DE
83522007-10-25 Doug Evans <dje@google.com>
8353
8354 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8355 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8356
a9c64011 83572007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
8358 Thiago Jung Bauermann <bauerman@br.ibm.com>
8359
8360 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8361 Floating Point expressions.
8362 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8363 Floating Point variables.
8364 * gdb.base/dfp-test.c: new file containing program with Decimal
8365 Floating variables, used by gdb.base/dfp-test.exp.
8366
62a24a2b
DJ
83672007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8368
8369 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8370
e7b1eae6
UW
83712007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8372
8373 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8374 compiling test case with GCC.
8375 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8376
c641edcc
UW
83772007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8378
8379 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8380 format changes.
8381
5e5ebfe6
MS
83822007-10-18 Michael Snyder <msnyder@specifix.com>
8383
8384 * gdb.base/dbx.exp: Add missing "-re " operator.
8385
e831e7b6
GM
83862007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8387
8388 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8389 * configure.ac: Removed trailing spaces after backslash.
8390 * gdb.modula2: New directory.
8391 * gdb.modula2/Makefile.in: New file.
8392 * gdb.modula2/unbounded-array.exp: New file.
8393 * gdb.modula2/unbounded1.c: New file.
8394
7cc46491
DJ
83952007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8396
8397 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8398
83992007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
8400
8401 * gdb.base/sigstep.c (main): Add checks for
8402 return values for setitimer call.
8403 Call setitimer again with itimer = ITIMER_REAL
8404 if first call to setitimer fails.
8405
e91528f0
KH
84062007-10-11 Kazu Hirata <kazu@codesourcery.com>
8407
8408 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8409 of $timeout.
8410
2ec9a4f8
DJ
84112007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8412
8413 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8414
84152007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
8416
8417 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8418 of gdb_expect call, to avoid interruption.
8419
64b2fa04
PA
84202007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8421
8422 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8423 (v_unsigned_long_long, v_long_long_array)
8424 (v_signed_long_long_array, v_unsigned_long_long_array)
8425 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8426 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8427 [!NO_LONG_LONG]: New.
8428 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8429 v_long_long_member.
8430
8431 (v_long_long_func, v_signed_long_long_func)
8432 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8433 (main) [!NO_LONG_LONG]: Initialize long long variants.
8434
8435 * gdb.base/whatis.exp: If board file requests no_long_long, build
8436 test with NO_LONG_LONG defined. Test long long, signed long long,
8437 and unsigned long long variants but only if board file doesn't
8438 disable it.
8439
a912286e 84402007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 8441 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
8442
8443 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8444 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8445 * configure: Regenerated.
8446 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8447 gdb.pascal/types.exp, lib/pascal.exp: New files.
8448
471ba8c9
DJ
84492007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8450
8451 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8452 call.
8453 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8454 to return to the call.
8455 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8456 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8457 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8458 * gdb.mi/mi-until.exp (test_until): Likewise.
8459 * gdb.mi/mi2-until.exp (test_until): Likewise.
8460
fef8a650
DJ
84612007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8462
8463 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8464 two-char array.
8465 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8466
d983da9c
DJ
84672007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8468
8469 * gdb.threads/watchthreads.c (thread_function): Sleep between
8470 iterations.
8471 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8472 at once for S/390. Generate matching fails and passes.
8473
17f62551
VP
84742007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8475
8476 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8477 the 'struct_declarations' variable to zeros.
a9c64011 8478
ed0616c6
VP
84792007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8480
8481 * gdb.cp/mb-ctor.cc: New.
8482 * gdb.cp/mb-ctor.exp: New.
8483 * gdb.cp/mb-templates.cc: New.
8484 * gdb.cp/mb-templates.exp: New.
8485
41f1b697
DJ
84862007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8487
8488 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8489
3f213f78
PA
84902007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8491
8492 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8493 targets.
8494 * configure: Regenerate.
8495
0d381245 84962007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 8497
0d381245
VP
8498 * gdb.base/annota1.exp: Adjust for 'info break'
8499 format changes.
8500 * gdb.base/annota3.exp: Likewise.
8501 * gdb.base/break.exp: Likewise.
8502 * gdb.base/condbreak.exp: Likewise.
8503 * gdb.base/pending.exp: Likewise.
8504 * gdb.base/sepdebug.exp: Likewise.
8505 * gdb.base/unload.exp: Likewise.
8506 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 8507
fe3f5fa8
VP
85082007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8509
8510 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8511 messages.
8512 * gdb.base/chng-syms.exp: Likewise.
8513 * gdb.base/unload.exp: Likewise.
a9c64011 8514
a75cf6c0
DJ
85152007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8516
8517 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8518
18ecae38
DJ
85192007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8520
8521 * schedlock.c (NUM): Change to 1.
8522 (main): Use args[0] for the main thread.
8523 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8524 regardless of the number of threads.
8525
5509918f
MR
85262007-09-14 Maciej W. Rozycki <macro@mips.com>
8527
4a543daf
MR
8528 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8529 type down.
8530 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8531 test.
8532 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8533 watchpoint type down.
8534 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8535 test.
8536
85372007-09-14 Maciej W. Rozycki <macro@mips.com>
8538
5509918f
MR
8539 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8540 Move all the tests here and run them twice, once using software
8541 watchpoints and once using hardware watchpoints.
8542 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8543
40b53987
DJ
85442007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8545
8546 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8547 test.
8548
695e2681
MK
85492007-09-10 Mark Kettenis <kettenis@gnu.org>
8550
8b3fc8d8
MK
8551 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8552 build-id.
8553
695e2681
MK
8554 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8555 know about $ORIGIN. Calculate output dir from $dest instead of
8556 using ${objdir}/{$subdir}.
8557
58d69f29
MK
85582007-09-09 Mark Kettenis <kettenis@gnu.org>
8559
8560 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8561 gcore, before continuing with the test.
8562
3e347599
DJ
85632007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8566 * gdb.mi/mi-watch.exp: Likewise.
8567
ea37ba09
DJ
85682007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8569 Jim Blandy <jimb@codesourcery.com>
8570
8571 * gdb.arch/i386-sse.exp: Do not expect character constants.
8572 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8573 * gdb.base/display.exp: Allow print/s.
8574 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8575 and unsigned char array changes.
8576
2025a643
DJ
85772007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8578
8579 * gdb.base/display.exp: Add tests for printf %p.
8580
26669a27
PA
85812007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8582
8583 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8584 the dll name to unicode.
8585
c8f021f8
JK
85862007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * gdb.base/default.exp (show version): Update the version text.
8589 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8590
4cf31eea
JK
85912007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8592
8593 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8594 New files.
8595
4935890f
JK
85962007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8597
8598 * lib/gdb.exp (build_id_debug_filename_get): New function.
8599 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8600 Remove the generate DEBUG file for the future testcase runs.
8601 New testcase for the NT_GNU_BUILD_ID retrieval.
8602 Move the final testing step to ...
8603 (test_different_dir): ... a new function.
8604 New parameter XFAIL to XFAIL all the tests performed.
8605 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8606 New parameter TYPE to PF_PREFIX all the tests performed.
8607
02142340
VP
86082007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8609
8610 * gdb.mi/mi-var-cp.cc (path_expression): New
8611 function.
8612 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8613
36acd84e
UW
86142007-08-27 Markus Deuling <deuling@de.ibm.com>
8615
8616 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8617 to fit into SPU Local Store memory.
8618
a896d121
JB
86192007-08-23 Joel Brobecker <brobecker@adacore.com>
8620
8621 * gdb.base/default.exp: Adjust the expected output of "info
8622 warranty" after the switch to GPLv3.
8623
7b433602
JB
86242007-08-23 Joel Brobecker <brobecker@adacore.com>
8625
8626 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8627 to 30000 (from 20000).
8628
e22f8b7c
JB
86292007-08-23 Joel Brobecker <brobecker@adacore.com>
8630
8631 Switch the license of all .exp files to GPLv3.
8632 Switch the license of all .f and .f90 files to GPLv3.
8633 Switch the license of all .s and .S files to GPLv3.
8634
5a0e3bd0
JB
86352007-08-23 Joel Brobecker <brobecker@adacore.com>
8636
8637 * configure.ac: Switch license to GPLv3.
8638
cc00619d
JB
86392007-08-23 Joel Brobecker <brobecker@adacore.com>
8640
8641 Switch the licensing to GPLv3 for all .ads and .adb files.
8642
8d26208a
DJ
86432007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8644
8645 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8646 and t_int_double.
8647 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8648
4fcb9948
JB
86492007-08-17 Joel Brobecker <brobecker@adacore.com>
8650
8651 * gdb.base/step-line.c: Switch license to GPL version 3, and
8652 update copyright year.
8653 * gdb.base/step-line.inp: Likewise.
8654
b9c34f67
JB
86552007-08-17 Joel Brobecker <brobecker@adacore.com>
8656
8657 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8658 changes inside gdb1555.c.
8659 * gdb.base/pending.exp: Likewise.
8660
2cc17678
DJ
86612007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8662
8663 * config/default.exp: New file.
8664
e48883f7
DJ
86652007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8666
8667 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8668 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8669
1ab80e5b
MR
86702007-07-30 Maciej W. Rozycki <macro@mips.com>
8671
8672 * gdb.base/dump.exp: Force the correct endianness for binary
8673 formats not carrying this information.
8674
aba471f5
DJ
86752007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8676
8677 * gdb.threads/staticthreads.exp: Match .*sem_post.
8678
d4e07204
DJ
86792007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8680
8681 * gdb.base/readline.exp (operate_and_get_next): Match the final
8682 prompt.
8683
2b97317d
KB
86842007-07-23 Kevin Buettner <kevinb@redhat.com>
8685
8686 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8687 to restarting SID.
8688
44efa07a
KB
86892007-07-18 Kevin Buettner <kevinb@redhat.com>
8690
8691 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8692 prior to `gdb_start'.
8693
7b5ebade
KB
86942007-07-18 Kevin Buettner <kevinb@redhat.com>
8695
8696 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8697 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8698 Remove call to gdb_unload.
8699
255e7678
DJ
87002007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8701 Daniel Jacobowitz <dan@codesourcery.com>
8702
8703 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8704 for __WIN32__.
8705 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8706 * gdb.base/unload.exp: Use shared library test routines.
8707
3a40aaa0
UW
87082007-07-03 Markus Deuling <deuling@de.ibm.com>
8709
8710 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8711 * gdb.base/solib-symbol-lib.c: Likewise.
8712 * gdb.base/solib-symbol-main.c: Likewise.
8713
b0f4b84b
DJ
87142007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8715
8716 * config/gdbserver.exp (gdb_reconnect): New.
8717 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8718 gdb.base/solib-disc.exp: New files.
8719 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8720 remote debugging".
8721 (gdb_compile): Add shlib_load flag.
8722 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8723 port.
8724 (gdbserver_reconnect): New.
8725
1b05479a
DJ
87262007-07-01 Nick Roberts <nickrob@snap.net.nz>
8727 Daniel Jacobowitz <dan@codesourcery.com>
8728
8729 * gdb.base/annota3.exp: Test for if construct.
8730
86f78eb2
DJ
87312007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8732
8733 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8734
6a2eb474 87352007-06-21 Chris Dearman <chris@mips.com>
a9c64011 8736 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
8737
8738 * gdb.base/display.exp: Allow a newline after display/i.
8739 * gdb.base/pc-fp.exp: Likewise.
8740 * gdb.base/sigbpt.exp: Likewise.
8741
f8b73d13
DJ
87422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8743
8744 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8745 required features to be included.
8746
4339e69e
DJ
87472007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8748
8749 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8750 in info threads output.
8751
23d964e7
UW
87522007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8753 Markus Deuling <deuling@de.ibm.com>
8754
8755 * gdb.arch/spu-info.exp: New testcase.
8756 * gdb.arch/spu-info.c: New file.
8757
fd20f75b
DJ
87582007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8761 tpcs_offset. Restore lr after the call.
8762 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8763
2226f861
DJ
87642007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8765
8766 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8767 (gdbserver_run): Kill any running gdbserver.
8768 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8769
d12371a9
MR
87702007-05-17 Maciej W. Rozycki <macro@mips.com>
8771
8772 * gdb.base/sigbpt.exp: Preset segv_addr.
8773
93f02886
DJ
87742007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8775
8776 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8777 (gdb_compile_shlib): Likewise.
8778 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8779 (default_gdb_init): Clear cleanfiles.
8780 (gdb_finish): Delete recorded cleanfiles.
8781 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8782
8783 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8784 Do not use isnative.
8785 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8786 gdb.base/so-impl-ld.exp: Likewise.
8787 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8788 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8789 gdb_compile.
8790
b04e06d7
VP
87912007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8792
8793 * config/unknown.exp: Remove.
8794
069ed931
UW
87952007-05-15 Markus Deuling <deuling@de.ibm.com>
8796
8797 * gdb.base/info-proc.exp: Check is_remote.
8798
09db0d03
UW
87992007-05-14 Markus Deuling <deuling@de.ibm.com>
8800
8801 * gdb.base/gcore.exp: Initialize variable core_supported.
8802
af2cbe8c
DJ
88032007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8804
8805 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8806
027c0295
DJ
88072007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8808
8809 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8810 * gdb.threads/print-threads.exp (test_all_threads): Allow
8811 negative and hexadecimal thread IDs.
8812
dc5000e7
DJ
88132007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8814
8815 * gdb.java/jprint.java (public): Avoid invalid call to static
8816 method.
8817
2e74ed18
DP
88182007-05-14 Denis Pilat <denis.pilat@st.com>
8819
8820 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8821 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8822 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8823 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8824 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8825
83547f02
UW
88262007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8827
8828 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 8829 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
8830 this mode.
8831 * gdb.base/ovlymgr.c: Provide stubs for spu target.
8832 * gdb.base/spu.ld: New file.
8833
b18be20d
DJ
88342007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
8837
be444858
DJ
88382007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
8839
8840 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
8841
b1d53152
DJ
88422007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8843
8844 * gdb.java/jmain.exp: Handle demangled names with and without method
8845 signatures.
8846
d084b331
DJ
88472007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
8848
8849 * gdb.mi/mi-syn-frame.c (main, foo, bar)
8850 (have_a_very_merry_interrupt): Remove calls to puts.
8851 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
8852 inferior output.
8853 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
8854 test names.
8855
db9d7fc5
DJ
88562007-04-29 Markus Deuling <deuling@de.ibm.com>
8857 Daniel Jacobowitz <dan@codesourcery.com>
8858
8859 * gdb.base/auxv.exp (core_works): Also check is_remote.
8860 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
8861
ef783a7d 88622007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 8863
ef783a7d
VP
8864 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
8865 message, not the undefined 'module' variable.
8866 * gdb.base/siginfo.exp: Likewise.
8867 * gdb.base/sigstep.exp: Likewise.
8868 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
8869 serialport.
8870 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
8871
b7b73cae
CV
88722007-04-25 Corinna Vinschen <vinschen@redhat.com>
8873
8874 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
8875 target sim fails. Return 0 otherwise.
8876 (gdb_load): Return prematurely if gdb_target_sim fails.
8877
7d90fdfa
DP
88782007-04-16 Denis Pilat <denis.pilat@st.com>
8879
8880 * gdb.base/setshow.exp: Reset height after having set it to 100.
8881
5d3e9c85
DP
88822007-04-16 Denis Pilat <denis.pilat@st.com>
8883
8884 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
8885
18e75969
DP
88862007-04-16 Denis Pilat <denis.pilat@st.com>
8887
8888 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
8889
25d5ea92
VP
88902007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8891
8892 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
8893 tests. Run the frozen varobjs test.
8894 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 8895 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 8896
0b49cb80
JK
88972007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8900 gdb.base/type-opaque.exp: New files.
8901
a73bafbc 89022007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
8903
8904 * gdb.mi/mi-var-child.c
a73bafbc
VP
8905 (do_children_tests): User char[2] instead of
8906 char so that automatic printing of pointers to char
8907 don't give unpredicable result.
8908 * gdb.mi/var-cmd.c (do_locals_test): Initialize
8909 local variables.
8910 * gdb.mi/mi-var-child.exp: Step to right line
8911 of do_children_tests.
8912 * gdb.mi/mi2-var-child.exp: Likewise.
8913 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 8914 do_locals_tests.
a73bafbc
VP
8915 (do_children_tests): User char[2] instead of
8916 char so that automatic printing of pointers to char
a9c64011 8917 don't give unpredicable result.
a73bafbc 8918 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 8919 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
8920 Pass test name to mi_wait_for_stop.
8921
7ce59000
DJ
89222007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8923
8924 * gdb.asm/asm-source.exp: Remove d10v case.
8925 * lib/gdb.exp (skip_cplus_tests): Likewise.
8926 * gdb.asm/d10v.inc: Deleted.
8927
20389057
DJ
89282007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8929
8930 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8931
8807d78b
DJ
89322007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8933
8934 * config/netware.exp: Delete file.
8935
aa3edb8e
JB
89362007-03-29 Joel Brobecker <brobecker@adacore.com>
8937
8938 * gdb.dwarf2/dw2-noloc.S: New file.
8939 * gdb.dwarf2/dw2-noloc.exp: New file.
8940
297561ac
PA
89412007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8942
8943 * gdb.cp/method2.cc: New test.
8944 * gdb.cp/method2.exp: New test.
8945 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
8946
1f81bd39
DJ
89472007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8948
8949 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
8950
9453113a
DJ
89512007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8952
8953 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8954
b741e217
DJ
89552007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
8956
8957 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
8958 (gdb_load): Delete, replace with...
8959 (gdb_reload): ...this.
8960 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
8961 * gdb.server/server-mon.exp: Likewise.
8962 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
8963 (gdb_start_cmd): New.
8964 (gdb_file_cmd): Save the last loaded file.
8965 (gdb_reload): New.
8966 (gdb_gnu_strip_debug): Use transform.
8967 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
8968 support here. Use new $last_loaded_file. Check mtime.
8969 (gdb_target_cmd): Handle ObjC failure case.
8970 (infer_host_exec): Delete.
8971 (gdbserver_load): Rename to...
8972 (gdbserver_run): ...this. Simplify.
8973 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
8974 (mi_gdb_load): Move most contents to a new function...
8975 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
8976 (mi_run_cmd): Use mi_gdb_target_load.
8977 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
8978 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
8979 Use gdb_run_cmd.
8980 * gdb.base/charsign.exp: Remove incorrect comment.
8981 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
8982 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
8983 gdb.base/start.exp: Use gdb_start_cmd.
8984
446ab585 89852007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 8986 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
8987
8988 * gdb.base/sigbpt.exp: Fix the message when skipping test.
8989 * gdb.base/signull.exp: Similarly.
8990
bbb88ebf
UW
89912007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8992
8993 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
8994 messages available to test cases (like chng-sym.exp).
8995
cb8c4a99
AS
89962007-03-14 Andreas Schwab <schwab@suse.de>
8997
8998 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8999 format changes.
9000
4e463ff5
DJ
90012007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9002
9003 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9004 (optimized_1): New.
9005 (main): Call optimized_1.
9006 (gdb2029): Correct typos. Call gdb2029_marker.
9007 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9008 for gdb2029.
9009
b6db2c47
MK
90102007-03-12 Mark Kettenis <kettenis@gnu.org>
9011
9012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9013 as tabs. Remove redundant test pattern.
9014
70ed3737
UW
90152007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9016
9017 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9018 for /a format output.
9019
47b67b60
DJ
90202007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9021
9022 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9023 collect output incrementally.
9024
b8953b0e
UW
90252007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9026
9027 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9028 for -var-create lpcharacter test.
9029 * gdb.mi/mi2-var-cmd.exp: Likewise.
9030
7acd5c40
UW
90312007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9032
9033 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9034 pass on targets where address zero is readable.
9035
9c6759c1
UW
90362007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9037
9038 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9039 just a single architecture.
9040
a2f1aeb4
UW
90412007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9042
9043 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9044 (fetch_all_registers): New function, uses gdb_test_multiple and
9045 exp_continue to fetch inferior output line-by-line.
9046 Replace all uses of do_get_all_registers by fetch_all_registers.
9047
46579ac2
UW
90482007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9049
9050 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9051 in target_info.
9052
fc133f24
MS
90532007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9054
a9c64011 9055 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
9056 consistancy; add a default (timeout) case.
9057
7646a51d
MS
90582007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9059
9060 * gdb.base/watchpoint.exp: Fix truncated comment.
9061
dcfff61f
MS
90622007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9063
9064 * Makefile.in: Remove spurious single-quotes from sed command.
9065
664e3ee9
DJ
90662007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9067
9068 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9069 func.
9070 * gdb.mi/mi2-var-cmd.exp: Likewise.
9071
d7cc6f2f
JB
90722007-02-27 Joel Brobecker <brobecker@adacore.com>
9073
a9c64011
AS
9074 * gdb.dwarf2/dw2-producer.S: New file.
9075 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
9076
90772007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
9078
9079 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9080 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9081 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9082 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9083 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9084 Revert tests to use mi_gdb_test and include value field in output
9085 of -var-create.
9086
93d42b30
DJ
90872007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9088
9089 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9090
c499ed39
DJ
90912007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9092
9093 * gdb.base/maint.exp: Remove full paths from test names.
9094 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9095 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9096
9836f81b
JB
90972007-02-27 Joel Brobecker <brobecker@adacore.com>
9098
9099 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9100
c74d0ad8
DJ
91012007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9102
9103 * gdb.server/server-mon.exp: New test.
9104
2711e456
DJ
91052007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9106
9107 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9108
ff6f572f
DJ
91092007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9110
9111 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9112 register capitalization.
9113
fada3feb
DP
91142007-02-13 Denis Pilat <denis.pilat@st.com>
9115
9116 * gdb.mi/mi-var-invalidate.exp: New file.
9117
fb1e4ffc
DJ
91182007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9119
9120 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9121
3da939d7
DJ
91222007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9123
9124 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9125
123dc839
DJ
91262007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9127
9128 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9129 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9130
877e3645 91312007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
9132
9133 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9134 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9135 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9136 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9137 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 9138 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 9139 Update tests to include value field in output of -var-create.
a9c64011 9140
3c0a2960
AS
91412007-02-08 Andreas Schwab <schwab@suse.de>
9142
9143 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9144
108546a0
DJ
91452007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9146
9147 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9148 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9149
d701dcab
DP
91502007-02-02 Denis Pilat <denis.pilat@st.com>
9151
9152 * gdb.threads/threadapply.exp: check that frame is not changed by
9153 the thread apply all command.
9154
783e3e2f
AS
91552007-01-31 Andreas Schwab <schwab@suse.de>
9156
6d9c3a87
AS
9157 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9158
3c50d7b9
AS
9159 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9160 in the dwarf sections.
9161 * gdb.dwarf2/mac-fileno.S: Likewise.
9162
783e3e2f
AS
9163 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9164 bspstore register on ia64.
9165
78ff580e
AS
91662007-01-29 Andreas Schwab <schwab@suse.de>
9167
cc8e9b12
AS
9168 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9169 "frame-begin" annotation.
9170
78ff580e
AS
9171 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9172 number of "frames-invalid" annotations.
9173
704a4f78
DJ
91742007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9175
9176 * gdb.base/commands.exp: Call if_commands_test.
9177 (gdb_test_no_prompt, if_commands_test): New.
9178
e741bf94
MK
91792007-01-28 Mark Kettenis <kettenis@gnu.org>
9180
9181 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9182
474d0ad3
AS
91832007-01-27 Andreas Schwab <schwab@suse.de>
9184
9185 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9186 .short/.int/.quad in the dwarf sections.
9187 * gdb.dwarf2/dw2-intercu.S: Likewise.
9188 * gdb.dwarf2/dw2-intermix.S: Likewise.
9189
e784b426
JK
91902007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9191
9192 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
9193 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9194 array.
e784b426
JK
9195 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9196 * gdb.base/setvar.exp: Likewise.
9197
37f08e04
AS
91982007-01-26 Andreas Schwab <schwab@suse.de>
9199
9a01813a
AS
9200 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9201 test.
9202
37f08e04
AS
9203 * gdb.base/multi-forks.exp ("restart $i"): Also match
9204 __kernel_syscall_via_break.
9205
6e2a9270
VP
92062007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9207
9208 * lib/mi-support.exp (mi_delete_varobj): New.
9209 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9210 testcase.
9211 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9212 (main): Call the above.
9213 (reference_update_test, base_in_reference_test)
9214 (reference_to_pointer): Delete the created varobjs.
a9c64011 9215
e515b470
DJ
92162007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9217
9218 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9219 * configure: Regenerated.
9220 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9221 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9222 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9223 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9224 * lib/gdb.exp (gdb_skip_xml_test): New function.
9225
08d8bcd7
DJ
92262007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9227
9228 * gdb.base/sigrepeat.exp: Correct error message.
9229
92302007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
9231 Daniel Jacobowitz <dan@codesourcery.com>
9232
9233 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9234 gdb.arch/i386-gnu-cfi-asm.S: New files.
9235
97c3f1f3
JK
92362007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * lib/gdb.exp: Abort on missing `site.exp'.
9239
cb1df416
DJ
92402007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9241 Daniel Jacobowitz <dan@codesourcery.com>
9242
9243 * gdb.base/included.c, gdb.base/included.exp,
9244 gdb.base/included.h: New files.
9245
35990120
DJ
92462007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9247
9248 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9249 (maximize_rlimit): Reduce limits on 64-bit systems.
9250
6e81a116 92512007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
9252
9253 From Marcus Deuling <deuling@de.ibm.com>:
9254 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9255 every case.
9256
6c3c41f3
NR
92572007-01-13 Nick Roberts <nickrob@snap.net.nz>
9258
9259 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9260 (test_path_specification): Use objdir instead of srcdir to always
9261 get an absolute filename.
9262
2f12c312
DJ
92632007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9264
9265 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9266
81121995
VP
92672007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9268
9269 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9270 Make sure the variable we're using is in scope.
9271 (reference_to_pointer): Likewise.
9272
4741b737
DJ
92732007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9274
9275 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9276 has no debug information.
9277
054410c3
DJ
92782007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9279
9280 * gdb.base/annota1.exp: Remove extra send_gdb.
9281
818f79f6
DJ
92822007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9285
f7a6bb70
DJ
92862007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9289
57e66780
DJ
92902007-01-08 Nick Roberts <nickrob@snap.net.nz>
9291 Daniel Jacobowitz <dan@codesourcery.com>
9292
9293 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9294 lcharacter or linteger change. Correct duplicated test name.
9295 * gdb.mi/mi2-var-cmd.exp: Likewise.
9296
3d799a95
DJ
92972007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9298
9299 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9300
93012007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 9302
a9c64011
AS
9303 * gdb.base/nofield.c: New file.
9304 * gdb.base/nofield.exp: New testcase.
51679ba9 9305
eafb94e8
NR
93062007-01-05 Nick Roberts <nickrob@snap.net.nz>
9307
9308 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9309
9310 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9311 test.
9312
5e572bb4
DJ
93132007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9314
9315 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9316
74a44383
DJ
93172007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9318
9319 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9320 when continuing.
9321
1b572db9
DJ
93222007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9323
9324 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9325 Expect ".exe" extension.
9326
381bc39b
DJ
93272007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9328
9329 * gdb.base/charset.exp: Add explicit filename to break.
9330 * gdb.base/dbx.exp: Add explicit filename to breaks.
9331
2b70e4c6
DJ
93322007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9333
9334 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9335 * gdb.mi/mi2-file.exp: Likewise.
9336
303b6f5d
DJ
93372007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9338
9339 Implement specification of MI tests as comments
9340 in C and C++ sources.
9341 * lib/mi-support.exp (mi_autotest_data): New variable.
9342 (mi_autotest_source): New variable.
9343 (count_newlines, mi_prepare_inline_tests)
9344 (mi_get_inline_test, mi_continue_to_line)
9345 (mi_run_inline_test, mi_tbreak)
9346 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9347 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9348 Run inline tests.
9349 * gdb.mi/mi-var-cp.cc: Define tests here.
9350
23da0d94
VP
93512007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9352
9353 Simplify usage of mi_continue_to.
9354 * lib/mi-support.exp (mi_runto_helper): Renamed
9355 from mi_runto, added new parameter 'run_or_continue'.
9356 (mi_runto): Use mi_runto_helper.
9357 (mi_continue_to): Accept just function name as parameter.
9358 Use mi_runto_helper.
9359 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9360 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 9361
f9e18282
JB
93622006-01-04 Joel Brobecker <brobecker@adacore.com>
9363
9364 Make this testcase a bit more realistic. The current code
9365 is too simplistic, and allows the compiler to optimize out
9366 some of the entities we need for this testcase.
9367 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9368 (Do_Nothing): Add extra parameter.
9369 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9370 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9371 by using a variable of type Void_Star.
9372
fd678c65
JB
93732006-01-04 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.ada/catch_ex/foo.adb: New file.
9376 * gdb.ada/catch_ex.exp: New testcase.
9377
05cfdb42
DJ
93782007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9379
9380 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9381 pass --image-base to linker.
9382
2e03ee74
DJ
93832007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9384 Daniel Jacobowitz <dan@codesourcery.com>
9385
9386 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9387 secondary prompts.
9388
0d5de010
DJ
93892007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9390
9391 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9392 output. Test the types of members and member pointers.
9393 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9394 gdb/2092.
9395 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9396 statement. Enable for GCC. Update expected output for some tests
9397 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9398 layout.
9399 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9400 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9401 (Diamond::vget_base): New.
9402 (main): Add new tests.
9403 * gdb.cp/printmethod.exp: Update expected output for member functions.
9404 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9405 print pEe->D::vg().
9406
61a771aa
DJ
94072007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9408
9409 * gdb.threads/tls.exp: Allow stops in sem_post.
9410
2fa63963
DJ
94112006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9412
9413 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9414 * gdb.base/annota3.exp: Likewise.
9415 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9416 again (instead of timing out).
9417 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9418 GCC bug 26475.
9419 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9420 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9421 test from jmisc1.exp.
9422 * gdb.java/jmisc1.exp: Delete.
9423 * gdb.java/jprint.exp: Adjust to work with method signatures including
9424 return types.
9425 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9426 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9427 * lib/java.exp (compile_java_from_source): Pass the correct type
9428 to target_compile.
9429
5eefc2b7
JB
94302006-12-31 Joel Brobecker <brobecker@adacore.com>
9431
9432 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9433 (stack_align_edx): New function.
9434 (stack_align_eax): New function.
9435 (main): Add calls to stack_align_edx and stack_align_eax.
9436 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9437 Add testing for the cases where the register used during a stack
9438 realignment is edx. Same for eax.
9439
227c54da
DJ
94402006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9441
9442 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9443 and generic PE targets.
9444
cab8ac94
JB
94452006-12-29 Joel Brobecker <brobecker@adacore.com>
9446
9447 * gdb.ada/array_return.exp: Update copyright date list.
9448
ba54f318
JB
94492006-12-27 Joel Brobecker <brobecker@adacore.com>
9450
9451 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9452 (Create_Small_Float_Vector): New function.
9453 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9454 function body.
9455 * gdb.ada/array_return/p.adb: Use new type and function from
9456 package Pck.
9457 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9458 able to print the value returned by a function returning an
9459 array of float.
9460
6b7a35dd
JB
94612006-12-20 Joel Brobecker <brobecker@adacore.com>
9462
9463 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9464 The associated tests should be PASSing.
9465
038224f6
VP
94662006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9467
9468 Test for base in references.
9469 * gdb.mi/mi-var-cp.cc: Add test code.
9470 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9471 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9472 * gdb.mi/mi2-watch.exp: Likewise.
9473 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9474 (mi_list_varobj_children): New function.
9475
b26ed50d
VP
94762006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9477
9478 * lib/mi-support.exp
9479 (mi_runto): Accept "()" after function name.
9480 (mi_create_varobj): New function.
9481 (mi_varobj_update): New function.
9482 (mi_Check_varobj_value): New function.
9483 * gdb.mi/mi-var-cp.exp: New file.
9484 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 9485
08232497
DJ
94862006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9487
9488 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9489 gdb.base/weaklib2.c: New files.
9490
d394c993 94912006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 9492
ac6c2fba
NS
9493 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9494 info. Adjust test names.
9495
8ec659a0 9496 * gdb.base/break.c (main): Move position of malloc.
d394c993 9497 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 9498
acd65feb
VP
94992006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9500
9501 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9502 assignement of arrays and function pointers.
9503 * gdb.mi/var-cmd.c: Add declaration necessary for above
9504 tests.
9505
f556d5e5
NS
95062006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9507
9508 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
9509
9510 * gdb.threads/linux-dp.exp: Read thread table before and after
9511 creating each philosopher and verify it.
9512
697bc68d
NS
95132006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9514 Paul Brook <paul@codesourcery.com>
9515 Daniel Jacobowitz <dan@codesourcery.com>
9516
9517 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 9518 main to remove duplication. Add start function of the form
697bc68d
NS
9519 '_*start[1-9]*'. Add RVDS start function.
9520
29d73ae4
DJ
95212006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9522
9523 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9524
c1d88655
UW
95252006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9526
9527 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9528 * gdb.asm/spu.inc: New file.
9529 * gdb.base/term.exp: Disable if [target_info exists noargs].
9530 * gdb.gdb/complaints.exp: Disable if ![isnative].
9531 * gdb.gdb/selftest.exp: Likewise.
9532 * gdb.gdb/observer.exp: Likewise.
9533 * gdb.gdb/xfullpath.exp: Likewise.
9534 * gdb.base/attach.exp: Disable on SPU target.
9535 * gdb.cp/bs145503.exp: Likewise.
9536 * gdb.cp/exception.exp: Likewise.
9537 * gdb.cp/userdef.exp: Likewise.
9538
32a13b1a
DJ
95392006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9540
9541 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9542
d8295fe9
VP
95432006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9544
9545 * gdb.base/completion.exp: Fix completion tests for
9546 'info' and 'info '.
9547 * gdb.base/help.exp (help_test_raw, test_class_help)
9548 (test_prefix_command_help): Move...
9549 * lib/gdb.exp: Here.
9550 * gdb.base/main.exp: Adjust.
9551 * gdb.cp/maint.exp: Adjust.
9552 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 9553
8c394015
VP
95542006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9555
9556 * gdb.stabs/weird.exp (print_weird_var): Use
9557 gdb_test_multiple instead of gdb_expect.
9558
027fc1bc
VP
95592006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9560
9561 * gdb.base/help.exp (help_test_raw): New.
9562 (test_class_help): New.
9563 (test_prefix_command_help): New.
9564 Adjust testcases.
9565
67609209
FR
95662006-11-09 Christophe Lyon <christophe.lyon@st.com>
9567
9568 * gdb.base/constvars.c (main): Write to crass and crips, so that
9569 they are allocated by the compiler.
9570
f73adfeb
AS
95712006-10-27 Andreas Schwab <schwab@suse.de>
9572
9573 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9574 "detach-fork".
9575
2f83a18e
DJ
95762006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9577
9578 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9579 of patterns.
9580
94277a38
DJ
95812006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9582
9583 * gdb.base/sepdebug.exp: Remove debug format test.
9584 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9585 Handle no-symtab.
9586 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9587
5bd2f6e2
DJ
95882006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9589
9590 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9591 int to pointer or pointer to int.
9592 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9593
8c008720
DJ
95942006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9595
9596 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9597
9e35dae4
DJ
95982006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9601
d9639e13
DJ
96022006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9603
9604 PR c++/2116
9605 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9606
390a1bd0
JB
96072006-10-06 Joel Brobecker <brobecker@adacore.com>
9608
9609 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9610 the corresponding bug has been fixed in GDB (PR/2018).
9611
dd920c33
JB
96122006-10-06 Joel Brobecker <brobecker@adacore.com>
9613
9614 * gdb.base/subst.exp: New testcase.
9615
53bbefe9
JB
96162006-10-06 Joel Brobecker <brobecker@adacore.com>
9617
9618 * gdb.ada/array_return/pck.ads: Add copyright notice.
9619 * gdb.ada/array_return/pck.adb: Likewise.
9620 * gdb.ada/array_return/p.adb: Likewise.
9621 * gdb.ada/exec_changed/first.adb: Likewise.
9622 * gdb.ada/exec_changed/second.adb: Likewise.
9623
09851417
JB
96242006-10-06 Joel Brobecker <brobecker@adacore.com>
9625
9626 * gdb.ada/watch_arg/watch.adb: New file.
9627 * gdb.ada/watch_arg.exp: New testcase.
9628
041bf30d
VP
96292006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9630
9631 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 9632 via string_to_regexp.
041bf30d 9633 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 9634
f286fbdd 96352006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
9636
9637 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9638 Remove unused / obsolete files.
9639
7c07f349
NR
96402006-09-19 Nick Roberts <nickrob@snap.net.nz>
9641
9642 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9643
cd5ff84a
VP
96442006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9645
9646 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9647 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 9648 the number of frames.
cd5ff84a 9649
ae018d1a
DJ
96502006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9651
9652 * gdb.base/args.c (main): Add breakpoint marker.
9653 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9654 really test empty arguments.
9655 (args_load): Delete.
9656 (args_test): New.
9657
b399c549
NR
96582006-09-13 Nick Roberts <nickrob@snap.net.nz>
9659
9660 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 9661 check for one file.
b399c549 9662
2ab1eb7a
VP
96632006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9664
9665 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9666 HIGH_FRAME argument to -stack-list-locals can be larger than
9667 the number of frames.
a9c64011 9668
476308bf
FF
96692006-08-18 Fred Fish <fnf@specifix.com>
9670
9671 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9672 '$' in front of skip_vmx_tests_saved when setting that.
9673
8625200f
AS
96742006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9675
9676 * gdb.base/trace-commands.exp: New file.
9677
089ec8f1
DJ
96782006-08-10 Joel Brobecker <brobecker@adacore.com>
9679 Daniel Jacobowitz <dan@codesourcery.com>
9680
9681 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9682 expected output of the backtrace commands.
9683
b60f0898
JB
96842006-08-09 Joel Brobecker <brobecker@adacore.com>
9685
9686 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9687 untested followed by return combination.
9688 * gdb.arch/altivec-regs.exp: Likewise.
9689 * gdb.arch/e500-abi.exp: Likewise.
9690 * gdb.arch/e500-regs.exp: Likewise.
9691 * gdb.arch/gdb1291.exp: Likewise.
9692 * gdb.arch/gdb1431.exp: Likewise.
9693 * gdb.arch/gdb1558.exp: Likewise.
9694 * gdb.arch/i386-prologue.exp: Likewise.
9695 * gdb.arch/i386-unwind.exp: Likewise.
9696 * gdb.asm/asm-source.exp: Likewise.
9697 * gdb.base/a2-run.exp: Likewise.
9698 * gdb.base/advance.exp: Likewise.
9699 * gdb.base/all-bin.exp: Likewise.
9700 * gdb.base/annota1.exp: Likewise.
9701 * gdb.base/annota3.exp: Likewise.
9702 * gdb.base/args.exp: Likewise.
9703 * gdb.base/arithmet.exp: Likewise.
9704 * gdb.base/assign.exp: Likewise.
9705 * gdb.base/async.exp: Likewise.
9706 * gdb.base/attach.exp: Likewise.
9707 * gdb.base/bang.exp: Likewise.
9708 * gdb.base/bigcore.exp: Likewise.
9709 * gdb.base/bitfields.exp: Likewise.
9710 * gdb.base/bitfields2.exp: Likewise.
9711 * gdb.base/break.exp: Likewise.
9712 * gdb.base/call-sc.exp: Likewise.
9713 * gdb.base/call-strs.exp: Likewise.
9714 * gdb.base/callfuncs.exp: Likewise.
9715 * gdb.base/checkpoint.exp: Likewise.
9716 * gdb.base/chng-syms.exp: Likewise.
9717 * gdb.base/code-expr.exp: Likewise.
9718 * gdb.base/commands.exp: Likewise.
9719 * gdb.base/completion.exp: Likewise.
9720 * gdb.base/cond-expr.exp: Likewise.
9721 * gdb.base/condbreak.exp: Likewise.
9722 * gdb.base/consecutive.exp: Likewise.
9723 * gdb.base/constvars.exp: Likewise.
9724 * gdb.base/corefile.exp: Likewise.
9725 * gdb.base/cvexpr.exp: Likewise.
9726 * gdb.base/dbx.exp: Likewise.
9727 * gdb.base/define.exp: Likewise.
9728 * gdb.base/detach.exp: Likewise.
9729 * gdb.base/display.exp: Likewise.
9730 * gdb.base/dump.exp: Likewise.
9731 * gdb.base/ena-dis-br.exp: Likewise.
9732 * gdb.base/ending-run.exp: Likewise.
9733 * gdb.base/environ.exp: Likewise.
9734 * gdb.base/eval-skip.exp: Likewise.
9735 * gdb.base/exprs.exp: Likewise.
9736 * gdb.base/fileio.exp: Likewise.
9737 * gdb.base/finish.exp: Likewise.
9738 * gdb.base/float.exp: Likewise.
9739 * gdb.base/foll-exec.exp: Likewise.
9740 * gdb.base/foll-fork.exp: Likewise.
9741 * gdb.base/foll-vfork.exp: Likewise.
9742 * gdb.base/freebpcmd.exp: Likewise.
9743 * gdb.base/funcargs.exp: Likewise.
9744 * gdb.base/gcore.exp: Likewise.
9745 * gdb.base/gdb1090.exp: Likewise.
9746 * gdb.base/gdb1250.exp: Likewise.
9747 * gdb.base/huge.exp: Likewise.
9748 * gdb.base/info-proc.exp: Likewise.
9749 * gdb.base/interrupt.exp: Likewise.
9750 * gdb.base/jump.exp: Likewise.
9751 * gdb.base/langs.exp: Likewise.
9752 * gdb.base/lineinc.exp: Likewise.
9753 * gdb.base/list.exp: Likewise.
9754 * gdb.base/logical.exp: Likewise.
9755 * gdb.base/long_long.exp: Likewise.
9756 * gdb.base/macscp.exp: Likewise.
9757 * gdb.base/maint.exp: Likewise.
9758 * gdb.base/mips_pro.exp: Likewise.
9759 * gdb.base/miscexprs.exp: Likewise.
9760 * gdb.base/multi-forks.exp: Likewise.
9761 * gdb.base/opaque.exp: Likewise.
9762 * gdb.base/overlays.exp: Likewise.
9763 * gdb.base/pc-fp.exp: Likewise.
9764 * gdb.base/pointers.exp: Likewise.
9765 * gdb.base/printcmds.exp: Likewise.
9766 * gdb.base/psymtab.exp: Likewise.
9767 * gdb.base/ptype.exp: Likewise.
9768 * gdb.base/recurse.exp: Likewise.
9769 * gdb.base/relational.exp: Likewise.
9770 * gdb.base/relocate.exp: Likewise.
9771 * gdb.base/remote.exp: Likewise.
9772 * gdb.base/reread.exp: Likewise.
9773 * gdb.base/restore.exp: Likewise.
9774 * gdb.base/return.exp: Likewise.
9775 * gdb.base/return2.exp: Likewise.
9776 * gdb.base/scope.exp: Likewise.
9777 * gdb.base/sect-cmd.exp: Likewise.
9778 * gdb.base/sep.exp: Likewise.
9779 * gdb.base/sepdebug.exp: Likewise.
9780 * gdb.base/setshow.exp: Likewise.
9781 * gdb.base/setvar.exp: Likewise.
9782 * gdb.base/sigall.exp: Likewise.
9783 * gdb.base/sigbpt.exp: Likewise.
9784 * gdb.base/signals.exp: Likewise.
9785 * gdb.base/signull.exp: Likewise.
9786 * gdb.base/sizeof.exp: Likewise.
9787 * gdb.base/solib.exp: Likewise.
9788 * gdb.base/step-line.exp: Likewise.
9789 * gdb.base/step-test.exp: Likewise.
9790 * gdb.base/structs.exp: Likewise.
9791 * gdb.base/structs2.exp: Likewise.
9792 * gdb.base/term.exp: Likewise.
9793 * gdb.base/twice.exp: Likewise.
9794 * gdb.base/until.exp: Likewise.
9795 * gdb.base/varargs.exp: Likewise.
9796 * gdb.base/volatile.exp: Likewise.
9797 * gdb.base/watchpoint.exp: Likewise.
9798 * gdb.base/whatis-exp.exp: Likewise.
9799 * gdb.base/whatis.exp: Likewise.
9800 * gdb.cp/ambiguous.exp: Likewise.
9801 * gdb.cp/annota2.exp: Likewise.
9802 * gdb.cp/annota3.exp: Likewise.
9803 * gdb.cp/bool.exp: Likewise.
9804 * gdb.cp/breakpoint.exp: Likewise.
9805 * gdb.cp/casts.exp: Likewise.
9806 * gdb.cp/class2.exp: Likewise.
9807 * gdb.cp/classes.exp: Likewise.
9808 * gdb.cp/cplusfuncs.exp: Likewise.
9809 * gdb.cp/ctti.exp: Likewise.
9810 * gdb.cp/derivation.exp: Likewise.
9811 * gdb.cp/exception.exp: Likewise.
9812 * gdb.cp/gdb1355.exp: Likewise.
9813 * gdb.cp/hang.exp: Likewise.
9814 * gdb.cp/inherit.exp: Likewise.
9815 * gdb.cp/local.exp: Likewise.
9816 * gdb.cp/m-data.exp: Likewise.
9817 * gdb.cp/m-static.exp: Likewise.
9818 * gdb.cp/member-ptr.exp: Likewise.
9819 * gdb.cp/method.exp: Likewise.
9820 * gdb.cp/misc.exp: Likewise.
9821 * gdb.cp/namespace.exp: Likewise.
9822 * gdb.cp/overload.exp: Likewise.
9823 * gdb.cp/ovldbreak.exp: Likewise.
9824 * gdb.cp/pr-1023.exp: Likewise.
9825 * gdb.cp/pr-1210.exp: Likewise.
9826 * gdb.cp/pr-574.exp: Likewise.
9827 * gdb.cp/printmethod.exp: Likewise.
9828 * gdb.cp/psmang.exp: Likewise.
9829 * gdb.cp/ref-params.exp: Likewise.
9830 * gdb.cp/ref-types.exp: Likewise.
9831 * gdb.cp/rtti.exp: Likewise.
9832 * gdb.cp/templates.exp: Likewise.
9833 * gdb.cp/try_catch.exp: Likewise.
9834 * gdb.cp/userdef.exp: Likewise.
9835 * gdb.cp/virtfunc.exp: Likewise.
9836 * gdb.disasm/am33.exp: Likewise.
9837 * gdb.disasm/h8300s.exp: Likewise.
9838 * gdb.disasm/mn10300.exp: Likewise.
9839 * gdb.disasm/sh3.exp: Likewise.
9840 * gdb.disasm/t01_mov.exp: Likewise.
9841 * gdb.disasm/t02_mova.exp: Likewise.
9842 * gdb.disasm/t03_add.exp: Likewise.
9843 * gdb.disasm/t04_sub.exp: Likewise.
9844 * gdb.disasm/t05_cmp.exp: Likewise.
9845 * gdb.disasm/t06_ari2.exp: Likewise.
9846 * gdb.disasm/t07_ari3.exp: Likewise.
9847 * gdb.disasm/t08_or.exp: Likewise.
9848 * gdb.disasm/t09_xor.exp: Likewise.
9849 * gdb.disasm/t10_and.exp: Likewise.
9850 * gdb.disasm/t11_logs.exp: Likewise.
9851 * gdb.disasm/t12_bit.exp: Likewise.
9852 * gdb.disasm/t13_otr.exp: Likewise.
9853 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
9854 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
9855 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9856 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
9857 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
9858 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9859 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9860 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9861 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
9862 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
9863 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9864 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9865 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9866 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9867 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9868 * gdb.mi/gdb701.exp: Likewise.
9869 * gdb.mi/gdb792.exp: Likewise.
9870 * gdb.mi/mi-basics.exp: Likewise.
9871 * gdb.mi/mi-break.exp: Likewise.
9872 * gdb.mi/mi-cli.exp: Likewise.
9873 * gdb.mi/mi-console.exp: Likewise.
9874 * gdb.mi/mi-disassemble.exp: Likewise.
9875 * gdb.mi/mi-eval.exp: Likewise.
9876 * gdb.mi/mi-file.exp: Likewise.
9877 * gdb.mi/mi-read-memory.exp: Likewise.
9878 * gdb.mi/mi-regs.exp: Likewise.
9879 * gdb.mi/mi-return.exp: Likewise.
9880 * gdb.mi/mi-simplerun.exp: Likewise.
9881 * gdb.mi/mi-stack.exp: Likewise.
9882 * gdb.mi/mi-stepi.exp: Likewise.
9883 * gdb.mi/mi-syn-frame.exp: Likewise.
9884 * gdb.mi/mi-until.exp: Likewise.
9885 * gdb.mi/mi-var-block.exp: Likewise.
9886 * gdb.mi/mi-var-child.exp: Likewise.
9887 * gdb.mi/mi-var-cmd.exp: Likewise.
9888 * gdb.mi/mi-var-display.exp: Likewise.
9889 * gdb.mi/mi-watch.exp: Likewise.
9890 * gdb.mi/mi2-basics.exp: Likewise.
9891 * gdb.mi/mi2-break.exp: Likewise.
9892 * gdb.mi/mi2-cli.exp: Likewise.
9893 * gdb.mi/mi2-console.exp: Likewise.
9894 * gdb.mi/mi2-disassemble.exp: Likewise.
9895 * gdb.mi/mi2-eval.exp: Likewise.
9896 * gdb.mi/mi2-file.exp: Likewise.
9897 * gdb.mi/mi2-read-memory.exp: Likewise.
9898 * gdb.mi/mi2-regs.exp: Likewise.
9899 * gdb.mi/mi2-return.exp: Likewise.
9900 * gdb.mi/mi2-simplerun.exp: Likewise.
9901 * gdb.mi/mi2-stack.exp: Likewise.
9902 * gdb.mi/mi2-stepi.exp: Likewise.
9903 * gdb.mi/mi2-syn-frame.exp: Likewise.
9904 * gdb.mi/mi2-until.exp: Likewise.
9905 * gdb.mi/mi2-var-block.exp: Likewise.
9906 * gdb.mi/mi2-var-child.exp: Likewise.
9907 * gdb.mi/mi2-var-cmd.exp: Likewise.
9908 * gdb.mi/mi2-var-display.exp: Likewise.
9909 * gdb.mi/mi2-watch.exp: Likewise.
9910 * gdb.stabs/exclfwd.exp: Likewise.
9911 * gdb.stabs/weird.exp: Likewise.
9912 * gdb.threads/gcore-thread.exp: Likewise.
9913 * gdb.trace/actions.exp: Likewise.
9914 * gdb.trace/backtrace.exp: Likewise.
9915 * gdb.trace/circ.exp: Likewise.
9916 * gdb.trace/collection.exp: Likewise.
9917 * gdb.trace/deltrace.exp: Likewise.
9918 * gdb.trace/infotrace.exp: Likewise.
9919 * gdb.trace/limits.exp: Likewise.
9920 * gdb.trace/packetlen.exp: Likewise.
9921 * gdb.trace/passc-dyn.exp: Likewise.
9922 * gdb.trace/passcount.exp: Likewise.
9923 * gdb.trace/report.exp: Likewise.
9924 * gdb.trace/save-trace.exp: Likewise.
9925 * gdb.trace/tfind.exp: Likewise.
9926 * gdb.trace/tracecmd.exp: Likewise.
9927 * gdb.trace/while-dyn.exp: Likewise.
9928 * gdb.trace/while-stepping.exp: Likewise.
9929
f4b618d1
JB
99302006-08-08 Joel Brobecker <brobecker@adacore.com>
9931
9932 * gdb.base/step-bt.c: New file.
9933 * gdb.base/step-bt.exp: New testcase.
9934
3d00d119
DJ
99352006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
9936
9937 * config/monitor.exp (gdb_load): Remove support for obsolete
9938 download-write-size.
9939 * gdb.base/remote.exp: Likewise. Update all callers of
9940 gdb_timed_load.
9941
017b5bd4
DJ
99422006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
9943
9944 * cursal.exp: Pass binfile to gdb_load.
9945
837c599d
DJ
99462006-08-01 Nathan Sidwell <nathan@codesourcery.com>
9947
9948 * gdb.base/cursal.exp: Add "" to gdb_load call.
9949
8dd4540b
MK
99502006-07-29 Mark Kettenis <kettenis@gnu.org>
9951
9952 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
9953 NetBSD/ELF targets.
9954
ab5c9f60
DJ
99552006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
9956
9957 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
9958 operator*.
9959
4c42eaff
DJ
99602006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
9961
9962 * gdb.base/completion.exp: Update for change in "file" behavior.
9963 * gdb.stabs/weird.exp: Likewise.
9964 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
9965 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
9966
0155cc76
NS
99672006-07-24 Nathan Sidwell <nathan@codesourcery.com>
9968
9969 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
9970 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
9971
16026cd7
AS
99722006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
9973
9974 * gdb.base/default.exp: Update source command error message.
9975 * gdb.base/help.exp: Update 'help source' message.
9976
16963cb6
DJ
99772006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
9978
9979 * gdb.cp/bs15503.exp: Update comment for no longer crashing
9980 test.
9981
6d7fd486
AS
99822006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
9983
9984 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
9985
29e8a844
DJ
99862006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9987
9988 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
9989
6afcfa39
DJ
99902006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
9991
9992 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
9993
267a692b
MK
99942006-07-17 Mark Kettenis <kettenis@gnu.org>
9995
9996 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
9997 *-*-openbsd* from targets for wich we expect ARM FPA floating
9998 point format.
9999
85d2fec4
NR
100002006-07-17 Nick Roberts <nickrob@snap.net.nz>
10001
10002 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10003
100042006-07-17 Mark Kettenis <kettenis@gnu.org>
10005
10006 * gdb.base/annota3.exp: Expect frame-begin annotation.
10007
85b4c6e8
JB
100082006-07-14 Joel Brobecker <brobecker@adacore.com>
10009
10010 * gdb.base/help.exp: Adjust "help unset" test to accept
10011 any list of unset commands.
10012
fb933624
DJ
100132006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10014 Daniel Jacobowitz <dan@codesourcery.com>
10015
10016 * gdb.cp/ref-params.exp: New test.
10017 * gdb.cp/ref-params.cc: New source file.
10018 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10019
1dff4b64
MK
100202006-07-08 Mark Kettenis <kettenis@gnu.org>
10021
10022 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10023 spaces/tabs in regular expressions since they might not be there.
10024
40d2e0e3
AS
100252006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10026
10027 * gdb.base/ifelse.exp: New file.
10028
f6c957d2
NS
100292006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10030
10031 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10032 line.
10033 * gdb.base/huge.exp: Loop over compilation to find a size that
10034 is acceptable.
10035 * gdb.base/remote.exp: Correct expected strings.
10036 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10037
b9c5a23d
DJ
100382006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10039
10040 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10041
9af2e58d
DJ
100422006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10043
10044 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10045 native.
10046
30930ca5
DJ
100472006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10048
10049 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10050 enable stabs testing.
10051
aa32fa1d
DJ
100522006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10053
bd4a4c80 10054 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
10055 gdb_test_multiple does.
10056
321fef15
DJ
100572006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10058
10059 * Makefile.in (host_alias): Remove.
10060 (target_alias): Use @target_noncanonical@.
10061 (site.exp): Don't set host_alias.
10062 * aclocal.m4: Remove contents. Include acx.m4.
10063 * configure: Regenerated.
10064 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10065
e1c2defa
NS
100662006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10067
e63b55d1
NS
10068 * lib/gdb.exp (gdb_load_cmd): New.
10069
5600ea19
NS
10070 * gdb.base/fileio.c: Add system(NULL) test.
10071 * gdb.base/fileio.exp: Check it.
10072
e1c2defa
NS
10073 * gdb.base/break.c: Add 10a breakpoint at }
10074 * gdb.base/break.exp: Add test for breakpoint at }
10075 * gdb.cp/anon-union.cc: Add code at end of function.
10076 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10077 * gdb.mi/var-cmd.c: Add code at end of function.
10078 * gdb.mi/mi-var-display.exp: Adjust end of next.
10079 * gdb.mi/mi2-var-display.exp: Likewise.
10080 * gdb.base/fileio.c: Add stop function and insert calls at
10081 stopping places.
10082 * gdb.base/fileio.exp: Breakpoint stop function and remove
10083 explicit line number references.
10084
6c0112ec
JB
100852006-05-19 Joel Brobecker <brobecker@adacore.com>
10086
a9c64011
AS
10087 * gdb.base/del.exp (test_delete_alias): New function.
10088 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 10089
154189a4
FF
100902006-05-18 Fred Fish <fnf@specifix.com>
10091
10092 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10093 required. Check for spurious output after program exits normally.
10094
582e64c2
FF
100952006-05-17 Fred Fish <fnf@specifix.com>
10096
10097 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10098 gdb_load, so it works in the simulator.
10099
8ef6493a
FF
101002006-05-11 Fred Fish <fnf@specifix.com>
10101
10102 * gdb.base/bang.exp: Ignore unexpected output between the
10103 "program exited normally" and the gdb prompt, as many other
10104 tests do.
10105
692b141c
MK
101062006-05-07 Mark Kettenis <kettenis@gnu.org>
10107
10108 * gdb.base/help.exp: Make "delete checkpoint" part option for
10109 "help d" and "help delete" tests.
10110
540b8a30
UW
101112006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10112
a9c64011 10113 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
10114 expected output in some mi_gdb_test statements.
10115 * gdb.mi/mi2-basics.exp: Likewise.
10116
9b6462d9
JB
101172006-05-05 Joel Brobecker <brobecker@adacore.com>
10118
10119 * gdb.base/del.c: New file.
10120 * gdb.base/del.exp: New testcase.
10121
954de43b
DM
101222006-05-05 David S. Miller <davem@sunset.davemloft.net>
10123
10124 * gdb.base/break.exp: Do not assume a breakpoint on
10125 main will actually be in $srcfile when optimizing.
1303f75e
DM
10126 * gdb.base/savedregs.exp: Do not require that the dummy
10127 frame location match up to a symbol and source file location.
c3242428
DM
10128 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10129 will get printed without a mi_cmd_data_list_register_values prefix.
10130 (*-data-list-register-*): Correct regular expressions to expect the new
10131 pseudo d? floating point registers.
10132 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 10133
c7e64c9a
DJ
101342006-05-05 Christophe Lyon <christophe.lyon@st.com>
10135
10136 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10137 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10138 is allocated by the compiler.
10139 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10140 anons, e, anone to force their allocation by the compiler.
10141
101422006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
10143
10144 * gdb.base/help.exp: Update expected text for help d and
10145 help delete.
10146
27ce9a6d
MK
101472006-05-02 Mark Kettenis <kettenis@gnu.org>
10148
10149 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10150 NetBSD/ELF targets.
10151
8608915f
MK
101522006-04-30 Mark Kettenis <kettenis@gnu.org>
10153
10154 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10155 single-step breakpoint fails; make this a KFAIL on
10156 sparc*-*-openbsd*.
10157 * gdb.base/siginfo.exp: Likewise.
10158 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10159
b8db102d
MS
101602006-04-26 Michael Snyder <msnyder@redhat.com>
10161
10162 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10163 which may have to consume output from other forks.
10164 Add tests to make sure that "delete fork" succeeded.
10165
c702009a
MS
101662006-04-20 Michael Snyder <msnyder@redhat.com>
10167
10168 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10169 Add support for the Renesas M32C and M16C.
10170
10171 * gdb.asm/asm-source.exp: Add m32c target.
10172 * gdb.asm/m32c.inc: Support for m32c target.
10173
e28493f2
AS
101742006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10175
10176 * gdb.base/commands.exp (recursive_source_test): New test.
10177
880da185
DM
101782006-04-04 David S. Miller <davem@sunset.davemloft.net>
10179
10180 * gdb.base/float.exp: Add pattern for sparc targets.
10181
61d9b92f
DJ
101822006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10183
10184 * gdb.base/commands.exp (stray_arg0_test): New test.
10185
bd717df8
PB
101862006-03-30 Paul Brook <paul@codesourcery.com>
10187
10188 * gdb.mi/mi-until.exp: kfail broken until command.
10189 * gdb.mi/mi2-until.exp: Ditto.
10190
ec793d3c
NR
101912006-03-27 Nick Roberts <nickrob@snap.net.nz>
10192
10193 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10194
831004b7
AO
101952006-03-08 Alexandre Oliva <aoliva@redhat.com>
10196
10197 * gdb.base/prelink.exp: Anchor tested-for regular expression
10198 on gdb prompt.
10199
effe49a0
PB
102002006-03-07 Paul Brook <paul@codesourcery.com>
10201
10202 * gdb.base/assign.exp: Correct fail message.
10203
e5461016
PB
102042006-03-07 Paul Brook <paul@codesourcery.com>
10205
10206 * lib/compiler.c: Extract armcc version number.
10207 * lib/compiler.cc: Ditto.
10208
fc91c6c2
PB
102092006-03-07 Paul Brook <paul@codesourcery.com>
10210
10211 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10212 additional_flags=-w.
10213 * gdb.arch/altivec-regs.exp: Ditto.
10214 * gdb.arch/e500-abi.exp: Ditto.
10215 * gdb.arch/e500-regs.exp: Ditto.
10216 * gdb.base/all-bin.exp: Ditto.
10217 * gdb.base/annota1.exp: Ditto.
10218 * gdb.base/annota3.exp: Ditto.
10219 * gdb.base/args.exp: Ditto.
10220 * gdb.base/arithmet.exp: Ditto.
10221 * gdb.base/assign.exp: Ditto.
10222 * gdb.base/async.exp: Ditto.
10223 * gdb.base/bang.exp: Ditto.
10224 * gdb.base/break.exp: Ditto.
10225 * gdb.base/call-rt-st.exp: Ditto.
10226 * gdb.base/completion.exp: Ditto.
10227 * gdb.base/cond-expr.exp: Ditto.
10228 * gdb.base/condbreak.exp: Ditto.
10229 * gdb.base/consecutive.exp: Ditto.
10230 * gdb.base/define.exp: Ditto.
10231 * gdb.base/display.exp: Ditto.
10232 * gdb.base/ena-dis-br.exp: Ditto.
10233 * gdb.base/environ.exp: Ditto.
10234 * gdb.base/eval-skip.exp: Ditto.
10235 * gdb.base/info-proc.exp: Ditto.
10236 * gdb.base/jump.exp: Ditto.
10237 * gdb.base/logical.exp: Ditto.
10238 * gdb.base/long_long.exp: Ditto.
10239 * gdb.base/maint.exp: Ditto.
10240 * gdb.base/miscexprs.exp: Ditto.
10241 * gdb.base/pc-fp.exp: Ditto.
10242 * gdb.base/pointers.exp: Ditto.
10243 * gdb.base/relational.exp: Ditto.
10244 * gdb.base/reread.exp: Ditto.
10245 * gdb.base/sect-cmd.exp: Ditto.
10246 * gdb.base/sep.exp: Ditto.
10247 * gdb.base/sepdebug.exp: Ditto.
10248 * gdb.base/until.exp: Ditto.
10249 * gdb.base/whatis-exp.exp: Ditto.
10250 * gdb.cp/annota2.exp: Ditto.
10251 * gdb.cp/annota3.exp: Ditto.
10252 * gdb.trace/actions.exp: Ditto.
10253 * gdb.trace/backtrace.exp: Ditto.
10254 * gdb.trace/circ.exp: Ditto.
10255 * gdb.trace/collection.exp: Ditto.
10256 * gdb.trace/deltrace.exp: Ditto.
10257 * gdb.trace/infotrace.exp: Ditto.
10258 * gdb.trace/limits.exp: Ditto.
10259 * gdb.trace/packetlen.exp: Ditto.
10260 * gdb.trace/passc-dyn.exp: Ditto.
10261 * gdb.trace/passcount.exp: Ditto.
10262 * gdb.trace/report.exp: Ditto.
10263 * gdb.trace/save-trace.exp: Ditto.
10264 * gdb.trace/tfind.exp: Ditto.
10265 * gdb.trace/tracecmd.exp: Ditto.
10266 * gdb.trace/while-dyn.exp: Ditto.
10267 * gdb.trace/while-stepping.exp: Ditto.
10268 * lib/gdb.exp: Ditto.
10269 (gdb_compile): Handle nowarning option.
10270
5f4a23d9
AO
102712006-03-07 Alexandre Oliva <aoliva@redhat.com>
10272
10273 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10274 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10275 Rename executable to prelinkt. Don't re-prelink if we didn't
10276 get a core file. Test prelink -u exit status to tell whether
10277 prelinking failed. Use gdb_test_multiple.
10278
9733fc94
DJ
102792006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10280
10281 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10282 (do_tests): Call it.
10283
cc10cae3
AO
102842006-02-28 Alexandre Oliva <aoliva@redhat.com>
10285
10286 * gdb.base/prelink.exp: New test.
10287 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10288
15c46491
WZ
102892006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10290
10291 * gdb.fortran/derived-type.f90: New file.
10292 * gdb.fortran/derived-type.exp: New testcase.
10293
5c9f7ded
DJ
102942006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10295
10296 * gdb.base/default.exp: Allow ';' as a directory separator.
10297
5b96932b
AS
102982006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10299
10300 * gdb.base/help.exp (help add-symbol-file): Update.
10301
1986bccd
AS
103022006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10303
10304 * gdb.base/help.exp (help load): Update expected results.
10305
a8b7528f
FF
103062006-02-19 Fred Fish <fnf@specifix.com>
10307
10308 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10309 specifix hex value as part of results.
10310 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 10311
f8261448
FF
103122006-02-16 Fred Fish <fnf@specifix.com>
10313
10314 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10315 ushort_addr, and slong_addr, so the typedefs are not optimized
10316 away.
10317 * gdb.base/whatis.exp: Add tests using type name for struct type,
10318 union type, enum type, and typedef.
a9c64011 10319
31d8bdd2
MK
103202006-02-13 Mark Kettenis <kettenis@gnu.org>
10321
10322 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10323
34e41e63
JB
103242006-02-13 Jim Blandy <jimb@redhat.com>
10325
10326 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10327 case where it takes two "next" commands to skip past the init
10328 call.
10329
ac6e4f31
FF
103302006-02-12 Fred Fish <fnf@specifix.com>
10331
10332 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10333 to handle cases where it takes two "next" commands to skip
10334 past the init call.
10335
2db2d571
JB
103362006-02-07 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10339 on hppa32 targets.
10340
38fcd64c
DJ
103412006-02-06 Vladimir Prus <ghost@cs.msu.su>
10342
10343 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10344 field.
10345
1315ad46
MK
103462006-01-29 Mark Kettenis <kettenis@gnu.org>
10347
10348 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10349
5625b943
DJ
103502006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10351
10352 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10353 files.
10354
80df1bbe
DJ
103552006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10356
10357 * gdb.cp/maint.exp: Set complaints to a positive value.
10358
9078e690
DJ
103592006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10360
10361 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10362 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10363 function name.
10364
9c903399
DJ
103652006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10366
10367 * gdb.base/checkpoint.c: Update copyright notice. Include
10368 <stdlib.h>.
10369
761ae4d6
JB
103702006-01-04 Jim Blandy <jimb@redhat.com>
10371
10372 * gdb.asm/asm-source.exp: Independently provide default values for
10373 asm-flags and debug-flags. Use 'string equal' to do the
10374 comparison, not the implicit expr's '==' operator. Remove
10375 now-unneeded assignments to asm-flags. In h8300 case, place
10376 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10377
099ac3dd
MS
103782006-01-04 Michael Snyder <msnyder@redhat.com>
10379
10380 * gdb.base/checkpoint.c: New file.
10381 * gdb.base/checkpoint.exp: New file.
10382 * gdb.base/multi-fork.c: New file.
10383 * gdb.base/multi-fork.exp: New file.
10384 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10385
f4d85314
FF
103862006-01-04 Fred Fish <fnf@specifix.com>
10387
10388 * gdb.base/ptype.c (foo): Add typedef.
10389 (intfoo): Add function.
10390 * gdb.base/ptype1.c: New file.
10391 * gdb.base/ptype.exp: Handle compilation and linking with two
10392 source files. Test that proper type for "foo" is found based
10393 on source context rather than first match found in symtabs.
10394
a1b06f35
MK
103952005-12-28 Mark Kettenis <kettenis@gnu.org>
10396
10397 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10398 * gdb.asm/openbsd.inc: Indent commands.
10399
d082a1e2
MK
104002005-12-26 Mark Kettenis <kettenis@gnu.org>
10401
c65016bd
MK
10402 * gdb.base/freebpcmd.exp: Increase timeout.
10403
d082a1e2
MK
10404 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10405
d3c32a0e
DJ
104062005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10407
10408 * gdb.base/default.exp: Update check for "show version".
10409
9fdb1f50
RC
104102005-12-09 Randolph Chung <tausq@debian.org>
10411
10412 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10413 * gdb.asm/pa64.inc: New file.
10414
5f2c56f7
RC
104152005-12-09 Randolph Chung <tausq@debian.org>
10416
10417 * gdb.asm/common.inc: Indent commands.
10418 * gdb.asm/asmsrc1.s: Likewise.
10419 * gdb.asm/asmsrc2.s: Likewise.
10420
8117349c
RC
104212005-12-09 Randolph Chung <tausq@debian.org>
10422
10423 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10424 (get_addr_of_sym): Remove duplicate print.
10425 (gen_core): xfail hppa*-*-hpux*, update expected output.
10426 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10427 * gdb.arch/pa64-nullify.s: New file.
10428
8f07f25a
RC
104292005-12-09 Randolph Chung <tausq@debian.org>
10430
10431 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10432
55b39184
DJ
104332005-12-07 Christophe Lyon <christophe.lyon@st.com>
10434
10435 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10436 code generation for these functions.
10437 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10438 error message.
10439
31e2b00f
AS
104402005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10441
10442 * gdb.base/help.exp (help b, help br, help bre, help brea)
10443 (help break): Update the expected message.
10444
c3d0b56e
SC
104452005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10446
10447 * gdb.asm/m68hc11.inc: Setup the data section.
10448 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10449 script for this test.
10450 (m6812-*-*): Likewise.
10451
36ae0ea9
RC
104522005-11-09 Randolph Chung <tausq@debian.org>
10453
10454 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10455
9d6f42e9
WZ
104562005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10457
10458 * gdb.base/break.exp: Fix a comment typo.
10459
e2126a14
EZ
104602005-11-03 Jim Blandy <jimb@redhat.com>
10461
a9c64011
AS
10462 Checked in by Elena Zannoni <ezannoni@redhat.com>
10463
889bf7c5 10464 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 10465
e0ac7199
CV
104662005-11-02 Corinna Vinschen <vinschen@redhat.com>
10467
10468 * gdb.arch/gdb1558.c: Include stdio.h.
10469
31d3fb18
MK
104702005-10-31 Mark Kettenis <kettenis@gnu.org>
10471
10472 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10473
e52b687c
MK
104742005-10-31 Mark Kettenis <kettenis@gnu.org>
10475
10476 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10477
f4711d79
PG
104782005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10479
a9c64011
AS
10480 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10481 vscr" tests to better match output.
f4711d79 10482
987a9106
JB
104832005-10-12 Jim Blandy <jimb@redhat.com>
10484
10485 * gdb.base/structs.exp (any): New function.
10486 (test_struct_returns): Don't make any assumptions at all about
10487 what value the function returns when GDB can't set the return
10488 value.
10489
2336bb58
JB
104902005-10-09 Joel Brobecker <brobecker@adacore.com>
10491
10492 * gdb.ada/arrayidx/p.adb: New file.
10493 * gdb.ada/arrayidx.exp: New testcase
10494
104952005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
10496
10497 * gdb.ada/array_return/pck.ads: New file.
10498 * gdb.ada/array_return/pck.adb: New file.
10499 * gdb.ada/array_return/p.adb: New file.
10500 * gdb.ada/array_return.exp: New testcase.
10501
705335ea
JB
105022005-10-03 Joel Brobecker <brobecker@adacore.com>
10503
a9c64011
AS
10504 * gdb.base/arrayidx.c: New file.
10505 * gdb.base/arrayidx.exp: New testcase.
705335ea 10506
11ee9940
NR
105072005-09-29 Nick Roberts <nickrob@snap.net.nz>
10508
10509 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10510 frames-invalid and breakpoints-invalid are no longer generated
10511 with level 3 so don't expect them in the output.
10512
39fb8e9e
BR
105132005-09-27 Bob Rossi <bob@brasko.net>
10514
a9c64011 10515 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
10516 from test. Escape the | in mi_gdb_test call.
10517 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10518 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10519 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10520 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10521 expected regex's in mi_gdb_test calls.
10522 * lib/mi-support.exp: Remove arbitrary .* from tests.
10523 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10524 Fully anchor GDB/MI expected results in mi_gdb_test.
10525 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10526 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10527
2af48f68
PB
105282005-09-26 Paul Brook <paul@codesourcery.com>
10529
10530 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10531
f34502bc
WZ
105322005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10533
10534 * bfp-test.c: New file.
10535 * bfp-test.exp: New testcase.
10536
ca929517
WZ
105372005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10538
10539 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10540 of subarray and substring variable.
10541 * gdb.fortran/subarray.f: New source file for the test of subarray
10542 and substring variable evaluation.
10543 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10544 of string constant.
10545
c761af65
DJ
105462005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10547
10548 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10549 copyright dates.
10550
561d7a1d
PG
105512005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10552
10553 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10554 powerpc altivec' test with an almost identical 'info vector' test.
10555
b2b64cc9
PG
105562005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10557
a9c64011
AS
10558 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10559 vscr" tests to match output.
b2b64cc9 10560
6ac4d15a
PG
105612005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10562
a9c64011
AS
10563 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10564 output.
6ac4d15a 10565
40e55bef
BR
105662005-09-11 Bob Rossi <bob@brasko.net>
10567
889bf7c5
PA
10568 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10569 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10570 commands that return an MI output command and an asyncronous MI output
10571 command.
40e55bef
BR
10572 * gdb.mi/mi-console.exp: Ditto.
10573
3c7385ec
BR
105742005-09-11 Bob Rossi <bob@brasko.net>
10575
10576 * gdb.mi/mi-var-child.c: Include <string.h>.
10577
a6cd0eb3
DJ
105782005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10579
10580 * killed.exp: Correct gdb_expect syntax.
10581
2f168eed
CV
105822005-08-09 Corinna Vinschen <vinschen@redhat.com>
10583
10584 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10585
ecd3fd0f
BR
105862005-08-02 Bob Rossi <bob@brasko.net>
10587
10588 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10589 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10590 Change tests to inferior-tty-set/show.
10591 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10592 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10593 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10594 inferior. Use mi_gdb_test to get GDB and Inferior output.
10595 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10596 descriptor.
10597 (mi_inferior_tty_name): Add inferior PTY file name.
10598 (mi_gdb_start): Add INFERIOR_PTY parameter.
10599 (mi_gdb_test): Add IPATTERN parameter.
10600
f1ea48cb 106012005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 10602
f1ea48cb
BR
10603 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10604 parameter to mi_gdb_test.
10605 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10606
6e650a67
DJ
106072005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10608
10609 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10610 struct_declarations.
10611 * gdb.mi/mi-var-child.exp: Step over the initialization of
10612 struct_declarations.
10613
8be260b6
DJ
106142005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10615
10616 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10617 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10618 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10619 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10620 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10621 file.
10622
4e660f07
NR
106232005-07-27 Nick Roberts <nickrob@snap.net.nz>
10624
10625 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10626 (do_children_tests): Assign values to the extra elements.
10627
10628 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10629 them for tests for "-var-update --no-values" and
a9c64011 10630 "-var-update --all-values".
4e660f07
NR
10631 Add test for "-var-list-children --simple-values".
10632
10633 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10634
10635 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10636 "-stack-list-locals --simple-values" Improve doc strings and
10637 comments.
10638
6bdae935
MK
106392005-07-18 Mark Kettenis <kettenis@gnu.org>
10640
598b7a6f
MK
10641 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10642 *-*-openbsd*.
10643 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10644
6bdae935
MK
10645 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10646 sigaltsatck'.
10647
1323e929 106482005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 10649
1323e929
BR
10650 * gdb.base/default.exp (tty): Changed output of command.
10651 * gdb.base/help.exp (help tty): Ditto.
10652
b1a9c082
MK
106532005-07-12 Mark Kettenis <kettenis@gnu.org>
10654
10655 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10656
10a844a2
MK
106572005-07-10 Mark Kettenis <kettenis@gnu.org>
10658
10659 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10660 -stack-select-frame without arguments.
10661 (test_stack_frame_listing): Add test for newly implemented command
10662 -stack-info-frame.
10663
3cb3b8df
BR
106642005-07-06 Bob Rossi <bob@brasko.net>
10665
10666 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10667 command.
10668 (Copyright): Update copyright.
10669
a0c5fbcf
WZ
106702005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10671
10672 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10673 tests to evaluate exponentiation expression.
10674
984971d0
AS
106752005-06-29 Andreas Schwab <schwab@suse.de>
10676
10677 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10678 main to avoid warnings.
10679
10680 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10681
fe03833f
NR
106822005-06-20 Nick Roberts <nickrob@snap.net.nz>
10683
10684 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10685 -stack-select-frame without arguments.
10686 (test_stack_frame_listing): Add test for newly implemented command
10687 -stack-info-frame.
a9c64011 10688
7a55f279
WZ
106892005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10690
0ffa0ea5
DJ
10691 * gdb.fortran/array-element.f: New file.
10692 * gdb.fortran/array-element.exp: New testcase.
7a55f279 10693
26585198
DJ
106942005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10695
10696 * gdb.base/bigcore.exp: Correct checks for systems which can
10697 not dump a large core file.
10698
c1bd25fd
DJ
106992005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10700
10701 * gdb.base/relocate.c: Add a copyright notice.
10702 (dummy): Remove.
10703 * gdb.base/relocate.exp: Test printing the values of variables
10704 from a relocatable file.
10705
589e074d
DJ
107062005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10707
10708 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10709 excess MI output after an error.
10710
0915f927
JB
107112005-05-29 Joel Brobecker <brobecker@adacore.com>
10712
10713 * gdb.arch/alpha-step.c: New file.
10714 * gdb.arch/alpha-step.exp: New testcase.
10715
76ff342d
DJ
107162005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10717 Dennis Brueni <dennis@slickedit.com>
10718
10719 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10720 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10721 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10722 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10723 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10724 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10725 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10726
96b0c7ac
DJ
107272005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10728 Wu Zhou <woodzltc@cn.ibm.com>
10729
10730 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10731 IBM's xlc compiler.
10732 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10733 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10734
f21565d2
JB
107352005-05-13 Jim Blandy <jimb@redhat.com>
10736
10737 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10738 calling gdb_suppress_entire_file.
10739 * gdb.base/charset.exp: Same.
10740 * gdb.base/call-rt-st.exp: Same.
10741
6006a3a1
BR
107422005-05-05 Bob Rossi <bob_rossi@cox.net>
10743
10744 * lib/gdb.exp (fullname_syntax): Added global regex.
10745 (fullname_syntax_POSIX): Ditto.
10746 (fullname_syntax_UNC): Ditto.
10747 (fullname_syntax_DOS_CASE): Ditto.
10748 (fullname_syntax_DOS): Ditto.
10749 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10750 fullname_syntax variable to scope and use it.
10751 (test_file_list_exec_source_files): Ditto.
10752 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10753
c3b69c04
DJ
107542005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10755
10756 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10757
3c95e6af
PG
107582004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10759
a9c64011
AS
10760 * lib/gdb.exp (skip_altivec_tests): New function, based on
10761 check_vmx_hw_available from the GCC testsuite.
10762 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10763 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 10764
78df6c56
JB
107652005-05-02 Jim Blandy <jimb@redhat.com>
10766
10767 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10768 calling gdb_suppress_entire_file.
10769
1690f9cf
DJ
107702005-04-30 Randolph Chung <tausq@debian.org>
10771
10772 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10773 Slightly relax "sem_post" name checking.
10774
5ea106f7
PG
107752005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10776
10777 * gdb.base/unload.exp: Use new shared library infrastructure.
10778
bf7234cf
PG
107792005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10780
10781 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 10782 infrastructure.
bf7234cf 10783
547b869a
CV
107842005-04-29 Corinna Vinschen <vinschen@redhat.com>
10785
10786 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10787 * gdb.asm/h8300.inc: New file.
10788
f07e55f0
PG
107892005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10790
10791 * gdb.base/shlib-call.exp: Change to use new shared library
10792 infrastructure.
10793
3cbba3d1
PG
107942005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10795
a9c64011
AS
10796 * gdb.base/pending.exp: Change to use new shared library
10797 infrastructure.
3cbba3d1 10798
ed6df200
PG
107992005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10800
a9c64011
AS
10801 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10802 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 10803
8c8f4ebe
PG
108042005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
10805
a9c64011
AS
10806 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10807 shared objects being adjusted and update copyright years.
8c8f4ebe 10808
607fbc54
DJ
108092005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
10810
10811 * ChangeLog: Correct some 2003-01-13 dates.
10812 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10813 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10814 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10815 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10816 gdb.trace/tfind.exp: Update copyright years.
10817
57bf0e56
DJ
108182005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
10819 Daniel Jacobowitz <dan@codesourcery.com>
10820
10821 * lib/gdb.exp (gdb_compile): Handle shlib=.
10822 (gdb_compile_shlib): New function.
10823
9b593790
PG
108242005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
10825
a9c64011 10826 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 10827
9494c6a5
DJ
108282005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10829
10830 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
10831 gdb.server.
10832 * configure.ac: Likewise.
10833 * configure: Regenerated.
10834 * gdb.gdbserver/Makefile.in: Moved to...
10835 * gdb.server/Makefile.in: ... here.
10836 * gdb.gdbserver/server.c: Moved to...
10837 * gdb.server/server.c: ... here.
10838 * gdb.gdbserver/server-run.exp: Moved to...
10839 * gdb.server/server-run.exp: ... here.
10840
6f8eac0e
DJ
108412005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10842
10843 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
10844 * configure.ac: Create gdb.gdbserver/Makefile.
10845 * configure: Regenerated.
10846 * lib/gdbserver-support.exp: New file, derived from
10847 config/gdbserver.exp.
10848 * config/gdbserver.exp: Use gdbserver-support.exp.
10849 * gdb.gdbserver/Makefile.in: New file.
10850 * gdb.gdbserver/server.c: New file.
10851 * gdb.gdbserver/server-run.exp: New file.
10852
6e87504d
PG
108532005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
10854
a9c64011
AS
10855 * lib/gdb.exp (test_compiler_info): Return compiler_info
10856 if no arguments are given.
6e87504d 10857
d1779be4
PG
108582005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
10859
10860 * gdb.arch/altivec-abi.exp: Check for compiler and set
10861 use altivec' flag accordingly.
10862 * gdb.arch/altivec-regs.exp: Likewise.
10863
88750304
DJ
108642005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
10865
10866 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
10867
f3fb768d
AS
108682005-03-27 Andreas Schwab <schwab@suse.de>
10869
10870 * gdb.base/bigcore.c (main): Add missing mode argument in open
10871 call.
10872
7e813ac5
DJ
108732005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
10874
10875 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
10876 downloads.
10877 * config/gdbserver.exp (gdb_load): Likewise.
10878
8e3049aa
PB
108792005-03-14 Paul Brook <paul@codesourcery.com>
10880
10881 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
10882 targets.
10883
a9df7c44
JB
108842005-03-09 Joel Brobecker <brobecker@adacore.com>
10885
10886 * gdb.dwarf2/dup-psym.S: New file.
10887 * gdb.dwarf2/dup-psym.exp: New testcase.
10888
9f0d94e8
JB
108892005-03-09 Joel Brobecker <brobecker@adacore.com>
10890
10891 * gdb.ada/exec_changed/first.adb: New file.
10892 * gdb.ada/exec_changed/second.adb: New file.
10893 * gdb.ada/exec_changed.exp: New testcase.
10894
5f579bc5
NS
108952005-03-08 Nathan Sidwell <nathan@codesourcery.com>
10896
36e9969c
NS
10897 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
10898 (A2): New class.
10899 (main): Test operator+.
10900 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
10901 breakpoint test.
10902
5f579bc5
NS
10903 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10904 * gdb.base/signull.exp: Disable if gdb,nosignals.
10905 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10906 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10907 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10908 * gdb.mi/mi2-console.exp: Likewise.
10909 * gdb.trace/collection.exp (run_trace_experiment): Consume the
10910 continue output at start.
10911 (gdb_collect_locals_test): Robustify regexp.
10912 * gdb.trace/passc-dyn.exp: Fix comment typo.
10913 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10914
be46087e
CV
109152005-03-08 Corinna Vinschen <vinschen@redhat.com>
10916
10917 * gdb.asm/asm-source.exp: Add iq2000 case.
10918 * gdb.asm/iq2000.inc: New file.
10919
384e1a61 109202005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 10921
384e1a61
MI
10922 * gdb.base/command.exp: Change hardcoded value to regular expression.
10923 * gdb.base/float.exp: Add powerpc to the list of targets checked.
10924
584b6e9e
DJ
109252005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
10926
10927 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10928 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10929 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10930 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10931 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10932
ab5b5d61
MK
109332005-03-05 Mark Kettenis <kettenis@gnu.org>
10934
10935 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10936 changes.
10937
ae051c1b
PG
109382004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
10939
a9c64011
AS
10940 * lib/compiler.c: Add test for IBM's xlc compiler.
10941 * lib/compiler.cc: Likewise.
ae051c1b 10942
3f0f6ed2
JB
109432004-02-24 Joel Brobecker <brobecker@adacore.com>
10944
10945 * gdb.ada/fixed_points.exp: Create compilation object directory
10946 before running the test.
10947 * gdb.ada/null_record.exp: Likewise.
10948 * gdb.ada/packed_array.exp: Likewise.
10949 * gdb.ada/start.exp: Likewise.
10950
724f452b
JB
109512005-02-15 Joel Brobecker <brobecker@adacore.com>
10952
10953 * gdb.ada/packed_array/pa.adb: New file.
10954 * gdb.ada/packed_array.exp: New testcase.
10955
57f5cdfb 109562005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 10957
1f393151
MK
10958 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
10959 files.
10960
ebdda337
MK
10961 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
10962 on *-*-openbsd*. Correctly match whitespace in regukar
10963 expressions.
10964
cf309262
DJ
109652005-02-10 Daniel Jacobowitz <dan@debian.org>
10966
10967 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
10968 PR exp/1821
10969 * gdb.base/gdb1821.c: New test file.
10970 * gdb.base/gdb1821.exp: New test file.
10971
3be49e7a
JB
109722005-02-09 Joel Brobecker <brobecker@adacore.com>
10973
10974 * gdb.base/start.c: New file.
10975 * gdb.base/start.exp: New testcase.
10976
e292e67d
JB
109772005-02-09 Joel Brobecker <brobecker@adacore.com>
10978
10979 * gdb.ada/start/dummy.adb: New file.
10980 * gdb.ada/start.exp: New testcase.
10981
dbdfa66c
CV
109822005-02-09 Corinna Vinschen <vinschen@redhat.com>
10983
10984 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
10985 for printing symbols and statistics.
10986 Add test for using relative pathnames in "maint print msymbols" test.
10987 Mark "maint info sections DATA" XFAIL on Cygwin.
10988 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
10989 tests.
10990
d7941671
AC
109912005-02-09 Andreas Schwab <schwab@suse.de>
10992
10993 Committed by Andrew Cagney <cagney@gnu.org>
10994 * gdb.base/remotetimeout.exp: New file.
10995
74e5ef44
MK
109962005-02-07 Mark Kettenis <kettenis@gnu.org>
10997
10998 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
10999
464dd14d
JB
110002005-02-03 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.ada/gnat_ada.gpr: New file.
11003 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11004 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11005 * configure.ac: No longer generate gnat_ada.gpr.
11006 * configure: Regenerate.
11007 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11008 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11009 * gdb.ada/null_record/bar.ads: Likewise.
11010 * gdb.ada/null_record/bar.adb: Likewise.
11011 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11012 * gdb.ada/null_record.exp (testdir): New variable.
11013 (testfile): executable is now in testdir subdirectory.
11014 (srcfile): Use full path to the main compilation unit.
11015 * gdb.ada/fixed_points.exp: Same changes as above.
11016
30d756ae
NR
110172005-02-03 Nick Roberts <nickrob@snap.net.nz>
11018
11019 * gdb.base/interp.exp: New test.
11020
9d799f85
AC
110212005-01-24 Andrew Cagney <cagney@gnu.org>
11022
11023 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11024
15656118
AC
110252005-01-19 Andrew Cagney <cagney@gnu.org>
11026
a892c31b
AC
11027 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11028 configure.ac not configure.in.
11029
15656118
AC
11030 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11031 of powerpc*-*-*.
11032 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 11033 * gdb.base/list.exp (test_list_function)
15656118
AC
11034 (test_list_filename_and_function): Ditto.
11035 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11036
a7b01baf
AC
110372005-01-16 Andrew Cagney <cagney@gnu.org>
11038
17d92a02
AC
11039 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11040
a7b01baf
AC
11041 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11042
bc8332bb
AC
110432005-01-14 Andrew Cagney <cagney@gnu.org>
11044
11045 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11046 * gdb.mi/mi2-var-cmd.exp: Ditto.
11047
4d074752
CV
110482005-01-10 Corinna Vinschen <vinschen@redhat.com>
11049
11050 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11051
bec39cab
AC
110522005-01-07 Andrew Cagney <cagney@gnu.org>
11053
11054 * configure.ac: Rename configure.in, require autoconf 2.59.
11055 * configure: Re-generate.
11056 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11057 * gdb.stabs/configure: Re-generate.
11058 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11059 * gdb.hp/configure: Re-generate.
11060 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11061 autoconf 2.59.
11062 * gdb.hp/gdb.objdbg/configure: Re-generate.
11063 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11064 autoconf 2.59.
11065 * gdb.hp/gdb.defects/configure: Re-generate.
11066 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11067 autoconf 2.59.
11068 * gdb.hp/gdb.compat/configure: Re-generate.
11069 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11070 autoconf 2.59.
11071 * gdb.hp/gdb.base-hp/configure: Re-generate.
11072 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11073 autoconf 2.59.
11074 * gdb.hp/gdb.aCC/configure: Re-generate.
11075
f10b16d4
JB
110762004-12-15 Jim Blandy <jimb@redhat.com>
11077
11078 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11079 under NPTL when there is debugging info available for libpthread.
11080
fb6e1814
JG
110812004-12-13 Jerome Guitton <guitton@gnat.com>
11082
11083 * gdb.ada/fixed_points.c: New file.
11084 * gdb.ada/fixed_points.exp: New file.
11085
fe46cd3a
RC
110862004-12-03 Randolph Chung <tausq@debian.org>
11087
11088 * gdb.arch/pa-nullify.exp: New file.
11089 * gdb.arch/pa-nullify.s: New file.
11090
8de0841b
RC
110912004-11-30 Randolph Chung <tausq@debian.org>
11092
11093 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11094 instead of "tbug". Fix regexp to work properly with gdb_test.
11095
c8170782
PH
110962004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11097
11098 * gdb.base/bitfields2.exp: New test.
11099 * gdb.base/bitfields2.c: New file.
11100
954269c2
RE
111012004-11-28 Richard Earnshaw <rearnsha@arm.com>
11102
11103 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11104
0107feed
RC
111052004-11-16 Randolph Chung <tausq@debian.org>
11106
11107 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11108
f073ae8c
DJ
111092004-11-14 Daniel Jacobowitz <dan@debian.org>
11110
11111 * gdb.threads/threadapply.exp: Correct "macro details" test.
11112
19ad59e7
JJ
111132004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11114
11115 * gdb.threads/threadapply.exp: New test.
11116 * gdb.threads/threadapply.c: New file.
11117
9cf0961b
MK
111182004-11-07 Mark Kettenis <kettenis@gnu.org>
11119
11120 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11121 frames.
11122
c789492a
FL
111232004-11-05 Felix Lee <felix+log1@specifixinc.com>
11124
11125 * gdb.base/cursal.exp: New file.
11126 * gdb.base/cursal.c: New file.
11127
a1e167bb
AC
111282004-11-03 Andrew Cagney <cagney@gnu.org>
11129
11130 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11131
b7cbf173
MK
111322004-10-30 Mark Kettenis <kettenis@gnu.org>
11133
11134 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11135 NetBSD/ELF targets.
11136
88f9d34f
JB
111372004-10-29 Joel Brobecker <brobecker@gnat.com>
11138
11139 * gdb.threads/bp_in_thread.c: New file, copied from
11140 pthread_cond_wait.c.
11141 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11142 file, rather than reusing the .c file from another testcase.
11143
ca7d6a0c
JB
111442004-10-20 Joel Brobecker <brobecker@gnat.com>
11145
11146 * gdb.ada/null_record.exp: Check where we stopped after
11147 sending the start command, instead of where the associated
11148 temporary breakpoint was inserted.
11149
0d863d03
AC
111502004-10-14 Andrew Cagney <cagney@gnu.org>
11151
11152 * gdb.mi/gdb701.c (main): Return 0.
11153
d11e72cb
DJ
111542004-10-13 Daniel Jacobowitz <dan@debian.org>
11155
d40539a4 11156 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 11157
e1923096
JJ
111582004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11159
11160 * gdb.threads/schedlock.c: Add comment markers to use to find
11161 line numbers.
11162 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11163 comments.
11164 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11165 breakpoint lines.
11166
ec8ba2c9
DJ
111672004-10-12 Daniel Jacobowitz <dan@debian.org>
11168
11169 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11170
0eb3658b
DJ
111712004-10-12 Daniel Jacobowitz <dan@debian.org>
11172
11173 * configure.in: Add gdb.dwarf2.
11174 * configure: Regenerated.
11175 * Makefile.in: Add gdb.dwarf2.
11176 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11177 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11178 gdb.dwarf2/file1.txt: New files.
11179
a271cc33
OF
111802004-10-11 Orjan Friberg <orjanf@axis.com>
11181
a9c64011 11182 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
11183 of "run", since the latter doesn't work with remote targets. Adjust
11184 the breakpoint numbering accordingly.
11185 * gdb.threads/pthread_cond_wait.exp: Ditto.
11186
895ce074
MC
111872004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11188
11189 * gdb.base/overlays.exp: Update copyright years.
11190
6be3092d
KI
111912004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11192
11193 * gdb.base/overlays.exp: Disable if target is Linux.
11194
e05389b8
FL
111952004-10-06 Felix Lee <felix+log1@specifixinc.com>
11196
11197 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11198
73cb587d
KI
111992004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11200
11201 * gdb.asm/asm-source.exp: Add m32r-linux target.
11202 * gdb.asm/m32r-linux.inc: New file.
11203
3c0edcdc
AC
112042004-09-24 Andrew Cagney <cagney@redhat.com>
11205 David Anderson <anderson@redhat.com>
11206
11207 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11208 command fails, assume things will work.
11209 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11210 (_GNU_SOURCE): Define.
11211 (print_unsigned, print_hex): Change parameter to "long long".
11212 (print_byte_count): New function, use to print byte counts.
11213 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11214 O_LARGEFILE.
11215 (main): Compute an upper bound on a corefile in max_core_size.
11216 Limit memory chunk size to max_core_size. Limit total memory
11217 allocated to max_core_size.
11218
4bb3667f
AC
112192004-09-23 Andrew Cagney <cagney@gnu.org>
11220
11221 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11222 from a separate process with code that creates a corefile by
11223 making the inferior dump core.
11224
60fe1a51
MK
112252004-09-23 Mark Kettenis <kettenis@gnu.org>
11226
11227 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11228 block.
11229
8e937346
MC
112302004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11231
11232 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11233 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11234 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11235 Likewise.
11236
7213f6d6
JJ
112372004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11238
11239 * gdb.java/jprint.exp: New test case for java inferior call.
11240 * gdb.java/jprint.java: Ditto.
11241
eac69dca
JB
112422004-09-15 Joel Brobecker <brobecker@gnat.com>
11243
11244 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11245
22227696
MC
112462004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11247
11248 * gdb.threads/killed.c: Include <stdlib.h>.
11249 * gdb.threads/pthreads.c: Likewise.
11250
7dd403a4
MC
112512004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11252
11253 * gdb.threads/killed.c: Add copyright notice.
11254
33f2d567
JM
112552004-09-10 Jason Molenda (jmolenda@apple.com)
11256
a9c64011
AS
11257 * gdb.base/define.exp: Two new tests to verify zero space chars
11258 after 'if' and 'while' commands in a user-defined command is correctly
11259 parsed.
33f2d567 11260
e05b62ac
AC
112612004-09-08 Andrew Cagney <cagney@gnu.org>
11262
11263 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11264 delivery test with duplicate at end of file.
11265
9cbe82da
MK
112662004-09-06 Mark Kettenis <kettenis@jive.nl>
11267
11268 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11269
564803d9
MC
112702004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11271
11272 * config/hppro.exp: Removed.
11273
7c6807ce
MC
112742004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11275
11276 * config/sparclet.exp: Removed.
11277
bf7e26dd
MC
112782004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11279
11280 * config/udi.exp: Removed.
11281
714e341b
MC
112822004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11283
11284 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11285 of "exp_continue".
11286 (advancei): Likewise.
11287
1236e623
JJ
112882004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11289
11290 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11291
3bdcad15
MI
112922004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11293
228af206 11294 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
11295 to check for nodebug in executable.
11296 * gdb.gdb/observer.exp (setup_test): Likewise.
11297 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11298 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11299
c72b934c
AC
113002004-09-01 Andrew Cagney <cagney@gnu.org>
11301
11302 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11303 files.
11304
edd9b715
JJ
113052004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11306
11307 * gdb.base/unload.exp: Fix expected warning message to match
11308 latest format.
11309
fb4ce06b
CV
113102004-09-01 Corinna Vinschen <vinschen@redhat.com>
11311
11312 * gdb.base/call-rt-st.exp: Fix typos.
11313
ce78e7c3
MI
113142004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11315
11316 * gdb.threads/thread_check.exp: New testcase.
11317 * gdb.threads/thread_check.c: New testcase.
11318
2dedb159
AC
113192004-08-31 Andrew Cagney <cagney@gnu.org>
11320
11321 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11322 (skip_to_handler_entry): New procedures. Test stepping into a
11323 handler when the breakpoint is at the handler's entry point.
11324
68f53502
AC
113252004-08-30 Andrew Cagney <cagney@gnu.org>
11326
11327 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11328 gdb/1757.
11329
3e3ffd2b
MC
113302004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11331
11332 With code from Manoj Iyer <manjo@austin.ibm.com>:
11333 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11334 return value. Add an arm for "no debugging symbols found".
11335 Change a stray "error" to "perror".
11336 (gdb_run_cmd): Adapt to new return value.
11337 * gdb.base/remote.exp: Adapt to new return value.
11338 * gdb.gdb/complaints.exp: Likewise.
11339 * gdb.gdb/observer.exp: Likewise.
11340 * gdb.gdb/selftest.exp: Likewise.
11341 * gdb.gdb/xfullpath.exp: Likewise.
11342
4b6f5fd2
JB
113432004-08-27 Joel Brobecker <brobecker@gnat.com>
11344
11345 * gdb.threads/bp_in_thread.exp: New testcase.
11346
e5b25496
MC
113472004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11348
11349 Fix PR testsuite/1735.
11350 * gdb.threads/schedlock.c (thread_function): Add a cast
11351 to suppress a gcc warning.
11352 * gdb.threads/thread-specific.c (thread_function): Likewise.
11353
934353d6
MC
113542004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11355
11356 * gdb.base/unload.c: Include <stdlib.h>.
11357
f98a0aef 113582004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 11359
f98a0aef 11360 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
11361 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11362 synchronized after the "return".
11363
5a2e8882
MC
113642004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11365
11366 * gdb.mi/basics.c: Include <stdio.h>.
11367 * gdb.mi/pthreads.c: Include <stdlib.h>.
11368 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11369
a9640423
MC
113702004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11371
11372 * gdb.threads/schedlock.c: Add copyright notice.
11373
b04e311d
AC
113742004-08-25 Andrew Cagney <cagney@gnu.org>
11375
11376 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11377 (skip_over_handler, breakpoint_over_hander): New test procedures.
11378 (advance, advancei): Add a proper prefix, do not use
11379 rerun_to_main.
11380 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11381
7c27f15b
MC
113822004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11383
11384 * gdb.mi/basics.c: Add copyright notice.
11385 * gdb.mi/var-cmd.c: Add copyright notice.
11386
fffc87ae
MC
113872004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11388
11389 * lib/gdb.exp: Remove signed_keyword_not_used.
11390 * lib/compiler.c: Likewise.
11391 * lib/compiler.cc: Likewise.
11392
d782e0bf
MC
113932004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11394
11395 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11396 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11397
96033e83
MC
113982004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11399
11400 * gdb.base/whatis.c: Add copyright notice.
11401
cf38c229
MK
114022004-08-20 Mark Kettenis <kettenis@gnu.org>
11403
11404 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11405 it to skip the breakpoints encoded in the inline assembly.
11406
f4b49756
MC
114072004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11408
11409 * Makefile.in: Add gdb.fortran.
11410
2f193b69
MC
114112004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11412
11413 * gdb.base/call-sc.exp (test_scalar_returns):
11414 Fix cut-and-paste glitch in "Make fun return now".
11415
89a237cb
MC
114162004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11417
11418 * configure.in: Add gdb.fortran.
11419 * configure: Regenerate.
11420 * gdb.fortran/Makefile.in: New file.
11421 * lib/gdb.exp (skip_fortran_tests): New procedure.
11422
469aff8e
MC
114232004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11424
11425 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11426 reference to bug-gnu@prep.ai.mit.edu.
11427 * gdb.mi/mi-var-child.exp: Likewise.
11428 * gdb.mi/mi-var-cmd.exp: Likewise.
11429 * gdb.mi/mi-var-display.exp: Likewise.
11430 * gdb.mi/mi2-var-block.exp: Likewise.
11431 * gdb.mi/mi2-var-child.exp: Likewise.
11432 * gdb.mi/mi2-var-cmd.exp: Likewise.
11433 * gdb.mi/mi2-var-display.exp: Likewise.
11434
00b51b9f
MK
114352004-08-15 Mark Kettenis <kettenis@gnu.org>
11436
11437 * gdb.base/unload.c (main): Make local variable msg const.
11438
45f07fef
MC
114392004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11440
11441 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11442 to bug-gnu@prep.ai.mit.edu.
11443 * gdb.mi/mi-disassemble.exp: Likewise.
11444 * gdb.mi/mi-eval.exp: Likewise.
11445 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11446 default line number.
11447 * gdb.mi/mi-return.exp: Likewise.
11448 * gdb.mi/mi-simplerun.exp: Likewise.
11449 * gdb.mi/mi-stack.exp: Likewise.
11450 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11451 number with explicit range test.
11452 * gdb.mi/mi-watch.exp: Likewise.
11453 * gdb.mi/mi2-break.exp: Likewise.
11454 * gdb.mi/mi2-cli.exp: Likewise.
11455 * gdb.mi/mi2-disassemble.exp: Likewise.
11456 * gdb.mi/mi2-eval.exp: Likewise.
11457 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11458 default line number.
11459 * gdb.mi/mi2-return.exp: Likewise.
11460 * gdb.mi/mi2-simplerun.exp: Likewise.
11461 * gdb.mi/mi2-stack.exp: Likewise.
11462 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11463 number with explicit range test.
11464 * gdb.mi/mi2-watch.exp: Likewise.
11465
dd8c8ee7
MC
114662004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11467
11468 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11469 * gdb.cp/m-static.exp: Likewise.
11470 * gdb.cp/rtti.exp: Likewise.
11471
4e838464
MK
114722004-08-14 Mark Kettenis <kettenis@gnu.org>
11473
11474 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11475
8d8cb839
EZ
114762004-08-14 Eli Zaretskii <eliz@gnu.org>
11477
11478 * ChangeLog: Prefix Local Variables with semi-colons and indent
11479 the reference to older ChangeLog files, to fix fontification in
11480 Emacs.
11481
deea8bb0
MC
114822004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11483
11484 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11485 * gdb.mi/mi2-break.exp: Likewise.
11486
c3297504
MC
114872004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11488
11489 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11490
25808999
MC
114912004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11492
11493 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11494
226a8d71
MC
114952004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11496
11497 * gdb.cp/classes.exp: Remove unused declarations. Just let
11498 test names default instead of providing special names. Remove
11499 extraneous demangler test.
11500
37fdf854
JJ
115012004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11502
11503 * gdb.base/unload.exp: New test for breakpoints in dynamically
11504 loaded libraries.
11505 * gdb.base/unload.c: Ditto.
11506 * gdb.base/unloadshr.c: Ditto.
11507
2d3a7986
MC
115082004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11509
11510 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11511 cp_test_ptype_class.
11512 (test_enums): Likewise.
11513
c72b934c
AC
115142004-08-10 Andrew Cagney <cagney@gnu.org>
11515
11516 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11517 files.
11518
cc503c8a
AC
115192004-08-10 Andrew Cagney <cagney@gnu.org>
11520
11521 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11522 init_malloc call.
11523
902f2ccb
MC
115242004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11525
11526 * ChangeLog: Add copyright notice. The notice is copied
11527 from emacs 21.3 top level ChangeLog.
11528
78c90502
MC
115292004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11530
11531 * lib/cp-support.exp: New file.
11532 * lib/cp-support.exp (cp_test_type_class): New function.
11533 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11534 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11535 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11536 cp_test_ptype_class.
11537
88e5ea78
MC
115382004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11539
11540 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11541 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11542 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11543 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11544 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11545 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11546 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11547 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11548 gdb.mi/mi2-watch.exp: Update copyright years.
11549
6a89fc9c
MK
115502004-08-09 Mark Kettenis <kettenis@gnu.org>
11551
11552 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11553
1482e0de
MC
115542004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11555
11556 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11557 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11558 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11559 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11560 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11561 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11562 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11563 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11564 gdb.mi/mi-watch.exp: Update copyright years.
11565
1a5ce3f3
DJ
115662004-08-08 Daniel Jacobowitz <dan@debian.org>
11567
11568 PR gdb/1738
11569 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11570 from a breakpoint with a pending signal.
11571
04f6ecf2
DJ
115722004-08-08 Daniel Jacobowitz <dan@debian.org>
11573
11574 PR gdb/1736
11575 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11576 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11577 the prompt.
11578 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11579
54d90d35
DJ
115802004-08-08 Daniel Jacobowitz <dan@debian.org>
11581
11582 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11583
d2f6abb0
DJ
115842004-08-08 Daniel Jacobowitz <dan@debian.org>
11585
11586 PR gdb/1736
11587 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11588 for i?86-*-linux*.
11589
5598c03d
DJ
115902004-08-08 Daniel Jacobowitz <dan@debian.org>
11591
11592 * gdb.arch/i386-prologue.exp: Compile without debug information.
11593
c6fee705
MC
115942004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11595
11596 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11597 rather than asking gdb to search.
11598
dd90efdb
MC
115992004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11600
11601 * gdb.base/gcore.c: Include <string.h>.
11602
1e84bec1
MC
116032004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11604
11605 * gdb.base/gcore.c: Add copyright notice.
11606
e425eb2b
MC
116072004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11608
11609 * gdb.base/freebpcmd.c: Include <stdio.h>.
11610 * gdb.base/long_long.c: Include <string.h>.
11611 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11612 * gdb.base/siginfo.c: Include <string.h>.
11613 * gdb.base/sigstep.c: Include <string.h>.
11614
cb9aaed5
MC
116152004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11616
11617 * gdb.base/complex.c: Include <stdlib.h>.
11618
55944f3d
MC
116192004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11620
11621 * gdb.base/complex.c: Add copyright notice.
11622
7b2953d9
MC
116232004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11624
11625 * gdb.base/charset.c: Include <stdlib.h>.
11626
c9133d23
MC
116272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11628
11629 * gdb.base/auxv.c: Include <stdlib.h>.
11630
0a8490ad
MC
116312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11632
11633 * gdb.base/auxv.c: Add copyright notice.
11634
3426d5ec
MC
116352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11636
11637 * gdb.base/coremaker.c: Add copyright notice.
11638 * gdb.base/coremaker2.c: Add copyright notice.
11639
8da195dd
AC
116402004-08-04 Andrew Cagney <cagney@gnu.org>
11641
11642 * gdb.base/store.exp: Update copyright.
11643 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11644 names, do not import gdb_prompt.
11645
8d394f98
AC
116462004-08-01 Andrew Cagney <cagney@gnu.org>
11647
11648 Fix PR testsuite/1729.
11649 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11650 not use capture_value with value 4.
11651 (capture_value): Add optional test name parameter.
11652 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11653 the prefix, pass to capture_value.
11654
b6702b23
MK
116552004-08-01 Mark Kettenis <kettenis@gnu.org>
11656
11657 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11658 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11659 (main): Call new function.
11660
c203e0ca
MC
116612004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11662
11663 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11664
a7995a30
MC
116652004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11666
11667 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11668
9366563b
MC
116692004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11670
b6eeaf26 11671 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
11672 Accept more values of vtbl pointer. Remove some messages
11673 about "obsolete gcc or gdb".
11674
2fc1f950
MC
116752004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11676
11677 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11678
c724d49b
MC
116792004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11680
11681 * gdb.base/asm-source.exp: Properly convert target board
11682 debug flags from gcc format to binutils format.
11683
736b0fce
MK
116842004-07-28 Mark Kettenis <kettenis@gnu.org>
11685
11686 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11687 gdb1718". PR backtrace/1718 partially fixed.
11688
5633ea5c
JJ
116892004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11690
11691 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11692
575eebb1
NC
116932004-07-26 Nick Clifton <nickc@redhat.com>
11694
11695 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11696 good default value for a specific architecture is available then
11697 set it to that value. Otherwise default to the -gstabs switch.
11698 Remove the -g... switches from the asm-flags variable. Allow the
11699 target board info to override the value if it wants to. Pass the
11700 switch on the assembler command line.
11701
62104619
MK
117022004-07-23 Mark Kettenis <kettenis@gnu.org>
11703
11704 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11705 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11706 (main): Call new function.
11707
4a1135b8
MC
117082004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11709
11710 Test for PR exp/1715.
11711 * gdb.base/radix.exp: Refactor common procedures. Make all
11712 test names unique. Change XFAIL to KFAIL.
11713
8a12c1f0
MC
117142004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11715
11716 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11717 * gdb.ada/gnat_ada.gin: ... to here.
11718 * configure.in: Use gnat_ada.gin.
11719 * configure: Regenerate.
11720
23b451cf
AC
117212004-07-20 Andrew Cagney <cagney@gnu.org>
11722
11723 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11724 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11725 XFAILs. Clean up test messages and comments. Check backtraces.
11726 Delete re-sync code.
11727
ab618a02
MC
117282004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11729
11730 Fix PR cli/740.
11731 * gdb.base/annota1.exp: Honor gdb,nosignals.
11732 * gdb.base/annota3.exp: Likewise.
11733
46dad340
MC
117342004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11735
11736 * lib/java.exp: Update copyright notice.
11737
756d8c70
AC
117382004-07-19 Andrew Cagney <cagney@gnu.org>
11739
11740 * gdb.base/selftest.exp: Copy file from here ...
11741 * gdb.gdb/selftest.exp: ... to here.
11742
586027e6
AC
117432004-07-16 Andrew Cagney <cagney@redhat.com>
11744
11745 * lib/insight-support.exp: Delete file.
11746 * lib/java.exp (java_init): Fix copyright.
11747
029d2200
AC
117482004-07-16 Andrew Cagney <cagney@gnu.org>
11749
11750 * gdb.base/restore.c: Append "prologue" to comments marking the a
11751 function's prologue.
11752 * gdb.base/restore.exp: Update copyright, re-indent.
11753 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11754 callerN" prefix where needed. Update patterns that match a
11755 function's prologue.
11756
653b62c5
MC
117572004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11758
11759 * gdb.base/restore.c: Add copyright notice.
11760
f7d690e5
AC
117612004-07-16 Andrew Cagney <cagney@gnu.org>
11762
11763 * gdb.base/logical.exp: Update copyright.
11764 (evaluate): New procedure. Use to re-implement tests using
11765 several tables.
11766
d629a7cb
MH
117672004-07-14 Martin Hunt <hunt@redhat.com>
11768
11769 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11770 which fixes some problems where init.tcl was not found.
11771
9c7bb332
AC
117722004-07-13 Andrew Cagney <cagney@gnu.org>
11773
6bf46641
AC
11774 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11775 (check_sizeof, check_valueof): Do not include the output in the
11776 test name. Use gdb_test.
11777 (get_valueof): Use gdb_test_multiple.
11778
c4ffd4c0
AC
11779 * gdb.base/step-test.exp: Update copyright. Use
11780 gdb_test_multiple. Ensure that test names do not include
11781 architecture dependent output.
11782
ab89363a
AC
11783 * gdb.gdb/observer.exp: Update copyright.
11784 (setup_test): Use gdb_test_multiple.
11785 (attach_first_observer, attach_second_observer)
11786 (attach_third_observer, detach_first_observer)
11787 (detach_second_observer, detach_third_observer)
11788 (reset_counters, check_counters): Make $message a prefix.
11789 (test_normal_stop_notifications): Add "args" parameter - a list of
11790 init functions to be called. Make $message a prefix,
11791 (test_observer_normal_stop): Change the message prefixes so that
11792 they are unique, pass the attach / detach procedures to
11793 test_normal_stop_notifications.
11794
ec58997a
AC
11795 * gdb.base/signull.exp (test_segv): Prefix all tests with
11796 "${name}". Clean up test messages.
11797
b475183b
AC
11798 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11799
9c7bb332
AC
11800 * gdb.base/ena-dis-br.exp: Update copyright.
11801 (break_at): New function. Replace send_gdb with gdb_test,
11802 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11803 ignore count, not stopped at bpt", with KFAIL.
11804
2dd95497
CV
118052004-07-13 Corinna Vinschen <vinschen@redhat.com>
11806
11807 * gdb.base/attach.exp: Remove cleanupfile handling.
11808
419e626b
AC
118092004-07-12 Andrew Cagney <cagney@gnu.org>
11810
11811 * gdb.base/annota1.exp: Cleanup corefile test name.
11812 * gdb.base/annota3.exp: Ditto.
11813
8b1b3228
AC
118142004-07-12 Andrew Cagney <cagney@gnu.org>
11815
78650829
AC
11816 * gdb.base/signals.exp: Clean up copyright, re-indent.
11817
8b1b3228
AC
11818 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11819 gdb_test and gdb_test_multiple.
11820
935c2760
JJ
118212004-07-08 Jeff Johnston <jjohnstn@redhat.com>
11822
11823 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 11824 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
11825 provide line number info for first statement in main.
11826
1544280f
AC
118272004-07-08 Andrew Cagney <cagney@gnu.org>
11828
1279f4ff
AC
11829 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
11830
1544280f
AC
11831 * gdb.base/sigbpt.exp: Make the common part of each test name a
11832 prefix instead of suffix.
11833
bcc82369
BR
118342004-07-07 Bob Rossi <bob_rossi@cox.net>
11835
11836 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
11837 test from test_tbreak_creation_and_listing to
11838 test_file_list_exec_source_file
11839 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
11840 Changed name of test from test_tbreak_creation_and_listing to
11841 test_file_list_exec_source_file
11842
23f4b0aa
JJ
118432004-07-07 Jeff Johnston <jjohnstn@redhat.com>
11844
11845 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
11846 the jmisc() constructor instead of <init>.
11847 * gdb.java/jmisc1.exp: Ditto.
11848
56401cd5
AC
118492004-07-07 Andrew Cagney <cagney@gnu.org>
11850
11851 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
11852 corrupting the PC.
11853
44ae2f6a
MC
118542004-07-06 Michael Chastain <mec.gnu@mindspring.com>
11855
11856 * gdb.cp/templates.exp: Accept whitespace change in demangler
11857 output.
11858
45a83408
AC
118592004-07-06 Andrew Cagney <cagney@gnu.org>
11860
11861 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
11862
d205ad70
MC
118632004-07-02 Michael Chastain <mec.gnu@mindspring.com>
11864
11865 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
11866 * lib/compiler.cc: Likewise.
11867
06ea1a61
MC
118682004-06-30 Michael Chastain <mec.gnu@mindspring.com>
11869
11870 * lib/compiler.cc: Work around string preprocessing problem
11871 with old hp c++ compiler.
11872 * lib/compiler.c: Likewise.
11873
daab1251
CV
118742004-06-29 Corinna Vinschen <vinschen@redhat.com>
11875
11876 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
11877 directives to conditionalize symbol prefixing.
11878 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
11879 additional_flags handling. Add underscore prefix for Cygwin.
11880 * gdb.arch/i386-unwind.c: Use preprocessor directives to
11881 conditionalize symbol prefixing.
11882 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
11883 additional_flags handling. Add underscore prefix for Cygwin.
11884
cc984116
CV
118852004-06-29 Corinna Vinschen <vinschen@redhat.com>
11886
11887 * gdb.base/bigcore.exp: Skip test on Cygwin.
11888
c279b077
MC
118892004-06-28 Michael Chastain <mec.gnu@mindspring.com>
11890
11891 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
11892 formats for "info register". Use gdb_test_multiple. Fix
11893 the "invalid register" test.
11894
0e915747
CV
118952004-06-28 Corinna Vinschen <vinschen@redhat.com>
11896
11897 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
11898 PID for Cygwin. Add Cygwin specific strings to check for in some
11899 tests.
11900 (do_attach_tests): Add a test for user interaction when attaching
11901 to a process with no matching symbol table already loaded.
11902
11422c86
AC
119032004-06-26 Andrew Cagney <cagney@gnu.org>
11904
11905 Test PR java/1567 and PR java/1565.
11906 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11907 * gdb.java/jmisc2.exp: Delete file.
11908
cefbce26
MC
119092004-06-26 Michael Chastain <mec.gnu@mindspring.com>
11910
11911 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11912
e19f872c
CV
119132004-06-25 Corinna Vinschen <vinschen@redhat.com>
11914
11915 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11916 attach process.
11917
d931ba3b
MC
119182004-06-23 Michael Chastain <mec.gnu@mindspring.com>
11919
11920 * gdb.cp/pr-1553.exp: Remove.
11921
aef68c48
MC
119222004-06-22 Michael Chastain <mec.gnu@mindspring.com>
11923
11924 * gdb.cp/pr-1553.cc: Remove.
11925 * gdb.cp/pr-1553.exp: Disable this test.
11926
8d5df71a
JB
119272004-06-20 Jim Blandy <jimb@redhat.com>
11928
a9c64011 11929 Fix PR testsuite/1680.
8d5df71a
JB
11930 * gdb.arch/i386-sse.exp: Properly quote curly braces in
11931 regular expressions.
11932
4ac6f39d
MC
119332004-06-19 Michael Chastain <mec.gnu@mindspring.com>
11934
11935 Fix PR testsuite/1679.
11936 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11937 Issue an UNSUPPORTED result instead.
11938
1b413552
JB
119392004-06-18 Jim Blandy <jimb@redhat.com>
11940
11941 * gdb.base/charset.exp: Only send a control-C if we see a new
11942 prompt and incomplete command.
11943
6daa6ebd
MC
119442004-06-18 Michael Chastain <mec.gnu@mindspring.com>
11945
11946 * gdb.cp/pr-574.cc: Add copyright notice.
11947
51fa4ae0
JB
119482004-06-17 Jim Blandy <jimb@redhat.com>
11949
11950 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
11951 cases where the regexp has no groups; this grabs random text from
11952 the previous test suite, whatever that was.
11953
8fea26c5
MC
119542004-06-17 Michael Chastain <mec.gnu@mindspring.com>
11955
11956 * gdb.cp/printmethod.cc: Add copyright notice.
11957
1e3aeb41
MC
119582004-06-16 Michael Chastain <mec.gnu@mindspring.com>
11959
11960 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
11961
9d9030bc
AC
119622004-06-16 Andrew Cagney <cagney@gnu.org>
11963
11964 * gdb.base/signull.c: Update copyright. Include <string.h>.
11965 (bowler): Replace data_pointer with data_read
11966 and data_write cases. Add code_descriptor case.
11967 (zero, desc): New array and pointer.
11968 (data, code): Change to simple pointers.
11969 * gdb.base/signull.exp: Fix probe pattern matching a function
11970 descriptor SIGSEGV. Replace data_pointer with data_read and
11971 data_write tests.
11972
acd4ad44
AC
119732004-06-16 Andrew Cagney <cagney@gnu.org>
11974
11975 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
11976
08fd625c
MC
119772004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11978
11979 * gdb.base/long_long.c: Add copyright notice.
11980
1903502c
MC
119812004-06-15 Michael Chastain <mec.gnu@mindspring.com>
11982
11983 * gdb.base/long_long.exp: Remove reference to
11984 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
11985 to gdb_breakpoint and gdb_continue_to_breakpoint.
11986
83313cb1
JB
119872004-06-14 Jim Blandy <jimb@redhat.com>
11988
11989 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
11990 endian case.
11991
1bf404ef
AC
119922004-06-14 Andrew Cagney <cagney@gnu.org>
11993
11994 * gdb.base/gcore.exp (capture_command_output): Delete the always
11995 passing tests containing inferior values.
11996 * gdb.base/ending-run.exp: Do not include the breakpoint address
11997 in the test message. Update copyright.
11998 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
11999 size in the test name, use gdb_test_multiple. Update copyright.
12000
ef220b33
MC
120012004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12002
12003 * gdb.cp/ref-types.cc: Add copyright notice.
12004
4f70a4c9
MC
120052004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12006
12007 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12008 hp_aCC_compiler.
12009 * lib/compiler.cc: Likewise.
12010 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12011 'set' commands. Log diagnostics for other lines. Set
12012 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12013
335928ac
MC
120142004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12015
12016 * gdb.cp/try_catch.cc: Add copyright notice.
12017
2efb12e8
MC
120182004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12019
12020 * gdb.cp/userdef.cc: Add copyright notice.
12021
0bbed51a
MC
120222004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12023
12024 * gdb.cp/virtfunc.cc: Add copyright notice.
12025
e12a46c9
RC
120262004-06-11 Randolph Chung <tausq@debian.org>
12027
12028 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12029 problem.
12030
338e05af
AC
120312004-06-10 Andrew Cagney <cagney@gnu.org>
12032
12033 * lib/compiler.cc, lib/compiler.c: Append either
12034 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12035 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12036 instead of gcc-3-3.
12037
dc3f10cb
AC
120382004-06-09 Andrew Cagney <cagney@gnu.org>
12039
b4d946af
AC
12040 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12041 gdb/1455, bug is specific to "long long" and "double".
a9c64011 12042
dc3f10cb
AC
12043 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12044 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12045 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12046 fixed.
12047
b5c0bfa2
AC
120482004-06-09 Andrew Cagney <cagney@gnu.org>
12049
12050 * gdb.base/structs.exp (test_struct_returns): Replace
12051 "return_value_unknown" and "finish_value_unknown" by
12052 "return_value_known" and "finish_value_known". Instead of
12053 "return_value_unknown" iff "finish_value_unknown", check
12054 "return_value_known" implies "finish_value_known".
12055
caeb605f
MH
120562004-06-08 Martin Hunt <hunt@redhat.com>
12057
12058 * gdb.base/float.exp: Add pattern for mips targets.
12059
c892bb64
RC
120602004-06-08 Randolph Chung <tausq@debian.org>
12061
12062 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12063 message for unknown architectures more clear.
12064
48306d3e
JB
120652004-06-08 Joel Brobecker <brobecker@gnat.com>
12066
12067 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12068 start the execution of the program.
12069
83ecb59f
JB
120702004-06-07 Jim Blandy <jimb@redhat.com>
12071
12072 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12073 * gdb.arch/i386-cpuid.h: New helper file.
12074
55264cb4
RC
120752004-06-07 Randolph Chung <tausq@debian.org>
12076
12077 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12078 has started.
12079
23cadb28
RM
120802004-06-04 Roland McGrath <roland@redhat.com>
12081
12082 Fix PR gdb/1647.
12083 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12084 differently to be robust to output buffering differences.
12085
51d01eda
MC
120862004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12087
12088 * gdb.threads/pthreads.exp: Update copyright years.
12089 (check_control_c): Change asynchronous 'after' to synchronous.
12090
f4fc3b93
RM
120912004-06-04 Roland McGrath <roland@redhat.com>
12092
12093 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12094 next gdb prompt.
12095
4013522b
MC
120962004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12097
12098 Fix PR gdb/1636.
12099 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12100 calls to synchronous.
12101
7a8f1e6b
JB
121022004-05-26 Jim Blandy <jimb@redhat.com>
12103
12104 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12105
81bb3443
RC
121062004-05-24 Randolph Chung <tausq@debian.org>
12107
12108 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12109 * gdb.asm/pa.inc: New file.
12110
8f5a3103
MK
121112004-05-22 Mark Kettenis <kettenis@gnu.org>
12112
12113 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12114
734b8fe8 121152004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 12116 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
12117
12118 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12119 GDB prompt.
12120
725603e1
UW
121212004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12122
f4fc3b93 12123 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
12124 setjmp/longjmp. Use sigaction instead of signal.
12125
8b923272 121262004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 12127 Michael Snyder <msnyder@redhat.com>
8b923272
JB
12128
12129 * gdb.threads/pthread_cond_wait.c: New file.
12130 * gdb.threads/pthread_cond_wait.exp: New testcase.
12131
8bfabb04
AC
121322004-05-13 Andrew Cagney <cagney@redhat.com>
12133
12134 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12135 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12136
42edda50
AC
121372004-05-11 Andrew Cagney <cagney@redhat.com>
12138
12139 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12140 fixed but revealed gdb/1639.
12141
d303a6c7
AC
121422004-05-10 Andrew Cagney <cagney@redhat.com>
12143
12144 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12145 func1" and "next to 2nd alarm", kernel bug avoided.
12146
bf08c2a1
DJ
121472004-05-10 Daniel Jacobowitz <dan@debian.org>
12148
12149 PR external/1568
12150 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12151 XFAIL if it is smaller than bytes_allocated.
12152 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12153 (main): Make chunks_allocated unsigned. Correct comment.
12154
c0586a34
JB
121552004-05-07 Joel Brobecker <brobecker@gnat.com>
12156
12157 * gdb.arch/powerpc-aix-prologue.c: New file.
12158 * gdb.arch/powerpc-aix-prologue.exp: New file.
12159
f2785d12
JB
121602004-05-07 Jim Blandy <jimb@redhat.com>
12161
12162 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12163 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12164
bd7f6e30
JB
121652004-05-06 Joel Brobecker <brobecker@gnat.com>
12166
12167 * gdb.base/sep.exp: No longer setup_kfail when the program was
12168 built with dwarf2.
12169
0a5e7efe
JI
121702004-05-05 Jim Ingham <jingham@apple.com>
12171
12172 * gdb.base/pending.exp: Make sure pending breakpoints
12173 preserve the ignore count.
f4fc3b93 12174
a8958849
MK
121752004-04-27 Jerome Guitton <guitton@gnat.com>
12176
12177 * i386-prologue.exp: Add testcase for jump instruction as first
12178 instruction of the real code.
12179 * i386-prologue.c (jump_at_beginning): New function.
12180
7e103f5b
MK
121812004-04-28 Mark Kettenis <kettenis@gnu.org>
12182
12183 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12184 x86_64-*-*.
12185
5d38b224
MK
121862004-04-28 Mark Kettenis <kettenis@gnu.org>
12187
12188 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12189 i*86-*-*.
12190
0ef32fd9
MK
121912004-04-25 Mark Kettenis <kettenis@gnu.org>
12192
12193 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12194 expression that checks the return type.
12195
71d7dd7c
AC
121962004-04-23 Andrew Cagney <cagney@redhat.com>
12197
12198 * gdb.base/call-sc.exp: New test of scalar call/return values.
12199 * gdb.base/call-sc.c: Ditto.
12200
1e9f977e
JJ
122012004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12202
12203 * gdb.threads/manythreads.c: Reduce thread stack size.
12204
899d9e3a
JJ
122052004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12206
12207 * gdb.threads/manythreads.c: Add copyright notice.
12208
61bcae62
AC
122092004-04-23 Andrew Cagney <cagney@redhat.com>
12210
12211 * gdb.base/siginfo.exp: Better handle step out of signal.
12212 * gdb.base/sigstep.exp: Ditto.
12213
7339a42e 122142004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 12215 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
12216
12217 * gdb.threads/manythreads.c: New testcase.
12218 * gdb.threads/manythreads.exp: Ditto.
12219
5c98409b
JB
122202004-04-22 Jim Blandy <jimb@redhat.com>
12221
12222 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12223 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12224
3b611f1a
MC
122252004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12226
12227 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12228
f0fd9238
AC
122292004-04-21 Andrew Cagney <cagney@redhat.com>
12230
12231 * gdb.base/sigstep.c: New file.
12232 * gdb.base/sigstep.exp: New file.
12233
90990674
JB
122342004-04-16 Joel Brobecker <brobecker@gnat.com>
12235
12236 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12237 call to observer_notify_normal_stop.
12238
78cef34b
AC
122392004-04-15 Andrew Cagney <cagney@redhat.com>
12240
12241 * gdb.base/siginfo.c: New file.
12242 * gdb.base/siginfo.exp: New file.
12243
d2343407
JB
122442004-04-12 J. Brobecker <brobecker@gnat.com>
12245
12246 * gdb.base/sep.exp: Fix typo in comment.
12247
a2dba3c8
JB
122482004-04-12 J. Brobecker <brobecker@gnat.com>
12249
12250 * gdb.base/sep.c: New file.
12251 * gdb.base/sep-proc.c: New file.
12252 * gdb.base/sep.exp: New testcase.
12253
15f7b60e
MK
122542004-04-09 Mark Kettenis <kettenis@gnu.org>
12255
12256 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12257 support.
12258
44f4de1a
AC
122592004-04-05 Andrew Cagney <cagney@redhat.com>
12260
12261 * gdb.base/sigaltstack.c: New file.
12262 * gdb.base/sigaltstack.exp: New file.
12263
ef04f396
JB
122642004-04-04 Joel Brobecker <brobecker@gnat.com>
12265
12266 * gdb.base/foll-fork.exp: Update the expected output for
12267 "help set follow-fork-mode", to match a change that was made
12268 to the help of this variable on 2004-01-13.
12269
d40d2c92
JB
122702004-04-01 Joel Brobecker <brobecker@gnat.com>
12271
12272 * lib/ada.exp: Add copyright notice.
12273 * bar.ads: Likewise.
12274 * bar.adb: Likewise.
12275 * null_record.adb: Likewise.
12276 * null_record.exp: Likewise.
12277 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12278
f86ef5a3
JB
122792004-04-01 Joel Brobecker <brobecker@gnat.com>
12280
12281 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12282 * configure: Regenerate.
12283
414e70e3
JB
122842004-04-01 Joel Brobecker <brobecker@gnat.com>
12285
12286 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12287 to build the application. Remove the message printed when in
12288 verbose mode, redundant with the UNSUPPORTED message above.
12289
f0aaee49
JB
122902004-03-31 Joel Brobecker <brobecker@gnat.com>
12291
12292 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12293 * gdb.ada (null_record.exp): New testcase.
12294
ac81cb54
JB
122952004-03-31 Joel Brobecker <brobecker@gnat.com>
12296
12297 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12298
854af2f7
JB
122992004-03-31 Joel Brobecker <brobecker@gnat.com>
12300
12301 * gdb.ada: New subdirectory.
12302 * gdb.ada/Makefile.in: New file.
12303 * gdb.ada/gnat_ada.gpr.in: New file.
12304
034cb681
JB
123052004-03-31 Joel Brobecker <brobecker@gnat.com>
12306
12307 * lib/ada.exp: New file.
12308
78a1a894
DJ
123092004-03-24 Daniel Jacobowitz <drow@mvista.com>
12310
12311 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12312 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12313
4b2b3b3e
AC
123142004-03-22 Andrew Cagney <cagney@redhat.com>
12315
12316 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12317 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12318 Problem identified by Ulrich Weigand.
12319
23c73aa3
DC
123202004-03-17 David Carlton <carlton@kealia.com>
12321
12322 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12323 PR c++/826.
12324
d63a86f8
RM
123252004-03-16 Roland McGrath <roland@redhat.com>
12326
12327 * gdb.base/auxv.exp: New file.
12328 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12329
0e02aa50
DC
123302004-03-12 David Carlton <carlton@kealia.com>
12331
12332 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12333 * gdb.cp/pr-1553.cc: Ditto.
12334 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12335 pass branch.
12336
c20b71be
MC
123372004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12338
12339 * gdb.cp/templates.exp: Accept more template types.
12340
c7414a01
MC
123412004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12342
12343 From Corinna Vinschen with modifications.
12344 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12345 local variable obj_with_enum.
12346 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12347 results with obj_with_enum.
12348
ed69573c
MC
123492004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12350
12351 * gdb.cp/classes.cc: New file, copied from misc.cc.
12352 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12353
28301461
MC
123542004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12355
12356 * gdb.cp/misc.cc: Add copyright notice.
12357
1198ecbe
DC
123582004-03-05 David Carlton <carlton@kealia.com>
12359
12360 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12361 * gdb.cp/rtti.h: Update copyright.
12362 (namespace n2::n3): New.
12363 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12364 (n2::n3::func3): New.
12365 (main): Call n2::n3::func3.
12366 * gdb.cp/rtti2.cc: Update copyright.
12367 (n2::create3): New.
12368
9e08c470
MK
123692004-03-04 Mark Kettenis <kettenis@gnu.org>
12370
12371 * gdb.asm/openbsd.inc: Fix typo.
12372
4bebc3aa
FF
123732004-03-03 Fred Fish <fnf@redhat.com>
12374
12375 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12376 "val" instead of unused "size". Update copyright year.
12377
6ea9fb37
DJ
123782004-02-29 Daniel Jacobowitz <drow@mvista.com>
12379
12380 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12381 to use unsigned char.
12382 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12383 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12384
23b23974
DJ
123852004-02-29 Daniel Jacobowitz <drow@mvista.com>
12386
12387 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12388 line of output.
12389
7574fd53
DJ
123902004-02-28 Daniel Jacobowitz <drow@mvista.com>
12391
12392 * gdb.base/relocate.c (dummy): Initialize.
12393
a195357f
DJ
123942004-02-28 Daniel Jacobowitz <drow@mvista.com>
12395
12396 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12397 a breakpoint at exit.
12398
72fd54a9
FF
123992004-02-27 Fred Fish <fnf@redhat.com>
12400
12401 * gdb.base/chng-syms.exp: Add expect condition to match failing
12402 case that isn't a timeout.
12403
b9d23137
AC
124042004-02-27 Andrew Cagney <cagney@redhat.com>
12405
12406 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12407 support.
12408
15d208f6 124092004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 12410
15d208f6
FF
12411 * gdb.arch/gdb1431.c: Remove.
12412 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12413 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12414 of "until" incorrectly.
12415
98f9cd2d
JB
124162004-02-26 J. Brobecker <brobecker@gnat.com>
12417
12418 * gdb.cp/class2.cc (empty): New class.
12419 (refer): New function.
12420 (main): Declare an object of type empty and use it.
12421 * gdb.cp/class2.exp: Print the value of an object of type empty.
12422
9b50c11b
JJ
124232004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12424
12425 * gdb.base/langs.exp: Update query string to match the
12426 new nquery format used for pending breakpoints.
12427
0dcd613f
AC
124282004-02-26 Andrew Cagney <cagney@redhat.com>
12429
12430 Fix PR i18n/1570.
12431 * gdb.base/charset.c: Update copyright notice.
12432 (main, init_string): Remove the escape character '\e' tests.
12433 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12434 * gdb.base/charset.exp (valid_host_charset): Ditto.
12435 * gdb.base/setvar.exp: Ditto.
12436
b8a56647
AC
124372004-02-24 Andrew Cagney <cagney@redhat.com>
12438
90d59e34
AC
12439 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12440 mmapped data in core file" PASS and FAIL messages consistent.
12441
b8a56647
AC
12442 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12443 setting a breakpoint. Work around PR java/1565.
12444
9f27c604
JJ
124452004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12446
12447 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12448 new nquery format.
12449 * gdb.base/pending.exp: Ditto.
12450
3224a706
MK
124512004-02-22 Mark Kettenis <kettenis@gnu.org>
12452
12453 * configure.in: Run stabs tests on *BSD.
12454 * configure: Regenerated.
12455
41e0a9ca
MK
124562004-02-21 Mark Kettenis <kettenis@gnu.org>
12457
12458 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12459
1e1b3428
FF
124602004-02-20 Fred Fish <fnf@redhat.com>
12461
12462 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12463 blank in test for "returns short", for consistency with other
12464 "returns xxx" tests. Update copyright year.
12465
f9a7572a
FF
124662004-02-19 Fred Fish <fnf@redhat.com>
12467
12468 New testcase for PR breakpoint/1558.
12469 * gdb.arch/gdb1558.exp: New file.
12470 * gdb.arch/gdb1558.c: New file.
12471
b2ce2854
EZ
124722004-02-19 Elena Zannoni <ezannoni@redhat.com>
12473
12474 * gdb.base/nodebug.exp: Fix typo.
12475
e7c9ff01
JB
124762004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12477
12478 Committed by Jim Blandy <jimb@redhat.com>.
12479
62f4b920
JB
12480 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12481
2db536a1
JB
12482 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12483
e7c9ff01
JB
12484 * gdb.base/float.exp: Support s390*-*-* targets.
12485
f3205b34
AF
124862004-02-17 Adam Fedor <fedor@gnu.org>
12487
12488 * gdb.base/gdb1555.exp: New file.
12489 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12490
9d62932d
EZ
124912004-02-17 Elena Zannoni <ezannoni@redhat.com>
12492
12493 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12494
344c9711
FF
124952004-02-16 Fred Fish <fnf@redhat.com>
12496
12497 * gdb.arch/gdb1291.c: Remove
12498 * gdb.arch/gdb1291.s: New test input file.
12499 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12500 fail. Test for correct result, known incorrect result, other
12501 failures and timeouts.
12502
2d822687
AC
125032004-02-16 Andrew Cagney <cagney@redhat.com>
12504
12505 * gdb.base/bigcore.exp: New file.
12506 * gdb.base/bigcore.c: New file.
12507
dac15b66
AC
125082004-02-13 Andrew Cagney <cagney@redhat.com>
12509
12510 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12511 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12512 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12513 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12514 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12515 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12516 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12517 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12518 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12519 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12520
6bdfc2c4
JJ
125212004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12522
12523 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12524 executed is an alloc instruction.
12525
87b3ede8
DC
125262004-02-11 David Carlton <carlton@kealia.com>
12527
12528 * gdb.cp/breakpoint.exp: New.
12529 * gdb.cp/breakpoint.cc: New.
12530
6e19e2bf
MC
125312004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12532
12533 Partial fix for PR gdb/1543.
12534 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12535 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12536 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12537 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12538 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12539 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12540 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12541 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12542 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12543 to bug-gdb@prep.ai.mit.edu .
12544 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12545 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12546 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12547 Likewise.
12548
5c5455dc
AC
125492004-02-10 Andrew Cagney <cagney@redhat.com>
12550
12551 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12552 using gdb_internal_error_resync.
12553
9cf689d7
DJ
125542004-02-09 Daniel Jacobowitz <drow@mvista.com>
12555
12556 * gdb.threads/thread-specific.exp: Stop early if no threads are
12557 found.
12558
d2dc51db
MC
125592004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12560
12561 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12562
14b1a056
DJ
125632004-02-08 Daniel Jacobowitz <drow@mvista.com>
12564
12565 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12566 breakpoints.
12567
83f66e8f
DJ
125682004-02-07 Daniel Jacobowitz <drow@mvista.com>
12569
12570 * config/sim.exp (gdb_load): Handle $arg == "".
12571 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12572 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12573
30fc0091
EZ
125742004-02-07 Elena Zannoni <ezannoni@redhat.com>
12575
a9c64011
AS
12576 * gdb.base/maint.exp: Update test to reflect
12577 obstack changes.
30fc0091 12578
4d806929
JJ
125792004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12580
12581 * gdb.base/pendshr.c (pendfunc): New function that calls
12582 pendfunc1.
12583 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12584
7bfdd688
FF
125852004-02-04 Fred Fish <fnf@redhat.com>
12586
12587 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12588 function symbols and update copyright years.
12589 * gdb.arch/gdb1291.c: Ditto.
12590
aaa08ee4
MC
125912004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12592
12593 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12594
dbad7755
MC
125952004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12596
12597 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12598
ec4646ef
MC
125992004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12600
12601 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12602
1b802196
FF
126032004-02-02 Fred Fish <fnf@redhat.com>
12604
12605 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12606 remote targets. Update copyright years.
12607
18fe2033
JJ
126082004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12609
12610 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12611 support.
12612 * gdb.base/langs.exp: Fix test which attempts to create
12613 breakpoint on non-existent function to handle new pending
12614 support.
12615 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12616 a breakpoint.
12617 * gdb.base/pending.exp: New test.
12618 * gdb.base/pending.c: New file.
12619 * gdb.base/pendshr.c: Ditto.
12620
8d577d32
DC
126212004-02-02 David Carlton <carlton@kealia.com>
12622
12623 * gdb.cp/overload.exp: Add overloadNamespace tests.
12624 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12625 (overloadNamespace, XXX): New.
12626 (main): Call XXX::marker2.
12627
3ad13771
FF
126282004-02-01 Fred Fish <fnf@redhat.com>
12629
12630 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12631 * gdb.base/finish.exp: Ditto.
12632 * gdb.base/gcore.exp: Ditto.
12633 * gdb.base/huge.exp: Ditto.
12634 * gdb.base/info-proc.exp: Ditto.
12635 * gdb.base/return2.exp: Ditto.
12636 * gdb.threads/gcore-thread.exp: Ditto.
12637
44c75849
DJ
126382004-02-01 Daniel Jacobowitz <drow@mvista.com>
12639
12640 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12641
005bc093
MK
126422004-02-01 Mark Kettenis <kettenis@gnu.org>
12643
12644 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12645 that opening the file succeeds on OpenBSD.
12646
c47cebdb
DJ
126472004-02-01 Daniel Jacobowitz <drow@mvista.com>
12648
12649 * gdb.threads/thread-specific.c: New file.
12650 * gdb.threads/threads-specific.exp: New test script.
12651 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12652 to expect_out.
12653
5a01311c
MK
126542004-02-01 Mark Kettenis <kettenis@gnu.org>
12655
12656 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12657 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12658 only on the "print_small_structs from print_long_arg_list" test.
12659
ce22a4f1
DJ
126602004-02-01 Daniel Jacobowitz <drow@mvista.com>
12661
12662 * gdb.base/completion.exp: Kill a stray backslash.
12663
12664 From Jim Ingham <jingham@apple.com>:
12665 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12666 agrees with the result from sending a tab.
12667
abbab9d3
DJ
126682004-01-31 Daniel Jacobowitz <drow@mvista.com>
12669
12670 * gdb.base/chng-syms.exp: Remove stray newline.
12671
53904d1e
MK
126722004-01-31 Mark Kettenis <kettenis@gnu.org>
12673
12674 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12675 *-*-openbsd*.
12676 * gdb.asm/openbsd.inc: New file.
12677
3a4b3aac
MK
126782004-01-30 Mark Kettenis <kettenis@gnu.org>
12679
12680 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12681 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12682 *-*solaris2*. Remove commented out default settings for
12683 asm-flags. Replace gdb_compile with target_link.
12684
ebac27b4
MC
126852004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12686
12687 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12688 for all tests. Remove old hp-ux and cygnus xfail cases.
12689
d8679d84
PH
126902004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12691
12692 * gdb.base/chng-syms.exp: New file.
12693 * gdb.base/chng-syms.c: New file.
12694
0a55bc22
MC
126952004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12696
12697 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12698 Provide arms for current output in all my configurations.
12699
94b8e876
MC
127002004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12701
12702 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12703 * lib/compiler.cc: Likewise.
12704 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12705 get the right preprocessor. Eval the output directly. Remove
12706 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12707 hp_f77_compiler and hp_f90_compiler completely.
12708 (gdb_preprocess): Delete.
12709 (get_compiler): Delete.
12710
7cf03d44
MK
127112004-01-24 Mark Kettenis <kettenis@gnu.org>
12712
12713 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12714 <string.h>.
12715
68b6dce9
NR
127162004-01-24 Nick Roberts <nick@nick.uklinux.net>
12717
12718 * gdb.mi/mi-stack.exp: Update copyright.
12719
b368761e
DC
127202004-01-23 David Carlton <carlton@kealia.com>
12721
12722 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12723 test for cp_lookup_transparent_type.
12724 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12725 call them.
12726
f2061b53
DJ
127272004-01-23 Daniel Jacobowitz <drow@mvista.com>
12728
12729 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12730 after -var-update.
12731
37fc574a
DC
127322004-01-23 David Carlton <carlton@kealia.com>
12733
12734 * gdb.cp/namespace.cc (C::ensureRefs): New.
12735 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12736
8e94b928
NR
127372004-01-20 Nick Roberts <nick@nick.uklinux.net>
12738
12739 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12740 case "-stack-list-locals 2".
12741 * gdb.mi/mi-var-child.exp: Test for case
12742 "-var-list-children --all-values NAME".
12743
997b0952
MC
127442004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12745
12746 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12747
52470da3
MK
127482004-01-18 Mark Kettenis <kettenis@gnu.org>
12749
7049b4b8
MK
12750 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12751 used with gdb_test_multiple.
12752
52470da3
MK
12753 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12754 read at address 0. This fixes PR testsuite/1504.
12755
da6012e5
DJ
127562004-01-18 Daniel Jacobowitz <drow@mvista.com>
12757
12758 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12759 Remove downloading, guessing the host executable, the calls to
12760 gdb_file_cmd and gdb_target_cmd, and "load" support.
12761 (infer_host_exec): New function broken out from gdb_load.
12762 (gdb_load): New wrapper for gdbserver_gdb_load.
12763 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12764 gdb_target_cmd. Use -target-select.
12765 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12766 Download binaries to the host. Clear last_mi_remote_file when
12767 we load a new binary.
12768 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12769 call gdbserver_gdb_load and mi_gdb_target_cmd.
12770
32c70722
MC
127712004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12772
12773 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12774 type patterns.
12775
b0cecf36
MC
127762004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12777
12778 * gdb.cp/templates.exp: Fix typo in test name of
12779 "print Foo<volatile char*>::foo".
12780
4120d7e6
MC
127812004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12782
12783 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12784
f679e530
BE
127852004-01-16 Ben Elliston <bje@wasabisystems.com>
12786
12787 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12788 (clean mostlyclean): Remove empty rm.
12789
091c48f6
MC
127902004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12791
12792 * gdb.base/setvar.exp: Add copyright years.
12793
3e5fc8d2
DC
127942004-01-14 David Carlton <carlton@bactrian.org>
12795
12796 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12797 PR c++/1511 and update coment.
12798 * gdb.cp/templates.exp: Update patterns to match current output.
12799 If changes involve something other than whitespace, KFAIL
12800 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12801
63d06c5c
DC
128022004-01-14 David Carlton <carlton@kealia.com>
12803
12804 * gdb.cp/namespace.exp: Add tests involving classes defined within
12805 namespaces.
12806 * gdb.cp/namespace.cc (C::CClass): New.
12807 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12808
a51dab88
EZ
128092004-01-14 Elena Zannoni <ezannoni@redhat.com>
12810
12811 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12812 what debug info we have. Print a better message if something goes
12813 wrong while producing the separate debug info file.
12814
a476ccc9
MC
128152004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12816
12817 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12818
f453692c
MC
128192004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12820
12821 * gdb.base/callfuncs.c: Add copyright notice.
12822
f40063a5
MC
128232004-01-13 Michael Chastain <mec.gnu@mindspring.com>
12824
12825 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12826 inheritance. PR gdb/1498, PR gcc/13539.
12827
19ac3974
EZ
128282004-01-13 Elena Zannoni <ezannoni@redhat.com>
12829
a9c64011
AS
12830 * gdb.threads/gcore-thread.exp: Prefix name of binary with
12831 test specific name.
12832 * gdb.mi/gdb669.exp: Ditto.
12833 * gdb.mi/mi-pthreads.exp: Ditto.
12834 * gdb.mi/mi1-pthreads.exp: Ditto.
12835 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 12836
56c97c6e
MC
128372004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12838
12839 * gdb.cp/member-ptr.cc: Add copyright notice.
12840
a0644324
MC
128412004-01-12 Michael Chastain <mec.gnu@mindspring.com>
12842
12843 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
12844 some patterns for recent versions of gcc and hpacc. Delete
12845 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
12846 Delete tests that access a NULL pointer-to-member-data. This
12847 script is still disabled for gcc.
12848
32fabe09
EZ
128492004-01-12 Elena Zannoni <ezannoni@redhat.com>
12850
12851 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 12852 escaped correctly.
32fabe09 12853
1f8a6abb
EZ
128542004-01-12 Elena Zannoni <ezannoni@redhat.com>
12855
12856 * gdb.base/sepdebug.exp: New file.
12857 * gdb.base/sepdebug.c: New file.
12858 * lib/gdb.exp (separate_debug_filename): New procedure.
12859 (gdb_gnu_strip_debug): New procedure.
12860
48efe704
AC
128612004-01-12 Andrew Cagney <cagney@redhat.com>
12862
12863 * gdb.mi/ChangeLog: Delete file. Renamed to ...
12864 * gdb.mi/ChangeLog-1999-2003: New file.
12865
a9415475
AC
128662004-01-12 Andrew Cagney <cagney@redhat.com>
12867
12868 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
12869 "Renaming a directory to a non-empty directory returns ENOTEMPTY
12870 or EEXIST", treat EBUSY as an XFAIL.
12871
83b8cf9d
MC
128722004-01-11 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * gdb.base/scope.exp: Remove obsolete setup_xfail for
12875 hp_cc_compiler.
12876
9939d2a8
MC
128772004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12878
12879 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
12880 decorations.
12881
1ff8cadf
MC
128822004-01-10 Michael Chastain <mec.gnu@mindspring.com>
12883
12884 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
12885 and "(aCC)" decorations. Remove obsolete doco about old
12886 test results.
12887
6fa9022e
MC
128882004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12889
12890 * gdb.cp/exception.exp: Fix typo in doco.
12891
209721fe
MK
128922004-01-09 Mark Kettenis <kettenis@gnu.org>
12893
12894 * gdb.base/gdb1476.exp: Fix typo.
12895
ef11303e
MC
128962004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12897
12898 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
12899 file.
12900
041ab88c
MC
129012004-01-09 Michael Chastain <mec.gnu@mindspring.com>
12902
12903 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12904 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12905 Use gdb_compile. Remove restriction on gcc. Add some patterns
12906 for recent version of gdb. Delete second half, which was a copy
12907 of the first half with different build flags. This test is
12908 still disabled because it is still not ready for production.
12909
e36d075a
MC
129102004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12911
12912 * gdb.cp/exception.cc: Add copyright notice.
12913 * gdb.cp/exception.exp: Add a notice that this file is broken
12914 because of line number changes caused by addition of copyright
12915 notice.
12916
42b190ad
MC
129172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12918
12919 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12920 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12921
8f25f06b
MC
129222004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12923
12924 * gdb.cp/classes.exp: Accept gnu abi 2.
12925 * gdb.cp/derivation.exp: Likewise.
12926 * gdb.cp/overload.exp: Likewise.
12927 * gdb.cp/virtfunc.exp: Likewise.
12928
06ded8b8
MC
129292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12930
12931 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12932 semicolon after end of function.
12933
77c26ae3
MC
129342004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12935
12936 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12937 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
12938 boilerplate code for compiling and running the program under
12939 test. Add some string method tests.
12940
20757486
MC
129412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12942
12943 * gdb.cp/bs15503.cc: Add copyright notice.
12944 * gdb.cp/bs15503.exp: Adjust line number.
12945
0fd3b503
MC
129462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12947
12948 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
12949 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
12950
10d1bea8
MC
129512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12952
12953 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
12954 hp_cc_compiler.
12955
2789202a
MC
129562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12957
12958 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
12959 * gdb.cp/ctti.exp: Use the marker instead of "next".
12960 With gcc, run further before bailing.
12961
b862f14c
MC
129622004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12963
12964 * gdb.cp/cttiadd.cc: Add copyright notice.
12965 * gdb.cp/cttiadd1.cc: Likewise.
12966 * gdb.cp/cttiadd2.cc: Likewise.
12967 * gdb.cp/cttiadd3.cc: Likewise.
12968
96da2469
MC
129692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12970
12971 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
12972 Use gdb_test, gdb_test_multiple. Use floating-point values that
12973 have exact representations in IEEE-ish formats.
12974
053248ff
MC
129752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12976
12977 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
12978 compilers. Delete duplicate call to get_compiler_info.
12979 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
12980 * gdb.base/volatile.exp: Likewise.
12981
84acecdd
MK
129822004-01-07 Mark Kettenis <kettenis@gnu.org>
12983
12984 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
12985 memory at address 0.
12986
fe11a27f
MC
129872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12988
12989 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
12990 to test for hp-ux assembler. Fix copyright years.
12991
60ad077b
AC
129922004-01-07 Andrew Cagney <cagney@redhat.com>
12993
12994 * gdb.base/fileio.c (strerrno): Add "EBUSY".
12995
1c9b8f33
AC
129962004-01-07 Andrew Cagney <cagney@redhat.com>
12997
12998 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
12999 when creating the read-only file. From analysis by Roland McGrath
13000 and Elena Zannoni.
13001
753ccc7a
MC
130022004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13003
13004 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13005
eca3e36b
MC
130062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13007
13008 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13009 data pointers.
13010
f8d4bac4
MC
130112004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13012
13013 * gdb.cp/m-static.exp: Compile one source file at a time.
13014 Delete unused call to get_compiler_info.
13015
9b4e0f94
MC
130162004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13017
13018 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13019 * gdb.base/call-rt-st.exp: Likewise.
13020 * gdb.base/nodebug.exp: Likewise.
13021 * gdb.base/volatile.exp: Likewise.
13022 * gdb.cp/ref-types.exp: Likewise.
13023 * gdb.cp/templates.exp: Likewise.
13024
023c1024
MK
130252004-01-05 Mark Kettenis <kettenis@gnu.org>
13026
13027 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13028
19703c4a
MC
130292004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13030
13031 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13032 hppa*-hp-hpux*.
13033
18b67037
MK
130342004-01-04 Mark Kettenis <kettenis@gnu.org>
13035
ba6219c8
MK
13036 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13037 x86_64-*-*.
13038
18b67037
MK
13039 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13040 sparc64-*-* and sparc*-solaris2*.
13041
1bfbbb9d
MK
130422004-01-04 Mark Kettenis <kettenis@gnu.org>
13043
13044 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13045 return ${tests}" test. The ${tests} already mentions the
13046 filename.
13047
06846494
MC
130482004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13049
13050 * gdb.cp/local.exp: Accept gcc abi 2.
13051
3b0cb202
MC
130522004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13053
13054 * gdb.cp/templates.exp: Accept gcc abi 2.
13055
0643ec3f
MC
130562004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13057
13058 * lib/compiler.cc: Remove supports_template_debugging.
13059 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13060
d231d0b1
MC
130612004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13062
13063 * gdb.cp/namespace.exp: Accept gcc abi 2.
13064
44ffb27c
MC
130652004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13066
13067 * gdb.cp/method.exp: Accept gcc abi 2.
13068
184ad485
MC
130692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13070
13071 * gdb.cp/classes.exp: Generate identical results as old version.
13072 * gdb.cp/derivation.exp: Likewise.
13073 * gdb.cp/overload.exp: Likewise.
13074 * gdb.cp/virtfunc.exp: Likewise.
13075
116f09e7
MC
130762004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13077
13078 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13079 mysterious bug with sourceware version of expect.
13080
b1379776
MC
130812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13082
13083 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13084 current versions of gcc, including gcc abi 2. Remove gratuitous
13085 restart of test program. Use gdb_test_multiple and gdb_test for
13086 all tests. Add patterns to xfail missing "const" in "const char *"
13087 and kfail PR gdb/1155.
13088
6b7a4c0e
MC
130892004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13090
13091 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13092 current versions of gcc, including gcc abi 2. Remove gratuitous
13093 restart of test program. Use gdb_test_multiple and gdb_test for
13094 all tests. Add patterns to kfail PR gdb/1498.
13095
51615d72
MC
130962003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13097
13098 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13099 current versions of gcc, including gcc abi 2. Use "breakpoint"
13100 and "continue" instead of restarting the target program. Use
13101 gdb_test_multiple and gdb_test for all tests.
13102
7b79a9d7
MK
131032004-01-01 Mark Kettenis <kettenis@gnu.org>
13104
13105 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13106 for *-*-solaris2*.
13107
1cd3489f
MC
131082003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13109
13110 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13111 current versions of gcc, including gcc abi 2. Use "breakpoint"
13112 and "continue" instead of restarting the target program several
13113 times. Use gdb_test_multiple and gdb_test for all tests.
13114
850742db
MC
131152003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13116
13117 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13118 source files.
13119
eb4bbda8
MC
131202003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13121
13122 * gdb.base/environ.exp: Handle compiling test case from multiple
13123 source files.
13124
e42c7771
MC
131252003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13126
13127 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13128
80e4b428
JB
131292003-12-17 Jim Blandy <jimb@redhat.com>
13130
5f06973a
JB
13131 * gdb.base/freebpcmd.c: Add copyright notice.
13132
80e4b428
JB
13133 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13134
0ab84fb7
MC
131352003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13136
13137 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13138
1b3bb3d0
JB
131392003-12-13 Jim Blandy <jimb@redhat.com>
13140
13141 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13142
3a4c9371
KB
131432003-12-12 Kevin Buettner <kevinb@redhat.com>
13144
13145 * gdb.asm/frv.inc: New file.
13146 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13147
a1dea79a
FF
131482003-12-09 Fred Fish <fnf@redhat.com>
13149
13150 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13151 functions to break1.c and leave prototypes behind. Add more
13152 "set breakpoint NN here" comments.
13153 * gdb.base/break1.c: New file.
13154
13155 * gdb.base/break.exp: Handle compiling test case from multiple
13156 source files and change source file references as needed.
13157 * gdb.base/completion.exp: Ditto.
13158 * gdb.base/condbreak.exp: Ditto.
13159 * gdb.base/define.exp: Ditto.
13160 * gdb.base/ena-dis-br.exp: Ditto.
13161 * gdb.base/info-proc.exp: Ditto.
13162 * gdb.base/maint.exp: Ditto.
13163 * gdb.base/until.exp: Ditto.
13164
13165 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13166 hardcoded line numbers.
13167 * gdb.base/define.exp: Ditto.
13168 * gdb.base/ena-dis-br.exp: Ditto.
13169 * gdb.base/maint.exp: Ditto.
13170 * gdb.base/until.exp: Ditto.
13171
13172 * gdb.base/completion.exp: Use "break1" for completion tests since
13173 "break" is no longer a unique prefix.
13174
5266b69c
AC
131752003-12-06 Andrew Cagney <cagney@redhat.com>
13176
13177 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13178 "return_value_unimplemented". When an unimplemented struct return
13179 architecture, report incorrect values as a KFAIL
13180
374451f0
MC
131812003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13182
13183 * gdb.cp/rtti.exp: Accept new wording of warning from
13184 cp_lookup_rtti_type.
13185
ba9b20a7
MC
131862003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13187
13188 Partial fix for PR testsuite/1456.
13189 * gdb.base/scope.exp (test_at_main): Replace references to
13190 gcc_compiled with calls to test_compiler_info.
13191 (test_at_foo): Likewise.
13192 (test_at_bar): Likewise.
13193
b74b6d0b
MC
131942003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13195
13196 Partial fix for PR testsuite/1456.
13197 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13198 to test_compiler_info.
13199
ccfa3402
MC
132002003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13201
13202 * gdb.base/so-impl-ld.exp: Update copyright notice.
13203
f6246aba
MC
132042003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13205
13206 Partial fix for PR testsuite/1456.
13207 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13208 to test_compiler_info.
13209
13ae734a
MC
132102003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13211
13212 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13213 from current versions of gdb. Clean up regular expressions.
13214 Delete redundant timeout case.
13215
d8e1cdee
MC
132162003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13217
13218 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13219 from current versions of gdb. Clean up regular expressions.
13220 Delete redundant timeout case.
13221
96457b64
MC
132222003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13223
13224 Partial fix for PR testsuite/1456.
13225 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13226 gcc_compiled with call to test_compiler_info.
13227
f35309fc
MC
132282003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13229
13230 Partial fix for PR testsuite/1456.
13231 * gdb.base/list.exp (test_list_function): Delete unused declaration
13232 of gcc_compiled.
13233
d7afdf9b
MC
132342003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13235
13236 Partial fix for PR testsuite/1456.
13237 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13238 call to test_compiler_info.
13239
71507b56
MK
132402003-11-29 Mark Kettenis <kettenis@gnu.org>
13241
13242 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13243 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13244 it to create the appropriate note.inc.
13245 * gdb.asm/asmsrc1.s: Include "note.inc".
13246 * gdb.asm/netbsd.inc: New file.
13247 * gdb.asm/empty.inc: New file.
13248
f81f93f7
MC
132492003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13250
13251 Partial fix for PR testsuite/1456.
13252 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13253 calls to test_compiler_info.
13254
9a77938e
MC
132552003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13256
13257 Partial fix for PR testsuite/1456.
13258 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13259 calls to test_compiler_info.
13260
e8367dc7
MK
132612003-11-27 Mark Kettenis <kettenis@gnu.org>
13262
13263 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13264 pattern for the KFAILs.
13265
526c61ee
AF
132662003-11-25 Adam Fedor <fedor@gnu.org>
13267
13268 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13269 * gdb.objc/objcdecode.m: New file.
13270
28f2d600
AF
132712003-11-25 Adam Fedor <fedor@gnu.org>
13272
13273 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13274 * gdb.objc/nondebug.m: New file.
13275
a3895cee
BE
132762003-11-26 Ben Elliston <bje@wasabisystems.com>
13277
13278 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13279 NetBSD as it does on FreeBSD. Modelled on a similar change by
13280 Mark Kettenis on 2003-05-30.
13281 (link-flags): Set to "--entry _start" regardless of target.
13282 Special linker flags are to be appended to $link-flags.
13283 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13284
c9f2c8a3
MC
132852003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13286
13287 * gdb.cp/method.exp: Accept output of new demangler.
13288
15a0587a 132892003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
13290
13291 * gdb/class2.exp: New file.
13292 * gdb/class2.cc: New file.
13293
3c00b570
MC
132942003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13295
13296 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13297 of new demangler.
13298
7027acc7
MK
132992003-11-23 Mark Kettenis <kettenis@gnu.org>
13300
13301 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13302 of gdb_test "run".
13303
b0e1598a
MK
133042003-11-23 Mark Kettenis <kettenis@gnu.org>
13305
13306 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13307 "continue" into "run".
13308
4d9eda44
MC
133092003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13310
13311 Partial fix for PR testsuite/1456.
13312 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13313 call to test_compiler_info.
13314 * gdb.cp/ctti.exp: Likewise.
13315 * gdb.cp/derivation.exp: Likewise.
13316 * gdb.cp/member-ptr.exp: Likewise.
13317 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13318 reference to gcc_compiled.
13319
133202003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
13321
13322 Fix PR testsuite/1463.
13323 * gdb.base/structs.exp (start_structs_test): Call
13324 get_debug_format before using the debug format.
13325
d422fe19
AC
133262003-11-22 Andrew Cagney <cagney@redhat.com>
13327
13328 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13329 * gdb.base/structs.exp: Use gdb_test_multiple.
13330
039cf96d
AC
133312003-11-20 Andrew Cagney <cagney@redhat.com>
13332
6882279b
AC
13333 * gdb.base/structs.exp: Handle and recover from internal errors.
13334 Replace "foo${n}" with "foo<n>" in test messages.
13335
e53890ae
AC
13336 * gdb.base/structs.exp: Update copyright. Rewrite.
13337 * gdb.base/structs.c: Update copyright. Rewrite.
13338
2b211c59
AC
13339 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13340 resync count exceeded.
d63a86f8 13341
039cf96d
AC
13342 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13343 from the internal error.
13344 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13345 Original from Jim Blandy.
13346 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 13347
eac98b22
AC
133482003-11-19 Andrew Cagney <cagney@redhat.com>
13349
13350 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13351 KFAIL.
13352
67455b2a
MK
133532003-11-17 Mark Kettenis <kettenis@gnu.org>
13354
13355 New testcase for PR backtrace/1435.
13356 * gdb.arch/i386-unwind.exp: New file.
13357 * gdb.arch/i386-unwind.c: New file.
13358
853d6e5b
AC
133592003-11-17 Andrew Cagney <cagney@redhat.com>
13360
13361 * lib/gdb.exp (compiler_info): New global.
13362 (test_compiler_info): New function.
13363 (get_compiler_info): Set compiler_info.
13364 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13365 "compiler_info" to gcc-<major>-<minor>.
13366
38cf6e11
MC
133672003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13368
13369 * gdb.trace/configure: Remove.
13370
a50d3602
EZ
133712003-11-13 Elena Zannoni <ezannoni@redhat.com>
13372
13373 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 13374 breakpoints.
a50d3602
EZ
13375 * gdb.base/break.exp: Remove all references to explicit line
13376 numbers.
13377
d9407aaa
NC
133782003-11-11 Nick Clifton <nickc@redhat.com>
13379
13380 * gdb.base/shreloc.exp: Do not run for targets which do not
13381 support shared objects.
13382
db488fc1
CV
133832003-11-10 Corinna Vinschen <vinschen@redhat.com>
13384
13385 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13386 Don't run tests if nofileio flag is given.
13387
6a90a18e
EZ
133882003-11-07 Elena Zannoni <ezannoni@redhat.com>
13389
13390 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 13391 as well as 'Watchpoint'.
6a90a18e 13392
0b915e9c
EZ
133932003-11-06 Elena Zannoni <ezannoni@redhat.com>
13394
13395 Reported by Jim Ingham <jingham@apple.com>:
13396 * gdb.base/annota1.exp: Match at least one occurrence of the
13397 signal handler annotation.
13398
d7e4b55f
EZ
133992003-11-06 Elena Zannoni <ezannoni@redhat.com>
13400
a9c64011
AS
13401 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13402 as well as 'Watchpoint'.
d7e4b55f 13403
2fe4e8d0
MC
134042003-11-05 Michael Chastain <mec@shout.net>
13405
13406 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13407
6ef88553
KW
134082003-11-03 Kris Warkentin <kewarken@qnx.com>
13409
13410 * gdb.arch/gdb1291.c: New test file.
13411 * gdb.arch/gdb1291.exp: New test script.
13412 * gdb.arch/gdb1431.c: New test file.
13413 * gdb.arch/gdb1431.exp: New test script.
13414
ae7dc4d8
MC
134152003-10-22 Michael Chastain <mec@shout.net>
13416
13417 * gdb.mi/pthreads.c: Add copyright notice.
13418
c39d7427
MC
134192003-10-22 Michael Chastain <mec@shout.net>
13420
13421 * gdb.threads/pthreads.c: Add copyright notice.
13422
8b7d96c1
MC
134232003-10-20 Michael Chastain <mec@shout.net>
13424
13425 * gdb.base/gdb1056.exp: New test script.
13426
d1d69fdd
DJ
134272003-10-13 Daniel Jacobowitz <drow@mvista.com>
13428
13429 * gdb.threads/killed.exp: Use gdb_run_cmd.
13430
7d605576
DJ
134312003-10-13 Daniel Jacobowitz <drow@mvista.com>
13432
13433 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13434 create a core file.
13435 * gdb.threads/gcore-thread.exp: Likewise.
13436
618ec112
CV
134372003-10-13 Corinna Vinschen <vinschen@redhat.com>
13438
13439 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13440 type, based on char type.
13441 (struct bit_flags_short_t): New bitfield type, based on short type.
13442 (init_bit_flags_char): New fuction.
13443 (init_bit_flags_short): Ditto.
13444 (print_bit_flags_char): Ditto.
13445 (print_bit_flags_short): Ditto.
13446 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13447
9367a73c
MC
134482003-10-11 Michael Chastain <mec@shout.net>
13449
13450 * gdb.base/call-rt-st.exp: Update copyright year.
13451
1decf120
KI
134522003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13453
13454 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13455 * gdb.disasm/sh3.s: Ditto.
13456
5445b2ae
DJ
134572003-10-07 Daniel Jacobowitz <drow@mvista.com>
13458
13459 * gdb.threads/switch-threads.exp: New test.
13460 * gdb.threads/switch-threads.c: New source file.
13461
aec24853
CV
134622003-10-07 Corinna Vinschen <vinschen@redhat.com>
13463
13464 * gdb.base/ending-run.exp: Add sh specific case.
13465
adc7428d
AC
134662003-10-06 Andrew Cagney <cagney@redhat.com>
13467
13468 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13469 * gdb.disasm/mn10200.exp: Delete obsolete file.
13470
c9d37158
DJ
134712003-09-29 Daniel Jacobowitz <drow@mvista.com>
13472
13473 * ChangeLog: Correct an entry command.exp -> commands.exp.
13474 * gdb.base/commands.exp (bp_deleted_in_command_test)
13475 (temporary_breakpoint_commands): Check noargs.
13476
79c2c32d
DC
134772003-09-25 David Carlton <carlton@kealia.com>
13478
13479 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13480 of some print tests, where appropriate. Add tests for C::D::cd,
13481 E::ce, F::cXfX, G::XgX.
13482 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13483
594e6d67
RE
134842003-09-25 Richard Earnshaw <rearnsha@arm.com>
13485
13486 * lib/java.exp (java_init): Import target_alias before using it.
13487
10f0d451
DC
134882003-09-25 David Carlton <carlton@kealia.com>
13489
13490 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13491
274bcba0
EZ
134922003-09-23 Elena Zannoni <ezannoni@redhat.com>
13493
d63a86f8 13494 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 13495 weirdness.
274bcba0 13496
cdbf20f7
MC
134972003-09-17 Michael Chastain <mec@shout.net>
13498
13499 * gdb.cp/gdb1355.exp: New file.
13500 * gdb.cp/gdb1355.c: New file.
13501
71e06f80
CV
135022003-09-15 Corinna Vinschen <vinschen@redhat.com>
13503
13504 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13505 * gdb.asm/sh.inc: New file.
13506
5c4e30ca
DC
135072003-09-11 David Carlton <carlton@kealia.com>
13508
bd45b7af
DC
13509 * gdb.cp/namespace.exp: Add tests for namespace types.
13510 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
13511 (test_namespace): New.
13512
1c199746
EZ
135132003-09-11 Elena Zannoni <ezannoni@redhat.com>
13514
a9c64011 13515 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 13516 * gdb.stabs/weird.exp: Ditto.
1c199746 13517
04ed252f
MC
135182003-09-08 Michael Chastain <mec@shout.net>
13519
13520 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13521
d8a2d9e7
MC
135222003-09-07 Michael Chastain <mec@shout.net>
13523
13524 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13525 'parse error'.
13526
161afb24
MK
135272003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13528
13529 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13530
49f2741a
MC
135312003-08-30 Michael Chastain <mec@shout.net>
13532
13533 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13534 * gdb.gdb/observer.exp: Ditto.
13535 * gdb.gdb/xfullpath.exp: Ditto.
13536
8afa723e
MK
135372003-08-29 Mark Kettenis <kettenis@gnu.org>
13538
13539 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13540 *-*-*bsd*.
13541
f31dfe3b
JJ
135422003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13543
13544 * gdb.base/dump.exp: Skip for ia64.
13545
4630e498
JJ
135462003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13547
13548 * gdb.asm/asm-source.exp: Add ia64 support.
13549 * gdb.asm/ia64.inc: New file.
13550
1105b7ef
MC
135512003-08-22 Michael Chastain <mec@shout.net>
13552
13553 * gdb.cp: New directory.
13554 * gdb.cp/*: Copy from gdb.c++/*.
13555 * gdb.c++/*: Remove.
13556 * Makefile.in: Change gdb.c++ to gdb.cp.
13557 * configure.in: Ditto.
13558 * configure: Regnerate.
13559
c945b932
MK
135602003-08-18 Mark Kettenis <kettenis@gnu.org>
13561
13562 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13563 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13564
2b66634b
DJ
135652003-08-17 Daniel Jacobowitz <drow@mvista.com>
13566
13567 * mi-var-display.exp (-var-list-children weird): Accept function
13568 pointers with argument types.
13569 * mi1-var-display.exp (-var-list-children weird): Likewise.
13570 * mi2-var-display.exp (-var-list-children weird): Likewise.
13571
a356f73b
DJ
135722003-08-17 Daniel Jacobowitz <drow@mvista.com>
13573
13574 * gdb.base/annota3.exp: Add missing newline.
13575
483417b8
MC
135762003-08-06 Michael Chastain <mec@shout.net>
13577
13578 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13579
c99c59c3
MS
135802003-08-12 Michael Snyder <msnyder@redhat.com>
13581
13582 * gdb.base/float.exp: Add test for SH.
13583
55ed7501
MK
135842003-08-10 Mark Kettenis <kettenis@gnu.org>
13585
13586 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13587
1a371f2e
EZ
135882003-08-07 Elena Zannoni <ezannoni@redhat.com>
13589
13590 * gdb.base/completion.exp: Remove reduntant completion test
13591 on filename.
13592
e0f353ce
EZ
135932003-08-07 Elena Zannoni <ezannoni@redhat.com>
13594
a9c64011
AS
13595 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13596 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13597 gdb.trace/save-trace.exp: Make sure that full pathnames are
13598 escaped correctly.
e0f353ce 13599
5710a1af 136002003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 13601
a9c64011
AS
13602 * configure.in: Don't generate config.h from config.hin.
13603 * configure: Regenerate.
13604 * config.hin: Remove file.
13605 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13606 * gdb.threads/pthreads.c: Ditto.
5710a1af 13607
dcd81ce9
DJ
136082003-08-07 Daniel Jacobowitz <drow@mvista.com>
13609
13610 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13611 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13612 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13613 Replace ld24 with seth/add3.
13614
6009d884
AC
136152003-08-02 Andrew Cagney <cagney@redhat.com>
13616
13617 * gdb.base/annota3.exp: New file.
13618 * gdb.base/annota3.c: New file.
13619 * gdb.c++/annota3.exp: New file.
13620 * gdb.c++/annota3.cc: New file.
13621
51514e06
MC
136222003-07-29 Michael Chastain <mec@shout.net>
13623
13624 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13625 actually failed.
13626 (do_pass): Likewise.
13627 * gdb.threads/tls.exp: Always initialize no_of_threads.
13628
4ee6625b
DJ
136292003-07-27 Daniel Jacobowitz <drow@mvista.com>
13630
13631 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13632 pattern.
13633 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13634 * gdb.threads/tls.exp: Recognize one case of the host library not
13635 supporting TLS.
13636
225f2bf6
AC
136372003-07-27 Andrew Cagney <cagney@redhat.com>
13638
13639 * gdb.base/fileio.exp: Use SH when running commands using
13640 remote_exec.
13641
bcb27c9f
DJ
136422003-07-24 Daniel Jacobowitz <drow@mvista.com>
13643
13644 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13645 * gdb.base/relocate.c (dummy): New padding array.
13646
3d67be83
MS
136472003-07-22 Michael Snyder <msnyder@redhat.com>
13648
d63a86f8 13649 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
13650
13651 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13652 patterns to be more general, accepting old and new output.
13653 Some output chars (such as '+') also must be quoted.
d63a86f8 13654 Some addresses are displayed numerically instead of
3d67be83
MS
13655 symbolically.
13656
57ba3b85
MS
136572003-07-23 Michael Snyder <msnyder@redhat.com>
13658
686d097c
MS
13659 * gdb.base/return2.exp: Don't test long-long return.
13660
57ba3b85
MS
13661 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13662 * gdb.disasm/t01_mov.exp: Ditto.
13663 * gdb.disasm/t02_mova.s: Ditto.
13664 * gdb.disasm/t02_mova.exp: Ditto.
13665 * gdb.disasm/t03_add.s: Ditto.
13666 * gdb.disasm/t03_add.exp: Ditto.
13667 * gdb.disasm/t04_sub.s: Ditto.
13668 * gdb.disasm/t04_sub.exp: Ditto.
13669 * gdb.disasm/t05_cmp.s: Ditto.
13670 * gdb.disasm/t05_cmp.exp: Ditto.
13671 * gdb.disasm/t06_ari2.s: Ditto.
13672 * gdb.disasm/t06_ari2.exp: Ditto.
13673 * gdb.disasm/t07_ari3.s: Ditto.
13674 * gdb.disasm/t07_ari3.exp: Ditto.
13675 * gdb.disasm/t08_or.s: Ditto.
13676 * gdb.disasm/t08_or.exp: Ditto.
13677 * gdb.disasm/t09_xor.s: Ditto.
13678 * gdb.disasm/t09_xor.exp: Ditto.
13679 * gdb.disasm/t10_and.s: Ditto.
13680 * gdb.disasm/t10_and.exp: Ditto.
13681 * gdb.disasm/t11_logs.s: Ditto.
13682 * gdb.disasm/t11_logs.exp: Ditto.
13683 * gdb.disasm/t12_bit.s: Ditto.
13684 * gdb.disasm/t12_bit.exp: Ditto.
13685 * gdb.disasm/t13_otr.s: Ditto.
13686 * gdb.disasm/t13_otr.exp: Ditto.
13687
e00759ef
EZ
136882003-07-22 Elena Zannoni <ezannoni@redhat.com>
13689
13690 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13691
8bc2021f
EZ
136922003-07-22 Elena Zannoni <ezannoni@redhat.com>
13693
a9c64011
AS
13694 * gdb.threads/tls.c : New file.
13695 * gdb.threads/tls.exp : New file.
13696 * gdb.threads/tls-main.c : New file.
13697 * gdb.threads/tls-shared.c : New file.
13698 * gdb.threads/tls-shared.exp : New file.
8bc2021f 13699
89320c4c
AS
137002003-07-22 Andreas Schwab <schwab@suse.de>
13701
13702 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13703
180dea7c
AS
137042003-07-20 Andreas Schwab <schwab@suse.de>
13705
13706 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13707 due to insn reordering.
13708
0714963c
AC
137092003-07-15 Andrew Cagney <cagney@redhat.com>
13710
13711 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13712
98a23b3f
MC
137132003-07-15 Michael Chastain <mec@shout.net>
13714
13715 * gdb.base/gdb1250.exp: New file.
13716 * gdb.base/gdb1250.c: New file.
13717
27e417a2
ML
137182003-07-09 Michal Ludvig <mludvig@suse.cz>
13719
13720 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13721 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13722
8bc2021f
EZ
137232003-07-09 Elena Zannoni <ezannoni@redhat.com>
13724
a9c64011
AS
13725 * gdb.threads/tls.c: New file.
13726 * gdb.threads/tls.exp: New file.
13727 * gdb.threads/tls-main.c: New file.
13728 * gdb.threads/tls-shared.c: New file.
13729 * gdb.threads/tls-shared.exp: New file.
8bc2021f 13730
d99968dc
EZ
137312003-07-09 Elena Zannoni <ezannoni@redhat.com>
13732
13733 * gdb.base/annota1.exp: Make sure that we properly escape the
13734 full path of the source file. Xfail more permissive patterns,
d63a86f8 13735 due to a compiler debug info problem.
d99968dc 13736
83876b3b
AS
137372003-07-07 Andreas Schwab <schwab@suse.de>
13738
2705e972
AS
13739 * gdb.asm/m68k.inc: New file.
13740 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13741
83876b3b
AS
13742 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13743 arguments"): Also match negative number.
13744
13745 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13746
3a871b37
DJ
137472003-07-03 Daniel Jacobowitz <drow@mvista.com>
13748
13749 * gdb.base/store.c (charest): New typedef.
13750 (add_char): Rename to add_charest, update.
13751 (wack_char): Rename to wack_charest, update types. Return l + r
13752 to keep r live across the call.
13753 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13754 (wack_double, wack_doublest): Return l + r to keep r live across
13755 the call.
13756 * gdb.base/store.exp: Accomodate store.c changes.
13757
b2a7f303
DC
137582003-06-30 David Carlton <carlton@kealia.com>
13759
13760 * gdb.c++/maint.exp (test_invalid_name): New.
13761 (test_first_component): Add tests for invalid names.
13762
3c6cb4a1
MC
137632003-06-29 Michael Chastain <mec@shout.net>
13764
13765 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13766 output of '<VTT for class>' for virtual base classes.
13767
f1c2644b
DJ
137682003-06-29 Daniel Jacobowitz <drow@mvista.com>
13769
13770 * gdb.base/completion.exp: Tab-complete "complet" instead of
13771 "compl".
13772 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13773
18080350
DJ
137742003-06-29 Daniel Jacobowitz <drow@mvista.com>
13775
13776 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13777 * gdb.base/volatile.exp: Likewise.
13778
f56973f8
DJ
137792003-06-29 Daniel Jacobowitz <drow@mvista.com>
13780
13781 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13782 gdb/1265.
13783
137842003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
13785 Daniel Jacobowitz <drow@mvista.com>
13786
13787 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13788 initial line count of 'captured_main' from 26 to 32.
13789 (test_with_self): Allow xmalloc call to be interleaved with the
13790 preceding two lines.
13791
e766d4d6
JB
137922003-06-24 Joel Brobecker <brobecker@gnat.com>
13793
13794 * gdb.base/bang.exp: New testcase.
13795
f125c9a4
JB
137962003-06-23 Joel Brobecker <brobecker@gnat.com>
13797
13798 * gdb.base/langs.exp: Add some tests for the "minimal" language
13799 support.
13800
6e25beaf
EZ
138012003-06-23 Elena Zannoni <ezannoni@redhat.com>
13802
13803 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13804 the testcase.
13805
2f816dda
DJ
138062003-06-22 Daniel Jacobowitz <drow@mvista.com>
13807
13808 * gdb.base/relocate.exp: Test add-symbol-file with a variable
13809 offset.
13810
db5a5748
DJ
138112003-06-22 Daniel Jacobowitz <drow@mvista.com>
13812
13813 * gdb.c++/pr-1210.cc: New file.
13814 * gdb.c++/pr-1210.exp: New file.
13815
1df0c130
DJ
138162003-06-21 Daniel Jacobowitz <drow@mvista.com>
13817
13818 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13819 000-exec-continue.
13820
a92feac0
MK
138212003-06-15 Mark Kettenis <kettenis@gnu.org>
13822
13823 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13824 on *-*-*bsd* instead of *-*-freebsd*.
13825
81a58f5b
AC
138262003-06-14 Andrew Cagney <cagney@redhat.com>
13827
13828 * gdb.base/store.exp: Test longest and doublest. Test all
13829 parameters. Weaken return statement match.
13830 * gdb.base/store.c: Add longest and doublest - aka long long and
13831 long double functions. Put all parameters into local register
13832 variables. Use negative values.
13833
b257a0d3
AC
138342003-06-14 Andrew Cagney <cagney@redhat.com>
13835
13836 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
13837 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
13838 exit status.
13839 * gdb.base/fileio.exp: Disable target when nointerrupts and
13840 noinferiorio, instead of limiting it to remote. Use remote_exec
13841 instead of system.
d63a86f8 13842
21c38304
JJ
138432003-06-12 Jeff Johnston <jjohnstn@redhat.com>
13844
13845 * gdb.base/float.exp: Add ia64 support.
13846
1bcdb424
CV
138472003-06-12 Corinna Vinschen <vinschen@redhat.com>
13848
13849 * gdb.base/fileio.exp: Run only on remote targets.
13850
6aeb981f
CV
138512003-06-10 Corinna Vinschen <vinschen@redhat.com>
13852
13853 * gdb.base/fileio.c: New file, testing File-I/O.
13854 * gdb.base/fileio.exp: Ditto.
13855
53df362e
RG
138562003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
13857
13858 * gdb.base/shreloc.exp: New file, check symbol values obtained from
13859 shared objects after relocation at load time (gdb PR/1132).
13860 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 13861 as above, part of the shared object relocation test.
53df362e 13862
ffee1b46
MK
138632003-06-08 Mark Kettenis <kettenis@gnu.org>
13864
b5ca3722
MK
13865 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
13866 fully filled history list.
13867 * gdb.base/gdb_history: New file.
13868
03ed860d
MK
13869 * gdb.base/signals.exp: XFAIL "continue to func1" on
13870 i*86-*-freebsd*.
13871
ffee1b46
MK
13872 * gdb.base/attach.exp: When trying to attach to a nonexistent
13873 process, make it possible to specify the PID based on the target,
13874 and do so for *-*-freebsd*.
13875
d80dbb52
RH
138762003-06-02 Richard Henderson <rth@redhat.com>
13877
13878 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
13879
6dd77b81
RH
138802003-06-02 Richard Henderson <rth@redhat.com>
13881
13882 * gdb.base/selftest.exp: Next over lim_at_start initialization.
13883
f6347e16
RH
138842003-06-02 Richard Henderson <rth@redhat.com>
13885
13886 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
13887
2c161407
DJ
138882003-06-01 Daniel Jacobowitz <drow@mvista.com>
13889
13890 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
13891 of globalvar.
13892
572eb746
MK
138932003-06-01 Mark Kettenis <kettenis@gnu.org>
13894
13895 * gdb.asm/asm-source.exp: Check for memory read errors in
13896 disassembler test on *BSD too.
13897
9e9617a5
RH
138982003-06-01 Richard Henderson <rth@redhat.com>
13899
13900 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13901 for .frame.
13902 (gdbasm_call): Lose ldgp.
13903 (gdbasm_startup): Add frame information.
13904 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13905
7b34ad4e
MK
139062003-05-31 Mark Kettenis <kettenis@gnu.org>
13907
13908 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13909 i?86-*-*.
13910
10059fdf
MK
139112003-05-30 Mark Kettenis <kettenis@gnu.org>
13912
13913 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13914 FreeBSD.
13915
acf4b816
RH
139162003-05-29 Richard Henderson <rth@redhat.com>
13917
13918 * gdb.asm/alpha.inc: New file.
13919 * gdb.asm/asm-source.exp: Use it.
13920
e9ecd949
JB
139212003-05-29 Jim Blandy <jimb@redhat.com>
13922
13923 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13924 'core.PID'.
13925
e3e5a4f3
JB
139262003-05-22 Jim Blandy <jimb@redhat.com>
13927
13928 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13929 backtrace.
d63a86f8 13930
72fe3d25
DC
139312003-05-20 David Carlton <carlton@math.stanford.edu>
13932
13933 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13934 this time.
13935
58da2eb2
DC
139362003-05-19 David Carlton <carlton@bactrian.org>
13937
13938 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13939 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13940
1fcb5155
DC
139412003-05-19 David Carlton <carlton@bactrian.org>
13942
13943 * gdb.c++/namespace.exp: Add namespace scope and anonymous
13944 namespace tests.
13945 Bump copyright date.
13946 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
13947 (main): Call C::D::marker2.
13948 * gdb.c++/namespace1.cc: New file.
13949
85e85163
JJ
139502003-05-14 Jeff Johnston <jjohnstn@redhat.com>
13951
13952 Roland McGrath <roland@redhat.com>
d63a86f8 13953 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
13954 there is no manager thread.
13955
a25fbfec
JJ
139562003-05-08 Jeff Johnston <jjohnstn@redhat.com>
13957
d63a86f8
RM
13958 * gdb.threads/schedlock.exp: Remove assumption that all threads
13959 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
13960 in one of the child threads rather than the main thread.
13961
be375bae
JB
139622003-05-07 Jim Blandy <jimb@redhat.com>
13963
09bf6082
JB
13964 Add support for assembly source testing on the s390x.
13965 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
13966 architecture.
13967 * gdb.asm/s390x.inc: New file.
13968
be375bae
JB
13969 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
13970 succession of 'if' statements.
13971
00905d52
AC
139722003-05-05 Andrew Cagney <cagney@redhat.com>
13973
13974 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
13975
b1e29e33
AC
139762003-05-05 Andrew Cagney <cagney@redhat.com>
13977
13978 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
13979 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
13980
e33d66ec
EZ
139812003-05-02 Elena Zannoni <ezannoni@redhat.com>
13982
13983 * gdb.base/charset.exp: Update based on new behavior of set/show
13984 charset commands.
13985
2b6fd0d8
AC
139862003-05-01 Andrew Cagney <cagney@redhat.com>
13987
13988 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
13989 variable do not give memory errors.
13990
130cacce
AF
139912003-04-30 Adam Fedor <fedor@gnu.org>
13992
13993 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
13994 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
13995 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
13996 gdb.objc/basicclass.m: : New files
13997
13998 * lib/gdb.exp (gdb_compile_objc): New procedure.
13999
bea71854
DJ
140002003-04-27 Daniel Jacobowitz <drow@mvista.com>
14001
14002 * gdb.base/signals.exp: Make backtrace tests more specific.
14003
0f20eeea
DC
140042003-04-23 David Carlton <carlton@bactrian.org>
14005
14006 * gdb.c++/maint.exp (test_first_component): Add tests for
14007 'operator' in more locations.
14008
c8c4d8dc
KB
140092003-04-16 Kevin Buettner <kevinb@redhat.com>
14010
14011 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14012
3fe60e3c
EZ
140132003-04-16 Elena Zannoni <ezannoni@redhat.com>
14014
14015 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 14016 func marke' instead. Update test name.
3fe60e3c 14017
9219021c
DC
140182003-04-15 David Carlton <carlton@math.stanford.edu>
14019
14020 * gdb.c++/maint.exp: New file.
14021
5dd55bdd
EZ
140222003-04-14 Elena Zannoni <ezannoni@redhat.com>
14023
14024 * gdb.threads/schedlock.c: Change type of thread function argument
14025 to long, to avoid warnings on 64-bit platforms.
14026
00890572
EZ
140272003-04-14 Elena Zannoni <ezannoni@redhat.com>
14028
a9c64011
AS
14029 * gdb.base/attach.exp: Add new message from ptrace in case of
14030 attaching to nonexistent process.
d63a86f8 14031
93201743
JB
140322003-04-11 Jim Blandy <jimb@redhat.com>
14033
14034 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14035 gdb.c++/userdef.cc: Place comments on the lines to which the
14036 marker function might return.
14037 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14038 gdb.c++/userdef.exp: Look for those comments to check that we've
14039 returned to the right place, instead of checking line numbers.
14040
2a11c64d
EZ
140412003-04-11 Elena Zannoni <ezannoni@redhat.com>
14042
a9c64011
AS
14043 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14044 match on sourcefile name, instead of directory name.
2a11c64d 14045
68ab8fc5
EZ
140462003-04-10 Elena Zannoni <ezannoni@redhat.com>
14047
d63a86f8 14048 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
14049 working directory name.
14050
5624293a
JB
140512003-04-09 Jim Blandy <jimb@redhat.com>
14052
14053 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14054 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14055 after an inferior function call, report the failure, but allow the
14056 test to continue.
14057
f1f02ee4
SC
140582003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14059
14060 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14061 with -DPROTOTYPES.
14062
6eb79af0
SC
140632003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14064
14065 * gdb.base/break.exp: Revert last patch.
14066
8dfb4cf0
SC
140672003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14068
14069 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14070 with -DPROTOTYPES.
14071
ed4c619a
AC
140722003-04-02 Andrew Cagney <cagney@redhat.com>
14073
14074 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14075 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14076 matching directories by the name breakpoint.
14077 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14078 Make "continue to marker1" consistent.
14079 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14080 message consistent.
14081 * lib/gdb.exp: Put "the program is no longer running", and "the
14082 program exited" in parenthesis.
14083 * lib/mi-support.exp: Ditto.
d63a86f8 14084
4e35d5f0 140852003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 14086
4e35d5f0
BR
14087 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14088
71900fe8
AC
140892003-03-29 Andrew Cagney <cagney@redhat.com>
14090
14091 * gdb.base/sizeof.c (main): Print the value of '\377'.
14092 * gdb.base/sizeof.exp: Check the sign of '\377'.
14093
c0655a16
MC
140942003-03-27 Michael Chastain <mec@shout.net>
14095
14096 * gdb.base/gdb1090.exp: New file.
14097 * gdb.base/gdb1090.cc: New file.
14098
5b2a3989
JB
140992003-03-27 J. Brobecker <brobecker@gnat.com>
14100
14101 * gdb.gdb/observer.exp: New regression test.
14102
79876890
MC
141032003-03-27 Michael Chastain <mec@shout.net>
14104
14105 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14106 * gdb.base/ptype.exp: Likewise.
14107
6eac95e3
CV
141082003-03-27 Corinna Vinschen <vinschen@redhat.com>
14109
14110 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14111
e8c71839
MC
141122003-03-26 Michael Chastain <mec@shout.net>
14113
14114 * gdb.base/ptype.exp: Actually use some typedef'd types.
14115
71b10041
SC
141162003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14117
14118 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14119 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14120
2512cf80
CV
141212003-03-20 Corinna Vinschen <vinschen@redhat.com>
14122
14123 * gdb.base/default.exp: Fix regular expression.
14124
0d195a4f
CV
141252003-03-20 Corinna Vinschen <vinschen@redhat.com>
14126
14127 * gdb.base/args.exp: Fix regular expression.
14128
8a2dbca8
CV
141292003-03-20 Corinna Vinschen <vinschen@redhat.com>
14130
14131 * gdb.base/help.exp: Allow Win32 child process.
14132
bf028682
CV
141332003-03-20 Corinna Vinschen <vinschen@redhat.com>
14134
14135 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14136 when stepping out of main().
14137
182dbe85
CV
141382003-03-20 Corinna Vinschen <vinschen@redhat.com>
14139
14140 * gdb.base/default.exp: Check for win32 specific message when calling
14141 "run" without executable.
14142
d67a6ba5
CV
141432003-03-20 Corinna Vinschen <vinschen@redhat.com>
14144
14145 * gdb.base/args.exp: Expect .exe in output.
14146
a955b5bb
CV
141472003-03-20 Corinna Vinschen <vinschen@redhat.com>
14148
14149 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14150 Cygwin native.
14151
bf6bad4b
AC
141522003-03-17 Andrew Cagney <cagney@redhat.com>
14153
14154 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14155 vector registes.
14156 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14157 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14158
293e9a31
DC
141592003-03-17 David Carlton <carlton@math.stanford.edu>
14160
14161 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14162 test, for PR breakpoints/38.
14163 Call test_watchpoint_and_breakpoint.
14164 * gdb.base/watchpoint.c (func3): New function.
14165 (main): Call func3.
14166
5330f2db
DC
141672003-03-04 David Carlton <carlton@math.stanford.edu>
14168
14169 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14170 Garply<Garply<char> >:: garply".
14171 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14172 with respect to PR c++/1111; note also PR c++/1113.
14173 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14174 respect to PR c++/1062.
14175 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14176
6ece72da
DC
141772003-03-03 David Carlton <carlton@math.stanford.edu>
14178
14179 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14180 with respect to PR c++/57.
14181 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14182 c++/826.
14183 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14184 respect to PR c++/57.
14185
85ca1584
DC
141862003-03-03 David Carlton <carlton@math.stanford.edu>
14187
14188 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14189 respect to PR c++/33 into FAILs.
14190
98e9c5b8
MC
141912003-03-03 Michael Chastain <mec@shout.net>
14192
7bedbf27
MC
14193 * configure.in: Update copyright years.
14194
141952003-03-03 Michael Chastain <mec@shout.net>
14196
14197 * Makefile.in: Update copyright years.
98e9c5b8 14198
f683e100
DC
141992003-02-28 David Carlton <carlton@math.stanford.edu>
14200
14201 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14202 print class instead of struct and/or superfluous protection
14203 specifiers, as long as the resulting output is equivalent to the
14204 source code.
14205 Delete FIXME from end of messages on tests that don't need
14206 fixing.
14207
a9e0cf2c
DC
142082003-02-28 David Carlton <carlton@math.stanford.edu>
14209
14210 * gdb.c++/templates.exp (do_tests): Allow const in the two
14211 Foo<volatile char *>::foo tests.
14212
e8d359df
MS
142132003-02-27 Michael Snyder <msnyder@redhat.com>
14214
d63a86f8 14215 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
14216 will be consistant.
14217
0b71dc91
DC
142182003-02-26 David Carlton <carlton@math.stanford.edu>
14219
14220 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14221 char *>::foo" test with respect to PR c++/33. Create a new test
14222 which is identical to that one except that it doesn't put the
14223 space between the "char" and the "*"; KFAIL it, too.
14224
dd14ab43
DC
142252003-02-26 David Carlton <carlton@math.stanford.edu>
14226
14227 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14228 template types into either PASSes or KFAILs (corresponding to PR
14229 c++/57). Tweak indentation. Update copyright.
14230
1146c7f1
SC
142312003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14232
14233 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14234
74641dfb
MC
142352003-02-13 Michael Chastain <mec@shout.net>
14236
14237 * gdb.base/exprs.exp: Remove i960 remnants.
14238 * gdb.base/funcargs.exp: Likewise.
14239 * gdb.base/list.exp: Likewise.
14240 * gdb.base/ptype.exp: Likewise.
14241
559cd2d0
DC
142422003-02-14 David Carlton <carlton@math.stanford.edu>
14243
14244 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14245 pEe->D::vg()" from XFAIL to KFAIL.
14246
c4f90d87
JM
142472003-02-13 Jason Molenda (jmolenda@apple.com)
14248
14249 * gdb.base/maint.exp: Update maint print statistics regexp to include
14250 new entries.
14251
cbc4d97c
MC
142522003-02-13 Michael Chastain <mec@shout.net>
14253
14254 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14255
40f235b7
MC
142562003-02-12 Michael Chastain <mec@shout.net>
14257
14258 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14259 * gdb.c++/inherit.exp: Likewise.
14260 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14261 * gdb.c++/templates.exp: Likewise.
14262 * gdb.c++/virtfunc.exp: Likewise.
14263
c56716b0
JM
142642003-02-06 Jason Molenda (jason-cl@molenda.com)
14265
14266 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14267 why the code is written that way.
14268
070afcf8
MC
142692003-02-05 Michael Chastain <mec@shout.net>
14270
14271 * gdb.base/dump.exp: Add missing copyright line.
14272
5d0331e5
JM
142732003-02-05 Jason Molenda (jason-cl@molenda.com)
14274
f7ae6d3e 14275 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
14276 at the beginning so the breakpoint doesn't get set on the loop.
14277
92851186
MC
142782003-02-05 Michael Chastain <mec@shout.net>
14279
14280 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14281 output for configurations with gcc 2.95.3.
14282
cbf1e085
AC
142832003-02-05 Keith Seitz <keiths@redhat.com>
14284 Andrew Cagney <ac131313@redhat.com>
14285
14286 * gdb.mi/mi-cli.exp: New file.
d63a86f8 14287
29518e1e
MC
142882003-02-04 Michael Chastain <mec@shout.net>
14289
14290 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14291 Call perror and then continue.
14292
5af1d5f3
MC
142932003-02-03 Michael Chastain <mec@shout.net>
14294
14295 * gdb.c++/pr-1023.cc: New file.
14296 * gdb.c++/pr-1023.exp: New file.
14297
6b549786
JB
142982003-02-05 Jim Blandy <jimb@redhat.com>
14299
14300 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14301 it's local to foobar. Check for it there, and check that it's not
14302 present in main.
14303 * gdb.c++/local.cc (marker2): New function.
14304 (foobar): Call marker1.
14305 (main): Call marker2 instead of marker1.
14306
67f16606
AC
143072003-02-04 Andrew Cagney <ac131313@redhat.com>
14308
14309 * gdb.disasm/mn10200.exp: Obsolete file.
14310 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14311 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14312 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14313
1c5cb38e
DC
143142003-02-04 David Carlton <carlton@math.stanford.edu>
14315
14316 * gdb.c++/overload.exp: Test intToChar(1).
14317 * gdb.c++/overload.cc (intToChar): New.
14318 (main): Call intToChar.
14319
d1fe6965
DC
143202003-02-03 David Carlton <carlton@math.stanford.edu>
14321
14322 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14323 'might_kfail' arg.
14324 KFAIL some of the continue_to_bp_overloaded calls, according to
14325 PR c++/1025.
14326
9ba61c5d
MC
143272003-02-01 Michael Chastain <mec@shout.net>
14328
14329 * gdb.base/advance.c (marker1): New marker function.
14330 * gdb.base/advance.exp: When the 'advance' command lands on the
14331 return breakpoint, it can legitimately stop on either the
14332 current line or the next line. Accommodate both outcomes.
14333 * gdb.base/until.exp: Likewise.
14334
e7494ffb
AC
143352003-02-02 Andrew Cagney <ac131313@redhat.com>
14336
14337 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
14338 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14339 now a list, not a tuple.
14340 * gdb.mi/mi-var-display.exp: Ditto.
14341 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 14342
075559bc
AC
143432003-02-01 Andrew Cagney <ac131313@redhat.com>
14344
14345 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
14346 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14347 stack backtraces.
14348 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 14349
2bd4c7b1
MK
143502003-02-01 Mark Kettenis <kettenis@gnu.org>
14351
14352 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14353 gdb.mi/mi1-pthreads.exp: Return instead of calling
14354 gdb_suppress_entire_file.
14355
eabd8992
MS
143562003-02-01 Mark Salter <msalter@redhat.com>
14357
14358 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14359
71469e2f
MS
143602003-01-31 Mark Salter <msalter@redhat.com>
14361
14362 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14363 Support empty arg.
14364
38a94d44
MC
143652003-01-30 Michael Chastain <mec@shout.net>
14366
14367 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14368 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14369 has been fixed in gdb/readline on 2003-01-09.
14370
19ea9e73
MS
143712003-01-29 Michael Snyder <msnyder@redhat.com>
14372
e8d359df
MS
14373 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14374 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
14375 * gdb.base/args.exp: Skip if target does not support args passing.
14376
2307bd6a
DJ
143772003-01-22 Daniel Jacobowitz <drow@mvista.com>
14378
19ea9e73 14379 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
14380 gdb_test. Accept a list of expect arguments as the third
14381 parameter.
14382 (gdb_test): Use it.
14383
f2dd3617
EZ
143842003-01-20 Elena Zannoni <ezannoni@redhat.com>
14385
14386 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14387 allow for different test tree configurations. Update some
14388 tescases accordingly.
14389 * gdb.arch/altivec-regs.exp: Ditto.
14390 * gdb.asm/asm-source.exp: Ditto.
14391 * gdb.base/advance.exp: Ditto.
14392 * gdb.base/display.exp: Ditto.
d63a86f8 14393 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
14394 * gdb.base/mips_pro.exp: Ditto.
14395 * gdb.base/overlays.exp: Ditto.
14396 * gdb.base/relocate.exp: Ditto.
14397 * gdb.base/setshow.exp: Ditto.
14398 * gdb.base/step-line.exp: Ditto.
14399 * gdb.base/step-test.exp: Ditto.
14400 * gdb.base/until.exp: Ditto.
14401 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14402
c71cdefd
DC
144032003-01-17 David Carlton <carlton@math.stanford.edu>
14404
14405 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14406 corresponding to PR c++/945.
14407 Update copyright.
14408
fdba05d7
DC
144092003-01-17 David Carlton <carlton@math.stanford.edu>
14410
14411 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14412 corresponding to PR c++/68.
14413
144142003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
14415
14416 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14417 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14418 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14419
c362c33a
EZ
144202003-01-15 Elena Zannoni <ezannoni@redhat.com>
14421
0fbc361c
EZ
14422 * gdb.base/break.exp: Fix change of default location, because of
14423 removal of until tests.
14424 * gdb.base/help.exp: Update test for new 'until' help message.
14425 Add test for help on 'advance'.
a9c64011 14426 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 14427
dabf8a35
MK
144282003-01-15 Mark Kettenis <kettenis@gnu.org>
14429
14430 * gdb.base/default.exp: Adapt "info float" test for recent changes
14431 to that command. Add test for "info vector".
14432 * gdb.base/float.exp: New file. Add test for "info float" that
14433 resembles the old test in gdb.base/default.exp.
14434
a1769aca
DC
144352003-01-15 David Carlton <carlton@math.stanford.edu>
14436
14437 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14438
82025e13
EZ
144392003-01-15 Elena Zannoni <ezannoni@redhat.com>
14440
14441 * gdb.base/break.exp: Move the tests of until command from here...
14442 * gdb.base/until.exp: ... to here. New file. Add other tests.
14443 * gdb.base/advance.c: New file.
14444 * gdb.base/advance.exp: New file.
14445
8f9ab801
EZ
144462003-01-14 Elena Zannoni <ezannoni@redhat.com>
14447
a9c64011
AS
14448 * gdb.base/args.c: New file.
14449 * gdb.base/args.exp: New file.
8f9ab801 14450
9ae66589
DJ
144512003-01-14 Daniel Jacobowitz <drow@mvista.com>
14452
14453 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14454
8d77e5c3
DJ
144552003-01-14 Daniel Jacobowitz <drow@mvista.com>
14456
14457 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14458
12d2f0a1
DJ
144592003-01-14 Daniel Jacobowitz <drow@mvista.com>
14460
14461 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14462 dates.
14463
6ca37014
DJ
144642003-01-13 Daniel Jacobowitz <drow@mvista.com>
14465
14466 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14467
b0023472
DJ
144682003-01-13 Daniel Jacobowitz <drow@mvista.com>
14469
14470 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14471 (ptype &*"foo").
14472 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14473
607fbc54 144742003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
14475
14476 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14477 * gdb.mi/mi1-console.exp: Likewise.
14478
607fbc54 144792003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
14480
14481 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14482 * gdb.mi/mi1-console.exp: Likewise.
14483
a1fb14a2
DJ
144842003-01-13 Daniel Jacobowitz <drow@mvista.com>
14485
14486 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14487
c4cf40b7
DJ
144882003-01-09 Daniel Jacobowitz <drow@mvista.com>
14489
14490 * gdb.base/detach.exp: New test.
14491
696d5a5b
DJ
144922003-01-09 Daniel Jacobowitz <drow@mvista.com>
14493
14494 * Makefile.in (ALL_SUBDIRS): New variable.
14495 (subdirs, clean, distclean): Use it.
14496 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14497 regenerating Makefile, since it is generated from the top level.
14498 * gdb.asm/Makefile.in: Likewise.
14499 * gdb.base/Makefile.in: Likewise.
14500 * gdb.c++/Makefile.in: Likewise.
14501 * gdb.disasm/Makefile.in: Likewise.
14502 * gdb.java/Makefile.in: Likewise.
14503 * gdb.mi/Makefile.in: Likewise.
14504 * gdb.threads/Makefile.in: Likewise.
14505 * gdb.trace/Makefile.in: Likewise.
14506
754533e4
DC
145072003-01-09 David Carlton <carlton@math.stanford.edu>
14508
14509 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14510 Add copyright year 2003.
14511
d8b3e9ee
MC
145122003-01-06 Michael Chastain <mec@shout.net>
14513
14514 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14515 When selecting a thread, 'line' and 'file' are optional.
14516 * gdb.mi/mi1-pthreads.exp: Likewise.
14517
8e9e0fe6
AS
145182003-01-06 Andreas Schwab <schwab@suse.de>
14519
14520 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14521 failures.
14522
b5ab8ff3
DJ
145232003-01-04 Daniel Jacobowitz <drow@mvista.com>
14524
14525 Fix PR gdb/844
14526 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14527 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14528
14529 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14530 instead of calling gdb_suppress_entire_file.
14531 * gdb.threads/print-threads.exp: Likewise.
14532 * gdb.threads/schedlock.exp: Likewise.
14533
14534 * gdb.threads/killed.exp: Return instead of calling
14535 gdb_suppress_entire_file.
14536 * gdb.threads/linux-dp.exp: Likewise.
14537 * gdb.threads/pthreads.exp: Likewise.
14538
1e698235
DJ
145392003-01-04 Daniel Jacobowitz <drow@mvista.com>
14540
14541 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14542 stabs.
14543 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14544 * gdb.base/whatis.exp: Always allow (void) after function names.
14545
147ff08c
DJ
145462003-01-04 Daniel Jacobowitz <drow@mvista.com>
14547
14548 * gdb.c++/casts.exp: Correct regexp.
14549
dc62bfc2
MK
145502003-01-04 Mark Kettenis <kettenis@gnu.org>
14551
14552 * configure.in: Call AC_CONFIG_HEADER. Don't call
14553 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14554 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14555 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14556 aforementioned directories in the AC_OUPUT call.
14557 * config.hin: New file.
14558 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14559 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14560 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14561 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14562 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14563 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14564 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14565 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14566 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14567 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14568 gdb.threads/configure.in, gdb.threads/configure,
14569 gdb.threads/config.in, gdb.trace/configure.in,
14570 gdb.trace/configure: Removed.
14571
77afa639
MC
145722003-01-03 Michael Chastain <mec@shout.net>
14573
14574 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14575 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14576
7634bb6e
DJ
145772003-01-03 Daniel Jacobowitz <drow@mvista.com>
14578
14579 * gdb.base/store.exp: Fix regular expressions.
14580
b39c905e
MK
145812002-12-28 Mark Kettenis <kettenis@gnu.org>
14582
14583 * configure.in: Rewrite.
14584 * configure: Regenerated.
14585
0a8551dd
DC
145862003-01-03 David Carlton <carlton@math.stanford.edu>
14587
14588 * gdb.base/psymtab.exp: New file.
14589 * gdb.base/psymtab1.c: Ditto.
14590 * gdb.base/psymtab2.c: Ditto.
14591
c60b7188
AF
145922002-12-23 Adam Fedor <fedor@gnu.org>
14593
14594 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14595
ee73db83
DC
145962002-12-23 David Carlton <carlton@math.stanford.edu>
14597
14598 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14599 and current_directory initialization.
14600
d6c1774e
JB
146012002-12-22 Jim Blandy <jimb@redhat.com>
14602
f0a847b8
JB
14603 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14604 rather than as part of the output file name.
14605
d6c1774e
JB
14606 * gdb.base/attach.exp: There's no need to copy the test program to
14607 /tmp; that was only ever necessary on HP/UX, and this test is
14608 entirely disabled there anyway.
14609
f0708dbb
JB
146102002-12-21 Jim Blandy <jimb@redhat.com>
14611
4c2acfea
JB
14612 * gdb.c++/psmang.exp: Doc fix.
14613
f0708dbb
JB
14614 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14615 test.
14616
9579e000
DC
146172002-12-20 David Carlton <carlton@math.stanford.edu>
14618
14619 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14620
d1810171
MC
146212002-12-18 Michael Chastain <mec@shout.net>
14622
14623 * gdb.c++/annota2.exp: Add copyright year 2002.
14624
76565097
DC
146252002-12-17 David Carlton <carlton@math.stanford.edu>
14626
14627 * gdb.c++/try_catch.cc: Add marker comments.
14628 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14629 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14630 * gdb.c++/m-static.cc: Ditto.
14631 * gdb.c++/m-static1.cc: Ditto.
14632 * gdb.c++/try_catch.cc: Ditto.
14633
da81390b
JJ
146342002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14635
14636 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14637 to see whether we are using the new -environment-directory
14638 command which resets via -r or the old version of the command
14639 which may prompt the user. Part of fix for gdb/741.
14640
b304d130
AC
146412002-12-13 Andrew Cagney <ac131313@redhat.com>
14642
14643 * gdb.fortran/types.exp: Update obsolete comment.
14644 * gdb.fortran/exprs.exp: Ditto.
14645 * lib/gdb.exp: Delete obsolete code.
14646 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14647 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14648 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14649 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14650 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14651 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14652 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14653 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14654 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14655 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14656 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14657 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14658 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14659 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14660 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14661 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14662 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14663 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14664 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14665 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14666 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14667 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14668 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14669 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14670 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14671 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14672 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14673 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14674 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14675 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14676 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14677 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14678 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14679 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14680 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14681 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14682 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14683
a23b6e6a
DC
146842002-12-11 David Carlton <carlton@math.stanford.edu>
14685
14686 * gdb.c++/m-data.exp: Add test for members that shadow global
14687 variables: see PR gdb/804.
14688 * gdb.c++/m-data.cc: Ditto.
14689
6604731b
DJ
146902002-12-10 Daniel Jacobowitz <drow@mvista.com>
14691
14692 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14693
de46ecd7
DC
146942002-12-06 David Carlton <carlton@math.stanford.edu>
14695
14696 * gdb.base/store.c: Don't declare functions static.
14697
27e829d0
AC
146982002-12-04 Andrew Cagney <ac131313@redhat.com>
14699
14700 * gdb.base/store.exp, gdb.base/store.c: New files.
14701
92806416
DJ
147022002-12-03 Daniel Jacobowitz <drow@mvista.com>
14703
14704 * gdb.base/selftest.exp: Update for current gdb.
14705
3bcbaac5
DJ
147062002-12-03 Daniel Jacobowitz <drow@mvista.com>
14707
14708 * gdb.base/maint.exp: Only dump symbols from one source file
14709 or objfile.
14710
f4f00b1f
DJ
147112002-12-03 Daniel Jacobowitz <drow@mvista.com>
14712
14713 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14714 function call.
14715
f1c8a949
JB
147162002-11-25 Jim Blandy <jimb@redhat.com>
14717
14718 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14719 function appearing in error message.
14720
9e297a97
DJ
147212002-11-21 Daniel Jacobowitz <drow@mvista.com>
14722
14723 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14724
1f312e79
JJ
147252002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14726
d63a86f8
RM
14727 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14728 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
14729 should be in mi console format. This is part of fix for PR gdb/604.
14730
83c31e7d
FN
147312002-09-18 Fernando Nasser <fnasser@redhat.com>
14732
14733 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14734 which explicitly prints the zero offset as "+0".
14735
322b3f65
DJ
147362002-10-22 Daniel Jacobowitz <drow@mvista.com>
14737
14738 * gdb.threads/schedlock.c (args): Make unsigned.
14739
147402002-10-21 Daniel Jacobowitz <drow@mvista.com>
14741
14742 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14743 numbers. Allow "foo2|selected stack frame".
14744 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14745 * gdb.asm/asmsrc2.s: Likewise.
14746 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14747 comments.
14748 * gdb.asm/mips.inc: New file.
14749
5e2fe5b8
AF
147502002-10-18 Adam Fedor <fedor@gnu.org>
14751
14752 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14753 * gdb.base/help.exp: Likewise.
14754
abe1a5d0
KB
147552002-10-17 Kevin Buettner <kevinb@redhat.com>
14756
14757 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14758 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14759
10abb1d4
JB
147602002-10-02 Jim Blandy <jimb@redhat.com>
14761
14762 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14763
1f609b42
AC
147642002-10-01 Andrew Cagney <ac131313@redhat.com>
14765
14766 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14767 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14768 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14769 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14770 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14771 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14772 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14773
0aee02e4
AC
147742002-09-29 Andrew Cagney <ac131313@redhat.com>
14775
14776 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14777 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14778 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14779 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14780 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14781 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14782 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 14783
6fde09ad
KB
147842002-09-27 Kevin Buettner <kevinb@redhat.com>
14785
14786 * gdb.base/annota1.exp (info break): Make directory components of
14787 path optional since not all compilers emit this debug information.
14788
889bf7c5
PA
14789 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14790 step ends up stepping out of the function instead of stopping on
14791 the epilogue.
6fde09ad 14792
9e8aab75
KS
147932002-09-26 Keith Seitz <keiths@redhat.com>
14794
14795 * lib/insight-support.exp (gdbtk_start): Figure out where
14796 the insight executable is based on where gdb is. Use this
14797 executable to start insight instead of gdb.
14798
e36180d7
AC
147992002-09-25 Andrew Cagney <cagney@redhat.com>
14800
14801 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14802
9dd34b2b
AC
148032002-09-24 Andrew Cagney <ac131313@redhat.com>
14804
14805 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14806 test_isolated_complaints.
14807 (test_empty_complaint): New function.
14808 (test_empty_complaints): New function. Check no output when no
14809 complaints.
d63a86f8 14810
dea97812
KB
148112002-09-19 Jim Blandy <jimb@redhat.com>
14812
a9c64011 14813 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 14814
54951bd7
AC
148152002-09-19 Andrew Cagney <ac131313@redhat.com>
14816
14817 * gdb.gdb/complaints.exp: New file.
14818
dec43320
AC
148192002-09-18 Andrew Cagney <ac131313@redhat.com>
14820
14821 * gdb.base/maint.exp: Check `help maint internal-warning'.
14822
e70d6e3f
DC
148232002-09-18 David Carlton <carlton@math.stanford.edu>
14824
14825 * gdb.c++/m-static.exp: Remove breakpoints depending on line
14826 numbers, and replace them by a single breakpoint after the
14827 constructors are all finished.
14828 Add test 4.
14829 * gdb.c++/m-static.cc: Add test 4.
14830 * gdb.c++/m-static.h: New file.
14831 * gdb.c++/m-static1.cc: New file.
14832
14833 * gdb.c++/printmethod.exp: New file.
14834 * gdb.c++/printmethod.cc: New file.
14835
14836 * gdb.c++/pr-574.exp: New file.
14837 * gdb.c++/pr-574.cc: New file.
14838
afb5c968
CV
148392002-09-18 Corinna Vinschen <vinschen@redhat.com>
14840
14841 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
14842 embedded targets which never actually exit.
14843
31e45dee
FN
148442002-09-18 Fernando Nasser <fnasser@redhat.com>
14845
14846 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
14847 "don't step after run" as unresolved or unsupported, instead of xfail.
14848
a283c5a1
CV
148492002-09-18 Corinna Vinschen <vinschen@redhat.com>
14850
14851 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
14852 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
14853 Add newline to expected string in "step out of main (status wrapper)"
14854 case.
14855
11350d2a
CV
148562002-09-18 Corinna Vinschen <vinschen@redhat.com>
14857
14858 * lib/gdb.exp (rerun_to_main): Allow restarting application.
14859 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
14860
0deec7d6
TT
148612002-09-17 Tom Tromey <tromey@redhat.com>
14862
14863 * gdb.base/printcmds.exp (test_print_string_constants): Expect
14864 \000, not \0, in double-quoted string.
14865
b2b4a1b5
CV
148662002-09-14 Corinna Vinschen <vinschen@redhat.com>
14867
c9d37158 14868 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
14869 string after running the commands execution on breakpoint tests.
14870
1c56143a
CV
148712002-09-13 Corinna Vinschen <vinschen@redhat.com>
14872
14873 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
14874
37f8da45
JB
148752002-09-12 Joel Brobecker <brobecker@gnat.com>
14876
14877 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
14878
08b468e0
KS
148792002-09-10 Keith Seitz <keiths@redhat.com>
14880
14881 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14882 runto proc.
14883 (mi_run_to_main): Use mi_runto.
14884 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
14885
dc360f58
KS
148862002-09-10 Keith Seitz <keiths@redhat.com>
14887
14888 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
14889 regexp for stopping at main. Could have multiple event notifications.
14890 Don't assume that main was declared with no parameters.
14891 (mi_next): Use mi_step_to.
14892 (mi_step): Use mi_next_to.
14893
ce3abcfb
CV
148942002-09-09 Corinna Vinschen <vinschen@redhat.com>
14895
14896 * gdb.base/default.exp: Fix expected string in `info float' test.
14897
d1f5b980
BE
148982002-09-09 Ben Elliston <bje@redhat.com>
14899
14900 * config/mips.exp: Update comments.
14901 * config/mips-idt.exp: Likewise.
14902 * config/nind.exp: Likewise.
14903 * config/slite.exp: Likewise.
14904 * config/sparclet.exp: Likewise.
14905 * config/udi.exp: Likewise.
14906 * config/vx.exp: Likewise.
14907 * config/vxworks29k.exp: Likewise.
14908
2f71430b
JB
149092002-09-05 Jim Blandy <jimb@redhat.com>
14910
14911 * gdb.threads/killed.exp: Fix test failure message.
14912
7ddebc7e
KS
149132002-09-04 Keith Seitz <keiths@redhat.com>
14914
14915 * lib/mi-support.exp: Update copyright.
14916 (mi_gdb_test): Increase the priority of the expected pattern
14917 so that it matches gdb_test.
14918
0ae67eb3
KS
149192002-09-03 Keith Seitz <keiths@redhat.com>
14920
14921 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14922 Use integer comparison instead of string comparison for testing
14923 whether binary was built.
14924
38fc42c8
JB
149252002-09-03 Jim Blandy <jimb@redhat.com>
14926
14927 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14928
b6ff0e81
JB
149292002-08-29 Jim Blandy <jimb@redhat.com>
14930
14931 * gdb.threads/pthreads.exp: Move the portable thread compilation
14932 code into a function in lib/gdb.exp, and call that from here.
14933 * lib/gdb.exp (gdb_compile_pthreads): New function.
14934
07c98896
KS
149352002-08-29 Keith Seitz <keiths@redhat.com>
14936
14937 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14938 expect_out so that callers can get at it.
14939
0312286c
DJ
149402002-08-23 Daniel Jacobowitz <drow@mvista.com>
14941
14942 * gdb.threads/print-threads.c: New file.
14943 * gdb.threads/print-threads.exp: New file.
14944 * gdb.threads/schedlock.c: New file.
14945 * gdb.threads/schedlock.exp: New file.
14946
dd039bc4
EZ
149472002-08-22 Elena Zannoni <ezannoni@redhat.com>
14948
a9c64011
AS
14949 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
14950 not altivec.c.
dd039bc4 14951
1f36144c
MK
149522002-08-17 Mark Kettenis <kettenis@gnu.org>
14953
14954 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
14955 targets. The problem should be fixed now.
14956
16057ec7 149572002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
14958
14959 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
14960 2002-07-24 change that removes final dots from error messages.
14961
3c1499ad
TT
149622002-08-13 Tom Tromey <tromey@redhat.com>
14963
14964 * gdb.base/readline.exp: New file.
14965
a20ce2c3
AC
149662002-08-01 Andrew Cagney <ac131313@redhat.com>
14967
14968 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
14969 supress message.
14970
db034ac5
AC
149712002-08-01 Andrew Cagney <cagney@redhat.com>
14972
14973 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
14974 CHILL_FOR_TARGET and CHILL_LIB.
14975 * configure.in (configdirs): Remove gdb.chill.
14976 * configure: Regenerate.
14977 * lib/gdb.exp: Obsolete references to chill.
14978 * gdb.fortran/types.exp: Ditto.
14979 * gdb.fortran/exprs.exp: Ditto.
14980
3e000b18
KB
149812002-07-30 Kevin Buettner <kevinb@redhat.com>
14982
14983 * gdb.base/shlib-call.exp (additional_flags): Conditionally
14984 set Irix-specific compile and link flags.
14985
28f4966b
KB
149862002-07-29 Kevin Buettner <kevinb@redhat.com>
14987
14988 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
14989 source files. The ``-o'' option doesn't work with the ``-E'' option
14990 when using the Irix compiler.
14991
46c0d5a6
DJ
149922002-07-19 Daniel Jacobowitz <drow@mvista.com>
14993
14994 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
14995 Improve support for reusing an exec file. Copy exec file
14996 to target, and run gdbserver on the target instead of on the host.
14997
eecf4bed
JB
149982002-07-18 Jim Blandy <jimb@redhat.com>
14999
0f815cdf
JB
15000 * gdb.base/ending-run.exp: Don't expect to see the program end in
15001 some orderly fashion when we're running on a real stand-alone
15002 board.
15003
eecf4bed
JB
15004 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15005 targets that don't support interrupts.
15006
52d309e4
JB
150072002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15008
15009 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15010 systems.
15011 Move comments in expect statements to inside the actions, so that they
15012 don't get matched against.
15013
ff683d9e
MK
150142002-07-10 Mark Kettenis <kettenis@gnu.org>
15015
15016 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15017 function when asleep" test.
15018
b5356753
AC
150192002-07-10 Andrew Cagney <ac131313@redhat.com>
15020
15021 * gdb.base/page.exp: Rewrite to handle problems with very long
15022 `info set' output. Update copyright.
15023
6aa4d13a
AC
150242002-06-26 Andrew Cagney <ac131313@redhat.com>
15025
15026 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15027 gdb.threads-hp.
15028 * gdb.hp/configure: Regenerate.
15029 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15030 * gdb.hp/gdb.threads-hp/configure: Delete file.
15031 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15032
8cf8c2b8
AC
150332002-06-22 Andrew Cagney <ac131313@redhat.com>
15034
15035 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15036 setlocale, bindtextdomain and textdomain.
15037
6827a8f8
JB
150382002-06-11 Jim Blandy <jimb@redhat.com>
15039
919d772c
JB
15040 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15041 preprocessor macro information is present.
15042
6827a8f8
JB
15043 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15044 tests.
15045
c15b0d21
MS
150462002-06-06 Michael Snyder <msnyder@redhat.com>
15047
c5984d70
MS
15048 * gdb.base/overlays.exp: Record addresses of overlay
15049 functions in TCL variables rather than in GDB variables,
15050 to avoid having GDB convert them to pointers (with loss
15051 of information).
15052
d63a86f8 15053 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 15054 default linker script changes.
c15b0d21
MS
15055 * gdb.base/long_long.exp: Add check for sizeof (long double).
15056
be26fe0d
ML
150572002-06-06 Michal Ludvig <mludvig@suse.cz>
15058
15059 * gdb.asm/asm-source.exp: Add x86-64 target.
15060 * gdb.asm/x86_64.inc: New.
d63a86f8 15061
258093ca 150622002-05-30 Michael Chastain <mec@shout.net>
258093ca 15063
4b3153f1 15064 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
15065 * gdb.c++/m-static.cc: New file.
15066 * gdb.c++/m-static.exp: New file.
15067
241264c6
MS
150682002-05-28 Michael Snyder <msnyder@redhat.com>
15069
15070 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15071 precision.
15072
9bba8c8f 150732002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 15074
4b3153f1 15075 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
15076 * gdb.c++/m-data.cc: New file.
15077 * gdb.c++/m-data.exp: New file.
15078
150792002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 15080
4b3153f1 15081 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 15082 * gdb.c++/try_catch.cc: New file.
d63a86f8 15083 * gdb.c++/try_catch.exp: New file.
9bba8c8f 15084
def1b996
MC
150852002-05-27 Michael Chastain <mec@shout.net>
15086
15087 * gdb.c++/local.exp: Accept more nested types in output.
15088
522ba268
MC
150892002-05-26 Michael Chastain <mec@shout.net>
15090
15091 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15092
277254ba
MS
150932002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15094
15095 * lib/gdb.exp (gdb_wrapper_init): Just because
15096 gdb_wrapper_file exists, this does not mean that the file
15097 should not be rebuilt. That is what gdb_wrapper_initialized
15098 is for.
15099 (default_gdb_init): Reset gdb_wrapper_initialized.
15100
b61a8733
MS
151012002-05-23 Michael Snyder <msnyder@redhat.com>
15102
d63a86f8 15103 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
15104 the precision of the floating point test results.
15105 * gdb.base/call-rt-st.exp: Ditto.
15106
b61a8733
MS
15107 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15108 * gdb.base/call-rt-st.exp: Ditto.
15109
56f6e910
MC
151102002-05-19 Michael Chastain <mec@shout.net>
15111
15112 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15113
ad0b0016
EZ
151142002-05-19 Elena Zannoni <ezannoni@redhat.com>
15115
a9c64011
AS
15116 * configure.in (configdirs): Add gdb.arch.
15117 * configure: Regenerate.
ad0b0016 15118
f617d2b6
JB
151192002-05-17 Jim Blandy <jimb@redhat.com>
15120
15121 * gdb.base/completion.exp: Recognize the more detailed error
15122 messages produced by the macro expander's lexical analyzer.
15123
eac2a696
EZ
151242002-05-14 Elena Zannoni <ezannoni@redhat.com>
15125
a9c64011
AS
15126 * gdb.arch/altivec-abi.c: New file.
15127 * gdb.arch/altivec-abi.exp: New file.
15128 * gdb.arch/altivec-regs.c: New file.
15129 * gdb.arch/altivec-regs.exp: New file.
eac2a696 15130
2fdde8f8
DJ
151312002-05-14 Daniel Jacobowitz <drow@mvista.com>
15132
15133 * gdb.base/maint.exp (maint print type): Update for new type
15134 structure.
d63a86f8 15135
e31f1a7c
EZ
151362002-05-14 Elena Zannoni <ezannoni@redhat.com>
15137
15138 * gdb.arch: New directory.
15139 * gdb.arch/configure.in: New file.
15140 * gdb.arch/configure: New file.
15141 * gdb.arch/Makefile.in: New file.
15142
db589741
CV
151432002-05-13 Corinna Vinschen <vinschen@redhat.com>
15144
15145 * gdb.asm/asm-source.exp: Add v850 as supported target.
15146 * gdb.asm/v850.inc: New file.
15147
8ce2a7dc
DJ
151482002-05-13 Daniel Jacobowitz <drow@mvista.com>
15149
15150 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15151
df763c7f
DJ
151522002-05-12 Daniel Jacobowitz <drow@mvista.com>
15153
15154 * gdb.base/break.exp: Check 'break "marker2"'.
15155
377daeed
MS
151562002-05-10 Michael Snyder <msnyder@redhat.com>
15157
15158 * gdb.base/long_long.exp: Fix typo.
15159
c4b7bc2b
JB
151602002-05-10 Jim Blandy <jimb@redhat.com>
15161
ecac9a4e
JB
15162 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15163 a bug.
15164
c4b7bc2b
JB
15165 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15166 Recognize more detailed error message produced by the macro
15167 expander's lexical analyzer.
15168 * lib/gdb.exp (test_print_reject): Same.
15169
e71019a1
MK
151702002-05-09 Mark Kettenis <kettenis@gnu.org>
15171
15172 * gdb.c++/method.exp: Fix typo.
15173
fedfc8e6
MS
151742002-05-08 Michael Snyder <msnyder@redhat.com>
15175
166a1957
MS
15176 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15177 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 15178 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
15179 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15180 Add iftarget clause for strongarm.
d63a86f8 15181
f1c47eb2
MS
151822002-05-06 Michael Snyder <msnyder@redhat.com>
15183
cb9a9d3e
MS
15184 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15185 (gdb_continue_to_end): Accept output from status wrapper.
15186 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15187 Clean up fail messages to match pass messages.
15188
f1c47eb2
MS
15189 Enable the "needs_status_wrapper" testsuite feature.
15190 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15191 (gdb_compile): Conditionally call gdb_wrapper_init.
15192 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15193 * gdb.c++/method.exp: Recognize output from status wrapper.
15194
6079c749
BE
151952002-05-06 Ben Elliston <bje@redhat.com>
15196From Graydon Hoare <graydon@redhat.com>
15197
15198 * config/sid.exp: Include support for "rawsid" protocol.
15199
188baff3
JB
152002002-05-03 Jim Blandy <jimb@redhat.com>
15201
15202 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15203 * gdb.c++/hang3.C: New file.
15204
b9c07f0f
AC
152052002-05-04 Andrew Cagney <ac131313@redhat.com>
15206
15207 * gdb.base/default.exp: Remove obsolete code.
15208 * gdb.c++/misc.exp: Ditto. Update copyright.
15209 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15210 * gdb.base/whatis.exp: Ditto. Update copyright.
15211 * gdb.base/scope.exp: Ditto. Update copyright.
15212 * gdb.base/ptype.exp: Ditto. Update copyright.
15213 * gdb.base/printcmds.exp: Ditto. Update copyright.
15214 * gdb.base/opaque.exp: Ditto. Update copyright.
15215 * gdb.base/list.exp: Ditto.
15216 * gdb.base/funcargs.exp: Ditto. Update copyright.
15217 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15218 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15219 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15220 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15221 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15222 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15223
5c7a0397
MS
152242002-05-02 Michael Snyder <msnyder@redhat.com>
15225
d6dcc264 15226 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
15227 * gdb.base/long_long.exp: Add xscale target.
15228 * gdb.base/default.exp: Add xscale target.
15229
eb7f1c48
JB
152302002-05-01 Jim Blandy <jimb@redhat.com>
15231
15232 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15233 gdb.c++/hang.exp: New test.
15234
a6befae8
FF
152352002-05-01 Fred Fish <fnf@redhat.com>
15236
15237 * gdb.base/completion.exp: Handle completions of "./Make" for
15238 more than one completion possibility, as is the case when we
15239 build and test in the source tree.
15240
0a310277
AG
152412002-04-29 Anthony Green <green@redhat.com>
15242
15243 * gdb.java/jmisc1.exp: New file.
15244 * gdb.java/jmisc2.exp: New file.
15245
6ff9af88
DJ
152462002-04-24 Daniel Jacobowitz <drow@mvista.com>
15247
15248 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15249
96b3d632
EZ
152502002-04-23 Elena Zannoni <ezannoni@redhat.com>
15251
15252 * gdb.base/help.exp: Change 'help status' to allow for target
15253 dependent output differences.
15254
5019bb54
MC
152552002-04-22 Michael Chastain <mec@shout.net>
15256
15257 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15258
a805a116
MC
152592002-04-22 Michael Chastain <mec@shout.net>
15260
15261 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15262
a1706bfd
DM
152632002-04-17 David S. Miller <davem@redhat.com>
15264
15265 * gdb.asm/sparc64.inc: New file.
15266 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15267
a73a20a2
EZ
152682002-04-19 Elena Zannoni <ezannoni@redhat.com>
15269
15270 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15271 instruction file directly into the build tree. Clean up at end of
15272 test.
15273
ba678339
DM
152742002-04-18 David S. Miller <davem@redhat.com>
15275
15276 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15277 handle 64-bit platforms correctly.
15278 * gdb.base/maint.exp: Likewise.
15279
b03399da
KB
152802002-04-18 Kevin Buettner <kevinb@redhat.com>
15281
15282 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15283 ``-fpic'' when compiling files comprising a shared library, but
15284 it does need additional linker flags in order to find shared
15285 libraries at run time.
15286
e2004992
KB
152872002-04-18 Kevin Buettner <kevinb@redhat.com>
15288
15289 * gdb.base/cvexpr.c (use): New function.
15290 (main): Invoke use() on all global variables to prevent
15291 some linkers from deleting these otherwise unused symbols.
15292
d8937120
MC
152932002-04-17 Michael Chastain <mec@shout.net>
15294From David S. Miller <davem@redhat.com>
15295
15296 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15297 handle 64-bit platforms correctly.
15298
ffd61a58
MS
152992002-04-12 Michael Snyder <msnyder@redhat.com>
15300From Jim Blandy <jimb@redhat.com>
a9c64011 15301 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
15302 script can handle this instead.
15303 * gdb.base/bar.c (barx): Same.
15304 * gdb.base/baz.c (bazx): Same.
15305 * gdb.base/grbx.c (grbxx): Same.
15306
15307 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15308 manager doesn't automatically unmap overlays unnecessarily.
15309
6b8426a6
MH
153102002-04-10 Martin M. Hunt <hunt@redhat.com>
15311
15312 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15313 stepping out of main.
15314
34af4875
MC
153152002-04-09 Michael Chastain <mec@shout.net>
15316
15317 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15318 scope so that the nested scope tests will make sense.
15319 * gdb.c++/local.exp: Write patterns that actually work with gcc
15320 (the HP patterns "were never known to work with gcc").
15321 Keep the old aCC patterns too.
15322
2d1676a0
DJ
153232002-04-09 Daniel Jacobowitz <drow@mvista.com>
15324
15325 * gdb.base/attach.exp: Correct target board test.
15326
3a63e3f9
MC
153272002-04-08 Michael Chastain <mec@shout.net>
15328
15329 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15330 in a const method. Add some xfail and fail cases for configurations
15331 that do not emit the "const ...".
15332
f18dabd2
MC
153332002-04-07 Michael Chastain <mec@shout.net>
15334
15335 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15336 Accept "A * const" and "const A * const" as type of "this".
15337 Fix spelling of getFunky throughout. Make messages uniform.
15338
0fcddd82
EZ
153392002-04-07 Elena Zannoni <ezannoni@redhat.com>
15340
a9c64011 15341 Work around for PR gdb/285:
0fcddd82
EZ
15342 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15343
16a8534a
EZ
153442002-04-07 Elena Zannoni <ezannoni@redhat.com>
15345
15346 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15347 instructions file at run time instead of configure time.
15348 Sometimes we run the test in a directory that is not the one we
15349 configured in.
15350 * gdb.asm/configure.in: Delete creation of symlink.
15351 * gdb.asm/configure: Regenerate.
15352
24181d81
JB
153532002-04-05 J. Brobecker <brobecker@gnat.com>
15354
15355 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15356 xfullpath () function.
15357
7cdb7107
DJ
153582002-04-04 Daniel Jacobowitz <drow@mvista.com>
15359
15360 * gdb.asm/Makefile.in: Correct dependencies.
15361
15362 * gdb.asm/powerpc.inc: New file.
15363 * gdb.asm/asm-source.exp: Add PowerPC.
15364 * gdb.asm/configure.in: Likewise.
15365 * gdb.asm/configure: Regenerated.
15366
a7d17088
DJ
153672002-04-04 Daniel Jacobowitz <drow@mvista.com>
15368
15369 * gdb.base/relocate.exp: New file.
15370 * gdb.base/relocate.c: New file.
15371
cd721503
FF
153722002-04-04 Fred Fish <fnf@redhat.com>
15373
15374 * gdb.base/step-test.exp: Update comment regarding stopping in
15375 memcpy/bcopy calls inserted as part of the compiler runtime.
15376
b22ad7a7
MS
153772002-04-04 Michael Snyder <msnyder@redhat.com>
15378
15379 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15380
5f279fa6
DJ
153812002-04-03 Daniel Jacobowitz <drow@mvista.com>
15382
15383 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15384 (gdb_expect): Remove $notransfer hack.
15385
dd0fd3ce
DJ
153862002-04-02 Daniel Jacobowitz <drow@mvista.com>
15387
15388 * gdb.c++/classes.exp ("calling method for small class"): Match
15389 updated register output.
15390
1e50cda1
DJ
153912002-03-30 Daniel Jacobowitz <drow@mvista.com>
15392
15393 Fix PR gdb/452
15394 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15395 when finished. Make gdb_file_cmd send "exec-file" when
15396 appropriate.
15397
24015922
DJ
153982002-03-30 Daniel Jacobowitz <drow@mvista.com>
15399
15400 * gdb.base/attach.exp: Remove extra setup_xfail.
15401
dd7dfd64
MS
154022002-03-26 Michael Snyder <msnyder@redhat.com>
15403
15404 * gdb.base/default.exp: Add tests for dump, append, and restore.
15405 * gdb.base/help.exp: Add tests for dump, append, and restore.
15406 * gdb.base/dump.exp: New file, test dump, append and restore.
15407 * gdb.base/dump.c: New file.
15408
48b2f8d7
MS
154092002-03-27 Michael Snyder <msnyder@redhat.com>
15410
d63a86f8 15411 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
15412 clean-ups in help messages.
15413
05b4d525
FF
154142002-03-26 Fred Fish <fnf@redhat.com>
15415
15416 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15417 have debugging info for those functions and the compiler uses them
15418 internally to copy structs around.
15419
d7679631
FF
154202002-03-26 Fred Fish <fnf@redhat.com>
15421
15422 * gdb.base/list.exp: Revert the change made yesterday and add note
15423 about why we don't list the default lines for remote targets.
15424
523ac3f9
MS
154252002-03-25 Michael Snyder <msnyder@redhat.com>
15426
15427 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15428
754b2b8d
FF
154292002-03-25 Fred Fish <fnf@redhat.com>
15430
15431 * gdb.base/list.exp: This test works on remote targets so remove
15432 the short circuit for remote targets. Update copyright.
15433
33c3e192
FF
154342002-03-25 Fred Fish <fnf@redhat.com>
15435
15436 * gdb.base/attach.exp: Fix logic error that was suppressing this
15437 test for all non hppa*-*-hpux* targets, instead of the hp target.
15438 Move comments closer to the suppression point. Also now need to
15439 check that we are running natively.
15440
d43e73ee
MS
154412002-03-22 Michael Snyder <msnyder@redhat.com>
15442
882c8f02
MS
15443 * gdb.base/default.exp: Add test for gcore. Update copyright.
15444 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 15445
04c12f60
FF
154462002-03-06 Fred Fish <fnf@redhat.com>
15447
15448 * gdb.base/funcargs.c: Remove extraneous ';' character.
15449 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15450
b43df995
MC
154512002-03-04 Michael Chastain <mec@shout.net>
15452
15453 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15454 accommodate gcc v3 function signature.
15455 * gdb.mi/mi0-var-cmd-exp: Ditto.
15456
92362027
AC
154572002-02-24 Andrew Cagney <ac131313@redhat.com>
15458
15459 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15460 ``GNU/Linux'' or ``Linux kernel''
15461 * testsuite/gdb.threads/pthreads.c: Ditto.
15462
258ad32d
MC
154632002-02-24 Michael Chastain <mec@shout.net>
15464
15465 * gdb.threads/pthreads.c (thread1): Add a return statement.
15466 (thread2): Likewise.
15467 (foo): Likewise.
15468
04c3b3d4
MC
154692002-02-23 Michael Chastain <mec@shout.net>
15470
15471 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15472 to placate gcc.
15473
5a2a0a20
MC
154742002-02-23 Michael Chastain <mec@shout.net>
15475
15476 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15477 test "ptype bint". The test passes on all my stabs configurations.
15478
a640f7fc
JB
154792002-02-21 Jim Blandy <jimb@redhat.com>
15480
27924826
JB
15481 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15482 filename at a time, and watch for the ones we want to see.
15483
a640f7fc
JB
15484 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15485 types of pointers to prototyped functions.
15486
edcc8c75
AC
154872002-02-20 Andrew Cagney <ac131313@redhat.com>
15488
15489 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15490 signed, unsigned and straight char.
15491 (padding_char, padding_short, padding_int, padding_long,
15492 padding_long_long, padding_float, padding_double,
15493 padding_long_double): New global variables.
15494 (fill, fill_structs): New functions.
15495
15496 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15497 for correctly sized writes. Update copyright.
15498 (get_valueof): New procedure.
15499 (get_sizeof): Call get_valueof.
15500 (check_valueof): New procedure.
15501 (check_padding): New procedure.
15502
ac57ea44
MC
155032002-02-20 Michael Chastain <mec@shout.net>
15504
15505 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15506 to setup_xfail. Document some of the remaining calls.
15507
7a10c941
MC
155082002-02-18 Michael Chastain <mec@shout.net>
15509
15510 * gdb.c++/userdef.exp: Update copyright year.
15511
fb8acdcc
DJ
155122002-02-18 Daniel Jacobowitz <drow@mvista.com>
15513
15514 * gdb.c++/userdef.exp: Test overloaded operators properly.
15515 Remove xfails.
15516
fda6ae12
MS
155172002-02-14 Michael Snyder <msnyder@redhat.com>
15518
15519 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15520
676a0442
DJ
155212002-02-14 Daniel Jacobowitz <drow@mvista.com>
15522
15523 * gdb.base/a2-run.exp: Check for a remote target properly.
15524 * gdb.base/annota1.exp: Likewise.
15525 * gdb.base/list.exp: Likewise.
15526 * gdb.base/reread.exp: Likewise.
15527 * gdb.base/scope.exp: Likewise.
15528 * gdb.base/shlib-call.exp: Likewise.
15529 * gdb.base/term.exp: Likewise.
15530 * gdb.c++/annota2.exp: Likewise.
15531
78b4f468
RE
155322002-02-13 Richard Earnshaw <rearnsha@arm.com>
15533
15534 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15535
9a81ba51
MC
155362002-02-10 Michael Chastain <mec@shout.net>
15537
15538 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15539 (call_after_alloca): Ditto.
15540
004af6c7
DJ
155412002-02-10 Daniel Jacobowitz <drow@mvista.com>
15542
15543 * gdb.base/ending-run.exp: Guard "cont" test with
15544 gdb_skip_stdio_test.
15545
37225f62
JB
155462002-02-06 Jim Blandy <jimb@redhat.com>
15547
15548 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15549 from here...
15550 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15551 To here. Disable this test on non-HP platforms. Add big comment.
15552
fe6fdd96
MS
155532002-02-04 Michael Snyder <msnyder@redhat.com>
15554
15555 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15556 other than d10v and m32r.
15557
036fad3f
RE
155582002-02-02 Richard Earnshaw <rearnsha@arm.com>
15559
15560 * gdb.base/default.exp: Rewrite test patterns to reduce time
15561 taken to match them.
15562
7148ab62
DJ
155632002-01-30 Daniel Jacobowitz <drow@mvista.com>
15564
15565 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15566 Allow a start function above main.
15567 * gdb.threads/linux-dp.exp: Fix copyright date.
15568
396cc255
DJ
155692002-01-30 Daniel Jacobowitz <drow@mvista.com>
15570
a9c64011
AS
15571 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15572 (check_philosopher_stack): Check for manager thread before checking
15573 for a just-starting thread.
396cc255 15574
f038d31b
DJ
155752002-01-30 Daniel Jacobowitz <drow@mvista.com>
15576
15577 From Neil Booth <neil@daikokuya.demon.co.uk>:
15578 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15579 warnings.
15580
b3ff9d9a
FF
155812002-01-21 Fred Fish <fnf@redhat.com>
15582
15583 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15584 not caller.
15585
39ad761d
JB
155862002-01-21 Jim Blandy <jimb@redhat.com>
15587
15588 * gdb.base/reread.exp: Check that GDB properly re-reads the
15589 executable file when it changes while no inferior is running.
15590
aaf320fa
FF
155912002-01-21 Fred Fish <fnf@redhat.com>
15592
a9c64011
AS
15593 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15594 optionally accept the "shlib events" variation.
aaf320fa 15595
808a31f5
JB
155962002-01-21 Jim Blandy <jimb@redhat.com>
15597
15598 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15599 call `fflush' after every `printf', so that the output is produced
15600 at predictable points, regardless of whatever buffering does (or
15601 doesn't) take place.
15602 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15603 at different points.
15604
4420d5e2
DJ
156052002-01-20 Daniel Jacobowitz <drow@mvista.com>
15606
15607 * gdb.c++/inherit.exp: Update copyright years.
15608 * gdb.c++/method.exp: Likewise.
15609
3e36a0f4
DJ
156102002-01-20 Daniel Jacobowitz <drow@mvista.com>
15611
15612 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15613 artificial methods/arguments.
15614 * gdb.c++/derivation.exp: Likewise.
15615 * gdb.c++/inherit.exp: Likewise.
15616 * gdb.c++/method.exp: Likewise.
15617 * gdb.c++/virtfunc.exp: Likewise.
15618
b4ceaee6
AC
156192002-01-18 Andrew Cagney <ac131313@redhat.com>
15620
15621 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15622 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15623 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15624 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15625 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15626 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15627
ecace851
JB
156282002-01-17 Jim Blandy <jimb@redhat.com>
15629
15630 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15631 anchoring the pattern matching the entry point symbol's name.
15632
375fc983
AC
156332002-01-17 Andrew Cagney <ac131313@redhat.com>
15634
15635 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15636 continue/quit query. Update copyright.
15637
fe6fdd96
MS
156382002-01-14 Michael Snyder <msnyder@redhat.com>
15639
15640 * gdb.base/gcore.exp: Remove extra debugging output.
15641
e017c81f
DJ
156422002-01-13 Daniel Jacobowitz <drow@mvista.com>
15643
15644 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15645 for slightly dubious v2 mangled string.
15646
37ab3bf8
DJ
156472002-01-13 Daniel Jacobowitz <drow@mvista.com>
15648
15649 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15650
1bc05c3a 156512002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 15652
1bc05c3a 15653 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 15654
1bc05c3a
JM
15655 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15656 constructors.
15657 * gdb.c++/derivation.exp: Likewise.
15658 * gdb.c++/templates.exp: Likewise.
15659 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 15660
1bc05c3a
JM
156612002-01-10 Michael Snyder <msnyder@redhat.com>
15662
15663 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 15664
a911c360
MS
156652002-01-08 Michael Snyder <msnyder@redhat.com>
15666
15667 * gdb.base/gcore.exp: New test for generate-core-file command.
15668 * gdb.base/gcore.c: Testcase for above.
15669 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15670
ea2119ec
JM
156712002-01-08 Jason Merrill <jason@redhat.com>
15672
15673 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15674
68203136
FF
156752002-01-07 Fred Fish <fnf@redhat.com>
15676
15677 * gdb.c++/overload.exp: Remove unconditional xfails for:
15678 print foo_instance1.overloadargs(1)
15679 print foo_instance1.overloadargs(1, 2)
15680 print foo_instance1.overloadargs(1, 2, 3)
15681 print foo_instance1.overloadargs(1, 2, 3, 4)
15682 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15683 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15684 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15685 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15686 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15687 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15688 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15689 print foo_instance1.overload1arg()
15690 print foo_instance1.overload1arg((char)arg2)
15691 print foo_instance1.overload1arg((signed char)arg3)
15692 print foo_instance1.overload1arg((unsigned char)arg4)
15693 print foo_instance1.overload1arg((int)arg7)
15694 print foo_instance1.overload1arg((unsigned int)arg8)
15695 print foo_instance1.overload1arg((float)arg11)
15696 print foo_instance1.overload1arg((double)arg12)
d63a86f8 15697
21b9b5b1
MS
156982002-01-07 Michael Snyder <msnyder@redhat.com>
15699
15700 * gdb.base/huge.exp: New test. Print a very large target data object.
15701 (skip_huge_test): New test variable. Define if you want to skip this
15702 test. The test reads an 8 megabyte data object from the target, so it
15703 might be very time consuming on remote targets with a slow connection.
15704 * gdb.base/huge.c: New file. Test case for above.
15705
725f922e
FF
157062002-01-07 Fred Fish <fnf@redhat.com>
15707
15708 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15709 g_instance.bfoo, and g_instance.cfoo.
15710
889bf7c5 157112002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 15712
889bf7c5
PA
15713 * gdb.base/break.c (multi_line_if_conditional): New function.
15714 (multi_ilne_while_conditional): Likewise.
15715 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15716 IF or WHILE condition puts the breakpoint at the start of
15717 the condition.
f286b2c3 15718
634d57ec
JL
15719 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15720 hppa*-*-hpux* expected failure.
15721 * gdb.base/structs.exp (do_function_calls): Similarly.
15722
15723 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15724 watchpoints.
15725
9fbfe2dc
AC
157262002-01-06 Andrew Cagney <ac131313@redhat.com>
15727
15728 Fix PR gdb/66.
15729 * gdb.base/structs.exp: Replace skip for a29k with skip for
15730 gdb,cannot_call_functions.
15731 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15732 * gdb.base/callfuncs.exp: Ditto.
15733 * gdb.base/call-rt-st.exp: Ditto.
15734 * gdb.base/call-strs.exp: Ditto.
15735 * gdb.base/callfwmall.exp: Ditto.
15736 * gdb.base/scope.exp: Obsolete xfail a29k.
15737 * gdb.c++/misc.exp: Ditto.
15738 * gdb.c++/cplusfuncs.exp: Ditto.
15739 * gdb.base/ptype.exp: Ditto.
15740 * gdb.base/printcmds.exp: Ditto.
15741 * gdb.base/opaque.exp: Ditto.
15742 * gdb.base/list.exp: Ditto.
15743 * gdb.base/funcargs.exp: Ditto.
15744 * gdb.base/default.exp: Ditto.
15745
8ddad156
MS
157462002-01-04 Michael Snyder <msnyder@redhat.com>
15747
ca4976a6 15748 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
15749 * gdb.base/maint.exp: Add tests for maint info sections options.
15750
1b074332
JL
15751Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15752
15753 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15754
7d159115
CV
157552001-12-20 Corinna Vinschen <vinschen@redhat.com>
15756
15757 * gdb.asm/arm.inc: New file.
15758 * gdb.asm/asm-source.exp: Add arm targets.
15759 * gdb.asm/configure.in: Ditto.
15760 * gdb.asm/configure: Recreated from configure.in.
15761
8fb87725
JL
15762Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15763
afabe08c
JL
15764 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15765 with HP's compiler.
15766 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15767 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15768 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15769 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15770
15771 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15772 either HP's compilers or GCC.
15773
db521deb
JL
15774 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15775 a SIGBUS or SIGSEGV.
15776
15777 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15778
15779 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15780 can be compiled with either HP's compiler or GCC.
15781
cfa88ab7
JL
15782 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15783 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15784 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15785
ca344dff
JL
15786 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15787 to match current gdb output. Update due to using auto-solib-limit
15788 for limiting instead of overloading auto-solib-add.
15789 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15790 test program.
15791
3f3c6e55 15792 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
15793 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15794 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15795 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15796 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15797 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15798 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15799 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15800 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15801 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15802 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15803 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15804 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 15805
8fb87725
JL
15806 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15807 a SIGTRAP to the inferior.
15808
cf599fa7
CV
158092001-12-19 Corinna Vinschen <vinschen@redhat.com>
15810
15811 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15812 Substitute call to target_link by call to gdb_compile.
15813
2cd045cd
JL
15814Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
15815
a9c64011
AS
15816 * gdb.base/break.exp: Fix HP specific search string when testing
15817 backtracing in a called function.
2cd045cd 15818
a9c64011
AS
15819 * gdb.base/constvars.exp: Only set lang to C++ if we're
15820 compiling the test with HP's compilers.
15821 * gdb.base/volatile.exp: Similarly.
2cd045cd 15822
99ebe9ac
JB
158232001-12-19 Jim Blandy <jimb@redhat.com>
15824
15825 * gdb.base/printcmds.exp: Expect the null character to be printed
15826 as '\0', and the '\013' to be printed as '\v'.
15827 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15828 * gdb.base/setvar.exp: Same.
15829
b9891b29
JB
158302001-12-17 Jim Blandy <jimb@redhat.com>
15831
0eba65ab
JB
15832 * gdb.base/completion.exp: Rather than completing very long
15833 filenames, which can make the readline library produce output we
15834 don't recognize, cd to the directory first, and then complete
15835 using nice, short relative paths.
15836
6970b5b1
JB
15837 * gdb.base/completion.exp: On some systems, there is, in fact, a
15838 variable named `b' in scope, since GDB treats all static
a9c64011
AS
15839 variables as being in scope. So use `no_var_named_this'
15840 instead of `b'.
6970b5b1 15841
b9891b29 15842 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 15843 can't find the core file's registers as a failure.
b9891b29 15844
e6ccd35f
JSC
158452001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
15846
a9c64011
AS
15847 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
15848 test expect string more specific.
e6ccd35f 15849
105ba819
CV
158502001-12-13 Corinna Vinschen <vinschen@redhat.com>
15851
15852 * gdb.asm/asm-source.exp: Add support for xstormy16.
15853 * gdb.asm/configure.in: Ditto.
15854 * gdb.asm/configure: Rebuild.
15855 * gdb.asm/xstormy16.inc: New file.
15856
e9e79dd9
FF
158572001-12-10 Fred Fish <fnf@redhat.com>
15858
15859 * gdb.base/maint.exp: Update to match changes in type dumping code.
15860
347dc97d
JB
158612001-12-10 Jim Blandy <jimb@redhat.com>
15862
15863 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
15864 matching the entry point symbol's name at the beginning of the
15865 line.
347dc97d 15866
5178b9d6
DJ
158672001-12-07 Daniel Jacobowitz <drow@mvista.com>
15868
15869 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
15870 gdb.c++/inherit.exp, gdb.c++/method.exp,
15871 gdb.c++/namespace.exp, gdb.c++/templates.exp,
15872 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
15873 and class layout support.
15874
af890c52
DJ
158752001-12-07 Daniel Jacobowitz <drow@mvista.com>
15876
15877 * gdb.c++/classes.exp: Add test for static member function.
15878 * gdb.c++/misc.cc: Add class with static member function.
15879
7a345fb3
JB
158802001-12-07 Jim Blandy <jimb@redhat.com>
15881
f2e54a80 15882 If GDB says it can't find the struct the function returned, report
8032bf31
JB
15883 those tests as `unsupported'.
15884 * gdb.base/call-rt-st.exp (print_struct_call): New function.
15885 Rewrite subsequent tests to use it.
15886
15887 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
15888 those tests as `unsupported'.
15889 * gdb.base/structs.exp (call_struct_func): New function.
15890 (do_function_calls): Use call_struct_func to call the functions
15891 returning structs.
15892
0bc69509
JB
15893 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
15894 whether functions are prototyped or not, so we can't possibly pass
15895 arguments to t_float_values2 properly.
15896
7a345fb3
JB
15897 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
15898 value of `timeout' for targets other than the mips*tx39-*.
15899
edb6ede1
MS
159002001-12-06 Michael Snyder <msnyder@redhat.com>
15901
d63a86f8 15902 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
15903 and detect whether the start symbol has a leading underscore.
15904
2d842f13
JB
159052001-12-04 Jim Blandy <jimb@redhat.com>
15906
15907 * gdb.base/completion.exp: Clarify indentation.
15908
68550daf
JB
159092001-12-03 Jim Blandy <jimb@redhat.com>
15910
15911 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15912 variables on the S/390, not `.word'.
15913
cd5195a8
JB
159142001-11-30 Jim Blandy <jimb@redhat.com>
15915
15916 Add assembly-source tests for s390-ibm-linux.
15917 * gdb.asm/s390.inc: New file.
15918 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15919 the S/390 architecture.
a9c64011 15920 * gdb.asm/configure: Regenerated.
cd5195a8 15921
ca9efc90
MS
159222001-11-30 Michael Snyder <msnyder@redhat.com>
15923
15924 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15925 next, info source, info sources, info line, global and static
15926 variables, and static functions.
15927 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15928 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15929 * gdb.asm/asmsrc1.s: Add a static function and some variables.
15930 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15931 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15932 (gdbasm_leave): Restore frame pointer.
15933 (gdbasm_startup): Copy stack set-up from crt0.S.
15934
d0e66976
FN
159352001-11-26 Fernando Nasser <fnasser@redhat.com>
15936
15937 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
15938 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15939 to a local (non-static) variable. Copy tstruct.a to a static buffer
15940 and return a pointer to that buffer.
15941 * gdb.base/callfwmall.c (t_structs_a): Ditto.
15942
e2334072
MK
159432001-11-24 Mark Kettenis <kettenis@gnu.org>
15944
15945 * gdb.asm/configure.in: Fix recognition of ix86 target.
15946 * gdb.asm/configure: Regenerate.
15947
756caa3d
MS
159482001-11-21 Michael Snyder <msnyder@redhat.com>
15949
15950 * gdb.asm/sparc.inc: New file.
15951 * gdb.asm/asm-source.exp: Recognize sparc target.
15952 * gdb.asm/configure.in: Recognize sparc target.
15953 * gdb.asm/configure: Regenerate.
d63a86f8 15954
9a4d72d5
MS
159552001-11-21 Michael Snyder <msnyder@redhat.com>
15956
15957 * gdb.asm/m32r.inc: New file.
15958 * gdb.asm/asm-source.exp: Recognize m32r target.
15959 * gdb.asm/configure.in: Recognize m32r target.
15960 * gdb.asm/configure: Regenerate.
15961
a773d1cd
MS
159622001-11-20 Michael Snyder <msnyder@redhat.com>
15963
017ac23d
MS
15964 * gdb.asm/i386.inc: New file.
15965 * gdb.asm/asm-source.exp: Recognize ix86 target.
15966 * gdb.asm/configure.in: Recognize ix86 target.
15967 * gdb.asm/configure: Regenerate.
15968
a773d1cd
MS
15969 * gdb.c++/namespace.exp: Fix quotes in output messages.
15970
bb632afb
MS
159712001-11-14 Michael Snyder <msnyder@redhat.com>
15972
25d559ca 15973 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
15974 qualifier in a type cast expression, to designate an address
15975 in the instruction space (Harvard architecture).
15976
4749e309
MS
159772001-11-13 Michael Snyder <msnyder@redhat.com>
15978
15979 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
15980 Tests for expressions using 'const' and 'volatile'.
15981
25050984
CV
159822001-11-13 Corinna Vinschen <vinschen@redhat.com>
15983
15984 * gdb.asm/asm-sources.exp: Allow defining linker flags.
15985
1902c51f
DJ
159862001-11-12 Daniel Jacobowitz <drow@mvista.com>
15987
15988 * lib/mi-support.exp (mi_run_to_helper): Move comments
15989 outside of gdb_expect.
15990
dcf95b47
DJ
159912001-11-11 Daniel Jacobowitz <drow@mvista.com>
15992
15993 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
15994 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
15995 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
15996 mi0_run_to): New functions.
15997 * gdb.mi/mi-simplerun.exp: Use them.
15998 * gdb.mi/mi0-simplerun.exp: Likewise.
15999 * gdb.mi/mi-var-cmd.exp: Likewise.
16000 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 16001
45b074e1
AC
160022001-11-10 Andrew Cagney <ac131313@redhat.com>
16003
16004 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16005 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16006
bf50d346
AC
160072001-11-09 Andrew Cagney <ac131313@redhat.com>
16008
16009 * gdb.base/restore.exp: Include $expected value in restored test
16010 message.
16011
9383332c
AC
160122001-11-09 Andrew Cagney <ac131313@redhat.com>
16013
16014 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16015 implemented.
16016
db62520a
MS
160172001-11-08 Michael Snyder <msnyder@redhat.com>
16018
16019 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16020 Add pass/fail message for stop at breakpoint in call dummy function.
16021
b5703437
MS
160222001-11-07 Michael Snyder <msnyder@redhat.com>
16023
d63a86f8
RM
16024 * gdb.c++/templates.exp (test_template_breakpoints):
16025 If we get an overload menu, but it does not match what
760f6330 16026 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
16027 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16028 making the whitespace optional. Argument for "new" may be
16029 "unsigned" as well as "unsigned int/long".
d63a86f8 16030 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
16031 making the whitespace optional. Also replace "(void) with
16032 "((void|)), making the keyword "void" optional.
d63a86f8 16033 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
16034 making the whitespace optional. Also replace "(void) with
16035 "((void|)), making the keyword "void" optional.
3bf40917
MS
16036 * gdb.base/callfuncs.c (t_float_values): This function must
16037 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 16038 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
16039 can be tested against both cases. Usually one case involves
16040 promotion of float to double, while the other does not.
16041 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
16042 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16043 includes a stack frame for "start".
16044
c8ab4e6d
JB
160452001-11-05 Jim Blandy <jimb@redhat.com>
16046
16047 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16048 pointers are 32 bits long, and that offsets of relocs are always
16049 stored in the data (REL-style), and not in the reloc entry itself
16050 (RELA-style).
16051 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16052 stabs.
16053
3f08ced9
MS
160542001-11-01 Michael Snyder <msnyder@redhat.com>
16055
16056 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16057 and regular expression operators by using quoting.
16058
cbfa24cd
MS
160592001-10-31 Michael Snyder <msnyder@redhat.com>
16060
16061 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16062 depending on what the symbol table contains.
16063 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16064 the output of the ptype command. Similarly, accept both "const &"
16065 and "const&".
16066
aaa68313
CV
160672001-10-31 Corinna Vinschen <vinschen@redhat.com>
16068
16069 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16070 symbol `STORAGE' to allow to choose the storage class of
16071 the local datastructures.
16072 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16073 compiler directive.
16074
91740388
MS
160752001-10-30 Michael Snyder <msnyder@redhat.com>
16076
16077 * gdb.base/jump.exp: Allow it to run for all targets.
16078
1b7c05e7
CV
160792001-10-29 Corinna Vinschen <vinschen@redhat.com>
16080
16081 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16082 with new double_array size.
16083 (main): Change storage class of all local variables to static.
16084 Reduce size of double_array to 9.
16085 * gdb.base/call-ar-st.exp: Increase timeout value.
16086 Change expected output for double array to match new size in
16087 call-ar-st.c.
16088
36a22261
CV
160892001-10-29 Corinna Vinschen <vinschen@redhat.com>
16090
16091 * gdb.base/ending-run.exp: Create identical output when passing
16092 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 16093 Stormy16 target.
36a22261 16094
92b8ae91
MK
160952001-10-28 Mark Kettenis <kettenis@gnu.org>
16096
16097 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16098 that we catch the expected failure under Linux/x86.
16099
cb135b83
OF
161002001-10-29 Orjan Friberg <orjanf@axis.com>
16101
16102 * gdb.base/setvar.exp: Escape curly braces.
16103 * gdb.stabs/weird.exp: Ditto.
16104
6884aa54
DJ
161052001-10-27 Daniel Jacobowitz <drow@mvista.com>
16106
16107 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16108 * gdm.mi/mi0-hack-cli.exp: Likewise.
16109
0398c9aa
AC
161102001-10-25 Andrew Cagney <ac131313@redhat.com>
16111
16112 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16113 messages.
16114
d20bf2e8
AC
161152001-10-21 Andrew Cagney <ac131313@redhat.com>
16116
16117 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16118 checking MI enabled.
16119
03dd63aa
CV
161202001-10-09 Corinna Vinschen <vinschen@redhat.com>
16121
16122 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16123
1d9d99f3
FCE
161242001-10-04 Frank Ch. Eigler <fche@redhat.com>
16125
16126 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16127 if gdb child process crashes, just signal an error.
16128
838ae6c4
JB
161292001-10-02 Jim Blandy <jimb@redhat.com>
16130
16131 * lib/gdb.exp (test_xfail_format): Simplify.
16132
16133 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16134 front of the variable name `format'. Simplify `if'.
16135
8f0cbc1c
DJ
161362001-10-01 Daniel Jacobowitz <drow@mvista.com>
16137
16138 * gdb.threads/pthreads.exp: Wait for output and delay
16139 before sending ^C.
16140
1f08dafd
DJ
161412001-10-01 Daniel Jacobowitz <drow@mvista.com>
16142
16143 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16144 some incorrect output instead of timing out.
16145 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16146
674f90ff
CV
161472001-09-28 Corinna Vinschen <vinschen@redhat.com>
16148
16149 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16150 check to allow additional `int'.
16151
9b284272
DJ
161522001-09-27 Daniel Jacobowitz <drow@mvista.com>
16153
16154 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16155 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16156
b55a4771
MS
161572001-09-27 Michael Snyder <msnyder@redhat.com>
16158
16159 * lib/gdb.exp (test_debug_format): New proc.
16160 (setup_xfail_format): Use new proc test_debug_format.
16161 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16162 proc; use new service proc test_debug_format.
16163 Replace all other "gcc_compiled" tests with this test.
16164 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16165 proc; use new service proc test_debug_format.
16166 Replace all other "gcc_compiled" tests with this test.
16167
161682001-09-27 Michael Snyder <msnyder@redhat.com>
16169
16170 * gdb.base/cvexpr.exp: New file.
16171 * gdb.base/cvexpr.c: New file
16172 Test for expressions using const and volatile keywords.
16173
4e6667ac
CV
161742001-09-26 Corinna Vinschen <vinschen@redhat.com>
16175
16176 * gdb.base/constvars.exp: Check for different orders of keywords
16177 and additional "int" strings in output.
16178
4f337972
AC
161792001-09-22 Andrew Cagney <ac131313@redhat.com>
16180
16181 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16182 responses from "help maint".
16183
2015650d
FCE
161842001-09-19 Frank Ch. Eigler <fche@redhat.com>
16185
16186 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16187 to localhost:NNN instead of :NNN, in case Xvfb is listening
16188 only on TCP.
16189
f3bcedc1
CV
161902001-09-19 Corinna Vinschen <vinschen@redhat.com>
16191
16192 * gdb.base/recurse.exp: When checking leaving the watchpoint
16193 scope, recognize when gdb is in function's epilogue and pass.
16194
6b819c92
KS
161952001-09-18 Keith Seitz <keiths@redhat.com>
16196
16197 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16198 support for running tests against sid targets.
16199 (gdbtk_done): Ditto.
16200
a10c9419
CV
162012001-09-18 Corinna Vinschen <vinschen@redhat.com>
16202
16203 * gdb.base/ending-run.c (main): Set stdout buffersize
16204 to the same reasonable value for any target.
16205 * gdb.base/ending-run.exp: Add a regular expression
16206 to make testsuite happy on Sanyo Stormy16 target.
16207
739d0d99
CV
162082001-09-17 Corinna Vinschen <vinschen@redhat.com>
16209
16210 * gdb.base/display.c (do_loops): Add float variable `f'.
16211 Increment f in loop.
16212 * gdb.base/display.exp: Increment timeout by 60 seconds.
16213 Change float display test to use variable `f'.
16214
1b8947f0
JB
162152001-09-17 Jim Blandy <jimb@redhat.com>
16216
16217 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16218 overflowing the limited breakpoint tables on some ROM monitors
16219 (like the ROM68K).
16220
9890ac81
FCE
162212001-09-15 Frank Ch. Eigler <fche@redhat.com>
16222
16223 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16224 the "-ac" (disable access control) flag.
16225
6db765ea
JH
162262001-08-30 Jeff Holcomb <jeffh@redhat.com>
16227
16228 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16229 ints.
16230
4c32cc04
KS
162312001-08-30 Keith Seitz <keiths@redhat.com>
16232
16233 * lib/gdb.exp: Move all insight-related functionality into
16234 separate file.
16235 * lib/insight-support.exp: New file.
16236
8d6e6f81
FCE
162372001-08-29 Frank Ch. Eigler <fche@redhat.com>
16238
16239 * config/sid.exp (sid_start): Never set sid verbosity; disable
16240 expect_background {} that consumed its stdout; tolerate </dev/null.
16241 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16242
6a90e1d0
AC
162432001-08-18 Andrew Cagney <ac131313@redhat.com>
16244
16245 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16246 CLI jump command to start it.
16247 (mi_run_to_main): Fail immediatly when unexpected output.
16248
1759b3c3
AC
162492001-08-18 Andrew Cagney <ac131313@redhat.com>
16250
16251 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16252 beginning of function. Fix PR gdb/191.
16253
61d11d80
FCE
162542001-08-16 Frank Ch. Eigler <fche@redhat.com>
16255
16256 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16257 what to force sid endianness to.
16258
942a4df2
KS
162592001-08-15 Keith Seitz <keiths@redhat.com>
16260
16261 * lib/gdb.exp (gdbtk_start): Don't set environment
16262 variables for TCL_LIBRARY and friends. Insight will
16263 now figure these out for itself.
16264
0521c418
MS
162652001-08-02 Michael Snyder <msnyder@redhat.com>
16266
16267 * gdb.base/completion.exp: Remove the symbol "a64l" from
16268 the expect string; this is target-specific, and not related
16269 to what is being tested.
16270
74a9a58a
DB
162712001-08-02 Dave Brolley <brolley@redhat.com>
16272
16273 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16274
c70819fa
MS
162752001-07-25 Michael Snyder <msnyder@redhat.com>
16276
c2b8fa57
MS
16277 * gdb.base/consecutive.exp: New file. Test stepping over
16278 breakpoints on consecutive instructions.
16279 * gdb.base/consecutive.c: New file.
16280
c70819fa
MS
16281 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16282 curly braces in regular expressions.
16283
2b1a1355
MS
162842001-07-25 Michael Snyder <msnyder@redhat.com>
16285
16286 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16287 legitimate output from stepping out of main.
16288
413eca6f
KS
162892001-07-22 Keith Seitz <keiths@redhat.com>
16290
16291 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16292 the empty string, do not run the tests.
16293
7e5a9322
SC
162942001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16295
16296 * gdb.base/long_long.exp: Detect size of pointer. Take into
16297 account 2-byte pointers when testing for p/a results.
16298
de58f10f
SC
162992001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16300
d63a86f8 16301 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
16302 and defined to 1K for m68hc11.
16303 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16304 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16305 (sizeof_random_data): New variable to tell the size of the data table;
16306 don't test past this size; always run to main.
16307
d6f5fea1
SC
163082001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16309
16310 * gdb.base/return2.exp: return of long long and double fails for
16311 68HC11; don't execute these tests on that platform.
16312 * gdb.base/return.exp: Return of a double fails for 68hc11.
16313
c477543d
SC
163142001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16315
16316 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16317 tests that print a float.
16318 * call-rt-st.exp: Likewise.
16319
63cf1c79
MK
163202001-07-12 Mark Kettenis <kettenis@gnu.org>
16321
16322 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16323 running this test on Linux.
16324
112f9ab5
MC
163252001-06-24 Michael Chastain <chastain@redhat.com>
16326
16327 * gdb.base/arithmet.exp: Remove some tests to make all test names
16328 unique.
16329
4970cb0f
MS
163302001-07-03 Michael Snyder <msnyder@redhat.com>
16331
16332 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16333 the output of the ptype command.
16334
d85da69f
MS
163352001-07-02 Michael Snyder <msnyder@redhat.com>
16336
4c8a82de
MS
16337 * gdb.base/completion.exp: Don't assume that break.c is the only
16338 source file that may contain functions named "marker".
d85da69f
MS
16339 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16340
8afc772b
AC
163412001-06-28 Andrew Cagney <ac131313@redhat.com>
16342
16343 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16344 of files to delete.
16345
16346 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16347 * gdb.disasm/h8300s.exp: New file.
16348 gdb.disasm/h8300s.s: Likewise.
16349
cff22675
AC
163502001-06-27 Andrew Cagney <ac131313@redhat.com>
16351
16352 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16353 empty breakpoint tables.
16354
68c81b54
AC
163552001-06-25 Andrew Cagney <ac131313@redhat.com>
16356
16357 * lib/mi-support.exp: Update args=... part of stop-reason
16358 patterns. Accept either a list or a tuple.
16359
2dd62704
AC
163602001-06-23 Andrew Cagney <ac131313@redhat.com>
16361
16362 * lib/mi-support.exp: Remove local emacs variable defining
16363 change-log-default-name.
16364
b4127474
MC
163652001-06-22 Michael Chastain <chastain@redhat.com>
16366
16367 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16368 This is operationally compatible with the previous version.
16369
8dbfb380
JB
163702001-06-13 Jim Blandy <jimb@redhat.com>
16371
16372 * lib/gdb.exp (gdb_test): Doc fix.
16373
f2d8c86d
MC
163742001-06-10 Michael Chastain <chastain@redhat.com>
16375
16376 * gdb.base/exprs.exp: Remove a duplicate test.
16377
81564d34
JB
163782001-06-06 Jim Blandy <jimb@redhat.com>
16379
16380 * gdb.base/return2.exp (main): Use values to test float and double
16381 returns that are not NaN's, to avoid being confused by IEEE
16382 comparison rules.
16383
da55addb
MS
163842001-06-04 Michael Snyder <msnyder@redhat.com>
16385
16386 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 16387 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
16388 rather than wait for 12 more tests to time out.
16389
42c65987
JB
163902001-06-06 Jim Blandy <jimb@redhat.com>
16391
b18bced9 16392 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 16393 Don't forget to match the GDB prompt.
b18bced9 16394
42c65987
JB
16395 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16396
5b41e5f0
JB
163972001-06-04 Jim Blandy <jimb@redhat.com>
16398
16399 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16400 command.
16401
015e046f
KB
164022001-05-31 Kevin Buettner <kevinb@redhat.com>
16403
16404 * gdb.base/annota1.exp (info break): Match four or more spaces
16405 after "Address".
16406
fb1ffbbe
MC
164072001-05-31 Michael Chastain <chastain@redhat.com>
16408
16409 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16410 (dm_type_int_star): Likewise.
16411 (dm_type_long_star): Likewise.
16412 (dm_type_void_star): Likewise.
16413
5ea2a32c
KB
164142001-05-29 Kevin Buettner <kevinb@redhat.com>
16415
16416 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16417 to a known value in order to get consistent results regardless
16418 of the setting of INPUTRC or the presence or contents of .inputrc.
16419
ae23c492
MS
164202001-05-24 Michael Snyder <msnyder@redhat.com>
16421
ac55707e
MS
16422 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16423 Don't require that the main thread and the manager thread are the
16424 first in the list.
16425
ae23c492
MS
16426 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16427 debugging. If test fails, issue an "unsupported" not a "fail".
16428
400071f1
JB
164292001-05-24 Jim Blandy <jimb@redhat.com>
16430
16431 Don't assume that short is shorter than int.
16432 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16433 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 16434 this isn't true.
400071f1
JB
16435 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16436 an int, is not equal to ~0 stored in an unsigned char. This tests
16437 the same thing that the previous test meant to, but works on
16438 16-bit machines, too.
16439 ("print unsigned char != (~0)"): Same test, complemented.
16440
0816a3e5
MS
164412001-05-24 Michael Snyder <msnyder@redhat.com>
16442
16443 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 16444 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
16445 and prevents dejagnu getting out of step.
16446
f6dc23a9
KB
164472001-05-23 Kevin Buettner <kevinb@redhat.com>
16448
16449 * gdb.base/finish.exp (finish_void): Revise pattern for
16450 stopping on the call statement to not permit stopping at
16451 the start of the instructions comprising the call sequence.
16452
7dbd117d
MC
164532001-05-19 Michael Chastain <chastain@redhat.com>
16454
16455 * gdb.base/callfuncs.exp: Make all test names unique.
16456 * gdb.base/commands.exp: Make all test names unique.
16457 * gdb.base/condbreak.exp: Make all test names unique.
16458 * gdb.base/dbx.exp: Make all test names unique.
16459 * gdb.base/default.exp: Make all test names unique.
16460 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16461 and TIMEOUT messages to their corresponding PASS message.
16462 * gdb.base/ending-run.exp: Make all test names unique.
16463 * gdb.base/long_long.exp: Remove duplicate test.
16464
6b0b0a9e
KB
164652001-05-21 Kevin Buettner <kevinb@redhat.com>
16466
16467 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16468 stop on the call statement as well as the statement after the
16469 call.
16470
2caa35cb
MS
164712001-05-21 Michael Snyder <msnyder@redhat.com>
16472
16473 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16474
40713331
EZ
164752001-05-10 Elena Zannoni <ezannoni@redhat.com>
16476
a9c64011
AS
16477 * gdb.base/completion.exp: Revamp test. Make it execute on all
16478 platforms.
40713331 16479
c2c1be8d
EZ
164802001-05-10 Elena Zannoni <ezannoni@redhat.com>
16481
a9c64011
AS
16482 * config/gdbserver.exp (gdb_load): Handle the case
16483 in which the arguments to gdbserver are given in the
16484 baseboard configuration file.
16485 Also handle the case in which the server needs to do a
16486 load.
2c9cd303 16487
9671de48
KS
164882001-05-07 Keith Seitz <keiths@cygnus.com>
16489
a9c64011
AS
16490 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16491 set up the display for testing.
16492 (gdbtk_start): Convert all paths to paths that tcl will like.
16493 Export target information to environment.
16494 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16495 necessary.
16496 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16497 (to_tcl_path): New proc to convert a given pathname into
16498 a path acceptible as an argument to a tcl command.
16499 (_gdbtk_export_target_info): New proc to export target info
16500 into the environment for gdbtk testing.
16501 (gdbtk_done): New proc to signal end-of-test.
9671de48 16502
5a360f47
JB
165032001-05-06 Jim Blandy <jimb@redhat.com>
16504
16505 * restore.c: Make the code of caller0 correspond to its comment.
16506
66c756c6
MS
165072001-05-03 Michael Snyder <msnyder@redhat.com>
16508
16509 * config/sid.exp (gdb_target_sid): Check for error messages.
16510 On error or timeout, don't make expect exit (which will terminate
16511 all subsequent tests); instead just make gdb exit.
d63a86f8 16512 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
16513 return a negative value.
16514
a966fde5
JB
165152001-04-24 Jim Blandy <jimb@redhat.com>
16516
851c18e0
JB
16517 * gdb.c++/templates.exp: If we see the prompt for the overload
16518 list, but we haven't recognized any of the longer patterns,
16519 arrange for this test to fail, not hang.
16520
a966fde5
JB
16521 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16522 variations.
16523
db144853
MC
165242001-04-22 Michael Chastain <chastain@redhat.com>
16525
16526 * gdb.c++/local.exp: Use the 'runto' library function.
16527 * gdb.c++/namespace.exp: Likewise.
16528 * gdb.c++/overload.exp: Likewise.
16529
3207ec21
KB
165302001-03-26 Kevin Buettner <kevinb@redhat.com>
16531
16532 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16533 * gdb.base/step-line.exp: New file. Test step/next in presence of
16534 #line directives.
16535 * gdb.base/step-line.c: New file. Test program for the above.
16536 * gdb.base/step-line.inp: New file. We pretend that this file has
16537 been transformed by some other tool into step-line.c.
16538
13b57657
JB
165392001-03-21 Jim Blandy <jimb@redhat.com>
16540
16541 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16542 unmangled operator names.
16543
754cbe1c
JB
165442001-03-20 Jim Blandy <jimb@redhat.com>
16545
16546 * gdb.threads/linux-dp.exp: Recognize an additional message
16547 generated by GDB when it doesn't understand how to debug threads
16548 on the target system.
16549
177495c9
AC
165502001-03-19 Andrew Cagney <ac131313@redhat.com>
16551
16552 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16553
f266096b
MC
165542001-03-12 Michael Chastain <chastain@redhat.com>
16555
16556 * gdb.c++/derivation.exp: Use the 'runto' library function.
16557
cac3c2ff
MC
165582001-03-12 Michael Chastain <chastain@redhat.com>
16559
16560 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16561
b6c11a24
MC
165622001-02-24 Michael Chastain <chastain@redhat.com>
16563
16564 * gdb.c++/ref-types.exp: Change handwritten code to library
16565 function 'runto'.
16566
6bae5bce
OF
165672001-03-16 Orjan Friberg <orjanf@axis.com>
16568
16569 * gdb.base/signals.exp: Set count to 0 explicitly.
16570
0015fd9a
MS
165712001-03-15 Mark Salter <msalter@redhat.com>
16572
16573 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16574 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
16575 (gdb_load): Add support for additional target_info: gdb_download_size
16576 and gdb_load_timeout.
0015fd9a 16577
fc33412a
DT
16578Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16579
16580 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
16581 file -- to prevent failing when the compile fails but we have no
16582 intention of running the tests anyway.
fc33412a
DT
16583
16584 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16585 tests if set.
16586
16587 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 16588 integers.
fc33412a
DT
16589
16590 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16591 * gdb.c++/namespace.exp: Ditto.
16592
115f06de
OF
165932001-03-07 Orjan Friberg <orjanf@axis.com>
16594
16595 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16596 * gdb.base/pointers.exp: Relax pattern match of decimals.
16597
b6ba6518
KB
165982001-03-06 Kevin Buettner <kevinb@redhat.com>
16599
16600 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16601 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16602 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16603 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16604 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16605 config/sh.exp, config/sid.exp, config/slite.exp,
16606 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16607 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16608 config/vxworks.exp, config/vxworks29k.exp,
16609 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16610 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16611 gdb.base/arithmet.exp, gdb.base/assign.exp,
16612 gdb.base/async.exp, gdb.base/attach.exp,
16613 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16614 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16615 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16616 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16617 gdb.base/commands.exp, gdb.base/completion.exp,
16618 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16619 gdb.base/constvars.exp, gdb.base/corefile.exp,
16620 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16621 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16622 gdb.base/ending-run.exp, gdb.base/environ.exp,
16623 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16624 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16625 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16626 gdb.base/funcargs.exp, gdb.base/help.exp,
16627 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16628 gdb.base/logical.exp, gdb.base/long_long.exp,
16629 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16630 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16631 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16632 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16633 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16634 gdb.base/regs.exp, gdb.base/relational.exp,
16635 gdb.base/remote.exp, gdb.base/reread.exp,
16636 gdb.base/restore.exp, gdb.base/return2.exp,
16637 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16638 gdb.base/selftest.exp, gdb.base/setshow.exp,
16639 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16640 gdb.base/sigall.exp, gdb.base/signals.exp,
16641 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16642 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16643 gdb.base/step-test.exp, gdb.base/structs.c,
16644 gdb.base/structs.exp, gdb.base/structs2.exp,
16645 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16646 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16647 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16648 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16649 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16650 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16651 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16652 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16653 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16654 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16655 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16656 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16657 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16658 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16659 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16660 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16661 gdb.trace/circ.exp, gdb.trace/collection.exp,
16662 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16663 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16664 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16665 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16666 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16667 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16668 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16669 notices.
16670
dc96c6c7 166712001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
16672
16673 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16674 first arg is int not float.
16675
dc96c6c7 166762001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
16677
16678 * gdb.base/reread.exp: Unsupported for non-native targets;
16679 doesn't work for remote debugging.
16680
9b0c4aeb
FN
166812001-02-19 Fernando Nasser <fnasser@redhat.com>
16682
16683 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
16684 * gdb.base/ending-run.exp: Properly handle the BSP state when
16685 stepping past the end of main.
9b0c4aeb 16686
02aa71d5
MC
166872001-02-19 John Moore <jmoore@redhat.com>
16688
16689 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16690 Converted HPUX fix for non-expected items following multiple
16691 step commands into general solution for all platforms.
16692
1fa449a4
MC
166932001-02-18 Michael Chastain <chastain@redhat.com>
16694
16695 * gdb.c++/classes.exp (do_tests): Change runto statements
16696 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16697 statements demangler agnostic.
16698 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16699 (gdb_virtfunc_restart): Likewise.
16700
b2f9ec70
MC
167012001-02-14 Michael Chastain <chastain@redhat.com>
16702
16703 * gdb.c++/inherit.exp (do_tests): Change runto statements
16704 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16705 statements demangler agnostic.
16706
cf74b8ca
AC
16707Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16708
16709 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
16710 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16711 before calling common_routine 15 times'' tests.
cf74b8ca 16712
99f78f56
MC
167132001-02-11 Michael Chastain <chastain@redhat.com>
16714
16715 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16716 Helps the test script figure out which demangler is in use.
16717 (dm_type_foo_ref): Ditto.
16718 (dm_type_int_star): Ditto.
16719 (dm_type_long_star): Ditto.
16720 (dm_type_unsigned_int): Ditto.
16721 (dm_type_void): Ditto.
16722 (dm_type_void_star): Ditto.
99707966 16723 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
16724 Probe the gdb demangler and set variables to accommodate
16725 formatting differences.
16726 (info_func_regexp): New function. Same as info_func, but
16727 matches against a regexp.
16728 (info_func): Match against a literal string.
16729 (print_addr_2): New function. Match against a literal string,
16730 which can be different from the input to gdb.
16731 (print_addr): Simply call print_addr_2 with the same argument twice.
16732 (test_lookup_operator_functions): Use demangler formatting variables.
16733 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16734 the tests in the same order as the C++ class declaration.
16735 (test_paddr_operator_functions): Ditto.
16736 (test_paddr_overloaded_functions): Ditto.
16737 (test_paddr_hairy_functions): Use demangler formatting variables.
16738 Add reference to gdb/19 for related tests.
16739 (do_tests): Call probe_demangler.
16740
1de8f023
KB
167412001-01-30 Kevin Buettner <kevinb@redhat.com>
16742
16743 * gdb.c++/templates.cc (printf): Remove unused function definition.
16744
ca3f91ed
MS
167452001-01-26 Felix Lee <flee@redhat.com>
16746
16747 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16748
167492001-01-25 matthew green <mrg@redhat.com>
16750
16751 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16752 up sid.
16753 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16754
167552001-01-25 matthew green <mrg@redhat.com>
16756
16757 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 16758 Deprecate $sid_spawn_id.
ca3f91ed
MS
16759 (sid_exit): Remove code necessary only for `spawn.'
16760
167612001-01-25 matthew green <mrg@redhat.com>
16762
16763 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16764
fb18ec4a
MC
167652001-01-28 Michael Chastain <chastain@redhat.com>
16766
16767 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16768 to call when tests fail. It takes gdb out of the overloaded
16769 function choice menu back to the main prompt, so that the test
16770 program stays synchronized.
16771 (set_bp_overloaded): New proc to collect all the common
16772 code for setting a breakpoint on an overloaded name. Calls
16773 take_gdb_out_of_choice_menu when needed.
16774 (menu_overload1arg): New variable to collect the repeated
16775 instances of the expected menu for an overloaded name. Change
16776 the regular expression to handle changes in g++ type encoding:
16777 "void" can be either "void" or "", and "unsigned int" can be
16778 either "unsigned int" or "unsigned".
16779 (continue_to_bp_overloaded): Change regular expressions to handle
16780 changes in g++ type encoding.
16781 (no proc): Call take_gdb_out_of_choice_menu when needed.
16782 Remove redundant calls to "info break". Accept either "canceled"
16783 or "cancelled". Change regular expressions in "info break"
16784 calls to handle changes in g++ type encoding. Give all tests
16785 unique strings.
16786
9c646a6e
BE
167872001-01-17 Ben Elliston <bje@redhat.com>
16788
16789 * config/sid.exp: New file.
16790
9549d9c1
AC
16791Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16792
16793 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16794
dc96c6c7 167952000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
16796
16797 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16798 Add a RE to accept a non-ascii char if one is ever presented.
16799
b4df4f68
FN
168002000-12-20 Fernando Nasser <fnasser@redhat.com>
16801
297dd0fd 16802 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 16803
dc96c6c7 168042000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 16805
d63a86f8 16806 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
16807 in regexp. One '\' does not suffice on Linux.
16808
4a7bddb6
MC
168092000-12-09 Michael Chastain <chastain@redhat.com>
16810
16811 * gdb.base/break.exp (test_clear_command): Use a marker function
16812 rather than 'main' for the test function. Also move this
16813 test to an execution point where the marker function names are
16814 guaranteed to be bound to functions. (Executing tests after a
16815 'finish' from main runs into name conflicts with local names
16816 in __libc_start_main).
16817
dc96c6c7 168182000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
16819
16820 * gdb.base/finish.exp: New test for gdb's "finish" command.
16821 * gdb.base/return2.exp: New test for gdb's "return" command.
16822 * gdb.base/return2.c: New source file for above.
16823
dc96c6c7 168242000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
16825
16826 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16827 * gdb.base/miscexprs.exp: Ditto.
16828 * gdb.base/pointers.exp: Ditto.
16829 * gdb.c++/derivation.exp: Ditto.
16830 * gdb.c++/local.exp: Ditto.
16831 * gdb.c++/namespace.exp: Ditto.
16832 * gdb.c++/overload.exp: Ditto.
16833 * gdb.c++/ref-types.exp: Ditto.
16834
dc96c6c7 168352000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
16836
16837 * gdb.base/constvars.exp: Test result of "up" command.
16838 * gdb.base/miscexprs.exp: Ditto.
16839 * gdb.base/pointers.exp: Ditto.
16840 * gdb.base/scope.exp: Ditto.
16841 * gdb.c++/derivation.exp: Ditto.
16842 * gdb.c++/local.exp: Ditto.
16843 * gdb.c++/namespace.exp: Ditto.
16844 * gdb.c++/overload.exp: Ditto.
16845 * gdb.c++/ref-types.exp: Ditto.
16846
44097287
FN
168472000-11-22 Michael Chastain <chastain@redhat.com>
16848
16849 * mips_pro.exp: Accept either "middle -> top -> main" or
16850 "middle -> main" in the backtrace, because gcc can optimize
16851 tail calls to jumps. Remove setup_xfail for the hppa case.
16852 Add a comment with the original warning messages from PR 3016,
16853 which was filed in 1993, to preserve them for posterity.
16854
9d2e1bab
ND
168552000-11-17 Nick Duffek <nsd@redhat.com>
16856
16857 * lib/gdb.exp (gdb_test): Override timeout with board info.
16858
1aca8eb7
ND
168592000-11-17 Nick Duffek <nsd@redhat.com>
16860
16861 * gdb.base/display.exp: Don't kill running stub. Add "again" to
16862 the second kill and detach messages.
16863
93076499
ND
168642000-11-17 Nick Duffek <nsd@redhat.com>
16865
16866 * configure.in: Add AC_EXEEXT.
16867 * configure: Regenerate.
16868 * Makefile.in (just-check): Export EXEEXT.
16869 * lib/gdb.exp ($EXEEXT): Import from environment.
16870 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
16871 expect "maint dump-me" on Cygwin.
16872 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
16873 $EXEEXT.
16874
30e87cd3
ND
168752000-11-17 Nick Duffek <nsd@redhat.com>
16876
16877 * gdb.base/break.exp: Test backtrace and finish from called
16878 function on all platforms, not just HP-UX.
16879
dc96c6c7 168802000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
16881
16882 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
16883 code from gdb_target_monitor, so it can be used independantly
16884 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 16885
dc96c6c7 168862000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
16887
16888 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
16889 * gdb.base/corefile.exp: Expect the message "Program is being
16890 debugged already" when we send the "corefile" command, since
16891 the preceeding gdb_load may have connected gdb to a remote target.
16892 * gdb.base/display.exp: Disable hardware watchpoints if new
16893 board info variable "no_hardware_watchpoints" is true.
16894 Replace single-letter commands with more readable ones.
16895 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
16896 if new board info variable "no_hardware_watchpoints" is true.
16897 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
16898 to see if stdio (printf) testing is possible.
16899 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16900 board info variable "no_hardware_watchpoints" is true. Use new
16901 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16902
39124dea
FN
169032000-11-13 Fernando Nasser <fnasser@redhat.com>
16904
16905 From Orjan Friberg <orjanf@axis.com>:
16906 * gdb.base/printcmds.exp: Escape curly braces followed by a number
16907 in array print pattern match.
16908
a9e2e984
FN
169092000-11-09 Fernando Nasser <fnasser@redhat.com>
16910
16911 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16912 spelling "cancelled" to U.S. spelling "canceled" to match changes
16913 made to gdb.
16914 * gdb.c++/ovldbreak.exp: Ditto.
16915
c7db355b
PS
169162000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16917
16918 * gdb.base/callfuncs.c (main): Moved to end of file, call
16919 t_double_values to initialize the FPU before inferior calls are made.
16920 * gdb.base/callfuncs.exp: Test for register preservation after calling
16921 inferior functions. Add tests for continuining, finishing and
16922 returning from a stop in a call dummy.
16923
dc96c6c7 169242000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
16925
16926 * gdb.base/commands.exp: Break up long lines, and re-indent.
16927
dc96c6c7 169282000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
16929
16930 * config/gdbserver.exp: Rewritten from the ground up, to make it
16931 compatible with the current dejagnu tree, and to make it work with
16932 the new "gdbserver" in libremote.
16933
dc96c6c7 169342000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
16935
16936 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16937 * gdb.base/varargs.exp: Skip entire test if no printf support.
16938 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16939 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16940
dc96c6c7 169412000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
16942
16943 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
16944 no floating point support.
16945 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
16946 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
16947 * gdb.base/call-rt-st.exp: Ditto.
16948 * gdb.base/call-strs.exp: Ditto.
16949
bac5fc66
JG
169502000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
16951
16952 * gdb.base/sizeof.c: include <stdio.h>.
16953
16954 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
16955 'finish', otherwise uncaptured gdb_prompt would potentially
16956 throw remaining test points out of sync.
bac5fc66 16957
b22a6027
SB
169582000-07-26 Scott Bambrough <scottb@netwinder.org>
16959
16960 * gdb.base/recurse.exp: Run tests for all targets.
16961 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
16962 gnu-oldld case on ARM.
16963 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
16964 for ARM targets.
d63a86f8 16965
d8231941
AG
16966Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
16967
16968 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
16969 * gdb.java/configure: Rebuild.
16970
8caabe69
AG
16971Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
16972
16973 * gdb.java/jv-exp.exp: New file.
16974
9d273ca3
AG
16975Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
16976
16977 * configure: Rebuilt.
16978 * configure.in (configdirs): Add gdb.java.
16979 * gdb.java/jmisc.java: New file.
16980 * gdb.java/jmisc.exp: New file.
16981 * gdb.java/Makefile.in: New file.
16982 * gdb.java/configure: Rebuilt.
16983 * gdb.java/configure.in: New file.
16984 * lib/java.exp: New file.
16985
4f823a66
AC
16986Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
16987
16988 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 16989 underflow.
4f823a66 16990
2391e11d
AC
16991Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
16992
16993 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 16994 and the compilers sizes.
2391e11d 16995
54602222
ND
169962000-07-09 Nick Duffek <nsd@redhat.com>
16997
16998 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
16999 (use_methods): New function.
17000 (main): Call use_methods().
17001 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17002 (do_tests): Call test_method_param_class.
17003
2bec0572
ND
170042000-07-09 Nick Duffek <nsd@redhat.com>
17005
17006 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17007 spelling.
17008 (test_enums): New procedure. Move enum tests from end of script
17009 to here. Set breakpoint on function name instead of line number.
17010 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17011 (enums2): New marker function.
17012 (enums1): New function.
17013 (main): Call enums1(). Move enum tests to enums1().
17014
78492fde
AC
17015Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17016
17017 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 17018 compile/link program. Update line numbers.
78492fde
AC
17019 * gdb.asm/d10v.inc: Define ``startup''.
17020 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 17021
49a2cef8
AC
17022Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17023
17024 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17025
3e6c8688
EZ
170262000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17027
17028 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 17029 of 'help maint print' command.
3e6c8688 17030
9ff5cbe9
AC
17031Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17032
17033 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 17034 they use gdb_expect_list.
9ff5cbe9 17035
17c579bd
AC
17036Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17037
17038 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
17039 memory-read-packet-size'' instead of ``set endian big'' to test
17040 long commands.
17c579bd 17041
e6d71bf3
DB
170422000-06-03 Daniel Berlin <dan@cgsoftware.com>
17043
17044 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 17045 g++, and stop skipping them.
e6d71bf3
DB
17046
17047 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17048 work under g++.
17049
d63a86f8 17050 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
17051 initialization.
17052
dc96c6c7 170532000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
17054
17055 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17056 the regular expression: accept an (almost) arbitrary sequence of
17057 "frames-invalid" and "breakpoints-invalid" messages both before
17058 and after the "starting" message.
17059
dc96c6c7 170602000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
17061
17062 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 17063
dc96c6c7 170642000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
17065
17066 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17067 Relax the regular expression a little, make it pass on Solaris 8.
17068
8216cda9
KB
170692000-05-12 Kevin Buettner <kevinb@redhat.com>
17070
17071 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 17072 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
17073 Instead, it is permissible for gdb to stop on the line of the
17074 call itself.
17075
1a570b2f
MS
170762000-05-12 Michael Snyder <msnyder@.cygnus.com>
17077
17078 * gdb.base/break.exp (bp on small function, optimized file):
17079 Add a second pass pattern. The behavior differs here between stabs
17080 and dwarf for one-line functions. Stabs preserves two line symbols
17081 (one before the prologue and one after) with the same line number,
17082 but dwarf regards these as duplicates and discards one of them.
17083 Therefore the address after the prologue (where the breakpoint is)
17084 has no exactly matching line symbol, and GDB reports the breakpoint
17085 as if it were in the middle of a line rather than at the beginning.
17086
dc96c6c7 170872000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 17088
d63a86f8 17089 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
17090 rather than "send_gdb" (for consistancy).
17091
7d418785
AC
17092Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17093
17094 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17095 * gdb.c++/templates.cc: Properly check for GCC version number.
17096 * lib/compiler.cc: Likewise
17097
dc96c6c7 170982000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 17099
d63a86f8 17100 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
17101 gdb may not stop at the first line of main, due to code motion.
17102
dc96c6c7 171032000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
17104
17105 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17106 This test depends on parsing the printf output from the target.
17107 Since the sparclet stub doesn't do stdio, this will never work.
17108 * gdb.base/call-rt-st.exp: ditto.
17109 * gdb.base/call-strs: ditto.
17110
dc96c6c7 171112000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
17112
17113 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17114
17115 * gdb.base/ending-run.exp: After connecting to a remote target,
17116 but before running, the target will appear to be in a random
17117 location. Specify both a file and a line for breakpoints.
17118 Also, the function that calls main may be called 'init'
17119 rather than 'start'.
17120
a5a51225
EZ
171212000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17122
17123 * gdb.base/help.exp: Update output for add-symbol-file command.
17124
7930cc7c
FN
171252000-04-10 Fernando Nasser <fnasser@cygnus.com>
17126
17127 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17128 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17129
23e37ab1
C
171302000-04-07 J.T. Conklin <jtc@redback.com>
17131
e93c542c
C
17132 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17133
23e37ab1
C
17134 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17135
591b8fa3
PDM
17136Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17137
17138 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 17139 values that can be represented exactly.
591b8fa3
PDM
17140 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17141 above change, and to not check against the directory part of the source
17142 file name.
17143 (step into print_long_arg_list): Likewise.
17144 (print print_small_structs from print_long_arg_list): Likewise.
17145 (print print_long_arg_list): Likewise.
17146
7a495180
EZ
171472000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17148
30b53638 17149 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 17150
beb998c6
AC
17151Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17152
17153 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17154
1c689132
DB
171552000-03-25 Daniel Berlin <dan@cgsoftware.com>
17156
17157 * gdb.base/commands.exp (deprecated_command_test): Add test for
17158 deprecate with no arguments.
17159
c1790a9d
JL
171602000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17161
17162 * gdb.base/break.exp: Add new test for setting breakpoints on
17163 optimized code so we can test breakpoints work even when function
17164 prologues may be optimized away
17165
003ba290
FN
171662000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17167
17168 From David Whedon <dwhedon@gordian.com>
a9c64011 17169 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 17170
6837a0a2
DB
171712000-03-22 Daniel Berlin <dan@cgsoftware.com>
17172
17173 * gdb.base/help.exp: Added test for new apropos command.
17174
b9593231
KB
171752000-03-21 Kevin Buettner <kevinb@redhat.com>
17176
17177 * gdb.base/pointers.c (usevar): New function.
17178 (main): Make sure that global variables v_int_pointer2, rptr,
17179 and y are all referenced someplace in the program by calling
17180 usevar() on them. [Some linkers delete symbols which are
17181 never referenced. The space remains, but there's no way to
17182 get a (symbolic) handle on the variable from the debugger.]
17183
751a959b
EZ
171842000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17185
17186 * gdb.base/printcmds.c: Add typedeffed arrays.
17187
17188 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 17189 procedure to test arrays that are typedef'd.
751a959b 17190
73a93a32
JI
171912000-03-13 James Ingham <jingham@leda.cygnus.com>
17192
17193 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 17194 the library directories.
73a93a32 17195
fb40c209
AC
17196Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17197
17198 * configure.in (configdirs): Add sub directory gdb.mi.
17199 * configure: Re-generate.
17200
17201 * gdb.mi: New directory.
d63a86f8 17202
ee4dd2c9
AC
172032000-02-25 Scott Bambrough <scottb@netwinder.org>
17204
17205 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 17206 a long long value as a double on ARM platforms.
ee4dd2c9 17207
70f0cc22
JB
172082000-02-16 Jim Blandy <jimb@redhat.com>
17209
17210 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17211 default source file is set properly before running this test.
17212
853819b8
EZ
172132000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17214
17215 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 17216 gdbtk/library directory, not in gdbtcl2.
853819b8 17217
dfcd3bfb
JM
172182000-02-04 Jim Blandy <jimb@redhat.com>
17219
17220 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17221 backslash from regexp pattern.
17222
17223 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17224 procedure. Use it to run all the "continue to bp overloaded"
17225 tests. Note that this changes the names of the tests slightly.
17226 If the breakpoint hit message includes a hex PC value, because
17227 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17228 from the real source code, still consider that a pass.
17229
17230 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17231 XFAIL here if the breakpoint message contains a hex address. Note
17232 similar change on 1999-11-02.
17233
17234 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17235
17236 * gdb.base/ptype.exp: Establish a default source file before
17237 calling get_debug_format.
17238
172392000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17240
17241 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17242
8b93c638
JM
172432000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17244
17245 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17246 of successive stepi commands -- while in the prologue we should see
17247 the function entry bracket.
17248
172492000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17250
17251 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17252 reach __change_mode() when stepping through the end of main().
17253
c5394b80
JM
172542000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17255
17256 * gdb.base/default.exp: Fix expected pattern.
17257 * gdb.base/help.exp: Same.
17258
0d06e24b
JM
172592000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17260
17261 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 17262 Don't use xfail's because that affects only the following test.
d63a86f8 17263
0d06e24b 17264 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 17265 solaris or linux.
0d06e24b
JM
17266
17267 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17268
dc96c6c7 172692000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 17270
d63a86f8 17271 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
17272 "A syntax error" rather than "A parse error". Accept both.
17273
172742000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17275
17276 * gdb.base/default.exp: Remove OS dependent string from "target
17277 remote" test.
17278 * gdb.base/help.exp: Same for "help target remote" test.
17279
c3f6f71d
JM
172802000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17281
17282 From Jim Kingdon <kingdon@redhat.com>:
17283
17284 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
17285 prompt (cleanup rather than necessity, but still might keep output
17286 from spilling to next test).
c3f6f71d
JM
17287
172882000-01-02 Fred Fish <fnf@cygnus.com>
17289
17290 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17291 AIX, which defines them in <sys/types.h>.
17292
ed9a39eb 172931999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 17294
ed9a39eb 17295 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 17296 float" test.
ed9a39eb
JM
17297
172981999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 17299
ed9a39eb 17300 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
17301
17302 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17303 outermost frame disallowed".
17304
173051999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17306
17307 * gdb.base/setvar.exp: New tests for setting the value of a struct
17308 with a constant list.
17309
173101999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17311
17312 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17313 require the user to type a cast before setting the value of a struct.
17314
de57eccd
JM
173151999-12-06 Jim Blandy <jimb@cygnus.com>
17316
17317 * gdb.base/default.exp: Expect the new 'info float' command on
17318 all i386 platforms.
17319
17320 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17321 LinuxThreads libraries that don't support debugging.
17322
c2d11a7d
JM
17323Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17324
17325 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
17326 Change the buffer type to ``unsigned char'' to simplify size
17327 arithmetic.
c2d11a7d
JM
17328
17329 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
17330 stub only handles 400-1 byte packets. Verify that the download
17331 worked.
c2d11a7d
JM
17332
173331999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17334
17335 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17336 tests, using UNRESOLVED for the untested cases. Also, does not wait
17337 for a timeout if the prompt was received before a recognizable pattern.
17338
173391999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17340
17341 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17342
173431999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17344
17345 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 17346 watchpoints.
c2d11a7d
JM
17347
173481999-11-24 Jason Merrill <jason@casey.cygnus.com>
17349
17350 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17351
17352 * gdb.c++/local.exp: Be more flexible in recognizing local class
17353 name mangling. Don't allow horribly truncated method names.
17354 * gdb.c++/derivation.exp: Expect protected inheritance.
17355 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17356 * gdb.c++/virtfunc.exp: Likewise.
17357 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17358 when printing a nested enum.
17359
173601999-11-22 Jim Blandy <jimb@cygnus.com>
17361
17362 * gdb.base/step-test.exp: Properly await GDB's response to setting
17363 a breakpoint on the call to large_struct_by_value.
17364
17365 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17366 just because we have debug info for the `start' function.
17367
173681999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17369
17370 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17371 "Unknown signal" messages, which indicate (on LinuxThreads) that
17372 GDB doesn't know how to debug threads on this system. This is
17373 better than hanging while philosopher 0 dumps chatter into gdb.log.
17374
173751999-11-18 Tom Tromey <tromey@cygnus.com>
17376
17377 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17378
173791999-11-18 Fred Fish <fnf@cygnus.com>
17380
17381 * gdb.base/coremaker2.c: Add sample program for generating
17382 cores that is more self contained than coremaker.c. Eventually
17383 I'll add more code to this and tie it into the testsuite.
17384
4ce44c66
JM
173851999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17386
17387 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17388
173891999-11-10 Jimmy Guo <guo@cup.hp.com>
17390
17391 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 17392 from $srcdir/lib/.
4ce44c66 17393 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 17394 and gdb.c++/.
4ce44c66
JM
17395
17396 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17397
d63a86f8 17398 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
17399 'continue with watch' test point.
17400
174011999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17402
17403 Merged from p2linux-990323-branch:
d63a86f8 17404
4ce44c66
JM
17405 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17406
11cf8741
JM
17407Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17408
17409 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 17410 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
17411
17412Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17413
17414 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 17415 gdb_expect_list.
11cf8741
JM
17416
17417Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17418
17419 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17420
174211999-11-03 Mark Salter <msalter@cygnus.com>
17422
17423 * gdb.base/break.exp: Fix "stub continue" pattern.
17424
174251999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17426
17427 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17428
174291999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17430
17431 * gdb.base/display.exp ("finish"): Add timeout clause.
17432
17433 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17434 plain prompt clause, so this doesn't have to time out in order to
17435 fail.
17436
17437 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 17438 breakpoint hit messages include an address.
11cf8741
JM
17439
17440 * gdb.base/display.exp: Don't forget to escape parens in regular
17441 expressions. Unix regexp notatation sucks.
17442
174431999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17444
17445 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 17446 order for 'signalled' message.
11cf8741 17447
5c44784c
JM
174481999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17449
17450 From Jimmy Guo <guo@cup.hp.com>:
17451 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17452 * gdb.base/annota1.c: Add code for tests to work with.
17453
174541999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17455
17456 * gdb.base/remote.exp: New test for remote downloading settings.
17457 * gdb.base/remote.c: New file with large .data.
17458
917317f4
JM
174591999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17460
17461 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17462 for LinuxThreads support, merged from the Code Fusion branch.
17463
17464Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17465
17466 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
17467 containing exp_continue into a while within an expect. Don't
17468 attempt a start more than three times. Check return value from
17469 gdb_load.
d63a86f8 17470
2df3850c
JM
17471Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17472
17473 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 17474 a pass case.
2df3850c 17475
2acceee2
JM
174761999-10-01 Kevin Buettner <kevinb@cygnus.com>
17477
17478 * gdb.base/break.c (main): Added a statement that we can step
17479 off of.
17480 * gdb.base/break.exp: Added tests for setting a breakpoint
17481 at an offset and stepping onto a breakpoint.
17482
174831999-10-01 Fred Fish <fnf@cygnus.com>
17484
d63a86f8 17485 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
17486 gdb output.
17487
c2c6d25f
JM
174881999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17489
17490 * gdb.base/break.exp: Code locations are in hex, don't forget!
17491 (For HP-UX.)
17492
174931999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17494
17495 * condbreak.exp: Use break.c as test program.
17496 * condbreak.c: Remove, redundant with break.c.
17497
174981999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17499
17500 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 17501 Z-packets if the target needs it.
c2c6d25f
JM
17502
175031999-09-13 James Ingham <jingham@leda.cygnus.com>
17504
17505 * gdb.c++/overload.exp: Added tests for listing overloaded
17506 functions with function pointers in the arg, explicitly calling
17507 out the version you want.
17508
cff3e48b
JM
175091999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17510
17511 * long_long.exp: Add variations of test cases that work for
17512 targets with 16-bit ints and 32-bit doubles.
17513
d4f3574e
SS
175141999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17515
17516 * break.c (main): Compare a possibly-uninitialized argc with an
17517 unlikely value that fits in 16 bits.
17518
175191999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17520
17521 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17522 0xfeeb, don't want negative numbers if ints are 16 bits.
17523
17524 * lib/gdb.exp (skip_cplus_tests): New proc.
17525 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
17526 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17527 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17528 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17529 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17530 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17531 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17532 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
17533
17534 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17535
17536Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17537
17538 * gdb.base/corefile.exp (up): Allow a parameter to appear
17539 in the frame that we're going up to.
17540
17541 From Jim Blandy <jimb@cygnus.com>:
17542
17543 * gdb.base/default.exp (info float): Expect some output now.
17544
17545 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17546 returning floating-point values to fail on the x86.
17547 * gdb.base/callfwmall.exp (do_function_calls): Same.
17548
17549 * gdb.base/list.exp (test_listsize): Correct expectations for
17550 listing line 1 with listsize 2. Also, listing a single line
17551 works now, as does listing three lines. [Kevin's note: There
17552 were a number of other cases fixed too where the expectations
17553 differed...]
17554
175551999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17556
17557 * gdb.base/selftest.exp: Add case for when version prints as
17558 constant string instead of char pointer.
17559
104c1213
JM
175601999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17561
17562 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 17563 stepping out of main.
104c1213
JM
17564
17565 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17566 G++ used.
17567
17568 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 17569 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
17570
17571 * gdb.c++/ovldbreak.exp: Update match string in test that
17572 includes a warning of multiple breakpoints.
17573
175741999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17575
17576 * gdb.base/display.exp: Improve precision of step-after-finish
17577 added yesterday.
17578
17579 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 17580 test.
104c1213
JM
17581
17582 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17583 configs when using G++, not just hppa*.
17584
175851999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17586
17587 * gdb.base/async.c: New file.
17588 * gdb.base/async.exp: New file.
17589
17590Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17591
17592 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17593 PA64.
17594
53a5351d
JM
17595Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17596
104c1213
JM
17597 * gdb.base/display.exp: "finish" can leave us mid-line on many
17598 targets, deal with it. Add a small constant to main, instead of
17599 1000 since main+1000 may not be a valid address in the target.
17600
53a5351d
JM
17601 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17602 on hpux11.
17603
17604 * gdb.base/attach.exp: Handle another hpux11 error message variant
17605 when attaching to a process that does not exist.
17606
176071999-08-19 J.T. Conklin <jtc@redback.com>
17608
17609 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 17610 characters in 'continue to 1241' test.
53a5351d
JM
17611
176121999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17613
17614 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17615 stop in print_long_arg_list, define and use a whitespace
17616 variable in print_small_structs test, add an XFAIL for Solaris.
17617 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17618 interested enough to fix.
17619
7be570e7
JM
176201999-08-13 Keith Seitz <keiths@cygnus.com>
17621
17622 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17623 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17624 proc knows about targets other than the natives.
17625 (test_assign): Use "gdb_run_cmd" to "run" the target.
17626 Check that we've actually hit the breakpoint at main.
17627 When we attempt to assign a value to a local variable, check
17628 that the variable is in the current scope, i.e., don't use
17629 a test with an empty result.
17630
17631Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17632
17633 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 17634 command.
7be570e7
JM
17635
176361999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17637
17638 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17639 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17640 gdb.compat, gdb.threads-hp.
17641 gdb.hp/configure, gdb.hp/configure.in: New files.
17642 gdb.hp/Makefile.in: Recurse into new subdirs.
17643 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17644 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17645 in object files.
17646 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17647
96baa820
JM
176481999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17649
17650 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 17651 funky printf, remove a bogus p/a test.
96baa820
JM
17652
176531999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17654
17655 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
17656 connected to the target. This is necessary when running not
17657 natively.
96baa820
JM
17658
176591999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17660
17661 * gdb.base/step-test.exp: Removed some extraneous messages.
17662
17663 * gdb.base/long_long.exp: Don't run memory examination tests
17664 on little-endian targets (they will need a different set of
17665 results to match).
17666
176671999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17668
17669 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17670 until somebody decides to fix GDB.
17671
17672 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 17673 constant as "ULL".
96baa820
JM
17674 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17675 matches for a couple x/2 commands.
17676
a0b3c4fd
JM
176771999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17678
17679 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17680 by merging in ref-types2 tests.
17681 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17682
17683 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17684 * gdb.c++/Makefile.in: Add standard actions.
17685 (EXECUTABLES): Rename from PROGS, update list.
17686 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17687 from gdb.hp.
17688 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17689 foo and bar locals.
17690 * gdb.c++/anon-union.exp: Fix tests to match.
17691 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17692 expect matches to handle output variations.
17693 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17694 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 17695 output, add HP alternatives for new and delete prints.
a0b3c4fd 17696 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 17697 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
17698 * gdb.c++/demangle.exp: Use $style when reporting failure.
17699 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17700 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17701 match alternatives.
17702 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 17703 compilers.
a0b3c4fd
JM
17704 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17705 * gdb.c++/method.exp: Add match alternatives.
17706 * gdb.c++/misc.cc: Add bool types.
17707 * gdb.c++/misc.exp: Add tests for bool types.
17708 * gdb.c++/overload.exp: Add xfails.
17709 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17710 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17711 add some more template parameter tests (only for HP currently).
17712 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17713 * gdb.c++/virtfunc.cc: Add return type and value for main.
17714 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17715 match alternatives.
d63a86f8 17716
a0b3c4fd
JM
177171999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17718
17719 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17720
177211999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17722
17723 * gdb.base/signals.exp: Don't expect getting a backtrace from
17724 within a signal handler to fail on Linux.
17725
177261999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17727
17728 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17729 * lib/gdb.exp: Remove some gratuitious semicolons.
17730 (delete_breakpoints): Increase timeout.
17731 (gdb_expect): Add -notransfer option.
17732 (gdb_test): Use -notransfer option.
17733 (get_compiler_info): Add f77 case.
17734 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 17735 case.
a0b3c4fd
JM
17736 (gdb_preprocess): Call get_compiler.
17737
17738 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17739 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
17740 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17741 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17742 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17743 third arg to gdb_test.
a0b3c4fd
JM
17744 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17745 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 17746 HP-UX xfails, add others.
a0b3c4fd
JM
17747 * gdb.base/completion.exp: Reflect name change of self-test.
17748 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
17749 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17750 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17751 HP failure number.
a0b3c4fd
JM
17752 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17753 useless HP-UX 10.30 references.
17754 * gdb.base/maint.exp: Loosen matches.
17755 * gdb.base/pointers.c (main): Declare more_code.
17756 * gdb.base/pointers.exp: Match on output of a `next'.
17757 * gdb.base/structs.c: Add prototypes.
17758 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17759 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17760
177611999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17762
17763 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 17764 command.
a0b3c4fd
JM
17765
177661999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17767
17768 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17769 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
17770
17771 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
17772 debug info. Deal with lack of signal hanlder info in stack.
17773
a9c64011 17774 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
17775 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17776
5a2468f5
JM
177771999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17778
17779 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 17780 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 17781
adf40b2e
JM
17782Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17783
17784 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 17785 a1-selftest.exp.
adf40b2e
JM
17786 * gdb.base/configure: Re-generate.
17787
177881999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17789
17790 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17791 in trying to run first and name is too long.
17792
17793 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17794 pointers2.c and pointers2.exp, respectively.
17795 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17796 doschk happier.
17797
43e526b9
JM
177981999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17799
17800 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17801 callfuncs2.c and callfuncs2.exp.
17802
17803 * gdb.base/list.exp: Remove mistaken xfails.
17804 * gdb.base/list0.h: Add optional prototypes.
17805
9846de1b
JM
17806Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
17807
a9c64011 17808 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 17809 calling malloc.
a9c64011
AS
17810 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17811 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 17812 use.
9846de1b
JM
17813
178141999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17815
17816 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17817 * gdb.base/annota2.cc, annota2.exp: Move from here.
17818 * gdb.c++/annota2.cc, annota2.exp: To here.
17819 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17820
43ff13b4
JM
17821Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
17822
17823 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 17824 a consistent format.
43ff13b4 17825
085dd6e6
JM
178261999-06-25 Stan Shebs <shebs@andros.cygnus.com>
17827
17828 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17829 * lib/gdb.exp (get_compiler_info): Add detection for assorted
17830 HP compilers, also set the globals $true and $false.
17831
17832 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
17833 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
17834 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
17835 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
17836 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
17837 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
17838 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
17839 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
17840 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
17841 whatis.c} Add C++ compatible function definitions and return
17842 types, add includes for library functions.
085dd6e6
JM
17843 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
17844 * gdb.base/step-test.c (myglob): Rename from glob.
17845 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
17846 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
17847 files, move here from gdb.hp.
085dd6e6 17848 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
17849 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
17850 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
17851 Adjust line numbers in regexps.
085dd6e6
JM
17852
17853 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
17854 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
17855 instead of 0/1.
17856
17857 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
17858 foll-vfork.exp: New files, move here from gdb.hp.
17859 * gdb.base/page.exp: New file, test of pagination command.
17860
17861 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
17862 recursion test.
17863 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
17864
17865 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 17866 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
17867
17868 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 17869 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 17870 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 17871 watchpoint test.
085dd6e6
JM
17872 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
17873 them work.
17874 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
17875 expressions properly.
17876 * gdb.base/corefile.exp: Loosen the match slightly.
17877 * gdb.base/default.exp: Allow "Error accessing memory" message
17878 also.
17879 * gdb.base/display.exp: Skip over x/0 j if PA64.
17880 * gdb.base/funcargs.exp: Add xfails for HP-UX.
17881 * gdb.base/interrupt.exp: Ditto.
17882 * gdb.base/langs.exp: Add symbolic matches governed by compiler
17883 in use.
17884 * gdb.base/list.exp: Add xfails for HP-UX.
17885 * gdb.base/long_long.exp: Refine some of the numeric matches.
17886 * gdb.base/mips_pro.exp: Xfail on HP-UX.
17887 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
17888 * gdb.base/nodebug.exp: Succeed on more varieties of output.
17889 * gdb.base/opaque.exp: Remove some HP-UX xfails.
17890 * gdb.base/ptype.exp: Succeed on more varieties of output.
17891 * gdb.base/scope.exp: Add xfails for HP-UX.
17892 * gdb.base/sect-cmd.exp: Add more cases.
17893 * gdb.base/setvar.exp: Add xfails for HP-UX.
17894 * gdb.base/shlib-call.exp: Loosen some matches slightly.
17895 * gdb.base/signals.exp: Match on void symbolically.
17896 * gdb.base/step-test.exp: Add case for PA64.
17897 * gdb.base/term.exp: Add exit and restart.
17898 * gdb.base/twice.exp: Clean up after self.
17899 * gdb.base/varargs.exp: Disable overload resolution explicitly.
17900 * gdb.base/whatis.exp: Allow more ways to pass tests.
17901
17902 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 17903 no longer useful.
085dd6e6
JM
17904
17905Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
17906
17907 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 17908 list of patterns.
085dd6e6 17909 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
17910 print_double_array(double_array)", "continuing to breakpoint
17911 1018", "print print_double_array(array_d)" and "continuing to
17912 1034" tests.
d63a86f8 17913
085dd6e6
JM
179141999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
17915
a9c64011 17916 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
17917
179181999-06-24 Stan Shebs <shebs@andros.cygnus.com>
17919
17920 * config/mt-*: Remove, these haven't been used since 1996.
17921
179221999-06-22 Stan Shebs <shebs@andros.cygnus.com>
17923
17924 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 17925 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
17926 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17927
9e0b60a8
JM
179281999-06-18 Stan Shebs <shebs@andros.cygnus.com>
17929
17930 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17931 simpler match case for the ptype of the big class.
17932
179331999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17934
17935 * gdb.exp: Fix test for gdb_prompt existence.
17936
179371999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17938
17939 * gdb.exp (gdb_test): Add fail after calls to perror.
17940
179411999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17942
17943 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17944
179451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
17946
17947 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
17948
0f71a2f6
JM
17949Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
17950
17951 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 17952 malloc() is linked in.
0f71a2f6
JM
17953
179541999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17955
17956 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
17957 step at end.
17958
17959 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
17960
179611999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
17962
17963 * gdb.java/jv-print.exp: New file. (Our first Java test!)
17964
cce74817
JM
17965Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
17966
17967 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
17968 * gdb.base/mips_pro.exp: Likewise.
17969
179701999-06-02 Keith Seitz <keiths@cygnus.com>
17971
17972 * gdb.c++/templates.cc: Change all "new" operators to throw
17973 an exception.
17974 * gdb.c++/cplusfuncs.cc: Likewise.
17975
17976 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
17977
17978Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
17979
17980 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
17981 * gdb.base/ending-run.exp: When stepping out of main, accept a
17982 step into an arbitrary assembler file.
cce74817 17983
392a587b
JM
179841999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17985
d63a86f8 17986 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 17987 "breakpoint-invalid" to be printed.
d63a86f8 17988 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
17989 number of "frames-invalid" and "breakpoint-invalid" to be printed.
17990 * gdb.base/annota2.cc: Initialize a.x to 0.
17991
9e086581
JM
179921999-05-17 Keith Seitz <keiths@cygnus.com>
17993
17994 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
17995 when "skip_float_tests" set.
17996 Ditto for "print print_double_array(array_d)", "print print_small_structs",
17997 "print print_ten_doubles", and "step into print_long_arg_list".
17998 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
17999 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18000 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18001 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18002 "skip_float_tests" is set.
18003 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18004 when "skip_float_tests" set.
d63a86f8 18005
cd0fc7c3
SS
180061999-05-06 Keith Seitz <keiths@cygnus.com>
18007
18008 * gdb.base/annota2.cc: Include stdio.h.
18009
18010Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18011
18012 * gdb.base/crossload.exp: Remove, this has been disabled ever
18013 since BFD stopped including all targets, and cross-GDB gets
18014 plenty of testing anyway.
18015 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
18016 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18017 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
18018 * gdb.base/README: Remove, was doc for this.
18019 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 18020 needed.
cd0fc7c3 18021
b83266a0
SS
180221999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18023
18024 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18025 output.
18026
18027 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18028 * gdb.base/annota2.exp: New file. More annotation tests.
18029 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18030 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18031
180321999-04-23 Angela Marie Thomas <angela@cygnus.com>
18033
18034 * config/cfdbug.exp: New file.
18035
7a292a7a
SS
180361999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18037
18038 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18039 Marcus Daniel's and Dale Hawkins's demangler crashes.
18040
18041 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
18042 test_lucid_style_demangling, test_arm_style_demangling,
18043 test_hp_style_demangling): Try Tom Tromey's core-dumping
18044 identifier under each demangling style.
7a292a7a
SS
18045
180461999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18047
18048 * gdb.c++/demangle.exp: Include the current demangling style
18049 in all test names.
18050 (current_demangling_style): New global variable.
18051 (set_demangling_style, test_demangling_core, test_demangling,
18052 test_demangling_exact): New functions.
18053 (test_gnu_style_demangling, test_lucid_style_demangling,
18054 test_arm_style_demangling, test_hp_style_demangling): Use those,
18055 instead of calling gdb_test and gdb_test_exact directly.
18056 (catch_demangling_errors): New function, which reports errors
18057 signalled by the demangling test functions in an orderly way.
18058 (do_tests): Use catch_demangling_errors.
18059
180601999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18061
18062 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 18063 grouping in expressions, not {}.
7a292a7a
SS
18064
18065 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 18066 initialized yet.
7a292a7a
SS
18067
180681999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18069
18070 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18071 are listed.
18072
180731999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18074
18075 * gdb.stabs/weird.exp: Test for CC being defined before
18076 looking at its value.
18077
180781999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18079
18080 * gdb.base/call-ar-st.exp: Remove stray '#'.
18081 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18082 "short int" and "long int".
18083 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 18084 change, to mollify finicky HP compiler.
7a292a7a
SS
18085 * gdb.hp/reg-test.exp (testfile): Fix file name.
18086 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 18087
7a292a7a
SS
18088 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18089 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18090 alternate form of enum ptype.
18091
c906108c
SS
180921999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18093
7a292a7a
SS
18094 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18095 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
18096 passing skip_hp_tests, so as not to waste time on guaranteed
18097 failure.
7a292a7a 18098
c906108c
SS
18099 * gdb.c++/overload.cc: Pass string instead of char addr, always
18100 init ccpfoo.
18101 * gdb.c++/templates.cc: Fix syntax error.
18102
7a292a7a
SS
18103Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18104
18105 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 18106 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
18107 command.
18108
181091999-03-18 James Ingham <jingham@cygnus.com>
18110
18111 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18112
18113 * gdb.c++/method.exp: It was testing an uninitialized int on the
18114 stack and assuming it was positive.
18115
18116 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18117
18118 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 18119 keep it from killing the rest of the tests.
7a292a7a
SS
18120 Use gdb_continue_to_end.
18121
18122 * gdb.base/sigall.exp: use gdb_continue_to_end.
18123
18124 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18125
18126 * gdb.base/display.exp: use runto_main, not run.
18127
d63a86f8
RM
18128 * gdb.base/default.exp: Check for the current error message in the
18129 r abbreviation test.
7a292a7a
SS
18130 Add strongarm to the targets that know info float.
18131
d63a86f8 18132 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
18133 run which doesn't work with monitors.
18134
18135 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18136
18137 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18138
18139 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
18140 program. Traps the case (in Cygmon) when the program never really
18141 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
18142 more places, so I used my name. Sorry Mark...
18143
18144 * config/monitor.exp (gdb_target_monitor): added another
18145 target_info parameter: remotebinarydownload. This will set the
18146 remotebinarydownload flag if this is causing some boards trouble.
18147
181481999-03-18 Mark Salter <msalter@cygnus.com>
18149
18150 * lib/gdb.exp (continue_to_exit): New function.
18151
18152 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18153 * gdb.base/ending-run.exp: Ditto.
18154 * gdb.base/step-test.exp: Ditto.
18155
181561999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18157
18158 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18159 (suggested by Art Haas <ahaas@neosoft.com>).
18160
181611999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18162
889bf7c5 18163 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
18164
18165Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18166
18167 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 18168 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
18169
181701999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18171
18172 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18173 a call to strlen; sometimes we do have sources.
18174
181751999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
18176
18177 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 18178 character, so GDB won't print garbage after its end.
d63a86f8 18179
c906108c
SS
18180 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18181 breakpoint there instead. Sometimes GCC emits memcpy to handle
18182 the large structures being passed by value, so we step into that
18183 instead of sum_array_print, which obscures what we're really testing.
18184 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
18185 the bizarre steps into memcpy, so do that here. Add check for
18186 stepping into function calls that pass large structures by value.
18187 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
18188 Remove all references to specific line numbers.
18189 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18190 New type and function.
18191 (main): Call large_struct_by_value, passing it a large struct by value.
18192 * lib/gdb.exp (gdb_get_line_number): New function.
18193
18194 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18195 more portable.
18196
7a292a7a
SS
181971999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18198
c906108c
SS
18199 * lib/gdb.exp: Doc fixes.
18200
7a292a7a
SS
182011999-03-05 Nick Clifton <nickc@cygnus.com>
18202
d63a86f8 18203 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
18204
182051999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18206
c906108c 18207 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
18208 commands. They're not germane to this test, and they don't work
18209 that way on remote targets.
c906108c 18210
3fc11d3e
JM
182111999-03-01 James Ingham <jingham@cygnus.com>
18212
18213 * Changelog entries merged over from gdb development branch.
18214
3fc11d3e
JM
18215 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18216
18217 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18218 for outputting results of test run.
18219
2d4a1622 18220 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
18221
18222 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 18223
7a292a7a
SS
182241999-02-25 Felix Lee <flee@cygnus.com>
18225
18226 * lib/gdb.exp (debug_format): initialize
18227
c906108c
SS
182281999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18229
18230 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18231 * gdb.base/call-rt-st.c: Ditto.
18232
c906108c
SS
182331999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18234
18235 * gdb.threads/pthreads.exp (horiz): New variable.
18236 (test_startup): Fix regexps that capture thread numbers.
18237
182381999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18239
18240 * gdb.base/smoke.exp: Disambiguate two test case names (both
18241 called ``print'').
18242
18243Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18244
18245 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 18246 compilation.
c906108c
SS
18247
182481999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18249
18250 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18251 actual output formatting.
18252 * gdb.base/smoke.exp: GDB removes leading 0's.
18253 * gdb.base/volatile.exp: Don't check type of remuneration;
18254 that variable is no longer defined in constvars.c.
18255 * gdb.base/step-test.c (main): Exit with explicit exit code.
18256 * gdb.base/step-test.exp: Remove two nexti checks--they are
18257 not portable.
18258
182591999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18260
18261 * gdb.base/help.exp ("help delete display"): Fix test to match
18262 gdb's output.
18263
18264 * gdb.base/long_long.c (known_types): Initialize values to zero.
18265 * gdb.base/long_long.exp: Step one more line
18266 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
18267 leading zeros. Explicitly ask for hex formatting. Use
18268 unique test case names.
c906108c
SS
18269
18270Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18271
d63a86f8 18272 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
18273
18274 * gdb.c++/method.exp: Add missing close brace.
18275
182761999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18277
18278 * gdb.base/maint.exp: Use 'set height 0' to disable page
18279 prompting, not 'set height 400'.
18280
18281 Fix a bunch of timeouts.
18282 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18283 four separate tests, so expect doesn't take forever to match a ton
18284 of text against a regexp with lots of .* forms.
18285 ("maint print psymbols", "maint print symbols"): Make some of
18286 these greps more selective, so that expect doesn't try to wade
18287 through huge piles of output and time out.
18288
18289 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18290
18291 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
18292 tests: one which doesn't expect shlib events to be reported, and
18293 another which does, but is XFAIL for all platforms other than
18294 HP/UX.
c906108c
SS
18295
18296 * gdb.base/break.exp: Teach the test suite that the `catch
18297 fork', `catch vfork', and `catch exec' commands produce error
18298 messages on platforms that don't provide these features.
18299
18300Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18301
18302 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
18303 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18304 (shortening names from solib_threshold.exp etc), won't run on
18305 anything but HP-UX for the foreseeable future.
c906108c 18306 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 18307 reflect move.
c906108c
SS
18308
18309Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18310
18311 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 18312 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
18313
18314Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18315
18316 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18317 successfully re-sets breakpoints in shared libraries.
18318 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18319
18320Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18321
d63a86f8
RM
18322 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18323 and compiled w/o GCC.
c906108c
SS
18324
18325 * gdb.hp/watch-cmd.exp: ditto.
18326
18327 * gdb.hp/watch-hp.exp: ditto.
18328
18329 * gdb.hp/xdb1.exp: ditto.
18330
18331 * gdb.hp/xdb2.exp: ditto.
18332
18333 * gdb.hp/dbx.exp: ditto.
18334
18335Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18336
18337 * constvars.c: Remove C++-isms.
18338 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 18339 with GCC.
c906108c
SS
18340
18341Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18342
18343 The following changes are part of the HP merge.
18344
18345 * gdb.base/break.exp: new tests to verify that catchpoints for
18346 fork, vfork, and exec don't trigger inappropriately.
18347
18348 * gdb.base/opaque.exp: compile one file at a time, then link.
18349
18350 * gdb.base/signals.exp: be more restrictive about which hppa
18351 systems receive a setup_xfail. new tests.
18352
18353 * gdb.base/solib_threshold.build: new file.
18354 * gdb.base/solib_threshold.exp: new file.
18355 * gdb.base/solib_threshold.link_opts: new file.
18356 * gdb.base/solib_threshold.mk: new file.
18357 * gdb.base/gen_solib_threshold.c: new file.
18358
18359 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18360 tests. New tests for enums inside classes.
18361
18362 * gdb.c++/compiler.cc: indicate support of template debugging.
18363
18364 * gdb.c++/demangle.exp: run hp style demangling tests.
18365
18366 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18367 tests.
18368
18369 * gdb.c++/misc.cc: changes to support new tests.
18370
18371 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18372 to support new tests.
18373
18374 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18375 gcc, then skip these tests.
18376
18377Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18378
18379 The following files are part of the HP merge; some had longer
18380 names at HP, but have been renamed to be no more than 14
18381 characters in length.
18382
18383 * gdb.hp/ambiguous.cc: new file.
18384 * gdb.hp/ambiguous.exp: new file.
18385 * gdb.hp/attach.exp: new file.
18386 * gdb.hp/attach2.exp: new file.
18387 * gdb.hp/classes-hp.exp: new file.
18388 * gdb.hp/ctti.exp: new file.
18389 * gdb.hp/ctti-add.cc: new file.
18390 * gdb.hp/ctti-add1.cc: new file.
18391 * gdb.hp/ctti-add2.cc: new file.
18392 * gdb.hp/ctti-add3.cc: new file.
18393 * gdb.hp/dbx.exp: new file.
18394 * gdb.hp/exception.cc: new file.
18395 * gdb.hp/exception.exp: new file.
18396 * gdb.hp/foll-exec.c: new file.
18397 * gdb.hp/foll-exec.exp: new file.
18398 * gdb.hp/foll-fork.c: new file.
18399 * gdb.hp/foll-fork.exp: new file.
18400 * gdb.hp/foll-vfork.c: new file.
18401 * gdb.hp/foll-vfork.exp: new file.
18402 * gdb.hp/inherit-hp.exp: new file.
18403 * gdb.hp/more-steps.exp: new file.
18404 * gdb.hp/namespace.cc: new file.
18405 * gdb.hp/namespace.exp: new file.
18406 * gdb.hp/optimize.exp: new file.
18407 * gdb.hp/pxdb.c: new file.
18408 * gdb.hp/pxdb.exp: new file.
18409 * gdb.hp/quicksort.exp: new file.
18410 * gdb.hp/reg-test.exp: new file.
18411 * gdb.hp/reg-test.s: new file.
18412 * gdb.hp/sized-enum.c: new file.
18413 * gdb.hp/sized-enum.exp: new file.
18414 * gdb.hp/start-stop.exp: new file.
18415 * gdb.hp/templ-hp.cc: new file.
18416 * gdb.hp/templ-hp.exp: new file.
18417 * gdb.hp/thr-lib.c: new file.
18418 * gdb.hp/thr-lib.exp: new file.
18419 * gdb.hp/thr-lib.h: new file.
18420 * gdb.hp/thr-liblib.c: new file.
18421 * gdb.hp/virtfun-hp.c: new file.
18422 * gdb.hp/virtfun-hp.exp: new file.
18423 * gdb.hp/watch-cmd.exp: new file.
18424 * gdb.hp/watch-hp.exp: new file.
18425 * gdb.hp/xdb1.exp: new file.
18426 * gdb.hp/xdb2.exp: new file.
18427 * gdb.hp/xdb3.exp: new file.
18428
18429Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18430
18431 The following files are part of the HP merge; some had longer
18432 names at HP, but have been renamed to be no more than 14
18433 characters in length.
18434
18435 * gdb.base/ss.h: new file.
18436 * gdb.base/call-ar-st.c: new file.
18437 * gdb.base/call-ar-st.exp: new file.
18438 * gdb.base/call-rt-st.c: new file.
18439 * gdb.base/call-rt-st-exp: new file.
18440 * gdb.base/call-strs.exp: new file.
18441 * gdb.base/ena-dis-br.exp: new file.
18442 * gdb.base/environ.exp: new file.
18443 * gdb.base/long_long.exp: new file.
18444 * gdb.base/sect-cmd.exp: new file.
18445 * gdb.base/shlib-cl2.exp: new file.
18446 * gdb.base/smoke.exp: new file.
18447 * gdb.base/so-impl-ld.c: new file.
18448 * gdb.base/so-impl-ld.exp: new file.
18449 * gdb.base/so-indr-cl.c: new file.
18450 * gdb.base/so-indr-cl.exp: new file.
18451 * gdb.base/varargs.exp: new file.
18452 * gdb.base/volatile.exp: new file.
18453 * gdb.base/whatis-exp.exp: new file.
7a292a7a 18454 * gdb.base/display.exp: new file.
c906108c
SS
18455 * gdb.c++/derivation.exp: new file.
18456 * gdb.c++/local.exp: new file.
18457 * gdb.c++/member-ptr.exp: new file.
18458 * gdb.c++/overload.exp: new file.
18459 * gdb.c++/ovldbreak.exp: new file.
18460 * gdb.c++/ref-types.exp: new file.
18461 * gdb.c++/ref-types2.exp: new file.
18462 * gdb.c++/userdef.exp: new file.
d63a86f8 18463
c906108c
SS
18464Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18465
18466 * gdb.base/default.exp: Reflect wording change in remote.c.
18467
dc96c6c7 18468Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18469
18470 * gdb.base/help.exp: Update to reflect current text.
18471
18472Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18473
18474 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18475 they're stack variables and contain garbage.
18476 * gdb.c++/anon-union.exp: new file.
18477
18478 The following changes were made by David Taylor
889bf7c5
PA
18479 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18480 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18481 in changes by HP.
c906108c
SS
18482
18483 * gdb.base/bitops.exp: new file.
18484 * gdb.base/default.exp: change expected messages for catch and
18485 info catch tests to reflect HP merge changes.
18486 * gdb.base/enable-disable-break.exp
18487 * gdb.base/ending-run.c: new file.
18488 * gdb.base/long_long.c: new file.
18489 * gdb.base/maint.exp: new file.
18490 * gdb.base/pointers2.exp: new file.
18491 * gdb.base/shlib-call2.exp: new file.
18492 * gdb.base/solib.exp: new file.
18493 * gdb.base/step-test.c: new file.
18494 * gdb.c++/anon-union.cc: new file.
18495 * gdb.c++/local.cc: new file.
18496 * gdb.c++/member-pointer.cc: new file.
18497 * gdb.c++/method.cc: new file.
18498 * gdb.c++/ref-types.cc: new file.
18499 * gdb.c++/ref-types2.cc: new file.
18500 * gdb.c++/userdef.cc: new file.
d63a86f8 18501
c906108c
SS
18502 * gdb.base/scope.exp: compile one file at a time, then link.
18503 * gdb.base/langs.exp: ditto.
18504 * gdb.base/list.exp: ditto.
d63a86f8 18505
c906108c
SS
18506Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18507
18508 The following changes were made by David Taylor
889bf7c5
PA
18509 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18510 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18511 in changes by HP.
d63a86f8 18512
c906108c
SS
18513 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18514 skip tests. When compiling pass c++ flag to gdb_compile.
18515 * gdb.c++/
d63a86f8 18516
c906108c
SS
18517 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18518 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18519 (skip_hp_tests): new function.
18520 (gdb_preprocess): new function.
18521
18522 * configure.in (hpdir): decide whether to configure gdb.hp.
18523 * configure: regenerated.
18524
18525 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18526 to delete on clean.
18527 (EXECUTABLES): update to reflect new additions.
18528 * gdb.base/commands.exp: update message expected.
18529 * gdb.base/default.exp: add copyright notice.
18530 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18531 * gdb.base/help.exp: update messages to reflect current text.
18532 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18533 targets for recurse tests.
18534 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18535 skip this file.
18536
18537 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18538 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18539 compilation.
18540 * gdb.c++/misc.exp: ditto.
18541 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18542 run the tests. tell gdb_compile that it's a c++ compilation.
18543
18544 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 18545
c906108c
SS
18546 * gdb.base/all-bin.exp: new file.
18547 * gdb.base/arithmet.exp: new file.
18548 * gdb.base/assign.exp: new file.
18549 * gdb.base/completion.exp: new file.
18550 * gdb.base/cond-expr.exp: new file.
18551 * gdb.base/condbreak.exp: new file.
18552 * gdb.base/define.exp: new file.
18553 * gdb.base/dollar.exp: new file.
18554 * gdb.base/environment.exp: new file.
18555 * gdb.base/eval-skip.exp: new file.
18556 * gdb.base/jump.exp: new file.
18557 * gdb.base/logical.exp: new file.
18558 * gdb.base/pointers.exp: new file.
18559 * gdb.base/relational.exp: new file.
18560 * gdb.base/section_command.exp: new file.
18561 * gdb.base/whatis-expr.exp: new file.
18562
18563 * gdb.base/all-types.c: new file.
18564 * gdb.base/call-array-struct.c: new file.
18565 * gdb.base/call-return-struct.c: new file.
18566 * gdb.base/call-strings.c: new file.
18567 * gdb.base/callfuncs2.c: new file.
18568 * gdb.base/condbreak.c: new file.
18569 * gdb.base/constvars.c: new file.
18570 * gdb.base/display.c: new file.
18571 * gdb.base/int-type.c: new file.
18572 * gdb.base/jump.c: new file.
18573 * gdb.base/miscexprs.c: new file.
18574 * gdb.base/pointers.c: new file.
18575 * gdb.base/pointers2.c: new file.
18576 * gdb.base/shmain.c: new file.
18577 * gdb.base/shr1.c: new file.
18578 * gdb.base/shr2.c: new file.
18579 * gdb.base/solib.c: new file.
18580 * gdb.base/solib1.c: new file.
18581 * gdb.base/solib2.c: new file.
18582 * gdb.base/varargs.c: new file.
18583 * gdb.c++/derivation.cc: new file.
18584 * gdb.c++/overload.cc: new file.
18585 * gdb.c++/ovldbreak.cc: new file.
18586 * gdb.hp/attach.c: new file.
18587 * gdb.hp/attach2.c: new file.
18588 * gdb.hp/average.c: new file.
18589 * gdb.hp/compiler.c: new file.
18590 * gdb.hp/compiler.cc: new file.
18591 * gdb.hp/execd-program.c: new file.
18592 * gdb.hp/follow-exec.c: new file.
18593 * gdb.hp/follow-fork.c: new file.
18594 * gdb.hp/follow-vfork-and-exec.c: new file.
18595 * gdb.hp/misc-hp.cc: new file.
18596 * gdb.hp/more-steps.c: new file.
18597 * gdb.hp/optimize.c: new file.
18598 * gdb.hp/quicksort.c: new file.
18599 * gdb.hp/run-hp.c: new file.
18600 * gdb.hp/start-stop.c: new file.
18601 * gdb.hp/sum.c: new file.
18602 * gdb.hp/templates-hp.cc: new file.
18603 * gdb.hp/thread-local-in-lib.c: new file.
18604 * gdb.hp/thread-local-in-lib.h: new file.
18605 * gdb.hp/thread-local-in-lib.lib.c: new file.
18606 * gdb.hp/vforked-program.c: new file.
18607 * gdb.hp/virtfunc-hp.cc: new file.
18608 * gdb.hp/watchpoint-hp.c: new file.
18609 * gdb.hp/xdb.c: new file.
18610 * gdb.hp/xdb0.c: new file.
18611 * gdb.hp/xdb0.h: new file.
18612 * gdb.hp/xdb1.c: new file.
18613
18614Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18615
18616 The following change was made by Edith Epstein
889bf7c5
PA
18617 <eepstein@cygnus.com> as part of a project to merge in changes
18618 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
18619
18620 * gdb.c++/demangle.exp: changed the expected output for some
18621 ARM-style mangling -- removed second reference to datatype.
889bf7c5 18622 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 18623 T1<char>::~T1<char>(void)
c906108c 18624 becomes,
a9c64011
AS
18625 maint demangle __dt__11T1__pt__2_cFv
18626 T1<char>::~T1(void)
c906108c 18627
889bf7c5 18628 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 18629
c906108c
SS
18630Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18631
18632 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18633 * gdb.trace/backtrace.exp: Likewise.
18634 * gdb.trace/circ.exp: Likewise.
18635 * gdb.trace/collection.exp: Likewise.
18636 * gdb.trace/deltrace.exp: Likewise.
18637 * gdb.trace/infotrace.exp: Likewise.
18638 * gdb.trace/limits.exp: Likewise.
18639 * gdb.trace/packetlen.exp: Likewise.
18640 * gdb.trace/passc-dyn.exp: Likewise.
18641 * gdb.trace/passcount.exp: Likewise.
18642 * gdb.trace/report.exp: Likewise.
18643 * gdb.trace/save-trace.exp: Likewise.
18644 * gdb.trace/tfind.exp: Likewise.
18645 * gdb.trace/tracecmd.exp: Likewise.
18646 * gdb.trace/while-dyn.exp: Likewise.
18647 * gdb.trace/while-stepping.exp: Likewise.
18648
186491998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18650
18651 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18652
18653Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18654
18655 From Brendan Kehoe:
18656 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18657 int return types.
18658
18659Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18660
18661 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 18662 remote dos host testing right.
c906108c
SS
18663
18664Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18665
18666 * gdb.base/corefile.exp: remove some xfails.
18667
18668Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18669
18670 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 18671 have different timestamps.
c906108c
SS
18672
18673Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18674
18675 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 18676 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
18677
18678Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18679
18680 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 18681 delta.
c906108c
SS
18682
18683Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18684
18685 * gdb.base/default.exp: Add brace missing from previous delta.
18686
18687Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18688
18689 * gdb.base/default.exp: Support test for info float for all
18690 varieties of arm toolchain.
18691
dc96c6c7 18692Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18693
18694 * gdb.trace/*.exp: remove "remote_download" command.
18695
dc96c6c7 18696Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18697
18698 * gdb.trace/*.exp: remove -gdwarf from compile.
18699
18700Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18701
18702 * gdb.trace/configure.in(AC_INIT): typo
18703 * gdb.trace/configure: regenerated
18704
dc96c6c7 18705Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18706
18707 * config/m68k-emc.exp: New file.
18708 * lib/<emc-support.exp trace-support.exp}: New files.
18709 * configure.in: add new test directory gdb.trace.
18710 * gdb.trace/{configure configure.in Makefile.in}: New files.
18711 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18712 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18713 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18714 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18715 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18716 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18717 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 18718
dc96c6c7 18719Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18720
18721 * gdb.c++/classes.exp: Change all regular expressions to match
18722 arbitrary combinations of newline/carriage-return, so that they
18723 will work equally well on Unix and Windows.
18724 * gdb.c++/inherit.exp: ditto.
18725 * gdb.c++/virtfunc.exp: ditto.
18726
187271998-08-11 Dawn Perchik <dawn@cygnus.com>
18728
18729 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18730
c2d11a7d
JM
18731Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18732
18733 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18734 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18735 to use a0-a3/d0-d3 as needed.
18736
18737Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18738
18739 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18740 * gdb.disasm/am33.exp: Corresponding changes.
18741
c906108c
SS
187421998-07-11 Felix Lee <flee@cygnus.com>
18743
18744 * gdb.base/callfuncs.exp: add cmp10 test.
18745 * gdb.base/callfuncs.c (cmp10): new function.
18746
18747Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18748
d63a86f8 18749 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
18750 into two parts to get around a synchronization problem in expect.
18751
3fc11d3e
JM
18752Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18753
18754 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18755
18756 * configure.in: Add options for gdbtk testsuite.
18757
18758 * configure: Regenerate.
18759
18760 * gdb.gdbtk: New directory to hold gdbtk tests.
18761
c906108c
SS
18762Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18763
18764 * gdb.fortran/types.exp: Escape brackets in expect patterns
18765 for test_float_literal_types_accepted tests.
18766 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18767 before run test.
18768
c2d11a7d
JM
18769Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18770
18771 * am33.exp: Just compile, do not link the testcase.
18772 * am33.s: Add ".am33" pseudoop to force am33 mode.
18773
c906108c
SS
187741998-06-25 Felix Lee <flee@cygnus.com>
18775
18776 * gdb.base/setshow.exp: make sure $pc is sane.
18777
18778 * gdb.stabs/weird.exp: split expect patterns properly.
18779
c2d11a7d
JM
18780Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18781
18782 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18783 * gdb.disasm/am33.exp: Run it.
18784
dc96c6c7 18785Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18786
18787 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18788 match processing (and eliminate spurious timeouts when running).
18789
dc96c6c7 18790Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18791
18792 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18793 exception test, but conditionalize it on target [mach | gnu].
18794
dc96c6c7 18795Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
18796
18797 * gdb.base/overlays.exp: fixup compile line for linker script.
18798
18799Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18800
18801 * gdb.fortran/types.exp: don't guess at float size.
18802
18803Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18804
18805 * gdb.base/exprs.exp: delete test that depends on int size.
18806
18807Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
18808
18809 * config/sim.exp: Removed checks for target triplets.
18810 (gdb_target_sim): Use gdb,target_sim_options.
18811
18812Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
18813
18814 * gdb.base/reread.exp: New file.
18815 * gdb.base/reread1.c: New file.
18816 * gdb.base/reread2.c: New file.
18817
18818Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
18819
18820 * config/sim.exp: Use 'target sim -sparclite' when running
18821 SPARClite programs.
18822
18823Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
18824
18825 * gdb.base/structs2.exp: New file.
18826 * gdb.base/structs2.c: New file.
18827
18828Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
18829
18830 * gdb.asm/common.inc: New file.
18831 * gdb.asm/d10v.inc: New file.
18832 * asm-source.exp: Pass -I's to gas to find .inc files.
18833 Update line numbers in expected output.
18834 * asmsrc1.s: Rewrite.
18835 * asmsrc2.s: Rewrite.
18836 * configure.in: Create arch.inc symlink.
18837 * configure: Regenerate.
18838 * Makefile.in (distclean): Delete arch.inc.
18839
18840Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
18841
18842 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
18843 (t_enum_value2): ditto
18844 (t_enum_value3): ditto
18845 (main): ditto
c906108c
SS
18846Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18847
18848 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
18849 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
18850 change.
18851 Use gdb_test instead of send_gdb/gdb_expect sequences.
18852
18853Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
18854
18855 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
18856 not void.
18857
18858Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
18859
18860 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
18861 subroutines. Used to test gdbs ability to single step through PC
18862 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
18863
18864Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
18865
18866 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
18867 more rigorous EGCS C++ error checking.
18868
18869Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18870
a9c64011
AS
18871 * gdb.base/help.exp: Clean up `help set args' and `help show args'
18872 tests.
18873 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
18874 function when asleep.
18875 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
18876 for i*86 Linux and SVR4 signal handling problems.
18877 Remove linux xfail for `next to handler in signals_tests_1', fixed
18878 by recent infrun.c change.
18879 Limit backtrace to 10 frames to avoid timeout problems with infinite
18880 stack backtraces.
18881 Adjust expect pattern in `handle all print' test to match Apr 28 1997
18882 target.[ch] change.
c906108c
SS
18883
18884Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
18885
18886 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
18887 for a newline from gdb before continuing.
18888 (default_gdb_exit): Just look for y or n.
18889 (gdb_test): Detect abnormal exit from GDB running on DOS; if
18890 it does, fail the rests of the tests in the file.
18891
18892Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
18893
18894 * config/cygmon.exp: New file.
18895
18896Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
18897
18898 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 18899 main" test on remote targets.
c906108c
SS
18900
18901 * gdb.base/scope.exp: Fix problem with filelocal_bss before
18902 run test on remote targets.
18903
18904Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
18905
18906 * gdb.asm: New directory.
18907 * configure.in: Configure it.
18908 * configure: Regenerate.
18909 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18910 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18911
18912Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
18913
18914 * config/mn10300-eval.exp: New file to support MN10300 eval board.
18915
dc96c6c7 18916Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 18917
a9c64011
AS
18918 * gdb.base/overlays (several files): Merge the two overlay
18919 managers into one. Change variables (foox, barx, bazx, grbxx)
18920 back into ints but force them to load in their proper sections.
c906108c
SS
18921
18922Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
18923
18924 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 18925 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
18926 (D10VCopy): Handle memory regions crossing 16k boundaries.
18927 (D10VCopy): Transfer data in 32 bit chunks.
18928
18929Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
18930
18931 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 18932 correct.
c906108c
SS
18933
18934 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 18935 map. Include space for printf in .text segment.
c906108c
SS
18936
18937 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 18938 updated d10v memory VMA/LMA map.
c906108c 18939 (D10VCopy): Call D10VTranslate.
d63a86f8 18940
c906108c
SS
18941Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
18942
18943 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18944
18945 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
18946 that it won't be put into the .sdata - small data -
18947 section. Update reference.
c906108c
SS
18948 * gdb.base/baz.c (bazx, baz): Ditto.
18949 * gdb.base/foo.c (foox, foo): Ditto.
18950 * gdb.base/grbx.c (grbxx, grbx): Ditto.
18951
18952 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 18953 to be arrays.
d63a86f8 18954
dc96c6c7 18955Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 18956
a9c64011
AS
18957 * gdb.base/overlays.exp: fix up and get working again.
18958 Add tests for backtraces from an overlay function.
d63a86f8 18959
c906108c
SS
18960Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
18961
18962 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
18963 "calling function with watchpoint enabled".
18964
18965Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
18966
18967 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 18968 gdb_suppress_tests for d10v-*-*.
c906108c
SS
18969 * lib/gdb.exp (gdb_suppress_tests): Disable this function
18970 pending review of whether it is useful or not.
18971
18972Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
18973
18974 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
18975
18976Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
18977
18978 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
18979 * config/dve.exp: New file to support Densan boards.
18980
18981Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
18982
18983 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 18984 reads and BSD.
c906108c
SS
18985
18986Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
18987
18988 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
18989 response.
18990
18991 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
18992
18993Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
18994
18995 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 18996 test.
c906108c
SS
18997
18998 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 18999 target_sizeof_long and target_bigendian_p.
c906108c 19000 (structs_by_value, structs_by_reference): Check values according
889bf7c5 19001 to targets word size and endianess.
d63a86f8 19002
c906108c
SS
19003Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19004
19005 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 19006 output.
c906108c
SS
19007
19008Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19009
19010 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 19011 Update test of set args help to match source change.
c906108c
SS
19012
19013Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19014
19015 * gdb.base/default.exp: Expect help system output to be in
19016 alphabetical order.
19017 * gdb.base/help.exp: Ditto.
19018
19019Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19020
19021 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19022 "i*86-pc-linux-gnu*".
19023 * gdb.base/interrupt.exp: Ditto.
19024 * gdb.base/corefile.exp: Ditto.
19025
19026 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 19027 define vxworks when building the testcase.
c906108c
SS
19028
19029 * gdb.base/ptype.exp: Fix testnames to be unique.
19030 * gdb.base/radix.exp: Ditto.
19031 * gdb.base/term.exp: Ditto.
19032 * gdb.base/whatis.exp: Ditto.
19033 * gdb.c++/classes.exp: Ditto.
19034
19035Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19036
19037 * gdb.base/callfuncs.exp: Fix indentation.
19038
19039 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19040 suppress_flag has been set.
19041 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19042 target feature.
19043
19044Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19045
19046 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19047 the testcase.
19048
19049 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 19050 set_debug_traps() and breakpoint().
c906108c
SS
19051 * gdb.c++/misc.cc (main): Ditto.
19052 * gdb.c++/templates.cc (main): Ditto.
19053 * gdb.c++/virtfunc.cc (main): Ditto.
19054
19055Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19056
19057 * lib/gdb.exp(gdb_step_for_stub): New function.
19058 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19059 exists, reload the executable and do a "continue" instead of
19060 doing a jump.
19061 (runto_main): Use gdb_step_for_stub.
d63a86f8 19062
c906108c 19063 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 19064 tests to have unique names.
c906108c
SS
19065 * gdb.base/callfuncs.exp: Ditto.
19066 * gdb.base/commands.exp: Ditto.
19067 * gdb.base/default.exp: Ditto.
19068 * gdb.base/help.exp: Ditto.
19069 * gdb.base/list.exp: Ditto.
19070 * gdb.base/opaque.exp: Ditto.
19071 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19072 similar tests.
d63a86f8 19073
c906108c
SS
19074 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19075 * gdb.c++/cplusfuncs.cc: Ditto.
19076 * gdb.c++/virtfunc.cc: Ditto.
19077
19078 * config/monitor.exp: Keep track of the last file we saw, rather
19079 than trying to get the info from gdb.
19080
19081 * gdb.fortran/types.exp: Move comment to previous line.
19082
19083Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19084
19085 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 19086 target mode.
c906108c
SS
19087
19088Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19089
19090 From Bob Manson:
19091 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 19092 string from GDB when it connects.
c906108c
SS
19093
19094 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19095
19096Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19097
19098 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
19099 if we can't get a debug format from GDB (we may be testing an
19100 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
19101
19102 * gdb.stabs/weird.exp: Fix quoting.
19103
19104 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19105
19106Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19107
19108 * config/arm-ice.exp: New file.
19109
19110Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19111
19112 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 19113 until it has been modified to work with the new testsuite.
c906108c 19114
99707966 19115 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
19116 testcase won't compile, cause all of the testcases in the file to
19117 fail instead.
c906108c
SS
19118
19119 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19120 (gdb_clear_suppressed): New procedure.
19121 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19122 it contains a positive value.
19123
19124Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19125
19126 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19127
19128 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19129
19130Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19131
19132 * lib/gdb.exp (setup_xfail_format): New function.
19133 (get_debug_format): New function to get debug format.
19134 (debug_format): New global variable to hold last value set
19135 by get_debug_format.
19136 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 19137 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
19138 * gdb.c++/ptype.exp: Ditto.
19139 * gdb.c++/classes.exp: Ditto.
19140 * gdb.c++/cplusfuncs.exp: Ditto.
19141 * gdb.c++/inherit.exp: Ditto.
19142 * gdb.c++/templates.exp: Ditto.
19143 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 19144
c906108c
SS
19145Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19146
19147 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19148 host doesn't have a currently-open connection.
19149
19150 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
19151 any gdb stub target. Handle cases where gdb doesn't respond when
19152 interrupted in a sane fashion.
c906108c
SS
19153
19154 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 19155 same thing in a totally different way.
c906108c
SS
19156
19157 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 19158 setting "timeout".
c906108c 19159 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 19160 default_gdb_init now.
c906108c
SS
19161
19162Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19163
19164 * gdb.base/printcmds.exp: Fix "check for floating addition"
19165 regexp to accept results within approx +/- .01 of exact value.
19166 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19167
19168Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19169
19170 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 19171 properly.
c906108c
SS
19172 (gdb_expect): Add optional timeout parameter, and add timeout
19173 value to various calls.
19174 (gdb_suppress_tests): Only give one warning message per group.
19175
19176Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19177
19178 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
19179 global variables. Handle getting a value for $timeout more
19180 gracefully.
c906108c
SS
19181
19182Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19183
19184 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 19185 initialize.
c906108c 19186 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 19187 by a target configuration file.
c906108c
SS
19188 (gdb_expect): Pass the timeout to remote_expect.
19189
19190 * config/monitor.exp(gdb_load): Fix typo in regexp.
19191
19192Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19193
19194 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19195
19196Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19197
19198 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
19199 here. Call gdb_target_exec before rebooting the target, to make
19200 sure the connection to the target is closed.
c906108c
SS
19201 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19202 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19203 Also detect "Timeout reading from remote" error.
19204
19205 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
19206 gdb_target_monitor. Don't call gdb_file_cmd here; let
19207 gdb_target_monitor do it.
c906108c
SS
19208
19209 * gdb.disasm/hppa.exp: Don't use exec_output.
19210
19211Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19212
19213 * gdb.base/list.exp: If we're debugging a non-native target,
19214 try to set the pc register to point to the start of the
19215 program before doing the first list command.
19216
19217 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 19218 test_calls after restarting.
c906108c
SS
19219
19220 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 19221 reloading.
c906108c
SS
19222
19223 * gdb.base/watchpoint.exp: Fix typo.
19224
19225 * gdb.base/setshow.exp: Check for use_gdb_stub.
19226
19227 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 19228 stub case.
c906108c
SS
19229 * gdb.base/langs.exp: Ditto.
19230
19231 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
19232 gdb_load_offset. If we weren't given a file to load, figure out
19233 what the current file is and use it.
c906108c
SS
19234
19235 * config/i386-bozo.exp: New file.
19236
19237Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19238
19239 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19240 feature.
19241
19242 * config/proelf.exp: New entry.
19243
19244Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19245
19246 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19247 of regexps.
19248
19249 * gdb.base/watchpoint.exp: Don't run the test_stepping
19250 tests if gdb can't call functions on the target.
19251
19252 * gdb.base/setshow.exp: Don't run the set prompt tests if
19253 the board has gdb_prompt set.
19254
19255Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19256
19257 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19258 * gdb.base/commands.exp: Likewise.
19259 * gdb.base/setshow.exp: Likewise.
19260
19261Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19262
19263 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19264 feature.
19265
19266 * config/i960.exp: New file.
19267
19268Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19269
19270 * gdb.base/funcargs.exp: Check for gdb,short_int target
19271 feature instead of looking for explicit target triplets.
19272
dc96c6c7 19273Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 19274
d63a86f8 19275 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
19276 "p 123DEADBEEF", to check parse_number.
19277 * top.c: change "to enable to enable" to "to enable" in a couple
19278 of help strings.
19279
19280Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19281
19282 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19283 on the mn10300.
d63a86f8 19284
c906108c
SS
19285Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19286
19287 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19288 where the test executable is run with explicit args.
19289 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19290
19291Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19292
19293 * gdb.base/run.c: Use FAKEARGV to build test executable that
19294 does not require a command line arg, since most simulators
19295 don't currently support passing such an arg into the simulated
19296 program.
19297 * gdb.base/commands.exp: Change tests to insert the proper
19298 value as the arg to the first recursive factorial call. Change
19299 compilation line to define FAKEARGV at compile time.
19300
19301Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19302
19303 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19304 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19305 function with watchpoint enabled" test.
19306
19307Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19308
19309 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 19310 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
19311
19312 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 19313 "Tests restarted" messages.
c906108c
SS
19314
19315Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19316
19317 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19318
dc96c6c7 19319Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19320
19321 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19322 for INFO SYMBOL; add help tests for OVERLAY commands.
19323 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19324 add tests for OVERLAY commands
19325 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19326 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19327 * gdb.base/sigall.c: add usestubs code frag
19328 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 19329
c906108c
SS
19330Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19331
19332 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19333 failures.
19334 (gdb_stop_suppressing_tests): Note that tests have restarted.
19335
19336Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19337
19338 * config/h8300.exp: New file.
19339
19340Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19341
19342 * gdb.base/setshow.exp: Check for the existence of a
19343 feature, not its value.
19344
19345Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19346
19347 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19348
19349 * gdb.base/scope.exp: It's now init0(), not init().
19350
19351 * gdb.base/scope0.c: For now, change init() to be init0().
19352
19353 * config/monitor.exp: Use gdb_serial in preference to serial
19354 or netport.
19355
19356 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 19357 and it's not already set.
c906108c
SS
19358
19359Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19360
19361 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 19362 isn't using a stub and if it supports argument passing.
c906108c
SS
19363
19364Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19365
19366 * config/udi.exp(gdb_start): Make sure UDICONF is set
19367 properly before starting gdb.
19368
19369Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19370
19371 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19372 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19373 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19374
19375Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19376
19377 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 19378 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
19379
19380 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19381
19382 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19383
19384 * config/monitor.exp: Make sure we disconnect from the target.
19385 Also, try a reboot/reload cycle instead of failing if the
19386 load fails.
19387
19388Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19389
19390 * gdb.base/default.exp: Don't set match_max.
19391 * gdb.base/help.exp: Ditto.
19392 * gdb.base/list.exp: Ditto.
19393 * gdb.base/signals.exp: Ditto.
19394
19395 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19396 set, use remote_ld to download the testcase instead of
19397 the GDB loader.
19398
19399Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19400
19401 * config/vr5000.exp: New file.
19402
19403 * config/monitor.exp(gdb_target_monitor): Add pattern for
19404 "Ending remote" to detect errors in connecting.
19405
19406 * gdb.base/setshow.exp: Add .* within auto language test.
19407
19408 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19409 target feature.
19410
19411 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 19412 and reboot the board if necessary.
c906108c
SS
19413
19414 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19415 a set of tests. Remove print.* from the patterns being checked.
19416
19417Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19418
19419 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19420 refer to gdb_spawn_id.
19421
19422 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19423 longer used.
19424 * config/sparclet.exp: Ditto.
19425 * config/sparclet-old.exp: Ditto.
19426 * config/slite.exp: Ditto.
19427 * config/sim.exp: Ditto.
19428 * gdb.base/funcargs.exp: Ditto.
19429
19430 * lib/gdb.exp:Remove references to gdb_spawn_id.
19431 (gdb_expect): Move to remote.exp.
19432
19433Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19434
19435 * config/monitor.exp: Detect the "Couldn't establish connection"
19436 message from GDB.
19437
19438Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19439
19440 * gdb.base/bitfields.exp: Use runto instead of explicit
19441 gdb_run_cmd/gdb_expect sequences.
19442
19443 * gdb.base/break.exp(text_next_with_recursion): Add match for
19444 gdb_expect call.
19445
19446 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19447 We also need to handle the "A program is being debugged already"
19448 prompt from gdb. Use gdb_test to set the baud rate.
19449
19450 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19451 to 20000. Really. I mean it.
19452
19453Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19454
19455 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
19456 fails. If suppress_flag is set, skip perror message about not
19457 being able to send to GDB.
c906108c 19458 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 19459 GDB.
c906108c
SS
19460 (gdb_expect): If suppress_flag is set, always fail immediately.
19461 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19462 (gdb_init): Call gdb_stop_suppressing_tests.
19463 (default_gdb_exit): Ditto.
19464 (default_gdb_start): Ditto.
19465
19466 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 19467 gdb_stop_suppressing_tests as appropriate.
c906108c 19468 * gdb.base/break.exp: Ditto.
889bf7c5 19469 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
19470 * gdb.base/commands.exp: Ditto.
19471 * gdb.base/exprs.exp: Ditto.
889bf7c5 19472 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
19473 * gdb.base/list.exp: Ditto.
19474 * gdb.base/recurse.exp: Ditto.
889bf7c5 19475 * gdb.base/scope.exp: Ditto.
c906108c
SS
19476 * gdb.base/structs.exp: Ditto.
19477 * gdb.c++/inherit.exp: Ditto.
19478
19479Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19480
19481 * config/vr4300.exp: New file.
19482
99707966 19483 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 19484
99707966 19485 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
19486
19487Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19488
19489 * lib/gdb.exp(gdb_init): New function.
19490
19491 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 19492 for each individual variable set.
c906108c
SS
19493
19494 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19495 name.
19496
19497 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19498
19499 * gdb.base/scope.exp: Use gdb_test.
19500
19501 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19502 aborting; the testsuite driver will do that for us (see
19503 gdb_finish). Also, use gdb_test in a few more places.
19504
19505Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19506
19507 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19508
19509Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19510
19511 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19512 and "add_tests" are not at the same address.
19513
19514Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19515
19516 * gdb.base/ptype.exp: Use gdb_test.
19517
19518Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19519
19520 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19521 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19522 left in. No longer expect them to fail.
19523
19524 * gdb.stabs/*.mt; Deleted, no longer used.
19525 * gdb.stabs/configure.in: Remove references to target makefile
19526 frags.
19527 * gdb.stabs/configure: Rebuilt.
19528
19529 * gdb.disasm/*.mt: Deleted, no longer used.
19530 * gdb.disasm/configure.in: Remove references to target makefile
19531 frags. Use "sh3.s" as the unique filename for this directory.
19532 * gdb.disasm/configure: Rebuilt.
19533
19534 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19535 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19536 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19537
19538Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19539
19540 * config/udi.exp: Use mondfe,name instead of remote_host.
19541
19542Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19543
19544 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19545 a function with a watchpoint enabled on the mn10200.
19546
19547 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19548 before trying to create it!
19549
19550Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19551
19552 * config/vx.exp: Use hostname instead of netport.
19553
19554 * config/vxworks.exp: New file.
19555
19556 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19557
19558 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 19559 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
19560 occurs.
19561
19562 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19563 $gdb_spawn_id directly.
19564 (gdb_run_cmd): Try _start as well as start. Use the target feature
19565 gdb,start_symbol as the symbol to start from when jumping.
19566
19567Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19568
19569 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19570 redundant) test.
19571
19572 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19573 it doesn't lose for 16bit integer systems.
19574
19575Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19576
19577 * gdb.fortran/types.exp: If the target doesn't support "double"
19578 data types, then expect "real" types to only be 4 bytes.
19579
19580 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19581 call tests if the target doesn't support inferior function calls.
19582
19583 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19584 in printf tests.
19585
19586Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19587
19588 * gdb.base/help.exp: Disable "help set", "help show", and
19589 "help support". Simplify regexp for "help stack".
19590
19591 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19592 to 60 seconds. Temporarily set match_max to 15000 around the
19593 "info copying" test.
19594
19595 * gdb.base/nodebug.exp: Don't try to do an inferior function
19596 call if the target doesn't support them.
19597 * gdb.base/printcmds.exp: Likewise.
19598 * gdb.base/setvar.exp: Likewise.
19599 * gdb.base/structs.exp: Likewise.
19600 * gdb.c++/templates.exp: Likewise.
19601 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19602
19603 * gdb.base/recurse.exp: Enable for the mn10200.
19604
19605 * configure.in: Do configure gdb.stabs directory for *-*-elf
19606 targets.
19607 * configure: Rebuilt.
19608
19609 * gdb.base/break.exp: Check for gdb,noresults before testing
19610 exit status and/or results from the target.
19611 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19612 * lib/gdb.exp: Remove old (now bogus) initialization of
19613 noinferior, noargs, noresults and nosignals.
19614
19615Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19616
19617 * config/sh.exp: New file.
19618
19619 * config/slite.exp: Try to connect multiple times to the board
19620 before rebooting. Only send a "monitor run" if need_monitor_run
19621 is set.
19622
19623 * gdb.base/break.exp: Don't do the "stub continue" test if
19624 the target has gdb_stub set.
19625
19626 * gdb.base/callfuncs.exp: Increase the timeout.
19627
19628 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19629 if the target has gdb,noinferiorio set.
19630
19631 * gdb.base/list.exp: Increase match_max to 10000 characters.
19632
19633 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19634
19635 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19636 target.
19637
19638 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19639
19640Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19641
19642 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
19643 trying to delete the copy of gdb. Catch the file delete so we
19644 don't die if the delete fails; also, the file should be copied to
19645 the host, not to the build.
c906108c
SS
19646
19647Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19648
19649 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 19650 parenthesis in case it contains multiple regexps separated
c906108c
SS
19651 with |.
19652
19653 * gdb.base/watchpoint.exp: Use gdb_test.
19654 * gdb.base/default.exp: Ditto.
19655
19656Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19657
99707966 19658 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 19659
c906108c
SS
19660 * gdb.base/scope.exp: Use gdb_test.
19661 * gdb.c++/classes.exp: Ditto.
19662 * gdb.c++/inherit.exp: Ditto.
19663
19664Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19665
19666 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19667 remote_exec instead.
19668 * gdb.base/corefile.exp: Don't be ridiculous.
19669 * gdb.base/*.c: Add missing stub invocations.
19670
19671Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19672
19673 * config/slite.exp: Miscellaneous fixes.
19674
19675 * lib/gdb.exp: Fix runto.
19676
19677 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19678 the target.
19679
19680 * gdb.base/watchpoint.exp: Fix regexp.
19681
19682 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19683 close and wait commands, as the descriptor may now be
19684 invalid. Always call "remote_close host".
19685
19686Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19687
19688 Major rewrite for testsuite revision.
d63a86f8 19689
c906108c
SS
19690 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19691 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19692 instead of relying on spawn_id to always contain a valid
19693 spawn id.
19694 (get_compiler_info): New procedure to build the ${binfile}.ci
19695 file, instead of replicating this in N different places.
19696 (gdb_compile): New procedure.
d63a86f8 19697
c906108c 19698 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
19699 appropriate arguments) instead of compile. Use gdb_test in a lot
19700 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
19701 at the start of a testcase, as this is no longer done magically.
19702
19703 config/*-gdb.exp: Rename without the -gdb suffix.
19704
19705 config/mips.exp: Use remote_close instead of exit_remote_shell.
19706 config/monitor.exp: Use target_info instead of looking at
19707 baud, timeout, etc.
19708 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19709
19710Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19711
19712 * gdb.c++/templates.exp (test_ptype_of_templates),
19713 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19714 Update expect patterns for destructors and assignment operators
19715 to match corresponding c-typeprint.c changes.
19716 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19717 to destructor breakpoint test, GDB should be able to set the
19718 destructor breakpoint without specifying arguments.
19719
19720Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19721
19722 * gdb.threads/pthreads.exp: Change result for failure to compile due
19723 to lack of pthreads runtime support from an error to simply an
19724 unsupported test, per dejagnu standards.
19725
19726Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19727
19728 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19729 where GDB exits to reduce pattern match time.
19730 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19731
19732 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19733
dc96c6c7 19734Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19735
19736 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19737 * gdb.base/default.exp: ditto.
19738 * gdb.base/nodebug.exp: ditto.
19739 * gdb.base/printcmds.exp: ditto.
19740 * gdb.base/ptype.exp: ditto.
19741 * gdb.base/setvar.exp: ditto.
19742 * gdb.base/structs.exp: ditto.
19743 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19744
19745Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19746
19747 * configure, */configure: Rebuild with autoconf 2.12.
19748
19749Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19750
19751 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19752 use new i*86-pc-linux*-gnu quads.
19753 * gdb.base/corefile.exp: Ditto.
19754 * gdb.base/signals.exp: Ditto.
19755 * gdb.base/sigall.exp: Ditto.
19756 * gdb.base/interrupt.exp: Ditto.
19757
19758 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19759 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19760 RedHat 4.0.
d63a86f8 19761
c906108c 19762 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
19763 linux. This allows the test case to at least compile on latest
19764 linux, but still not run due to missing the threads runtime library.
c906108c
SS
19765
19766Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19767
19768 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19769 directory to search gdb directory. Accept and step over conditional
19770 stack alignment code. Consume $prompt in failure cases.
19771 Reset timeout to $oldtimeout instead of some arbitrary value.
19772 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19773 timeout problems with infinite stack backtraces.
19774 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19775 Accept function parameters for linkfunc member.
19776
19777Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19778
19779 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19780 (CXXFLAGS): Remove, unreferenced.
19781 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
19782 previous -B options and also add -B option to pick up cross compiled
19783 runtime.
c906108c
SS
19784 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19785 doing cross compiles.
19786 (target_alias): Declare global.
19787 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19788 to verify that gcc exists in build tree, and if so set CC to that
19789 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 19790
c906108c
SS
19791Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19792
19793 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19794 ptype test for anonymous union. Fixup testcase to match
19795 current gcc debug output.
19796
19797Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19798
19799 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19800 force argument to an unsigned long type.
19801
19802Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19803
19804 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 19805 tests and anonymous union print/ptype tests.
c906108c
SS
19806 * gdb.base/list.exp (test_forward-search): Increase timeout by
19807 5 minutes for the "search extremely long line" case.
19808 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19809 completely optional and that the pass/fail messages use the command as
19810 the message if that third arg is a null string.
19811 (gdb_test_exact): Arrange that a null string pattern means match a
19812 null string output rather than any output, which might include random
889bf7c5 19813 errors.
c906108c
SS
19814 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19815 backtrace test.
19816 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19817 always failing and failure is now exposed by gdb.exp changes.
19818
19819Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
19820
19821 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19822 weren't being noted.
19823
19824Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19825
19826 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
19827 * gdb.stabs/weird.exp: Remove v_comb xfails.
19828
dc96c6c7 19829Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19830
19831 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 19832 list.exp scope.exp watchpoint.exp]
c906108c 19833 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 19834
dc96c6c7 19835Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19836
19837 * config/monitor.exp: Increase download timeout to 1000 seconds.
19838
dc96c6c7 19839Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19840
19841 * config/m32r.exp: Increase timeout to 120 seconds.
19842
19843Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
19844
19845 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
19846 and accept older ordering as obsolescent gcc or gdb.
19847 * gdb.c++/templates.exp: Ditto.
19848 * gdb.c++/virtfunc.exp: Ditto.
19849
19850Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
19851
19852 * gdb.base/coremaker.c: Add code to mmap some data so we
19853 can check that it ends up in the core file.
19854 * gdb.base/corefile.exp: Add test to read mmapped data
19855 from core file.
19856
dc96c6c7 19857Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19858
19859 * config/m32r.exp: New file.
19860
19861Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
19862
19863 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
19864 that cflags can contains -gstabs, and work correctly for other tests.
19865
dc96c6c7 19866Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
19867
19868 * gdb.base/setshow.exp: New file, tests show and set.
19869 * gdb.base/setshow.c: New file, tests show and set.
19870 * gdb.base/help.exp: Add test for help set|show annotate.
19871 * gdb.base/default.exp: Add test for set|show annotate.
19872
19873Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
19874
19875 * testsuite/gdb.base/break.exp: Make backtrace from factorial
19876 errors unique.
19877 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
19878 explicitly.
19879
19880Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
19881
19882 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
19883 and width commands. This is done elsewhere.
19884 * (gdb_start): Don't call gdb_start_sim here. That's already
19885 done in gdb_load. This fixes lots of failures in default.exp.
19886
19887Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
19888
19889 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
19890 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
19891 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
19892 in the same we we treat other failures (since it may be an expected
889bf7c5 19893 condition), rather than as an error.
c906108c
SS
19894 * gdb.base/signals.exp (test_handle_all_print): Revert back to
19895 old test format.
19896
19897Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
19898
19899 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19900 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 19901 twice. Nuke the duplicates.
c906108c 19902 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 19903 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
19904 Remove config.h along with other config files.
19905
19906Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
19907
19908 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19909 "p func1 ()" and note that rests of tests are skipped.
19910 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 19911 setup_xfails for "print func2::coremaker_local".
c906108c
SS
19912 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19913 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19914 affected by the previous run test.
19915 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19916 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19917 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19918 "pass int powerset tuple" and "pass modeless int powerset tuple".
19919 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19920 "real write 4" and "real write 8".
19921 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 19922 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
19923 "print \$i after tuple assign 2", and
19924 "print vs2 after tuple assign 2".
19925 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19926 meaningful error message and return -1 so the caller can
19927 suppress further tests and avoid a cascade of errors.
d63a86f8 19928
c906108c
SS
19929Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
19930
19931 * gdb.base/a1-selftest.exp: Tweak tests to account for new
19932 format for printing version.
19933 * gdb.base/default.exp: Ditto.
19934 * gdb.base/interrupt.exp: Fix problem with cascade of
19935 errors if child process dies while calling a function.
d63a86f8 19936
c906108c
SS
19937Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
19938
19939 * Makefile.in (VPATH): Add
19940 * Makefile.in (Makefile, config.status): Fix rules so things get
19941 remade when necessary.
19942
19943Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
19944
19945 * Makefile.in (just-check): Add path to sibling expect dir
19946 to environment variable specified by RPATH_ENVVAR.
19947
19948Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
19949
19950 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
19951 (just-check): Add shared library paths for libstdc++, tk,
19952 tcl, bfd, and opcodes to the environment variable specified
19953 in RPATH_ENVVAR.
19954 * configure.in: Add support to recognize --enable-shared flag
19955 and generate correct value for RPATH_ENVVAR.
19956 * configure: Regenerated with autoconf.
19957
19958Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
19959
19960 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 19961 include all osf versions.
c906108c
SS
19962 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
19963 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
19964 when target is linux. When failing to build pthreads test
19965 executable, give more meaningful message.
19966 * gdb.threads/pthreads.c: Hpux also uses old definition of second
19967 arg for pthread_create.
d63a86f8 19968
c906108c
SS
19969Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
19970
19971 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 19972 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 19973 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 19974 and -lpthreads (everybody else).
c906108c
SS
19975 (test_startup): Fail gracefully if threads are not supported.
19976 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
19977 "p/c array_index("abcdef",2)" when not gcc compiled.
19978 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
19979 "print func2::coremaker_local" when not gcc compiled.
19980 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
19981 "ptype on opaque struct tagname (statically)",
19982 "ptype on opaque struct tagname (dynamically) 1", and
19983 "ptype on opaque struct tagname (dynamically) 2"
19984 for not compiled with gcc.
19985 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
19986 backtrace when compiled with gcc.
d63a86f8 19987 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
19988 than always return success.
19989
19990Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
19991
19992 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
19993
19994Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
19995
19996 * gdb.base/structs.exp: Undo last change.
19997
19998Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
19999
20000 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20001 encapsulate all the steps/nexts done during self test, starting
20002 at main, and makes them less sensitive to optimization issues.
20003 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20004 signal handler" test.
20005 * gdb.threads/pthreads.exp: Only run this for native configs.
20006 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20007 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20008 tests.
20009 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20010 for "runto test_calls(void)" test.
d63a86f8 20011
c906108c
SS
20012Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20013
20014 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20015 and don't expect address info in breakpoint confirmations.
20016
20017Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20018
20019 * gdb.base/list.exp (test_forward_search): Increase timeout
20020 temporarily by 60 seconds for searching extremely long line,
889bf7c5 20021 and then reset to old value when done. Increase expect input
c906108c
SS
20022 buffer to 10000.
20023
20024Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20025
20026 * gdb.base/list.exp (test_forward_search): Fix to handle very
20027 long source line without overflowing expect's input buffer.
20028
20029Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20030
20031 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20032 "buffer_full".
20033
20034 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20035 "buffer_full".
20036
20037 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20038 "buffer_full".
20039
20040 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20041 "buffer_full".
20042
20043Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20044
20045 * configure.in (configdirs): Add gdb.threads.
20046 * configure: Regenerated with autoconf.
20047 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20048 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20049 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 20050
c906108c
SS
20051Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20052
20053 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20054
20055Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20056
20057 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20058 each signal's status in the output of "handle all print".
20059 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20060 the \r\n sequence that immediately precedes the gdb prompt.
20061 * gdb.base/a1-selftest.exp: Save original timeout and restore
20062 after test.
20063
20064Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20065
20066 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20067 symbol.
20068
20069Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20070
20071 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20072
20073Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20074
20075 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20076 timeout by 60 seconds.
20077
20078Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20079
20080 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20081 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20082 error return.
20083
20084Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20085
20086 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20087 gdb initialization, also report how long dejagnu waited. Restore
20088 old timeout before doing error return. Temporarily increase timeout
889bf7c5 20089 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
20090
20091Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20092
20093 * lib/gdb.exp: Report timeout value for verbosity level 2.
20094 * config/gdbserver.exp: Ditto.
20095 * config/hppro.exp: Ditto.
20096 * config/mips-gdb.exp: Ditto.
20097 * config/monitor.exp: Ditto.
20098 * config/netware.exp: Ditto.
20099 * config/sim-gdb.exp: Ditto.
20100 * config/slite-gdb.exp: Ditto.
20101 * config/udi-gdb.exp: Ditto.
20102 * config/unix-gdb.exp: Ditto.
20103 * config/vx-gdb.exp: Ditto.
20104 * gdb.base/a1-selftest.exp: Ditto.
20105 * gdb.base/a2-run.exp: Ditto.
20106 * gdb.base/break.exp: Ditto.
20107 * gdb.base/corefile.exp: Ditto.
20108 * gdb.base/list.exp: Ditto.
20109 * gdb.base/recurse.exp: Ditto.
20110 * gdb.base/scope.exp: Ditto.
20111 * gdb.base/signals.exp: Ditto.
20112
20113Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20114
20115 * gdb.threads/Makefile.in (docdir): Removed.
20116
20117Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20118
20119 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 20120 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 20121 @srcdir@.
d63a86f8 20122 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
20123 autoconf 2.5 or higher.
20124 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20125
20126Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20127
20128 * configure: Regenerated.
20129 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20130 avoid name clashes with SunOS headers.
20131
20132Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20133
20134 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20135
20136Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20137
20138 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20139 prototype information ends up in the compiler info file.
20140
20141Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20142
20143 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20144 attempting to regenerate it. Eliminate use of a temporary file
20145 and just generate the info file directly. Source it immediately,
20146 for consistency of use.
20147 * gdb.base/corefile.exp: Ditto
20148 * gdb.base/exprs.exp: Ditto.
20149 * gdb.base/funcargs.exp: Ditto.
20150 * gdb.base/langs.exp: Ditto.
20151 * gdb.base/list.exp: Ditto.
20152 * gdb.base/mips_pro.exp: Ditto.
20153 * gdb.base/nodebug.exp: Ditto.
20154 * gdb.base/opaque.exp: Ditto.
20155 * gdb.base/ptype.exp: Ditto.
20156 * gdb.base/scope.exp: Ditto.
20157 * gdb.base/setvar.exp: Ditto.
20158 * gdb.base/signals.exp: Ditto.
20159 * gdb.base/whatis.exp: Ditto.
20160 * gdb.c++/templates.exp: Ditto.
20161 * gdb.c++/virtfunc.exp: Ditto.
20162 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 20163 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
20164
20165Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20166
20167 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20168 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20169 Increase timeout, a lot of single stepping might be needed if the
20170 target has no hardware watchpoints.
20171
20172Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20173
20174 * gdb.base/break.exp: Ignore compiler warnings when compiling
20175 break.c.
20176 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20177 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20178 from remote-sim.
20179 * gdb.base/exprs.exp: Add h8300 xfails.
20180 * gdb.base/funcargs.exp: Likewise.
20181 * gdb.base/nodebug.exp: Likewise.
20182 * gdb.base/printcmds.exp: Likewise.
20183 * gdb.base/ptype.exp: Likewise.
20184 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20185 h8300 xfails.
d63a86f8 20186 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
20187 on the h8300.
20188 * gdb.base/funcargs.c: Explicitly make last constant argument to
20189 call_after_alloca_subr an unsigned long type.
20190 * gdb.base/return.c: Include stdio.h.
20191
20192Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20193
20194 * config/abug.exp: New file for the older Motorola Bug monitor
20195 that runs on the mvme13x series VME boards.
20196 * config/monitor.exp: Use the new config array for target settings
20197 if they exist.
20198
20199Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20200
20201 * sim-gdb.exp: Make the SH simulator allocate less space when
20202 it is targeted.
20203
20204Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20205
20206 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20207 test.
20208
20209Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20210
20211 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20212 "rs6000-*-*" for "list function in include file" when gcc compiled.
20213 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20214 for "p ctable1[120]".
20215 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20216 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20217 Remove setup_xfail for "rs6000-*-*" for
20218 "print 'scope0.c'::filelocal before run".
20219 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20220 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20221 since some compilers don't allow both options to be given
20222 on the same command line. Create object file and move it.
d63a86f8 20223
c906108c
SS
20224Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20225
20226 * gdb.base/corefile.exp: Always regenerate the core file, since
20227 we always regenerate the coremaker program. Detect special case
20228 where registers cannot be read from core file.
d63a86f8 20229
c906108c
SS
20230Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20231
20232 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20233 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20234 * gdb.c++/templates.exp: Only match on basename of file since
20235 some formats like xcoff don't encode directory information.
20236 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20237 and rs6000 AIX xcoff targets.
20238 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20239 * configure: Regenerate.
20240 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20241 here, rather than in distclean.
d63a86f8 20242
c906108c
SS
20243Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20244
20245 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20246 defined, and use it to compile the test case with -O2. The
20247 native compilation still uses no optimization.
20248 * gdb.base/mips_pro.c: Remove inline assembly code since
20249 it is compiled PIC by default, which results in assembler
20250 warnings that make the testsuite think the compilation
20251 was unsuccessful.
20252
20253Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20254
20255 * gdb.c++/misc.exp: Add note to message for
20256 "print s.a for foo struct" that this is a known gcc 2.7.2
20257 and earlier bug.
20258
20259Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20260
20261 * gdb.base/break.exp: Fix pattern for matching "Delete all
20262 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20263 setup_xfail for deleting all breakpoints test. Fix various
20264 timeout messages to include "(timeout)".
20265 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20266 for "p t_float_values2(3.14159,float_val2)".
20267 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20268 for "continue to call2g" when gcc compiled.
20269 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20270 "up to foo in langs.exp", "show language at foo in langs.exp",
20271 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20272 and "show language at fsub in langs.exp".
20273 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20274 "list line 1 in include file", "list message for lines past EOF",
20275 "list function in include file", "list list0.h:foo", and
20276 "list filename:function; nonexistant function".
20277 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20278 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20279 and "ptype t_char_array" to be for native cc only.
d63a86f8 20280
c906108c
SS
20281Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20282
d63a86f8 20283 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 20284 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 20285 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
20286
20287Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20288
20289 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20290 "bt in signals.exp". This problem only appears when running
20291 the testsuite, and then only intermittently.
20292
20293Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20294
20295 * gdb.base/return.exp (return_tests): Differentiate between
20296 two tests of continuing.
20297
20298Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20299
20300 * */Makefile.in (maintainer-clean): Remove config.log.
20301 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20302 * gdb.c++/Makefile.in (PROGS): Add inherit.
20303 (clean): Remove *.ci.
20304
20305Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20306
20307 * gdb.c++/misc.cc: Add test code from Mike Stump.
20308 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20309
20310Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20311
20312 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20313 to "alpha-*-osf2*" and add comment.
20314 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
20315 setup_xfail for "step over execarg initialization" and
20316 "step over corearg initialization".
c906108c
SS
20317 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20318 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20319 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 20320 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
20321 "print func2::coremaker_local", and "backtrace in corefile.exp".
20322 * gdb.base/signals.exp: Build and source signals.ci.
20323 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20324 to be for gcc only.
20325 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 20326
c906108c
SS
20327Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20328
20329 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20330 Feb 3 procfs.c change.
20331
20332Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20333
20334 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20335
20336Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20337
20338 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20339 from dejagnu's apparent default of 10 seconds, which gives random
20340 results when running the tests over NFS on moderately loaded systems.
20341 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20342
20343Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20344
20345 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20346 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 20347 result reports.
c906108c
SS
20348
20349Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20350
20351 * configure.in (CY_AC_PATH_TCLH): Remove.
20352 * configure: Regenerate.
20353
20354Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20355
20356 * gdb.c++/Makefile.in (clean): Add missing '{'.
20357
20358Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20359
20360 * lib/gdb.exp: Provide a default value for noinferior.
20361
20362 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20363 Load libgloss.exp.
20364
20365Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20366
20367 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20368 the executable, not the .o to run the tests from.
20369
20370Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20371
20372 * gdb.base/break.exp: Don't test for program exit or exit status
20373 if $noresults if nonzero.
20374 * gdb.base/langs.exp: Likewise.
20375 * gdb.base/watchpoint.exp: Likewise.
20376
20377 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20378 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20379 trying to compile the testcase.
20380
20381Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20382
20383 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20384 * gdb.base/signals.exp (continue to handler): Likewise.
20385
20386Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20387
20388 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20389
20390 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20391
20392Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20393
20394 * gdb.base/corefile.exp: Recognize "not found" as failure
20395 when trying to determine if a core file was generated.
20396 If no core file was generate the first time, try again without
20397 the ulimit -c to work around braindamaged shells.
20398
20399Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20400
20401 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20402 [] tests with "test" and enclose string in quotes.
20403 * gdb.stabs/configure: Rebuild
d63a86f8 20404
c906108c
SS
20405Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20406
20407 Changes in sync with expect:
20408 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20409 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20410 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20411 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20412 argument to AC_REQUIRE.
20413 * configure: Regenerated.
20414
20415Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20416
20417 * gdb.base/corefile.exp: When generating a core, discard any
20418 error messages about ulimit not found and the "core dumped"
20419 message from the shell that runs the coredumper.
20420
20421Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20422
20423 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20424
20425 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20426 which sed script to run. Expect failure for v_comb test
20427 on PA targets too.
d63a86f8 20428
c906108c
SS
20429Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20430
20431 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 20432 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
20433
20434Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20435
20436 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20437 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 20438 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
20439 * lib/gdb.exp (default_gdb_start): Fix typo.
20440 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20441 messages to not include the full program name that caused
20442 the core dump since some systems (such as solaris) apparently
20443 truncate this path to about 80 characters.
20444 When generating a core file first try increasing the core file
20445 size limit to unlimited since some systems may default it to
20446 zero, and it is harmless to try it. Move the test for failing
20447 to generate a core file to where it will actually get executed.
20448 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20449 new gdb result from g++ debug info improvements and make old
20450 pattern obsolescent. Also account for size_t differences
20451 (may be int or long).
20452 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20453 initialization before function call is placed in the delay slot
20454 and thus appears to be skipped over by commands such as "next".
20455
20456Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20457
20458 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20459
20460Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20461
20462 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20463 input source file; fix code to compile test to deal with this
20464 convention.
20465 * gdb.c++/*.exp: Likewise.
20466
20467Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20468
20469 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20470 "bt in signals.exp".
20471
20472Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20473
20474 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20475 "step over execarg initialization" and
889bf7c5 20476 "step over corearg initialization".
c906108c
SS
20477
20478Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20479
20480 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20481 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20482
20483Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20484
20485 From Rob Savoye (rob@poseidon.cygnus.com)
20486 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20487 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
20488 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20489 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20490 configure.in}: Major reworking for autoconfig.
c906108c
SS
20491 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20492 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 20493 New files.
c906108c
SS
20494 * config/unix-gdb.exp: Make GDB global.
20495 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
20496 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20497 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20498 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20499 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20500 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 20501 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
20502 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20503 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20504 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20505 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 20506 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
20507 to returns as necessary, arrange for test to compile own testcase
20508 executable.
c906108c 20509 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 20510
c906108c
SS
20511Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20512
20513 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 20514 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
20515 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20516 "backtrace through signal handler".
20517
20518Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20519
20520 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20521 continuing from a job control stop signal.
20522 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20523
20524Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20525
20526 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20527 * gdb.base/corefile.exp: Likewise.
20528 * gdb.base/funcargs.exp: Likewise.
20529
20530Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20531
20532 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20533 * config/monitor.exp: Add support for setting baud rate.
20534
20535Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20536
20537 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20538 i*86-*-linux* xfails for "backtrace through signal handler".
20539 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20540 "print func2::coremaker_local".
20541 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 20542 alpha-dec-osf2* xfail for
c906108c
SS
20543 "delete all breakpoints when none".
20544
20545Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20546
20547 * gdb.base/break.exp: Change test that deletes all breakpoints
20548 when no user breakpoints are installed. A post 4.15 change
20549 causes gdb to no longer prompt in this case.
20550
20551Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20552
20553 * gdb.base/return.exp (return_tests): Change xfail for test
20554 "correct value returned double test" to stop xfailing at
20555 Solaris 2.5. Apparently the bug has been fixed.
20556
20557Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20558
20559 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20560 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20561
20562Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20563
20564 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20565 * gdb.disasm/hppa.s: Corresponding changes.
20566
20567Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20568
20569 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20570 makefile fragment.
20571 * config/mt-hpux: Deleted.
20572
20573Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20574
d63a86f8 20575 * Many files: When warning about suppressed tests due to a
c906108c
SS
20576 nonexistant test binary, avoid incrementing the warning count.
20577
20578Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20579
20580 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 20581
c906108c
SS
20582Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20583
20584 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20585 "sparc-*-solaris2*".
20586
20587Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20588
20589 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20590 Add global and local variables and initialize them.
20591 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20592 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20593 extracts the file name and terminating signal from the core file.
20594 * TODO: Remove note about tests for correct mapping of corefile.
20595 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20596 from optimizing it away.
20597 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20598 handles common blocks.
20599
20600Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20601
20602 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20603 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20604
20605Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20606
20607 * Makefile.in (maintainer-clean): New target, synonym for
20608 realclean.
20609 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20610 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20611 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20612 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20613 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20614 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20615
20616Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20617
20618 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20619 xfails when not gcc compiled for "print foo::funclocal".
20620 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20621 "print foo::funclocal at foo",
20622 "print 'scope1.c'::foo::funclocal at foo",
20623 "print foo::funclocal_bss at foo",
20624 "print 'scope1.c'::foo::funclocal_bss at foo",
20625 "print foo::funclocal_ro at foo",
20626 "print 'scope1.c'::foo::funclocal_ro at foo",
20627 "print bar::funclocal at foo" and
20628 "print 'scope1.c'::bar::funclocal at foo".
20629 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20630 gcc compiled for "print foo::funclocal at bar".
20631 Expand all messages to ensure that they identify that
20632 the test is at bar().
20633 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20634 gcc compiled for:
20635 "ptype on opaque struct pointer (statically)",
20636 "ptype on opaque struct tagname (statically)",
20637 "ptype on opaque struct pointer (dynamically) 1",
20638 "ptype on opaque struct tagname (dynamically) 1",
20639 "ptype on opaque struct pointer (dynamically) 2" and
20640 "ptype on opaque struct tagname (dynamically) 2
20641 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20642 gcc compiled for:
20643 "p datalocal"
20644 "whatis datalocal",
20645 "ptype datalocal",
20646 "p bsslocal",
20647 "whatis bsslocal", and
20648 "ptype bsslocal".
20649 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20650 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20651 when not gcc compiled.
20652 * gdb.base/funcargs.exp (float_and_integral_args): Add
20653 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20654 compiled.
20655 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20656 "backtrace from call6a" when not gcc compiled.
20657 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20658 "backtrace from call7a" when not gcc compiled.
20659 * gdb.base/callfuncs.exp (do_function_calls):
20660 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20661 "p t_char_array_values(char_array_val2,char_array_val1)",
20662 "p t_char_array_values(char_array_val1,char_array_val2)",
20663 "p t_char_array_values("carray 1","carray 2")",
20664 "p t_char_array_values("carray 1",char_array_val2)",
20665 "p t_char_array_values(char_array_val1,"carray 2")",
20666 "p sum_args(1,{2})",
20667 "p sum_args(2,{2,3})",
20668 "p sum_args(3,{2,3,4})",
20669 "p sum_args(4,{2,3,4,5})"
20670 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20671 "backtrace in corefile.exp" when not gcc compiled.
20672
20673Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20674
20675 * gdb.base/signals.exp: Rewrite `handle all print' test as
20676 a procedure. Accept blanks or TABs as whitespace, increase
20677 timeout and expect input buffer size for the large output
20678 from the command. Remove "i*86-*-bsdi2.0" xfail.
20679
20680Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20681
20682 * gdb.base/setvar.exp: Add new testcases for truncation when
20683 assigning invalid values to bitfields.
20684
20685Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20686
d63a86f8 20687 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
20688 mips-sgi-irix* xfail for
20689 "call inferior func with struct - returns char *"
20690 and fix test so that an optional (unsigned char *) cast is
889bf7c5 20691 accepted in the result.
c906108c
SS
20692
20693Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20694
20695 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20696 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20697 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20698 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20699 that accidentally got checked in.
20700
20701Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20702
d63a86f8 20703 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
20704 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20705 compiled test.
20706 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20707 Add mips-sgi-irix5* xfail for not gcc compiled.
20708 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20709 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20710 "p top", "whatis top", "p middle", and "whatis middle".
20711 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20712 "whatis signed char" for not gcc compiled.
20713 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20714 "set variable signed char=-1 (-1)" and
20715 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20716 * gdb.base/funcargs.exp (float_and_integral_args):
20717 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20718 Add mips-sgi-irix* xfail when not gcc compiled for
20719 "continue to call2b".
20720 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20721 "continue to call2g".
20722 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20723 "backtrace from call6a"
20724 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20725 "backtrace from call7k".
20726 Add mips-sgi-irix5* xfail when not gcc compiled for
20727 "backtrace from call7a".
20728 (localvars_after_alloca): Fix gdb_test cmds for
20729 "print * after runto ...".
20730 Remove rs6000-*-* xfails for
20731 "print i after runto localvars_after_alloca" and
20732 "print l after runto localvars_after_alloca"
20733 for all compilers.
20734 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 20735 when not compiled with gcc, for:
c906108c
SS
20736 "print signed char == (minus)",
20737 "print signed char != (minus)",
20738 "print signed char < (minus)",
20739 "print signed char > (minus)".
20740 * gdb.base/callfuncs.exp (do_function_calls):
20741 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20742 "call inferior func with struct - returns char *".
d63a86f8 20743 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
20744 "correct value returned double test" to include Solaris 2.4.
20745 * gdb.base/funcargs.exp (float_and_integral_args):
20746 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 20747
c906108c
SS
20748Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20749
20750 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20751 enumeration bitfields if compiling with GNU C.
20752 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20753 to empty' prompt.
20754
20755Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20756
20757 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20758 test for PRO targets.
20759
20760 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20761 breakpoints in the inferior at any given time by making
20762 two groups of breakpoints for call2*, call6* and call7*
20763 tests.
20764
20765Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20766
20767 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20768 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20769 from optimizing it away.
20770 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20771 "call inferior func with struct".
20772
20773Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20774
20775 * configure.in: Only configure gdb.chill for particular targets.
20776
20777Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20778
20779 * gdb.base/Makefile.in: Add action to .c.o transformation
20780 rule that generates a .ci file for each .o file and remove
20781 explicit .c.o rules except for callfuncs.o.
20782 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20783 generates a .ci file for each .o file and remove explicit
20784 .cc.o rules.
20785 (clean): Remove *.tmp *.ci files.
20786 (EXECUTABLES): Remove templ-info.exp.
20787 * gdb.base/compiler.c: New file.
20788 * gdb.c++/compiler.cc: New file
20789 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20790 Change rs6000-*-* xfail for
20791 "print 'scope0.c'::filelocal_ro" and
20792 "print 'scope1.c'::filelocal" and
20793 "print 'scope1.c'::filelocal_bss" and
20794 "print 'scope1.c'::filelocal_ro" and
20795 "print 'scope1.c'::foo::funclocal" and
20796 "print 'scope1.c'::foo::funclocal_ro" and
20797 "print 'scope1.c'::bar::funclocal" and
20798 "print 'scope0.c'::filelocal_ro" and
20799 "print 'scope1.c'::filelocal at foo" and
20800 "print 'scope1.c'::filelocal_bss at foo" and
20801 "print 'scope1.c'::filelocal_ro at foo" and
20802 "print 'scope1.c'::foo::funclocal at foo" and
20803 "print 'scope1.c'::foo::funclocal_bss at foo" and
20804 "print 'scope1.c'::foo::funclocal_ro at foo" and
20805 "print 'scope1.c'::bar::funclocal at foo" and
20806 "print 'scope0.c'::filelocal_ro" and
20807 "print 'scope1.c'::filelocal" and
20808 "print 'scope1.c'::filelocal_bss" and
20809 "print 'scope1.c'::filelocal_ro" and
20810 "print 'scope1.c'::foo::funclocal" and
20811 "print 'scope1.c'::foo::funclocal_bss" and
20812 "print 'scope1.c'::foo::funclocal_ro" and
20813 "print 'scope1.c'::bar::funclocal" and
20814 "print 'scope1.c'::bar::funclocal_bss"
20815 to only be xfail'd when not compiled with gcc.
d63a86f8 20816 Add rs6000-*-* xfail for
c906108c
SS
20817 "print 'scope0.c'::filelocal_bss before run"
20818 when compiled with gcc.
20819 (test_at_main): Add rs6000-*-* xfail for
20820 "print filelocal_ro in test_at_main"
20821 when compiled with gcc.
20822 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 20823 Add rs6000-*-aix* xfail for
c906108c
SS
20824 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20825 "ptype t_char_array", not compiled with gcc.
20826 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
20827 xfail for "list foo (in include file)" when gcc compiled.
20828 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 20829 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
20830 "run to call0a" if not compiled with gcc.
20831 (unsigned_integral_args): Add rs6000-*-* xfail for
20832 "run to call1a" if not compiled with gcc.
20833 (float_and_integral_args): Add rs6000-*-* xfail for
20834 "run to call2a" if not compiled with gcc and for
20835 "continue to call2b" for any compiler.
20836 Add rs6000-*-* xfail to
20837 "print f1 after run to call2a" for gcc compiled.
20838 (discard_and_shuffle): Add rs6000-*-* xfail for
20839 "run to call6a".
20840 (shuffle_round_robin): Add rs6000-*-* xfail for
20841 "backtrace from call7a" if not compiled with gcc.
20842 Add rs6000-*-* xfail for
20843 "backtrace from call7b" if compiled with gcc.
20844 (call_after_alloca): Add rs6000-*-* xfail for
20845 "print c in call_after_alloca" and
20846 "print s in call_after_alloca" and
20847 "backtrace from call_after_alloca_subr"
20848 if not compiled with gcc.
20849 (localvars_in_indirect_call): Add rs6000-*-* xfail for
20850 "print c in localvars_in_indirect_call" and
20851 "print c in localvars_in_indirect_call" and
20852 "backtrace in indirectly called function" and
20853 "stepping into indirectly called function"
20854 if not compiled with gcc.
20855 (localvars_after_alloca): Add rs6000-*-* xfail for
20856 "print c after runto localvars_after_alloca" and
20857 "print s after runto localvars_after_alloca" and
20858 "print i after runto localvars_after_alloca" and
20859 "print l after runto localvars_after_alloca"
20860 for all compilers.
20861 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
20862 than whatis-info.exp.
20863 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
20864 than opaque-info.exp.
20865 Setup rs6000-*-* xfail for
d63a86f8 20866 "ptype on opaque struct pointer (statically)" and
c906108c
SS
20867 "ptype on opaque struct pointer (dynamically)" when
20868 not compiled with gcc.
20869 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
20870 rather than callf-info.exp.
20871 (do_function_calls): Add clear_xfail for rs6000-*-* for
20872 "p t_float_values2(3.14159,float_val2)". Seems to work
20873 fine there, both with xlc and gcc. Need to find out what
20874 it is doing right and fix other platforms.
20875 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
20876 "call inferior func with struct - returns int",
20877 "call inferior func with struct - returns long",
20878 "call inferior func with struct - returns float",
20879 "call inferior func with struct - returns double",
20880 "call inferior func with struct - returns char *",
20881 but only if not gcc compiled (presumes xlc compiled).
20882 Change rs6000-*-* xfails for
20883 "call inferior func with struct - returns char" and
20884 " call inferior func with struct - returns short" to only
20885 xfail if not using gcc.
20886 (clean mostlyclean): Remove *.ci and *.tmp files.
20887 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
20888 than templ-info.exp.
20889 * gdb.base/langs.exp: Source gdb.base/langs.ci.
20890 Add rs6000-*-* xfail for "up to foo in langs.exp"
20891 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 20892 when not gcc compiled.
d63a86f8 20893
c906108c
SS
20894Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
20895
20896 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
20897 * gdb.base/corefile.exp: Likewise.
20898 * gdb.base/list.exp: Likewise.
20899 * gdb.base/scope.exp: Likewise.
20900 * gdb.base/siganls.exp: Likewise.
20901
20902 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
20903 compiler output.
20904 * gdb.base/whatis.exp: Likewise.
20905
20906Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
20907
20908 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20909 failure (opcode table has been fixed to match reality).
20910
20911Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
20912
20913 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20914 "call inferior func with struct - returns char",
20915 "call inferior func with struct - returns short"
20916
20917 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20918 "print 'scope0.c'::filelocal at main",
20919 "print 'scope0.c'::filelocal_bss in test_at_main",
20920 "print 'scope0.c'::filelocal at foo",
20921 "print 'scope0.c'::filelocal_bss in test_at_foo",
20922 "print 'scope0.c'::filelocal at bar",
20923 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 20924
c906108c
SS
20925 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20926 in source file 1". This bug seems to have been fixed with both
20927 gcc and native cc (was native assembler bug?).
20928
20929Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
20930
20931 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20932 "backtrace through signal handler" to "i*86-*-sysv4*".
20933 * gdb.base/signals.exp: Add xfail for "'next' behaved as
20934 continue" case. Add "known SVR4 bug" to fail message.
20935 Add "i*86-*-bsdi2.0" xfail for "handle all print".
20936 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20937 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20938 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20939 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20940 "up to foo in langs.exp", "show language at foo in
20941 langs.exp", "up to cppsub_ in langs.exp", "show
20942 language at cppsub_ in langs.exp", "up to fsub in
20943 langs.exp", and "show language at fsub in langs.exp".
20944 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20945 "bactrace in corefile.exp".
20946 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
20947 "call inferior function with struct - returns float" and
20948 "call inferior function with struct - returns double".
d63a86f8 20949
c906108c
SS
20950Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
20951
20952 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
20953 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
20954 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
20955 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
20956
20957Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
20958
20959 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
20960 (or overriden) "CHILL" macro rather then bare "gcc".
20961 Also look for ../../gcc/xgcc since that is what we will
20962 actually need, not "Makefile". Remove following assignment
20963 of CHILL to CHILL_FOR_TARGET because that results in
20964 recursive definition.
20965
20966Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
20967
20968 * gdb.base/corefile.exp: Change xfail for backtrace in
20969 corefile.exp from linuxaout to all linux.
20970 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
20971 cases where we miss the breakpoint at the signal handler
20972 for some reason. Setup xfail for linuxoldld/linuxaout and
20973 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
20974 hitting SIGURG breakpoint.
20975 * gdb.base/signals.exp: Setup xfail for "next" acting like
20976 continue to add linuxoldld. Setup xfail for all linux for
20977 "next to handler in signals_tests_1", "backtrace in
20978 signals_tests_1", "continue to func1", "pass SIGUSR1",
20979 and continue to handler".
20980
20981Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
20982
20983 * Update all FSF addresses except those in COPYING* files.
20984
20985Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
20986
20987 * gdb.base/a2-run.exp: Change messages to be more explicit about
20988 the status of args, and quote binfile in results.
20989
20990Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
20991
20992 * gdb.base/callfuncs.exp: Add tests for passing structs to
20993 inferior functions and return various types.
20994 * gdb.base/callfuncs.c: Add functions to receive a struct
20995 and return a member of the struct, in various types.
20996
20997Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20998
20999 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21000
21001Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21002
21003 * config/vxworks29k.exp: New file, sources vxworks.exp.
21004
21005Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21006
21007 * config/gdbremote.exp: New file. Testing framework using
21008 gdbserver.
21009
21010Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21011
21012 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21013 "call function when asleep" and "send end of file".
21014 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21015 for "backtrace in corefile.exp".
21016 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21017 for "backtrace through signal handler".
21018 * gdb.base/corefile.exp: Make sure we actually generate a core file
21019 before trying the core tests. Some systems allow the user to suppress
21020 generation of core files and default to that (linux for example).
21021 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21022 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21023
21024Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21025
21026 * gdb.threads: New directory with some crude multi-threaded
21027 gdb tests (step.exp and step2.exp).
21028 * config/mt-lynx (STEP_EXECUTABLE): Define.
21029 (THREADFLAGS): Define.
21030
21031Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21032
21033 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21034
21035 * gdb.base/signals.exp: Disable whole file for lynx until
21036 further notice.
21037
21038 * gdb.base/signals.exp: xfail test where "next" acts like
21039 "continue" for lynx.
21040
21041 * gdb.base/interrupt.exp: xfail test for calling function while
21042 inferior is asleep for lynx.
21043
21044 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21045 than one cr-lf after each command.
21046
21047Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21048
21049 * configure.in: Reinstate setting of stabsdirs variable, fix
21050 typo in setting up configdirs for native builds.
21051
21052 * gdb.base/return.exp: Fix typo in return double test.
21053 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21054 compiler from optimizing them away.
21055
21056Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21057
21058 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21059 sequences to be echo'd by gdb when using gdb_test.
21060 * gdb.chill/chexp.exp: Likewise.
21061 * gdb.fortran/exprs.exp: Likewise
21062
21063Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21064
21065 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21066 after the inferior gdb has started.
21067
21068 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21069 after each command.
21070 * gdb.base/funcargs.exp: Likewise.
21071 * gdb.base/gdbvars.exp: Likewise.
21072 * gdb.base/interrupt.exp: Likewise.
21073 * gdb.base/list.exp: Likewise.
21074 * gdb.base/watchpoint.exp: Likewise.
21075 * gdb.c++/demangle.exp: Likewise.
21076 * gdb.c++/inherit.exp: Likewise.
21077 * gdb.chill/chexp.exp: Likewise.
21078 * gdb.fortran/exprs.exp: Likewise.
21079
21080 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21081 test if we can't handle IO to/from the inferior.
21082
21083 * gdb.c++/misc.exp: Always check for a program already being
21084 started after sending a "run" command to gdb.
21085
21086 * gdb.base/twice.exp: Start with a fresh gdb.
21087
21088 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21089 only depend on gdb's expression code, not the chill runtime.
21090
21091 * gdb.base/return.c: Put return values into variables so we
21092 can have gdb print them rather than depending on the program
21093 to print them.
21094 * gdb.base/return.exp: Corresponding changes.
21095
21096 * lib/gdb.exp: Provide default value for noinferiorio.
21097 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21098 the inferior.
21099
21100 * gdb.base/break.exp: Always check for a program already being
21101 started after sending a "run" command to gdb.
21102 (text_next_with_recursion): Don't check the output from the
21103 program's printf statement. Instead just make sure the program
21104 exited.
21105
21106 * gdb.base/commands.exp: Protect tests which need arguments with
21107 $noargs conditionals.
21108
21109Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21110
21111 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21112 of structure member arrays to match gdb/valops.c:value_addr change.
21113
21114Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21115
21116 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21117 cases.
21118
21119Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21120
21121 * configure.in (configdirs): Remove gdb.chill from default list
21122 of subdirs and then add it back in only if doing a native build.
21123 The current chill compiler does not yet work in any cross build.
21124 * Revert all signal changes from Jul 6.
21125 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21126 for sh-hms targets, allowing these tests to link, with no other
21127 changes. Testing is suppressed by setting "nosignals" in site.exp.
21128
21129Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21130
21131 * configure.in (signaldirs): Define and add to configdirs for all
21132 targets except some specific ones that are known to not support signals.
21133 Also clean up formatting.
21134 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21135 (signals, sigall): Remove rules to build.
21136 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21137 Moved to new gdb.signals directory.
21138 * gdb.signals: New test directory.
21139 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21140 signals.c signals.exp}: New or moved files.
21141
21142Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21143
21144 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21145
21146Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21147
21148 * gdb.base/return.exp: Xfail `return double' test failure
21149 on at least Solaris 2.3 and handle future/past versions on
21150 a case by case basis as appropriate. Also update message
21151 to include i*86 failures.
21152
21153Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21154
21155 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21156
21157 * lib/gdb.exp: Fix comment which erroneously identified
21158 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21159 gdb_file_cmd not gdb_load).
21160 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21161
21162 * gdb.base/setvar.exp: Make test names consistent between pass and
21163 fail cases. Use gdb_test more.
21164
21165Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21166
21167 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21168
21169Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21170
21171 * gdb.base/help.exp: Fix expected help string for `show commands'.
21172
21173Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21174
21175 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21176
21177 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21178 of a text section.
21179
21180Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21181
21182 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21183 that loop eventually terminates. Fix Connection refused logic so
21184 that testsuite will expire nicely.
21185
21186Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21187
21188 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21189 config/rom68k.exp: New tcl glue for the appropriate monitors.
21190 These all just end up calling monitor.exp.
21191 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21192 refused' by retrying. Cleanup some timeout issues.
21193 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21194 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21195 callers don't have to set/restore global timeout variable.
21196
21197 * The following set of changes centralizes management of the global
21198 timeout variable. This way, it can be set in one target dependent
21199 place instead of dozens of places scattered throughout the test suite.
21200 If you need to lengthen a timeout, then you should either set timeout
21201 in one of the config/{target}.exp files, or multiply it by a factor.
21202 Setting it to an absolute value is always going to lose for some
21203 targets.
21204 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21205 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21206 * gdb.base/funcargs.exp: Don't set timeout.
21207 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21208 * gdb.base/printcmds.exp (test_print_string_constants
21209 test_print_array_constants): Don't set timeout.
21210 * gdb.base/ptype.exp: Don't set timeout.
21211 * gdb.base/recurse.exp: Don't set timeout.
21212 * gdb.base/return.exp: Don't set timeout.
21213 * gdb.base/watchpoint.exp: Don't set timeout.
21214 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21215 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21216
21217Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21218
21219 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21220
21221Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21222
21223 * lib/gdb.exp: Disable chill tests for irix5.
21224
21225Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21226
21227 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21228 each test pass or fail.
21229
21230Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21231
21232 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21233 xlc not gcc.
21234
21235Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21236
21237 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21238
21239Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21240
21241 * config/est.exp: Fix copyright and comments. Remove dead code.
21242 Use targetname, serialport and baud variables instead of fixed
21243 constants.
21244 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21245 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21246
21247Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21248
21249 * gdb.base/watchpoint.exp: Don't run
21250 test_watchpoint_triggered_in_syscall for sunos.
21251
21252Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21253
21254 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21255 they don't seem to exist. Do include stdio.h.
21256
21257Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21258
21259 * gdb.base/a1-selftest.exp: Add alpha xfail.
21260
21261Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21262
21263 * gdb.base/watchpoint.c (main): Prompt before calling read().
21264 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21265 Revise accordingly. Remove cruft about sending "123" several
21266 times, until it gets noticed. Clean up the "print buf[0]" stuff
21267 so that it passes or fails, and waits for prompts in the usual way.
21268
21269Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21270
21271 * gdb.base/recurse.exp: Fix comment.
21272
21273 * TODO: Remove item about printing variables in nodebug.exp. Add
21274 item about enabling tests which are only run on some targets.
21275
21276 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21277 fail, make test names unique, use new gdb_test convention
21278 regarding pattern, use gdb_test more, etc.).
21279
21280 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21281 fail, make test names unique, etc.).
21282
21283Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21284
21285 * gdb.base/nodebug.c: Change return type of top and middle to
21286 short.
21287 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21288 are fixed by the recent mdebugread.c changes. Allow `short ()'
21289 as type for top and middle.
21290
21291Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21292
21293 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21294 nearly as I can tell, the whole thing was an accident in Stu's
21295 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21296 to replace a send/expect pair with gdb_test, but ended up only
21297 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21298 of 30 Mar 1995 took care of it, but left this vestigial comment
21299 which I am now nuking.
21300
21301Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21302
21303 * gdb.base/break.exp: Look for different line number for
21304 breakpoint at main depending on usestubs.
21305
21306Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21307
21308 * gdb.base/list.exp: Adjust some alternate expect patterns to
21309 match recent list0.c change. Add alternate expect pattern for
21310 output from `list default lines around main' for optimizing
21311 compilers.
21312
21313Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21314
21315 * lib/gdb.exp: If nosignals is not set, set it to 0.
21316
21317Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21318
21319 * config/slite-gdb.exp: Responds to load symbol table prompt.
21320 * gdb.base/break.exp: Adjust line number, fix rerun.
21321 * gdb.base/langs0.c: Add #ifdef usestubs.
21322
21323Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21324
21325 * gdb.base/list.exp: Adjust line contents after adding new lines in
21326 list0.c. Also fix a syntax error.
21327
21328 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21329 * gdb.base/break.exp: ditto.
21330 * gdb.base/list.exp: ditto.
21331 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21332 * gdb.base/run.c: ditto.
21333 * gdb.base/list0.c: ditto.
21334 * gdb.base/funcargs.c: ditto.
21335
21336Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21337
21338 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21339 $targetname, $serialport and $baud instead of hardwired variables.
21340 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21341 target doesn't support signals.
21342
21343Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21344
21345 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21346
21347Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21348
21349 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21350 Don't rely on the value of an auto variable before it has been
21351 initialized. Use gdb_test more.
21352
21353Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21354
21355 * lib/gdb.exp (default_gdb_version): A version number must start
21356 with a digit, but other than that contains all characters up to
21357 the first whitespace character.
21358
21359Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21360
21361 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21362
21363Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21364
21365 * gdb.c++/*.exp: Warn if executable does not exist. The original
21366 reason for skipping the warning was that configure.in sometimes
21367 intentionally skipped building the executables but the tcl code
21368 had no way of knowing. That (a) was always bogus with respect to
21369 error handling, (b) is no longer true (right now there is no way
21370 to skip C++ tests).
21371
21372 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21373
21374Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21375
21376 * gdb.base/list.exp: Add expect patterns for output from
21377 SunPRO compiled executables.
21378 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21379 types.
21380
21381Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21382
21383 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21384 number (we are already testing that the correct source line text
21385 gets printed).
21386
21387 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21388 that is what is intended, but something needed to be done to get
21389 sunos4 native working again.
21390
21391 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21392
21393 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21394 apparently went with a (very) old xfail.
21395
21396Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21397
21398 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21399 runto_main is a proc in gdb.exp that will do 'step' for target use
21400 stubs.
21401 * gdb.base/exprs.exp: ditto.
21402 * gdb.base/interrupt.exp: ditto.
21403 * gdb.base/opaque.exp: ditto.
21404 * gdb.base/printcmds.exp: ditto.
21405 * gdb.base/ptype.exp: ditto.
21406 * gdb.base/scope.exp: ditto.
21407 * gdb.base/setvar.exp: ditto.
21408 * gdb.base/signals.exp: ditto.
21409 * gdb.base/twice.exp: ditto.
21410 * gdb.c++/classes.exp: ditto.
21411 * gdb.c++/inherit.exp: ditto.
21412 * gdb.c++/templates.exp: ditto.
21413 * gdb.base/break.exp: no run and hit main for stubs. Change line
21414 numbers for breakpoints and info breakpoint.
21415 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21416 breakpoint().
21417 * gdb.base/callfuncs.c: ditto.
21418 * gdb.base/exprs: ditto.
21419 * gdb.base/interrupt.c: ditto.
21420 * gdb.base/opaque0.c: ditto.
21421 * gdb.base/printcmds.c: ditto.
21422 * gdb.base/ptype.c: ditto.
21423 * gdb.base/scope0.c: ditto.
21424 * gdb.base/setvar.c: ditto.
21425 * gdb.base/signals.c: ditto.
21426 * gdb.base/twice.c: ditto.
21427 * gdb.c++/misc.cc: ditto.
21428 * gdb.c++/templates.cc: ditto.
21429
21430Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21431
21432 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21433
21434 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21435 somewhere between `read' and `main.c'. I'm pretty sure the
21436 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21437 and it isn't particularly useful.
21438
21439 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21440
21441Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21442
21443 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21444
21445Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21446
21447 * config/mt-slite: add LIBS and -nostdlib.
21448 * config/slite-gdb.exp: add this new file to support sparclite target.
21449
21450Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21451
21452 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21453
21454 * gdb.base/a2-run.exp: Change argument to istarget from
21455 "*-*-vxworks" to "*-*-vxworks*".
21456 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21457
21458Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21459
21460 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21461 will not runto main but do a 'step' to step out of breakpoint().
21462 * config/mt-slite: add -Dusestubs.
21463
21464Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21465
21466 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21467 instead of just @.
21468
21469 * gdb.base/signals.exp: Add test for "handle all print".
21470 * TODO: Remove "handle all print". Also remove item about
21471 checking copyright date (I don't like the idea of a spurious FAIL
21472 based on when we run the tests).
21473
21474 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21475 for SunOS4 (reason for failure not investigated). Remove
21476 redundant test for $binfile.
21477
21478 * gdb.base/nodebug.c (array_index): Call malloc.
21479
21480 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21481
21482Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21483
21484 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21485 conventions and slightly simplify the matching regexp.
21486
21487Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21488
21489 * gdb.base/break.exp: Update gdb_test invocation to use new
21490 convention.
21491
21492 * lib/gdb.exp: If noargs is not set, set it to 0.
21493
21494 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21495 tests unique.
21496
21497 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21498
21499Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21500
21501 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21502 one argument of type "<non-float parameter>".
21503
21504Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21505
21506 * config/rom68k.exp: New file to support Motorola IDP board.
21507 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21508 * gdb.base/break.c: Change things around so that this program
21509 doesn't depend upon args. This is necessary to make remote
21510 targets work (in general, they can't take args).
21511 * gdb.base/break.exp: Don't try to send args to program. Don't
21512 expect output. Also, replace lots of code with gdb_test.
21513
21514Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21515
21516 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21517 printing of '\'' (which is what the comment says we are testing,
21518 even though we were not), not '''.
21519 (test_integer_literals_rejected): Test that printing ''' is an error.
21520
21521 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21522 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21523 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21524 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21525 Use gdb_test not test_print_accept.
21526 * lib/gdb.exp: Remove test_print_accept.
21527
21528 * gdb.base/signals.exp (signal_tests_1): Make pass message
21529 consistent with fail message.
21530
21531 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21532 unsigned char; the bug (PR 1821) is fixed.
21533
21534 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21535
21536 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21537 successful tests--makes xfailing them work right.
21538
21539Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21540
21541 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21542 only \r\n, not .*. The test can pass .* as the last thing in
21543 $pattern if that is what it wants. In addition to providing this
21544 flexibility, this change should speed up pattern matching in cases
21545 where the pattern already ended with .* (there were a number of
21546 them). This change also helps catch bad patterns--in the old
21547 scheme the typo "char \*" instead of "char \\*" would pass. Now
21548 it is caught.
21549 * Many .exp files: Update callers.
21550
21551 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21552 clearer and does not spuriously match multiple ('s. Likewise for
21553 ) and *.
21554
21555 * gdb.base/nodebug.exp: Test ability to call a function and pass
21556 it a string (even with no debugging info).
21557
21558 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21559 "p '\'", which is the same as "p ''" once tcl gets done with
21560 quoting, to "p '\\'", which I suspect is what is intended (one
21561 backslash gets sent to GDB).
21562
21563 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21564
21565Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21566
21567 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21568 1817) was fixed literally years ago.
21569
21570Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21571
21572 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21573 test, it causes stepping out of call_after_alloca_subr with
21574 optimizing compilers.
21575 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21576 fails.
21577
21578 * gdb.c++/templates.exp: Source templ-info.exp only if
21579 the templates executable exists.
21580
21581 * gdb.c++/misc.cc (class Contains_static_instance,
21582 class Contains_nested_static_instance),
21583 gdb.c++/classes.exp (test_static_members): Test printing of
21584 a class that contains a static instance of the class.
21585
21586Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21587
21588 * gdb.base/langs2.c (cppsub_): Don't prototype.
21589 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21590 only, I believe).
21591
21592Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21593
21594 * lib/gdb.exp (skip_chill_tests): New procedure.
21595
21596 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21597
21598Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21599
21600 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21601 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21602
21603Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21604
21605 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21606
21607 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21608 disassemble 8, not 16, instructions for part 4.
21609
21610 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21611 support the latter anymore.
21612
21613 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21614 -DNO_PROTOTYPES.
21615 * gdb.base/callfuncs.c: Control use of prototypes based on
21616 NO_PROTOTYPES, not __STDC__.
21617 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21618 t_float_values2 tests if prototypes in use.
21619
21620 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21621 t_double_values): When checking differences against DELTA, check
21622 that difference is within the range (-DELTA,DELTA), not just
21623 (-infinity,DELTA).
21624
21625Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21626
21627 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21628 'file' command firts, then 'target', then 'load', this is due to gdb
21629 target set up.
21630 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21631
21632Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21633
21634 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21635 FP load/store variants.
21636 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21637
21638Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21639
21640 * gdb.base/term.exp: Do not give a warning if not native, it is
21641 not an abnormal condition.
21642
21643Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21644
21645 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21646 t_char_array".
21647
21648Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21649
21650 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21651 are getting the version number.
21652
21653 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21654 if not native, it is not an abnormal condition.
21655
21656Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21657
21658 * lib/gdb.exp: Just use "file exists", rather than undocumented
21659 dejagnu procedure "findfile".
21660
21661Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21662
21663 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21664 (LDFLAGS): Set to -Xlinker -Ur.
21665
21666 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21667 Removed, these values are set by lib/gdb.exp.
21668
21669 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21670
21671Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21672
21673 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21674 of replicating gdb startup code.
21675
21676 * config/mt-vxworks (LDFLAGS): Set to -r.
21677 (CFLAGS_FOR_TARGET): Removed.
21678
21679 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21680 (gdb) and gdb for vxworks uses (vxgdb).
21681
21682 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21683 executable is not in the tree and host != target, use sed and
21684 program_transform_name to determine the gdb name used by the
21685 target.
21686
21687 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21688 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21689
21690Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21691
21692 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21693 floats, chars, and shorts where there are ANSI-style function
21694 definitions.
21695
21696 * gdb.base/langs.exp, gdb.base/langs*: New test.
21697 * gdb.base/Makefile.in: Build it.
21698 * TODO: Remove item about checking that C names don't get C++
21699 demangling applied; this test tests it.
21700
21701Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21702
21703 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21704 went with the const70 xfail. The xfail went away a year ago.
21705
21706 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21707
21708 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21709 for hp300.
21710
21711 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21712
21713 * gdb.base/a1-selftest.exp: Don't run on hp300.
21714
21715Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21716
21717 * Makefile.in (site.exp): Set host_alias and target_alias as well
21718 as host_triplet and target_triplet.
21719
21720Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21721
21722 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21723
21724 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21725 places as other ecoff systems).
21726
21727 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21728 ultrix.
21729
21730Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21731
21732 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21733 remove them.
21734 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21735 variable and "variable" in addition to "data variable".
21736 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21737
21738 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21739 2.
21740 * gdb.base/list1.c (long_line): Add additional statement at start
21741 of function.
21742 * gdb.base/list.exp (test_forward_search): Update line number to
21743 reflect new statement.
21744
21745Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21746
21747 * gdb.base/signals.exp: Reinitialize searched source directories
21748 after gdb_start call.
21749
21750Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21751
21752 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21753 * gdb.stabs/Makefile.in: Likewise.
21754
21755 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21756 change. Instead split the tests into smaller pieces.
21757 * gdb.disasm/hppa.s: Corresponding changes.
21758
21759Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21760
21761 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21762 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21763
21764 * gdb.base/funcargs.exp: Modify many tests so that every test
21765 either passes or fails. Make some test names unique.
21766
21767Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21768
21769 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21770 Call stty to set interrupt character.
21771
21772 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21773 for HP assembler versus GNU assembler based on actual behavior of
21774 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21775
21776 * TODO: Suggest a few more stepping tests.
21777
21778Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21779
21780 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21781 restart GDB for h8300 after a continue.
21782 (return): Add pattern to match a29k-udi behavior.
21783 * gdb.base/nodebug.exp: Remove obsolete comment.
21784 * gdb.base/regs.exp: New file, testing of register displays.
21785 * gdb.base/return.exp: Fix typo in reference to $objdir.
21786 * gdb.base/whatis.exp: Always start with a fresh GDB.
21787
21788Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21789
21790 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21791 higher, these tests generate a lot of output.
21792
21793Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21794
21795 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21796 code following the catch silently ignored some errors; without the
21797 catch they should be thrown like any other tcl error. Also, the
21798 catch used "" instead of {} which meant all the callers who wanted
21799 to include one of the characters "[]$ had to quote it an extra time.
21800 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21801 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21802 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21803 Remove extra quoting.
21804
21805Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
21806
21807 * gdb.base/commands.exp: Make test names unique; every test either
21808 passes or fails. Update some comments.
21809
21810 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21811
21812Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21813
21814 The following fixes a FAIL caused by the fact that the alpha stabs
21815 configuration didn't use the ".if alpha" code in weird.def.
21816 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21817 bit pointer, so the 32 bit version works even on the alpha.
21818 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21819 Remove the stuff which allowed us to have separate versions for
21820 alpha and everything else.
21821
21822 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21823 regexp which "info func operator\[\](" is supposed to match. Fix
21824 string to send to GDB. Note that GDB still doesn't work right. Add a
21825 new test for "info func .perator\[\](" which GDB does handle correctly.
21826
21827 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21828
21829Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21830
21831 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
21832 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
21833 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
21834 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
21835 it makes the tests harder to understand and confuses test-o-matic.
21836 The preferred style is that each test provides a PASS or a FAIL,
21837 and has a unique message (e.g. "continue #54" not just "continue")
21838 which is the same for the pass and the fail.
21839 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21840 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
21841 to lib/gdb.exp.
21842 * gdb.base/printcmds.exp: Use test_print_accept. Remove
21843 prt_accept which was basically the same thing. Likewise for
21844 test_print_reject and prt_reject.
21845 * lib/gdb.exp (test_print_reject): Add some more error message
21846 patterns to match from the former printcmds.exp (prt_reject).
21847 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
21848 One defect of the passcount stuff is that some of it failed to
21849 report XPASS where appropriate.
21850 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
21851 stuff before and after arg in expected pattern.
21852 (test_paddr_operator_functions): Re-do test without print_addr_of;
21853 this is the only test which seems to want extra stuff there.
21854
21855Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21856
21857 * gdb.base/nodebug.exp: Update new tests to reflect improved
21858 wording of gdb output.
21859
21860 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
21861 and "ptype" work on variables in files compiled without -g.
21862 Replaces commented out "maint print msymbol" tests.
21863
21864Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21865
21866 * gdb.base/setvar.c (dummy): Call malloc.
21867
21868 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
21869 losing with the irix4 sed.
21870
21871 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
21872 ALRM" on irix4.
21873
21874Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21875
21876 * TODO: Remove items about corefile.exp testing new exec-file and
21877 backtrace; both are now done. Add items about printing enums.
21878
21879Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21880
21881 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
21882 "get signal $thissig" test fails.
21883
21884 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
21885
21886Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21887
21888 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
21889 compiler warning with dec alpha compiler.
21890
21891 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
21892 extra \n from gdb_test call (this explains why the prompt test
21893 that I removed yesterday was there).
21894 (user_defined_command_test): Remove extra \n and prompt test.
21895
21896 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
21897 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
21898 doesn't exist.
21899 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21900 Also remove alpha workaround, which turns out to be because
21901 SIGABRT == SIGLOST.
21902
21903 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21904
21905 * gdb.base/help.exp: Don't test "help show".
21906
21907Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21908
21909 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21910 "set print address" is on.
21911 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21912 pass prompt to gdb_test; gdb_test already looks for the prompt.
21913
21914 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21915
21916 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
21917 was a vestige of the manual TESTSTRATEGY, and the purpose of it
21918 was to make sure that gdb can read a core file. But (a) the "read
21919 the corefile" part didn't make it to a1-selftest.exp, we just
21920 delete the corefile after creating it, and (b) we test reading
21921 corefiles in corefile.exp anyway. Also, this test left around a
21922 xgdb process on Solaris.
21923
21924 * gdb.base/corefile.exp: Also test backtrace.
21925
21926Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
21927
21928 * gdb.base/commands.exp: Test a simple user defined command with
21929 arguments and if/while statements; verify the full user command is
21930 printed by "show user".
21931
21932 * gdb.base/commands.exp: Test if/while commands as part of a
21933 breakpoint command list; verify they appear in breakpoint
21934 information.
21935
21936Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21937
21938 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21939 than by dividing by zero.
21940
21941Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
21942
21943 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21944 performing an inferior call with watchpoints enabled.
21945 * gdb.base/watchpoint.c (main): Delete second unnecessary read
21946 call.
21947
21948Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21949
21950 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
21951 of "file" command.
21952
21953 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
21954 Add additional pattern for when "int operator int(void);" appears
21955 in a different order.
21956
21957Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
21958
21959 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
21960
21961 * gdb.base/help.exp: Replace most of docstrings for "info signals"
21962 and "signal" with ".*".
21963
21964Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21965
21966 * TODO: Add note about "handle all nostop".
21967
21968 * gdb.base/{sigall.c, sigall.exp}: New test.
21969 * gdb.base/Makefile.in: Add it.
21970
21971Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
21972
21973 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
21974 when invoking GDB, suppresses any windowing interface.
21975
21976Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
21977
21978 * config/sim-gdb: New file, simulator testing support.
21979
21980Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
21981
21982 * gdb.base/interrupt.exp: Test calling func1 twice.
21983
21984Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
21985
21986 * gdb.base/list.exp (test_forward_search): Set timeout higher
21987 when we'll be getting lots of output from gdb.
21988
21989 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
21990 "init_malloc" to after the expect statement. Run it if that
21991 regexp is taken, but also for two others which happen if source
21992 cannot be found.
21993
21994Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21995
21996 * gdb.base/printcmds.exp: New test, for printing register before
21997 program is running.
21998
21999Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22000
22001 * gdb.base/list.exp: Correct some alternate expect patterns
22002 to reflect changes in list1.c.
22003
22004Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22005
22006 * TODO: Add item regarding large frames.
22007
22008 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22009
22010 * TODO: Remove item about enabling return.exp; it
22011 is enabled. Suggest a few more "return" tests.
22012
22013Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22014
22015 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22016 anonymous unions.
22017
22018Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22019
22020 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22021 and pr-5646.o, so "make" is the same as "make all", not "make
22022 pr-4975.o".
22023
22024Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22025
22026 * gdb.base/list.exp: Adjust expectations to reflect changes in
22027 list1.c.
22028 (test_forward_search): New test proc.
22029 * gdb.base/list1.c (long_line): New function, has long source line.
22030
22031Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22032
22033 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22034 additional line of code that was added.
22035
22036Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22037
22038 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22039 tests so as not to overflow expect's input buffers.
22040 * gdb.disasm/hppa.exp: Corresponding changes.
22041
22042Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22043
22044 Beginnings of template debugging tests.
22045 * gdb.c++/templ-info.cc: New file to test for template
22046 debugging capability of the compiler.
22047 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22048 templ-info.cc.
22049 * gdb.c++/templates.cc: Add explicit template instantiations
22050 to enable compiling with -fno-implicit-templates. Add destructor
22051 and 'value' method to T5 class for template tests.
22052 * gdb.c++/templates.exp: Add testcases for printing of template
22053 types, setting breakpoints on template methods and calling a
d63a86f8 22054 template method.
c906108c
SS
22055
22056Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22057
22058 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22059 branch target since some assemblers (gas-2.5) may emit a
22060 relocation for the branch instead of resolving it in the
22061 assembler.
22062
22063Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22064
22065 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22066 through signal handler.
22067
22068Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22069
22070 * configure.in (*-*-netware): Use config/mt-netware.
22071
22072 * config/mt-netware: New file.
22073 * config/mt-i386-netware: Removed, separate configs for different
22074 netware architectures are no longer needed now that we have
22075 --with-headers.
22076
22077Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22078
22079 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22080 by the recent changes to use ANSI C arithmetic conversions.
22081
22082Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22083
22084 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22085 bug involving using inferior_pid to figure out whether to select a
22086 frame.
22087
22088Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22089
22090 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22091 match the current disassembler output.
22092
22093Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22094
22095 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22096 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22097 types, expect "int" as type of integer values (for now).
22098
22099Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22100
22101 * gdb.base/commands.exp: New tests for if/while commands.
22102
22103Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22104
22105 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22106 by .*, since hex values have different syntax in Chill mode.
22107
22108Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22109
22110 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22111 linefeed from expect pattern for repeated types with indices > 9.
22112
22113Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22114
22115 First part of Fortran test suite.
22116 * gdb.fortran: New directory.
22117 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22118
22119Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22120
22121 * gdb.base/default.exp: Update expect pattern for load command
22122 without arguments.
22123
22124Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22125
22126 * configure.in: Change i386 to i[345]86.
22127 * gdb.base/configure.in: Likewise.
22128 * gdb.c++/configure.in: Likewise.
22129 * gdb.chill/configure.in: Likewise.
22130
22131Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22132
22133 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22134 patterns, since that is not a valid context for comments.
22135
22136Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22137
22138 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22139 repeated types and repeated types with indices > 9.
22140
22141Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22142
22143 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22144 2417; old bug has been fixed.
22145
22146Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22147
22148 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22149 send the newline ourselves instead of assuming gdb_test will do
22150 so when passed an empty input string.
22151
22152 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22153 stabs testcode.
22154
22155Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22156
22157 * lib/gdb.exp (gdb_test): Don't send anything if the first
22158 argument is an empty string. This makes cases where we want to
22159 match output that is already in expect's buffers (for example,
22160 matching a breakpoint after gdb_run_cmd has been called) work
22161 reliably.
22162
22163Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22164
22165 * config/netware.exp: New file.
22166
22167Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22168
22169 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22170 the -B and -L prefixes so we can find the debugging stub.
22171
22172 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22173 there and we are using the gcc from the tree.
22174
22175 * gdb.base/types.c: Removed.
22176
22177 * gdb.base/configure.in: Look for makefile fragments in ../config.
22178 Recognize i386-*-netware.
22179 * gdb.c++/configure.in: Likewise.
22180
22181Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22182
22183 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22184 the correct TCL syntax.
22185
22186Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22187
22188 * gdb.base/opaque.exp: use runto instead of messing around with
22189 breakpoints. Simplify by using gdb_test.
22190
22191 * gdb.base/bitfields.exp: restart between tests on netware targets
22192 because breakpoints aren't relocated after target death. Run
22193 processes to completion.
22194
22195 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22196
22197Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22198
22199 * Makefile.in: Remove extra tabs that confuse some versions
22200 of "make". Use the newly built gdb to test with by default,
22201 rather than the first one in the tester's search path.
22202
22203Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22204
22205 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22206
22207 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22208 condition help.
22209
22210Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22211
22212 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22213
22214 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22215 running.
22216 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22217 * gdb.base/funcargs.exp: Likewise.
22218
22219 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22220 * gdb.base/funcargs.exp: Likewise.
22221
22222 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22223 message is "".
22224
22225Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22226
22227 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22228 return,signals,twice}.exp: Handle non-existant binaries
22229 consistantly.
22230
22231 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22232 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22233 might testing a cross development system.
22234
22235Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22236
22237 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22238 runtest script is relative to ${srcdir}, not ${rootdir}.
22239
22240Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22241
22242 * gdb.base/signals.exp: Allow for optionality of breakpoint
22243 address.
22244
22245Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22246
22247 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22248
22249Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22250
22251 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22252 for size_t definition.
22253 * gdb.c++/templates.cc: Likewise
22254
22255 * config/mt-i386-netware: New file.
22256
22257 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22258 defined.
22259
22260 * gdb.base/Makefile.in: Added support for systems that name core
22261 files by appending "core" to the program name.
22262 * gdb.base/a1-selftest.exp: Likewise.
22263
22264Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22265
22266 * gdb.base/return.exp: Add comment and message for `return double'
22267 test failure on Sparc Solaris.
22268
22269Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22270
22271 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22272
22273Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22274
22275 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22276 from optimizing them away.
22277 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22278 patterns to include default constructors and assignment operators,
22279 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22280 character in the output of the virtual base pointer.
22281
22282Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22283
22284 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22285 expression match in print_addr_of to avoid unintented matches.
22286 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22287 versions up to 2.5.8.
22288
22289Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22290
22291 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22292 included file to run under newer versions of expect.
22293 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22294 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22295 Remove xfail for the virtual table of BDDHookV.
22296
22297Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22298
22299 * lib/gdb.exp (string_to_regexp): Set a default result.
22300 (default_gdb_start): Fix misleading message.
22301
22302Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22303
22304 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22305 Remove all CC, etc definitions.
22306 * config/mt-hpux: New file.
22307 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22308 (CFLAGS, LDFLAGS): Define.
22309 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22310
22311 * Makefile.in (site.exp): Don't insert host_os, etc.
22312 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22313 (distclean): Check existence of subdir.
22314 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22315 * gdb.base/Makefile.in: General cleanup and simplification.
22316 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22317 to build executables. Use default rule to build .o files.
22318 (EXPECT, RUNTEST, CC): Fix relative pathname.
22319 (site.exp): Don't insert host_os, etc.
22320 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22321 and/or SIGUSR1 defined.
22322 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22323 * gdb.c++/Makefile.in: General cleanup and simplification.
22324 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22325 (CFLAGS): Remove.
22326 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22327
22328Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22329
22330 * gdb.base/recurse.exp: Misc changes to get tests running again
22331 after Kung's changes to the watchpoint code.
22332 * gdb.base/watchpoint.exp: Likewise.
22333
22334Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22335
22336 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22337
22338Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22339
22340 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22341 * lib/gdb.exp (default_gdb_start): Define.
22342 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22343 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22344 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22345 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22346 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22347 Don't call gdb_target_udi in between tests.
22348
22349Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22350
22351 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22352 (which was basically just a local version of the same thing). In
22353 addition to avoiding duplication, gdb_test_exact is faster.
22354 * lib/gdb.exp (gdb_test_exact): Fix typo.
22355
22356 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22357 don't give an error.
22358
22359 * gdb.base/term.exp: Call delete_breakpoints before starting.
22360
22361 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22362 (t10): Add comment.
22363
22364Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22365
22366 Reorganization of the GDB Test Suite.
22367
22368 * gdb.base: New directory, contains all the basic tests.
22369 * gdb.c++: New directory, tests specific to C++.
22370 * gdb.chill: New directory, tests specific to Chill.
22371 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22372 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22373 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22374 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22375 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22376 t30-31 to chill).
22377 * */gdbme.*: Rename to match appropriate expect scripts.
22378 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22379 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22380 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22381 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22382 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22383 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22384 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22385 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22386 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22387 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22388 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22389 gdb.c++/virtfunc.cc: New names of C++ files.
22390 * gdb.chill/chillvars.ch: New name of Chill file.
22391 * gdb.base/configure.in, gdb.c++/configure.in,
22392 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22393 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22394 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22395 * configure.in (configdirs): Update to reflect directory changes.
22396 (target_abbrev): No longer define for any configuration.
22397 * Makefile.in: Cosmetic improvements to header comments.
22398
22399Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22400
22401 Various changes to gdb.t31:
22402
22403 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22404 * gdbme.ch: Make all key-words and predefineds be upper-case.
22405 * chillvars.exp: Expect key-words and predefinds in upper-case.
22406
22407 * chillvars.exp: Use gdb_test_exact many places.
22408 Change expected output for arrays (which now includes index labels).
22409
22410 * pr-5020.exp, gdme.ch (module PR_5020):
22411 New test, for PR-5020.
22412
22413Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22414
22415 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22416 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22417
22418Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22419
22420 * Makefile.in: Fix bit-rot in definitions of CHILL,
22421 CHILL_FOR_TARGET and Chill_LIB.
22422 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22423 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22424 CHILL, and CHILL_LIB.
22425
22426Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22427
22428 * Revert the previous changes. Please see Rob's directory
22429 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22430
22431Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22432
22433 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
22434 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22435 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22436 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
22437 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22438 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22439 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22440 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22441 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22442 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22443 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22444 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22445 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22446 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22447 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22448 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22449 changes from 94Q1.
22450
22451Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22452
22453 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22454 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22455 Rob's new testing fragments.
22456
22457Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22458
22459 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 22460 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
22461
22462Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22463
22464 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22465 version also, match on casted version strings, and match on
22466 gdb startup case where the line numbers might be messed up.
22467
22468Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22469
22470 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 22471 (CFLAGS): Delete it from here.
c906108c
SS
22472
22473Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22474
22475 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22476
22477Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22478
22479 * Makefile.in (RUNTEST): Default to just "runtest".
22480
22481Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22482
22483 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22484 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22485 the code has been restructured.
22486
22487Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22488
22489 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22490 \n, not just one of each.
22491
22492 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22493 /bin/cc gives a warning if you do.
22494
22495Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22496
d63a86f8 22497 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
22498 __t10ListS_link1ZUiRCUiPT0
22499
22500Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22501
22502 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22503 on local variables in recursive functions.
22504
22505 * gdb.t07/Makefile.in: Build the new test.
22506
22507Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22508
22509 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22510 directly. Instead compare the return values from actual calls.
22511
22512Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22513
22514 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22515
22516Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22517
22518 * From Peter Schauer with minor modifications.
a9c64011
AS
22519 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22520 stops in mid-line in the caller. Add xfail for returning a float
22521 value on X86 targets.
c906108c
SS
22522
22523Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22524
22525 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22526 to avoid expect lossage.
22527 (fmem_LRbug_tests): Likewise.
22528 * gdb.disasm/hppa.s: Corresponding changes.
22529
22530 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22531 conditions to work with latest dejagnu/expect.
22532
22533 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22534 expected to fail on the PA.
22535 (backtrace in call with trampolines): Explicitly require main
22536 to be frame #1 (no trampolines should show up in backtrace).
22537
22538 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22539 "continue -expect".
22540 * gdb.t06/break.exp: Likewise.
22541 * gdb.t07/watchpoint.exp: Likewise.
22542 * gdb.t13/bitfields.exp: Likewise.
22543 * gdb.t15/{funcargs,return}.exp: Likewise.
22544 * gdb.stabs/weird.exp: Likewise.
22545 * config/{mips,udi}-gdb.exp: Likewise.
22546
22547 * hppa.sed: Enclose comments within a sed command to avoid
22548 losing with the old OSF1 sed.
22549
22550Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22551
22552 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22553 sequent dynix.
22554 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22555 * gdb.t15/funcargs.exp: Conditionally step again to really
22556 finish from marker_call_with_trampolines. Handle the case where
22557 the first step from within call_with_trampolines already steps
22558 us back to main.
22559 * gdb.t15/gdbme.c: Add comment to closing brace of
22560 call_with_trampolines for funcargs.exp.
22561
22562Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22563
d63a86f8 22564 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
22565 Fix typo(s).
22566
22567Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22568
22569 * gdb.t07/gdbme.c: More code for watchpoint testing.
22570
22571 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22572 "Hardware watchpoint" throughout file.
22573 (test_watchpoint_triggered_in_syscall): New test.
22574 (test_complex_watchpoint): New test.
22575
22576Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22577
22578 * gdbme.c (call_with_trampolines): New function to try and step
22579 into. Tests trampoline problems on the PA.
22580
22581 * funcargs.exp (localvars_in_indirect_call): No longer expect
22582 stepping into indirect call to fail on PAs.
22583 (test_stepping_over_trampolines): New test.
22584
22585Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22586
22587 * TODO: Add suggestions for static member function tests, and
22588 completion tests.
22589
22590Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22591
22592 * TODO: Add suggestions for "p/a" tests.
22593
22594 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22595 (default_gdb_exit): Replace all the hair with sending "quit" to
22596 the process with a simple close.
22597
22598Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22599
22600 * TODO: Add suggestions for shared library tests.
22601
22602Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22603
22604 * TODO: Add suggestions for x/s tests.
22605
22606Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22607
22608 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22609 "enable once", and "enable breakpoints once" with ".*".
22610
22611Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22612
22613 * TODO: Add suggestions about structure passing tests.
22614
22615Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22616
22617 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22618 the primary1 test, use work around if __GNUC__ < 2.
22619 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22620 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22621 Test for bad output rather than waiting for timeout. Issue
22622 second continue only if first continue failed.
22623
22624Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22625
22626 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22627 operator[] test with gdb_test because the old code didn't seem to
22628 be getting the quoting right with the new dejagnu.
22629
22630Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22631
22632 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22633 one from the path.
22634 * Makefile.in: Use a fresh expect if there is one, use runtest
22635 from the src tree if there is one.
d63a86f8 22636
c906108c
SS
22637Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22638
22639 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22640 next over recursive call. Revise the tests from that point on
22641 (which had been skipped) to match GDB's actual (correct) output.
22642
22643 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22644 with next over a breakpoint whose condition is false.
22645
22646 * gdb.t00/help.exp: Comment out "help set print" tests just like
22647 (and for same reason as) "help set" test.
22648
22649Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22650
22651 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22652 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22653
22654Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22655
22656 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22657 necessary gdb_target_udi.
22658
22659 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22660
22661 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22662 1838 and 2417; they are fixed.
22663
22664 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22665 gdb.t03/ptype.exp (ptype structure, ptype union):
22666 Remove xfails; the test is looser than when the xfails were added.
22667
22668 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22669 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22670
22671 * gdb.t01/run.exp: Only run shell test if isnative.
22672
22673 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22674 since "run" automatically loads if necessary. Call gdb_target_udi
22675 after the "file" since "file" kills any execution target.
22676
22677 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22678 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22679 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22680 argument for UDI.
22681
22682Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22683
22684 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22685
22686 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22687
22688Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22689
22690 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22691 properly quoting regexps. This makes the second argument to
22692 demangle a fixed string, which matches the callers, instead of a
22693 shell-style pattern which is what the previous implementation
22694 used. Update some of the callers.
22695
22696Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22697
22698 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22699 (comib_nullified_tests): Fix typo.
22700 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22701 strings. No longer expected to fail.
22702
22703 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22704 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22705 strings. No longer expected to fail.
22706
22707 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22708 string. No longer expected to fail.
22709
22710Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22711
22712 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22713 No longer expected to fail.
22714
22715 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22716 string. No longer expected to fail.
22717
22718Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22719
22720 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22721 only in the names (I probably got most of them). I was even
22722 generous with some which differed in underscores in names, and
22723 probably missed a few, and I *still* was able to remove almost a
22724 third of the file with almost no impact on testsuite coverage.
22725
22726Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22727
22728 * gdb.t00/default.exp: Match udi_attach error message as well as
22729 the one from child_attach.
22730
22731 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22732
22733 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22734
22735 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22736 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22737
22738 * Move test with enums and partial symbols back to
22739 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22740 Reverts the change of 26 May 93. Per today's change to
22741 stabs.texinfo, the behavior that weird.exp was expecting was
22742 unreasonable; what is important is that the compiler+gdb get
22743 things right, which happens with a recent gcc. Also fix the test
22744 to deal with native compilers which put out the stab gdb can't
22745 deal with.
22746
22747Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22748
22749 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22750 in the names. The main thing these accomplish is to slow things down.
22751 Many more such duplicates surely remain.
22752
22753 * gdb.t00/help.exp: Comment out "help support" test just like
22754 (and for same reason as) "help set" test.
22755
22756Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22757
22758 * gdb.t06/break.exp: Remove setup_xfails for
22759 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22760 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22761 about known bug in gcc to include up through 2.5.8.
22762 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22763 well as "_vb$".
22764 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22765 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22766 with latest gcc and gdb.
22767 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22768 well as "_vb$".
22769
22770Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22771
22772 * configure.in (hppa*-*-*): Also configure and build stabs-only
22773 tests.
22774
22775Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22776
22777 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22778 * gdb.t10/configure.in (hppa*-*-*): Use it.
22779
22780Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22781
22782 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22783
22784Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22785
22786 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22787 versions prior to 1.13.5.
22788
22789Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22790
22791 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22792 the prompt is at the start of a line.
22793
22794Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22795
22796 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22797 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22798 in the copr tests now.
22799 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22800 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22801 expected to fail.
22802
22803Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22804
22805 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22806 gdb.t31/chillvars.exp, lib/gdb.exp:
22807 Tweak to run under either version of expect.
22808 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22809 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22810 * gdb.t11/list.exp: Remove extraneous whitespace.
22811
22812Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22813
22814 * gdb.t16/printcmds.exp (test_print_strings): Accept
22815 "(unsigned char *) " before the string.
22816
22817 * TODO: Add notes about printing of fancy types and GDB expressions.
22818
22819Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
22820
22821 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22822 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 22823 if doing mips-idt-ecoff.
c906108c
SS
22824
22825Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
22826
22827 * Most .exp files: Tweak to run under either version of expect.
22828
22829Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22830
22831 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
22832 xfails; I'm not sure why they are failing, but not because of PR 1806.
22833
22834Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
22835
22836 * config/unix-gdb.exp: Remove gdb_unload cause it's already
22837 defined in lib/gdb.exp.
22838
22839Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22840
22841 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
22842 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
22843 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
22844 have to be typeless.
22845
22846Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22847
22848 * TODO: Add suggestion for copyright year test.
22849
22850Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
22851
22852 * configure.in (*-*-lynxos*): Add stabs tests.
22853
22854Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22855
22856 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
22857 so insert a tab before any assembler directive in column zero.
22858
22859 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
22860 stores.
22861 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
22862 stores.
22863 (fpu_short_memory_tests): Likewise.
22864
22865Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22866
22867 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
22868 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
22869 .stabs directives in comments.
22870
22871Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22872
22873 * TODO: New file, describing tests we could write.
22874 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
22875
22876Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22877
22878 * gdb.t06/signals.exp: Add kludge to force re-sync.
22879
22880 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
22881 to xgdb instead of gdb, get out of gdb.
22882
22883Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
22884
22885 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
22886 for info.
22887
22888Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
22889
22890 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
22891 * gdb.stabs/configure.in (hppa*-*-*): Use it.
22892 * gdb.stabs/hppa.sed: New sed script for the PA.
22893
22894Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22895
22896 * gdb.stabs: Re-write weird.def and configuration to use sed
22897 instead of cpp. sed is portable and POSIX; cpp is neither.
22898
22899Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22900
22901 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22902
22903Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22904
22905 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22906
22907Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22908
22909 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22910 "_vb$".
22911 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22912 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22913
22914Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22915
22916 * lib/gdb.exp: Comment out code which depends on non-existent
22917 `transform' procedure.
22918
22919Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
22920
22921 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22922 * lib/gdb.exp: Transform tool name.
22923 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22924 1.1's new error handling system.
22925
22926Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22927
22928 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22929
22930Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22931
22932 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22933 They made pattern matching so slow that timeouts happened on
22934 heavily loaded systems. Now any output from "show print" which
22935 gets us back to the GDB prompt is a PASS.
22936
22937Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
22938
22939 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
22940
22941Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22942
22943 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22944
22945 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
22946 It is not from PR 3220.
22947
22948Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22949
22950 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
22951 just started failing because they depended on the order the
22952 subcommands are presented, or exact docstring text. This kind of
22953 test is a pain and has minimal benefit.
22954
22955Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22956
22957 * gdb.t09/corefile.exp: At end of test, use "core" command with
22958 no arguments.
22959
22960Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
22961
22962 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
22963 17}/Makefile.in: Make it possible to run the testsuite with Sun
22964 make and CC = cross gcc by adding explicit build rules for .o
22965 files.
22966
22967Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22968
22969 * gdb.t15/funcargs.exp: Don't put comments on same line as
22970 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 22971
c906108c
SS
22972Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22973
22974 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
22975
22976Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
22977
22978 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
22979 * gdb.t20/inherit.exp: remove three dumplicate entries.
22980
22981Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22982
22983 * gdb.t06/break.exp: For "next over recursive call", fail on any
22984 incorrect output, not just on "factorial (value=2)".
22985
22986Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22987
22988 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
22989 working now. Add an xfail if accesing a bss variable causes
22990 a memory error if the target is not yet run.
22991
22992Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22993
22994 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
22995 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
22996 name of __st* demangling (2 strings). Did Kung really get the
22997 more than 95 others right without testing them?
22998
22999Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23000
23001 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23002
23003Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23004
23005 * configure.in (configdirs): Add gdb.disasm
23006 * gdb.disasm: New directory for GDB disassembler tests.
23007 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23008
23009Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23010
23011 * gdb.t00/help.exp: Don't test "help set".
23012
23013 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23014 from within expect statements. None of these happen anymore and
23015 they cause regressions to be silently unnoticed.
23016
23017 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23018 messages) about known failures with gcc cygnus-2.4.5-930417.
23019
23020 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23021 comp-info.exp so it gets built if it doesn't exist.
23022
23023 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23024 it is no longer used.
23025 * gdb.t13/comp-info.c: Removed.
23026
23027Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23028
23029 * gdb.t06/signals.exp: Add xfail for sun3.
23030
23031Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23032
23033 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23034 relevant because ^C doesn't get sent but failure can be reproduced
23035 interactively).
23036
23037Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23038
23039 * gdb.stabs/alpha.mt: New configuration file for alpha.
23040 * gdb.stabs/configure.in: Use it.
23041 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23042 sharing with alpha.mt, redefine long to word via preprocessor.
23043 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23044 for alpha.
23045 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23046 native cc.
23047 * gdb.t00/teststrategy.exp: Change expect string so that we
23048 consume the `(xgdb)' from the command echo and from the gdb prompt.
23049 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23050 gdb currently compares all values as long, so this failure probably
23051 applies to any configuration where LONGEST is bigger than a target int.
23052 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23053 with gcc.
23054 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23055 to handle opaque pointers, gcc is.
23056 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23057 as first argument. Include <sys/types.h> and change all operator
23058 new definitions to use size_t.
23059 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23060 now that we use size_t.
23061
23062Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23063
a9c64011 23064 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 23065 a long or float array cast all array members to the same type.
a9c64011 23066 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 23067 with 64 bit longs.
a9c64011 23068 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 23069 on alpha.
a9c64011 23070 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
23071
23072Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23073
23074 * gdb.t24 (demangle.exp): Constructors of templates have names like
23075 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23076 section 14.6 of the ARM.
23077
23078 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23079 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23080 accomplish little and slow down the testsuite.
23081
23082 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23083 Accept spaces various places.
23084
23085Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23086
23087 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23088 with watchpoint enabled.
23089
23090 * Makefile.in: Remove definition of CC and remove the second
23091 definition of CXX (the "CXX = gcc" one remains). These definitions
23092 were causing backquotes to be expanded within backquotes, which
23093 doesn't work.
23094
23095Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23096
23097 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23098
23099Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23100
a9c64011
AS
23101 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23102 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
23103 by mips cc and contains no stabs entries.
23104
23105Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23106
23107 * config/vx-gdb.exp: Use fake device to load files rather than
23108 NFS.
23109 * lib/gdb.exp: New proc to do "file" command.
23110 * config/unix-gdb.exp: Use new "file" proc.
23111
23112Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23113
23114 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23115 Rework board rebooting slightly.
23116 (gdb_exit): Don't exit from the remote shell; there isn't one.
23117 * gdb.stabs/weird.exp: If a program is being debugged already,
23118 kill it.
23119 * gdb.t04/setvar.exp: Stop and restart gdb.
23120 * gdb.t05/expr.exp: Likewise.
23121 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23122 restart gdb and reload the program.
23123 * gdb.t08/opaque.exp: Likewise.
23124 * gdb.t12/scope.exp: Likewise.
23125 * gdb.t13/bitfields.exp: Likewise.
23126 * gdb.t15/funcargs.exp: Likewise.
23127 * gdb.t20/classes.exp: Likewise.
23128 * gdb.t03/ptype.exp: Increase timeout.
23129 * gdb.t16/printcmds.exp (test_print_string_constants,
23130 test_print_array_constants): Likewise.
23131 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23132 * gdb.t20/classes.exp (do_tests): Likewise.
23133 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23134
23135Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23136
23137 * gdb.stabs: Renamed *wierd* to *weird*.
23138
23139Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23140
23141 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23142 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23143
23144Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23145
23146 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23147 (do_tests): Remove xfail for whatis on one_var and two_var.
23148
23149Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23150
23151 * Makefile.in: Made cross building work better by adding
23152 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23153
23154Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23155
23156 * gdb.t15/{return.c,return.exp,Makefile.in}:
23157 New test, currently commented out.
23158
23159Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23160
23161 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23162 still running and removes the leftover named socket so GDb can do
23163 clean restarts.
23164
23165Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23166
23167 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23168 console, not GDB.
23169 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23170 cross testing works better with "make check"
23171 * config/unix-gdb: Use default procedures for exit and version.
23172 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23173 with the newest VxWorks.
23174
23175Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23176
23177 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23178 old form.
23179
23180 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23181 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23182
23183 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23184
23185 * config/unix-gdb.exp: Remove this version of gdb_exit
23186 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23187 Rob says he'll look at it when he gets back to testing boards.
23188
23189Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23190
23191 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23192 an expected fail for certain ptype commands.
23193
23194 * gdb.t20/classes.exp: Update expected results of "ptype class
23195 Base1" to account for the constructor that now appears in the type.
23196
23197Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23198
23199 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23200 disappeared from list.
23201 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23202 "alldone" proc with call to cleanup and exit.
23203 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23204 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23205 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23206 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23207 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23208 "alldone" proc with simple returns that suppress remaining
23209 tests. The alldone proc went away many months ago.
23210
23211Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23212
23213 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23214
23215 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23216
23217Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23218
23219 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23220 as vax gdb will display them.
23221
23222Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23223
23224 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23225 optimizers.
23226
23227 * scope.exp: Change "bad value for localval" messages so each one
23228 is unique.
23229
23230 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23231 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23232
23233 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23234
23235Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23236
23237 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23238 doesn't exist (due to optimization).
23239
23240Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23241
23242 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23243 contains \r because the filename is long.
23244
23245 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23246 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23247
23248Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23249
23250 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23251 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23252 Ultrix.
23253 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23254 int tests.
23255 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23256
23257Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23258
23259 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23260
23261 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 23262 to match does not match the passing case but still matches the
c906108c
SS
23263 failing case.
23264
23265Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23266
23267 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23268
23269Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23270
23271 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23272 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23273 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23274 Remove various versions of gdb_exit.
23275 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23276 gdb_exit.
23277 * config/unix-gdb.exp: gdb_exit remains here, and should override
23278 the generic version, since it's doing a lot of wierd stuff that
23279 the other versions aren't. FIXME, fold it in, or abandon this
23280 version.
23281
23282Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23283
23284 * gdb.t24/demangle.exp: Add tests for PR 3220.
23285
23286Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23287
23288 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23289
23290Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23291
23292 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23293 "i386-*-*". Works for i486 as well.
23294
23295 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23296 bug, and expand domain of xfail to all SVR4 systems, since the
23297 actual problem is likely to be in generic SVR4 /proc support.
23298
23299Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23300
23301 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23302
23303Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23304
23305 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23306 xfails for other systems. Match a missing 'Continuing.' as an
23307 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23308
23309 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23310 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23311 Only issue warning for missing executables if -all option is used.
23312
23313 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23314 file if -all option is used. It's like an unpredictable XFAIL.
23315
23316Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23317
23318 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23319 for dynamically linked binaries.
23320
23321 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23322
23323Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23324
23325 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23326 to state that this is a known bug in old versions of g++.
23327
23328Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23329
23330 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23331 while waiting for `Continuing'.
23332
23333Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23334
23335 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23336 in text, data, and bss.
23337 * gdb.t10/nodebug.c: Add local and global test variables for
23338 initialized and uninitialized data.
23339
23340Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23341
23342 * config/unix-gdb.exp (gdb_exit): Add "wait".
23343
23344Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23345
23346 * gdb.t06/signals.exp: xfail the continue from the handler for all
23347 targets.
23348
23349 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23350 function with watchpoints enabled, the i386 call dummy starts with
23351 a call.
23352
23353 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23354 386 bsd names its corefiles.
23355
23356Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23357
23358 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23359 compilers don't grok it.
23360 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23361 with small octal ints rather than character constants, which
23362 are signed and might not fit if first promoted to int.
23363
23364Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23365
23366 * gdb.t09/Makefile.in (clean): Remove corefile.
23367
23368Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23369
23370 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23371
23372Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23373 and Jim Kingdon (kingdon@cygnus.com)
23374
23375 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23376 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23377 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23378
23379Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23380
23381 * gdb.t17/interrupt.exp: Add xfail for hppa.
23382
23383Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23384
23385 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23386 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23387 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23388 to determine signed-ness of bitfields and use the result to setup
23389 the xfail.
23390 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23391 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23392 call line is reached if necessary.
23393
23394Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23395
23396 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23397
23398Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23399
23400 * gdb.t06/break.exp: Also test `clear' command.
23401
23402Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23403
23404 * gdb.t00/teststrategy.exp: Remove extra quote.
23405
23406 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23407 watchpoint enabled to be for all non-68k machines.
23408
23409 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23410
23411Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23412
23413 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23414 targets use aout.mt instead of ecoff.mt as gas understands
23415 standard aout format.
23416
23417Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23418
23419 * lib/gdb.exp (runto): Don't insist that function we are running to
23420 was compiled with -g.
23421
23422 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23423
23424 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23425 to get back into the read system call.
23426 Accept leading newline in case where we woke it up.
23427
23428Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23429
23430 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23431 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23432 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23433 enable ecoff configuration.
23434
23435Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23436
23437 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23438
23439Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23440
23441 * gdb.t16/printcmds.exp: Add another printf test.
23442
23443Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23444
23445 * configure.in: If configured -with-stabs on any target, add
23446 stabsdirs to configdirs.
23447
23448Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23449
23450 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23451 fun" so pattern does not match the command itself.
23452
23453Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23454
23455 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23456
23457Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23458
23459 * gdb.t17/interrupt.exp: Test for more things.
23460
23461Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23462
23463 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23464 compiler arranges the code and line numbers.
23465
23466 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23467
23468Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23469
23470 * gdb.t00/help.exp: Increase expect input buffer size.
23471
23472Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23473
23474 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23475
23476 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23477
23478 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23479
23480 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23481 [0-9]*, not just [0-9].
23482
23483Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23484
23485 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23486
23487 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23488
23489Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23490
23491 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23492
23493Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23494
23495 * gdb.t06/signals.c: Add xfails for sun3.
23496
23497 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23498
23499 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23500 test_stepping tests.
23501
23502Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23503
23504 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23505
23506 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23507
23508 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23509 rather than actually putting it through cpp twice.
23510
23511 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23512
23513Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23514
23515 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23516 no longer needed.
23517
23518Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23519
23520 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23521
23522 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23523 C++ features prints as "struct", make it a pass, not an xfail.
23524
23525Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23526
23527 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23528 Don't require VA to print as "class" rather than "struct".
23529
23530Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23531
23532 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23533
23534Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23535
23536 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23537
23538Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23539
23540 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23541 order.
23542
23543Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23544
23545 * gdb.t16/printcmds.exp: Add printf tests.
23546
23547 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23548
23549 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23550
23551Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23552
23553 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23554 pass counts, to counteract any existing or future setup_xfails.
23555
23556Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23557
23558 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23559 {BEGIN,END}_COMMON for common block instead of STAB.
23560 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23561
23562 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23563 intp_var should be N_GSYM not N_LSYM.
23564 wierd-aout.S: Use a label for the value of the N_SO.
23565 wierd.def: Remove all backslashes.
23566 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23567
23568Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23569
23570 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23571 get the expected next to inheritance3.
23572
23573Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23574
23575 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23576 now that gcc-2.4 gets it right.
23577
23578Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23579
23580 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23581
23582 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23583 generating comp-info.exp which works for cross-compilation.
23584
23585Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23586
23587 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23588 "*-*-sysv4.*".
23589
23590Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23591
23592 * gdb.t01/run.exp: Start with a fresh gdb.
23593 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23594 SVR4.x.
23595
23596Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23597
23598 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23599 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23600 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23601 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23602 things to remove.
23603
23604Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23605
23606 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23607 test cases from bug reports.
23608
23609Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23610
23611 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23612 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23613 avoid spurious xfails.
23614 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23615 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23616 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23617
23618Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23619
23620 * gdb.t00/teststrategy.exp: Rework to provide more useful
23621 description of each test, fix problem with systems that define
23622 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23623 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23624 results for "next over recursive call" so timeouts aren't taken
23625 by error.
23626
23627Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23628
23629 * gdb.t12/scope.exp: Test printing of variables before run.
23630
23631 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23632 printed in wrong order due to sorting.
23633
23634Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23635
23636 * gdb.t00/teststrategy.exp: Fix expected results for printing
23637 user entered string constant. Is array of char, prints with no
23638 address.
23639
23640 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23641 commands.
23642 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23643 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23644 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23645 of struct of char arrays.
23646 * gdb.t00/radix.exp: New tests for radix commands.
23647
23648Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23649
23650 * gdb.t16/printcmd.exp: Print a variable before running program
23651 (with xfail for AIX).
23652
23653Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23654
23655 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23656
23657 * gdb.t16/printcmd.exp: Don't print variables before running program.
23658
23659 * gdb.t06/break.exp: Don't require envp argument to main.
23660
23661 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23662
23663 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23664 Add xfails for rs6000.
23665
23666 * gdb.t02/whatis.exp: Change other tests not to re-test something
23667 we already tested.
23668
23669 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23670 each type used has a variable of that type.
23671
23672Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23673
23674 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23675
23676Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23677
23678 * configure.in: change srctrigger to be a file, not a directory
23679
23680Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23681
23682 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23683
23684 * gdb.t11/list.exp: Fixed a couple of typos.
23685
23686Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23687
23688 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23689 is fixed and PR is closed.
23690 * gdb.t16 (gdbme.c): Add simple test string variable.
23691 * gdb.t16 (printcmds.exp): Add tests with simple test string
23692 variable, primarily for boundaries on "set print elements".
23693
23694Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23695
23696 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23697 Make leading 0's optional and don't expect a tab in the middle
23698 of the number.
23699
23700 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23701
23702 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23703 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23704 don't end command passed to gdb_test with newline.
23705
23706 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23707 signed keyword away, don't expect signed bitfields to be signed.
23708
23709 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23710 printing with only as many 1's as are in the field as well as printing
23711 with 32 1's (see comment).
23712
23713Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23714
23715 * gdb.t00/default.exp: Start with a fresh gdb.
23716 * configure.in (configdirs): Remove gdb.t31 until the chill
23717 compiler works again. It no longer is able to find chillrt0
23718 since it isn't in libchill.a anymore.
23719 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23720 wierd.o, make more modular.
23721 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23722 spurious newlines that caused problems.
23723
23724Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23725
23726 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23727 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23728 gdb.stabs/wierd.{exp,def}: Many new tests.
23729
23730 * gdb.t00/default.exp: update info line for new message.
23731
23732 * gdb.t02/{whatis.exp,gdbme.c}:
23733 Test that "char *" doesn't print as "caddr_t".
23734
23735Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23736
23737 * gdb.t00/help.exp: Use .* in place of some help messages which
23738 just changed.
23739 gdb.t00/default.exp: Update "info frame" test for new message.
23740 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23741 Remove some xfails
23742
23743Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23744
23745 * gdb.t03/{gdbme.c,ptype.exp}:
23746 Add tests for typedef'd struct and union without tags.
23747 Also check "whatis" on a variable of a typedef'd enum without a tag.
23748
23749 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23750 PRMS 1823; the bug still exists but isn't reproduced by this test
23751 anymore), and remove rs6000 XFAIL (the bug is fixed).
23752
23753 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23754 duplicated from whatis.exp. For those that are left, accept
23755 "long", "long int", or "int" for long variables (whatis.exp already
23756 has an XFAIL for "int", so no need to fail it here).
23757
23758 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23759 Deal with GCC's names for types now that GDB uses the compiler's names.
23760
23761 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23762 setup_xfail's for sunos4. If we #defined the signed keyword away,
23763 don't expect GDB to know that char it is signed.
23764
23765 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23766
23767Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23768
23769 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23770 should work on any system, regardless of debugging format.
23771 * gdb.t21/demangle.exp: Move to gdb.t24.
23772 * gdb.t24/demangle.exp: Move from gdb.t21.
23773 * gdb.t24/{Makefile.in, configure.in}: New files.
23774
23775Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23776
23777 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23778 * gdb.stabs: New directory.
23779
23780Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23781
23782 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23783 not just "Quit anyway?".
23784
23785Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23786
23787 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23788 that all setup_xfails are immediately followed by clear_xfails.
23789
23790Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23791
23792 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23793 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23794 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23795 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23796 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23797 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23798 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23799 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23800 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23801 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23802 gdb.t31/chillvars.exp, lib/gdb.exp:
23803 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23804 bug-gdb@prep.ai.mit.edu.
23805
23806Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
23807
23808 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
23809 with 0.0, not integer 0.
23810
23811Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
23812
23813 * gdb.t06/break.exp: Update for "Kill the program" message change.
23814
23815Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
23816
23817 * Makefile.in (GDBFLAGS): Set to -nx.
23818 * Makefile.in (site.exp): Use GDBFLAGS.
23819
23820Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23821
23822 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23823 Makefiles.
23824 (check): depend on just-check.
23825 (just-check): added so that tests can be run without a noop
23826 build pass.
23827
23828Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23829
23830 Switch to using configure's configdirs.
23831 * Makefile.in (Makefile): add configure.in dependency.
23832 (SUBDIRS): removed redundant assignment.
23833 * configure.in: switch subdirs assignment to configdirs.
23834 * gdb.t*/configure.in: new files.
23835
23836Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
23837
23838 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
23839 works.
23840
23841Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
23842
23843 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
23844 in explicit rules. Apparently this is not supported by some makes.
23845
23846Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
23847
23848 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
23849
23850Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23851
23852 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
23853 disappeared.
23854
23855Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
23856
23857 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
23858
23859Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
23860
23861 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
23862 watchpoint problem that is now fixed.
23863 * gdb.t30/chexp.exp: Remove setup_xfail for printing
23864 uninitialized convenience variables.
23865 * gdb.t31/chillvars.exp: Fix expected patterns for printing
23866 structures.
23867
23868Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23869
23870 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
23871 which causes expect to get out of sync with gdb on long output
23872 from help set.
23873 * gdb.t09/corefile.exp: Make expected pattern for core file
23874 failing signal and frame output format less sun specific.
23875
23876Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
23877
23878 * gdb.t31/chillvars.exp: Add and remove initial dummy
23879 breakpoint, so that symbol table is forced in.
23880 (Needed at least on Sunos4, though it seems not SVR4.)
23881 * gdb.t31/chillvars.exp: Update for changed output format.
23882
23883Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
23884
a9c64011 23885 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
23886
23887Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
23888
23889 * Makefile.in: Added --srcdir when invoking runtest, removed the
23890 need for a local config file. (optional now)
23891
23892Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
23893
23894 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
23895 failure count used to force early termination. Add some more
23896 expected failures for gnu style demangling.
23897
23898Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23899
23900 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23901 pmi variable from gdb.t20/gdbme to get optimized away.
23902 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23903 Check for written corefile upon timeout _and_ eof.
23904
23905Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23906
23907 * config/unix-gdb.exp: Add missing return 0.
23908
23909Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23910
23911 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
23912 test termination.
23913
23914Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
23915
23916 * configure.in (subdirs): Put back gdb.t17 which mysteriously
23917 disappeared.
23918
23919Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
23920
23921 * gdb.t10/crossload.exp: Disable the i860-elf test until such
23922 time as i860 support works.
23923
d63a86f8 23924 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
23925 "backtrace 100\r" rather than just "backtrace\r", to match last
23926 change.
23927
23928Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
23929
23930 * config/udi-gdb.exp (gdb_exit): Remove close command.
23931 (gdb_target_udi): New procedure to set the UDI target.
23932 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
23933 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23934 Added waits for prompts after several question responses. Added
23935 some more responses used by a29k-amd-udi-gdb.
23936 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23937 pass different arguments, restart UDI connection after program
23938 completion.
23939 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23940 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23941 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23942 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23943 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23944 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23945 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23946 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
23947 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
23948 after program completion.
23949 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
23950 compiled with a SELECT_VECS setting.
23951 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
23952 infinite recursion.
23953
23954 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
23955 Added checks for COFF results, and made them expected failures for
23956 all targets. It would be better to make them expected failures
23957 for COFF targets only.
23958
23959Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
23960
23961 * Makefile.in: add null dvi target, don't bother to recurse
23962 through test directories for info and install-info; rename
23963 $(datadir) to be dejagnu instead of deja-gnu
23964
23965Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
23966
23967 * gdb.t31/gdbme.ch: Re-enable code that previously caused
23968 compiler to coredump.
23969 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
23970 code.
23971
23972Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
23973
23974 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
23975 coredump.
23976 * gdb.t31/chillvars.exp: Comment out tests that depend on that
23977 code.
23978
23979Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
23980
23981 * gdb.t03/ptype.exp: tests for return code from gdb_test.
23982 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
23983 which in a shell. Deletes xgdb when done.
23984 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
23985 Tests the return from the "set height" or "set width" commands.
23986 Added a few return codes where needed.
23987
23988Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
23989
23990 * Makefile.in (SUBDIRS): Add gdb.t17.
23991 * configure.in (subdirs): Add gdb.t17.
23992 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
23993 files to test gdb's calling of functions in the inferior with
23994 the correct arguments and gdb's ability to retrieve any
23995 result returned.
23996
23997Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
23998
23999 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24000 may be called after gdb goes away. Previous versions of expect
24001 needed these to avoid file descriptor leaks, but they cause
24002 errors with the current revision of expect.
24003 * gdb.t00/gdbvars.exp: Use -re on expected output after
24004 setting sevenbit-strings.
24005 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24006 to set sevenbit-strings consistent across tests.
24007 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24008 set sevenbit-strings consistent across tests.
24009
24010Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24011
24012 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24013 expected output to match current "expect" expectations.
24014
24015Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24016
24017 * gdb.t00/default.exp: Change expected output for default "source"
24018 command, to match new gdb behavior which requires a filename to
24019 source.
24020
24021Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24022
24023 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24024 expected fail for i486-*-* that misses the marker2 function.
24025 * gdb.t10/crossload.exp (bfddefault): Allow successful
24026 recognition of a format to pass even if no symbols are found.
24027 Explicitly catch failures where the format is not recognized
24028 or is ambiguous, and add the reason to the fail message.
24029 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24030 the cause is and invalid target and add reason to failure message.
24031 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24032 elf32-i386, elf32-sparc, and elf32-i860.
24033 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24034 Set up expected failure for 'filename'::variable scope resolution,
24035 which is now apparently broken on all targets.
24036 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24037 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24038 gdb.t23/templates.exp: Change failure for missing binfile into
24039 just a warning.
24040 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24041 references.
24042
24043Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24044
24045 * gdb.t00/default.exp: Add expected output for default "source"
24046 command, to match new gdb behavior.
24047 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24048
24049Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24050
24051 * config/*-gdb.exp: returns an error, rather than exiting on
24052 internal errors.
24053
24054Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24055
24056 * gdb.t03/gdbme.c: Add pointer to struct variable.
24057 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24058 referencing struct members.
24059
24060Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24061
24062 * configure.in (mips-idt-ecoff): New target.
24063 * config/mips-gdb.exp: New file for remote board using MIPS remote
24064 debugging protocol.
24065
24066 * Redid configuration scheme. Removed gdb.t*/configure.in.
24067 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24068 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24069 distclean targets. Built executables via .o files. Adjusted
24070 tests to account for source files in $(srcdir) rather than
24071 $(objdir).
24072 * lib/gdb.exp (runto): Don't expect () after the function name,
24073 because it may have arguments.
24074
24075Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24076
24077 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24078 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24079 expected failures for mips-idt-* and mips-sgi-*.
24080 * gdb.t00/default.exp (attach): Kill process if requested.
24081 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24082 that does not read core files.
24083 * gdb.t01/run.exp: Removed checks for exit status code.
24084 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24085 it is linked in.
24086 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24087 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24088 appropriate, rather than doing it by hand.
24089 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24090 execution.
24091 * gdb.t10/crossload.exp: Kill existing program if needed.
24092 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24093 appropriate, rather than doing it by hand. Always increase
24094 timeout for this test, not just for VxWorks.
24095
24096Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24097
24098 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24099 of Chill STRUCT types and STRUCT values.
24100 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24101 than "char".
24102 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 24103 struct2): New struct definitions and initializations to test
c906108c
SS
24104 simple Chill STRUCT types.
24105
24106Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24107
24108 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24109 the null byte at the end of strings.
24110 * gdb.t00/default.exp: Make show version insensitive to copyright
24111 date.
24112 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24113 to avoid dependencies on target char signedness.
24114 * gdb.t16/printcmds.exp: Update expected results for explicitly
24115 unsigned char.
24116 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24117 now work.
24118 * gdb.t21/demangle.exp: Add many more patterns for template
24119 demangling, most of them being expected failures.
24120 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24121 string we are matching for, to match on the whole string.
24122 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24123 and fix a whole bunch that had incorrect expected output but were
24124 passing anyway because of the bug in "proc demangle".
24125 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24126 type.
24127 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24128
24129Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24130
a9c64011
AS
24131 * gdb/testsuite: made modifications to testcases, etc., to allow
24132 them to work properly given the reorganization of deja-gnu and the
24133 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
24134
24135Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24136
24137 * gdb/testsuite: Initial creation of gdb/testsuite.
24138 Migrated dejagnu testcases and support files for testing nm to
24139 gdb/testsuite from deja-gnu. These files were moved "as is"
24140 with no modifications. This migration is part of a major overhaul
24141 of dejagnu. The modifications to these testcases, etc., which
24142 will allow them to work with the new version of dejagnu will be
24143 made in a future update.
48efe704 24144
8d8cb839 24145 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 24146\f
8d8cb839
EZ
24147;; Local Variables:
24148;; mode: change-log
24149;; left-margin: 8
24150;; fill-column: 74
24151;; version-control: never
24152;; End:
902f2ccb
MC
24153
24154 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 24155 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
24156 Copying and distribution of this file, with or without modification,
24157 are permitted provided the copyright notice and this notice are preserved.
This page took 2.445874 seconds and 4 git commands to generate.