* lib/gdb.exp (is_x86_like_target): New proc.
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2011-05-13  Tom Tromey  <tromey@redhat.com>
2
3         * lib/gdb.exp (is_x86_like_target): New proc.
4         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
5         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
6         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
7         -nostdlib to compiler.
8         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
11         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
12         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
13
14 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
15
16         * gdb.python/py-function.exp: Test setting a value from a function
17         which executes a command.
18
19 2011-05-12  Tom Tromey  <tromey@redhat.com>
20
21         * gdb.dwarf2/typeddwarf.S: New file.
22         * gdb.dwarf2/typeddwarf.c: New file.
23         * gdb.dwarf2/typeddwarf.exp: New file.
24
25 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
26
27         * gdb.mi/mi-basics.exp: Fix races.  Honour the
28         `test_exec_and_symbol_mi_operatons' return value.
29         (test_mi_interpreter_selection): Use mi_gdb_test instead of
30         gdb_test_multiple.
31         (test_exec_and_symbol_mi_operatons): Likewise.
32         (test_path_specification): Likewise.
33
34 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
35
36         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
37         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
38         Replace `file copy' and `file rename' by `file mtime'.  Twice.
39
40 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
41
42         * gdb.base/readline-ask.c: New file.
43         * gdb.base/readline-ask.exp: New file.
44         * gdb.base/readline-ask.inputrc: New file.
45
46 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
47
48         * gdb.cell/bt.exp: Delete breakpoints before running to signal
49         to avoid race condition.
50         * gdb.cell/coremaker.c: Use small stack size.
51         * gdb.cell/ea-standalone.exp: Use file name without path as
52         argument to c_to.
53         * gdb.cell/fork.exp: Allow other output when continuing to end.
54
55 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
56
57         * gdb.threads/corethreads.c: New file.
58         * gdb.threads/corethreads.exp: New file.
59
60 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
63         Try to compile the test using -Wl,-z,norelro first.
64         (load_core): New variable libthread_db_seen, initialize it.
65         (zeroed-threads cannot be listed): Protect it by XFAIL on
66         !$libthread_db_seen.
67
68 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
69
70         PR 12573
71         * gdb.dwarf2/dw2-skip-prologue.S: New file.
72         * gdb.dwarf2/dw2-skip-prologue.c: New file.
73         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
74
75 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
76
77         * gdb.cp/psymtab-parameter.cc: New file.
78         * gdb.cp/psymtab-parameter.exp: New file.
79
80 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
81
82         Fix a race.
83         * gdb.cp/static-print-quit.exp (print c): Split to ...
84         (print c - <return>, print c - q <return>, print c - to quit):
85         ... these.  Make the testfile untested on gdb-7.1.
86
87 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
88
89         * lib/gdb.exp (exec_target_file, exec_symbol_file,
90         gdb_rename_execfile, gdb_touch_execfile): New.
91         * gdb.base/reread.exp: Use new procs to handle multiple
92         exec files.
93
94 2011-05-05  Yao Qi  <yao@codesourcery.com>
95
96         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
97         (test_adr_32bit, test_pop_pc): New.
98         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
99         (test_adr_32bit, test_pop_pc): New.
100
101 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
102
103         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
104         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
105         targets.
106         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
107         handle targets.
108
109 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
110
111         * gdb.base/completion.exp (complete help info wat): Rename to ...
112         (complete 'help info wat'): ... here.
113         Remove all `-re ".*' and `-re "^.*' redundant regexes.
114         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
115
116 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
117
118         * gdb.base/completion.exp: Use gdb_test_multiple instead of
119         gdb_test and explicit $gdb_prompt/timeout matches.
120
121 2011-05-04  Yao Qi  <yao@codesourcery.com>
122
123         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
124         and __thumb2__.
125
126 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
127
128         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
129         in place of `gdb_test "delete breakpoints"'.  This eliminates two
130         testcases.
131
132 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
133
134         PR testsuite/12649
135         Fix races.
136
137         * gdb.base/completion.exp: Remove all sleep calls.  Remove
138         unnecessary regexs.  Don't explicitly expect anything after the
139         prompt.  Eat the prompt if necessary.
140
141 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
142
143         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
144         accept to show the caller line again as well as the line after.
145
146 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
147
148         PR mi/12531
149
150         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
151         compile target.
152         * gdb.python/py-prettyprint.exp: Add C++ object for
153         CPLUS_FAKE_CHILD test.
154
155 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
156
157         * gdb.base/signest.exp: New file.
158         * gdb.base/signest.c: Likewise.
159
160 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
161
162         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
163         thread and breakpoint notifications.
164
165 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
166
167         * gdb.base/fortran-sym-case.c: New file.
168         * gdb.base/fortran-sym-case.exp: New file.
169         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
170         * gdb.dwarf2/dw2-case-insensitive.c: New file.
171         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
172
173 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
174
175         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
176         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
177         false #1', `if true else false #2' and `if true else false #3'.
178
179 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
180
181         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
182         while delivering signal.
183
184 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
185
186         MI breakpoint notifications.
187
188         * testsuite/gdb.mi/mi-cli.exp: Adust.
189         * testsuite/gdb.mi/mi2-cli.exp: Adust.
190         * testsuite/gdb.mi/mi-watch.exp: Adust.
191         * testsuite/gdb.mi/mi2-watch.exp: Adust.
192         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
193         notifications.
194
195 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
196
197         * gdb.base/gdbindex-stabs-dwarf.c: New file.
198         * gdb.base/gdbindex-stabs.c: New file.
199         * gdb.base/gdbindex-stabs.exp: New file.
200
201 2011-04-25  Yao Qi  <yao@codesourcery.com>
202
203         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
204         with /*...*/.
205         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
206
207 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
208
209         * gdb.python/py-value.exp (test_objfiles): Name the first test
210         `py-value in file.filename'.
211
212 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
213
214         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
215         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
216         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
217         !gdbserver_reconnect_p..
218         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
219
220 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
221
222         * gdb.cp/cpcompletion.exp (complete class methods)
223         (complete class methods beginning with F): Move them above runto.  New
224         comment about the runto delimiter.
225
226 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
227
228         * gdb.base/maint.exp: Test that "maint print registers" works
229         without a running program.
230
231 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
232
233         * gdb.base/setshow.exp: Fix racy tests.
234         ($old_gdb_prompt): New variable.
235
236 2011-04-19  Tom Tromey  <tromey@redhat.com>
237
238         * gdb.mi/mi-nsmoribund.exp:
239         * gdb.hp/gdb.objdbg/objdbg01.exp:
240         * gdb.base/structs.exp (test_struct_returns):
241         * gdb.base/call-sc.exp (test_scalar_returns):
242         * gdb.base/bigcore.exp: Remove duplicate words.
243
244 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
245
246         * gdb.base/break-interp-lib.c (v, vptr): New variables.
247         * gdb.base/break-interp.exp (test_attach): New comment.
248
249 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
250
251         * gdb.threads/gcore-thread.exp ($core0file): New variable.
252         (clear __stack_user.next, clear stack_used.next)
253         (save a zeroed-threads corefile): New test.
254         Call core_load for $core0file.
255         (zeroed-threads cannot be listed): New test.
256
257 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
258
259         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
260         filename.
261         ($srcfile): Preserve the original value.
262         ($testfile): Match it the .exp filename.
263         ($corefile): New variable.  Substitute it around.
264         Use clean_restart.
265         ($prev_timeout): Remove.
266         (load_core): Move core loading into this proc.
267         Fix restore of $timeout if load_core fails.
268
269 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
270
271         * gdb.base/eu-strip-infcall.c: New file.
272         * gdb.base/eu-strip-infcall.exp: New file.
273
274 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
275
276         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
277         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
278
279 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
280
281         Fix Python access to inlined frames.
282         * gdb.python/py-frame-inline.c: New file.
283         * gdb.python/py-frame-inline.exp: New file.
284
285 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
286
287         * gdb.base/gdb1090.exp: Change breakpoint location to read the
288         content of 's24' correctly (avoiding "optimized out").
289         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
290
291 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
292
293         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
294
295 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
296
297         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
298         expect a colon in watch -location output.
299
300 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
301
302         * gdb.base/commands.exp (redefine_backtrace_test): Fix race. 
303         New testcase `expect response to define backtrace'.  Also remove
304         redundant `default' block.
305
306 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
307
308         * gdb.python/py-prettyprint.c (struct hint_error): New.
309         (main): New variable hint_error.
310         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
311         "print hint_error".
312         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
313         (register_pretty_printers): Register it.
314
315 2011-04-04  Tom Tromey  <tromey@redhat.com>
316
317         * gdb.cp/maint.exp (test_help): Update.
318         (test_namespace): Likewise.
319
320 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
321
322         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
323         * gdb.ada/arrayptr.exp: Add new tests.
324
325 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
326
327         * gdb.ada/mi_catch_ex: New testcase.
328
329 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
330
331         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
332         base::overload(void) method without specifying "const".
333
334 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
335
336         * gdb.arch/thumb-singlestep.S: New file.
337         * gdb.arch/thumb-singlestep.exp: Likewise.
338
339 2011-03-31  Tom Tromey  <tromey@redhat.com>
340
341         * gdb.python/py-prettyprint.py (exception_flag): New global.
342         (NoStringContainerPrinter._iterator.next): Check it.
343         * gdb.python/py-prettyprint.c (main): New variable nstype2.
344         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
345
346 2011-03-29  Tom Tromey  <tromey@redhat.com>
347
348         * gdb.cp/anon-struct.cc: New file.
349         * gdb.cp/anon-struct.exp: New file.
350
351 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
352
353         Test STT_GNU_IFUNC support.
354         * gdb.base/gnu-ifunc-lib.c: New file.
355         * gdb.base/gnu-ifunc.c: New file.
356         * gdb.base/gnu-ifunc.exp: New file.
357
358 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
359
360         Support a ring of related breakpoints.
361         * gdb.base/watchpoint-delete.c: New file.
362         * gdb.base/watchpoint-delete.exp: New file.
363
364 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
365
366         * gdb.ada/arrayparam.exp (print first after function call): Use
367         explicit package name.  Add a comment
368         (print lasta after function call): Rename ...
369         (print last after function call): ... it and use explicit package
370         name.
371         (print length after function call): Use explicit package name.
372         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
373         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
374         (multiple matches for symbol i): Rename ...
375         (multiple matches for symbol integervar): ... it.
376         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
377         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
378
379 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
380
381         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
382         environment variable to make grep output more predictable. Move
383         all the environment setup into gdb_init so it's done once per test
384         case rather than each time we start gdb.
385
386 2011-03-24  Tom Tromey  <tromey@redhat.com>
387
388         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
389         test.
390
391 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
392
393         * gdb.dwarf2/dw2-entry-value-main.c: New file.
394         * gdb.dwarf2/dw2-entry-value.S: New file.
395         * gdb.dwarf2/dw2-entry-value.exp: New file.
396
397 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
398
399         PR python/12183
400
401         * gdb.python/py-function.exp: Add GdbError tests.
402
403 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
404
405         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
406         (reglocal_test_func, statlocal_test_func): New functions.
407         (globals_test_func): Call new functions.
408         * gdb.trace/unavailable.exp (gdb_collect_args_test)
409         (gdb_collect_locals_test): New procedure.
410         (gdb_trace_collection_test): Call new procedures.
411
412 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
413
414         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
415         (test_register, test_register_unavailable): New procedures.
416         (gdb_unavailable_registers_test): New procedure.
417         (gdb_trace_collection_test): Call it.
418
419 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
420
421         PR python/12149
422
423         * gdb.python/python.exp: Add gdb.write tests.
424
425 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
426
427         * gdb.python/Makefile.in: Add py-objfile.
428         * gdb.python/py-objfile.exp: New file.
429         * gdb.python/py-objfile.c: New file.
430         * gdb.python/py-block.exp: Add is_valid tests.
431         * gdb.python/py-inferior.exp: Ditto.
432         * gdb.python/py-infthread.exp: Ditto.
433         * gdb.python/py-symbol.exp: Ditto.
434         * gdb.python/py-symtab.exp: Ditto.
435
436 2011-03-16  Keith Seitz  <keiths@redhat.com>
437
438         PR c++/12273
439         * gdb.cp/cmpd-minsyms.exp: New test.
440         * gdb.cp/cmpd-minsyms.cc: New file.
441
442         PR c++/11734
443         * gdb.cp/ovsrch.exp: New test.
444         * gdb.cp/ovsrch.h: New file.
445         * gdb.cp/ovsrch1.cc: New file.
446         * gdb.cp/ovsrch2.cc: New file.
447         * gdb.cp/ovsrch3.cc: New file.
448         * gdb.cp/ovsrch4.cc: New file.
449
450 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
451
452         PR gdb/12528
453         * gdb.base/Makefile.in: Adjust EXECUTABLES.
454         * gdb.base/break-on-linker-gcd-function.exp: New test.
455         * gdb.base/break-on-linker-gcd-function.cc: New file.
456
457 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
458
459         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
460
461 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
462
463         * lib/gdb.exp (gdb_unload): Add another termination case.
464
465 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
466
467         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
468         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
469         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
470         Provide a stub byte there.
471         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
472         DW_AT_entry_pc.
473         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
474
475 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
476
477         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
478         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
479         "generic ABI, auto".
480         (altivec_abi_tests): Accept vectors returned by reference.
481
482 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
483
484         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
485
486 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
487
488         * gdb.python/py-section-script.exp: Skip test if no Python support.
489
490 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
491
492         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
493
494 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
495
496         * gdb.python/py-parameter.exp: Update tests to the new Python
497         parameter API. Add "no documentation" test.  Add deprecated API
498         backward compatibility test.
499
500 2011-03-09  Tom Tromey  <tromey@redhat.com>
501
502         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
503         gdb_continue_to_end.
504
505 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
506
507         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
508         tabs.
509
510 2011-03-09  Tom Tromey  <tromey@redhat.com>
511
512         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
513         parentheses.
514         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
515         $command.
516         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
517         argument to gdb_continue_to_end.
518         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
519         argument to gdb_continue_to_end.
520         * gdb.cp/annota3.exp: Fix regex.
521         * gdb.cp/annota2.exp: Fix regex.
522         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
523         gdb_continue_to_end.
524         * gdb.base/call-signal-resume.exp: Revert earlier patch.
525         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
526         gdb_continue_to_end.
527
528 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
529
530         * gdb.server/ext-run.exp
531         (load new file without any gdbserver inferior): New test.
532
533 2011-03-07  Tom Tromey  <tromey@redhat.com>
534
535         * Makefile.in (TAGS): Rewrite.
536
537 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
538
539         * gdb.trace/report.exp (12.1: trace report #1): New match for the
540         initial commands echo.  New match for `Found trace'.  Anchor all the
541         other matches.  Anchor and match for `No trace frame found' the final
542         match.
543
544 2011-03-07  Tom Tromey  <tromey@redhat.com>
545
546         * Makefile.in (TAGS): New target.
547
548 2011-03-07  Tom Tromey  <tromey@redhat.com>
549
550         * lib/opencl.exp (skip_opencl_tests): Update for exit message
551         change.
552         * lib/mi-support.exp (mi_gdb_test): Update for exit message
553         change.
554         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
555         exit message change.
556         (skip_altivec_tests): Update for exit message change.
557         (skip_vsx_tests): Likewise.
558         (gdb_continue_to_end): Likewise.  Add 'command' argument.
559         * lib/cell.exp (skip_cell_tests): Update for exit message change.
560         * gdb.threads/tls.exp: Update for exit message change.
561         * gdb.threads/thread-unwindonsignal.exp: Use
562         gdb_continue_to_end.
563         * gdb.threads/step.exp (step_it): Update for exit message change.
564         (continue_all): Likewise.
565         * gdb.threads/print-threads.exp (test_all_threads): Update for
566         exit message change.
567         * gdb.threads/interrupted-hand-call.exp: Use
568         gdb_continue_to_end.
569         * gdb.threads/execl.exp: Use gdb_continue_to_end.
570         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
571         gdb_continue_to_end.
572         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
573         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
574         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
575         * gdb.cp/method.exp: Update for exit message change.
576         * gdb.cp/mb-templates.exp: Update for exit message change.
577         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
578         * gdb.cp/annota3.exp: Update for exit message change.
579         * gdb.cp/annota2.exp: Update for exit message change.
580         * gdb.cell/fork.exp: Use gdb_continue_to_end.
581         * gdb.base/term.exp: Update for exit message change.
582         * gdb.base/step-test.exp (test_i): Update for exit message change.
583         * gdb.base/sigstep.exp (advance): Update for exit message change.
584         (advancei): Likewise.
585         * gdb.base/siginfo.exp: Update for exit message change.
586         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
587         * gdb.base/reread.exp: Use gdb_continue_to_end.
588         * gdb.base/langs.exp: Use gdb_continue_to_end.
589         * gdb.base/interrupt.exp: Update for exit message change.
590         * gdb.base/gdb1555.exp: Update for exit message change.
591         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
592         * gdb.base/ending-run.exp: Update for exit message change.
593         * gdb.base/chng-syms.exp: Update for exit message change.
594         * gdb.base/checkpoint.exp: Update for exit message change.
595         * gdb.base/catch-syscall.exp (check_for_program_end): Use
596         gdb_continue_to_end.
597         (test_catch_syscall_with_wrong_args): Likewise.
598         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
599         * gdb.base/break-interp.exp (test_ld): Update for exit message
600         change.
601         * gdb.base/bang.exp: Update for exit message change.
602         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
603         (do_call_attach_tests): Likewise.
604         * gdb.base/a2-run.exp: Update for exit message change.
605         * gdb.arch/ppc-dfp.exp: Update for exit message change.
606         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
607         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
608
609 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
610
611         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
612
613 2011-03-03  Tom Tromey  <tromey@redhat.com>
614
615         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
616         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
617         * gdb.hp/gdb.aCC/configure.ac: Remove.
618         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
619         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
620         * gdb.hp/gdb.base-hp/configure.ac: Remove.
621         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
622         * gdb.hp/gdb.compat/configure (Makefile): Remove.
623         * gdb.hp/gdb.compat/configure.ac: Remove.
624         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
625         * gdb.hp/gdb.defects/configure (Makefile): Remove.
626         * gdb.hp/gdb.defects/configure.ac: Remove.
627         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
628         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
629         * gdb.hp/gdb.objdbg/configure.ac: Remove.
630         * gdb.hp/configure.ac: Remove.
631         * gdb.hp/configure: Remove.
632         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
633         substitution.
634         (Makefile): Remove rule.
635         * gdb.cell/configure.ac: Remove.
636         * gdb.cell/configure: Remove.
637         * gdb.stabs/Makefile.in (Makefile): Remove.
638         (distclean): Don't remove config.status or config.log.
639         * gdb.stabs/configure (Makefile): Remove.
640         * gdb.stabs/configure.ac: Remove.
641         * configure: Rebuild.
642         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
643         Remove stabs- and cell-specific logic.  Test for existence of
644         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
645         subdirectories, gdb.cell, and and gdb.stabs.
646         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
647
648 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
649
650         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
651         end of buffer.
652
653 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
654
655         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
656         gdb_test when running a test where we expected no output back.
657
658 2011-02-28  Michael Snyder  <msnyder@vmware.com>
659
660         * gdb.cp/overload.cc: Change initializer value to integer.
661
662 2011-02-27  Michael Snyder  <msnyder@vmware.com>
663
664         * gdb.multi/base.exp: Add test for remove-inferiors.
665
666 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
667
668         * gdb.python/py-frame.exp: Simplify the initialization phase
669         using prepare_for_testing.
670
671 2011-02-25  Michael Snyder  <msnyder@vmware.com>
672
673         * gdb.multi/base.exp: Add tests for info inferiors with args.
674
675 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
676
677         * gdb.dwarf2/dw2-ranges.S: Rename to ...
678         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
679         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
680         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
681         asmfile3.  Comment the STABS (#3) file compilation.  Compile
682         everything through assembler.  Provide KFAIL for symtab/12497.
683         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
684         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
685         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
686         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
687
688 2011-02-24  Michael Snyder  <msnyder@vmware.com>
689
690         * gdb.base/break.exp: Add tests for delete breakpoints using
691         convenience variables and value history references.
692
693 2011-02-24  Michael Snyder  <msnyder@vmware.com>
694
695         * gdb.base/break.exp: Remove debugging 'printf' accidentally
696         left behind in previous check-in.
697
698 2011-02-23  Michael Snyder  <msnyder@vmware.com>
699
700         * gdb.base/break.exp: Add tests for "info break" with arguments.
701         * gdb.trace/infotrace.exp: Update patterns for error and help.
702         * gdb.base/completion.exp: Update pattern.
703         * gdb.base/ena-dis-br.exp: Update pattern.
704         * gdb.base/help.exp: Update patterns.
705
706 2011-02-23  Michael Snyder  <msnyder@vmware.com>
707
708         * gdb.base/memattr.exp: New test.
709         * gdb.base/memattr.c: Test load for memattr.exp.
710
711 2011-02-22  Doug Evans  <dje@google.com>
712
713         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
714
715 2011-02-22  Michael Snyder  <msnyder@vmware.com>
716
717         * Makefile.in: Make more clean.
718         * gdb.ada/Makefile.in: Ditto.
719         * gdb.arch/Makefile.in: Ditto.
720         * gdb.asm/Makefile.in: Ditto.
721         * gdb.base/Makefile.in: Ditto.
722         * gdb.cp/Makefile.in: Ditto.
723         * gdb.dwarf2/Makefile.in: Ditto.
724         * gdb.java/Makefile.in: Ditto.
725         * gdb.mi/Makefile.in: Ditto.
726         * gdb.modula2/Makefile.in: Ditto.
727         * gdb.python/Makefile.in: Ditto.
728         * gdb.server/Makefile.in: Ditto.
729         * gdb.stabs/Makefile.in: Ditto.
730         * gdb.threads/Makefile.in: Ditto.
731         * gdb.trace/Makefile.in: Ditto.
732
733 2011-02-22  Michael Snyder  <msnyder@vmware.com>
734
735         * gdb.threads/thread-find.exp: Add tests for bad input to 
736         info threads.
737
738 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
739
740         * gdb.python/py-breakpoint.exp: Fix the expected output of
741         one of the "maint info breakpoints" tests to accept the output
742         generated on platforms that do not have hardware watchpoints.
743
744 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
745
746         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
747         clean_restart.  Be a little stricter in the expected output
748         for one of the tests.  Fix a typo in one of the comments.
749
750 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
751
752         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
753         Delete variable binfile, no longer use.  Add or modify test
754         comments to make them unique.
755
756 2011-02-21  Michael Snyder  <msnyder@vmware.com>
757
758         * Makefile.in: Update for make clean.
759         * gdb.ada/Makefile.in: Ditto.
760         * gdb.arch/Makefile.in: Ditto.
761         * gdb.asm/Makefile.in: Ditto.
762         * gdb.base/Makefile.in: Ditto.
763         * gdb.cp/Makefile.in: Ditto.
764         * gdb.dwarf2/Makefile.in: Ditto.
765         * gdb.java/Makefile.in: Ditto.
766         * gdb.mi/Makefile.in: Ditto.
767         * gdb.modula2/Makefile.in: Ditto.
768         * gdb.python/Makefile.in: Ditto.
769         * gdb.server/Makefile.in: Ditto.
770         * gdb.stabs/Makefile.in: Ditto.
771         * gdb.threads/Makefile.in: Ditto.
772         * gdb.trace/Makefile.in: Ditto.
773
774 2011-02-21  Michael Snyder  <msnyder@vmware.com>
775
776         * gdb.threads/thread-find.exp: Update patterns for changes in
777         output of "info threads" command.
778
779 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
780             Ulrich Weigand  <uweigand@de.ibm.com>
781
782         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
783         (skip_hw_watchpoint_tests): Likewise.
784         (skip_hw_watchpoint_multi_tests): Likewise.
785
786 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
787
788         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
789         (skip_hw_watchpoint_tests): Likewise.
790         (skip_hw_watchpoint_multi_tests): Likewise.
791         (skip_hw_watchpoint_access_tests): Likewise.
792
793         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
794         * gdb.base/pr11022.exp: Likewise.
795         * gdb.base/watch-read.exp: Likewise.
796         * gdb.base/watch_thread_num.exp: Likewise.
797         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
798         * gdb.base/watchpoint-hw.exp: Likewise.
799         * gdb.base/watchpoint.exp: Likewise.
800         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
801         * gdb.threads/watchthreads-reorder.exp: Likewise.
802         * gdb.threads/watchthreads.exp: Likewise.
803         * gdb.threads/watchthreads2.exp: Likewise.
804
805 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
806
807         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
808         the debugger is unable to find the array bounds.
809
810 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
811
812         * gdb.cp/typedef-operator.exp: New file.
813         * gdb.cp/typedef-operator.cc: New file.
814
815 2011-02-17  Michael Snyder  <msnyder@vmware.com>
816
817         * gdb.threads/thread-find.exp: Fix regular expressions.
818
819 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
820
821         * gdb.ada/packed_array: Expand testcase to test printing of
822         unconstrained packed array.
823
824 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
825
826         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
827
828 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
829
830         * gdb.trace/collection.c (globalarr3): New global.
831         (main): Initialize it before collecting, and and clear it
832         afterwards.
833         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
834         collecting with '{type} addr', where the addr expression is not an
835         rvalue.
836
837 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
838
839         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
840         a bool variable. Expect correct OpenCL names for vector types. Use the
841         uc3 variable name instead of referring to the uchar3 built-in type.
842         Escape the asterisk at the half pointer test.
843
844 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
845
846         * gdb.trace/collection.c (globalarr2): New global.
847         (main): Initialize it before collecting, and and clear it
848         afterwards.
849         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
850         collecting overlapping memory ranges.
851
852 2011-02-15  Michael Snyder  <msnyder@vmware.com>
853
854         * gdb.base/default.exp: Add tests for thread commands.
855         * gdb.base/help.exp: Add tests for thread commands.
856         * gdb.threads/thread-find.exp: New test for thread find command.
857
858 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
859
860         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
861
862 2011-02-15  Yao Qi  <yao@codesourcery.com>
863
864         PR tdep/12352
865         * gdb.arch/arm-disp-step.S : New test for str instruction.
866         * gdb.arch/arm-disp-step.exp : Likewise.
867
868 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
869
870         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
871         "vector_register2_vr" test strings.  Test the extended floating
872         point registers (F32~F63).
873         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
874         IBM XL C compiler.  Make the test program use a register provided
875         by the compiler for the lxvd2x instruction.
876
877 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
878
879         * gdb.trace/unavailable.cc (class Base, class Middle, class
880         Derived): New types.
881         (derived_unavail, derived_partial, derived_whole): New globals.
882         (virtual_partial): New global.
883         (virtualp): Point at virtual_partial.
884         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
885         related to unavailable vptr.
886
887 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
888
889         * gdb.trace/unavailable.cc (a, b, c): New globals.
890         (main): Set and clear them.
891         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
892         `a' and `c', and check that `b' isn't collected, although `a' and
893         `c' are.
894
895 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
896
897         * gdb.trace/unavailable.cc (struct Virtual): New.
898         (virtualp): New global pointer.
899         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
900         printing a pointer to an object whose type has a vtable, with
901         print object on.
902
903 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
904
905         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
906         value repeat handles unavailableness.
907
908 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
909
910         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
911         tests for building arrays from unavailable values, subscripting
912         non-memory rvalue unvailable arrays, and accessing fields or
913         baseclasses of non-lazy unavailable values,
914         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
915         struct types.
916         (g_smallstruct, g_smallstruct_b): New globals.
917
918 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
919
920         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
921
922 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
923
924         Fix const/volatile qualifiers of C++ types, PR c++/12328.
925         * gdb.cp/overload-const.exp: New file.
926         * gdb.cp/overload-const.cc: New file.
927
928 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
929
930         * gdb.opencl/callfuncs.cl: New file.
931         * gdb.opencl/callfuncs.exp: New test.
932         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
933
934 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
935
936         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
937         when computing result.
938         * gdb.arch/altivec-abi.exp: Update expected results.
939
940 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
941
942         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
943         * gdb.base/jit.exp: Likewise.
944         * gdb.base/pie-execl.exp: Likewise.
945         * gdb.base/solib-nodir.exp: Likewise.
946         * gdb.base/solib-overlap.exp: Likewise.
947
948 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
949
950         * gdb.trace/collection.c (global_pieces): New.
951         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
952         New procedure.
953         (gdb_trace_collection_test): Call it.
954
955 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
956
957         * gdb.python/py-evthreads.c: New file.
958         * gdb.python/py-evthreads.exp: New file.
959         * gdb.python/py-events.py: New file.
960         * gdb.python/py-events.exp: New file.
961         * gdb.python/py-events.c: New file.
962
963 2011-02-04 David Daney <ddaney@caviumnetworks.com>
964
965         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
966
967 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
968
969         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
970         gdb.base/disasm-end-cu.exp: New test for disassembling over the
971         boundary between two compilation units.
972
973 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
974
975         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
976         (Virtual): New structs.
977         (virtual_o, virtual_middle_b): New globals.
978         * gdb.cp/virtbase.exp: New tests.
979
980 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
981
982         * gdb.base/jit.exp: New file.
983         * gdb.base/jit-main.c: New file.
984         * gdb.base/jit-solib.c: New file.
985
986 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
987
988         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
989         proceed to initial kernel entry point.
990         * gdb.opencl/datatypes.exp: Likewise.
991         * gdb.opencl/operators.exp: Likewise.
992         * gdb.opencl/vec_comps.exp: Likewise.
993
994 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
995
996         * gdb.cp/nsnested.cc: New.
997         * gdb.cp/nsnested.exp: New.
998         * gdb.cp/nsnoimports.exp: New.
999         * gdb.cp/nsnoimports.cc: New.
1000
1001 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
1002
1003         * gdb.base/interact.exp: Add extra tests that verify that
1004         the value of the interactive-mode setting does not change
1005         after the script is sourced.
1006
1007 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1008
1009         * gdb.cp/noparam.exp: New file.
1010         * gdb.cp/noparam.cc: New file.
1011
1012 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
1013
1014         * gdb.trace/tfile.exp: Test that with no traceframe selected,
1015         there's no stack or registers.
1016
1017 2011-01-26  Tom Tromey  <tromey@redhat.com>
1018
1019         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1020         space before string output.  Add test for "set print pretty off"
1021         case.
1022
1023 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
1024
1025         * gdb.base/frame-args.exp: Adjust.
1026         * gdb.dwarf2/dw2-noloc.exp: Adjust.
1027         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1028         * gdb.dwarf2/pieces.exp: Adjust.
1029         * gdb.opt/clobbered-registers-O2.exp: Adjust.
1030         * gdb.opt/inline-locals.exp: Adjust.
1031         * gdb.threads/fork-child-threads.exp: Adjust.
1032
1033 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
1034
1035         * gdb.opencl/convs_casts.cl: Move program scope variables into the
1036         OpenCL kernel function. Add a comment as marker. Add address space
1037         qualifiers for the remaining program scope variables.
1038         * gdb.opencl/datatypes.cl: Likewise.
1039         * gdb.opencl/operators.cl: Likewise.
1040         * gdb.opencl/vec_comps.cl: Likewise.
1041         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1042         Add breakpoint at the marker comment.
1043         * gdb.opencl/datatypes.exp: Likewise.
1044         * gdb.opencl/operators.exp: Likewise.
1045         * gdb.opencl/vec_comps.exp: Likewise.
1046
1047 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
1048
1049         * gdb.base/printcmds.c (some_struct): New struct and instance.
1050         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1051         procedure.
1052         <global scope>: Call it.
1053
1054 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
1055
1056         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1057         argument to the gdb_compile_opencl_hostapp call.
1058
1059 2011-01-19  Yao Qi  <yao@codesourcery.com>
1060
1061         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1062         positve list.
1063
1064 2011-01-19  Yao Qi  <yao@codesourcery.com>
1065
1066         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1067         canonical form.
1068         Remove "xscale-*-*"
1069         * gdb.xml/tdesc-regs.exp: Likewise.
1070         * gdb.python/py-section-script.exp: Replace ARM target triplet
1071         with canonical form.
1072         Match arm*-*-symbianelf*.
1073         * gdb.base/dup-sect.exp: Likewise.
1074         * lib/dwarf.exp: New.
1075         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1076         dwarf2_support.
1077         * gdb.dwarf2/dup-psym.exp: Likewise.
1078         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1079         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1080         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1081         * gdb.dwarf2/dw2-basic.exp: Likewise.
1082         * gdb.dwarf2/dw2-compressed.exp: Likewise.
1083         * gdb.dwarf2/dw2-const.exp: Likewise.
1084         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1085         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1086         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1087         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1088         * gdb.dwarf2/dw2-filename.exp: Likewise.
1089         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1090         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1091         * gdb.dwarf2/dw2-intercu.exp: Likewise.
1092         * gdb.dwarf2/dw2-intermix.exp: Likewise.
1093         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1094         * gdb.dwarf2/dw2-noloc.exp: Likewise.
1095         * gdb.dwarf2/dw2-op-call.exp: Likewise.
1096         * gdb.dwarf2/dw2-producer.exp: Likewise.
1097         * gdb.dwarf2/dw2-ranges.exp: Likewise.
1098         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1099         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1100         * gdb.dwarf2/dw2-strp.exp: Likewise.
1101         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1102         * gdb.dwarf2/implptr.exp: Likewise.
1103         * gdb.dwarf2/mac-fileno.exp: Likewise.
1104         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1105         * gdb.dwarf2/pieces.exp: Likewise.
1106         * gdb.dwarf2/pr11465.exp: Likewise.
1107         * gdb.dwarf2/valop.exp: Likewise.
1108         * gdb.dwarf2/watch-notconst.exp: Likewise.
1109         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1110
1111 2011-01-19  Tom Tromey  <tromey@redhat.com>
1112
1113         * gdb.python/py-infthread.exp: Add thread tests.
1114
1115 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
1116
1117         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1118
1119 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
1120
1121         * gdb.ada/widewide: New testcase.
1122
1123 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1124
1125         * gdb.base/interact.exp: New testcase.
1126
1127 2011-01-12  Tom Tromey  <tromey@redhat.com>
1128
1129         * gdb.mi/gdb2549.exp: Update for error message changes.
1130         * gdb.mi/mi-cli.exp: Likewise.
1131         * gdb.mi/mi-disassemble.exp: Likewise.
1132         * gdb.mi/mi-pthreads.exp: Likewise.
1133         * gdb.mi/mi-regs.exp: Likewise.
1134         * gdb.mi/mi-stack.exp: Likewise.
1135         * gdb.mi/mi-var-block.exp: Likewise.
1136         * gdb.mi/mi-var-cmd.exp: Likewise.
1137         * gdb.mi/mi2-cli.exp: Likewise.
1138         * gdb.mi/mi2-disassemble.exp: Likewise.
1139         * gdb.mi/mi2-pthreads.exp: Likewise.
1140         * gdb.mi/mi2-regs.exp: Likewise.
1141         * gdb.mi/mi2-stack.exp: Likewise.
1142         * gdb.mi/mi2-var-block.exp: Likewise.
1143         * gdb.mi/mi2-var-cmd.exp: Likewise.
1144
1145 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
1146             Jan Kratochvil  <jan.kratochvil@redhat.com>
1147
1148         PR fortran/11104 and DWARF unbound arrays detection.
1149         * gdb.fortran/multi-dim.exp: New file.
1150         * gdb.fortran/multi-dim.f90: New file.
1151
1152 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
1153
1154         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1155         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1156         add new tests for opcode dumping.
1157
1158 2011-01-11  Tom Tromey  <tromey@redhat.com>
1159
1160         * gdb.python/py-infthread.exp: Load gdb-python.exp.
1161
1162 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1163
1164         Convert hardware watchpoints to use breakpoint_ops.
1165         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1166         type is not supported.
1167         * gdb.base/foll-fork.exp: Likewise.
1168         * gdb.base/foll-vfork.exp: Likewise.
1169
1170 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
1171
1172         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1173         Use load_lib gdb-python.exp.
1174         * gdb.python/python.exp: Ditto.
1175         * gdb.python/py-function.exp: Ditto.
1176
1177 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
1178
1179         * gdb.threads/tls.exp ("info address me"): Fix expected output.
1180
1181 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1182
1183         * configure: Regenerate.
1184
1185 2011-01-06  Tom Tromey  <tromey@redhat.com>
1186
1187         * gdb.python/py-frame.exp: Test gdb.newest_frame.
1188
1189 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
1190
1191         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1192         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1193         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1194         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1195         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1196         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1197         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1198         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1199         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1200         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1201         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1202         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1203         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1204         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1205         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1206         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1207         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1208         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1209         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1210         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1211         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1212         gdb.ada/uninitialized_vars.exp,
1213         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1214         Simplify by using clean_restart.
1215
1216 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
1217
1218         Add marker to be used as anchor for inserting breakpoints.
1219         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1220         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1221         Likewise.
1222
1223         Remove uses of gdb_start_cmd.
1224         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1225         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1226
1227         Do not run testcase if testing with GDBserver.
1228         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1229         if testing with GDBserver.
1230
1231 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
1232
1233         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1234         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1235         copyright header.
1236
1237 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
1238
1239         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1240         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1241         testsuite/gdb.fortran/complex.f,
1242         testsuite/gdb.fortran/derived-type.f90,
1243         testsuite/gdb.fortran/library-module-lib.f90,
1244         testsuite/gdb.fortran/library-module-main.f90,
1245         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1246         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1247         Copyright year update.
1248
1249 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
1250
1251         * gdb.base/langs1.f: Add copyright header.
1252
1253 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1254
1255         * gdb.base/morestack.exp: New file.
1256         * gdb.base/morestack.c: New file.
1257
1258 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1259
1260         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1261
1262 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
1263
1264         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1265         * gdb.ada/arrayptr.exp: Add test printing that new variable.
1266
1267 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
1268
1269         * gdb.ada/lang_switch.exp: Correct expected parameter value.
1270
1271 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
1272
1273         * gdb.threads/tls.exp: Fix typo.
1274
1275         * gdb.threads/thread-specific.exp (get_thread_list): Update.
1276         * gdb.threads/execl.exp: Update.
1277
1278 2010-12-23  Yao Qi  <yao@codesourcery.com>
1279
1280         * gdb.arch/arm-disp-step.exp: New.
1281         * gdb.arch/arm-disp-step.S: New.
1282
1283 2010-12-21  Tom Tromey  <tromey@redhat.com>
1284
1285         * gdb.threads/execl.exp: Update.
1286         * gdb.threads/linux-dp.exp: Update.
1287         * gdb.threads/manythreads.exp: Update.
1288         * gdb.threads/tls.exp: Update.
1289
1290 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1291
1292         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1293         (NextOverThrowDerivates) <resumebpt>: New.
1294         (resumebpt_test): New.
1295         (main): Call resumebpt_test.
1296         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1297
1298 2010-12-12  Stan Shebs  <stan@codesourcery.com>
1299
1300         * gdb.trace/tsv.exp: Test print command on trace state variables.
1301
1302 2010-12-09  Tom Tromey  <tromey@redhat.com>
1303
1304         * gdb.base/interp.exp: Add regression test.
1305
1306 2010-12-09  Tom Tromey  <tromey@redhat.com>
1307
1308         * gdb.java/jnpe.java: New file.
1309         * gdb.java/jnpe.exp: New file.
1310         * gdb.cp/nextoverthrow.exp: New file.
1311         * gdb.cp/nextoverthrow.cc: New file.
1312
1313 2010-12-07  Doug Evans  <dje@google.com>
1314
1315         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1316         of data-directory.
1317         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1318         updated.
1319         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1320
1321 2010-11-29  Michael Snyder  <msnyder@vmware.com>
1322
1323         * gdb.base/callfuncs.exp: Test for skip_float_tests.
1324         * gdb.base/call-sc.exp: Ditto.
1325         * gdb.base/finish.exp: Ditto.
1326         * gdb.base/return.exp: Ditto.
1327         * gdb.base/return2.exp: Ditto.
1328
1329 2010-11-30  Doug Evans  <dje@google.com>
1330
1331         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1332         (gdb_expect_list): Fix spelling errors in comments.
1333         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1334         send_gdb/gdb_expect_list where applicable.
1335         * gdb.base/call-ar-st.exp: Ditto.
1336         * gdb.base/funcargs.exp: Ditto.
1337         * gdb.base/gcore.exp: Ditto.
1338         * gdb.base/page.exp: Ditto.
1339         * gdb.base/sigaltstack.exp: Ditto.
1340         * gdb.base/siginfo.exp: Ditto.
1341         * gdb.base/sigstep.exp: Ditto.
1342         * gdb.base/trace-commands.exp: Ditto.
1343
1344 2010-11-29  Doug Evans  <dje@google.com>
1345
1346         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1347         printer-name;subprinter-name.
1348
1349 2010-11-29  Tom Tromey  <tromey@redhat.com>
1350
1351         * gdb.dwarf2/implptr.exp: New file.
1352         * gdb.dwarf2/implptr.c: New file.
1353         * gdb.dwarf2/implptr.S: New file.
1354
1355 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1356
1357         PR python/12199
1358
1359         * gdb.python/py-breakpoint.exp: Test the delete method.
1360
1361 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1362
1363         Fix step_resume_breakpoint unsaved during an infcall.
1364         * gdb.base/step-resume-infcall.exp: New file.
1365         * gdb.base/step-resume-infcall.c: New file.
1366
1367 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
1368
1369         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1370
1371 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
1372
1373         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1374         on ppc64's symbols; "finish" and "return" commands must accept to
1375         show the caller line again as well as the line after.
1376         * gdb.asm/powerpc64.inc: New file.
1377
1378 2010-11-23  Doug Evans  <dje@google.com>
1379
1380         * lib/gdb.exp (gdb_test_sequence): New function.
1381         (gdb_expect_list): Add verbose -log call for each pattern.
1382         * gdb.base/signals.exp (test_handle_all_print): Call it.
1383         Reduce timeout increment from 6 minutes to 1 minute.
1384         * gdb.server/ext-run.exp: Call it.
1385
1386 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
1387
1388         PR python/12212
1389
1390         * gdb.python/python.exp: Check that selected_thread raises an
1391         error when no inferior is loaded.
1392
1393 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1394
1395         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1396         * gdb.dwarf2/dw2-stack-boundary.S: New file.
1397
1398 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1399
1400         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1401         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1402
1403 2010-11-18  Doug Evans  <dje@google.com>
1404
1405         * gdb.server/ext-run.exp: Fix intermittent failures.
1406
1407 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
1408
1409         * gdb.stabs/gdb11479.exp: Use runto_main.
1410
1411 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
1412
1413         * gdb.base/break-entry.exp: Skip if using a stub.
1414
1415 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
1416
1417         * gdb.python/py-inferior.exp: Pack values in target endianness.
1418
1419 2010-11-12  Tom Tromey  <tromey@redhat.com>
1420
1421         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1422         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1423         MemoryError.
1424         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1425         type.
1426         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1427         MemoryError.
1428         (test_subscript_regression): Update exception type.
1429
1430 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1431
1432         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1433         breakpoint tests.
1434
1435 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
1436
1437         * gdb.base/watchpoint.exp: Test "watch -location" with an
1438         innacessible location.
1439
1440 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
1441             Luis Machado  <luisgpm@br.ibm.com>
1442
1443         * gdb.base/maint.exp: Expect "." prefix.
1444         * gdb.base/nodebug.exp: Expect "." Likewise.
1445         * gdb.base/sepsymtab.exp: Expect "." Likewise.
1446         * gdb.base/watchpoint-cond-gone.exp: Likewise.
1447         * gdb.base/watchpoint.exp: Expect a software watch to be created for
1448         POWER server processors.
1449
1450 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
1451             Luis Machado  <luisgpm@br.ibm.com>
1452
1453         * gdb.base/break-entry.exp: convert entry point for
1454         ppc64 and expect leading `.' on ppc64's symbols
1455
1456 2010-11-05  Doug Evans  <dje@google.com>
1457
1458         * gdb.base/help.exp: Update expected output.
1459         * gdb.python/py-param.exp: Delete, contents moved to ...
1460         * gdb.python/py-parameter.exp: ... here.  New file.
1461         Add test for gdb.parameter ("directories").
1462
1463 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
1464
1465         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1466         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1467         * configure: Regenerate.
1468         * gdb.opencl/Makefile.in: New File.
1469         * gdb.opencl/datatypes.exp: Likewise.
1470         * gdb.opencl/datatypes.cl: Likewise.
1471         * gdb.opencl/operators.exp: Likewise.
1472         * gdb.opencl/operators.cl: Likewise.
1473         * gdb.opencl/vec_comps.exp: Likewise.
1474         * gdb.opencl/vec_comps.cl: Likewise.
1475         * gdb.opencl/convs_casts.exp: Likewise.
1476         * gdb.opencl/convs_casts.cl: Likewise.
1477         * lib/opencl.exp: Likewise.
1478         * lib/opencl_hostapp.c: Likewise.
1479         * lib/opencl_kernel.cl: Likewise.
1480         * lib/cl_util.c: Likewise.
1481         * lib/cl_util.c: Likewise.
1482         * gdb.base/default.exp (set language): Add "opencl" to the list of
1483         languages.
1484
1485 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
1486
1487         * gdb.cp/overload.exp: Added test for inheritance overload.
1488         * gdb.cp/overload.cc: Ditto.
1489         * gdb.cp/oranking.exp: Removed releveant kfails.
1490
1491 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1492             Joel Brobecker  <brobecker@adacore.com>
1493
1494         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1495         check test_compiler_info.
1496
1497 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
1498
1499         * gdb.base/gnu_vector.exp: Adjust expect messages.
1500
1501 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
1502
1503         * gdb.base/gnu_vector.exp: Add unary operator tests.
1504
1505 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
1506
1507         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1508
1509 2010-11-02  Doug Evans  <dje@google.com>
1510
1511         * gdb.python/py-pp-maint.c: New file.
1512         * gdb.python/py-pp-maint.exp: New file.
1513         * gdb.python/py-pp-maint.py: New file.
1514
1515 2010-11-02  Tom Tromey  <tromey@redhat.com>
1516
1517         * gdb.base/default.exp: Remove "scheme" from language list.
1518
1519 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1520
1521         Revert:
1522         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1523         * gdb.threads/sigstep-threads.exp: New file.
1524         * gdb.threads/sigstep-threads.c: New file.
1525
1526 2010-10-20  Michael Snyder  <msnyder@vmware.com>
1527
1528         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1529
1530 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1531
1532         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1533         Skip test completely if gdb,no_hardware_watchpoints.
1534
1535 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1536
1537         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1538         strict, but do not check for any particular function name within libc.
1539
1540 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
1541
1542         * gdb.cp/smartp.exp: New test.
1543         * gdb.cp/smartp.cc : New test.
1544
1545 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
1546
1547         * gdb.cp/converts.exp: Test pointer to bool conversion.
1548         Test pointer to long conversion.
1549         * gdb.cp/oranking.exp: Removed relevant kfail.
1550
1551 2010-10-18  Tom Tromey  <tromey@redhat.com>
1552
1553         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1554         argument to lazy_string.
1555         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1556         (pp_ls.to_string): Use it.
1557         * gdb.python/py-prettyprint.c (main): Move declarations to top.
1558         Add "estring2" local.
1559
1560 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1561
1562         Fix s390x compatibility.
1563         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
1564         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1565
1566 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1567
1568         * gdb.threads/sigstep-threads.exp: New file.
1569         * gdb.threads/sigstep-threads.c: New file.
1570
1571 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1572
1573         * gdb.base/pie-execl.exp: New file.
1574         * gdb.base/pie-execl.c: New file.
1575
1576 2010-10-13  Doug Evans  <dje@google.com>
1577             Jan Kratochvil  <jan.kratochvil@redhat.com>
1578
1579         PR exp/12117
1580         * gdb.cp/ptype-cv-cp.cc: New file.
1581         * gdb.cp/ptype-cv-cp.exp: New file.
1582
1583 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
1584
1585         * gdb.cp/converts.cc: New test program.
1586         * gdb.cp/converts.exp: New test.
1587         * gdb.cp/overload.exp: Added test for void* vs int*.
1588         * gdb.cp/overload.exp: Ditto.
1589         * gdb.cp/oranking.exp: Removed related kfail.
1590
1591 2010-10-13  Doug Evans  <dje@google.com>
1592
1593         * lib/gdb-python.exp (gdb_check_python_config): New function.
1594         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1595         * gdb.python/lib-types.cc: New file.
1596         * gdb.python/lib-types.exp: New file.
1597
1598 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1599
1600         * gdb.python/py-error.exp: New file.
1601         * gdb.python/py-error.py: New file.
1602
1603 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1604
1605         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1606         gdb_test_multiple.
1607
1608 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1609
1610         * gdb.base/break-interp.exp: Use ldlags for linking flags.
1611         * gdb.base/prelink.exp: Likewise.
1612         * gdb.base/solib-nodir.exp: Likewise.
1613         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1614         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1615         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1616
1617 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
1618
1619         * break-interp.exp (test_ld): Use two separate gdb_expect statements
1620         for the "info files" test to avoid timeouts on slow machines.
1621
1622 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1623
1624         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1625         (main): Make openlib dummy call.
1626
1627 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1628
1629         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1630         * break-interp.exp (reach): Move the core body ...
1631         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
1632         (test_ld): Provide always real argument, even to the linker.  Replace
1633         dl_main by _dl_debug_state.
1634
1635 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1636
1637         Fix results of prelinked PIEs on ppc*.
1638         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1639         Accept also DISPLACEMENT "PRESENT".
1640         (main): Replace "ZERO" displacements by "PRESENT".
1641
1642 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
1643
1644         * gdb.cp/oranking.exp: New test.
1645         * gdb.cp/oranking.cc: New test program.
1646
1647 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
1648
1649         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1650         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1651
1652 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
1653
1654         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1655         lush, lynx) New constant.
1656         * gdb.base/constvars.exp: Test const array types.
1657         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1658
1659 2010-10-06  Doug Evans  <dje@google.com>
1660
1661         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1662         of syscall staging area.
1663
1664 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
1665
1666         * gdb.base/gnu_vector.c: Add variable c4.
1667         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1668         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1669
1670 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
1671
1672         * gdb.arch/altivec-abi.exp: Fix a typo.
1673
1674 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
1675
1676         * lib/mi-support.exp (thread_selected_re): Correct pattern used
1677         to match a thread ID.
1678
1679 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1680
1681         Fix s390x testcase compatibility.
1682         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1683
1684 2010-10-01  Doug Evans  <dje@google.com>
1685
1686         * lib/gdb-python.exp: New file.
1687         * gdb.python/py-block.exp: Use it.
1688         * gdb.python/py-breakpoint.exp: Ditto.
1689         * gdb.python/py-frame.exp: Ditto.
1690         * gdb.python/py-inferior.exp: Ditto.
1691         * gdb.python/py-param.exp: Ditto.
1692         * gdb.python/py-prettyprint.exp: Ditto.
1693         * gdb.python/py-shared.exp: Ditto.
1694         * gdb.python/py-symbol.exp: Ditto.
1695         * gdb.python/py-symtab.exp: Ditto.
1696         * gdb.python/py-type.exp: Ditto.
1697         * gdb.python/py-value.exp: Ditto.
1698         * gdb.python/python.exp: Ditto.
1699
1700 2010-09-30  Tom Tromey  <tromey@redhat.com>
1701
1702         * gdb.base/anon.exp: New file.
1703         * gdb.base/anon.c: New file.
1704
1705 2010-09-30  Tom Tromey  <tromey@redhat.com>
1706
1707         * gdb.base/completion.exp: Test completion through anonymous
1708         union.
1709         * gdb.base/break1.c (struct some_struct): Add anonymous union.
1710
1711 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1712
1713         Fix printing parameters of inlined functions.
1714         * gdb.dwarf2/dw2-inline-param.exp: New file.
1715         * gdb.dwarf2/dw2-inline-param-main.c: New file.
1716         * gdb.dwarf2/dw2-inline-param.S: New file.
1717
1718 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1719
1720         PR corefiles/12071.
1721         * gdb.base/corefile.exp (quit with a process, no question: load core)
1722         (quit with a core file): New tests.
1723
1724 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1725
1726         Fix GDB crash on inferior calls with self-referencing classes.
1727         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1728         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1729         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1730
1731 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1732
1733         Fix lost siginfo_t for inferior calls.
1734         * gdb.base/siginfo-infcall.exp: New file.
1735         * gdb.base/siginfo-infcall.c: New file.
1736
1737 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1738
1739         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1740
1741 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1742
1743         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1744         New test.
1745         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1746
1747 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1748
1749         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1750         type of our const type.
1751
1752 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1753
1754         * gdb.cp/pr12028.cc: New.
1755         * gdb.cp/pr12028.exp: New.
1756
1757 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1758
1759         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1760
1761 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1762             Jan Kratochvil  <jan.kratochvil@redhat.com>
1763
1764         PR mi/11407
1765         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1766         * gdb.mi/dw2-ref-missing-frame-main.c New File.
1767         * gdb.mi/dw2-ref-missing-frame.S New File.
1768         * gdb.mi/dw2-ref-missing-frame.exp New File.
1769
1770 2010-09-14  Tom Tromey  <tromey@redhat.com>
1771
1772         PR symtab/8399:
1773         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
1774
1775 2010-09-14  Tom Tromey  <tromey@redhat.com>
1776
1777         PR exp/11803:
1778         * gdb.threads/tls.exp: Use C++.
1779         (check_thread_local): Use K::another_thread_local.
1780         * gdb.threads/tls.c (class K): New.
1781         (another_thread_local): Now a member of K.
1782         (spin): Update.  No longer K&R C.
1783
1784 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1785
1786         * gdb.cp/koenig.cc: created class for testing member lookup.
1787         * gdb.cp/koenig.exp: Added test for member lookup.
1788
1789 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1790
1791         Fix false FAILs on sourcetree topdir directory containing "kill".
1792         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1793         source line matching regexp.
1794
1795 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1796
1797         * gdb.python/python.exp (set height 0, collect help from uiout)
1798         (verify help to uiout): New tests.
1799
1800 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1801
1802         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1803         is_lp64_target to check 64bit target.
1804
1805 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1806
1807         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1808         (test_ld) <powerpc64-*>: New.
1809
1810 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1811
1812         * gdb.cp/templates.exp (test_template_args): Allow "struct".
1813
1814 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1815
1816         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1817         (FunctionArg::method): New function.
1818         (empty, arg): New variables.
1819         (main): Call arg.method.
1820         * gdb.cp/templates.exp (test_template_args): New function.
1821         (do_tests): Call it.
1822
1823 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
1824
1825         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1826         of "next" to proceed over pthread_exit call.
1827
1828 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
1829
1830         * gdb.base/maint.exp: Avoid wildcards against potentially very long
1831         "maint print statistics" output to prevent expect timeouts.
1832
1833 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1834
1835         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1836         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1837         (test_float_rejected): ... here.
1838         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1839         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1840         (test_float_rejected): ... here.
1841         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1842         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1843         (test_float_rejected): ... here.
1844         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1845         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1846         (test_float_rejected): ... here.
1847
1848 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1849
1850         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1851         before disabling hardware watchpoints.
1852         (test_inaccessible_watchpoint): Check that hardware watchpoints
1853         are used.  Test for watchpoints on a constant address.
1854
1855 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1856
1857         * gdb.base/ui-redirect.exp: New file.
1858
1859 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1860             Joel Brobecker  <brobecker@adacore.com>
1861
1862         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1863
1864 2010-08-31  Doug Evans  <dje@google.com>
1865
1866         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1867
1868 2010-08-30  Tom Tromey  <tromey@redhat.com>
1869
1870         PR python/11792:
1871         * gdb.python/py-value.exp (test_subscript_regression): Add
1872         dynamic_type test.
1873
1874 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
1875
1876         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1877         instead of running to main.  Do not test the main function.
1878         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1879         Add new main.
1880
1881 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
1882
1883         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1884         one test.
1885
1886 2010-08-24  Doug Evans  <dje@google.com>
1887
1888         PR symtab/11942
1889         * gdb.dwarf2/dw4-sig-types.cc: New file.
1890         * gdb.dwarf2/dw4-sig-types.h: New file.
1891         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
1892         * gdb.dwarf2/dw4-sig-types.exp: New file.
1893
1894 2010-08-23  Tom Tromey  <tromey@redhat.com>
1895
1896         PR python/11145:
1897         * gdb.python/py-value.c (Base, Derived): New types.
1898         (base): New global.
1899         * gdb.python/py-value.exp (test_subscript_regression): Add
1900         dynamic_cast test.
1901
1902 2010-08-23  Tom Tromey  <tromey@redhat.com>
1903
1904         PR python/10676:
1905         * gdb.python/py-type.exp (test_fields): Add tests for type
1906         equality.
1907
1908 2010-08-23  Tom Tromey  <tromey@redhat.com>
1909
1910         PR python/11915:
1911         * gdb.python/py-type.exp (test_fields): Add tests for array.
1912
1913 2010-08-23  Keith Seitz  <keiths@redhat.com>
1914
1915         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
1916         have any children. Create a new abbrev for it.
1917         Add missing terminal sequence to .debug_abbrev.
1918
1919 2010-08-20  Keith Seitz  <keiths@redhat.com>
1920
1921         PR symtab/11465:
1922         * gdb.dwarf2/pr11465.exp: New test.
1923         * gdb.dwarf2/pr11465.S: New file.
1924         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
1925         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
1926
1927 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1928
1929         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
1930         registers.  Update data sets with the new v2_double element in the
1931         VSX register union.  Add vector_register3_vr data set for the AltiVec
1932         registers.  Use gdb_test_no_output instead of send_gdb.
1933
1934 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
1935
1936         * gdb.python/py-shared.exp: New file, factored out from
1937         python.exp.
1938         * gdb.python/py-shared.c: New file.
1939         * gdb.python/py-shared-sl.c: New file.
1940         * gdb.python/python-1.c: New file.
1941         * gdb.python/python-sl.c: Delete.
1942         * gdb.python/python.c: Mention python-1.c.
1943         * gdb.python/python.exp: Move shared library tests to
1944         py-shared.exp.
1945         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
1946         (MISCELLANEOUS): New.
1947         (clean mostlyclean): Also remove $MISCELLANEOUS.
1948
1949 2010-08-19  Doug Evans  <dje@google.com>
1950
1951         PR exp/11926
1952         * gdb.base/printcmds.exp (test_float_accepted): New function.
1953         Move existing float tests there.  Add tests for floats with suffixes.
1954         (test_float_rejected): New function.
1955         * gdb.java/jv-print.exp (test_float_accepted): New function.
1956         (test_float_rejected): New function.
1957         * gdb.objc/print.exp: New file.
1958         * gdb.pascal/print.exp: New file.
1959         * lib/objc.exp: New file.
1960
1961 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
1962
1963         * gdb.base/default.exp (info set): Avoid full buffer error and force
1964         reading up to final gdb prompt.
1965         (show): Likewise.
1966
1967 2010-08-18  Tom Tromey  <tromey@redhat.com>
1968
1969         PR symtab/11919:
1970         * gdb.base/completion.exp: Add test.
1971
1972 2010-08-18  Doug Evans  <dje@google.com>
1973
1974         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
1975         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
1976         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
1977         Simplify, early exit if runto_main fails.
1978         * gdb.fortran/exprs.exp: load_lib fortran.exp.
1979         (set_lang_fortran): Moved to lib/fortran.exp.
1980         * gdb.fortran/types.exp: load_lib fortran.exp.
1981         (set_lang_fortran): Moved to lib/fortran.exp.
1982         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
1983         * gdb.java/jprint.exp (set_lang_java): Ditto.
1984         * gdb.java/jv-exp.exp: load_lib java.exp.
1985         If set_lang_java fails, issue a warning instead of failure to be
1986         consistent with other set_lang_foo uses.
1987         (set_lang_java): Moved to lib/java.exp.
1988         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
1989         If set_lang_java fails, issue a warning instead of failure to be
1990         consistent with other set_lang_foo uses.
1991         * gdb.pascal/types.exp: load_lib pascal.exp.
1992         (set_lang_pascal): Moved to lib/pascal.exp.
1993         * lib/fortran.exp: New file.
1994         * lib/java.exp (set_lang_java): New function.
1995         * lib/pascal.exp (set_lang_pascal): New function.
1996
1997 2010-08-18  Yao Qi  <yao@codesourcery.com
1998
1999         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2000         func_nofb_start and func_loopfb_start, so that address of functions
2001         is equal to these labels on Thumb.
2002
2003 2010-08-18  Yao Qi  <yao@codesourcery.com>
2004
2005         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2006         to reflect latest c source file.
2007
2008 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2009
2010         * gdb.cp/infcall-dlopen.exp: New file.
2011         * gdb.cp/infcall-dlopen.cc: New file.
2012         * gdb.cp/infcall-dlopen-lib.cc: New file.
2013
2014 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2015             Pedro Alves  <pedro@codesourcery.com>
2016
2017         PR breakpoints/11371
2018
2019         * gdb.base/watch-cond-infcall.exp: New file.
2020         * gdb.base/watch-cond-infcall.c: New file.
2021
2022 2010-08-16  Tom Tromey  <tromey@redhat.com>
2023
2024         * gdb.base/help.exp: Update.
2025         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2026         watchpoint.
2027         (test_watch_location): New proc.
2028         (test_watchpoint_in_big_blob): Delete watchpoint.
2029         * gdb.base/watchpoint.c (func5): New function.
2030         (main): Call it.
2031
2032 2010-08-16  Doug Evans  <dje@google.com>
2033
2034         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2035
2036 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2037
2038         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2039         tests.
2040
2041 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2042
2043         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2044         * gdb.base/gnu_vector.c: New File.
2045         * gdb.base/gnu_vector.exp: Likewise.
2046
2047 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2048
2049         * gdb.python/python.c: New File.
2050         * gdb.python/python-sl.c: New File.
2051         * gdb.python/python.exp: Test solib_address and decode_line
2052         * functions.
2053
2054 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2055
2056         * gdb.python/python.exp (show height, set height 10)
2057         (verify pagination beforehand, verify pagination beforehand: q)
2058         (gdb.execute does not page, verify pagination afterwards)
2059         (verify pagination afterwards: q): New.
2060
2061 2010-08-02  Doug Evans  <dje@google.com>
2062
2063         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2064         because of an older gcc, change test2
2065         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2066         to unsupported.
2067
2068 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
2069
2070         * gdb.base/break-always.exp: Do not expect full paths to file
2071         names.
2072         * gdb.base/commands.exp: Likewise.
2073
2074 2010-07-30  Doug Evans  <dje@google.com>
2075
2076         * gdb.cp/temargs.exp: For new tests that require newer gccs,
2077         xfail them when run with older gccs.
2078
2079         * lib/gdb.exp (build_executable): Forward "c++" option to
2080         get_compiler_info.
2081
2082         * gdb.python/py-type.exp (test_template): Mark as xfail tests
2083         "python print ttype.template_argument(1)" and
2084         "python print isinstance(ttype.template_argument(1), gdb.Value)"
2085         if using gcc 4.4 or earlier.
2086
2087         * gdb.base/valgrind-db-attach.exp: Use unique test name for
2088         attach-to-debugger handling.
2089
2090 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2091
2092         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2093         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2094         (main): Use copyreloc.
2095         * gdb.base/prelink.exp (split debug of executable)
2096         (.dynbss vs. .bss address shift): New tests.
2097
2098 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2099
2100         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2101         in gdb_test_multiple.
2102
2103 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2104
2105         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2106         environment.
2107
2108 2010-07-28  Tom Tromey  <tromey@redhat.com>
2109
2110         PR python/11060:
2111         * gdb.python/py-type.c (Temargs): New template.
2112         (temvar): New variable.
2113         * gdb.python/py-type.exp (test_template): New proc.
2114
2115 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2116
2117         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2118         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2119
2120 2010-07-28  Tom Tromey  <tromey@redhat.com>
2121
2122         PR c++/9946:
2123         * gdb.cp/temargs.exp: New file.
2124         * gdb.cp/temargs.cc: New file.
2125
2126 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2127
2128         * gdb.base/help.exp (help disassemble): Update the content.
2129
2130 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2131
2132         * gdb.threads/ia64-sigill.exp: New file.
2133         * gdb.threads/ia64-sigill.c: New file.
2134
2135 2010-07-27  Tom Tromey  <tromey@redhat.com>
2136
2137         * gdb.opt/inline-cmds.c (ATTR): New define.
2138         (func1): Use it.
2139         (func2): Likewise.
2140         (func3): Likewise.
2141         (outer_inline1): Likewise.
2142         (outer_inline2): Likewise.
2143         * gdb.opt/inline-bt.c (ATTR): New define.
2144         (func1): Use it.
2145         (func2): Likewise.
2146         * gdb.opt/inline-locals.c (ATTR): New define.
2147         (func1): Use it.
2148         (func2): Likewise.
2149
2150 2010-07-27  Tom Tromey  <tromey@redhat.com>
2151
2152         * gdb.stabs/gdb11479.c (hack): New function.
2153         (test): Use it.
2154         (test2): Use it.
2155         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2156         (int32_search_buf, int64_search_buf): No longer static.
2157         (x): Remove.
2158         * gdb.base/relocate.c (hack): New function.
2159
2160 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2161
2162         * gdb.python/py-value.exp (test_inferior_function_call): New function.
2163         * gdb.python/py-value.c (func1): New function.
2164         (func2): Likewise.
2165
2166 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
2167
2168         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2169         as not to clash with .data section.
2170
2171 2010-07-26  Jerome Guitton  <guitton@adacore.com>
2172
2173         * gdb.base/code_elim.exp: New file.
2174         * gdb.base/code_elim1.c: New file.
2175         * gdb.base/code_elim2.c: New file.
2176
2177 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2178
2179         PR symtab/11827
2180
2181         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2182         (some_volatile_enum): New variable.
2183         * gdb.base/printcmds.exp (test_print_enums): New.
2184         <top level>: Call it.
2185
2186 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
2187
2188         * gdb.cp/fpointer.cc: New test.
2189         * gdb.cp/fpointer.exp: New test.
2190
2191 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2192
2193         * gdb.base/solib-nodir.exp: New file.
2194         * lib/gdb.exp (runto): New case for a GDB internal error.
2195
2196 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2197             Ulrich Weigand  <uweigand@de.ibm.com>
2198             Tom Tromey  <tromey@redhat.com>
2199
2200         * gdb.base/charset-malloc.c: New file.
2201         * gdb.base/charset.c (malloc_stub): New prototype.
2202         (main): Call it instead of malloc itself.
2203         * gdb.base/charset.exp: Use only prepare_for_testing.
2204         (binfile): Remove the variable.
2205
2206 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2207
2208         Make core files the process_stratum.
2209         * gdb.base/corefile.exp (run: load core again)
2210         (run: sanity check we see the core file, run: with core)
2211         (run: core file is cleared, attach: load core again)
2212         (attach: sanity check we see the core file, attach: with core)
2213         (attach: core file is cleared): New tests.
2214         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
2215
2216 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2217
2218         * gdb.arch/altivec-abi.exp: New tests.
2219
2220 2010-07-13  Tom Tromey  <tromey@redhat.com>
2221
2222         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2223         (main): Use it.
2224         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2225
2226 2010-07-13  Tom Tromey  <tromey@redhat.com>
2227
2228         * gdb.base/label.exp: New file.
2229         * gdb.base/label.c: New file.
2230
2231 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
2232             H.J. Lu  <hongjiu.lu@intel.com>
2233
2234         * lib/gdb.exp (is_ilp32_target): New.
2235         (is_lp64_target): Likewise.
2236
2237         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2238         target.
2239         * gdb.arch/amd64-disp-step.exp: Likewise.
2240         * gdb.arch/amd64-dword.exp: Likewise.
2241         * gdb.arch/amd64-i386-address.exp: Likewise.
2242         * gdb.arch/amd64-word.exp: Likewise.
2243
2244         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2245         target.
2246         * gdb.arch/i386-bp_permanent.exp: Likewise.
2247         * gdb.arch/i386-byte.exp: Likewise.
2248         * gdb.arch/i386-disp-step.exp: Likewise.
2249         * gdb.arch/i386-gnu-cfi.exp: Likewise.
2250         * gdb.arch/i386-prologue.exp: Likewise.
2251         * gdb.arch/i386-size-overlap.exp: Likewise.
2252         * gdb.arch/i386-size.exp: Likewise.
2253         * gdb.arch/i386-sse.exp: Likewise.
2254         * gdb.arch/i386-unwind.exp: Likewise.
2255         * gdb.arch/i386-word.exp: Likewise.
2256
2257         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2258         test only when building 64-bit executables.  Do not hard-code
2259         -m64 option.
2260
2261 2010-07-07  Doug Evans  <dje@google.com>
2262
2263         * lib/gdb.exp (gdb_test_list_exact): New function.
2264         * gdb.base/default.exp (show convenience): Call it, add tests for
2265         $_sdata = void, $_thread = 0.
2266
2267 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2268             Joel Brobecker  <brobecker@adacore.com>
2269
2270         Fix re-run of PIE executable, PR shlibs/11776.
2271         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2272         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
2273         and re-"run" of the inferior.
2274
2275 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2276             Joel Brobecker  <brobecker@adacore.com>
2277
2278         Cope with missing /usr/sbin/prelink.
2279         * lib/prelink-support.exp (prelink_no):
2280         <result == 1 && $output is "no such file or directory">: New.
2281         (prelink_yes): Likewise.  Return on failed prelink_no.
2282
2283 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2284             Joel Brobecker  <brobecker@adacore.com>
2285
2286         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
2287         build_executable by build_executable_own_libs.  Replace "prelink -R"
2288         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
2289         change.
2290         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
2291         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
2292         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2293         Replace build_executable by build_executable_own_libs's function
2294         build_executable_own_libs.
2295         (prelinkNO): Create new stub to call prelink_no.
2296         (prelinkYES): Create new stub to call prelink_yes.
2297         (test_attach): Rename calls of copy to file_copy.
2298         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2299         (copy): Move to ...
2300         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
2301         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2302         * gdb.base/prelink.exp: Disable testcase also for is_remote and
2303         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
2304         special flags by gdb_compile_shlib.  Replace second gdb_compile by
2305         build_executable_own_libs.  Replace "prelink -R" execution by a call of
2306         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
2307         a second call of prelink_yes.  Replace restart commands by
2308         clean_restart.
2309         (prelink): Rename to ...
2310         (seen displacement message): ... this test.  Extend its expectation
2311         strictness.
2312
2313 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2314
2315         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2316         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2317         displacement message exactly once.
2318
2319 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2320             Joel Brobecker  <brobecker@adacore.com>
2321
2322         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
2323         its restore after the <$relink_args != ""> loop.  new comment.
2324
2325 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2326             Joel Brobecker  <brobecker@adacore.com>
2327
2328         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2329         code for it.  New variable relink_args.
2330         (prelinkYES): Call prelinkNO.
2331         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
2332         in such case.  Move the core code to ...
2333         (test_attach_gdb): ... a new function.  Send GDB command "file".
2334         Extend expected "Attaching to " string.
2335
2336 2010-07-02  Tom Tromey  <tromey@redhat.com>
2337
2338         * gdb.base/bitops.exp: Remove extraneous "pass".
2339
2340 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
2341
2342         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2343
2344 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2345
2346         * gdb.base/help.exp: Adjust expected output.
2347
2348 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2349
2350         * gdb.base/help.exp: Adjust expected output.
2351
2352 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2353
2354         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2355         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2356         c++/11702.
2357
2358 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2359             Doug Evans  <dje@google.com>
2360
2361         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2362         add .dynamic entry'.
2363
2364 2010-06-29  Doug Evans  <dje@google.com>
2365
2366         Test PR c++/11702.
2367         * gdb.cp/m-static.exp: Add testcase.
2368         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2369
2370 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
2371             Tom Tromey  <tromey@redhat.com>
2372             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2373
2374         * gdb.python/py-inferior.c: New File.
2375         * gdb.python/py-infthread.c: New File.
2376         * gdb.python/py-inferior.exp: New File.
2377         * gdb.python/py-infthread.exp: New File.
2378
2379 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2380
2381         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2382         (ptype ::C::OtherFileClass typedefs): New.
2383         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2384         (C::OtherFileClass::cOtherFileClassVar2): New.
2385         (C::OtherFileClass::cOtherFileClassVar_use): Use also
2386         cOtherFileClassVar2.
2387         (C::cOtherFileType2, C::cOtherFileVar2): New.
2388         (C::cOtherFileVar_use): use also cOtherFileVar2.
2389         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2390
2391 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2392
2393         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2394         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2395         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2396         (print ::C::cOtherFileVar)
2397         (whatis C::OtherFileClass::cOtherFileClassType)
2398         (whatis ::C::OtherFileClass::cOtherFileClassType)
2399         (print C::OtherFileClass::cOtherFileClassVar)
2400         (print ::cOtherFileClassVar)
2401         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2402         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2403         trailing content.
2404         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2405         (C::OtherFileClass::cOtherFileClassVar)
2406         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2407         (C::cOtherFileVar, C::cOtherFileVar_use): New.
2408
2409 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2410
2411         Test PR c++/11703 and PR gdb/1448.
2412         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2413         gdb/1448.
2414
2415 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2416
2417         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2418         (main) <rtti_data>: New.
2419         * gdb.cp/virtbase.exp (print rtti_data): New.
2420
2421 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2422             Joel Brobecker  <brobecker@adacore.com>
2423
2424         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2425
2426 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2427
2428         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2429
2430 2010-06-28  Doug Evans  <dje@google.com>
2431
2432         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2433
2434 2010-06-27  Doug Evans  <dje@google.com>
2435
2436         * gdb.cp/m-static.exp: Update expected test output.
2437
2438 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
2439
2440         * gdb.gdb/selftest.exp: Adjust expected message for
2441         capturing start-up runtime.
2442
2443 2010-06-25  Tom Tromey  <tromey@redhat.com>
2444
2445         PR python/10808:
2446         * gdb.python/python.exp: Add new tests.
2447
2448 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
2449
2450         * gdb.cp/operator.cc: Created an import loop.
2451         * gdb.cp/operator.exp: Added testcase for import loop.
2452
2453 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2454
2455         Test PR python/11407.
2456         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2457         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2458         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2459         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2460         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
2461         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2462         binfile.  Call gdb_compile with clean_restart twice.
2463         (func_nofb print, func_nofb backtrace, func_loopfb print)
2464         (func_loopfb backtrace): New.
2465
2466 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2467
2468         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2469         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2470         by a hand made one.
2471         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
2472         i?86 requirement.  Remove variables srcfile and binfile.  New variable
2473         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
2474
2475 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2476
2477         * gdb.cell/dwarfaddr.exp: New file.
2478         * gdb.cell/dwarfaddr.S: New file.
2479
2480 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2481
2482         Test PR 9436.
2483         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2484
2485 2010-06-24  Hui Zhu  <teawater@gmail.com>
2486
2487         * gdb.base/eval.exp: New file.
2488
2489 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2490
2491         * gdb.cell/fork.exp: New file.
2492         * gdb.cell/fork.c: Likewise.
2493         * gdb.cell/fork-spu.c: Likewise.
2494
2495 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2496
2497         * lib/gdb.exp (banned_variables_traced): New global variable.
2498         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2499         (gdb_init): Use `trace add variable' instead of obsolete
2500         `trace variable'.
2501
2502 2010-06-21  Doug Evans  <dje@google.com>
2503
2504         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2505
2506 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2507
2508         * gdb.arch/spu-ls.exp: New file.
2509         * gdb.arch/spu-ls.c: Likewise.
2510
2511 2010-06-18  Stan Shebs  <stan@codesourcery.com>
2512
2513         * gdb.threads/thread-specific.exp: Add tests of $_thread.
2514
2515 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2516
2517         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2518         * gdb.base/watch-cond.exp: Likewise.
2519         * gdb.python/py-breakpoint.exp: Likewise.
2520
2521 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
2522
2523         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2524         clean_restart, make sure every test has a distinct message, and
2525         that messages don't include the executable' full path.
2526
2527 2010-06-17  Doug Evans  <dje@google.com>
2528
2529         * gdb.arch/i386-size.exp: Updated expected output for
2530         DISASSEMBLY_OMIT_FNAME.
2531
2532 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2533             Sergio Durigan Junior  <sergiodj@redhat.com>
2534
2535         * gdb.base/watch-notconst.c: New file.
2536         * gdb.base/watch-notconst.S: New file.
2537         * gdb.base/watch-notconst2.c: New file.
2538         * gdb.base/watch-notconst2.S: New file.
2539         * gdb.base/watch-notconst.exp: New file.
2540         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2541         (func4): Add operations on `global_ptr_ptr'.
2542         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2543         routine to test watchpoints created with a constant expression.
2544         (test_inaccessible_watchpoint): Include tests for watchpoints
2545         created with a constant expression.
2546
2547 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
2548
2549         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2550         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2551         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2552         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2553         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2554         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2555         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2556         of `_start'.
2557
2558 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2559
2560         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2561         not supported on the target.
2562         * gdb.mi/mi-nonstop-exit.exp: Likewise.
2563         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2564         * gdb.mi/mi-nsintrall.exp: Likewise.
2565         * gdb.mi/mi-nsmoribund.exp: Likewise.
2566         * gdb.mi/mi-nsthrexec.exp: Likewise.
2567
2568 2010-06-11  Stan Shebs  <stan@codesourcery.com>
2569
2570         * gdb.base/permissions.exp: New file.
2571
2572 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2573
2574         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2575         does not support ELF executable class.
2576
2577 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2578
2579         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2580
2581 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2582
2583         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2584         (runto): Catch "The target does not support running in non-stop mode.".
2585
2586 2010-06-11  Michael Snyder  <msnyder@vmware.com>
2587
2588         * gdb.base/setshow.exp (set language asm): Don't use
2589         gdb_test_no_output, fails on some targets.
2590
2591 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2592
2593         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2594         * gdb.cp/pr9167.exp: Likewise.
2595
2596 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2597
2598         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2599
2600 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2601
2602         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2603
2604 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2605
2606         * gdb.base/charset.c (main): Make sure malloc gets linked in.
2607
2608 2010-06-11  Tom Tromey  <tromey@redhat.com>
2609
2610         PR gdb/9977, PR exp/11636::
2611         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2612         (pieces_test_f6): Update expected output.
2613
2614 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2615
2616         * gdb.base/moribund-step.exp: New.
2617
2618 2010-06-08  Michael Snyder  <msnyder@vmware.com>
2619
2620         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2621         * gdb.ada/boolean_expr.exp:
2622         * gdb.ada/frame_args.exp: Ditto.
2623         * gdb.ada/lang_switch.exp: Ditto.
2624         * gdb.ada/ptype_arith_binop.exp: Ditto.
2625         * gdb.ada/ref_param.exp: Ditto.
2626         * gdb.ada/type_coercion.exp:Ditto.
2627
2628         * gdb.asm/asm-source.exp: Ditto.
2629
2630         * gdb.base/attach.exp: Ditto.
2631         * gdb.base/bitfields2.exp: Ditto.
2632         * gdb.base/call-signal-resume.exp: Ditto.
2633         * gdb.base/callfuncs.exp: Ditto.
2634         * gdb.base/commands.exp: Ditto.
2635         * gdb.base/dbx.exp: Ditto.
2636         * gdb.base/default.exp: Ditto.
2637         * gdb.base/dump.exp: Ditto.
2638         * gdb.base/exprs.exp: Ditto.
2639         * gdb.base/freebpcmd.exp: Ditto.
2640         * gdb.base/interrupt.exp: Ditto.
2641         * gdb.base/list.exp: Ditto.
2642         * gdb.base/long_long.exp: Ditto.
2643         * gdb.base/maint.exp: Ditto.
2644         * gdb.base/ptype.exp: Ditto.
2645         * gdb.base/return.exp: Ditto.
2646         * gdb.base/setshow.exp: Ditto.
2647         * gdb.base/sigbpt.exp: Ditto.
2648         * gdb.base/sigrepeat.exp: Ditto.
2649
2650         * gdb.cp/classes.exp: Ditto.
2651
2652         * gdb.dwarf2/dw2-restore.exp: Ditto.
2653
2654         * gdb.gdb/selftest.exp: Ditto.
2655
2656         * gdb.multi/base.exp: Ditto.
2657         * gdb.multi/bkpt-multi-exec.exp: Ditto.
2658
2659         * gdb.python/py-block.exp: Ditto.
2660         * gdb.python/py-prettyprint.exp: Ditto.
2661         * gdb.python/py-template.exp: Ditto.
2662
2663         * gdb.server/ext-attach.exp: Ditto.
2664         * gdb.server/ext-run.exp: Ditto.
2665         * gdb.server/server-mon.exp: Ditto.
2666
2667         * gdb.threads/fork-thread-pending.exp: Ditto.
2668         * gdb.threads/hand-call-in-threads.exp: Ditto.
2669         * gdb.threads/interrupted-hand-call.exp: Ditto.
2670         * gdb.threads/linux-dp.exp: Ditto.
2671         * gdb.threads/manythreads.exp: Ditto.
2672         * gdb.threads/print-threads.exp: Ditto.
2673         * gdb.threads/pthreads.exp: Ditto.
2674         * gdb.threads/schedlock.exp: Ditto.
2675         * gdb.threads/thread-unwindonsignal.exp: Ditto.
2676         * gdb.threads/threadapply.exp: Ditto.
2677
2678 2010-06-08  Michael Snyder  <msnyder@vmware.com>
2679
2680         * gdb.ada/exec_changed.exp:
2681         Use ".*" instead of "" as wildcard regexp.
2682
2683         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2684         * gdb.base/call-ar-st.exp: Ditto.
2685         * gdb.base/checkpoint.exp: Ditto.
2686         * gdb.base/default.exp: Ditto.
2687         * gdb.base/dump.exp: Ditto.
2688         * gdb.base/ending-run.exp: Ditto.
2689         * gdb.base/fileio.exp: Ditto.
2690         * gdb.base/miscexprs.exp: Ditto.
2691         * gdb.base/pointers.exp: Ditto.
2692         * gdb.base/readline.exp: Ditto.
2693         * gdb.base/reread.exp: Ditto.
2694         * gdb.base/restore.exp: Ditto.
2695         * gdb.base/shlib-call.exp: Ditto.
2696         * gdb.base/valgrind-db-attach.exp: Ditto.
2697         * gdb.base/volatile.exp: Ditto.
2698         * gdb.base/watchpoints.exp: Ditto.
2699
2700         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2701
2702         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2703         * gdb.python/py-value.exp: Ditto.
2704
2705         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2706         * gdb.trace/circ.exp: Ditto.
2707         * gdb.trace/collection.exp: Ditto.
2708         * gdb.trace/packetlen.exp: Ditto.
2709         * gdb.trace/passc-dyn.exp: Ditto.
2710         * gdb.trace/report.exp: Ditto.
2711         * gdb.trace/tfile.exp: Ditto.
2712         * gdb.trace/tfind.exp: Ditto.
2713         * gdb.trace/while-dyn.exp: Ditto.
2714
2715 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2716
2717         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2718
2719 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2720
2721         Test PR 10640.
2722         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2723
2724 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
2725
2726         * gdb.cp/koenig.exp: Test for ADL operators.
2727         * gdb.cp/koenig.cc: Added ADL operators.
2728         * gdb.cp/operator.exp: New test.
2729         * gdb.cp/operator.cc: New test.
2730
2731 2010-06-04  Michael Snyder  <msnyder@vmware.com>
2732
2733         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2734         * gdb.base/pending.exp: Ditto.
2735
2736         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2737
2738 2010-06-04  Doug Evans  <dje@google.com>
2739
2740         * gdb.python/py-prettyprint.exp: Add new test for enabled and
2741         disabled printers.
2742         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2743         (enable_lookup_function): New function.
2744
2745 2010-06-04  Tom Tromey  <tromey@redhat.com>
2746
2747         * gdb.python/py-value.exp (test_value_hash): Don't test equality
2748         of hash and id.
2749
2750 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2751
2752         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2753         newline.
2754         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2755         (empty verbose non-noisy clear, empty verbose noisy clear)
2756         (empty non-verbose noisy clear): Likewise.
2757
2758 2010-06-03  Michael Snyder  <msnyder@vmware.com>
2759
2760         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2761         * gdb.base/display.exp: Ditto.
2762         * gdb.base/find.exp: Ditto.
2763         * gdb.base/ifelse.exp: Ditto.
2764         * gdb.base/multi-forks.exp: Ditto.
2765         * gdb.base/recurse.exp: Ditto.
2766         * gdb.base/setshow.exp: Ditto.
2767         * gdb.base/value-double-free.exp: Ditto.
2768         * gdb.base/watch-vfork.exp: Ditto.
2769         * gdb.base/watch_thread_num.exp: Ditto.
2770         * gdb.base/watchpoint-solib.exp: Ditto.
2771         * gdb.base/watchpoint.exp: Ditto.
2772         * gdb.base/watchpoints.exp: Ditto.
2773
2774         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2775         * gdb.cp/overload.exp: Ditto.
2776         * gdb.cp/virtfunc.exp: Ditto.
2777
2778         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2779
2780         * gdb.reverse/watch-precsave.exp:
2781         Replace gdb_test with gdb_test_no_output.
2782
2783         * gdb.threads/attach-into-signal.exp:
2784         Replace gdb_test with gdb_test_no_output.
2785         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2786         * gdb.threads/watchthreads.exp: Ditto.
2787         * gdb.threads/watchthreads2.exp: Ditto.
2788
2789         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2790         * gdb.trace/tfind.exp: Ditto.
2791
2792 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
2793
2794         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2795         successful test if message is the empty string.
2796
2797 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2798
2799         * gdb.fortran/module.exp (stopped language detection): New test.
2800
2801 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2802
2803         Support DW_TAG_module as separate namespaces.
2804         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2805         gdb.fortran/library-module-lib.f90: New.
2806         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2807         (print i): Remove.
2808         (continue to breakpoint: i-is-1, print var_i value 1)
2809         (continue to breakpoint: i-is-2, print var_i value 2)
2810         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2811         (print var_d, print var_i value 14, ptype modmany, complete `modm)
2812         (complete `modmany, complete `modmany`, complete `modmany`var)
2813         (show language, setting breakpoint at module): New tests.
2814         * gdb.fortran/module.f90 (module mod): Remove.
2815         (module mod1, module mod2, module modmany, subroutine sub1)
2816         (subroutine sub2, program module): New.
2817
2818 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2819
2820         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2821         (print value of rUC, print value of rI, print value of UI): ... here.
2822         * gdb.cp/anon-union.exp (pass): Rename to ...
2823         (print z 2): ... here.
2824
2825 2010-06-02  Michael Snyder  <msnyder@vmware.com>
2826
2827         * gdb.trace/actions.exp: Use gdb_test_no_output.
2828         * gdb.trace/circ.exp: Ditto.
2829         * gdb.trace/packetlen.exp: Ditto.
2830         * gdb.trace/save-trace.exp: Ditto.
2831         * gdb.trace/tracecmd.exp: Ditto.
2832         * gdb.trace/tsv.exp: Ditto.
2833
2834         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2835         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2836         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2837         * gdb.threads/manythreads.exp: Ditto.
2838         * gdb.threads/print-threads.exp: Ditto.
2839         * gdb.threads/pthreads.exp: Ditto.
2840         * gdb.threads/schedlock.exp: Ditto.
2841         * gdb.threads/staticthreads.exp: Ditto.
2842         * gdb.threads/thread-specific.exp: Ditto.
2843         * gdb.threads/thread-unwindonsignal.exp: Ditto.
2844         * gdb.threads/threadapply.exp: Ditto.
2845         * gdb.threads/watchthreads.exp: Ditto.
2846         * gdb.threads/watchthreads2.exp: Ditto.
2847
2848         * gdb.python/py-block.exp: Use gdb_test_no_output.
2849         * gdb.python/py-prettyprint.exp: Ditto.
2850         * gdb.python/py-template.exp: Ditto.
2851         * gdb.python/py-value.exp: Ditto.
2852
2853         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2854         * gdb.reverse/watch-reverse.exp: Ditto.
2855
2856         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2857         * gdb.server/ext-run.exp: Ditto.
2858
2859         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2860         * gdb.dwarf2/dw2-compressed.exp: Ditto.
2861         * gdb.dwarf2/dw2-intercu.exp: Ditto.
2862         * gdb.dwarf2/dw2-intermix.exp: Ditto.
2863         * gdb.dwarf2/dw2-producer.exp: Ditto.
2864         * gdb.dwarf2/mac-fileno.exp: Ditto.
2865
2866         * gdb.gdb/observer.exp: Use gdb_test_no_output.
2867         * gdb.gdb/selftest.exp: Ditto.
2868
2869         * gdb.multi/base.exp: Use gdb_test_no_output.
2870
2871         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2872
2873 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2874
2875         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2876
2877 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
2878
2879         * gdb.cp/class2.exp: Use gdb_test_no_output.
2880         * gdb.cp/classes.exp: Ditto.
2881         * gdb.cp/extern-c.exp: Ditto.
2882         * gdb.cp/inherit.exp: Ditto.
2883         * gdb.cp/maint.exp: Ditto.
2884         * gdb.cp/mb-inline.exp: Ditto.
2885         * gdb.cp/mb-templates.exp: Ditto.
2886         * gdb.cp/method2.exp: Ditto.
2887         * gdb.cp/misc.exp: Ditto.
2888         * gdb.cp/ovldbreak.exp: Ditto.
2889         * gdb.cp/punctuator.exp: Ditto.
2890         * gdb.cp/templates.exp: Ditto.
2891         * gdb.cp/virtbase.exp: Ditto.
2892
2893         * gdb.threads/attach-stopped.exp:
2894         Replace uses of send_gdb / gdb_expect.
2895         * gdb.threads/attachstop-mt.exp:
2896         Replace uses of send_gdb / gdb_expect.
2897         * gdb.threads/gcore-thread.exp:
2898         Replace uses of send_gdb / gdb_expect.
2899         * gdb.threads/hand-call-in-threads.exp:
2900         Replace uses of send_gdb / gdb_expect.
2901         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
2902         * gdb.threads/print-threads.exp:
2903         Replace uses of send_gdb / gdb_expect.
2904         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
2905         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
2906         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
2907
2908         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
2909         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
2910         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
2911         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
2912         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
2913         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
2914         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
2915         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
2916         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
2917         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
2918         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
2919
2920 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2921
2922         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
2923
2924 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
2925
2926         * gdb.cp/koenig.exp: Added new test case.
2927         * gdb.cp/koenig.cc: Ditto.
2928
2929 2010-06-01  Michael Snyder  <msnyder@vmware.com>
2930
2931         * gdb.base/arithmet.exp: Use gdb_test_no_output.
2932         * gdb.base/arrayidx.exp: Ditto.
2933         * gdb.base/attach.exp: Ditto.
2934         * gdb.base/auxv.exp: Ditto.
2935         * gdb.base/bigcre.exp: Ditto.
2936         * gdb.base/break-always.exp: Ditto.
2937         * gdb.base/break-interp.exp: Ditto.
2938         * gdb.base/break.exp: Ditto.
2939         * gdb.base/breakpoint-shadow.exp: Ditto.
2940         * gdb.base/call-ar-st.exp: Ditto.
2941         * gdb.base/call-sc.exp: Ditto.
2942         * gdb.base/call-signal-resume.exp: Ditto.
2943         * gdb.base/callfuncs.exp: Ditto.
2944         * gdb.base/catch-syscall.exp: Ditto.
2945         * gdb.base/charset.exp: Ditto.
2946         * gdb.base/code-expr.exp: Ditto.
2947         * gdb.base/commands.exp: Ditto.
2948         * gdb.base/cond-expr.exp: Ditto.
2949         * gdb.base/condbreak.exp: Ditto.
2950         * gdb.base/cursal.exp: Ditto.
2951         * gdb.base/cvexpr.exp: Ditto.
2952         * gdb.base/default.exp: Ditto.
2953         * gdb.base/del.exp: Ditto.
2954         * gdb.base/detach.exp: Ditto.
2955         * gdb.base/display.exp: Ditto.
2956         * gdb.base/ena-dis-br.exp: Ditto.
2957         * gdb.base/eval-skip.exp: Ditto.
2958         * gdb.base/foll-fork.exp: Ditto.
2959         * gdb.base/foll-vfork.exp: Ditto.
2960         * gdb.base/frame-args.exp: Ditto.
2961         * gdb.base/funcargs.exp: Ditto.
2962         * gdb.base/gcore-buffer-overflow.exp: Ditto.
2963         * gdb.base/gdbvars.exp: Ditto.
2964         * gdb.base/help.exp: Ditto.
2965         * gdb.base/ifelse.exp: Ditto.
2966         * gdb.base/included.exp: Ditto.
2967         * gdb.base/list.exp: Ditto.
2968         * gdb.base/macscp.exp: Ditto.
2969         * gdb.base/maint.exp: Ditto.
2970         * gdb.base/multi-fork.exp: Ditto.
2971         * gdb.base/overlays.exp: Ditto.
2972         * gdb.base/page.exp: Ditto.
2973         * gdb.base/pending.exp: Ditto.
2974         * gdb.base/pointers.exp: Ditto.
2975         * gdb.base/pr11022.exp: Ditto.
2976         * gdb.base/prelink.exp: Ditto.
2977         * gdb.base/printcmds.exp: Ditto.
2978         * gdb.base/psymtab.exp: Ditto.
2979         * gdb.base/randomize.exp: Ditto.
2980         * gdb.base/relational.exp: Ditto.
2981         * gdb.base/relocate.exp: Ditto.
2982         * gdb.base/remote.exp: Ditto.
2983         * gdb.base/sepdebug.exp: Ditto.
2984         * gdb.base/set-lang-auto.exp: Ditto.
2985         * gdb.base/setshow.exp: Ditto.
2986         * gdb.base/setvar.exp: Ditto.
2987         * gdb.base/signals.exp: Ditto.
2988         * gdb.base/signull.exp: Ditto.
2989         * gdb.base/sigstep.exp: Ditto.
2990         * gdb.base/sizeof.exp: Ditto.
2991         * gdb.base/solib-disc.exp: Ditto.
2992         * gdb.base/store.exp: Ditto.
2993         * gdb.base/structs.exp: Ditto.
2994         * gdb.base/structs2.exp: Ditto.
2995         * gdb.base/subst.exp: Ditto.
2996         * gdb.base/term.exp: Ditto.
2997         * gdb.base/trace-commands.exp: Ditto.
2998         * gdb.base/unwindonsignal.exp: Ditto.
2999         * gdb.base/valgrind-db-attach.exp: Ditto.
3000         * gdb.base/varargs.exp: Ditto.
3001         * gdb.base/watch-cond.exp: Ditto.
3002         * gdb.base/watch_thread_num.exp: Ditto.
3003         * gdb.base/watchpoint-cond-gone.exp: Ditto.
3004         * gdb.base/watchpoint.exp: Ditto.
3005         * gdb.base/whatis-exp.exp: Ditto.
3006
3007 2010-06-01  Michael Snyder  <msnyder@vmware.com>
3008
3009         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3010         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3011         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3012         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3013         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3014         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3015         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3016         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3017         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3018         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3019         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3020         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3021         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3022         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3023         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3024
3025 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3026
3027         * gdb.base/commands.exp (begin commands on watch): Remove excessive
3028         trailing newline.
3029         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3030         * gdb.java/jmisc.exp (p *args\n): Rename to ...
3031         (p *args): ... here and remove excessive trailing newline.
3032
3033 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
3034
3035         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3036
3037 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3038
3039         Accept the new Linux kernel "t (tracing stop)" string.
3040         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3041         Update comment.
3042         (state_wait) <T (tracing stop)>: New.
3043         (main): Update the state_wait expect string.
3044
3045 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
3046
3047         * limits.c, limits.exp: Delete files.
3048         * Makefile.in (clean mostlyclean): Adjust.
3049         * tracecmd.exp: Adjust.
3050
3051 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3052
3053         * gdb.base/tui-layout.exp: New.
3054
3055 2010-05-28  Michael Snyder  <msnyder@vmware.com>
3056
3057         * gdb.reverse/break-precsave.exp:
3058         Replace uses of send_gdb / gdb_expect.
3059         * gdb.reverse/break-reverse.exp:
3060         Replace uses of send_gdb / gdb_expect.
3061         * gdb.reverse/consecutive-precsave.exp:
3062         Replace uses of send_gdb / gdb_expect.
3063         * gdb.reverse/consecutive-reverse.exp:
3064         Replace uses of send_gdb / gdb_expect.
3065         * gdb.reverse/finish-precsave.exp:
3066         Replace uses of send_gdb / gdb_expect.
3067         * gdb.reverse/finish-reverse.exp:
3068         Replace uses of send_gdb / gdb_expect.
3069         * gdb.reverse/i386-precsave.exp:
3070         Replace uses of send_gdb / gdb_expect.
3071         * gdb.reverse/i386-reverse.exp:
3072         Replace uses of send_gdb / gdb_expect.
3073         * gdb.reverse/i386-sse-reverse.exp:
3074         Replace uses of send_gdb / gdb_expect.
3075         * gdb.reverse/i387-env-reverse.exp:
3076         Replace uses of send_gdb / gdb_expect.
3077         * gdb.reverse/i387-stack-reverse.exp:
3078         Replace uses of send_gdb / gdb_expect.
3079         * gdb.reverse/machinestate-precsave.exp:
3080         Replace uses of send_gdb / gdb_expect.
3081         * gdb.reverse/machinestate.exp:
3082         Replace uses of send_gdb / gdb_expect.
3083         * gdb.reverse/sigall-precsave.exp:
3084         Replace uses of send_gdb / gdb_expect.
3085         * gdb.reverse/sigall-reverse.exp:
3086         Replace uses of send_gdb / gdb_expect.
3087         * gdb.reverse/solib-precsave.exp:
3088         Replace uses of send_gdb / gdb_expect.
3089         * gdb.reverse/solib-reverse.exp:
3090         Replace uses of send_gdb / gdb_expect.
3091         * gdb.reverse/step-precsave.exp:
3092         Replace uses of send_gdb / gdb_expect.
3093         * gdb.reverse/step-reverse.exp:
3094         Replace uses of send_gdb / gdb_expect.
3095         * gdb.reverse/until-precsave.exp:
3096         Replace uses of send_gdb / gdb_expect.
3097         * gdb.reverse/until-reverse.exp:
3098         Replace uses of send_gdb / gdb_expect.
3099         * gdb.reverse/watch-precsave.exp:
3100         Replace uses of send_gdb / gdb_expect.
3101         * gdb.reverse/watch-reverse.exp:
3102         Replace uses of send_gdb / gdb_expect.
3103
3104 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3105
3106         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3107         excessive newline.
3108
3109 2010-05-27  Michael Snyder  <msnyder@vmware.com>
3110
3111         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3112         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3113         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3114         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3115         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3116         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3117         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3118         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3119         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3120         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3121         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3122         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3123         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3124         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3125         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3126         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3127         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3128         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3129         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3130
3131 2010-05-26  Michael Snyder  <msnyder@vmware.com>
3132
3133         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3134         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3135
3136         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3137         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3138         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3139
3140         * gdb.reverse/consecutive-reverse.exp:
3141         Replace uses of send_gdb / gdb_expect.
3142         * gdb.reverse/consecutive-precsave.exp:
3143         Replace uses of send_gdb / gdb_expect.
3144
3145         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3146         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3147         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3148         * gdb.mi/mi-ns-stale-regcache.exp:
3149         Replace uses of send_gdb / gdb_expect.
3150         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3151         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3152         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3153         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3154         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3155         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3156         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3157         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3158         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3159
3160 2010-05-26  Michael Snyder  <msnyder@vmware.com>
3161
3162         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3163
3164         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3165
3166         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3167         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3168         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3169         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3170         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3171         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3172         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3173         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3174         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3175
3176 2010-05-25  Tom Tromey  <tromey@redhat.com>
3177
3178         * gdb.base/macscp.exp: Add missing space after setup_kfail.
3179
3180 2010-05-25  Tom Tromey  <tromey@redhat.com>
3181
3182         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3183         argument order.
3184         * gdb.base/macscp.exp: Fix setup_kfail argument order.
3185         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3186         order.
3187         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3188         order.
3189         * gdb.base/call-sc.exp (setup_kfails): Remove.
3190         (setup_compiler_kfails): Remove.
3191         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3192         argument order.
3193         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3194         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3195         (advancei): Fix setup_kfail argument order.
3196         * gdb.base/radix.exp: Fix setup_kfail argument order.
3197         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3198         order.
3199         * gdb.base/structs.exp (setup_kfails): Remove.
3200         (setup_compiler_kfails): Fix setup_kfail argument order.
3201         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3202         order.
3203         * gdb.java/jmain.exp: Fix setup_kfail argument order.
3204         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3205         setup_kfail argument order.
3206         * gdb.cp/overload.exp: Fix setup_kfail argument order.
3207
3208 2010-05-25  Tom Tromey  <tromey@redhat.com>
3209
3210         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3211
3212 2010-05-25  Michael Snyder  <msnyder@vmware.com>
3213
3214         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3215         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3216         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3217         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3218         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3219         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3220         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3221         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3222         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3223         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3224         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3225         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3226         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3227         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3228         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3229         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3230         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3231         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3232         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3233         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3234         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3235         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3236         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3237         * gdb.base/default.exp: Replace send_gdb with gdb_test.
3238         * gdb.base/define.exp: Replace send_gdb with gdb_test.
3239         * gdb.base/display.exp: Replace send_gdb with gdb_test.
3240         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3241         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3242         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3243         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3244         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3245         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3246         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3247         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3248         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3249         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3250         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3251         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3252         * gdb.base/help.exp: Replace send_gdb with gdb_test.
3253         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3254         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3255         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3256         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3257         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3258         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3259         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3260         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3261         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3262
3263 2010-05-25  Doug Evans  <dje@google.com>
3264
3265         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3266         gdb.string_to_argv.
3267
3268 2010-05-21  Tom Tromey  <tromey@redhat.com>
3269
3270         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3271         Call it.
3272         * gdb.dwarf2/pieces.S: Update.
3273         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3274
3275 2010-05-21  Tom Tromey  <tromey@redhat.com>
3276
3277         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3278         Call it.
3279         * gdb.dwarf2/pieces.c (struct C): New.
3280         (f6): New function.
3281         * gdb.dwarf2/pieces.S: Replace.
3282
3283 2010-05-21  Tom Tromey  <tromey@redhat.com>
3284
3285         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3286         Call it.
3287
3288 2010-05-21  Tom Tromey  <tromey@redhat.com>
3289
3290         * gdb.dwarf2.pieces.exp: New file.
3291         * gdb.dwarf2.pieces.S: New file.
3292         * gdb.dwarf2.pieces.c: New file.
3293
3294 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
3295             Joel Brobecker  <brobecker@adacore.com>
3296
3297         * lib/gdb.exp (gdb_test_no_output): New function.
3298         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3299         when testing commands that should produce no output.
3300
3301 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3302
3303         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3304         parameter that we want to watch being a constant.
3305
3306 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3307
3308         * gdb.ada/cond_lang: New testcase.
3309
3310 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3311
3312         * lib/gdb.exp (banned_variables): New variable/constant.
3313         (gdb_init): Add write trace on variables listed in banned_variables.
3314         (gdb_finish): Remove write traces on variables listed in
3315         banned_variables.
3316
3317 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3318
3319         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3320         * gdb.cp/koenig.exp: Likewise.
3321
3322 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
3323
3324         PR python/11482
3325
3326         * gdb.python/py-value.exp (test_value_hash): New function.
3327
3328 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
3329
3330         PR exp/11530.
3331         * gdb.base/gdb11530.c: New file.
3332         * gdb.base/gdb11530.exp: New file.
3333
3334 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3335
3336         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3337         * gdb.dwarf2/dw2-modula2-self-type.S: New.
3338
3339 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
3340
3341         * gdb.cp/koenig.exp: New test.
3342         * gdb.cp/koenig.cc: New test program.
3343
3344 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
3345
3346         Remove the use of prms_id and bug_id throughout the testsuite.
3347
3348 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
3349
3350         PR exp/11349.
3351         * testsuite/gdb.cp/ref-types.exp: Add test to examine
3352         use a reference local variable.
3353
3354 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3355
3356         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3357         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
3358         variable different_dir. Move debugfile into a full directory pathname
3359         under DIFFERENT_DIR.
3360         * lib/gdb.exp (separate_debug_filename): Remove.
3361         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
3362         variable debug_dir and mkdir of it.  Update function comments.
3363
3364 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
3365
3366         PR gdb/11557
3367
3368         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3369         files.
3370
3371 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
3372
3373         * gdb.python/py-param.exp: New File.
3374
3375 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
3376
3377         * gdb.base/default.exp: Fix "set language" test.
3378
3379 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
3380
3381         PR breakpoints/11531.
3382         * gdb.base/gdb11531.c: New file.
3383         * gdb.base/gdb11531.exp: New file.
3384
3385 2010-04-26  Tom Tromey  <tromey@redhat.com>
3386
3387         * gdb.base/completion.exp: Add tests for completion and deprecated
3388         commands.
3389
3390 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3391
3392         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3393         (print /x char_array): Escape curly brackets.
3394
3395 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3396
3397         Fix deadlock on looped list of loaded shared objects.
3398         * gdb.base/solib-corrupted.exp: New.
3399
3400 2010-04-23  Doug Evans  <dje@google.com>
3401
3402         * gdb.python/py-section-script.c: New file.
3403         * gdb.python/py-section-script.exp: New file.
3404         * gdb.python/py-section-script.py: New file.
3405
3406 2010-04-20  Chris Moller  <cmoller@redhat.com>
3407
3408         PR 10179
3409
3410         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3411         * gdb.base/pr10179-a.c:
3412         * gdb.base/pr10179-b.c:
3413         * gdb.base/pr10179.exp: New files.
3414
3415 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3416
3417         Fix crashes on dangling display expressions.
3418         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3419         is SEP.
3420         (lib_flags): Remove the "debug" keyword.
3421         (libsepdebug): New variable for iterating new loop.
3422         (save_pf_prefix): New variable wrapping the loop.
3423         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
3424         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3425
3426 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3427
3428         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3429
3430 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3431
3432         PR stabs/11479.
3433         * gdb.stabs/gdb11479.exp: New file.
3434         * gdb.stabs/gdb11479.c: New file.
3435
3436 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3437
3438         * gdb.base/charset.c (Strin16, String32): New variables.
3439         * gdb.base/charset.exp (gdb_test): Test correct display
3440         of 16 or 32 bit strings.
3441
3442 2010-04-21  Chris Moller  <cmoller@redhat.com>
3443
3444         PR 9167
3445         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3446         * gdb.cp/pr9167.cc: New file.
3447         * gdb.cp/pr9167.exp: New file.
3448
3449
3450 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3451
3452         PR pascal/11492.
3453         * gdb.pascal/gdb11492.pas: New file.
3454         * gdb.pascal/gdb11492.exp: New file.
3455
3456 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3457
3458         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3459
3460 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
3461
3462         * gdb.ada/dyn_loc: New testcase.
3463
3464 2010-04-20  Chris Moller  <cmoller@redhat.com>
3465
3466         PR 10867
3467
3468         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
3469         * gdb.cp/pr10687.cc: New file.
3470         * gdb.cp/pr10687.exp: New file.
3471
3472
3473 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3474             Sergio Durigan Junior  <sergiodj@redhat.com>
3475
3476         * gdb.fortran/logical.exp: New testcase.
3477         * gdb.fortran/logical.f90: New file.
3478
3479 2010-04-19  Doug Evans  <dje@google.com>
3480
3481         * gdb.base/help.exp (help source): Update expected output.
3482
3483 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3484
3485         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3486         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
3487         gdb_exit and return.
3488         (executable): New variable.
3489         (binfile): Use it.
3490
3491 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
3492
3493         PR breakpoints/8554.
3494
3495         * gdb.trace/save-trace.exp: Adjust.
3496
3497 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
3498
3499         PR corefiles/11511
3500         * gdb.arch/system-gcore.exp: New.
3501         * gdb.arch/gcore.c: Likewise.
3502
3503 2010-04-15  Doug Evans  <dje@google.com>
3504
3505         * gdb.python/py-progspace.c: New file.
3506         * gdb.python/py-progspace.exp: New file.
3507
3508         * gdb.base/source.exp: Add tests for "source -s".
3509
3510 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
3511
3512         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3513         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3514         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3515         * gdb.python/py-mi.exp: New test for to_string returning None.
3516
3517 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
3518
3519         * gdb.python/py-breakpoint.c: Make result global.
3520
3521 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3522
3523         Fix non-GNU make compatibility.
3524         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3525
3526 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
3527
3528         * gdb.python/py-breakpoint.exp: New File.
3529         * gdb.python/py-breakpoint.C: Ditto.
3530
3531 2010-04-08  Stan Shebs  <stan@codesourcery.com>
3532
3533         * gdb.trace/actions.exp: Clear default-collect.
3534         * gdb.trace/save-trace.exp: Clear default-collect.
3535
3536 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
3537
3538         * gdb.python/py-value: Add null string variable.
3539           (test_lazy_string): Test zero length, NULL address lazy
3540           strings.
3541
3542 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
3543
3544         * gdb.arch/i386-avx.c: New.
3545         * gdb.arch/i386-avx.exp: Likewise.
3546
3547         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3548
3549 2010-04-06  Doug Evans  <dje@google.com>
3550
3551         * gdb.base/source-test.gdb: New file.
3552         * gdb.base/source.exp: Test source -v.
3553
3554 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3555
3556         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3557
3558 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3559
3560         * gdb.stabs/aout.sed: Convert all backslash to double backslash
3561         within one line, unless it is followed by a double quote.
3562         * gdb.stabs/hppa.sed: Idem.
3563         * gdb.stabs/weird.def: Add char and String constants
3564         * gdb.stabs/weird.exp: Check for correct parsing of
3565         char and string constants.
3566         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3567         in .stabs to .stabx substitution.
3568
3569 2010-04-05  Stan Shebs  <stan@codesourcery.com>
3570
3571         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3572         constant global.
3573         * gdb.trace/tfile.exp: Try to print them.
3574
3575 2010-04-04  Stan Shebs  <stan@codesourcery.com>
3576
3577         * gdb.base/completion.exp: Update for new "info watchpoints".
3578         * gdb.base/default.exp: Ditto.
3579         * gdb.base/help.exp: Ditto.
3580         * gdb.base/watchpoint.exp: Ditto.
3581         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3582
3583 2010-04-04  Stan Shebs  <stan@codesourcery.com>
3584
3585         * gdb.trace/tfile.exp: Sharpen tfind test.
3586
3587 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3588
3589         * gdb.base/break-entry.exp: New.
3590
3591 2010-04-02  Hui Zhu  <teawater@gmail.com>
3592             Michael Snyder <msnyder@vmware.com>
3593
3594         * gdb.reverse/i386-sse-reverse.exp: New file.
3595         * gdb.reverse/i386-sse-reverse.c: New file.
3596
3597 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
3598
3599         * gdb.trace/tfind.exp: Adjust expected disassembly output.
3600
3601 2010-04-01  Stan Shebs  <stan@codesourcery.com>
3602
3603         * gdb.trace/actions.exp: Tweak expected output.
3604         * gdb.trace/while-stepping.exp: Tweak expected output.
3605
3606 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
3607
3608         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3609
3610 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
3611
3612         * gdb.base/commands.exp: Adjust.
3613         * gdb.cp/extern-c.exp: Adjust.
3614
3615 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
3616
3617         * gdb.trace/collection.c (local_test_func): Define a local struct,
3618         and instanciate it.
3619
3620 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
3621
3622         * gdb.trace/collection.exp (gdb_collect_args_test)
3623         (gdb_collect_argarray_test): XFAIL the tests that assume the
3624         argarray argument's elements are collected.
3625
3626 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3627
3628         * gdb.dwarf2/dw2-bad-parameter-type.exp,
3629         gdb.dwarf2/dw2-bad-parameter-type.S: New.
3630
3631 2010-03-31  Stan Shebs  <stan@codesourcery.com>
3632
3633         * gdb.trace/save-trace.exp: Test save/restore of default-collect
3634         and tracepoint conditionals.
3635         (gdb_verify_tracepoints): Delete unused return.
3636
3637 2010-03-26  Keith Seitz  <keiths@redhat.com>
3638
3639         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3640         appear in the output before main.
3641         Remove KFAIL for gdb/2215 aka bz 9320.
3642
3643 2010-03-30  Doug Evans  <dje@google.com>
3644
3645         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3646         by dejagnu.
3647         * gdb.arch/amd64-dword.exp: Ditto.
3648
3649         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3650         match.
3651         (break printf): Ditto.
3652
3653 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
3654
3655         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3656         gcc < 4.4.
3657         * gdb.cp/shadow.exp: Ditto.
3658
3659 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
3660
3661         * gdb.trace/collection.exp (run_trace_experiment): Make sure
3662         "tstart" is silent.
3663
3664 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
3665
3666         * gdb.trace/collection.exp (executable): New.
3667         (binfile): Use it.
3668         (fpreg, spreg, pcreg): New.
3669         (test_register): Use gdb_test_multiple.  Pass /x to print.
3670         (prepare_for_trace_test): New.
3671         (run_trace_experiment): Use "continue", not gdb_run_cmd.
3672         (gdb_collect_args_test, gdb_collect_argstruct_test)
3673         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3674         prepare_for_trace_test.
3675         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
3676         fpreg, spreg and pcreg.
3677         (gdb_collect_expression_test, gdb_collect_globals_test): Use
3678         prepare_for_trace_test.
3679         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
3680         try to detect tracing support here.  Don't set breakpoints at
3681         `begin' or `end' here.
3682         <global scope>: Use clean_restart.  Run to main before checking
3683         for tracing support.  Check for for tracing support here.
3684
3685 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3686
3687         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3688         " as $displacement" to "seen displacement message".
3689
3690 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
3691
3692         * gdb.trace/while-dyn.exp (executable): New variable.
3693         (binfile): Use it.
3694         (test_while_stepping): New function.  Move most tests here.  Call
3695         it once for each of the while-stepping, stepping and ws aliases.
3696
3697 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3698
3699         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3700         that do not provide the tagless_struct type name at all.
3701         (test_print_anon_union): Do not check value of uninitialized
3702         union member.  Do not use cp_test_ptype_class, so we can accept
3703         "long" as well as "long int".
3704
3705 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
3706
3707         * gdb.trace/tfile.c (tohex, bin2hex): New.
3708         (write_error_trace_file): Hexify error description.
3709
3710 2010-03-25  Stan Shebs  <stan@codesourcery.com>
3711
3712         * gdb.trace/tfile.c: Generate an additional trace file, improve
3713         portability.
3714         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3715         files in a better way.
3716
3717 2010-03-25  Keith Seitz  <keiths@redhat.com>
3718
3719         * gdb.java/jprint.exp: XFAIL printing of static class members
3720         because of GCC debuginfo problem.
3721
3722 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3723
3724         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3725
3726 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
3727
3728         * gdb.base/completion.exp: Allow long instead of long int.
3729         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3730         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
3731         variable p.
3732         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3733         * gdb.base/pointers.exp: Allow long instead of long int.
3734         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3735         * gdb.base/step-line.exp: Allow a directory before the source file name.
3736
3737 2010-03-24  Tom Tromey  <tromey@redhat.com>
3738
3739         PR breakpoints/9352:
3740         * gdb.base/default.exp: Update.
3741         * gdb.base/commands.exp: Update.
3742         * gdb.cp/extern-c.exp: Test setting commands on multiple
3743         breakpoints at once.
3744
3745 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
3746
3747         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3748         if gdb,nosignals.
3749         * gdb.base/watchpoints.c: Do not include unnecessary headers.
3750         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3751         exited".
3752
3753 2010-03-24  Stan Shebs  <stan@codesourcery.com>
3754
3755         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3756
3757 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
3758
3759         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3760         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3761         argument.  Handle "short" and "long".
3762         (Top level): Pass overprototyped output for old_fptr and xptr.
3763
3764 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
3765
3766         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3767         format strings and add casts to avoid compiler warnings.
3768
3769 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
3770
3771         * lib/trace-support.exp (gdb_trace_setactions):
3772         Don't expect whitespace after ">" prompt.
3773         * gdb.trace/actions.exp: Adjust for output changes.
3774         * gdb.trace/while-stepping.exp: Likewise.
3775
3776 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3777
3778         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3779         and r157645).
3780
3781 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3782
3783         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3784         New.
3785
3786 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
3787
3788         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3789         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3790
3791 2010-03-19  Stan Shebs  <stan@codesourcery.com>
3792
3793         * gdb.trace/ax.exp: New file.
3794
3795 2010-03-19  Doug Evans  <dje@google.com>
3796
3797         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3798         output from gcc.
3799
3800         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3801         named /usr/sbin/prelink<foo>.
3802
3803 2010-03-18  Stan Shebs  <stan@codesourcery.com>
3804
3805         * gdb.trace/circ.exp: Test circular-trace-buffer.
3806         * gdb.trace/tfile.exp: Update tstatus test.
3807
3808 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
3809
3810         * gdb.dwarf2/dw2-anonymous-func.S: New file.
3811         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3812
3813 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3814
3815         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3816
3817 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
3818
3819         * gdb.base/default.exp: Adjust the expected output of the finish
3820         and until commands when the inferior is not being run.
3821
3822 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
3823
3824         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3825         * gdb.cp/nsusing.exp: Ditto.
3826
3827 2010-03-15  Tom Tromey  <tromey@redhat.com>
3828
3829         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3830         * gdb.cp/userdef.cc (operator==): New function.
3831         (main): New locals mem1, mem2.
3832
3833 2010-03-15  Jie Zhang  <jie@codesourcery.com>
3834
3835         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3836         Declare and use new loadtimeout variable.
3837
3838 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
3839
3840         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3841         Use gdb_load later.
3842
3843 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
3844
3845         * gdb.base/solib-disc.c (main): Make format of fprintf a string
3846         literal.  Add missing endlines to prints to stderr.
3847
3848 2010-03-12  Tom Tromey  <tromey@redhat.com>
3849
3850         PR c++/9708:
3851         * gdb.cp/m-static.exp: Add regression test.
3852         * gdb.cp/m-static.cc (method): New method.
3853         (main): Call it.
3854
3855 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
3856
3857         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3858         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3859
3860 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
3861
3862         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3863
3864 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
3865
3866         * lib/gdb.exp (skip_stl_tests): New.
3867         (gdb_compile): Symbian needs -ldl.
3868         (shlib_target_file): New.
3869         (shlib_symbol_file): New.
3870         (gdb_load_shlibs): Use shlib_target_file.
3871         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3872         * gdb.cp/exception.exp: Use skip_stl_tests.
3873         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
3874         * gdb.cp/try_catch.exp: Use skip_stl_tests.
3875         * gdb.cp/mb-templates.exp: Ditto.
3876         * gdb.base/commands.exp: Relax regexes.
3877         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
3878         shlib_target_file and shlib_symbol_file.
3879         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
3880         sections.
3881         * gdb.base/ending-run.exp: Accept E32Main for symbian.
3882         * gdb.base/solib-disc.exp: Use
3883         shlib_target_file and shlib_symbol_file.
3884         * gdb.base/unload.exp: Don't skip on symbian.  Use
3885         shlib_target_file and shlib_symbol_file.
3886         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
3887
3888 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
3889
3890         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
3891         * gdb.trace/report.exp: Adjust for x86 and x86_64.
3892         Issue a tfind end before looking for a tracepoint frame.
3893         * gdb.trace/tfind.exp: Adjust tstatus output.
3894         Adjust disassembly output.
3895         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
3896
3897 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3898
3899         * gdb.base/break-interp.exp: Create new displacement parameter value
3900         for the test_ld calls.
3901         (reach): New parameter displacement, verify its content.  New push of
3902         pf_prefix "reach-$func:".  Import global expect_out.
3903         (test_core): New parameter displacement, verify its content.  New push
3904         of pf_prefix "core:".  New command "set verbose on".  Import global
3905         expect_out.
3906         (test_attach): New parameter displacement, verify its content.  New
3907         push of pf_prefix "attach:".  New command "set verbose on".  Import
3908         global expect_out.
3909         (test_ld): New parameter displacement, pass it to the reach, test_core
3910         and test_attach calls and verify its content in the "ld.so exit" test.
3911         * gdb.base/prelink.exp: Remove gdb_exit and final return.
3912         (prelink): Update expected text, use gdb_test.
3913
3914 2010-03-10  Doug Evans  <dje@google.com>
3915
3916         * gdb.base/checkpoint.exp: Fix comment.
3917         Lengthen timeout while doing >600 checkpoints test.
3918         Rename duplicate "kill all one" test to keep test names unique.
3919
3920 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
3921
3922         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
3923
3924 2010-03-08  Keith Seitz  <keiths@redhat.com>
3925
3926         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
3927         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
3928         (dm_type_long): New function.
3929         (dm_type_unsigned_short): New function.
3930         (dm_type_unsigned_long): New function.
3931         (myint): New typedef.
3932         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
3933         long, unsigned shor and long, operator char*, and typedef.
3934         (test_lookup_operator_functions): Add operator char* test.
3935         (test_paddr_operator_functions): Likewise.
3936         (test_paddr_overloaded_functions): Use probe values for
3937         short, long, and unsigned short and long.
3938         (test_paddr_hairy_functions): If the demangler probe detected
3939         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
3940         demangler.
3941         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
3942         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
3943         and "print null_pmf".
3944         Add test "ptype a.*pmf".
3945         * gdb.cp/overload.exp: Allow optional "int" to appear with
3946         "short" and "long".
3947         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
3948         long expect value for men_overload1arg.
3949         Allow "int" to appear with "short" and "long".
3950         When testing "info break", add argument for main (void).
3951         Also allow "int" to appear with "short" and "long".
3952         Ditto with "unsigned" and "long long".
3953         * gdb.java/jmain.exp: Do not enclose methods names in single
3954         quotes.
3955         * gdb.java/jmisc.exp: Likewise.
3956         * gdb.java/jprint.exp: Likewise.
3957         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
3958
3959         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
3960         * gdb.cp/exception.exp (backtrace after first throw)
3961         (backtrace after second throw): Allow a namespace before __cxa_throw.
3962         (backtrace after first catch, backtrace after second catch): Allow
3963         a namespace before __cxa_begin_catch.
3964
3965         * gdb.cp/cpexprs.exp: New file.
3966         * gdb.cp/cpexprs.cc: New file.
3967
3968         From Daniel Jacobowitz  <dan@codesourcery.com>
3969         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
3970         to use string_to_regexp.
3971         (ctor, dtor): New functions.  Use them to match constructor
3972         and destructor function types.
3973         (Top level): Use runto_main.
3974
3975 2010-03-05  Tom Tromey  <tromey@redhat.com>
3976
3977         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
3978         gdb.target_charset.
3979         (pp_ns.to_string): Likewise.
3980
3981 2010-03-04  Keith Seitz  <keiths@redhat.com>
3982
3983         * gdb.cp/overload.exp: Test that the filename portion of a linespec
3984         can be quoted.  Test that both the filename and function/line
3985         portions can be quoted at the same time.
3986
3987 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
3988
3989         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
3990
3991 2010-03-03  Doug Evans  <dje@google.com>
3992
3993         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
3994         libc contains libpthread.
3995
3996         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
3997         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
3998         of gdb_compile.  Add another pattern to match android backtrace.
3999
4000 2010-03-03  Tom Tromey  <tromey@redhat.com>
4001
4002         PR gdb/11345:
4003         * gdb.base/printcmds.exp (test_printf): Add test.
4004
4005 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
4006
4007         * gdb.arch/amd64-byte.exp: New.
4008         * gdb.arch/amd64-dword.exp: Likewise.
4009         * gdb.arch/amd64-pseudo.c: Likewise.
4010         * gdb.arch/amd64-word.exp: Likewise.
4011         * gdb.arch/i386-byte.exp: Likewise.
4012         * gdb.arch/i386-pseudo.c: Likewise.
4013         * gdb.arch/i386-word.exp: Likewise.
4014
4015 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4016
4017         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4018         types.  Add structreg, bitfields, and flags registers.
4019         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4020         registers.
4021
4022 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4023
4024         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
4025         (load_description): Set architecture if defined.
4026
4027 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4028
4029         * gdb.python/py-frame.exp: Add read_var block tests.
4030         * gdb.python/py-frame.c (block): New function.
4031
4032 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4033             Daniel Jacobowitz  <dan@codesourcery.com>
4034
4035         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
4036
4037 2010-02-25  David S. Miller  <davem@davemloft.net>
4038
4039         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4040         fix logic for setting all_syscalls_numbers.
4041
4042 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4043
4044         * Makefile.in: Add py-block and py-symbol.
4045         * gdb.python/py-symbol.exp: New File.
4046         * gdb.python/py-symtab.exp: New File.
4047         * gdb.python/py-block.exp: New File.
4048         * gdb.python/py-symbol.c: New File.
4049         * gdb.python/py-block.c: New File.
4050
4051 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4052
4053         PR python/11314
4054         * lib/gdb.exp (skip_python_tests): New function.
4055         * gdb.python/py-cmd.exp: Use skip_python_tests.
4056         * gdb.python/py-frame.exp: Likewise.
4057         * gdb.python/py-function.exp: Likewise.
4058         * gdb.python/py-prettyprint.exp: Likewise.
4059         * gdb.python/py-template.exp: Likewise.
4060         * gdb.python/py-type.exp: Likewise.
4061         * gdb.python/py-value.exp: Likewise.
4062
4063 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
4064
4065         PR9605
4066
4067         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4068
4069 2010-02-19  Tom Tromey  <tromey@redhat.com>
4070
4071         PR c++/8693, PR c++/9496:
4072         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
4073         regression tests.
4074
4075 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4076
4077         Fix compatibility with m68k as.
4078         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
4079         Use only /* comments */.
4080
4081 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4082
4083         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4084         * configure: Regenerate.
4085
4086 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
4087
4088         * gdb.python/py-type.exp: Check for Python support.
4089
4090 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
4091
4092         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4093         `regsub' syntax available.
4094
4095 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
4096
4097         * gdb.base/shmain.c (main): Remove printf call.
4098         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4099         * gdb.base/unload.c (main): Make format of fprintf a string
4100         literal.  Add missing endlines to prints to stderr.
4101         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4102
4103 2010-02-17  Tom Tromey  <tromey@redhat.com>
4104
4105         * gdb.java/jprint.java (jprint.props): New field.
4106         * gdb.java/jprint.exp (set_lang_java): Add regression test.
4107
4108 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
4109
4110         * gdb.base/charset.exp: Don't assume new `regsub' syntax
4111         available.
4112
4113 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4114
4115         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4116         creation to support remote host testing.
4117
4118 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4119
4120         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4121         Recognize "command not found".
4122
4123 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4124
4125         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4126         single-stepping.
4127
4128 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4129
4130         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4131         if arguments are not supported.
4132
4133 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4134
4135         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4136         be const or non-const.
4137
4138 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4139
4140         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4141         mi_send_resuming_command to send -exec-continue.
4142
4143 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4144
4145         * gdb.base/list.exp (test_list_filename_and_function): Add test
4146         with single quotes.
4147         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4148         matching.
4149         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4150         Add KFAIL'd tests for PR gdb/11289.
4151
4152 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4153
4154         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4155
4156 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4157
4158         * gdb.base/comp-dir/subdir/dummy.txt: New file.
4159         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4160         a temporary directory.
4161
4162 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
4163
4164         * gdb.base/charset.exp: Use a single regular expression to match
4165         show host-charset and show target-charset output.
4166
4167 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4168
4169         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4170         "Illegal process-id" expect string more exact.
4171         (attach to digits-starting nonsense is prohibited): New.
4172
4173 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4174
4175         * gdb.base/prelink.exp (set verbose on): New.
4176
4177 2010-02-12  Tomas Holmberg  <th@virtutech.com>
4178
4179         * mi-reverse.exp: New file. Test for reverse option to the
4180         following MI commands: exec-continue, exec-finish, exec-next,
4181         exec-step, exec-next-instruction, exec-step-instruction.
4182
4183 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
4184
4185         * gdb.ada/ptype_tagged_param: New testcase.
4186
4187 2010-02-08  Tom Tromey  <tromey@redhat.com>
4188
4189         PR c++/8017:
4190         * gdb.cp/overload.exp: Add tests.
4191         * gdb.cp/overload.cc (struct K): New.
4192         (namespace N): New.
4193         (main): Call new functions.
4194         (K::staticoverload): Define.
4195
4196 2010-02-08  Chris Moller  <moller@mollerware.com>
4197
4198         PR gdb/10728
4199         * gdb.cp/pr10728-x.h: New file.
4200         * gdb.cp/pr10728-x.cc: New file.
4201         * gdb.cp/pr10728-y.cc: New file.
4202         * gdb.cp/pr10728.exp: New file.
4203         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4204
4205 2010-02-08  Chris Moller  <moller@mollerware.com>
4206
4207         PR gdb/9067
4208         * gdb.cp/pr9067.exp:  New
4209         * gdb.cp/pr9067.cc:   New
4210         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4211
4212 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
4213
4214         * lib/gdb.exp (gdb_test_timeout): New global variable.
4215         Set it to timeout if not already set.
4216         (gdb_init): Reset the value of timeout to gdb_test_timeout.
4217
4218 2010-02-05  Doug Evans  <dje@google.com>
4219
4220         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4221         user.
4222
4223 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
4224
4225         PR c++/7935:
4226         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4227
4228 2010-02-04  Tom Tromey  <tromey@redhat.com>
4229
4230         * gdb.cp/virtbase.exp: Make test case names unique.
4231
4232 2010-02-02  Tom Tromey  <tromey@redhat.com>
4233
4234         * gdb.cp/virtbase.exp: Add regression tests.
4235         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4236         (main): Instantiate RHC.
4237
4238 2010-02-02  Tom Tromey  <tromey@redhat.com>
4239
4240         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4241         type-printing change.
4242
4243 2010-02-02  Tom Tromey  <tromey@redhat.com>
4244
4245         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4246         * gdb.cp/virtbase.cc: New file.
4247         * gdb.cp/virtbase.exp: New file.
4248         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4249
4250 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4251
4252         PR libc/11214:
4253         * gdb.threads/current-lwp-dead.c: Include features.h.
4254         (HAS_NOMMU): New.
4255         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4256
4257 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4258
4259         * gdb.base/symbol-without-target_section.exp,
4260         gdb.base/symbol-without-target_section.c: New.
4261
4262 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4263
4264         * gdb.base/bigcore.exp: Reset increased timeout.
4265         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4266
4267 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4268
4269         * gdb.base/gcore.exp (capture_command_output): Use
4270         gdb_test_multiple.
4271
4272 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4273
4274         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4275         * gdb.arch/thumb2-it.exp (test_it_break): New function.
4276         (Top level): Call it.
4277
4278 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4279
4280         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4281
4282 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
4283
4284         * gdb.base/call-strs.exp, gdb.base/default.exp,
4285         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4286         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4287         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4288         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4289         gdb.base/watchpoint-solib.exp: Save and restore timeout.
4290         * gdb.base/ending-run.exp: Correct restore of timeout.
4291         * gdb.base/page.exp: Remove unnecessary timeout setting.
4292
4293 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
4294
4295         * gdb.ada/rec_return: New testcase.
4296
4297 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
4298
4299         * gdb.ada/call_pn: New testcase.
4300
4301 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
4302
4303         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4304         (Top level): Use it to resume.
4305         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4306         the Thumb mode displaced stepping error as unsupported.
4307
4308 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
4309
4310         * gdb.cp/nsusing.exp: Added more tests.
4311         * gdb.cp/nsrecurs.exp: Ditto.
4312         * gdb.cp/nsusing.cc: Added test functions.
4313         * gdb.cp/nsrecurs.cc: Ditto.
4314
4315 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4316
4317         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4318         absolute directory pathnames in gdb.sum file.
4319
4320 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
4321
4322         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4323         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4324
4325 2010-01-26  Tom Tromey  <tromey@redhat.com>
4326
4327         PR exp/7643:
4328         * gdb.base/printcmds.exp (test_print_string_constants): Remove
4329         setup_kfail.
4330
4331 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
4332
4333         * gdb.cp/nsrecurs.exp: New test.
4334         * gdb.cp/nsrecurs.cc: New test program.
4335         * gdb.cp/nsstress.exp: New test.
4336         * gdb.cp/nsstress.cc: New test program.
4337         * gdb.cp/nsdecl.exp: New test.
4338         * gdb.cp/nsdecl.cc: New test program.
4339
4340 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
4341
4342         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4343         imported into file scope.
4344         Marked test as xfail.
4345         * gdb.cp/namespace-using.cc (marker5): New function.
4346         * gdb.cp/shadow.exp: New test.
4347         * gdb.cp/shadow.cc: New test program.
4348         * gdb.cp/nsimport.exp: New test.
4349         * gdb.cp/nsimport.cc: New test program.
4350
4351 2010-01-25  Tom Tromey  <tromey@redhat.com>
4352
4353         PR gdb/11049:
4354         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4355         with "set print null-stop on".
4356
4357 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4358
4359         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4360         Adjust it for DISASSEMBLY_OMIT_FNAME.
4361
4362 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4363
4364         PR symtab/11199:
4365         * gdb.dwarf2/member-ptr-forwardref.exp,
4366         gdb.dwarf2/member-ptr-forwardref.S: New.
4367
4368 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4369
4370         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4371         (thread1_func): Protect thread1_tid with thread1_tid_cond by
4372         thread1_tid_mutex.  Remove gdbstop_mutex handling.
4373         (thread2_func): Protect thread2_tid with thread2_tid_cond by
4374         thread2_tid_mutex.  Remove gdbstop_mutex handling.
4375         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4376         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
4377         pthread_cond_wait conditionalizations by while loops.
4378
4379 2010-01-20  Tom Tromey  <tromey@redhat.com>
4380
4381         PR backtrace/10770:
4382         * gdb.dwarf2/pr10770.exp: New file.
4383         * gdb.dwarf2/pr10770.c: New file.
4384         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4385
4386 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
4387
4388         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4389         that target was removed, and the test always runs native anyway.
4390
4391 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4392
4393         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4394         gdb.base/watchpoint-cond-gone-stripped.c: New.
4395
4396 2010-01-19  Tom Tromey  <tromey@redhat.com>
4397
4398         PR c++/8000:
4399         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
4400         existing tests.
4401         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4402         (main): Use AAA::SomeEnum.
4403
4404 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4405
4406         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4407         (test_ignore_count): Declare line_callme_body global.
4408         (run to breakpoint with ignore count): Use line_callme_body.
4409         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4410         (set line_main_hello, set line_main_return): Reindent.
4411         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4412         New.
4413         (continue to callee4): Use line_callee4_body.
4414         (check *stopped from CLI command): Use line_callee4_next.
4415         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4416         (set line_main_hello, set line_main_return): Reindent.
4417         (set line_callee4_head, set line_callee4_body): New.
4418         (continue to callee4): Use line_callee4_body.
4419
4420 2010-01-18  Tom Tromey  <tromey@redhat.com>
4421
4422         PR c++/9680:
4423         * gdb.cp/casts.cc: Add new classes and variables.
4424         * gdb.cp/casts.exp: Test new operators.
4425
4426 2010-01-18  Tom Tromey  <tromey@redhat.com>
4427             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4428
4429         * gdb.python/source2.py: New file.
4430         * gdb.python/source1: New file.
4431         * gdb.python/python.exp: Test "source" command.
4432
4433 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4434
4435         * gdb.trace/tfile.c: New file.
4436         * gdb.trace/tfile.exp: New file.
4437
4438 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4439
4440         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4441
4442 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4443
4444         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4445
4446 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4447
4448         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4449         (libfunc): New parameter action.  Implement also selectable "sleep".
4450         * gdb.base/break-interp-main.c: Include assert.h.
4451         (libfunc): New parameter action.
4452         (main): New parameters argc and argv.  Assert argc.  Pass argv.
4453         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4454         (test_attach): New proc.
4455         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
4456         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
4457
4458 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4459
4460         * gdb.base/break-interp.exp (test_core): New proc.
4461         (test_ld): Call it.
4462
4463 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4464
4465         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4466         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
4467         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
4468         and gdb_compile_shlib.  Use new -Wl compiler options.
4469         (dl bt, main bt): New tests.
4470
4471 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4472
4473         Support PIEs with no symfile_objfile.
4474         * gdb.base/break-interp.exp: New argument at the test_ld calls.
4475         (test_ld): New parameter trynosym.
4476         (test_ld <$trynosym>): New block.
4477
4478 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4479
4480         * gdb.base/break-interp.exp: New file.
4481
4482 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4483
4484         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4485         * gdb.python/py-prettyprint.py (pp_ls): New printer.
4486         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4487         test.
4488         * gdb.python/py-prettyprint.c: Define lazystring test structure.
4489         * gdb.python/py-mi.exp: Add lazy string test.
4490
4491 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4492
4493         * lib/mi-support.exp (mi_check_thread_states): Handle
4494         core number in thread listing.
4495
4496 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
4497
4498         * gdb.base/maint.exp: Adjust the expected output for the
4499         "maint print type" test. Use gdb_test_multiple instead of
4500         gdb_sent/gdb_expect.
4501
4502 2010-01-11  Doug Evans  <dje@google.com>
4503
4504         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4505         from gdbserver_download.  All callers updated.
4506
4507         * gdb.server/ext-run.exp: "info os processes" requires xml support.
4508
4509 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4510
4511         Implement binary numbers parsing.
4512         * gdb.base/printcmds.exp (test_integer_literals_accepted)
4513         (test_integer_literals_rejected): New binary tests.
4514
4515 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4516
4517         * gdb.cell/configure: Regenerate.
4518
4519 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4520
4521         * gdb.base/corefile.exp: Move the core finding block out and call it as
4522         core_find, new variable $corefile, replace corefile by $corefile and
4523         [file tail $corefile] for usage vs. test names resp.
4524         * lib/gdb.exp (core_find): Move it as a new function here.  New
4525         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
4526         $destcore.  Return "" on error.
4527
4528 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4529
4530         Workaround PR binutils/10802.
4531         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4532         (twice).
4533
4534 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
4535
4536         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4537
4538 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
4539
4540         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4541         call, to avoid interruption.
4542
4543 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4544
4545         * gdb.stabs/weird.def (args93): New.
4546
4547 2010-01-07  Doug Evans  <dje@google.com>
4548
4549         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4550
4551 2010-01-07  Tom Tromey  <tromey@redhat.com>
4552
4553         * gdb.base/source.exp: Use correct line number.
4554
4555 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4556
4557         * gdb.trace/tracecmd.exp: Test ftrace.
4558
4559 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4560
4561         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4562
4563 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4564
4565         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4566         "uint_for_mi_testing".
4567
4568 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4569
4570         Test indented comment in file being sourced.
4571         * gdb.base/commands.exp: Test indented comment in file being sourced.
4572
4573 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4574
4575         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4576         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4577         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4578         notice.
4579
4580 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4581
4582         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4583         notice.
4584
4585 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4586
4587         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4588         missing $after_stopped and comma (,) expectation.
4589
4590 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4591
4592         * gdb.trace/actions.exp: Test teval action.
4593
4594 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4595
4596         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4597         (top level): Call test_watchpoint_in_big_blob.
4598         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4599         watchpoints.
4600         (func3): Write to buf.
4601
4602 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4603
4604         * gdb.trace/actions.exp: Test default-collect.
4605
4606 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4607
4608         * gdb.trace/tsv.exp: New file.
4609         * gdb.base/completion.exp: Update ambiguous info output.
4610
4611 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4612
4613         * gdb.base/find.c (main): Reference search buffers.
4614         * gdb.base/included.c (main): Reference integer.
4615         * gdb.base/ptype.c (charfoo): Declare.
4616         (intfoo): Call charfoo.
4617         * gdb.base/scope0.c (useitp): New function.
4618         (usestatics): Use useitp.
4619         (useit): Add a type for val.
4620         * gdb.base/scope1.c (useit1): Take a pointer argument.
4621         (usestatics1): Update calls to useit1.
4622         * gdb.cp/call-c.cc: Declare foo.
4623         (main): Call foo.
4624         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4625         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4626         (main): Call C::ensureRefs and ensureOtherRefs.
4627         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4628         variables.
4629         (ensureOtherRefs): New function.
4630         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4631         * gdb.cp/templates.cc (main): Call t5i.value.
4632
4633 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4634
4635         Fix compatibility with G++-4.5.
4636         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4637         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4638         (uncaught return): Remove.
4639
4640 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4641             Phil Muldoon  <pmuldoon@redhat.com>
4642
4643         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4644         (bp_location13, bp_location14, bp_location17, bp_location18)
4645         (marker3_proto, marker4_proto): New variables.
4646         (breakpoint info): Update output.
4647         (run until breakpoint at marker3, run until breakpoint at marker4): New
4648         tests.
4649
4650 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4651
4652         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4653         Replace the printf call of Y by provided "y-set-1" label.  New block
4654         for the second shared library.
4655         * gdb.base/unload.exp: Compile also the second library, call
4656         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
4657         (single pending breakpoint info): Rename to ...
4658         (pending breakpoint info before run): ... this extended test.
4659         (libfile2, libname2, libsrcfile2, libsrc2)
4660         (lib_sl2): New variables.
4661         (exec_opts): Set also SHLIB_NAME2.
4662         (pending breakpoint info on first run at shrfunc1)
4663         (pending breakpoint info on second run at shrfunc1)
4664         (pending breakpoint info on second run at shrfunc2)
4665         (print y from libfile, print y from libfile2): New tests.
4666         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4667         * gdb.base/unloadshr2.c: New.
4668
4669 2009-12-22  Hui Zhu  <teawater@gmail.com>
4670
4671         * gdb.reverse/sigall-reverse.exp: Adjust.
4672
4673 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4674
4675         PR gdb/10884
4676
4677         * gdb.mi/var-cmd.c (do_bitfield_tests): New
4678         (main): Call do_bitfield_tests.
4679         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4680
4681 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4682
4683         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4684         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4685         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4686         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4687         gdb.modula2/unbounded1.c: Update copyright header.
4688
4689 2009-12-10  Chris Moller  <moller@mollerware.com>
4690
4691         PR gdb/9399
4692         * gdb.cp/virtfunc2.exp: New tests
4693         * gdb.cp/virtfunc2.cc: New tests
4694         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4695
4696 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
4697
4698         * gdb.reverse/i387-env-reverse.c: New file.
4699         * gdb.reverse/i387-env-reverse.exp: New file.
4700         * gdb.reverse/i387-stack-reverse.c: New file.
4701         * gdb.reverse/i387-stack-reverse.exp: New file.
4702
4703 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4704
4705         * gdb.python/py-type.exp (test_range): New test.
4706
4707 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
4708
4709         PR python/10805
4710
4711         * gdb.python/py-type.exp: New file.
4712         * gdb.python/py-type.c: New file.
4713         * Makefile.in: Add py-type.
4714
4715 2009-12-03  Tom Tromey  <tromey@redhat.com>
4716
4717         * gdb.python/py-value.exp (test_parse_and_eval): New
4718         function.
4719
4720 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
4721
4722        PR gdb/11022
4723
4724        * gdb.base/pr11022.exp: New test.
4725        * gdb.base/pr11022.c: New test.
4726
4727 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4728
4729         Fix spurious false FAILs.
4730         * gdb.base/structs.c (chartest): New.
4731         (main): Fill-in chartest.
4732         * gdb.base/structs.exp (anychar_re, first): New.
4733         (start_structs_test): Import global anychar_re and first.
4734         New gdb_test call "set print elements 300; ${testfile}"
4735         (start_structs_test <$first>): New block.
4736         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
4737
4738 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4739
4740         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4741
4742 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4745         Force $srcfile file.
4746         * gdb.base/foll-fork.c (callee): Comment out the printf call.
4747
4748 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4749
4750         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4751         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4752         * gdb.threads/watchthreads-reorder.exp: Likewise.
4753
4754 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4755
4756         PR gdb/8704
4757
4758         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4759         "if", and "thread".  Correct matching in the previous test.
4760
4761 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
4762
4763         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4764
4765 2009-11-23  Michael Snyder  <msnyder@vmware.com>
4766
4767         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4768         * gdb.reverse-watch-precsave.exp: Ditto.
4769
4770 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4771
4772         * gdb.asm/asm-source.exp: Adjust.
4773         * gdb.base/help.exp: Adjust.
4774
4775 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
4776
4777         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4778         (do_syscall_tests_without_xml): Set data-directory to
4779         /the/path/to/nowhere.
4780
4781 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
4782
4783         * gdb.threads/local-watch-wrong-thread.c,
4784         gdb.threads/local-watch-wrong-thread.exp: New files.
4785
4786 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
4787
4788         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4789         assume new `regsub' syntax available.
4790
4791 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4792
4793         * gdb.base/watchpoint-hw-hit-once.exp,
4794         gdb.base/watchpoint-hw-hit-once.c: New.
4795
4796 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4797
4798         * gdb.threads/watchthreads-reorder.exp,
4799         gdb.threads/watchthreads-reorder.c: New.
4800
4801 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4802
4803         * gdb.xml/tdesc-regs.exp: Use for m68k.
4804
4805 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
4806
4807         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4808
4809 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
4810
4811         * lib/gdb.exp (current_target_name): New procedure.
4812         (gdb_wrapper_target): New variable.
4813         (gdb_wrapper_init): Set gdb_wrapper_target.
4814         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4815         wrapper.
4816
4817 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
4818
4819         * gdb.base/remote.exp: Delete the slowest load test.
4820         Do not load with fixed packet sizes.
4821
4822 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
4823
4824         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4825
4826 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
4827
4828         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
4829         srcfile when setting a breakpoint.
4830
4831 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
4832
4833         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4834         macros.
4835
4836 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
4837
4838         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4839         to be in memory.
4840         * gdb.base/display.c (force_mem): New.
4841         (do_loops): Use it.  Add breakpoint comments.
4842         (do_vars): Add a breakpoint comment.
4843         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
4844         line numbers.
4845
4846 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
4847
4848         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4849         instead of a bare "run".
4850
4851 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
4852
4853         * gdb.python/py-prettyprint.exp: Adjust.
4854
4855 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4856
4857         * lib/cell.exp (skip_cell_tests): Clean up test files before
4858         returning.
4859
4860 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4861
4862         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4863         and the breakpoint menu.  Do not call perror if a prompt is seen.
4864         Consume the following GDB prompt.
4865         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4866         * gdb.cp/namespace.exp: Use gdb_test.
4867         * gdb.cp/templates.exp: Use gdb_test.
4868         (test_template_breakpoints): Use gdb_test_multiple.
4869
4870 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4871
4872         * gdb.base/break1.c (struct some_struct, values): Move earlier.
4873         (marker4): Reference values.
4874
4875 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4876
4877         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4878         is missing.
4879
4880 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4881
4882         * gdb.base/break.c (need_malloc): New.
4883         * gdb.base/constvars.c (main): Reference crass and crisp.
4884         * gdb.base/gdb1821.c (main): Reference bar.
4885         * gdb.cp/gdb1355.cc (main): Reference s1.
4886         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
4887         (main): Call them.
4888         * gdb.cp/hang2.cc (dummy2): Define.
4889         * gdb.cp/hang3.cc (dummy3): Define.
4890         * gdb.cp/m-data.cc (main): Reference shadow.
4891
4892 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
4893             Nathan Froyd  <froydnj@codesourcery.com>
4894
4895         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
4896         remote host.
4897
4898 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4899
4900         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
4901         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
4902         * gdb.dwarf2/dw2-compressed.exp: Likewise.
4903         * gdb.dwarf2/dw2-intercu.exp: Likewise.
4904         * gdb.dwarf2/dw2-intermix.exp: Likewise.
4905         * gdb.dwarf2/dw2-producer.exp: Likewise.
4906         * gdb.dwarf2/mac-fileno.exp: Likewise.
4907         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
4908         py-prettyprint.py to the remote host.
4909         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
4910
4911 2009-11-11  Keith Seitz  <keiths@redhat.com>
4912
4913         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
4914         use it instead of "Foo".
4915         * gdb.cp/classes.exp (do_tests): Add a test to access
4916         a method through a typedef'd class name.
4917
4918 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
4919
4920         * gdb.base/long_long.exp: Permit leading zeros on floating-point
4921         exponents.
4922         * gdb.base/pointers.exp: Likewise.
4923         * gdb.cp/ref-types.exp: Likewise.
4924
4925 2009-11-11  Keith Seitz  <keiths@redhat.com>
4926
4927         * gdb.cp/cplusfuncs.cc (class foo): Add operators
4928         new[] and delete[].
4929         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
4930         "void".
4931         (probe_demangler): Remove all single-quoting of
4932         method and variable names.
4933         (info_func_regexp): Remove the word "void" from any
4934         occurrence of "(void)".
4935         (print_addr_2): Remove all single-quoting of
4936         method names.
4937         (print_addr_2_kfail): Likewise.
4938         (print_addr): Single-quote C function names before
4939         passing to print_addr_2.
4940         (test_paddr_operator_functions): Remove single-quoting
4941         for method names.
4942         Add tests for operator new[] and operator delete[].
4943
4944 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4945
4946         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
4947
4948 2009-11-09  Keith Seitz  <keiths@redhat.com>
4949
4950         * gdb.cp/overload.exp: Add tests for resolving overloaded
4951         methods in expression parsing/evaluation.
4952
4953 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
4954
4955         * lib/gdb.exp (default_gdb_version): Use --version instead of
4956         --command.
4957
4958 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
4959
4960         * lib/gdb.exp (gdb_compile_test): New.
4961         (skip_ada_tests, skip_java_tests): New.
4962         (gdb_compile): Use gdb_compile_test for f77.
4963         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
4964         * lib/java.exp (compile_java_from_source): Remove runtests check,
4965         use gdb_compile_test to record result.
4966         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
4967         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
4968         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
4969         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
4970         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
4971         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
4972         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
4973         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
4974         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
4975         adjust gdb_compile invocations.
4976
4977 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4978
4979         * Makefile.in (abs_builddir): New.
4980         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
4981         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
4982         `$(abs_builddir)/site.exp'.
4983
4984 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4985
4986         * config/m68k-emc.exp, lib/emc-support.exp,
4987         gdb.trace/gdb_c_test.c: Delete.
4988         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
4989         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4990         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4991         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4992         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4993         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
4994         casing for m68k-*-elf.
4995
4996 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
4997
4998         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
4999         * gdb.arch/i386-prologue.exp: Likewise.
5000         * gdb.arch/i386-unwind.exp: Likewise.
5001
5002 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
5003
5004         * lib/gdb.exp (gdb_expect): Fix timeout typo.
5005
5006 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
5007
5008         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5009
5010 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
5011
5012         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5013
5014 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5015
5016         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5017
5018 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5019
5020         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5021         * gdb.base/sepdebug2.c: New file.
5022
5023 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5024
5025         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5026         the modified warnings for catch syscall.  Verify if GDB was compiled
5027         with support for lib expat, and choose which tests to run depending
5028         on this.
5029
5030 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5031
5032         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5033         that composite commands are parsed OK. And also test
5034         that breakpoint commands do work.
5035
5036 2009-10-23  Michael Snyder  <msnyder@vmware.com>
5037
5038         gdb.reverse/consecutive-precsave.exp: Change expect pattern
5039         to allow for new disassembly style.
5040
5041 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5042
5043         * gdb.asm/asm-source.exp: Adjust.
5044
5045 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5046
5047         * gdb.reverse/break-precsave.exp: New test.
5048         * gdb.reverse/consecutive-precsave.exp: Ditto.
5049         * gdb.reverse/finish-precsave.exp: Ditto.
5050         * gdb.reverse/i386-precsave.exp: Ditto.
5051         * gdb.reverse/machinestate-precsave.exp: Ditto.
5052         * gdb.reverse/sigall-precsave.exp: Ditto.
5053         * gdb.reverse/solilb-precsave.exp: Ditto.
5054         * gdb.reverse/step-precsave.exp: Ditto.
5055         * gdb.reverse/until-precsave.exp: Ditto.
5056         * gdb.reverse/watch-precsave.exp: Ditto.
5057
5058 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5059
5060         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5061         for gdb_expect.  Adjust one test's expect strings for the new
5062         format of disassemble.
5063         * gdb.reverse/finish-reverse.exp: Delete 'return'.
5064         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5065         gdb_test_multiple.
5066         * gdb.reverse/step-reverse.exp: Delete 'return'.
5067         * gdb.reverse/until-reverse.exp: Delete blank lines.
5068         * gdb.reverse/watch-reverse.exp: Delete blank lines.
5069
5070 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5071
5072         * gdb.base/consecutive.exp: Adjust.
5073         * gdb.base/display.exp: Likewise.
5074         * gdb.base/pc-fp.exp: Likewise.
5075         * gdb.base/sigbpt.exp: Likewise.
5076
5077 2009-10-19  Michael Snyder  <msnyder@vmware.com>
5078
5079         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5080         * gdb.reverse/finish-reverse.c: Ditto.
5081         * gdb.reverse/sigall-reverse.c: Ditto.
5082         * gdb.reverse/solib-reverse.c: Ditto.
5083         * gdb.reverse/step-reverse.c: Ditto.
5084         * gdb.reverse/watch-reverse.c: Ditto.
5085
5086 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5087             Stan Shebs  <stan@codesourcery.com>
5088
5089         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5090         * gdb.base/foll-exec.exp: Adjust to expect a process id before
5091         "Executing new program".
5092         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5093         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
5094         left listed after having been killed.
5095         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5096         * gdb.base/maint.exp: Adjust test.
5097
5098         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5099         * gdb.multi/Makefile.in: New.
5100         * gdb.multi/base.exp: New.
5101         * gdb.multi/goodbye.c: New.
5102         * gdb.multi/hangout.c: New.
5103         * gdb.multi/hello.c: New.
5104         * gdb.multi/bkpt-multi-exec.c: New.
5105         * gdb.multi/bkpt-multi-exec.exp: New.
5106         * gdb.multi/crashme.c: New.
5107
5108 2009-10-13  Tristan Gingold  <gingold@adacore.com>
5109
5110         * gdb.base/sepdebug.exp: Check debug info are found.
5111
5112 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
5113
5114         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5115         bits.
5116
5117 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5118
5119         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5120
5121 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
5122
5123         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
5124         of the comments.
5125
5126 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5127
5128         * gdb.base/annota1.exp: Remove obsolete match_max increase.
5129         * gdb.base/annota3.exp: Idem.
5130         * gdb.base/maint.exp: Idem.
5131
5132 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
5133
5134         * lib/gdb.exp (default_gdb_init): Set current value of match_max
5135         to default.
5136
5137 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5138
5139         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5140         mingw and cygwin targets.
5141
5142 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
5143             Pedro Alves  <pedro@codesourcery.com>
5144
5145         * lib/gdb.exp (gdb_compile): Avoid adding
5146         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5147
5148 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
5149
5150         * gdb.base/shr1.c: Use %p in format string.
5151         * gdb.base/unload.c: Avoid warning in fprintf.
5152         * gdb.base/watchpoint-solib.c: Idem.
5153
5154 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
5155
5156         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5157         long type.
5158         (test_unlink): Correct printf string.
5159         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5160         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5161
5162 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5163
5164         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5165         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5166         * gdb.arch/ia64-breakpoint-shadow.S: New file.
5167
5168 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5169
5170         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5171         * gdb.objc/nondebug.exp: Likewise.
5172
5173 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5174
5175         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5176         target_info setting.
5177
5178         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5179         that detect new threads during "info threads".
5180
5181 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5182
5183         * gdb.threads/manythreads.c (main): Increase thread stack size
5184         to 2*PTHREAD_STACK_MIN.
5185         * gdb.threads/multi-create.c (main): Likewise.
5186         (create_function): Likewise.
5187
5188 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5189
5190         * gdb.base/dump.exp: Pass difference of pointer types instead
5191         of integer types as offset to restore in intarr3.srec case.
5192
5193 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5194
5195         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5196
5197 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5198
5199         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5200
5201 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5202
5203         New test for two watchpoints, with disabling of
5204         the first inserted.
5205         * testsuite/gdb.base/watchpoints.c: New file.
5206         * testsuite/gdb.base/watchpoints.exp: New file.
5207
5208 2009-09-25  Tom Tromey  <tromey@redhat.com>
5209
5210         * gdb.base/charset.exp: Test utf-16 strings with Python.
5211
5212 2009-09-25  Tom Tromey  <tromey@redhat.com>
5213
5214         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5215         UCS-4.
5216         * gdb.base/charset.c (utf_32_string): Rename.
5217         (init_utf32): Rename.
5218         (main): Update.
5219
5220 2009-09-22  Tom Tromey  <tromey@redhat.com>
5221
5222         * gdb.python/py-function.exp: Add regression tests.
5223
5224 2009-09-21  Keith Seitz  <keiths@redhat.com>
5225
5226         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5227         with invalid operator.
5228
5229 2009-09-21  Keith Seitz  <keiths@redhat.com>
5230
5231         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5232         and destructor using typedef name of class.
5233         * gdb.cp/classes.cc (class Base1): Add a destructor.
5234         (base1): New typedef.
5235         (use_methods): Instanitate an object of type base1.
5236         * gdb.cp/templates.exp (test_template_typedef): New procedure.
5237         (do_tests): Call test_template_typedef.
5238         * gdb.cp/templates.cc (Baz::~Baz): New method.
5239         (intBazOne): New typedef.
5240         (main): Instantiate intBazOne.
5241
5242 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
5243
5244         PR python/10633
5245
5246         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5247         Function.
5248         (run_lang_tests): Add print elements test.
5249
5250 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
5251
5252         * gdb.python/py-value.exp (test_subscript_regression): New
5253         function.  Test for invalid subscripts.
5254         * gdb.python/py-value.c (main): Add test array, and pointer to it.
5255         (ptr_ref): New function.
5256
5257 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5258
5259         * gdb.base/default.exp: Fix "show convenience".
5260
5261 2009-09-15  Tom Tromey  <tromey@redhat.com>
5262
5263         * lib/mi-support.exp (mi_create_varobj): Update.
5264         (mi_create_floating_varobj): Likewise.
5265         (mi_create_dynamic_varobj): New proc.
5266         (mi_varobj_update): Update.
5267         (mi_varobj_update_with_type_change): Likewise.
5268         (mi_varobj_update_kv_helper): New proc.
5269         (mi_varobj_update_dynamic_helper): Rewrite.
5270         (mi_varobj_update_dynamic): New proc.
5271         (mi_list_varobj_children): Update.
5272         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5273         * gdb.python/python-prettyprint.py (pp_outer): New class.
5274         (pp_nullstr): Likewise.
5275         (lookup_function): Register new printers.
5276         * gdb.python/python-prettyprint.c (struct substruct): New type.
5277         (struct outerstruct): Likewise.
5278         (substruct_test): New function.
5279         (struct nullstr): New type.
5280         (string_1, string_2): New globals.
5281         (main): Add new tests.
5282         * gdb.python/python-mi.exp: Added regression tests.
5283         * gdb.mi/mi2-var-display.exp: Update.
5284         * gdb.mi/mi2-var-cmd.exp: Update.
5285         * gdb.mi/mi2-var-child.exp: Update.
5286         * gdb.mi/mi2-var-block.exp: Update.
5287         * gdb.mi/mi-var-invalidate.exp: Update.
5288         * gdb.mi/mi-var-display.exp: Update.
5289         * gdb.mi/mi-var-cmd.exp: Update.
5290         * gdb.mi/mi-var-child.exp: Update.
5291         * gdb.mi/mi-var-block.exp: Update.
5292         * gdb.mi/mi-break.exp: Update.
5293         * gdb.mi/gdb701.exp: Update.
5294
5295 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5296
5297         * Makefile.in: Inclusion of catch-syscall object.
5298         * gdb.base/catch-syscall.c: New file.
5299         * gdb.base/catch-syscall.exp: New file.
5300
5301 2009-09-12  Michael Snyder  <msnyder@vmware.com>
5302
5303         * gdb.reverse/step-reverse.exp: Explicitly check for targets
5304         that can support reverse debuggnig.
5305
5306 2009-09-11  Tom Tromey  <tromey@redhat.com>
5307
5308         * gdb.dwarf2/valop.S: New file.
5309         * gdb.dwarf2/valop.exp: New file.
5310
5311 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
5312
5313         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5314
5315 2009-09-10  Doug Evans  <dje@google.com>
5316
5317         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5318         Add $gdb_prompt to second breakpoint regexp.
5319
5320 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
5321
5322         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5323         names, add missing ones.
5324         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5325         * gdb.python/py-frame.c: Rename from python-frame.c.
5326         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
5327         testfile name.
5328         * gdb.python/py-function.exp: Rename from python-function.exp.
5329         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
5330         testfile name.
5331         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5332         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5333         Adjust testfile name.
5334         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5335         * gdb.python/py-template.cc: Rename from python-template.cc.
5336         * gdb.python/py-template.exp: Rename from python-template.exp.
5337         Adjust testfile name.
5338         * gdb.python/py-value.c: Rename from python-value.c.
5339         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
5340         testfile name.
5341
5342 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5343
5344         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5345         $bpt2address.
5346         (Second breakpoint address is valid on ia64)
5347         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5348
5349 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
5350
5351         * gdb.base/ending-run.exp: Restrict regular expression matching
5352         line number to require closing brace following.
5353
5354 2009-09-03  Doug Evans  <dje@google.com>
5355
5356         * gdb.base/store.exp (check_set): Fix typo in expected value message.
5357
5358 2009-09-02  Tom Tromey  <tromey@redhat.com>
5359
5360         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5361
5362 2009-09-02  Tom Tromey  <tromey@redhat.com>
5363
5364         * gdb.dwarf2/callframecfa.exp: New file.
5365         * gdb.dwarf2/callframecfa.S: New file.
5366
5367 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5368
5369         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5370         gdb.base/solib-overlap-main.c: New.
5371
5372 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
5373
5374         PR gdb/10565
5375
5376         * gdb.base/bitfields.c (struct container, container): New.
5377         (main): Initialize it and call break5.
5378         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5379
5380 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5381
5382         Support constant DW_AT_data_member_location by GCC PR debug/40659.
5383         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5384
5385 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5386
5387         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5388
5389 2009-08-26  Michael Snyder  <msnyder@vmware.com>
5390
5391         * gdb.base/i386-reverse.c: New file.
5392         * gdb.base/i386-reverse.exp: New file.
5393         * gdb.base/Makefile.in: Add new files to be removed.
5394
5395 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
5396
5397         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5398         environment-pwd for remote host.
5399         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5400
5401 2009-08-24  Keith Seitz  <keiths@redhat.com>
5402
5403         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5404         Add two new C++ completer tests which limit the output to a
5405         given class.
5406
5407 2009-08-24  Michael Snyder  <msnyder@vmware.com>
5408
5409         * gdb.base/del.exp: Fix typo in comment.
5410         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5411
5412 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5413
5414         * configure: Regenerate.
5415         * gdb.hp/configure: Likewise.
5416         * gdb.hp/gdb.aCC/configure: Likewise.
5417         * gdb.hp/gdb.base-hp/configure: Likewise.
5418         * gdb.hp/gdb.compat/configure: Likewise.
5419         * gdb.hp/gdb.defects/configure: Likewise.
5420         * gdb.hp/gdb.objdbg/configure: Likewise.
5421         * gdb.stabs/configure: Likewise.
5422
5423 2009-08-19  Doug Evans  <dje@google.com>
5424
5425         * gdb.base/gdbvars.c: New file.
5426         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5427
5428 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
5429
5430         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5431         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5432
5433 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
5434
5435         * gdb.base/default.exp: Adjust "set language test": it's now an
5436         enum command.  Larger help string moved to "help set language".
5437         * gdb.base/help.exp: Adjust "help set language" expected output,
5438         now lists all known languages.
5439
5440 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
5441
5442         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5443         all frame arguments.
5444         * gdb.arch/altivec-regs.exp: Likewise.
5445
5446 2009-08-07  Tom Tromey  <tromey@redhat.com>
5447
5448         * gdb.base/setshow.exp: Add tests for changes to set language, set
5449         check range, and set check type.
5450
5451 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5452
5453         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5454         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5455         Call it.
5456
5457 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5458
5459         * configure.ac: Run gdb.cell tests when appropriate.
5460         * configure: Regenerate.
5461         * lib/cell.exp: New file.
5462         * gdb.cell: New directory.
5463         * gdb.cell/configure.ac: New file.
5464         * gdb.cell/configure: New file.
5465         * gdb.cell/Makefile.in: New file.
5466         * gdb.cell/arch.exp: New file.
5467         * gdb.cell/break.c: New file.
5468         * gdb.cell/break.exp: New file.
5469         * gdb.cell/break-spu.c: New file.
5470         * gdb.cell/bt.c: New file.
5471         * gdb.cell/bt2-spu.c: New file.
5472         * gdb.cell/bt-spu.c: New file.
5473         * gdb.cell/bt.exp: New file.
5474         * gdb.cell/coremaker.c: New file.
5475         * gdb.cell/coremaker-spu.c: New file.
5476         * gdb.cell/core.exp: New file.
5477         * gdb.cell/gcore.exp: New file.
5478         * gdb.cell/data.c: New file.
5479         * gdb.cell/data.exp: New file.
5480         * gdb.cell/data-spu.c: New file.
5481         * gdb.cell/ea-cache.exp: New file.
5482         * gdb.cell/ea-cache.c: New file.
5483         * gdb.cell/ea-cache-spu.c: New file.
5484         * gdb.cell/ea-standalone.c: New file.
5485         * gdb.cell/ea-standalone.exp: New file.
5486         * gdb.cell/ea-test.c: New file.
5487         * gdb.cell/ea-test.exp: New file.
5488         * gdb.cell/f-regs.exp: New file.
5489         * gdb.cell/mem-access.c: New file.
5490         * gdb.cell/mem-access.exp: New file.
5491         * gdb.cell/mem-access-spu.c: New file.
5492         * gdb.cell/ptype.exp: New file.
5493         * gdb.cell/registers.exp: New file.
5494         * gdb.cell/size.c: New file.
5495         * gdb.cell/sizeof.exp: New file.
5496         * gdb.cell/size-spu.c: New file.
5497         * gdb.cell/solib.exp: New file.
5498         * gdb.cell/solib-symbol.exp: New file.
5499
5500 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5501
5502         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5503
5504 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5505
5506         * gdb.base/float.exp: Handle VFP registers.
5507
5508 2009-07-14  Michael Snyder  <msnyder@vmware.com>
5509
5510         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5511         to bring gdb to the beginning of the calling line.
5512
5513         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5514         confusing the i386 epilogue unwinder.
5515
5516 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5517
5518         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5519
5520 2009-07-14  Michael Snyder  <msnyder@vmware.com>
5521
5522         * gdb.reverse/step-reverse.exp (stepi into function call):
5523         Call instruction may not be first instruction in the line.
5524         (reverse stepi from a function call): Used wrong line number.
5525
5526 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5527
5528         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5529
5530 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5531
5532         Fix gdb.base/macscp.exp when using custom inputrc.
5533         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5534         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
5535         env(TERM) set.
5536         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5537         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5538
5539 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5540
5541         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5542         * gdb.base/annota1.exp (thread_test): Import global $testfile.
5543         Change the compilation target to match the testcase name.
5544         * gdb.base/sect-cmd.exp: Change the compilation target to match the
5545         testcase name.
5546         * a2-run.exp: Use for setup prepare_for_testing.  Change the
5547         compilation target to match the testcase name.
5548         * gdb.base/commands.exp: Likewise.
5549         * gdb.base/finish.exp: Likewise.
5550         * gdb.base/float.exp: Likewise.
5551         * gdb.base/info-target.exp: Likewise.
5552         * gdb.base/relational.exp: Likewise.
5553         * gdb.base/term.exp: Likewise.
5554         * gdb.base/until.exp: Likewise.
5555         * gdb.base/volatile.exp: Likewise.
5556         * gdb.base/whatis-exp.exp: Likewise.
5557
5558 2009-07-11  Hui Zhu  <teawater@gmail.com>
5559
5560         * gdb.base/help.exp (disassemble): Update expected help text.
5561
5562 2009-07-09  Tom Tromey  <tromey@redhat.com>
5563
5564         * lib/gdb.exp: Handle TRANSCRIPT.
5565         (remote_spawn, remote_close, send_gdb): New procs.
5566
5567 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
5568
5569         * gdb.python/python-prettyprint.c: Add counted null string
5570         structure.
5571         * gdb.python/python-prettyprint.exp: Print null string. Test for
5572         embedded nulls.
5573         * gdb.python/python-prettyprint.py (pp_ns): New Function.
5574         * gdb.python/python-value.exp (test_value_in_inferior): Add
5575         variable length string fetch tests.
5576         * gdb.python/python-value.c (main): Add strings for string fetch tests.
5577
5578 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5579
5580         * gdb.base/dump.exp (inaccessible memory is reported): New test.
5581
5582 2009-07-07  Tom Tromey  <tromey@redhat.com>
5583
5584         * gdb.base/call-rt-st.exp: Update for change to escape output.
5585         * gdb.base/callfuncs.exp: Likewise.
5586         * gdb.base/charset.exp: Likewise.
5587         * gdb.base/constvars.exp: Likewise.
5588         * gdb.base/long_long.exp: Likewise.
5589         * gdb.base/pointers.exp: Likewise.
5590         * gdb.base/printcmds.exp: Likewise.
5591         * gdb.base/setvar.exp: Likewise.
5592         * gdb.base/store.exp: Likewise.
5593         * gdb.cp/ref-types.exp: Likewise.
5594         * gdb.mi/mi-var-child.exp: Likewise.
5595         * gdb.mi/mi-var-display.exp: Likewise.
5596         * gdb.mi/mi2-var-display.exp: Likewise.
5597         * gdb.base/charset.exp: Test octal escape sequence length.
5598         Update for change to escape output.
5599
5600 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5601
5602         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5603
5604 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
5605
5606         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5607
5608 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5609
5610         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5611         gdbserver increasing $portnum if "Can't bind address" has been seen.
5612
5613 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
5614
5615         * gdb.base/ending-run.exp: Add "step out of main" pattern for
5616         mingw32ce.
5617
5618 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
5619
5620         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5621         VFP format.
5622
5623 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5624
5625         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5626         linux.  Adjust to use "inferior", "info inferiors", "detach
5627         inferior" and "kill inferior" instead of "restart", "info fork",
5628         "detach fork" and "delete fork".
5629         * gdb.base/ending-run.exp: Spell out "info".
5630         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5631         the "kill" command.
5632
5633 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5634
5635         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5636         change to prefix TLS offset in hex with 0x.
5637
5638 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5639
5640         * gdb.base/default.exp: Update test case for "x" changes.
5641
5642 2009-07-01  Tristan Gingold  <gingold@adacore.com>
5643
5644         * gdb.base/bigcore.exp: Make darwin untested.
5645
5646 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5647
5648         * gdb.base/completion.exp (directory completion): Create the directory.
5649         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5650         escapeuniquesub.
5651         (directory completion 2): Expect now ${escapeuniquesub}.
5652         (Glob remaining of directory test): Remove one excessive newline.
5653         Expect the real output.
5654
5655 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5656
5657         Fix `make check//%' target after `make check' has been ran.
5658         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
5659         a mkdir call.
5660         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5661         (%/.dir): Remove.
5662
5663 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5664
5665         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5666         the expected result record.
5667
5668 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5669
5670         Remove racy FAILs relying just on the timeouts.
5671         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5672         (annotation_level 2): Remove racy FAILs.
5673
5674 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
5675
5676         gdb/10275
5677         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5678
5679 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
5680
5681         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5682
5683 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
5684
5685         * gdb.mi/mi-stack.exp: Testing symbolic options
5686         to -stack-list-locals and -stack-list-arguments.
5687
5688 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5689
5690         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5691
5692 2009-06-29  Tom Tromey  <tromey@redhat.com>
5693
5694         * dg-extract-results.sh: New file.
5695         * Makefile.in (FORCE_PARALLEL): New variable.
5696         (CHECK_TARGET): New conditional variable.
5697         (check): Use CHECK_TARGET.
5698         (DO_RUNTEST): New variable.
5699         (check-single): New target.
5700         (TEST_DIRS): New variable.
5701         (TEST_TARGETS): Likewise.
5702         (check-parallel): New target.
5703         (check-gdb.%): New pattern.
5704         (BASE1_FILES): New variable.
5705         (BASE2_FILES): Likewise.
5706         (check-gdb.base%): New pattern.
5707         (%/.dir): New pattern.
5708         * configure: Rebuild.
5709         * aclocal.m4 (AM_CONDITIONAL): New defun.
5710         * configure.ac: Check whether user is using GNU make.
5711         (GMAKE): New conditional.
5712
5713 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
5714
5715         * gdb.cp/namespace-nested-import.cc: New test.
5716         * gdb.cp/namespace-nested-import.exp: New test.
5717
5718 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5719
5720         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5721         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5722         * gdb.opt/Makefile.in (EXECUTABLES): Update.
5723         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5724         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5725         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5726         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5727         gdb.opt/inline-markers.c: New files.
5728         * lib/gdb.exp (skip_inline_frame_tests): New function.
5729         (skip_inline_var_tests): New function.
5730
5731 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
5732
5733         * gdb.cp/exception.exp: Don't require $hex before inner frame in
5734         backtrace.
5735
5736 2009-06-27  Michael Snyder  <msnyder@vmware.com>
5737
5738         * gdb.reverse: New directory.
5739         * gdb.reverse/break-reverse.c: New test.
5740         * gdb.reverse/break-reverse.exp: New test.
5741         * gdb.reverse/consecutive-reverse.c: New test.
5742         * gdb.reverse/consecutive-reverse.exp: New test.
5743         * gdb.reverse/finish-reverse.c: New test.
5744         * gdb.reverse/finish-reverse.exp: New test.
5745         * gdb.reverse/machinestate.c: New test.
5746         * gdb.reverse/ms1.c: New test.
5747         * gdb.reverse/machinestate.exp: New test.
5748         * gdb.reverse/Makefile.in: New file.
5749         * gdb.reverse/shr2.c: New test.
5750         * gdb.reverse/solib-reverse.c: New test.
5751         * gdb.reverse/solib-reverse.exp: New test.
5752         * gdb.reverse/step-reverse.c: New test.
5753         * gdb.reverse/step-reverse.exp: New test.
5754         * gdb.reverse/until-reverse.c: New test.
5755         * gdb.reverse/ur1.c: New test.
5756         * gdb.reverse/until-reverse.exp: New test.
5757         * gdb.reverse/watch-reverse.c: New test.
5758         * gdb.reverse/watch-reverse.exp: New test.
5759         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5760         * configure: Regenerate.
5761
5762 2009-06-26  Doug Evans  <dje@google.com>
5763
5764         * gdb.base/psymtab.exp: Turn off pending breakpoints.
5765
5766 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5767
5768         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5769         windows problem for 'file delete $binfile'.
5770
5771 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
5772
5773         * gdb.cp/namespace-using.exp: New test.
5774         * gdb.cp/namespace-using.cc: New test.
5775
5776 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
5777
5778         * gdb.ada/variant_record_packed_array: New testcase.
5779
5780 2009-06-23  Tom Tromey  <tromey@redhat.com>
5781
5782         * gdb.base/charset.exp (test_combination): Regression test.
5783         * gdb.base/charset.c (my_wchar_t): New typedef.
5784         (myvar): New global.
5785         (main): Set myvar.
5786
5787 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
5788
5789         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5790         target.
5791
5792 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5793
5794         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5795
5796 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5797
5798         * gdb.mi/gdb680.exp: Update test for error message.
5799
5800 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5801
5802         * gdb.base/annota1.exp: Allow multiple occurrences of the
5803         frames-invalid annotation.
5804         * gdb.cp/annota2.exp: Likewise.
5805
5806 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5807
5808         * gdb.cp/gdb2495.cc: New file.
5809         * gdb.cp/gdb2495.exp: New file.
5810
5811 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5812
5813         Report error on GDB crash during runto.
5814         * lib/gdb.exp (runto <eof>): New.
5815
5816 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
5817
5818         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5819         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5820         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5821         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5822         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5823         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5824         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5825         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5826         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5827         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5828         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5829         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5830         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5831         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5832         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5833         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5834         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5835         gdb.server/server-mon.exp, gdb.server/server-run.exp,
5836         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5837         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5838         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5839         gdb.trace/passcount.exp, gdb.trace/report.exp,
5840         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5841         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5842         gdb.trace/while-stepping.exp: Use a unique name for the compiled
5843         executable.
5844
5845 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5846
5847         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5848         defined before referencing it.
5849
5850 2009-06-03  Doug Evans  <dje@google.com>
5851
5852         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5853         * gdb.arch/i386-see.c: Ditto.
5854
5855 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5856
5857         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5858         (check_macro): Return 1 if undefined.
5859         If first test fails, check if macro debug information is available,
5860         and report unsupported test if no macro information is found.
5861
5862 2009-05-29  Doug Evans  <dje@google.com>
5863
5864         * gdb.threads/hand-call-in-threads.exp: New.
5865         * gdb.threads/hand-call-in-threads.c: New.
5866
5867 2009-05-29  Michael Snyder  <msnyder@vmware.com>
5868
5869         * gdb.base/break-always.exp: Change "1" to "on".
5870         Add confirmation check.
5871
5872 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
5873
5874         * gdb.threads/threxit-hop-specific.c: New.
5875         * gdb.threads/threxit-hop-specific.exp: New.
5876         * gdb.threads/thread-execl.c: New.
5877         * gdb.threads/thread-execl.exp: New.
5878
5879 2009-05-27  Tom Tromey  <tromey@redhat.com>
5880             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5881
5882         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5883         (mi_child_regexp): Likewise.
5884         (mi_list_varobj_children_range): Likewise.
5885         (mi_get_features): Likewise.
5886         (mi_list_varobj_children): Rewrite.
5887         * gdb.python/python-mi.exp: New file.
5888
5889 2009-05-27  Tom Tromey  <tromey@redhat.com>
5890             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5891             Phil Muldoon  <pmuldoon@redhat.com>
5892             Paul Pluzhnikov  <ppluzhnikov@google.com>
5893
5894         * gdb.python/python-prettyprint.exp: New file.
5895         * gdb.python/python-prettyprint.c: New file.
5896         * gdb.python/python-prettyprint.py: New file.
5897         * gdb.base/display.exp: print/r is now valid.
5898
5899 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5900             Tom Tromey  <tromey@redhat.com>
5901             Pedro Alves  <pedro@codesourcery.com>
5902             Paul Pluzhnikov  <ppluzhnikov@google.com>
5903
5904         * gdb.python/python-template.exp: New file.
5905         * gdb.python/python-template.cc: New file.
5906         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5907         tests.
5908         * gdb.python/python-value.exp (py_objfile_tests): New proc.
5909         Call it.
5910         (test_value_after_death): New proc.
5911         * gdb.python/python-value.c (PTR): New typedef.
5912         (main): New variable 'x'.
5913
5914 2009-05-27  Tom Tromey  <tromey@redhat.com>
5915
5916         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
5917         tests.
5918         * gdb.python/python-value.exp (py_objfile_tests): New proc.
5919         Call it.
5920
5921 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
5922
5923         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
5924
5925 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
5926
5927         * gdb.threads/fork-thread-pending.c: New.
5928         * gdb.threads/fork-thread-pending.exp: New.
5929
5930 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5931
5932         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
5933         * gdb.dwarf2/dw2-strp.S (a_string2): New.
5934
5935 2009-05-18  Jon Beniston  <jon@beniston.com>
5936
5937         * gdb.asm/asm-source.exp: Add lm32 target.
5938
5939 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
5940
5941         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
5942         `gdb_get_line_number'.  Call `callee' in both parent and child.
5943         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
5944         `gdb_get_line_number' instead of hardcoding line numbers.
5945         (catch_fork_unpatch_child): New procedure to test detaching
5946         breakpoints from child fork.
5947         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
5948         hardcoding line numbers.
5949         (do_fork_tests): Run `catch_fork_unpatch_child'.
5950
5951 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
5952
5953         * gdb.mi/mi-cmd-var.exp: Check that when varobj
5954         of structure type enters or leaves the scope, it
5955         is reported by -var-update.
5956
5957 2009-05-11  Doug Evans  <dje@sebabeach.org>
5958
5959         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
5960         * gdb.threads/pending-step.c (main): Fix off-by-one error.
5961         * gdb.threads/schedlock.c (main): Fix off-by-one error.
5962
5963 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5964
5965         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
5966
5967 2009-04-30  Doug Evans  <dje@google.com>
5968
5969         * gdb.threads/watchthreads2.exp: New testcase.
5970         * gdb.threads/watchthreads2.c: New testcase.
5971
5972 2009-04-29  Doug Evans  <dje@google.com>
5973
5974         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
5975         * gdb.cp/mb-ctor.cc: Ditto.
5976         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
5977         * gdb.cp/mb-inline.h (multi_line_foo): New function.
5978         * gdb.cp/mb-inline1.cc: Call it.
5979         * gdb.cp/mb-inline2.cc: Ditto.
5980         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
5981         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
5982
5983 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5984
5985         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
5986         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
5987         Replace all uses of `decimal' by `nonzero'.
5988         (info macro FROM_COMMANDLINE): New test.
5989
5990 2009-04-27  Tom Tromey  <tromey@redhat.com>
5991
5992         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
5993
5994 2009-04-27  Doug Evans  <dje@google.com>
5995
5996         * gdb.threads/watchthreads.c (main): Initialize args before starting
5997         the threads.  Plus formatting cleanup.
5998         * gdb.threads/watchthreads.exp: Avoid errant failures due to
5999         biased scheduling of one thread.
6000
6001 2009-04-27  Jerome Guitton  <guitton@adacore.com>
6002
6003         * gdb.cp/templates.cc (GetMax): New template.
6004         (main): Declare two instances of GetMax.
6005         * gdb.cp/templates.exp: Add new test.
6006
6007 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6008
6009         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6010
6011 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
6012
6013         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6014
6015 2009-04-15  Tom Tromey  <tromey@redhat.com>
6016
6017         * gdb.base/charset.exp: Add regression test.
6018
6019 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
6020
6021         * gdb.base/exe-lock.exp: New testcase.
6022
6023 2009-04-13  Tom Tromey  <tromey@redhat.com>
6024
6025         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6026         operator on Frame.
6027
6028 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6029
6030         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6031         * gdb.server/ext-attach.exp: Likewise.
6032
6033 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
6034
6035         Eliminate some sleep usage.
6036
6037         * gdb.mi/basics.c (do_nothing): New.
6038         (main): Use do_nothing instead of printf, so that
6039         not to introduce race condition between output of
6040         inferiour and output of gdb. Do not use sleep as it
6041         is not generally available on embedded targets.
6042
6043 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
6044
6045         * gdb.server/ext-attach.exp: Expect an optional process id after
6046         "Detached from remote process".
6047
6048 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6049
6050         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6051         gdb.dwarf2/dw2-unresolved.exp: New.
6052
6053 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
6054
6055         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
6056         mi_run_to_main.
6057
6058 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
6059
6060         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
6061         mi_run_to_main.  Skip thread exit test on remote targets.
6062         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
6063         mi_run_to_main.
6064         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
6065         mi_run_to_main.
6066         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6067         when expecting ^connected.  Detect when the target doesn't support
6068         non-stop mode.
6069         (mi_run_cmd): Detect if non-stop mode was requested by isn't
6070         supported.  Return -1 on error, 0 on success.
6071         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6072         (mi_runto): Return mi_runto_helper's result explicitly.
6073
6074 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
6075
6076         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6077
6078 2009-04-01  Tom Tromey  <tromey@redhat.com>
6079
6080         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6081         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6082         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6083         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6084
6085 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
6086             Jan Kratochvil  <jan.kratochvil@redhat.com>
6087
6088         PR gdb/931
6089         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6090         output.
6091         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
6092         for gdb/931.
6093         * dw2-strp.S (DW_AT_language): Change to C++.
6094         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6095
6096 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
6097
6098         * gdb.ada/tasks: New testcase.
6099
6100 2009-03-30  Stan Shebs  <stan@codesourcery.com>
6101
6102         * gdb.trace/actions.exp: Update to match new info trace format.
6103         * gdb.trace/deltrace.exp: Ditto.
6104         * gdb.trace/infotrace.exp: Ditto.
6105         * gdb.trace/passcount.exp: Ditto.
6106         * gdb.trace/save-trace.exp: Ditto.
6107         * gdb.trace/while-stepping.exp: Ditto.
6108         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6109
6110 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6111
6112         * gdb.python/python-frame.c: New file.
6113         * gdb.python/python-frame.exp: New file.
6114
6115 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6116
6117         * gdb.python/python-value.exp: Add tests for the address
6118         attribute.
6119
6120 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
6121
6122         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6123
6124 2009-03-26  Doug Evans  <dje@google.com>
6125
6126         * gdb.mi/mi-nonstop-exit.exp: New file.
6127         * gdb.mi/non-stop-exit.c: New file.
6128
6129 2009-03-26  Tom Tromey  <tromey@redhat.com>
6130
6131         Update for change to prologue skipping:
6132         * gdb.mi/mi2-simplerun.exp: Update.
6133         * gdb.mi/mi2-break.exp: Update.
6134         * gdb.mi/mi-simplerun.exp: Update.
6135         * gdb.mi/mi-break.exp: Update.
6136         * gdb.base/ending-run.exp: Update.
6137
6138 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6139
6140         * gdb.python/python-value.exp (test_value_in_inferior): Test
6141         gdb.Value.is_optimized_out attribute.
6142
6143 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6144
6145         * gdb.dwarf2/dw2-noloc-main.c: New file.
6146         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6147         (.text): Remove.
6148         (.data): New.
6149         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6150         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6151         (DW_TAG_subprogram func_cu1, noloc): Remove.
6152         (main): New.
6153         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6154         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
6155         (file_symbols): New procedure.
6156
6157 2009-03-25  Tom Tromey  <tromey@redhat.com>
6158
6159         * gdb.base/charset.exp (valid_target_charset): New proc.
6160         Use it to skip tests on invalid charsets.
6161
6162 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
6163
6164         * gdb.base/completion.exp: Add a test for directory completion.
6165
6166 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6167
6168         Fix a racy FAIL.
6169         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6170         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6171
6172 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6173
6174         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6175         * gdb.python/python-function.exp: Add test for function returning
6176         a GDB value.
6177
6178 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6179
6180         * gdb.python/python-function.exp: New file.
6181
6182 2009-03-20  Tom Tromey  <tromey@redhat.com>
6183
6184         * gdb.base/store.exp: Update for change to escape output.
6185         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6186         to escape output.
6187         * gdb.base/pointers.exp: Update for change to escape output.
6188         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6189         to escape output.
6190         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6191         escape output.
6192         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6193         to escape output.
6194         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6195         escape output.
6196         * gdb.base/setvar.exp: Update for change to escape output.
6197         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6198         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6199         to escape output.
6200         (test_print_string_constants): Likewise.
6201         * gdb.base/charset.exp (valid_host_charset): Check size of
6202         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
6203         cases.  Handle "auto"-related output.
6204         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6205         (uvar, Uvar): New globals.
6206
6207 2009-03-19  Jerome Guitton  <guitton@adacore.com>
6208
6209         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6210         deltas.
6211         * gdb.ada/fixed_points.exp: Ditto.
6212
6213 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
6214
6215         * return-nodebug.c: Don't include stdio.h.
6216         (init): Delete.
6217         (func): Delete definition and provide extern declaration.
6218         (t): New.
6219         (main): Don't call printf.  Call func and store its result in t.
6220         * return-nodebug1.c: New.
6221         * return-nodebug.exp: Don't expect stdio output.  Instead, print
6222         the global variable t.  Drop printf formatters and cast types from
6223         foreach loop.  Don't use prepare_for_testing.  Compile
6224         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
6225         define FORMAT or CAST.
6226
6227 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
6228
6229         * gdb.base/solib-display.exp: Disable test for remote targers.
6230
6231 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6232
6233         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6234
6235 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6236
6237         Fix a racy FAIL.
6238         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6239         code from `follow parent, print pids'.
6240         (`follow child, print pids', `follow parent, print pids'): Call it.
6241         Replace `gdb_test "break..."' by gdb_breakpoint.
6242
6243 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
6244
6245         * gdb.mi/mi-cli.exp: Adjust for output difference in
6246         sync and async modes.
6247
6248 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
6249
6250         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6251         that was checked in by mistake. Remove loading of ada.exp, since
6252         this is not necessary in this case.
6253
6254 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
6255
6256         * gdb.ada/ptype_arith_binop.exp: New testcase.
6257
6258 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
6259
6260         * gdb.ada/mod_from_name: New testcase.
6261
6262 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
6263
6264         * gdb.ada/tick_last_segv: New testcase.
6265
6266 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
6267
6268         * gdb.mi/mi-cli.exp: Remove debug print.
6269
6270 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
6271
6272         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6273         include the token in ^running and frame info in *stopped.
6274
6275 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
6276
6277         * solib-display.exp: New file.
6278         * solib-display-main.c: New file.
6279         * solib-display-lib.c: New file.
6280
6281 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
6282
6283         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6284
6285 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6286
6287         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6288         (list_and_check_macro): Use more specific test name.
6289         (next to definition): Make the test names unique.
6290
6291 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6292
6293         * gdb.pascal/floats.exp: Accept approximate results everywhere.
6294
6295 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6296
6297         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6298         notifications.
6299         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6300         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6301         * lib/mi-support.exp (library_loaded_re): New.
6302         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6303
6304 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6305
6306         * gdb.gdb/observer.exp: Use test_notification observer, not
6307         normal_stop, everywhere.
6308         (test_normal_stop_notifications): Rename to...
6309         (test_notifications): ...this.
6310         (test_observer_normal_stop): Rename to...
6311         (test_observer): ...this.
6312
6313 2009-02-16  Doug Evans  <dje@google.com>
6314
6315         * gdb.arch/amd64-disp-step.S (test_int3): New test.
6316         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6317         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6318         (test_prefixed_syscall,test_int3): New tests.
6319         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6320         (test_prefixed_syscall,test_int3): New tests.
6321
6322 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
6323
6324         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6325         (mi_expect_interrupt): Likewise.
6326         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6327         response.
6328
6329 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6330
6331         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6332         * gdb.base/pc-fp.exp (get_valueofx): Remove.
6333         Replace calls to get_valueofx by get_hexadecimal_valueof.
6334
6335 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6336
6337         * lib/gdb.exp (get_valueof): Accept anything as a return value.
6338         (get_integer_valueof): New procedure.
6339         (get_sizeof): Use new get_integer_value_of.
6340         * gdb.base/sizeof.exp: Replace all uses of get_valueof
6341         by get_integer_valueof.
6342
6343 2009-02-13  Tom Tromey  <tromey@redhat.com>
6344
6345         * gdb.base/remote.exp (get_sizeof): Remove.
6346         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6347         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6348         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6349         * lib/gdb.exp (get_valueof): Move from long_long.exp.
6350         (get_sizeof): Likewise.
6351
6352 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6353
6354         PR fortran/9806
6355         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6356
6357 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
6358
6359         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6360
6361 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6362
6363         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6364
6365 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6366
6367         * gdb.python/python-cmd.exp: New file.
6368
6369 2009-02-06  Tristan Gingold  <gingold@adacore.com>
6370
6371         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6372
6373 2009-02-05  Tristan Gingold  <gingold@adacore.com>
6374
6375         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6376         pointer is dereferenced and use this signal name in regexp.
6377         * gdb.base/signull.exp: Ditto.
6378         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6379         * gdb.base/signull.c (main): Ditto.
6380
6381 2009-02-04  Tom Tromey  <tromey@redhat.com>
6382             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6383
6384         * gdb.python/python-value.exp: Use `gdb.history' instead of
6385         `gdb.value_from_history'.
6386         (test_value_numeric_ops): Add test for conversion of enum constant.
6387         * gdb.python/python-value.c (enum e): New type.
6388         (evalue): New global.
6389         (main): Use argv.
6390
6391 2009-02-04  Jerome Guitton  <guitton@adacore.com>
6392
6393         * gdb.ada/uninitialized_vars: New test program.
6394         * gdb.ada/uninitialized_vars.exp: New testcase.
6395
6396 2009-02-02  Tom Tromey  <tromey@redhat.com>
6397
6398         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6399         * gdb.cp/pr2489.cc: Rename...
6400         * gdb.cp/pr9594.cc: ... to this.
6401
6402 2009-02-02  Tom Tromey  <tromey@redhat.com>
6403
6404         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6405         * gdb.cp/pr2489.cc: New file.
6406         * gdb.cp/cpcompletion.exp: New file.
6407
6408 2009-02-02  Tom Tromey  <tromey@redhat.com>
6409
6410         PR exp/9059:
6411         * gdb.cp/call-c.exp: Add regression test.
6412         * gdb.cp/call-c.cc (FooHandle): New typedef.
6413         (main): New variable 'handle'.
6414
6415 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6416
6417         * lib/mi-support.exp (et_mi_thread_list)
6418         (check_mi_and_console_threads): Adjust for current thread in
6419         -thread-list-ids output.
6420
6421 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6422
6423         * gdb.mi/mi-break.exp (test_disabled_creation): New.
6424         Call it.
6425
6426 2009-01-28  Doug Evans  <dje@google.com>
6427
6428         * gdb.arch/amd64-disp-step.S: New file.
6429         * gdb.arch/amd64-disp-step.exp: New file.
6430         * gdb.arch/i386-disp-step.S: New file.
6431         * gdb.arch/i386-disp-step.exp: New file.
6432
6433 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
6434
6435         * gdb.base/find.exp: Set newline variable
6436         using quotes instead of braces to fix cygwin failures.
6437
6438 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
6439
6440         * gdb.base/radix.exp: Add tests to ensure that that set
6441         input-radix 0 and set output-radix 0 are really rejected.
6442
6443 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
6444
6445         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6446         copyright years.
6447
6448 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
6449
6450         PR gdb/9664:
6451         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6452
6453 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
6454
6455         PR c++/9631:
6456         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6457
6458 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6459
6460         * gdb.server/file-transfer.exp: Use EXEEXT variable for
6461         binfile definition to fix Windows OS failure.
6462
6463 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
6464
6465         PR gdb/9346
6466         * gdb.base/interrupt.c (sigint_handler): New.
6467         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
6468         on error.
6469         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6470         Test "signal SIGINT".
6471
6472 2009-01-19  Doug Evans  <dje@google.com>
6473
6474         * gdb.base/break.exp: Update expected gdb output.
6475         * gdb.base/sepdebug.exp: Ditto.
6476         * gdb.mi/mi-syn-frame.exp: Ditto.
6477         * gdb.mi/mi2-syn-frame.exp: Ditto.
6478         * gdb.base/call-signal-resume.exp: New file.
6479         * gdb.base/call-signals.c: New file.
6480         * gdb.base/unwindonsignal.exp: New file.
6481         * gdb.base/unwindonsignal.c: New file.
6482         * gdb.threads/interrupted-hand-call.exp: New file.
6483         * gdb.threads/interrupted-hand-call.c: New file.
6484         * gdb.threads/thread-unwindonsignal.exp: New file.
6485
6486 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
6487
6488         * gdb.base/define.exp: Test defining and hooking prefix commands.
6489         * gdb.python/python.exp: Update test for "show user" output.
6490
6491 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6492
6493         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
6494         now the output exactly, using less wildcards.  Expect also the output
6495         of gfortran-4.3.  Update for the f-valprint.c modification from
6496         2008-04-22.
6497         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6498         Remove gdb_test test names where matching the command.
6499
6500 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
6501
6502         PR breakpoints/9681:
6503         * gdb.base/watchpoint.exp: Add regression test.
6504
6505 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
6506
6507         * gdb.threads/attach-into-signal.exp: Don't use
6508         gdb_suppress_entire_file.
6509         * gdb.threads/attach-stopped.exp: Ditto.
6510         * gdb.threads/attachstop-mt.exp: Ditto.
6511
6512 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
6513
6514         PR gdb/8812:
6515         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6516
6517 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
6518
6519         PR gdb/7536:
6520         * gdb.base/radix.exp: Add tests to ensure invalid input radices
6521         and unsupported output radices are really rejected.
6522
6523 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6524
6525         * gdb.cp/punctuator.exp: Backslash the '$' signs.
6526
6527 2008-12-22  Tom Tromey  <tromey@redhat.com>
6528
6529         * gdb.cp/punctuator.exp: New file.
6530
6531 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6532
6533         * gdb.base/completion.exp (Completing non-existing component): New test.
6534
6535 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6536
6537         Fix for PR gdb/8648.
6538         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6539         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6540         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6541         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6542
6543 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6544
6545         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6546
6547 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
6548
6549         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6550         compiler actually generate code at the expected line number.
6551
6552 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
6553
6554         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6555
6556 2008-12-12  Tom Tromey  <tromey@redhat.com>
6557
6558         * gdb.base/commands.exp (redefine_hook_test): New proc.
6559         Call it.
6560
6561 2008-12-11  Tom Tromey  <tromey@redhat.com>
6562
6563         * gdb.base/macscp.exp: New regression test.
6564
6565 2008-12-11  Tom Tromey  <tromey@redhat.com>
6566
6567         * gdb.base/macscp.exp: Print "address.addr".
6568         * gdb.base/macscp1.c (struct outer): New struct.
6569         (address): New global.
6570
6571 2008-12-09  Tom Tromey  <tromey@redhat.com>
6572
6573         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6574         Call it.
6575
6576 2008-12-04  Doug Evans  <dje@google.com>
6577
6578         * gdb.server/ext-run.exp: Relax regexp for init program.
6579
6580 2008-12-03  Tristan Gingold  <gingold@adacore.com>
6581
6582         * gdb.base/macscp.exp: Generate an object file during compilation
6583         to work around Darwin dsymutil limitations.
6584
6585 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6586
6587         Test resolving external references to TLS variables.
6588         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6589         FILE2_THREAD_LOCAL.
6590         (testfile2, srcfile2): New variables.
6591         * gdb.threads/tls.c (file2_thread_local)
6592         (function_referencing_file2_thread_local): New.
6593         * gdb.threads/tls2.c: New file.
6594
6595 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
6596
6597         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6598         rather than integer, as integer might not be big enough when
6599         on 64bit targets.
6600
6601 2008-11-27  Jerome Guitton  <guitton@adacore.com>
6602
6603         * gdb.cp/formatted-ref.exp: Add equality test.
6604         * gdb.ada/formatted_ref.exp: Ditto.
6605
6606 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6607
6608         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6609         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6610
6611 2008-11-20  Andreas Schwab  <schwab@suse.de>
6612
6613         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6614         matching syscall entry point.
6615         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6616         (tcatch_vfork_then_child_follow): Likewise.  Finish through
6617         vfork even if we stopped at the syscall trampoline.
6618
6619 2008-11-20  Doug Evans  <dje@google.com>
6620
6621         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6622
6623 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6624
6625         * gdb.arch/ppc-dfp.exp: New file.
6626         * gdb.arch/ppc-dfp.c: New file.
6627
6628 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6629
6630         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6631
6632 2008-11-17  Doug Evans  <dje@google.com>
6633
6634         * gdb.mi/mi-syn-frame.exp: Update expected output.
6635         * gdb.mi/mi2-syn-frame.exp: Update expected output.
6636
6637 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6638
6639         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6640         "thread N" results in =thread-selected.
6641         * lib/mi-support (mi_run_cmd, mi_expect_stop)
6642         (mi_send_resuming_command_raw): Be prepared for
6643         =thread-selected.
6644
6645 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6646
6647         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6648         * lib/mi-support.exp: Likewise.
6649
6650 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
6651
6652         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6653         commands from the expected output for "help catch".
6654
6655 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
6656
6657         * gdb.ada/int_deref.exp: New testcase.
6658
6659 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
6660
6661         * gdb.mi/gdb2549.exp: New file.
6662
6663 2008-11-11  Doug Evans  <dje@google.com>
6664
6665         * gdb.base/callexit.exp: New file.
6666         * gdb.base/callexit.c: New file.
6667
6668 2008-11-10  Doug Evans  <dje@google.com>
6669
6670         * lib/gdb.exp (GDBFLAGS): Move -nx ...
6671         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
6672         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6673         (default_gdb_start,default_gdb_exit): Ditto.
6674         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6675         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6676         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6677         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6678         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6679         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6680
6681 2008-11-03  Andreas Schwab  <schwab@suse.de>
6682
6683         * gdb.base/hashline2.exp: Fix typo.
6684         * gdb.base/hashline3.exp: Likewise.
6685
6686 2008-10-30  Tom Tromey  <tromey@redhat.com>
6687
6688         * gdb.base/pointers.exp: Add test.
6689         * gdb.base/pointers.c (k, S): New typedefs.
6690         (instance): New global.
6691
6692 2008-10-30  Andreas Schwab  <schwab@suse.de>
6693
6694         * gdb.base/args.exp: Add tests for newlines.
6695
6696 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
6697
6698         gdb.base/foll-exec.exp: Update the expected output of a couple
6699         of "info breakpoints" tests.
6700
6701 2008-10-28  Tom Tromey  <tromey@redhat.com>
6702
6703         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6704
6705 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
6706
6707         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6708         gdb_start_cmd.
6709         Use runto_main before any test that requires execution.
6710
6711 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6712
6713         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6714         instead of SIGINT.
6715
6716 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6717
6718         * gdb.base/completion.exp: Update expected output following
6719         the addition of the "info tasks" command.
6720
6721 2008-10-22  Tom Tromey  <tromey@redhat.com>
6722
6723         * gdb.base/exprs.exp (test_expr): Add test for string
6724         concatenation.
6725
6726 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
6727
6728         * configure.ac: Output gdb.python/Makefile.
6729         * configure: Regenerate.
6730         * gdb.python/Makefile.in: New.
6731
6732 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
6733
6734         * gdb.base/foll-fork.exp: Adjust the expected output to match
6735         the new description for fork/vfork catchpoints in the "info
6736         breakpoints" output.
6737
6738 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
6739
6740         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6741
6742 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6743
6744         * gdb.python/python-value.c: New file.
6745         * gdb.python/python-value.exp: New file.
6746
6747 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
6748
6749         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6750
6751 2008-10-15  Denis Pilat  <denis.pilat@st.com>
6752
6753         * gdb.cp/mb-ctor.exp: Fix a typo.
6754
6755 2008-10-09  Tom Tromey  <tromey@redhat.com>
6756
6757         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6758         'fprintf' and 'stderr'.
6759
6760 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
6761
6762         * gdb.ada/ref_tick_size.exp: New testcase.
6763
6764 2008-10-06  Doug Evans  <dje@google.com>
6765
6766         * gdb.dwarf2/dw2-cu-size.exp: New file.
6767         * gdb.dwarf2/dw2-cu-size.S: New file.
6768
6769         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6770         .Ltype_int for clarity.
6771
6772 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
6773
6774         PR gdb/2384:
6775         * gdb.cp/gdb2384.exp: Extended to test more cases.
6776         * gdb.cp/gdb2384.cc: Likewise.
6777         * gdb.cp/gdb2384-base.h: Likewise.
6778         * gdb.cp/gdb2384-base.cc: Likewise.
6779
6780 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6781
6782         * gdb.base/maint.exp (maint print type): Remove printing
6783         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6784
6785 2008-09-30  Tom Tromey  <tromey@redhat.com>
6786
6787         * gdb.base/macscp.exp: Add completion tests.
6788         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6789         (TWENTY_THREE): Likewise.
6790         (FORTY_EIGHT): Likewise.
6791
6792 2008-09-30  Tom Tromey  <tromey@redhat.com>
6793
6794         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6795         everywhere.
6796         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6797
6798 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6799
6800         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6801         testcase is derived from.  Fix racy dependency on an expected PID
6802         number.  No longer support the testcase on Linux kernel 2.4.x.
6803
6804 2008-09-27  Tom Tromey  <tromey@redhat.com>
6805
6806         * gdb.base/macscp.exp: Add tests for stringification, splicing,
6807         and varargs.
6808
6809 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
6810
6811         * lib/mi-support.exp (mi_expect_interrupt): New.
6812         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6813         from gdb.mi/mi-nonstop.exp.
6814         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6815         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6816         lib/mi-support.exp.
6817         Use mi_check_thread_states throughout.  Avoid ".*" and do not
6818         require an anchor after -exec-run.
6819
6820 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
6821
6822         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6823         stop is pending.  Avoid ".*" when two stops are pending.
6824         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6825         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6826         newlines in fullnames.
6827         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6828         (mi_expect_stop): Update comments.  Only anchor in sync mode.
6829         Do not match newlines.
6830         (mi_send_resuming_command_raw): Always return status.
6831         (mi_get_stop_line): Do not match more than one line by accident.
6832         Only anchor in sync mode.
6833         (mi_run_inline_test): If -exec-next fails, give up.
6834
6835 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6836
6837         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6838         on SPU.
6839
6840 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
6841
6842         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6843
6844 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
6845
6846         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6847         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6848         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6849         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6850         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6851         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6852         gdb.ada/interface.exp, gdb.ada/null_array.exp,
6853         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6854         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6855         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6856         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6857         Include the "= " sequence in the expected output of print tests.
6858
6859 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
6860
6861         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6862         description for boolean types.
6863
6864 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
6865
6866         * gdb.base/hook-stop-continue.c: New.
6867         * gdb.base/hook-stop-continue.exp: New.
6868
6869 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
6870
6871         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6872
6873 2008-09-08  Jerome Guitton  <guitton@adacore.com>
6874
6875         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6876         (stack_check_probe_2, stack_check_probe_loop_1)
6877         (stack_check_probe_loop_2): New functions.
6878         (main): Add call to these new functions.
6879         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6880         functions, check that the breakpoint is inserted at the appropriate
6881         location.
6882         (insert_breakpoint): Slightly refine this procedure so that it can
6883         be called several times in the test.
6884
6885 2008-09-08  Jerome Guitton  <guitton@adacore.com>
6886
6887         * gdb.base/stack-checking.c: New file.
6888         * gdb.base/stack-checking.exp: New file.
6889
6890 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6891
6892         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
6893         * gdb.arch/altivec-regs.exp: Likewise.
6894         * gdb.arch/vsx-regs.exp: Likewise.
6895
6896 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6897
6898         * gdb.arch/ppc-fp.exp: New file.
6899         * gdb.arch/ppc-fp.c: New file.
6900
6901 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
6902
6903         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
6904         lest gcc-4.3.1 optimizes the whole thing away.
6905
6906 2008-09-04  Michael Snyder  <msnyder@vmware.com>
6907
6908         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
6909         as "at" (for non-debug functions such as _start).
6910
6911 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6912
6913         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
6914         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
6915         software watchpoints.
6916         * gdb.base/watch_thread_num.exp: Likewise.
6917
6918 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
6919
6920         * gdb.arch/i386-bp_permanent.exp: New test.
6921
6922 2008-08-24  Tom Tromey  <tromey@redhat.com>
6923
6924         * gdb.base/maint.exp: Update "maint print type".
6925
6926 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
6927
6928         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
6929         support.  Adjust the order of "*running" notifications.
6930         * gdb.mi/non-stop.c: Don't cast from int to void* and
6931         back.
6932
6933 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
6934
6935         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
6936         expect to find it in the "info frame" output.
6937
6938 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
6939
6940         * gdb.base/interp.exp: Always consume both prompts.
6941
6942 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
6943
6944         * gdb.base/pending.exp: Test pending breakpoints without symbols
6945         loaded.
6946
6947 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6948
6949         * lib/mi-support.exp (mi_expect_stop): Produce
6950         more details on failures.
6951         * gdb.mi/mi-nonstop.exp: New.
6952         * gdb.mi/non-stop.c: New.
6953
6954 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6955
6956         * gdb.mi/mi-async.exp: Use 'set target-async'.
6957         * lib/mi-support.exp: Use 'set/show target-async'.
6958
6959 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
6960
6961         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
6962
6963 2008-08-17  Tom Tromey  <tromey@redhat.com>
6964
6965         * gdb.base/help.exp (help catch): Rewrite.
6966
6967 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6968
6969         * gdb.base/define.exp: Test indented command documentation.
6970         * gdb.python/python.exp: Test indented multi-line command.
6971
6972 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
6973
6974         * testsuite/gdb.arch/vsx-regs.c: New source file.
6975         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
6976         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
6977
6978 2008-08-14  Tom Tromey  <tromey@redhat.com>
6979
6980         * gdb.base/macscp.exp: Add regression test for "macro define" or
6981         "macro undef" with no arguments.
6982
6983 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
6984
6985         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
6986
6987 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6988
6989         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
6990
6991 2008-08-06  Tom Tromey  <tromey@redhat.com>
6992
6993         * gdb.python/python.exp: New file.
6994
6995 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6996
6997         Fix for PR gdb/1543.
6998         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
6999         $LOCATION.
7000         (location): New variable.
7001         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7002         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7003         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7004         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7005         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7006         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7007         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7008         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7009         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7010         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7011         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7012         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7013         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7014         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7015         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7016         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7017         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7018         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7019         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7020         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7021         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7022         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7023         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7024         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7025         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7026         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7027         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7028         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7029         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7030         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7031         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7032         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7033         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7034         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7035         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7036         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7037         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7038         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7039         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7040         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7041         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7042         gdb.base/type-opaque.exp, gdb.base/until.exp,
7043         gdb.base/value-double-free.c, gdb.base/varargs.exp,
7044         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7045         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7046         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7047         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7048         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7049         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7050         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7051         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7052         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7053         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7054         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7055         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7056         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7057         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7058         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7059         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7060         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7061         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7062         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7063         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7064         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7065         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7066         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7067         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7068         gdb.pascal/types.exp, gdb.stabs/weird.exp,
7069         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7070         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7071         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7072         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7073         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7074         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7075         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7076         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7077         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7078         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7079         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7080         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7081         lib/mi-support.exp, lib/trace-support.exp: Remove reference
7082         to bug-gdb@prep.ai.mit.edu .
7083
7084 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
7085
7086         * lib/mi-support.exp (mi_load_shlibs): New.
7087         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7088
7089 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
7090
7091         * lib/mi-support.exp (get_mi_thread_list)
7092         (check_mi_and_console_threads): New, moved from ...
7093         * gdb.mi/mi-pthread.exp: ...here.
7094         * gdb.mi/gdb669.exp (get_mi_thread_list)
7095         (check_mi_and_console_threads): Delete.
7096         * gdb.mi/mi2-pthread.exp: Likewise.
7097
7098 2008-07-28  Tom Tromey  <tromey@redhat.com>
7099
7100         * Makefile.in (just-check): Remove.  Move body to...
7101         (check): ... here.
7102
7103 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
7104
7105         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7106         Add a test for duplicated SIGINTs.
7107
7108 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
7109
7110         * gdb.threads/schedlock.exp (get_args): Update to work for any
7111         value of NUM.
7112         (Top level): Report the number of threads that did not resume.
7113
7114 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
7115
7116         * gdb.dwarf2/dw2-compressed.S: Also define __start.
7117
7118 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
7119
7120         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7121         non-MI prompt.
7122
7123 2008-07-26  Tom Tromey  <tromey@redhat.com>
7124
7125         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7126         (function_struct, function_struct_ptr): New globals.
7127         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7128         function pointer in a struct.
7129
7130 2008-07-26  Tom Tromey  <tromey@redhat.com>
7131
7132         * gdb.base/macscp.exp: Add test for macro lexing bug.
7133
7134 2008-07-18  Tom Tromey  <tromey@redhat.com>
7135
7136         * gdb.base/macscp.exp: Add macro tests.
7137
7138 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
7139
7140         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7141
7142 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
7143
7144         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7145
7146 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
7147
7148         * gdb.cp/class2.exp: fix for failure on spu-elf
7149
7150 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7151
7152         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7153
7154 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7155
7156         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7157
7158 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
7159
7160         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7161
7162 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
7163
7164         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7165         of regexp to account for changes made to GDB in the printing of
7166         byte vectors.
7167
7168 2008-07-11  Tom Tromey  <tromey@redhat.com>
7169
7170         * gdb.base/completion.exp: Add 'help' completion test.
7171
7172 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7173
7174         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7175
7176 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7177
7178         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7179
7180 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
7181
7182         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7183
7184 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
7185
7186         * gdb.base/fullname.exp: Restore pwd if compiling failed.
7187
7188 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7189
7190         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7191
7192 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
7193
7194         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7195         previous commit.  Add a comment.
7196
7197 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
7198
7199         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7200
7201 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
7202
7203         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7204
7205 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
7206
7207         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7208         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7209         compiling an executable, link in an object that forces unbuffered
7210         output.
7211         * lib/set_unbuffered_mode.c: New file.
7212
7213 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7214
7215         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7216
7217 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
7218
7219         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7220         mi_expect_stop.
7221         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7222         Demand that *running is output.
7223         (detect_async): Perform checking every time.
7224         (mi_send_resuming_command): Extract everything into...
7225         (mi_send_resuming_command_raw): ...this.
7226         (mi_expect_stop): Don't accept any output before *stopped.
7227
7228 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
7229
7230         Robustify mi-simplerun.
7231         * gdb.mi/basics.c (main): Add a call to sleep.
7232         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7233         * gdb.mi/mi2-cli.exp: Likewise.
7234         * gdb.mi/mi-break.exp: Likewise.
7235
7236 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
7237
7238         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7239
7240 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
7241
7242         * gdb.mi/mi-console.exp: Adjust.
7243         * gdb.mi/mi-syn-frame.exp: Adjust.
7244         * gdb.mi/mi2-console.exp: Adjust.
7245         * gdb.mi/mi2-syn-frame.exp: Adjust.
7246         * lib/mi-support.exp (mi_run_cmd): Adjust.
7247         (mi_send_resuming_command): Adjust.
7248
7249 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
7250
7251         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7252         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7253         testing of stopped.
7254         * gdb.mi/mi2-syn-frame.exp: Likewise.
7255         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7256         (async, detect_async): New.
7257         (mi_expect_stop, mi_continue_to_line): Adjust expectation
7258         depending on if we're running in sync or async mode.
7259
7260 2008-06-09  Tom Tromey  <tromey@redhat.com>
7261
7262         * gdb.base/completion.exp: New tests for field name completion
7263         with spaces, and field name completion with '->'.
7264
7265 2008-06-06  Tom Tromey  <tromey@redhat.com>
7266
7267         * gdb.base/break1.c (struct some_struct): New struct.
7268         (values): New global.
7269         * gdb.base/completion.exp: Add field name completion test.
7270
7271 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
7272
7273         * gdb.cp/call-c.exp: Test for incorrect handling of reference
7274         to pointer.
7275         * gdb.cp/call-c.cc: Likewise.
7276
7277 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
7278
7279         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7280         annotation.
7281
7282 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
7283             Pedro Alves  <pedro@codesourcery.com>
7284
7285         * gdb.threads/execl.c, gdb.threads/execl1.c,
7286         gdb.threads/execl.exp: New tests.
7287
7288 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
7289             Daniel Jacobowitz  <dan@codesourcery.com>
7290
7291         * gdb.cp/exception.exp: Activate test, make it work with pending
7292         catchpoints.
7293
7294 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7295
7296         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7297
7298 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
7299
7300         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7301         now printed.
7302         * gdb.mi/mi2-var-cmd.exp: Likewise.
7303
7304 2008-05-27  Andreas Schwab  <schwab@suse.de>
7305
7306         * gdb.base/frame-args.exp: Handle arguments that are optimized
7307         out.
7308
7309 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
7310
7311         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7312         quiet for ppc32 and group options into a single variable.
7313
7314 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
7315
7316         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7317         of zero-size elements.
7318         * gdb.ada/null_array.exp: Test printing this new array.
7319
7320 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7321
7322         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7323
7324 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
7325
7326         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7327         of the "finish" command.
7328
7329 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
7330
7331         * gdb.base/annota1.exp: Test for new annotation.
7332
7333 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
7334
7335         * gdb.base/fixsection.exp: New file.
7336         * gdb.base/fixsection0.c: New file.
7337         * gdb.base/fixsection1.c: New file.
7338
7339 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7340
7341         * gdb.base/annota1.exp: Accept printf@... in place of printf.
7342         * gdb.base/annota3.exp: Likewise.
7343
7344 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
7345
7346         * gdb.base/watch_thread_num.exp: Don't run tests that require
7347         watchpoints if the target doesn't support them.
7348
7349 2008-05-12  Doug Evans  <dje@google.com>
7350
7351         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7352
7353 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
7354
7355         * gdb.ada/assign_1.exp: New testcase.
7356
7357 2008-05-09  Doug Evans  <dje@google.com>
7358
7359         * gdb.base/find.exp: New file.
7360         * gdb.base/find.c: New file.
7361
7362 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
7363
7364         * gdb.base/commands.exp (watchpoint_command_test): Handle
7365         gdb,no_hardware_watchpoints.
7366         * gdb.base/float.exp: Allow ARM targets without floating point.
7367         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7368
7369 2008-05-06  Jerome Guitton  <guitton@adacore.com>
7370             Joel Brobecker  <brobecker@adacore.com>
7371
7372         * gdb.ada/lang_switch: New test program.
7373         * gdb.ada/lang_switch.exp: New testcase.
7374
7375 2008-05-05  Doug Evans  <dje@google.com>
7376
7377         * gdb.base/help.exp (disassemble): Update expected help text.
7378
7379 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
7380
7381         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7382
7383 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
7384
7385         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7386         different times.
7387
7388 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7389
7390         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7391         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7392         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7393         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7394
7395 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
7396
7397         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7398         notification to appear.
7399
7400 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
7401
7402         * gdb.base/fullname.c: New file.
7403         * gdb.base/fullname.exp: New file.
7404         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7405
7406 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
7407
7408         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7409         expressions with macros.
7410
7411 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7412
7413         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7414
7415 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
7416
7417         * gdb.base/completion.exp: Handle lack of other symbols beginning
7418         with "a".
7419
7420         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7421
7422 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
7423
7424         * gdb.asm/asmsrc1.s: Add scratch space.
7425
7426 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7427             Daniel Jacobowitz  <dan@codesourcery.com>
7428
7429         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7430         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7431         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7432
7433 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
7434
7435         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7436
7437 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
7438
7439         * gdb.base/info-target.exp: New testcase.
7440
7441 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7442
7443         * gdb.cp/hang.exp: Use .cc instead of .C.
7444         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7445         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7446
7447 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
7448
7449         * gdb.base/gdb1250.exp: Remove perror.
7450         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7451
7452 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
7453
7454         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7455         .2byte.
7456
7457 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
7458
7459         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
7460         (maybe_kfail): New.
7461
7462 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
7463
7464         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7465
7466 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7467
7468         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7469         * gdb.mi/mi2-syn-frame.exp: Likewise.
7470         * lib/mi-support.exp: Likewise.
7471
7472 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7473
7474         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7475         to specify regexp for the location to stop at.
7476         * gdb.base/break-always.c: New.
7477         * gdb.base/break-always.exp: New.
7478
7479 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
7480
7481         * lib/mi-support.exp (mi_runto_helper): Adjust
7482         for the original-location field.
7483         (mi_create_breakpoint, mi_list_breakpoints): New.
7484         * gdb.mi/mi-break.exp: Adjust.
7485         * gdb.mi/mi2-break.exp: Adjust.
7486         * gdb.mi/mi-pending.exp: Adjust.
7487         * gdb.mi/mi-simplerun.exp: Adjust.
7488         * gdb.mi/mi2-simplerun.exp: Adjust.
7489         * gdb.mi/mi-syn-frame.exp: Adjust.
7490         * gdb.mi/mi2-syn-frame.exp: Adjust.
7491         * gdb.mi/mi-until.exp: Adjust.
7492         * gdb.mi/mi2-until.exp: Adjust.
7493         * gdb.mi/mi-var-display.exp: Adjust.
7494         * gdb.mi/mi2-var-display.exp: Adjust.
7495         * gdb.mi/mi-watch.exp: Adjust.
7496         * gdb.mi/mi2-watch.exp: Adjust.
7497
7498 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
7499
7500         * aclocal.m4: Add override.m4.
7501         * configure: Regenerate.
7502
7503 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
7504
7505         * gdb.mi/var-cmd.c (do_at_tests): Verify that
7506         '-var-update --all-values' reports new value even the type
7507         of a variable object has changed.
7508
7509 2008-04-18  Craig Silverstein  <csilvers@google.com>
7510
7511         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7512         files.
7513
7514 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
7515
7516         * gdb.ada/atomic_enum: New test program.
7517         * gdb.ada/atomic_enum.exp: New testcase.
7518
7519 2008-04-17  Doug Evans  <dje@google.com>
7520
7521         * gdb.opt/Makefile.in: Fix whitespace.
7522
7523 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
7524
7525         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7526
7527 2008-04-17  Doug Evans  <dje@google.com>
7528
7529         * gdb.base/hashline1.exp: New testcase.
7530         * gdb.base/hashline2.exp: New testcase.
7531         * gdb.base/hashline2.exp: New testcase.
7532
7533 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
7534
7535         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7536
7537 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
7538
7539         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7540         temporary breakpoint to match "Temporary breakpoint".
7541         * gdb.base/break.exp (delete_breakpoints): Likewise.
7542         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7543         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7544         * gdb.base/display.exp: Likewise.
7545         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7546         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7547         * gdb.base/restore.exp (restore_tests): Likewise.
7548         * gdb.base/sepdebug.exp: Likewise.
7549         * gdb.base/watchpoint.exp: Likewise.
7550         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7551         * gdb.mi/mi-pending.exp: Likewise.
7552         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7553         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7554         * gdb.mi/mi-var-cmd.exp: Likewise.
7555         * gdb.mi/mi-var-display.exp: Likewise.
7556         * gdb.mi/mi2-cli.exp: Likewise.
7557         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7558         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7559         * gdb.mi/mi2-var-display.exp: Likewise.
7560         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7561         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7562         new "disp" field.
7563         (mi_expect_stop): Move after_reason argument to be really after
7564         reason. This is to support fix for PR2424.
7565
7566 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7567
7568         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7569
7570 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
7571
7572         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7573         field.  Add more floating varobj tests.
7574         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7575         field.
7576         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7577         (main): Call do_at_tests.
7578         * lib/mi-support.exp (mi_create_floating_varobj)
7579         (mi_varobj_update_with_type_change): New.
7580
7581 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
7582
7583         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7584         option of -var-evaluate-expression.
7585         * gdb.mi/mi2-var-display.exp: Likewise.
7586
7587 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
7588
7589         Introduce test setup helpers.
7590         * lib/gdb.exp (build_executable, clean_restart)
7591         (prepare_for_testing): New.
7592         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7593         * gdb.base/return.exp: Likewise.
7594         * gdb.base/ending-run.exp: Likewise.
7595
7596 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
7597
7598         * gdb.mi/mi-async.exp: New test for asynchronous Machine
7599         Interface (MI) responses.
7600
7601 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
7602
7603         * gdb.cp/breakpoint.cc: New code to test conditions involving
7604         member variables.
7605         * gdb.cp/breakpoint.exp: Test condition involving member
7606         variables.
7607
7608 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
7609
7610         * lib/mi-support.exp (mi_expect_stop): New.
7611         (mi_run_cmd): Change the
7612         token.  Use mi_send_resuming_command, use
7613         mi_expect_stop.
7614         (mi_execute_to_helper): Rename to mi_execute_to.
7615         (mi_send_resuming_command): Add more error patterns.
7616         (mi_wait_for_stop): Renamed to...
7617         (mi_get_stop_line): ...this.
7618         (mi_run_inline_test): Adjust.
7619
7620         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7621         * gdb.mi/mi-console.exp: Likewise.
7622         * gdb.mi/mi-pending.exp: Likewise.
7623         * gdb.mi/mi-simplerun.exp: Likewise.
7624         * gdb.mi/mi-stack.exp: Likewise.
7625         * gdb.mi/mi-stepi.exp: Likewise.
7626         * gdb.mi/mi-syn-frame.exp: Add comment.
7627         * gdb.mi/mi-until.exp: Likewise.
7628         * gdb.mi/mi-var-display.exp: Likewise.
7629         * gdb.mi/mi-watch.exp: Likewise.
7630         * gdb.mi/mi2-cli.exp: Likewise.
7631         * gdb.mi/mi2-console.exp: Likewise.
7632         * gdb.mi/mi2-simplerun.exp: Likewise.
7633         * gdb.mi/mi2-stack.exp: Likewise.
7634         * gdb.mi/mi2-stepi.exp: Likewise.
7635         * gdb.mi/mi2-until.exp: Likewise.
7636         * gdb.mi/mi2-var-display.exp: Likewise.
7637         * gdb.mi/mi2-watch.exp: Likewise.
7638
7639 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7640
7641         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7642
7643         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7644
7645 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
7646
7647         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7648         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7649         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7650         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7651         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7652         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7653         expect an mi error duplicated in stderr.
7654
7655 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
7656
7657         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7658         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7659         Add a couple of tests that verify the behavior when the new setting
7660         is set to "cancel" and "all".
7661         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7662         "ask" before we start the testing.
7663
7664 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7665
7666         * gdb.cp/casts.cc: Add class reference variables.
7667         * gdb.cp/casts.exp: New test cases for up/down casting references.
7668
7669 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
7670
7671         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7672         instead of beginning to make an extra test pass.
7673         * gdb.mi/mi2-var-display.exp: Likewise.
7674
7675 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
7676
7677         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
7678
7679 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
7680             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7681
7682         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7683         value.  Add xfail for older kernels.
7684
7685 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
7686
7687         Bring mi-support in line with gdb.exp.
7688         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7689         (mi_gdb_start): New function.
7690
7691 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
7692
7693         * gdb.mi/mi-var-cmd.exp: Fix a typo.
7694
7695 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
7696
7697         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7698         * gdb.mi/mi2-var-display.exp: Likewise.
7699
7700 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
7701
7702         * lib/mi-support.exp (mi_create_varobj_checked): New.
7703         (mi_list_varobj_children): Allow to check for a
7704         value.
7705         (mi_list_array_varobj_children): New.
7706
7707         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7708         and mi_list_varobj_children, as opposed to hardcoding
7709         expected strings.
7710         * gdb.mi/gdb701.exp: Likewise.
7711         * gdb.mi/gdb792.exp: Likewise.
7712         * gdb.mi/mi-var-block.exp: Likewise.
7713         * gdb.mi/mi-var-cmd.exp: Likewise.
7714         * gdb.mi/mi-var-invalidate.exp: Likewise.
7715         * gdb.mi/mi2-var-block.exp: Likewise.
7716         * gdb.mi/mi2-var-child.exp: Likewise.
7717         * gdb.mi/mi2-var-cmd.exp: Likewise.
7718         * gdb.mi/mi2-var-display.exp: Likewise.
7719
7720 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7721
7722         Fix random false FAILs on i386.
7723         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7724
7725 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
7726
7727         PR gdb/544
7728         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7729
7730 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
7731
7732         PR gdb/544
7733         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7734
7735 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7736
7737         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7738         fixed PR gdb/544.
7739
7740 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
7741
7742         * gdb.threads/fork-child-threads.exp: Test next over fork.
7743
7744 2008-03-21  Chris Demetriou  <cgd@google.com>
7745
7746         * gdb.base/break.exp (rbreak junk): New test for rbreak
7747         "Junk at end of arguments" issue.
7748
7749 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7750
7751         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7752         *& to work on created array elements.
7753         (Top level): Test print $pc with a file.  Test string operations
7754         without a target.
7755         * gdb.base/ptype.exp: Do not expect *& to work on created array
7756         elements.
7757
7758 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
7759
7760         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7761         gdb.threads/staticthreads.exp: Update exit query.
7762
7763 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
7764
7765         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7766
7767 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
7768
7769         * gdb.base/watchpoint.c (global_ptr, func4): New.
7770         (main): Call func4.
7771         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7772         (test_inaccessible_watchpoint): New.
7773
7774 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
7775
7776         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7777         select the largest.
7778
7779 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
7780
7781         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7782         frames-invalid annotations.
7783
7784 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
7785
7786         * gdb.base/assign.exp: avoid same output for different tests.
7787
7788 2008-02-27  Doug Evans  <dje@google.com>
7789
7790         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7791         for bug 1738.
7792         (breakpoint_to_handler_entry): Ditto.
7793
7794 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
7795
7796         * gdb.base/ending-run.exp: Use the first line of code inside
7797         function body to test breakpoints.
7798         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7799         location where the breakpoint is inserted when using the line
7800         where a function is declared. Fix typo in the description of
7801         one of the tests.
7802         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7803
7804 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
7805
7806         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7807         tests.
7808
7809 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
7810
7811         * gdb.base/args.exp: avoid same output for tests
7812         with single quotes.
7813
7814 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
7815
7816         * gdb.base/annota1.exp: Adjust for 'info break'
7817         format changes.
7818         * gdb.base/annota3.exp: Likewise.
7819         * gdb.base/break.exp: Likewise.
7820         * gdb.base/condbreak.exp: Likewise.
7821         * gdb.base/pending.exp: Likewise.
7822         * gdb.base/sepdebug.exp: Likewise.
7823         * gdb.base/unload.exp: Likewise.
7824         * gdb.cp/ovldbreak.exp: Likewise.
7825         * gdb.mi/mi-pending.exp: Likewise.
7826
7827 2008-02-07  Doug Evans  <dje@google.com>
7828
7829         * gdb.cp/mb-inline.exp: New.
7830         * gdb.cp/mb-inline.h: New.
7831         * gdb.cp/mb-inline1.cc: New.
7832         * gdb.cp/mb-inline2.cc: New.
7833
7834 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7835
7836         * gdb.pascal/floats.pas: New test program.
7837         * gdb.pascal/floats.exp: New testcase.
7838
7839 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7840
7841         * gdb.base/callfuncs.c (t_float_many_args): New function.
7842         (t_double_many_args): New function.
7843         * gdb.base/callfuncs.exp: Add tests for exceeding float
7844         and double parameters passed through the stack.
7845
7846 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
7847
7848         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7849         gdb.ada/complete/foo.adb: New files.
7850         * gdb.ada/complete.exp: New testcase.
7851
7852 2008-02-03  Doug Evans  <dje@google.com>
7853
7854         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7855
7856         * gdb.cp/gdb2384.exp: New file.
7857         * gdb.cp/gdb2384.cc: New file.
7858         * gdb.cp/gdb2384-base.h: New file.
7859         * gdb.cp/gdb2384-base.cc: New file.
7860
7861 2008-02-02  Doug Evans  <dje@google.com>
7862
7863         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7864
7865 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
7866
7867         * gdb.ada/sym_print_name: New test program.
7868         * gdb.ada/sym_print_name.exp: New testcase.
7869
7870 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
7871
7872         * gdb.ada/nested/hello.adb: New file.
7873         * gdb.ada/nested.exp: New testcase.
7874         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7875
7876 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
7877
7878         * gdb.mi/basic.c (return_1): New function.
7879         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7880         don't cause future evaluations of function to report
7881         creation of internal breakpoints.
7882
7883 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
7884
7885         * gdb.mi/mi-break.exp (test_error): New.
7886         Call it.
7887
7888 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
7889
7890         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
7891         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
7892
7893 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7894
7895         * gdb.pascal/integers.pas: New test program.
7896         * gdb.pascal/integers.exp: New testcase.
7897
7898 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7899
7900         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
7901
7902 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
7903
7904         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
7905         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
7906
7907 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
7908
7909         * gdb.ada/formatted_ref: New test program.
7910         * gdb.ada/formatted_ref.exp: New testcase.
7911
7912         * gdb.cp/formatted-ref.cc: New file.
7913         * gdb.cp/formatted-ref.exp: New testcase.
7914
7915 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
7916
7917         * gdb.base/ptype.exp: Add testing of "ptype $pc".
7918
7919 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
7920
7921         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
7922         (test_file_list_exec_source_file): Update to new macro-info field.
7923
7924 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
7925
7926         * gdb.ada/exprs: New test program.
7927         * gdb.ada/exprs.exp: New testcase.
7928
7929 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7930
7931         * dfp-test.c (DELTA, DELTA_B): New definitions.
7932         (double_val1, double_val2, double_val3, double_val4, double_val5,
7933         double_val6, double_val7, double_val8, double_val9, double_val10,
7934         double_val11, double_val12, double_val13, double_val14, dec32_val1,
7935         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
7936         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
7937         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
7938         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
7939         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
7940         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
7941         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
7942         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
7943         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
7944         dec128_val16): New global variables.
7945         (decimal_dec128_align): New function.
7946         (decimal_mixed): Likewise.
7947         (decimal_many_args_dec32): Likewise.
7948         (decimal_many_args_dec64): Likewise.
7949         (decimal_many_args_dec128): Likewise.
7950         (decimal_many_args_mixed): Likewise.
7951         * dfp-test.exp: Add tests calling new inferior functions.
7952
7953 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7954
7955         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
7956         gdb.server/ext-run.exp: New files.
7957         * lib/gdbserver-support.exp (gdbserver_download): New.
7958         (gdbserver_start): New.  Update gdbserver expected
7959         output.
7960         (gdbserver_spawn): Use them.
7961         (gdbserver_start_extended): New.
7962
7963 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7964
7965         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
7966         Run on GNU/Linux.
7967         (do_exec_tests): Check for systems which do not support catchpoints.
7968         Do not match START.
7969         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
7970         Run on GNU/Linux.  Enable verbose output.
7971         (check_fork_catchpoints): New.
7972         (explicit_fork_child_follow, catch_fork_child_follow)
7973         (tcatch_fork_parent_follow): Update expected messages.
7974         (do_fork_tests): Use check_fork_catchpoints.
7975         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
7976         Run on GNU/Linux.  Enable verbose output.
7977         (check_vfork_catchpoints): New.
7978         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
7979         expected messages.
7980         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
7981
7982 2008-01-29  Jim Blandy  <jimb@red-bean.com>
7983
7984         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
7985         host' errors.
7986         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
7987
7988 2008-01-29  Jim Blandy  <jimb@red-bean.com>
7989
7990         * gdb.threads/sigthread.c: Use barriers to ensure that
7991         child_thread and child_thread_two are always initialized before we
7992         start to use them.
7993
7994 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
7995
7996         * gdb.base/watchpoint-solib.exp: New.
7997         * gdb.base/watchpoint-solib.c: New.
7998         * gdb.base/watchpoint-solib-shr.c: New.
7999
8000 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
8001
8002         * gdb.base/gdb1056.exp: Add unsigned integer test.
8003
8004 2008-01-28  Doug Evans  <dje@google.com>
8005
8006         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8007
8008 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
8009
8010         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8011
8012         * gdb.base/expand-psymtabs.exp: Doc fix.
8013
8014 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
8015
8016         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8017
8018 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
8019
8020         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8021         -var-set-format.
8022
8023 2008-01-23  Chris Demetriou  <cgd@google.com>
8024
8025         * gdb.threads/thread_events.c: New testcase source file.
8026         * gdb.threads/thread_events.exp: New testcase expect file.
8027
8028 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
8029
8030         * lib/gdb.exp: Add the variable octal.
8031
8032         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8033         -var-set-format.
8034
8035 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
8036             Vladimir Prus  <vladimir@codesourcery.com>
8037
8038         * gdb.base/float.exp: Allow missing floating point for m68k and
8039         PowerPC.
8040
8041 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
8042
8043         * gdb.mi/basics.c: Setup for testing breakpoints
8044         ignore count.
8045         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8046         * gdb.mi/mi-cli.exp: Adjust.
8047         * gdb.mi/mi2-cli.exp: Adjust.
8048
8049 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
8050
8051         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8052         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
8053         with dummy_ptr's address.
8054         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8055         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8056         all targets.
8057         * gdb.mi/mi2-var-child.exp: Likewise.
8058
8059 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
8060
8061         * gdb.ada/null_array: New test program.
8062         * gdb.ada/null_array.exp: New testcase.
8063
8064 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
8065
8066         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8067         with required float modifiers.
8068
8069 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
8070
8071         * gdb.ada/funcall_param: New test program.
8072         * gdb.ada/funcall_param.exp: New testcase.
8073
8074 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
8075
8076         * gdb.ada/arrayparam: New test program.
8077         * gdb.ada/arrayparam.exp: New testcase.
8078
8079 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
8080
8081         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8082         landed.  Should also fix random failures in the test following it.
8083
8084 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8085
8086         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8087         for expressions with decimal float values.
8088         (test_dfp_conversions): New function to test casts to and from
8089         decimal float types.
8090         Call test_dfp_conversions.
8091         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8092         elements.
8093         (main): Initialize ds.float4 and ds.double8 elements.
8094         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
8095         string to new error message.
8096         (d64_set_tests): Likewise.
8097         (d128_set_tests): Likewise.
8098         Add tests for expressions with decimal float variables.  Add tests for
8099         conversions to and from decimal float types.
8100
8101 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
8102
8103         * gdb.ada/packed_tagged/comp_bug.adb: New file.
8104         * gdb.ada/packed_tagged.exp: New testcase.
8105
8106 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
8107
8108         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8109         gdb.ada/homonym/homonym_main.adb: New files.
8110         * gdb.ada/homonym.exp: New testcase.
8111
8112 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
8113
8114         * gdb.ada/packed_array.exp: Add testing of references to
8115         a packed array.
8116
8117 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
8118
8119         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8120         New files.
8121         * gdb.ada/type_coercion.exp: New testcase.
8122
8123 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
8124
8125         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8126         gdb.ada/tagged/foo.adb: New file.
8127         * gdb.ada/tagged.exp: New testcase.
8128
8129 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
8130
8131         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8132         gdb.ada/ptype_field/foo.adb: New files.
8133         * gdb.ada/ptype_field.exp: New testcase.
8134
8135 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8136
8137         * gdb.ada/print_pc.exp: New testcase.
8138
8139 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8140
8141         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8142         gdb.ada/taft_type/p.adb: New files.
8143         * gdb.ada/taft_type.exp: New testcase.
8144
8145 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8146
8147         * gdb.ada/array_bounds/bar.adb: New file.
8148         * gdb.ada/array_bounds.exp: New testcase.
8149
8150 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8151
8152         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8153         gdb.ada/arrayptr/foo.adb: New files.
8154         * gdb.ada/arrayptr.exp: New testcase.
8155
8156 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8157
8158         * gdb.base/set-lang-auto.exp: New testcase.
8159
8160 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
8161
8162         * gdb.ada/fun_addr/foo.adb: New file.
8163         * gdb.ada/fun_addr.exp: New testcase.
8164
8165 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8166
8167         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8168         New files
8169
8170 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
8171
8172         * array_subscript_addr/p.adb: New file.
8173         * array_subscript_addr.exp: New testcase.
8174
8175 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
8176
8177         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8178         New files.
8179         * gdb.ada/str_cmp_ref.exp: New testcase.
8180
8181 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
8182
8183         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8184         gdb.ada/fun_in_declare/foo.adb: New files.
8185         * gdb.ada/fun_in_declare.exp: New testcase.
8186
8187 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
8188
8189         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8190         gdb.ada/ref_param/pck.ads: New files.
8191         * gdb.ada/ref_param.exp: New testcase.
8192
8193 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
8194
8195         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8196         gdb.ada/interface/foo.adb: New files.
8197         * gdb.ada/interface.exp: New testcase.
8198
8199 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
8200
8201         * gdb.base/multi-forks.exp: Consume all output from child
8202         processes before proceeding to next test.
8203
8204 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
8205
8206         * configure: Regenerated.
8207
8208 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
8209
8210         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8211         gdb.ada/fixed_cmp/fixed.adb: New files.
8212         * gdb.ada/fixed_cmp.exp: New testcase.
8213
8214 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
8215
8216         * gdb.ada/boolean_expr.exp: New testcase.
8217
8218 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
8219
8220         * gdb.base/multi-forks.exp: Doc fix.
8221
8222 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
8223
8224         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8225         * gdb.ada/char_param.exp: Do not compile our test program with
8226         -gnata, this is unnecessary.
8227         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8228
8229 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
8230
8231         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8232         gdb.ada/print_chars/foo.adb: New files.
8233         * gdb.ada/print_chars.exp: New testcase.
8234
8235 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
8236
8237         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8238         gdb.ada/char_param/foo.adb: New files.
8239         * gdb.ada/char_param.exp: New testcase.
8240
8241 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
8242
8243         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8244         hard-coding source line numbers into the test.
8245         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8246         gdb_get_line_number to find.
8247
8248 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
8249
8250         * gdb.base/ptype.c (highest): New struct type.
8251         (the_highest): New variable of that type.
8252         (main): Add dummy assignment to a field of variable the_highest.
8253         * gdb.base/ptype.exp: Test type printing of our new variable.
8254
8255 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
8256
8257         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8258         and record first explicitly generated thread number.
8259         Use that thread number for thread specific watchpoint test.
8260         Add iteration number to repetitive tests.
8261
8262 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
8263             Jim Blandy  <jimb@codesourcery.com>
8264
8265         * gdb.base/expand-psymtabs.c: New testcase
8266         source file.
8267         * gdb.base/expand-psymtabs.exp: New testcase
8268         expect file.
8269
8270 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
8271
8272         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8273         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8274
8275 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
8276
8277         * gdb.ada/frame_args/foo.adb: New file.
8278         * gdb.ada/frame_args/pck.ads: New file.
8279         * gdb.ada/frame_args/pck.adb: New file.
8280         * gdb.ada/frame_args.exp: New testcase.
8281
8282 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
8283
8284         * gdb.base/frame-args.c: New file.
8285         * gdb.base/frame-args.exp: New testcase.
8286
8287 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
8288             Joseph Myers  <joseph@codesourcery.com>
8289
8290         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8291
8292 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
8293
8294         * gdb.mi/mi-pending.exp: New.
8295         * gdb.mi/mi-pending.c: New.
8296         * gdb.mi/mi-pendshr.c: New.
8297
8298 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
8299
8300         * gdb.base/default.exp: Update expected output for 'info catch'.
8301
8302 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8303
8304         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8305         must be set to binary.
8306
8307 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
8308
8309         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8310
8311 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
8312
8313         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8314         gdb.mi/mi-file-transfer.exp: New.
8315
8316 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8317
8318         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8319
8320 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
8321
8322         * gdb.trace/backtrace.exp: Fix a typo.
8323         * gdb.trace/circ.exp: Likewise.
8324         * gdb.trace/collection.exp: Likewise.
8325         * gdb.trace/limits.exp: Likewise.
8326         * gdb.trace/report.exp: Likewise.
8327         * gdb.trace/tfind.exp: Likewise.
8328         * gdb.trace/while-dyn.exp: Likewise.
8329
8330 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
8331
8332         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8333         objects of pointers that can't be dereferenced are now
8334         "noneditable".
8335
8336 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8337
8338         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8339         (target_cpu): Remove.
8340
8341 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
8342
8343         * gdb.base/ending-run.exp: Expect the list of cleared
8344         breakpoint to come in natural order, not the reversed one.
8345
8346 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
8347
8348         * gdb.mi/mi-var-child.c (do_child_deletion): New.
8349         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8350
8351 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
8352
8353         * gdb.base/printcmds.exp: New function
8354         test_printf_with_dfp.
8355
8356 2007-11-02  Doug Evans  <dje@google.com>
8357
8358         * gdb.disasm/t01_mov.s: Remove carriage returns.
8359         * gdb.disasm/t02_mova.s: Ditto.
8360         * gdb.disasm/t03_add.s: Ditto.
8361         * gdb.disasm/t04_sub.s: Ditto.
8362         * gdb.disasm/t05_cmp.s: Ditto.
8363         * gdb.disasm/t06_ari2.s: Ditto.
8364         * gdb.disasm/t07_ari3.s: Ditto.
8365         * gdb.disasm/t08_or.s: Ditto.
8366         * gdb.disasm/t09_xor.s: Ditto.
8367         * gdb.disasm/t10_and.s: Ditto.
8368         * gdb.disasm/t11_logs.s: Ditto.
8369         * gdb.disasm/t12_bit.s: Ditto.
8370         * gdb.disasm/t13_otr.s: Ditto.
8371
8372 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8373
8374         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8375
8376 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8377
8378         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8379         provide DFP support.
8380
8381 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
8382
8383         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8384         Test "set powerpc vector-abi".  Skip auto-detection tests for old
8385         toolchains.
8386
8387 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
8388
8389         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8390         with [string compare].
8391
8392 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
8393
8394         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8395         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8396
8397 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
8398
8399         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8400         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8401         * gdb.opt/Makefile.in: New makefile.
8402         * Makefile.in: Create new directory "gdb.opt".
8403         * configure.ac: Add "gdb.opt" directory.
8404         * configure: Regenerated.
8405
8406 2007-10-25  Doug Evans  <dje@google.com>
8407
8408         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8409         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8410
8411 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
8412             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8413
8414         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8415         Floating Point expressions.
8416         * gdb.base/dfp-test.exp: new file adding tests for Decimal
8417         Floating Point variables.
8418         * gdb.base/dfp-test.c: new file containing program with Decimal
8419         Floating variables, used by gdb.base/dfp-test.exp.
8420
8421 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
8422
8423         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8424
8425 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8426
8427         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8428         compiling test case with GCC.
8429         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8430
8431 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8432
8433         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8434         format changes.
8435
8436 2007-10-18  Michael Snyder  <msnyder@specifix.com>
8437
8438         * gdb.base/dbx.exp: Add missing "-re " operator.
8439
8440 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
8441
8442         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8443         * configure.ac: Removed trailing spaces after backslash.
8444         * gdb.modula2: New directory.
8445         * gdb.modula2/Makefile.in: New file.
8446         * gdb.modula2/unbounded-array.exp: New file.
8447         * gdb.modula2/unbounded1.c: New file.
8448
8449 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
8450
8451         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8452
8453 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
8454
8455         * gdb.base/sigstep.c (main): Add checks for
8456         return values for setitimer call.
8457         Call setitimer again with itimer = ITIMER_REAL
8458         if first call to setitimer fails.
8459
8460 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
8461
8462         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8463         of $timeout.
8464
8465 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
8466
8467         * gdb.server/server-run.exp: Test for dynamic linker symbols.
8468
8469 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8470
8471         * lib/gdb.exp (gdb_run_cmd): Move comment outside
8472         of gdb_expect call, to avoid interruption.
8473
8474 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
8475
8476         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8477         (v_unsigned_long_long, v_long_long_array)
8478         (v_signed_long_long_array, v_unsigned_long_long_array)
8479         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8480         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8481         [!NO_LONG_LONG]: New.
8482         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8483         v_long_long_member.
8484
8485         (v_long_long_func, v_signed_long_long_func)
8486         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8487         (main) [!NO_LONG_LONG]: Initialize long long variants.
8488
8489         * gdb.base/whatis.exp: If board file requests no_long_long, build
8490         test with NO_LONG_LONG defined.  Test long long, signed long long,
8491         and unsigned long long variants but only if board file doesn't
8492         disable it.
8493
8494 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8495             Daniel Jacobowitz  <dan@codesourcery.com>
8496
8497         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8498         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8499         * configure: Regenerated.
8500         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8501         gdb.pascal/types.exp, lib/pascal.exp: New files.
8502
8503 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
8504
8505         * gdb.cp/classes.exp (do_tests): Always step to the line after the
8506         call.
8507         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8508         to return to the call.
8509         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8510         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8511         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8512         * gdb.mi/mi-until.exp (test_until): Likewise.
8513         * gdb.mi/mi2-until.exp (test_until): Likewise.
8514
8515 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
8516
8517         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8518         two-char array.
8519         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8520
8521 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
8522
8523         * gdb.threads/watchthreads.c (thread_function): Sleep between
8524         iterations.
8525         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8526         at once for S/390.  Generate matching fails and passes.
8527
8528 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
8529
8530         * gdb.mi/var-cmd.c (do_children_tests): Initialize
8531         the 'struct_declarations' variable to zeros.
8532
8533 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
8534
8535         * gdb.cp/mb-ctor.cc: New.
8536         * gdb.cp/mb-ctor.exp: New.
8537         * gdb.cp/mb-templates.cc: New.
8538         * gdb.cp/mb-templates.exp: New.
8539
8540 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
8541
8542         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8543
8544 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
8545
8546         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8547         targets.
8548         * configure: Regenerate.
8549
8550 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
8551
8552         * gdb.base/annota1.exp: Adjust for 'info break'
8553         format changes.
8554         * gdb.base/annota3.exp: Likewise.
8555         * gdb.base/break.exp: Likewise.
8556         * gdb.base/condbreak.exp: Likewise.
8557         * gdb.base/pending.exp: Likewise.
8558         * gdb.base/sepdebug.exp: Likewise.
8559         * gdb.base/unload.exp: Likewise.
8560         * gdb.base/ovldbreak.exp: Likewise.
8561
8562 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
8563
8564         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8565         messages.
8566         * gdb.base/chng-syms.exp: Likewise.
8567         * gdb.base/unload.exp: Likewise.
8568
8569 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
8570
8571         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8572
8573 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
8574
8575         * schedlock.c (NUM): Change to 1.
8576         (main): Use args[0] for the main thread.
8577         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
8578         regardless of the number of threads.
8579
8580 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
8581
8582         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8583         type down.
8584         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8585         test.
8586         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8587         watchpoint type down.
8588         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8589         test.
8590
8591 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
8592
8593         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8594         Move all the tests here and run them twice, once using software
8595         watchpoints and once using hardware watchpoints.
8596         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8597
8598 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
8599
8600         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8601         test.
8602
8603 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
8604
8605         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8606         build-id.
8607
8608         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8609         know about $ORIGIN.  Calculate output dir from $dest instead of
8610         using ${objdir}/{$subdir}.
8611
8612 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
8613
8614         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8615         gcore, before continuing with the test.
8616
8617 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
8618
8619         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8620         * gdb.mi/mi-watch.exp: Likewise.
8621
8622 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
8623             Jim Blandy  <jimb@codesourcery.com>
8624
8625         * gdb.arch/i386-sse.exp: Do not expect character constants.
8626         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8627         * gdb.base/display.exp: Allow print/s.
8628         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8629         and unsigned char array changes.
8630
8631 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
8632
8633         * gdb.base/display.exp: Add tests for printf %p.
8634
8635 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
8636
8637         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8638         the dll name to unicode.
8639
8640 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8641
8642         * gdb.base/default.exp (show version): Update the version text.
8643         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8644
8645 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8646
8647         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8648         New files.
8649
8650 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8651
8652         * lib/gdb.exp (build_id_debug_filename_get): New function.
8653         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8654         Remove the generate DEBUG file for the future testcase runs.
8655         New testcase for the NT_GNU_BUILD_ID retrieval.
8656         Move the final testing step to ...
8657         (test_different_dir): ... a new function.
8658         New parameter XFAIL to XFAIL all the tests performed.
8659         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8660         New parameter TYPE to PF_PREFIX all the tests performed.
8661
8662 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
8663
8664         * gdb.mi/mi-var-cp.cc (path_expression): New
8665         function.
8666         * gdb.mi/mi-var-cp.exp: Run path exression tests.
8667
8668 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
8669
8670         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8671         to fit into SPU Local Store memory.
8672
8673 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
8674
8675         * gdb.base/default.exp: Adjust the expected output of "info
8676         warranty" after the switch to GPLv3.
8677
8678 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
8679
8680         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8681         to 30000 (from 20000).
8682
8683 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
8684
8685         Switch the license of all .exp files to GPLv3.
8686         Switch the license of all .f and .f90 files to GPLv3.
8687         Switch the license of all .s and .S files to GPLv3.
8688
8689 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
8690
8691         * configure.ac: Switch license to GPLv3.
8692
8693 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
8694
8695         Switch the licensing to GPLv3 for all .ads and .adb files.
8696
8697 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
8698
8699         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8700         and t_int_double.
8701         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8702
8703 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
8704
8705         * gdb.base/step-line.c: Switch license to GPL version 3, and
8706         update copyright year.
8707         * gdb.base/step-line.inp: Likewise.
8708
8709 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
8710
8711         * gdb.base/gdb1555.exp: Make expected output immune to formatting
8712         changes inside gdb1555.c.
8713         * gdb.base/pending.exp: Likewise.
8714
8715 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
8716
8717         * config/default.exp: New file.
8718
8719 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
8720
8721         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8722         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8723
8724 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
8725
8726         * gdb.base/dump.exp: Force the correct endianness for binary
8727         formats not carrying this information.
8728
8729 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8730
8731         * gdb.threads/staticthreads.exp: Match .*sem_post.
8732
8733 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8734
8735         * gdb.base/readline.exp (operate_and_get_next): Match the final
8736         prompt.
8737
8738 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
8739
8740         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8741         to restarting SID.
8742
8743 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
8744
8745         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8746         prior to `gdb_start'.
8747
8748 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
8749
8750         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
8751         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8752         Remove call to gdb_unload.
8753
8754 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
8755             Daniel Jacobowitz  <dan@codesourcery.com>
8756
8757         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8758         for __WIN32__.
8759         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
8760         * gdb.base/unload.exp: Use shared library test routines.
8761
8762 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
8763
8764         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8765         * gdb.base/solib-symbol-lib.c: Likewise.
8766         * gdb.base/solib-symbol-main.c: Likewise.
8767
8768 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
8769
8770         * config/gdbserver.exp (gdb_reconnect): New.
8771         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8772         gdb.base/solib-disc.exp: New files.
8773         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8774         remote debugging".
8775         (gdb_compile): Add shlib_load flag.
8776         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8777         port.
8778         (gdbserver_reconnect): New.
8779
8780 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
8781             Daniel Jacobowitz  <dan@codesourcery.com>
8782
8783         * gdb.base/annota3.exp: Test for if construct.
8784
8785 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
8786
8787         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8788
8789 2007-06-21  Chris Dearman  <chris@mips.com>
8790             Maciej W. Rozycki  <macro@mips.com>
8791
8792         * gdb.base/display.exp: Allow a newline after display/i.
8793         * gdb.base/pc-fp.exp: Likewise.
8794         * gdb.base/sigbpt.exp: Likewise.
8795
8796 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
8797
8798         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
8799         required features to be included.
8800
8801 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
8802
8803         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8804         in info threads output.
8805
8806 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8807             Markus Deuling  <deuling@de.ibm.com>
8808
8809         * gdb.arch/spu-info.exp: New testcase.
8810         * gdb.arch/spu-info.c: New file.
8811
8812 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
8813
8814         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8815         tpcs_offset.  Restore lr after the call.
8816         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8817
8818 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
8819
8820         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8821         (gdbserver_run): Kill any running gdbserver.
8822         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8823
8824 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
8825
8826         * gdb.base/sigbpt.exp: Preset segv_addr.
8827
8828 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
8829
8830         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8831         (gdb_compile_shlib): Likewise.
8832         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8833         (default_gdb_init): Clear cleanfiles.
8834         (gdb_finish): Delete recorded cleanfiles.
8835         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8836
8837         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8838         Do not use isnative.
8839         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8840         gdb.base/so-impl-ld.exp: Likewise.
8841         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
8842         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
8843         gdb_compile.
8844
8845 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
8846
8847         * config/unknown.exp: Remove.
8848
8849 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
8850
8851         * gdb.base/info-proc.exp: Check is_remote.
8852
8853 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
8854
8855         * gdb.base/gcore.exp: Initialize variable core_supported.
8856
8857 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
8858
8859         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8860
8861 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
8862
8863         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8864         * gdb.threads/print-threads.exp (test_all_threads): Allow
8865         negative and hexadecimal thread IDs.
8866
8867 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
8868
8869         * gdb.java/jprint.java (public): Avoid invalid call to static
8870         method.
8871
8872 2007-05-14  Denis Pilat  <denis.pilat@st.com>
8873
8874         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8875         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8876         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8877         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8878         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8879
8880 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8881
8882         * gdb.base/overlays.exp: Add support for targets with only code
8883         overlay support, not data overlay.  Support spu-*-* target in
8884         this mode.
8885         * gdb.base/ovlymgr.c: Provide stubs for spu target.
8886         * gdb.base/spu.ld: New file.
8887
8888 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
8889
8890         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
8891
8892 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
8893
8894         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
8895
8896 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
8897
8898         * gdb.java/jmain.exp: Handle demangled names with and without method
8899         signatures.
8900
8901 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
8902
8903         * gdb.mi/mi-syn-frame.c (main, foo, bar)
8904         (have_a_very_merry_interrupt): Remove calls to puts.
8905         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
8906         inferior output.
8907         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
8908         test names.
8909
8910 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
8911             Daniel Jacobowitz  <dan@codesourcery.com>
8912
8913         * gdb.base/auxv.exp (core_works): Also check is_remote.
8914         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
8915
8916 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
8917
8918         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
8919         message, not the undefined 'module' variable.
8920         * gdb.base/siginfo.exp: Likewise.
8921         * gdb.base/sigstep.exp: Likewise.
8922         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
8923         serialport.
8924         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
8925
8926 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
8927
8928         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
8929         target sim fails.  Return 0 otherwise.
8930         (gdb_load): Return prematurely if gdb_target_sim fails.
8931
8932 2007-04-16  Denis Pilat  <denis.pilat@st.com>
8933
8934         * gdb.base/setshow.exp: Reset height after having set it to 100.
8935
8936 2007-04-16  Denis Pilat  <denis.pilat@st.com>
8937
8938         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
8939
8940 2007-04-16  Denis Pilat  <denis.pilat@st.com>
8941
8942         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
8943
8944 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
8945
8946         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
8947         tests. Run the frozen varobjs test.
8948         * gdb.mi/var-cmd.c (do_frozen_tests): New.
8949         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
8950
8951 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8952
8953         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
8954         gdb.base/type-opaque.exp: New files.
8955
8956 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
8957
8958         * gdb.mi/mi-var-child.c
8959         (do_children_tests): User char[2] instead of
8960         char so that automatic printing of pointers to char
8961         don't give unpredicable result.
8962         * gdb.mi/var-cmd.c (do_locals_test): Initialize
8963         local variables.
8964         * gdb.mi/mi-var-child.exp: Step to right line
8965         of do_children_tests.
8966         * gdb.mi/mi2-var-child.exp: Likewise.
8967         * gdb.mi/mi-var-cmd.exp: Step to right line of
8968         do_locals_tests.
8969         (do_children_tests): User char[2] instead of
8970         char so that automatic printing of pointers to char
8971         don't give unpredicable result.
8972         * gdb.mi/mi2-var-cmd.exp: Likewise.
8973         * lib/mi-support.exp (mi_continue_to_line):
8974         Pass test name to mi_wait_for_stop.
8975
8976 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8977
8978         * gdb.asm/asm-source.exp: Remove d10v case.
8979         * lib/gdb.exp (skip_cplus_tests): Likewise.
8980         * gdb.asm/d10v.inc: Deleted.
8981
8982 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8983
8984         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
8985
8986 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8987
8988         * config/netware.exp: Delete file.
8989
8990 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
8991
8992         * gdb.dwarf2/dw2-noloc.S: New file.
8993         * gdb.dwarf2/dw2-noloc.exp: New file.
8994
8995 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
8996
8997         * gdb.cp/method2.cc: New test.
8998         * gdb.cp/method2.exp: New test.
8999         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9000
9001 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
9002
9003         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9004
9005 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
9006
9007         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9008
9009 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
9010
9011         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9012         (gdb_load): Delete, replace with...
9013         (gdb_reload): ...this.
9014         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9015         * gdb.server/server-mon.exp: Likewise.
9016         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9017         (gdb_start_cmd): New.
9018         (gdb_file_cmd): Save the last loaded file.
9019         (gdb_reload): New.
9020         (gdb_gnu_strip_debug): Use transform.
9021         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9022         support here.  Use new $last_loaded_file.  Check mtime.
9023         (gdb_target_cmd): Handle ObjC failure case.
9024         (infer_host_exec): Delete.
9025         (gdbserver_load): Rename to...
9026         (gdbserver_run): ...this.  Simplify.
9027         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9028         (mi_gdb_load): Move most contents to a new function...
9029         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
9030         (mi_run_cmd): Use mi_gdb_target_load.
9031         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9032         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9033         Use gdb_run_cmd.
9034         * gdb.base/charsign.exp: Remove incorrect comment.
9035         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9036         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9037         gdb.base/start.exp: Use gdb_start_cmd.
9038
9039 2007-03-23  Nigel Stephens  <nigel@mips.com>
9040             Maciej W. Rozycki  <macro@mips.com>
9041
9042         * gdb.base/sigbpt.exp: Fix the message when skipping test.
9043         * gdb.base/signull.exp: Similarly.
9044
9045 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9046
9047         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9048         messages available to test cases (like chng-sym.exp).
9049
9050 2007-03-14  Andreas Schwab  <schwab@suse.de>
9051
9052         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9053         format changes.
9054
9055 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
9056
9057         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9058         (optimized_1): New.
9059         (main): Call optimized_1.
9060         (gdb2029): Correct typos.  Call gdb2029_marker.
9061         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
9062         for gdb2029.
9063
9064 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
9065
9066         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9067         as tabs.  Remove redundant test pattern.
9068
9069 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9070
9071         * gdb.base/long_long.exp: Accept optional symbol name in <...>
9072         for /a format output.
9073
9074 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
9075
9076         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9077         collect output incrementally.
9078
9079 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9080
9081         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9082         for -var-create lpcharacter test.
9083         * gdb.mi/mi2-var-cmd.exp: Likewise.
9084
9085 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9086
9087         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9088         pass on targets where address zero is readable.
9089
9090 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9091
9092         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9093         just a single architecture.
9094
9095 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9096
9097         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9098         (fetch_all_registers): New function, uses gdb_test_multiple and
9099         exp_continue to fetch inferior output line-by-line.
9100         Replace all uses of do_get_all_registers by fetch_all_registers.
9101
9102 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9103
9104         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9105         in target_info.
9106
9107 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
9108
9109         * gdb.threads/manythreads.exp: Use $message string for
9110         consistancy; add a default (timeout) case.
9111
9112 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
9113
9114         * gdb.base/watchpoint.exp: Fix truncated comment.
9115
9116 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
9117
9118         * Makefile.in: Remove spurious single-quotes from sed command.
9119
9120 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
9121
9122         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
9123         func.
9124         * gdb.mi/mi2-var-cmd.exp: Likewise.
9125
9126 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
9127
9128         * gdb.dwarf2/dw2-producer.S: New file.
9129         * gdb.dwarf2/dw2-producer.exp: New testcase.
9130
9131 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
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
9138         Revert tests to use mi_gdb_test and include value field in output
9139         of -var-create.
9140
9141 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
9142
9143         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9144
9145 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
9146
9147         * gdb.base/maint.exp: Remove full paths from test names.
9148         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9149         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9150
9151 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
9152
9153         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9154
9155 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9156
9157         * gdb.server/server-mon.exp: New test.
9158
9159 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9160
9161         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9162
9163 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9164
9165         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9166         register capitalization.
9167
9168 2007-02-13  Denis Pilat  <denis.pilat@st.com>
9169
9170         * gdb.mi/mi-var-invalidate.exp: New file.
9171
9172 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
9173
9174         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9175
9176 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
9177
9178         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9179
9180 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
9181
9182         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9183         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9184
9185 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
9186
9187         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9188         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9189         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9190         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9191         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9192         * gdb.mi/gdb792.exp, lib/mi-support.exp:
9193         Update tests to include value field in output of -var-create.
9194
9195 2007-02-08  Andreas Schwab  <schwab@suse.de>
9196
9197         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9198
9199 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
9200
9201         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9202         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9203
9204 2007-02-02  Denis Pilat  <denis.pilat@st.com>
9205
9206         * gdb.threads/threadapply.exp: check that frame is not changed by
9207         the thread apply all command.
9208
9209 2007-01-31  Andreas Schwab  <schwab@suse.de>
9210
9211         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9212
9213         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9214         in the dwarf sections.
9215         * gdb.dwarf2/mac-fileno.S: Likewise.
9216
9217         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9218         bspstore register on ia64.
9219
9220 2007-01-29  Andreas Schwab  <schwab@suse.de>
9221
9222         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9223         "frame-begin" annotation.
9224
9225         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9226         number of "frames-invalid" annotations.
9227
9228 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9229
9230         * gdb.base/commands.exp: Call if_commands_test.
9231         (gdb_test_no_prompt, if_commands_test): New.
9232
9233 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
9234
9235         * gdb.threads/sigthread.c (NSIGS): Make bigger.
9236
9237 2007-01-27  Andreas Schwab  <schwab@suse.de>
9238
9239         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9240         .short/.int/.quad in the dwarf sections.
9241         * gdb.dwarf2/dw2-intercu.S: Likewise.
9242         * gdb.dwarf2/dw2-intermix.S: Likewise.
9243
9244 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9247         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9248         array.
9249         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9250         * gdb.base/setvar.exp: Likewise.
9251
9252 2007-01-26  Andreas Schwab  <schwab@suse.de>
9253
9254         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9255         test.
9256
9257         * gdb.base/multi-forks.exp ("restart $i"): Also match
9258         __kernel_syscall_via_break.
9259
9260 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
9261
9262         * lib/mi-support.exp (mi_delete_varobj): New.
9263         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9264         testcase.
9265         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9266         (main): Call the above.
9267         (reference_update_test, base_in_reference_test)
9268         (reference_to_pointer): Delete the created varobjs.
9269
9270 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
9271
9272         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9273         * configure: Regenerated.
9274         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9275         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9276         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9277         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9278         * lib/gdb.exp (gdb_skip_xml_test): New function.
9279
9280 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
9281
9282         * gdb.base/sigrepeat.exp: Correct error message.
9283
9284 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9285             Daniel Jacobowitz  <dan@codesourcery.com>
9286
9287         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9288         gdb.arch/i386-gnu-cfi-asm.S: New files.
9289
9290 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9291
9292         * lib/gdb.exp: Abort on missing `site.exp'.
9293
9294 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9295             Daniel Jacobowitz  <dan@codesourcery.com>
9296
9297         * gdb.base/included.c, gdb.base/included.exp,
9298         gdb.base/included.h: New files.
9299
9300 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
9301
9302         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9303         (maximize_rlimit): Reduce limits on 64-bit systems.
9304
9305 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
9306
9307         From Marcus Deuling <deuling@de.ibm.com>:
9308         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9309         every case.
9310
9311 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
9312
9313         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9314         (test_path_specification): Use objdir instead of srcdir to always
9315         get an absolute filename.
9316
9317 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
9318
9319         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9320
9321 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
9322
9323         * gdb.mi/mi-var-cp.cc (reference_update_tests):
9324         Make sure the variable we're using is in scope.
9325         (reference_to_pointer): Likewise.
9326
9327 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
9328
9329         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9330         has no debug information.
9331
9332 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
9333
9334         * gdb.base/annota1.exp: Remove extra send_gdb.
9335
9336 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9337
9338         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9339
9340 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9341
9342         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9343
9344 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
9345             Daniel Jacobowitz  <dan@codesourcery.com>
9346
9347         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9348         lcharacter or linteger change.  Correct duplicated test name.
9349         * gdb.mi/mi2-var-cmd.exp: Likewise.
9350
9351 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
9352
9353         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9354
9355 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
9356
9357         * gdb.base/nofield.c: New file.
9358         * gdb.base/nofield.exp: New testcase.
9359
9360 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
9361
9362         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9363
9364         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9365          test.
9366
9367 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
9368
9369         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9370
9371 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
9372
9373         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9374         when continuing.
9375
9376 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
9377
9378         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9379         Expect ".exe" extension.
9380
9381 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
9382
9383         * gdb.base/charset.exp: Add explicit filename to break.
9384         * gdb.base/dbx.exp: Add explicit filename to breaks.
9385
9386 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
9387
9388         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9389         * gdb.mi/mi2-file.exp: Likewise.
9390
9391 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
9392
9393         Implement specification of MI tests as comments
9394         in C and C++ sources.
9395         * lib/mi-support.exp (mi_autotest_data): New variable.
9396         (mi_autotest_source): New variable.
9397         (count_newlines, mi_prepare_inline_tests)
9398         (mi_get_inline_test, mi_continue_to_line)
9399         (mi_run_inline_test, mi_tbreak)
9400         (mi_send_resuming_command, mi_wait_for_stop): New functions.
9401         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9402         Run inline tests.
9403         * gdb.mi/mi-var-cp.cc: Define tests here.
9404
9405 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
9406
9407         Simplify usage of mi_continue_to.
9408         * lib/mi-support.exp (mi_runto_helper): Renamed
9409         from mi_runto, added new parameter 'run_or_continue'.
9410         (mi_runto): Use mi_runto_helper.
9411         (mi_continue_to): Accept just function name as parameter.
9412         Use mi_runto_helper.
9413         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9414         * gdb.mi/mi2-var-cmd.exp: Likewise.
9415
9416 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
9417
9418         Make this testcase a bit more realistic. The current code
9419         is too simplistic, and allows the compiler to optimize out
9420         some of the entities we need for this testcase.
9421         * gdb.ada/null_record/bar.ads (Void_Star): New type.
9422         (Do_Nothing): Add extra parameter.
9423         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9424         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9425         by using a variable of type Void_Star.
9426
9427 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
9428
9429         * gdb.ada/catch_ex/foo.adb: New file.
9430         * gdb.ada/catch_ex.exp: New testcase.
9431
9432 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
9433
9434         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9435         pass --image-base to linker.
9436
9437 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9438             Daniel Jacobowitz  <dan@codesourcery.com>
9439
9440         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
9441         secondary prompts.
9442
9443 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9444
9445         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9446         output.  Test the types of members and member pointers.
9447         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9448         gdb/2092.
9449         * gdb.cp/member-ptr.exp: Search for a comment instead of a
9450         statement.  Enable for GCC.  Update expected output for some tests
9451         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
9452         layout.
9453         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9454         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9455         (Diamond::vget_base): New.
9456         (main): Add new tests.
9457         * gdb.cp/printmethod.exp: Update expected output for member functions.
9458         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9459         print pEe->D::vg().
9460
9461 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
9462
9463         * gdb.threads/tls.exp: Allow stops in sem_post.
9464
9465 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
9466
9467         * gdb.base/annota1.exp: Allow .*printf in backtraces.
9468         * gdb.base/annota3.exp: Likewise.
9469         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9470         again (instead of timing out).
9471         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9472         GCC bug 26475.
9473         * gdb.java/jmisc.exp: Adjust to work with method signatures including
9474         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
9475         test from jmisc1.exp.
9476         * gdb.java/jmisc1.exp: Delete.
9477         * gdb.java/jprint.exp: Adjust to work with method signatures including
9478         return types.
9479         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9480         * gdb.threads/linux-dp.exp: Don't be confused by program output.
9481         * lib/java.exp (compile_java_from_source): Pass the correct type
9482         to target_compile.
9483
9484 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
9485
9486         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9487         (stack_align_edx): New function.
9488         (stack_align_eax): New function.
9489         (main): Add calls to stack_align_edx and stack_align_eax.
9490         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9491         Add testing for the cases where the register used during a stack
9492         realignment is edx. Same for eax.
9493
9494 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
9495
9496         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9497         and generic PE targets.
9498
9499 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
9500
9501         * gdb.ada/array_return.exp: Update copyright date list.
9502
9503 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
9504
9505         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9506         (Create_Small_Float_Vector): New function.
9507         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9508         function body.
9509         * gdb.ada/array_return/p.adb: Use new type and function from
9510         package Pck.
9511         * gdb.ada/array_return.exp: Add a test verifying that GDB is
9512         able to print the value returned by a function returning an
9513         array of float.
9514
9515 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
9516
9517         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9518         The associated tests should be PASSing.
9519
9520 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
9521
9522         Test for base in references.
9523         * gdb.mi/mi-var-cp.cc: Add test code.
9524         * gdb.mi/mi-var-cp.exp: Test for bases in references.
9525         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9526         * gdb.mi/mi2-watch.exp: Likewise.
9527         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9528         (mi_list_varobj_children): New function.
9529
9530 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
9531
9532         * lib/mi-support.exp
9533         (mi_runto): Accept "()" after function name.
9534         (mi_create_varobj): New function.
9535         (mi_varobj_update): New function.
9536         (mi_Check_varobj_value): New function.
9537         * gdb.mi/mi-var-cp.exp: New file.
9538         * gdb.mi/mi-var-cp.cc: New file.
9539
9540 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
9541
9542         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9543         gdb.base/weaklib2.c: New files.
9544
9545 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
9546
9547         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9548         info.  Adjust test names.
9549
9550         * gdb.base/break.c (main): Move position of malloc.
9551         * gdb.base/break.exp: Revert mistaken checkin.
9552
9553 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
9554
9555         * gdb.mi/mi-var-cmd.exp: Check -var-update after
9556         assignement of arrays and function pointers.
9557         * gdb.mi/var-cmd.c: Add declaration necessary for above
9558         tests.
9559
9560 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9561
9562         * gdb.base/break.c (main): Call malloc.
9563
9564         * gdb.threads/linux-dp.exp: Read thread table before and after
9565         creating each philosopher and verify it.
9566
9567 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9568             Paul Brook  <paul@codesourcery.com>
9569             Daniel Jacobowitz  <dan@codesourcery.com>
9570
9571         * gdb.base/ending-run.exp: Flatten expect script stepping out of
9572         main to remove duplication.  Add start function of the form
9573         '_*start[1-9]*'. Add RVDS start function.
9574
9575 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
9576
9577         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9578
9579 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9580
9581         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9582         * gdb.asm/spu.inc: New file.
9583         * gdb.base/term.exp: Disable if [target_info exists noargs].
9584         * gdb.gdb/complaints.exp: Disable if ![isnative].
9585         * gdb.gdb/selftest.exp: Likewise.
9586         * gdb.gdb/observer.exp: Likewise.
9587         * gdb.gdb/xfullpath.exp: Likewise.
9588         * gdb.base/attach.exp: Disable on SPU target.
9589         * gdb.cp/bs145503.exp: Likewise.
9590         * gdb.cp/exception.exp: Likewise.
9591         * gdb.cp/userdef.exp: Likewise.
9592
9593 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
9594
9595         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9596
9597 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
9598
9599         * gdb.base/completion.exp: Fix completion tests for
9600         'info' and 'info '.
9601         * gdb.base/help.exp (help_test_raw, test_class_help)
9602         (test_prefix_command_help): Move...
9603         * lib/gdb.exp: Here.
9604         * gdb.base/main.exp: Adjust.
9605         * gdb.cp/maint.exp: Adjust.
9606         * gdb.trace/tracecmd.exp: Use test_help_class.
9607
9608 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
9609
9610         * gdb.stabs/weird.exp (print_weird_var): Use
9611         gdb_test_multiple instead of gdb_expect.
9612
9613 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
9614
9615         * gdb.base/help.exp (help_test_raw): New.
9616         (test_class_help): New.
9617         (test_prefix_command_help): New.
9618         Adjust testcases.
9619
9620 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
9621
9622         * gdb.base/constvars.c (main): Write to crass and crips, so that
9623         they are allocated by the compiler.
9624
9625 2006-10-27  Andreas Schwab  <schwab@suse.de>
9626
9627         * gdb.base/multi-forks.exp: Use "detach fork" instead of
9628         "detach-fork".
9629
9630 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
9631
9632         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9633         of patterns.
9634
9635 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
9636
9637         * gdb.base/sepdebug.exp: Remove debug format test.
9638         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9639         Handle no-symtab.
9640         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9641
9642 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
9643
9644         * gdb.threads/manythreads.c (thread_function, main): Don't cast
9645         int to pointer or pointer to int.
9646         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9647
9648 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
9649
9650         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9651
9652 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9653
9654         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9655
9656 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
9657
9658         PR c++/2116
9659         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9660
9661 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
9662
9663         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9664         the corresponding bug has been fixed in GDB (PR/2018).
9665
9666 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
9667
9668         * gdb.base/subst.exp: New testcase.
9669
9670 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
9671
9672         * gdb.ada/array_return/pck.ads: Add copyright notice.
9673         * gdb.ada/array_return/pck.adb: Likewise.
9674         * gdb.ada/array_return/p.adb: Likewise.
9675         * gdb.ada/exec_changed/first.adb: Likewise.
9676         * gdb.ada/exec_changed/second.adb: Likewise.
9677
9678 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
9679
9680         * gdb.ada/watch_arg/watch.adb: New file.
9681         * gdb.ada/watch_arg.exp: New testcase.
9682
9683 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
9684
9685         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9686         via string_to_regexp.
9687         * gdb.mi/mi2-basics.exp: Likewise.
9688
9689 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
9690
9691         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9692         Remove unused / obsolete files.
9693
9694 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
9695
9696         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9697
9698 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
9699
9700         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9701         HIGH_FRAME argument to -stack-list-arguments can be larger than
9702         the number of frames.
9703
9704 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
9705
9706         * gdb.base/args.c (main): Add breakpoint marker.
9707         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
9708         really test empty arguments.
9709         (args_load): Delete.
9710         (args_test): New.
9711
9712 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
9713
9714         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9715         check for one file.
9716
9717 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
9718
9719         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9720         HIGH_FRAME argument to -stack-list-locals can be larger than
9721         the number of frames.
9722
9723 2006-08-18  Fred Fish  <fnf@specifix.com>
9724
9725         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9726         '$' in front of skip_vmx_tests_saved when setting that.
9727
9728 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
9729
9730         * gdb.base/trace-commands.exp: New file.
9731
9732 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
9733             Daniel Jacobowitz  <dan@codesourcery.com>
9734
9735         * gdb.base/step-bt.exp: Make hexadecimal address optional in
9736         expected output of the backtrace commands.
9737
9738 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
9739
9740         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9741         untested followed by return combination.
9742         * gdb.arch/altivec-regs.exp: Likewise.
9743         * gdb.arch/e500-abi.exp: Likewise.
9744         * gdb.arch/e500-regs.exp: Likewise.
9745         * gdb.arch/gdb1291.exp: Likewise.
9746         * gdb.arch/gdb1431.exp: Likewise.
9747         * gdb.arch/gdb1558.exp: Likewise.
9748         * gdb.arch/i386-prologue.exp: Likewise.
9749         * gdb.arch/i386-unwind.exp: Likewise.
9750         * gdb.asm/asm-source.exp: Likewise.
9751         * gdb.base/a2-run.exp: Likewise.
9752         * gdb.base/advance.exp: Likewise.
9753         * gdb.base/all-bin.exp: Likewise.
9754         * gdb.base/annota1.exp: Likewise.
9755         * gdb.base/annota3.exp: Likewise.
9756         * gdb.base/args.exp: Likewise.
9757         * gdb.base/arithmet.exp: Likewise.
9758         * gdb.base/assign.exp: Likewise.
9759         * gdb.base/async.exp: Likewise.
9760         * gdb.base/attach.exp: Likewise.
9761         * gdb.base/bang.exp: Likewise.
9762         * gdb.base/bigcore.exp: Likewise.
9763         * gdb.base/bitfields.exp: Likewise.
9764         * gdb.base/bitfields2.exp: Likewise.
9765         * gdb.base/break.exp: Likewise.
9766         * gdb.base/call-sc.exp: Likewise.
9767         * gdb.base/call-strs.exp: Likewise.
9768         * gdb.base/callfuncs.exp: Likewise.
9769         * gdb.base/checkpoint.exp: Likewise.
9770         * gdb.base/chng-syms.exp: Likewise.
9771         * gdb.base/code-expr.exp: Likewise.
9772         * gdb.base/commands.exp: Likewise.
9773         * gdb.base/completion.exp: Likewise.
9774         * gdb.base/cond-expr.exp: Likewise.
9775         * gdb.base/condbreak.exp: Likewise.
9776         * gdb.base/consecutive.exp: Likewise.
9777         * gdb.base/constvars.exp: Likewise.
9778         * gdb.base/corefile.exp: Likewise.
9779         * gdb.base/cvexpr.exp: Likewise.
9780         * gdb.base/dbx.exp: Likewise.
9781         * gdb.base/define.exp: Likewise.
9782         * gdb.base/detach.exp: Likewise.
9783         * gdb.base/display.exp: Likewise.
9784         * gdb.base/dump.exp: Likewise.
9785         * gdb.base/ena-dis-br.exp: Likewise.
9786         * gdb.base/ending-run.exp: Likewise.
9787         * gdb.base/environ.exp: Likewise.
9788         * gdb.base/eval-skip.exp: Likewise.
9789         * gdb.base/exprs.exp: Likewise.
9790         * gdb.base/fileio.exp: Likewise.
9791         * gdb.base/finish.exp: Likewise.
9792         * gdb.base/float.exp: Likewise.
9793         * gdb.base/foll-exec.exp: Likewise.
9794         * gdb.base/foll-fork.exp: Likewise.
9795         * gdb.base/foll-vfork.exp: Likewise.
9796         * gdb.base/freebpcmd.exp: Likewise.
9797         * gdb.base/funcargs.exp: Likewise.
9798         * gdb.base/gcore.exp: Likewise.
9799         * gdb.base/gdb1090.exp: Likewise.
9800         * gdb.base/gdb1250.exp: Likewise.
9801         * gdb.base/huge.exp: Likewise.
9802         * gdb.base/info-proc.exp: Likewise.
9803         * gdb.base/interrupt.exp: Likewise.
9804         * gdb.base/jump.exp: Likewise.
9805         * gdb.base/langs.exp: Likewise.
9806         * gdb.base/lineinc.exp: Likewise.
9807         * gdb.base/list.exp: Likewise.
9808         * gdb.base/logical.exp: Likewise.
9809         * gdb.base/long_long.exp: Likewise.
9810         * gdb.base/macscp.exp: Likewise.
9811         * gdb.base/maint.exp: Likewise.
9812         * gdb.base/mips_pro.exp: Likewise.
9813         * gdb.base/miscexprs.exp: Likewise.
9814         * gdb.base/multi-forks.exp: Likewise.
9815         * gdb.base/opaque.exp: Likewise.
9816         * gdb.base/overlays.exp: Likewise.
9817         * gdb.base/pc-fp.exp: Likewise.
9818         * gdb.base/pointers.exp: Likewise.
9819         * gdb.base/printcmds.exp: Likewise.
9820         * gdb.base/psymtab.exp: Likewise.
9821         * gdb.base/ptype.exp: Likewise.
9822         * gdb.base/recurse.exp: Likewise.
9823         * gdb.base/relational.exp: Likewise.
9824         * gdb.base/relocate.exp: Likewise.
9825         * gdb.base/remote.exp: Likewise.
9826         * gdb.base/reread.exp: Likewise.
9827         * gdb.base/restore.exp: Likewise.
9828         * gdb.base/return.exp: Likewise.
9829         * gdb.base/return2.exp: Likewise.
9830         * gdb.base/scope.exp: Likewise.
9831         * gdb.base/sect-cmd.exp: Likewise.
9832         * gdb.base/sep.exp: Likewise.
9833         * gdb.base/sepdebug.exp: Likewise.
9834         * gdb.base/setshow.exp: Likewise.
9835         * gdb.base/setvar.exp: Likewise.
9836         * gdb.base/sigall.exp: Likewise.
9837         * gdb.base/sigbpt.exp: Likewise.
9838         * gdb.base/signals.exp: Likewise.
9839         * gdb.base/signull.exp: Likewise.
9840         * gdb.base/sizeof.exp: Likewise.
9841         * gdb.base/solib.exp: Likewise.
9842         * gdb.base/step-line.exp: Likewise.
9843         * gdb.base/step-test.exp: Likewise.
9844         * gdb.base/structs.exp: Likewise.
9845         * gdb.base/structs2.exp: Likewise.
9846         * gdb.base/term.exp: Likewise.
9847         * gdb.base/twice.exp: Likewise.
9848         * gdb.base/until.exp: Likewise.
9849         * gdb.base/varargs.exp: Likewise.
9850         * gdb.base/volatile.exp: Likewise.
9851         * gdb.base/watchpoint.exp: Likewise.
9852         * gdb.base/whatis-exp.exp: Likewise.
9853         * gdb.base/whatis.exp: Likewise.
9854         * gdb.cp/ambiguous.exp: Likewise.
9855         * gdb.cp/annota2.exp: Likewise.
9856         * gdb.cp/annota3.exp: Likewise.
9857         * gdb.cp/bool.exp: Likewise.
9858         * gdb.cp/breakpoint.exp: Likewise.
9859         * gdb.cp/casts.exp: Likewise.
9860         * gdb.cp/class2.exp: Likewise.
9861         * gdb.cp/classes.exp: Likewise.
9862         * gdb.cp/cplusfuncs.exp: Likewise.
9863         * gdb.cp/ctti.exp: Likewise.
9864         * gdb.cp/derivation.exp: Likewise.
9865         * gdb.cp/exception.exp: Likewise.
9866         * gdb.cp/gdb1355.exp: Likewise.
9867         * gdb.cp/hang.exp: Likewise.
9868         * gdb.cp/inherit.exp: Likewise.
9869         * gdb.cp/local.exp: Likewise.
9870         * gdb.cp/m-data.exp: Likewise.
9871         * gdb.cp/m-static.exp: Likewise.
9872         * gdb.cp/member-ptr.exp: Likewise.
9873         * gdb.cp/method.exp: Likewise.
9874         * gdb.cp/misc.exp: Likewise.
9875         * gdb.cp/namespace.exp: Likewise.
9876         * gdb.cp/overload.exp: Likewise.
9877         * gdb.cp/ovldbreak.exp: Likewise.
9878         * gdb.cp/pr-1023.exp: Likewise.
9879         * gdb.cp/pr-1210.exp: Likewise.
9880         * gdb.cp/pr-574.exp: Likewise.
9881         * gdb.cp/printmethod.exp: Likewise.
9882         * gdb.cp/psmang.exp: Likewise.
9883         * gdb.cp/ref-params.exp: Likewise.
9884         * gdb.cp/ref-types.exp: Likewise.
9885         * gdb.cp/rtti.exp: Likewise.
9886         * gdb.cp/templates.exp: Likewise.
9887         * gdb.cp/try_catch.exp: Likewise.
9888         * gdb.cp/userdef.exp: Likewise.
9889         * gdb.cp/virtfunc.exp: Likewise.
9890         * gdb.disasm/am33.exp: Likewise.
9891         * gdb.disasm/h8300s.exp: Likewise.
9892         * gdb.disasm/mn10300.exp: Likewise.
9893         * gdb.disasm/sh3.exp: Likewise.
9894         * gdb.disasm/t01_mov.exp: Likewise.
9895         * gdb.disasm/t02_mova.exp: Likewise.
9896         * gdb.disasm/t03_add.exp: Likewise.
9897         * gdb.disasm/t04_sub.exp: Likewise.
9898         * gdb.disasm/t05_cmp.exp: Likewise.
9899         * gdb.disasm/t06_ari2.exp: Likewise.
9900         * gdb.disasm/t07_ari3.exp: Likewise.
9901         * gdb.disasm/t08_or.exp: Likewise.
9902         * gdb.disasm/t09_xor.exp: Likewise.
9903         * gdb.disasm/t10_and.exp: Likewise.
9904         * gdb.disasm/t11_logs.exp: Likewise.
9905         * gdb.disasm/t12_bit.exp: Likewise.
9906         * gdb.disasm/t13_otr.exp: Likewise.
9907         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
9908         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
9909         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9910         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
9911         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
9912         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9913         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9914         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9915         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
9916         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
9917         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9918         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9919         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9920         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9921         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9922         * gdb.mi/gdb701.exp: Likewise.
9923         * gdb.mi/gdb792.exp: Likewise.
9924         * gdb.mi/mi-basics.exp: Likewise.
9925         * gdb.mi/mi-break.exp: Likewise.
9926         * gdb.mi/mi-cli.exp: Likewise.
9927         * gdb.mi/mi-console.exp: Likewise.
9928         * gdb.mi/mi-disassemble.exp: Likewise.
9929         * gdb.mi/mi-eval.exp: Likewise.
9930         * gdb.mi/mi-file.exp: Likewise.
9931         * gdb.mi/mi-read-memory.exp: Likewise.
9932         * gdb.mi/mi-regs.exp: Likewise.
9933         * gdb.mi/mi-return.exp: Likewise.
9934         * gdb.mi/mi-simplerun.exp: Likewise.
9935         * gdb.mi/mi-stack.exp: Likewise.
9936         * gdb.mi/mi-stepi.exp: Likewise.
9937         * gdb.mi/mi-syn-frame.exp: Likewise.
9938         * gdb.mi/mi-until.exp: Likewise.
9939         * gdb.mi/mi-var-block.exp: Likewise.
9940         * gdb.mi/mi-var-child.exp: Likewise.
9941         * gdb.mi/mi-var-cmd.exp: Likewise.
9942         * gdb.mi/mi-var-display.exp: Likewise.
9943         * gdb.mi/mi-watch.exp: Likewise.
9944         * gdb.mi/mi2-basics.exp: Likewise.
9945         * gdb.mi/mi2-break.exp: Likewise.
9946         * gdb.mi/mi2-cli.exp: Likewise.
9947         * gdb.mi/mi2-console.exp: Likewise.
9948         * gdb.mi/mi2-disassemble.exp: Likewise.
9949         * gdb.mi/mi2-eval.exp: Likewise.
9950         * gdb.mi/mi2-file.exp: Likewise.
9951         * gdb.mi/mi2-read-memory.exp: Likewise.
9952         * gdb.mi/mi2-regs.exp: Likewise.
9953         * gdb.mi/mi2-return.exp: Likewise.
9954         * gdb.mi/mi2-simplerun.exp: Likewise.
9955         * gdb.mi/mi2-stack.exp: Likewise.
9956         * gdb.mi/mi2-stepi.exp: Likewise.
9957         * gdb.mi/mi2-syn-frame.exp: Likewise.
9958         * gdb.mi/mi2-until.exp: Likewise.
9959         * gdb.mi/mi2-var-block.exp: Likewise.
9960         * gdb.mi/mi2-var-child.exp: Likewise.
9961         * gdb.mi/mi2-var-cmd.exp: Likewise.
9962         * gdb.mi/mi2-var-display.exp: Likewise.
9963         * gdb.mi/mi2-watch.exp: Likewise.
9964         * gdb.stabs/exclfwd.exp: Likewise.
9965         * gdb.stabs/weird.exp: Likewise.
9966         * gdb.threads/gcore-thread.exp: Likewise.
9967         * gdb.trace/actions.exp: Likewise.
9968         * gdb.trace/backtrace.exp: Likewise.
9969         * gdb.trace/circ.exp: Likewise.
9970         * gdb.trace/collection.exp: Likewise.
9971         * gdb.trace/deltrace.exp: Likewise.
9972         * gdb.trace/infotrace.exp: Likewise.
9973         * gdb.trace/limits.exp: Likewise.
9974         * gdb.trace/packetlen.exp: Likewise.
9975         * gdb.trace/passc-dyn.exp: Likewise.
9976         * gdb.trace/passcount.exp: Likewise.
9977         * gdb.trace/report.exp: Likewise.
9978         * gdb.trace/save-trace.exp: Likewise.
9979         * gdb.trace/tfind.exp: Likewise.
9980         * gdb.trace/tracecmd.exp: Likewise.
9981         * gdb.trace/while-dyn.exp: Likewise.
9982         * gdb.trace/while-stepping.exp: Likewise.
9983
9984 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
9985
9986         * gdb.base/step-bt.c: New file.
9987         * gdb.base/step-bt.exp: New testcase.
9988
9989 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
9990
9991         * config/monitor.exp (gdb_load): Remove support for obsolete
9992         download-write-size.
9993         * gdb.base/remote.exp: Likewise.  Update all callers of
9994         gdb_timed_load.
9995
9996 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
9997
9998         * cursal.exp: Pass binfile to gdb_load.
9999
10000 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
10001
10002         * gdb.base/cursal.exp: Add "" to gdb_load call.
10003
10004 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
10005
10006         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10007         NetBSD/ELF targets.
10008
10009 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
10010
10011         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10012         operator*.
10013
10014 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
10015
10016         * gdb.base/completion.exp: Update for change in "file" behavior.
10017         * gdb.stabs/weird.exp: Likewise.
10018         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10019         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
10020
10021 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
10022
10023         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10024         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10025
10026 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
10027
10028         * gdb.base/default.exp: Update source command error message.
10029         * gdb.base/help.exp: Update 'help source' message.
10030
10031 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
10032
10033         * gdb.cp/bs15503.exp: Update comment for no longer crashing
10034         test.
10035
10036 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
10037
10038         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10039
10040 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
10041
10042         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10043
10044 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
10045
10046         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10047
10048 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
10049
10050         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10051         *-*-openbsd* from targets for wich we expect ARM FPA floating
10052         point format.
10053
10054 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
10055
10056         * gdb.cp/annota3.exp: Expect frame-begin annotation.
10057
10058 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
10059
10060         * gdb.base/annota3.exp: Expect frame-begin annotation.
10061
10062 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
10063
10064         * gdb.base/help.exp: Adjust "help unset" test to accept
10065         any list of unset commands.
10066
10067 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
10068             Daniel Jacobowitz  <dan@codesourcery.com>
10069
10070         * gdb.cp/ref-params.exp: New test.
10071         * gdb.cp/ref-params.cc: New source file.
10072         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10073
10074 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
10075
10076         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10077         spaces/tabs in regular expressions since they might not be there.
10078
10079 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
10080
10081         * gdb.base/ifelse.exp: New file.
10082
10083 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
10084
10085         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10086         line.
10087         * gdb.base/huge.exp: Loop over compilation to find a size that
10088         is acceptable.
10089         * gdb.base/remote.exp: Correct expected strings.
10090         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10091
10092 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
10093
10094         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10095
10096 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
10097
10098         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
10099         native.
10100
10101 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
10102
10103         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10104         enable stabs testing.
10105
10106 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
10107
10108         * gdb.base/auxv.exp: Intercept undefined command messages before
10109         gdb_test_multiple does.
10110
10111 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
10112
10113         * Makefile.in (host_alias): Remove.
10114         (target_alias): Use @target_noncanonical@.
10115         (site.exp): Don't set host_alias.
10116         * aclocal.m4: Remove contents.  Include acx.m4.
10117         * configure: Regenerated.
10118         * configure.ac: Use ACX_NONCANONICAL_TARGET.
10119
10120 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
10121
10122         * lib/gdb.exp (gdb_load_cmd): New.
10123
10124         * gdb.base/fileio.c: Add system(NULL) test.
10125         * gdb.base/fileio.exp: Check it.
10126
10127         * gdb.base/break.c: Add 10a breakpoint at }
10128         * gdb.base/break.exp: Add test for breakpoint at }
10129         * gdb.cp/anon-union.cc: Add code at end of function.
10130         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10131         * gdb.mi/var-cmd.c: Add code at end of function.
10132         * gdb.mi/mi-var-display.exp: Adjust end of next.
10133         * gdb.mi/mi2-var-display.exp: Likewise.
10134         * gdb.base/fileio.c: Add stop function and insert calls at
10135         stopping places.
10136         * gdb.base/fileio.exp: Breakpoint stop function and remove
10137         explicit line number references.
10138
10139 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
10140
10141         * gdb.base/del.exp (test_delete_alias): New function.
10142         Now check that both "del" and "d" work as aliases for "delete".
10143
10144 2006-05-18  Fred Fish  <fnf@specifix.com>
10145
10146         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10147         required.  Check for spurious output after program exits normally.
10148
10149 2006-05-17  Fred Fish  <fnf@specifix.com>
10150
10151         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10152         gdb_load, so it works in the simulator.
10153
10154 2006-05-11  Fred Fish  <fnf@specifix.com>
10155
10156         * gdb.base/bang.exp: Ignore unexpected output between the
10157         "program exited normally" and the gdb prompt, as many other
10158         tests do.
10159
10160 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
10161
10162         * gdb.base/help.exp: Make "delete checkpoint" part option for
10163         "help d" and "help delete" tests.
10164
10165 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10166
10167         * gdb.mi/mi-basics.exp: Add missing serial number to
10168         expected output in some mi_gdb_test statements.
10169         * gdb.mi/mi2-basics.exp: Likewise.
10170
10171 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
10172
10173         * gdb.base/del.c: New file.
10174         * gdb.base/del.exp: New testcase.
10175
10176 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
10177
10178         * gdb.base/break.exp: Do not assume a breakpoint on
10179         main will actually be in $srcfile when optimizing.
10180         * gdb.base/savedregs.exp: Do not require that the dummy
10181         frame location match up to a symbol and source file location.
10182         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10183         will get printed without a mi_cmd_data_list_register_values prefix.
10184         (*-data-list-register-*): Correct regular expressions to expect the new
10185         pseudo d? floating point registers.
10186         * gdb.mi/mi2-regs.exp: Likewise.
10187
10188 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
10189
10190         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10191         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10192         is allocated by the compiler.
10193         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10194         anons, e, anone to force their allocation by the compiler.
10195
10196 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
10197
10198         * gdb.base/help.exp: Update expected text for help d and
10199         help delete.
10200
10201 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
10202
10203         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10204         NetBSD/ELF targets.
10205
10206 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
10207
10208         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10209         single-step breakpoint fails; make this a KFAIL on
10210         sparc*-*-openbsd*.
10211         * gdb.base/siginfo.exp: Likewise.
10212         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10213
10214 2006-04-26  Michael Snyder  <msnyder@redhat.com>
10215
10216         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10217         which may have to consume output from other forks.
10218         Add tests to make sure that "delete fork" succeeded.
10219
10220 2006-04-20  Michael Snyder  <msnyder@redhat.com>
10221
10222         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
10223         Add support for the Renesas M32C and M16C.
10224
10225         * gdb.asm/asm-source.exp: Add m32c target.
10226         * gdb.asm/m32c.inc: Support for m32c target.
10227
10228 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
10229
10230         * gdb.base/commands.exp (recursive_source_test): New test.
10231
10232 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
10233
10234         * gdb.base/float.exp: Add pattern for sparc targets.
10235
10236 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
10237
10238         * gdb.base/commands.exp (stray_arg0_test): New test.
10239
10240 2006-03-30  Paul Brook  <paul@codesourcery.com>
10241
10242         * gdb.mi/mi-until.exp: kfail broken until command.
10243         * gdb.mi/mi2-until.exp: Ditto.
10244
10245 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10246
10247         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10248
10249 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
10250
10251         * gdb.base/prelink.exp: Anchor tested-for regular expression
10252         on gdb prompt.
10253
10254 2006-03-07  Paul Brook  <paul@codesourcery.com>
10255
10256         * gdb.base/assign.exp: Correct fail message.
10257
10258 2006-03-07  Paul Brook  <paul@codesourcery.com>
10259
10260         * lib/compiler.c: Extract armcc version number.
10261         * lib/compiler.cc: Ditto.
10262
10263 2006-03-07  Paul Brook  <paul@codesourcery.com>
10264
10265         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10266         additional_flags=-w.
10267         * gdb.arch/altivec-regs.exp: Ditto.
10268         * gdb.arch/e500-abi.exp: Ditto.
10269         * gdb.arch/e500-regs.exp: Ditto.
10270         * gdb.base/all-bin.exp: Ditto.
10271         * gdb.base/annota1.exp: Ditto.
10272         * gdb.base/annota3.exp: Ditto.
10273         * gdb.base/args.exp: Ditto.
10274         * gdb.base/arithmet.exp: Ditto.
10275         * gdb.base/assign.exp: Ditto.
10276         * gdb.base/async.exp: Ditto.
10277         * gdb.base/bang.exp: Ditto.
10278         * gdb.base/break.exp: Ditto.
10279         * gdb.base/call-rt-st.exp: Ditto.
10280         * gdb.base/completion.exp: Ditto.
10281         * gdb.base/cond-expr.exp: Ditto.
10282         * gdb.base/condbreak.exp: Ditto.
10283         * gdb.base/consecutive.exp: Ditto.
10284         * gdb.base/define.exp: Ditto.
10285         * gdb.base/display.exp: Ditto.
10286         * gdb.base/ena-dis-br.exp: Ditto.
10287         * gdb.base/environ.exp: Ditto.
10288         * gdb.base/eval-skip.exp: Ditto.
10289         * gdb.base/info-proc.exp: Ditto.
10290         * gdb.base/jump.exp: Ditto.
10291         * gdb.base/logical.exp: Ditto.
10292         * gdb.base/long_long.exp: Ditto.
10293         * gdb.base/maint.exp: Ditto.
10294         * gdb.base/miscexprs.exp: Ditto.
10295         * gdb.base/pc-fp.exp: Ditto.
10296         * gdb.base/pointers.exp: Ditto.
10297         * gdb.base/relational.exp: Ditto.
10298         * gdb.base/reread.exp: Ditto.
10299         * gdb.base/sect-cmd.exp: Ditto.
10300         * gdb.base/sep.exp: Ditto.
10301         * gdb.base/sepdebug.exp: Ditto.
10302         * gdb.base/until.exp: Ditto.
10303         * gdb.base/whatis-exp.exp: Ditto.
10304         * gdb.cp/annota2.exp: Ditto.
10305         * gdb.cp/annota3.exp: Ditto.
10306         * gdb.trace/actions.exp: Ditto.
10307         * gdb.trace/backtrace.exp: Ditto.
10308         * gdb.trace/circ.exp: Ditto.
10309         * gdb.trace/collection.exp: Ditto.
10310         * gdb.trace/deltrace.exp: Ditto.
10311         * gdb.trace/infotrace.exp: Ditto.
10312         * gdb.trace/limits.exp: Ditto.
10313         * gdb.trace/packetlen.exp: Ditto.
10314         * gdb.trace/passc-dyn.exp: Ditto.
10315         * gdb.trace/passcount.exp: Ditto.
10316         * gdb.trace/report.exp: Ditto.
10317         * gdb.trace/save-trace.exp: Ditto.
10318         * gdb.trace/tfind.exp: Ditto.
10319         * gdb.trace/tracecmd.exp: Ditto.
10320         * gdb.trace/while-dyn.exp: Ditto.
10321         * gdb.trace/while-stepping.exp: Ditto.
10322         * lib/gdb.exp: Ditto.
10323         (gdb_compile): Handle nowarning option.
10324
10325 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
10326
10327         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10328         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
10329         Rename executable to prelinkt.  Don't re-prelink if we didn't
10330         get a core file.  Test prelink -u exit status to tell whether
10331         prelinking failed.  Use gdb_test_multiple.
10332
10333 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
10334
10335         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10336         (do_tests): Call it.
10337
10338 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
10339
10340         * gdb.base/prelink.exp: New test.
10341         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10342
10343 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
10344
10345         * gdb.fortran/derived-type.f90: New file.
10346         * gdb.fortran/derived-type.exp: New testcase.
10347
10348 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
10349
10350         * gdb.base/default.exp: Allow ';' as a directory separator.
10351
10352 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
10353
10354         * gdb.base/help.exp (help add-symbol-file): Update.
10355
10356 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
10357
10358         * gdb.base/help.exp (help load): Update expected results.
10359
10360 2006-02-19  Fred Fish  <fnf@specifix.com>
10361
10362         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10363         specifix hex value as part of results.
10364         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10365
10366 2006-02-16  Fred Fish  <fnf@specifix.com>
10367
10368         * gdb.base/whatis.c: Define variables using typedefs char_addr,
10369         ushort_addr, and slong_addr, so the typedefs are not optimized
10370         away.
10371         * gdb.base/whatis.exp: Add tests using type name for struct type,
10372         union type, enum type, and typedef.
10373
10374 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
10375
10376         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10377
10378 2006-02-13  Jim Blandy  <jimb@redhat.com>
10379
10380         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10381         case where it takes two "next" commands to skip past the init
10382         call.
10383
10384 2006-02-12  Fred Fish  <fnf@specifix.com>
10385
10386         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10387         to handle cases where it takes two "next" commands to skip
10388         past the init call.
10389
10390 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
10391
10392         * gdb.ada/array_return.exp: Mark the last test as expected to fail
10393         on hppa32 targets.
10394
10395 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
10396
10397         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10398         field.
10399
10400 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
10401
10402         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10403
10404 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
10405
10406         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10407         files.
10408
10409 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
10410
10411         * gdb.cp/maint.exp: Set complaints to a positive value.
10412
10413 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
10414
10415         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
10416         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
10417         function name.
10418
10419 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
10420
10421         * gdb.base/checkpoint.c: Update copyright notice.  Include
10422         <stdlib.h>.
10423
10424 2006-01-04  Jim Blandy  <jimb@redhat.com>
10425
10426         * gdb.asm/asm-source.exp: Independently provide default values for
10427         asm-flags and debug-flags.  Use 'string equal' to do the
10428         comparison, not the implicit expr's '==' operator.  Remove
10429         now-unneeded assignments to asm-flags.  In h8300 case, place
10430         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10431
10432 2006-01-04  Michael Snyder  <msnyder@redhat.com>
10433
10434         * gdb.base/checkpoint.c: New file.
10435         * gdb.base/checkpoint.exp: New file.
10436         * gdb.base/multi-fork.c: New file.
10437         * gdb.base/multi-fork.exp: New file.
10438         * gdb.base/pi.txt: New file (data for checkpoint.c test).
10439
10440 2006-01-04  Fred Fish  <fnf@specifix.com>
10441
10442         * gdb.base/ptype.c (foo): Add typedef.
10443         (intfoo): Add function.
10444         * gdb.base/ptype1.c: New file.
10445         * gdb.base/ptype.exp: Handle compilation and linking with two
10446         source files.  Test that proper type for "foo" is found based
10447         on source context rather than first match found in symtabs.
10448
10449 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
10450
10451         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10452         * gdb.asm/openbsd.inc: Indent commands.
10453
10454 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
10455
10456         * gdb.base/freebpcmd.exp: Increase timeout.
10457
10458         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10459
10460 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
10461
10462         * gdb.base/default.exp: Update check for "show version".
10463
10464 2005-12-09  Randolph Chung  <tausq@debian.org>
10465
10466         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10467         * gdb.asm/pa64.inc: New file.
10468
10469 2005-12-09  Randolph Chung  <tausq@debian.org>
10470
10471         * gdb.asm/common.inc: Indent commands.
10472         * gdb.asm/asmsrc1.s: Likewise.
10473         * gdb.asm/asmsrc2.s: Likewise.
10474
10475 2005-12-09  Randolph Chung  <tausq@debian.org>
10476
10477         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10478         (get_addr_of_sym): Remove duplicate print.
10479         (gen_core): xfail hppa*-*-hpux*, update expected output.
10480         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10481         * gdb.arch/pa64-nullify.s: New file.
10482
10483 2005-12-09  Randolph Chung  <tausq@debian.org>
10484
10485         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10486
10487 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
10488
10489         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10490         code generation for these functions.
10491         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10492         error message.
10493
10494 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
10495
10496         * gdb.base/help.exp (help b, help br, help bre, help brea)
10497         (help break): Update the expected message.
10498
10499 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
10500
10501         * gdb.asm/m68hc11.inc: Setup the data section.
10502         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10503         script for this test.
10504         (m6812-*-*): Likewise.
10505
10506 2005-11-09  Randolph Chung <tausq@debian.org>
10507
10508         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10509
10510 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
10511
10512         * gdb.base/break.exp: Fix a comment typo.
10513
10514 2005-11-03  Jim Blandy  <jimb@redhat.com>
10515
10516         Checked in by Elena Zannoni  <ezannoni@redhat.com>
10517
10518         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10519
10520 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
10521
10522         * gdb.arch/gdb1558.c: Include stdio.h.
10523
10524 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
10525
10526         * gdb.asm/asm-source.exp: Use -e instead of --entry.
10527
10528 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
10529
10530         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10531
10532 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
10533
10534         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10535         vscr" tests to better match output.
10536
10537 2005-10-12  Jim Blandy  <jimb@redhat.com>
10538
10539         * gdb.base/structs.exp (any): New function.
10540         (test_struct_returns): Don't make any assumptions at all about
10541         what value the function returns when GDB can't set the return
10542         value.
10543
10544 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
10545
10546         * gdb.ada/arrayidx/p.adb: New file.
10547         * gdb.ada/arrayidx.exp: New testcase
10548
10549 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
10550
10551         * gdb.ada/array_return/pck.ads: New file.
10552         * gdb.ada/array_return/pck.adb: New file.
10553         * gdb.ada/array_return/p.adb: New file.
10554         * gdb.ada/array_return.exp: New testcase.
10555
10556 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
10557
10558         * gdb.base/arrayidx.c: New file.
10559         * gdb.base/arrayidx.exp: New testcase.
10560
10561 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
10562
10563         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10564         frames-invalid and breakpoints-invalid are no longer generated
10565         with level 3 so don't expect them in the output.
10566
10567 2005-09-27  Bob Rossi  <bob@brasko.net>
10568
10569         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10570         from test.  Escape the | in mi_gdb_test call.
10571         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10572         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10573         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10574         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10575         expected regex's in mi_gdb_test calls.
10576         * lib/mi-support.exp: Remove arbitrary .* from tests.
10577         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10578         Fully anchor GDB/MI expected results in mi_gdb_test.
10579         * lib/gdb.exp (string_to_regexp): Escape the ] character.
10580         * gdb.base/sizeof.exp: Remove escape character. Correct test.
10581
10582 2005-09-26  Paul Brook  <paul@codesourcery.com>
10583
10584         * long_long.exp: Exclude eabi targets from arm FPA float format test.
10585
10586 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
10587
10588         * bfp-test.c: New file.
10589         * bfp-test.exp: New testcase.
10590
10591 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
10592
10593         * gdb.fortran/subarray.exp: New testcase to test the evaluation
10594         of subarray and substring variable.
10595         * gdb.fortran/subarray.f: New source file for the test of subarray
10596         and substring variable evaluation.
10597         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10598         of string constant.
10599
10600 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
10601
10602         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10603         copyright dates.
10604
10605 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
10606
10607         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10608         powerpc altivec' test with an almost identical 'info vector' test.
10609
10610 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
10611
10612         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10613         vscr" tests to match output.
10614
10615 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
10616
10617         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10618         output.
10619
10620 2005-09-11  Bob Rossi  <bob@brasko.net>
10621
10622         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10623         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10624         commands that return an MI output command and an asyncronous MI output
10625         command.
10626         * gdb.mi/mi-console.exp: Ditto.
10627
10628 2005-09-11  Bob Rossi  <bob@brasko.net>
10629
10630         * gdb.mi/mi-var-child.c: Include <string.h>.
10631
10632 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
10633
10634         * killed.exp: Correct gdb_expect syntax.
10635
10636 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
10637
10638         * lib/mi-support.exp (mi_gdb_load): Fix typo.
10639
10640 2005-08-02  Bob Rossi  <bob@brasko.net>
10641
10642         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10643         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10644         Change tests to inferior-tty-set/show.
10645         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10646         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10647         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10648         inferior.  Use mi_gdb_test to get GDB and Inferior output.
10649         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10650         descriptor.
10651         (mi_inferior_tty_name): Add inferior PTY file name.
10652         (mi_gdb_start): Add INFERIOR_PTY parameter.
10653         (mi_gdb_test): Add IPATTERN parameter.
10654
10655 2005-08-02   Bob Rossi  <bob@brasko.net>
10656
10657         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10658         parameter to mi_gdb_test.
10659         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10660
10661 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
10662
10663         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10664         struct_declarations.
10665         * gdb.mi/mi-var-child.exp: Step over the initialization of
10666         struct_declarations.
10667
10668 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
10669
10670         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10671         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10672         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10673         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10674         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10675         file.
10676
10677 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
10678
10679         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10680         (do_children_tests): Assign values to the extra elements.
10681
10682         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10683         them for tests for "-var-update --no-values" and
10684         "-var-update --all-values".
10685         Add test for "-var-list-children --simple-values".
10686
10687         * gdb.mi/basics.c (callee4): Add integer array D[3]...
10688
10689         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10690         "-stack-list-locals --simple-values"  Improve doc strings and
10691         comments.
10692
10693 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
10694
10695         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10696         *-*-openbsd*.
10697         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10698
10699         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10700         sigaltsatck'.
10701
10702 2005-07-14  Bob Rossi  <bob@brasko.net>
10703
10704         * gdb.base/default.exp (tty): Changed output of command.
10705         * gdb.base/help.exp (help tty): Ditto.
10706
10707 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
10708
10709         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10710
10711 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
10712
10713         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10714         -stack-select-frame without arguments.
10715         (test_stack_frame_listing): Add test for newly implemented command
10716         -stack-info-frame.
10717
10718 2005-07-06  Bob Rossi  <bob@brasko.net>
10719
10720         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10721         command.
10722         (Copyright): Update copyright.
10723
10724 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
10725
10726         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10727         tests to evaluate exponentiation expression.
10728
10729 2005-06-29  Andreas Schwab  <schwab@suse.de>
10730
10731         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10732         main to avoid warnings.
10733
10734         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10735
10736 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
10737
10738         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10739         -stack-select-frame without arguments.
10740         (test_stack_frame_listing): Add test for newly implemented command
10741         -stack-info-frame.
10742
10743 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
10744
10745         * gdb.fortran/array-element.f: New file.
10746         * gdb.fortran/array-element.exp: New testcase.
10747
10748 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
10749
10750         * gdb.base/bigcore.exp: Correct checks for systems which can
10751         not dump a large core file.
10752
10753 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
10754
10755         * gdb.base/relocate.c: Add a copyright notice.
10756         (dummy): Remove.
10757         * gdb.base/relocate.exp: Test printing the values of variables
10758         from a relocatable file.
10759
10760 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
10761
10762         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10763         excess MI output after an error.
10764
10765 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
10766
10767         * gdb.arch/alpha-step.c: New file.
10768         * gdb.arch/alpha-step.exp: New testcase.
10769
10770 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
10771             Dennis Brueni  <dennis@slickedit.com>
10772
10773         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10774         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10775         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10776         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10777         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10778         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10779         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10780
10781 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
10782             Wu Zhou  <woodzltc@cn.ibm.com>
10783
10784         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
10785         IBM's xlc compiler.
10786         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10787         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10788
10789 2005-05-13  Jim Blandy  <jimb@redhat.com>
10790
10791         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10792         calling gdb_suppress_entire_file.
10793         * gdb.base/charset.exp: Same.
10794         * gdb.base/call-rt-st.exp: Same.
10795
10796 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
10797
10798         * lib/gdb.exp (fullname_syntax): Added global regex.
10799         (fullname_syntax_POSIX): Ditto.
10800         (fullname_syntax_UNC): Ditto.
10801         (fullname_syntax_DOS_CASE): Ditto.
10802         (fullname_syntax_DOS): Ditto.
10803         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10804         fullname_syntax variable to scope and use it.
10805         (test_file_list_exec_source_files): Ditto.
10806         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10807
10808 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
10809
10810         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10811
10812 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
10813
10814         * lib/gdb.exp (skip_altivec_tests): New function, based on
10815         check_vmx_hw_available from the GCC testsuite.
10816         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10817         * lib/gdb.arch/altivec-regs.exp: Likewise.
10818
10819 2005-05-02  Jim Blandy  <jimb@redhat.com>
10820
10821         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10822         calling gdb_suppress_entire_file.
10823
10824 2005-04-30  Randolph Chung  <tausq@debian.org>
10825
10826         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10827         Slightly relax "sem_post" name checking.
10828
10829 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
10830
10831         * gdb.base/unload.exp: Use new shared library infrastructure.
10832
10833 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
10834
10835         * gdb.base/so-impl-ld.exp: Use new shared library
10836         infrastructure.
10837
10838 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
10839
10840         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10841         * gdb.asm/h8300.inc: New file.
10842
10843 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
10844
10845         * gdb.base/shlib-call.exp: Change to use new shared library
10846         infrastructure.
10847
10848 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
10849
10850         * gdb.base/pending.exp: Change to use new shared library
10851         infrastructure.
10852
10853 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
10854
10855         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10856         use test_compiler_info instead of gcc_compiled, and update copyright.
10857
10858 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
10859
10860         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10861         shared objects being adjusted and update copyright years.
10862
10863 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
10864
10865         * ChangeLog: Correct some 2003-01-13 dates.
10866         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10867         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10868         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10869         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10870         gdb.trace/tfind.exp: Update copyright years.
10871
10872 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
10873             Daniel Jacobowitz  <dan@codesourcery.com>
10874
10875         * lib/gdb.exp (gdb_compile): Handle shlib=.
10876         (gdb_compile_shlib): New function.
10877
10878 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
10879
10880         * lib/gdb.exp (test_compiler_info): Give argument a default value.
10881
10882 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
10883
10884         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
10885         gdb.server.
10886         * configure.ac: Likewise.
10887         * configure: Regenerated.
10888         * gdb.gdbserver/Makefile.in: Moved to...
10889         * gdb.server/Makefile.in: ... here.
10890         * gdb.gdbserver/server.c: Moved to...
10891         * gdb.server/server.c: ... here.
10892         * gdb.gdbserver/server-run.exp: Moved to...
10893         * gdb.server/server-run.exp: ... here.
10894
10895 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
10896
10897         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
10898         * configure.ac: Create gdb.gdbserver/Makefile.
10899         * configure: Regenerated.
10900         * lib/gdbserver-support.exp: New file, derived from
10901         config/gdbserver.exp.
10902         * config/gdbserver.exp: Use gdbserver-support.exp.
10903         * gdb.gdbserver/Makefile.in: New file.
10904         * gdb.gdbserver/server.c: New file.
10905         * gdb.gdbserver/server-run.exp: New file.
10906
10907 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
10908
10909         * lib/gdb.exp (test_compiler_info): Return compiler_info
10910         if no arguments are given.
10911
10912 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
10913
10914         * gdb.arch/altivec-abi.exp: Check for compiler and set
10915         use altivec' flag accordingly.
10916         * gdb.arch/altivec-regs.exp: Likewise.
10917
10918 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
10919
10920         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
10921
10922 2005-03-27  Andreas Schwab  <schwab@suse.de>
10923
10924         * gdb.base/bigcore.c (main): Add missing mode argument in open
10925         call.
10926
10927 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
10928
10929         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
10930         downloads.
10931         * config/gdbserver.exp (gdb_load): Likewise.
10932
10933 2005-03-14  Paul Brook  <paul@codesourcery.com>
10934
10935         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
10936         targets.
10937
10938 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
10939
10940         * gdb.dwarf2/dup-psym.S: New file.
10941         * gdb.dwarf2/dup-psym.exp: New testcase.
10942
10943 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
10944
10945         * gdb.ada/exec_changed/first.adb: New file.
10946         * gdb.ada/exec_changed/second.adb: New file.
10947         * gdb.ada/exec_changed.exp: New testcase.
10948
10949 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10950
10951         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
10952         (A2): New class.
10953         (main): Test operator+.
10954         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
10955         breakpoint test.
10956
10957         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
10958         * gdb.base/signull.exp: Disable if gdb,nosignals.
10959         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
10960         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
10961         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
10962         * gdb.mi/mi2-console.exp: Likewise.
10963         * gdb.trace/collection.exp (run_trace_experiment): Consume the
10964         continue output at start.
10965         (gdb_collect_locals_test): Robustify regexp.
10966         * gdb.trace/passc-dyn.exp: Fix comment typo.
10967         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
10968
10969 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
10970
10971         * gdb.asm/asm-source.exp: Add iq2000 case.
10972         * gdb.asm/iq2000.inc: New file.
10973
10974 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
10975
10976         * gdb.base/command.exp: Change hardcoded value to regular expression.
10977         * gdb.base/float.exp: Add powerpc to the list of targets checked.
10978
10979 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
10980
10981         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
10982         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
10983         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
10984         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
10985         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
10986
10987 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
10988
10989         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
10990         changes.
10991
10992 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
10993
10994         * lib/compiler.c: Add test for IBM's xlc compiler.
10995         * lib/compiler.cc: Likewise.
10996
10997 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
10998
10999         * gdb.ada/fixed_points.exp: Create compilation object directory
11000         before running the test.
11001         * gdb.ada/null_record.exp: Likewise.
11002         * gdb.ada/packed_array.exp: Likewise.
11003         * gdb.ada/start.exp: Likewise.
11004
11005 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
11006
11007         * gdb.ada/packed_array/pa.adb: New file.
11008         * gdb.ada/packed_array.exp: New testcase.
11009
11010 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
11011
11012         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11013         files.
11014
11015         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11016         on *-*-openbsd*.  Correctly match whitespace in regukar
11017         expressions.
11018
11019 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
11020
11021         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11022         PR exp/1821
11023         * gdb.base/gdb1821.c: New test file.
11024         * gdb.base/gdb1821.exp: New test file.
11025
11026 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
11027
11028         * gdb.base/start.c: New file.
11029         * gdb.base/start.exp: New testcase.
11030
11031 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
11032
11033         * gdb.ada/start/dummy.adb: New file.
11034         * gdb.ada/start.exp: New testcase.
11035
11036 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
11037
11038         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11039         for printing symbols and statistics.
11040         Add test for using relative pathnames in "maint print msymbols" test.
11041         Mark "maint info sections DATA" XFAIL on Cygwin.
11042         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11043         tests.
11044
11045 2005-02-09  Andreas Schwab  <schwab@suse.de>
11046
11047         Committed by Andrew Cagney  <cagney@gnu.org>
11048         * gdb.base/remotetimeout.exp: New file.
11049
11050 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
11051
11052         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11053
11054 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
11055
11056         * gdb.ada/gnat_ada.gpr: New file.
11057         * gdb.ada/gnat_ada.gin: Delete, no longer used.
11058         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11059         * configure.ac: No longer generate gnat_ada.gpr.
11060         * configure: Regenerate.
11061         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11062         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11063         * gdb.ada/null_record/bar.ads: Likewise.
11064         * gdb.ada/null_record/bar.adb: Likewise.
11065         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11066         * gdb.ada/null_record.exp (testdir): New variable.
11067         (testfile): executable is now in testdir subdirectory.
11068         (srcfile): Use full path to the main compilation unit.
11069         * gdb.ada/fixed_points.exp: Same changes as above.
11070
11071 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
11072
11073         * gdb.base/interp.exp: New test.
11074
11075 2005-01-24  Andrew Cagney  <cagney@gnu.org>
11076
11077         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11078
11079 2005-01-19  Andrew Cagney  <cagney@gnu.org>
11080
11081         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11082         configure.ac not configure.in.
11083
11084         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11085         of powerpc*-*-*.
11086         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11087         * gdb.base/list.exp (test_list_function)
11088         (test_list_filename_and_function): Ditto.
11089         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11090
11091 2005-01-16  Andrew Cagney  <cagney@gnu.org>
11092
11093         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11094
11095         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11096
11097 2005-01-14  Andrew Cagney  <cagney@gnu.org>
11098
11099         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11100         * gdb.mi/mi2-var-cmd.exp: Ditto.
11101
11102 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
11103
11104         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11105
11106 2005-01-07  Andrew Cagney  <cagney@gnu.org>
11107
11108         * configure.ac: Rename configure.in, require autoconf 2.59.
11109         * configure: Re-generate.
11110         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11111         * gdb.stabs/configure: Re-generate.
11112         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11113         * gdb.hp/configure: Re-generate.
11114         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11115         autoconf 2.59.
11116         * gdb.hp/gdb.objdbg/configure: Re-generate.
11117         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11118         autoconf 2.59.
11119         * gdb.hp/gdb.defects/configure: Re-generate.
11120         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11121         autoconf 2.59.
11122         * gdb.hp/gdb.compat/configure: Re-generate.
11123         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11124         autoconf 2.59.
11125         * gdb.hp/gdb.base-hp/configure: Re-generate.
11126         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11127         autoconf 2.59.
11128         * gdb.hp/gdb.aCC/configure: Re-generate.
11129
11130 2004-12-15  Jim Blandy  <jimb@redhat.com>
11131
11132         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11133         under NPTL when there is debugging info available for libpthread.
11134
11135 2004-12-13  Jerome Guitton  <guitton@gnat.com>
11136
11137         * gdb.ada/fixed_points.c: New file.
11138         * gdb.ada/fixed_points.exp: New file.
11139
11140 2004-12-03  Randolph Chung  <tausq@debian.org>
11141
11142         * gdb.arch/pa-nullify.exp: New file.
11143         * gdb.arch/pa-nullify.s: New file.
11144
11145 2004-11-30  Randolph Chung  <tausq@debian.org>
11146
11147         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11148         instead of "tbug".  Fix regexp to work properly with gdb_test.
11149
11150 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
11151
11152         * gdb.base/bitfields2.exp: New test.
11153         * gdb.base/bitfields2.c: New file.
11154
11155 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
11156
11157         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11158
11159 2004-11-16  Randolph Chung  <tausq@debian.org>
11160
11161         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11162
11163 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
11164
11165         * gdb.threads/threadapply.exp: Correct "macro details" test.
11166
11167 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
11168
11169         * gdb.threads/threadapply.exp: New test.
11170         * gdb.threads/threadapply.c: New file.
11171
11172 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
11173
11174         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11175         frames.
11176
11177 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
11178
11179         * gdb.base/cursal.exp: New file.
11180         * gdb.base/cursal.c: New file.
11181
11182 2004-11-03  Andrew Cagney  <cagney@gnu.org>
11183
11184         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11185
11186 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
11187
11188         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11189         NetBSD/ELF targets.
11190
11191 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
11192
11193         * gdb.threads/bp_in_thread.c: New file, copied from
11194         pthread_cond_wait.c.
11195         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11196         file, rather than reusing the .c file from another testcase.
11197
11198 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
11199
11200         * gdb.ada/null_record.exp: Check where we stopped after
11201         sending the start command, instead of where the associated
11202         temporary breakpoint was inserted.
11203
11204 2004-10-14  Andrew Cagney  <cagney@gnu.org>
11205
11206         * gdb.mi/gdb701.c (main): Return 0.
11207
11208 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
11209
11210         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11211
11212 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
11213
11214         * gdb.threads/schedlock.c: Add comment markers to use to find
11215         line numbers.
11216         * gdb.threads/schedlock.exp: Adjust regex to handle the new
11217         comments.
11218         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11219         breakpoint lines.
11220
11221 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
11222
11223         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11224
11225 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
11226
11227         * configure.in: Add gdb.dwarf2.
11228         * configure: Regenerated.
11229         * Makefile.in: Add gdb.dwarf2.
11230         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11231         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11232         gdb.dwarf2/file1.txt: New files.
11233
11234 2004-10-11  Orjan Friberg  <orjanf@axis.com>
11235
11236         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11237         of "run", since the latter doesn't work with remote targets.  Adjust
11238         the breakpoint numbering accordingly.
11239         * gdb.threads/pthread_cond_wait.exp: Ditto.
11240
11241 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
11242
11243         * gdb.base/overlays.exp: Update copyright years.
11244
11245 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
11246
11247         * gdb.base/overlays.exp: Disable if target is Linux.
11248
11249 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
11250
11251         * config/gdbserver.exp (gdb_load): Use right filename on remote.
11252
11253 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
11254
11255         * gdb.asm/asm-source.exp: Add m32r-linux target.
11256         * gdb.asm/m32r-linux.inc: New file.
11257
11258 2004-09-24  Andrew Cagney  <cagney@redhat.com>
11259             David Anderson <anderson@redhat.com>
11260
11261         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11262         command fails, assume things will work.
11263         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11264         (_GNU_SOURCE): Define.
11265         (print_unsigned, print_hex): Change parameter to "long long".
11266         (print_byte_count): New function, use to print byte counts.
11267         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11268         O_LARGEFILE.
11269         (main): Compute an upper bound on a corefile in max_core_size.
11270         Limit memory chunk size to max_core_size.  Limit total memory
11271         allocated to max_core_size.
11272
11273 2004-09-23  Andrew Cagney  <cagney@gnu.org>
11274
11275         * gdb.base/bigcore.exp: Replace the code that creates a corefile
11276         from a separate process with code that creates a corefile by
11277         making the inferior dump core.
11278
11279 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
11280
11281         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11282         block.
11283
11284 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
11285
11286         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11287         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
11288         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11289         Likewise.
11290
11291 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
11292
11293         * gdb.java/jprint.exp: New test case for java inferior call.
11294         * gdb.java/jprint.java: Ditto.
11295
11296 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
11297
11298         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11299
11300 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
11301
11302         * gdb.threads/killed.c: Include <stdlib.h>.
11303         * gdb.threads/pthreads.c: Likewise.
11304
11305 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
11306
11307         * gdb.threads/killed.c: Add copyright notice.
11308
11309 2004-09-10  Jason Molenda  (jmolenda@apple.com)
11310
11311         * gdb.base/define.exp: Two new tests to verify zero space chars
11312         after 'if' and 'while' commands in a user-defined command is correctly
11313         parsed.
11314
11315 2004-09-08  Andrew Cagney  <cagney@gnu.org>
11316
11317         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
11318         delivery test with duplicate at end of file.
11319
11320 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
11321
11322         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11323
11324 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
11325
11326         * config/hppro.exp: Removed.
11327
11328 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
11329
11330         * config/sparclet.exp: Removed.
11331
11332 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
11333
11334         * config/udi.exp: Removed.
11335
11336 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
11337
11338         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11339         of "exp_continue".
11340         (advancei): Likewise.
11341
11342 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
11343
11344         * gdb.base/unload.exp: Fix so messages aren't duplicated.
11345
11346 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
11347
11348         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11349         to check for nodebug in executable.
11350         * gdb.gdb/observer.exp (setup_test): Likewise.
11351         * gdb.gdb/selftest.exp (test_with_self): Likewise.
11352         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11353
11354 2004-09-01  Andrew Cagney  <cagney@gnu.org>
11355
11356         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11357         files.
11358
11359 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
11360
11361         * gdb.base/unload.exp: Fix expected warning message to match
11362         latest format.
11363
11364 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
11365
11366         * gdb.base/call-rt-st.exp: Fix typos.
11367
11368 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
11369
11370         * gdb.threads/thread_check.exp: New testcase.
11371         * gdb.threads/thread_check.c: New testcase.
11372
11373 2004-08-31  Andrew Cagney  <cagney@gnu.org>
11374
11375         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11376         (skip_to_handler_entry): New procedures.  Test stepping into a
11377         handler when the breakpoint is at the handler's entry point.
11378
11379 2004-08-30  Andrew Cagney  <cagney@gnu.org>
11380
11381         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11382         gdb/1757.
11383
11384 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
11385
11386         With code from Manoj Iyer <manjo@austin.ibm.com>:
11387         * lib/gdb.exp (gdb_file_cmd): Return more information in the
11388         return value.  Add an arm for "no debugging symbols found".
11389         Change a stray "error" to "perror".
11390         (gdb_run_cmd): Adapt to new return value.
11391         * gdb.base/remote.exp: Adapt to new return value.
11392         * gdb.gdb/complaints.exp: Likewise.
11393         * gdb.gdb/observer.exp: Likewise.
11394         * gdb.gdb/selftest.exp: Likewise.
11395         * gdb.gdb/xfullpath.exp: Likewise.
11396
11397 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
11398
11399         * gdb.threads/bp_in_thread.exp: New testcase.
11400
11401 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
11402
11403         Fix PR testsuite/1735.
11404         * gdb.threads/schedlock.c (thread_function): Add a cast
11405         to suppress a gcc warning.
11406         * gdb.threads/thread-specific.c (thread_function): Likewise.
11407
11408 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
11409
11410         * gdb.base/unload.c: Include <stdlib.h>.
11411
11412 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
11413
11414         From Paul Gilliam <pgilliam@us.ibm.com>:
11415         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11416         synchronized after the "return".
11417
11418 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
11419
11420         * gdb.mi/basics.c: Include <stdio.h>.
11421         * gdb.mi/pthreads.c: Include <stdlib.h>.
11422         * gdb.mi/var-cmd.c: Include <stdlib.h>.
11423
11424 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
11425
11426         * gdb.threads/schedlock.c: Add copyright notice.
11427
11428 2004-08-25  Andrew Cagney  <cagney@gnu.org>
11429
11430         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11431         (skip_over_handler, breakpoint_over_hander): New test procedures.
11432         (advance, advancei): Add a proper prefix, do not use
11433         rerun_to_main.
11434         * gdb.base/sigstep.c (main): Change to use an infinite loop.
11435
11436 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
11437
11438         * gdb.mi/basics.c: Add copyright notice.
11439         * gdb.mi/var-cmd.c: Add copyright notice.
11440
11441 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
11442
11443         * lib/gdb.exp: Remove signed_keyword_not_used.
11444         * lib/compiler.c: Likewise.
11445         * lib/compiler.cc: Likewise.
11446
11447 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
11448
11449         * gdb.base/whatis.c: Remove conditional disabling of "signed".
11450         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11451
11452 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
11453
11454         * gdb.base/whatis.c: Add copyright notice.
11455
11456 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
11457
11458         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
11459         it to skip the breakpoints encoded in the inline assembly.
11460
11461 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
11462
11463         * Makefile.in: Add gdb.fortran.
11464
11465 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
11466
11467         * gdb.base/call-sc.exp (test_scalar_returns):
11468         Fix cut-and-paste glitch in "Make fun return now".
11469
11470 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
11471
11472         * configure.in: Add gdb.fortran.
11473         * configure: Regenerate.
11474         * gdb.fortran/Makefile.in: New file.
11475         * lib/gdb.exp (skip_fortran_tests): New procedure.
11476
11477 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
11478
11479         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
11480         reference to bug-gnu@prep.ai.mit.edu.
11481         * gdb.mi/mi-var-child.exp: Likewise.
11482         * gdb.mi/mi-var-cmd.exp: Likewise.
11483         * gdb.mi/mi-var-display.exp: Likewise.
11484         * gdb.mi/mi2-var-block.exp: Likewise.
11485         * gdb.mi/mi2-var-child.exp: Likewise.
11486         * gdb.mi/mi2-var-cmd.exp: Likewise.
11487         * gdb.mi/mi2-var-display.exp: Likewise.
11488
11489 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
11490
11491         * gdb.base/unload.c (main): Make local variable msg const.
11492
11493 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
11494
11495         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
11496         to bug-gnu@prep.ai.mit.edu.
11497         * gdb.mi/mi-disassemble.exp: Likewise.
11498         * gdb.mi/mi-eval.exp: Likewise.
11499         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
11500         default line number.
11501         * gdb.mi/mi-return.exp: Likewise.
11502         * gdb.mi/mi-simplerun.exp: Likewise.
11503         * gdb.mi/mi-stack.exp: Likewise.
11504         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
11505         number with explicit range test.
11506         * gdb.mi/mi-watch.exp: Likewise.
11507         * gdb.mi/mi2-break.exp: Likewise.
11508         * gdb.mi/mi2-cli.exp: Likewise.
11509         * gdb.mi/mi2-disassemble.exp: Likewise.
11510         * gdb.mi/mi2-eval.exp: Likewise.
11511         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
11512         default line number.
11513         * gdb.mi/mi2-return.exp: Likewise.
11514         * gdb.mi/mi2-simplerun.exp: Likewise.
11515         * gdb.mi/mi2-stack.exp: Likewise.
11516         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
11517         number with explicit range test.
11518         * gdb.mi/mi2-watch.exp: Likewise.
11519
11520 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
11521
11522         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11523         * gdb.cp/m-static.exp: Likewise.
11524         * gdb.cp/rtti.exp: Likewise.
11525
11526 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
11527
11528         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11529
11530 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
11531
11532         * ChangeLog: Prefix Local Variables with semi-colons and indent
11533         the reference to older ChangeLog files, to fix fontification in
11534         Emacs.
11535
11536 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
11537
11538         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11539         * gdb.mi/mi2-break.exp: Likewise.
11540
11541 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
11542
11543         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11544
11545 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
11546
11547         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11548
11549 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
11550
11551         * gdb.cp/classes.exp: Remove unused declarations.  Just let
11552         test names default instead of providing special names.  Remove
11553         extraneous demangler test.
11554
11555 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
11556
11557         * gdb.base/unload.exp: New test for breakpoints in dynamically
11558         loaded libraries.
11559         * gdb.base/unload.c: Ditto.
11560         * gdb.base/unloadshr.c: Ditto.
11561
11562 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
11563
11564         * gdb.cp/classes.exp (test_ptype_class_objects): Call
11565         cp_test_ptype_class.
11566         (test_enums): Likewise.
11567
11568 2004-08-10  Andrew Cagney  <cagney@gnu.org>
11569
11570         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11571         files.
11572
11573 2004-08-10  Andrew Cagney  <cagney@gnu.org>
11574
11575         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11576         init_malloc call.
11577
11578 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
11579
11580         * ChangeLog: Add copyright notice.  The notice is copied
11581         from emacs 21.3 top level ChangeLog.
11582
11583 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
11584
11585         * lib/cp-support.exp: New file.
11586         * lib/cp-support.exp (cp_test_type_class): New function.
11587         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11588         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11589         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11590         cp_test_ptype_class.
11591
11592 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
11593
11594         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11595         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11596         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11597         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11598         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11599         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11600         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11601         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11602         gdb.mi/mi2-watch.exp: Update copyright years.
11603
11604 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
11605
11606         * gdb.base/sigaltstack.exp: Provide proper anchoring.
11607
11608 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
11609
11610         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11611         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11612         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11613         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11614         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11615         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11616         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11617         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11618         gdb.mi/mi-watch.exp: Update copyright years.
11619
11620 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
11621
11622         PR gdb/1738
11623         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11624         from a breakpoint with a pending signal.
11625
11626 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
11627
11628         PR gdb/1736
11629         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11630         * gdb.base/sigaltstack.exp (finish_test): Consume output until
11631         the prompt.
11632         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11633
11634 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
11635
11636         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11637
11638 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
11639
11640         PR gdb/1736
11641         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
11642         for i?86-*-linux*.
11643
11644 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
11645
11646         * gdb.arch/i386-prologue.exp: Compile without debug information.
11647
11648 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
11649
11650         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11651         rather than asking gdb to search.
11652
11653 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
11654
11655         * gdb.base/gcore.c: Include <string.h>.
11656
11657 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
11658
11659         * gdb.base/gcore.c: Add copyright notice.
11660
11661 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
11662
11663         * gdb.base/freebpcmd.c: Include <stdio.h>.
11664         * gdb.base/long_long.c: Include <string.h>.
11665         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11666         * gdb.base/siginfo.c: Include <string.h>.
11667         * gdb.base/sigstep.c: Include <string.h>.
11668
11669 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11670
11671         * gdb.base/complex.c: Include <stdlib.h>.
11672
11673 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11674
11675         * gdb.base/complex.c: Add copyright notice.
11676
11677 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11678
11679         * gdb.base/charset.c: Include <stdlib.h>.
11680
11681 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11682
11683         * gdb.base/auxv.c: Include <stdlib.h>.
11684
11685 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11686
11687         * gdb.base/auxv.c: Add copyright notice.
11688
11689 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
11690
11691         * gdb.base/coremaker.c: Add copyright notice.
11692         * gdb.base/coremaker2.c: Add copyright notice.
11693
11694 2004-08-04  Andrew Cagney  <cagney@gnu.org>
11695
11696         * gdb.base/store.exp: Update copyright.
11697         (check_set, up_set, check_struct, up_struct): Add a prefix to test
11698         names, do not import gdb_prompt.
11699
11700 2004-08-01  Andrew Cagney  <cagney@gnu.org>
11701
11702         Fix PR testsuite/1729.
11703         * gdb.base/dump.exp: Add test name to callers of capture_value, do
11704         not use capture_value with value 4.
11705         (capture_value): Add optional test name parameter.
11706         (test_reload_saved_value, test_restore_saved_value): Use $msg as
11707         the prefix, pass to capture_value.
11708
11709 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
11710
11711         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11712         * gdb.arch/i386-prologue.c (standard): New prototype and function.
11713         (main): Call new function.
11714
11715 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
11716
11717         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11718
11719 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
11720
11721         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11722
11723 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
11724
11725         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11726         Accept more values of vtbl pointer.  Remove some messages
11727         about "obsolete gcc or gdb".
11728
11729 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
11730
11731         * gdb.cp/classes.exp: Accept more varieties of ptype output.
11732
11733 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
11734
11735         * gdb.base/asm-source.exp: Properly convert target board
11736         debug flags from gcc format to binutils format.
11737
11738 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
11739
11740         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11741         gdb1718".  PR backtrace/1718 partially fixed.
11742
11743 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
11744
11745         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11746
11747 2004-07-26  Nick Clifton  <nickc@redhat.com>
11748
11749         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
11750         good default value for a specific architecture is available then
11751         set it to that value.  Otherwise default to the -gstabs switch.
11752         Remove the -g... switches from the asm-flags variable.  Allow the
11753         target board info to override the value if it wants to.  Pass the
11754         switch on the assembler command line.
11755
11756 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
11757
11758         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11759         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11760         (main): Call new function.
11761
11762 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
11763
11764         Test for PR exp/1715.
11765         * gdb.base/radix.exp: Refactor common procedures.  Make all
11766         test names unique.  Change XFAIL to KFAIL.
11767
11768 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
11769
11770         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11771         * gdb.ada/gnat_ada.gin: ... to here.
11772         * configure.in: Use gnat_ada.gin.
11773         * configure: Regenerate.
11774
11775 2004-07-20  Andrew Cagney  <cagney@gnu.org>
11776
11777         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11778         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
11779         XFAILs.  Clean up test messages and comments.  Check backtraces.
11780         Delete re-sync code.
11781
11782 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
11783
11784         Fix PR cli/740.
11785         * gdb.base/annota1.exp: Honor gdb,nosignals.
11786         * gdb.base/annota3.exp: Likewise.
11787
11788 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
11789
11790         * lib/java.exp: Update copyright notice.
11791
11792 2004-07-19  Andrew Cagney  <cagney@gnu.org>
11793
11794         * gdb.base/selftest.exp: Copy file from here ...
11795         * gdb.gdb/selftest.exp: ... to here.
11796
11797 2004-07-16  Andrew Cagney  <cagney@redhat.com>
11798
11799         * lib/insight-support.exp: Delete file.
11800         * lib/java.exp (java_init): Fix copyright.
11801
11802 2004-07-16  Andrew Cagney  <cagney@gnu.org>
11803
11804         * gdb.base/restore.c: Append "prologue" to comments marking the a
11805         function's prologue.
11806         * gdb.base/restore.exp: Update copyright, re-indent.
11807         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
11808         callerN" prefix where needed.  Update patterns that match a
11809         function's prologue.
11810
11811 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
11812
11813         * gdb.base/restore.c: Add copyright notice.
11814
11815 2004-07-16  Andrew Cagney  <cagney@gnu.org>
11816
11817         * gdb.base/logical.exp: Update copyright.
11818         (evaluate): New procedure.  Use to re-implement tests using
11819         several tables.
11820
11821 2004-07-14  Martin Hunt  <hunt@redhat.com>
11822
11823         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11824         which fixes some problems where init.tcl was not found.
11825
11826 2004-07-13  Andrew Cagney  <cagney@gnu.org>
11827
11828         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11829         (check_sizeof, check_valueof): Do not include the output in the
11830         test name.  Use gdb_test.
11831         (get_valueof): Use gdb_test_multiple.
11832
11833         * gdb.base/step-test.exp: Update copyright.  Use
11834         gdb_test_multiple.  Ensure that test names do not include
11835         architecture dependent output.
11836
11837         * gdb.gdb/observer.exp: Update copyright.
11838         (setup_test): Use gdb_test_multiple.
11839         (attach_first_observer, attach_second_observer)
11840         (attach_third_observer, detach_first_observer)
11841         (detach_second_observer, detach_third_observer)
11842         (reset_counters, check_counters): Make $message a prefix.
11843         (test_normal_stop_notifications): Add "args" parameter - a list of
11844         init functions to be called.  Make $message a prefix,
11845         (test_observer_normal_stop): Change the message prefixes so that
11846         they are unique, pass the attach / detach procedures to
11847         test_normal_stop_notifications.
11848
11849         * gdb.base/signull.exp (test_segv): Prefix all tests with
11850         "${name}".  Clean up test messages.
11851
11852         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11853
11854         * gdb.base/ena-dis-br.exp: Update copyright.
11855         (break_at): New function.  Replace send_gdb with gdb_test,
11856         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
11857         ignore count, not stopped at bpt", with KFAIL.
11858
11859 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
11860
11861         * gdb.base/attach.exp: Remove cleanupfile handling.
11862
11863 2004-07-12  Andrew Cagney  <cagney@gnu.org>
11864
11865         * gdb.base/annota1.exp: Cleanup corefile test name.
11866         * gdb.base/annota3.exp: Ditto.
11867
11868 2004-07-12  Andrew Cagney  <cagney@gnu.org>
11869
11870         * gdb.base/signals.exp: Clean up copyright, re-indent.
11871
11872         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11873         gdb_test and gdb_test_multiple.
11874
11875 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
11876
11877         * gdb.java/jmain.exp: Fix expected line number for main to
11878         break at.  Set XFAIL for break at main test since gcj does not
11879         provide line number info for first statement in main.
11880
11881 2004-07-08  Andrew Cagney  <cagney@gnu.org>
11882
11883         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
11884
11885         * gdb.base/sigbpt.exp: Make the common part of each test name a
11886         prefix instead of suffix.
11887
11888 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
11889
11890         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
11891         test from test_tbreak_creation_and_listing to
11892         test_file_list_exec_source_file
11893         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
11894         Changed name of test from test_tbreak_creation_and_listing to
11895         test_file_list_exec_source_file
11896
11897 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
11898
11899         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
11900         the jmisc() constructor instead of <init>.
11901         * gdb.java/jmisc1.exp: Ditto.
11902
11903 2004-07-07  Andrew Cagney  <cagney@gnu.org>
11904
11905         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
11906         corrupting the PC.
11907
11908 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
11909
11910         * gdb.cp/templates.exp: Accept whitespace change in demangler
11911         output.
11912
11913 2004-07-06  Andrew Cagney  <cagney@gnu.org>
11914
11915         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
11916
11917 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
11918
11919         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
11920         * lib/compiler.cc: Likewise.
11921
11922 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
11923
11924         * lib/compiler.cc: Work around string preprocessing problem
11925         with old hp c++ compiler.
11926         * lib/compiler.c: Likewise.
11927
11928 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
11929
11930         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
11931         directives to conditionalize symbol prefixing.
11932         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
11933         additional_flags handling.  Add underscore prefix for Cygwin.
11934         * gdb.arch/i386-unwind.c: Use preprocessor directives to
11935         conditionalize symbol prefixing.
11936         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
11937         additional_flags handling.  Add underscore prefix for Cygwin.
11938
11939 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
11940
11941         * gdb.base/bigcore.exp: Skip test on Cygwin.
11942
11943 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
11944
11945         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
11946         formats for "info register".  Use gdb_test_multiple.  Fix
11947         the "invalid register" test.
11948
11949 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
11950
11951         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
11952         PID for Cygwin.  Add Cygwin specific strings to check for in some
11953         tests.
11954         (do_attach_tests): Add a test for user interaction when attaching
11955         to a process with no matching symbol table already loaded.
11956
11957 2004-06-26  Andrew Cagney  <cagney@gnu.org>
11958
11959         Test PR java/1567 and PR java/1565.
11960         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
11961         * gdb.java/jmisc2.exp: Delete file.
11962
11963 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
11964
11965         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
11966
11967 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
11968
11969         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
11970         attach process.
11971
11972 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
11973
11974         * gdb.cp/pr-1553.exp: Remove.
11975
11976 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
11977
11978         * gdb.cp/pr-1553.cc: Remove.
11979         * gdb.cp/pr-1553.exp: Disable this test.
11980
11981 2004-06-20  Jim Blandy  <jimb@redhat.com>
11982
11983         Fix PR testsuite/1680.
11984         * gdb.arch/i386-sse.exp: Properly quote curly braces in
11985         regular expressions.
11986
11987 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
11988
11989         Fix PR testsuite/1679.
11990         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
11991         Issue an UNSUPPORTED result instead.
11992
11993 2004-06-18  Jim Blandy  <jimb@redhat.com>
11994
11995         * gdb.base/charset.exp: Only send a control-C if we see a new
11996         prompt and incomplete command.
11997
11998 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
11999
12000         * gdb.cp/pr-574.cc: Add copyright notice.
12001
12002 2004-06-17  Jim Blandy  <jimb@redhat.com>
12003
12004         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12005         cases where the regexp has no groups; this grabs random text from
12006         the previous test suite, whatever that was.
12007
12008 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
12009
12010         * gdb.cp/printmethod.cc: Add copyright notice.
12011
12012 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
12013
12014         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12015
12016 2004-06-16  Andrew Cagney  <cagney@gnu.org>
12017
12018         * gdb.base/signull.c: Update copyright.  Include <string.h>.
12019         (bowler): Replace data_pointer with data_read
12020         and data_write cases.  Add code_descriptor case.
12021         (zero, desc): New array and pointer.
12022         (data, code): Change to simple pointers.
12023         * gdb.base/signull.exp: Fix probe pattern matching a function
12024         descriptor SIGSEGV.  Replace data_pointer with data_read and
12025         data_write tests.
12026
12027 2004-06-16  Andrew Cagney  <cagney@gnu.org>
12028
12029         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12030
12031 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
12032
12033         * gdb.base/long_long.c: Add copyright notice.
12034
12035 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
12036
12037         * gdb.base/long_long.exp: Remove reference to
12038         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
12039         to gdb_breakpoint and gdb_continue_to_breakpoint.
12040
12041 2004-06-14  Jim Blandy  <jimb@redhat.com>
12042
12043         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12044         endian case.
12045
12046 2004-06-14  Andrew Cagney  <cagney@gnu.org>
12047
12048         * gdb.base/gcore.exp (capture_command_output): Delete the always
12049         passing tests containing inferior values.
12050         * gdb.base/ending-run.exp: Do not include the breakpoint address
12051         in the test message.  Update copyright.
12052         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12053         size in the test name, use gdb_test_multiple.  Update copyright.
12054
12055 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
12056
12057         * gdb.cp/ref-types.cc: Add copyright notice.
12058
12059 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
12060
12061         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12062         hp_aCC_compiler.
12063         * lib/compiler.cc: Likewise.
12064         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12065         'set' commands.  Log diagnostics for other lines.  Set
12066         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12067
12068 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
12069
12070         * gdb.cp/try_catch.cc: Add copyright notice.
12071
12072 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
12073
12074         * gdb.cp/userdef.cc: Add copyright notice.
12075
12076 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
12077
12078         * gdb.cp/virtfunc.cc: Add copyright notice.
12079
12080 2004-06-11  Randolph Chung  <tausq@debian.org>
12081
12082         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12083         problem.
12084
12085 2004-06-10  Andrew Cagney  <cagney@gnu.org>
12086
12087         * lib/compiler.cc, lib/compiler.c: Append either
12088         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12089         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12090         instead of gcc-3-3.
12091
12092 2004-06-09  Andrew Cagney  <cagney@gnu.org>
12093
12094         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12095         gdb/1455, bug is specific to "long long" and "double".
12096
12097         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12098         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12099         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
12100         fixed.
12101
12102 2004-06-09  Andrew Cagney  <cagney@gnu.org>
12103
12104         * gdb.base/structs.exp (test_struct_returns): Replace
12105         "return_value_unknown" and "finish_value_unknown" by
12106         "return_value_known" and "finish_value_known".  Instead of
12107         "return_value_unknown" iff "finish_value_unknown", check
12108         "return_value_known" implies "finish_value_known".
12109
12110 2004-06-08  Martin Hunt  <hunt@redhat.com>
12111
12112         * gdb.base/float.exp: Add pattern for mips targets.
12113
12114 2004-06-08  Randolph Chung  <tausq@debian.org>
12115
12116         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12117         message for unknown architectures more clear.
12118
12119 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
12120
12121         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12122         start the execution of the program.
12123
12124 2004-06-07  Jim Blandy  <jimb@redhat.com>
12125
12126         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12127         * gdb.arch/i386-cpuid.h: New helper file.
12128
12129 2004-06-07  Randolph Chung  <tausq@debian.org>
12130
12131         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12132         has started.
12133
12134 2004-06-04  Roland McGrath  <roland@redhat.com>
12135
12136         Fix PR gdb/1647.
12137         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12138         differently to be robust to output buffering differences.
12139
12140 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
12141
12142         * gdb.threads/pthreads.exp: Update copyright years.
12143         (check_control_c): Change asynchronous 'after' to synchronous.
12144
12145 2004-06-04  Roland McGrath  <roland@redhat.com>
12146
12147         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12148         next gdb prompt.
12149
12150 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
12151
12152         Fix PR gdb/1636.
12153         * gdb.threads/manythreads.exp: Change asynchronous 'after'
12154         calls to synchronous.
12155
12156 2004-05-26  Jim Blandy  <jimb@redhat.com>
12157
12158         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12159
12160 2004-05-24  Randolph Chung  <tausq@debian.org>
12161
12162         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12163         * gdb.asm/pa.inc: New file.
12164
12165 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
12166
12167         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12168
12169 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
12170             Daniel Jacobowitz  <drow@mvista.com>
12171
12172         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12173         GDB prompt.
12174
12175 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12176
12177         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12178         setjmp/longjmp.  Use sigaction instead of signal.
12179
12180 2004-05-19  J. Brobecker  <brobecker@gnat.com>
12181             Michael Snyder  <msnyder@redhat.com>
12182
12183         * gdb.threads/pthread_cond_wait.c: New file.
12184         * gdb.threads/pthread_cond_wait.exp: New testcase.
12185
12186 2004-05-13  Andrew Cagney  <cagney@redhat.com>
12187
12188         * gdb.base/signull.exp, gdb.base/signull.c: New files.
12189         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12190
12191 2004-05-11  Andrew Cagney  <cagney@redhat.com>
12192
12193         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
12194         fixed but revealed gdb/1639.
12195
12196 2004-05-10  Andrew Cagney  <cagney@redhat.com>
12197
12198         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12199         func1" and "next to 2nd alarm", kernel bug avoided.
12200
12201 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
12202
12203         PR external/1568
12204         * gdb.base/bigcore.exp: Check the size of the dumped core file.
12205         XFAIL if it is smaller than bytes_allocated.
12206         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12207         (main): Make chunks_allocated unsigned.  Correct comment.
12208
12209 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
12210
12211         * gdb.arch/powerpc-aix-prologue.c: New file.
12212         * gdb.arch/powerpc-aix-prologue.exp: New file.
12213
12214 2004-05-07  Jim Blandy  <jimb@redhat.com>
12215
12216         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12217         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12218
12219 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
12220
12221         * gdb.base/sep.exp: No longer setup_kfail when the program was
12222         built with dwarf2.
12223
12224 2004-05-05  Jim Ingham  <jingham@apple.com>
12225
12226         * gdb.base/pending.exp: Make sure pending breakpoints
12227         preserve the ignore count.
12228
12229 2004-04-27  Jerome Guitton  <guitton@gnat.com>
12230
12231         * i386-prologue.exp: Add testcase for jump instruction as first
12232         instruction of the real code.
12233         * i386-prologue.c (jump_at_beginning): New function.
12234
12235 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
12236
12237         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12238         x86_64-*-*.
12239
12240 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
12241
12242         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12243         i*86-*-*.
12244
12245 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
12246
12247         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12248         expression that checks the return type.
12249
12250 2004-04-23  Andrew Cagney  <cagney@redhat.com>
12251
12252         * gdb.base/call-sc.exp: New test of scalar call/return values.
12253         * gdb.base/call-sc.c: Ditto.
12254
12255 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12256
12257         * gdb.threads/manythreads.c: Reduce thread stack size.
12258
12259 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
12260
12261         * gdb.threads/manythreads.c: Add copyright notice.
12262
12263 2004-04-23  Andrew Cagney  <cagney@redhat.com>
12264
12265         * gdb.base/siginfo.exp: Better handle step out of signal.
12266         * gdb.base/sigstep.exp: Ditto.
12267
12268 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
12269             Daniel Jacobowitz  <drow@mvista.com>
12270
12271         * gdb.threads/manythreads.c: New testcase.
12272         * gdb.threads/manythreads.exp: Ditto.
12273
12274 2004-04-22  Jim Blandy  <jimb@redhat.com>
12275
12276         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12277         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12278
12279 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
12280
12281         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12282
12283 2004-04-21  Andrew Cagney  <cagney@redhat.com>
12284
12285         * gdb.base/sigstep.c: New file.
12286         * gdb.base/sigstep.exp: New file.
12287
12288 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
12289
12290         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12291         call to observer_notify_normal_stop.
12292
12293 2004-04-15  Andrew Cagney  <cagney@redhat.com>
12294
12295         * gdb.base/siginfo.c: New file.
12296         * gdb.base/siginfo.exp: New file.
12297
12298 2004-04-12  J. Brobecker  <brobecker@gnat.com>
12299
12300         * gdb.base/sep.exp: Fix typo in comment.
12301
12302 2004-04-12  J. Brobecker  <brobecker@gnat.com>
12303
12304         * gdb.base/sep.c: New file.
12305         * gdb.base/sep-proc.c: New file.
12306         * gdb.base/sep.exp: New testcase.
12307
12308 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
12309
12310         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12311         support.
12312
12313 2004-04-05  Andrew Cagney  <cagney@redhat.com>
12314
12315         * gdb.base/sigaltstack.c: New file.
12316         * gdb.base/sigaltstack.exp: New file.
12317
12318 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
12319
12320         * gdb.base/foll-fork.exp: Update the expected output for
12321         "help set follow-fork-mode", to match a change that was made
12322         to the help of this variable on 2004-01-13.
12323
12324 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
12325
12326         * lib/ada.exp: Add copyright notice.
12327         * bar.ads: Likewise.
12328         * bar.adb: Likewise.
12329         * null_record.adb: Likewise.
12330         * null_record.exp: Likewise.
12331         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12332
12333 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
12334
12335         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12336         * configure: Regenerate.
12337
12338 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
12339
12340         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12341         to build the application. Remove the message printed when in
12342         verbose mode, redundant with the UNSUPPORTED message above.
12343
12344 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
12345
12346         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12347         * gdb.ada (null_record.exp): New testcase.
12348
12349 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
12350
12351         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12352
12353 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
12354
12355         * gdb.ada: New subdirectory.
12356         * gdb.ada/Makefile.in: New file.
12357         * gdb.ada/gnat_ada.gpr.in: New file.
12358
12359 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
12360
12361         * lib/ada.exp: New file.
12362
12363 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
12364
12365         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12366         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12367
12368 2004-03-22  Andrew Cagney  <cagney@redhat.com>
12369
12370         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12371         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12372         Problem identified by Ulrich Weigand.
12373
12374 2004-03-17  David Carlton  <carlton@kealia.com>
12375
12376         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12377         PR c++/826.
12378
12379 2004-03-16  Roland McGrath  <roland@redhat.com>
12380
12381         * gdb.base/auxv.exp: New file.
12382         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12383
12384 2004-03-12  David Carlton  <carlton@kealia.com>
12385
12386         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
12387         * gdb.cp/pr-1553.cc: Ditto.
12388         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12389         pass branch.
12390
12391 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
12392
12393         * gdb.cp/templates.exp: Accept more template types.
12394
12395 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
12396
12397         From Corinna Vinschen with modifications.
12398         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12399         local variable obj_with_enum.
12400         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12401         results with obj_with_enum.
12402
12403 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
12404
12405         * gdb.cp/classes.cc: New file, copied from misc.cc.
12406         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12407
12408 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
12409
12410         * gdb.cp/misc.cc: Add copyright notice.
12411
12412 2004-03-05  David Carlton  <carlton@kealia.com>
12413
12414         * gdb.cp/rtti.exp: Add 'print *obj3' test.
12415         * gdb.cp/rtti.h: Update copyright.
12416         (namespace n2::n3): New.
12417         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12418         (n2::n3::func3): New.
12419         (main): Call n2::n3::func3.
12420         * gdb.cp/rtti2.cc: Update copyright.
12421         (n2::create3): New.
12422
12423 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
12424
12425         * gdb.asm/openbsd.inc: Fix typo.
12426
12427 2004-03-03  Fred Fish  <fnf@redhat.com>
12428
12429         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12430         "val" instead of unused "size".  Update copyright year.
12431
12432 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
12433
12434         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
12435         to use unsigned char.
12436         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12437         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12438
12439 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
12440
12441         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12442         line of output.
12443
12444 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
12445
12446         * gdb.base/relocate.c (dummy): Initialize.
12447
12448 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
12449
12450         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
12451         a breakpoint at exit.
12452
12453 2004-02-27  Fred Fish  <fnf@redhat.com>
12454
12455         * gdb.base/chng-syms.exp: Add expect condition to match failing
12456         case that isn't a timeout.
12457
12458 2004-02-27  Andrew Cagney  <cagney@redhat.com>
12459
12460         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12461         support.
12462
12463 2004-02-26  Fred Fish  <fnf@redhat.com>
12464
12465         * gdb.arch/gdb1431.c: Remove.
12466         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12467         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12468         of "until" incorrectly.
12469
12470 2004-02-26  J. Brobecker  <brobecker@gnat.com>
12471
12472         * gdb.cp/class2.cc (empty): New class.
12473         (refer): New function.
12474         (main): Declare an object of type empty and use it.
12475         * gdb.cp/class2.exp: Print the value of an object of type empty.
12476
12477 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
12478
12479         * gdb.base/langs.exp: Update query string to match the
12480         new nquery format used for pending breakpoints.
12481
12482 2004-02-26  Andrew Cagney  <cagney@redhat.com>
12483
12484         Fix PR i18n/1570.
12485         * gdb.base/charset.c: Update copyright notice.
12486         (main, init_string): Remove the escape character '\e' tests.
12487         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12488         * gdb.base/charset.exp (valid_host_charset): Ditto.
12489         * gdb.base/setvar.exp: Ditto.
12490
12491 2004-02-24  Andrew Cagney  <cagney@redhat.com>
12492
12493         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12494         mmapped data in core file" PASS and FAIL messages consistent.
12495
12496         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12497         setting a breakpoint.  Work around PR java/1565.
12498
12499 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
12500
12501         * lib/gdb.exp (gdb_breakpoint): Update query string to match
12502         new nquery format.
12503         * gdb.base/pending.exp: Ditto.
12504
12505 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
12506
12507         * configure.in: Run stabs tests on *BSD.
12508         * configure: Regenerated.
12509
12510 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
12511
12512         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12513
12514 2004-02-20  Fred Fish  <fnf@redhat.com>
12515
12516         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12517         blank in test for "returns short", for consistency with other
12518         "returns xxx" tests.  Update copyright year.
12519
12520 2004-02-19  Fred Fish  <fnf@redhat.com>
12521
12522         New testcase for PR breakpoint/1558.
12523         * gdb.arch/gdb1558.exp: New file.
12524         * gdb.arch/gdb1558.c: New file.
12525
12526 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
12527
12528         * gdb.base/nodebug.exp: Fix typo.
12529
12530 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12531
12532         Committed by Jim Blandy  <jimb@redhat.com>.
12533
12534         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12535
12536         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12537
12538         * gdb.base/float.exp: Support s390*-*-* targets.
12539
12540 2004-02-17  Adam Fedor  <fedor@gnu.org>
12541
12542         * gdb.base/gdb1555.exp: New file.
12543         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12544
12545 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12546
12547         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12548
12549 2004-02-16  Fred Fish  <fnf@redhat.com>
12550
12551         * gdb.arch/gdb1291.c: Remove
12552         * gdb.arch/gdb1291.s: New test input file.
12553         * gdb.arch/gdb1291.exp: Expand test to check case that should not
12554         fail.  Test for correct result, known incorrect result, other
12555         failures and timeouts.
12556
12557 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12558
12559         * gdb.base/bigcore.exp: New file.
12560         * gdb.base/bigcore.c: New file.
12561
12562 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12563
12564         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12565         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12566         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12567         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12568         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12569         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12570         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12571         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12572         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12573         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12574
12575 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
12576
12577         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12578         executed is an alloc instruction.
12579
12580 2004-02-11  David Carlton  <carlton@kealia.com>
12581
12582         * gdb.cp/breakpoint.exp: New.
12583         * gdb.cp/breakpoint.cc: New.
12584
12585 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
12586
12587         Partial fix for PR gdb/1543.
12588         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12589         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12590         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12591         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12592         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12593         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12594         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12595         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12596         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12597         to bug-gdb@prep.ai.mit.edu .
12598         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12599         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12600         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12601         Likewise.
12602
12603 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12604
12605         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12606         using gdb_internal_error_resync.
12607
12608 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12609
12610         * gdb.threads/thread-specific.exp: Stop early if no threads are
12611         found.
12612
12613 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
12614
12615         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12616
12617 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
12618
12619         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12620         breakpoints.
12621
12622 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
12623
12624         * config/sim.exp (gdb_load): Handle $arg == "".
12625         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12626         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12627
12628 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12629
12630         * gdb.base/maint.exp: Update test to reflect
12631          obstack changes.
12632
12633 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
12634
12635         * gdb.base/pendshr.c (pendfunc): New function that calls
12636         pendfunc1.
12637         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12638
12639 2004-02-04  Fred Fish  <fnf@redhat.com>
12640
12641         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12642         function symbols and update copyright years.
12643         * gdb.arch/gdb1291.c: Ditto.
12644
12645 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
12646
12647         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12648
12649 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
12650
12651         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12652
12653 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
12654
12655         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12656
12657 2004-02-02  Fred Fish  <fnf@redhat.com>
12658
12659         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12660         remote targets.  Update copyright years.
12661
12662 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
12663
12664         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12665         support.
12666         * gdb.base/langs.exp: Fix test which attempts to create
12667         breakpoint on non-existent function to handle new pending
12668         support.
12669         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12670         a breakpoint.
12671         * gdb.base/pending.exp: New test.
12672         * gdb.base/pending.c: New file.
12673         * gdb.base/pendshr.c: Ditto.
12674
12675 2004-02-02  David Carlton  <carlton@kealia.com>
12676
12677         * gdb.cp/overload.exp: Add overloadNamespace tests.
12678         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12679         (overloadNamespace, XXX): New.
12680         (main): Call XXX::marker2.
12681
12682 2004-02-01  Fred Fish  <fnf@redhat.com>
12683
12684         * gdb.base/dump.exp: Use runto_main instead of "runto main".
12685         * gdb.base/finish.exp: Ditto.
12686         * gdb.base/gcore.exp: Ditto.
12687         * gdb.base/huge.exp: Ditto.
12688         * gdb.base/info-proc.exp: Ditto.
12689         * gdb.base/return2.exp: Ditto.
12690         * gdb.threads/gcore-thread.exp: Ditto.
12691
12692 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
12693
12694         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12695
12696 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
12697
12698         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12699         that opening the file succeeds on OpenBSD.
12700
12701 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
12702
12703         * gdb.threads/thread-specific.c: New file.
12704         * gdb.threads/threads-specific.exp: New test script.
12705         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12706         to expect_out.
12707
12708 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
12709
12710         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
12711         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12712         only on the "print_small_structs from print_long_arg_list" test.
12713
12714 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
12715
12716         * gdb.base/completion.exp: Kill a stray backslash.
12717
12718         From Jim Ingham <jingham@apple.com>:
12719         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12720         agrees with the result from sending a tab.
12721
12722 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
12723
12724         * gdb.base/chng-syms.exp: Remove stray newline.
12725
12726 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
12727
12728         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12729         *-*-openbsd*.
12730         * gdb.asm/openbsd.inc: New file.
12731
12732 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
12733
12734         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
12735         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12736         *-*solaris2*.  Remove commented out default settings for
12737         asm-flags.  Replace gdb_compile with target_link.
12738
12739 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
12740
12741         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
12742         for all tests.  Remove old hp-ux and cygnus xfail cases.
12743
12744 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
12745
12746         * gdb.base/chng-syms.exp: New file.
12747         * gdb.base/chng-syms.c: New file.
12748
12749 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
12750
12751         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
12752         Provide arms for current output in all my configurations.
12753
12754 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
12755
12756         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12757         * lib/compiler.cc: Likewise.
12758         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12759         get the right preprocessor.  Eval the output directly.  Remove
12760         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
12761         hp_f77_compiler and hp_f90_compiler completely.
12762         (gdb_preprocess): Delete.
12763         (get_compiler): Delete.
12764
12765 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
12766
12767         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12768         <string.h>.
12769
12770 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
12771
12772         * gdb.mi/mi-stack.exp: Update copyright.
12773
12774 2004-01-23  David Carlton  <carlton@kealia.com>
12775
12776         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
12777         test for cp_lookup_transparent_type.
12778         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
12779         call them.
12780
12781 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
12782
12783         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
12784         after -var-update.
12785
12786 2004-01-23  David Carlton  <carlton@kealia.com>
12787
12788         * gdb.cp/namespace.cc (C::ensureRefs): New.
12789         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12790
12791 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
12792
12793         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12794         case "-stack-list-locals 2".
12795         * gdb.mi/mi-var-child.exp: Test for case
12796         "-var-list-children --all-values NAME".
12797
12798 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
12799
12800         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12801
12802 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
12803
12804         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12805         used with gdb_test_multiple.
12806
12807         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12808         read at address 0.  This fixes PR testsuite/1504.
12809
12810 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
12811
12812         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12813         Remove downloading, guessing the host executable, the calls to
12814         gdb_file_cmd and gdb_target_cmd, and "load" support.
12815         (infer_host_exec): New function broken out from gdb_load.
12816         (gdb_load): New wrapper for gdbserver_gdb_load.
12817         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12818         gdb_target_cmd.  Use -target-select.
12819         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12820         Download binaries to the host.  Clear last_mi_remote_file when
12821         we load a new binary.
12822         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
12823         call gdbserver_gdb_load and mi_gdb_target_cmd.
12824
12825 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
12826
12827         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12828         type patterns.
12829
12830 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
12831
12832         * gdb.cp/templates.exp: Fix typo in test name of
12833         "print Foo<volatile char*>::foo".
12834
12835 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
12836
12837         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12838
12839 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
12840
12841         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12842         (clean mostlyclean): Remove empty rm.
12843
12844 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
12845
12846         * gdb.base/setvar.exp: Add copyright years.
12847
12848 2004-01-14  David Carlton  <carlton@bactrian.org>
12849
12850         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
12851         PR c++/1511 and update coment.
12852         * gdb.cp/templates.exp: Update patterns to match current output.
12853         If changes involve something other than whitespace, KFAIL
12854         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12855
12856 2004-01-14  David Carlton  <carlton@kealia.com>
12857
12858         * gdb.cp/namespace.exp: Add tests involving classes defined within
12859         namespaces.
12860         * gdb.cp/namespace.cc (C::CClass): New.
12861         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12862
12863 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
12864
12865         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12866         what debug info we have. Print a better message if something goes
12867         wrong while producing the separate debug info file.
12868
12869 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
12870
12871         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12872
12873 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
12874
12875         * gdb.base/callfuncs.c: Add copyright notice.
12876
12877 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
12878
12879         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12880         inheritance.  PR gdb/1498, PR gcc/13539.
12881
12882 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
12883
12884          * gdb.threads/gcore-thread.exp: Prefix name of binary with
12885          test specific name.
12886          * gdb.mi/gdb669.exp: Ditto.
12887          * gdb.mi/mi-pthreads.exp: Ditto.
12888          * gdb.mi/mi1-pthreads.exp: Ditto.
12889          * gdb.mi/mi2-pthreads.exp: Ditto.
12890
12891 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
12892
12893         * gdb.cp/member-ptr.cc: Add copyright notice.
12894
12895 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
12896
12897         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
12898         some patterns for recent versions of gcc and hpacc.  Delete
12899         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
12900         Delete tests that access a NULL pointer-to-member-data.  This
12901         script is still disabled for gcc.
12902
12903 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
12904
12905         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
12906         escaped correctly.
12907
12908 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
12909
12910         * gdb.base/sepdebug.exp: New file.
12911         * gdb.base/sepdebug.c: New file.
12912         * lib/gdb.exp (separate_debug_filename): New procedure.
12913         (gdb_gnu_strip_debug): New procedure.
12914
12915 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12916
12917         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
12918         * gdb.mi/ChangeLog-1999-2003: New file.
12919
12920 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12921
12922         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
12923         "Renaming a directory to a non-empty directory returns ENOTEMPTY
12924         or EEXIST", treat EBUSY as an XFAIL.
12925
12926 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
12927
12928         * gdb.base/scope.exp: Remove obsolete setup_xfail for
12929         hp_cc_compiler.
12930
12931 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
12932
12933         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
12934         decorations.
12935
12936 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
12937
12938         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
12939         and "(aCC)" decorations.  Remove obsolete doco about old
12940         test results.
12941
12942 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
12943
12944         * gdb.cp/exception.exp: Fix typo in doco.
12945
12946 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
12947
12948         * gdb.base/gdb1476.exp: Fix typo.
12949
12950 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
12951
12952         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
12953         file.
12954
12955 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
12956
12957         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
12958         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
12959         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
12960         for recent version of gdb.  Delete second half, which was a copy
12961         of the first half with different build flags.  This test is
12962         still disabled because it is still not ready for production.
12963
12964 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12965
12966         * gdb.cp/exception.cc: Add copyright notice.
12967         * gdb.cp/exception.exp: Add a notice that this file is broken
12968         because of line number changes caused by addition of copyright
12969         notice.
12970
12971 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12972
12973         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
12974         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12975
12976 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12977
12978         * gdb.cp/classes.exp: Accept gnu abi 2.
12979         * gdb.cp/derivation.exp: Likewise.
12980         * gdb.cp/overload.exp: Likewise.
12981         * gdb.cp/virtfunc.exp: Likewise.
12982
12983 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12984
12985         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
12986         semicolon after end of function.
12987
12988 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
12989
12990         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
12991         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
12992         boilerplate code for compiling and running the program under
12993         test.  Add some string method tests.
12994
12995 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
12996
12997         * gdb.cp/bs15503.cc: Add copyright notice.
12998         * gdb.cp/bs15503.exp: Adjust line number.
12999
13000 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13001
13002         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13003         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13004
13005 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13006
13007         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13008         hp_cc_compiler.
13009
13010 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13011
13012         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13013         * gdb.cp/ctti.exp: Use the marker instead of "next".
13014         With gcc, run further before bailing.
13015
13016 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13017
13018         * gdb.cp/cttiadd.cc: Add copyright notice.
13019         * gdb.cp/cttiadd1.cc: Likewise.
13020         * gdb.cp/cttiadd2.cc: Likewise.
13021         * gdb.cp/cttiadd3.cc: Likewise.
13022
13023 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13024
13025         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
13026         Use gdb_test, gdb_test_multiple.  Use floating-point values that
13027         have exact representations in IEEE-ish formats.
13028
13029 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13030
13031         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13032         compilers.  Delete duplicate call to get_compiler_info.
13033         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13034         * gdb.base/volatile.exp: Likewise.
13035
13036 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
13037
13038         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13039         memory at address 0.
13040
13041 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
13042
13043         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13044         to test for hp-ux assembler.  Fix copyright years.
13045
13046 2004-01-07  Andrew Cagney  <cagney@redhat.com>
13047
13048         * gdb.base/fileio.c (strerrno): Add "EBUSY".
13049
13050 2004-01-07  Andrew Cagney  <cagney@redhat.com>
13051
13052         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13053         when creating the read-only file.  From analysis by Roland McGrath
13054         and Elena Zannoni.
13055
13056 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
13057
13058         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13059
13060 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
13061
13062         * gdb.base/cvexpr.c: Be type-safe with function pointers and
13063         data pointers.
13064
13065 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
13066
13067         * gdb.cp/m-static.exp: Compile one source file at a time.
13068         Delete unused call to get_compiler_info.
13069
13070 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
13071
13072         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13073         * gdb.base/call-rt-st.exp: Likewise.
13074         * gdb.base/nodebug.exp: Likewise.
13075         * gdb.base/volatile.exp: Likewise.
13076         * gdb.cp/ref-types.exp: Likewise.
13077         * gdb.cp/templates.exp: Likewise.
13078
13079 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
13080
13081         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13082
13083 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
13084
13085         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13086         hppa*-hp-hpux*.
13087
13088 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
13089
13090         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13091         x86_64-*-*.
13092
13093         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13094         sparc64-*-* and sparc*-solaris2*.
13095
13096 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
13097
13098         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13099         return ${tests}" test.  The ${tests} already mentions the
13100         filename.
13101
13102 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
13103
13104         * gdb.cp/local.exp: Accept gcc abi 2.
13105
13106 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
13107
13108         * gdb.cp/templates.exp: Accept gcc abi 2.
13109
13110 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
13111
13112         * lib/compiler.cc: Remove supports_template_debugging.
13113         * gdb.cp/templates.exp: Do not test supports_template_debugging.
13114
13115 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13116
13117         * gdb.cp/namespace.exp: Accept gcc abi 2.
13118
13119 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13120
13121         * gdb.cp/method.exp: Accept gcc abi 2.
13122
13123 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13124
13125         * gdb.cp/classes.exp: Generate identical results as old version.
13126         * gdb.cp/derivation.exp: Likewise.
13127         * gdb.cp/overload.exp: Likewise.
13128         * gdb.cp/virtfunc.exp: Likewise.
13129
13130 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13131
13132         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13133         mysterious bug with sourceware version of expect.
13134
13135 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13136
13137         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
13138         current versions of gcc, including gcc abi 2.  Remove gratuitous
13139         restart of test program.  Use gdb_test_multiple and gdb_test for
13140         all tests.  Add patterns to xfail missing "const" in "const char *"
13141         and kfail PR gdb/1155.
13142
13143 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
13144
13145         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
13146         current versions of gcc, including gcc abi 2.  Remove gratuitous
13147         restart of test program.  Use gdb_test_multiple and gdb_test for
13148         all tests.  Add patterns to kfail PR gdb/1498.
13149
13150 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
13151
13152         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
13153         current versions of gcc, including gcc abi 2.  Use "breakpoint"
13154         and "continue" instead of restarting the target program.  Use
13155         gdb_test_multiple and gdb_test for all tests.
13156
13157 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
13158
13159         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
13160         for *-*-solaris2*.
13161
13162 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
13163
13164         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
13165         current versions of gcc, including gcc abi 2.  Use "breakpoint"
13166         and "continue" instead of restarting the target program several
13167         times.  Use gdb_test_multiple and gdb_test for all tests.
13168
13169 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
13170
13171         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13172         source files.
13173
13174 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
13175
13176         * gdb.base/environ.exp: Handle compiling test case from multiple
13177         source files.
13178
13179 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
13180
13181         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13182
13183 2003-12-17  Jim Blandy  <jimb@redhat.com>
13184
13185         * gdb.base/freebpcmd.c: Add copyright notice.
13186
13187         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13188
13189 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
13190
13191         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13192
13193 2003-12-13  Jim Blandy  <jimb@redhat.com>
13194
13195         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13196
13197 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
13198
13199         * gdb.asm/frv.inc: New file.
13200         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13201
13202 2003-12-09  Fred Fish  <fnf@redhat.com>
13203
13204         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13205         functions to break1.c and leave prototypes behind.  Add more
13206         "set breakpoint NN here" comments.
13207         * gdb.base/break1.c: New file.
13208
13209         * gdb.base/break.exp: Handle compiling test case from multiple
13210         source files and change source file references as needed.
13211         * gdb.base/completion.exp: Ditto.
13212         * gdb.base/condbreak.exp: Ditto.
13213         * gdb.base/define.exp: Ditto.
13214         * gdb.base/ena-dis-br.exp: Ditto.
13215         * gdb.base/info-proc.exp: Ditto.
13216         * gdb.base/maint.exp: Ditto.
13217         * gdb.base/until.exp: Ditto.
13218
13219         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13220         hardcoded line numbers.
13221         * gdb.base/define.exp: Ditto.
13222         * gdb.base/ena-dis-br.exp: Ditto.
13223         * gdb.base/maint.exp: Ditto.
13224         * gdb.base/until.exp: Ditto.
13225
13226         * gdb.base/completion.exp: Use "break1" for completion tests since
13227         "break" is no longer a unique prefix.
13228
13229 2003-12-06  Andrew Cagney  <cagney@redhat.com>
13230
13231         * gdb.base/structs.exp (test_struct_returns): When applicable, set
13232         "return_value_unimplemented".  When an unimplemented struct return
13233         architecture, report incorrect values as a KFAIL
13234
13235 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
13236
13237         * gdb.cp/rtti.exp: Accept new wording of warning from
13238         cp_lookup_rtti_type.
13239
13240 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
13241
13242         Partial fix for PR testsuite/1456.
13243         * gdb.base/scope.exp (test_at_main): Replace references to
13244         gcc_compiled with calls to test_compiler_info.
13245         (test_at_foo): Likewise.
13246         (test_at_bar): Likewise.
13247
13248 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
13249
13250         Partial fix for PR testsuite/1456.
13251         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13252         to test_compiler_info.
13253
13254 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
13255
13256         * gdb.base/so-impl-ld.exp: Update copyright notice.
13257
13258 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
13259
13260         Partial fix for PR testsuite/1456.
13261         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13262         to test_compiler_info.
13263
13264 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
13265
13266         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13267         from current versions of gdb.  Clean up regular expressions.
13268         Delete redundant timeout case.
13269
13270 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
13271
13272         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13273         from current versions of gdb.  Clean up regular expressions.
13274         Delete redundant timeout case.
13275
13276 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
13277
13278         Partial fix for PR testsuite/1456.
13279         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13280         gcc_compiled with call to test_compiler_info.
13281
13282 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
13283
13284         Partial fix for PR testsuite/1456.
13285         * gdb.base/list.exp (test_list_function): Delete unused declaration
13286         of gcc_compiled.
13287
13288 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
13289
13290         Partial fix for PR testsuite/1456.
13291         * gdb.base/complex.exp: Replace reference to gcc_compiled with
13292         call to test_compiler_info.
13293
13294 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
13295
13296         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
13297         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
13298         it to create the appropriate note.inc.
13299         * gdb.asm/asmsrc1.s: Include "note.inc".
13300         * gdb.asm/netbsd.inc: New file.
13301         * gdb.asm/empty.inc: New file.
13302
13303 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
13304
13305         Partial fix for PR testsuite/1456.
13306         * gdb.base/constvars.exp: Replace references to gcc_compiled with
13307         calls to test_compiler_info.
13308
13309 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
13310
13311         Partial fix for PR testsuite/1456.
13312         * gdb.base/volatile.exp: Replace references to gcc_compiled with
13313         calls to test_compiler_info.
13314
13315 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
13316
13317         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13318         pattern for the KFAILs.
13319
13320 2003-11-25  Adam Fedor  <fedor@gnu.org>
13321
13322         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13323         * gdb.objc/objcdecode.m: New file.
13324
13325 2003-11-25  Adam Fedor  <fedor@gnu.org>
13326
13327         * gdb.objc/nondebug.exp: Test for PR objc/1236.
13328         * gdb.objc/nondebug.m: New file.
13329
13330 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
13331
13332         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13333         NetBSD as it does on FreeBSD.  Modelled on a similar change by
13334         Mark Kettenis on 2003-05-30.
13335         (link-flags): Set to "--entry _start" regardless of target.
13336         Special linker flags are to be appended to $link-flags.
13337         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13338
13339 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
13340
13341         * gdb.cp/method.exp: Accept output of new demangler.
13342
13343 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
13344
13345         * gdb/class2.exp: New file.
13346         * gdb/class2.cc: New file.
13347
13348 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
13349
13350         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13351         of new demangler.
13352
13353 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
13354
13355         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13356         of gdb_test "run".
13357
13358 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
13359
13360         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
13361         "continue" into "run".
13362
13363 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
13364
13365         Partial fix for PR testsuite/1456.
13366         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13367         call to test_compiler_info.
13368         * gdb.cp/ctti.exp: Likewise.
13369         * gdb.cp/derivation.exp: Likewise.
13370         * gdb.cp/member-ptr.exp: Likewise.
13371         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13372         reference to gcc_compiled.
13373
13374 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
13375
13376         Fix PR testsuite/1463.
13377         * gdb.base/structs.exp (start_structs_test): Call
13378         get_debug_format before using the debug format.
13379
13380 2003-11-22  Andrew Cagney  <cagney@redhat.com>
13381
13382         * lib/gdb.exp (gdb_test_multiple): Add simple example.
13383         * gdb.base/structs.exp: Use gdb_test_multiple.
13384
13385 2003-11-20  Andrew Cagney  <cagney@redhat.com>
13386
13387         * gdb.base/structs.exp: Handle and recover from internal errors.
13388         Replace "foo${n}" with "foo<n>" in test messages.
13389
13390         * gdb.base/structs.exp: Update copyright.  Rewrite.
13391         * gdb.base/structs.c: Update copyright.  Rewrite.
13392
13393         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13394         resync count exceeded.
13395
13396         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13397         from the internal error.
13398         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13399         Original from Jim Blandy.
13400         (gdb_test_multiple): Use gdb_internal_error_resync.
13401
13402 2003-11-19  Andrew Cagney  <cagney@redhat.com>
13403
13404         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13405         KFAIL.
13406
13407 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
13408
13409         New testcase for PR backtrace/1435.
13410         * gdb.arch/i386-unwind.exp: New file.
13411         * gdb.arch/i386-unwind.c: New file.
13412
13413 2003-11-17  Andrew Cagney  <cagney@redhat.com>
13414
13415         * lib/gdb.exp (compiler_info): New global.
13416         (test_compiler_info): New function.
13417         (get_compiler_info): Set compiler_info.
13418         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
13419         "compiler_info" to gcc-<major>-<minor>.
13420
13421 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
13422
13423         * gdb.trace/configure: Remove.
13424
13425 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
13426
13427         * gdb.base/break.c: Add comments to aid finding line numbers for
13428         breakpoints.
13429         * gdb.base/break.exp: Remove all references to explicit line
13430         numbers.
13431
13432 2003-11-11  Nick Clifton  <nickc@redhat.com>
13433
13434         * gdb.base/shreloc.exp: Do not run for targets which do not
13435         support shared objects.
13436
13437 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
13438
13439         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13440         Don't run tests if nofileio flag is given.
13441
13442 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
13443
13444         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13445         as well as 'Watchpoint'.
13446
13447 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
13448
13449         Reported by Jim Ingham <jingham@apple.com>:
13450         * gdb.base/annota1.exp: Match at least one occurrence of the
13451         signal handler annotation.
13452
13453 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
13454
13455         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13456         as well as 'Watchpoint'.
13457
13458 2003-11-05  Michael Chastain  <mec@shout.net>
13459
13460         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13461
13462 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
13463
13464         * gdb.arch/gdb1291.c: New test file.
13465         * gdb.arch/gdb1291.exp: New test script.
13466         * gdb.arch/gdb1431.c: New test file.
13467         * gdb.arch/gdb1431.exp: New test script.
13468
13469 2003-10-22  Michael Chastain  <mec@shout.net>
13470
13471         * gdb.mi/pthreads.c: Add copyright notice.
13472
13473 2003-10-22  Michael Chastain  <mec@shout.net>
13474
13475         * gdb.threads/pthreads.c: Add copyright notice.
13476
13477 2003-10-20  Michael Chastain  <mec@shout.net>
13478
13479         * gdb.base/gdb1056.exp: New test script.
13480
13481 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
13482
13483         * gdb.threads/killed.exp: Use gdb_run_cmd.
13484
13485 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
13486
13487         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13488         create a core file.
13489         * gdb.threads/gcore-thread.exp: Likewise.
13490
13491 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
13492
13493         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13494         type, based on char type.
13495         (struct bit_flags_short_t): New bitfield type, based on short type.
13496         (init_bit_flags_char): New fuction.
13497         (init_bit_flags_short): Ditto.
13498         (print_bit_flags_char): Ditto.
13499         (print_bit_flags_short): Ditto.
13500         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13501
13502 2003-10-11  Michael Chastain  <mec@shout.net>
13503
13504         * gdb.base/call-rt-st.exp: Update copyright year.
13505
13506 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
13507
13508         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13509         * gdb.disasm/sh3.s: Ditto.
13510
13511 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
13512
13513         * gdb.threads/switch-threads.exp: New test.
13514         * gdb.threads/switch-threads.c: New source file.
13515
13516 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
13517
13518         * gdb.base/ending-run.exp: Add sh specific case.
13519
13520 2003-10-06  Andrew Cagney  <cagney@redhat.com>
13521
13522         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13523         * gdb.disasm/mn10200.exp: Delete obsolete file.
13524
13525 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
13526
13527         * ChangeLog: Correct an entry command.exp -> commands.exp.
13528         * gdb.base/commands.exp (bp_deleted_in_command_test)
13529         (temporary_breakpoint_commands): Check noargs.
13530
13531 2003-09-25  David Carlton  <carlton@kealia.com>
13532
13533         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
13534         of some print tests, where appropriate.  Add tests for C::D::cd,
13535         E::ce, F::cXfX, G::XgX.
13536         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13537
13538 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
13539
13540         * lib/java.exp (java_init): Import target_alias before using it.
13541
13542 2003-09-25  David Carlton  <carlton@kealia.com>
13543
13544         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13545
13546 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
13547
13548         * gdb.base/selftest.exp: Accomodate more instruction reordering
13549         weirdness.
13550
13551 2003-09-17  Michael Chastain  <mec@shout.net>
13552
13553         * gdb.cp/gdb1355.exp: New file.
13554         * gdb.cp/gdb1355.c: New file.
13555
13556 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
13557
13558         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13559         * gdb.asm/sh.inc: New file.
13560
13561 2003-09-11  David Carlton  <carlton@kealia.com>
13562
13563         * gdb.cp/namespace.exp: Add tests for namespace types.
13564         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13565         (test_namespace): New.
13566
13567 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
13568
13569         * gdb.base/relocate.exp: Handle new gdb output at startup.
13570         * gdb.stabs/weird.exp: Ditto.
13571
13572 2003-09-08  Michael Chastain  <mec@shout.net>
13573
13574         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13575
13576 2003-09-07  Michael Chastain  <mec@shout.net>
13577
13578         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13579         'parse error'.
13580
13581 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
13582
13583         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13584
13585 2003-08-30  Michael Chastain  <mec@shout.net>
13586
13587         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13588         * gdb.gdb/observer.exp: Ditto.
13589         * gdb.gdb/xfullpath.exp: Ditto.
13590
13591 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
13592
13593         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13594         *-*-*bsd*.
13595
13596 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
13597
13598         * gdb.base/dump.exp: Skip for ia64.
13599
13600 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
13601
13602         * gdb.asm/asm-source.exp: Add ia64 support.
13603         * gdb.asm/ia64.inc: New file.
13604
13605 2003-08-22  Michael Chastain  <mec@shout.net>
13606
13607         * gdb.cp: New directory.
13608         * gdb.cp/*: Copy from gdb.c++/*.
13609         * gdb.c++/*: Remove.
13610         * Makefile.in: Change gdb.c++ to gdb.cp.
13611         * configure.in:  Ditto.
13612         * configure: Regnerate.
13613
13614 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
13615
13616         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13617         * gdb.arch/i386-prologue.c (gdb1338): Add function.
13618
13619 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
13620
13621         * mi-var-display.exp (-var-list-children weird): Accept function
13622         pointers with argument types.
13623         * mi1-var-display.exp (-var-list-children weird): Likewise.
13624         * mi2-var-display.exp (-var-list-children weird): Likewise.
13625
13626 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
13627
13628         * gdb.base/annota3.exp: Add missing newline.
13629
13630 2003-08-06  Michael Chastain  <mec@shout.net>
13631
13632         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13633
13634 2003-08-12  Michael Snyder  <msnyder@redhat.com>
13635
13636         * gdb.base/float.exp: Add test for SH.
13637
13638 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
13639
13640         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13641
13642 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
13643
13644        * gdb.base/completion.exp: Remove reduntant completion test
13645        on filename.
13646
13647 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
13648
13649         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13650         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13651         gdb.trace/save-trace.exp: Make sure that full pathnames are
13652         escaped correctly.
13653
13654 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
13655
13656         * configure.in: Don't generate config.h from config.hin.
13657         * configure: Regenerate.
13658         * config.hin: Remove file.
13659         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13660         * gdb.threads/pthreads.c: Ditto.
13661
13662 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
13663
13664         From Kei Sakamoto <sakamoto.kei@renesas.com>:
13665         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13666         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13667         Replace ld24 with seth/add3.
13668
13669 2003-08-02  Andrew Cagney  <cagney@redhat.com>
13670
13671         * gdb.base/annota3.exp: New file.
13672         * gdb.base/annota3.c: New file.
13673         * gdb.c++/annota3.exp: New file.
13674         * gdb.c++/annota3.cc: New file.
13675
13676 2003-07-29  Michael Chastain  <mec@shout.net>
13677
13678         * gdb.threads/tls.c (spin): Check errno only if sem_wait
13679         actually failed.
13680         (do_pass): Likewise.
13681         * gdb.threads/tls.exp: Always initialize no_of_threads.
13682
13683 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
13684
13685         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13686         pattern.
13687         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13688         * gdb.threads/tls.exp: Recognize one case of the host library not
13689         supporting TLS.
13690
13691 2003-07-27  Andrew Cagney  <cagney@redhat.com>
13692
13693         * gdb.base/fileio.exp: Use SH when running commands using
13694         remote_exec.
13695
13696 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
13697
13698         From Kei Sakamoto <sakamoto.kei@renesas.com>:
13699         * gdb.base/relocate.c (dummy): New padding array.
13700
13701 2003-07-22  Michael Snyder  <msnyder@redhat.com>
13702
13703         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13704
13705         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13706         patterns to be more general, accepting old and new output.
13707         Some output chars (such as '+') also must be quoted.
13708         Some addresses are displayed numerically instead of
13709         symbolically.
13710
13711 2003-07-23  Michael Snyder  <msnyder@redhat.com>
13712
13713         * gdb.base/return2.exp: Don't test long-long return.
13714
13715         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13716         * gdb.disasm/t01_mov.exp: Ditto.
13717         * gdb.disasm/t02_mova.s: Ditto.
13718         * gdb.disasm/t02_mova.exp: Ditto.
13719         * gdb.disasm/t03_add.s: Ditto.
13720         * gdb.disasm/t03_add.exp: Ditto.
13721         * gdb.disasm/t04_sub.s: Ditto.
13722         * gdb.disasm/t04_sub.exp: Ditto.
13723         * gdb.disasm/t05_cmp.s: Ditto.
13724         * gdb.disasm/t05_cmp.exp: Ditto.
13725         * gdb.disasm/t06_ari2.s: Ditto.
13726         * gdb.disasm/t06_ari2.exp: Ditto.
13727         * gdb.disasm/t07_ari3.s: Ditto.
13728         * gdb.disasm/t07_ari3.exp: Ditto.
13729         * gdb.disasm/t08_or.s: Ditto.
13730         * gdb.disasm/t08_or.exp: Ditto.
13731         * gdb.disasm/t09_xor.s: Ditto.
13732         * gdb.disasm/t09_xor.exp: Ditto.
13733         * gdb.disasm/t10_and.s: Ditto.
13734         * gdb.disasm/t10_and.exp: Ditto.
13735         * gdb.disasm/t11_logs.s: Ditto.
13736         * gdb.disasm/t11_logs.exp: Ditto.
13737         * gdb.disasm/t12_bit.s: Ditto.
13738         * gdb.disasm/t12_bit.exp: Ditto.
13739         * gdb.disasm/t13_otr.s: Ditto.
13740         * gdb.disasm/t13_otr.exp: Ditto.
13741
13742 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
13743
13744         * gdb.threads/tls.exp :Add kfail for 'info address' case.
13745
13746 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
13747
13748         * gdb.threads/tls.c : New file.
13749         * gdb.threads/tls.exp : New file.
13750         * gdb.threads/tls-main.c : New file.
13751         * gdb.threads/tls-shared.c : New file.
13752         * gdb.threads/tls-shared.exp : New file.
13753
13754 2003-07-22  Andreas Schwab  <schwab@suse.de>
13755
13756         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13757
13758 2003-07-20  Andreas Schwab  <schwab@suse.de>
13759
13760         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13761         due to insn reordering.
13762
13763 2003-07-15  Andrew Cagney  <cagney@redhat.com>
13764
13765         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13766
13767 2003-07-15  Michael Chastain  <mec@shout.net>
13768
13769         * gdb.base/gdb1250.exp: New file.
13770         * gdb.base/gdb1250.c: New file.
13771
13772 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
13773
13774         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13775         expansion of size_t to 'unsigned long', not only to 'unsigned'.
13776
13777 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
13778
13779         * gdb.threads/tls.c: New file.
13780         * gdb.threads/tls.exp: New file.
13781         * gdb.threads/tls-main.c: New file.
13782         * gdb.threads/tls-shared.c: New file.
13783         * gdb.threads/tls-shared.exp: New file.
13784
13785 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
13786
13787         * gdb.base/annota1.exp: Make sure that we properly escape the
13788         full path of the source file. Xfail more permissive patterns,
13789         due to a compiler debug info problem.
13790
13791 2003-07-07  Andreas Schwab  <schwab@suse.de>
13792
13793         * gdb.asm/m68k.inc: New file.
13794         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13795
13796         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13797         arguments"): Also match negative number.
13798
13799         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13800
13801 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
13802
13803         * gdb.base/store.c (charest): New typedef.
13804         (add_char): Rename to add_charest, update.
13805         (wack_char): Rename to wack_charest, update types.  Return l + r
13806         to keep r live across the call.
13807         (wack_short, wack_int, wack_long, wack_longest, wack_float)
13808         (wack_double, wack_doublest): Return l + r to keep r live across
13809         the call.
13810         * gdb.base/store.exp: Accomodate store.c changes.
13811
13812 2003-06-30  David Carlton  <carlton@kealia.com>
13813
13814         * gdb.c++/maint.exp (test_invalid_name): New.
13815         (test_first_component): Add tests for invalid names.
13816
13817 2003-06-29  Michael Chastain  <mec@shout.net>
13818
13819         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13820         output of '<VTT for class>' for virtual base classes.
13821
13822 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
13823
13824         * gdb.base/completion.exp: Tab-complete "complet" instead of
13825         "compl".
13826         * gdb.base/complex.exp, gdb.base/complex.c: New files.
13827
13828 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
13829
13830         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13831         * gdb.base/volatile.exp: Likewise.
13832
13833 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
13834
13835         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13836         gdb/1265.
13837
13838 2003-06-28  Michael Chastain  <mec@shout.net>
13839             Daniel Jacobowitz  <drow@mvista.com>
13840
13841         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13842         initial line count of 'captured_main' from 26 to 32.
13843         (test_with_self): Allow xmalloc call to be interleaved with the
13844         preceding two lines.
13845
13846 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
13847
13848         * gdb.base/bang.exp: New testcase.
13849
13850 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
13851
13852         * gdb.base/langs.exp: Add some tests for the "minimal" language
13853         support.
13854
13855 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
13856
13857         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13858         the testcase.
13859
13860 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
13861
13862         * gdb.base/relocate.exp: Test add-symbol-file with a variable
13863         offset.
13864
13865 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
13866
13867         * gdb.c++/pr-1210.cc: New file.
13868         * gdb.c++/pr-1210.exp: New file.
13869
13870 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
13871
13872         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13873         000-exec-continue.
13874
13875 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
13876
13877         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13878         on *-*-*bsd* instead of *-*-freebsd*.
13879
13880 2003-06-14  Andrew Cagney  <cagney@redhat.com>
13881
13882         * gdb.base/store.exp: Test longest and doublest.  Test all
13883         parameters.  Weaken return statement match.
13884         * gdb.base/store.c: Add longest and doublest - aka long long and
13885         long double functions.  Put all parameters into local register
13886         variables.  Use negative values.
13887
13888 2003-06-14  Andrew Cagney  <cagney@redhat.com>
13889
13890         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
13891         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
13892         exit status.
13893         * gdb.base/fileio.exp: Disable target when nointerrupts and
13894         noinferiorio, instead of limiting it to remote.  Use remote_exec
13895         instead of system.
13896
13897 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
13898
13899         * gdb.base/float.exp: Add ia64 support.
13900
13901 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
13902
13903         * gdb.base/fileio.exp: Run only on remote targets.
13904
13905 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
13906
13907         * gdb.base/fileio.c: New file, testing File-I/O.
13908         * gdb.base/fileio.exp: Ditto.
13909
13910 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
13911
13912         * gdb.base/shreloc.exp: New file, check symbol values obtained from
13913         shared objects after relocation at load time (gdb PR/1132).
13914         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
13915         as above, part of the shared object relocation test.
13916
13917 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
13918
13919         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
13920         fully filled history list.
13921         * gdb.base/gdb_history: New file.
13922
13923         * gdb.base/signals.exp: XFAIL "continue to func1" on
13924         i*86-*-freebsd*.
13925
13926         * gdb.base/attach.exp: When trying to attach to a nonexistent
13927         process, make it possible to specify the PID based on the target,
13928         and do so for *-*-freebsd*.
13929
13930 2003-06-02  Richard Henderson  <rth@redhat.com>
13931
13932         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
13933
13934 2003-06-02  Richard Henderson  <rth@redhat.com>
13935
13936         * gdb.base/selftest.exp: Next over lim_at_start initialization.
13937
13938 2003-06-02  Richard Henderson  <rth@redhat.com>
13939
13940         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
13941
13942 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
13943
13944         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
13945         of globalvar.
13946
13947 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
13948
13949         * gdb.asm/asm-source.exp: Check for memory read errors in
13950         disassembler test on *BSD too.
13951
13952 2003-06-01  Richard Henderson  <rth@redhat.com>
13953
13954         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
13955         for .frame.
13956         (gdbasm_call): Lose ldgp.
13957         (gdbasm_startup): Add frame information.
13958         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
13959
13960 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
13961
13962         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
13963         i?86-*-*.
13964
13965 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
13966
13967         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13968         FreeBSD.
13969
13970 2003-05-29  Richard Henderson  <rth@redhat.com>
13971
13972         * gdb.asm/alpha.inc: New file.
13973         * gdb.asm/asm-source.exp: Use it.
13974
13975 2003-05-29  Jim Blandy  <jimb@redhat.com>
13976
13977         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
13978         'core.PID'.
13979
13980 2003-05-22  Jim Blandy  <jimb@redhat.com>
13981
13982         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
13983         backtrace.
13984
13985 2003-05-20  David Carlton  <carlton@math.stanford.edu>
13986
13987         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
13988         this time.
13989
13990 2003-05-19  David Carlton  <carlton@bactrian.org>
13991
13992         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
13993         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
13994
13995 2003-05-19  David Carlton  <carlton@bactrian.org>
13996
13997         * gdb.c++/namespace.exp: Add namespace scope and anonymous
13998         namespace tests.
13999         Bump copyright date.
14000         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14001         (main): Call C::D::marker2.
14002         * gdb.c++/namespace1.cc: New file.
14003
14004 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
14005
14006         Roland McGrath  <roland@redhat.com>
14007         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14008         there is no manager thread.
14009
14010 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
14011
14012         * gdb.threads/schedlock.exp: Remove assumption that all threads
14013         will run in a particular small time slice.  Also ensure we break
14014         in one of the child threads rather than the main thread.
14015
14016 2003-05-07  Jim Blandy  <jimb@redhat.com>
14017
14018         Add support for assembly source testing on the s390x.
14019         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14020         architecture.
14021         * gdb.asm/s390x.inc: New file.
14022
14023         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14024         succession of 'if' statements.
14025
14026 2003-05-05  Andrew Cagney  <cagney@redhat.com>
14027
14028         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14029
14030 2003-05-05  Andrew Cagney  <cagney@redhat.com>
14031
14032         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14033         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14034
14035 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
14036
14037         * gdb.base/charset.exp: Update based on new behavior of set/show
14038         charset commands.
14039
14040 2003-05-01  Andrew Cagney  <cagney@redhat.com>
14041
14042         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14043         variable do not give memory errors.
14044
14045 2003-04-30  Adam Fedor  <fedor@gnu.org>
14046
14047         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14048         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14049         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14050         gdb.objc/basicclass.m: : New files
14051
14052         * lib/gdb.exp (gdb_compile_objc): New procedure.
14053
14054 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
14055
14056         * gdb.base/signals.exp: Make backtrace tests more specific.
14057
14058 2003-04-23  David Carlton  <carlton@bactrian.org>
14059
14060         * gdb.c++/maint.exp (test_first_component): Add tests for
14061         'operator' in more locations.
14062
14063 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
14064
14065         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14066
14067 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
14068
14069         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14070         func marke' instead. Update test name.
14071
14072 2003-04-15  David Carlton  <carlton@math.stanford.edu>
14073
14074         * gdb.c++/maint.exp: New file.
14075
14076 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
14077
14078         * gdb.threads/schedlock.c: Change type of thread function argument
14079         to long, to avoid warnings on 64-bit platforms.
14080
14081 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
14082
14083         * gdb.base/attach.exp: Add new message from ptrace in case of
14084         attaching to nonexistent process.
14085
14086 2003-04-11  Jim Blandy  <jimb@redhat.com>
14087
14088         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14089         gdb.c++/userdef.cc: Place comments on the lines to which the
14090         marker function might return.
14091         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14092         gdb.c++/userdef.exp: Look for those comments to check that we've
14093         returned to the right place, instead of checking line numbers.
14094
14095 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
14096
14097         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14098         match on sourcefile name, instead of directory name.
14099
14100 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
14101
14102         * gdb.base/completion.exp: Use string_to_regexp to match the
14103         working directory name.
14104
14105 2003-04-09  Jim Blandy  <jimb@redhat.com>
14106
14107         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14108         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14109         after an inferior function call, report the failure, but allow the
14110         test to continue.
14111
14112 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
14113
14114         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14115         with -DPROTOTYPES.
14116
14117 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
14118
14119         * gdb.base/break.exp: Revert last patch.
14120
14121 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
14122
14123         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14124         with -DPROTOTYPES.
14125
14126 2003-04-02  Andrew Cagney  <cagney@redhat.com>
14127
14128         * gdb.base/callfuncs.exp: Make "print add" messages unique.
14129         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14130         matching directories by the name breakpoint.
14131         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14132         Make "continue to marker1" consistent.
14133         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14134         message consistent.
14135         * lib/gdb.exp: Put "the program is no longer running", and "the
14136         program exited" in parenthesis.
14137         * lib/mi-support.exp: Ditto.
14138
14139 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
14140
14141         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14142
14143 2003-03-29  Andrew Cagney  <cagney@redhat.com>
14144
14145         * gdb.base/sizeof.c (main): Print the value of '\377'.
14146         * gdb.base/sizeof.exp: Check the sign of '\377'.
14147
14148 2003-03-27  Michael Chastain  <mec@shout.net>
14149
14150         * gdb.base/gdb1090.exp: New file.
14151         * gdb.base/gdb1090.cc: New file.
14152
14153 2003-03-27  J. Brobecker  <brobecker@gnat.com>
14154
14155         * gdb.gdb/observer.exp: New regression test.
14156
14157 2003-03-27  Michael Chastain  <mec@shout.net>
14158
14159         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14160         * gdb.base/ptype.exp: Likewise.
14161
14162 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
14163
14164         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14165
14166 2003-03-26  Michael Chastain  <mec@shout.net>
14167
14168         * gdb.base/ptype.exp: Actually use some typedef'd types.
14169
14170 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
14171
14172         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14173         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14174
14175 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14176
14177         * gdb.base/default.exp: Fix regular expression.
14178
14179 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14180
14181         * gdb.base/args.exp: Fix regular expression.
14182
14183 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14184
14185         * gdb.base/help.exp: Allow Win32 child process.
14186
14187 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14188
14189         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14190         when stepping out of main().
14191
14192 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14193
14194         * gdb.base/default.exp: Check for win32 specific message when calling
14195         "run" without executable.
14196
14197 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14198
14199         * gdb.base/args.exp: Expect .exe in output.
14200
14201 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
14202
14203         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14204         Cygwin native.
14205
14206 2003-03-17  Andrew Cagney  <cagney@redhat.com>
14207
14208         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
14209         vector registes.
14210         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14211         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14212
14213 2003-03-17  David Carlton  <carlton@math.stanford.edu>
14214
14215         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14216         test, for PR breakpoints/38.
14217         Call test_watchpoint_and_breakpoint.
14218         * gdb.base/watchpoint.c (func3): New function.
14219         (main): Call func3.
14220
14221 2003-03-04  David Carlton  <carlton@math.stanford.edu>
14222
14223         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14224         Garply<Garply<char> >:: garply".
14225         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14226         with respect to PR c++/1111; note also PR c++/1113.
14227         (test_template_breakpoints): KFAIL "constructor breakpoint" with
14228         respect to PR c++/1062.
14229         KFAIL "destructor breakpoint" with respect to PR c++/1112.
14230
14231 2003-03-03  David Carlton  <carlton@math.stanford.edu>
14232
14233         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14234         with respect to PR c++/57.
14235         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14236         c++/826.
14237         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14238         respect to PR c++/57.
14239
14240 2003-03-03  David Carlton  <carlton@math.stanford.edu>
14241
14242         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14243         respect to PR c++/33 into FAILs.
14244
14245 2003-03-03  Michael Chastain  <mec@shout.net>
14246
14247         * configure.in: Update copyright years.
14248
14249 2003-03-03  Michael Chastain  <mec@shout.net>
14250
14251         * Makefile.in: Update copyright years.
14252
14253 2003-02-28  David Carlton  <carlton@math.stanford.edu>
14254
14255         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14256         print class instead of struct and/or superfluous protection
14257         specifiers, as long as the resulting output is equivalent to the
14258         source code.
14259         Delete FIXME from end of messages on tests that don't need
14260         fixing.
14261
14262 2003-02-28  David Carlton  <carlton@math.stanford.edu>
14263
14264         * gdb.c++/templates.exp (do_tests): Allow const in the two
14265         Foo<volatile char *>::foo tests.
14266
14267 2003-02-27  Michael Snyder  <msnyder@redhat.com>
14268
14269         * gdb.base/restore.c (main): Return zero, so exit code
14270         will be consistant.
14271
14272 2003-02-26  David Carlton  <carlton@math.stanford.edu>
14273
14274         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14275         char *>::foo" test with respect to PR c++/33.  Create a new test
14276         which is identical to that one except that it doesn't put the
14277         space between the "char" and the "*"; KFAIL it, too.
14278
14279 2003-02-26  David Carlton  <carlton@math.stanford.edu>
14280
14281         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14282         template types into either PASSes or KFAILs (corresponding to PR
14283         c++/57).  Tweak indentation.  Update copyright.
14284
14285 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
14286
14287         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14288
14289 2003-02-13  Michael Chastain  <mec@shout.net>
14290
14291         * gdb.base/exprs.exp: Remove i960 remnants.
14292         * gdb.base/funcargs.exp: Likewise.
14293         * gdb.base/list.exp: Likewise.
14294         * gdb.base/ptype.exp: Likewise.
14295
14296 2003-02-14  David Carlton  <carlton@math.stanford.edu>
14297
14298         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14299         pEe->D::vg()" from XFAIL to KFAIL.
14300
14301 2003-02-13  Jason Molenda  (jmolenda@apple.com)
14302
14303         * gdb.base/maint.exp: Update maint print statistics regexp to include
14304         new entries.
14305
14306 2003-02-13  Michael Chastain  <mec@shout.net>
14307
14308         * gdb.c++/inherit.exp: Remove call to get_debug_format.
14309
14310 2003-02-12  Michael Chastain  <mec@shout.net>
14311
14312         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14313         * gdb.c++/inherit.exp: Likewise.
14314         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14315         * gdb.c++/templates.exp: Likewise.
14316         * gdb.c++/virtfunc.exp: Likewise.
14317
14318 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
14319
14320         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14321         why the code is written that way.
14322
14323 2003-02-05  Michael Chastain  <mec@shout.net>
14324
14325         * gdb.base/dump.exp: Add missing copyright line.
14326
14327 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
14328
14329         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14330         at the beginning so the breakpoint doesn't get set on the loop.
14331
14332 2003-02-05  Michael Chastain  <mec@shout.net>
14333
14334         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14335         output for configurations with gcc 2.95.3.
14336
14337 2003-02-05  Keith Seitz  <keiths@redhat.com>
14338             Andrew Cagney  <ac131313@redhat.com>
14339
14340         * gdb.mi/mi-cli.exp: New file.
14341
14342 2003-02-04  Michael Chastain  <mec@shout.net>
14343
14344         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14345         Call perror and then continue.
14346
14347 2003-02-03  Michael Chastain  <mec@shout.net>
14348
14349         * gdb.c++/pr-1023.cc: New file.
14350         * gdb.c++/pr-1023.exp: New file.
14351
14352 2003-02-05  Jim Blandy  <jimb@redhat.com>
14353
14354         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14355         it's local to foobar.  Check for it there, and check that it's not
14356         present in main.
14357         * gdb.c++/local.cc (marker2): New function.
14358         (foobar): Call marker1.
14359         (main): Call marker2 instead of marker1.
14360
14361 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
14362
14363         * gdb.disasm/mn10200.exp: Obsolete file.
14364         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14365         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14366         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14367
14368 2003-02-04  David Carlton  <carlton@math.stanford.edu>
14369
14370         * gdb.c++/overload.exp: Test intToChar(1).
14371         * gdb.c++/overload.cc (intToChar): New.
14372         (main): Call intToChar.
14373
14374 2003-02-03  David Carlton  <carlton@math.stanford.edu>
14375
14376         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14377         'might_kfail' arg.
14378         KFAIL some of the continue_to_bp_overloaded calls, according to
14379         PR c++/1025.
14380
14381 2003-02-01  Michael Chastain  <mec@shout.net>
14382
14383         * gdb.base/advance.c (marker1): New marker function.
14384         * gdb.base/advance.exp: When the 'advance' command lands on the
14385         return breakpoint, it can legitimately stop on either the
14386         current line or the next line.  Accommodate both outcomes.
14387         * gdb.base/until.exp: Likewise.
14388
14389 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
14390
14391         2002-11-10 Jason Molenda (jason-cl@molenda.com):
14392         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14393         now a list, not a tuple.
14394         * gdb.mi/mi-var-display.exp: Ditto.
14395         * gdb.mi/gdb792.exp: Ditto.
14396
14397 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
14398
14399         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14400         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14401         stack backtraces.
14402         * gdb.mi/mi-syn-frame.c: Part of same.
14403
14404 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
14405
14406         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14407         gdb.mi/mi1-pthreads.exp: Return instead of calling
14408         gdb_suppress_entire_file.
14409
14410 2003-02-01  Mark Salter  <msalter@redhat.com>
14411
14412         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14413
14414 2003-01-31  Mark Salter  <msalter@redhat.com>
14415
14416         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14417         Support empty arg.
14418
14419 2003-01-30  Michael Chastain  <mec@shout.net>
14420
14421         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14422         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
14423         has been fixed in gdb/readline on 2003-01-09.
14424
14425 2003-01-29  Michael Snyder  <msnyder@redhat.com>
14426
14427         * gdb.base/maint.exp: Allow for leading underscore in symbol.
14428         * gdb.base/display.exp: Allow for leading underscore in symbol.
14429         * gdb.base/args.exp: Skip if target does not support args passing.
14430
14431 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
14432
14433         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14434         gdb_test.  Accept a list of expect arguments as the third
14435         parameter.
14436         (gdb_test): Use it.
14437
14438 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
14439
14440         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14441         allow for different test tree configurations.  Update some
14442         tescases accordingly.
14443         * gdb.arch/altivec-regs.exp: Ditto.
14444         * gdb.asm/asm-source.exp: Ditto.
14445         * gdb.base/advance.exp: Ditto.
14446         * gdb.base/display.exp: Ditto.
14447         * gdb.base/long_long.exp: Ditto.
14448         * gdb.base/mips_pro.exp: Ditto.
14449         * gdb.base/overlays.exp: Ditto.
14450         * gdb.base/relocate.exp: Ditto.
14451         * gdb.base/setshow.exp: Ditto.
14452         * gdb.base/step-line.exp: Ditto.
14453         * gdb.base/step-test.exp: Ditto.
14454         * gdb.base/until.exp: Ditto.
14455         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14456
14457 2003-01-17  David Carlton  <carlton@math.stanford.edu>
14458
14459         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14460         corresponding to PR c++/945.
14461         Update copyright.
14462
14463 2003-01-17  David Carlton  <carlton@math.stanford.edu>
14464
14465         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14466         corresponding to PR c++/68.
14467
14468 2003-01-17  David Carlton  <carlton@math.stanford.edu>
14469
14470         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14471         (test_paddr_hairy_functions): Call print_addr_2_kfail for
14472         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
14473
14474 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
14475
14476         * gdb.base/break.exp: Fix change of default location, because of
14477         removal of until tests.
14478         * gdb.base/help.exp: Update test for new 'until' help message.
14479         Add test for help on 'advance'.
14480         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14481
14482 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
14483
14484         * gdb.base/default.exp: Adapt "info float" test for recent changes
14485         to that command.  Add test for "info vector".
14486         * gdb.base/float.exp: New file.  Add test for "info float" that
14487         resembles the old test in gdb.base/default.exp.
14488
14489 2003-01-15  David Carlton  <carlton@math.stanford.edu>
14490
14491         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14492
14493 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
14494
14495         * gdb.base/break.exp: Move the tests of until command from here...
14496         * gdb.base/until.exp: ... to here. New file. Add other tests.
14497         * gdb.base/advance.c: New file.
14498         * gdb.base/advance.exp: New file.
14499
14500 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
14501
14502         * gdb.base/args.c: New file.
14503         * gdb.base/args.exp: New file.
14504
14505 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
14506
14507         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14508
14509 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
14510
14511         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14512
14513 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
14514
14515         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
14516         dates.
14517
14518 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14519
14520         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14521
14522 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14523
14524         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14525         (ptype &*"foo").
14526         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14527
14528 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14529
14530         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14531         * gdb.mi/mi1-console.exp: Likewise.
14532
14533 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14534
14535         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14536         * gdb.mi/mi1-console.exp: Likewise.
14537
14538 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
14539
14540         * gdb.c++/overload.exp: Remove some fixed XFAILs.
14541
14542 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
14543
14544         * gdb.base/detach.exp: New test.
14545
14546 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
14547
14548         * Makefile.in (ALL_SUBDIRS): New variable.
14549         (subdirs, clean, distclean): Use it.
14550         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
14551         regenerating Makefile, since it is generated from the top level.
14552         * gdb.asm/Makefile.in: Likewise.
14553         * gdb.base/Makefile.in: Likewise.
14554         * gdb.c++/Makefile.in: Likewise.
14555         * gdb.disasm/Makefile.in: Likewise.
14556         * gdb.java/Makefile.in: Likewise.
14557         * gdb.mi/Makefile.in: Likewise.
14558         * gdb.threads/Makefile.in: Likewise.
14559         * gdb.trace/Makefile.in: Likewise.
14560
14561 2003-01-09  David Carlton  <carlton@math.stanford.edu>
14562
14563         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14564         Add copyright year 2003.
14565
14566 2003-01-06  Michael Chastain  <mec@shout.net>
14567
14568         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14569         When selecting a thread, 'line' and 'file' are optional.
14570         * gdb.mi/mi1-pthreads.exp: Likewise.
14571
14572 2003-01-06  Andreas Schwab  <schwab@suse.de>
14573
14574         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14575         failures.
14576
14577 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14578
14579         Fix PR gdb/844
14580         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14581         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14582
14583         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
14584         instead of calling gdb_suppress_entire_file.
14585         * gdb.threads/print-threads.exp: Likewise.
14586         * gdb.threads/schedlock.exp: Likewise.
14587
14588         * gdb.threads/killed.exp: Return instead of calling
14589         gdb_suppress_entire_file.
14590         * gdb.threads/linux-dp.exp: Likewise.
14591         * gdb.threads/pthreads.exp: Likewise.
14592
14593 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14594
14595         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14596         stabs.
14597         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14598         * gdb.base/whatis.exp: Always allow (void) after function names.
14599
14600 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
14601
14602         * gdb.c++/casts.exp: Correct regexp.
14603
14604 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
14605
14606         * configure.in: Call AC_CONFIG_HEADER.  Don't call
14607         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14608         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
14609         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
14610         aforementioned directories in the AC_OUPUT call.
14611         * config.hin: New file.
14612         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14613         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14614         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14615         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14616         pass -I$objdir instead of -I$objdir/$subdir in compilation.
14617         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14618         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14619         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14620         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14621         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14622         gdb.threads/configure.in, gdb.threads/configure,
14623         gdb.threads/config.in, gdb.trace/configure.in,
14624         gdb.trace/configure: Removed.
14625
14626 2003-01-03  Michael Chastain  <mec@shout.net>
14627
14628         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14629         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14630
14631 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
14632
14633         * gdb.base/store.exp: Fix regular expressions.
14634
14635 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
14636
14637         * configure.in: Rewrite.
14638         * configure: Regenerated.
14639
14640 2003-01-03  David Carlton  <carlton@math.stanford.edu>
14641
14642         * gdb.base/psymtab.exp: New file.
14643         * gdb.base/psymtab1.c: Ditto.
14644         * gdb.base/psymtab2.c: Ditto.
14645
14646 2002-12-23  Adam Fedor  <fedor@gnu.org>
14647
14648         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14649
14650 2002-12-23  David Carlton  <carlton@math.stanford.edu>
14651
14652         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14653         and current_directory initialization.
14654
14655 2002-12-22  Jim Blandy  <jimb@redhat.com>
14656
14657         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14658         rather than as part of the output file name.
14659
14660         * gdb.base/attach.exp: There's no need to copy the test program to
14661         /tmp; that was only ever necessary on HP/UX, and this test is
14662         entirely disabled there anyway.
14663
14664 2002-12-21  Jim Blandy  <jimb@redhat.com>
14665
14666         * gdb.c++/psmang.exp: Doc fix.
14667
14668         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14669         test.
14670
14671 2002-12-20  David Carlton  <carlton@math.stanford.edu>
14672
14673         * gdb.c++/annota2.exp: KFAIL annotate-quit.
14674
14675 2002-12-18  Michael Chastain  <mec@shout.net>
14676
14677         * gdb.c++/annota2.exp: Add copyright year 2002.
14678
14679 2002-12-17  David Carlton  <carlton@math.stanford.edu>
14680
14681         * gdb.c++/try_catch.cc: Add marker comments.
14682         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14683         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14684         * gdb.c++/m-static.cc: Ditto.
14685         * gdb.c++/m-static1.cc: Ditto.
14686         * gdb.c++/try_catch.cc: Ditto.
14687
14688 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
14689
14690         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14691         to see whether we are using the new -environment-directory
14692         command which resets via -r or the old version of the command
14693         which may prompt the user.  Part of fix for gdb/741.
14694
14695 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
14696
14697         * gdb.fortran/types.exp: Update obsolete comment.
14698         * gdb.fortran/exprs.exp: Ditto.
14699         * lib/gdb.exp: Delete obsolete code.
14700         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14701         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14702         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14703         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14704         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14705         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14706         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14707         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14708         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14709         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14710         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14711         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14712         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14713         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14714         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14715         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14716         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14717         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14718         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14719         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14720         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14721         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14722         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14723         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14724         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14725         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14726         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14727         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14728         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14729         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14730         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14731         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14732         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14733         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14734         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14735         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14736         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14737
14738 2002-12-11  David Carlton  <carlton@math.stanford.edu>
14739
14740         * gdb.c++/m-data.exp: Add test for members that shadow global
14741         variables: see PR gdb/804.
14742         * gdb.c++/m-data.cc: Ditto.
14743
14744 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
14745
14746         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14747
14748 2002-12-06  David Carlton  <carlton@math.stanford.edu>
14749
14750         * gdb.base/store.c: Don't declare functions static.
14751
14752 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
14753
14754         * gdb.base/store.exp, gdb.base/store.c: New files.
14755
14756 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
14757
14758         * gdb.base/selftest.exp: Update for current gdb.
14759
14760 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
14761
14762         * gdb.base/maint.exp: Only dump symbols from one source file
14763         or objfile.
14764
14765 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
14766
14767         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14768         function call.
14769
14770 2002-11-25  Jim Blandy  <jimb@redhat.com>
14771
14772         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14773         function appearing in error message.
14774
14775 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
14776
14777         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14778
14779 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
14780
14781         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14782         for mi1 and current mi is in correct format.  New mi startup message
14783         should be in mi console format.  This is part of fix for PR gdb/604.
14784
14785 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
14786
14787         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14788         which explicitly prints the zero offset as "+0".
14789
14790 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
14791
14792         * gdb.threads/schedlock.c (args): Make unsigned.
14793
14794 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
14795
14796         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
14797         numbers.  Allow "foo2|selected stack frame".
14798         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14799         * gdb.asm/asmsrc2.s: Likewise.
14800         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
14801         comments.
14802         * gdb.asm/mips.inc: New file.
14803
14804 2002-10-18  Adam Fedor  <fedor@gnu.org>
14805
14806         * gdb.base/default.exp: Update expected output to include 'ObjC'.
14807         * gdb.base/help.exp: Likewise.
14808
14809 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
14810
14811         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14812         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14813
14814 2002-10-02  Jim Blandy  <jimb@redhat.com>
14815
14816         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14817
14818 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
14819
14820         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14821         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14822         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14823         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14824         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14825         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14826         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14827
14828 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
14829
14830         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14831         * mi0-disassemble.exp, mi0-eval.exp: Delete.
14832         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14833         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14834         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14835         * mi0-var-block.exp, mi0-var-child.exp: Delete.
14836         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14837
14838 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
14839
14840         * gdb.base/annota1.exp (info break): Make directory components of
14841         path optional since not all compilers emit this debug information.
14842
14843         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14844         step ends up stepping out of the function instead of stopping on
14845         the epilogue.
14846
14847 2002-09-26  Keith Seitz  <keiths@redhat.com>
14848
14849         * lib/insight-support.exp (gdbtk_start): Figure out where
14850         the insight executable is based on where gdb is. Use this
14851         executable to start insight instead of gdb.
14852
14853 2002-09-25  Andrew Cagney  <cagney@redhat.com>
14854
14855         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14856
14857 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
14858
14859         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14860         test_isolated_complaints.
14861         (test_empty_complaint): New function.
14862         (test_empty_complaints): New function.  Check no output when no
14863         complaints.
14864
14865 2002-09-19  Jim Blandy  <jimb@redhat.com>
14866
14867         * gdb.base/charset.exp, gdb.base/charset.c: New files.
14868
14869 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
14870
14871         * gdb.gdb/complaints.exp: New file.
14872
14873 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
14874
14875         * gdb.base/maint.exp: Check `help maint internal-warning'.
14876
14877 2002-09-18  David Carlton  <carlton@math.stanford.edu>
14878
14879         * gdb.c++/m-static.exp: Remove breakpoints depending on line
14880         numbers, and replace them by a single breakpoint after the
14881         constructors are all finished.
14882         Add test 4.
14883         * gdb.c++/m-static.cc: Add test 4.
14884         * gdb.c++/m-static.h: New file.
14885         * gdb.c++/m-static1.cc: New file.
14886
14887         * gdb.c++/printmethod.exp: New file.
14888         * gdb.c++/printmethod.cc: New file.
14889
14890         * gdb.c++/pr-574.exp: New file.
14891         * gdb.c++/pr-574.cc: New file.
14892
14893 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
14894
14895         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
14896         embedded targets which never actually exit.
14897
14898 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
14899
14900         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
14901         "don't step after run" as unresolved or unsupported, instead of xfail.
14902
14903 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
14904
14905         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
14906         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
14907         Add newline to expected string in "step out of main (status wrapper)"
14908         case.
14909
14910 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
14911
14912         * lib/gdb.exp (rerun_to_main): Allow restarting application.
14913         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
14914
14915 2002-09-17  Tom Tromey  <tromey@redhat.com>
14916
14917         * gdb.base/printcmds.exp (test_print_string_constants): Expect
14918         \000, not \0, in double-quoted string.
14919
14920 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
14921
14922         * gdb.base/commands.exp: Don't expect a "Program exited normally"
14923         string after running the commands execution on breakpoint tests.
14924
14925 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
14926
14927         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
14928
14929 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
14930
14931         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
14932
14933 2002-09-10  Keith Seitz  <keiths@redhat.com>
14934
14935         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14936         runto proc.
14937         (mi_run_to_main): Use mi_runto.
14938         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
14939
14940 2002-09-10  Keith Seitz  <keiths@redhat.com>
14941
14942         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
14943         regexp for stopping at main. Could have multiple event notifications.
14944         Don't assume that main was declared with no parameters.
14945         (mi_next): Use mi_step_to.
14946         (mi_step): Use mi_next_to.
14947
14948 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
14949
14950         * gdb.base/default.exp: Fix expected string in `info float' test.
14951
14952 2002-09-09  Ben Elliston  <bje@redhat.com>
14953
14954         * config/mips.exp: Update comments.
14955         * config/mips-idt.exp: Likewise.
14956         * config/nind.exp: Likewise.
14957         * config/slite.exp: Likewise.
14958         * config/sparclet.exp: Likewise.
14959         * config/udi.exp: Likewise.
14960         * config/vx.exp: Likewise.
14961         * config/vxworks29k.exp: Likewise.
14962
14963 2002-09-05  Jim Blandy  <jimb@redhat.com>
14964
14965         * gdb.threads/killed.exp: Fix test failure message.
14966
14967 2002-09-04  Keith Seitz  <keiths@redhat.com>
14968
14969         * lib/mi-support.exp: Update copyright.
14970         (mi_gdb_test): Increase the priority of the expected pattern
14971         so that it matches gdb_test.
14972
14973 2002-09-03  Keith Seitz  <keiths@redhat.com>
14974
14975         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
14976         Use integer comparison instead of string comparison for testing
14977         whether binary was built.
14978
14979 2002-09-03  Jim Blandy  <jimb@redhat.com>
14980
14981         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
14982
14983 2002-08-29  Jim Blandy  <jimb@redhat.com>
14984
14985         * gdb.threads/pthreads.exp: Move the portable thread compilation
14986         code into a function in lib/gdb.exp, and call that from here.
14987         * lib/gdb.exp (gdb_compile_pthreads): New function.
14988
14989 2002-08-29  Keith Seitz  <keiths@redhat.com>
14990
14991         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
14992         expect_out so that callers can get at it.
14993
14994 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
14995
14996         * gdb.threads/print-threads.c: New file.
14997         * gdb.threads/print-threads.exp: New file.
14998         * gdb.threads/schedlock.c: New file.
14999         * gdb.threads/schedlock.exp: New file.
15000
15001 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
15002
15003         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15004         not altivec.c.
15005
15006 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
15007
15008         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15009         targets.  The problem should be fixed now.
15010
15011 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
15012
15013         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15014         2002-07-24 change that removes final dots from error messages.
15015
15016 2002-08-13  Tom Tromey  <tromey@redhat.com>
15017
15018         * gdb.base/readline.exp: New file.
15019
15020 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
15021
15022         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15023         supress message.
15024
15025 2002-08-01  Andrew Cagney  <cagney@redhat.com>
15026
15027         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15028         CHILL_FOR_TARGET and CHILL_LIB.
15029         * configure.in (configdirs): Remove gdb.chill.
15030         * configure: Regenerate.
15031         * lib/gdb.exp: Obsolete references to chill.
15032         * gdb.fortran/types.exp: Ditto.
15033         * gdb.fortran/exprs.exp: Ditto.
15034
15035 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
15036
15037         * gdb.base/shlib-call.exp (additional_flags): Conditionally
15038         set Irix-specific compile and link flags.
15039
15040 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
15041
15042         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15043         source files.  The ``-o'' option doesn't work with the ``-E'' option
15044         when using the Irix compiler.
15045
15046 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
15047
15048         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15049         Improve support for reusing an exec file.  Copy exec file
15050         to target, and run gdbserver on the target instead of on the host.
15051
15052 2002-07-18  Jim Blandy  <jimb@redhat.com>
15053
15054         * gdb.base/ending-run.exp: Don't expect to see the program end in
15055         some orderly fashion when we're running on a real stand-alone
15056         board.
15057
15058         * gdb.base/interrupt.exp: Correct logic for skipping tests on
15059         targets that don't support interrupts.
15060
15061 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
15062
15063         * gdb.base/attach.exp: Add patterns to match output from /proc-based
15064         systems.
15065         Move comments in expect statements to inside the actions, so that they
15066         don't get matched against.
15067
15068 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
15069
15070         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15071         function when asleep" test.
15072
15073 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
15074
15075         * gdb.base/page.exp: Rewrite to handle problems with very long
15076         `info set' output.  Update copyright.
15077
15078 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
15079
15080         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15081         gdb.threads-hp.
15082         * gdb.hp/configure: Regenerate.
15083         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15084         * gdb.hp/gdb.threads-hp/configure: Delete file.
15085         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15086
15087 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
15088
15089         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15090         setlocale, bindtextdomain and textdomain.
15091
15092 2002-06-11  Jim Blandy  <jimb@redhat.com>
15093
15094         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15095         preprocessor macro information is present.
15096
15097         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15098         tests.
15099
15100 2002-06-06  Michael Snyder  <msnyder@redhat.com>
15101
15102         * gdb.base/overlays.exp: Record addresses of overlay
15103         functions in TCL variables rather than in GDB variables,
15104         to avoid having GDB convert them to pointers (with loss
15105         of information).
15106
15107         * gdb.base/d10v.ld: Merge in several years worth of
15108         default linker script changes.
15109         * gdb.base/long_long.exp: Add check for sizeof (long double).
15110
15111 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
15112
15113         * gdb.asm/asm-source.exp: Add x86-64 target.
15114         * gdb.asm/x86_64.inc: New.
15115
15116 2002-05-30  Michael Chastain  <mec@shout.net>
15117
15118         From Benjamin Kosnik <bkoz@redhat.com>:
15119         * gdb.c++/m-static.cc: New file.
15120         * gdb.c++/m-static.exp: New file.
15121
15122 2002-05-28  Michael Snyder  <msnyder@redhat.com>
15123
15124         * gdb.base/call-ar-st.exp: Allow for reduced floating point
15125         precision.
15126
15127 2002-05-27  Michael Chastain  <mec@shout.net>
15128
15129         From Benjamin Kosnik <bkoz@redhat.com>:
15130         * gdb.c++/m-data.cc: New file.
15131         * gdb.c++/m-data.exp: New file.
15132
15133 2002-05-27  Michael Chastain  <mec@shout.net>
15134
15135         From Benjamin Kosnik <bkoz@redhat.com>:
15136         * gdb.c++/try_catch.cc: New file.
15137         * gdb.c++/try_catch.exp: New file.
15138
15139 2002-05-27  Michael Chastain  <mec@shout.net>
15140
15141         * gdb.c++/local.exp: Accept more nested types in output.
15142
15143 2002-05-26  Michael Chastain  <mec@shout.net>
15144
15145         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15146
15147 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
15148
15149         * lib/gdb.exp (gdb_wrapper_init): Just because
15150         gdb_wrapper_file exists, this does not mean that the file
15151         should not be rebuilt.  That is what gdb_wrapper_initialized
15152         is for.
15153         (default_gdb_init): Reset gdb_wrapper_initialized.
15154
15155 2002-05-23  Michael Snyder  <msnyder@redhat.com>
15156
15157         * gdb.base/all-bin.exp: Revise previous patch by just reducing
15158         the precision of the floating point test results.
15159         * gdb.base/call-rt-st.exp: Ditto.
15160
15161         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15162         * gdb.base/call-rt-st.exp: Ditto.
15163
15164 2002-05-19  Michael Chastain  <mec@shout.net>
15165
15166         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15167
15168 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
15169
15170         * configure.in (configdirs): Add gdb.arch.
15171         * configure: Regenerate.
15172
15173 2002-05-17  Jim Blandy  <jimb@redhat.com>
15174
15175         * gdb.base/completion.exp: Recognize the more detailed error
15176         messages produced by the macro expander's lexical analyzer.
15177
15178 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
15179
15180         * gdb.arch/altivec-abi.c: New file.
15181         * gdb.arch/altivec-abi.exp: New file.
15182         * gdb.arch/altivec-regs.c: New file.
15183         * gdb.arch/altivec-regs.exp: New file.
15184
15185 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
15186
15187         * gdb.base/maint.exp (maint print type): Update for new type
15188         structure.
15189
15190 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
15191
15192         * gdb.arch: New directory.
15193         * gdb.arch/configure.in: New file.
15194         * gdb.arch/configure: New file.
15195         * gdb.arch/Makefile.in: New file.
15196
15197 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
15198
15199         * gdb.asm/asm-source.exp: Add v850 as supported target.
15200         * gdb.asm/v850.inc: New file.
15201
15202 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
15203
15204         * gdb.c++/annota2.exp (annotate-quit): Add comment.
15205
15206 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
15207
15208         * gdb.base/break.exp: Check 'break "marker2"'.
15209
15210 2002-05-10  Michael Snyder  <msnyder@redhat.com>
15211
15212         * gdb.base/long_long.exp: Fix typo.
15213
15214 2002-05-10  Jim Blandy  <jimb@redhat.com>
15215
15216         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
15217         a bug.
15218
15219         * gdb.base/printcmds.exp (test_integer_literals_rejected):
15220         Recognize more detailed error message produced by the macro
15221         expander's lexical analyzer.
15222         * lib/gdb.exp (test_print_reject): Same.
15223
15224 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
15225
15226         * gdb.c++/method.exp: Fix typo.
15227
15228 2002-05-08  Michael Snyder  <msnyder@redhat.com>
15229
15230         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15231         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15232         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15233         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15234         Add iftarget clause for strongarm.
15235
15236 2002-05-06  Michael Snyder  <msnyder@redhat.com>
15237
15238         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15239         (gdb_continue_to_end): Accept output from status wrapper.
15240         * gdb.base/ending-run.exp: Add case for output from status wrapper.
15241         Clean up fail messages to match pass messages.
15242
15243         Enable the "needs_status_wrapper" testsuite feature.
15244         * lib/gdb.exp (gdb_wrapper_init): New procedure.
15245         (gdb_compile): Conditionally call gdb_wrapper_init.
15246         * gdb.base/a2-run.exp: Recognize output from status wrapper.
15247         * gdb.c++/method.exp: Recognize output from status wrapper.
15248
15249 2002-05-06  Ben Elliston  <bje@redhat.com>
15250 From Graydon Hoare  <graydon@redhat.com>
15251
15252         * config/sid.exp: Include support for "rawsid" protocol.
15253
15254 2002-05-03  Jim Blandy  <jimb@redhat.com>
15255
15256         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15257         * gdb.c++/hang3.C: New file.
15258
15259 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
15260
15261         * gdb.base/default.exp: Remove obsolete code.
15262         * gdb.c++/misc.exp: Ditto.  Update copyright.
15263         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
15264         * gdb.base/whatis.exp: Ditto.  Update copyright.
15265         * gdb.base/scope.exp: Ditto.  Update copyright.
15266         * gdb.base/ptype.exp: Ditto.  Update copyright.
15267         * gdb.base/printcmds.exp: Ditto.  Update copyright.
15268         * gdb.base/opaque.exp: Ditto.  Update copyright.
15269         * gdb.base/list.exp: Ditto.
15270         * gdb.base/funcargs.exp: Ditto.  Update copyright.
15271         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15272         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15273         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15274         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15275         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15276         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15277
15278 2002-05-02  Michael Snyder  <msnyder@redhat.com>
15279
15280         * gdb.base/watchpoint.exp: Add xscale target.
15281         * gdb.base/long_long.exp: Add xscale target.
15282         * gdb.base/default.exp: Add xscale target.
15283
15284 2002-05-01  Jim Blandy  <jimb@redhat.com>
15285
15286         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15287         gdb.c++/hang.exp: New test.
15288
15289 2002-05-01  Fred Fish  <fnf@redhat.com>
15290
15291         * gdb.base/completion.exp: Handle completions of "./Make" for
15292         more than one completion possibility, as is the case when we
15293         build and test in the source tree.
15294
15295 2002-04-29  Anthony Green  <green@redhat.com>
15296
15297         * gdb.java/jmisc1.exp: New file.
15298         * gdb.java/jmisc2.exp: New file.
15299
15300 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
15301
15302         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15303
15304 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
15305
15306         * gdb.base/help.exp: Change 'help status' to allow for target
15307         dependent output differences.
15308
15309 2002-04-22  Michael Chastain  <mec@shout.net>
15310
15311         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15312
15313 2002-04-22  Michael Chastain  <mec@shout.net>
15314
15315         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15316
15317 2002-04-17  David S. Miller  <davem@redhat.com>
15318
15319         * gdb.asm/sparc64.inc: New file.
15320         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15321
15322 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
15323
15324         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15325         instruction file directly into the build tree.  Clean up at end of
15326         test.
15327
15328 2002-04-18  David S. Miller  <davem@redhat.com>
15329
15330         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15331         handle 64-bit platforms correctly.
15332         * gdb.base/maint.exp: Likewise.
15333
15334 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
15335
15336         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15337         ``-fpic'' when compiling files comprising a shared library, but
15338         it does need additional linker flags in order to find shared
15339         libraries at run time.
15340
15341 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
15342
15343         * gdb.base/cvexpr.c (use): New function.
15344         (main): Invoke use() on all global variables to prevent
15345         some linkers from deleting these otherwise unused symbols.
15346
15347 2002-04-17  Michael Chastain  <mec@shout.net>
15348 From David S. Miller  <davem@redhat.com>
15349
15350         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15351         handle 64-bit platforms correctly.
15352
15353 2002-04-12  Michael Snyder  <msnyder@redhat.com>
15354 From Jim Blandy  <jimb@redhat.com>
15355         * gdb.base/foo.c (foox): Remove section attribute; the linker
15356         script can handle this instead.
15357         * gdb.base/bar.c (barx): Same.
15358         * gdb.base/baz.c (bazx): Same.
15359         * gdb.base/grbx.c (grbxx): Same.
15360
15361         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15362         manager doesn't automatically unmap overlays unnecessarily.
15363
15364 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
15365
15366         * gdb.base/ending-run.exp: Fix pattern for Mips targets
15367         stepping out of main.
15368
15369 2002-04-09  Michael Chastain  <mec@shout.net>
15370
15371         * gdb.c++/local.cc (main): Move call to marker1() inside nested
15372         scope so that the nested scope tests will make sense.
15373         * gdb.c++/local.exp: Write patterns that actually work with gcc
15374         (the HP patterns "were never known to work with gcc").
15375         Keep the old aCC patterns too.
15376
15377 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
15378
15379         * gdb.base/attach.exp: Correct target board test.
15380
15381 2002-04-08  Michael Chastain  <mec@shout.net>
15382
15383         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15384         in a const method.  Add some xfail and fail cases for configurations
15385         that do not emit the "const ...".
15386
15387 2002-04-07  Michael Chastain  <mec@shout.net>
15388
15389         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15390         Accept "A * const" and "const A * const" as type of "this".
15391         Fix spelling of getFunky throughout.  Make messages uniform.
15392
15393 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
15394
15395         Work around for PR gdb/285:
15396         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15397
15398 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
15399
15400         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15401         instructions file at run time instead of configure time.
15402         Sometimes we run the test in a directory that is not the one we
15403         configured in.
15404         * gdb.asm/configure.in: Delete creation of symlink.
15405         * gdb.asm/configure: Regenerate.
15406
15407 2002-04-05  J. Brobecker  <brobecker@gnat.com>
15408
15409         * gdb.gdb/xfullpath.exp: New test, to exercise the new
15410         xfullpath () function.
15411
15412 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
15413
15414         * gdb.asm/Makefile.in: Correct dependencies.
15415
15416         * gdb.asm/powerpc.inc: New file.
15417         * gdb.asm/asm-source.exp: Add PowerPC.
15418         * gdb.asm/configure.in: Likewise.
15419         * gdb.asm/configure: Regenerated.
15420
15421 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
15422
15423         * gdb.base/relocate.exp: New file.
15424         * gdb.base/relocate.c: New file.
15425
15426 2002-04-04  Fred Fish  <fnf@redhat.com>
15427
15428         * gdb.base/step-test.exp: Update comment regarding stopping in
15429         memcpy/bcopy calls inserted as part of the compiler runtime.
15430
15431 2002-04-04  Michael Snyder  <msnyder@redhat.com>
15432
15433         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15434
15435 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
15436
15437         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15438         (gdb_expect): Remove $notransfer hack.
15439
15440 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
15441
15442         * gdb.c++/classes.exp ("calling method for small class"): Match
15443         updated register output.
15444
15445 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
15446
15447         Fix PR gdb/452
15448         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15449         when finished.  Make gdb_file_cmd send "exec-file" when
15450         appropriate.
15451
15452 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
15453
15454         * gdb.base/attach.exp: Remove extra setup_xfail.
15455
15456 2002-03-26  Michael Snyder  <msnyder@redhat.com>
15457
15458         * gdb.base/default.exp: Add tests for dump, append, and restore.
15459         * gdb.base/help.exp: Add tests for dump, append, and restore.
15460         * gdb.base/dump.exp: New file, test dump, append and restore.
15461         * gdb.base/dump.c: New file.
15462
15463 2002-03-27  Michael Snyder  <msnyder@redhat.com>
15464
15465         * gdb.base/help.exp: Modify expect strings to reflect
15466         clean-ups in help messages.
15467
15468 2002-03-26  Fred Fish  <fnf@redhat.com>
15469
15470         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15471         have debugging info for those functions and the compiler uses them
15472         internally to copy structs around.
15473
15474 2002-03-26  Fred Fish  <fnf@redhat.com>
15475
15476         * gdb.base/list.exp: Revert the change made yesterday and add note
15477         about why we don't list the default lines for remote targets.
15478
15479 2002-03-25  Michael Snyder  <msnyder@redhat.com>
15480
15481         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15482
15483 2002-03-25  Fred Fish  <fnf@redhat.com>
15484
15485         * gdb.base/list.exp: This test works on remote targets so remove
15486         the short circuit for remote targets.  Update copyright.
15487
15488 2002-03-25  Fred Fish  <fnf@redhat.com>
15489
15490         * gdb.base/attach.exp: Fix logic error that was suppressing this
15491         test for all non hppa*-*-hpux* targets, instead of the hp target.
15492         Move comments closer to the suppression point.  Also now need to
15493         check that we are running natively.
15494
15495 2002-03-22  Michael Snyder  <msnyder@redhat.com>
15496
15497         * gdb.base/default.exp: Add test for gcore.  Update copyright.
15498         * gdb.base/help.exp: Add test for gcore.  Update copyright.
15499
15500 2002-03-06  Fred Fish  <fnf@redhat.com>
15501
15502         * gdb.base/funcargs.c:  Remove extraneous ';' character.
15503         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15504
15505 2002-03-04  Michael Chastain  <mec@shout.net>
15506
15507         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15508         accommodate gcc v3 function signature.
15509         * gdb.mi/mi0-var-cmd-exp: Ditto.
15510
15511 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
15512
15513         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15514         ``GNU/Linux'' or ``Linux kernel''
15515         * testsuite/gdb.threads/pthreads.c: Ditto.
15516
15517 2002-02-24  Michael Chastain  <mec@shout.net>
15518
15519         * gdb.threads/pthreads.c (thread1): Add a return statement.
15520         (thread2): Likewise.
15521         (foo): Likewise.
15522
15523 2002-02-23  Michael Chastain  <mec@shout.net>
15524
15525         * gdb.threads/linux-dp.c (philosopher): Add a return statement
15526         to placate gcc.
15527
15528 2002-02-23  Michael Chastain  <mec@shout.net>
15529
15530         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15531         test "ptype bint".  The test passes on all my stabs configurations.
15532
15533 2002-02-21  Jim Blandy  <jimb@redhat.com>
15534
15535         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15536         filename at a time, and watch for the ones we want to see.
15537
15538         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15539         types of pointers to prototyped functions.
15540
15541 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
15542
15543         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
15544         signed, unsigned and straight char.
15545         (padding_char, padding_short, padding_int, padding_long,
15546         padding_long_long, padding_float, padding_double,
15547         padding_long_double): New global variables.
15548         (fill, fill_structs): New functions.
15549
15550         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
15551         for correctly sized writes.  Update copyright.
15552         (get_valueof): New procedure.
15553         (get_sizeof): Call get_valueof.
15554         (check_valueof): New procedure.
15555         (check_padding): New procedure.
15556
15557 2002-02-20  Michael Chastain  <mec@shout.net>
15558
15559         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15560         to setup_xfail.  Document some of the remaining calls.
15561
15562 2002-02-18  Michael Chastain  <mec@shout.net>
15563
15564         * gdb.c++/userdef.exp: Update copyright year.
15565
15566 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
15567
15568         * gdb.c++/userdef.exp: Test overloaded operators properly.
15569         Remove xfails.
15570
15571 2002-02-14  Michael Snyder  <msnyder@redhat.com>
15572
15573         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15574
15575 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
15576
15577         * gdb.base/a2-run.exp: Check for a remote target properly.
15578         * gdb.base/annota1.exp: Likewise.
15579         * gdb.base/list.exp: Likewise.
15580         * gdb.base/reread.exp: Likewise.
15581         * gdb.base/scope.exp: Likewise.
15582         * gdb.base/shlib-call.exp: Likewise.
15583         * gdb.base/term.exp: Likewise.
15584         * gdb.c++/annota2.exp: Likewise.
15585
15586 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
15587
15588         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15589
15590 2002-02-10  Michael Chastain  <mec@shout.net>
15591
15592         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15593         (call_after_alloca): Ditto.
15594
15595 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
15596
15597         * gdb.base/ending-run.exp: Guard "cont" test with
15598         gdb_skip_stdio_test.
15599
15600 2002-02-06  Jim Blandy  <jimb@redhat.com>
15601
15602         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15603         from here...
15604         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15605         To here.  Disable this test on non-HP platforms.  Add big comment.
15606
15607 2002-02-04  Michael Snyder  <msnyder@redhat.com>
15608
15609         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
15610           other than d10v and m32r.
15611
15612 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
15613
15614         * gdb.base/default.exp: Rewrite test patterns to reduce time
15615         taken to match them.
15616
15617 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
15618
15619         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15620         Allow a start function above main.
15621         * gdb.threads/linux-dp.exp: Fix copyright date.
15622
15623 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
15624
15625         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15626         (check_philosopher_stack): Check for manager thread before checking
15627         for a just-starting thread.
15628
15629 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
15630
15631         From Neil Booth <neil@daikokuya.demon.co.uk>:
15632         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15633         warnings.
15634
15635 2002-01-21  Fred Fish  <fnf@redhat.com>
15636
15637         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15638         not caller.
15639
15640 2002-01-21  Jim Blandy  <jimb@redhat.com>
15641
15642         * gdb.base/reread.exp: Check that GDB properly re-reads the
15643         executable file when it changes while no inferior is running.
15644
15645 2002-01-21  Fred Fish  <fnf@redhat.com>
15646
15647         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15648         optionally accept the "shlib events" variation.
15649
15650 2002-01-21  Jim Blandy  <jimb@redhat.com>
15651
15652         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15653         call `fflush' after every `printf', so that the output is produced
15654         at predictable points, regardless of whatever buffering does (or
15655         doesn't) take place.
15656         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15657         at different points.
15658
15659 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
15660
15661         * gdb.c++/inherit.exp: Update copyright years.
15662         * gdb.c++/method.exp: Likewise.
15663
15664 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
15665
15666         * gdb.c++/classes.exp: Update for improved v3 support and skipping
15667         artificial methods/arguments.
15668         * gdb.c++/derivation.exp: Likewise.
15669         * gdb.c++/inherit.exp: Likewise.
15670         * gdb.c++/method.exp: Likewise.
15671         * gdb.c++/virtfunc.exp: Likewise.
15672
15673 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
15674
15675         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15676         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15677         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15678         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15679         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15680         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15681
15682 2002-01-17  Jim Blandy  <jimb@redhat.com>
15683
15684         * gdb.asm/asm-source.exp (info symbol): Take another shot at
15685         anchoring the pattern matching the entry point symbol's name.
15686
15687 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
15688
15689         * gdb.base/maint.exp: Update ``maint internal-error'' to match
15690         continue/quit query.  Update copyright.
15691
15692 2002-01-14  Michael Snyder  <msnyder@redhat.com>
15693
15694         * gdb.base/gcore.exp: Remove extra debugging output.
15695
15696 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
15697
15698         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15699         for slightly dubious v2 mangled string.
15700
15701 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
15702
15703         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15704
15705 2002-01-10  Jason Merrill  <jason@redhat.com>
15706
15707         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15708
15709         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15710         constructors.
15711         * gdb.c++/derivation.exp: Likewise.
15712         * gdb.c++/templates.exp: Likewise.
15713         * gdb.c++/virtfunc.exp: Likewise.
15714
15715 2002-01-10  Michael Snyder  <msnyder@redhat.com>
15716
15717         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15718
15719 2002-01-08  Michael Snyder  <msnyder@redhat.com>
15720
15721         * gdb.base/gcore.exp: New test for generate-core-file command.
15722         * gdb.base/gcore.c: Testcase for above.
15723         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15724
15725 2002-01-08  Jason Merrill  <jason@redhat.com>
15726
15727         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15728
15729 2002-01-07  Fred Fish  <fnf@redhat.com>
15730
15731         * gdb.c++/overload.exp: Remove unconditional xfails for:
15732         print foo_instance1.overloadargs(1)
15733         print foo_instance1.overloadargs(1, 2)
15734         print foo_instance1.overloadargs(1, 2, 3)
15735         print foo_instance1.overloadargs(1, 2, 3, 4)
15736         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15737         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15738         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15739         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15740         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15741         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15742         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15743         print foo_instance1.overload1arg()
15744         print foo_instance1.overload1arg((char)arg2)
15745         print foo_instance1.overload1arg((signed char)arg3)
15746         print foo_instance1.overload1arg((unsigned char)arg4)
15747         print foo_instance1.overload1arg((int)arg7)
15748         print foo_instance1.overload1arg((unsigned int)arg8)
15749         print foo_instance1.overload1arg((float)arg11)
15750         print foo_instance1.overload1arg((double)arg12)
15751
15752 2002-01-07  Michael Snyder  <msnyder@redhat.com>
15753
15754         * gdb.base/huge.exp: New test.  Print a very large target data object.
15755         (skip_huge_test): New test variable.  Define if you want to skip this
15756         test.  The test reads an 8 megabyte data object from the target, so it
15757         might be very time consuming on remote targets with a slow connection.
15758         * gdb.base/huge.c: New file.  Test case for above.
15759
15760 2002-01-07  Fred Fish  <fnf@redhat.com>
15761
15762         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15763         g_instance.bfoo, and g_instance.cfoo.
15764
15765 2002-01-07  Jeffrey A Law  <law@redhat.com>
15766
15767         * gdb.base/break.c (multi_line_if_conditional): New function.
15768         (multi_ilne_while_conditional): Likewise.
15769         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15770         IF or WHILE condition puts the breakpoint at the start of
15771         the condition.
15772
15773         * gdb.base/selftest.exp (backtrace through signal handler): Remove
15774         hppa*-*-hpux* expected failure.
15775         * gdb.base/structs.exp (do_function_calls): Similarly.
15776
15777         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15778         watchpoints.
15779
15780 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
15781
15782         Fix PR gdb/66.
15783         * gdb.base/structs.exp: Replace skip for a29k with skip for
15784         gdb,cannot_call_functions.
15785         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15786         * gdb.base/callfuncs.exp: Ditto.
15787         * gdb.base/call-rt-st.exp: Ditto.
15788         * gdb.base/call-strs.exp: Ditto.
15789         * gdb.base/callfwmall.exp: Ditto.
15790         * gdb.base/scope.exp: Obsolete xfail a29k.
15791         * gdb.c++/misc.exp: Ditto.
15792         * gdb.c++/cplusfuncs.exp: Ditto.
15793         * gdb.base/ptype.exp: Ditto.
15794         * gdb.base/printcmds.exp: Ditto.
15795         * gdb.base/opaque.exp: Ditto.
15796         * gdb.base/list.exp: Ditto.
15797         * gdb.base/funcargs.exp: Ditto.
15798         * gdb.base/default.exp: Ditto.
15799
15800 2002-01-04  Michael Snyder  <msnyder@redhat.com>
15801
15802         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15803         * gdb.base/maint.exp: Add tests for maint info sections options.
15804
15805 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
15806
15807         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15808
15809 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
15810
15811         * gdb.asm/arm.inc: New file.
15812         * gdb.asm/asm-source.exp: Add arm targets.
15813         * gdb.asm/configure.in: Ditto.
15814         * gdb.asm/configure: Recreated from configure.in.
15815
15816 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
15817
15818         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15819         with HP's compiler.
15820         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15821         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15822         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15823         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15824
15825         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15826         either HP's compilers or GCC.
15827
15828         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15829         a SIGBUS or SIGSEGV.
15830
15831         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15832
15833         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15834         can be compiled with either HP's compiler or GCC.
15835
15836         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15837         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15838         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15839
15840         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15841         to match current gdb output.  Update due to using auto-solib-limit
15842         for limiting instead of overloading auto-solib-add.
15843         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15844         test program.
15845
15846         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15847         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15848         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15849         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15850         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15851         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15852         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15853         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15854         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15855         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15856         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15857         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15858         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
15859
15860         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15861         a SIGTRAP to the inferior.
15862
15863 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
15864
15865         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15866         Substitute call to target_link by call to gdb_compile.
15867
15868 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
15869
15870         * gdb.base/break.exp: Fix HP specific search string when testing
15871         backtracing in a called function.
15872
15873         * gdb.base/constvars.exp: Only set lang to C++ if we're
15874         compiling the test with HP's compilers.
15875         * gdb.base/volatile.exp: Similarly.
15876
15877 2001-12-19  Jim Blandy  <jimb@redhat.com>
15878
15879         * gdb.base/printcmds.exp: Expect the null character to be printed
15880         as '\0', and the '\013' to be printed as '\v'.
15881         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15882         * gdb.base/setvar.exp: Same.
15883
15884 2001-12-17  Jim Blandy  <jimb@redhat.com>
15885
15886         * gdb.base/completion.exp: Rather than completing very long
15887         filenames, which can make the readline library produce output we
15888         don't recognize, cd to the directory first, and then complete
15889         using nice, short relative paths.
15890
15891         * gdb.base/completion.exp: On some systems, there is, in fact, a
15892         variable named `b' in scope, since GDB treats all static
15893         variables as being in scope.  So use `no_var_named_this'
15894         instead of `b'.
15895
15896         * gdb.base/corefile.exp: Recognize the message saying that GDB
15897         can't find the core file's registers as a failure.
15898
15899 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
15900
15901         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
15902         test expect string more specific.
15903
15904 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
15905
15906         * gdb.asm/asm-source.exp: Add support for xstormy16.
15907         * gdb.asm/configure.in: Ditto.
15908         * gdb.asm/configure: Rebuild.
15909         * gdb.asm/xstormy16.inc: New file.
15910
15911 2001-12-10  Fred Fish  <fnf@redhat.com>
15912
15913         * gdb.base/maint.exp: Update to match changes in type dumping code.
15914
15915 2001-12-10  Jim Blandy  <jimb@redhat.com>
15916
15917         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
15918         matching the entry point symbol's name at the beginning of the
15919         line.
15920
15921 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
15922
15923         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
15924         gdb.c++/inherit.exp, gdb.c++/method.exp,
15925         gdb.c++/namespace.exp, gdb.c++/templates.exp,
15926         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
15927         and class layout support.
15928
15929 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
15930
15931         * gdb.c++/classes.exp: Add test for static member function.
15932         * gdb.c++/misc.cc: Add class with static member function.
15933
15934 2001-12-07  Jim Blandy  <jimb@redhat.com>
15935
15936         If GDB says it can't find the struct the function returned, report
15937         those tests as `unsupported'.
15938         * gdb.base/call-rt-st.exp (print_struct_call): New function.
15939         Rewrite subsequent tests to use it.
15940
15941         If GDB says it can't find the struct the function returned, report
15942         those tests as `unsupported'.
15943         * gdb.base/structs.exp (call_struct_func): New function.
15944         (do_function_calls): Use call_struct_func to call the functions
15945         returning structs.
15946
15947         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
15948         whether functions are prototyped or not, so we can't possibly pass
15949         arguments to t_float_values2 properly.
15950
15951         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
15952         value of `timeout' for targets other than the mips*tx39-*.
15953
15954 2001-12-06  Michael Snyder  <msnyder@redhat.com>
15955
15956         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
15957         and detect whether the start symbol has a leading underscore.
15958
15959 2001-12-04  Jim Blandy  <jimb@redhat.com>
15960
15961         * gdb.base/completion.exp: Clarify indentation.
15962
15963 2001-12-03  Jim Blandy  <jimb@redhat.com>
15964
15965         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
15966         variables on the S/390, not `.word'.
15967
15968 2001-11-30  Jim Blandy  <jimb@redhat.com>
15969
15970         Add assembly-source tests for s390-ibm-linux.
15971         * gdb.asm/s390.inc: New file.
15972         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
15973         the S/390 architecture.
15974         * gdb.asm/configure: Regenerated.
15975
15976 2001-11-30  Michael Snyder  <msnyder@redhat.com>
15977
15978         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
15979         next, info source, info sources, info line, global and static
15980         variables, and static functions.
15981         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
15982         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
15983         * gdb.asm/asmsrc1.s: Add a static function and some variables.
15984         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
15985         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
15986         (gdbasm_leave): Restore frame pointer.
15987         (gdbasm_startup): Copy stack set-up from crt0.S.
15988
15989 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
15990
15991         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
15992         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
15993         to a local (non-static) variable. Copy tstruct.a to a static buffer
15994         and return a pointer to that buffer.
15995         * gdb.base/callfwmall.c (t_structs_a): Ditto.
15996
15997 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
15998
15999         * gdb.asm/configure.in: Fix recognition of ix86 target.
16000         * gdb.asm/configure: Regenerate.
16001
16002 2001-11-21  Michael Snyder  <msnyder@redhat.com>
16003
16004         * gdb.asm/sparc.inc: New file.
16005         * gdb.asm/asm-source.exp: Recognize sparc target.
16006         * gdb.asm/configure.in: Recognize sparc target.
16007         * gdb.asm/configure: Regenerate.
16008
16009 2001-11-21  Michael Snyder  <msnyder@redhat.com>
16010
16011         * gdb.asm/m32r.inc: New file.
16012         * gdb.asm/asm-source.exp: Recognize m32r target.
16013         * gdb.asm/configure.in: Recognize m32r target.
16014         * gdb.asm/configure: Regenerate.
16015
16016 2001-11-20  Michael Snyder  <msnyder@redhat.com>
16017
16018         * gdb.asm/i386.inc: New file.
16019         * gdb.asm/asm-source.exp: Recognize ix86 target.
16020         * gdb.asm/configure.in: Recognize ix86 target.
16021         * gdb.asm/configure: Regenerate.
16022
16023         * gdb.c++/namespace.exp: Fix quotes in output messages.
16024
16025 2001-11-14  Michael Snyder  <msnyder@redhat.com>
16026
16027         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
16028         qualifier in a type cast expression, to designate an address
16029         in the instruction space (Harvard architecture).
16030
16031 2001-11-13  Michael Snyder  <msnyder@redhat.com>
16032
16033         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16034         Tests for expressions using 'const' and 'volatile'.
16035
16036 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
16037
16038         * gdb.asm/asm-sources.exp: Allow defining linker flags.
16039
16040 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
16041
16042         * lib/mi-support.exp (mi_run_to_helper): Move comments
16043         outside of gdb_expect.
16044
16045 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
16046
16047         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16048         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16049         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16050         mi0_run_to): New functions.
16051         * gdb.mi/mi-simplerun.exp: Use them.
16052         * gdb.mi/mi0-simplerun.exp: Likewise.
16053         * gdb.mi/mi-var-cmd.exp: Likewise.
16054         * gdb.mi/mi0-var-cmd.exp: Likewise.
16055
16056 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
16057
16058         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16059         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16060
16061 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
16062
16063         * gdb.base/restore.exp: Include $expected value in restored test
16064         message.
16065
16066 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
16067
16068         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16069         implemented.
16070
16071 2001-11-08  Michael Snyder  <msnyder@redhat.com>
16072
16073         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16074         Add pass/fail message for stop at breakpoint in call dummy function.
16075
16076 2001-11-07  Michael Snyder  <msnyder@redhat.com>
16077
16078         * gdb.c++/templates.exp (test_template_breakpoints):
16079         If we get an overload menu, but it does not match what
16080         we expect, we still need to issue the "cancel" command.
16081         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16082         making the whitespace optional.  Argument for "new" may be
16083         "unsigned" as well as "unsigned int/long".
16084         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16085         making the whitespace optional.  Also replace "(void) with
16086         "((void|)), making the keyword "void" optional.
16087         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16088         making the whitespace optional.  Also replace "(void) with
16089         "((void|)), making the keyword "void" optional.
16090         * gdb.base/callfuncs.c (t_float_values): This function must
16091         _not_ be prototyped, and the following function (t_float_values2)
16092         must be prototyped (if the compiler supports it), so that GDB
16093         can be tested against both cases.  Usually one case involves
16094         promotion of float to double, while the other does not.
16095         * gdb.base/callfwmall.c: Ditto.
16096         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16097         includes a stack frame for "start".
16098
16099 2001-11-05  Jim Blandy  <jimb@redhat.com>
16100
16101         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
16102         pointers are 32 bits long, and that offsets of relocs are always
16103         stored in the data (REL-style), and not in the reloc entry itself
16104         (RELA-style).
16105         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16106         stabs.
16107
16108 2001-11-01  Michael Snyder  <msnyder@redhat.com>
16109
16110         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16111         and regular expression operators by using quoting.
16112
16113 2001-10-31  Michael Snyder  <msnyder@redhat.com>
16114
16115         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16116         depending on what the symbol table contains.
16117         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16118         the output of the ptype command.  Similarly, accept both "const &"
16119         and "const&".
16120
16121 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
16122
16123         * gdb.base/miscexprs.c (main): Add usage of preprocessor
16124         symbol `STORAGE' to allow to choose the storage class of
16125         the local datastructures.
16126         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16127         compiler directive.
16128
16129 2001-10-30  Michael Snyder  <msnyder@redhat.com>
16130
16131         * gdb.base/jump.exp: Allow it to run for all targets.
16132
16133 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
16134
16135         * gdb.base/call-ar-st.c (print_double_array): Match for loop
16136         with new double_array size.
16137         (main): Change storage class of all local variables to static.
16138         Reduce size of double_array to 9.
16139         * gdb.base/call-ar-st.exp:  Increase timeout value.
16140         Change expected output for double array to match new size in
16141         call-ar-st.c.
16142
16143 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
16144
16145         * gdb.base/ending-run.exp: Create identical output when passing
16146         `step to end of run' case.  Add regular expression branch satisfying
16147         Stormy16 target.
16148
16149 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
16150
16151         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16152         that we catch the expected failure under Linux/x86.
16153
16154 2001-10-29  Orjan Friberg  <orjanf@axis.com>
16155
16156         * gdb.base/setvar.exp: Escape curly braces.
16157         * gdb.stabs/weird.exp: Ditto.
16158
16159 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
16160
16161         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16162         * gdm.mi/mi0-hack-cli.exp: Likewise.
16163
16164 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
16165
16166         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16167         messages.
16168
16169 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
16170
16171         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16172         checking MI enabled.
16173
16174 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
16175
16176         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16177
16178 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
16179
16180         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16181         if gdb child process crashes, just signal an error.
16182
16183 2001-10-02  Jim Blandy  <jimb@redhat.com>
16184
16185         * lib/gdb.exp (test_xfail_format): Simplify.
16186
16187         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16188         front of the variable name `format'.  Simplify `if'.
16189
16190 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
16191
16192         * gdb.threads/pthreads.exp: Wait for output and delay
16193         before sending ^C.
16194
16195 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
16196
16197         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
16198         some incorrect output instead of timing out.
16199         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
16200
16201 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
16202
16203         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16204         check to allow additional `int'.
16205
16206 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
16207
16208         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16209         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16210
16211 2001-09-27  Michael Snyder  <msnyder@redhat.com>
16212
16213         * lib/gdb.exp (test_debug_format): New proc.
16214         (setup_xfail_format): Use new proc test_debug_format.
16215         * gdb.base/constvars.exp (local_compiler_xfail_check): New
16216         proc; use new service proc test_debug_format.
16217         Replace all other "gcc_compiled" tests with this test.
16218         * gdb.base/volatile.exp (local_compiler_xfail_check): New
16219         proc; use new service proc test_debug_format.
16220         Replace all other "gcc_compiled" tests with this test.
16221
16222 2001-09-27  Michael Snyder  <msnyder@redhat.com>
16223
16224         * gdb.base/cvexpr.exp: New file.
16225         * gdb.base/cvexpr.c: New file
16226         Test for expressions using const and volatile keywords.
16227
16228 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
16229
16230         * gdb.base/constvars.exp: Check for different orders of keywords
16231         and additional "int" strings in output.
16232
16233 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
16234
16235         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16236         responses from "help maint".
16237
16238 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
16239
16240         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16241         to localhost:NNN instead of :NNN, in case Xvfb is listening
16242         only on TCP.
16243
16244 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
16245
16246         * gdb.base/recurse.exp: When checking leaving the watchpoint
16247         scope, recognize when gdb is in function's epilogue and pass.
16248
16249 2001-09-18  Keith Seitz  <keiths@redhat.com>
16250
16251         * lib/insight-support.exp (_gdbtk_export_target_info): Add
16252         support for running tests against sid targets.
16253         (gdbtk_done): Ditto.
16254
16255 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
16256
16257         * gdb.base/ending-run.c (main): Set stdout buffersize
16258         to the same reasonable value for any target.
16259         * gdb.base/ending-run.exp: Add a regular expression
16260         to make testsuite happy on Sanyo Stormy16 target.
16261
16262 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
16263
16264         * gdb.base/display.c (do_loops): Add float variable `f'.
16265         Increment f in loop.
16266         * gdb.base/display.exp: Increment timeout by 60 seconds.
16267         Change float display test to use variable `f'.
16268
16269 2001-09-17  Jim Blandy  <jimb@redhat.com>
16270
16271         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16272         overflowing the limited breakpoint tables on some ROM monitors
16273         (like the ROM68K).
16274
16275 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
16276
16277         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16278         the "-ac" (disable access control) flag.
16279
16280 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
16281
16282         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16283         ints.
16284
16285 2001-08-30  Keith Seitz  <keiths@redhat.com>
16286
16287         * lib/gdb.exp: Move all insight-related functionality into
16288         separate file.
16289         * lib/insight-support.exp: New file.
16290
16291 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
16292
16293         * config/sid.exp (sid_start): Never set sid verbosity; disable
16294         expect_background {} that consumed its stdout; tolerate </dev/null.
16295         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
16296
16297 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
16298
16299         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16300         CLI jump command to start it.
16301         (mi_run_to_main): Fail immediatly when unexpected output.
16302
16303 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
16304
16305         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16306         beginning of function.  Fix PR gdb/191.
16307
16308 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
16309
16310         * config/sid.exp (sid_start): Don't warn if we cannot figure out
16311         what to force sid endianness to.
16312
16313 2001-08-15  Keith Seitz  <keiths@redhat.com>
16314
16315         * lib/gdb.exp (gdbtk_start): Don't set environment
16316         variables for TCL_LIBRARY and friends. Insight will
16317         now figure these out for itself.
16318
16319 2001-08-02  Michael Snyder  <msnyder@redhat.com>
16320
16321         * gdb.base/completion.exp: Remove the symbol "a64l" from
16322         the expect string; this is target-specific, and not related
16323         to what is being tested.
16324
16325 2001-08-02  Dave Brolley  <brolley@redhat.com>
16326
16327         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16328
16329 2001-07-25  Michael Snyder  <msnyder@redhat.com>
16330
16331         * gdb.base/consecutive.exp: New file.  Test stepping over
16332         breakpoints on consecutive instructions.
16333         * gdb.base/consecutive.c: New file.
16334
16335         * gdb.base/call-rt-st.exp: Use double-backslash to quote
16336         curly braces in regular expressions.
16337
16338 2001-07-25  Michael Snyder  <msnyder@redhat.com>
16339
16340         * gdb.base/ending-run.exp: Accept "Program exited normally" as
16341         legitimate output from stepping out of main.
16342
16343 2001-07-22  Keith Seitz  <keiths@redhat.com>
16344
16345         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16346         the empty string, do not run the tests.
16347
16348 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16349
16350         * gdb.base/long_long.exp: Detect size of pointer.  Take into
16351         account 2-byte pointers when testing for p/a results.
16352
16353 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16354
16355         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16356         and defined to 1K for m68hc11.
16357         (random_data): Reduce table to 1K for embedded platforms (68hc11).
16358         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16359         (sizeof_random_data): New variable to tell the size of the data table;
16360         don't test past this size; always run to main.
16361
16362 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16363
16364         * gdb.base/return2.exp: return of long long and double fails for
16365         68HC11; don't execute these tests on that platform.
16366         * gdb.base/return.exp: Return of a double fails for 68hc11.
16367
16368 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16369
16370         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16371         tests that print a float.
16372         * call-rt-st.exp: Likewise.
16373
16374 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
16375
16376         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16377         running this test on Linux.
16378
16379 2001-06-24  Michael Chastain  <chastain@redhat.com>
16380
16381         * gdb.base/arithmet.exp: Remove some tests to make all test names
16382         unique.
16383
16384 2001-07-03  Michael Snyder  <msnyder@redhat.com>
16385
16386         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16387         the output of the ptype command.
16388
16389 2001-07-02  Michael Snyder  <msnyder@redhat.com>
16390
16391         * gdb.base/completion.exp: Don't assume that break.c is the only
16392         source file that may contain functions named "marker".
16393         * gdb.base/corefile.exp: Quote the curly braces in regexp.
16394
16395 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
16396
16397         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16398         of files to delete.
16399
16400         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16401         * gdb.disasm/h8300s.exp: New file.
16402         gdb.disasm/h8300s.s: Likewise.
16403
16404 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
16405
16406         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16407         empty breakpoint tables.
16408
16409 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
16410
16411         * lib/mi-support.exp: Update args=... part of stop-reason
16412         patterns. Accept either a list or a tuple.
16413
16414 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
16415
16416         * lib/mi-support.exp: Remove local emacs variable defining
16417         change-log-default-name.
16418
16419 2001-06-22  Michael Chastain  <chastain@redhat.com>
16420
16421         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16422         This is operationally compatible with the previous version.
16423
16424 2001-06-13  Jim Blandy  <jimb@redhat.com>
16425
16426         * lib/gdb.exp (gdb_test): Doc fix.
16427
16428 2001-06-10  Michael Chastain  <chastain@redhat.com>
16429
16430         * gdb.base/exprs.exp: Remove a duplicate test.
16431
16432 2001-06-06  Jim Blandy  <jimb@redhat.com>
16433
16434         * gdb.base/return2.exp (main): Use values to test float and double
16435         returns that are not NaN's, to avoid being confused by IEEE
16436         comparison rules.
16437
16438 2001-06-04  Michael Snyder  <msnyder@redhat.com>
16439
16440         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16441         non-zero if control_c fails.  Terminate the test on failure,
16442         rather than wait for 12 more tests to time out.
16443
16444 2001-06-06  Jim Blandy  <jimb@redhat.com>
16445
16446         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16447         Don't forget to match the GDB prompt.
16448
16449         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16450
16451 2001-06-04  Jim Blandy  <jimb@redhat.com>
16452
16453         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16454         command.
16455
16456 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
16457
16458         * gdb.base/annota1.exp (info break): Match four or more spaces
16459         after "Address".
16460
16461 2001-05-31  Michael Chastain  <chastain@redhat.com>
16462
16463         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16464         (dm_type_int_star): Likewise.
16465         (dm_type_long_star): Likewise.
16466         (dm_type_void_star): Likewise.
16467
16468 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
16469
16470         * gdb.base/completion.exp (INPUTRC): Set this environment variable
16471         to a known value in order to get consistent results regardless
16472         of the setting of INPUTRC or the presence or contents of .inputrc.
16473
16474 2001-05-24  Michael Snyder  <msnyder@redhat.com>
16475
16476         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16477         Don't require that the main thread and the manager thread are the
16478         first in the list.
16479
16480         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16481         debugging.  If test fails, issue an "unsupported" not a "fail".
16482
16483 2001-05-24  Jim Blandy  <jimb@redhat.com>
16484
16485         Don't assume that short is shorter than int.
16486         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16487         assume that shorts are smaller than ints.  On a 16-bit machine,
16488         this isn't true.
16489         ("print unsigned char == (~0)"): Add test that verifies that ~0,
16490         an int, is not equal to ~0 stored in an unsigned char.  This tests
16491         the same thing that the previous test meant to, but works on
16492         16-bit machines, too.
16493         ("print unsigned char != (~0)"): Same test, complemented.
16494
16495 2001-05-24  Michael Snyder  <msnyder@redhat.com>
16496
16497         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16498         test for (full_coverage == 0).  This makes the test run faster,
16499         and prevents dejagnu getting out of step.
16500
16501 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
16502
16503         * gdb.base/finish.exp (finish_void): Revise pattern for
16504         stopping on the call statement to not permit stopping at
16505         the start of the instructions comprising the call sequence.
16506
16507 2001-05-19  Michael Chastain  <chastain@redhat.com>
16508
16509         * gdb.base/callfuncs.exp: Make all test names unique.
16510         * gdb.base/commands.exp: Make all test names unique.
16511         * gdb.base/condbreak.exp: Make all test names unique.
16512         * gdb.base/dbx.exp: Make all test names unique.
16513         * gdb.base/default.exp: Make all test names unique.
16514         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
16515         and TIMEOUT messages to their corresponding PASS message.
16516         * gdb.base/ending-run.exp: Make all test names unique.
16517         * gdb.base/long_long.exp: Remove duplicate test.
16518
16519 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
16520
16521         * gdb.base/finish.exp (finish_void): Allow "finish" command to
16522         stop on the call statement as well as the statement after the
16523         call.
16524
16525 2001-05-21  Michael Snyder  <msnyder@redhat.com>
16526
16527         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16528
16529 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
16530
16531         * gdb.base/completion.exp: Revamp test. Make it execute on all
16532         platforms.
16533
16534 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
16535
16536         * config/gdbserver.exp (gdb_load): Handle the case
16537         in which the arguments to gdbserver are given in the
16538         baseboard configuration file.
16539         Also handle the case in which the server needs to do a
16540         load.
16541
16542 2001-05-07  Keith Seitz <keiths@cygnus.com>
16543
16544         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16545         set up the display for testing.
16546         (gdbtk_start): Convert all paths to paths that tcl will like.
16547         Export target information to environment.
16548         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16549         necessary.
16550         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16551         (to_tcl_path): New proc to convert a given pathname into
16552         a path acceptible as an argument to a tcl command.
16553         (_gdbtk_export_target_info): New proc to export target info
16554         into the environment for gdbtk testing.
16555         (gdbtk_done): New proc to signal end-of-test.
16556
16557 2001-05-06  Jim Blandy  <jimb@redhat.com>
16558
16559         * restore.c: Make the code of caller0 correspond to its comment.
16560
16561 2001-05-03  Michael Snyder  <msnyder@redhat.com>
16562
16563         * config/sid.exp (gdb_target_sid): Check for error messages.
16564         On error or timeout, don't make expect exit (which will terminate
16565         all subsequent tests); instead just make gdb exit.
16566         (gdb_load): Check for error messages.  On error or timeout,
16567         return a negative value.
16568
16569 2001-04-24  Jim Blandy  <jimb@redhat.com>
16570
16571         * gdb.c++/templates.exp: If we see the prompt for the overload
16572         list, but we haven't recognized any of the longer patterns,
16573         arrange for this test to fail, not hang.
16574
16575         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16576         variations.
16577
16578 2001-04-22  Michael Chastain  <chastain@redhat.com>
16579
16580         * gdb.c++/local.exp: Use the 'runto' library function.
16581         * gdb.c++/namespace.exp: Likewise.
16582         * gdb.c++/overload.exp: Likewise.
16583
16584 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
16585
16586         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16587         * gdb.base/step-line.exp: New file.  Test step/next in presence of
16588         #line directives.
16589         * gdb.base/step-line.c: New file.  Test program for the above.
16590         * gdb.base/step-line.inp: New file.  We pretend that this file has
16591         been transformed by some other tool into step-line.c.
16592
16593 2001-03-21  Jim Blandy  <jimb@redhat.com>
16594
16595         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16596         unmangled operator names.
16597
16598 2001-03-20  Jim Blandy  <jimb@redhat.com>
16599
16600         * gdb.threads/linux-dp.exp: Recognize an additional message
16601         generated by GDB when it doesn't understand how to debug threads
16602         on the target system.
16603
16604 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
16605
16606         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16607
16608 2001-03-12  Michael Chastain  <chastain@redhat.com>
16609
16610         * gdb.c++/derivation.exp: Use the 'runto' library function.
16611
16612 2001-03-12  Michael Chastain  <chastain@redhat.com>
16613
16614         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16615
16616 2001-02-24  Michael Chastain  <chastain@redhat.com>
16617
16618         * gdb.c++/ref-types.exp: Change handwritten code to library
16619         function 'runto'.
16620
16621 2001-03-16  Orjan Friberg  <orjanf@axis.com>
16622
16623         * gdb.base/signals.exp: Set count to 0 explicitly.
16624
16625 2001-03-15  Mark Salter  <msalter@redhat.com>
16626
16627         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16628         (gdb_target_monitor): Add check of gdb_target_cmd return value.
16629         (gdb_load): Add support for additional target_info: gdb_download_size
16630         and gdb_load_timeout.
16631
16632 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
16633
16634         * gdb.base/annota1.exp: Move test of isnative to earlier in the
16635         file -- to prevent failing when the compile fails but we have no
16636         intention of running the tests anyway.
16637
16638         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16639         tests if set.
16640
16641         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16642         integers.
16643
16644         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16645         * gdb.c++/namespace.exp: Ditto.
16646
16647 2001-03-07  Orjan Friberg  <orjanf@axis.com>
16648
16649         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16650         * gdb.base/pointers.exp: Relax pattern match of decimals.
16651
16652 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
16653
16654         * Makefile.in, config/abug.exp, config/cfdbug.exp,
16655         config/cpu32bug.exp, config/dve.exp, config/est.exp,
16656         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16657         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16658         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16659         config/sh.exp, config/sid.exp, config/slite.exp,
16660         config/sparclet.exp, config/udi.exp, config/unknown.exp,
16661         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16662         config/vxworks.exp, config/vxworks29k.exp,
16663         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16664         gdb.base/all-bin.exp, gdb.base/annota1.exp,
16665         gdb.base/arithmet.exp, gdb.base/assign.exp,
16666         gdb.base/async.exp, gdb.base/attach.exp,
16667         gdb.base/bitfields.exp, gdb.base/bitops.exp,
16668         gdb.base/break.exp, gdb.base/call-ar-st.exp,
16669         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16670         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16671         gdb.base/commands.exp, gdb.base/completion.exp,
16672         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16673         gdb.base/constvars.exp, gdb.base/corefile.exp,
16674         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16675         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16676         gdb.base/ending-run.exp, gdb.base/environ.exp,
16677         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16678         gdb.base/finish.exp, gdb.base/foll-exec.exp,
16679         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16680         gdb.base/funcargs.exp, gdb.base/help.exp,
16681         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16682         gdb.base/logical.exp, gdb.base/long_long.exp,
16683         gdb.base/maint.exp, gdb.base/mips_pro.exp,
16684         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16685         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16686         gdb.base/pointers.exp, gdb.base/printcmds.exp,
16687         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16688         gdb.base/regs.exp, gdb.base/relational.exp,
16689         gdb.base/remote.exp, gdb.base/reread.exp,
16690         gdb.base/restore.exp, gdb.base/return2.exp,
16691         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16692         gdb.base/selftest.exp, gdb.base/setshow.exp,
16693         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16694         gdb.base/sigall.exp, gdb.base/signals.exp,
16695         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16696         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16697         gdb.base/step-test.exp, gdb.base/structs.c,
16698         gdb.base/structs.exp, gdb.base/structs2.exp,
16699         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16700         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16701         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16702         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16703         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16704         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16705         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16706         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16707         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16708         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16709         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16710         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16711         gdb.fortran/types.exp, gdb.java/jmisc.exp,
16712         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16713         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16714         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16715         gdb.trace/circ.exp, gdb.trace/collection.exp,
16716         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16717         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16718         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16719         gdb.trace/report.exp, gdb.trace/save-trace.exp,
16720         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16721         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16722         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16723         notices.
16724
16725 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
16726
16727         * gdb.base/varargs.c (find_max_double): Fix printf format string:
16728         first arg is int not float.
16729
16730 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
16731
16732         * gdb.base/reread.exp: Unsupported for non-native targets;
16733         doesn't work for remote debugging.
16734
16735 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
16736
16737         From  Drew Moseley  <dmoseley@redhat.com>
16738         * gdb.base/ending-run.exp: Properly handle the BSP state when
16739         stepping past the end of main.
16740
16741 2001-02-19  John Moore  <jmoore@redhat.com>
16742
16743         * gdb.base/commands.exp (infrun_breakpoint_command_test):
16744         Converted HPUX fix for non-expected items following multiple
16745         step commands into general solution for all platforms.
16746
16747 2001-02-18  Michael Chastain  <chastain@redhat.com>
16748
16749         * gdb.c++/classes.exp (do_tests): Change runto statements
16750         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
16751         statements demangler agnostic.
16752         * gdb.c++/virtfunc.exp (do_tests): Likewise.
16753         (gdb_virtfunc_restart): Likewise.
16754
16755 2001-02-14  Michael Chastain  <chastain@redhat.com>
16756
16757         * gdb.c++/inherit.exp (do_tests): Change runto statements
16758         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
16759         statements demangler agnostic.
16760
16761 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
16762
16763         * gdb.threads/pthreads.exp: Unify pass/fail messages for
16764         ``continue to bkpt at common_routine in thread 2'' and ``stopped
16765         before calling common_routine 15 times'' tests.
16766
16767 2001-02-11  Michael Chastain  <chastain@redhat.com>
16768
16769         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16770         Helps the test script figure out which demangler is in use.
16771         (dm_type_foo_ref): Ditto.
16772         (dm_type_int_star): Ditto.
16773         (dm_type_long_star): Ditto.
16774         (dm_type_unsigned_int): Ditto.
16775         (dm_type_void): Ditto.
16776         (dm_type_void_star): Ditto.
16777         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16778         Probe the gdb demangler and set variables to accommodate
16779         formatting differences.
16780         (info_func_regexp): New function.  Same as info_func, but
16781         matches against a regexp.
16782         (info_func): Match against a literal string.
16783         (print_addr_2): New function.  Match against a literal string,
16784         which can be different from the input to gdb.
16785         (print_addr): Simply call print_addr_2 with the same argument twice.
16786         (test_lookup_operator_functions): Use demangler formatting variables.
16787         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
16788         the tests in the same order as the C++ class declaration.
16789         (test_paddr_operator_functions): Ditto.
16790         (test_paddr_overloaded_functions): Ditto.
16791         (test_paddr_hairy_functions): Use demangler formatting variables.
16792         Add reference to gdb/19 for related tests.
16793         (do_tests): Call probe_demangler.
16794
16795 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
16796
16797         * gdb.c++/templates.cc (printf): Remove unused function definition.
16798
16799 2001-01-26  Felix Lee  <flee@redhat.com>
16800
16801         * sid.exp (sid_exit): Pass host, not target, to remote_close.
16802
16803 2001-01-25  matthew green  <mrg@redhat.com>
16804
16805         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16806         up sid.
16807         (sid_exit): Call `remote_pop_conn' after GDB is gone.
16808
16809 2001-01-25  matthew green  <mrg@redhat.com>
16810
16811         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16812         Deprecate $sid_spawn_id.
16813         (sid_exit): Remove code necessary only for `spawn.'
16814
16815 2001-01-25  matthew green  <mrg@redhat.com>
16816
16817         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16818
16819 2001-01-28  Michael Chastain  <chastain@redhat.com>
16820
16821         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16822         to call when tests fail.  It takes gdb out of the overloaded
16823         function choice menu back to the main prompt, so that the test
16824         program stays synchronized.
16825         (set_bp_overloaded): New proc to collect all the common
16826         code for setting a breakpoint on an overloaded name.  Calls
16827         take_gdb_out_of_choice_menu when needed.
16828         (menu_overload1arg): New variable to collect the repeated
16829         instances of the expected menu for an overloaded name.  Change
16830         the regular expression to handle changes in g++ type encoding:
16831         "void" can be either "void" or "", and "unsigned int" can be
16832         either "unsigned int" or "unsigned".
16833         (continue_to_bp_overloaded): Change regular expressions to handle
16834         changes in g++ type encoding.
16835         (no proc): Call take_gdb_out_of_choice_menu when needed.
16836         Remove redundant calls to "info break".  Accept either "canceled"
16837         or "cancelled".  Change regular expressions in "info break"
16838         calls to handle changes in g++ type encoding.  Give all tests
16839         unique strings.
16840
16841 2001-01-17  Ben Elliston  <bje@redhat.com>
16842
16843         * config/sid.exp: New file.
16844
16845 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
16846
16847         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16848
16849 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
16850
16851         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16852         Add a RE to accept a non-ascii char if one is ever presented.
16853
16854 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
16855
16856         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16857
16858 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
16859
16860         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
16861         in regexp.  One '\' does not suffice on Linux.
16862
16863 2000-12-09  Michael Chastain  <chastain@redhat.com>
16864
16865         * gdb.base/break.exp (test_clear_command): Use a marker function
16866         rather than 'main' for the test function.  Also move this
16867         test to an execution point where the marker function names are
16868         guaranteed to be bound to functions.  (Executing tests after a
16869         'finish' from main runs into name conflicts with local names
16870         in __libc_start_main).
16871
16872 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
16873
16874         * gdb.base/finish.exp: New test for gdb's "finish" command.
16875         * gdb.base/return2.exp: New test for gdb's "return" command.
16876         * gdb.base/return2.c: New source file for above.
16877
16878 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
16879
16880         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16881         * gdb.base/miscexprs.exp: Ditto.
16882         * gdb.base/pointers.exp:  Ditto.
16883         * gdb.c++/derivation.exp: Ditto.
16884         * gdb.c++/local.exp:      Ditto.
16885         * gdb.c++/namespace.exp:  Ditto.
16886         * gdb.c++/overload.exp:   Ditto.
16887         * gdb.c++/ref-types.exp:  Ditto.
16888
16889 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
16890
16891         * gdb.base/constvars.exp: Test result of "up" command.
16892         * gdb.base/miscexprs.exp: Ditto.
16893         * gdb.base/pointers.exp:  Ditto.
16894         * gdb.base/scope.exp:     Ditto.
16895         * gdb.c++/derivation.exp: Ditto.
16896         * gdb.c++/local.exp:      Ditto.
16897         * gdb.c++/namespace.exp:  Ditto.
16898         * gdb.c++/overload.exp:   Ditto.
16899         * gdb.c++/ref-types.exp:  Ditto.
16900
16901 2000-11-22  Michael Chastain  <chastain@redhat.com>
16902
16903         * mips_pro.exp: Accept either "middle -> top -> main" or
16904         "middle -> main" in the backtrace, because gcc can optimize
16905         tail calls to jumps.  Remove setup_xfail for the hppa case.
16906         Add a comment with the original warning messages from PR 3016,
16907         which was filed in 1993, to preserve them for posterity.
16908
16909 2000-11-17  Nick Duffek  <nsd@redhat.com>
16910
16911         * lib/gdb.exp (gdb_test): Override timeout with board info.
16912
16913 2000-11-17  Nick Duffek  <nsd@redhat.com>
16914
16915         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
16916         the second kill and detach messages.
16917
16918 2000-11-17  Nick Duffek  <nsd@redhat.com>
16919
16920         * configure.in: Add AC_EXEEXT.
16921         * configure: Regenerate.
16922         * Makefile.in (just-check): Export EXEEXT.
16923         * lib/gdb.exp ($EXEEXT): Import from environment.
16924         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
16925         expect "maint dump-me" on Cygwin.
16926         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
16927         $EXEEXT.
16928
16929 2000-11-17  Nick Duffek  <nsd@redhat.com>
16930
16931         * gdb.base/break.exp: Test backtrace and finish from called
16932         function on all platforms, not just HP-UX.
16933
16934 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
16935
16936         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
16937         code from gdb_target_monitor, so it can be used independantly
16938         for gdbserver.  Also comment out an unnecessary PUTS.
16939
16940 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
16941
16942         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
16943         * gdb.base/corefile.exp: Expect the message "Program is being
16944         debugged already" when we send the "corefile" command, since
16945         the preceeding gdb_load may have connected gdb to a remote target.
16946         * gdb.base/display.exp: Disable hardware watchpoints if new
16947         board info variable "no_hardware_watchpoints" is true.
16948         Replace single-letter commands with more readable ones.
16949         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
16950         if new board info variable "no_hardware_watchpoints" is true.
16951         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
16952         to see if stdio (printf) testing is possible.
16953         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
16954         board info variable "no_hardware_watchpoints" is true.  Use new
16955         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
16956
16957 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
16958
16959         From Orjan Friberg  <orjanf@axis.com>:
16960         * gdb.base/printcmds.exp: Escape curly braces followed by a number
16961         in array print pattern match.
16962
16963 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
16964
16965         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
16966         spelling "cancelled" to U.S. spelling "canceled" to match changes
16967         made to gdb.
16968         * gdb.c++/ovldbreak.exp: Ditto.
16969
16970 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
16971
16972         * gdb.base/callfuncs.c (main):  Moved to end of file, call
16973         t_double_values to initialize the FPU before inferior calls are made.
16974         * gdb.base/callfuncs.exp:  Test for register preservation after calling
16975         inferior functions.  Add tests for continuining, finishing and
16976         returning from a stop in a call dummy.
16977
16978 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
16979
16980         * gdb.base/commands.exp: Break up long lines, and re-indent.
16981
16982 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
16983
16984         * config/gdbserver.exp:  Rewritten from the ground up, to make it
16985         compatible with the current dejagnu tree, and to make it work with
16986         the new "gdbserver" in libremote.
16987
16988 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
16989
16990         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
16991         * gdb.base/varargs.exp: Skip entire test if no printf support.
16992         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
16993         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
16994
16995 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
16996
16997         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
16998         no floating point support.
16999         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
17000         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17001         * gdb.base/call-rt-st.exp: Ditto.
17002         * gdb.base/call-strs.exp: Ditto.
17003
17004 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
17005
17006         * gdb.base/sizeof.c: include <stdio.h>.
17007
17008         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17009         'finish', otherwise uncaptured gdb_prompt would potentially
17010         throw remaining test points out of sync.
17011
17012 2000-07-26  Scott Bambrough <scottb@netwinder.org>
17013
17014         * gdb.base/recurse.exp: Run tests for all targets.
17015         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17016         gnu-oldld case on ARM.
17017         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17018         for ARM targets.
17019
17020 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
17021
17022         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17023         * gdb.java/configure: Rebuild.
17024
17025 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
17026
17027         * gdb.java/jv-exp.exp: New file.
17028
17029 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
17030
17031         * configure: Rebuilt.
17032         * configure.in (configdirs): Add gdb.java.
17033         * gdb.java/jmisc.java: New file.
17034         * gdb.java/jmisc.exp: New file.
17035         * gdb.java/Makefile.in: New file.
17036         * gdb.java/configure: Rebuilt.
17037         * gdb.java/configure.in: New file.
17038         * lib/java.exp: New file.
17039
17040 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17041
17042         * gdb.base/exprs.exp: Test casts to a pointer including over and
17043         underflow.
17044
17045 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17046
17047         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
17048         and the compilers sizes.
17049
17050 2000-07-09  Nick Duffek  <nsd@redhat.com>
17051
17052         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17053         (use_methods): New function.
17054         (main): Call use_methods().
17055         * gdb.c++/classes.exp (test_method_param_class): New procedure.
17056         (do_tests): Call test_method_param_class.
17057
17058 2000-07-09  Nick Duffek  <nsd@redhat.com>
17059
17060         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17061         spelling.
17062         (test_enums): New procedure.  Move enum tests from end of script
17063         to here.  Set breakpoint on function name instead of line number.
17064         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17065         (enums2): New marker function.
17066         (enums1): New function.
17067         (main): Call enums1().  Move enum tests to enums1().
17068
17069 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17070
17071         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17072         compile/link program.  Update line numbers.
17073         * gdb.asm/d10v.inc: Define ``startup''.
17074         * gdb.asm/asmsrc1.s: Add definition of _start.
17075
17076 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17077
17078         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17079
17080 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17081
17082         * gdb.base/maint.exp: Add 'maint print architecture' item to output
17083         of 'help maint print' command.
17084
17085 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17086
17087         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17088         they use gdb_expect_list.
17089
17090 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17091
17092         * gdb.base/commands.exp: Use ``set remote
17093         memory-read-packet-size'' instead of ``set endian big'' to test
17094         long commands.
17095
17096 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
17097
17098         * gdb.c++/templates.exp (do_tests): Make all of these work under
17099         g++, and stop skipping them.
17100
17101         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17102         work under g++.
17103
17104         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17105         initialization.
17106
17107 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
17108
17109         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17110         the regular expression: accept an (almost) arbitrary sequence of
17111         "frames-invalid" and "breakpoints-invalid" messages both before
17112         and after the "starting" message.
17113
17114 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
17115
17116         * gdb.c++/local.exp: This test has never been known to work with g++.
17117
17118 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
17119
17120         * gdb.base/annota1.exp (annotate-signal-handler-caller):
17121         Relax the regular expression a little, make it pass on Solaris 8.
17122
17123 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
17124
17125         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17126         a call, do not require that gdb stop on the line after the call.
17127         Instead, it is permissible for gdb to stop on the line of the
17128         call itself.
17129
17130 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
17131
17132         * gdb.base/break.exp (bp on small function, optimized file):
17133         Add a second pass pattern.  The behavior differs here between stabs
17134         and dwarf for one-line functions.  Stabs preserves two line symbols
17135         (one before the prologue and one after) with the same line number,
17136         but dwarf regards these as duplicates and discards one of them.
17137         Therefore the address after the prologue (where the breakpoint is)
17138         has no exactly matching line symbol, and GDB reports the breakpoint
17139         as if it were in the middle of a line rather than at the beginning.
17140
17141 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
17142
17143         * gdb.base/interrupt.exp: Make "pass" message say "send"
17144         rather than "send_gdb" (for consistancy).
17145
17146 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17147
17148         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
17149         * gdb.c++/templates.cc: Properly check for GCC version number.
17150         * lib/compiler.cc: Likewise
17151
17152 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
17153
17154         * gdb.base/break.exp: When compiled with -O2 optimization,
17155         gdb may not stop at the first line of main, due to code motion.
17156
17157 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
17158
17159         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17160         This test depends on parsing the printf output from the target.
17161         Since the sparclet stub doesn't do stdio, this will never work.
17162         * gdb.base/call-rt-st.exp: ditto.
17163         * gdb.base/call-strs: ditto.
17164
17165 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
17166
17167         * gdb.base/miscexprs.exp: make sizeof long array test portable.
17168
17169         * gdb.base/ending-run.exp: After connecting to a remote target,
17170         but before running, the target will appear to be in a random
17171         location.  Specify both a file and a line for breakpoints.
17172         Also, the function that calls main may be called 'init'
17173         rather than 'start'.
17174
17175 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17176
17177         * gdb.base/help.exp: Update output for add-symbol-file command.
17178
17179 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
17180
17181         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17182         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17183
17184 2000-04-07  J.T. Conklin  <jtc@redback.com>
17185
17186         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17187
17188         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17189
17190 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
17191
17192         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17193         values that can be represented exactly.
17194         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17195         above change, and to not check against the directory part of the source
17196         file name.
17197         (step into print_long_arg_list): Likewise.
17198         (print print_small_structs from print_long_arg_list): Likewise.
17199         (print print_long_arg_list): Likewise.
17200
17201 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17202
17203         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17204
17205 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17206
17207         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17208
17209 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
17210
17211         * gdb.base/commands.exp (deprecated_command_test): Add test for
17212         deprecate with no arguments.
17213
17214 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
17215
17216         * gdb.base/break.exp: Add new test for setting breakpoints on
17217         optimized code so we can test breakpoints work even when function
17218         prologues may be optimized away
17219
17220 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17221
17222         From David Whedon <dwhedon@gordian.com>
17223         * gdb.base/commands.exp : Added command deprecator tests.
17224
17225 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
17226
17227        * gdb.base/help.exp: Added test for new apropos command.
17228
17229 2000-03-21  Kevin Buettner <kevinb@redhat.com>
17230
17231         * gdb.base/pointers.c (usevar): New function.
17232         (main): Make sure that global variables v_int_pointer2, rptr,
17233         and y are all referenced someplace in the program by calling
17234         usevar() on them.  [Some linkers delete symbols which are
17235         never referenced.  The space remains, but there's no way to
17236         get a (symbolic) handle on the variable from the debugger.]
17237
17238 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17239
17240         * gdb.base/printcmds.c: Add typedeffed arrays.
17241
17242         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17243         procedure to test arrays that are typedef'd.
17244
17245 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
17246
17247         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17248         the library directories.
17249
17250 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
17251
17252         * configure.in (configdirs): Add sub directory gdb.mi.
17253         * configure: Re-generate.
17254
17255         * gdb.mi: New directory.
17256
17257 2000-02-25  Scott Bambrough <scottb@netwinder.org>
17258
17259         * gdb.base/long_long.exp: Correct test suite failure when printing
17260         a long long value as a double on ARM platforms.
17261
17262 2000-02-16  Jim Blandy  <jimb@redhat.com>
17263
17264         * gdb.base/break.exp ("breakpoint line number"): Make sure the
17265         default source file is set properly before running this test.
17266
17267 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17268
17269         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17270         gdbtk/library directory, not in gdbtcl2.
17271
17272 2000-02-04  Jim Blandy  <jimb@redhat.com>
17273
17274         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17275         backslash from regexp pattern.
17276
17277         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17278         procedure.  Use it to run all the "continue to bp overloaded"
17279         tests.  Note that this changes the names of the tests slightly.
17280         If the breakpoint hit message includes a hex PC value, because
17281         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17282         from the real source code, still consider that a pass.
17283
17284         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17285         XFAIL here if the breakpoint message contains a hex address.  Note
17286         similar change on 1999-11-02.
17287
17288         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17289
17290         * gdb.base/ptype.exp: Establish a default source file before
17291         calling get_debug_format.
17292
17293 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17294
17295         * gdb.base/watchpoint.exp: Remove duplication of test messages.
17296
17297 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17298
17299         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17300         of successive stepi commands -- while in the prologue we should see
17301         the function entry bracket.
17302
17303 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17304
17305         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17306         reach __change_mode() when stepping through the end of main().
17307
17308 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17309
17310         * gdb.base/default.exp: Fix expected pattern.
17311         * gdb.base/help.exp: Same.
17312
17313 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17314
17315         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17316         Don't use xfail's because that affects only the following test.
17317
17318         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17319         solaris or linux.
17320
17321         * gdb.base/selftest.exp: Update to reflect changes to main.c.
17322
17323 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
17324
17325         * gdb.base/display.exp: Some yacc parsers like to say
17326         "A syntax error" rather than "A parse error".  Accept both.
17327
17328 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17329
17330         * gdb.base/default.exp: Remove OS dependent string from "target
17331         remote" test.
17332         * gdb.base/help.exp: Same for "help target remote" test.
17333
17334 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17335
17336         From Jim Kingdon <kingdon@redhat.com>:
17337
17338         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17339         prompt (cleanup rather than necessity, but still might keep output
17340         from spilling to next test).
17341
17342 2000-01-02  Fred Fish  <fnf@cygnus.com>
17343
17344         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17345         AIX, which defines them in <sys/types.h>.
17346
17347 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
17348
17349         * gdb.base/default.exp: Match arm* etc instead of arm in "info
17350         float" test.
17351
17352 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
17353
17354         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17355
17356         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17357         outermost frame disallowed".
17358
17359 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17360
17361         * gdb.base/setvar.exp: New tests for setting the value of a struct
17362         with a constant list.
17363
17364 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17365
17366         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17367         require the user to type a cast before setting the value of a struct.
17368
17369 1999-12-06  Jim Blandy  <jimb@cygnus.com>
17370
17371         * gdb.base/default.exp: Expect the new 'info float' command on
17372         all i386 platforms.
17373
17374         * gdb.threads/linux-dp.exp: Expand our ability to recognize
17375         LinuxThreads libraries that don't support debugging.
17376
17377 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17378
17379         * gdb.base/remote.c: Fill the buffer with truely random data.
17380         Change the buffer type to ``unsigned char'' to simplify size
17381         arithmetic.
17382
17383         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
17384         stub only handles 400-1 byte packets.  Verify that the download
17385         worked.
17386
17387 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17388
17389         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17390         tests, using UNRESOLVED for the untested cases.  Also, does not wait
17391         for a timeout if the prompt was received before a recognizable pattern.
17392
17393 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17394
17395         * lib/gdb.exp (gdb_expect_list): Fix spelling.
17396
17397 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17398
17399         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17400         watchpoints.
17401
17402 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
17403
17404         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17405
17406         * gdb.c++/local.exp: Be more flexible in recognizing local class
17407         name mangling.  Don't allow horribly truncated method names.
17408         * gdb.c++/derivation.exp: Expect protected inheritance.
17409         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17410         * gdb.c++/virtfunc.exp: Likewise.
17411         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
17412         when printing a nested enum.
17413
17414 1999-11-22  Jim Blandy  <jimb@cygnus.com>
17415
17416         * gdb.base/step-test.exp: Properly await GDB's response to setting
17417         a breakpoint on the call to large_struct_by_value.
17418
17419         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17420         just because we have debug info for the `start' function.
17421
17422 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
17423
17424         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17425         "Unknown signal" messages, which indicate (on LinuxThreads) that
17426         GDB doesn't know how to debug threads on this system.  This is
17427         better than hanging while philosopher 0 dumps chatter into gdb.log.
17428
17429 1999-11-18  Tom Tromey  <tromey@cygnus.com>
17430
17431         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17432
17433 1999-11-18  Fred Fish  <fnf@cygnus.com>
17434
17435         * gdb.base/coremaker2.c: Add sample program for generating
17436         cores that is more self contained than coremaker.c.  Eventually
17437         I'll add more code to this and tie it into the testsuite.
17438
17439 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
17440
17441         * gdb.base/dollar.exp: Remove, now in gdb.hp.
17442
17443 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
17444
17445         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17446         from $srcdir/lib/.
17447         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17448         and gdb.c++/.
17449
17450         * gdb.c++/derivation.exp: remove redundant get compiler info code.
17451
17452         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17453         'continue with watch' test point.
17454
17455 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
17456
17457         Merged from p2linux-990323-branch:
17458
17459         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17460
17461 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
17462
17463         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17464         {limit,fixed}''.  Test ``set download-write-size''.
17465
17466 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17467
17468         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17469         gdb_expect_list.
17470
17471 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17472
17473         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17474
17475 1999-11-03  Mark Salter  <msalter@cygnus.com>
17476
17477         * gdb.base/break.exp: Fix "stub continue" pattern.
17478
17479 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
17480
17481         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17482
17483 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
17484
17485         * gdb.base/display.exp ("finish"): Add timeout clause.
17486
17487         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17488         plain prompt clause, so this doesn't have to time out in order to
17489         fail.
17490
17491         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17492         breakpoint hit messages include an address.
17493
17494         * gdb.base/display.exp: Don't forget to escape parens in regular
17495         expressions.  Unix regexp notatation sucks.
17496
17497 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17498
17499         * gdb.base/annota1.exp: Test for annotate-signalled: change output
17500         order for 'signalled' message.
17501
17502 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
17503
17504         From Jimmy Guo  <guo@cup.hp.com>:
17505         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17506         * gdb.base/annota1.c: Add code for tests to work with.
17507
17508 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
17509
17510         * gdb.base/remote.exp: New test for remote downloading settings.
17511         * gdb.base/remote.c: New file with large .data.
17512
17513 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
17514
17515         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17516         for LinuxThreads support, merged from the Code Fusion branch.
17517
17518 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
17519
17520         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17521         containing exp_continue into a while within an expect.  Don't
17522         attempt a start more than three times.  Check return value from
17523         gdb_load.
17524
17525 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17526
17527         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17528         a pass case.
17529
17530 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
17531
17532         * gdb.base/break.c (main): Added a statement that we can step
17533         off of.
17534         * gdb.base/break.exp: Added tests for setting a breakpoint
17535         at an offset and stepping onto a breakpoint.
17536
17537 1999-10-01  Fred Fish  <fnf@cygnus.com>
17538
17539         * gdb.base/help.exp (help add-symbol-file): Update to match current
17540         gdb output.
17541
17542 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
17543
17544         * gdb.base/break.exp: Code locations are in hex, don't forget!
17545         (For HP-UX.)
17546
17547 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
17548
17549         * condbreak.exp: Use break.c as test program.
17550         * condbreak.c: Remove, redundant with break.c.
17551
17552 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
17553
17554         * config/monitor.exp (gdb_target_monitor): Disable X- and
17555         Z-packets if the target needs it.
17556
17557 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
17558
17559         * gdb.c++/overload.exp: Added tests for listing overloaded
17560         functions with function pointers in the arg, explicitly calling
17561         out the version you want.
17562
17563 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
17564
17565         * long_long.exp: Add variations of test cases that work for
17566         targets with 16-bit ints and 32-bit doubles.
17567
17568 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
17569
17570         * break.c (main): Compare a possibly-uninitialized argc with an
17571         unlikely value that fits in 16 bits.
17572
17573 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
17574
17575         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17576         0xfeeb, don't want negative numbers if ints are 16 bits.
17577
17578         * lib/gdb.exp (skip_cplus_tests): New proc.
17579         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17580         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17581         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17582         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17583         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17584         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17585         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17586         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17587
17588         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17589
17590 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
17591
17592         * gdb.base/corefile.exp (up): Allow a parameter to appear
17593         in the frame that we're going up to.
17594
17595         From Jim Blandy <jimb@cygnus.com>:
17596
17597         * gdb.base/default.exp (info float): Expect some output now.
17598
17599         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17600         returning floating-point values to fail on the x86.
17601         * gdb.base/callfwmall.exp (do_function_calls): Same.
17602
17603         * gdb.base/list.exp (test_listsize): Correct expectations for
17604         listing line 1 with listsize 2.  Also, listing a single line
17605         works now, as does listing three lines.  [Kevin's note: There
17606         were a number of other cases fixed too where the expectations
17607         differed...]
17608
17609 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
17610
17611         * gdb.base/selftest.exp: Add case for when version prints as
17612         constant string instead of char pointer.
17613
17614 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
17615
17616         * gdb.base/ending-run.exp: Add Solaris case for what happens when
17617         stepping out of main.
17618
17619         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17620         G++ used.
17621
17622         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17623         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17624
17625         * gdb.c++/ovldbreak.exp: Update match string in test that
17626         includes a warning of multiple breakpoints.
17627
17628 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
17629
17630         * gdb.base/display.exp: Improve precision of step-after-finish
17631         added yesterday.
17632
17633         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17634         test.
17635
17636         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17637         configs when using G++, not just hppa*.
17638
17639 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17640
17641         * gdb.base/async.c: New file.
17642         * gdb.base/async.exp: New file.
17643
17644 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
17645
17646         * gdb.base/break.exp: Tweak PA specific tests to properly handle
17647         PA64.
17648
17649 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
17650
17651         * gdb.base/display.exp: "finish" can leave us mid-line on many
17652         targets, deal with it.  Add a small constant to main, instead of
17653         1000 since main+1000 may not be a valid address in the target.
17654
17655         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17656         on hpux11.
17657
17658         * gdb.base/attach.exp: Handle another hpux11 error message variant
17659         when attaching to a process that does not exist.
17660
17661 1999-08-19  J.T. Conklin  <jtc@redback.com>
17662
17663         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17664         characters in 'continue to 1241' test.
17665
17666 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
17667
17668         * gdb.base/call-ar-st.exp: Add a shorter match case for the
17669         stop in print_long_arg_list, define and use a whitespace
17670         variable in print_small_structs test, add an XFAIL for Solaris.
17671         * gdb.base/dbx.exp: XFAIL func commands until somebody is
17672         interested enough to fix.
17673
17674 1999-08-13  Keith Seitz  <keiths@cygnus.com>
17675
17676         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17677         (dbx_gdb_load): Remove. Use gdb_load instead, since that
17678         proc knows about targets other than the natives.
17679         (test_assign): Use "gdb_run_cmd" to "run" the target.
17680         Check that we've actually hit the breakpoint at main.
17681         When we attempt to assign a value to a local variable, check
17682         that the variable is in the current scope, i.e., don't use
17683         a test with an empty result.
17684
17685 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17686
17687         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17688         command.
17689
17690 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
17691
17692         From Jimmy Guo <guo@cup.hp.com> and others at HP:
17693         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17694         gdb.compat, gdb.threads-hp.
17695         gdb.hp/configure, gdb.hp/configure.in: New files.
17696         gdb.hp/Makefile.in: Recurse into new subdirs.
17697         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17698         gdb.hp/gdb.objdbg: New directory, tests for debugging info
17699         in object files.
17700         gdb.hp/tools: New directory, aux tools for HP-specific tests.
17701
17702 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
17703
17704         * gdb.base/display.exp: Help expect by putting a newline in the
17705         funky printf, remove a bogus p/a test.
17706
17707 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17708
17709         * gdb.base/display.exp: Make sure that when we say 'run', we are
17710         connected to the target. This is necessary when running not
17711         natively.
17712
17713 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
17714
17715         * gdb.base/step-test.exp: Removed some extraneous messages.
17716
17717         * gdb.base/long_long.exp: Don't run memory examination tests
17718         on little-endian targets (they will need a different set of
17719         results to match).
17720
17721 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
17722
17723         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17724         until somebody decides to fix GDB.
17725
17726         * gdb.base/long_long.c: Stop compiler complaint by specifying long
17727         constant as "ULL".
17728         * gdb.base/long_long.exp: Loosen x/c test, add partial result
17729         matches for a couple x/2 commands.
17730
17731 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
17732
17733         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17734         by merging in ref-types2 tests.
17735         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17736
17737         From Jimmy Guo <guo@cup.hp.com> and others at HP:
17738         * gdb.c++/Makefile.in: Add standard actions.
17739         (EXECUTABLES): Rename from PROGS, update list.
17740         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17741         from gdb.hp.
17742         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17743         foo and bar locals.
17744         * gdb.c++/anon-union.exp: Fix tests to match.
17745         * gdb.c++/classes.exp: Run if HP compiler used, add extra
17746         expect matches to handle output variations.
17747         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17748         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17749         output, add HP alternatives for new and delete prints.
17750         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17751         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17752         * gdb.c++/demangle.exp: Use $style when reporting failure.
17753         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17754         * gdb.c++/inherit.exp: Run if HP compiler used, add some
17755         match alternatives.
17756         * gdb.c++/local.exp: Add match alternatives or xfails for HP
17757         compilers.
17758         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17759         * gdb.c++/method.exp: Add match alternatives.
17760         * gdb.c++/misc.cc: Add bool types.
17761         * gdb.c++/misc.exp: Add tests for bool types.
17762         * gdb.c++/overload.exp: Add xfails.
17763         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17764         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17765         add some more template parameter tests (only for HP currently).
17766         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17767         * gdb.c++/virtfunc.cc: Add return type and value for main.
17768         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17769         match alternatives.
17770
17771 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17772
17773         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17774
17775 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
17776
17777         * gdb.base/signals.exp: Don't expect getting a backtrace from
17778         within a signal handler to fail on Linux.
17779
17780 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
17781
17782         From Jimmy Guo <guo@cup.hp.com> and others at HP:
17783         * lib/gdb.exp: Remove some gratuitious semicolons.
17784         (delete_breakpoints): Increase timeout.
17785         (gdb_expect): Add -notransfer option.
17786         (gdb_test): Use -notransfer option.
17787         (get_compiler_info): Add f77 case.
17788         (get_compiler): New proc, split out from gdb_preprocess, add f77
17789         case.
17790         (gdb_preprocess): Call get_compiler.
17791
17792         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17793         * gdb.base/attach.exp, gdb.base/display.exp,
17794         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17795         gdb.base/long_long.exp, gdb.base/printcmds.exp,
17796         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17797         third arg to gdb_test.
17798         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17799         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17800         HP-UX xfails, add others.
17801         * gdb.base/completion.exp: Reflect name change of self-test.
17802         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17803         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17804         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17805         HP failure number.
17806         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17807         useless HP-UX 10.30 references.
17808         * gdb.base/maint.exp: Loosen matches.
17809         * gdb.base/pointers.c (main): Declare more_code.
17810         * gdb.base/pointers.exp: Match on output of a `next'.
17811         * gdb.base/structs.c: Add prototypes.
17812         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17813         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17814
17815 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17816
17817         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17818         command.
17819
17820 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17821
17822         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17823         Fix run to main failures. Watchpoint can be hardware watchpoint.
17824
17825         * gdb.base/annota1.exp: Clean up some more, in case printf has
17826         debug info.  Deal with lack of signal hanlder info in stack.
17827
17828         From Jim Kingdon  <kingdon@redhat.com>:
17829         * gdb.base/annota1.exp: If printf has debug info, deal with it.
17830
17831 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
17832
17833         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17834         gdb.base/foll-vfork.exp: Don't run for crosses.
17835
17836 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17837
17838         * gdb.base/configure.in: Check for gdbvars.exp instead of
17839         a1-selftest.exp.
17840         * gdb.base/configure: Re-generate.
17841
17842 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
17843
17844         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17845         in trying to run first and name is too long.
17846
17847         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17848         pointers2.c and pointers2.exp, respectively.
17849         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17850         doschk happier.
17851
17852 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
17853
17854         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17855         callfuncs2.c and callfuncs2.exp.
17856
17857         * gdb.base/list.exp: Remove mistaken xfails.
17858         * gdb.base/list0.h: Add optional prototypes.
17859
17860 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
17861
17862         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
17863         calling malloc.
17864         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17865         * ptype.exp: Move test for get_debug_format to before its first
17866         use.
17867
17868 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
17869
17870         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17871         * gdb.base/annota2.cc, annota2.exp: Move from here.
17872         * gdb.c++/annota2.cc, annota2.exp: To here.
17873         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17874
17875 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17876
17877         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
17878         a consistent format.
17879
17880 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
17881
17882         From Jimmy Guo <guo@cup.hp.com> and others at HP:
17883         * lib/gdb.exp (get_compiler_info): Add detection for assorted
17884         HP compilers, also set the globals $true and $false.
17885
17886         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
17887         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
17888         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
17889         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
17890         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
17891         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
17892         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
17893         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
17894         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
17895         whatis.c} Add C++ compatible function definitions and return
17896         types, add includes for library functions.
17897         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
17898         * gdb.base/step-test.c (myglob): Rename from glob.
17899         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
17900         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
17901         files, move here from gdb.hp.
17902         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
17903         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
17904         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
17905         Adjust line numbers in regexps.
17906
17907         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
17908         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
17909         instead of 0/1.
17910
17911         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
17912         foll-vfork.exp: New files, move here from gdb.hp.
17913         * gdb.base/page.exp: New file, test of pagination command.
17914
17915         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
17916         recursion test.
17917         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
17918
17919         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
17920         gdb.base/solib.exp: Fix compiler invocation process.
17921
17922         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
17923         HP-UX 11, turn off overload resolution explicitly.
17924         * gdb.base/commands.exp: Set argument list explicitly, add
17925         watchpoint test.
17926         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
17927         them work.
17928         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
17929         expressions properly.
17930         * gdb.base/corefile.exp: Loosen the match slightly.
17931         * gdb.base/default.exp: Allow "Error accessing memory" message
17932         also.
17933         * gdb.base/display.exp: Skip over x/0 j if PA64.
17934         * gdb.base/funcargs.exp: Add xfails for HP-UX.
17935         * gdb.base/interrupt.exp: Ditto.
17936         * gdb.base/langs.exp: Add symbolic matches governed by compiler
17937         in use.
17938         * gdb.base/list.exp: Add xfails for HP-UX.
17939         * gdb.base/long_long.exp: Refine some of the numeric matches.
17940         * gdb.base/mips_pro.exp: Xfail on HP-UX.
17941         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
17942         * gdb.base/nodebug.exp: Succeed on more varieties of output.
17943         * gdb.base/opaque.exp: Remove some HP-UX xfails.
17944         * gdb.base/ptype.exp: Succeed on more varieties of output.
17945         * gdb.base/scope.exp: Add xfails for HP-UX.
17946         * gdb.base/sect-cmd.exp: Add more cases.
17947         * gdb.base/setvar.exp: Add xfails for HP-UX.
17948         * gdb.base/shlib-call.exp: Loosen some matches slightly.
17949         * gdb.base/signals.exp: Match on void symbolically.
17950         * gdb.base/step-test.exp: Add case for PA64.
17951         * gdb.base/term.exp: Add exit and restart.
17952         * gdb.base/twice.exp: Clean up after self.
17953         * gdb.base/varargs.exp: Disable overload resolution explicitly.
17954         * gdb.base/whatis.exp: Allow more ways to pass tests.
17955
17956         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
17957         no longer useful.
17958
17959 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
17960
17961         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
17962         list of patterns.
17963         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
17964         print_double_array(double_array)", "continuing to breakpoint
17965         1018", "print print_double_array(array_d)" and "continuing to
17966         1034" tests.
17967
17968 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
17969
17970         * Makefile.in: Add empty html and install-html targets.
17971
17972 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
17973
17974         * config/mt-*: Remove, these haven't been used since 1996.
17975
17976 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
17977
17978         * gdb.base/call-strs.c, gdb.base/ending-run.c,
17979         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
17980         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
17981
17982 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
17983
17984         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
17985         simpler match case for the ptype of the big class.
17986
17987 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17988
17989         * gdb.exp: Fix test for gdb_prompt existence.
17990
17991 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17992
17993         * gdb.exp (gdb_test): Add fail after calls to perror.
17994
17995 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
17996
17997         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
17998
17999 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18000
18001         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18002
18003 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
18004
18005         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
18006         malloc() is linked in.
18007
18008 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18009
18010         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18011         step at end.
18012
18013         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18014
18015 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
18016
18017         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
18018
18019 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
18020
18021         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18022         * gdb.base/mips_pro.exp: Likewise.
18023
18024 1999-06-02  Keith Seitz  <keiths@cygnus.com>
18025
18026         * gdb.c++/templates.cc: Change all "new" operators to throw
18027         an exception.
18028         * gdb.c++/cplusfuncs.cc: Likewise.
18029
18030         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18031
18032 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
18033
18034         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18035         * gdb.base/ending-run.exp: When stepping out of main, accept a
18036         step into an arbitrary assembler file.
18037
18038 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18039
18040         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18041         "breakpoint-invalid" to be printed.
18042         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18043         number of "frames-invalid" and "breakpoint-invalid" to be printed.
18044         * gdb.base/annota2.cc: Initialize a.x to 0.
18045
18046 1999-05-17  Keith Seitz  <keiths@cygnus.com>
18047
18048         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18049         when "skip_float_tests" set.
18050         Ditto for "print print_double_array(array_d)", "print print_small_structs",
18051         "print print_ten_doubles", and "step into print_long_arg_list".
18052         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18053         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18054         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18055         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18056         "skip_float_tests" is set.
18057         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18058         when "skip_float_tests" set.
18059
18060 1999-05-06  Keith Seitz  <keiths@cygnus.com>
18061
18062         * gdb.base/annota2.cc: Include stdio.h.
18063
18064 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
18065
18066         * gdb.base/crossload.exp: Remove, this has been disabled ever
18067         since BFD stopped including all targets, and cross-GDB gets
18068         plenty of testing anyway.
18069         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18070         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18071         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18072         * gdb.base/README: Remove, was doc for this.
18073         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18074         needed.
18075
18076 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18077
18078         * gdb.base/call-ar-st.exp: Fix one regular expression in test
18079         output.
18080
18081         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18082         * gdb.base/annota2.exp: New file. More annotation tests.
18083         * gdb.base/annota1.c: New file. Source file for annota1.exp.
18084         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18085
18086 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
18087
18088         * config/cfdbug.exp: New file.
18089
18090 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
18091
18092         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18093         Marcus Daniel's and Dale Hawkins's demangler crashes.
18094
18095         * gdb.c++/demangle.exp (test_gnu_style_demangling,
18096         test_lucid_style_demangling, test_arm_style_demangling,
18097         test_hp_style_demangling): Try Tom Tromey's core-dumping
18098         identifier under each demangling style.
18099
18100 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
18101
18102         * gdb.c++/demangle.exp: Include the current demangling style
18103         in all test names.
18104         (current_demangling_style): New global variable.
18105         (set_demangling_style, test_demangling_core, test_demangling,
18106         test_demangling_exact): New functions.
18107         (test_gnu_style_demangling, test_lucid_style_demangling,
18108         test_arm_style_demangling, test_hp_style_demangling): Use those,
18109         instead of calling gdb_test and gdb_test_exact directly.
18110         (catch_demangling_errors): New function, which reports errors
18111         signalled by the demangling test functions in an orderly way.
18112         (do_tests): Use catch_demangling_errors.
18113
18114 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
18115
18116         * gdb.base/signals.exp (test_handle_all_print): Use () for
18117         grouping in expressions, not {}.
18118
18119         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
18120         initialized yet.
18121
18122 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
18123
18124         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18125         are listed.
18126
18127 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
18128
18129         * gdb.stabs/weird.exp: Test for CC being defined before
18130         looking at its value.
18131
18132 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
18133
18134         * gdb.base/call-ar-st.exp: Remove stray '#'.
18135         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18136         "short int" and "long int".
18137         * gdb.c++/overload.cc: Cast the string added in the previous
18138         change, to mollify finicky HP compiler.
18139         * gdb.hp/reg-test.exp (testfile): Fix file name.
18140         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18141
18142         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18143         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18144         alternate form of enum ptype.
18145
18146 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
18147
18148         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18149         * gdb.hp/*.exp: Change all to run compiler probe only after
18150         passing skip_hp_tests, so as not to waste time on guaranteed
18151         failure.
18152
18153         * gdb.c++/overload.cc: Pass string instead of char addr, always
18154         init ccpfoo.
18155         * gdb.c++/templates.cc: Fix syntax error.
18156
18157 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18158
18159         * gdb.base/commands.exp: Add test for correct position of '>'
18160         when issuing the 'commands' command after a 'while' or 'if'
18161         command.
18162
18163 1999-03-18  James Ingham  <jingham@cygnus.com>
18164
18165         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18166
18167         * gdb.c++/method.exp: It was testing an uninitialized int on the
18168         stack and assuming it was positive.
18169
18170         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18171
18172         * gdb.base/step-test.exp: Catch a case where finish is broken and
18173         keep it from killing the rest of the tests.
18174         Use gdb_continue_to_end.
18175
18176         * gdb.base/sigall.exp: use gdb_continue_to_end.
18177
18178         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18179
18180         * gdb.base/display.exp: use runto_main, not run.
18181
18182         * gdb.base/default.exp: Check for the current error message in the
18183         r abbreviation test.
18184         Add strongarm to the targets that know info float.
18185
18186         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18187         run which doesn't work with monitors.
18188
18189         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18190
18191         * gdb.base/break.exp: use the gdb_continue_to_end proc.
18192
18193         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18194         program.  Traps the case (in Cygmon) when the program never really
18195         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
18196         more places, so I used my name.  Sorry Mark...
18197
18198         * config/monitor.exp (gdb_target_monitor): added another
18199         target_info parameter: remotebinarydownload.  This will set the
18200         remotebinarydownload flag if this is causing some boards trouble.
18201
18202 1999-03-18  Mark Salter  <msalter@cygnus.com>
18203
18204         * lib/gdb.exp (continue_to_exit): New function.
18205
18206         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18207         * gdb.base/ending-run.exp: Ditto.
18208         * gdb.base/step-test.exp: Ditto.
18209
18210 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
18211
18212         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18213         (suggested by Art Haas <ahaas@neosoft.com>).
18214
18215 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
18216
18217         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18218
18219 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
18220
18221         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18222         descriptions of types (short unsigned int vs unsigned short, etc).
18223
18224 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
18225
18226         * gdb.base/call-strs.exp: Don't assume that `step' will step over
18227         a call to strlen; sometimes we do have sources.
18228
18229 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
18230
18231         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18232         character, so GDB won't print garbage after its end.
18233
18234         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18235         breakpoint there instead.  Sometimes GCC emits memcpy to handle
18236         the large structures being passed by value, so we step into that
18237         instead of sum_array_print, which obscures what we're really testing.
18238         * gdb.base/step-test.exp: However, we do want a test that notices
18239         the bizarre steps into memcpy, so do that here.  Add check for
18240         stepping into function calls that pass large structures by value.
18241         ("Is that a noun clause, or are you just happy to see me?")
18242         Remove all references to specific line numbers.
18243         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18244         New type and function.
18245         (main): Call large_struct_by_value, passing it a large struct by value.
18246         * lib/gdb.exp (gdb_get_line_number): New function.
18247
18248         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18249         more portable.
18250
18251 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
18252
18253         * lib/gdb.exp: Doc fixes.
18254
18255 1999-03-05  Nick Clifton  <nickc@cygnus.com>
18256
18257         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18258
18259 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
18260
18261         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18262         commands.  They're not germane to this test, and they don't work
18263         that way on remote targets.
18264
18265 1999-03-01  James Ingham  <jingham@cygnus.com>
18266
18267         * Changelog entries merged over from gdb development branch.
18268
18269        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
18270
18271                * lib/gdb.exp (gdbtk_analyze_results): Generic function
18272                for outputting results of test run.
18273
18274         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
18275
18276                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18277
18278 1999-02-25  Felix Lee  <flee@cygnus.com>
18279
18280         * lib/gdb.exp (debug_format): initialize
18281
18282 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
18283
18284         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18285         * gdb.base/call-rt-st.c: Ditto.
18286
18287 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
18288
18289         * gdb.threads/pthreads.exp (horiz): New variable.
18290         (test_startup): Fix regexps that capture thread numbers.
18291
18292 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
18293
18294         * gdb.base/smoke.exp: Disambiguate two test case names (both
18295         called ``print'').
18296
18297 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
18298
18299         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18300         compilation.
18301
18302 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
18303
18304         * gdb.base/miscexprs.exp: Change patterns to match GDB's
18305         actual output formatting.
18306         * gdb.base/smoke.exp: GDB removes leading 0's.
18307         * gdb.base/volatile.exp: Don't check type of remuneration;
18308         that variable is no longer defined in constvars.c.
18309         * gdb.base/step-test.c (main): Exit with explicit exit code.
18310         * gdb.base/step-test.exp: Remove two nexti checks--they are
18311         not portable.
18312
18313 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
18314
18315         * gdb.base/help.exp ("help delete display"): Fix test to match
18316         gdb's output.
18317
18318         * gdb.base/long_long.c (known_types): Initialize values to zero.
18319         * gdb.base/long_long.exp: Step one more line
18320         so 'dec' is initialized in "get to known place".  GDB removes
18321         leading zeros.  Explicitly ask for hex formatting.  Use
18322         unique test case names.
18323
18324 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18325
18326         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18327
18328         * gdb.c++/method.exp: Add missing close brace.
18329
18330 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
18331
18332         * gdb.base/maint.exp: Use 'set height 0' to disable page
18333         prompting, not 'set height 400'.
18334
18335         Fix a bunch of timeouts.
18336         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18337         four separate tests, so expect doesn't take forever to match a ton
18338         of text against a regexp with lots of .* forms.
18339         ("maint print psymbols", "maint print symbols"): Make some of
18340         these greps more selective, so that expect doesn't try to wade
18341         through huge piles of output and time out.
18342
18343         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18344
18345         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18346         tests: one which doesn't expect shlib events to be reported, and
18347         another which does, but is XFAIL for all platforms other than
18348         HP/UX.
18349
18350         * gdb.base/break.exp: Teach the test suite that the `catch
18351         fork', `catch vfork', and `catch exec' commands produce error
18352         messages on platforms that don't provide these features.
18353
18354 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
18355
18356         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18357         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18358         (shortening names from solib_threshold.exp etc), won't run on
18359         anything but HP-UX for the foreseeable future.
18360         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18361         reflect move.
18362
18363 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
18364
18365         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18366         gdb.trace/Makefile.in (clean): Remove all test executables.
18367
18368 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
18369
18370         * gdb.base/shlib-call.exp: add test cases to verify that gdb
18371         successfully re-sets breakpoints in shared libraries.
18372         * gdb.base/shmain.c (main): return 0, don't fall off the end.
18373
18374 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18375
18376         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18377         and compiled w/o GCC.
18378
18379         * gdb.hp/watch-cmd.exp: ditto.
18380
18381         * gdb.hp/watch-hp.exp: ditto.
18382
18383         * gdb.hp/xdb1.exp: ditto.
18384
18385         * gdb.hp/xdb2.exp: ditto.
18386
18387         * gdb.hp/dbx.exp: ditto.
18388
18389 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
18390
18391         * constvars.c: Remove C++-isms.
18392         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18393         with GCC.
18394
18395 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
18396
18397         The following changes are part of the HP merge.
18398
18399         * gdb.base/break.exp: new tests to verify that catchpoints for
18400         fork, vfork, and exec don't trigger inappropriately.
18401
18402         * gdb.base/opaque.exp: compile one file at a time, then link.
18403
18404         * gdb.base/signals.exp: be more restrictive about which hppa
18405         systems receive a setup_xfail.  new tests.
18406
18407         * gdb.base/solib_threshold.build: new file.
18408         * gdb.base/solib_threshold.exp: new file.
18409         * gdb.base/solib_threshold.link_opts: new file.
18410         * gdb.base/solib_threshold.mk: new file.
18411         * gdb.base/gen_solib_threshold.c: new file.
18412
18413         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18414         tests.  New tests for enums inside classes.
18415
18416         * gdb.c++/compiler.cc: indicate support of template debugging.
18417
18418         * gdb.c++/demangle.exp: run hp style demangling tests.
18419
18420         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18421         tests.
18422
18423         * gdb.c++/misc.cc: changes to support new tests.
18424
18425         * gdb.c++/templates.cc: changes to support HP's compiler; changes
18426         to support new tests.
18427
18428         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18429         gcc, then skip these tests.
18430
18431 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
18432
18433         The following files are part of the HP merge; some had longer
18434         names at HP, but have been renamed to be no more than 14
18435         characters in length.
18436
18437         * gdb.hp/ambiguous.cc: new file.
18438         * gdb.hp/ambiguous.exp: new file.
18439         * gdb.hp/attach.exp: new file.
18440         * gdb.hp/attach2.exp: new file.
18441         * gdb.hp/classes-hp.exp: new file.
18442         * gdb.hp/ctti.exp: new file.
18443         * gdb.hp/ctti-add.cc: new file.
18444         * gdb.hp/ctti-add1.cc: new file.
18445         * gdb.hp/ctti-add2.cc: new file.
18446         * gdb.hp/ctti-add3.cc: new file.
18447         * gdb.hp/dbx.exp: new file.
18448         * gdb.hp/exception.cc: new file.
18449         * gdb.hp/exception.exp: new file.
18450         * gdb.hp/foll-exec.c: new file.
18451         * gdb.hp/foll-exec.exp: new file.
18452         * gdb.hp/foll-fork.c: new file.
18453         * gdb.hp/foll-fork.exp: new file.
18454         * gdb.hp/foll-vfork.c: new file.
18455         * gdb.hp/foll-vfork.exp: new file.
18456         * gdb.hp/inherit-hp.exp: new file.
18457         * gdb.hp/more-steps.exp: new file.
18458         * gdb.hp/namespace.cc: new file.
18459         * gdb.hp/namespace.exp: new file.
18460         * gdb.hp/optimize.exp: new file.
18461         * gdb.hp/pxdb.c: new file.
18462         * gdb.hp/pxdb.exp: new file.
18463         * gdb.hp/quicksort.exp: new file.
18464         * gdb.hp/reg-test.exp: new file.
18465         * gdb.hp/reg-test.s: new file.
18466         * gdb.hp/sized-enum.c: new file.
18467         * gdb.hp/sized-enum.exp: new file.
18468         * gdb.hp/start-stop.exp: new file.
18469         * gdb.hp/templ-hp.cc: new file.
18470         * gdb.hp/templ-hp.exp: new file.
18471         * gdb.hp/thr-lib.c: new file.
18472         * gdb.hp/thr-lib.exp: new file.
18473         * gdb.hp/thr-lib.h: new file.
18474         * gdb.hp/thr-liblib.c: new file.
18475         * gdb.hp/virtfun-hp.c: new file.
18476         * gdb.hp/virtfun-hp.exp: new file.
18477         * gdb.hp/watch-cmd.exp: new file.
18478         * gdb.hp/watch-hp.exp: new file.
18479         * gdb.hp/xdb1.exp: new file.
18480         * gdb.hp/xdb2.exp: new file.
18481         * gdb.hp/xdb3.exp: new file.
18482
18483 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
18484
18485         The following files are part of the HP merge; some had longer
18486         names at HP, but have been renamed to be no more than 14
18487         characters in length.
18488
18489         * gdb.base/ss.h: new file.
18490         * gdb.base/call-ar-st.c: new file.
18491         * gdb.base/call-ar-st.exp: new file.
18492         * gdb.base/call-rt-st.c: new file.
18493         * gdb.base/call-rt-st-exp: new file.
18494         * gdb.base/call-strs.exp: new file.
18495         * gdb.base/ena-dis-br.exp: new file.
18496         * gdb.base/environ.exp: new file.
18497         * gdb.base/long_long.exp: new file.
18498         * gdb.base/sect-cmd.exp: new file.
18499         * gdb.base/shlib-cl2.exp: new file.
18500         * gdb.base/smoke.exp: new file.
18501         * gdb.base/so-impl-ld.c: new file.
18502         * gdb.base/so-impl-ld.exp: new file.
18503         * gdb.base/so-indr-cl.c: new file.
18504         * gdb.base/so-indr-cl.exp: new file.
18505         * gdb.base/varargs.exp: new file.
18506         * gdb.base/volatile.exp: new file.
18507         * gdb.base/whatis-exp.exp: new file.
18508         * gdb.base/display.exp: new file.
18509         * gdb.c++/derivation.exp: new file.
18510         * gdb.c++/local.exp: new file.
18511         * gdb.c++/member-ptr.exp: new file.
18512         * gdb.c++/overload.exp: new file.
18513         * gdb.c++/ovldbreak.exp: new file.
18514         * gdb.c++/ref-types.exp: new file.
18515         * gdb.c++/ref-types2.exp: new file.
18516         * gdb.c++/userdef.exp: new file.
18517
18518 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
18519
18520         * gdb.base/default.exp: Reflect wording change in remote.c.
18521
18522 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
18523
18524         * gdb.base/help.exp: Update to reflect current text.
18525
18526 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
18527
18528         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18529         they're stack variables and contain garbage.
18530         * gdb.c++/anon-union.exp: new file.
18531
18532         The following changes were made by David Taylor
18533         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18534         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18535         in changes by HP.
18536
18537         * gdb.base/bitops.exp: new file.
18538         * gdb.base/default.exp: change expected messages for catch and
18539         info catch tests to reflect HP merge changes.
18540         * gdb.base/enable-disable-break.exp
18541         * gdb.base/ending-run.c: new file.
18542         * gdb.base/long_long.c: new file.
18543         * gdb.base/maint.exp: new file.
18544         * gdb.base/pointers2.exp: new file.
18545         * gdb.base/shlib-call2.exp: new file.
18546         * gdb.base/solib.exp: new file.
18547         * gdb.base/step-test.c: new file.
18548         * gdb.c++/anon-union.cc: new file.
18549         * gdb.c++/local.cc: new file.
18550         * gdb.c++/member-pointer.cc: new file.
18551         * gdb.c++/method.cc: new file.
18552         * gdb.c++/ref-types.cc: new file.
18553         * gdb.c++/ref-types2.cc: new file.
18554         * gdb.c++/userdef.cc: new file.
18555
18556         * gdb.base/scope.exp: compile one file at a time, then link.
18557         * gdb.base/langs.exp: ditto.
18558         * gdb.base/list.exp: ditto.
18559
18560 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
18561
18562         The following changes were made by David Taylor
18563         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18564         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18565         in changes by HP.
18566
18567         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18568         skip tests.  When compiling pass c++ flag to gdb_compile.
18569         * gdb.c++/
18570
18571         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18572         test for on hppa*-*-hpux*; use args to see if c++ was specified.
18573         (skip_hp_tests): new function.
18574         (gdb_preprocess): new function.
18575
18576         * configure.in (hpdir): decide whether to configure gdb.hp.
18577         * configure: regenerated.
18578
18579         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18580         to delete on clean.
18581         (EXECUTABLES): update to reflect new additions.
18582         * gdb.base/commands.exp: update message expected.
18583         * gdb.base/default.exp: add copyright notice.
18584         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18585         * gdb.base/help.exp: update messages to reflect current text.
18586         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18587         targets for recurse tests.
18588         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18589         skip this file.
18590
18591         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18592         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18593         compilation.
18594         * gdb.c++/misc.exp: ditto.
18595         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18596         run the tests.  tell gdb_compile that it's a c++ compilation.
18597
18598         * gdb.threads/pthreads.exp: fix typo in message.
18599
18600         * gdb.base/all-bin.exp: new file.
18601         * gdb.base/arithmet.exp: new file.
18602         * gdb.base/assign.exp: new file.
18603         * gdb.base/completion.exp: new file.
18604         * gdb.base/cond-expr.exp: new file.
18605         * gdb.base/condbreak.exp: new file.
18606         * gdb.base/define.exp: new file.
18607         * gdb.base/dollar.exp: new file.
18608         * gdb.base/environment.exp: new file.
18609         * gdb.base/eval-skip.exp: new file.
18610         * gdb.base/jump.exp: new file.
18611         * gdb.base/logical.exp: new file.
18612         * gdb.base/pointers.exp: new file.
18613         * gdb.base/relational.exp: new file.
18614         * gdb.base/section_command.exp: new file.
18615         * gdb.base/whatis-expr.exp: new file.
18616
18617         * gdb.base/all-types.c: new file.
18618         * gdb.base/call-array-struct.c: new file.
18619         * gdb.base/call-return-struct.c: new file.
18620         * gdb.base/call-strings.c: new file.
18621         * gdb.base/callfuncs2.c: new file.
18622         * gdb.base/condbreak.c: new file.
18623         * gdb.base/constvars.c: new file.
18624         * gdb.base/display.c: new file.
18625         * gdb.base/int-type.c: new file.
18626         * gdb.base/jump.c: new file.
18627         * gdb.base/miscexprs.c: new file.
18628         * gdb.base/pointers.c: new file.
18629         * gdb.base/pointers2.c: new file.
18630         * gdb.base/shmain.c: new file.
18631         * gdb.base/shr1.c: new file.
18632         * gdb.base/shr2.c: new file.
18633         * gdb.base/solib.c: new file.
18634         * gdb.base/solib1.c: new file.
18635         * gdb.base/solib2.c: new file.
18636         * gdb.base/varargs.c: new file.
18637         * gdb.c++/derivation.cc: new file.
18638         * gdb.c++/overload.cc: new file.
18639         * gdb.c++/ovldbreak.cc: new file.
18640         * gdb.hp/attach.c: new file.
18641         * gdb.hp/attach2.c: new file.
18642         * gdb.hp/average.c: new file.
18643         * gdb.hp/compiler.c: new file.
18644         * gdb.hp/compiler.cc: new file.
18645         * gdb.hp/execd-program.c: new file.
18646         * gdb.hp/follow-exec.c: new file.
18647         * gdb.hp/follow-fork.c: new file.
18648         * gdb.hp/follow-vfork-and-exec.c: new file.
18649         * gdb.hp/misc-hp.cc: new file.
18650         * gdb.hp/more-steps.c: new file.
18651         * gdb.hp/optimize.c: new file.
18652         * gdb.hp/quicksort.c: new file.
18653         * gdb.hp/run-hp.c: new file.
18654         * gdb.hp/start-stop.c: new file.
18655         * gdb.hp/sum.c: new file.
18656         * gdb.hp/templates-hp.cc: new file.
18657         * gdb.hp/thread-local-in-lib.c: new file.
18658         * gdb.hp/thread-local-in-lib.h: new file.
18659         * gdb.hp/thread-local-in-lib.lib.c: new file.
18660         * gdb.hp/vforked-program.c: new file.
18661         * gdb.hp/virtfunc-hp.cc: new file.
18662         * gdb.hp/watchpoint-hp.c: new file.
18663         * gdb.hp/xdb.c: new file.
18664         * gdb.hp/xdb0.c: new file.
18665         * gdb.hp/xdb0.h: new file.
18666         * gdb.hp/xdb1.c: new file.
18667
18668 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
18669
18670         The following change was made by Edith Epstein
18671         <eepstein@cygnus.com> as part of a project to merge in changes
18672         originally made by HP; HP did not create ChangeLog entries.
18673
18674         * gdb.c++/demangle.exp: changed the expected output for some
18675         ARM-style mangling -- removed second reference to datatype.
18676         For example, maint demangle __dt__11T1__pt__2_cFv
18677                      T1<char>::~T1<char>(void)
18678         becomes,
18679                      maint demangle __dt__11T1__pt__2_cFv
18680                      T1<char>::~T1(void)
18681
18682         (test_hp_style_demangling): new hp specific demangling test cases.
18683
18684 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
18685
18686         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18687         * gdb.trace/backtrace.exp: Likewise.
18688         * gdb.trace/circ.exp: Likewise.
18689         * gdb.trace/collection.exp: Likewise.
18690         * gdb.trace/deltrace.exp: Likewise.
18691         * gdb.trace/infotrace.exp: Likewise.
18692         * gdb.trace/limits.exp: Likewise.
18693         * gdb.trace/packetlen.exp: Likewise.
18694         * gdb.trace/passc-dyn.exp: Likewise.
18695         * gdb.trace/passcount.exp: Likewise.
18696         * gdb.trace/report.exp: Likewise.
18697         * gdb.trace/save-trace.exp: Likewise.
18698         * gdb.trace/tfind.exp: Likewise.
18699         * gdb.trace/tracecmd.exp: Likewise.
18700         * gdb.trace/while-dyn.exp: Likewise.
18701         * gdb.trace/while-stepping.exp: Likewise.
18702
18703 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
18704
18705         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18706
18707 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
18708
18709         From Brendan Kehoe:
18710         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18711         int return types.
18712
18713 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
18714
18715         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18716         remote dos host testing right.
18717
18718 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
18719
18720         * gdb.base/corefile.exp: remove some xfails.
18721
18722 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18723
18724         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18725         have different timestamps.
18726
18727 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18728
18729         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18730         gdb.base/default.exp: Replace "exec" with "executable".
18731
18732 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18733
18734         * gdb.base/default.exp: Change else if to elseif from previous
18735         delta.
18736
18737 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
18738
18739         * gdb.base/default.exp: Add brace missing from previous delta.
18740
18741 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
18742
18743         * gdb.base/default.exp: Support test for info float for all
18744         varieties of arm toolchain.
18745
18746 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
18747
18748         * gdb.trace/*.exp: remove "remote_download" command.
18749
18750 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
18751
18752         * gdb.trace/*.exp: remove -gdwarf from compile.
18753
18754 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
18755
18756         * gdb.trace/configure.in(AC_INIT): typo
18757         * gdb.trace/configure: regenerated
18758
18759 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
18760
18761         * config/m68k-emc.exp: New file.
18762         * lib/<emc-support.exp trace-support.exp}: New files.
18763         * configure.in: add new test directory gdb.trace.
18764         * gdb.trace/{configure configure.in Makefile.in}: New files.
18765         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18766         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18767         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18768         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18769         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18770         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18771         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18772
18773 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
18774
18775         * gdb.c++/classes.exp: Change all regular expressions to match
18776         arbitrary combinations of newline/carriage-return, so that they
18777         will work equally well on Unix and Windows.
18778         * gdb.c++/inherit.exp: ditto.
18779         * gdb.c++/virtfunc.exp: ditto.
18780
18781 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
18782
18783         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18784
18785 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
18786
18787         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18788         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
18789         to use a0-a3/d0-d3 as needed.
18790
18791 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
18792
18793         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18794         * gdb.disasm/am33.exp: Corresponding changes.
18795
18796 1998-07-11  Felix Lee  <flee@cygnus.com>
18797
18798         * gdb.base/callfuncs.exp: add cmp10 test.
18799         * gdb.base/callfuncs.c (cmp10): new function.
18800
18801 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
18802
18803         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18804         into two parts to get around a synchronization problem in expect.
18805
18806 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
18807
18808         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18809
18810         * configure.in: Add options for gdbtk testsuite.
18811
18812         * configure: Regenerate.
18813
18814         * gdb.gdbtk: New directory to hold gdbtk tests.
18815
18816 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
18817
18818         * gdb.fortran/types.exp:  Escape brackets in expect patterns
18819         for test_float_literal_types_accepted tests.
18820         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
18821         before run test.
18822
18823 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
18824
18825         * am33.exp: Just compile, do not link the testcase.
18826         * am33.s: Add ".am33" pseudoop to force am33 mode.
18827
18828 1998-06-25  Felix Lee  <flee@cygnus.com>
18829
18830         * gdb.base/setshow.exp: make sure $pc is sane.
18831
18832         * gdb.stabs/weird.exp: split expect patterns properly.
18833
18834 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
18835
18836         * gdb.disasm/am33.s: New disassembler testfile for the am33.
18837         * gdb.disasm/am33.exp: Run it.
18838
18839 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
18840
18841         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18842         match processing (and eliminate spurious timeouts when running).
18843
18844 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
18845
18846         * gdb.base/signals.exp (test_handle_all_print): put back Mach
18847         exception test, but conditionalize it on target [mach | gnu].
18848
18849 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
18850
18851         * gdb.base/overlays.exp: fixup compile line for linker script.
18852
18853 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
18854
18855         * gdb.fortran/types.exp: don't guess at float size.
18856
18857 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
18858
18859         * gdb.base/exprs.exp: delete test that depends on int size.
18860
18861 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
18862
18863         * config/sim.exp: Removed checks for target triplets.
18864         (gdb_target_sim): Use gdb,target_sim_options.
18865
18866 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
18867
18868         * gdb.base/reread.exp: New file.
18869         * gdb.base/reread1.c: New file.
18870         * gdb.base/reread2.c: New file.
18871
18872 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
18873
18874         * config/sim.exp: Use 'target sim -sparclite' when running
18875         SPARClite programs.
18876
18877 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
18878
18879         * gdb.base/structs2.exp: New file.
18880         * gdb.base/structs2.c: New file.
18881
18882 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
18883
18884         * gdb.asm/common.inc: New file.
18885         * gdb.asm/d10v.inc: New file.
18886         * asm-source.exp: Pass -I's to gas to find .inc files.
18887         Update line numbers in expected output.
18888         * asmsrc1.s: Rewrite.
18889         * asmsrc2.s: Rewrite.
18890         * configure.in: Create arch.inc symlink.
18891         * configure: Regenerate.
18892         * Makefile.in (distclean): Delete arch.inc.
18893
18894 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
18895
18896         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
18897         (t_enum_value2): ditto
18898         (t_enum_value3): ditto
18899         (main): ditto
18900 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
18901
18902         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
18903         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
18904         change.
18905         Use gdb_test instead of send_gdb/gdb_expect sequences.
18906
18907 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
18908
18909         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
18910         not void.
18911
18912 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
18913
18914         * gdb.base/branches.c: Code with lots of loops and
18915         subroutines. Used to test gdbs ability to single step through PC
18916         changes, especially to test mips-tdep.c:mips_next_pc
18917
18918 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
18919
18920         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
18921         more rigorous EGCS C++ error checking.
18922
18923 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18924
18925         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
18926         tests.
18927         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
18928         function when asleep.
18929         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
18930         for i*86 Linux and SVR4 signal handling problems.
18931         Remove linux xfail for `next to handler in signals_tests_1', fixed
18932         by recent infrun.c change.
18933         Limit backtrace to 10 frames to avoid timeout problems with infinite
18934         stack backtraces.
18935         Adjust expect pattern in `handle all print' test to match Apr 28 1997
18936         target.[ch] change.
18937
18938 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
18939
18940         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
18941         for a newline from gdb before continuing.
18942         (default_gdb_exit): Just look for y or n.
18943         (gdb_test): Detect abnormal exit from GDB running on DOS; if
18944         it does, fail the rests of the tests in the file.
18945
18946 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
18947
18948         * config/cygmon.exp: New file.
18949
18950 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
18951
18952         * gdb.base/list.exp: Fix problem with "list default lines around
18953         main" test on remote targets.
18954
18955         * gdb.base/scope.exp: Fix problem with filelocal_bss before
18956         run test on remote targets.
18957
18958 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
18959
18960         * gdb.asm: New directory.
18961         * configure.in: Configure it.
18962         * configure: Regenerate.
18963         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
18964         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
18965
18966 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
18967
18968         * config/mn10300-eval.exp: New file to support MN10300 eval board.
18969
18970 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
18971
18972         * gdb.base/overlays (several files): Merge the two overlay
18973         managers into one.  Change variables (foox, barx, bazx, grbxx)
18974         back into ints but force them to load in their proper sections.
18975
18976 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18977
18978         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
18979         on-chip insn memory and IMAP1 to upper 128k.
18980         (D10VCopy): Handle memory regions crossing 16k boundaries.
18981         (D10VCopy): Transfer data in 32 bit chunks.
18982
18983 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18984
18985         * gdb.base/overlays.c (main): Exit normally when result is
18986         correct.
18987
18988         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
18989         map.  Include space for printf in .text segment.
18990
18991         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
18992         updated d10v memory VMA/LMA map.
18993         (D10VCopy): Call D10VTranslate.
18994
18995 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
18996
18997         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
18998
18999         * gdb.base/bar.c (barx, bar): Change variable to small array so
19000         that it won't be put into the .sdata - small data -
19001         section. Update reference.
19002         * gdb.base/baz.c (bazx, baz): Ditto.
19003         * gdb.base/foo.c (foox, foo): Ditto.
19004         * gdb.base/grbx.c (grbxx, grbx): Ditto.
19005
19006         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19007         to be arrays.
19008
19009 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
19010
19011         * gdb.base/overlays.exp: fix up and get working again.
19012         Add tests for backtraces from an overlay function.
19013
19014 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
19015
19016         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19017         "calling function with watchpoint enabled".
19018
19019 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
19020
19021         * gdb.base/break.exp (test_next_with_recursion): Remove
19022         gdb_suppress_tests for d10v-*-*.
19023         * lib/gdb.exp (gdb_suppress_tests): Disable this function
19024         pending review of whether it is useful or not.
19025
19026 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
19027
19028         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19029
19030 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
19031
19032         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19033         * config/dve.exp: New file to support Densan boards.
19034
19035 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
19036
19037         * gdb.base/interrupt.exp: Document problem of simulators, signals,
19038         reads and BSD.
19039
19040 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
19041
19042         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19043         response.
19044
19045         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19046
19047 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
19048
19049         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19050         test.
19051
19052         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19053         target_sizeof_long and target_bigendian_p.
19054         (structs_by_value, structs_by_reference): Check values according
19055         to targets word size and endianess.
19056
19057 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
19058
19059         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19060         output.
19061
19062 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
19063
19064         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19065         Update test of set args help to match source change.
19066
19067 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
19068
19069         * gdb.base/default.exp: Expect help system output to be in
19070         alphabetical order.
19071         * gdb.base/help.exp: Ditto.
19072
19073 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
19074
19075         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19076         "i*86-pc-linux-gnu*".
19077         * gdb.base/interrupt.exp: Ditto.
19078         * gdb.base/corefile.exp: Ditto.
19079
19080         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19081         define vxworks when building the testcase.
19082
19083         * gdb.base/ptype.exp: Fix testnames to be unique.
19084         * gdb.base/radix.exp: Ditto.
19085         * gdb.base/term.exp: Ditto.
19086         * gdb.base/whatis.exp: Ditto.
19087         * gdb.c++/classes.exp: Ditto.
19088
19089 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
19090
19091         * gdb.base/callfuncs.exp: Fix indentation.
19092
19093         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19094         suppress_flag has been set.
19095         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19096         target feature.
19097
19098 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
19099
19100         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19101         the testcase.
19102
19103         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19104         set_debug_traps() and breakpoint().
19105         * gdb.c++/misc.cc (main): Ditto.
19106         * gdb.c++/templates.cc (main): Ditto.
19107         * gdb.c++/virtfunc.cc (main): Ditto.
19108
19109 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
19110
19111         * lib/gdb.exp(gdb_step_for_stub): New function.
19112         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19113         exists, reload the executable and do a "continue" instead of
19114         doing a jump.
19115         (runto_main): Use gdb_step_for_stub.
19116
19117         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19118         tests to have unique names.
19119         * gdb.base/callfuncs.exp: Ditto.
19120         * gdb.base/commands.exp: Ditto.
19121         * gdb.base/default.exp: Ditto.
19122         * gdb.base/help.exp: Ditto.
19123         * gdb.base/list.exp: Ditto.
19124         * gdb.base/opaque.exp: Ditto.
19125         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19126         similar tests.
19127
19128         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19129         * gdb.c++/cplusfuncs.cc: Ditto.
19130         * gdb.c++/virtfunc.cc: Ditto.
19131
19132         * config/monitor.exp: Keep track of the last file we saw, rather
19133         than trying to get the info from gdb.
19134
19135         * gdb.fortran/types.exp: Move comment to previous line.
19136
19137 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
19138
19139         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19140         target mode.
19141
19142 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
19143
19144         From Bob Manson:
19145         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19146         string from GDB when it connects.
19147
19148         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19149
19150 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
19151
19152         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19153         if we can't get a debug format from GDB (we may be testing an
19154         older GDB). Use a 10 second timeout when checking for the format.
19155
19156         * gdb.stabs/weird.exp: Fix quoting.
19157
19158         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19159
19160 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
19161
19162         * config/arm-ice.exp: New file.
19163
19164 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
19165
19166         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19167         until it has been modified to work with the new testsuite.
19168
19169         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19170         testcase won't compile, cause all of the testcases in the file to
19171         fail instead.
19172
19173         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19174         (gdb_clear_suppressed): New procedure.
19175         (gdb_stop_suppressing_tests): Only clear suppress_flag if
19176         it contains a positive value.
19177
19178 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
19179
19180         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19181
19182         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19183
19184 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
19185
19186         * lib/gdb.exp (setup_xfail_format): New function.
19187         (get_debug_format): New function to get debug format.
19188         (debug_format): New global variable to hold last value set
19189         by get_debug_format.
19190         * gdb.base/list.exp: Call get_debug_format and expect some
19191         tests to fail for DWARF 1 and COFF formats.
19192         * gdb.c++/ptype.exp: Ditto.
19193         * gdb.c++/classes.exp: Ditto.
19194         * gdb.c++/cplusfuncs.exp: Ditto.
19195         * gdb.c++/inherit.exp: Ditto.
19196         * gdb.c++/templates.exp: Ditto.
19197         * gdb.c++/virtfunc.exp: Ditto.
19198
19199 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
19200
19201         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19202         host doesn't have a currently-open connection.
19203
19204         * config/sparclet.exp: Cleanups and fixes to make it generic for
19205         any gdb stub target. Handle cases where gdb doesn't respond when
19206         interrupted in a sane fashion.
19207
19208         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19209         same thing in a totally different way.
19210
19211         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19212         setting "timeout".
19213         (gdb_start): We set the global gdb_prompt variable in
19214         default_gdb_init now.
19215
19216 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
19217
19218         * gdb.base/printcmds.exp: Fix "check for floating addition"
19219         regexp to accept results within approx +/- .01 of exact value.
19220         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19221
19222 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
19223
19224         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19225         properly.
19226         (gdb_expect): Add optional timeout parameter, and add timeout
19227         value to various calls.
19228         (gdb_suppress_tests): Only give one warning message per group.
19229
19230 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
19231
19232         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19233         global variables. Handle getting a value for $timeout more
19234         gracefully.
19235
19236 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
19237
19238         * lib/gdb.exp: Close connection to remote host if gdb doesn't
19239         initialize.
19240         (default_gdb_init): New procedure; allow gdb_init to be overridden
19241         by a target configuration file.
19242         (gdb_expect): Pass the timeout to remote_expect.
19243
19244         * config/monitor.exp(gdb_load): Fix typo in regexp.
19245
19246 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
19247
19248         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19249
19250 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
19251
19252         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19253         here. Call gdb_target_exec before rebooting the target, to make
19254         sure the connection to the target is closed.
19255         (gdb_load): Pass the name of the executable to gdb_target_monitor.
19256         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19257         Also detect "Timeout reading from remote" error.
19258
19259         * config/gdbserver.exp: Pass the executable being loaded to
19260         gdb_target_monitor. Don't call gdb_file_cmd here; let
19261         gdb_target_monitor do it.
19262
19263         * gdb.disasm/hppa.exp: Don't use exec_output.
19264
19265 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
19266
19267         * gdb.base/list.exp: If we're debugging a non-native target,
19268         try to set the pc register to point to the start of the
19269         program before doing the first list command.
19270
19271         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19272         test_calls after restarting.
19273
19274         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19275         reloading.
19276
19277         * gdb.base/watchpoint.exp: Fix typo.
19278
19279         * gdb.base/setshow.exp: Check for use_gdb_stub.
19280
19281         * gdb.base/break.exp: Fix continue until exit test for the gdb
19282         stub case.
19283         * gdb.base/langs.exp: Ditto.
19284
19285         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19286         gdb_load_offset. If we weren't given a file to load, figure out
19287         what the current file is and use it.
19288
19289         * config/i386-bozo.exp: New file.
19290
19291 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
19292
19293         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19294         feature.
19295
19296         * config/proelf.exp: New entry.
19297
19298 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
19299
19300         * lib/gdb.exp: Remove spurious .* patterns at the beginning
19301         of regexps.
19302
19303         * gdb.base/watchpoint.exp: Don't run the test_stepping
19304         tests if gdb can't call functions on the target.
19305
19306         * gdb.base/setshow.exp: Don't run the set prompt tests if
19307         the board has gdb_prompt set.
19308
19309 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
19310
19311         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19312         * gdb.base/commands.exp: Likewise.
19313         * gdb.base/setshow.exp: Likewise.
19314
19315 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
19316
19317         * config/monitor.exp(gdb_start): Look for gdb_prompt target
19318         feature.
19319
19320         * config/i960.exp: New file.
19321
19322 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
19323
19324         * gdb.base/funcargs.exp: Check for gdb,short_int target
19325         feature instead of looking for explicit target triplets.
19326
19327 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
19328
19329         * gdb.base/printcmds.exp: add a couple more tests a la
19330         "p 123DEADBEEF", to check parse_number.
19331         * top.c: change "to enable to enable" to "to enable" in a couple
19332         of help strings.
19333
19334 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
19335
19336         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19337         on the mn10300.
19338
19339 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
19340
19341         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19342         where the test executable is run with explicit args.
19343         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19344
19345 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
19346
19347         * gdb.base/run.c: Use FAKEARGV to build test executable that
19348         does not require a command line arg, since most simulators
19349         don't currently support passing such an arg into the simulated
19350         program.
19351         * gdb.base/commands.exp: Change tests to insert the proper
19352         value as the arg to the first recursive factorial call.  Change
19353         compilation line to define FAKEARGV at compile time.
19354
19355 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
19356
19357         * gdb.base/recurse.exp: Enable these tests for the mn10300.
19358         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19359         function with watchpoint enabled" test.
19360
19361 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
19362
19363         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19364         Don't call gdb_test when the command doesn't return to a gdb prompt.
19365
19366         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19367         "Tests restarted" messages.
19368
19369 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
19370
19371         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19372
19373 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
19374
19375         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19376         for INFO SYMBOL; add help tests for OVERLAY commands.
19377         * gdb.base/default.exp: add tests for INFO SYMBOL command;
19378         add tests for OVERLAY commands
19379         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19380         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19381         * gdb.base/sigall.c: add usestubs code frag
19382         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19383
19384 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
19385
19386         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19387         failures.
19388         (gdb_stop_suppressing_tests): Note that tests have restarted.
19389
19390 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
19391
19392         * config/h8300.exp: New file.
19393
19394 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
19395
19396         * gdb.base/setshow.exp: Check for the existence of a
19397         feature, not its value.
19398
19399 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
19400
19401         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19402
19403         * gdb.base/scope.exp: It's now init0(), not init().
19404
19405         * gdb.base/scope0.c: For now, change init() to be init0().
19406
19407         * config/monitor.exp: Use gdb_serial in preference to serial
19408         or netport.
19409
19410         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19411         and it's not already set.
19412
19413 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
19414
19415         * gdb.base/setshow.exp: Only test the run command if the target
19416         isn't using a stub and if it supports argument passing.
19417
19418 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
19419
19420         * config/udi.exp(gdb_start): Make sure UDICONF is set
19421         properly before starting gdb.
19422
19423 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
19424
19425         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19426         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19427         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19428
19429 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
19430
19431         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19432         specialized code to reboot the board, use remote_reboot instead.
19433
19434         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19435
19436         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19437
19438         * config/monitor.exp: Make sure we disconnect from the target.
19439         Also, try a reboot/reload cycle instead of failing if the
19440         load fails.
19441
19442 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
19443
19444         * gdb.base/default.exp: Don't set match_max.
19445         * gdb.base/help.exp: Ditto.
19446         * gdb.base/list.exp: Ditto.
19447         * gdb.base/signals.exp: Ditto.
19448
19449         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19450         set, use remote_ld to download the testcase instead of
19451         the GDB loader.
19452
19453 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
19454
19455         * config/vr5000.exp: New file.
19456
19457         * config/monitor.exp(gdb_target_monitor): Add pattern for
19458         "Ending remote" to detect errors in connecting.
19459
19460         * gdb.base/setshow.exp: Add .* within auto language test.
19461
19462         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19463         target feature.
19464
19465         * config/monitor.exp(gdb_load): Check for a failure when loading,
19466         and reboot the board if necessary.
19467
19468         * gdb.base/setvar.exp(test_set): Handle multiple prints within
19469         a set of tests. Remove print.* from the patterns being checked.
19470
19471 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
19472
19473         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19474         refer to gdb_spawn_id.
19475
19476         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19477         longer used.
19478         * config/sparclet.exp: Ditto.
19479         * config/sparclet-old.exp: Ditto.
19480         * config/slite.exp: Ditto.
19481         * config/sim.exp: Ditto.
19482         * gdb.base/funcargs.exp: Ditto.
19483
19484         * lib/gdb.exp:Remove references to gdb_spawn_id.
19485         (gdb_expect): Move to remote.exp.
19486
19487 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
19488
19489         * config/monitor.exp: Detect the "Couldn't establish connection"
19490         message from GDB.
19491
19492 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
19493
19494         * gdb.base/bitfields.exp: Use runto instead of explicit
19495         gdb_run_cmd/gdb_expect sequences.
19496
19497         * gdb.base/break.exp(text_next_with_recursion): Add match for
19498         gdb_expect call.
19499
19500         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19501         We also need to handle the "A program is being debugged already"
19502         prompt from gdb. Use gdb_test to set the baud rate.
19503
19504         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19505         to 20000. Really. I mean it.
19506
19507 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
19508
19509         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19510         fails. If suppress_flag is set, skip perror message about not
19511         being able to send to GDB.
19512         (send_gdb): If suppress_flag is set, don't try to send commands to
19513         GDB.
19514         (gdb_expect): If suppress_flag is set, always fail immediately.
19515         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19516         (gdb_init): Call gdb_stop_suppressing_tests.
19517         (default_gdb_exit): Ditto.
19518         (default_gdb_start): Ditto.
19519
19520         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19521         gdb_stop_suppressing_tests as appropriate.
19522         * gdb.base/break.exp: Ditto.
19523         * gdb.base/callfuncs.exp: Ditto.
19524         * gdb.base/commands.exp: Ditto.
19525         * gdb.base/exprs.exp: Ditto.
19526         * gdb.base/funcargs.exp: Ditto.
19527         * gdb.base/list.exp: Ditto.
19528         * gdb.base/recurse.exp: Ditto.
19529         * gdb.base/scope.exp:  Ditto.
19530         * gdb.base/structs.exp: Ditto.
19531         * gdb.c++/inherit.exp: Ditto.
19532
19533 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
19534
19535         * config/vr4300.exp: New file.
19536
19537         * gdb.*/*.exp: Call gdb_expect instead of expect.
19538
19539         * lib/gdb.exp(gdb_expect): New function.
19540
19541 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
19542
19543         * lib/gdb.exp(gdb_init): New function.
19544
19545         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19546         for each individual variable set.
19547
19548         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19549         name.
19550
19551         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19552
19553         * gdb.base/scope.exp: Use gdb_test.
19554
19555         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19556         aborting; the testsuite driver will do that for us (see
19557         gdb_finish). Also, use gdb_test in a few more places.
19558
19559 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
19560
19561         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19562
19563 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
19564
19565         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19566         and "add_tests" are not at the same address.
19567
19568 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
19569
19570         * gdb.base/ptype.exp: Use gdb_test.
19571
19572 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
19573
19574         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19575         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19576         left in.  No longer expect them to fail.
19577
19578         * gdb.stabs/*.mt; Deleted, no longer used.
19579         * gdb.stabs/configure.in: Remove references to target makefile
19580         frags.
19581         * gdb.stabs/configure: Rebuilt.
19582
19583         * gdb.disasm/*.mt: Deleted, no longer used.
19584         * gdb.disasm/configure.in: Remove references to target makefile
19585         frags.  Use "sh3.s" as the unique filename for this directory.
19586         * gdb.disasm/configure: Rebuilt.
19587
19588         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19589         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19590         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19591
19592 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
19593
19594         * config/udi.exp: Use mondfe,name instead of remote_host.
19595
19596 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
19597
19598         * gdb.base/watchpoint.exp: Don't expect a failure when calling
19599         a function with a watchpoint enabled on the mn10200.
19600
19601         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19602         before trying to create it!
19603
19604 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
19605
19606         * config/vx.exp: Use hostname instead of netport.
19607
19608         * config/vxworks.exp: New file.
19609
19610         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19611
19612         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19613         gdb before assuming everything worked. Send a ^C if a timeout
19614         occurs.
19615
19616         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19617         $gdb_spawn_id directly.
19618         (gdb_run_cmd): Try _start as well as start. Use the target feature
19619         gdb,start_symbol as the symbol to start from when jumping.
19620
19621 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
19622
19623         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19624         redundant) test.
19625
19626         * gdb.base/recurse.exp: Relax final value test for 'b' so that
19627         it doesn't lose for 16bit integer systems.
19628
19629 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
19630
19631         * gdb.fortran/types.exp: If the target doesn't support "double"
19632         data types, then expect "real" types to only be 4 bytes.
19633
19634         * gdb.c++/virtfunc.exp: Expect failure for virtual function
19635         call tests if the target doesn't support inferior function calls.
19636
19637         * gdb.base/printcmds.exp: Allow minor deviation in FP values
19638         in printf tests.
19639
19640 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
19641
19642         * gdb.base/help.exp: Disable "help set", "help show", and
19643         "help support".  Simplify regexp for "help stack".
19644
19645         * gdb.base/default.exp: Set match_max to 5000 and the timeout
19646         to 60 seconds.  Temporarily set match_max to 15000 around the
19647         "info copying" test.
19648
19649         * gdb.base/nodebug.exp: Don't try to do an inferior function
19650         call if the target doesn't support them.
19651         * gdb.base/printcmds.exp: Likewise.
19652         * gdb.base/setvar.exp: Likewise.
19653         * gdb.base/structs.exp: Likewise.
19654         * gdb.c++/templates.exp: Likewise.
19655         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
19656
19657         * gdb.base/recurse.exp: Enable for the mn10200.
19658
19659         * configure.in: Do configure gdb.stabs directory for *-*-elf
19660         targets.
19661         * configure: Rebuilt.
19662
19663         * gdb.base/break.exp: Check for gdb,noresults before testing
19664         exit status and/or results from the target.
19665         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19666         * lib/gdb.exp: Remove old (now bogus) initialization of
19667         noinferior, noargs, noresults and nosignals.
19668
19669 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
19670
19671         * config/sh.exp: New file.
19672
19673         * config/slite.exp: Try to connect multiple times to the board
19674         before rebooting. Only send a "monitor run" if need_monitor_run
19675         is set.
19676
19677         * gdb.base/break.exp: Don't do the "stub continue" test if
19678         the target has gdb_stub set.
19679
19680         * gdb.base/callfuncs.exp: Increase the timeout.
19681
19682         * gdb.base/interrupt.exp: Don't even try to compile the testcase
19683         if the target has gdb,noinferiorio set.
19684
19685         * gdb.base/list.exp: Increase match_max to 10000 characters.
19686
19687         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19688
19689         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19690         target.
19691
19692         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19693
19694 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
19695
19696         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19697         trying to delete the copy of gdb. Catch the file delete so we
19698         don't die if the delete fails; also, the file should be copied to
19699         the host, not to the build.
19700
19701 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
19702
19703         * lib/gdb.exp(gdb_test): Surround the result pattern with
19704         parenthesis in case it contains multiple regexps separated
19705         with |.
19706
19707         * gdb.base/watchpoint.exp: Use gdb_test.
19708         * gdb.base/default.exp: Ditto.
19709
19710 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
19711
19712         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19713
19714         * gdb.base/scope.exp: Use gdb_test.
19715         * gdb.c++/classes.exp: Ditto.
19716         * gdb.c++/inherit.exp: Ditto.
19717
19718 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
19719
19720         * gdb.base/crossload.exp: Don't use execute_anywhere, use
19721         remote_exec instead.
19722         * gdb.base/corefile.exp: Don't be ridiculous.
19723         * gdb.base/*.c: Add missing stub invocations.
19724
19725 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
19726
19727         * config/slite.exp: Miscellaneous fixes.
19728
19729         * lib/gdb.exp: Fix runto.
19730
19731         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19732         the target.
19733
19734         * gdb.base/watchpoint.exp: Fix regexp.
19735
19736         * lib/gdb.exp(default_gdb_exit): Add a catch to the
19737         close and wait commands, as the descriptor may now be
19738         invalid. Always call "remote_close host".
19739
19740 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
19741
19742            Major rewrite for testsuite revision.
19743
19744         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19745         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19746         instead of relying on spawn_id to always contain a valid
19747         spawn id.
19748         (get_compiler_info): New procedure to build the ${binfile}.ci
19749         file, instead of replicating this in N different places.
19750         (gdb_compile): New procedure.
19751
19752         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19753         appropriate arguments) instead of compile. Use gdb_test in a lot
19754         more places.  Use send_gdb instead of send. Always run gdb_start
19755         at the start of a testcase, as this is no longer done magically.
19756
19757         config/*-gdb.exp: Rename without the -gdb suffix.
19758
19759         config/mips.exp: Use remote_close instead of exit_remote_shell.
19760         config/monitor.exp: Use target_info instead of looking at
19761         baud, timeout, etc.
19762         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19763
19764 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19765
19766         * gdb.c++/templates.exp (test_ptype_of_templates),
19767         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19768         Update expect patterns for destructors and assignment operators
19769         to match corresponding c-typeprint.c changes.
19770         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
19771         to destructor breakpoint test, GDB should be able to set the
19772         destructor breakpoint without specifying arguments.
19773
19774 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
19775
19776         * gdb.threads/pthreads.exp: Change result for failure to compile due
19777         to lack of pthreads runtime support from an error to simply an
19778         unsupported test, per dejagnu standards.
19779
19780 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19781
19782         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
19783         where GDB exits to reduce pattern match time.
19784         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
19785
19786         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
19787
19788 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
19789
19790         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19791         * gdb.base/default.exp:   ditto.
19792         * gdb.base/nodebug.exp:   ditto.
19793         * gdb.base/printcmds.exp: ditto.
19794         * gdb.base/ptype.exp:     ditto.
19795         * gdb.base/setvar.exp:    ditto.
19796         * gdb.base/structs.exp:   ditto.
19797         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
19798
19799 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
19800
19801         * configure, */configure: Rebuild with autoconf 2.12.
19802
19803 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
19804
19805         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19806         use new i*86-pc-linux*-gnu quads.
19807         * gdb.base/corefile.exp: Ditto.
19808         * gdb.base/signals.exp: Ditto.
19809         * gdb.base/sigall.exp: Ditto.
19810         * gdb.base/interrupt.exp: Ditto.
19811
19812         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19813         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
19814         RedHat 4.0.
19815
19816         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19817         linux.  This allows the test case to at least compile on latest
19818         linux, but still not run due to missing the threads runtime library.
19819
19820 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19821
19822         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
19823         directory to search gdb directory. Accept and step over conditional
19824         stack alignment code. Consume $prompt in failure cases.
19825         Reset timeout to $oldtimeout instead of some arbitrary value.
19826         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
19827         timeout problems with infinite stack backtraces.
19828         * gdb.base/ptype.exp (ptype struct link, union tu_link):
19829         Accept function parameters for linkfunc member.
19830
19831 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
19832
19833         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19834         (CXXFLAGS): Remove, unreferenced.
19835         (B_OPTIONS): Add for -B options and add code to initialize with
19836         previous -B options and also add -B option to pick up cross compiled
19837         runtime.
19838         (TARGET_INCLUDES): Add for -I options and add code to initialize when
19839         doing cross compiles.
19840         (target_alias): Declare global.
19841         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
19842         to verify that gcc exists in build tree, and if so set CC to that
19843         gcc and to use B_OPTIONS and TARGET_INCLUDES.
19844
19845 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
19846
19847         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19848         ptype test for anonymous union.  Fixup testcase to match
19849         current gcc debug output.
19850
19851 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
19852
19853         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19854         force argument to an unsigned long type.
19855
19856 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
19857
19858         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
19859         tests and anonymous union print/ptype tests.
19860         * gdb.base/list.exp (test_forward-search): Increase timeout by
19861         5 minutes for the "search extremely long line" case.
19862         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19863         completely optional and that the pass/fail messages use the command as
19864         the message if that third arg is a null string.
19865         (gdb_test_exact):  Arrange that a null string pattern means match a
19866         null string output rather than any output, which might include random
19867         errors.
19868         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19869         backtrace test.
19870         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19871         always failing and failure is now exposed by gdb.exp changes.
19872
19873 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
19874
19875         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19876         weren't being noted.
19877
19878 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19879
19880         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
19881         * gdb.stabs/weird.exp:  Remove v_comb xfails.
19882
19883 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
19884
19885         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
19886                     list.exp scope.exp watchpoint.exp]
19887           Make all timeout error msgs explicitly say "(timeout)".
19888
19889 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
19890
19891         * config/monitor.exp: Increase download timeout to 1000 seconds.
19892
19893 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
19894
19895         * config/m32r.exp: Increase timeout to 120 seconds.
19896
19897 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
19898
19899         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
19900         and accept older ordering as obsolescent gcc or gdb.
19901         * gdb.c++/templates.exp: Ditto.
19902         * gdb.c++/virtfunc.exp: Ditto.
19903
19904 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
19905
19906         * gdb.base/coremaker.c: Add code to mmap some data so we
19907         can check that it ends up in the core file.
19908         * gdb.base/corefile.exp: Add test to read mmapped data
19909         from core file.
19910
19911 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
19912
19913         * config/m32r.exp: New file.
19914
19915 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
19916
19917         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
19918         that cflags can contains -gstabs, and work correctly for other tests.
19919
19920 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
19921
19922         * gdb.base/setshow.exp: New file, tests show and set.
19923         * gdb.base/setshow.c:   New file, tests show and set.
19924         * gdb.base/help.exp: Add test for help set|show annotate.
19925         * gdb.base/default.exp: Add test for set|show annotate.
19926
19927 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
19928
19929         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
19930         errors unique.
19931         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
19932         explicitly.
19933
19934 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
19935
19936         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
19937         and width commands.  This is done elsewhere.
19938         * (gdb_start):  Don't call gdb_start_sim here.  That's already
19939         done in gdb_load.  This fixes lots of failures in default.exp.
19940
19941 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
19942
19943         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
19944         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
19945         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
19946         in the same we we treat other failures (since it may be an expected
19947         condition), rather than as an error.
19948         * gdb.base/signals.exp (test_handle_all_print): Revert back to
19949         old test format.
19950
19951 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
19952
19953         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
19954         (distclean maintainer-clean realclean): No need to remove files
19955         twice.  Nuke the duplicates.
19956         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
19957         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
19958         Remove config.h along with other config files.
19959
19960 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
19961
19962         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
19963         "p func1 ()" and note that rests of tests are skipped.
19964         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
19965         setup_xfails for "print func2::coremaker_local".
19966         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
19967         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
19968         affected by the previous run test.
19969         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
19970         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
19971         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
19972         "pass int powerset tuple" and "pass modeless int powerset tuple".
19973         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
19974         "real write 4" and "real write 8".
19975         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
19976         setup_xfails for "print vs1 after tuple assign 2",
19977         "print \$i after tuple assign 2", and
19978         "print vs2 after tuple assign 2".
19979         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
19980         meaningful error message and return -1 so the caller can
19981         suppress further tests and avoid a cascade of errors.
19982
19983 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
19984
19985         * gdb.base/a1-selftest.exp: Tweak tests to account for new
19986         format for printing version.
19987         * gdb.base/default.exp: Ditto.
19988         * gdb.base/interrupt.exp: Fix problem with cascade of
19989         errors if child process dies while calling a function.
19990
19991 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
19992
19993         * Makefile.in (VPATH): Add
19994         * Makefile.in (Makefile, config.status): Fix rules so things get
19995         remade when necessary.
19996
19997 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
19998
19999         * Makefile.in (just-check): Add path to sibling expect dir
20000         to environment variable specified by RPATH_ENVVAR.
20001
20002 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
20003
20004         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20005         (just-check): Add shared library paths for libstdc++, tk,
20006         tcl, bfd, and opcodes to the environment variable specified
20007         in RPATH_ENVVAR.
20008         * configure.in: Add support to recognize --enable-shared flag
20009         and generate correct value for RPATH_ENVVAR.
20010         * configure: Regenerated with autoconf.
20011
20012 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
20013
20014         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20015         include all osf versions.
20016         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20017         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
20018         when target is linux.  When failing to build pthreads test
20019         executable, give more meaningful message.
20020         * gdb.threads/pthreads.c: Hpux also uses old definition of second
20021         arg for pthread_create.
20022
20023 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
20024
20025         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20026         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20027         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20028         and -lpthreads (everybody else).
20029         (test_startup): Fail gracefully if threads are not supported.
20030         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20031         "p/c array_index("abcdef",2)" when not gcc compiled.
20032         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20033         "print func2::coremaker_local" when not gcc compiled.
20034         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20035         "ptype on opaque struct tagname (statically)",
20036         "ptype on opaque struct tagname (dynamically) 1", and
20037         "ptype on opaque struct tagname (dynamically) 2"
20038         for not compiled with gcc.
20039         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20040         backtrace when compiled with gcc.
20041         * lib/gdb.exp (runto_main): Return result of "runto main" rather
20042         than always return success.
20043
20044 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
20045
20046         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20047
20048 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
20049
20050         * gdb.base/structs.exp: Undo last change.
20051
20052 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
20053
20054         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20055         encapsulate all the steps/nexts done during self test, starting
20056         at main, and makes them less sensitive to optimization issues.
20057         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20058         signal handler" test.
20059         * gdb.threads/pthreads.exp: Only run this for native configs.
20060         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20061         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20062         tests.
20063         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20064         for "runto test_calls(void)" test.
20065
20066 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
20067
20068         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20069         and don't expect address info in breakpoint confirmations.
20070
20071 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
20072
20073         * gdb.base/list.exp (test_forward_search): Increase timeout
20074         temporarily by 60 seconds for searching extremely long line,
20075         and then reset to old value when done.  Increase expect input
20076         buffer to 10000.
20077
20078 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
20079
20080         * gdb.base/list.exp (test_forward_search): Fix to handle very
20081         long source line without overflowing expect's input buffer.
20082
20083 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
20084
20085         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20086         "buffer_full".
20087
20088         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20089         "buffer_full".
20090
20091         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20092         "buffer_full".
20093
20094         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20095         "buffer_full".
20096
20097 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
20098
20099         * configure.in (configdirs): Add gdb.threads.
20100         * configure: Regenerated with autoconf.
20101         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20102         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20103         * gdb.threads/configure: New, generated with autoconf.
20104
20105 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
20106
20107         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20108
20109 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
20110
20111         * gdb.base/signals.exp (test_handle_all_print): Test separately for
20112         each signal's status in the output of "handle all print".
20113         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20114         the \r\n sequence that immediately precedes the gdb prompt.
20115         * gdb.base/a1-selftest.exp: Save original timeout and restore
20116         after test.
20117
20118 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
20119
20120         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20121         symbol.
20122
20123 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
20124
20125         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20126
20127 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
20128
20129         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20130         timeout by 60 seconds.
20131
20132 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
20133
20134         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20135         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20136         error return.
20137
20138 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
20139
20140         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20141         gdb initialization, also report how long dejagnu waited.  Restore
20142         old timeout before doing error return.  Temporarily increase timeout
20143         by 3 minutes to allow for slow startups over heavy NFS use.
20144
20145 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
20146
20147         * lib/gdb.exp: Report timeout value for verbosity level 2.
20148         * config/gdbserver.exp: Ditto.
20149         * config/hppro.exp: Ditto.
20150         * config/mips-gdb.exp: Ditto.
20151         * config/monitor.exp: Ditto.
20152         * config/netware.exp: Ditto.
20153         * config/sim-gdb.exp: Ditto.
20154         * config/slite-gdb.exp: Ditto.
20155         * config/udi-gdb.exp: Ditto.
20156         * config/unix-gdb.exp: Ditto.
20157         * config/vx-gdb.exp: Ditto.
20158         * gdb.base/a1-selftest.exp: Ditto.
20159         * gdb.base/a2-run.exp: Ditto.
20160         * gdb.base/break.exp: Ditto.
20161         * gdb.base/corefile.exp: Ditto.
20162         * gdb.base/list.exp: Ditto.
20163         * gdb.base/recurse.exp: Ditto.
20164         * gdb.base/scope.exp: Ditto.
20165         * gdb.base/signals.exp: Ditto.
20166
20167 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
20168
20169         * gdb.threads/Makefile.in (docdir): Removed.
20170
20171 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
20172
20173         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20174         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20175         @srcdir@.
20176         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20177         autoconf 2.5 or higher.
20178         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20179
20180 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
20181
20182         * configure: Regenerated.
20183         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20184         avoid name clashes with SunOS headers.
20185
20186 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
20187
20188         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20189
20190 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
20191
20192         * gdb.base/callfuncs.exp: Finish last change -- make sure the
20193         prototype information ends up in the compiler info file.
20194
20195 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
20196
20197         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20198         attempting to regenerate it.  Eliminate use of a temporary file
20199         and just generate the info file directly.  Source it immediately,
20200         for consistency of use.
20201         * gdb.base/corefile.exp: Ditto
20202         * gdb.base/exprs.exp: Ditto.
20203         * gdb.base/funcargs.exp: Ditto.
20204         * gdb.base/langs.exp: Ditto.
20205         * gdb.base/list.exp: Ditto.
20206         * gdb.base/mips_pro.exp: Ditto.
20207         * gdb.base/nodebug.exp: Ditto.
20208         * gdb.base/opaque.exp: Ditto.
20209         * gdb.base/ptype.exp: Ditto.
20210         * gdb.base/scope.exp: Ditto.
20211         * gdb.base/setvar.exp: Ditto.
20212         * gdb.base/signals.exp: Ditto.
20213         * gdb.base/whatis.exp: Ditto.
20214         * gdb.c++/templates.exp: Ditto.
20215         * gdb.c++/virtfunc.exp: Ditto.
20216         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20217         whether or not to add -lstdc++ to the compile command line args.
20218
20219 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20220
20221         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
20222         it got fixed by the recent lookup_minimal_symbol_by_pc change.
20223         Increase timeout, a lot of single stepping might be needed if the
20224         target has no hardware watchpoints.
20225
20226 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
20227
20228         * gdb.base/break.exp: Ignore compiler warnings when compiling
20229         break.c.
20230         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20231         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
20232         from remote-sim.
20233         * gdb.base/exprs.exp: Add h8300 xfails.
20234         * gdb.base/funcargs.exp: Likewise.
20235         * gdb.base/nodebug.exp: Likewise.
20236         * gdb.base/printcmds.exp: Likewise.
20237         * gdb.base/ptype.exp: Likewise.
20238         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
20239         h8300 xfails.
20240         * gdb.base/return.exp: Handle float/double precision problems
20241         on the h8300.
20242         * gdb.base/funcargs.c: Explicitly make last constant argument to
20243         call_after_alloca_subr an unsigned long type.
20244         * gdb.base/return.c: Include stdio.h.
20245
20246 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
20247
20248         * config/abug.exp: New file for the older Motorola Bug monitor
20249         that runs on the mvme13x series VME boards.
20250         * config/monitor.exp: Use the new config array for target settings
20251         if they exist.
20252
20253 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
20254
20255         * sim-gdb.exp: Make the SH simulator allocate less space when
20256         it is targeted.
20257
20258 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
20259
20260         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20261         test.
20262
20263 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
20264
20265         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20266         "rs6000-*-*" for "list function in include file" when gcc compiled.
20267         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20268         for "p ctable1[120]".
20269         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20270         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20271         Remove setup_xfail for "rs6000-*-*" for
20272         "print 'scope0.c'::filelocal before run".
20273         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20274         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20275         since some compilers don't allow both options to be given
20276         on the same command line.  Create object file and move it.
20277
20278 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
20279
20280         * gdb.base/corefile.exp: Always regenerate the core file, since
20281         we always regenerate the coremaker program.  Detect special case
20282         where registers cannot be read from core file.
20283
20284 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
20285
20286         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20287         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20288         * gdb.c++/templates.exp: Only match on basename of file since
20289         some formats like xcoff don't encode directory information.
20290         * gdb.stabs/weird.exp: Use the right sed script for powerpc
20291         and rs6000 AIX xcoff targets.
20292         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20293         * configure: Regenerate.
20294         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20295         here, rather than in distclean.
20296
20297 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
20298
20299         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20300         defined, and use it to compile the test case with -O2.  The
20301         native compilation still uses no optimization.
20302         * gdb.base/mips_pro.c: Remove inline assembly code since
20303         it is compiled PIC by default, which results in assembler
20304         warnings that make the testsuite think the compilation
20305         was unsuccessful.
20306
20307 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
20308
20309         * gdb.c++/misc.exp: Add note to message for
20310         "print s.a for foo struct" that this is a known gcc 2.7.2
20311         and earlier bug.
20312
20313 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
20314
20315         * gdb.base/break.exp: Fix pattern for matching "Delete all
20316         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
20317         setup_xfail for deleting all breakpoints test.  Fix various
20318         timeout messages to include "(timeout)".
20319         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20320         for "p t_float_values2(3.14159,float_val2)".
20321         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20322         for "continue to call2g" when gcc compiled.
20323         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20324         "up to foo in langs.exp", "show language at foo in langs.exp",
20325         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20326         and "show language at fsub in langs.exp".
20327         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20328         "list line 1 in include file", "list message for lines past EOF",
20329         "list function in include file", "list list0.h:foo", and
20330         "list filename:function; nonexistant function".
20331         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20332         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20333         and "ptype t_char_array" to be for native cc only.
20334
20335 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
20336
20337         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20338         setup_xfail for "print coremaker_bss", "print coremaker_ro",
20339         "print func2::coremaker_local", and "backtrace in corefile.exp".
20340
20341 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
20342
20343         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20344         "bt in signals.exp".  This problem only appears when running
20345         the testsuite, and then only intermittently.
20346
20347 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
20348
20349         * gdb.base/return.exp (return_tests): Differentiate between
20350         two tests of continuing.
20351
20352 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
20353
20354         * */Makefile.in (maintainer-clean): Remove config.log.
20355         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20356         * gdb.c++/Makefile.in (PROGS): Add inherit.
20357         (clean): Remove *.ci.
20358
20359 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
20360
20361         * gdb.c++/misc.cc: Add test code from Mike Stump.
20362         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20363
20364 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
20365
20366         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20367         to "alpha-*-osf2*" and add comment.
20368         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20369         setup_xfail for "step over execarg initialization" and
20370         "step over corearg initialization".
20371         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20372         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20373         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20374         gcc compiled for "print coremaker_bss", "print coremaker_ro",
20375         "print func2::coremaker_local", and "backtrace in corefile.exp".
20376         * gdb.base/signals.exp: Build and source signals.ci.
20377         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20378         to be for gcc only.
20379         * lib/gdb.exp: Move verbose statements outside conditionals.
20380
20381 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20382
20383         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
20384         Feb 3 procfs.c change.
20385
20386 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
20387
20388         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20389
20390 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
20391
20392         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20393         from dejagnu's apparent default of 10 seconds, which gives random
20394         results when running the tests over NFS on moderately loaded systems.
20395         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20396
20397 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
20398
20399         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
20400         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20401         result reports.
20402
20403 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
20404
20405         * configure.in (CY_AC_PATH_TCLH): Remove.
20406         * configure: Regenerate.
20407
20408 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
20409
20410         * gdb.c++/Makefile.in (clean): Add missing '{'.
20411
20412 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
20413
20414         * lib/gdb.exp: Provide a default value for noinferior.
20415
20416         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20417         Load libgloss.exp.
20418
20419 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
20420
20421         * gdb.disasm/hppa.exp: Compile directly into an executable, use
20422         the executable, not the .o to run the tests from.
20423
20424 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
20425
20426         * gdb.base/break.exp: Don't test for program exit or exit status
20427         if $noresults if nonzero.
20428         * gdb.base/langs.exp: Likewise.
20429         * gdb.base/watchpoint.exp: Likewise.
20430
20431         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20432         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20433         trying to compile the testcase.
20434
20435 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
20436
20437         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20438         * gdb.base/signals.exp (continue to handler): Likewise.
20439
20440 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
20441
20442         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
20443
20444         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
20445
20446 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
20447
20448         * gdb.base/corefile.exp: Recognize "not found" as failure
20449         when trying to determine if a core file was generated.
20450         If no core file was generate the first time, try again without
20451         the ulimit -c to work around braindamaged shells.
20452
20453 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
20454
20455         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20456         [] tests with "test" and enclose string in quotes.
20457         * gdb.stabs/configure: Rebuild
20458
20459 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
20460
20461         Changes in sync with expect:
20462         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20463         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20464         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20465         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
20466         argument to AC_REQUIRE.
20467         * configure: Regenerated.
20468
20469 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
20470
20471         * gdb.base/corefile.exp: When generating a core, discard any
20472         error messages about ulimit not found and the "core dumped"
20473         message from the shell that runs the coredumper.
20474
20475 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
20476
20477         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20478
20479         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20480         which sed script to run.  Expect failure for v_comb test
20481         on PA targets too.
20482
20483 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
20484
20485         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20486         "print func2::coremaker_local" and for "backtrace in corefile.exp"
20487
20488 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
20489
20490         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20491         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20492         "sparc-sun-solaris*" xfails for "p v_comb".
20493         * lib/gdb.exp (default_gdb_start): Fix typo.
20494         * gdb.base/corefile.exp: Allow "Core was generated by ..."
20495         messages to not include the full program name that caused
20496         the core dump since some systems (such as solaris) apparently
20497         truncate this path to about 80 characters.
20498         When generating a core file first try increasing the core file
20499         size limit to unlimited since some systems may default it to
20500         zero, and it is harmless to try it.  Move the test for failing
20501         to generate a core file to where it will actually get executed.
20502         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20503         new gdb result from g++ debug info improvements and make old
20504         pattern obsolescent.  Also account for size_t differences
20505         (may be int or long).
20506         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20507         initialization before function call is placed in the delay slot
20508         and thus appears to be skipped over by commands such as "next".
20509
20510 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
20511
20512         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20513
20514 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
20515
20516         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20517         input source file; fix code to compile test to deal with this
20518         convention.
20519         * gdb.c++/*.exp: Likewise.
20520
20521 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
20522
20523         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20524         "bt in signals.exp".
20525
20526 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
20527
20528         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20529         "step over execarg initialization" and
20530         "step over corearg initialization".
20531
20532 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
20533
20534         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20535         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
20536
20537 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
20538
20539         From Rob Savoye  (rob@poseidon.cygnus.com)
20540         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20541         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20542         configure.in}, gdb.disasm/{Makefile.in, configure.in},
20543         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20544         configure.in}: Major reworking for autoconfig.
20545         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20546         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20547         New files.
20548         * config/unix-gdb.exp:  Make GDB global.
20549         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20550         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20551         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20552         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20553         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20554         term.exp, twice.exp, watchpoint.exp, whatis.exp},
20555         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20556         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20557         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20558         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20559         pr-8136.exp, result.exp, string.exp, tuples.exp},
20560         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20561         to returns as necessary, arrange for test to compile own testcase
20562         executable.
20563         * lib/gdb.exp: Changes for testsuite to compile own test cases.
20564
20565 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
20566
20567         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20568         clear_xfail at end of test which might not call either pass or fail.
20569         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20570         "backtrace through signal handler".
20571
20572 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20573
20574         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
20575         continuing from a job control stop signal.
20576         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
20577
20578 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
20579
20580         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20581         * gdb.base/corefile.exp: Likewise.
20582         * gdb.base/funcargs.exp: Likewise.
20583
20584 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
20585
20586         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
20587         * config/monitor.exp:  Add support for setting baud rate.
20588
20589 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
20590
20591         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20592         i*86-*-linux* xfails for "backtrace through signal handler".
20593         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20594         "print func2::coremaker_local".
20595         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20596         alpha-dec-osf2* xfail for
20597         "delete all breakpoints when none".
20598
20599 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
20600
20601         * gdb.base/break.exp: Change test that deletes all breakpoints
20602         when no user breakpoints are installed.  A post 4.15 change
20603         causes gdb to no longer prompt in this case.
20604
20605 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
20606
20607         * gdb.base/return.exp (return_tests):  Change xfail for test
20608         "correct value returned double test" to stop xfailing at
20609         Solaris 2.5.  Apparently the bug has been fixed.
20610
20611 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
20612
20613         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20614         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20615
20616 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
20617
20618         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20619         * gdb.disasm/hppa.s: Corresponding changes.
20620
20621 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
20622
20623         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20624         makefile fragment.
20625         * config/mt-hpux: Deleted.
20626
20627 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
20628
20629         * Many files: When warning about suppressed tests due to a
20630         nonexistant test binary, avoid incrementing the warning count.
20631
20632 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
20633
20634         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
20635
20636 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20637
20638         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
20639         "sparc-*-solaris2*".
20640
20641 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20642
20643         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
20644         Add global and local variables and initialize them.
20645         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
20646         by printing variables. Remove rs6000 and powerpc xfails, BFD now
20647         extracts the file name and terminating signal from the core file.
20648         * TODO:  Remove note about tests for correct mapping of corefile.
20649         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
20650         from optimizing it away.
20651         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
20652         handles common blocks.
20653
20654 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
20655
20656         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20657         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20658
20659 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
20660
20661         * Makefile.in (maintainer-clean): New target, synonym for
20662         realclean.
20663         * gdb.base/Makefile.in (maintainer-clean): Likewise.
20664         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20665         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20666         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20667         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20668         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20669
20670 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
20671
20672         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
20673         xfails when not gcc compiled for "print foo::funclocal".
20674         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20675         "print foo::funclocal at foo",
20676         "print 'scope1.c'::foo::funclocal at foo",
20677         "print foo::funclocal_bss at foo",
20678         "print 'scope1.c'::foo::funclocal_bss at foo",
20679         "print foo::funclocal_ro at foo",
20680         "print 'scope1.c'::foo::funclocal_ro at foo",
20681         "print bar::funclocal at foo" and
20682         "print 'scope1.c'::bar::funclocal at foo".
20683         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
20684         gcc compiled for "print foo::funclocal at bar".
20685         Expand all messages to ensure that they identify that
20686         the test is at bar().
20687         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20688         gcc compiled for:
20689         "ptype on opaque struct pointer (statically)",
20690         "ptype on opaque struct tagname (statically)",
20691         "ptype on opaque struct pointer (dynamically) 1",
20692         "ptype on opaque struct tagname (dynamically) 1",
20693         "ptype on opaque struct pointer (dynamically) 2" and
20694         "ptype on opaque struct tagname (dynamically) 2
20695         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20696         gcc compiled for:
20697         "p datalocal"
20698         "whatis datalocal",
20699         "ptype datalocal",
20700         "p bsslocal",
20701         "whatis bsslocal", and
20702         "ptype bsslocal".
20703         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20704         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20705         when not gcc compiled.
20706         * gdb.base/funcargs.exp (float_and_integral_args):  Add
20707         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20708         compiled.
20709         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
20710         "backtrace from call6a" when not gcc compiled.
20711         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20712         "backtrace from call7a" when not gcc compiled.
20713         * gdb.base/callfuncs.exp (do_function_calls):
20714         Add "hppa*-*-hpux*" xfail when not gcc compiled for
20715         "p t_char_array_values(char_array_val2,char_array_val1)",
20716         "p t_char_array_values(char_array_val1,char_array_val2)",
20717         "p t_char_array_values("carray 1","carray 2")",
20718         "p t_char_array_values("carray 1",char_array_val2)",
20719         "p t_char_array_values(char_array_val1,"carray 2")",
20720         "p sum_args(1,{2})",
20721         "p sum_args(2,{2,3})",
20722         "p sum_args(3,{2,3,4})",
20723         "p sum_args(4,{2,3,4,5})"
20724         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20725         "backtrace in corefile.exp" when not gcc compiled.
20726
20727 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20728
20729         * gdb.base/signals.exp:  Rewrite `handle all print' test as
20730         a procedure. Accept blanks or TABs as whitespace, increase
20731         timeout and expect input buffer size for the large output
20732         from the command. Remove "i*86-*-bsdi2.0" xfail.
20733
20734 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20735
20736         * gdb.base/setvar.exp:  Add new testcases for truncation when
20737         assigning invalid values to bitfields.
20738
20739 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
20740
20741         * gdb.base/callfuncs.exp (do_function_calls):  Remove
20742         mips-sgi-irix* xfail for
20743         "call inferior func with struct - returns char *"
20744         and fix test so that an optional (unsigned char *) cast is
20745         accepted in the result.
20746
20747 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
20748
20749         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
20750         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20751         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20752         * gdb.base/signals.exp: Remove duplicate "handle all print" test
20753         that accidentally got checked in.
20754
20755 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
20756
20757         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
20758         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20759         compiled test.
20760         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20761         Add mips-sgi-irix5* xfail for not gcc compiled.
20762         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
20763         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20764         "p top", "whatis top", "p middle", and "whatis middle".
20765         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20766         "whatis signed char" for not gcc compiled.
20767         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20768         "set variable signed char=-1 (-1)" and
20769         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20770         * gdb.base/funcargs.exp (float_and_integral_args):
20771         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20772         Add mips-sgi-irix* xfail when not gcc compiled for
20773         "continue to call2b".
20774         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20775         "continue to call2g".
20776         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20777         "backtrace from call6a"
20778         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20779         "backtrace from call7k".
20780         Add mips-sgi-irix5* xfail when not gcc compiled for
20781         "backtrace from call7a".
20782         (localvars_after_alloca):  Fix gdb_test cmds for
20783         "print * after runto ...".
20784         Remove rs6000-*-* xfails for
20785         "print i after runto localvars_after_alloca" and
20786         "print l after runto localvars_after_alloca"
20787         for all compilers.
20788         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20789         when not compiled with gcc, for:
20790         "print signed char == (minus)",
20791         "print signed char != (minus)",
20792         "print signed char < (minus)",
20793         "print signed char > (minus)".
20794         * gdb.base/callfuncs.exp (do_function_calls):
20795         Add mips-sgi-irix* xfail, when compiled with native compiler, for
20796         "call inferior func with struct - returns char *".
20797         * gdb.base/return.exp (return_tests): Change xfail for
20798         "correct value returned double test" to include Solaris 2.4.
20799         * gdb.base/funcargs.exp (float_and_integral_args):
20800         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20801
20802 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20803
20804         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
20805         enumeration bitfields if compiling with GNU C.
20806         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
20807         to empty' prompt.
20808
20809 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
20810
20811         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20812         test for PRO targets.
20813
20814         * gdb.base/funcargs.exp: Avoid ever setting more than 8
20815         breakpoints in the inferior at any given time by making
20816         two groups of breakpoints for call2*, call6* and call7*
20817         tests.
20818
20819 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20820
20821         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
20822         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
20823         from optimizing it away.
20824         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
20825         "call inferior func with struct".
20826
20827 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
20828
20829         * configure.in: Only configure gdb.chill for particular targets.
20830
20831 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
20832
20833         * gdb.base/Makefile.in:  Add action to .c.o transformation
20834         rule that generates a .ci file for each .o file and remove
20835         explicit .c.o rules except for callfuncs.o.
20836         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
20837         generates a .ci file for each .o file and remove explicit
20838         .cc.o rules.
20839         (clean): Remove *.tmp *.ci files.
20840         (EXECUTABLES): Remove templ-info.exp.
20841         * gdb.base/compiler.c: New file.
20842         * gdb.c++/compiler.cc: New file
20843         * gdb.base/scope.exp: Source gdb.base/scope.ci.
20844         Change rs6000-*-* xfail for
20845         "print 'scope0.c'::filelocal_ro" and
20846         "print 'scope1.c'::filelocal" and
20847         "print 'scope1.c'::filelocal_bss" and
20848         "print 'scope1.c'::filelocal_ro" and
20849         "print 'scope1.c'::foo::funclocal" and
20850         "print 'scope1.c'::foo::funclocal_ro" and
20851         "print 'scope1.c'::bar::funclocal" and
20852         "print 'scope0.c'::filelocal_ro" and
20853         "print 'scope1.c'::filelocal at foo" and
20854         "print 'scope1.c'::filelocal_bss at foo" and
20855         "print 'scope1.c'::filelocal_ro at foo" and
20856         "print 'scope1.c'::foo::funclocal at foo" and
20857         "print 'scope1.c'::foo::funclocal_bss at foo" and
20858         "print 'scope1.c'::foo::funclocal_ro at foo" and
20859         "print 'scope1.c'::bar::funclocal at foo" and
20860         "print 'scope0.c'::filelocal_ro" and
20861         "print 'scope1.c'::filelocal" and
20862         "print 'scope1.c'::filelocal_bss" and
20863         "print 'scope1.c'::filelocal_ro" and
20864         "print 'scope1.c'::foo::funclocal" and
20865         "print 'scope1.c'::foo::funclocal_bss" and
20866         "print 'scope1.c'::foo::funclocal_ro" and
20867         "print 'scope1.c'::bar::funclocal" and
20868         "print 'scope1.c'::bar::funclocal_bss"
20869         to only be xfail'd when not compiled with gcc.
20870         Add rs6000-*-* xfail for
20871         "print 'scope0.c'::filelocal_bss before run"
20872         when compiled with gcc.
20873         (test_at_main): Add rs6000-*-* xfail for
20874         "print filelocal_ro in test_at_main"
20875         when compiled with gcc.
20876         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
20877         Add rs6000-*-aix* xfail for
20878         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20879         "ptype t_char_array",  not compiled with gcc.
20880         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
20881         xfail for "list foo (in include file)" when gcc compiled.
20882         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
20883         (integral_args): Add rs6000-*-* xfail for
20884         "run to call0a" if not compiled with gcc.
20885         (unsigned_integral_args): Add rs6000-*-* xfail for
20886         "run to call1a" if not compiled with gcc.
20887         (float_and_integral_args):  Add rs6000-*-* xfail for
20888         "run to call2a" if not compiled with gcc and for
20889         "continue to call2b" for any compiler.
20890         Add rs6000-*-* xfail to
20891         "print f1 after run to call2a" for gcc compiled.
20892         (discard_and_shuffle): Add rs6000-*-* xfail for
20893         "run to call6a".
20894         (shuffle_round_robin): Add rs6000-*-* xfail for
20895         "backtrace from call7a" if not compiled with gcc.
20896         Add rs6000-*-* xfail for
20897         "backtrace from call7b" if compiled with gcc.
20898         (call_after_alloca): Add rs6000-*-* xfail for
20899         "print c in call_after_alloca" and
20900         "print s in call_after_alloca" and
20901         "backtrace from call_after_alloca_subr"
20902         if not compiled with gcc.
20903         (localvars_in_indirect_call): Add rs6000-*-* xfail for
20904         "print c in localvars_in_indirect_call" and
20905         "print c in localvars_in_indirect_call" and
20906         "backtrace in indirectly called function" and
20907         "stepping into indirectly called function"
20908         if not compiled with gcc.
20909         (localvars_after_alloca): Add rs6000-*-* xfail for
20910         "print c after runto localvars_after_alloca" and
20911         "print s after runto localvars_after_alloca" and
20912         "print i after runto localvars_after_alloca" and
20913         "print l after runto localvars_after_alloca"
20914         for all compilers.
20915         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
20916         than whatis-info.exp.
20917         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
20918         than opaque-info.exp.
20919         Setup rs6000-*-* xfail for
20920         "ptype on opaque struct pointer (statically)" and
20921         "ptype on opaque struct pointer (dynamically)" when
20922         not compiled with gcc.
20923         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
20924         rather than callf-info.exp.
20925         (do_function_calls):  Add clear_xfail for rs6000-*-* for
20926         "p t_float_values2(3.14159,float_val2)".  Seems to work
20927         fine there, both with xlc and gcc.  Need to find out what
20928         it is doing right and fix other platforms.
20929         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
20930         "call inferior func with struct - returns int",
20931         "call inferior func with struct - returns long",
20932         "call inferior func with struct - returns float",
20933         "call inferior func with struct - returns double",
20934         "call inferior func with struct - returns char *",
20935         but only if not gcc compiled (presumes xlc compiled).
20936         Change rs6000-*-* xfails for
20937         "call inferior func with struct - returns char" and
20938         " call inferior func with struct -  returns short" to only
20939         xfail if not using gcc.
20940         (clean mostlyclean):  Remove *.ci and *.tmp files.
20941         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
20942         than templ-info.exp.
20943         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
20944         Add rs6000-*-* xfail for "up to foo in langs.exp"
20945         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
20946         when not gcc compiled.
20947
20948 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
20949
20950         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
20951         * gdb.base/corefile.exp: Likewise.
20952         * gdb.base/list.exp: Likewise.
20953         * gdb.base/scope.exp: Likewise.
20954         * gdb.base/siganls.exp: Likewise.
20955
20956         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
20957         compiler output.
20958         * gdb.base/whatis.exp: Likewise.
20959
20960 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
20961
20962         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
20963         failure (opcode table has been fixed to match reality).
20964
20965 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
20966
20967         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
20968         "call inferior func with struct - returns char",
20969         "call inferior func with struct - returns short"
20970
20971         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
20972         "print 'scope0.c'::filelocal at main",
20973         "print 'scope0.c'::filelocal_bss in test_at_main",
20974         "print 'scope0.c'::filelocal at foo",
20975         "print 'scope0.c'::filelocal_bss in test_at_foo",
20976         "print 'scope0.c'::filelocal at bar",
20977         "print 'scope0.c'::filelocal_bss in test_at_bar"
20978
20979         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
20980         in source file 1".  This bug seems to have been fixed with both
20981         gcc and native cc (was native assembler bug?).
20982
20983 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
20984
20985         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
20986         "backtrace through signal handler" to "i*86-*-sysv4*".
20987         * gdb.base/signals.exp: Add xfail for "'next' behaved as
20988         continue" case.  Add "known SVR4 bug" to fail message.
20989         Add "i*86-*-bsdi2.0" xfail for "handle all print".
20990         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
20991         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
20992         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
20993         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
20994         "up to foo in langs.exp", "show language at foo in
20995         langs.exp", "up to cppsub_ in langs.exp", "show
20996         language at cppsub_ in langs.exp", "up to fsub in
20997         langs.exp", and "show language at fsub in langs.exp".
20998         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
20999         "bactrace in corefile.exp".
21000         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21001         "call inferior function with struct - returns float" and
21002         "call inferior function with struct - returns double".
21003
21004 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
21005
21006         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21007         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21008         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21009         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21010
21011 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
21012
21013         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21014         (or overriden) "CHILL" macro rather then bare "gcc".
21015         Also look for ../../gcc/xgcc since that is what we will
21016         actually need, not "Makefile".  Remove following assignment
21017         of CHILL to CHILL_FOR_TARGET because that results in
21018         recursive definition.
21019
21020 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
21021
21022         * gdb.base/corefile.exp:  Change xfail for backtrace in
21023         corefile.exp from linuxaout to all linux.
21024         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
21025         cases where we miss the breakpoint at the signal handler
21026         for some reason.  Setup xfail for linuxoldld/linuxaout and
21027         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
21028         hitting SIGURG breakpoint.
21029         * gdb.base/signals.exp:  Setup xfail for "next" acting like
21030         continue to add linuxoldld.  Setup xfail for all linux for
21031         "next to handler in signals_tests_1", "backtrace in
21032         signals_tests_1", "continue to func1", "pass SIGUSR1",
21033         and continue to handler".
21034
21035 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
21036
21037         * Update all FSF addresses except those in COPYING* files.
21038
21039 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
21040
21041         * gdb.base/a2-run.exp: Change messages to be more explicit about
21042         the status of args, and quote binfile in results.
21043
21044 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
21045
21046         * gdb.base/callfuncs.exp: Add tests for passing structs to
21047         inferior functions and return various types.
21048         * gdb.base/callfuncs.c: Add functions to receive a struct
21049         and return a member of the struct, in various types.
21050
21051 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21052
21053         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
21054
21055 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
21056
21057         * config/vxworks29k.exp: New file, sources vxworks.exp.
21058
21059 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
21060
21061         * config/gdbremote.exp: New file.  Testing framework using
21062         gdbserver.
21063
21064 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
21065
21066         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21067         "call function when asleep" and "send end of file".
21068         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21069         for "backtrace in corefile.exp".
21070         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21071         for "backtrace through signal handler".
21072         * gdb.base/corefile.exp: Make sure we actually generate a core file
21073         before trying the core tests.  Some systems allow the user to suppress
21074         generation of core files and default to that (linux for example).
21075         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21076         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
21077
21078 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
21079
21080         * gdb.threads: New directory with some crude multi-threaded
21081         gdb tests (step.exp and step2.exp).
21082         * config/mt-lynx (STEP_EXECUTABLE): Define.
21083         (THREADFLAGS): Define.
21084
21085 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
21086
21087         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21088
21089         * gdb.base/signals.exp: Disable whole file for lynx until
21090         further notice.
21091
21092         * gdb.base/signals.exp: xfail test where "next" acts like
21093         "continue" for lynx.
21094
21095         * gdb.base/interrupt.exp: xfail test for calling function while
21096         inferior is asleep for lynx.
21097
21098         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21099         than one cr-lf  after each command.
21100
21101 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21102
21103         * configure.in:  Reinstate setting of stabsdirs variable, fix
21104         typo in setting up configdirs for native builds.
21105
21106         * gdb.base/return.exp:  Fix typo in return double test.
21107         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
21108         compiler from optimizing them away.
21109
21110 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
21111
21112         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21113         sequences to be echo'd by gdb when using gdb_test.
21114         * gdb.chill/chexp.exp: Likewise.
21115         * gdb.fortran/exprs.exp: Likewise
21116
21117 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
21118
21119         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21120         after the inferior gdb has started.
21121
21122         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21123         after each command.
21124         * gdb.base/funcargs.exp: Likewise.
21125         * gdb.base/gdbvars.exp: Likewise.
21126         * gdb.base/interrupt.exp: Likewise.
21127         * gdb.base/list.exp: Likewise.
21128         * gdb.base/watchpoint.exp: Likewise.
21129         * gdb.c++/demangle.exp: Likewise.
21130         * gdb.c++/inherit.exp: Likewise.
21131         * gdb.chill/chexp.exp: Likewise.
21132         * gdb.fortran/exprs.exp: Likewise.
21133
21134         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21135         test if we can't handle IO to/from the inferior.
21136
21137         * gdb.c++/misc.exp: Always check for a program already being
21138         started after sending a "run" command to gdb.
21139
21140         * gdb.base/twice.exp: Start with a fresh gdb.
21141
21142         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21143         only depend on gdb's expression code, not the chill runtime.
21144
21145         * gdb.base/return.c: Put return values into variables so we
21146         can have gdb print them rather than depending on the program
21147         to print them.
21148         * gdb.base/return.exp: Corresponding changes.
21149
21150         * lib/gdb.exp: Provide default value for noinferiorio.
21151         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21152         the inferior.
21153
21154         * gdb.base/break.exp: Always check for a program already being
21155         started after sending a "run" command to gdb.
21156         (text_next_with_recursion): Don't check the output from the
21157         program's printf statement.  Instead just make sure the program
21158         exited.
21159
21160         * gdb.base/commands.exp: Protect tests which need arguments with
21161         $noargs conditionals.
21162
21163 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21164
21165         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
21166         of structure member arrays to match gdb/valops.c:value_addr change.
21167
21168 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
21169
21170         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21171         cases.
21172
21173 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
21174
21175         * configure.in (configdirs):  Remove gdb.chill from default list
21176         of subdirs and then add it back in only if doing a native build.
21177         The current chill compiler does not yet work in any cross build.
21178         * Revert all signal changes from Jul 6.
21179         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
21180         for sh-hms targets, allowing these tests to link, with no other
21181         changes.  Testing is suppressed by setting "nosignals" in site.exp.
21182
21183 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
21184
21185         * configure.in (signaldirs): Define and add to configdirs for all
21186         targets except some specific ones that are known to not support signals.
21187         Also clean up formatting.
21188         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
21189         (signals, sigall):  Remove rules to build.
21190         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21191         Moved to new gdb.signals directory.
21192         * gdb.signals: New test directory.
21193         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21194         signals.c signals.exp}:  New or moved files.
21195
21196 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
21197
21198         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21199
21200 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
21201
21202         * gdb.base/return.exp:  Xfail `return double' test failure
21203         on at least Solaris 2.3 and handle future/past versions on
21204         a case by case basis as appropriate.  Also update message
21205         to include i*86 failures.
21206
21207 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21208
21209         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21210
21211         * lib/gdb.exp: Fix comment which erroneously identified
21212         gdb_file_cmd as gdb_load (the 19 May change was in fact to
21213         gdb_file_cmd not gdb_load).
21214         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21215
21216         * gdb.base/setvar.exp: Make test names consistent between pass and
21217         fail cases.  Use gdb_test more.
21218
21219 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21220
21221         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21222
21223 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21224
21225         * gdb.base/help.exp:  Fix expected help string for `show commands'.
21226
21227 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
21228
21229         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21230
21231         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21232         of a text section.
21233
21234 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
21235
21236         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
21237         that loop eventually terminates.  Fix Connection refused logic so
21238         that testsuite will expire nicely.
21239
21240 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
21241
21242         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21243         config/rom68k.exp:  New tcl glue for the appropriate monitors.
21244         These all just end up calling monitor.exp.
21245         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
21246         refused' by retrying.  Cleanup some timeout issues.
21247         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
21248         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
21249         callers don't have to set/restore global timeout variable.
21250
21251         * The following set of changes centralizes management of the global
21252         timeout variable.  This way, it can be set in one target dependent
21253         place instead of dozens of places scattered throughout the test suite.
21254         If you need to lengthen a timeout, then you should either set timeout
21255         in one of the config/{target}.exp files, or multiply it by a factor.
21256         Setting it to an absolute value is always going to lose for some
21257         targets.
21258         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
21259         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
21260         * gdb.base/funcargs.exp:  Don't set timeout.
21261         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
21262         * gdb.base/printcmds.exp (test_print_string_constants
21263         test_print_array_constants):  Don't set timeout.
21264         * gdb.base/ptype.exp:  Don't set timeout.
21265         * gdb.base/recurse.exp:  Don't set timeout.
21266         * gdb.base/return.exp:  Don't set timeout.
21267         * gdb.base/watchpoint.exp:  Don't set timeout.
21268         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
21269         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
21270
21271 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
21272
21273         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21274
21275 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21276
21277         * lib/gdb.exp: Disable chill tests for irix5.
21278
21279 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21280
21281         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
21282         each test pass or fail.
21283
21284 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21285
21286         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21287         xlc not gcc.
21288
21289 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
21290
21291         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
21292
21293 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
21294
21295         * config/est.exp:  Fix copyright and comments.  Remove dead code.
21296         Use targetname, serialport and baud variables instead of fixed
21297         constants.
21298         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
21299         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
21300
21301 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21302
21303         * gdb.base/watchpoint.exp: Don't run
21304         test_watchpoint_triggered_in_syscall for sunos.
21305
21306 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21307
21308         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21309         they don't seem to exist.  Do include stdio.h.
21310
21311 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21312
21313         * gdb.base/a1-selftest.exp: Add alpha xfail.
21314
21315 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21316
21317         * gdb.base/watchpoint.c (main): Prompt before calling read().
21318         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21319         Revise accordingly.  Remove cruft about sending "123" several
21320         times, until it gets noticed.  Clean up the "print buf[0]" stuff
21321         so that it passes or fails, and waits for prompts in the usual way.
21322
21323 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21324
21325         * gdb.base/recurse.exp: Fix comment.
21326
21327         * TODO: Remove item about printing variables in nodebug.exp.  Add
21328         item about enabling tests which are only run on some targets.
21329
21330         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21331         fail, make test names unique, use new gdb_test convention
21332         regarding pattern, use gdb_test more, etc.).
21333
21334         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21335         fail, make test names unique, etc.).
21336
21337 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21338
21339         * gdb.base/nodebug.c:  Change return type of top and middle to
21340         short.
21341         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
21342         are fixed by the recent mdebugread.c changes. Allow `short ()'
21343         as type for top and middle.
21344
21345 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21346
21347         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
21348         nearly as I can tell, the whole thing was an accident in Stu's
21349         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21350         to replace a send/expect pair with gdb_test, but ended up only
21351         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
21352         of 30 Mar 1995 took care of it, but left this vestigial comment
21353         which I am now nuking.
21354
21355 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21356
21357         * gdb.base/break.exp: Look for different line number for
21358         breakpoint at main depending on usestubs.
21359
21360 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21361
21362         * gdb.base/list.exp:  Adjust some alternate expect patterns to
21363         match recent list0.c change. Add alternate expect pattern for
21364         output from `list default lines around main' for optimizing
21365         compilers.
21366
21367 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21368
21369         * lib/gdb.exp: If nosignals is not set, set it to 0.
21370
21371 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
21372
21373         * config/slite-gdb.exp: Responds to load symbol table prompt.
21374         * gdb.base/break.exp: Adjust line number, fix rerun.
21375         * gdb.base/langs0.c: Add #ifdef usestubs.
21376
21377 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
21378
21379         * gdb.base/list.exp: Adjust line contents after adding new lines in
21380         list0.c. Also fix a syntax error.
21381
21382         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21383         * gdb.base/break.exp: ditto.
21384         * gdb.base/list.exp: ditto.
21385         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21386         * gdb.base/run.c: ditto.
21387         * gdb.base/list0.c: ditto.
21388         * gdb.base/funcargs.c: ditto.
21389
21390 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
21391
21392         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
21393         $targetname, $serialport and $baud instead of hardwired variables.
21394         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
21395         target doesn't support signals.
21396
21397 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
21398
21399         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21400
21401 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21402
21403         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
21404         Don't rely on the value of an auto variable before it has been
21405         initialized.  Use gdb_test more.
21406
21407 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21408
21409         * lib/gdb.exp (default_gdb_version): A version number must start
21410         with a digit, but other than that contains all characters up to
21411         the first whitespace character.
21412
21413 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21414
21415         * gdb.base/commands.exp (breakpoint_command_test): New tests.
21416
21417 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21418
21419         * gdb.c++/*.exp: Warn if executable does not exist.  The original
21420         reason for skipping the warning was that configure.in sometimes
21421         intentionally skipped building the executables but the tcl code
21422         had no way of knowing.  That (a) was always bogus with respect to
21423         error handling, (b) is no longer true (right now there is no way
21424         to skip C++ tests).
21425
21426         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21427
21428 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21429
21430         * gdb.base/list.exp:  Add expect patterns for output from
21431         SunPRO compiled executables.
21432         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
21433         types.
21434
21435 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21436
21437         * gdb.base/break.exp (test_next_with_recursion): Accept any line
21438         number (we are already testing that the correct source line text
21439         gets printed).
21440
21441         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
21442         that is what is intended, but something needed to be done to get
21443         sunos4 native working again.
21444
21445         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21446
21447         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21448         apparently went with a (very) old xfail.
21449
21450 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
21451
21452         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21453         runto_main is a proc in gdb.exp that will do 'step' for target use
21454         stubs.
21455         * gdb.base/exprs.exp: ditto.
21456         * gdb.base/interrupt.exp: ditto.
21457         * gdb.base/opaque.exp: ditto.
21458         * gdb.base/printcmds.exp: ditto.
21459         * gdb.base/ptype.exp: ditto.
21460         * gdb.base/scope.exp: ditto.
21461         * gdb.base/setvar.exp: ditto.
21462         * gdb.base/signals.exp: ditto.
21463         * gdb.base/twice.exp: ditto.
21464         * gdb.c++/classes.exp: ditto.
21465         * gdb.c++/inherit.exp: ditto.
21466         * gdb.c++/templates.exp: ditto.
21467         * gdb.base/break.exp: no run and hit main for stubs. Change line
21468         numbers for breakpoints and info breakpoint.
21469         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21470         breakpoint().
21471         * gdb.base/callfuncs.c: ditto.
21472         * gdb.base/exprs: ditto.
21473         * gdb.base/interrupt.c: ditto.
21474         * gdb.base/opaque0.c: ditto.
21475         * gdb.base/printcmds.c: ditto.
21476         * gdb.base/ptype.c: ditto.
21477         * gdb.base/scope0.c: ditto.
21478         * gdb.base/setvar.c: ditto.
21479         * gdb.base/signals.c: ditto.
21480         * gdb.base/twice.c: ditto.
21481         * gdb.c++/misc.cc: ditto.
21482         * gdb.c++/templates.cc: ditto.
21483
21484 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21485
21486         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21487
21488         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21489         somewhere between `read' and `main.c'.  I'm pretty sure the
21490         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21491         and it isn't particularly useful.
21492
21493         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
21494
21495 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21496
21497         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21498
21499 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
21500
21501         * config/mt-slite: add LIBS and -nostdlib.
21502         * config/slite-gdb.exp: add this new file to support sparclite target.
21503
21504 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
21505
21506         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21507
21508         * gdb.base/a2-run.exp: Change argument to istarget from
21509         "*-*-vxworks" to "*-*-vxworks*".
21510         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21511
21512 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
21513
21514         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21515         will not runto main but do a 'step' to step out of breakpoint().
21516         * config/mt-slite: add -Dusestubs.
21517
21518 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21519
21520         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21521         instead of just @.
21522
21523         * gdb.base/signals.exp: Add test for "handle all print".
21524         * TODO: Remove "handle all print".  Also remove item about
21525         checking copyright date (I don't like the idea of a spurious FAIL
21526         based on when we run the tests).
21527
21528         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
21529         for SunOS4 (reason for failure not investigated).  Remove
21530         redundant test for $binfile.
21531
21532         * gdb.base/nodebug.c (array_index): Call malloc.
21533
21534         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21535
21536 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
21537
21538         * gdb.base/recurse.exp: Update gdb_test invocation to use new
21539         conventions and slightly simplify the matching regexp.
21540
21541 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21542
21543         * gdb.base/break.exp: Update gdb_test invocation to use new
21544         convention.
21545
21546         * lib/gdb.exp: If noargs is not set, set it to 0.
21547
21548         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
21549         tests unique.
21550
21551         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21552
21553 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21554
21555         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21556         one argument of type "<non-float parameter>".
21557
21558 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
21559
21560         * config/rom68k.exp:  New file to support Motorola IDP board.
21561         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
21562         * gdb.base/break.c:  Change things around so that this program
21563         doesn't depend upon args.  This is necessary to make remote
21564         targets work (in general, they can't take args).
21565         * gdb.base/break.exp:  Don't try to send args to program.  Don't
21566         expect output.  Also, replace lots of code with gdb_test.
21567
21568 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21569
21570         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21571         printing of '\'' (which is what the comment says we are testing,
21572         even though we were not), not '''.
21573         (test_integer_literals_rejected): Test that printing ''' is an error.
21574
21575         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21576         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21577         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21578         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21579         Use gdb_test not test_print_accept.
21580         * lib/gdb.exp: Remove test_print_accept.
21581
21582         * gdb.base/signals.exp (signal_tests_1): Make pass message
21583         consistent with fail message.
21584
21585         * gdb.base/whatis.exp: Remove xfails for printing char vs.
21586         unsigned char; the bug (PR 1821) is fixed.
21587
21588         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21589
21590         * gdb.base/scope.exp (test_at_localscopes): Call pass for
21591         successful tests--makes xfailing them work right.
21592
21593 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21594
21595         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21596         only \r\n, not .*.  The test can pass .* as the last thing in
21597         $pattern if that is what it wants.  In addition to providing this
21598         flexibility, this change should speed up pattern matching in cases
21599         where the pattern already ended with .* (there were a number of
21600         them).  This change also helps catch bad patterns--in the old
21601         scheme the typo "char \*" instead of "char \\*" would pass.  Now
21602         it is caught.
21603         * Many .exp files: Update callers.
21604
21605         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
21606         clearer and does not spuriously match multiple ('s.  Likewise for
21607         ) and *.
21608
21609         * gdb.base/nodebug.exp: Test ability to call a function and pass
21610         it a string (even with no debugging info).
21611
21612         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21613         "p '\'", which is the same as "p ''" once tcl gets done with
21614         quoting, to "p '\\'", which I suspect is what is intended (one
21615         backslash gets sent to GDB).
21616
21617         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21618
21619 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21620
21621         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
21622         1817) was fixed literally years ago.
21623
21624 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21625
21626         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
21627         test, it causes stepping out of call_after_alloca_subr with
21628         optimizing compilers.
21629         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
21630         fails.
21631
21632         * gdb.c++/templates.exp:  Source templ-info.exp only if
21633         the templates executable exists.
21634
21635         * gdb.c++/misc.cc (class Contains_static_instance,
21636         class Contains_nested_static_instance),
21637         gdb.c++/classes.exp (test_static_members):  Test printing of
21638         a class that contains a static instance of the class.
21639
21640 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21641
21642         * gdb.base/langs2.c (cppsub_): Don't prototype.
21643         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21644         only, I believe).
21645
21646 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21647
21648         * lib/gdb.exp (skip_chill_tests): New procedure.
21649
21650         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21651
21652 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
21653
21654         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21655         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
21656
21657 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21658
21659         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21660
21661         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21662         disassemble 8, not 16, instructions for part 4.
21663
21664         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
21665         support the latter anymore.
21666
21667         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21668         -DNO_PROTOTYPES.
21669         * gdb.base/callfuncs.c: Control use of prototypes based on
21670         NO_PROTOTYPES, not __STDC__.
21671         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21672         t_float_values2 tests if prototypes in use.
21673
21674         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21675         t_double_values):  When checking differences against DELTA, check
21676         that difference is within the range (-DELTA,DELTA), not just
21677         (-infinity,DELTA).
21678
21679 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
21680
21681         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21682         'file' command firts, then 'target', then 'load', this is due to gdb
21683         target set up.
21684         * config/mips-gdb.exp: Fix a couple regular exp bugs.
21685
21686 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
21687
21688         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21689         FP load/store variants.
21690         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21691
21692 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
21693
21694         * gdb.base/term.exp: Do not give a warning if not native, it is
21695         not an abnormal condition.
21696
21697 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
21698
21699         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21700         t_char_array".
21701
21702 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
21703
21704         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21705         are getting the version number.
21706
21707         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21708         if not native, it is not an abnormal condition.
21709
21710 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21711
21712         * lib/gdb.exp: Just use "file exists", rather than undocumented
21713         dejagnu procedure "findfile".
21714
21715 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
21716
21717         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21718           (LDFLAGS): Set to -Xlinker -Ur.
21719
21720         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21721           Removed, these values are set by lib/gdb.exp.
21722
21723         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21724
21725 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
21726
21727         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21728           of replicating gdb startup code.
21729
21730         * config/mt-vxworks (LDFLAGS): Set to -r.
21731           (CFLAGS_FOR_TARGET): Removed.
21732
21733         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21734           (gdb) and gdb for vxworks uses (vxgdb).
21735
21736         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21737           executable is not in the tree and host != target, use sed and
21738           program_transform_name to determine the gdb name used by the
21739           target.
21740
21741         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21742           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21743
21744 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21745
21746         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21747         floats, chars, and shorts where there are ANSI-style function
21748         definitions.
21749
21750         * gdb.base/langs.exp, gdb.base/langs*: New test.
21751         * gdb.base/Makefile.in: Build it.
21752         * TODO: Remove item about checking that C names don't get C++
21753         demangling applied; this test tests it.
21754
21755 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21756
21757         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21758         went with the const70 xfail.  The xfail went away a year ago.
21759
21760         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21761
21762         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
21763         for hp300.
21764
21765         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21766
21767         * gdb.base/a1-selftest.exp: Don't run on hp300.
21768
21769 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21770
21771         * Makefile.in (site.exp): Set host_alias and target_alias as well
21772         as host_triplet and target_triplet.
21773
21774 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21775
21776         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21777
21778         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21779         places as other ecoff systems).
21780
21781         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21782         ultrix.
21783
21784 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21785
21786         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21787         remove them.
21788         * gdb.base/nodebug.exp: Accept "function" in addition to "text
21789         variable and "variable" in addition to "data variable".
21790         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21791
21792         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21793         2.
21794         * gdb.base/list1.c (long_line): Add additional statement at start
21795         of function.
21796         * gdb.base/list.exp (test_forward_search): Update line number to
21797         reflect new statement.
21798
21799 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21800
21801         * gdb.base/signals.exp:  Reinitialize searched source directories
21802         after gdb_start call.
21803
21804 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
21805
21806         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21807         * gdb.stabs/Makefile.in: Likewise.
21808
21809         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21810         change.  Instead split the tests into smaller pieces.
21811         * gdb.disasm/hppa.s: Corresponding changes.
21812
21813 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21814
21815         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21816         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
21817
21818         * gdb.base/funcargs.exp: Modify many tests so that every test
21819         either passes or fails.  Make some test names unique.
21820
21821 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21822
21823         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21824         Call stty to set interrupt character.
21825
21826         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21827         for HP assembler versus GNU assembler based on actual behavior of
21828         $(CC), rather than assuming that $(AS) is always the GNU assembler.
21829
21830         * TODO: Suggest a few more stepping tests.
21831
21832 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
21833
21834         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21835         restart GDB for h8300 after a continue.
21836         (return): Add pattern to match a29k-udi behavior.
21837         * gdb.base/nodebug.exp: Remove obsolete comment.
21838         * gdb.base/regs.exp: New file, testing of register displays.
21839         * gdb.base/return.exp: Fix typo in reference to $objdir.
21840         * gdb.base/whatis.exp: Always start with a fresh GDB.
21841
21842 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21843
21844         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21845         higher, these tests generate a lot of output.
21846
21847 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21848
21849         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
21850         code following the catch silently ignored some errors; without the
21851         catch they should be thrown like any other tcl error.  Also, the
21852         catch used "" instead of {} which meant all the callers who wanted
21853         to include one of the characters "[]$ had to quote it an extra time.
21854         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21855         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21856         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21857         Remove extra quoting.
21858
21859 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
21860
21861         * gdb.base/commands.exp: Make test names unique; every test either
21862         passes or fails.  Update some comments.
21863
21864         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21865
21866 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21867
21868         The following fixes a FAIL caused by the fact that the alpha stabs
21869         configuration didn't use the ".if alpha" code in weird.def.
21870         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21871         bit pointer, so the 32 bit version works even on the alpha.
21872         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21873         Remove the stuff which allowed us to have separate versions for
21874         alpha and everything else.
21875
21876         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21877         regexp which "info func operator\[\](" is supposed to match.  Fix
21878         string to send to GDB.  Note that GDB still doesn't work right.  Add a
21879         new test for "info func .perator\[\](" which GDB does handle correctly.
21880
21881         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21882
21883 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
21884
21885         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
21886         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
21887         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
21888         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
21889         it makes the tests harder to understand and confuses test-o-matic.
21890         The preferred style is that each test provides a PASS or a FAIL,
21891         and has a unique message (e.g. "continue #54" not just "continue")
21892         which is the same for the pass and the fail.
21893         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21894         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
21895         to lib/gdb.exp.
21896         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
21897         prt_accept which was basically the same thing.  Likewise for
21898         test_print_reject and prt_reject.
21899         * lib/gdb.exp (test_print_reject): Add some more error message
21900         patterns to match from the former printcmds.exp (prt_reject).
21901         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
21902         One defect of the passcount stuff is that some of it failed to
21903         report XPASS where appropriate.
21904         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
21905         stuff before and after arg in expected pattern.
21906         (test_paddr_operator_functions): Re-do test without print_addr_of;
21907         this is the only test which seems to want extra stuff there.
21908
21909 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21910
21911         * gdb.base/nodebug.exp: Update new tests to reflect improved
21912         wording of gdb output.
21913
21914         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
21915         and "ptype" work on variables in files compiled without -g.
21916         Replaces commented out "maint print msymbol" tests.
21917
21918 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21919
21920         * gdb.base/setvar.c (dummy): Call malloc.
21921
21922         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
21923         losing with the irix4 sed.
21924
21925         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
21926         ALRM" on irix4.
21927
21928 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21929
21930         * TODO: Remove items about corefile.exp testing new exec-file and
21931         backtrace; both are now done.  Add items about printing enums.
21932
21933 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21934
21935         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
21936         "get signal $thissig" test fails.
21937
21938         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
21939
21940 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21941
21942         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
21943         compiler warning with dec alpha compiler.
21944
21945         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
21946         extra \n from gdb_test call (this explains why the prompt test
21947         that I removed yesterday was there).
21948         (user_defined_command_test): Remove extra \n and prompt test.
21949
21950         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
21951         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
21952         doesn't exist.
21953         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
21954         Also remove alpha workaround, which turns out to be because
21955         SIGABRT == SIGLOST.
21956
21957         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
21958
21959         * gdb.base/help.exp: Don't test "help show".
21960
21961 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21962
21963         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
21964         "set print address" is on.
21965         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
21966         pass prompt to gdb_test; gdb_test already looks for the prompt.
21967
21968         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
21969
21970         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
21971         was a vestige of the manual TESTSTRATEGY, and the purpose of it
21972         was to make sure that gdb can read a core file.  But (a) the "read
21973         the corefile" part didn't make it to a1-selftest.exp, we just
21974         delete the corefile after creating it, and (b) we test reading
21975         corefiles in corefile.exp anyway.  Also, this test left around a
21976         xgdb process on Solaris.
21977
21978         * gdb.base/corefile.exp: Also test backtrace.
21979
21980 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
21981
21982         * gdb.base/commands.exp: Test a simple user defined command with
21983         arguments and if/while statements; verify the full user command is
21984         printed by "show user".
21985
21986         * gdb.base/commands.exp: Test if/while commands as part of a
21987         breakpoint command list; verify they appear in breakpoint
21988         information.
21989
21990 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
21991
21992         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
21993         than by dividing by zero.
21994
21995 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
21996
21997         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
21998         performing an inferior call with watchpoints enabled.
21999         * gdb.base/watchpoint.c (main): Delete second unnecessary read
22000         call.
22001
22002 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
22003
22004         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22005         of "file" command.
22006
22007         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22008         Add additional pattern for when "int operator int(void);" appears
22009         in a different order.
22010
22011 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
22012
22013         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22014
22015         * gdb.base/help.exp: Replace most of docstrings for "info signals"
22016         and "signal" with ".*".
22017
22018 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22019
22020         * TODO: Add note about "handle all nostop".
22021
22022         * gdb.base/{sigall.c, sigall.exp}: New test.
22023         * gdb.base/Makefile.in: Add it.
22024
22025 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
22026
22027         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22028         when invoking GDB, suppresses any windowing interface.
22029
22030 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
22031
22032         * config/sim-gdb: New file, simulator testing support.
22033
22034 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
22035
22036         * gdb.base/interrupt.exp: Test calling func1 twice.
22037
22038 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
22039
22040         * gdb.base/list.exp (test_forward_search): Set timeout higher
22041         when we'll be getting lots of output from gdb.
22042
22043         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22044         "init_malloc" to after the expect statement.  Run it if that
22045         regexp is taken, but also for two others which happen if source
22046         cannot be found.
22047
22048 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22049
22050         * gdb.base/printcmds.exp: New test, for printing register before
22051         program is running.
22052
22053 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22054
22055         * gdb.base/list.exp:  Correct some alternate expect patterns
22056         to reflect changes in list1.c.
22057
22058 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22059
22060         * TODO: Add item regarding large frames.
22061
22062         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22063
22064         * TODO: Remove item about enabling return.exp; it
22065         is enabled.  Suggest a few more "return" tests.
22066
22067 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22068
22069         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
22070         anonymous unions.
22071
22072 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22073
22074         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22075         and pr-5646.o, so "make" is the same as "make all", not "make
22076         pr-4975.o".
22077
22078 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
22079
22080         * gdb.base/list.exp: Adjust expectations to reflect changes in
22081         list1.c.
22082         (test_forward_search): New test proc.
22083         * gdb.base/list1.c (long_line): New function, has long source line.
22084
22085 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
22086
22087         * gdb.base/a1-selftest.exp: Change initial stepping to know about
22088         additional line of code that was added.
22089
22090 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
22091
22092         * gdb.disasm/hppa.s: Break the large branching tests into smaller
22093         tests so as not to overflow expect's input buffers.
22094         * gdb.disasm/hppa.exp: Corresponding changes.
22095
22096 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22097
22098         Beginnings of template debugging tests.
22099         * gdb.c++/templ-info.cc:  New file to test for template
22100         debugging capability of the compiler.
22101         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
22102         templ-info.cc.
22103         * gdb.c++/templates.cc:  Add explicit template instantiations
22104         to enable compiling with -fno-implicit-templates. Add destructor
22105         and 'value' method to T5 class for template tests.
22106         * gdb.c++/templates.exp:  Add testcases for printing of template
22107         types, setting breakpoints on template methods and calling a
22108         template method.
22109
22110 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
22111
22112         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22113         branch target since some assemblers (gas-2.5)  may emit a
22114         relocation for the branch instead of resolving it in the
22115         assembler.
22116
22117 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22118
22119         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
22120         through signal handler.
22121
22122 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22123
22124         * configure.in (*-*-netware): Use config/mt-netware.
22125
22126         * config/mt-netware: New file.
22127         * config/mt-i386-netware: Removed, separate configs for different
22128           netware architectures are no longer needed now that we have
22129           --with-headers.
22130
22131 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22132
22133         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
22134         by the recent changes to use ANSI C arithmetic conversions.
22135
22136 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22137
22138         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22139         bug involving using inferior_pid to figure out whether to select a
22140         frame.
22141
22142 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
22143
22144         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22145         match the current disassembler output.
22146
22147 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
22148
22149         * gdb.fortran/exprs.exp: Expect VOID instead of void.
22150         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22151         types, expect "int" as type of integer values (for now).
22152
22153 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
22154
22155         * gdb.base/commands.exp: New tests for if/while commands.
22156
22157 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
22158
22159         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
22160         by .*, since hex values have different syntax in Chill mode.
22161
22162 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22163
22164         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
22165         linefeed from expect pattern for repeated types with indices > 9.
22166
22167 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
22168
22169         First part of Fortran test suite.
22170         * gdb.fortran: New directory.
22171         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22172
22173 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22174
22175         * gdb.base/default.exp:  Update expect pattern for load command
22176         without arguments.
22177
22178 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
22179
22180         * configure.in: Change i386 to i[345]86.
22181         * gdb.base/configure.in: Likewise.
22182         * gdb.c++/configure.in: Likewise.
22183         * gdb.chill/configure.in: Likewise.
22184
22185 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
22186
22187         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22188         patterns, since that is not a valid context for comments.
22189
22190 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
22191
22192         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22193         repeated types and repeated types with indices > 9.
22194
22195 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
22196
22197         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22198         2417; old bug has been fixed.
22199
22200 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
22201
22202         * gdb.base/interrupt.exp: When trying to wake up the inferior,
22203         send the newline ourselves instead of assuming gdb_test will do
22204         so when passed an empty input string.
22205
22206         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22207         stabs testcode.
22208
22209 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22210
22211         * lib/gdb.exp (gdb_test): Don't send anything if the first
22212           argument is an empty string.  This makes cases where we want to
22213           match output that is already in expect's buffers (for example,
22214           matching a breakpoint after gdb_run_cmd has been called) work
22215           reliably.
22216
22217 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22218
22219         * config/netware.exp: New file.
22220
22221 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22222
22223         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22224           the -B and -L prefixes so we can find the debugging stub.
22225
22226         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22227           there and we are using the gcc from the tree.
22228
22229         * gdb.base/types.c: Removed.
22230
22231         * gdb.base/configure.in: Look for makefile fragments in ../config.
22232           Recognize i386-*-netware.
22233         * gdb.c++/configure.in: Likewise.
22234
22235 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22236
22237         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
22238         the correct TCL syntax.
22239
22240 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22241
22242         * gdb.base/opaque.exp: use runto instead of messing around with
22243           breakpoints.  Simplify by using gdb_test.
22244
22245         * gdb.base/bitfields.exp: restart between tests on netware targets
22246           because breakpoints aren't relocated after target death.  Run
22247           processes to completion.
22248
22249         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22250
22251 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
22252
22253         * Makefile.in:  Remove extra tabs that confuse some versions
22254         of "make".  Use the newly built gdb to test with by default,
22255         rather than the first one in the tester's search path.
22256
22257 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
22258
22259         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22260
22261         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22262         condition help.
22263
22264 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22265
22266         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22267
22268         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22269           running.
22270         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22271         * gdb.base/funcargs.exp: Likewise.
22272
22273         * gdb.base/bitfields.exp: Simplify by using gdb_test.
22274         * gdb.base/funcargs.exp: Likewise.
22275
22276         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22277           message is "".
22278
22279 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22280
22281         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22282           return,signals,twice}.exp: Handle non-existant binaries
22283           consistantly.
22284
22285         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22286         * gdb.base/Makefile.in: Don't try to generate a core dump, we
22287           might testing a cross development system.
22288
22289 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22290
22291         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22292           runtest script is relative to ${srcdir}, not ${rootdir}.
22293
22294 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
22295
22296         * gdb.base/signals.exp: Allow for optionality of breakpoint
22297         address.
22298
22299 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22300
22301         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22302
22303 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
22304
22305         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22306           for size_t definition.
22307         * gdb.c++/templates.cc: Likewise
22308
22309         * config/mt-i386-netware: New file.
22310
22311         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22312           defined.
22313
22314         * gdb.base/Makefile.in: Added support for systems that name core
22315           files by appending "core" to the program name.
22316         * gdb.base/a1-selftest.exp: Likewise.
22317
22318 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22319
22320         * gdb.base/return.exp:  Add comment and message for `return double'
22321         test failure on Sparc Solaris.
22322
22323 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
22324
22325         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22326
22327 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22328
22329         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
22330         from optimizing them away.
22331         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
22332         patterns to include default constructors and assignment operators,
22333         to match gcc versions beyond 2.5.8. Accept any cplus demangling
22334         character in the output of the virtual base pointer.
22335
22336 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22337
22338         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
22339         expression match in print_addr_of to avoid unintented matches.
22340         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
22341         versions up to 2.5.8.
22342
22343 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22344
22345         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
22346         included file to run under newer versions of expect.
22347         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
22348         consecutive >'s in templates to accomodate recent cplus-dem.c change.
22349         Remove xfail for the virtual table of BDDHookV.
22350
22351 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
22352
22353         * lib/gdb.exp (string_to_regexp): Set a default result.
22354         (default_gdb_start): Fix misleading message.
22355
22356 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
22357
22358         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22359         Remove all CC, etc definitions.
22360         * config/mt-hpux: New file.
22361         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22362         (CFLAGS, LDFLAGS): Define.
22363         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22364
22365         * Makefile.in (site.exp): Don't insert host_os, etc.
22366         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22367         (distclean): Check existence of subdir.
22368         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22369         * gdb.base/Makefile.in: General cleanup and simplification.
22370         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22371         to build executables.   Use default rule to build .o files.
22372         (EXPECT, RUNTEST, CC): Fix relative pathname.
22373         (site.exp): Don't insert host_os, etc.
22374         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22375         and/or SIGUSR1 defined.
22376         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22377         * gdb.c++/Makefile.in: General cleanup and simplification.
22378         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22379         (CFLAGS): Remove.
22380         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22381
22382 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
22383
22384         * gdb.base/recurse.exp: Misc changes to get tests running again
22385         after Kung's changes to the watchpoint code.
22386         * gdb.base/watchpoint.exp: Likewise.
22387
22388 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
22389
22390         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
22391
22392 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
22393
22394         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22395         * lib/gdb.exp (default_gdb_start): Define.
22396         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22397         gdb.base/funcargs.exp, gdb.base/opaque.exp,
22398         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22399         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22400         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22401         Don't call gdb_target_udi in between tests.
22402
22403 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22404
22405         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22406         (which was basically just a local version of the same thing).  In
22407         addition to avoiding duplication, gdb_test_exact is faster.
22408         * lib/gdb.exp (gdb_test_exact): Fix typo.
22409
22410         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22411         don't give an error.
22412
22413         * gdb.base/term.exp: Call delete_breakpoints before starting.
22414
22415         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22416         (t10): Add comment.
22417
22418 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
22419
22420         Reorganization of the GDB Test Suite.
22421
22422         * gdb.base: New directory, contains all the basic tests.
22423         * gdb.c++: New directory, tests specific to C++.
22424         * gdb.chill: New directory, tests specific to Chill.
22425         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22426         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22427         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22428         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22429         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22430         t30-31 to chill).
22431         * */gdbme.*: Rename to match appropriate expect scripts.
22432         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22433         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22434         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22435         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22436         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22437         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22438         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22439         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22440         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22441         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22442         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22443         gdb.c++/virtfunc.cc: New names of C++ files.
22444         * gdb.chill/chillvars.ch: New name of Chill file.
22445         * gdb.base/configure.in, gdb.c++/configure.in,
22446         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22447         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22448         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22449         * configure.in (configdirs): Update to reflect directory changes.
22450         (target_abbrev): No longer define for any configuration.
22451         * Makefile.in: Cosmetic improvements to header comments.
22452
22453 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
22454
22455         Various changes to gdb.t31:
22456
22457         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
22458         * gdbme.ch:  Make all key-words and predefineds be upper-case.
22459         * chillvars.exp:  Expect key-words and predefinds in upper-case.
22460
22461         * chillvars.exp:  Use gdb_test_exact many places.
22462         Change expected output for arrays (which now includes index labels).
22463
22464         * pr-5020.exp, gdme.ch (module PR_5020):
22465         New test, for PR-5020.
22466
22467 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
22468
22469         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
22470         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
22471
22472 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
22473
22474         * Makefile.in:  Fix bit-rot in definitions of CHILL,
22475         CHILL_FOR_TARGET and Chill_LIB.
22476         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
22477         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
22478         CHILL, and CHILL_LIB.
22479
22480 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
22481
22482         * Revert the previous changes.  Please see Rob's directory
22483           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22484
22485 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
22486
22487         * Makefile.in, configure.in, config/mips-gdb.exp,
22488           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22489           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22490           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22491           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22492           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22493           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22494           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22495           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22496           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22497           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22498           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22499           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22500           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22501           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22502           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
22503           changes from 94Q1.
22504
22505 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
22506
22507         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22508           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22509           Rob's new testing fragments.
22510
22511 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
22512
22513         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22514           lib/gdb.exp: Replace error proc calls with perror.
22515
22516 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
22517
22518         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22519         version also, match on casted version strings, and match on
22520         gdb startup case where the line numbers might be messed up.
22521
22522 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
22523
22524         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22525           (CFLAGS): Delete it from here.
22526
22527 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
22528
22529         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22530
22531 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
22532
22533         * Makefile.in (RUNTEST): Default to just "runtest".
22534
22535 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22536
22537         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22538         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22539         the code has been restructured.
22540
22541 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22542
22543         * gdb.t00/default.exp (set write): Allow any number of \r and/or
22544         \n, not just one of each.
22545
22546         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22547         /bin/cc gives a warning if you do.
22548
22549 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
22550
22551         * gdb.t24/demangle.exp: change expect pattern of
22552         __t10ListS_link1ZUiRCUiPT0
22553
22554 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22555
22556         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22557         on local variables in recursive functions.
22558
22559         * gdb.t07/Makefile.in: Build the new test.
22560
22561 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22562
22563         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22564         directly.  Instead compare the return values from actual calls.
22565
22566 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
22567
22568         * Makefile.in (check): Set TCL_LIBRARY for runtest.
22569
22570 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22571
22572         * From Peter Schauer with minor modifications.
22573         * gdb.t15/return.exp (return_tests): Handle targets where "return"
22574         stops in mid-line in the caller.  Add xfail for returning a float
22575         value on X86 targets.
22576
22577 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22578
22579         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22580         to avoid expect lossage.
22581         (fmem_LRbug_tests): Likewise.
22582         * gdb.disasm/hppa.s: Corresponding changes.
22583
22584         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22585         conditions to work with latest dejagnu/expect.
22586
22587         * gdb.t15/funcargs.exp (finish from indirect call): No longer
22588         expected to fail on the PA.
22589         (backtrace in call with trampolines): Explicitly require main
22590         to be frame #1 (no trampolines should show up in backtrace).
22591
22592         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22593         "continue -expect".
22594         * gdb.t06/break.exp: Likewise.
22595         * gdb.t07/watchpoint.exp: Likewise.
22596         * gdb.t13/bitfields.exp: Likewise.
22597         * gdb.t15/{funcargs,return}.exp: Likewise.
22598         * gdb.stabs/weird.exp: Likewise.
22599         * config/{mips,udi}-gdb.exp: Likewise.
22600
22601         * hppa.sed: Enclose comments within a sed command to avoid
22602         losing with the old OSF1 sed.
22603
22604 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22605
22606         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
22607         sequent dynix.
22608         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
22609         * gdb.t15/funcargs.exp:  Conditionally step again to really
22610         finish from marker_call_with_trampolines. Handle the case where
22611         the first step from within call_with_trampolines already steps
22612         us back to main.
22613         * gdb.t15/gdbme.c:  Add comment to closing brace of
22614         call_with_trampolines for funcargs.exp.
22615
22616 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22617
22618         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22619         Fix typo(s).
22620
22621 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22622
22623         * gdb.t07/gdbme.c: More code for watchpoint testing.
22624
22625         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22626         "Hardware watchpoint" throughout file.
22627         (test_watchpoint_triggered_in_syscall): New test.
22628         (test_complex_watchpoint): New test.
22629
22630 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22631
22632         * gdbme.c (call_with_trampolines): New function to try and step
22633         into.  Tests trampoline problems on the PA.
22634
22635         * funcargs.exp (localvars_in_indirect_call): No longer expect
22636         stepping into indirect call to fail on PAs.
22637         (test_stepping_over_trampolines): New test.
22638
22639 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22640
22641         * TODO: Add suggestions for static member function tests, and
22642         completion tests.
22643
22644 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22645
22646         * TODO: Add suggestions for "p/a" tests.
22647
22648         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22649         (default_gdb_exit): Replace all the hair with sending "quit" to
22650         the process with a simple close.
22651
22652 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22653
22654         * TODO: Add suggestions for shared library tests.
22655
22656 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22657
22658         * TODO: Add suggestions for x/s tests.
22659
22660 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22661
22662         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22663         "enable once", and "enable breakpoints once" with ".*".
22664
22665 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22666
22667         * TODO: Add suggestions about structure passing tests.
22668
22669 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22670
22671         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
22672         the primary1 test, use work around if __GNUC__ < 2.
22673         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
22674         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
22675         Test for bad output rather than waiting for timeout.  Issue
22676         second continue only if first continue failed.
22677
22678 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
22679
22680         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22681         operator[] test with gdb_test because the old code didn't seem to
22682         be getting the quoting right with the new dejagnu.
22683
22684 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
22685
22686         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22687         one from the path.
22688         * Makefile.in: Use a fresh expect if there is one, use runtest
22689         from the src tree if there is one.
22690
22691 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
22692
22693         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22694         next over recursive call.  Revise the tests from that point on
22695         (which had been skipped) to match GDB's actual (correct) output.
22696
22697         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22698         with next over a breakpoint whose condition is false.
22699
22700         * gdb.t00/help.exp: Comment out "help set print" tests just like
22701         (and for same reason as) "help set" test.
22702
22703 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22704
22705         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22706         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22707
22708 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22709
22710         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22711         necessary gdb_target_udi.
22712
22713         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22714
22715         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22716         1838 and 2417; they are fixed.
22717
22718         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22719         gdb.t03/ptype.exp (ptype structure, ptype union):
22720         Remove xfails; the test is looser than when the xfails were added.
22721
22722         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22723         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22724
22725         * gdb.t01/run.exp: Only run shell test if isnative.
22726
22727         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22728         since "run" automatically loads if necessary.  Call gdb_target_udi
22729         after the "file" since "file" kills any execution target.
22730
22731         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22732         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
22733         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22734         argument for UDI.
22735
22736 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
22737
22738         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22739
22740         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22741
22742 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22743
22744         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22745         properly quoting regexps.  This makes the second argument to
22746         demangle a fixed string, which matches the callers, instead of a
22747         shell-style pattern which is what the previous implementation
22748         used.  Update some of the callers.
22749
22750 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22751
22752         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22753         (comib_nullified_tests): Fix typo.
22754         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22755         strings.  No longer expected to fail.
22756
22757         * gdb.disasm/hppa.s (addib_tests): Fix typo.
22758         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22759         strings.  No longer expected to fail.
22760
22761         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22762         string.  No longer expected to fail.
22763
22764 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22765
22766         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22767         No longer expected to fail.
22768
22769         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22770         string.  No longer expected to fail.
22771
22772 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22773
22774         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22775         only in the names (I probably got most of them).  I was even
22776         generous with some which differed in underscores in names, and
22777         probably missed a few, and I *still* was able to remove almost a
22778         third of the file with almost no impact on testsuite coverage.
22779
22780 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22781
22782         * gdb.t00/default.exp: Match udi_attach error message as well as
22783         the one from child_attach.
22784
22785         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22786
22787         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22788
22789         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22790         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22791
22792         * Move test with enums and partial symbols back to
22793         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22794         Reverts the change of 26 May 93.  Per today's change to
22795         stabs.texinfo, the behavior that weird.exp was expecting was
22796         unreasonable; what is important is that the compiler+gdb get
22797         things right, which happens with a recent gcc.  Also fix the test
22798         to deal with native compilers which put out the stab gdb can't
22799         deal with.
22800
22801 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22802
22803         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22804         in the names.  The main thing these accomplish is to slow things down.
22805         Many more such duplicates surely remain.
22806
22807         * gdb.t00/help.exp: Comment out "help support" test just like
22808         (and for same reason as) "help set" test.
22809
22810 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
22811
22812         * gdb.t06/break.exp:  Remove setup_xfails for
22813         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22814         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
22815         about known bug in gcc to include up through 2.5.8.
22816         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
22817         well as "_vb$".
22818         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22819         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22820         with latest gcc and gdb.
22821         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
22822         well as "_vb$".
22823
22824 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22825
22826         * configure.in (hppa*-*-*): Also configure and build stabs-only
22827         tests.
22828
22829 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22830
22831         * gdb.t10/hppa.mt: A makefile fragment for the PA.
22832         * gdb.t10/configure.in (hppa*-*-*): Use it.
22833
22834 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22835
22836         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
22837
22838 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22839
22840         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
22841         versions prior to 1.13.5.
22842
22843 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22844
22845         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22846         the prompt is at the start of a line.
22847
22848 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
22849
22850         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22851         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
22852         in the copr tests now.
22853         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
22854         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
22855         expected to fail.
22856
22857 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
22858
22859         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22860         gdb.t31/chillvars.exp, lib/gdb.exp:
22861         Tweak to run under either version of expect.
22862         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22863         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22864         * gdb.t11/list.exp: Remove extraneous whitespace.
22865
22866 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22867
22868         * gdb.t16/printcmds.exp (test_print_strings): Accept
22869         "(unsigned char *) " before the string.
22870
22871         * TODO: Add notes about printing of fancy types and GDB expressions.
22872
22873 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
22874
22875         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22876         * gdb.t06/configure.in: Don't try to compile signals test program
22877         if doing mips-idt-ecoff.
22878
22879 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
22880
22881         * Most .exp files: Tweak to run under either version of expect.
22882
22883 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22884
22885         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
22886         xfails; I'm not sure why they are failing, but not because of PR 1806.
22887
22888 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
22889
22890         * config/unix-gdb.exp: Remove gdb_unload cause it's already
22891         defined in lib/gdb.exp.
22892
22893 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22894
22895         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
22896         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
22897         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
22898         have to be typeless.
22899
22900 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
22901
22902         * TODO: Add suggestion for copyright year test.
22903
22904 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
22905
22906         * configure.in (*-*-lynxos*): Add stabs tests.
22907
22908 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
22909
22910         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
22911         so insert a tab before any assembler directive in column zero.
22912
22913         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
22914         stores.
22915         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
22916         stores.
22917         (fpu_short_memory_tests): Likewise.
22918
22919 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22920
22921         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
22922         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
22923         .stabs directives in comments.
22924
22925 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22926
22927         * TODO: New file, describing tests we could write.
22928         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
22929
22930 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22931
22932         * gdb.t06/signals.exp: Add kludge to force re-sync.
22933
22934         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
22935         to xgdb instead of gdb, get out of gdb.
22936
22937 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
22938
22939         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
22940         for info.
22941
22942 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
22943
22944         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
22945         * gdb.stabs/configure.in (hppa*-*-*): Use it.
22946         * gdb.stabs/hppa.sed: New sed script for the PA.
22947
22948 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22949
22950         * gdb.stabs: Re-write weird.def and configuration to use sed
22951         instead of cpp.  sed is portable and POSIX; cpp is neither.
22952
22953 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22954
22955         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
22956
22957 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22958
22959         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
22960
22961 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22962
22963         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
22964         "_vb$".
22965         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
22966         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
22967
22968 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22969
22970         * lib/gdb.exp: Comment out code which depends on non-existent
22971         `transform' procedure.
22972
22973 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
22974
22975         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
22976         * lib/gdb.exp: Transform tool name.
22977         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
22978         1.1's new error handling system.
22979
22980 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22981
22982         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
22983
22984 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22985
22986         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
22987         They made pattern matching so slow that timeouts happened on
22988         heavily loaded systems.  Now any output from "show print" which
22989         gets us back to the GDB prompt is a PASS.
22990
22991 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
22992
22993         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
22994
22995 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22996
22997         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
22998
22999         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23000         It is not from PR 3220.
23001
23002 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23003
23004         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23005         just started failing because they depended on the order the
23006         subcommands are presented, or exact docstring text.  This kind of
23007         test is a pain and has minimal benefit.
23008
23009 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23010
23011         * gdb.t09/corefile.exp: At end of test, use "core" command with
23012         no arguments.
23013
23014 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
23015
23016         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23017         17}/Makefile.in:  Make it possible to run the testsuite with Sun
23018         make and CC = cross gcc by adding explicit build rules for .o
23019         files.
23020
23021 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23022
23023         * gdb.t15/funcargs.exp: Don't put comments on same line as
23024         setup_xfail (@#$*%& tcl braindamage!).
23025
23026 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23027
23028         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23029
23030 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
23031
23032         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23033         * gdb.t20/inherit.exp: remove three dumplicate entries.
23034
23035 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23036
23037         * gdb.t06/break.exp: For "next over recursive call", fail on any
23038         incorrect output, not just on "factorial (value=2)".
23039
23040 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23041
23042         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
23043         working now. Add an xfail if accesing a bss variable causes
23044         a memory error if the target is not yet run.
23045
23046 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23047
23048         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23049         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23050         name of __st* demangling (2 strings).  Did Kung really get the
23051         more than 95 others right without testing them?
23052
23053 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
23054
23055         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23056
23057 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
23058
23059         * configure.in (configdirs): Add gdb.disasm
23060         * gdb.disasm: New directory for GDB disassembler tests.
23061         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23062
23063 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23064
23065         * gdb.t00/help.exp: Don't test "help set".
23066
23067         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23068         from within expect statements.  None of these happen anymore and
23069         they cause regressions to be silently unnoticed.
23070
23071         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23072         messages) about known failures with gcc cygnus-2.4.5-930417.
23073
23074         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23075         comp-info.exp so it gets built if it doesn't exist.
23076
23077         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23078         it is no longer used.
23079         * gdb.t13/comp-info.c: Removed.
23080
23081 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
23082
23083         * gdb.t06/signals.exp: Add xfail for sun3.
23084
23085 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23086
23087         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23088         relevant because ^C doesn't get sent but failure can be reproduced
23089         interactively).
23090
23091 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23092
23093         * gdb.stabs/alpha.mt:  New configuration file for alpha.
23094         * gdb.stabs/configure.in:  Use it.
23095         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
23096         sharing with alpha.mt, redefine long to word via preprocessor.
23097         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
23098         for alpha.
23099         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
23100         native cc.
23101         * gdb.t00/teststrategy.exp:  Change expect string so that we
23102         consume the `(xgdb)' from the command echo and from the gdb prompt.
23103         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
23104         gdb currently compares all values as long, so this failure probably
23105         applies to any configuration where LONGEST is bigger than a target int.
23106         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
23107         with gcc.
23108         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
23109         to handle opaque pointers, gcc is.
23110         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
23111         as first argument. Include <sys/types.h> and change all operator
23112         new definitions to use size_t.
23113         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
23114         now that we use size_t.
23115
23116 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23117
23118         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
23119         a long or float array cast all array members to the same type.
23120         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
23121         with 64 bit longs.
23122         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
23123         on alpha.
23124         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
23125
23126 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23127
23128         * gdb.t24 (demangle.exp): Constructors of templates have names like
23129         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
23130         section 14.6 of the ARM.
23131
23132         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23133         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23134         accomplish little and slow down the testsuite.
23135
23136         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23137         Accept spaces various places.
23138
23139 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23140
23141         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23142         with watchpoint enabled.
23143
23144         * Makefile.in: Remove definition of CC and remove the second
23145         definition of CXX (the "CXX = gcc" one remains).  These definitions
23146         were causing backquotes to be expanded within backquotes, which
23147         doesn't work.
23148
23149 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
23150
23151         * gdb.t17/callfuncs.exp: Add "return 0" to end.
23152
23153 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23154
23155         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
23156         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
23157         by mips cc and contains no stabs entries.
23158
23159 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
23160
23161         * config/vx-gdb.exp: Use fake device to load files rather than
23162         NFS.
23163         * lib/gdb.exp: New proc to do "file" command.
23164         * config/unix-gdb.exp: Use new "file" proc.
23165
23166 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
23167
23168         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23169         Rework board rebooting slightly.
23170         (gdb_exit): Don't exit from the remote shell; there isn't one.
23171         * gdb.stabs/weird.exp: If a program is being debugged already,
23172         kill it.
23173         * gdb.t04/setvar.exp: Stop and restart gdb.
23174         * gdb.t05/expr.exp: Likewise.
23175         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23176         restart gdb and reload the program.
23177         * gdb.t08/opaque.exp: Likewise.
23178         * gdb.t12/scope.exp: Likewise.
23179         * gdb.t13/bitfields.exp: Likewise.
23180         * gdb.t15/funcargs.exp: Likewise.
23181         * gdb.t20/classes.exp: Likewise.
23182         * gdb.t03/ptype.exp: Increase timeout.
23183         * gdb.t16/printcmds.exp (test_print_string_constants,
23184         test_print_array_constants): Likewise.
23185         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23186         * gdb.t20/classes.exp (do_tests): Likewise.
23187         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23188
23189 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
23190
23191         * gdb.stabs: Renamed *wierd* to *weird*.
23192
23193 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
23194
23195         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23196         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
23197
23198 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
23199
23200         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23201         (do_tests): Remove xfail for whatis on one_var and two_var.
23202
23203 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
23204
23205         * Makefile.in: Made cross building work better by adding
23206         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23207
23208 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23209
23210         * gdb.t15/{return.c,return.exp,Makefile.in}:
23211         New test, currently commented out.
23212
23213 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
23214
23215         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23216         still running and removes the leftover named socket so GDb can do
23217         clean restarts.
23218
23219 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
23220
23221         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23222         console, not GDB.
23223         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23224         cross testing works better with "make check"
23225         * config/unix-gdb: Use default procedures for exit and version.
23226         * config/vx-gdb.exp: Cleaned up and massaged back to working order
23227         with the newest VxWorks.
23228
23229 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23230
23231         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23232         old form.
23233
23234         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23235         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23236
23237         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23238
23239         * config/unix-gdb.exp: Remove this version of gdb_exit
23240         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23241         Rob says he'll look at it when he gets back to testing boards.
23242
23243 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
23244
23245         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
23246         an expected fail for certain ptype commands.
23247
23248         * gdb.t20/classes.exp:  Update expected results of "ptype class
23249         Base1" to account for the constructor that now appears in the type.
23250
23251 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
23252
23253         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
23254         disappeared from list.
23255         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
23256         "alldone" proc with call to cleanup and exit.
23257         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23258         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23259         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23260         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23261         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
23262         "alldone" proc with simple returns that suppress remaining
23263         tests.  The alldone proc went away many months ago.
23264
23265 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23266
23267         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23268
23269         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23270
23271 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23272
23273         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
23274         as vax gdb will display them.
23275
23276 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23277
23278         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23279         optimizers.
23280
23281         * scope.exp: Change "bad value for localval" messages so each one
23282         is unique.
23283
23284         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23285         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23286
23287         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23288
23289 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23290
23291         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23292         doesn't exist (due to optimization).
23293
23294 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23295
23296         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23297         contains \r because the filename is long.
23298
23299         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23300         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23301
23302 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23303
23304         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23305         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
23306         Ultrix.
23307         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
23308         int tests.
23309         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
23310
23311 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
23312
23313         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
23314
23315         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
23316         to match does not match the passing case but still matches the
23317         failing case.
23318
23319 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23320
23321         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23322
23323 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
23324
23325         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
23326         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23327         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23328         Remove various versions of gdb_exit.
23329         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
23330         gdb_exit.
23331         * config/unix-gdb.exp:  gdb_exit remains here, and should override
23332         the generic version, since it's doing a lot of wierd stuff that
23333         the other versions aren't.  FIXME, fold it in, or abandon this
23334         version.
23335
23336 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23337
23338         * gdb.t24/demangle.exp: Add tests for PR 3220.
23339
23340 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23341
23342         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23343
23344 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
23345
23346         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
23347         "i386-*-*".  Works for i486 as well.
23348
23349         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
23350         bug, and expand domain of xfail to all SVR4 systems, since the
23351         actual problem is likely to be in generic SVR4 /proc support.
23352
23353 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23354
23355         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23356
23357 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
23358
23359         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
23360         xfails for other systems.  Match a missing 'Continuing.' as an
23361         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23362
23363         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23364         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23365         Only issue warning for missing executables if -all option is used.
23366
23367         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
23368         file if -all option is used.  It's like an unpredictable XFAIL.
23369
23370 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23371
23372         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23373         for dynamically linked binaries.
23374
23375         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23376
23377 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23378
23379         * gdb.t20/inherit.exp: Change message for "print tagless struct"
23380         to state that this is a known bug in old versions of g++.
23381
23382 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23383
23384         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
23385         while waiting for `Continuing'.
23386
23387 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
23388
23389         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
23390         in text, data, and bss.
23391         * gdb.t10/nodebug.c:  Add local and global test variables for
23392         initialized and uninitialized data.
23393
23394 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23395
23396         * config/unix-gdb.exp (gdb_exit): Add "wait".
23397
23398 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23399
23400         * gdb.t06/signals.exp:  xfail the continue from the handler for all
23401         targets.
23402
23403         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
23404         function with watchpoints enabled, the i386 call dummy starts with
23405         a call.
23406
23407         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
23408         386 bsd names its corefiles.
23409
23410 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
23411
23412         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
23413         compilers don't grok it.
23414         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
23415         with small octal ints rather than character constants, which
23416         are signed and might not fit if first promoted to int.
23417
23418 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
23419
23420         * gdb.t09/Makefile.in (clean):  Remove corefile.
23421
23422 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23423
23424         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23425
23426 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23427                           and Jim Kingdon (kingdon@cygnus.com)
23428
23429         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23430         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
23431         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23432
23433 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23434
23435         * gdb.t17/interrupt.exp: Add xfail for hppa.
23436
23437 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23438
23439         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23440         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
23441         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
23442         to determine signed-ness of bitfields and use the result to setup
23443         the xfail.
23444         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
23445         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
23446         call line is reached if necessary.
23447
23448 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23449
23450         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23451
23452 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23453
23454         * gdb.t06/break.exp: Also test `clear' command.
23455
23456 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
23457
23458         * gdb.t00/teststrategy.exp: Remove extra quote.
23459
23460         * gdb.t07/watchpoint.exp: Change xfail for calling function with
23461         watchpoint enabled to be for all non-68k machines.
23462
23463         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23464
23465 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23466
23467         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23468         targets use aout.mt instead of ecoff.mt as gas understands
23469         standard aout format.
23470
23471 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
23472
23473         * lib/gdb.exp (runto): Don't insist that function we are running to
23474         was compiled with -g.
23475
23476         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23477
23478         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23479         to get back into the read system call.
23480         Accept leading newline in case where we woke it up.
23481
23482 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23483
23484         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
23485         to make the stabs test work on ecoff systems using gcc and -with-stabs.
23486         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
23487         enable ecoff configuration.
23488
23489 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23490
23491         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23492
23493 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23494
23495         * gdb.t16/printcmds.exp: Add another printf test.
23496
23497 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
23498
23499         * configure.in: If configured -with-stabs on any target, add
23500         stabsdirs to configdirs.
23501
23502 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23503
23504         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23505         fun" so pattern does not match the command itself.
23506
23507 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23508
23509         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23510
23511 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23512
23513         * gdb.t17/interrupt.exp: Test for more things.
23514
23515 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23516
23517         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23518         compiler arranges the code and line numbers.
23519
23520         * gdb.t17/interrupt.exp: Don't send \n after ^C.
23521
23522 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23523
23524         * gdb.t00/help.exp:  Increase expect input buffer size.
23525
23526 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23527
23528         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23529
23530         * gdb.t07/watchpoint.exp: Add xfail for hppa.
23531
23532         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23533
23534         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23535         [0-9]*, not just [0-9].
23536
23537 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23538
23539         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23540
23541         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23542
23543 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23544
23545         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23546
23547 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23548
23549         * gdb.t06/signals.c: Add xfails for sun3.
23550
23551         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23552
23553         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
23554         test_stepping tests.
23555
23556 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23557
23558         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23559
23560         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23561
23562         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23563         rather than actually putting it through cpp twice.
23564
23565         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23566
23567 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
23568
23569         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23570         no longer needed.
23571
23572 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23573
23574         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23575
23576         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23577         C++ features prints as "struct", make it a pass, not an xfail.
23578
23579 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23580
23581         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23582         Don't require VA to print as "class" rather than "struct".
23583
23584 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
23585
23586         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23587
23588 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23589
23590         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23591
23592 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23593
23594         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
23595         order.
23596
23597 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23598
23599         * gdb.t16/printcmds.exp: Add printf tests.
23600
23601         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23602
23603         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23604
23605 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
23606
23607         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
23608         pass counts, to counteract any existing or future setup_xfails.
23609
23610 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23611
23612         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23613         {BEGIN,END}_COMMON for common block instead of STAB.
23614         * gdb.stabs/wierd.exp: Add xfail for rs6000.
23615
23616         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23617         intp_var should be N_GSYM not N_LSYM.
23618         wierd-aout.S: Use a label for the value of the N_SO.
23619         wierd.def: Remove all backslashes.
23620         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23621
23622 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23623
23624         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23625         get the expected next to inheritance3.
23626
23627 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23628
23629         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23630         now that gcc-2.4 gets it right.
23631
23632 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23633
23634         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23635
23636         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23637         generating comp-info.exp which works for cross-compilation.
23638
23639 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
23640
23641         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
23642         "*-*-sysv4.*".
23643
23644 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
23645
23646         * gdb.t01/run.exp:  Start with a fresh gdb.
23647         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
23648         SVR4.x.
23649
23650 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
23651
23652         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23653         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23654         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23655         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
23656         things to remove.
23657
23658 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
23659
23660         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
23661         test cases from bug reports.
23662
23663 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
23664
23665         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
23666         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
23667           avoid spurious xfails.
23668         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
23669         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
23670         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
23671
23672 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
23673
23674         * gdb.t00/teststrategy.exp:  Rework to provide more useful
23675         description of each test, fix problem with systems that define
23676         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23677         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
23678         results for "next over recursive call" so timeouts aren't taken
23679         by error.
23680
23681 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
23682
23683         * gdb.t12/scope.exp: Test printing of variables before run.
23684
23685         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23686         printed in wrong order due to sorting.
23687
23688 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
23689
23690         * gdb.t00/teststrategy.exp:  Fix expected results for printing
23691         user entered string constant.  Is array of char, prints with no
23692         address.
23693
23694         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
23695         commands.
23696         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
23697         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
23698         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
23699         of struct of char arrays.
23700         * gdb.t00/radix.exp:  New tests for radix commands.
23701
23702 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
23703
23704         * gdb.t16/printcmd.exp: Print a variable before running program
23705         (with xfail for AIX).
23706
23707 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
23708
23709         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23710
23711         * gdb.t16/printcmd.exp: Don't print variables before running program.
23712
23713         * gdb.t06/break.exp: Don't require envp argument to main.
23714
23715         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23716
23717         * gdb.t02/whatis.exp, gdb.t11/list.exp:
23718         Add xfails for rs6000.
23719
23720         * gdb.t02/whatis.exp: Change other tests not to re-test something
23721         we already tested.
23722
23723         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23724         each type used has a variable of that type.
23725
23726 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
23727
23728         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23729
23730 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
23731
23732         * configure.in: change srctrigger to be a file, not a directory
23733
23734 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
23735
23736         * configure.in (mips-idt-ecoff*): Added trailing '*'.
23737
23738         * gdb.t11/list.exp: Fixed a couple of typos.
23739
23740 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
23741
23742         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
23743         is fixed and PR is closed.
23744         * gdb.t16 (gdbme.c):  Add simple test string variable.
23745         * gdb.t16 (printcmds.exp):  Add tests with simple test string
23746         variable, primarily for boundaries on "set print elements".
23747
23748 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
23749
23750         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23751         Make leading 0's optional and don't expect a tab in the middle
23752         of the number.
23753
23754         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23755
23756         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23757         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
23758         don't end command passed to gdb_test with newline.
23759
23760         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23761         signed keyword away, don't expect signed bitfields to be signed.
23762
23763         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23764         printing with only as many 1's as are in the field as well as printing
23765         with 32 1's (see comment).
23766
23767 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
23768
23769         * gdb.t00/default.exp:  Start with a fresh gdb.
23770         * configure.in (configdirs):  Remove gdb.t31 until the chill
23771         compiler works again.  It no longer is able to find chillrt0
23772         since it isn't in libchill.a anymore.
23773         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
23774         wierd.o, make more modular.
23775         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
23776         spurious newlines that caused problems.
23777
23778 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23779
23780         * Move test with enums and partial symbols from gdb.t03/ptype.exp
23781         to gdb.stabs/wierd.exp since GCC has worked around the bug.
23782         gdb.stabs/wierd.{exp,def}: Many new tests.
23783
23784         * gdb.t00/default.exp: update info line for new message.
23785
23786         * gdb.t02/{whatis.exp,gdbme.c}:
23787         Test that "char *" doesn't print as "caddr_t".
23788
23789 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23790
23791         * gdb.t00/help.exp: Use .* in place of some help messages which
23792         just changed.
23793         gdb.t00/default.exp: Update "info frame" test for new message.
23794         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23795         Remove some xfails
23796
23797 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23798
23799         * gdb.t03/{gdbme.c,ptype.exp}:
23800         Add tests for typedef'd struct and union without tags.
23801         Also check "whatis" on a variable of a typedef'd enum without a tag.
23802
23803         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23804         PRMS 1823; the bug still exists but isn't reproduced by this test
23805         anymore), and remove rs6000 XFAIL (the bug is fixed).
23806
23807         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23808         duplicated from whatis.exp.  For those that are left, accept
23809         "long", "long int", or "int" for long variables (whatis.exp already
23810         has an XFAIL for "int", so no need to fail it here).
23811
23812         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23813         Deal with GCC's names for types now that GDB uses the compiler's names.
23814
23815         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
23816         setup_xfail's for sunos4.  If we #defined the signed keyword away,
23817         don't expect GDB to know that char it is signed.
23818
23819         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23820
23821 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
23822
23823         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
23824         should work on any system, regardless of debugging format.
23825         * gdb.t21/demangle.exp:  Move to gdb.t24.
23826         * gdb.t24/demangle.exp:  Move from gdb.t21.
23827         * gdb.t24/{Makefile.in, configure.in}:  New files.
23828
23829 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23830
23831         * configure.in: Do gdb.stabs and C++ tests only for stabs.
23832         * gdb.stabs: New directory.
23833
23834 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
23835
23836         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23837         not just "Quit anyway?".
23838
23839 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
23840
23841         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
23842         that all setup_xfails are immediately followed by clear_xfails.
23843
23844 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
23845
23846         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23847         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23848         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23849         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23850         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23851         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23852         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23853         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23854         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23855         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23856         gdb.t31/chillvars.exp, lib/gdb.exp:
23857         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23858         bug-gdb@prep.ai.mit.edu.
23859
23860 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
23861
23862         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
23863         with 0.0, not integer 0.
23864
23865 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
23866
23867         * gdb.t06/break.exp: Update for "Kill the program" message change.
23868
23869 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
23870
23871         * Makefile.in (GDBFLAGS):  Set to -nx.
23872         * Makefile.in (site.exp):  Use GDBFLAGS.
23873
23874 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
23875
23876         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23877           Makefiles.
23878           (check): depend on just-check.
23879           (just-check): added so that tests can be run without a noop
23880           build pass.
23881
23882 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
23883
23884         Switch to using configure's configdirs.
23885         * Makefile.in (Makefile): add configure.in dependency.
23886           (SUBDIRS): removed redundant assignment.
23887         * configure.in: switch subdirs assignment to configdirs.
23888         * gdb.t*/configure.in: new files.
23889
23890 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
23891
23892         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
23893         works.
23894
23895 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
23896
23897         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
23898         in explicit rules.  Apparently this is not supported by some makes.
23899
23900 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
23901
23902         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
23903
23904 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23905
23906         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
23907         disappeared.
23908
23909 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
23910
23911         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
23912
23913 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
23914
23915         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
23916         watchpoint problem that is now fixed.
23917         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
23918         uninitialized convenience variables.
23919         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
23920         structures.
23921
23922 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23923
23924         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
23925         which causes expect to get out of sync with gdb on long output
23926         from help set.
23927         * gdb.t09/corefile.exp: Make expected pattern for core file
23928         failing signal and frame output format less sun specific.
23929
23930 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
23931
23932         * gdb.t31/chillvars.exp:  Add and remove initial dummy
23933         breakpoint, so that symbol table is forced in.
23934         (Needed at least on Sunos4, though it seems not SVR4.)
23935         * gdb.t31/chillvars.exp:  Update for changed output format.
23936
23937 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
23938
23939         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
23940
23941 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
23942
23943         * Makefile.in: Added --srcdir when invoking runtest, removed the
23944         need for a local config file. (optional now)
23945
23946 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
23947
23948         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
23949         failure count used to force early termination.  Add some more
23950         expected failures for gnu style demangling.
23951
23952 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23953
23954         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
23955         pmi variable from gdb.t20/gdbme to get optimized away.
23956         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
23957         Check for written corefile upon timeout _and_ eof.
23958
23959 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23960
23961         * config/unix-gdb.exp:  Add missing return 0.
23962
23963 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23964
23965         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
23966         test termination.
23967
23968 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
23969
23970         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
23971         disappeared.
23972
23973 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
23974
23975         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
23976         time as i860 support works.
23977
23978         * gdb.t15/funcargs.exp:  Fix expected outputs to include
23979         "backtrace 100\r" rather than just "backtrace\r", to match last
23980         change.
23981
23982 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
23983
23984         * config/udi-gdb.exp (gdb_exit): Remove close command.
23985         (gdb_target_udi): New procedure to set the UDI target.
23986         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
23987         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
23988         Added waits for prompts after several question responses.  Added
23989         some more responses used by a29k-amd-udi-gdb.
23990         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
23991         pass different arguments, restart UDI connection after program
23992         completion.
23993         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
23994         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23995         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
23996         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
23997         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
23998         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
23999         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24000         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24001         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24002         after program completion.
24003         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24004         compiled with a SELECT_VECS setting.
24005         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24006         infinite recursion.
24007
24008         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24009         Added checks for COFF results, and made them expected failures for
24010         all targets.  It would be better to make them expected failures
24011         for COFF targets only.
24012
24013 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
24014
24015         * Makefile.in: add null dvi target, don't bother to recurse
24016         through test directories for info and install-info; rename
24017         $(datadir) to be dejagnu instead of deja-gnu
24018
24019 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
24020
24021         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
24022         compiler to coredump.
24023         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
24024         code.
24025
24026 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
24027
24028         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
24029         coredump.
24030         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
24031         code.
24032
24033 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
24034
24035         * gdb.t03/ptype.exp: tests for return code from gdb_test.
24036         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24037         which in a shell. Deletes xgdb when done.
24038         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24039         Tests the return from the "set height" or "set width" commands.
24040         Added a few return codes where needed.
24041
24042 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
24043
24044         * Makefile.in (SUBDIRS):  Add gdb.t17.
24045         * configure.in (subdirs):  Add gdb.t17.
24046         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
24047         files to test gdb's calling of functions in the inferior with
24048         the correct arguments and gdb's ability to retrieve any
24049         result returned.
24050
24051 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
24052
24053         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
24054         may be called after gdb goes away.  Previous versions of expect
24055         needed these to avoid file descriptor leaks, but they cause
24056         errors with the current revision of expect.
24057         * gdb.t00/gdbvars.exp:  Use -re on expected output after
24058         setting sevenbit-strings.
24059         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
24060         to set sevenbit-strings consistent across tests.
24061         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
24062         set sevenbit-strings consistent across tests.
24063
24064 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
24065
24066         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
24067         expected output to match current "expect" expectations.
24068
24069 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
24070
24071         * gdb.t00/default.exp:  Change expected output for default "source"
24072         command, to match new gdb behavior which requires a filename to
24073         source.
24074
24075 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
24076
24077         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
24078         expected fail for i486-*-* that misses the marker2 function.
24079         * gdb.t10/crossload.exp (bfddefault):  Allow successful
24080         recognition of a format to pass even if no symbols are found.
24081         Explicitly catch failures where the format is not recognized
24082         or is ambiguous, and add the reason to the fail message.
24083         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
24084         the cause is and invalid target and add reason to failure message.
24085         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
24086         elf32-i386, elf32-sparc, and elf32-i860.
24087         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24088         Set up expected failure for 'filename'::variable scope resolution,
24089         which is now apparently broken on all targets.
24090         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24091         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24092         gdb.t23/templates.exp:   Change failure for missing binfile into
24093         just a warning.
24094         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
24095         references.
24096
24097 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
24098
24099         * gdb.t00/default.exp:  Add expected output for default "source"
24100         command, to match new gdb behavior.
24101         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
24102
24103 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
24104
24105         * config/*-gdb.exp: returns an error, rather than exiting on
24106         internal errors.
24107
24108 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
24109
24110         * gdb.t03/gdbme.c:  Add pointer to struct variable.
24111         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
24112         referencing struct members.
24113
24114 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
24115
24116         * configure.in (mips-idt-ecoff): New target.
24117         * config/mips-gdb.exp: New file for remote board using MIPS remote
24118         debugging protocol.
24119
24120         * Redid configuration scheme.  Removed gdb.t*/configure.in.
24121         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
24122         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
24123         distclean targets.  Built executables via .o files.  Adjusted
24124         tests to account for source files in $(srcdir) rather than
24125         $(objdir).
24126         * lib/gdb.exp (runto): Don't expect () after the function name,
24127         because it may have arguments.
24128
24129 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
24130
24131         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24132         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24133         expected failures for mips-idt-* and mips-sgi-*.
24134         * gdb.t00/default.exp (attach): Kill process if requested.
24135         * gdb.t00/help.exp (help target core, help target): Accept a gdb
24136         that does not read core files.
24137         * gdb.t01/run.exp: Removed checks for exit status code.
24138         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24139         it is linked in.
24140         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24141         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24142         appropriate, rather than doing it by hand.
24143         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24144         execution.
24145         * gdb.t10/crossload.exp: Kill existing program if needed.
24146         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24147         appropriate, rather than doing it by hand.  Always increase
24148         timeout for this test, not just for VxWorks.
24149
24150 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
24151
24152         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
24153         of Chill STRUCT types and STRUCT values.
24154         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
24155         than "char".
24156         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24157         struct2):  New struct definitions and initializations to test
24158         simple Chill STRUCT types.
24159
24160 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
24161
24162         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
24163         the null byte at the end of strings.
24164         * gdb.t00/default.exp:  Make show version insensitive to copyright
24165         date.
24166         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
24167         to avoid dependencies on target char signedness.
24168         * gdb.t16/printcmds.exp:  Update expected results for explicitly
24169         unsigned char.
24170         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
24171         now work.
24172         * gdb.t21/demangle.exp:  Add many more patterns for template
24173         demangling, most of them being expected failures.
24174         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
24175         string we are matching for, to match on the whole string.
24176         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
24177         and fix a whole bunch that had incorrect expected output but were
24178         passing anyway because of the bug in "proc demangle".
24179         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
24180         type.
24181         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
24182
24183 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
24184
24185         * gdb/testsuite: made modifications to testcases, etc., to allow
24186         them to work properly  given the reorganization of deja-gnu and the
24187         relocation of the testcases from deja-gnu to a "tool" subdirectory.
24188
24189 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
24190
24191         * gdb/testsuite: Initial creation of gdb/testsuite.
24192         Migrated dejagnu testcases and support files for testing nm to
24193         gdb/testsuite from deja-gnu.  These files were moved "as is"
24194         with no modifications.  This migration is part of a major overhaul
24195         of dejagnu.  The modifications to these testcases, etc., which
24196         will allow them to work with the new version of dejagnu will be
24197         made in a future update.
24198
24199  For additional changes see gdb.mi/ChangeLog-1999-2003.
24200 \f
24201 ;; Local Variables:
24202 ;; mode: change-log
24203 ;; left-margin: 8
24204 ;; fill-column: 74
24205 ;; version-control: never
24206 ;; End:
24207
24208     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24209     2003, 2004, 2005 Free Software Foundation, Inc.
24210   Copying and distribution of this file, with or without modification,
24211   are permitted provided the copyright notice and this notice are preserved.