2011-05-24 Pedro Alves <pedro@codesourcery.com>
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.base/commands.exp (watchpoint_command_test): Check that the
4 watchpoint's command list didn't execute when the watchpoint went
5 out of scope.
6
7 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8
9 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
11 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
12 * gdb.arch/i386-gnu-cfi.exp: Likewise.
13 * gdb.arch/i386-permbkpt.exp: Likewise.
14 * gdb.arch/i386-prologue.exp: Likewise.
15 * gdb.arch/i386-size-overlap.exp: Likewise.
16 * gdb.arch/i386-size.exp: Likewise.
17 * gdb.arch/i386-unwind.exp: Likewise.
18 * gdb.reverse/i386-precsave.exp: Likewise.
19 * gdb.reverse/i386-reverse.exp: Likewise.
20 * gdb.reverse/i386-sse-reverse.exp: Likewise.
21 * gdb.reverse/i387-env-reverse.exp: Likewise.
22 * gdb.reverse/i387-stack-reverse.exp: Likewise.
23
24 2011-05-24 Pedro Alves <pedro@codesourcery.com>
25
26 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
27 file doesn't error, using MI.
28
29 2011-05-23 Tom Tromey <tromey@redhat.com>
30
31 * gdb.base/charset.exp (string_display): Add tests to assign to
32 arrays.
33 * gdb.base/charset.c (short_array, int_array, long_array): New.
34
35 2011-05-20 Pedro Alves <pedro@codesourcery.com>
36
37 Cope with async mode.
38
39 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
40 into gdb_test + mi_expect_stop.
41
42 2011-05-20 Pedro Alves <pedro@codesourcery.com>
43
44 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
45 (callme): Remove printf call.
46
47 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
48
49 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
50 quote pattern to avoid problems with Cygwin/mingw expect versions.
51 * gdb.base/default.exp (show convenience): Use double
52 quote pattern for regular expressions.
53
54 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 Fix -readnow for -gdwarf-4 unused type units.
57 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
58 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
59
60 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.base/kill-after-signal.c: New file.
63 * gdb.base/kill-after-signal.exp: New file.
64
65 2011-05-16 Pedro Alves <pedro@codesourcery.com>
66
67 * gdb.ada/start.exp: Call untested with the correct test filename.
68 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
69 test filename. Make the test's binary unique.
70 * gdb.arch/i386-signal.exp: Call untested with the correct test
71 filename.
72 * gdb.arch/i386-size-overlap.exp: Ditto.
73 * gdb.arch/Makefile.in (EXECUTABLES): Update.
74 * gdb.base/gcore-buffer-overflow.exp: Ditto.
75 * gdb.cp/call-c.exp: Ditto.
76 * gdb.mi/mi-reverse.exp: Call untested with the correct test
77 filename. Make the test's binary unique.
78 * gdb.mi/Makefile.in (EXECUTABLES): Update.
79 * gdb.python/py-mi.exp: Ditto.
80 * gdb.python/Makefile.in (EXECUTABLES): Update.
81 * gdb.reverse/i386-precsave.exp: Ditto.
82 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
83 test filename.
84 * gdb.reverse/i387-stack-reverse.exp: Ditto.
85 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
86 unique.
87 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
88 test filename.
89 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
90 * gdb.trace/tfile.exp: Ditto.
91
92 2011-05-14 Yao Qi <yao@codesourcery.com>
93
94 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
95 type.
96
97 2011-05-13 Doug Evans <dje@google.com>
98
99 * gdb.python/py-objfile-script.exp: New file.
100 * gdb.python/py-objfile-script.c: New file.
101 * gdb.python/py-objfile-script-gdb.py: New file.
102 * testsuite/gdb.python/py-section-script.exp: Test
103 "info auto-load-scripts".
104
105 2011-05-13 Tom Tromey <tromey@redhat.com>
106
107 * gdb.dwarf2/clztest.exp: New file.
108 * gdb.dwarf2/clztest.c: New file.
109 * gdb.dwarf2/clztest.S: New file.
110
111 2011-05-13 Doug Evans <dje@google.com>
112
113 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
114 String16 tests.
115
116 2011-05-13 Tom Tromey <tromey@redhat.com>
117
118 * lib/gdb.exp (is_x86_like_target): New proc.
119 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
120 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
121 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
122 -nostdlib to compiler.
123 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
124 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
125 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
126 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
127 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
128
129 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
130
131 * gdb.python/py-function.exp: Test setting a value from a function
132 which executes a command.
133
134 2011-05-12 Tom Tromey <tromey@redhat.com>
135
136 * gdb.dwarf2/typeddwarf.S: New file.
137 * gdb.dwarf2/typeddwarf.c: New file.
138 * gdb.dwarf2/typeddwarf.exp: New file.
139
140 2011-05-12 Marek Polacek <mpolacek@redhat.com>
141
142 * gdb.mi/mi-basics.exp: Fix races. Honour the
143 `test_exec_and_symbol_mi_operatons' return value.
144 (test_mi_interpreter_selection): Use mi_gdb_test instead of
145 gdb_test_multiple.
146 (test_exec_and_symbol_mi_operatons): Likewise.
147 (test_path_specification): Likewise.
148
149 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
152 (gdb_touch_execfile): Remove catch wrappers. New variable time.
153 Replace `file copy' and `file rename' by `file mtime'. Twice.
154
155 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
156
157 * gdb.base/readline-ask.c: New file.
158 * gdb.base/readline-ask.exp: New file.
159 * gdb.base/readline-ask.inputrc: New file.
160
161 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
162
163 * gdb.cell/bt.exp: Delete breakpoints before running to signal
164 to avoid race condition.
165 * gdb.cell/coremaker.c: Use small stack size.
166 * gdb.cell/ea-standalone.exp: Use file name without path as
167 argument to c_to.
168 * gdb.cell/fork.exp: Allow other output when continuing to end.
169
170 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
171
172 * gdb.threads/corethreads.c: New file.
173 * gdb.threads/corethreads.exp: New file.
174
175 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
178 Try to compile the test using -Wl,-z,norelro first.
179 (load_core): New variable libthread_db_seen, initialize it.
180 (zeroed-threads cannot be listed): Protect it by XFAIL on
181 !$libthread_db_seen.
182
183 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
184
185 PR 12573
186 * gdb.dwarf2/dw2-skip-prologue.S: New file.
187 * gdb.dwarf2/dw2-skip-prologue.c: New file.
188 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
189
190 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
191
192 * gdb.cp/psymtab-parameter.cc: New file.
193 * gdb.cp/psymtab-parameter.exp: New file.
194
195 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
196
197 Fix a race.
198 * gdb.cp/static-print-quit.exp (print c): Split to ...
199 (print c - <return>, print c - q <return>, print c - to quit):
200 ... these. Make the testfile untested on gdb-7.1.
201
202 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
203
204 * lib/gdb.exp (exec_target_file, exec_symbol_file,
205 gdb_rename_execfile, gdb_touch_execfile): New.
206 * gdb.base/reread.exp: Use new procs to handle multiple
207 exec files.
208
209 2011-05-05 Yao Qi <yao@codesourcery.com>
210
211 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
212 (test_adr_32bit, test_pop_pc): New.
213 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
214 (test_adr_32bit, test_pop_pc): New.
215
216 2011-05-04 Joseph Myers <joseph@codesourcery.com>
217
218 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
219 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
220 targets.
221 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
222 handle targets.
223
224 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * gdb.base/completion.exp (complete help info wat): Rename to ...
227 (complete 'help info wat'): ... here.
228 Remove all `-re ".*' and `-re "^.*' redundant regexes.
229 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
230
231 2011-05-04 Pedro Alves <pedro@codesourcery.com>
232
233 * gdb.base/completion.exp: Use gdb_test_multiple instead of
234 gdb_test and explicit $gdb_prompt/timeout matches.
235
236 2011-05-04 Yao Qi <yao@codesourcery.com>
237
238 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
239 and __thumb2__.
240
241 2011-05-03 Marek Polacek <mpolacek@redhat.com>
242
243 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
244 in place of `gdb_test "delete breakpoints"'. This eliminates two
245 testcases.
246
247 2011-05-02 Pedro Alves <pedro@codesourcery.com>
248
249 PR testsuite/12649
250 Fix races.
251
252 * gdb.base/completion.exp: Remove all sleep calls. Remove
253 unnecessary regexs. Don't explicitly expect anything after the
254 prompt. Eat the prompt if necessary.
255
256 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
257
258 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
259 accept to show the caller line again as well as the line after.
260
261 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
262
263 PR mi/12531
264
265 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
266 compile target.
267 * gdb.python/py-prettyprint.exp: Add C++ object for
268 CPLUS_FAKE_CHILD test.
269
270 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
271
272 * gdb.base/signest.exp: New file.
273 * gdb.base/signest.c: Likewise.
274
275 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
278 thread and breakpoint notifications.
279
280 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 * gdb.base/fortran-sym-case.c: New file.
283 * gdb.base/fortran-sym-case.exp: New file.
284 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
285 * gdb.dwarf2/dw2-case-insensitive.c: New file.
286 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
287
288 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
289
290 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
291 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
292 false #1', `if true else false #2' and `if true else false #3'.
293
294 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
295
296 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
297 while delivering signal.
298
299 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
300
301 MI breakpoint notifications.
302
303 * testsuite/gdb.mi/mi-cli.exp: Adust.
304 * testsuite/gdb.mi/mi2-cli.exp: Adust.
305 * testsuite/gdb.mi/mi-watch.exp: Adust.
306 * testsuite/gdb.mi/mi2-watch.exp: Adust.
307 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
308 notifications.
309
310 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
311
312 * gdb.base/gdbindex-stabs-dwarf.c: New file.
313 * gdb.base/gdbindex-stabs.c: New file.
314 * gdb.base/gdbindex-stabs.exp: New file.
315
316 2011-04-25 Yao Qi <yao@codesourcery.com>
317
318 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
319 with /*...*/.
320 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
321
322 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.python/py-value.exp (test_objfiles): Name the first test
325 `py-value in file.filename'.
326
327 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
330 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
331 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
332 !gdbserver_reconnect_p..
333 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
334
335 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 * gdb.cp/cpcompletion.exp (complete class methods)
338 (complete class methods beginning with F): Move them above runto. New
339 comment about the runto delimiter.
340
341 2011-04-20 Pedro Alves <pedro@codesourcery.com>
342
343 * gdb.base/maint.exp: Test that "maint print registers" works
344 without a running program.
345
346 2011-04-20 Marek Polacek <mpolacek@redhat.com>
347
348 * gdb.base/setshow.exp: Fix racy tests.
349 ($old_gdb_prompt): New variable.
350
351 2011-04-19 Tom Tromey <tromey@redhat.com>
352
353 * gdb.mi/mi-nsmoribund.exp:
354 * gdb.hp/gdb.objdbg/objdbg01.exp:
355 * gdb.base/structs.exp (test_struct_returns):
356 * gdb.base/call-sc.exp (test_scalar_returns):
357 * gdb.base/bigcore.exp: Remove duplicate words.
358
359 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdb.base/break-interp-lib.c (v, vptr): New variables.
362 * gdb.base/break-interp.exp (test_attach): New comment.
363
364 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
365
366 * gdb.threads/gcore-thread.exp ($core0file): New variable.
367 (clear __stack_user.next, clear stack_used.next)
368 (save a zeroed-threads corefile): New test.
369 Call core_load for $core0file.
370 (zeroed-threads cannot be listed): New test.
371
372 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
375 filename.
376 ($srcfile): Preserve the original value.
377 ($testfile): Match it the .exp filename.
378 ($corefile): New variable. Substitute it around.
379 Use clean_restart.
380 ($prev_timeout): Remove.
381 (load_core): Move core loading into this proc.
382 Fix restore of $timeout if load_core fails.
383
384 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * gdb.base/eu-strip-infcall.c: New file.
387 * gdb.base/eu-strip-infcall.exp: New file.
388
389 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
392 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
393
394 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 Fix Python access to inlined frames.
397 * gdb.python/py-frame-inline.c: New file.
398 * gdb.python/py-frame-inline.exp: New file.
399
400 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
401
402 * gdb.base/gdb1090.exp: Change breakpoint location to read the
403 content of 's24' correctly (avoiding "optimized out").
404 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
405
406 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
409
410 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
411
412 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
413 expect a colon in watch -location output.
414
415 2011-04-13 Marek Polacek <mpolacek@redhat.com>
416
417 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
418 New testcase `expect response to define backtrace'. Also remove
419 redundant `default' block.
420
421 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.python/py-prettyprint.c (struct hint_error): New.
424 (main): New variable hint_error.
425 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
426 "print hint_error".
427 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
428 (register_pretty_printers): Register it.
429
430 2011-04-04 Tom Tromey <tromey@redhat.com>
431
432 * gdb.cp/maint.exp (test_help): Update.
433 (test_namespace): Likewise.
434
435 2011-04-01 Joel Brobecker <brobecker@adacore.com>
436
437 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
438 * gdb.ada/arrayptr.exp: Add new tests.
439
440 2011-04-01 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.ada/mi_catch_ex: New testcase.
443
444 2011-04-01 Pedro Alves <pedro@codesourcery.com>
445
446 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
447 base::overload(void) method without specifying "const".
448
449 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
450
451 * gdb.arch/thumb-singlestep.S: New file.
452 * gdb.arch/thumb-singlestep.exp: Likewise.
453
454 2011-03-31 Tom Tromey <tromey@redhat.com>
455
456 * gdb.python/py-prettyprint.py (exception_flag): New global.
457 (NoStringContainerPrinter._iterator.next): Check it.
458 * gdb.python/py-prettyprint.c (main): New variable nstype2.
459 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
460
461 2011-03-29 Tom Tromey <tromey@redhat.com>
462
463 * gdb.cp/anon-struct.cc: New file.
464 * gdb.cp/anon-struct.exp: New file.
465
466 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 Test STT_GNU_IFUNC support.
469 * gdb.base/gnu-ifunc-lib.c: New file.
470 * gdb.base/gnu-ifunc.c: New file.
471 * gdb.base/gnu-ifunc.exp: New file.
472
473 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 Support a ring of related breakpoints.
476 * gdb.base/watchpoint-delete.c: New file.
477 * gdb.base/watchpoint-delete.exp: New file.
478
479 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 * gdb.ada/arrayparam.exp (print first after function call): Use
482 explicit package name. Add a comment
483 (print lasta after function call): Rename ...
484 (print last after function call): ... it and use explicit package
485 name.
486 (print length after function call): Use explicit package name.
487 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
488 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
489 (multiple matches for symbol i): Rename ...
490 (multiple matches for symbol integervar): ... it.
491 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
492 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
493
494 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
495
496 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
497 environment variable to make grep output more predictable. Move
498 all the environment setup into gdb_init so it's done once per test
499 case rather than each time we start gdb.
500
501 2011-03-24 Tom Tromey <tromey@redhat.com>
502
503 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
504 test.
505
506 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * gdb.dwarf2/dw2-entry-value-main.c: New file.
509 * gdb.dwarf2/dw2-entry-value.S: New file.
510 * gdb.dwarf2/dw2-entry-value.exp: New file.
511
512 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
513
514 PR python/12183
515
516 * gdb.python/py-function.exp: Add GdbError tests.
517
518 2011-03-18 Pedro Alves <pedro@codesourcery.com>
519
520 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
521 (reglocal_test_func, statlocal_test_func): New functions.
522 (globals_test_func): Call new functions.
523 * gdb.trace/unavailable.exp (gdb_collect_args_test)
524 (gdb_collect_locals_test): New procedure.
525 (gdb_trace_collection_test): Call new procedures.
526
527 2011-03-18 Pedro Alves <pedro@codesourcery.com>
528
529 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
530 (test_register, test_register_unavailable): New procedures.
531 (gdb_unavailable_registers_test): New procedure.
532 (gdb_trace_collection_test): Call it.
533
534 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
535
536 PR python/12149
537
538 * gdb.python/python.exp: Add gdb.write tests.
539
540 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
541
542 * gdb.python/Makefile.in: Add py-objfile.
543 * gdb.python/py-objfile.exp: New file.
544 * gdb.python/py-objfile.c: New file.
545 * gdb.python/py-block.exp: Add is_valid tests.
546 * gdb.python/py-inferior.exp: Ditto.
547 * gdb.python/py-infthread.exp: Ditto.
548 * gdb.python/py-symbol.exp: Ditto.
549 * gdb.python/py-symtab.exp: Ditto.
550
551 2011-03-16 Keith Seitz <keiths@redhat.com>
552
553 PR c++/12273
554 * gdb.cp/cmpd-minsyms.exp: New test.
555 * gdb.cp/cmpd-minsyms.cc: New file.
556
557 PR c++/11734
558 * gdb.cp/ovsrch.exp: New test.
559 * gdb.cp/ovsrch.h: New file.
560 * gdb.cp/ovsrch1.cc: New file.
561 * gdb.cp/ovsrch2.cc: New file.
562 * gdb.cp/ovsrch3.cc: New file.
563 * gdb.cp/ovsrch4.cc: New file.
564
565 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
566
567 PR gdb/12528
568 * gdb.base/Makefile.in: Adjust EXECUTABLES.
569 * gdb.base/break-on-linker-gcd-function.exp: New test.
570 * gdb.base/break-on-linker-gcd-function.cc: New file.
571
572 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
573
574 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
575
576 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
577
578 * lib/gdb.exp (gdb_unload): Add another termination case.
579
580 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
583 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
584 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
585 Provide a stub byte there.
586 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
587 DW_AT_entry_pc.
588 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
589
590 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
591
592 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
593 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
594 "generic ABI, auto".
595 (altivec_abi_tests): Accept vectors returned by reference.
596
597 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
598
599 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
600
601 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
602
603 * gdb.python/py-section-script.exp: Skip test if no Python support.
604
605 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
606
607 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
608
609 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
610
611 * gdb.python/py-parameter.exp: Update tests to the new Python
612 parameter API. Add "no documentation" test. Add deprecated API
613 backward compatibility test.
614
615 2011-03-09 Tom Tromey <tromey@redhat.com>
616
617 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
618 gdb_continue_to_end.
619
620 2011-03-09 Mark Kettenis <kettenis@gnu.org>
621
622 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
623 tabs.
624
625 2011-03-09 Tom Tromey <tromey@redhat.com>
626
627 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
628 parentheses.
629 (gdb_continue_to_end): Add "allow_extra" parameter. Use
630 $command.
631 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
632 argument to gdb_continue_to_end.
633 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
634 argument to gdb_continue_to_end.
635 * gdb.cp/annota3.exp: Fix regex.
636 * gdb.cp/annota2.exp: Fix regex.
637 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
638 gdb_continue_to_end.
639 * gdb.base/call-signal-resume.exp: Revert earlier patch.
640 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
641 gdb_continue_to_end.
642
643 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 * gdb.server/ext-run.exp
646 (load new file without any gdbserver inferior): New test.
647
648 2011-03-07 Tom Tromey <tromey@redhat.com>
649
650 * Makefile.in (TAGS): Rewrite.
651
652 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 * gdb.trace/report.exp (12.1: trace report #1): New match for the
655 initial commands echo. New match for `Found trace'. Anchor all the
656 other matches. Anchor and match for `No trace frame found' the final
657 match.
658
659 2011-03-07 Tom Tromey <tromey@redhat.com>
660
661 * Makefile.in (TAGS): New target.
662
663 2011-03-07 Tom Tromey <tromey@redhat.com>
664
665 * lib/opencl.exp (skip_opencl_tests): Update for exit message
666 change.
667 * lib/mi-support.exp (mi_gdb_test): Update for exit message
668 change.
669 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
670 exit message change.
671 (skip_altivec_tests): Update for exit message change.
672 (skip_vsx_tests): Likewise.
673 (gdb_continue_to_end): Likewise. Add 'command' argument.
674 * lib/cell.exp (skip_cell_tests): Update for exit message change.
675 * gdb.threads/tls.exp: Update for exit message change.
676 * gdb.threads/thread-unwindonsignal.exp: Use
677 gdb_continue_to_end.
678 * gdb.threads/step.exp (step_it): Update for exit message change.
679 (continue_all): Likewise.
680 * gdb.threads/print-threads.exp (test_all_threads): Update for
681 exit message change.
682 * gdb.threads/interrupted-hand-call.exp: Use
683 gdb_continue_to_end.
684 * gdb.threads/execl.exp: Use gdb_continue_to_end.
685 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
686 gdb_continue_to_end.
687 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
688 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
689 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
690 * gdb.cp/method.exp: Update for exit message change.
691 * gdb.cp/mb-templates.exp: Update for exit message change.
692 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
693 * gdb.cp/annota3.exp: Update for exit message change.
694 * gdb.cp/annota2.exp: Update for exit message change.
695 * gdb.cell/fork.exp: Use gdb_continue_to_end.
696 * gdb.base/term.exp: Update for exit message change.
697 * gdb.base/step-test.exp (test_i): Update for exit message change.
698 * gdb.base/sigstep.exp (advance): Update for exit message change.
699 (advancei): Likewise.
700 * gdb.base/siginfo.exp: Update for exit message change.
701 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
702 * gdb.base/reread.exp: Use gdb_continue_to_end.
703 * gdb.base/langs.exp: Use gdb_continue_to_end.
704 * gdb.base/interrupt.exp: Update for exit message change.
705 * gdb.base/gdb1555.exp: Update for exit message change.
706 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
707 * gdb.base/ending-run.exp: Update for exit message change.
708 * gdb.base/chng-syms.exp: Update for exit message change.
709 * gdb.base/checkpoint.exp: Update for exit message change.
710 * gdb.base/catch-syscall.exp (check_for_program_end): Use
711 gdb_continue_to_end.
712 (test_catch_syscall_with_wrong_args): Likewise.
713 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
714 * gdb.base/break-interp.exp (test_ld): Update for exit message
715 change.
716 * gdb.base/bang.exp: Update for exit message change.
717 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
718 (do_call_attach_tests): Likewise.
719 * gdb.base/a2-run.exp: Update for exit message change.
720 * gdb.arch/ppc-dfp.exp: Update for exit message change.
721 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
722 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
723
724 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
727
728 2011-03-03 Tom Tromey <tromey@redhat.com>
729
730 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
731 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
732 * gdb.hp/gdb.aCC/configure.ac: Remove.
733 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
734 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
735 * gdb.hp/gdb.base-hp/configure.ac: Remove.
736 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
737 * gdb.hp/gdb.compat/configure (Makefile): Remove.
738 * gdb.hp/gdb.compat/configure.ac: Remove.
739 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
740 * gdb.hp/gdb.defects/configure (Makefile): Remove.
741 * gdb.hp/gdb.defects/configure.ac: Remove.
742 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
743 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
744 * gdb.hp/gdb.objdbg/configure.ac: Remove.
745 * gdb.hp/configure.ac: Remove.
746 * gdb.hp/configure: Remove.
747 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
748 substitution.
749 (Makefile): Remove rule.
750 * gdb.cell/configure.ac: Remove.
751 * gdb.cell/configure: Remove.
752 * gdb.stabs/Makefile.in (Makefile): Remove.
753 (distclean): Don't remove config.status or config.log.
754 * gdb.stabs/configure (Makefile): Remove.
755 * gdb.stabs/configure.ac: Remove.
756 * configure: Rebuild.
757 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
758 Remove stabs- and cell-specific logic. Test for existence of
759 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
760 subdirectories, gdb.cell, and and gdb.stabs.
761 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
762
763 2011-03-03 Joel Brobecker <brobecker@adacore.com>
764
765 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
766 end of buffer.
767
768 2011-03-02 Joel Brobecker <brobecker@adacore.com>
769
770 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
771 gdb_test when running a test where we expected no output back.
772
773 2011-02-28 Michael Snyder <msnyder@vmware.com>
774
775 * gdb.cp/overload.cc: Change initializer value to integer.
776
777 2011-02-27 Michael Snyder <msnyder@vmware.com>
778
779 * gdb.multi/base.exp: Add test for remove-inferiors.
780
781 2011-02-26 Joel Brobecker <brobecker@adacore.com>
782
783 * gdb.python/py-frame.exp: Simplify the initialization phase
784 using prepare_for_testing.
785
786 2011-02-25 Michael Snyder <msnyder@vmware.com>
787
788 * gdb.multi/base.exp: Add tests for info inferiors with args.
789
790 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 * gdb.dwarf2/dw2-ranges.S: Rename to ...
793 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
794 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
795 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
796 asmfile3. Comment the STABS (#3) file compilation. Compile
797 everything through assembler. Provide KFAIL for symtab/12497.
798 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
799 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
800 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
801 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
802
803 2011-02-24 Michael Snyder <msnyder@vmware.com>
804
805 * gdb.base/break.exp: Add tests for delete breakpoints using
806 convenience variables and value history references.
807
808 2011-02-24 Michael Snyder <msnyder@vmware.com>
809
810 * gdb.base/break.exp: Remove debugging 'printf' accidentally
811 left behind in previous check-in.
812
813 2011-02-23 Michael Snyder <msnyder@vmware.com>
814
815 * gdb.base/break.exp: Add tests for "info break" with arguments.
816 * gdb.trace/infotrace.exp: Update patterns for error and help.
817 * gdb.base/completion.exp: Update pattern.
818 * gdb.base/ena-dis-br.exp: Update pattern.
819 * gdb.base/help.exp: Update patterns.
820
821 2011-02-23 Michael Snyder <msnyder@vmware.com>
822
823 * gdb.base/memattr.exp: New test.
824 * gdb.base/memattr.c: Test load for memattr.exp.
825
826 2011-02-22 Doug Evans <dje@google.com>
827
828 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
829
830 2011-02-22 Michael Snyder <msnyder@vmware.com>
831
832 * Makefile.in: Make more clean.
833 * gdb.ada/Makefile.in: Ditto.
834 * gdb.arch/Makefile.in: Ditto.
835 * gdb.asm/Makefile.in: Ditto.
836 * gdb.base/Makefile.in: Ditto.
837 * gdb.cp/Makefile.in: Ditto.
838 * gdb.dwarf2/Makefile.in: Ditto.
839 * gdb.java/Makefile.in: Ditto.
840 * gdb.mi/Makefile.in: Ditto.
841 * gdb.modula2/Makefile.in: Ditto.
842 * gdb.python/Makefile.in: Ditto.
843 * gdb.server/Makefile.in: Ditto.
844 * gdb.stabs/Makefile.in: Ditto.
845 * gdb.threads/Makefile.in: Ditto.
846 * gdb.trace/Makefile.in: Ditto.
847
848 2011-02-22 Michael Snyder <msnyder@vmware.com>
849
850 * gdb.threads/thread-find.exp: Add tests for bad input to
851 info threads.
852
853 2011-02-22 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.python/py-breakpoint.exp: Fix the expected output of
856 one of the "maint info breakpoints" tests to accept the output
857 generated on platforms that do not have hardware watchpoints.
858
859 2011-02-22 Joel Brobecker <brobecker@adacore.com>
860
861 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
862 clean_restart. Be a little stricter in the expected output
863 for one of the tests. Fix a typo in one of the comments.
864
865 2011-02-22 Joel Brobecker <brobecker@adacore.com>
866
867 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
868 Delete variable binfile, no longer use. Add or modify test
869 comments to make them unique.
870
871 2011-02-21 Michael Snyder <msnyder@vmware.com>
872
873 * Makefile.in: Update for make clean.
874 * gdb.ada/Makefile.in: Ditto.
875 * gdb.arch/Makefile.in: Ditto.
876 * gdb.asm/Makefile.in: Ditto.
877 * gdb.base/Makefile.in: Ditto.
878 * gdb.cp/Makefile.in: Ditto.
879 * gdb.dwarf2/Makefile.in: Ditto.
880 * gdb.java/Makefile.in: Ditto.
881 * gdb.mi/Makefile.in: Ditto.
882 * gdb.modula2/Makefile.in: Ditto.
883 * gdb.python/Makefile.in: Ditto.
884 * gdb.server/Makefile.in: Ditto.
885 * gdb.stabs/Makefile.in: Ditto.
886 * gdb.threads/Makefile.in: Ditto.
887 * gdb.trace/Makefile.in: Ditto.
888
889 2011-02-21 Michael Snyder <msnyder@vmware.com>
890
891 * gdb.threads/thread-find.exp: Update patterns for changes in
892 output of "info threads" command.
893
894 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
895 Ulrich Weigand <uweigand@de.ibm.com>
896
897 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
898 (skip_hw_watchpoint_tests): Likewise.
899 (skip_hw_watchpoint_multi_tests): Likewise.
900
901 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
902
903 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
904 (skip_hw_watchpoint_tests): Likewise.
905 (skip_hw_watchpoint_multi_tests): Likewise.
906 (skip_hw_watchpoint_access_tests): Likewise.
907
908 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
909 * gdb.base/pr11022.exp: Likewise.
910 * gdb.base/watch-read.exp: Likewise.
911 * gdb.base/watch_thread_num.exp: Likewise.
912 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
913 * gdb.base/watchpoint-hw.exp: Likewise.
914 * gdb.base/watchpoint.exp: Likewise.
915 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
916 * gdb.threads/watchthreads-reorder.exp: Likewise.
917 * gdb.threads/watchthreads.exp: Likewise.
918 * gdb.threads/watchthreads2.exp: Likewise.
919
920 2011-02-21 Joel Brobecker <brobecker@adacore.com>
921
922 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
923 the debugger is unable to find the array bounds.
924
925 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
926
927 * gdb.cp/typedef-operator.exp: New file.
928 * gdb.cp/typedef-operator.cc: New file.
929
930 2011-02-17 Michael Snyder <msnyder@vmware.com>
931
932 * gdb.threads/thread-find.exp: Fix regular expressions.
933
934 2011-02-17 Joel Brobecker <brobecker@adacore.com>
935
936 * gdb.ada/packed_array: Expand testcase to test printing of
937 unconstrained packed array.
938
939 2011-02-17 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
942
943 2011-02-16 Pedro Alves <pedro@codesourcery.com>
944
945 * gdb.trace/collection.c (globalarr3): New global.
946 (main): Initialize it before collecting, and and clear it
947 afterwards.
948 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
949 collecting with '{type} addr', where the addr expression is not an
950 rvalue.
951
952 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
953
954 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
955 a bool variable. Expect correct OpenCL names for vector types. Use the
956 uc3 variable name instead of referring to the uchar3 built-in type.
957 Escape the asterisk at the half pointer test.
958
959 2011-02-16 Pedro Alves <pedro@codesourcery.com>
960
961 * gdb.trace/collection.c (globalarr2): New global.
962 (main): Initialize it before collecting, and and clear it
963 afterwards.
964 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
965 collecting overlapping memory ranges.
966
967 2011-02-15 Michael Snyder <msnyder@vmware.com>
968
969 * gdb.base/default.exp: Add tests for thread commands.
970 * gdb.base/help.exp: Add tests for thread commands.
971 * gdb.threads/thread-find.exp: New test for thread find command.
972
973 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
974
975 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
976
977 2011-02-15 Yao Qi <yao@codesourcery.com>
978
979 PR tdep/12352
980 * gdb.arch/arm-disp-step.S : New test for str instruction.
981 * gdb.arch/arm-disp-step.exp : Likewise.
982
983 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
984
985 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
986 "vector_register2_vr" test strings. Test the extended floating
987 point registers (F32~F63).
988 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
989 IBM XL C compiler. Make the test program use a register provided
990 by the compiler for the lxvd2x instruction.
991
992 2011-02-14 Pedro Alves <pedro@codesourcery.com>
993
994 * gdb.trace/unavailable.cc (class Base, class Middle, class
995 Derived): New types.
996 (derived_unavail, derived_partial, derived_whole): New globals.
997 (virtual_partial): New global.
998 (virtualp): Point at virtual_partial.
999 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1000 related to unavailable vptr.
1001
1002 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1003
1004 * gdb.trace/unavailable.cc (a, b, c): New globals.
1005 (main): Set and clear them.
1006 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1007 `a' and `c', and check that `b' isn't collected, although `a' and
1008 `c' are.
1009
1010 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1011
1012 * gdb.trace/unavailable.cc (struct Virtual): New.
1013 (virtualp): New global pointer.
1014 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1015 printing a pointer to an object whose type has a vtable, with
1016 print object on.
1017
1018 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1019
1020 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1021 value repeat handles unavailableness.
1022
1023 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1024
1025 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1026 tests for building arrays from unavailable values, subscripting
1027 non-memory rvalue unvailable arrays, and accessing fields or
1028 baseclasses of non-lazy unavailable values,
1029 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1030 struct types.
1031 (g_smallstruct, g_smallstruct_b): New globals.
1032
1033 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1034
1035 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1036
1037 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1038
1039 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1040 * gdb.cp/overload-const.exp: New file.
1041 * gdb.cp/overload-const.cc: New file.
1042
1043 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1044
1045 * gdb.opencl/callfuncs.cl: New file.
1046 * gdb.opencl/callfuncs.exp: New test.
1047 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1048
1049 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1050
1051 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1052 when computing result.
1053 * gdb.arch/altivec-abi.exp: Update expected results.
1054
1055 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1056
1057 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1058 * gdb.base/jit.exp: Likewise.
1059 * gdb.base/pie-execl.exp: Likewise.
1060 * gdb.base/solib-nodir.exp: Likewise.
1061 * gdb.base/solib-overlap.exp: Likewise.
1062
1063 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1064
1065 * gdb.trace/collection.c (global_pieces): New.
1066 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1067 New procedure.
1068 (gdb_trace_collection_test): Call it.
1069
1070 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1071
1072 * gdb.python/py-evthreads.c: New file.
1073 * gdb.python/py-evthreads.exp: New file.
1074 * gdb.python/py-events.py: New file.
1075 * gdb.python/py-events.exp: New file.
1076 * gdb.python/py-events.c: New file.
1077
1078 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1079
1080 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1081
1082 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1083
1084 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1085 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1086 boundary between two compilation units.
1087
1088 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1089
1090 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1091 (Virtual): New structs.
1092 (virtual_o, virtual_middle_b): New globals.
1093 * gdb.cp/virtbase.exp: New tests.
1094
1095 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1096
1097 * gdb.base/jit.exp: New file.
1098 * gdb.base/jit-main.c: New file.
1099 * gdb.base/jit-solib.c: New file.
1100
1101 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1102
1103 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1104 proceed to initial kernel entry point.
1105 * gdb.opencl/datatypes.exp: Likewise.
1106 * gdb.opencl/operators.exp: Likewise.
1107 * gdb.opencl/vec_comps.exp: Likewise.
1108
1109 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1110
1111 * gdb.cp/nsnested.cc: New.
1112 * gdb.cp/nsnested.exp: New.
1113 * gdb.cp/nsnoimports.exp: New.
1114 * gdb.cp/nsnoimports.cc: New.
1115
1116 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.base/interact.exp: Add extra tests that verify that
1119 the value of the interactive-mode setting does not change
1120 after the script is sourced.
1121
1122 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 * gdb.cp/noparam.exp: New file.
1125 * gdb.cp/noparam.cc: New file.
1126
1127 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1128
1129 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1130 there's no stack or registers.
1131
1132 2011-01-26 Tom Tromey <tromey@redhat.com>
1133
1134 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1135 space before string output. Add test for "set print pretty off"
1136 case.
1137
1138 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1139
1140 * gdb.base/frame-args.exp: Adjust.
1141 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1142 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1143 * gdb.dwarf2/pieces.exp: Adjust.
1144 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1145 * gdb.opt/inline-locals.exp: Adjust.
1146 * gdb.threads/fork-child-threads.exp: Adjust.
1147
1148 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1149
1150 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1151 OpenCL kernel function. Add a comment as marker. Add address space
1152 qualifiers for the remaining program scope variables.
1153 * gdb.opencl/datatypes.cl: Likewise.
1154 * gdb.opencl/operators.cl: Likewise.
1155 * gdb.opencl/vec_comps.cl: Likewise.
1156 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1157 Add breakpoint at the marker comment.
1158 * gdb.opencl/datatypes.exp: Likewise.
1159 * gdb.opencl/operators.exp: Likewise.
1160 * gdb.opencl/vec_comps.exp: Likewise.
1161
1162 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1163
1164 * gdb.base/printcmds.c (some_struct): New struct and instance.
1165 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1166 procedure.
1167 <global scope>: Call it.
1168
1169 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1170
1171 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1172 argument to the gdb_compile_opencl_hostapp call.
1173
1174 2011-01-19 Yao Qi <yao@codesourcery.com>
1175
1176 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1177 positve list.
1178
1179 2011-01-19 Yao Qi <yao@codesourcery.com>
1180
1181 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1182 canonical form.
1183 Remove "xscale-*-*"
1184 * gdb.xml/tdesc-regs.exp: Likewise.
1185 * gdb.python/py-section-script.exp: Replace ARM target triplet
1186 with canonical form.
1187 Match arm*-*-symbianelf*.
1188 * gdb.base/dup-sect.exp: Likewise.
1189 * lib/dwarf.exp: New.
1190 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1191 dwarf2_support.
1192 * gdb.dwarf2/dup-psym.exp: Likewise.
1193 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1194 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1195 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1196 * gdb.dwarf2/dw2-basic.exp: Likewise.
1197 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1198 * gdb.dwarf2/dw2-const.exp: Likewise.
1199 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1200 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1201 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1202 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1203 * gdb.dwarf2/dw2-filename.exp: Likewise.
1204 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1205 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1206 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1207 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1208 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1209 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1210 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1211 * gdb.dwarf2/dw2-producer.exp: Likewise.
1212 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1213 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1214 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1215 * gdb.dwarf2/dw2-strp.exp: Likewise.
1216 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1217 * gdb.dwarf2/implptr.exp: Likewise.
1218 * gdb.dwarf2/mac-fileno.exp: Likewise.
1219 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1220 * gdb.dwarf2/pieces.exp: Likewise.
1221 * gdb.dwarf2/pr11465.exp: Likewise.
1222 * gdb.dwarf2/valop.exp: Likewise.
1223 * gdb.dwarf2/watch-notconst.exp: Likewise.
1224 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1225
1226 2011-01-19 Tom Tromey <tromey@redhat.com>
1227
1228 * gdb.python/py-infthread.exp: Add thread tests.
1229
1230 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1231
1232 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1233
1234 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1235
1236 * gdb.ada/widewide: New testcase.
1237
1238 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1239
1240 * gdb.base/interact.exp: New testcase.
1241
1242 2011-01-12 Tom Tromey <tromey@redhat.com>
1243
1244 * gdb.mi/gdb2549.exp: Update for error message changes.
1245 * gdb.mi/mi-cli.exp: Likewise.
1246 * gdb.mi/mi-disassemble.exp: Likewise.
1247 * gdb.mi/mi-pthreads.exp: Likewise.
1248 * gdb.mi/mi-regs.exp: Likewise.
1249 * gdb.mi/mi-stack.exp: Likewise.
1250 * gdb.mi/mi-var-block.exp: Likewise.
1251 * gdb.mi/mi-var-cmd.exp: Likewise.
1252 * gdb.mi/mi2-cli.exp: Likewise.
1253 * gdb.mi/mi2-disassemble.exp: Likewise.
1254 * gdb.mi/mi2-pthreads.exp: Likewise.
1255 * gdb.mi/mi2-regs.exp: Likewise.
1256 * gdb.mi/mi2-stack.exp: Likewise.
1257 * gdb.mi/mi2-var-block.exp: Likewise.
1258 * gdb.mi/mi2-var-cmd.exp: Likewise.
1259
1260 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1261 Jan Kratochvil <jan.kratochvil@redhat.com>
1262
1263 PR fortran/11104 and DWARF unbound arrays detection.
1264 * gdb.fortran/multi-dim.exp: New file.
1265 * gdb.fortran/multi-dim.f90: New file.
1266
1267 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1268
1269 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1270 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1271 add new tests for opcode dumping.
1272
1273 2011-01-11 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1276
1277 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1278
1279 Convert hardware watchpoints to use breakpoint_ops.
1280 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1281 type is not supported.
1282 * gdb.base/foll-fork.exp: Likewise.
1283 * gdb.base/foll-vfork.exp: Likewise.
1284
1285 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1286
1287 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1288 Use load_lib gdb-python.exp.
1289 * gdb.python/python.exp: Ditto.
1290 * gdb.python/py-function.exp: Ditto.
1291
1292 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1293
1294 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1295
1296 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 * configure: Regenerate.
1299
1300 2011-01-06 Tom Tromey <tromey@redhat.com>
1301
1302 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1303
1304 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1305
1306 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1307 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1308 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1309 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1310 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1311 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1312 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1313 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1314 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1315 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1316 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1317 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1318 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1319 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1320 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1321 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1322 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1323 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1324 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1325 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1326 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1327 gdb.ada/uninitialized_vars.exp,
1328 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1329 Simplify by using clean_restart.
1330
1331 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1332
1333 Add marker to be used as anchor for inserting breakpoints.
1334 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1335 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1336 Likewise.
1337
1338 Remove uses of gdb_start_cmd.
1339 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1340 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1341
1342 Do not run testcase if testing with GDBserver.
1343 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1344 if testing with GDBserver.
1345
1346 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1347
1348 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1349 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1350 copyright header.
1351
1352 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1353
1354 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1355 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1356 testsuite/gdb.fortran/complex.f,
1357 testsuite/gdb.fortran/derived-type.f90,
1358 testsuite/gdb.fortran/library-module-lib.f90,
1359 testsuite/gdb.fortran/library-module-main.f90,
1360 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1361 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1362 Copyright year update.
1363
1364 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1365
1366 * gdb.base/langs1.f: Add copyright header.
1367
1368 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 * gdb.base/morestack.exp: New file.
1371 * gdb.base/morestack.c: New file.
1372
1373 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1374
1375 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1376
1377 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1378
1379 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1380 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1381
1382 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1383
1384 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1385
1386 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1387
1388 * gdb.threads/tls.exp: Fix typo.
1389
1390 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1391 * gdb.threads/execl.exp: Update.
1392
1393 2010-12-23 Yao Qi <yao@codesourcery.com>
1394
1395 * gdb.arch/arm-disp-step.exp: New.
1396 * gdb.arch/arm-disp-step.S: New.
1397
1398 2010-12-21 Tom Tromey <tromey@redhat.com>
1399
1400 * gdb.threads/execl.exp: Update.
1401 * gdb.threads/linux-dp.exp: Update.
1402 * gdb.threads/manythreads.exp: Update.
1403 * gdb.threads/tls.exp: Update.
1404
1405 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1408 (NextOverThrowDerivates) <resumebpt>: New.
1409 (resumebpt_test): New.
1410 (main): Call resumebpt_test.
1411 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1412
1413 2010-12-12 Stan Shebs <stan@codesourcery.com>
1414
1415 * gdb.trace/tsv.exp: Test print command on trace state variables.
1416
1417 2010-12-09 Tom Tromey <tromey@redhat.com>
1418
1419 * gdb.base/interp.exp: Add regression test.
1420
1421 2010-12-09 Tom Tromey <tromey@redhat.com>
1422
1423 * gdb.java/jnpe.java: New file.
1424 * gdb.java/jnpe.exp: New file.
1425 * gdb.cp/nextoverthrow.exp: New file.
1426 * gdb.cp/nextoverthrow.cc: New file.
1427
1428 2010-12-07 Doug Evans <dje@google.com>
1429
1430 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1431 of data-directory.
1432 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1433 updated.
1434 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1435
1436 2010-11-29 Michael Snyder <msnyder@vmware.com>
1437
1438 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1439 * gdb.base/call-sc.exp: Ditto.
1440 * gdb.base/finish.exp: Ditto.
1441 * gdb.base/return.exp: Ditto.
1442 * gdb.base/return2.exp: Ditto.
1443
1444 2010-11-30 Doug Evans <dje@google.com>
1445
1446 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1447 (gdb_expect_list): Fix spelling errors in comments.
1448 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1449 send_gdb/gdb_expect_list where applicable.
1450 * gdb.base/call-ar-st.exp: Ditto.
1451 * gdb.base/funcargs.exp: Ditto.
1452 * gdb.base/gcore.exp: Ditto.
1453 * gdb.base/page.exp: Ditto.
1454 * gdb.base/sigaltstack.exp: Ditto.
1455 * gdb.base/siginfo.exp: Ditto.
1456 * gdb.base/sigstep.exp: Ditto.
1457 * gdb.base/trace-commands.exp: Ditto.
1458
1459 2010-11-29 Doug Evans <dje@google.com>
1460
1461 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1462 printer-name;subprinter-name.
1463
1464 2010-11-29 Tom Tromey <tromey@redhat.com>
1465
1466 * gdb.dwarf2/implptr.exp: New file.
1467 * gdb.dwarf2/implptr.c: New file.
1468 * gdb.dwarf2/implptr.S: New file.
1469
1470 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1471
1472 PR python/12199
1473
1474 * gdb.python/py-breakpoint.exp: Test the delete method.
1475
1476 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1477
1478 Fix step_resume_breakpoint unsaved during an infcall.
1479 * gdb.base/step-resume-infcall.exp: New file.
1480 * gdb.base/step-resume-infcall.c: New file.
1481
1482 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1483
1484 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1485
1486 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1487
1488 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1489 on ppc64's symbols; "finish" and "return" commands must accept to
1490 show the caller line again as well as the line after.
1491 * gdb.asm/powerpc64.inc: New file.
1492
1493 2010-11-23 Doug Evans <dje@google.com>
1494
1495 * lib/gdb.exp (gdb_test_sequence): New function.
1496 (gdb_expect_list): Add verbose -log call for each pattern.
1497 * gdb.base/signals.exp (test_handle_all_print): Call it.
1498 Reduce timeout increment from 6 minutes to 1 minute.
1499 * gdb.server/ext-run.exp: Call it.
1500
1501 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1502
1503 PR python/12212
1504
1505 * gdb.python/python.exp: Check that selected_thread raises an
1506 error when no inferior is loaded.
1507
1508 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1509
1510 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1511 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1512
1513 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1514
1515 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1516 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1517
1518 2010-11-18 Doug Evans <dje@google.com>
1519
1520 * gdb.server/ext-run.exp: Fix intermittent failures.
1521
1522 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1523
1524 * gdb.stabs/gdb11479.exp: Use runto_main.
1525
1526 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1527
1528 * gdb.base/break-entry.exp: Skip if using a stub.
1529
1530 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1531
1532 * gdb.python/py-inferior.exp: Pack values in target endianness.
1533
1534 2010-11-12 Tom Tromey <tromey@redhat.com>
1535
1536 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1537 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1538 MemoryError.
1539 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1540 type.
1541 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1542 MemoryError.
1543 (test_subscript_regression): Update exception type.
1544
1545 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1546
1547 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1548 breakpoint tests.
1549
1550 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1551
1552 * gdb.base/watchpoint.exp: Test "watch -location" with an
1553 innacessible location.
1554
1555 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1556 Luis Machado <luisgpm@br.ibm.com>
1557
1558 * gdb.base/maint.exp: Expect "." prefix.
1559 * gdb.base/nodebug.exp: Expect "." Likewise.
1560 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1561 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1562 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1563 POWER server processors.
1564
1565 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1566 Luis Machado <luisgpm@br.ibm.com>
1567
1568 * gdb.base/break-entry.exp: convert entry point for
1569 ppc64 and expect leading `.' on ppc64's symbols
1570
1571 2010-11-05 Doug Evans <dje@google.com>
1572
1573 * gdb.base/help.exp: Update expected output.
1574 * gdb.python/py-param.exp: Delete, contents moved to ...
1575 * gdb.python/py-parameter.exp: ... here. New file.
1576 Add test for gdb.parameter ("directories").
1577
1578 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1579
1580 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1581 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1582 * configure: Regenerate.
1583 * gdb.opencl/Makefile.in: New File.
1584 * gdb.opencl/datatypes.exp: Likewise.
1585 * gdb.opencl/datatypes.cl: Likewise.
1586 * gdb.opencl/operators.exp: Likewise.
1587 * gdb.opencl/operators.cl: Likewise.
1588 * gdb.opencl/vec_comps.exp: Likewise.
1589 * gdb.opencl/vec_comps.cl: Likewise.
1590 * gdb.opencl/convs_casts.exp: Likewise.
1591 * gdb.opencl/convs_casts.cl: Likewise.
1592 * lib/opencl.exp: Likewise.
1593 * lib/opencl_hostapp.c: Likewise.
1594 * lib/opencl_kernel.cl: Likewise.
1595 * lib/cl_util.c: Likewise.
1596 * lib/cl_util.c: Likewise.
1597 * gdb.base/default.exp (set language): Add "opencl" to the list of
1598 languages.
1599
1600 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1601
1602 * gdb.cp/overload.exp: Added test for inheritance overload.
1603 * gdb.cp/overload.cc: Ditto.
1604 * gdb.cp/oranking.exp: Removed releveant kfails.
1605
1606 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1607 Joel Brobecker <brobecker@adacore.com>
1608
1609 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1610 check test_compiler_info.
1611
1612 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1613
1614 * gdb.base/gnu_vector.exp: Adjust expect messages.
1615
1616 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1617
1618 * gdb.base/gnu_vector.exp: Add unary operator tests.
1619
1620 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1621
1622 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1623
1624 2010-11-02 Doug Evans <dje@google.com>
1625
1626 * gdb.python/py-pp-maint.c: New file.
1627 * gdb.python/py-pp-maint.exp: New file.
1628 * gdb.python/py-pp-maint.py: New file.
1629
1630 2010-11-02 Tom Tromey <tromey@redhat.com>
1631
1632 * gdb.base/default.exp: Remove "scheme" from language list.
1633
1634 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 Revert:
1637 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1638 * gdb.threads/sigstep-threads.exp: New file.
1639 * gdb.threads/sigstep-threads.c: New file.
1640
1641 2010-10-20 Michael Snyder <msnyder@vmware.com>
1642
1643 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1644
1645 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1646
1647 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1648 Skip test completely if gdb,no_hardware_watchpoints.
1649
1650 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1651
1652 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1653 strict, but do not check for any particular function name within libc.
1654
1655 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1656
1657 * gdb.cp/smartp.exp: New test.
1658 * gdb.cp/smartp.cc : New test.
1659
1660 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1661
1662 * gdb.cp/converts.exp: Test pointer to bool conversion.
1663 Test pointer to long conversion.
1664 * gdb.cp/oranking.exp: Removed relevant kfail.
1665
1666 2010-10-18 Tom Tromey <tromey@redhat.com>
1667
1668 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1669 argument to lazy_string.
1670 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1671 (pp_ls.to_string): Use it.
1672 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1673 Add "estring2" local.
1674
1675 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1676
1677 Fix s390x compatibility.
1678 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1679 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1680
1681 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.threads/sigstep-threads.exp: New file.
1684 * gdb.threads/sigstep-threads.c: New file.
1685
1686 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * gdb.base/pie-execl.exp: New file.
1689 * gdb.base/pie-execl.c: New file.
1690
1691 2010-10-13 Doug Evans <dje@google.com>
1692 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 PR exp/12117
1695 * gdb.cp/ptype-cv-cp.cc: New file.
1696 * gdb.cp/ptype-cv-cp.exp: New file.
1697
1698 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1699
1700 * gdb.cp/converts.cc: New test program.
1701 * gdb.cp/converts.exp: New test.
1702 * gdb.cp/overload.exp: Added test for void* vs int*.
1703 * gdb.cp/overload.exp: Ditto.
1704 * gdb.cp/oranking.exp: Removed related kfail.
1705
1706 2010-10-13 Doug Evans <dje@google.com>
1707
1708 * lib/gdb-python.exp (gdb_check_python_config): New function.
1709 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1710 * gdb.python/lib-types.cc: New file.
1711 * gdb.python/lib-types.exp: New file.
1712
1713 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * gdb.python/py-error.exp: New file.
1716 * gdb.python/py-error.py: New file.
1717
1718 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1721 gdb_test_multiple.
1722
1723 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1724
1725 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1726 * gdb.base/prelink.exp: Likewise.
1727 * gdb.base/solib-nodir.exp: Likewise.
1728 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1729 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1730 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1731
1732 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1733
1734 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1735 for the "info files" test to avoid timeouts on slow machines.
1736
1737 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1740 (main): Make openlib dummy call.
1741
1742 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1745 * break-interp.exp (reach): Move the core body ...
1746 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1747 (test_ld): Provide always real argument, even to the linker. Replace
1748 dl_main by _dl_debug_state.
1749
1750 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 Fix results of prelinked PIEs on ppc*.
1753 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1754 Accept also DISPLACEMENT "PRESENT".
1755 (main): Replace "ZERO" displacements by "PRESENT".
1756
1757 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1758
1759 * gdb.cp/oranking.exp: New test.
1760 * gdb.cp/oranking.cc: New test program.
1761
1762 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1763
1764 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1765 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1766
1767 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1768
1769 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1770 lush, lynx) New constant.
1771 * gdb.base/constvars.exp: Test const array types.
1772 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1773
1774 2010-10-06 Doug Evans <dje@google.com>
1775
1776 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1777 of syscall staging area.
1778
1779 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1780
1781 * gdb.base/gnu_vector.c: Add variable c4.
1782 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1783 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1784
1785 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1786
1787 * gdb.arch/altivec-abi.exp: Fix a typo.
1788
1789 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1790
1791 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1792 to match a thread ID.
1793
1794 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1795
1796 Fix s390x testcase compatibility.
1797 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1798
1799 2010-10-01 Doug Evans <dje@google.com>
1800
1801 * lib/gdb-python.exp: New file.
1802 * gdb.python/py-block.exp: Use it.
1803 * gdb.python/py-breakpoint.exp: Ditto.
1804 * gdb.python/py-frame.exp: Ditto.
1805 * gdb.python/py-inferior.exp: Ditto.
1806 * gdb.python/py-param.exp: Ditto.
1807 * gdb.python/py-prettyprint.exp: Ditto.
1808 * gdb.python/py-shared.exp: Ditto.
1809 * gdb.python/py-symbol.exp: Ditto.
1810 * gdb.python/py-symtab.exp: Ditto.
1811 * gdb.python/py-type.exp: Ditto.
1812 * gdb.python/py-value.exp: Ditto.
1813 * gdb.python/python.exp: Ditto.
1814
1815 2010-09-30 Tom Tromey <tromey@redhat.com>
1816
1817 * gdb.base/anon.exp: New file.
1818 * gdb.base/anon.c: New file.
1819
1820 2010-09-30 Tom Tromey <tromey@redhat.com>
1821
1822 * gdb.base/completion.exp: Test completion through anonymous
1823 union.
1824 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1825
1826 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 Fix printing parameters of inlined functions.
1829 * gdb.dwarf2/dw2-inline-param.exp: New file.
1830 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1831 * gdb.dwarf2/dw2-inline-param.S: New file.
1832
1833 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 PR corefiles/12071.
1836 * gdb.base/corefile.exp (quit with a process, no question: load core)
1837 (quit with a core file): New tests.
1838
1839 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 Fix GDB crash on inferior calls with self-referencing classes.
1842 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1843 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1844 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1845
1846 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 Fix lost siginfo_t for inferior calls.
1849 * gdb.base/siginfo-infcall.exp: New file.
1850 * gdb.base/siginfo-infcall.c: New file.
1851
1852 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1853
1854 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1855
1856 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1859 New test.
1860 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1861
1862 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1865 type of our const type.
1866
1867 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1868
1869 * gdb.cp/pr12028.cc: New.
1870 * gdb.cp/pr12028.exp: New.
1871
1872 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1873
1874 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1875
1876 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1877 Jan Kratochvil <jan.kratochvil@redhat.com>
1878
1879 PR mi/11407
1880 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1881 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1882 * gdb.mi/dw2-ref-missing-frame.S New File.
1883 * gdb.mi/dw2-ref-missing-frame.exp New File.
1884
1885 2010-09-14 Tom Tromey <tromey@redhat.com>
1886
1887 PR symtab/8399:
1888 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1889
1890 2010-09-14 Tom Tromey <tromey@redhat.com>
1891
1892 PR exp/11803:
1893 * gdb.threads/tls.exp: Use C++.
1894 (check_thread_local): Use K::another_thread_local.
1895 * gdb.threads/tls.c (class K): New.
1896 (another_thread_local): Now a member of K.
1897 (spin): Update. No longer K&R C.
1898
1899 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1900
1901 * gdb.cp/koenig.cc: created class for testing member lookup.
1902 * gdb.cp/koenig.exp: Added test for member lookup.
1903
1904 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 Fix false FAILs on sourcetree topdir directory containing "kill".
1907 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1908 source line matching regexp.
1909
1910 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1911
1912 * gdb.python/python.exp (set height 0, collect help from uiout)
1913 (verify help to uiout): New tests.
1914
1915 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1916
1917 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1918 is_lp64_target to check 64bit target.
1919
1920 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1921
1922 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1923 (test_ld) <powerpc64-*>: New.
1924
1925 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1926
1927 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1928
1929 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1930
1931 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1932 (FunctionArg::method): New function.
1933 (empty, arg): New variables.
1934 (main): Call arg.method.
1935 * gdb.cp/templates.exp (test_template_args): New function.
1936 (do_tests): Call it.
1937
1938 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1939
1940 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1941 of "next" to proceed over pthread_exit call.
1942
1943 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1944
1945 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1946 "maint print statistics" output to prevent expect timeouts.
1947
1948 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1951 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1952 (test_float_rejected): ... here.
1953 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1954 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1955 (test_float_rejected): ... here.
1956 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1957 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1958 (test_float_rejected): ... here.
1959 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1960 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1961 (test_float_rejected): ... here.
1962
1963 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1964
1965 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1966 before disabling hardware watchpoints.
1967 (test_inaccessible_watchpoint): Check that hardware watchpoints
1968 are used. Test for watchpoints on a constant address.
1969
1970 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1971
1972 * gdb.base/ui-redirect.exp: New file.
1973
1974 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1975 Joel Brobecker <brobecker@adacore.com>
1976
1977 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
1978
1979 2010-08-31 Doug Evans <dje@google.com>
1980
1981 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
1982
1983 2010-08-30 Tom Tromey <tromey@redhat.com>
1984
1985 PR python/11792:
1986 * gdb.python/py-value.exp (test_subscript_regression): Add
1987 dynamic_type test.
1988
1989 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
1990
1991 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
1992 instead of running to main. Do not test the main function.
1993 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
1994 Add new main.
1995
1996 2010-08-26 Pedro Alves <pedro@codesourcery.com>
1997
1998 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
1999 one test.
2000
2001 2010-08-24 Doug Evans <dje@google.com>
2002
2003 PR symtab/11942
2004 * gdb.dwarf2/dw4-sig-types.cc: New file.
2005 * gdb.dwarf2/dw4-sig-types.h: New file.
2006 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2007 * gdb.dwarf2/dw4-sig-types.exp: New file.
2008
2009 2010-08-23 Tom Tromey <tromey@redhat.com>
2010
2011 PR python/11145:
2012 * gdb.python/py-value.c (Base, Derived): New types.
2013 (base): New global.
2014 * gdb.python/py-value.exp (test_subscript_regression): Add
2015 dynamic_cast test.
2016
2017 2010-08-23 Tom Tromey <tromey@redhat.com>
2018
2019 PR python/10676:
2020 * gdb.python/py-type.exp (test_fields): Add tests for type
2021 equality.
2022
2023 2010-08-23 Tom Tromey <tromey@redhat.com>
2024
2025 PR python/11915:
2026 * gdb.python/py-type.exp (test_fields): Add tests for array.
2027
2028 2010-08-23 Keith Seitz <keiths@redhat.com>
2029
2030 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2031 have any children. Create a new abbrev for it.
2032 Add missing terminal sequence to .debug_abbrev.
2033
2034 2010-08-20 Keith Seitz <keiths@redhat.com>
2035
2036 PR symtab/11465:
2037 * gdb.dwarf2/pr11465.exp: New test.
2038 * gdb.dwarf2/pr11465.S: New file.
2039 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2040 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2041
2042 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2043
2044 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2045 registers. Update data sets with the new v2_double element in the
2046 VSX register union. Add vector_register3_vr data set for the AltiVec
2047 registers. Use gdb_test_no_output instead of send_gdb.
2048
2049 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2050
2051 * gdb.python/py-shared.exp: New file, factored out from
2052 python.exp.
2053 * gdb.python/py-shared.c: New file.
2054 * gdb.python/py-shared-sl.c: New file.
2055 * gdb.python/python-1.c: New file.
2056 * gdb.python/python-sl.c: Delete.
2057 * gdb.python/python.c: Mention python-1.c.
2058 * gdb.python/python.exp: Move shared library tests to
2059 py-shared.exp.
2060 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2061 (MISCELLANEOUS): New.
2062 (clean mostlyclean): Also remove $MISCELLANEOUS.
2063
2064 2010-08-19 Doug Evans <dje@google.com>
2065
2066 PR exp/11926
2067 * gdb.base/printcmds.exp (test_float_accepted): New function.
2068 Move existing float tests there. Add tests for floats with suffixes.
2069 (test_float_rejected): New function.
2070 * gdb.java/jv-print.exp (test_float_accepted): New function.
2071 (test_float_rejected): New function.
2072 * gdb.objc/print.exp: New file.
2073 * gdb.pascal/print.exp: New file.
2074 * lib/objc.exp: New file.
2075
2076 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2077
2078 * gdb.base/default.exp (info set): Avoid full buffer error and force
2079 reading up to final gdb prompt.
2080 (show): Likewise.
2081
2082 2010-08-18 Tom Tromey <tromey@redhat.com>
2083
2084 PR symtab/11919:
2085 * gdb.base/completion.exp: Add test.
2086
2087 2010-08-18 Doug Evans <dje@google.com>
2088
2089 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2090 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2091 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2092 Simplify, early exit if runto_main fails.
2093 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2094 (set_lang_fortran): Moved to lib/fortran.exp.
2095 * gdb.fortran/types.exp: load_lib fortran.exp.
2096 (set_lang_fortran): Moved to lib/fortran.exp.
2097 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2098 * gdb.java/jprint.exp (set_lang_java): Ditto.
2099 * gdb.java/jv-exp.exp: load_lib java.exp.
2100 If set_lang_java fails, issue a warning instead of failure to be
2101 consistent with other set_lang_foo uses.
2102 (set_lang_java): Moved to lib/java.exp.
2103 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2104 If set_lang_java fails, issue a warning instead of failure to be
2105 consistent with other set_lang_foo uses.
2106 * gdb.pascal/types.exp: load_lib pascal.exp.
2107 (set_lang_pascal): Moved to lib/pascal.exp.
2108 * lib/fortran.exp: New file.
2109 * lib/java.exp (set_lang_java): New function.
2110 * lib/pascal.exp (set_lang_pascal): New function.
2111
2112 2010-08-18 Yao Qi <yao@codesourcery.com
2113
2114 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2115 func_nofb_start and func_loopfb_start, so that address of functions
2116 is equal to these labels on Thumb.
2117
2118 2010-08-18 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2121 to reflect latest c source file.
2122
2123 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * gdb.cp/infcall-dlopen.exp: New file.
2126 * gdb.cp/infcall-dlopen.cc: New file.
2127 * gdb.cp/infcall-dlopen-lib.cc: New file.
2128
2129 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2130 Pedro Alves <pedro@codesourcery.com>
2131
2132 PR breakpoints/11371
2133
2134 * gdb.base/watch-cond-infcall.exp: New file.
2135 * gdb.base/watch-cond-infcall.c: New file.
2136
2137 2010-08-16 Tom Tromey <tromey@redhat.com>
2138
2139 * gdb.base/help.exp: Update.
2140 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2141 watchpoint.
2142 (test_watch_location): New proc.
2143 (test_watchpoint_in_big_blob): Delete watchpoint.
2144 * gdb.base/watchpoint.c (func5): New function.
2145 (main): Call it.
2146
2147 2010-08-16 Doug Evans <dje@google.com>
2148
2149 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2150
2151 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2152
2153 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2154 tests.
2155
2156 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2157
2158 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2159 * gdb.base/gnu_vector.c: New File.
2160 * gdb.base/gnu_vector.exp: Likewise.
2161
2162 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2163
2164 * gdb.python/python.c: New File.
2165 * gdb.python/python-sl.c: New File.
2166 * gdb.python/python.exp: Test solib_address and decode_line
2167 * functions.
2168
2169 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2170
2171 * gdb.python/python.exp (show height, set height 10)
2172 (verify pagination beforehand, verify pagination beforehand: q)
2173 (gdb.execute does not page, verify pagination afterwards)
2174 (verify pagination afterwards: q): New.
2175
2176 2010-08-02 Doug Evans <dje@google.com>
2177
2178 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2179 because of an older gcc, change test2
2180 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2181 to unsupported.
2182
2183 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2184
2185 * gdb.base/break-always.exp: Do not expect full paths to file
2186 names.
2187 * gdb.base/commands.exp: Likewise.
2188
2189 2010-07-30 Doug Evans <dje@google.com>
2190
2191 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2192 xfail them when run with older gccs.
2193
2194 * lib/gdb.exp (build_executable): Forward "c++" option to
2195 get_compiler_info.
2196
2197 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2198 "python print ttype.template_argument(1)" and
2199 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2200 if using gcc 4.4 or earlier.
2201
2202 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2203 attach-to-debugger handling.
2204
2205 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2208 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2209 (main): Use copyreloc.
2210 * gdb.base/prelink.exp (split debug of executable)
2211 (.dynbss vs. .bss address shift): New tests.
2212
2213 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2214
2215 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2216 in gdb_test_multiple.
2217
2218 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2219
2220 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2221 environment.
2222
2223 2010-07-28 Tom Tromey <tromey@redhat.com>
2224
2225 PR python/11060:
2226 * gdb.python/py-type.c (Temargs): New template.
2227 (temvar): New variable.
2228 * gdb.python/py-type.exp (test_template): New proc.
2229
2230 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2231
2232 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2233 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2234
2235 2010-07-28 Tom Tromey <tromey@redhat.com>
2236
2237 PR c++/9946:
2238 * gdb.cp/temargs.exp: New file.
2239 * gdb.cp/temargs.cc: New file.
2240
2241 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.base/help.exp (help disassemble): Update the content.
2244
2245 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 * gdb.threads/ia64-sigill.exp: New file.
2248 * gdb.threads/ia64-sigill.c: New file.
2249
2250 2010-07-27 Tom Tromey <tromey@redhat.com>
2251
2252 * gdb.opt/inline-cmds.c (ATTR): New define.
2253 (func1): Use it.
2254 (func2): Likewise.
2255 (func3): Likewise.
2256 (outer_inline1): Likewise.
2257 (outer_inline2): Likewise.
2258 * gdb.opt/inline-bt.c (ATTR): New define.
2259 (func1): Use it.
2260 (func2): Likewise.
2261 * gdb.opt/inline-locals.c (ATTR): New define.
2262 (func1): Use it.
2263 (func2): Likewise.
2264
2265 2010-07-27 Tom Tromey <tromey@redhat.com>
2266
2267 * gdb.stabs/gdb11479.c (hack): New function.
2268 (test): Use it.
2269 (test2): Use it.
2270 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2271 (int32_search_buf, int64_search_buf): No longer static.
2272 (x): Remove.
2273 * gdb.base/relocate.c (hack): New function.
2274
2275 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2276
2277 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2278 * gdb.python/py-value.c (func1): New function.
2279 (func2): Likewise.
2280
2281 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2282
2283 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2284 as not to clash with .data section.
2285
2286 2010-07-26 Jerome Guitton <guitton@adacore.com>
2287
2288 * gdb.base/code_elim.exp: New file.
2289 * gdb.base/code_elim1.c: New file.
2290 * gdb.base/code_elim2.c: New file.
2291
2292 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2293
2294 PR symtab/11827
2295
2296 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2297 (some_volatile_enum): New variable.
2298 * gdb.base/printcmds.exp (test_print_enums): New.
2299 <top level>: Call it.
2300
2301 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2302
2303 * gdb.cp/fpointer.cc: New test.
2304 * gdb.cp/fpointer.exp: New test.
2305
2306 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdb.base/solib-nodir.exp: New file.
2309 * lib/gdb.exp (runto): New case for a GDB internal error.
2310
2311 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2312 Ulrich Weigand <uweigand@de.ibm.com>
2313 Tom Tromey <tromey@redhat.com>
2314
2315 * gdb.base/charset-malloc.c: New file.
2316 * gdb.base/charset.c (malloc_stub): New prototype.
2317 (main): Call it instead of malloc itself.
2318 * gdb.base/charset.exp: Use only prepare_for_testing.
2319 (binfile): Remove the variable.
2320
2321 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 Make core files the process_stratum.
2324 * gdb.base/corefile.exp (run: load core again)
2325 (run: sanity check we see the core file, run: with core)
2326 (run: core file is cleared, attach: load core again)
2327 (attach: sanity check we see the core file, attach: with core)
2328 (attach: core file is cleared): New tests.
2329 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2330
2331 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2332
2333 * gdb.arch/altivec-abi.exp: New tests.
2334
2335 2010-07-13 Tom Tromey <tromey@redhat.com>
2336
2337 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2338 (main): Use it.
2339 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2340
2341 2010-07-13 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.base/label.exp: New file.
2344 * gdb.base/label.c: New file.
2345
2346 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2347 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 * lib/gdb.exp (is_ilp32_target): New.
2350 (is_lp64_target): Likewise.
2351
2352 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2353 target.
2354 * gdb.arch/amd64-disp-step.exp: Likewise.
2355 * gdb.arch/amd64-dword.exp: Likewise.
2356 * gdb.arch/amd64-i386-address.exp: Likewise.
2357 * gdb.arch/amd64-word.exp: Likewise.
2358
2359 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2360 target.
2361 * gdb.arch/i386-bp_permanent.exp: Likewise.
2362 * gdb.arch/i386-byte.exp: Likewise.
2363 * gdb.arch/i386-disp-step.exp: Likewise.
2364 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2365 * gdb.arch/i386-prologue.exp: Likewise.
2366 * gdb.arch/i386-size-overlap.exp: Likewise.
2367 * gdb.arch/i386-size.exp: Likewise.
2368 * gdb.arch/i386-sse.exp: Likewise.
2369 * gdb.arch/i386-unwind.exp: Likewise.
2370 * gdb.arch/i386-word.exp: Likewise.
2371
2372 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2373 test only when building 64-bit executables. Do not hard-code
2374 -m64 option.
2375
2376 2010-07-07 Doug Evans <dje@google.com>
2377
2378 * lib/gdb.exp (gdb_test_list_exact): New function.
2379 * gdb.base/default.exp (show convenience): Call it, add tests for
2380 $_sdata = void, $_thread = 0.
2381
2382 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2383 Joel Brobecker <brobecker@adacore.com>
2384
2385 Fix re-run of PIE executable, PR shlibs/11776.
2386 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2387 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2388 and re-"run" of the inferior.
2389
2390 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2391 Joel Brobecker <brobecker@adacore.com>
2392
2393 Cope with missing /usr/sbin/prelink.
2394 * lib/prelink-support.exp (prelink_no):
2395 <result == 1 && $output is "no such file or directory">: New.
2396 (prelink_yes): Likewise. Return on failed prelink_no.
2397
2398 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2399 Joel Brobecker <brobecker@adacore.com>
2400
2401 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2402 build_executable by build_executable_own_libs. Replace "prelink -R"
2403 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2404 change.
2405 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2406 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2407 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2408 Replace build_executable by build_executable_own_libs's function
2409 build_executable_own_libs.
2410 (prelinkNO): Create new stub to call prelink_no.
2411 (prelinkYES): Create new stub to call prelink_yes.
2412 (test_attach): Rename calls of copy to file_copy.
2413 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2414 (copy): Move to ...
2415 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2416 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2417 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2418 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2419 special flags by gdb_compile_shlib. Replace second gdb_compile by
2420 build_executable_own_libs. Replace "prelink -R" execution by a call of
2421 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2422 a second call of prelink_yes. Replace restart commands by
2423 clean_restart.
2424 (prelink): Rename to ...
2425 (seen displacement message): ... this test. Extend its expectation
2426 strictness.
2427
2428 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2431 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2432 displacement message exactly once.
2433
2434 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2435 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2438 its restore after the <$relink_args != ""> loop. new comment.
2439
2440 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2441 Joel Brobecker <brobecker@adacore.com>
2442
2443 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2444 code for it. New variable relink_args.
2445 (prelinkYES): Call prelinkNO.
2446 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2447 in such case. Move the core code to ...
2448 (test_attach_gdb): ... a new function. Send GDB command "file".
2449 Extend expected "Attaching to " string.
2450
2451 2010-07-02 Tom Tromey <tromey@redhat.com>
2452
2453 * gdb.base/bitops.exp: Remove extraneous "pass".
2454
2455 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2456
2457 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2458
2459 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2460
2461 * gdb.base/help.exp: Adjust expected output.
2462
2463 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2464
2465 * gdb.base/help.exp: Adjust expected output.
2466
2467 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2470 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2471 c++/11702.
2472
2473 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2474 Doug Evans <dje@google.com>
2475
2476 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2477 add .dynamic entry'.
2478
2479 2010-06-29 Doug Evans <dje@google.com>
2480
2481 Test PR c++/11702.
2482 * gdb.cp/m-static.exp: Add testcase.
2483 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2484
2485 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2486 Tom Tromey <tromey@redhat.com>
2487 Thiago Jung Bauermann <bauerman@br.ibm.com>
2488
2489 * gdb.python/py-inferior.c: New File.
2490 * gdb.python/py-infthread.c: New File.
2491 * gdb.python/py-inferior.exp: New File.
2492 * gdb.python/py-infthread.exp: New File.
2493
2494 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2497 (ptype ::C::OtherFileClass typedefs): New.
2498 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2499 (C::OtherFileClass::cOtherFileClassVar2): New.
2500 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2501 cOtherFileClassVar2.
2502 (C::cOtherFileType2, C::cOtherFileVar2): New.
2503 (C::cOtherFileVar_use): use also cOtherFileVar2.
2504 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2505
2506 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2507
2508 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2509 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2510 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2511 (print ::C::cOtherFileVar)
2512 (whatis C::OtherFileClass::cOtherFileClassType)
2513 (whatis ::C::OtherFileClass::cOtherFileClassType)
2514 (print C::OtherFileClass::cOtherFileClassVar)
2515 (print ::cOtherFileClassVar)
2516 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2517 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2518 trailing content.
2519 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2520 (C::OtherFileClass::cOtherFileClassVar)
2521 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2522 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2523
2524 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2525
2526 Test PR c++/11703 and PR gdb/1448.
2527 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2528 gdb/1448.
2529
2530 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2533 (main) <rtti_data>: New.
2534 * gdb.cp/virtbase.exp (print rtti_data): New.
2535
2536 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2537 Joel Brobecker <brobecker@adacore.com>
2538
2539 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2540
2541 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2544
2545 2010-06-28 Doug Evans <dje@google.com>
2546
2547 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2548
2549 2010-06-27 Doug Evans <dje@google.com>
2550
2551 * gdb.cp/m-static.exp: Update expected test output.
2552
2553 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2554
2555 * gdb.gdb/selftest.exp: Adjust expected message for
2556 capturing start-up runtime.
2557
2558 2010-06-25 Tom Tromey <tromey@redhat.com>
2559
2560 PR python/10808:
2561 * gdb.python/python.exp: Add new tests.
2562
2563 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2564
2565 * gdb.cp/operator.cc: Created an import loop.
2566 * gdb.cp/operator.exp: Added testcase for import loop.
2567
2568 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 Test PR python/11407.
2571 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2572 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2573 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2574 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2575 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2576 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2577 binfile. Call gdb_compile with clean_restart twice.
2578 (func_nofb print, func_nofb backtrace, func_loopfb print)
2579 (func_loopfb backtrace): New.
2580
2581 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2584 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2585 by a hand made one.
2586 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2587 i?86 requirement. Remove variables srcfile and binfile. New variable
2588 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2589
2590 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2591
2592 * gdb.cell/dwarfaddr.exp: New file.
2593 * gdb.cell/dwarfaddr.S: New file.
2594
2595 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2596
2597 Test PR 9436.
2598 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2599
2600 2010-06-24 Hui Zhu <teawater@gmail.com>
2601
2602 * gdb.base/eval.exp: New file.
2603
2604 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2605
2606 * gdb.cell/fork.exp: New file.
2607 * gdb.cell/fork.c: Likewise.
2608 * gdb.cell/fork-spu.c: Likewise.
2609
2610 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2611
2612 * lib/gdb.exp (banned_variables_traced): New global variable.
2613 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2614 (gdb_init): Use `trace add variable' instead of obsolete
2615 `trace variable'.
2616
2617 2010-06-21 Doug Evans <dje@google.com>
2618
2619 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2620
2621 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2622
2623 * gdb.arch/spu-ls.exp: New file.
2624 * gdb.arch/spu-ls.c: Likewise.
2625
2626 2010-06-18 Stan Shebs <stan@codesourcery.com>
2627
2628 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2629
2630 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2631
2632 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2633 * gdb.base/watch-cond.exp: Likewise.
2634 * gdb.python/py-breakpoint.exp: Likewise.
2635
2636 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2637
2638 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2639 clean_restart, make sure every test has a distinct message, and
2640 that messages don't include the executable' full path.
2641
2642 2010-06-17 Doug Evans <dje@google.com>
2643
2644 * gdb.arch/i386-size.exp: Updated expected output for
2645 DISASSEMBLY_OMIT_FNAME.
2646
2647 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2648 Sergio Durigan Junior <sergiodj@redhat.com>
2649
2650 * gdb.base/watch-notconst.c: New file.
2651 * gdb.base/watch-notconst.S: New file.
2652 * gdb.base/watch-notconst2.c: New file.
2653 * gdb.base/watch-notconst2.S: New file.
2654 * gdb.base/watch-notconst.exp: New file.
2655 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2656 (func4): Add operations on `global_ptr_ptr'.
2657 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2658 routine to test watchpoints created with a constant expression.
2659 (test_inaccessible_watchpoint): Include tests for watchpoints
2660 created with a constant expression.
2661
2662 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2663
2664 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2665 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2666 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2667 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2668 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2669 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2670 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2671 of `_start'.
2672
2673 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2674
2675 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2676 not supported on the target.
2677 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2678 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2679 * gdb.mi/mi-nsintrall.exp: Likewise.
2680 * gdb.mi/mi-nsmoribund.exp: Likewise.
2681 * gdb.mi/mi-nsthrexec.exp: Likewise.
2682
2683 2010-06-11 Stan Shebs <stan@codesourcery.com>
2684
2685 * gdb.base/permissions.exp: New file.
2686
2687 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2688
2689 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2690 does not support ELF executable class.
2691
2692 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2693
2694 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2695
2696 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2699 (runto): Catch "The target does not support running in non-stop mode.".
2700
2701 2010-06-11 Michael Snyder <msnyder@vmware.com>
2702
2703 * gdb.base/setshow.exp (set language asm): Don't use
2704 gdb_test_no_output, fails on some targets.
2705
2706 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2707
2708 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2709 * gdb.cp/pr9167.exp: Likewise.
2710
2711 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2712
2713 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2714
2715 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2716
2717 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2718
2719 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2720
2721 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2722
2723 2010-06-11 Tom Tromey <tromey@redhat.com>
2724
2725 PR gdb/9977, PR exp/11636::
2726 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2727 (pieces_test_f6): Update expected output.
2728
2729 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.base/moribund-step.exp: New.
2732
2733 2010-06-08 Michael Snyder <msnyder@vmware.com>
2734
2735 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2736 * gdb.ada/boolean_expr.exp:
2737 * gdb.ada/frame_args.exp: Ditto.
2738 * gdb.ada/lang_switch.exp: Ditto.
2739 * gdb.ada/ptype_arith_binop.exp: Ditto.
2740 * gdb.ada/ref_param.exp: Ditto.
2741 * gdb.ada/type_coercion.exp:Ditto.
2742
2743 * gdb.asm/asm-source.exp: Ditto.
2744
2745 * gdb.base/attach.exp: Ditto.
2746 * gdb.base/bitfields2.exp: Ditto.
2747 * gdb.base/call-signal-resume.exp: Ditto.
2748 * gdb.base/callfuncs.exp: Ditto.
2749 * gdb.base/commands.exp: Ditto.
2750 * gdb.base/dbx.exp: Ditto.
2751 * gdb.base/default.exp: Ditto.
2752 * gdb.base/dump.exp: Ditto.
2753 * gdb.base/exprs.exp: Ditto.
2754 * gdb.base/freebpcmd.exp: Ditto.
2755 * gdb.base/interrupt.exp: Ditto.
2756 * gdb.base/list.exp: Ditto.
2757 * gdb.base/long_long.exp: Ditto.
2758 * gdb.base/maint.exp: Ditto.
2759 * gdb.base/ptype.exp: Ditto.
2760 * gdb.base/return.exp: Ditto.
2761 * gdb.base/setshow.exp: Ditto.
2762 * gdb.base/sigbpt.exp: Ditto.
2763 * gdb.base/sigrepeat.exp: Ditto.
2764
2765 * gdb.cp/classes.exp: Ditto.
2766
2767 * gdb.dwarf2/dw2-restore.exp: Ditto.
2768
2769 * gdb.gdb/selftest.exp: Ditto.
2770
2771 * gdb.multi/base.exp: Ditto.
2772 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2773
2774 * gdb.python/py-block.exp: Ditto.
2775 * gdb.python/py-prettyprint.exp: Ditto.
2776 * gdb.python/py-template.exp: Ditto.
2777
2778 * gdb.server/ext-attach.exp: Ditto.
2779 * gdb.server/ext-run.exp: Ditto.
2780 * gdb.server/server-mon.exp: Ditto.
2781
2782 * gdb.threads/fork-thread-pending.exp: Ditto.
2783 * gdb.threads/hand-call-in-threads.exp: Ditto.
2784 * gdb.threads/interrupted-hand-call.exp: Ditto.
2785 * gdb.threads/linux-dp.exp: Ditto.
2786 * gdb.threads/manythreads.exp: Ditto.
2787 * gdb.threads/print-threads.exp: Ditto.
2788 * gdb.threads/pthreads.exp: Ditto.
2789 * gdb.threads/schedlock.exp: Ditto.
2790 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2791 * gdb.threads/threadapply.exp: Ditto.
2792
2793 2010-06-08 Michael Snyder <msnyder@vmware.com>
2794
2795 * gdb.ada/exec_changed.exp:
2796 Use ".*" instead of "" as wildcard regexp.
2797
2798 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2799 * gdb.base/call-ar-st.exp: Ditto.
2800 * gdb.base/checkpoint.exp: Ditto.
2801 * gdb.base/default.exp: Ditto.
2802 * gdb.base/dump.exp: Ditto.
2803 * gdb.base/ending-run.exp: Ditto.
2804 * gdb.base/fileio.exp: Ditto.
2805 * gdb.base/miscexprs.exp: Ditto.
2806 * gdb.base/pointers.exp: Ditto.
2807 * gdb.base/readline.exp: Ditto.
2808 * gdb.base/reread.exp: Ditto.
2809 * gdb.base/restore.exp: Ditto.
2810 * gdb.base/shlib-call.exp: Ditto.
2811 * gdb.base/valgrind-db-attach.exp: Ditto.
2812 * gdb.base/volatile.exp: Ditto.
2813 * gdb.base/watchpoints.exp: Ditto.
2814
2815 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2816
2817 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2818 * gdb.python/py-value.exp: Ditto.
2819
2820 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2821 * gdb.trace/circ.exp: Ditto.
2822 * gdb.trace/collection.exp: Ditto.
2823 * gdb.trace/packetlen.exp: Ditto.
2824 * gdb.trace/passc-dyn.exp: Ditto.
2825 * gdb.trace/report.exp: Ditto.
2826 * gdb.trace/tfile.exp: Ditto.
2827 * gdb.trace/tfind.exp: Ditto.
2828 * gdb.trace/while-dyn.exp: Ditto.
2829
2830 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2831
2832 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2833
2834 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 Test PR 10640.
2837 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2838
2839 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2840
2841 * gdb.cp/koenig.exp: Test for ADL operators.
2842 * gdb.cp/koenig.cc: Added ADL operators.
2843 * gdb.cp/operator.exp: New test.
2844 * gdb.cp/operator.cc: New test.
2845
2846 2010-06-04 Michael Snyder <msnyder@vmware.com>
2847
2848 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2849 * gdb.base/pending.exp: Ditto.
2850
2851 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2852
2853 2010-06-04 Doug Evans <dje@google.com>
2854
2855 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2856 disabled printers.
2857 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2858 (enable_lookup_function): New function.
2859
2860 2010-06-04 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2863 of hash and id.
2864
2865 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2866
2867 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2868 newline.
2869 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2870 (empty verbose non-noisy clear, empty verbose noisy clear)
2871 (empty non-verbose noisy clear): Likewise.
2872
2873 2010-06-03 Michael Snyder <msnyder@vmware.com>
2874
2875 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2876 * gdb.base/display.exp: Ditto.
2877 * gdb.base/find.exp: Ditto.
2878 * gdb.base/ifelse.exp: Ditto.
2879 * gdb.base/multi-forks.exp: Ditto.
2880 * gdb.base/recurse.exp: Ditto.
2881 * gdb.base/setshow.exp: Ditto.
2882 * gdb.base/value-double-free.exp: Ditto.
2883 * gdb.base/watch-vfork.exp: Ditto.
2884 * gdb.base/watch_thread_num.exp: Ditto.
2885 * gdb.base/watchpoint-solib.exp: Ditto.
2886 * gdb.base/watchpoint.exp: Ditto.
2887 * gdb.base/watchpoints.exp: Ditto.
2888
2889 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2890 * gdb.cp/overload.exp: Ditto.
2891 * gdb.cp/virtfunc.exp: Ditto.
2892
2893 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2894
2895 * gdb.reverse/watch-precsave.exp:
2896 Replace gdb_test with gdb_test_no_output.
2897
2898 * gdb.threads/attach-into-signal.exp:
2899 Replace gdb_test with gdb_test_no_output.
2900 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2901 * gdb.threads/watchthreads.exp: Ditto.
2902 * gdb.threads/watchthreads2.exp: Ditto.
2903
2904 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2905 * gdb.trace/tfind.exp: Ditto.
2906
2907 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2908
2909 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2910 successful test if message is the empty string.
2911
2912 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 * gdb.fortran/module.exp (stopped language detection): New test.
2915
2916 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 Support DW_TAG_module as separate namespaces.
2919 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2920 gdb.fortran/library-module-lib.f90: New.
2921 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2922 (print i): Remove.
2923 (continue to breakpoint: i-is-1, print var_i value 1)
2924 (continue to breakpoint: i-is-2, print var_i value 2)
2925 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2926 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2927 (complete `modmany, complete `modmany`, complete `modmany`var)
2928 (show language, setting breakpoint at module): New tests.
2929 * gdb.fortran/module.f90 (module mod): Remove.
2930 (module mod1, module mod2, module modmany, subroutine sub1)
2931 (subroutine sub2, program module): New.
2932
2933 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2936 (print value of rUC, print value of rI, print value of UI): ... here.
2937 * gdb.cp/anon-union.exp (pass): Rename to ...
2938 (print z 2): ... here.
2939
2940 2010-06-02 Michael Snyder <msnyder@vmware.com>
2941
2942 * gdb.trace/actions.exp: Use gdb_test_no_output.
2943 * gdb.trace/circ.exp: Ditto.
2944 * gdb.trace/packetlen.exp: Ditto.
2945 * gdb.trace/save-trace.exp: Ditto.
2946 * gdb.trace/tracecmd.exp: Ditto.
2947 * gdb.trace/tsv.exp: Ditto.
2948
2949 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2950 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2951 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2952 * gdb.threads/manythreads.exp: Ditto.
2953 * gdb.threads/print-threads.exp: Ditto.
2954 * gdb.threads/pthreads.exp: Ditto.
2955 * gdb.threads/schedlock.exp: Ditto.
2956 * gdb.threads/staticthreads.exp: Ditto.
2957 * gdb.threads/thread-specific.exp: Ditto.
2958 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2959 * gdb.threads/threadapply.exp: Ditto.
2960 * gdb.threads/watchthreads.exp: Ditto.
2961 * gdb.threads/watchthreads2.exp: Ditto.
2962
2963 * gdb.python/py-block.exp: Use gdb_test_no_output.
2964 * gdb.python/py-prettyprint.exp: Ditto.
2965 * gdb.python/py-template.exp: Ditto.
2966 * gdb.python/py-value.exp: Ditto.
2967
2968 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2969 * gdb.reverse/watch-reverse.exp: Ditto.
2970
2971 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2972 * gdb.server/ext-run.exp: Ditto.
2973
2974 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
2975 * gdb.dwarf2/dw2-compressed.exp: Ditto.
2976 * gdb.dwarf2/dw2-intercu.exp: Ditto.
2977 * gdb.dwarf2/dw2-intermix.exp: Ditto.
2978 * gdb.dwarf2/dw2-producer.exp: Ditto.
2979 * gdb.dwarf2/mac-fileno.exp: Ditto.
2980
2981 * gdb.gdb/observer.exp: Use gdb_test_no_output.
2982 * gdb.gdb/selftest.exp: Ditto.
2983
2984 * gdb.multi/base.exp: Use gdb_test_no_output.
2985
2986 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
2987
2988 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
2991
2992 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2993
2994 * gdb.cp/class2.exp: Use gdb_test_no_output.
2995 * gdb.cp/classes.exp: Ditto.
2996 * gdb.cp/extern-c.exp: Ditto.
2997 * gdb.cp/inherit.exp: Ditto.
2998 * gdb.cp/maint.exp: Ditto.
2999 * gdb.cp/mb-inline.exp: Ditto.
3000 * gdb.cp/mb-templates.exp: Ditto.
3001 * gdb.cp/method2.exp: Ditto.
3002 * gdb.cp/misc.exp: Ditto.
3003 * gdb.cp/ovldbreak.exp: Ditto.
3004 * gdb.cp/punctuator.exp: Ditto.
3005 * gdb.cp/templates.exp: Ditto.
3006 * gdb.cp/virtbase.exp: Ditto.
3007
3008 * gdb.threads/attach-stopped.exp:
3009 Replace uses of send_gdb / gdb_expect.
3010 * gdb.threads/attachstop-mt.exp:
3011 Replace uses of send_gdb / gdb_expect.
3012 * gdb.threads/gcore-thread.exp:
3013 Replace uses of send_gdb / gdb_expect.
3014 * gdb.threads/hand-call-in-threads.exp:
3015 Replace uses of send_gdb / gdb_expect.
3016 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3017 * gdb.threads/print-threads.exp:
3018 Replace uses of send_gdb / gdb_expect.
3019 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3020 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3021 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3022
3023 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3024 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3025 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3026 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3027 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3028 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3029 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3030 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3031 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3032 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3033 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3034
3035 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3038
3039 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3040
3041 * gdb.cp/koenig.exp: Added new test case.
3042 * gdb.cp/koenig.cc: Ditto.
3043
3044 2010-06-01 Michael Snyder <msnyder@vmware.com>
3045
3046 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3047 * gdb.base/arrayidx.exp: Ditto.
3048 * gdb.base/attach.exp: Ditto.
3049 * gdb.base/auxv.exp: Ditto.
3050 * gdb.base/bigcre.exp: Ditto.
3051 * gdb.base/break-always.exp: Ditto.
3052 * gdb.base/break-interp.exp: Ditto.
3053 * gdb.base/break.exp: Ditto.
3054 * gdb.base/breakpoint-shadow.exp: Ditto.
3055 * gdb.base/call-ar-st.exp: Ditto.
3056 * gdb.base/call-sc.exp: Ditto.
3057 * gdb.base/call-signal-resume.exp: Ditto.
3058 * gdb.base/callfuncs.exp: Ditto.
3059 * gdb.base/catch-syscall.exp: Ditto.
3060 * gdb.base/charset.exp: Ditto.
3061 * gdb.base/code-expr.exp: Ditto.
3062 * gdb.base/commands.exp: Ditto.
3063 * gdb.base/cond-expr.exp: Ditto.
3064 * gdb.base/condbreak.exp: Ditto.
3065 * gdb.base/cursal.exp: Ditto.
3066 * gdb.base/cvexpr.exp: Ditto.
3067 * gdb.base/default.exp: Ditto.
3068 * gdb.base/del.exp: Ditto.
3069 * gdb.base/detach.exp: Ditto.
3070 * gdb.base/display.exp: Ditto.
3071 * gdb.base/ena-dis-br.exp: Ditto.
3072 * gdb.base/eval-skip.exp: Ditto.
3073 * gdb.base/foll-fork.exp: Ditto.
3074 * gdb.base/foll-vfork.exp: Ditto.
3075 * gdb.base/frame-args.exp: Ditto.
3076 * gdb.base/funcargs.exp: Ditto.
3077 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3078 * gdb.base/gdbvars.exp: Ditto.
3079 * gdb.base/help.exp: Ditto.
3080 * gdb.base/ifelse.exp: Ditto.
3081 * gdb.base/included.exp: Ditto.
3082 * gdb.base/list.exp: Ditto.
3083 * gdb.base/macscp.exp: Ditto.
3084 * gdb.base/maint.exp: Ditto.
3085 * gdb.base/multi-fork.exp: Ditto.
3086 * gdb.base/overlays.exp: Ditto.
3087 * gdb.base/page.exp: Ditto.
3088 * gdb.base/pending.exp: Ditto.
3089 * gdb.base/pointers.exp: Ditto.
3090 * gdb.base/pr11022.exp: Ditto.
3091 * gdb.base/prelink.exp: Ditto.
3092 * gdb.base/printcmds.exp: Ditto.
3093 * gdb.base/psymtab.exp: Ditto.
3094 * gdb.base/randomize.exp: Ditto.
3095 * gdb.base/relational.exp: Ditto.
3096 * gdb.base/relocate.exp: Ditto.
3097 * gdb.base/remote.exp: Ditto.
3098 * gdb.base/sepdebug.exp: Ditto.
3099 * gdb.base/set-lang-auto.exp: Ditto.
3100 * gdb.base/setshow.exp: Ditto.
3101 * gdb.base/setvar.exp: Ditto.
3102 * gdb.base/signals.exp: Ditto.
3103 * gdb.base/signull.exp: Ditto.
3104 * gdb.base/sigstep.exp: Ditto.
3105 * gdb.base/sizeof.exp: Ditto.
3106 * gdb.base/solib-disc.exp: Ditto.
3107 * gdb.base/store.exp: Ditto.
3108 * gdb.base/structs.exp: Ditto.
3109 * gdb.base/structs2.exp: Ditto.
3110 * gdb.base/subst.exp: Ditto.
3111 * gdb.base/term.exp: Ditto.
3112 * gdb.base/trace-commands.exp: Ditto.
3113 * gdb.base/unwindonsignal.exp: Ditto.
3114 * gdb.base/valgrind-db-attach.exp: Ditto.
3115 * gdb.base/varargs.exp: Ditto.
3116 * gdb.base/watch-cond.exp: Ditto.
3117 * gdb.base/watch_thread_num.exp: Ditto.
3118 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3119 * gdb.base/watchpoint.exp: Ditto.
3120 * gdb.base/whatis-exp.exp: Ditto.
3121
3122 2010-06-01 Michael Snyder <msnyder@vmware.com>
3123
3124 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3125 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3126 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3127 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3128 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3129 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3130 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3131 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3132 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3133 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3134 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3135 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3136 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3137 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3138 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3139
3140 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3143 trailing newline.
3144 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3145 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3146 (p *args): ... here and remove excessive trailing newline.
3147
3148 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3149
3150 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3151
3152 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3153
3154 Accept the new Linux kernel "t (tracing stop)" string.
3155 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3156 Update comment.
3157 (state_wait) <T (tracing stop)>: New.
3158 (main): Update the state_wait expect string.
3159
3160 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3161
3162 * limits.c, limits.exp: Delete files.
3163 * Makefile.in (clean mostlyclean): Adjust.
3164 * tracecmd.exp: Adjust.
3165
3166 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.base/tui-layout.exp: New.
3169
3170 2010-05-28 Michael Snyder <msnyder@vmware.com>
3171
3172 * gdb.reverse/break-precsave.exp:
3173 Replace uses of send_gdb / gdb_expect.
3174 * gdb.reverse/break-reverse.exp:
3175 Replace uses of send_gdb / gdb_expect.
3176 * gdb.reverse/consecutive-precsave.exp:
3177 Replace uses of send_gdb / gdb_expect.
3178 * gdb.reverse/consecutive-reverse.exp:
3179 Replace uses of send_gdb / gdb_expect.
3180 * gdb.reverse/finish-precsave.exp:
3181 Replace uses of send_gdb / gdb_expect.
3182 * gdb.reverse/finish-reverse.exp:
3183 Replace uses of send_gdb / gdb_expect.
3184 * gdb.reverse/i386-precsave.exp:
3185 Replace uses of send_gdb / gdb_expect.
3186 * gdb.reverse/i386-reverse.exp:
3187 Replace uses of send_gdb / gdb_expect.
3188 * gdb.reverse/i386-sse-reverse.exp:
3189 Replace uses of send_gdb / gdb_expect.
3190 * gdb.reverse/i387-env-reverse.exp:
3191 Replace uses of send_gdb / gdb_expect.
3192 * gdb.reverse/i387-stack-reverse.exp:
3193 Replace uses of send_gdb / gdb_expect.
3194 * gdb.reverse/machinestate-precsave.exp:
3195 Replace uses of send_gdb / gdb_expect.
3196 * gdb.reverse/machinestate.exp:
3197 Replace uses of send_gdb / gdb_expect.
3198 * gdb.reverse/sigall-precsave.exp:
3199 Replace uses of send_gdb / gdb_expect.
3200 * gdb.reverse/sigall-reverse.exp:
3201 Replace uses of send_gdb / gdb_expect.
3202 * gdb.reverse/solib-precsave.exp:
3203 Replace uses of send_gdb / gdb_expect.
3204 * gdb.reverse/solib-reverse.exp:
3205 Replace uses of send_gdb / gdb_expect.
3206 * gdb.reverse/step-precsave.exp:
3207 Replace uses of send_gdb / gdb_expect.
3208 * gdb.reverse/step-reverse.exp:
3209 Replace uses of send_gdb / gdb_expect.
3210 * gdb.reverse/until-precsave.exp:
3211 Replace uses of send_gdb / gdb_expect.
3212 * gdb.reverse/until-reverse.exp:
3213 Replace uses of send_gdb / gdb_expect.
3214 * gdb.reverse/watch-precsave.exp:
3215 Replace uses of send_gdb / gdb_expect.
3216 * gdb.reverse/watch-reverse.exp:
3217 Replace uses of send_gdb / gdb_expect.
3218
3219 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3220
3221 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3222 excessive newline.
3223
3224 2010-05-27 Michael Snyder <msnyder@vmware.com>
3225
3226 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3227 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3228 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3229 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3230 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3231 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3232 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3233 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3234 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3235 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3236 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3237 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3238 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3239 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3240 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3241 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3242 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3243 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3244 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3245
3246 2010-05-26 Michael Snyder <msnyder@vmware.com>
3247
3248 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3249 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3250
3251 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3252 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3253 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3254
3255 * gdb.reverse/consecutive-reverse.exp:
3256 Replace uses of send_gdb / gdb_expect.
3257 * gdb.reverse/consecutive-precsave.exp:
3258 Replace uses of send_gdb / gdb_expect.
3259
3260 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3261 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3262 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3263 * gdb.mi/mi-ns-stale-regcache.exp:
3264 Replace uses of send_gdb / gdb_expect.
3265 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3266 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3267 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3268 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3269 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3270 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3271 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3272 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3273 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3274
3275 2010-05-26 Michael Snyder <msnyder@vmware.com>
3276
3277 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3278
3279 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3280
3281 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3282 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3283 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3284 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3285 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3286 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3287 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3288 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3289 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3290
3291 2010-05-25 Tom Tromey <tromey@redhat.com>
3292
3293 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3294
3295 2010-05-25 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3298 argument order.
3299 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3300 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3301 order.
3302 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3303 order.
3304 * gdb.base/call-sc.exp (setup_kfails): Remove.
3305 (setup_compiler_kfails): Remove.
3306 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3307 argument order.
3308 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3309 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3310 (advancei): Fix setup_kfail argument order.
3311 * gdb.base/radix.exp: Fix setup_kfail argument order.
3312 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3313 order.
3314 * gdb.base/structs.exp (setup_kfails): Remove.
3315 (setup_compiler_kfails): Fix setup_kfail argument order.
3316 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3317 order.
3318 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3319 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3320 setup_kfail argument order.
3321 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3322
3323 2010-05-25 Tom Tromey <tromey@redhat.com>
3324
3325 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3326
3327 2010-05-25 Michael Snyder <msnyder@vmware.com>
3328
3329 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3330 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3331 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3332 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3333 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3334 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3335 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3336 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3337 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3338 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3339 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3340 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3341 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3342 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3343 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3344 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3345 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3346 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3347 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3348 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3349 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3350 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3351 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3352 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3353 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3354 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3355 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3356 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3357 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3358 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3359 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3360 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3361 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3362 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3363 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3364 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3365 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3366 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3367 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3368 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3369 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3370 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3371 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3372 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3373 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3374 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3375 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3376 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3377
3378 2010-05-25 Doug Evans <dje@google.com>
3379
3380 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3381 gdb.string_to_argv.
3382
3383 2010-05-21 Tom Tromey <tromey@redhat.com>
3384
3385 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3386 Call it.
3387 * gdb.dwarf2/pieces.S: Update.
3388 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3389
3390 2010-05-21 Tom Tromey <tromey@redhat.com>
3391
3392 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3393 Call it.
3394 * gdb.dwarf2/pieces.c (struct C): New.
3395 (f6): New function.
3396 * gdb.dwarf2/pieces.S: Replace.
3397
3398 2010-05-21 Tom Tromey <tromey@redhat.com>
3399
3400 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3401 Call it.
3402
3403 2010-05-21 Tom Tromey <tromey@redhat.com>
3404
3405 * gdb.dwarf2.pieces.exp: New file.
3406 * gdb.dwarf2.pieces.S: New file.
3407 * gdb.dwarf2.pieces.c: New file.
3408
3409 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3410 Joel Brobecker <brobecker@adacore.com>
3411
3412 * lib/gdb.exp (gdb_test_no_output): New function.
3413 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3414 when testing commands that should produce no output.
3415
3416 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3419 parameter that we want to watch being a constant.
3420
3421 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.ada/cond_lang: New testcase.
3424
3425 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3426
3427 * lib/gdb.exp (banned_variables): New variable/constant.
3428 (gdb_init): Add write trace on variables listed in banned_variables.
3429 (gdb_finish): Remove write traces on variables listed in
3430 banned_variables.
3431
3432 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3433
3434 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3435 * gdb.cp/koenig.exp: Likewise.
3436
3437 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3438
3439 PR python/11482
3440
3441 * gdb.python/py-value.exp (test_value_hash): New function.
3442
3443 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3444
3445 PR exp/11530.
3446 * gdb.base/gdb11530.c: New file.
3447 * gdb.base/gdb11530.exp: New file.
3448
3449 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3452 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3453
3454 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3455
3456 * gdb.cp/koenig.exp: New test.
3457 * gdb.cp/koenig.cc: New test program.
3458
3459 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3460
3461 Remove the use of prms_id and bug_id throughout the testsuite.
3462
3463 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3464
3465 PR exp/11349.
3466 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3467 use a reference local variable.
3468
3469 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3472 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3473 variable different_dir. Move debugfile into a full directory pathname
3474 under DIFFERENT_DIR.
3475 * lib/gdb.exp (separate_debug_filename): Remove.
3476 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3477 variable debug_dir and mkdir of it. Update function comments.
3478
3479 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3480
3481 PR gdb/11557
3482
3483 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3484 files.
3485
3486 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.python/py-param.exp: New File.
3489
3490 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3491
3492 * gdb.base/default.exp: Fix "set language" test.
3493
3494 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3495
3496 PR breakpoints/11531.
3497 * gdb.base/gdb11531.c: New file.
3498 * gdb.base/gdb11531.exp: New file.
3499
3500 2010-04-26 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.base/completion.exp: Add tests for completion and deprecated
3503 commands.
3504
3505 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3508 (print /x char_array): Escape curly brackets.
3509
3510 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 Fix deadlock on looped list of loaded shared objects.
3513 * gdb.base/solib-corrupted.exp: New.
3514
3515 2010-04-23 Doug Evans <dje@google.com>
3516
3517 * gdb.python/py-section-script.c: New file.
3518 * gdb.python/py-section-script.exp: New file.
3519 * gdb.python/py-section-script.py: New file.
3520
3521 2010-04-20 Chris Moller <cmoller@redhat.com>
3522
3523 PR 10179
3524
3525 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3526 * gdb.base/pr10179-a.c:
3527 * gdb.base/pr10179-b.c:
3528 * gdb.base/pr10179.exp: New files.
3529
3530 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3531
3532 Fix crashes on dangling display expressions.
3533 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3534 is SEP.
3535 (lib_flags): Remove the "debug" keyword.
3536 (libsepdebug): New variable for iterating new loop.
3537 (save_pf_prefix): New variable wrapping the loop.
3538 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3539 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3540
3541 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3542
3543 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3544
3545 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3546
3547 PR stabs/11479.
3548 * gdb.stabs/gdb11479.exp: New file.
3549 * gdb.stabs/gdb11479.c: New file.
3550
3551 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3552
3553 * gdb.base/charset.c (Strin16, String32): New variables.
3554 * gdb.base/charset.exp (gdb_test): Test correct display
3555 of 16 or 32 bit strings.
3556
3557 2010-04-21 Chris Moller <cmoller@redhat.com>
3558
3559 PR 9167
3560 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3561 * gdb.cp/pr9167.cc: New file.
3562 * gdb.cp/pr9167.exp: New file.
3563
3564
3565 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3566
3567 PR pascal/11492.
3568 * gdb.pascal/gdb11492.pas: New file.
3569 * gdb.pascal/gdb11492.exp: New file.
3570
3571 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3574
3575 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3576
3577 * gdb.ada/dyn_loc: New testcase.
3578
3579 2010-04-20 Chris Moller <cmoller@redhat.com>
3580
3581 PR 10867
3582
3583 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3584 * gdb.cp/pr10687.cc: New file.
3585 * gdb.cp/pr10687.exp: New file.
3586
3587
3588 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3589 Sergio Durigan Junior <sergiodj@redhat.com>
3590
3591 * gdb.fortran/logical.exp: New testcase.
3592 * gdb.fortran/logical.f90: New file.
3593
3594 2010-04-19 Doug Evans <dje@google.com>
3595
3596 * gdb.base/help.exp (help source): Update expected output.
3597
3598 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3599
3600 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3601 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3602 gdb_exit and return.
3603 (executable): New variable.
3604 (binfile): Use it.
3605
3606 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3607
3608 PR breakpoints/8554.
3609
3610 * gdb.trace/save-trace.exp: Adjust.
3611
3612 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3613
3614 PR corefiles/11511
3615 * gdb.arch/system-gcore.exp: New.
3616 * gdb.arch/gcore.c: Likewise.
3617
3618 2010-04-15 Doug Evans <dje@google.com>
3619
3620 * gdb.python/py-progspace.c: New file.
3621 * gdb.python/py-progspace.exp: New file.
3622
3623 * gdb.base/source.exp: Add tests for "source -s".
3624
3625 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3626
3627 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3628 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3629 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3630 * gdb.python/py-mi.exp: New test for to_string returning None.
3631
3632 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3633
3634 * gdb.python/py-breakpoint.c: Make result global.
3635
3636 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 Fix non-GNU make compatibility.
3639 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3640
3641 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3642
3643 * gdb.python/py-breakpoint.exp: New File.
3644 * gdb.python/py-breakpoint.C: Ditto.
3645
3646 2010-04-08 Stan Shebs <stan@codesourcery.com>
3647
3648 * gdb.trace/actions.exp: Clear default-collect.
3649 * gdb.trace/save-trace.exp: Clear default-collect.
3650
3651 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3652
3653 * gdb.python/py-value: Add null string variable.
3654 (test_lazy_string): Test zero length, NULL address lazy
3655 strings.
3656
3657 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3658
3659 * gdb.arch/i386-avx.c: New.
3660 * gdb.arch/i386-avx.exp: Likewise.
3661
3662 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3663
3664 2010-04-06 Doug Evans <dje@google.com>
3665
3666 * gdb.base/source-test.gdb: New file.
3667 * gdb.base/source.exp: Test source -v.
3668
3669 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3670
3671 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3672
3673 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3674
3675 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3676 within one line, unless it is followed by a double quote.
3677 * gdb.stabs/hppa.sed: Idem.
3678 * gdb.stabs/weird.def: Add char and String constants
3679 * gdb.stabs/weird.exp: Check for correct parsing of
3680 char and string constants.
3681 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3682 in .stabs to .stabx substitution.
3683
3684 2010-04-05 Stan Shebs <stan@codesourcery.com>
3685
3686 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3687 constant global.
3688 * gdb.trace/tfile.exp: Try to print them.
3689
3690 2010-04-04 Stan Shebs <stan@codesourcery.com>
3691
3692 * gdb.base/completion.exp: Update for new "info watchpoints".
3693 * gdb.base/default.exp: Ditto.
3694 * gdb.base/help.exp: Ditto.
3695 * gdb.base/watchpoint.exp: Ditto.
3696 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3697
3698 2010-04-04 Stan Shebs <stan@codesourcery.com>
3699
3700 * gdb.trace/tfile.exp: Sharpen tfind test.
3701
3702 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3703
3704 * gdb.base/break-entry.exp: New.
3705
3706 2010-04-02 Hui Zhu <teawater@gmail.com>
3707 Michael Snyder <msnyder@vmware.com>
3708
3709 * gdb.reverse/i386-sse-reverse.exp: New file.
3710 * gdb.reverse/i386-sse-reverse.c: New file.
3711
3712 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3713
3714 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3715
3716 2010-04-01 Stan Shebs <stan@codesourcery.com>
3717
3718 * gdb.trace/actions.exp: Tweak expected output.
3719 * gdb.trace/while-stepping.exp: Tweak expected output.
3720
3721 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3722
3723 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3724
3725 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3726
3727 * gdb.base/commands.exp: Adjust.
3728 * gdb.cp/extern-c.exp: Adjust.
3729
3730 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3731
3732 * gdb.trace/collection.c (local_test_func): Define a local struct,
3733 and instanciate it.
3734
3735 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3736
3737 * gdb.trace/collection.exp (gdb_collect_args_test)
3738 (gdb_collect_argarray_test): XFAIL the tests that assume the
3739 argarray argument's elements are collected.
3740
3741 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3742
3743 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3744 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3745
3746 2010-03-31 Stan Shebs <stan@codesourcery.com>
3747
3748 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3749 and tracepoint conditionals.
3750 (gdb_verify_tracepoints): Delete unused return.
3751
3752 2010-03-26 Keith Seitz <keiths@redhat.com>
3753
3754 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3755 appear in the output before main.
3756 Remove KFAIL for gdb/2215 aka bz 9320.
3757
3758 2010-03-30 Doug Evans <dje@google.com>
3759
3760 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3761 by dejagnu.
3762 * gdb.arch/amd64-dword.exp: Ditto.
3763
3764 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3765 match.
3766 (break printf): Ditto.
3767
3768 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3769
3770 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3771 gcc < 4.4.
3772 * gdb.cp/shadow.exp: Ditto.
3773
3774 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3775
3776 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3777 "tstart" is silent.
3778
3779 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3780
3781 * gdb.trace/collection.exp (executable): New.
3782 (binfile): Use it.
3783 (fpreg, spreg, pcreg): New.
3784 (test_register): Use gdb_test_multiple. Pass /x to print.
3785 (prepare_for_trace_test): New.
3786 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3787 (gdb_collect_args_test, gdb_collect_argstruct_test)
3788 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3789 prepare_for_trace_test.
3790 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3791 fpreg, spreg and pcreg.
3792 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3793 prepare_for_trace_test.
3794 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3795 try to detect tracing support here. Don't set breakpoints at
3796 `begin' or `end' here.
3797 <global scope>: Use clean_restart. Run to main before checking
3798 for tracing support. Check for for tracing support here.
3799
3800 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3801
3802 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3803 " as $displacement" to "seen displacement message".
3804
3805 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3806
3807 * gdb.trace/while-dyn.exp (executable): New variable.
3808 (binfile): Use it.
3809 (test_while_stepping): New function. Move most tests here. Call
3810 it once for each of the while-stepping, stepping and ws aliases.
3811
3812 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3813
3814 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3815 that do not provide the tagless_struct type name at all.
3816 (test_print_anon_union): Do not check value of uninitialized
3817 union member. Do not use cp_test_ptype_class, so we can accept
3818 "long" as well as "long int".
3819
3820 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3821
3822 * gdb.trace/tfile.c (tohex, bin2hex): New.
3823 (write_error_trace_file): Hexify error description.
3824
3825 2010-03-25 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.trace/tfile.c: Generate an additional trace file, improve
3828 portability.
3829 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3830 files in a better way.
3831
3832 2010-03-25 Keith Seitz <keiths@redhat.com>
3833
3834 * gdb.java/jprint.exp: XFAIL printing of static class members
3835 because of GCC debuginfo problem.
3836
3837 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3840
3841 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3842
3843 * gdb.base/completion.exp: Allow long instead of long int.
3844 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3845 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3846 variable p.
3847 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3848 * gdb.base/pointers.exp: Allow long instead of long int.
3849 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3850 * gdb.base/step-line.exp: Allow a directory before the source file name.
3851
3852 2010-03-24 Tom Tromey <tromey@redhat.com>
3853
3854 PR breakpoints/9352:
3855 * gdb.base/default.exp: Update.
3856 * gdb.base/commands.exp: Update.
3857 * gdb.cp/extern-c.exp: Test setting commands on multiple
3858 breakpoints at once.
3859
3860 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3861
3862 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3863 if gdb,nosignals.
3864 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3865 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3866 exited".
3867
3868 2010-03-24 Stan Shebs <stan@codesourcery.com>
3869
3870 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3871
3872 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3873
3874 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3875 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3876 argument. Handle "short" and "long".
3877 (Top level): Pass overprototyped output for old_fptr and xptr.
3878
3879 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3880
3881 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3882 format strings and add casts to avoid compiler warnings.
3883
3884 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3885
3886 * lib/trace-support.exp (gdb_trace_setactions):
3887 Don't expect whitespace after ">" prompt.
3888 * gdb.trace/actions.exp: Adjust for output changes.
3889 * gdb.trace/while-stepping.exp: Likewise.
3890
3891 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3892
3893 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3894 and r157645).
3895
3896 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3899 New.
3900
3901 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3902
3903 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3904 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3905
3906 2010-03-19 Stan Shebs <stan@codesourcery.com>
3907
3908 * gdb.trace/ax.exp: New file.
3909
3910 2010-03-19 Doug Evans <dje@google.com>
3911
3912 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3913 output from gcc.
3914
3915 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3916 named /usr/sbin/prelink<foo>.
3917
3918 2010-03-18 Stan Shebs <stan@codesourcery.com>
3919
3920 * gdb.trace/circ.exp: Test circular-trace-buffer.
3921 * gdb.trace/tfile.exp: Update tstatus test.
3922
3923 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3924
3925 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3926 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3927
3928 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3929
3930 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3931
3932 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3933
3934 * gdb.base/default.exp: Adjust the expected output of the finish
3935 and until commands when the inferior is not being run.
3936
3937 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3938
3939 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3940 * gdb.cp/nsusing.exp: Ditto.
3941
3942 2010-03-15 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3945 * gdb.cp/userdef.cc (operator==): New function.
3946 (main): New locals mem1, mem2.
3947
3948 2010-03-15 Jie Zhang <jie@codesourcery.com>
3949
3950 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3951 Declare and use new loadtimeout variable.
3952
3953 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3954
3955 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3956 Use gdb_load later.
3957
3958 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3959
3960 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3961 literal. Add missing endlines to prints to stderr.
3962
3963 2010-03-12 Tom Tromey <tromey@redhat.com>
3964
3965 PR c++/9708:
3966 * gdb.cp/m-static.exp: Add regression test.
3967 * gdb.cp/m-static.cc (method): New method.
3968 (main): Call it.
3969
3970 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3971
3972 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3973 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
3974
3975 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
3978
3979 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 * lib/gdb.exp (skip_stl_tests): New.
3982 (gdb_compile): Symbian needs -ldl.
3983 (shlib_target_file): New.
3984 (shlib_symbol_file): New.
3985 (gdb_load_shlibs): Use shlib_target_file.
3986 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
3987 * gdb.cp/exception.exp: Use skip_stl_tests.
3988 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
3989 * gdb.cp/try_catch.exp: Use skip_stl_tests.
3990 * gdb.cp/mb-templates.exp: Ditto.
3991 * gdb.base/commands.exp: Relax regexes.
3992 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
3993 shlib_target_file and shlib_symbol_file.
3994 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
3995 sections.
3996 * gdb.base/ending-run.exp: Accept E32Main for symbian.
3997 * gdb.base/solib-disc.exp: Use
3998 shlib_target_file and shlib_symbol_file.
3999 * gdb.base/unload.exp: Don't skip on symbian. Use
4000 shlib_target_file and shlib_symbol_file.
4001 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4002
4003 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4004
4005 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4006 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4007 Issue a tfind end before looking for a tracepoint frame.
4008 * gdb.trace/tfind.exp: Adjust tstatus output.
4009 Adjust disassembly output.
4010 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4011
4012 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * gdb.base/break-interp.exp: Create new displacement parameter value
4015 for the test_ld calls.
4016 (reach): New parameter displacement, verify its content. New push of
4017 pf_prefix "reach-$func:". Import global expect_out.
4018 (test_core): New parameter displacement, verify its content. New push
4019 of pf_prefix "core:". New command "set verbose on". Import global
4020 expect_out.
4021 (test_attach): New parameter displacement, verify its content. New
4022 push of pf_prefix "attach:". New command "set verbose on". Import
4023 global expect_out.
4024 (test_ld): New parameter displacement, pass it to the reach, test_core
4025 and test_attach calls and verify its content in the "ld.so exit" test.
4026 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4027 (prelink): Update expected text, use gdb_test.
4028
4029 2010-03-10 Doug Evans <dje@google.com>
4030
4031 * gdb.base/checkpoint.exp: Fix comment.
4032 Lengthen timeout while doing >600 checkpoints test.
4033 Rename duplicate "kill all one" test to keep test names unique.
4034
4035 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4036
4037 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4038
4039 2010-03-08 Keith Seitz <keiths@redhat.com>
4040
4041 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4042 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4043 (dm_type_long): New function.
4044 (dm_type_unsigned_short): New function.
4045 (dm_type_unsigned_long): New function.
4046 (myint): New typedef.
4047 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4048 long, unsigned shor and long, operator char*, and typedef.
4049 (test_lookup_operator_functions): Add operator char* test.
4050 (test_paddr_operator_functions): Likewise.
4051 (test_paddr_overloaded_functions): Use probe values for
4052 short, long, and unsigned short and long.
4053 (test_paddr_hairy_functions): If the demangler probe detected
4054 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4055 demangler.
4056 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4057 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4058 and "print null_pmf".
4059 Add test "ptype a.*pmf".
4060 * gdb.cp/overload.exp: Allow optional "int" to appear with
4061 "short" and "long".
4062 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4063 long expect value for men_overload1arg.
4064 Allow "int" to appear with "short" and "long".
4065 When testing "info break", add argument for main (void).
4066 Also allow "int" to appear with "short" and "long".
4067 Ditto with "unsigned" and "long long".
4068 * gdb.java/jmain.exp: Do not enclose methods names in single
4069 quotes.
4070 * gdb.java/jmisc.exp: Likewise.
4071 * gdb.java/jprint.exp: Likewise.
4072 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4073
4074 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4075 * gdb.cp/exception.exp (backtrace after first throw)
4076 (backtrace after second throw): Allow a namespace before __cxa_throw.
4077 (backtrace after first catch, backtrace after second catch): Allow
4078 a namespace before __cxa_begin_catch.
4079
4080 * gdb.cp/cpexprs.exp: New file.
4081 * gdb.cp/cpexprs.cc: New file.
4082
4083 From Daniel Jacobowitz <dan@codesourcery.com>
4084 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4085 to use string_to_regexp.
4086 (ctor, dtor): New functions. Use them to match constructor
4087 and destructor function types.
4088 (Top level): Use runto_main.
4089
4090 2010-03-05 Tom Tromey <tromey@redhat.com>
4091
4092 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4093 gdb.target_charset.
4094 (pp_ns.to_string): Likewise.
4095
4096 2010-03-04 Keith Seitz <keiths@redhat.com>
4097
4098 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4099 can be quoted. Test that both the filename and function/line
4100 portions can be quoted at the same time.
4101
4102 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4103
4104 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4105
4106 2010-03-03 Doug Evans <dje@google.com>
4107
4108 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4109 libc contains libpthread.
4110
4111 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4112 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4113 of gdb_compile. Add another pattern to match android backtrace.
4114
4115 2010-03-03 Tom Tromey <tromey@redhat.com>
4116
4117 PR gdb/11345:
4118 * gdb.base/printcmds.exp (test_printf): Add test.
4119
4120 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4121
4122 * gdb.arch/amd64-byte.exp: New.
4123 * gdb.arch/amd64-dword.exp: Likewise.
4124 * gdb.arch/amd64-pseudo.c: Likewise.
4125 * gdb.arch/amd64-word.exp: Likewise.
4126 * gdb.arch/i386-byte.exp: Likewise.
4127 * gdb.arch/i386-pseudo.c: Likewise.
4128 * gdb.arch/i386-word.exp: Likewise.
4129
4130 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4131
4132 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4133 types. Add structreg, bitfields, and flags registers.
4134 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4135 registers.
4136
4137 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4138
4139 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4140 (load_description): Set architecture if defined.
4141
4142 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4143
4144 * gdb.python/py-frame.exp: Add read_var block tests.
4145 * gdb.python/py-frame.c (block): New function.
4146
4147 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4148 Daniel Jacobowitz <dan@codesourcery.com>
4149
4150 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4151
4152 2010-02-25 David S. Miller <davem@davemloft.net>
4153
4154 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4155 fix logic for setting all_syscalls_numbers.
4156
4157 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4158
4159 * Makefile.in: Add py-block and py-symbol.
4160 * gdb.python/py-symbol.exp: New File.
4161 * gdb.python/py-symtab.exp: New File.
4162 * gdb.python/py-block.exp: New File.
4163 * gdb.python/py-symbol.c: New File.
4164 * gdb.python/py-block.c: New File.
4165
4166 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4167
4168 PR python/11314
4169 * lib/gdb.exp (skip_python_tests): New function.
4170 * gdb.python/py-cmd.exp: Use skip_python_tests.
4171 * gdb.python/py-frame.exp: Likewise.
4172 * gdb.python/py-function.exp: Likewise.
4173 * gdb.python/py-prettyprint.exp: Likewise.
4174 * gdb.python/py-template.exp: Likewise.
4175 * gdb.python/py-type.exp: Likewise.
4176 * gdb.python/py-value.exp: Likewise.
4177
4178 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4179
4180 PR9605
4181
4182 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4183
4184 2010-02-19 Tom Tromey <tromey@redhat.com>
4185
4186 PR c++/8693, PR c++/9496:
4187 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4188 regression tests.
4189
4190 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 Fix compatibility with m68k as.
4193 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4194 Use only /* comments */.
4195
4196 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4197
4198 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4199 * configure: Regenerate.
4200
4201 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4202
4203 * gdb.python/py-type.exp: Check for Python support.
4204
4205 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4206
4207 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4208 `regsub' syntax available.
4209
4210 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4211
4212 * gdb.base/shmain.c (main): Remove printf call.
4213 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4214 * gdb.base/unload.c (main): Make format of fprintf a string
4215 literal. Add missing endlines to prints to stderr.
4216 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4217
4218 2010-02-17 Tom Tromey <tromey@redhat.com>
4219
4220 * gdb.java/jprint.java (jprint.props): New field.
4221 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4222
4223 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4224
4225 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4226 available.
4227
4228 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4229
4230 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4231 creation to support remote host testing.
4232
4233 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4236 Recognize "command not found".
4237
4238 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4239
4240 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4241 single-stepping.
4242
4243 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4246 if arguments are not supported.
4247
4248 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4251 be const or non-const.
4252
4253 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4254
4255 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4256 mi_send_resuming_command to send -exec-continue.
4257
4258 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4259
4260 * gdb.base/list.exp (test_list_filename_and_function): Add test
4261 with single quotes.
4262 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4263 matching.
4264 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4265 Add KFAIL'd tests for PR gdb/11289.
4266
4267 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4270
4271 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4272
4273 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4274 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4275 a temporary directory.
4276
4277 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4278
4279 * gdb.base/charset.exp: Use a single regular expression to match
4280 show host-charset and show target-charset output.
4281
4282 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4285 "Illegal process-id" expect string more exact.
4286 (attach to digits-starting nonsense is prohibited): New.
4287
4288 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.base/prelink.exp (set verbose on): New.
4291
4292 2010-02-12 Tomas Holmberg <th@virtutech.com>
4293
4294 * mi-reverse.exp: New file. Test for reverse option to the
4295 following MI commands: exec-continue, exec-finish, exec-next,
4296 exec-step, exec-next-instruction, exec-step-instruction.
4297
4298 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.ada/ptype_tagged_param: New testcase.
4301
4302 2010-02-08 Tom Tromey <tromey@redhat.com>
4303
4304 PR c++/8017:
4305 * gdb.cp/overload.exp: Add tests.
4306 * gdb.cp/overload.cc (struct K): New.
4307 (namespace N): New.
4308 (main): Call new functions.
4309 (K::staticoverload): Define.
4310
4311 2010-02-08 Chris Moller <moller@mollerware.com>
4312
4313 PR gdb/10728
4314 * gdb.cp/pr10728-x.h: New file.
4315 * gdb.cp/pr10728-x.cc: New file.
4316 * gdb.cp/pr10728-y.cc: New file.
4317 * gdb.cp/pr10728.exp: New file.
4318 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4319
4320 2010-02-08 Chris Moller <moller@mollerware.com>
4321
4322 PR gdb/9067
4323 * gdb.cp/pr9067.exp: New
4324 * gdb.cp/pr9067.cc: New
4325 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4326
4327 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4328
4329 * lib/gdb.exp (gdb_test_timeout): New global variable.
4330 Set it to timeout if not already set.
4331 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4332
4333 2010-02-05 Doug Evans <dje@google.com>
4334
4335 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4336 user.
4337
4338 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4339
4340 PR c++/7935:
4341 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4342
4343 2010-02-04 Tom Tromey <tromey@redhat.com>
4344
4345 * gdb.cp/virtbase.exp: Make test case names unique.
4346
4347 2010-02-02 Tom Tromey <tromey@redhat.com>
4348
4349 * gdb.cp/virtbase.exp: Add regression tests.
4350 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4351 (main): Instantiate RHC.
4352
4353 2010-02-02 Tom Tromey <tromey@redhat.com>
4354
4355 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4356 type-printing change.
4357
4358 2010-02-02 Tom Tromey <tromey@redhat.com>
4359
4360 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4361 * gdb.cp/virtbase.cc: New file.
4362 * gdb.cp/virtbase.exp: New file.
4363 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4364
4365 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 PR libc/11214:
4368 * gdb.threads/current-lwp-dead.c: Include features.h.
4369 (HAS_NOMMU): New.
4370 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4371
4372 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * gdb.base/symbol-without-target_section.exp,
4375 gdb.base/symbol-without-target_section.c: New.
4376
4377 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4378
4379 * gdb.base/bigcore.exp: Reset increased timeout.
4380 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4381
4382 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4383
4384 * gdb.base/gcore.exp (capture_command_output): Use
4385 gdb_test_multiple.
4386
4387 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4388
4389 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4390 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4391 (Top level): Call it.
4392
4393 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4396
4397 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * gdb.base/call-strs.exp, gdb.base/default.exp,
4400 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4401 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4402 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4403 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4404 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4405 * gdb.base/ending-run.exp: Correct restore of timeout.
4406 * gdb.base/page.exp: Remove unnecessary timeout setting.
4407
4408 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4409
4410 * gdb.ada/rec_return: New testcase.
4411
4412 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4413
4414 * gdb.ada/call_pn: New testcase.
4415
4416 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4417
4418 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4419 (Top level): Use it to resume.
4420 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4421 the Thumb mode displaced stepping error as unsupported.
4422
4423 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4424
4425 * gdb.cp/nsusing.exp: Added more tests.
4426 * gdb.cp/nsrecurs.exp: Ditto.
4427 * gdb.cp/nsusing.cc: Added test functions.
4428 * gdb.cp/nsrecurs.cc: Ditto.
4429
4430 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4431
4432 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4433 absolute directory pathnames in gdb.sum file.
4434
4435 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4436
4437 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4438 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4439
4440 2010-01-26 Tom Tromey <tromey@redhat.com>
4441
4442 PR exp/7643:
4443 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4444 setup_kfail.
4445
4446 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4447
4448 * gdb.cp/nsrecurs.exp: New test.
4449 * gdb.cp/nsrecurs.cc: New test program.
4450 * gdb.cp/nsstress.exp: New test.
4451 * gdb.cp/nsstress.cc: New test program.
4452 * gdb.cp/nsdecl.exp: New test.
4453 * gdb.cp/nsdecl.cc: New test program.
4454
4455 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4456
4457 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4458 imported into file scope.
4459 Marked test as xfail.
4460 * gdb.cp/namespace-using.cc (marker5): New function.
4461 * gdb.cp/shadow.exp: New test.
4462 * gdb.cp/shadow.cc: New test program.
4463 * gdb.cp/nsimport.exp: New test.
4464 * gdb.cp/nsimport.cc: New test program.
4465
4466 2010-01-25 Tom Tromey <tromey@redhat.com>
4467
4468 PR gdb/11049:
4469 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4470 with "set print null-stop on".
4471
4472 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4473
4474 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4475 Adjust it for DISASSEMBLY_OMIT_FNAME.
4476
4477 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 PR symtab/11199:
4480 * gdb.dwarf2/member-ptr-forwardref.exp,
4481 gdb.dwarf2/member-ptr-forwardref.S: New.
4482
4483 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4486 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4487 thread1_tid_mutex. Remove gdbstop_mutex handling.
4488 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4489 thread2_tid_mutex. Remove gdbstop_mutex handling.
4490 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4491 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4492 pthread_cond_wait conditionalizations by while loops.
4493
4494 2010-01-20 Tom Tromey <tromey@redhat.com>
4495
4496 PR backtrace/10770:
4497 * gdb.dwarf2/pr10770.exp: New file.
4498 * gdb.dwarf2/pr10770.c: New file.
4499 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4500
4501 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4502
4503 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4504 that target was removed, and the test always runs native anyway.
4505
4506 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4509 gdb.base/watchpoint-cond-gone-stripped.c: New.
4510
4511 2010-01-19 Tom Tromey <tromey@redhat.com>
4512
4513 PR c++/8000:
4514 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4515 existing tests.
4516 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4517 (main): Use AAA::SomeEnum.
4518
4519 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4522 (test_ignore_count): Declare line_callme_body global.
4523 (run to breakpoint with ignore count): Use line_callme_body.
4524 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4525 (set line_main_hello, set line_main_return): Reindent.
4526 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4527 New.
4528 (continue to callee4): Use line_callee4_body.
4529 (check *stopped from CLI command): Use line_callee4_next.
4530 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4531 (set line_main_hello, set line_main_return): Reindent.
4532 (set line_callee4_head, set line_callee4_body): New.
4533 (continue to callee4): Use line_callee4_body.
4534
4535 2010-01-18 Tom Tromey <tromey@redhat.com>
4536
4537 PR c++/9680:
4538 * gdb.cp/casts.cc: Add new classes and variables.
4539 * gdb.cp/casts.exp: Test new operators.
4540
4541 2010-01-18 Tom Tromey <tromey@redhat.com>
4542 Thiago Jung Bauermann <bauerman@br.ibm.com>
4543
4544 * gdb.python/source2.py: New file.
4545 * gdb.python/source1: New file.
4546 * gdb.python/python.exp: Test "source" command.
4547
4548 2010-01-15 Stan Shebs <stan@codesourcery.com>
4549
4550 * gdb.trace/tfile.c: New file.
4551 * gdb.trace/tfile.exp: New file.
4552
4553 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4556
4557 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4558
4559 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4560
4561 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4562
4563 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4564 (libfunc): New parameter action. Implement also selectable "sleep".
4565 * gdb.base/break-interp-main.c: Include assert.h.
4566 (libfunc): New parameter action.
4567 (main): New parameters argc and argv. Assert argc. Pass argv.
4568 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4569 (test_attach): New proc.
4570 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4571 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4572
4573 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.base/break-interp.exp (test_core): New proc.
4576 (test_ld): Call it.
4577
4578 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4579
4580 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4581 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4582 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4583 and gdb_compile_shlib. Use new -Wl compiler options.
4584 (dl bt, main bt): New tests.
4585
4586 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 Support PIEs with no symfile_objfile.
4589 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4590 (test_ld): New parameter trynosym.
4591 (test_ld <$trynosym>): New block.
4592
4593 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 * gdb.base/break-interp.exp: New file.
4596
4597 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4600 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4601 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4602 test.
4603 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4604 * gdb.python/py-mi.exp: Add lazy string test.
4605
4606 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4607
4608 * lib/mi-support.exp (mi_check_thread_states): Handle
4609 core number in thread listing.
4610
4611 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4612
4613 * gdb.base/maint.exp: Adjust the expected output for the
4614 "maint print type" test. Use gdb_test_multiple instead of
4615 gdb_sent/gdb_expect.
4616
4617 2010-01-11 Doug Evans <dje@google.com>
4618
4619 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4620 from gdbserver_download. All callers updated.
4621
4622 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4623
4624 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 Implement binary numbers parsing.
4627 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4628 (test_integer_literals_rejected): New binary tests.
4629
4630 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4631
4632 * gdb.cell/configure: Regenerate.
4633
4634 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.base/corefile.exp: Move the core finding block out and call it as
4637 core_find, new variable $corefile, replace corefile by $corefile and
4638 [file tail $corefile] for usage vs. test names resp.
4639 * lib/gdb.exp (core_find): Move it as a new function here. New
4640 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4641 $destcore. Return "" on error.
4642
4643 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 Workaround PR binutils/10802.
4646 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4647 (twice).
4648
4649 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4650
4651 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4652
4653 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4654
4655 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4656 call, to avoid interruption.
4657
4658 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.stabs/weird.def (args93): New.
4661
4662 2010-01-07 Doug Evans <dje@google.com>
4663
4664 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4665
4666 2010-01-07 Tom Tromey <tromey@redhat.com>
4667
4668 * gdb.base/source.exp: Use correct line number.
4669
4670 2010-01-05 Stan Shebs <stan@codesourcery.com>
4671
4672 * gdb.trace/tracecmd.exp: Test ftrace.
4673
4674 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4675
4676 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4677
4678 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4681 "uint_for_mi_testing".
4682
4683 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4684
4685 Test indented comment in file being sourced.
4686 * gdb.base/commands.exp: Test indented comment in file being sourced.
4687
4688 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4689
4690 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4691 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4692 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4693 notice.
4694
4695 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4698 notice.
4699
4700 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4703 missing $after_stopped and comma (,) expectation.
4704
4705 2009-12-31 Stan Shebs <stan@codesourcery.com>
4706
4707 * gdb.trace/actions.exp: Test teval action.
4708
4709 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4710
4711 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4712 (top level): Call test_watchpoint_in_big_blob.
4713 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4714 watchpoints.
4715 (func3): Write to buf.
4716
4717 2009-12-29 Stan Shebs <stan@codesourcery.com>
4718
4719 * gdb.trace/actions.exp: Test default-collect.
4720
4721 2009-12-28 Stan Shebs <stan@codesourcery.com>
4722
4723 * gdb.trace/tsv.exp: New file.
4724 * gdb.base/completion.exp: Update ambiguous info output.
4725
4726 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4727
4728 * gdb.base/find.c (main): Reference search buffers.
4729 * gdb.base/included.c (main): Reference integer.
4730 * gdb.base/ptype.c (charfoo): Declare.
4731 (intfoo): Call charfoo.
4732 * gdb.base/scope0.c (useitp): New function.
4733 (usestatics): Use useitp.
4734 (useit): Add a type for val.
4735 * gdb.base/scope1.c (useit1): Take a pointer argument.
4736 (usestatics1): Update calls to useit1.
4737 * gdb.cp/call-c.cc: Declare foo.
4738 (main): Call foo.
4739 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4740 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4741 (main): Call C::ensureRefs and ensureOtherRefs.
4742 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4743 variables.
4744 (ensureOtherRefs): New function.
4745 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4746 * gdb.cp/templates.cc (main): Call t5i.value.
4747
4748 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4749
4750 Fix compatibility with G++-4.5.
4751 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4752 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4753 (uncaught return): Remove.
4754
4755 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4756 Phil Muldoon <pmuldoon@redhat.com>
4757
4758 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4759 (bp_location13, bp_location14, bp_location17, bp_location18)
4760 (marker3_proto, marker4_proto): New variables.
4761 (breakpoint info): Update output.
4762 (run until breakpoint at marker3, run until breakpoint at marker4): New
4763 tests.
4764
4765 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4768 Replace the printf call of Y by provided "y-set-1" label. New block
4769 for the second shared library.
4770 * gdb.base/unload.exp: Compile also the second library, call
4771 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4772 (single pending breakpoint info): Rename to ...
4773 (pending breakpoint info before run): ... this extended test.
4774 (libfile2, libname2, libsrcfile2, libsrc2)
4775 (lib_sl2): New variables.
4776 (exec_opts): Set also SHLIB_NAME2.
4777 (pending breakpoint info on first run at shrfunc1)
4778 (pending breakpoint info on second run at shrfunc1)
4779 (pending breakpoint info on second run at shrfunc2)
4780 (print y from libfile, print y from libfile2): New tests.
4781 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4782 * gdb.base/unloadshr2.c: New.
4783
4784 2009-12-22 Hui Zhu <teawater@gmail.com>
4785
4786 * gdb.reverse/sigall-reverse.exp: Adjust.
4787
4788 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4789
4790 PR gdb/10884
4791
4792 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4793 (main): Call do_bitfield_tests.
4794 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4795
4796 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4797
4798 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4799 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4800 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4801 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4802 gdb.modula2/unbounded1.c: Update copyright header.
4803
4804 2009-12-10 Chris Moller <moller@mollerware.com>
4805
4806 PR gdb/9399
4807 * gdb.cp/virtfunc2.exp: New tests
4808 * gdb.cp/virtfunc2.cc: New tests
4809 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4810
4811 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4812
4813 * gdb.reverse/i387-env-reverse.c: New file.
4814 * gdb.reverse/i387-env-reverse.exp: New file.
4815 * gdb.reverse/i387-stack-reverse.c: New file.
4816 * gdb.reverse/i387-stack-reverse.exp: New file.
4817
4818 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4819
4820 * gdb.python/py-type.exp (test_range): New test.
4821
4822 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4823
4824 PR python/10805
4825
4826 * gdb.python/py-type.exp: New file.
4827 * gdb.python/py-type.c: New file.
4828 * Makefile.in: Add py-type.
4829
4830 2009-12-03 Tom Tromey <tromey@redhat.com>
4831
4832 * gdb.python/py-value.exp (test_parse_and_eval): New
4833 function.
4834
4835 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4836
4837 PR gdb/11022
4838
4839 * gdb.base/pr11022.exp: New test.
4840 * gdb.base/pr11022.c: New test.
4841
4842 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 Fix spurious false FAILs.
4845 * gdb.base/structs.c (chartest): New.
4846 (main): Fill-in chartest.
4847 * gdb.base/structs.exp (anychar_re, first): New.
4848 (start_structs_test): Import global anychar_re and first.
4849 New gdb_test call "set print elements 300; ${testfile}"
4850 (start_structs_test <$first>): New block.
4851 (any): Import global anychar_re. New variable ac. Use ${ac}.
4852
4853 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4856
4857 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4860 Force $srcfile file.
4861 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4862
4863 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4864
4865 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4866 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4867 * gdb.threads/watchthreads-reorder.exp: Likewise.
4868
4869 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 PR gdb/8704
4872
4873 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4874 "if", and "thread". Correct matching in the previous test.
4875
4876 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4877
4878 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4879
4880 2009-11-23 Michael Snyder <msnyder@vmware.com>
4881
4882 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4883 * gdb.reverse-watch-precsave.exp: Ditto.
4884
4885 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4886
4887 * gdb.asm/asm-source.exp: Adjust.
4888 * gdb.base/help.exp: Adjust.
4889
4890 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4891
4892 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4893 (do_syscall_tests_without_xml): Set data-directory to
4894 /the/path/to/nowhere.
4895
4896 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4897
4898 * gdb.threads/local-watch-wrong-thread.c,
4899 gdb.threads/local-watch-wrong-thread.exp: New files.
4900
4901 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4902
4903 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4904 assume new `regsub' syntax available.
4905
4906 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.base/watchpoint-hw-hit-once.exp,
4909 gdb.base/watchpoint-hw-hit-once.c: New.
4910
4911 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 * gdb.threads/watchthreads-reorder.exp,
4914 gdb.threads/watchthreads-reorder.c: New.
4915
4916 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4917
4918 * gdb.xml/tdesc-regs.exp: Use for m68k.
4919
4920 2009-11-15 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4923
4924 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4925
4926 * lib/gdb.exp (current_target_name): New procedure.
4927 (gdb_wrapper_target): New variable.
4928 (gdb_wrapper_init): Set gdb_wrapper_target.
4929 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4930 wrapper.
4931
4932 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4933
4934 * gdb.base/remote.exp: Delete the slowest load test.
4935 Do not load with fixed packet sizes.
4936
4937 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4938
4939 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4940
4941 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4942
4943 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4944 srcfile when setting a breakpoint.
4945
4946 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4947
4948 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4949 macros.
4950
4951 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4952
4953 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4954 to be in memory.
4955 * gdb.base/display.c (force_mem): New.
4956 (do_loops): Use it. Add breakpoint comments.
4957 (do_vars): Add a breakpoint comment.
4958 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4959 line numbers.
4960
4961 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4962
4963 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4964 instead of a bare "run".
4965
4966 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4967
4968 * gdb.python/py-prettyprint.exp: Adjust.
4969
4970 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4971
4972 * lib/cell.exp (skip_cell_tests): Clean up test files before
4973 returning.
4974
4975 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
4978 and the breakpoint menu. Do not call perror if a prompt is seen.
4979 Consume the following GDB prompt.
4980 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
4981 * gdb.cp/namespace.exp: Use gdb_test.
4982 * gdb.cp/templates.exp: Use gdb_test.
4983 (test_template_breakpoints): Use gdb_test_multiple.
4984
4985 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4986
4987 * gdb.base/break1.c (struct some_struct, values): Move earlier.
4988 (marker4): Reference values.
4989
4990 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4991
4992 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
4993 is missing.
4994
4995 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4996
4997 * gdb.base/break.c (need_malloc): New.
4998 * gdb.base/constvars.c (main): Reference crass and crisp.
4999 * gdb.base/gdb1821.c (main): Reference bar.
5000 * gdb.cp/gdb1355.cc (main): Reference s1.
5001 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5002 (main): Call them.
5003 * gdb.cp/hang2.cc (dummy2): Define.
5004 * gdb.cp/hang3.cc (dummy3): Define.
5005 * gdb.cp/m-data.cc (main): Reference shadow.
5006
5007 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5008 Nathan Froyd <froydnj@codesourcery.com>
5009
5010 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5011 remote host.
5012
5013 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5014
5015 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5016 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5017 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5018 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5019 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5020 * gdb.dwarf2/dw2-producer.exp: Likewise.
5021 * gdb.dwarf2/mac-fileno.exp: Likewise.
5022 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5023 py-prettyprint.py to the remote host.
5024 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5025
5026 2009-11-11 Keith Seitz <keiths@redhat.com>
5027
5028 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5029 use it instead of "Foo".
5030 * gdb.cp/classes.exp (do_tests): Add a test to access
5031 a method through a typedef'd class name.
5032
5033 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5034
5035 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5036 exponents.
5037 * gdb.base/pointers.exp: Likewise.
5038 * gdb.cp/ref-types.exp: Likewise.
5039
5040 2009-11-11 Keith Seitz <keiths@redhat.com>
5041
5042 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5043 new[] and delete[].
5044 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5045 "void".
5046 (probe_demangler): Remove all single-quoting of
5047 method and variable names.
5048 (info_func_regexp): Remove the word "void" from any
5049 occurrence of "(void)".
5050 (print_addr_2): Remove all single-quoting of
5051 method names.
5052 (print_addr_2_kfail): Likewise.
5053 (print_addr): Single-quote C function names before
5054 passing to print_addr_2.
5055 (test_paddr_operator_functions): Remove single-quoting
5056 for method names.
5057 Add tests for operator new[] and operator delete[].
5058
5059 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5062
5063 2009-11-09 Keith Seitz <keiths@redhat.com>
5064
5065 * gdb.cp/overload.exp: Add tests for resolving overloaded
5066 methods in expression parsing/evaluation.
5067
5068 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * lib/gdb.exp (default_gdb_version): Use --version instead of
5071 --command.
5072
5073 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5074
5075 * lib/gdb.exp (gdb_compile_test): New.
5076 (skip_ada_tests, skip_java_tests): New.
5077 (gdb_compile): Use gdb_compile_test for f77.
5078 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5079 * lib/java.exp (compile_java_from_source): Remove runtests check,
5080 use gdb_compile_test to record result.
5081 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5082 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5083 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5084 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5085 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5086 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5087 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5088 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5089 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5090 adjust gdb_compile invocations.
5091
5092 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * Makefile.in (abs_builddir): New.
5095 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5096 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5097 `$(abs_builddir)/site.exp'.
5098
5099 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5100
5101 * config/m68k-emc.exp, lib/emc-support.exp,
5102 gdb.trace/gdb_c_test.c: Delete.
5103 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5104 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5105 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5106 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5107 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5108 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5109 casing for m68k-*-elf.
5110
5111 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5112
5113 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5114 * gdb.arch/i386-prologue.exp: Likewise.
5115 * gdb.arch/i386-unwind.exp: Likewise.
5116
5117 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5120
5121 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5122
5123 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5124
5125 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5128
5129 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5132
5133 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5136 * gdb.base/sepdebug2.c: New file.
5137
5138 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5139
5140 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5141 the modified warnings for catch syscall. Verify if GDB was compiled
5142 with support for lib expat, and choose which tests to run depending
5143 on this.
5144
5145 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5146
5147 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5148 that composite commands are parsed OK. And also test
5149 that breakpoint commands do work.
5150
5151 2009-10-23 Michael Snyder <msnyder@vmware.com>
5152
5153 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5154 to allow for new disassembly style.
5155
5156 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5157
5158 * gdb.asm/asm-source.exp: Adjust.
5159
5160 2009-10-22 Michael Snyder <msnyder@vmware.com>
5161
5162 * gdb.reverse/break-precsave.exp: New test.
5163 * gdb.reverse/consecutive-precsave.exp: Ditto.
5164 * gdb.reverse/finish-precsave.exp: Ditto.
5165 * gdb.reverse/i386-precsave.exp: Ditto.
5166 * gdb.reverse/machinestate-precsave.exp: Ditto.
5167 * gdb.reverse/sigall-precsave.exp: Ditto.
5168 * gdb.reverse/solilb-precsave.exp: Ditto.
5169 * gdb.reverse/step-precsave.exp: Ditto.
5170 * gdb.reverse/until-precsave.exp: Ditto.
5171 * gdb.reverse/watch-precsave.exp: Ditto.
5172
5173 2009-10-22 Michael Snyder <msnyder@vmware.com>
5174
5175 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5176 for gdb_expect. Adjust one test's expect strings for the new
5177 format of disassemble.
5178 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5179 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5180 gdb_test_multiple.
5181 * gdb.reverse/step-reverse.exp: Delete 'return'.
5182 * gdb.reverse/until-reverse.exp: Delete blank lines.
5183 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5184
5185 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5186
5187 * gdb.base/consecutive.exp: Adjust.
5188 * gdb.base/display.exp: Likewise.
5189 * gdb.base/pc-fp.exp: Likewise.
5190 * gdb.base/sigbpt.exp: Likewise.
5191
5192 2009-10-19 Michael Snyder <msnyder@vmware.com>
5193
5194 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5195 * gdb.reverse/finish-reverse.c: Ditto.
5196 * gdb.reverse/sigall-reverse.c: Ditto.
5197 * gdb.reverse/solib-reverse.c: Ditto.
5198 * gdb.reverse/step-reverse.c: Ditto.
5199 * gdb.reverse/watch-reverse.c: Ditto.
5200
5201 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5202 Stan Shebs <stan@codesourcery.com>
5203
5204 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5205 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5206 "Executing new program".
5207 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5208 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5209 left listed after having been killed.
5210 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5211 * gdb.base/maint.exp: Adjust test.
5212
5213 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5214 * gdb.multi/Makefile.in: New.
5215 * gdb.multi/base.exp: New.
5216 * gdb.multi/goodbye.c: New.
5217 * gdb.multi/hangout.c: New.
5218 * gdb.multi/hello.c: New.
5219 * gdb.multi/bkpt-multi-exec.c: New.
5220 * gdb.multi/bkpt-multi-exec.exp: New.
5221 * gdb.multi/crashme.c: New.
5222
5223 2009-10-13 Tristan Gingold <gingold@adacore.com>
5224
5225 * gdb.base/sepdebug.exp: Check debug info are found.
5226
5227 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5228
5229 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5230 bits.
5231
5232 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5235
5236 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5239 of the comments.
5240
5241 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5242
5243 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5244 * gdb.base/annota3.exp: Idem.
5245 * gdb.base/maint.exp: Idem.
5246
5247 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5248
5249 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5250 to default.
5251
5252 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5253
5254 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5255 mingw and cygwin targets.
5256
5257 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5258 Pedro Alves <pedro@codesourcery.com>
5259
5260 * lib/gdb.exp (gdb_compile): Avoid adding
5261 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5262
5263 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5264
5265 * gdb.base/shr1.c: Use %p in format string.
5266 * gdb.base/unload.c: Avoid warning in fprintf.
5267 * gdb.base/watchpoint-solib.c: Idem.
5268
5269 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5270
5271 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5272 long type.
5273 (test_unlink): Correct printf string.
5274 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5275 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5276
5277 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5280 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5281 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5282
5283 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5284
5285 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5286 * gdb.objc/nondebug.exp: Likewise.
5287
5288 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5289
5290 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5291 target_info setting.
5292
5293 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5294 that detect new threads during "info threads".
5295
5296 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5297
5298 * gdb.threads/manythreads.c (main): Increase thread stack size
5299 to 2*PTHREAD_STACK_MIN.
5300 * gdb.threads/multi-create.c (main): Likewise.
5301 (create_function): Likewise.
5302
5303 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5304
5305 * gdb.base/dump.exp: Pass difference of pointer types instead
5306 of integer types as offset to restore in intarr3.srec case.
5307
5308 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5309
5310 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5311
5312 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5313
5314 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5315
5316 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5317
5318 New test for two watchpoints, with disabling of
5319 the first inserted.
5320 * testsuite/gdb.base/watchpoints.c: New file.
5321 * testsuite/gdb.base/watchpoints.exp: New file.
5322
5323 2009-09-25 Tom Tromey <tromey@redhat.com>
5324
5325 * gdb.base/charset.exp: Test utf-16 strings with Python.
5326
5327 2009-09-25 Tom Tromey <tromey@redhat.com>
5328
5329 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5330 UCS-4.
5331 * gdb.base/charset.c (utf_32_string): Rename.
5332 (init_utf32): Rename.
5333 (main): Update.
5334
5335 2009-09-22 Tom Tromey <tromey@redhat.com>
5336
5337 * gdb.python/py-function.exp: Add regression tests.
5338
5339 2009-09-21 Keith Seitz <keiths@redhat.com>
5340
5341 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5342 with invalid operator.
5343
5344 2009-09-21 Keith Seitz <keiths@redhat.com>
5345
5346 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5347 and destructor using typedef name of class.
5348 * gdb.cp/classes.cc (class Base1): Add a destructor.
5349 (base1): New typedef.
5350 (use_methods): Instanitate an object of type base1.
5351 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5352 (do_tests): Call test_template_typedef.
5353 * gdb.cp/templates.cc (Baz::~Baz): New method.
5354 (intBazOne): New typedef.
5355 (main): Instantiate intBazOne.
5356
5357 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5358
5359 PR python/10633
5360
5361 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5362 Function.
5363 (run_lang_tests): Add print elements test.
5364
5365 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5366
5367 * gdb.python/py-value.exp (test_subscript_regression): New
5368 function. Test for invalid subscripts.
5369 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5370 (ptr_ref): New function.
5371
5372 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5373
5374 * gdb.base/default.exp: Fix "show convenience".
5375
5376 2009-09-15 Tom Tromey <tromey@redhat.com>
5377
5378 * lib/mi-support.exp (mi_create_varobj): Update.
5379 (mi_create_floating_varobj): Likewise.
5380 (mi_create_dynamic_varobj): New proc.
5381 (mi_varobj_update): Update.
5382 (mi_varobj_update_with_type_change): Likewise.
5383 (mi_varobj_update_kv_helper): New proc.
5384 (mi_varobj_update_dynamic_helper): Rewrite.
5385 (mi_varobj_update_dynamic): New proc.
5386 (mi_list_varobj_children): Update.
5387 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5388 * gdb.python/python-prettyprint.py (pp_outer): New class.
5389 (pp_nullstr): Likewise.
5390 (lookup_function): Register new printers.
5391 * gdb.python/python-prettyprint.c (struct substruct): New type.
5392 (struct outerstruct): Likewise.
5393 (substruct_test): New function.
5394 (struct nullstr): New type.
5395 (string_1, string_2): New globals.
5396 (main): Add new tests.
5397 * gdb.python/python-mi.exp: Added regression tests.
5398 * gdb.mi/mi2-var-display.exp: Update.
5399 * gdb.mi/mi2-var-cmd.exp: Update.
5400 * gdb.mi/mi2-var-child.exp: Update.
5401 * gdb.mi/mi2-var-block.exp: Update.
5402 * gdb.mi/mi-var-invalidate.exp: Update.
5403 * gdb.mi/mi-var-display.exp: Update.
5404 * gdb.mi/mi-var-cmd.exp: Update.
5405 * gdb.mi/mi-var-child.exp: Update.
5406 * gdb.mi/mi-var-block.exp: Update.
5407 * gdb.mi/mi-break.exp: Update.
5408 * gdb.mi/gdb701.exp: Update.
5409
5410 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5411
5412 * Makefile.in: Inclusion of catch-syscall object.
5413 * gdb.base/catch-syscall.c: New file.
5414 * gdb.base/catch-syscall.exp: New file.
5415
5416 2009-09-12 Michael Snyder <msnyder@vmware.com>
5417
5418 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5419 that can support reverse debuggnig.
5420
5421 2009-09-11 Tom Tromey <tromey@redhat.com>
5422
5423 * gdb.dwarf2/valop.S: New file.
5424 * gdb.dwarf2/valop.exp: New file.
5425
5426 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5427
5428 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5429
5430 2009-09-10 Doug Evans <dje@google.com>
5431
5432 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5433 Add $gdb_prompt to second breakpoint regexp.
5434
5435 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5436
5437 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5438 names, add missing ones.
5439 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5440 * gdb.python/py-frame.c: Rename from python-frame.c.
5441 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5442 testfile name.
5443 * gdb.python/py-function.exp: Rename from python-function.exp.
5444 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5445 testfile name.
5446 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5447 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5448 Adjust testfile name.
5449 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5450 * gdb.python/py-template.cc: Rename from python-template.cc.
5451 * gdb.python/py-template.exp: Rename from python-template.exp.
5452 Adjust testfile name.
5453 * gdb.python/py-value.c: Rename from python-value.c.
5454 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5455 testfile name.
5456
5457 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5460 $bpt2address.
5461 (Second breakpoint address is valid on ia64)
5462 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5463
5464 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5465
5466 * gdb.base/ending-run.exp: Restrict regular expression matching
5467 line number to require closing brace following.
5468
5469 2009-09-03 Doug Evans <dje@google.com>
5470
5471 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5472
5473 2009-09-02 Tom Tromey <tromey@redhat.com>
5474
5475 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5476
5477 2009-09-02 Tom Tromey <tromey@redhat.com>
5478
5479 * gdb.dwarf2/callframecfa.exp: New file.
5480 * gdb.dwarf2/callframecfa.S: New file.
5481
5482 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5485 gdb.base/solib-overlap-main.c: New.
5486
5487 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5488
5489 PR gdb/10565
5490
5491 * gdb.base/bitfields.c (struct container, container): New.
5492 (main): Initialize it and call break5.
5493 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5494
5495 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5496
5497 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5498 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5499
5500 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5503
5504 2009-08-26 Michael Snyder <msnyder@vmware.com>
5505
5506 * gdb.base/i386-reverse.c: New file.
5507 * gdb.base/i386-reverse.exp: New file.
5508 * gdb.base/Makefile.in: Add new files to be removed.
5509
5510 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5511
5512 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5513 environment-pwd for remote host.
5514 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5515
5516 2009-08-24 Keith Seitz <keiths@redhat.com>
5517
5518 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5519 Add two new C++ completer tests which limit the output to a
5520 given class.
5521
5522 2009-08-24 Michael Snyder <msnyder@vmware.com>
5523
5524 * gdb.base/del.exp: Fix typo in comment.
5525 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5526
5527 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5528
5529 * configure: Regenerate.
5530 * gdb.hp/configure: Likewise.
5531 * gdb.hp/gdb.aCC/configure: Likewise.
5532 * gdb.hp/gdb.base-hp/configure: Likewise.
5533 * gdb.hp/gdb.compat/configure: Likewise.
5534 * gdb.hp/gdb.defects/configure: Likewise.
5535 * gdb.hp/gdb.objdbg/configure: Likewise.
5536 * gdb.stabs/configure: Likewise.
5537
5538 2009-08-19 Doug Evans <dje@google.com>
5539
5540 * gdb.base/gdbvars.c: New file.
5541 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5542
5543 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5544
5545 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5546 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5547
5548 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5549
5550 * gdb.base/default.exp: Adjust "set language test": it's now an
5551 enum command. Larger help string moved to "help set language".
5552 * gdb.base/help.exp: Adjust "help set language" expected output,
5553 now lists all known languages.
5554
5555 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5556
5557 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5558 all frame arguments.
5559 * gdb.arch/altivec-regs.exp: Likewise.
5560
5561 2009-08-07 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.base/setshow.exp: Add tests for changes to set language, set
5564 check range, and set check type.
5565
5566 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5567
5568 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5569 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5570 Call it.
5571
5572 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5573
5574 * configure.ac: Run gdb.cell tests when appropriate.
5575 * configure: Regenerate.
5576 * lib/cell.exp: New file.
5577 * gdb.cell: New directory.
5578 * gdb.cell/configure.ac: New file.
5579 * gdb.cell/configure: New file.
5580 * gdb.cell/Makefile.in: New file.
5581 * gdb.cell/arch.exp: New file.
5582 * gdb.cell/break.c: New file.
5583 * gdb.cell/break.exp: New file.
5584 * gdb.cell/break-spu.c: New file.
5585 * gdb.cell/bt.c: New file.
5586 * gdb.cell/bt2-spu.c: New file.
5587 * gdb.cell/bt-spu.c: New file.
5588 * gdb.cell/bt.exp: New file.
5589 * gdb.cell/coremaker.c: New file.
5590 * gdb.cell/coremaker-spu.c: New file.
5591 * gdb.cell/core.exp: New file.
5592 * gdb.cell/gcore.exp: New file.
5593 * gdb.cell/data.c: New file.
5594 * gdb.cell/data.exp: New file.
5595 * gdb.cell/data-spu.c: New file.
5596 * gdb.cell/ea-cache.exp: New file.
5597 * gdb.cell/ea-cache.c: New file.
5598 * gdb.cell/ea-cache-spu.c: New file.
5599 * gdb.cell/ea-standalone.c: New file.
5600 * gdb.cell/ea-standalone.exp: New file.
5601 * gdb.cell/ea-test.c: New file.
5602 * gdb.cell/ea-test.exp: New file.
5603 * gdb.cell/f-regs.exp: New file.
5604 * gdb.cell/mem-access.c: New file.
5605 * gdb.cell/mem-access.exp: New file.
5606 * gdb.cell/mem-access-spu.c: New file.
5607 * gdb.cell/ptype.exp: New file.
5608 * gdb.cell/registers.exp: New file.
5609 * gdb.cell/size.c: New file.
5610 * gdb.cell/sizeof.exp: New file.
5611 * gdb.cell/size-spu.c: New file.
5612 * gdb.cell/solib.exp: New file.
5613 * gdb.cell/solib-symbol.exp: New file.
5614
5615 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5616
5617 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5618
5619 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5620
5621 * gdb.base/float.exp: Handle VFP registers.
5622
5623 2009-07-14 Michael Snyder <msnyder@vmware.com>
5624
5625 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5626 to bring gdb to the beginning of the calling line.
5627
5628 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5629 confusing the i386 epilogue unwinder.
5630
5631 2009-07-14 Stan Shebs <stan@codesourcery.com>
5632
5633 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5634
5635 2009-07-14 Michael Snyder <msnyder@vmware.com>
5636
5637 * gdb.reverse/step-reverse.exp (stepi into function call):
5638 Call instruction may not be first instruction in the line.
5639 (reverse stepi from a function call): Used wrong line number.
5640
5641 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5644
5645 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5646
5647 Fix gdb.base/macscp.exp when using custom inputrc.
5648 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5649 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5650 env(TERM) set.
5651 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5652 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5653
5654 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5657 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5658 Change the compilation target to match the testcase name.
5659 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5660 testcase name.
5661 * a2-run.exp: Use for setup prepare_for_testing. Change the
5662 compilation target to match the testcase name.
5663 * gdb.base/commands.exp: Likewise.
5664 * gdb.base/finish.exp: Likewise.
5665 * gdb.base/float.exp: Likewise.
5666 * gdb.base/info-target.exp: Likewise.
5667 * gdb.base/relational.exp: Likewise.
5668 * gdb.base/term.exp: Likewise.
5669 * gdb.base/until.exp: Likewise.
5670 * gdb.base/volatile.exp: Likewise.
5671 * gdb.base/whatis-exp.exp: Likewise.
5672
5673 2009-07-11 Hui Zhu <teawater@gmail.com>
5674
5675 * gdb.base/help.exp (disassemble): Update expected help text.
5676
5677 2009-07-09 Tom Tromey <tromey@redhat.com>
5678
5679 * lib/gdb.exp: Handle TRANSCRIPT.
5680 (remote_spawn, remote_close, send_gdb): New procs.
5681
5682 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5683
5684 * gdb.python/python-prettyprint.c: Add counted null string
5685 structure.
5686 * gdb.python/python-prettyprint.exp: Print null string. Test for
5687 embedded nulls.
5688 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5689 * gdb.python/python-value.exp (test_value_in_inferior): Add
5690 variable length string fetch tests.
5691 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5692
5693 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5694
5695 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5696
5697 2009-07-07 Tom Tromey <tromey@redhat.com>
5698
5699 * gdb.base/call-rt-st.exp: Update for change to escape output.
5700 * gdb.base/callfuncs.exp: Likewise.
5701 * gdb.base/charset.exp: Likewise.
5702 * gdb.base/constvars.exp: Likewise.
5703 * gdb.base/long_long.exp: Likewise.
5704 * gdb.base/pointers.exp: Likewise.
5705 * gdb.base/printcmds.exp: Likewise.
5706 * gdb.base/setvar.exp: Likewise.
5707 * gdb.base/store.exp: Likewise.
5708 * gdb.cp/ref-types.exp: Likewise.
5709 * gdb.mi/mi-var-child.exp: Likewise.
5710 * gdb.mi/mi-var-display.exp: Likewise.
5711 * gdb.mi/mi2-var-display.exp: Likewise.
5712 * gdb.base/charset.exp: Test octal escape sequence length.
5713 Update for change to escape output.
5714
5715 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5718
5719 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5720
5721 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5722
5723 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5724
5725 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5726 gdbserver increasing $portnum if "Can't bind address" has been seen.
5727
5728 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5729
5730 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5731 mingw32ce.
5732
5733 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5734
5735 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5736 VFP format.
5737
5738 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5739
5740 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5741 linux. Adjust to use "inferior", "info inferiors", "detach
5742 inferior" and "kill inferior" instead of "restart", "info fork",
5743 "detach fork" and "delete fork".
5744 * gdb.base/ending-run.exp: Spell out "info".
5745 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5746 the "kill" command.
5747
5748 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5749
5750 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5751 change to prefix TLS offset in hex with 0x.
5752
5753 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5754
5755 * gdb.base/default.exp: Update test case for "x" changes.
5756
5757 2009-07-01 Tristan Gingold <gingold@adacore.com>
5758
5759 * gdb.base/bigcore.exp: Make darwin untested.
5760
5761 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * gdb.base/completion.exp (directory completion): Create the directory.
5764 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5765 escapeuniquesub.
5766 (directory completion 2): Expect now ${escapeuniquesub}.
5767 (Glob remaining of directory test): Remove one excessive newline.
5768 Expect the real output.
5769
5770 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5771
5772 Fix `make check//%' target after `make check' has been ran.
5773 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5774 a mkdir call.
5775 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5776 (%/.dir): Remove.
5777
5778 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5781 the expected result record.
5782
5783 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5784
5785 Remove racy FAILs relying just on the timeouts.
5786 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5787 (annotation_level 2): Remove racy FAILs.
5788
5789 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5790
5791 gdb/10275
5792 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5793
5794 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5795
5796 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5797
5798 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5799
5800 * gdb.mi/mi-stack.exp: Testing symbolic options
5801 to -stack-list-locals and -stack-list-arguments.
5802
5803 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5806
5807 2009-06-29 Tom Tromey <tromey@redhat.com>
5808
5809 * dg-extract-results.sh: New file.
5810 * Makefile.in (FORCE_PARALLEL): New variable.
5811 (CHECK_TARGET): New conditional variable.
5812 (check): Use CHECK_TARGET.
5813 (DO_RUNTEST): New variable.
5814 (check-single): New target.
5815 (TEST_DIRS): New variable.
5816 (TEST_TARGETS): Likewise.
5817 (check-parallel): New target.
5818 (check-gdb.%): New pattern.
5819 (BASE1_FILES): New variable.
5820 (BASE2_FILES): Likewise.
5821 (check-gdb.base%): New pattern.
5822 (%/.dir): New pattern.
5823 * configure: Rebuild.
5824 * aclocal.m4 (AM_CONDITIONAL): New defun.
5825 * configure.ac: Check whether user is using GNU make.
5826 (GMAKE): New conditional.
5827
5828 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5829
5830 * gdb.cp/namespace-nested-import.cc: New test.
5831 * gdb.cp/namespace-nested-import.exp: New test.
5832
5833 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5834
5835 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5836 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5837 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5838 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5839 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5840 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5841 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5842 gdb.opt/inline-markers.c: New files.
5843 * lib/gdb.exp (skip_inline_frame_tests): New function.
5844 (skip_inline_var_tests): New function.
5845
5846 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5847
5848 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5849 backtrace.
5850
5851 2009-06-27 Michael Snyder <msnyder@vmware.com>
5852
5853 * gdb.reverse: New directory.
5854 * gdb.reverse/break-reverse.c: New test.
5855 * gdb.reverse/break-reverse.exp: New test.
5856 * gdb.reverse/consecutive-reverse.c: New test.
5857 * gdb.reverse/consecutive-reverse.exp: New test.
5858 * gdb.reverse/finish-reverse.c: New test.
5859 * gdb.reverse/finish-reverse.exp: New test.
5860 * gdb.reverse/machinestate.c: New test.
5861 * gdb.reverse/ms1.c: New test.
5862 * gdb.reverse/machinestate.exp: New test.
5863 * gdb.reverse/Makefile.in: New file.
5864 * gdb.reverse/shr2.c: New test.
5865 * gdb.reverse/solib-reverse.c: New test.
5866 * gdb.reverse/solib-reverse.exp: New test.
5867 * gdb.reverse/step-reverse.c: New test.
5868 * gdb.reverse/step-reverse.exp: New test.
5869 * gdb.reverse/until-reverse.c: New test.
5870 * gdb.reverse/ur1.c: New test.
5871 * gdb.reverse/until-reverse.exp: New test.
5872 * gdb.reverse/watch-reverse.c: New test.
5873 * gdb.reverse/watch-reverse.exp: New test.
5874 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5875 * configure: Regenerate.
5876
5877 2009-06-26 Doug Evans <dje@google.com>
5878
5879 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5880
5881 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5882
5883 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5884 windows problem for 'file delete $binfile'.
5885
5886 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5887
5888 * gdb.cp/namespace-using.exp: New test.
5889 * gdb.cp/namespace-using.cc: New test.
5890
5891 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5892
5893 * gdb.ada/variant_record_packed_array: New testcase.
5894
5895 2009-06-23 Tom Tromey <tromey@redhat.com>
5896
5897 * gdb.base/charset.exp (test_combination): Regression test.
5898 * gdb.base/charset.c (my_wchar_t): New typedef.
5899 (myvar): New global.
5900 (main): Set myvar.
5901
5902 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5903
5904 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5905 target.
5906
5907 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5908
5909 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5910
5911 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5912
5913 * gdb.mi/gdb680.exp: Update test for error message.
5914
5915 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5916
5917 * gdb.base/annota1.exp: Allow multiple occurrences of the
5918 frames-invalid annotation.
5919 * gdb.cp/annota2.exp: Likewise.
5920
5921 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5922
5923 * gdb.cp/gdb2495.cc: New file.
5924 * gdb.cp/gdb2495.exp: New file.
5925
5926 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 Report error on GDB crash during runto.
5929 * lib/gdb.exp (runto <eof>): New.
5930
5931 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5934 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5935 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5936 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5937 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5938 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5939 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5940 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5941 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5942 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5943 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5944 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5945 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5946 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5947 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5948 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5949 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5950 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5951 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5952 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5953 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5954 gdb.trace/passcount.exp, gdb.trace/report.exp,
5955 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5956 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5957 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5958 executable.
5959
5960 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5961
5962 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5963 defined before referencing it.
5964
5965 2009-06-03 Doug Evans <dje@google.com>
5966
5967 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5968 * gdb.arch/i386-see.c: Ditto.
5969
5970 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5971
5972 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5973 (check_macro): Return 1 if undefined.
5974 If first test fails, check if macro debug information is available,
5975 and report unsupported test if no macro information is found.
5976
5977 2009-05-29 Doug Evans <dje@google.com>
5978
5979 * gdb.threads/hand-call-in-threads.exp: New.
5980 * gdb.threads/hand-call-in-threads.c: New.
5981
5982 2009-05-29 Michael Snyder <msnyder@vmware.com>
5983
5984 * gdb.base/break-always.exp: Change "1" to "on".
5985 Add confirmation check.
5986
5987 2009-05-28 Pedro Alves <pedro@codesourcery.com>
5988
5989 * gdb.threads/threxit-hop-specific.c: New.
5990 * gdb.threads/threxit-hop-specific.exp: New.
5991 * gdb.threads/thread-execl.c: New.
5992 * gdb.threads/thread-execl.exp: New.
5993
5994 2009-05-27 Tom Tromey <tromey@redhat.com>
5995 Thiago Jung Bauermann <bauerman@br.ibm.com>
5996
5997 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
5998 (mi_child_regexp): Likewise.
5999 (mi_list_varobj_children_range): Likewise.
6000 (mi_get_features): Likewise.
6001 (mi_list_varobj_children): Rewrite.
6002 * gdb.python/python-mi.exp: New file.
6003
6004 2009-05-27 Tom Tromey <tromey@redhat.com>
6005 Thiago Jung Bauermann <bauerman@br.ibm.com>
6006 Phil Muldoon <pmuldoon@redhat.com>
6007 Paul Pluzhnikov <ppluzhnikov@google.com>
6008
6009 * gdb.python/python-prettyprint.exp: New file.
6010 * gdb.python/python-prettyprint.c: New file.
6011 * gdb.python/python-prettyprint.py: New file.
6012 * gdb.base/display.exp: print/r is now valid.
6013
6014 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6015 Tom Tromey <tromey@redhat.com>
6016 Pedro Alves <pedro@codesourcery.com>
6017 Paul Pluzhnikov <ppluzhnikov@google.com>
6018
6019 * gdb.python/python-template.exp: New file.
6020 * gdb.python/python-template.cc: New file.
6021 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6022 tests.
6023 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6024 Call it.
6025 (test_value_after_death): New proc.
6026 * gdb.python/python-value.c (PTR): New typedef.
6027 (main): New variable 'x'.
6028
6029 2009-05-27 Tom Tromey <tromey@redhat.com>
6030
6031 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6032 tests.
6033 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6034 Call it.
6035
6036 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6037
6038 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6039
6040 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6041
6042 * gdb.threads/fork-thread-pending.c: New.
6043 * gdb.threads/fork-thread-pending.exp: New.
6044
6045 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6046
6047 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6048 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6049
6050 2009-05-18 Jon Beniston <jon@beniston.com>
6051
6052 * gdb.asm/asm-source.exp: Add lm32 target.
6053
6054 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6055
6056 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6057 `gdb_get_line_number'. Call `callee' in both parent and child.
6058 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6059 `gdb_get_line_number' instead of hardcoding line numbers.
6060 (catch_fork_unpatch_child): New procedure to test detaching
6061 breakpoints from child fork.
6062 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6063 hardcoding line numbers.
6064 (do_fork_tests): Run `catch_fork_unpatch_child'.
6065
6066 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6067
6068 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6069 of structure type enters or leaves the scope, it
6070 is reported by -var-update.
6071
6072 2009-05-11 Doug Evans <dje@sebabeach.org>
6073
6074 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6075 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6076 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6077
6078 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6079
6080 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6081
6082 2009-04-30 Doug Evans <dje@google.com>
6083
6084 * gdb.threads/watchthreads2.exp: New testcase.
6085 * gdb.threads/watchthreads2.c: New testcase.
6086
6087 2009-04-29 Doug Evans <dje@google.com>
6088
6089 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6090 * gdb.cp/mb-ctor.cc: Ditto.
6091 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6092 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6093 * gdb.cp/mb-inline1.cc: Call it.
6094 * gdb.cp/mb-inline2.cc: Ditto.
6095 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6096 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6097
6098 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6099
6100 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6101 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6102 Replace all uses of `decimal' by `nonzero'.
6103 (info macro FROM_COMMANDLINE): New test.
6104
6105 2009-04-27 Tom Tromey <tromey@redhat.com>
6106
6107 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6108
6109 2009-04-27 Doug Evans <dje@google.com>
6110
6111 * gdb.threads/watchthreads.c (main): Initialize args before starting
6112 the threads. Plus formatting cleanup.
6113 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6114 biased scheduling of one thread.
6115
6116 2009-04-27 Jerome Guitton <guitton@adacore.com>
6117
6118 * gdb.cp/templates.cc (GetMax): New template.
6119 (main): Declare two instances of GetMax.
6120 * gdb.cp/templates.exp: Add new test.
6121
6122 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6125
6126 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6127
6128 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6129
6130 2009-04-15 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.base/charset.exp: Add regression test.
6133
6134 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6135
6136 * gdb.base/exe-lock.exp: New testcase.
6137
6138 2009-04-13 Tom Tromey <tromey@redhat.com>
6139
6140 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6141 operator on Frame.
6142
6143 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6144
6145 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6146 * gdb.server/ext-attach.exp: Likewise.
6147
6148 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6149
6150 Eliminate some sleep usage.
6151
6152 * gdb.mi/basics.c (do_nothing): New.
6153 (main): Use do_nothing instead of printf, so that
6154 not to introduce race condition between output of
6155 inferiour and output of gdb. Do not use sleep as it
6156 is not generally available on embedded targets.
6157
6158 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6159
6160 * gdb.server/ext-attach.exp: Expect an optional process id after
6161 "Detached from remote process".
6162
6163 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6166 gdb.dwarf2/dw2-unresolved.exp: New.
6167
6168 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6169
6170 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6171 mi_run_to_main.
6172
6173 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6174
6175 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6176 mi_run_to_main. Skip thread exit test on remote targets.
6177 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6178 mi_run_to_main.
6179 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6180 mi_run_to_main.
6181 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6182 when expecting ^connected. Detect when the target doesn't support
6183 non-stop mode.
6184 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6185 supported. Return -1 on error, 0 on success.
6186 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6187 (mi_runto): Return mi_runto_helper's result explicitly.
6188
6189 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6190
6191 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6192
6193 2009-04-01 Tom Tromey <tromey@redhat.com>
6194
6195 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6196 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6197 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6198 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6199
6200 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6201 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 PR gdb/931
6204 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6205 output.
6206 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6207 for gdb/931.
6208 * dw2-strp.S (DW_AT_language): Change to C++.
6209 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6210
6211 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdb.ada/tasks: New testcase.
6214
6215 2009-03-30 Stan Shebs <stan@codesourcery.com>
6216
6217 * gdb.trace/actions.exp: Update to match new info trace format.
6218 * gdb.trace/deltrace.exp: Ditto.
6219 * gdb.trace/infotrace.exp: Ditto.
6220 * gdb.trace/passcount.exp: Ditto.
6221 * gdb.trace/save-trace.exp: Ditto.
6222 * gdb.trace/while-stepping.exp: Ditto.
6223 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6224
6225 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6226
6227 * gdb.python/python-frame.c: New file.
6228 * gdb.python/python-frame.exp: New file.
6229
6230 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6231
6232 * gdb.python/python-value.exp: Add tests for the address
6233 attribute.
6234
6235 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6236
6237 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6238
6239 2009-03-26 Doug Evans <dje@google.com>
6240
6241 * gdb.mi/mi-nonstop-exit.exp: New file.
6242 * gdb.mi/non-stop-exit.c: New file.
6243
6244 2009-03-26 Tom Tromey <tromey@redhat.com>
6245
6246 Update for change to prologue skipping:
6247 * gdb.mi/mi2-simplerun.exp: Update.
6248 * gdb.mi/mi2-break.exp: Update.
6249 * gdb.mi/mi-simplerun.exp: Update.
6250 * gdb.mi/mi-break.exp: Update.
6251 * gdb.base/ending-run.exp: Update.
6252
6253 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6254
6255 * gdb.python/python-value.exp (test_value_in_inferior): Test
6256 gdb.Value.is_optimized_out attribute.
6257
6258 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6259
6260 * gdb.dwarf2/dw2-noloc-main.c: New file.
6261 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6262 (.text): Remove.
6263 (.data): New.
6264 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6265 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6266 (DW_TAG_subprogram func_cu1, noloc): Remove.
6267 (main): New.
6268 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6269 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6270 (file_symbols): New procedure.
6271
6272 2009-03-25 Tom Tromey <tromey@redhat.com>
6273
6274 * gdb.base/charset.exp (valid_target_charset): New proc.
6275 Use it to skip tests on invalid charsets.
6276
6277 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6278
6279 * gdb.base/completion.exp: Add a test for directory completion.
6280
6281 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 Fix a racy FAIL.
6284 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6285 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6286
6287 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6288
6289 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6290 * gdb.python/python-function.exp: Add test for function returning
6291 a GDB value.
6292
6293 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6294
6295 * gdb.python/python-function.exp: New file.
6296
6297 2009-03-20 Tom Tromey <tromey@redhat.com>
6298
6299 * gdb.base/store.exp: Update for change to escape output.
6300 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6301 to escape output.
6302 * gdb.base/pointers.exp: Update for change to escape output.
6303 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6304 to escape output.
6305 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6306 escape output.
6307 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6308 to escape output.
6309 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6310 escape output.
6311 * gdb.base/setvar.exp: Update for change to escape output.
6312 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6313 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6314 to escape output.
6315 (test_print_string_constants): Likewise.
6316 * gdb.base/charset.exp (valid_host_charset): Check size of
6317 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6318 cases. Handle "auto"-related output.
6319 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6320 (uvar, Uvar): New globals.
6321
6322 2009-03-19 Jerome Guitton <guitton@adacore.com>
6323
6324 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6325 deltas.
6326 * gdb.ada/fixed_points.exp: Ditto.
6327
6328 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6329
6330 * return-nodebug.c: Don't include stdio.h.
6331 (init): Delete.
6332 (func): Delete definition and provide extern declaration.
6333 (t): New.
6334 (main): Don't call printf. Call func and store its result in t.
6335 * return-nodebug1.c: New.
6336 * return-nodebug.exp: Don't expect stdio output. Instead, print
6337 the global variable t. Drop printf formatters and cast types from
6338 foreach loop. Don't use prepare_for_testing. Compile
6339 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6340 define FORMAT or CAST.
6341
6342 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6343
6344 * gdb.base/solib-display.exp: Disable test for remote targers.
6345
6346 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6347
6348 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6349
6350 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 Fix a racy FAIL.
6353 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6354 code from `follow parent, print pids'.
6355 (`follow child, print pids', `follow parent, print pids'): Call it.
6356 Replace `gdb_test "break..."' by gdb_breakpoint.
6357
6358 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6359
6360 * gdb.mi/mi-cli.exp: Adjust for output difference in
6361 sync and async modes.
6362
6363 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6364
6365 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6366 that was checked in by mistake. Remove loading of ada.exp, since
6367 this is not necessary in this case.
6368
6369 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6370
6371 * gdb.ada/ptype_arith_binop.exp: New testcase.
6372
6373 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/mod_from_name: New testcase.
6376
6377 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/tick_last_segv: New testcase.
6380
6381 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6382
6383 * gdb.mi/mi-cli.exp: Remove debug print.
6384
6385 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6386
6387 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6388 include the token in ^running and frame info in *stopped.
6389
6390 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6391
6392 * solib-display.exp: New file.
6393 * solib-display-main.c: New file.
6394 * solib-display-lib.c: New file.
6395
6396 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6397
6398 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6399
6400 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6401
6402 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6403 (list_and_check_macro): Use more specific test name.
6404 (next to definition): Make the test names unique.
6405
6406 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6407
6408 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6409
6410 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6411
6412 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6413 notifications.
6414 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6415 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6416 * lib/mi-support.exp (library_loaded_re): New.
6417 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6418
6419 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6420
6421 * gdb.gdb/observer.exp: Use test_notification observer, not
6422 normal_stop, everywhere.
6423 (test_normal_stop_notifications): Rename to...
6424 (test_notifications): ...this.
6425 (test_observer_normal_stop): Rename to...
6426 (test_observer): ...this.
6427
6428 2009-02-16 Doug Evans <dje@google.com>
6429
6430 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6431 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6432 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6433 (test_prefixed_syscall,test_int3): New tests.
6434 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6435 (test_prefixed_syscall,test_int3): New tests.
6436
6437 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6440 (mi_expect_interrupt): Likewise.
6441 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6442 response.
6443
6444 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6445
6446 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6447 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6448 Replace calls to get_valueofx by get_hexadecimal_valueof.
6449
6450 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6451
6452 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6453 (get_integer_valueof): New procedure.
6454 (get_sizeof): Use new get_integer_value_of.
6455 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6456 by get_integer_valueof.
6457
6458 2009-02-13 Tom Tromey <tromey@redhat.com>
6459
6460 * gdb.base/remote.exp (get_sizeof): Remove.
6461 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6462 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6463 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6464 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6465 (get_sizeof): Likewise.
6466
6467 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 PR fortran/9806
6470 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6471
6472 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6473
6474 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6475
6476 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6477
6478 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6479
6480 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6481
6482 * gdb.python/python-cmd.exp: New file.
6483
6484 2009-02-06 Tristan Gingold <gingold@adacore.com>
6485
6486 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6487
6488 2009-02-05 Tristan Gingold <gingold@adacore.com>
6489
6490 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6491 pointer is dereferenced and use this signal name in regexp.
6492 * gdb.base/signull.exp: Ditto.
6493 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6494 * gdb.base/signull.c (main): Ditto.
6495
6496 2009-02-04 Tom Tromey <tromey@redhat.com>
6497 Thiago Jung Bauermann <bauerman@br.ibm.com>
6498
6499 * gdb.python/python-value.exp: Use `gdb.history' instead of
6500 `gdb.value_from_history'.
6501 (test_value_numeric_ops): Add test for conversion of enum constant.
6502 * gdb.python/python-value.c (enum e): New type.
6503 (evalue): New global.
6504 (main): Use argv.
6505
6506 2009-02-04 Jerome Guitton <guitton@adacore.com>
6507
6508 * gdb.ada/uninitialized_vars: New test program.
6509 * gdb.ada/uninitialized_vars.exp: New testcase.
6510
6511 2009-02-02 Tom Tromey <tromey@redhat.com>
6512
6513 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6514 * gdb.cp/pr2489.cc: Rename...
6515 * gdb.cp/pr9594.cc: ... to this.
6516
6517 2009-02-02 Tom Tromey <tromey@redhat.com>
6518
6519 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6520 * gdb.cp/pr2489.cc: New file.
6521 * gdb.cp/cpcompletion.exp: New file.
6522
6523 2009-02-02 Tom Tromey <tromey@redhat.com>
6524
6525 PR exp/9059:
6526 * gdb.cp/call-c.exp: Add regression test.
6527 * gdb.cp/call-c.cc (FooHandle): New typedef.
6528 (main): New variable 'handle'.
6529
6530 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6531
6532 * lib/mi-support.exp (et_mi_thread_list)
6533 (check_mi_and_console_threads): Adjust for current thread in
6534 -thread-list-ids output.
6535
6536 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6537
6538 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6539 Call it.
6540
6541 2009-01-28 Doug Evans <dje@google.com>
6542
6543 * gdb.arch/amd64-disp-step.S: New file.
6544 * gdb.arch/amd64-disp-step.exp: New file.
6545 * gdb.arch/i386-disp-step.S: New file.
6546 * gdb.arch/i386-disp-step.exp: New file.
6547
6548 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6549
6550 * gdb.base/find.exp: Set newline variable
6551 using quotes instead of braces to fix cygwin failures.
6552
6553 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6554
6555 * gdb.base/radix.exp: Add tests to ensure that that set
6556 input-radix 0 and set output-radix 0 are really rejected.
6557
6558 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6559
6560 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6561 copyright years.
6562
6563 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6564
6565 PR gdb/9664:
6566 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6567
6568 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6569
6570 PR c++/9631:
6571 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6572
6573 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6574
6575 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6576 binfile definition to fix Windows OS failure.
6577
6578 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 PR gdb/9346
6581 * gdb.base/interrupt.c (sigint_handler): New.
6582 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6583 on error.
6584 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6585 Test "signal SIGINT".
6586
6587 2009-01-19 Doug Evans <dje@google.com>
6588
6589 * gdb.base/break.exp: Update expected gdb output.
6590 * gdb.base/sepdebug.exp: Ditto.
6591 * gdb.mi/mi-syn-frame.exp: Ditto.
6592 * gdb.mi/mi2-syn-frame.exp: Ditto.
6593 * gdb.base/call-signal-resume.exp: New file.
6594 * gdb.base/call-signals.c: New file.
6595 * gdb.base/unwindonsignal.exp: New file.
6596 * gdb.base/unwindonsignal.c: New file.
6597 * gdb.threads/interrupted-hand-call.exp: New file.
6598 * gdb.threads/interrupted-hand-call.c: New file.
6599 * gdb.threads/thread-unwindonsignal.exp: New file.
6600
6601 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.base/define.exp: Test defining and hooking prefix commands.
6604 * gdb.python/python.exp: Update test for "show user" output.
6605
6606 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6609 now the output exactly, using less wildcards. Expect also the output
6610 of gfortran-4.3. Update for the f-valprint.c modification from
6611 2008-04-22.
6612 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6613 Remove gdb_test test names where matching the command.
6614
6615 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6616
6617 PR breakpoints/9681:
6618 * gdb.base/watchpoint.exp: Add regression test.
6619
6620 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6621
6622 * gdb.threads/attach-into-signal.exp: Don't use
6623 gdb_suppress_entire_file.
6624 * gdb.threads/attach-stopped.exp: Ditto.
6625 * gdb.threads/attachstop-mt.exp: Ditto.
6626
6627 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6628
6629 PR gdb/8812:
6630 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6631
6632 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6633
6634 PR gdb/7536:
6635 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6636 and unsupported output radices are really rejected.
6637
6638 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6641
6642 2008-12-22 Tom Tromey <tromey@redhat.com>
6643
6644 * gdb.cp/punctuator.exp: New file.
6645
6646 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6647
6648 * gdb.base/completion.exp (Completing non-existing component): New test.
6649
6650 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 Fix for PR gdb/8648.
6653 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6654 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6655 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6656 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6657
6658 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6659
6660 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6661
6662 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6663
6664 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6665 compiler actually generate code at the expected line number.
6666
6667 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6668
6669 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6670
6671 2008-12-12 Tom Tromey <tromey@redhat.com>
6672
6673 * gdb.base/commands.exp (redefine_hook_test): New proc.
6674 Call it.
6675
6676 2008-12-11 Tom Tromey <tromey@redhat.com>
6677
6678 * gdb.base/macscp.exp: New regression test.
6679
6680 2008-12-11 Tom Tromey <tromey@redhat.com>
6681
6682 * gdb.base/macscp.exp: Print "address.addr".
6683 * gdb.base/macscp1.c (struct outer): New struct.
6684 (address): New global.
6685
6686 2008-12-09 Tom Tromey <tromey@redhat.com>
6687
6688 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6689 Call it.
6690
6691 2008-12-04 Doug Evans <dje@google.com>
6692
6693 * gdb.server/ext-run.exp: Relax regexp for init program.
6694
6695 2008-12-03 Tristan Gingold <gingold@adacore.com>
6696
6697 * gdb.base/macscp.exp: Generate an object file during compilation
6698 to work around Darwin dsymutil limitations.
6699
6700 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 Test resolving external references to TLS variables.
6703 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6704 FILE2_THREAD_LOCAL.
6705 (testfile2, srcfile2): New variables.
6706 * gdb.threads/tls.c (file2_thread_local)
6707 (function_referencing_file2_thread_local): New.
6708 * gdb.threads/tls2.c: New file.
6709
6710 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6713 rather than integer, as integer might not be big enough when
6714 on 64bit targets.
6715
6716 2008-11-27 Jerome Guitton <guitton@adacore.com>
6717
6718 * gdb.cp/formatted-ref.exp: Add equality test.
6719 * gdb.ada/formatted_ref.exp: Ditto.
6720
6721 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6722
6723 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6724 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6725
6726 2008-11-20 Andreas Schwab <schwab@suse.de>
6727
6728 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6729 matching syscall entry point.
6730 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6731 (tcatch_vfork_then_child_follow): Likewise. Finish through
6732 vfork even if we stopped at the syscall trampoline.
6733
6734 2008-11-20 Doug Evans <dje@google.com>
6735
6736 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6737
6738 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6739
6740 * gdb.arch/ppc-dfp.exp: New file.
6741 * gdb.arch/ppc-dfp.c: New file.
6742
6743 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6744
6745 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6746
6747 2008-11-17 Doug Evans <dje@google.com>
6748
6749 * gdb.mi/mi-syn-frame.exp: Update expected output.
6750 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6751
6752 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6753
6754 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6755 "thread N" results in =thread-selected.
6756 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6757 (mi_send_resuming_command_raw): Be prepared for
6758 =thread-selected.
6759
6760 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6761
6762 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6763 * lib/mi-support.exp: Likewise.
6764
6765 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6766
6767 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6768 commands from the expected output for "help catch".
6769
6770 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6771
6772 * gdb.ada/int_deref.exp: New testcase.
6773
6774 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6775
6776 * gdb.mi/gdb2549.exp: New file.
6777
6778 2008-11-11 Doug Evans <dje@google.com>
6779
6780 * gdb.base/callexit.exp: New file.
6781 * gdb.base/callexit.c: New file.
6782
6783 2008-11-10 Doug Evans <dje@google.com>
6784
6785 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6786 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6787 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6788 (default_gdb_start,default_gdb_exit): Ditto.
6789 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6790 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6791 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6792 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6793 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6794 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6795
6796 2008-11-03 Andreas Schwab <schwab@suse.de>
6797
6798 * gdb.base/hashline2.exp: Fix typo.
6799 * gdb.base/hashline3.exp: Likewise.
6800
6801 2008-10-30 Tom Tromey <tromey@redhat.com>
6802
6803 * gdb.base/pointers.exp: Add test.
6804 * gdb.base/pointers.c (k, S): New typedefs.
6805 (instance): New global.
6806
6807 2008-10-30 Andreas Schwab <schwab@suse.de>
6808
6809 * gdb.base/args.exp: Add tests for newlines.
6810
6811 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6812
6813 gdb.base/foll-exec.exp: Update the expected output of a couple
6814 of "info breakpoints" tests.
6815
6816 2008-10-28 Tom Tromey <tromey@redhat.com>
6817
6818 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6819
6820 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6821
6822 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6823 gdb_start_cmd.
6824 Use runto_main before any test that requires execution.
6825
6826 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6827
6828 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6829 instead of SIGINT.
6830
6831 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6832
6833 * gdb.base/completion.exp: Update expected output following
6834 the addition of the "info tasks" command.
6835
6836 2008-10-22 Tom Tromey <tromey@redhat.com>
6837
6838 * gdb.base/exprs.exp (test_expr): Add test for string
6839 concatenation.
6840
6841 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6842
6843 * configure.ac: Output gdb.python/Makefile.
6844 * configure: Regenerate.
6845 * gdb.python/Makefile.in: New.
6846
6847 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.base/foll-fork.exp: Adjust the expected output to match
6850 the new description for fork/vfork catchpoints in the "info
6851 breakpoints" output.
6852
6853 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6854
6855 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6856
6857 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6858
6859 * gdb.python/python-value.c: New file.
6860 * gdb.python/python-value.exp: New file.
6861
6862 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6863
6864 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6865
6866 2008-10-15 Denis Pilat <denis.pilat@st.com>
6867
6868 * gdb.cp/mb-ctor.exp: Fix a typo.
6869
6870 2008-10-09 Tom Tromey <tromey@redhat.com>
6871
6872 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6873 'fprintf' and 'stderr'.
6874
6875 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.ada/ref_tick_size.exp: New testcase.
6878
6879 2008-10-06 Doug Evans <dje@google.com>
6880
6881 * gdb.dwarf2/dw2-cu-size.exp: New file.
6882 * gdb.dwarf2/dw2-cu-size.S: New file.
6883
6884 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6885 .Ltype_int for clarity.
6886
6887 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6888
6889 PR gdb/2384:
6890 * gdb.cp/gdb2384.exp: Extended to test more cases.
6891 * gdb.cp/gdb2384.cc: Likewise.
6892 * gdb.cp/gdb2384-base.h: Likewise.
6893 * gdb.cp/gdb2384-base.cc: Likewise.
6894
6895 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 * gdb.base/maint.exp (maint print type): Remove printing
6898 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6899
6900 2008-09-30 Tom Tromey <tromey@redhat.com>
6901
6902 * gdb.base/macscp.exp: Add completion tests.
6903 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6904 (TWENTY_THREE): Likewise.
6905 (FORTY_EIGHT): Likewise.
6906
6907 2008-09-30 Tom Tromey <tromey@redhat.com>
6908
6909 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6910 everywhere.
6911 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6912
6913 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6914
6915 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6916 testcase is derived from. Fix racy dependency on an expected PID
6917 number. No longer support the testcase on Linux kernel 2.4.x.
6918
6919 2008-09-27 Tom Tromey <tromey@redhat.com>
6920
6921 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6922 and varargs.
6923
6924 2008-09-22 Pedro Alves <pedro@codesourcery.com>
6925
6926 * lib/mi-support.exp (mi_expect_interrupt): New.
6927 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6928 from gdb.mi/mi-nonstop.exp.
6929 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6930 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6931 lib/mi-support.exp.
6932 Use mi_check_thread_states throughout. Avoid ".*" and do not
6933 require an anchor after -exec-run.
6934
6935 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6936
6937 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6938 stop is pending. Avoid ".*" when two stops are pending.
6939 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6940 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6941 newlines in fullnames.
6942 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6943 (mi_expect_stop): Update comments. Only anchor in sync mode.
6944 Do not match newlines.
6945 (mi_send_resuming_command_raw): Always return status.
6946 (mi_get_stop_line): Do not match more than one line by accident.
6947 Only anchor in sync mode.
6948 (mi_run_inline_test): If -exec-next fails, give up.
6949
6950 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6951
6952 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6953 on SPU.
6954
6955 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6956
6957 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6958
6959 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6960
6961 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6962 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6963 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6964 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6965 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6966 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6967 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6968 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6969 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6970 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6971 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6972 Include the "= " sequence in the expected output of print tests.
6973
6974 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6975
6976 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
6977 description for boolean types.
6978
6979 2008-09-09 Pedro Alves <pedro@codesourcery.com>
6980
6981 * gdb.base/hook-stop-continue.c: New.
6982 * gdb.base/hook-stop-continue.exp: New.
6983
6984 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
6987
6988 2008-09-08 Jerome Guitton <guitton@adacore.com>
6989
6990 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
6991 (stack_check_probe_2, stack_check_probe_loop_1)
6992 (stack_check_probe_loop_2): New functions.
6993 (main): Add call to these new functions.
6994 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
6995 functions, check that the breakpoint is inserted at the appropriate
6996 location.
6997 (insert_breakpoint): Slightly refine this procedure so that it can
6998 be called several times in the test.
6999
7000 2008-09-08 Jerome Guitton <guitton@adacore.com>
7001
7002 * gdb.base/stack-checking.c: New file.
7003 * gdb.base/stack-checking.exp: New file.
7004
7005 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7006
7007 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7008 * gdb.arch/altivec-regs.exp: Likewise.
7009 * gdb.arch/vsx-regs.exp: Likewise.
7010
7011 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7012
7013 * gdb.arch/ppc-fp.exp: New file.
7014 * gdb.arch/ppc-fp.c: New file.
7015
7016 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7017
7018 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7019 lest gcc-4.3.1 optimizes the whole thing away.
7020
7021 2008-09-04 Michael Snyder <msnyder@vmware.com>
7022
7023 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7024 as "at" (for non-debug functions such as _start).
7025
7026 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7027
7028 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7029 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7030 software watchpoints.
7031 * gdb.base/watch_thread_num.exp: Likewise.
7032
7033 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7034
7035 * gdb.arch/i386-bp_permanent.exp: New test.
7036
7037 2008-08-24 Tom Tromey <tromey@redhat.com>
7038
7039 * gdb.base/maint.exp: Update "maint print type".
7040
7041 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7042
7043 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7044 support. Adjust the order of "*running" notifications.
7045 * gdb.mi/non-stop.c: Don't cast from int to void* and
7046 back.
7047
7048 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7049
7050 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7051 expect to find it in the "info frame" output.
7052
7053 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7054
7055 * gdb.base/interp.exp: Always consume both prompts.
7056
7057 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7058
7059 * gdb.base/pending.exp: Test pending breakpoints without symbols
7060 loaded.
7061
7062 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7063
7064 * lib/mi-support.exp (mi_expect_stop): Produce
7065 more details on failures.
7066 * gdb.mi/mi-nonstop.exp: New.
7067 * gdb.mi/non-stop.c: New.
7068
7069 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7070
7071 * gdb.mi/mi-async.exp: Use 'set target-async'.
7072 * lib/mi-support.exp: Use 'set/show target-async'.
7073
7074 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7075
7076 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7077
7078 2008-08-17 Tom Tromey <tromey@redhat.com>
7079
7080 * gdb.base/help.exp (help catch): Rewrite.
7081
7082 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7083
7084 * gdb.base/define.exp: Test indented command documentation.
7085 * gdb.python/python.exp: Test indented multi-line command.
7086
7087 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7088
7089 * testsuite/gdb.arch/vsx-regs.c: New source file.
7090 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7091 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7092
7093 2008-08-14 Tom Tromey <tromey@redhat.com>
7094
7095 * gdb.base/macscp.exp: Add regression test for "macro define" or
7096 "macro undef" with no arguments.
7097
7098 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7099
7100 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7101
7102 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7103
7104 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7105
7106 2008-08-06 Tom Tromey <tromey@redhat.com>
7107
7108 * gdb.python/python.exp: New file.
7109
7110 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 Fix for PR gdb/1543.
7113 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7114 $LOCATION.
7115 (location): New variable.
7116 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7117 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7118 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7119 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7120 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7121 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7122 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7123 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7124 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7125 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7126 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7127 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7128 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7129 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7130 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7131 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7132 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7133 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7134 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7135 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7136 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7137 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7138 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7139 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7140 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7141 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7142 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7143 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7144 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7145 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7146 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7147 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7148 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7149 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7150 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7151 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7152 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7153 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7154 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7155 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7156 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7157 gdb.base/type-opaque.exp, gdb.base/until.exp,
7158 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7159 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7160 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7161 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7162 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7163 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7164 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7165 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7166 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7167 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7168 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7169 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7170 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7171 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7172 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7173 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7174 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7175 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7176 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7177 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7178 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7179 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7180 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7181 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7182 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7183 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7184 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7185 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7186 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7187 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7188 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7189 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7190 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7191 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7192 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7193 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7194 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7195 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7196 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7197 to bug-gdb@prep.ai.mit.edu .
7198
7199 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7200
7201 * lib/mi-support.exp (mi_load_shlibs): New.
7202 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7203
7204 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7205
7206 * lib/mi-support.exp (get_mi_thread_list)
7207 (check_mi_and_console_threads): New, moved from ...
7208 * gdb.mi/mi-pthread.exp: ...here.
7209 * gdb.mi/gdb669.exp (get_mi_thread_list)
7210 (check_mi_and_console_threads): Delete.
7211 * gdb.mi/mi2-pthread.exp: Likewise.
7212
7213 2008-07-28 Tom Tromey <tromey@redhat.com>
7214
7215 * Makefile.in (just-check): Remove. Move body to...
7216 (check): ... here.
7217
7218 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7221 Add a test for duplicated SIGINTs.
7222
7223 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7224
7225 * gdb.threads/schedlock.exp (get_args): Update to work for any
7226 value of NUM.
7227 (Top level): Report the number of threads that did not resume.
7228
7229 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7230
7231 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7232
7233 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7234
7235 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7236 non-MI prompt.
7237
7238 2008-07-26 Tom Tromey <tromey@redhat.com>
7239
7240 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7241 (function_struct, function_struct_ptr): New globals.
7242 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7243 function pointer in a struct.
7244
7245 2008-07-26 Tom Tromey <tromey@redhat.com>
7246
7247 * gdb.base/macscp.exp: Add test for macro lexing bug.
7248
7249 2008-07-18 Tom Tromey <tromey@redhat.com>
7250
7251 * gdb.base/macscp.exp: Add macro tests.
7252
7253 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7254
7255 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7256
7257 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7258
7259 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7260
7261 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7262
7263 * gdb.cp/class2.exp: fix for failure on spu-elf
7264
7265 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7266
7267 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7268
7269 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7272
7273 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7274
7275 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7276
7277 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7278
7279 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7280 of regexp to account for changes made to GDB in the printing of
7281 byte vectors.
7282
7283 2008-07-11 Tom Tromey <tromey@redhat.com>
7284
7285 * gdb.base/completion.exp: Add 'help' completion test.
7286
7287 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7290
7291 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7294
7295 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7296
7297 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7298
7299 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7300
7301 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7302
7303 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7306
7307 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7308
7309 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7310 previous commit. Add a comment.
7311
7312 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7313
7314 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7315
7316 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7317
7318 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7319
7320 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7321
7322 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7323 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7324 compiling an executable, link in an object that forces unbuffered
7325 output.
7326 * lib/set_unbuffered_mode.c: New file.
7327
7328 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7329
7330 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7331
7332 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7333
7334 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7335 mi_expect_stop.
7336 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7337 Demand that *running is output.
7338 (detect_async): Perform checking every time.
7339 (mi_send_resuming_command): Extract everything into...
7340 (mi_send_resuming_command_raw): ...this.
7341 (mi_expect_stop): Don't accept any output before *stopped.
7342
7343 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7344
7345 Robustify mi-simplerun.
7346 * gdb.mi/basics.c (main): Add a call to sleep.
7347 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7348 * gdb.mi/mi2-cli.exp: Likewise.
7349 * gdb.mi/mi-break.exp: Likewise.
7350
7351 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7352
7353 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7354
7355 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7356
7357 * gdb.mi/mi-console.exp: Adjust.
7358 * gdb.mi/mi-syn-frame.exp: Adjust.
7359 * gdb.mi/mi2-console.exp: Adjust.
7360 * gdb.mi/mi2-syn-frame.exp: Adjust.
7361 * lib/mi-support.exp (mi_run_cmd): Adjust.
7362 (mi_send_resuming_command): Adjust.
7363
7364 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7365
7366 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7367 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7368 testing of stopped.
7369 * gdb.mi/mi2-syn-frame.exp: Likewise.
7370 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7371 (async, detect_async): New.
7372 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7373 depending on if we're running in sync or async mode.
7374
7375 2008-06-09 Tom Tromey <tromey@redhat.com>
7376
7377 * gdb.base/completion.exp: New tests for field name completion
7378 with spaces, and field name completion with '->'.
7379
7380 2008-06-06 Tom Tromey <tromey@redhat.com>
7381
7382 * gdb.base/break1.c (struct some_struct): New struct.
7383 (values): New global.
7384 * gdb.base/completion.exp: Add field name completion test.
7385
7386 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7387
7388 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7389 to pointer.
7390 * gdb.cp/call-c.cc: Likewise.
7391
7392 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7395 annotation.
7396
7397 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7398 Pedro Alves <pedro@codesourcery.com>
7399
7400 * gdb.threads/execl.c, gdb.threads/execl1.c,
7401 gdb.threads/execl.exp: New tests.
7402
7403 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7404 Daniel Jacobowitz <dan@codesourcery.com>
7405
7406 * gdb.cp/exception.exp: Activate test, make it work with pending
7407 catchpoints.
7408
7409 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7412
7413 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7414
7415 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7416 now printed.
7417 * gdb.mi/mi2-var-cmd.exp: Likewise.
7418
7419 2008-05-27 Andreas Schwab <schwab@suse.de>
7420
7421 * gdb.base/frame-args.exp: Handle arguments that are optimized
7422 out.
7423
7424 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7425
7426 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7427 quiet for ppc32 and group options into a single variable.
7428
7429 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7430
7431 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7432 of zero-size elements.
7433 * gdb.ada/null_array.exp: Test printing this new array.
7434
7435 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7438
7439 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7440
7441 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7442 of the "finish" command.
7443
7444 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7445
7446 * gdb.base/annota1.exp: Test for new annotation.
7447
7448 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7449
7450 * gdb.base/fixsection.exp: New file.
7451 * gdb.base/fixsection0.c: New file.
7452 * gdb.base/fixsection1.c: New file.
7453
7454 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7455
7456 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7457 * gdb.base/annota3.exp: Likewise.
7458
7459 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7460
7461 * gdb.base/watch_thread_num.exp: Don't run tests that require
7462 watchpoints if the target doesn't support them.
7463
7464 2008-05-12 Doug Evans <dje@google.com>
7465
7466 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7467
7468 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7469
7470 * gdb.ada/assign_1.exp: New testcase.
7471
7472 2008-05-09 Doug Evans <dje@google.com>
7473
7474 * gdb.base/find.exp: New file.
7475 * gdb.base/find.c: New file.
7476
7477 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7478
7479 * gdb.base/commands.exp (watchpoint_command_test): Handle
7480 gdb,no_hardware_watchpoints.
7481 * gdb.base/float.exp: Allow ARM targets without floating point.
7482 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7483
7484 2008-05-06 Jerome Guitton <guitton@adacore.com>
7485 Joel Brobecker <brobecker@adacore.com>
7486
7487 * gdb.ada/lang_switch: New test program.
7488 * gdb.ada/lang_switch.exp: New testcase.
7489
7490 2008-05-05 Doug Evans <dje@google.com>
7491
7492 * gdb.base/help.exp (disassemble): Update expected help text.
7493
7494 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7495
7496 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7497
7498 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7499
7500 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7501 different times.
7502
7503 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7506 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7507 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7508 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7509
7510 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7511
7512 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7513 notification to appear.
7514
7515 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7516
7517 * gdb.base/fullname.c: New file.
7518 * gdb.base/fullname.exp: New file.
7519 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7520
7521 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7522
7523 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7524 expressions with macros.
7525
7526 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7529
7530 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7531
7532 * gdb.base/completion.exp: Handle lack of other symbols beginning
7533 with "a".
7534
7535 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7536
7537 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7538
7539 * gdb.asm/asmsrc1.s: Add scratch space.
7540
7541 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7542 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7545 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7546 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7547
7548 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7551
7552 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7553
7554 * gdb.base/info-target.exp: New testcase.
7555
7556 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.cp/hang.exp: Use .cc instead of .C.
7559 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7560 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7561
7562 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7563
7564 * gdb.base/gdb1250.exp: Remove perror.
7565 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7566
7567 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7568
7569 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7570 .2byte.
7571
7572 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7573
7574 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7575 (maybe_kfail): New.
7576
7577 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7578
7579 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7580
7581 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7582
7583 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7584 * gdb.mi/mi2-syn-frame.exp: Likewise.
7585 * lib/mi-support.exp: Likewise.
7586
7587 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7588
7589 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7590 to specify regexp for the location to stop at.
7591 * gdb.base/break-always.c: New.
7592 * gdb.base/break-always.exp: New.
7593
7594 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7595
7596 * lib/mi-support.exp (mi_runto_helper): Adjust
7597 for the original-location field.
7598 (mi_create_breakpoint, mi_list_breakpoints): New.
7599 * gdb.mi/mi-break.exp: Adjust.
7600 * gdb.mi/mi2-break.exp: Adjust.
7601 * gdb.mi/mi-pending.exp: Adjust.
7602 * gdb.mi/mi-simplerun.exp: Adjust.
7603 * gdb.mi/mi2-simplerun.exp: Adjust.
7604 * gdb.mi/mi-syn-frame.exp: Adjust.
7605 * gdb.mi/mi2-syn-frame.exp: Adjust.
7606 * gdb.mi/mi-until.exp: Adjust.
7607 * gdb.mi/mi2-until.exp: Adjust.
7608 * gdb.mi/mi-var-display.exp: Adjust.
7609 * gdb.mi/mi2-var-display.exp: Adjust.
7610 * gdb.mi/mi-watch.exp: Adjust.
7611 * gdb.mi/mi2-watch.exp: Adjust.
7612
7613 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7614
7615 * aclocal.m4: Add override.m4.
7616 * configure: Regenerate.
7617
7618 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7619
7620 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7621 '-var-update --all-values' reports new value even the type
7622 of a variable object has changed.
7623
7624 2008-04-18 Craig Silverstein <csilvers@google.com>
7625
7626 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7627 files.
7628
7629 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7630
7631 * gdb.ada/atomic_enum: New test program.
7632 * gdb.ada/atomic_enum.exp: New testcase.
7633
7634 2008-04-17 Doug Evans <dje@google.com>
7635
7636 * gdb.opt/Makefile.in: Fix whitespace.
7637
7638 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7639
7640 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7641
7642 2008-04-17 Doug Evans <dje@google.com>
7643
7644 * gdb.base/hashline1.exp: New testcase.
7645 * gdb.base/hashline2.exp: New testcase.
7646 * gdb.base/hashline2.exp: New testcase.
7647
7648 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7649
7650 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7651
7652 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7653
7654 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7655 temporary breakpoint to match "Temporary breakpoint".
7656 * gdb.base/break.exp (delete_breakpoints): Likewise.
7657 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7658 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7659 * gdb.base/display.exp: Likewise.
7660 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7661 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7662 * gdb.base/restore.exp (restore_tests): Likewise.
7663 * gdb.base/sepdebug.exp: Likewise.
7664 * gdb.base/watchpoint.exp: Likewise.
7665 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7666 * gdb.mi/mi-pending.exp: Likewise.
7667 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7668 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7669 * gdb.mi/mi-var-cmd.exp: Likewise.
7670 * gdb.mi/mi-var-display.exp: Likewise.
7671 * gdb.mi/mi2-cli.exp: Likewise.
7672 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7673 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7674 * gdb.mi/mi2-var-display.exp: Likewise.
7675 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7676 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7677 new "disp" field.
7678 (mi_expect_stop): Move after_reason argument to be really after
7679 reason. This is to support fix for PR2424.
7680
7681 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7684
7685 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7686
7687 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7688 field. Add more floating varobj tests.
7689 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7690 field.
7691 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7692 (main): Call do_at_tests.
7693 * lib/mi-support.exp (mi_create_floating_varobj)
7694 (mi_varobj_update_with_type_change): New.
7695
7696 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7697
7698 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7699 option of -var-evaluate-expression.
7700 * gdb.mi/mi2-var-display.exp: Likewise.
7701
7702 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7703
7704 Introduce test setup helpers.
7705 * lib/gdb.exp (build_executable, clean_restart)
7706 (prepare_for_testing): New.
7707 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7708 * gdb.base/return.exp: Likewise.
7709 * gdb.base/ending-run.exp: Likewise.
7710
7711 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7714 Interface (MI) responses.
7715
7716 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7717
7718 * gdb.cp/breakpoint.cc: New code to test conditions involving
7719 member variables.
7720 * gdb.cp/breakpoint.exp: Test condition involving member
7721 variables.
7722
7723 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7724
7725 * lib/mi-support.exp (mi_expect_stop): New.
7726 (mi_run_cmd): Change the
7727 token. Use mi_send_resuming_command, use
7728 mi_expect_stop.
7729 (mi_execute_to_helper): Rename to mi_execute_to.
7730 (mi_send_resuming_command): Add more error patterns.
7731 (mi_wait_for_stop): Renamed to...
7732 (mi_get_stop_line): ...this.
7733 (mi_run_inline_test): Adjust.
7734
7735 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7736 * gdb.mi/mi-console.exp: Likewise.
7737 * gdb.mi/mi-pending.exp: Likewise.
7738 * gdb.mi/mi-simplerun.exp: Likewise.
7739 * gdb.mi/mi-stack.exp: Likewise.
7740 * gdb.mi/mi-stepi.exp: Likewise.
7741 * gdb.mi/mi-syn-frame.exp: Add comment.
7742 * gdb.mi/mi-until.exp: Likewise.
7743 * gdb.mi/mi-var-display.exp: Likewise.
7744 * gdb.mi/mi-watch.exp: Likewise.
7745 * gdb.mi/mi2-cli.exp: Likewise.
7746 * gdb.mi/mi2-console.exp: Likewise.
7747 * gdb.mi/mi2-simplerun.exp: Likewise.
7748 * gdb.mi/mi2-stack.exp: Likewise.
7749 * gdb.mi/mi2-stepi.exp: Likewise.
7750 * gdb.mi/mi2-until.exp: Likewise.
7751 * gdb.mi/mi2-var-display.exp: Likewise.
7752 * gdb.mi/mi2-watch.exp: Likewise.
7753
7754 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7755
7756 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7757
7758 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7759
7760 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7761
7762 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7763 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7764 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7765 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7766 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7767 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7768 expect an mi error duplicated in stderr.
7769
7770 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7773 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7774 Add a couple of tests that verify the behavior when the new setting
7775 is set to "cancel" and "all".
7776 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7777 "ask" before we start the testing.
7778
7779 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7780
7781 * gdb.cp/casts.cc: Add class reference variables.
7782 * gdb.cp/casts.exp: New test cases for up/down casting references.
7783
7784 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7785
7786 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7787 instead of beginning to make an extra test pass.
7788 * gdb.mi/mi2-var-display.exp: Likewise.
7789
7790 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7791
7792 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7793
7794 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7795 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7796
7797 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7798 value. Add xfail for older kernels.
7799
7800 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7801
7802 Bring mi-support in line with gdb.exp.
7803 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7804 (mi_gdb_start): New function.
7805
7806 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7807
7808 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7809
7810 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7811
7812 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7813 * gdb.mi/mi2-var-display.exp: Likewise.
7814
7815 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7816
7817 * lib/mi-support.exp (mi_create_varobj_checked): New.
7818 (mi_list_varobj_children): Allow to check for a
7819 value.
7820 (mi_list_array_varobj_children): New.
7821
7822 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7823 and mi_list_varobj_children, as opposed to hardcoding
7824 expected strings.
7825 * gdb.mi/gdb701.exp: Likewise.
7826 * gdb.mi/gdb792.exp: Likewise.
7827 * gdb.mi/mi-var-block.exp: Likewise.
7828 * gdb.mi/mi-var-cmd.exp: Likewise.
7829 * gdb.mi/mi-var-invalidate.exp: Likewise.
7830 * gdb.mi/mi2-var-block.exp: Likewise.
7831 * gdb.mi/mi2-var-child.exp: Likewise.
7832 * gdb.mi/mi2-var-cmd.exp: Likewise.
7833 * gdb.mi/mi2-var-display.exp: Likewise.
7834
7835 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7836
7837 Fix random false FAILs on i386.
7838 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7839
7840 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7841
7842 PR gdb/544
7843 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7844
7845 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7846
7847 PR gdb/544
7848 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7849
7850 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7851
7852 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7853 fixed PR gdb/544.
7854
7855 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7856
7857 * gdb.threads/fork-child-threads.exp: Test next over fork.
7858
7859 2008-03-21 Chris Demetriou <cgd@google.com>
7860
7861 * gdb.base/break.exp (rbreak junk): New test for rbreak
7862 "Junk at end of arguments" issue.
7863
7864 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7865
7866 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7867 *& to work on created array elements.
7868 (Top level): Test print $pc with a file. Test string operations
7869 without a target.
7870 * gdb.base/ptype.exp: Do not expect *& to work on created array
7871 elements.
7872
7873 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7874
7875 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7876 gdb.threads/staticthreads.exp: Update exit query.
7877
7878 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7879
7880 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7881
7882 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7883
7884 * gdb.base/watchpoint.c (global_ptr, func4): New.
7885 (main): Call func4.
7886 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7887 (test_inaccessible_watchpoint): New.
7888
7889 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7890
7891 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7892 select the largest.
7893
7894 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7895
7896 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7897 frames-invalid annotations.
7898
7899 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7900
7901 * gdb.base/assign.exp: avoid same output for different tests.
7902
7903 2008-02-27 Doug Evans <dje@google.com>
7904
7905 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7906 for bug 1738.
7907 (breakpoint_to_handler_entry): Ditto.
7908
7909 2008-02-27 Joel Brobecker <brobecker@adacore.com>
7910
7911 * gdb.base/ending-run.exp: Use the first line of code inside
7912 function body to test breakpoints.
7913 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7914 location where the breakpoint is inserted when using the line
7915 where a function is declared. Fix typo in the description of
7916 one of the tests.
7917 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7918
7919 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7920
7921 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7922 tests.
7923
7924 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7925
7926 * gdb.base/args.exp: avoid same output for tests
7927 with single quotes.
7928
7929 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7930
7931 * gdb.base/annota1.exp: Adjust for 'info break'
7932 format changes.
7933 * gdb.base/annota3.exp: Likewise.
7934 * gdb.base/break.exp: Likewise.
7935 * gdb.base/condbreak.exp: Likewise.
7936 * gdb.base/pending.exp: Likewise.
7937 * gdb.base/sepdebug.exp: Likewise.
7938 * gdb.base/unload.exp: Likewise.
7939 * gdb.cp/ovldbreak.exp: Likewise.
7940 * gdb.mi/mi-pending.exp: Likewise.
7941
7942 2008-02-07 Doug Evans <dje@google.com>
7943
7944 * gdb.cp/mb-inline.exp: New.
7945 * gdb.cp/mb-inline.h: New.
7946 * gdb.cp/mb-inline1.cc: New.
7947 * gdb.cp/mb-inline2.cc: New.
7948
7949 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7950
7951 * gdb.pascal/floats.pas: New test program.
7952 * gdb.pascal/floats.exp: New testcase.
7953
7954 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7955
7956 * gdb.base/callfuncs.c (t_float_many_args): New function.
7957 (t_double_many_args): New function.
7958 * gdb.base/callfuncs.exp: Add tests for exceeding float
7959 and double parameters passed through the stack.
7960
7961 2008-02-05 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7964 gdb.ada/complete/foo.adb: New files.
7965 * gdb.ada/complete.exp: New testcase.
7966
7967 2008-02-03 Doug Evans <dje@google.com>
7968
7969 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7970
7971 * gdb.cp/gdb2384.exp: New file.
7972 * gdb.cp/gdb2384.cc: New file.
7973 * gdb.cp/gdb2384-base.h: New file.
7974 * gdb.cp/gdb2384-base.cc: New file.
7975
7976 2008-02-02 Doug Evans <dje@google.com>
7977
7978 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
7979
7980 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7981
7982 * gdb.ada/sym_print_name: New test program.
7983 * gdb.ada/sym_print_name.exp: New testcase.
7984
7985 2007-02-01 Joel Brobecker <brobecker@adacore.com>
7986
7987 * gdb.ada/nested/hello.adb: New file.
7988 * gdb.ada/nested.exp: New testcase.
7989 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7990
7991 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7992
7993 * gdb.mi/basic.c (return_1): New function.
7994 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
7995 don't cause future evaluations of function to report
7996 creation of internal breakpoints.
7997
7998 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
7999
8000 * gdb.mi/mi-break.exp (test_error): New.
8001 Call it.
8002
8003 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8004
8005 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8006 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8007
8008 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8009
8010 * gdb.pascal/integers.pas: New test program.
8011 * gdb.pascal/integers.exp: New testcase.
8012
8013 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8014
8015 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8016
8017 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8018
8019 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8020 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8021
8022 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8023
8024 * gdb.ada/formatted_ref: New test program.
8025 * gdb.ada/formatted_ref.exp: New testcase.
8026
8027 * gdb.cp/formatted-ref.cc: New file.
8028 * gdb.cp/formatted-ref.exp: New testcase.
8029
8030 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8031
8032 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8033
8034 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8035
8036 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8037 (test_file_list_exec_source_file): Update to new macro-info field.
8038
8039 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8040
8041 * gdb.ada/exprs: New test program.
8042 * gdb.ada/exprs.exp: New testcase.
8043
8044 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8045
8046 * dfp-test.c (DELTA, DELTA_B): New definitions.
8047 (double_val1, double_val2, double_val3, double_val4, double_val5,
8048 double_val6, double_val7, double_val8, double_val9, double_val10,
8049 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8050 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8051 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8052 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8053 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8054 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8055 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8056 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8057 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8058 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8059 dec128_val16): New global variables.
8060 (decimal_dec128_align): New function.
8061 (decimal_mixed): Likewise.
8062 (decimal_many_args_dec32): Likewise.
8063 (decimal_many_args_dec64): Likewise.
8064 (decimal_many_args_dec128): Likewise.
8065 (decimal_many_args_mixed): Likewise.
8066 * dfp-test.exp: Add tests calling new inferior functions.
8067
8068 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8069
8070 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8071 gdb.server/ext-run.exp: New files.
8072 * lib/gdbserver-support.exp (gdbserver_download): New.
8073 (gdbserver_start): New. Update gdbserver expected
8074 output.
8075 (gdbserver_spawn): Use them.
8076 (gdbserver_start_extended): New.
8077
8078 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8079
8080 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8081 Run on GNU/Linux.
8082 (do_exec_tests): Check for systems which do not support catchpoints.
8083 Do not match START.
8084 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8085 Run on GNU/Linux. Enable verbose output.
8086 (check_fork_catchpoints): New.
8087 (explicit_fork_child_follow, catch_fork_child_follow)
8088 (tcatch_fork_parent_follow): Update expected messages.
8089 (do_fork_tests): Use check_fork_catchpoints.
8090 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8091 Run on GNU/Linux. Enable verbose output.
8092 (check_vfork_catchpoints): New.
8093 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8094 expected messages.
8095 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8096
8097 2008-01-29 Jim Blandy <jimb@red-bean.com>
8098
8099 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8100 host' errors.
8101 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8102
8103 2008-01-29 Jim Blandy <jimb@red-bean.com>
8104
8105 * gdb.threads/sigthread.c: Use barriers to ensure that
8106 child_thread and child_thread_two are always initialized before we
8107 start to use them.
8108
8109 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8110
8111 * gdb.base/watchpoint-solib.exp: New.
8112 * gdb.base/watchpoint-solib.c: New.
8113 * gdb.base/watchpoint-solib-shr.c: New.
8114
8115 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8116
8117 * gdb.base/gdb1056.exp: Add unsigned integer test.
8118
8119 2008-01-28 Doug Evans <dje@google.com>
8120
8121 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8122
8123 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8124
8125 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8126
8127 * gdb.base/expand-psymtabs.exp: Doc fix.
8128
8129 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8130
8131 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8132
8133 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8134
8135 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8136 -var-set-format.
8137
8138 2008-01-23 Chris Demetriou <cgd@google.com>
8139
8140 * gdb.threads/thread_events.c: New testcase source file.
8141 * gdb.threads/thread_events.exp: New testcase expect file.
8142
8143 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8144
8145 * lib/gdb.exp: Add the variable octal.
8146
8147 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8148 -var-set-format.
8149
8150 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8151 Vladimir Prus <vladimir@codesourcery.com>
8152
8153 * gdb.base/float.exp: Allow missing floating point for m68k and
8154 PowerPC.
8155
8156 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8157
8158 * gdb.mi/basics.c: Setup for testing breakpoints
8159 ignore count.
8160 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8161 * gdb.mi/mi-cli.exp: Adjust.
8162 * gdb.mi/mi2-cli.exp: Adjust.
8163
8164 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8165
8166 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8167 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8168 with dummy_ptr's address.
8169 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8170 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8171 all targets.
8172 * gdb.mi/mi2-var-child.exp: Likewise.
8173
8174 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8175
8176 * gdb.ada/null_array: New test program.
8177 * gdb.ada/null_array.exp: New testcase.
8178
8179 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8180
8181 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8182 with required float modifiers.
8183
8184 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8185
8186 * gdb.ada/funcall_param: New test program.
8187 * gdb.ada/funcall_param.exp: New testcase.
8188
8189 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8190
8191 * gdb.ada/arrayparam: New test program.
8192 * gdb.ada/arrayparam.exp: New testcase.
8193
8194 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8195
8196 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8197 landed. Should also fix random failures in the test following it.
8198
8199 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8200
8201 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8202 for expressions with decimal float values.
8203 (test_dfp_conversions): New function to test casts to and from
8204 decimal float types.
8205 Call test_dfp_conversions.
8206 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8207 elements.
8208 (main): Initialize ds.float4 and ds.double8 elements.
8209 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8210 string to new error message.
8211 (d64_set_tests): Likewise.
8212 (d128_set_tests): Likewise.
8213 Add tests for expressions with decimal float variables. Add tests for
8214 conversions to and from decimal float types.
8215
8216 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8217
8218 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8219 * gdb.ada/packed_tagged.exp: New testcase.
8220
8221 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8222
8223 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8224 gdb.ada/homonym/homonym_main.adb: New files.
8225 * gdb.ada/homonym.exp: New testcase.
8226
8227 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8228
8229 * gdb.ada/packed_array.exp: Add testing of references to
8230 a packed array.
8231
8232 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8233
8234 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8235 New files.
8236 * gdb.ada/type_coercion.exp: New testcase.
8237
8238 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8241 gdb.ada/tagged/foo.adb: New file.
8242 * gdb.ada/tagged.exp: New testcase.
8243
8244 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8245
8246 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8247 gdb.ada/ptype_field/foo.adb: New files.
8248 * gdb.ada/ptype_field.exp: New testcase.
8249
8250 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8251
8252 * gdb.ada/print_pc.exp: New testcase.
8253
8254 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8257 gdb.ada/taft_type/p.adb: New files.
8258 * gdb.ada/taft_type.exp: New testcase.
8259
8260 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8261
8262 * gdb.ada/array_bounds/bar.adb: New file.
8263 * gdb.ada/array_bounds.exp: New testcase.
8264
8265 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8266
8267 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8268 gdb.ada/arrayptr/foo.adb: New files.
8269 * gdb.ada/arrayptr.exp: New testcase.
8270
8271 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8272
8273 * gdb.base/set-lang-auto.exp: New testcase.
8274
8275 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8276
8277 * gdb.ada/fun_addr/foo.adb: New file.
8278 * gdb.ada/fun_addr.exp: New testcase.
8279
8280 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8281
8282 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8283 New files
8284
8285 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8286
8287 * array_subscript_addr/p.adb: New file.
8288 * array_subscript_addr.exp: New testcase.
8289
8290 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8293 New files.
8294 * gdb.ada/str_cmp_ref.exp: New testcase.
8295
8296 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8297
8298 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8299 gdb.ada/fun_in_declare/foo.adb: New files.
8300 * gdb.ada/fun_in_declare.exp: New testcase.
8301
8302 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8303
8304 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8305 gdb.ada/ref_param/pck.ads: New files.
8306 * gdb.ada/ref_param.exp: New testcase.
8307
8308 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8309
8310 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8311 gdb.ada/interface/foo.adb: New files.
8312 * gdb.ada/interface.exp: New testcase.
8313
8314 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8315
8316 * gdb.base/multi-forks.exp: Consume all output from child
8317 processes before proceeding to next test.
8318
8319 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8320
8321 * configure: Regenerated.
8322
8323 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8324
8325 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8326 gdb.ada/fixed_cmp/fixed.adb: New files.
8327 * gdb.ada/fixed_cmp.exp: New testcase.
8328
8329 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8330
8331 * gdb.ada/boolean_expr.exp: New testcase.
8332
8333 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8334
8335 * gdb.base/multi-forks.exp: Doc fix.
8336
8337 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8338
8339 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8340 * gdb.ada/char_param.exp: Do not compile our test program with
8341 -gnata, this is unnecessary.
8342 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8343
8344 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8345
8346 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8347 gdb.ada/print_chars/foo.adb: New files.
8348 * gdb.ada/print_chars.exp: New testcase.
8349
8350 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8351
8352 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8353 gdb.ada/char_param/foo.adb: New files.
8354 * gdb.ada/char_param.exp: New testcase.
8355
8356 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8357
8358 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8359 hard-coding source line numbers into the test.
8360 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8361 gdb_get_line_number to find.
8362
8363 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8364
8365 * gdb.base/ptype.c (highest): New struct type.
8366 (the_highest): New variable of that type.
8367 (main): Add dummy assignment to a field of variable the_highest.
8368 * gdb.base/ptype.exp: Test type printing of our new variable.
8369
8370 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8371
8372 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8373 and record first explicitly generated thread number.
8374 Use that thread number for thread specific watchpoint test.
8375 Add iteration number to repetitive tests.
8376
8377 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8378 Jim Blandy <jimb@codesourcery.com>
8379
8380 * gdb.base/expand-psymtabs.c: New testcase
8381 source file.
8382 * gdb.base/expand-psymtabs.exp: New testcase
8383 expect file.
8384
8385 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8386
8387 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8388 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8389
8390 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8391
8392 * gdb.ada/frame_args/foo.adb: New file.
8393 * gdb.ada/frame_args/pck.ads: New file.
8394 * gdb.ada/frame_args/pck.adb: New file.
8395 * gdb.ada/frame_args.exp: New testcase.
8396
8397 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8398
8399 * gdb.base/frame-args.c: New file.
8400 * gdb.base/frame-args.exp: New testcase.
8401
8402 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8403 Joseph Myers <joseph@codesourcery.com>
8404
8405 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8406
8407 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8408
8409 * gdb.mi/mi-pending.exp: New.
8410 * gdb.mi/mi-pending.c: New.
8411 * gdb.mi/mi-pendshr.c: New.
8412
8413 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8414
8415 * gdb.base/default.exp: Update expected output for 'info catch'.
8416
8417 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8418
8419 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8420 must be set to binary.
8421
8422 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8423
8424 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8425
8426 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8427
8428 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8429 gdb.mi/mi-file-transfer.exp: New.
8430
8431 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8432
8433 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8434
8435 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8436
8437 * gdb.trace/backtrace.exp: Fix a typo.
8438 * gdb.trace/circ.exp: Likewise.
8439 * gdb.trace/collection.exp: Likewise.
8440 * gdb.trace/limits.exp: Likewise.
8441 * gdb.trace/report.exp: Likewise.
8442 * gdb.trace/tfind.exp: Likewise.
8443 * gdb.trace/while-dyn.exp: Likewise.
8444
8445 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8448 objects of pointers that can't be dereferenced are now
8449 "noneditable".
8450
8451 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8452
8453 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8454 (target_cpu): Remove.
8455
8456 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8457
8458 * gdb.base/ending-run.exp: Expect the list of cleared
8459 breakpoint to come in natural order, not the reversed one.
8460
8461 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8462
8463 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8464 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8465
8466 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8467
8468 * gdb.base/printcmds.exp: New function
8469 test_printf_with_dfp.
8470
8471 2007-11-02 Doug Evans <dje@google.com>
8472
8473 * gdb.disasm/t01_mov.s: Remove carriage returns.
8474 * gdb.disasm/t02_mova.s: Ditto.
8475 * gdb.disasm/t03_add.s: Ditto.
8476 * gdb.disasm/t04_sub.s: Ditto.
8477 * gdb.disasm/t05_cmp.s: Ditto.
8478 * gdb.disasm/t06_ari2.s: Ditto.
8479 * gdb.disasm/t07_ari3.s: Ditto.
8480 * gdb.disasm/t08_or.s: Ditto.
8481 * gdb.disasm/t09_xor.s: Ditto.
8482 * gdb.disasm/t10_and.s: Ditto.
8483 * gdb.disasm/t11_logs.s: Ditto.
8484 * gdb.disasm/t12_bit.s: Ditto.
8485 * gdb.disasm/t13_otr.s: Ditto.
8486
8487 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8488
8489 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8490
8491 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8492
8493 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8494 provide DFP support.
8495
8496 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8497
8498 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8499 Test "set powerpc vector-abi". Skip auto-detection tests for old
8500 toolchains.
8501
8502 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8503
8504 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8505 with [string compare].
8506
8507 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8508
8509 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8510 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8511
8512 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8513
8514 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8515 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8516 * gdb.opt/Makefile.in: New makefile.
8517 * Makefile.in: Create new directory "gdb.opt".
8518 * configure.ac: Add "gdb.opt" directory.
8519 * configure: Regenerated.
8520
8521 2007-10-25 Doug Evans <dje@google.com>
8522
8523 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8524 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8525
8526 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8527 Thiago Jung Bauermann <bauerman@br.ibm.com>
8528
8529 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8530 Floating Point expressions.
8531 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8532 Floating Point variables.
8533 * gdb.base/dfp-test.c: new file containing program with Decimal
8534 Floating variables, used by gdb.base/dfp-test.exp.
8535
8536 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8537
8538 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8539
8540 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8541
8542 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8543 compiling test case with GCC.
8544 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8545
8546 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8547
8548 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8549 format changes.
8550
8551 2007-10-18 Michael Snyder <msnyder@specifix.com>
8552
8553 * gdb.base/dbx.exp: Add missing "-re " operator.
8554
8555 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8556
8557 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8558 * configure.ac: Removed trailing spaces after backslash.
8559 * gdb.modula2: New directory.
8560 * gdb.modula2/Makefile.in: New file.
8561 * gdb.modula2/unbounded-array.exp: New file.
8562 * gdb.modula2/unbounded1.c: New file.
8563
8564 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8565
8566 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8567
8568 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8569
8570 * gdb.base/sigstep.c (main): Add checks for
8571 return values for setitimer call.
8572 Call setitimer again with itimer = ITIMER_REAL
8573 if first call to setitimer fails.
8574
8575 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8576
8577 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8578 of $timeout.
8579
8580 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8581
8582 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8583
8584 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8585
8586 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8587 of gdb_expect call, to avoid interruption.
8588
8589 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8590
8591 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8592 (v_unsigned_long_long, v_long_long_array)
8593 (v_signed_long_long_array, v_unsigned_long_long_array)
8594 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8595 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8596 [!NO_LONG_LONG]: New.
8597 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8598 v_long_long_member.
8599
8600 (v_long_long_func, v_signed_long_long_func)
8601 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8602 (main) [!NO_LONG_LONG]: Initialize long long variants.
8603
8604 * gdb.base/whatis.exp: If board file requests no_long_long, build
8605 test with NO_LONG_LONG defined. Test long long, signed long long,
8606 and unsigned long long variants but only if board file doesn't
8607 disable it.
8608
8609 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8610 Daniel Jacobowitz <dan@codesourcery.com>
8611
8612 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8613 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8614 * configure: Regenerated.
8615 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8616 gdb.pascal/types.exp, lib/pascal.exp: New files.
8617
8618 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8619
8620 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8621 call.
8622 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8623 to return to the call.
8624 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8625 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8626 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8627 * gdb.mi/mi-until.exp (test_until): Likewise.
8628 * gdb.mi/mi2-until.exp (test_until): Likewise.
8629
8630 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8633 two-char array.
8634 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8635
8636 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8637
8638 * gdb.threads/watchthreads.c (thread_function): Sleep between
8639 iterations.
8640 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8641 at once for S/390. Generate matching fails and passes.
8642
8643 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8644
8645 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8646 the 'struct_declarations' variable to zeros.
8647
8648 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8649
8650 * gdb.cp/mb-ctor.cc: New.
8651 * gdb.cp/mb-ctor.exp: New.
8652 * gdb.cp/mb-templates.cc: New.
8653 * gdb.cp/mb-templates.exp: New.
8654
8655 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8656
8657 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8658
8659 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8660
8661 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8662 targets.
8663 * configure: Regenerate.
8664
8665 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8666
8667 * gdb.base/annota1.exp: Adjust for 'info break'
8668 format changes.
8669 * gdb.base/annota3.exp: Likewise.
8670 * gdb.base/break.exp: Likewise.
8671 * gdb.base/condbreak.exp: Likewise.
8672 * gdb.base/pending.exp: Likewise.
8673 * gdb.base/sepdebug.exp: Likewise.
8674 * gdb.base/unload.exp: Likewise.
8675 * gdb.base/ovldbreak.exp: Likewise.
8676
8677 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8678
8679 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8680 messages.
8681 * gdb.base/chng-syms.exp: Likewise.
8682 * gdb.base/unload.exp: Likewise.
8683
8684 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8685
8686 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8687
8688 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8689
8690 * schedlock.c (NUM): Change to 1.
8691 (main): Use args[0] for the main thread.
8692 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8693 regardless of the number of threads.
8694
8695 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8696
8697 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8698 type down.
8699 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8700 test.
8701 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8702 watchpoint type down.
8703 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8704 test.
8705
8706 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8707
8708 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8709 Move all the tests here and run them twice, once using software
8710 watchpoints and once using hardware watchpoints.
8711 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8712
8713 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8716 test.
8717
8718 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8719
8720 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8721 build-id.
8722
8723 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8724 know about $ORIGIN. Calculate output dir from $dest instead of
8725 using ${objdir}/{$subdir}.
8726
8727 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8728
8729 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8730 gcore, before continuing with the test.
8731
8732 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8733
8734 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8735 * gdb.mi/mi-watch.exp: Likewise.
8736
8737 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8738 Jim Blandy <jimb@codesourcery.com>
8739
8740 * gdb.arch/i386-sse.exp: Do not expect character constants.
8741 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8742 * gdb.base/display.exp: Allow print/s.
8743 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8744 and unsigned char array changes.
8745
8746 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8747
8748 * gdb.base/display.exp: Add tests for printf %p.
8749
8750 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8751
8752 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8753 the dll name to unicode.
8754
8755 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8756
8757 * gdb.base/default.exp (show version): Update the version text.
8758 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8759
8760 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8761
8762 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8763 New files.
8764
8765 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8766
8767 * lib/gdb.exp (build_id_debug_filename_get): New function.
8768 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8769 Remove the generate DEBUG file for the future testcase runs.
8770 New testcase for the NT_GNU_BUILD_ID retrieval.
8771 Move the final testing step to ...
8772 (test_different_dir): ... a new function.
8773 New parameter XFAIL to XFAIL all the tests performed.
8774 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8775 New parameter TYPE to PF_PREFIX all the tests performed.
8776
8777 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8778
8779 * gdb.mi/mi-var-cp.cc (path_expression): New
8780 function.
8781 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8782
8783 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8784
8785 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8786 to fit into SPU Local Store memory.
8787
8788 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.base/default.exp: Adjust the expected output of "info
8791 warranty" after the switch to GPLv3.
8792
8793 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8794
8795 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8796 to 30000 (from 20000).
8797
8798 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8799
8800 Switch the license of all .exp files to GPLv3.
8801 Switch the license of all .f and .f90 files to GPLv3.
8802 Switch the license of all .s and .S files to GPLv3.
8803
8804 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8805
8806 * configure.ac: Switch license to GPLv3.
8807
8808 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8809
8810 Switch the licensing to GPLv3 for all .ads and .adb files.
8811
8812 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8813
8814 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8815 and t_int_double.
8816 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8817
8818 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8819
8820 * gdb.base/step-line.c: Switch license to GPL version 3, and
8821 update copyright year.
8822 * gdb.base/step-line.inp: Likewise.
8823
8824 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8825
8826 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8827 changes inside gdb1555.c.
8828 * gdb.base/pending.exp: Likewise.
8829
8830 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8831
8832 * config/default.exp: New file.
8833
8834 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8837 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8838
8839 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8840
8841 * gdb.base/dump.exp: Force the correct endianness for binary
8842 formats not carrying this information.
8843
8844 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8845
8846 * gdb.threads/staticthreads.exp: Match .*sem_post.
8847
8848 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8849
8850 * gdb.base/readline.exp (operate_and_get_next): Match the final
8851 prompt.
8852
8853 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8854
8855 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8856 to restarting SID.
8857
8858 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8859
8860 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8861 prior to `gdb_start'.
8862
8863 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8864
8865 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8866 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8867 Remove call to gdb_unload.
8868
8869 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8870 Daniel Jacobowitz <dan@codesourcery.com>
8871
8872 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8873 for __WIN32__.
8874 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8875 * gdb.base/unload.exp: Use shared library test routines.
8876
8877 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8878
8879 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8880 * gdb.base/solib-symbol-lib.c: Likewise.
8881 * gdb.base/solib-symbol-main.c: Likewise.
8882
8883 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8884
8885 * config/gdbserver.exp (gdb_reconnect): New.
8886 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8887 gdb.base/solib-disc.exp: New files.
8888 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8889 remote debugging".
8890 (gdb_compile): Add shlib_load flag.
8891 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8892 port.
8893 (gdbserver_reconnect): New.
8894
8895 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8896 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * gdb.base/annota3.exp: Test for if construct.
8899
8900 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8901
8902 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8903
8904 2007-06-21 Chris Dearman <chris@mips.com>
8905 Maciej W. Rozycki <macro@mips.com>
8906
8907 * gdb.base/display.exp: Allow a newline after display/i.
8908 * gdb.base/pc-fp.exp: Likewise.
8909 * gdb.base/sigbpt.exp: Likewise.
8910
8911 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8912
8913 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8914 required features to be included.
8915
8916 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8919 in info threads output.
8920
8921 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8922 Markus Deuling <deuling@de.ibm.com>
8923
8924 * gdb.arch/spu-info.exp: New testcase.
8925 * gdb.arch/spu-info.c: New file.
8926
8927 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8928
8929 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8930 tpcs_offset. Restore lr after the call.
8931 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8932
8933 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8934
8935 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8936 (gdbserver_run): Kill any running gdbserver.
8937 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8938
8939 2007-05-17 Maciej W. Rozycki <macro@mips.com>
8940
8941 * gdb.base/sigbpt.exp: Preset segv_addr.
8942
8943 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8944
8945 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8946 (gdb_compile_shlib): Likewise.
8947 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8948 (default_gdb_init): Clear cleanfiles.
8949 (gdb_finish): Delete recorded cleanfiles.
8950 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8951
8952 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8953 Do not use isnative.
8954 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8955 gdb.base/so-impl-ld.exp: Likewise.
8956 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8957 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8958 gdb_compile.
8959
8960 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8961
8962 * config/unknown.exp: Remove.
8963
8964 2007-05-15 Markus Deuling <deuling@de.ibm.com>
8965
8966 * gdb.base/info-proc.exp: Check is_remote.
8967
8968 2007-05-14 Markus Deuling <deuling@de.ibm.com>
8969
8970 * gdb.base/gcore.exp: Initialize variable core_supported.
8971
8972 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8973
8974 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
8975
8976 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8977
8978 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
8979 * gdb.threads/print-threads.exp (test_all_threads): Allow
8980 negative and hexadecimal thread IDs.
8981
8982 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8983
8984 * gdb.java/jprint.java (public): Avoid invalid call to static
8985 method.
8986
8987 2007-05-14 Denis Pilat <denis.pilat@st.com>
8988
8989 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
8990 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
8991 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8992 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
8993 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
8994
8995 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8996
8997 * gdb.base/overlays.exp: Add support for targets with only code
8998 overlay support, not data overlay. Support spu-*-* target in
8999 this mode.
9000 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9001 * gdb.base/spu.ld: New file.
9002
9003 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9004
9005 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9006
9007 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9008
9009 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9010
9011 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9012
9013 * gdb.java/jmain.exp: Handle demangled names with and without method
9014 signatures.
9015
9016 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9017
9018 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9019 (have_a_very_merry_interrupt): Remove calls to puts.
9020 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9021 inferior output.
9022 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9023 test names.
9024
9025 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9026 Daniel Jacobowitz <dan@codesourcery.com>
9027
9028 * gdb.base/auxv.exp (core_works): Also check is_remote.
9029 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9030
9031 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9032
9033 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9034 message, not the undefined 'module' variable.
9035 * gdb.base/siginfo.exp: Likewise.
9036 * gdb.base/sigstep.exp: Likewise.
9037 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9038 serialport.
9039 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9040
9041 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9042
9043 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9044 target sim fails. Return 0 otherwise.
9045 (gdb_load): Return prematurely if gdb_target_sim fails.
9046
9047 2007-04-16 Denis Pilat <denis.pilat@st.com>
9048
9049 * gdb.base/setshow.exp: Reset height after having set it to 100.
9050
9051 2007-04-16 Denis Pilat <denis.pilat@st.com>
9052
9053 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9054
9055 2007-04-16 Denis Pilat <denis.pilat@st.com>
9056
9057 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9058
9059 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9060
9061 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9062 tests. Run the frozen varobjs test.
9063 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9064 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9065
9066 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9069 gdb.base/type-opaque.exp: New files.
9070
9071 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9072
9073 * gdb.mi/mi-var-child.c
9074 (do_children_tests): User char[2] instead of
9075 char so that automatic printing of pointers to char
9076 don't give unpredicable result.
9077 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9078 local variables.
9079 * gdb.mi/mi-var-child.exp: Step to right line
9080 of do_children_tests.
9081 * gdb.mi/mi2-var-child.exp: Likewise.
9082 * gdb.mi/mi-var-cmd.exp: Step to right line of
9083 do_locals_tests.
9084 (do_children_tests): User char[2] instead of
9085 char so that automatic printing of pointers to char
9086 don't give unpredicable result.
9087 * gdb.mi/mi2-var-cmd.exp: Likewise.
9088 * lib/mi-support.exp (mi_continue_to_line):
9089 Pass test name to mi_wait_for_stop.
9090
9091 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9092
9093 * gdb.asm/asm-source.exp: Remove d10v case.
9094 * lib/gdb.exp (skip_cplus_tests): Likewise.
9095 * gdb.asm/d10v.inc: Deleted.
9096
9097 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9098
9099 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9100
9101 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9102
9103 * config/netware.exp: Delete file.
9104
9105 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9106
9107 * gdb.dwarf2/dw2-noloc.S: New file.
9108 * gdb.dwarf2/dw2-noloc.exp: New file.
9109
9110 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9111
9112 * gdb.cp/method2.cc: New test.
9113 * gdb.cp/method2.exp: New test.
9114 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9115
9116 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9117
9118 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9119
9120 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9121
9122 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9123
9124 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9125
9126 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9127 (gdb_load): Delete, replace with...
9128 (gdb_reload): ...this.
9129 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9130 * gdb.server/server-mon.exp: Likewise.
9131 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9132 (gdb_start_cmd): New.
9133 (gdb_file_cmd): Save the last loaded file.
9134 (gdb_reload): New.
9135 (gdb_gnu_strip_debug): Use transform.
9136 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9137 support here. Use new $last_loaded_file. Check mtime.
9138 (gdb_target_cmd): Handle ObjC failure case.
9139 (infer_host_exec): Delete.
9140 (gdbserver_load): Rename to...
9141 (gdbserver_run): ...this. Simplify.
9142 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9143 (mi_gdb_load): Move most contents to a new function...
9144 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9145 (mi_run_cmd): Use mi_gdb_target_load.
9146 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9147 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9148 Use gdb_run_cmd.
9149 * gdb.base/charsign.exp: Remove incorrect comment.
9150 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9151 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9152 gdb.base/start.exp: Use gdb_start_cmd.
9153
9154 2007-03-23 Nigel Stephens <nigel@mips.com>
9155 Maciej W. Rozycki <macro@mips.com>
9156
9157 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9158 * gdb.base/signull.exp: Similarly.
9159
9160 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9161
9162 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9163 messages available to test cases (like chng-sym.exp).
9164
9165 2007-03-14 Andreas Schwab <schwab@suse.de>
9166
9167 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9168 format changes.
9169
9170 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9171
9172 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9173 (optimized_1): New.
9174 (main): Call optimized_1.
9175 (gdb2029): Correct typos. Call gdb2029_marker.
9176 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9177 for gdb2029.
9178
9179 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9180
9181 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9182 as tabs. Remove redundant test pattern.
9183
9184 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9185
9186 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9187 for /a format output.
9188
9189 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9190
9191 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9192 collect output incrementally.
9193
9194 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9195
9196 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9197 for -var-create lpcharacter test.
9198 * gdb.mi/mi2-var-cmd.exp: Likewise.
9199
9200 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9201
9202 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9203 pass on targets where address zero is readable.
9204
9205 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9206
9207 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9208 just a single architecture.
9209
9210 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9211
9212 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9213 (fetch_all_registers): New function, uses gdb_test_multiple and
9214 exp_continue to fetch inferior output line-by-line.
9215 Replace all uses of do_get_all_registers by fetch_all_registers.
9216
9217 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9218
9219 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9220 in target_info.
9221
9222 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9223
9224 * gdb.threads/manythreads.exp: Use $message string for
9225 consistancy; add a default (timeout) case.
9226
9227 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9228
9229 * gdb.base/watchpoint.exp: Fix truncated comment.
9230
9231 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9232
9233 * Makefile.in: Remove spurious single-quotes from sed command.
9234
9235 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9236
9237 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9238 func.
9239 * gdb.mi/mi2-var-cmd.exp: Likewise.
9240
9241 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.dwarf2/dw2-producer.S: New file.
9244 * gdb.dwarf2/dw2-producer.exp: New testcase.
9245
9246 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9249 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9250 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9251 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9252 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9253 Revert tests to use mi_gdb_test and include value field in output
9254 of -var-create.
9255
9256 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9257
9258 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9259
9260 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9261
9262 * gdb.base/maint.exp: Remove full paths from test names.
9263 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9264 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9265
9266 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9267
9268 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9269
9270 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9271
9272 * gdb.server/server-mon.exp: New test.
9273
9274 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9275
9276 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9277
9278 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9279
9280 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9281 register capitalization.
9282
9283 2007-02-13 Denis Pilat <denis.pilat@st.com>
9284
9285 * gdb.mi/mi-var-invalidate.exp: New file.
9286
9287 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9288
9289 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9290
9291 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9292
9293 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9294
9295 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9296
9297 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9298 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9299
9300 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9301
9302 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9303 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9304 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9305 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9306 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9307 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9308 Update tests to include value field in output of -var-create.
9309
9310 2007-02-08 Andreas Schwab <schwab@suse.de>
9311
9312 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9313
9314 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9315
9316 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9317 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9318
9319 2007-02-02 Denis Pilat <denis.pilat@st.com>
9320
9321 * gdb.threads/threadapply.exp: check that frame is not changed by
9322 the thread apply all command.
9323
9324 2007-01-31 Andreas Schwab <schwab@suse.de>
9325
9326 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9327
9328 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9329 in the dwarf sections.
9330 * gdb.dwarf2/mac-fileno.S: Likewise.
9331
9332 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9333 bspstore register on ia64.
9334
9335 2007-01-29 Andreas Schwab <schwab@suse.de>
9336
9337 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9338 "frame-begin" annotation.
9339
9340 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9341 number of "frames-invalid" annotations.
9342
9343 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9344
9345 * gdb.base/commands.exp: Call if_commands_test.
9346 (gdb_test_no_prompt, if_commands_test): New.
9347
9348 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9349
9350 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9351
9352 2007-01-27 Andreas Schwab <schwab@suse.de>
9353
9354 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9355 .short/.int/.quad in the dwarf sections.
9356 * gdb.dwarf2/dw2-intercu.S: Likewise.
9357 * gdb.dwarf2/dw2-intermix.S: Likewise.
9358
9359 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9362 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9363 array.
9364 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9365 * gdb.base/setvar.exp: Likewise.
9366
9367 2007-01-26 Andreas Schwab <schwab@suse.de>
9368
9369 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9370 test.
9371
9372 * gdb.base/multi-forks.exp ("restart $i"): Also match
9373 __kernel_syscall_via_break.
9374
9375 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9376
9377 * lib/mi-support.exp (mi_delete_varobj): New.
9378 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9379 testcase.
9380 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9381 (main): Call the above.
9382 (reference_update_test, base_in_reference_test)
9383 (reference_to_pointer): Delete the created varobjs.
9384
9385 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9386
9387 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9388 * configure: Regenerated.
9389 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9390 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9391 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9392 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9393 * lib/gdb.exp (gdb_skip_xml_test): New function.
9394
9395 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9396
9397 * gdb.base/sigrepeat.exp: Correct error message.
9398
9399 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9400 Daniel Jacobowitz <dan@codesourcery.com>
9401
9402 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9403 gdb.arch/i386-gnu-cfi-asm.S: New files.
9404
9405 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 * lib/gdb.exp: Abort on missing `site.exp'.
9408
9409 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9410 Daniel Jacobowitz <dan@codesourcery.com>
9411
9412 * gdb.base/included.c, gdb.base/included.exp,
9413 gdb.base/included.h: New files.
9414
9415 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9416
9417 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9418 (maximize_rlimit): Reduce limits on 64-bit systems.
9419
9420 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9421
9422 From Marcus Deuling <deuling@de.ibm.com>:
9423 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9424 every case.
9425
9426 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9427
9428 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9429 (test_path_specification): Use objdir instead of srcdir to always
9430 get an absolute filename.
9431
9432 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9433
9434 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9435
9436 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9437
9438 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9439 Make sure the variable we're using is in scope.
9440 (reference_to_pointer): Likewise.
9441
9442 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9443
9444 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9445 has no debug information.
9446
9447 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9448
9449 * gdb.base/annota1.exp: Remove extra send_gdb.
9450
9451 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9452
9453 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9454
9455 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9458
9459 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9460 Daniel Jacobowitz <dan@codesourcery.com>
9461
9462 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9463 lcharacter or linteger change. Correct duplicated test name.
9464 * gdb.mi/mi2-var-cmd.exp: Likewise.
9465
9466 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9467
9468 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9469
9470 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9471
9472 * gdb.base/nofield.c: New file.
9473 * gdb.base/nofield.exp: New testcase.
9474
9475 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9476
9477 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9478
9479 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9480 test.
9481
9482 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9483
9484 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9485
9486 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9487
9488 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9489 when continuing.
9490
9491 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9492
9493 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9494 Expect ".exe" extension.
9495
9496 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9497
9498 * gdb.base/charset.exp: Add explicit filename to break.
9499 * gdb.base/dbx.exp: Add explicit filename to breaks.
9500
9501 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9502
9503 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9504 * gdb.mi/mi2-file.exp: Likewise.
9505
9506 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9507
9508 Implement specification of MI tests as comments
9509 in C and C++ sources.
9510 * lib/mi-support.exp (mi_autotest_data): New variable.
9511 (mi_autotest_source): New variable.
9512 (count_newlines, mi_prepare_inline_tests)
9513 (mi_get_inline_test, mi_continue_to_line)
9514 (mi_run_inline_test, mi_tbreak)
9515 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9516 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9517 Run inline tests.
9518 * gdb.mi/mi-var-cp.cc: Define tests here.
9519
9520 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9521
9522 Simplify usage of mi_continue_to.
9523 * lib/mi-support.exp (mi_runto_helper): Renamed
9524 from mi_runto, added new parameter 'run_or_continue'.
9525 (mi_runto): Use mi_runto_helper.
9526 (mi_continue_to): Accept just function name as parameter.
9527 Use mi_runto_helper.
9528 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9529 * gdb.mi/mi2-var-cmd.exp: Likewise.
9530
9531 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9532
9533 Make this testcase a bit more realistic. The current code
9534 is too simplistic, and allows the compiler to optimize out
9535 some of the entities we need for this testcase.
9536 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9537 (Do_Nothing): Add extra parameter.
9538 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9539 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9540 by using a variable of type Void_Star.
9541
9542 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9543
9544 * gdb.ada/catch_ex/foo.adb: New file.
9545 * gdb.ada/catch_ex.exp: New testcase.
9546
9547 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9548
9549 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9550 pass --image-base to linker.
9551
9552 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9553 Daniel Jacobowitz <dan@codesourcery.com>
9554
9555 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9556 secondary prompts.
9557
9558 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9559
9560 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9561 output. Test the types of members and member pointers.
9562 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9563 gdb/2092.
9564 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9565 statement. Enable for GCC. Update expected output for some tests
9566 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9567 layout.
9568 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9569 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9570 (Diamond::vget_base): New.
9571 (main): Add new tests.
9572 * gdb.cp/printmethod.exp: Update expected output for member functions.
9573 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9574 print pEe->D::vg().
9575
9576 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9577
9578 * gdb.threads/tls.exp: Allow stops in sem_post.
9579
9580 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9583 * gdb.base/annota3.exp: Likewise.
9584 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9585 again (instead of timing out).
9586 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9587 GCC bug 26475.
9588 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9589 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9590 test from jmisc1.exp.
9591 * gdb.java/jmisc1.exp: Delete.
9592 * gdb.java/jprint.exp: Adjust to work with method signatures including
9593 return types.
9594 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9595 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9596 * lib/java.exp (compile_java_from_source): Pass the correct type
9597 to target_compile.
9598
9599 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9600
9601 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9602 (stack_align_edx): New function.
9603 (stack_align_eax): New function.
9604 (main): Add calls to stack_align_edx and stack_align_eax.
9605 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9606 Add testing for the cases where the register used during a stack
9607 realignment is edx. Same for eax.
9608
9609 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9610
9611 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9612 and generic PE targets.
9613
9614 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.ada/array_return.exp: Update copyright date list.
9617
9618 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9619
9620 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9621 (Create_Small_Float_Vector): New function.
9622 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9623 function body.
9624 * gdb.ada/array_return/p.adb: Use new type and function from
9625 package Pck.
9626 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9627 able to print the value returned by a function returning an
9628 array of float.
9629
9630 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9631
9632 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9633 The associated tests should be PASSing.
9634
9635 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9636
9637 Test for base in references.
9638 * gdb.mi/mi-var-cp.cc: Add test code.
9639 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9640 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9641 * gdb.mi/mi2-watch.exp: Likewise.
9642 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9643 (mi_list_varobj_children): New function.
9644
9645 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9646
9647 * lib/mi-support.exp
9648 (mi_runto): Accept "()" after function name.
9649 (mi_create_varobj): New function.
9650 (mi_varobj_update): New function.
9651 (mi_Check_varobj_value): New function.
9652 * gdb.mi/mi-var-cp.exp: New file.
9653 * gdb.mi/mi-var-cp.cc: New file.
9654
9655 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9656
9657 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9658 gdb.base/weaklib2.c: New files.
9659
9660 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9661
9662 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9663 info. Adjust test names.
9664
9665 * gdb.base/break.c (main): Move position of malloc.
9666 * gdb.base/break.exp: Revert mistaken checkin.
9667
9668 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9669
9670 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9671 assignement of arrays and function pointers.
9672 * gdb.mi/var-cmd.c: Add declaration necessary for above
9673 tests.
9674
9675 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9676
9677 * gdb.base/break.c (main): Call malloc.
9678
9679 * gdb.threads/linux-dp.exp: Read thread table before and after
9680 creating each philosopher and verify it.
9681
9682 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9683 Paul Brook <paul@codesourcery.com>
9684 Daniel Jacobowitz <dan@codesourcery.com>
9685
9686 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9687 main to remove duplication. Add start function of the form
9688 '_*start[1-9]*'. Add RVDS start function.
9689
9690 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9691
9692 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9693
9694 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9695
9696 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9697 * gdb.asm/spu.inc: New file.
9698 * gdb.base/term.exp: Disable if [target_info exists noargs].
9699 * gdb.gdb/complaints.exp: Disable if ![isnative].
9700 * gdb.gdb/selftest.exp: Likewise.
9701 * gdb.gdb/observer.exp: Likewise.
9702 * gdb.gdb/xfullpath.exp: Likewise.
9703 * gdb.base/attach.exp: Disable on SPU target.
9704 * gdb.cp/bs145503.exp: Likewise.
9705 * gdb.cp/exception.exp: Likewise.
9706 * gdb.cp/userdef.exp: Likewise.
9707
9708 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9709
9710 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9711
9712 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9713
9714 * gdb.base/completion.exp: Fix completion tests for
9715 'info' and 'info '.
9716 * gdb.base/help.exp (help_test_raw, test_class_help)
9717 (test_prefix_command_help): Move...
9718 * lib/gdb.exp: Here.
9719 * gdb.base/main.exp: Adjust.
9720 * gdb.cp/maint.exp: Adjust.
9721 * gdb.trace/tracecmd.exp: Use test_help_class.
9722
9723 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9724
9725 * gdb.stabs/weird.exp (print_weird_var): Use
9726 gdb_test_multiple instead of gdb_expect.
9727
9728 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9729
9730 * gdb.base/help.exp (help_test_raw): New.
9731 (test_class_help): New.
9732 (test_prefix_command_help): New.
9733 Adjust testcases.
9734
9735 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9736
9737 * gdb.base/constvars.c (main): Write to crass and crips, so that
9738 they are allocated by the compiler.
9739
9740 2006-10-27 Andreas Schwab <schwab@suse.de>
9741
9742 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9743 "detach-fork".
9744
9745 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9746
9747 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9748 of patterns.
9749
9750 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9751
9752 * gdb.base/sepdebug.exp: Remove debug format test.
9753 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9754 Handle no-symtab.
9755 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9756
9757 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9758
9759 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9760 int to pointer or pointer to int.
9761 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9762
9763 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9764
9765 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9766
9767 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9768
9769 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9770
9771 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9772
9773 PR c++/2116
9774 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9775
9776 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9777
9778 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9779 the corresponding bug has been fixed in GDB (PR/2018).
9780
9781 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9782
9783 * gdb.base/subst.exp: New testcase.
9784
9785 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9786
9787 * gdb.ada/array_return/pck.ads: Add copyright notice.
9788 * gdb.ada/array_return/pck.adb: Likewise.
9789 * gdb.ada/array_return/p.adb: Likewise.
9790 * gdb.ada/exec_changed/first.adb: Likewise.
9791 * gdb.ada/exec_changed/second.adb: Likewise.
9792
9793 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9794
9795 * gdb.ada/watch_arg/watch.adb: New file.
9796 * gdb.ada/watch_arg.exp: New testcase.
9797
9798 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9799
9800 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9801 via string_to_regexp.
9802 * gdb.mi/mi2-basics.exp: Likewise.
9803
9804 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9805
9806 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9807 Remove unused / obsolete files.
9808
9809 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9810
9811 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9812
9813 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9814
9815 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9816 HIGH_FRAME argument to -stack-list-arguments can be larger than
9817 the number of frames.
9818
9819 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9820
9821 * gdb.base/args.c (main): Add breakpoint marker.
9822 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9823 really test empty arguments.
9824 (args_load): Delete.
9825 (args_test): New.
9826
9827 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9828
9829 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9830 check for one file.
9831
9832 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9833
9834 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9835 HIGH_FRAME argument to -stack-list-locals can be larger than
9836 the number of frames.
9837
9838 2006-08-18 Fred Fish <fnf@specifix.com>
9839
9840 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9841 '$' in front of skip_vmx_tests_saved when setting that.
9842
9843 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9844
9845 * gdb.base/trace-commands.exp: New file.
9846
9847 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9848 Daniel Jacobowitz <dan@codesourcery.com>
9849
9850 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9851 expected output of the backtrace commands.
9852
9853 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9854
9855 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9856 untested followed by return combination.
9857 * gdb.arch/altivec-regs.exp: Likewise.
9858 * gdb.arch/e500-abi.exp: Likewise.
9859 * gdb.arch/e500-regs.exp: Likewise.
9860 * gdb.arch/gdb1291.exp: Likewise.
9861 * gdb.arch/gdb1431.exp: Likewise.
9862 * gdb.arch/gdb1558.exp: Likewise.
9863 * gdb.arch/i386-prologue.exp: Likewise.
9864 * gdb.arch/i386-unwind.exp: Likewise.
9865 * gdb.asm/asm-source.exp: Likewise.
9866 * gdb.base/a2-run.exp: Likewise.
9867 * gdb.base/advance.exp: Likewise.
9868 * gdb.base/all-bin.exp: Likewise.
9869 * gdb.base/annota1.exp: Likewise.
9870 * gdb.base/annota3.exp: Likewise.
9871 * gdb.base/args.exp: Likewise.
9872 * gdb.base/arithmet.exp: Likewise.
9873 * gdb.base/assign.exp: Likewise.
9874 * gdb.base/async.exp: Likewise.
9875 * gdb.base/attach.exp: Likewise.
9876 * gdb.base/bang.exp: Likewise.
9877 * gdb.base/bigcore.exp: Likewise.
9878 * gdb.base/bitfields.exp: Likewise.
9879 * gdb.base/bitfields2.exp: Likewise.
9880 * gdb.base/break.exp: Likewise.
9881 * gdb.base/call-sc.exp: Likewise.
9882 * gdb.base/call-strs.exp: Likewise.
9883 * gdb.base/callfuncs.exp: Likewise.
9884 * gdb.base/checkpoint.exp: Likewise.
9885 * gdb.base/chng-syms.exp: Likewise.
9886 * gdb.base/code-expr.exp: Likewise.
9887 * gdb.base/commands.exp: Likewise.
9888 * gdb.base/completion.exp: Likewise.
9889 * gdb.base/cond-expr.exp: Likewise.
9890 * gdb.base/condbreak.exp: Likewise.
9891 * gdb.base/consecutive.exp: Likewise.
9892 * gdb.base/constvars.exp: Likewise.
9893 * gdb.base/corefile.exp: Likewise.
9894 * gdb.base/cvexpr.exp: Likewise.
9895 * gdb.base/dbx.exp: Likewise.
9896 * gdb.base/define.exp: Likewise.
9897 * gdb.base/detach.exp: Likewise.
9898 * gdb.base/display.exp: Likewise.
9899 * gdb.base/dump.exp: Likewise.
9900 * gdb.base/ena-dis-br.exp: Likewise.
9901 * gdb.base/ending-run.exp: Likewise.
9902 * gdb.base/environ.exp: Likewise.
9903 * gdb.base/eval-skip.exp: Likewise.
9904 * gdb.base/exprs.exp: Likewise.
9905 * gdb.base/fileio.exp: Likewise.
9906 * gdb.base/finish.exp: Likewise.
9907 * gdb.base/float.exp: Likewise.
9908 * gdb.base/foll-exec.exp: Likewise.
9909 * gdb.base/foll-fork.exp: Likewise.
9910 * gdb.base/foll-vfork.exp: Likewise.
9911 * gdb.base/freebpcmd.exp: Likewise.
9912 * gdb.base/funcargs.exp: Likewise.
9913 * gdb.base/gcore.exp: Likewise.
9914 * gdb.base/gdb1090.exp: Likewise.
9915 * gdb.base/gdb1250.exp: Likewise.
9916 * gdb.base/huge.exp: Likewise.
9917 * gdb.base/info-proc.exp: Likewise.
9918 * gdb.base/interrupt.exp: Likewise.
9919 * gdb.base/jump.exp: Likewise.
9920 * gdb.base/langs.exp: Likewise.
9921 * gdb.base/lineinc.exp: Likewise.
9922 * gdb.base/list.exp: Likewise.
9923 * gdb.base/logical.exp: Likewise.
9924 * gdb.base/long_long.exp: Likewise.
9925 * gdb.base/macscp.exp: Likewise.
9926 * gdb.base/maint.exp: Likewise.
9927 * gdb.base/mips_pro.exp: Likewise.
9928 * gdb.base/miscexprs.exp: Likewise.
9929 * gdb.base/multi-forks.exp: Likewise.
9930 * gdb.base/opaque.exp: Likewise.
9931 * gdb.base/overlays.exp: Likewise.
9932 * gdb.base/pc-fp.exp: Likewise.
9933 * gdb.base/pointers.exp: Likewise.
9934 * gdb.base/printcmds.exp: Likewise.
9935 * gdb.base/psymtab.exp: Likewise.
9936 * gdb.base/ptype.exp: Likewise.
9937 * gdb.base/recurse.exp: Likewise.
9938 * gdb.base/relational.exp: Likewise.
9939 * gdb.base/relocate.exp: Likewise.
9940 * gdb.base/remote.exp: Likewise.
9941 * gdb.base/reread.exp: Likewise.
9942 * gdb.base/restore.exp: Likewise.
9943 * gdb.base/return.exp: Likewise.
9944 * gdb.base/return2.exp: Likewise.
9945 * gdb.base/scope.exp: Likewise.
9946 * gdb.base/sect-cmd.exp: Likewise.
9947 * gdb.base/sep.exp: Likewise.
9948 * gdb.base/sepdebug.exp: Likewise.
9949 * gdb.base/setshow.exp: Likewise.
9950 * gdb.base/setvar.exp: Likewise.
9951 * gdb.base/sigall.exp: Likewise.
9952 * gdb.base/sigbpt.exp: Likewise.
9953 * gdb.base/signals.exp: Likewise.
9954 * gdb.base/signull.exp: Likewise.
9955 * gdb.base/sizeof.exp: Likewise.
9956 * gdb.base/solib.exp: Likewise.
9957 * gdb.base/step-line.exp: Likewise.
9958 * gdb.base/step-test.exp: Likewise.
9959 * gdb.base/structs.exp: Likewise.
9960 * gdb.base/structs2.exp: Likewise.
9961 * gdb.base/term.exp: Likewise.
9962 * gdb.base/twice.exp: Likewise.
9963 * gdb.base/until.exp: Likewise.
9964 * gdb.base/varargs.exp: Likewise.
9965 * gdb.base/volatile.exp: Likewise.
9966 * gdb.base/watchpoint.exp: Likewise.
9967 * gdb.base/whatis-exp.exp: Likewise.
9968 * gdb.base/whatis.exp: Likewise.
9969 * gdb.cp/ambiguous.exp: Likewise.
9970 * gdb.cp/annota2.exp: Likewise.
9971 * gdb.cp/annota3.exp: Likewise.
9972 * gdb.cp/bool.exp: Likewise.
9973 * gdb.cp/breakpoint.exp: Likewise.
9974 * gdb.cp/casts.exp: Likewise.
9975 * gdb.cp/class2.exp: Likewise.
9976 * gdb.cp/classes.exp: Likewise.
9977 * gdb.cp/cplusfuncs.exp: Likewise.
9978 * gdb.cp/ctti.exp: Likewise.
9979 * gdb.cp/derivation.exp: Likewise.
9980 * gdb.cp/exception.exp: Likewise.
9981 * gdb.cp/gdb1355.exp: Likewise.
9982 * gdb.cp/hang.exp: Likewise.
9983 * gdb.cp/inherit.exp: Likewise.
9984 * gdb.cp/local.exp: Likewise.
9985 * gdb.cp/m-data.exp: Likewise.
9986 * gdb.cp/m-static.exp: Likewise.
9987 * gdb.cp/member-ptr.exp: Likewise.
9988 * gdb.cp/method.exp: Likewise.
9989 * gdb.cp/misc.exp: Likewise.
9990 * gdb.cp/namespace.exp: Likewise.
9991 * gdb.cp/overload.exp: Likewise.
9992 * gdb.cp/ovldbreak.exp: Likewise.
9993 * gdb.cp/pr-1023.exp: Likewise.
9994 * gdb.cp/pr-1210.exp: Likewise.
9995 * gdb.cp/pr-574.exp: Likewise.
9996 * gdb.cp/printmethod.exp: Likewise.
9997 * gdb.cp/psmang.exp: Likewise.
9998 * gdb.cp/ref-params.exp: Likewise.
9999 * gdb.cp/ref-types.exp: Likewise.
10000 * gdb.cp/rtti.exp: Likewise.
10001 * gdb.cp/templates.exp: Likewise.
10002 * gdb.cp/try_catch.exp: Likewise.
10003 * gdb.cp/userdef.exp: Likewise.
10004 * gdb.cp/virtfunc.exp: Likewise.
10005 * gdb.disasm/am33.exp: Likewise.
10006 * gdb.disasm/h8300s.exp: Likewise.
10007 * gdb.disasm/mn10300.exp: Likewise.
10008 * gdb.disasm/sh3.exp: Likewise.
10009 * gdb.disasm/t01_mov.exp: Likewise.
10010 * gdb.disasm/t02_mova.exp: Likewise.
10011 * gdb.disasm/t03_add.exp: Likewise.
10012 * gdb.disasm/t04_sub.exp: Likewise.
10013 * gdb.disasm/t05_cmp.exp: Likewise.
10014 * gdb.disasm/t06_ari2.exp: Likewise.
10015 * gdb.disasm/t07_ari3.exp: Likewise.
10016 * gdb.disasm/t08_or.exp: Likewise.
10017 * gdb.disasm/t09_xor.exp: Likewise.
10018 * gdb.disasm/t10_and.exp: Likewise.
10019 * gdb.disasm/t11_logs.exp: Likewise.
10020 * gdb.disasm/t12_bit.exp: Likewise.
10021 * gdb.disasm/t13_otr.exp: Likewise.
10022 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10023 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10024 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10025 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10026 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10027 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10028 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10029 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10030 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10031 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10032 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10033 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10034 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10035 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10036 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10037 * gdb.mi/gdb701.exp: Likewise.
10038 * gdb.mi/gdb792.exp: Likewise.
10039 * gdb.mi/mi-basics.exp: Likewise.
10040 * gdb.mi/mi-break.exp: Likewise.
10041 * gdb.mi/mi-cli.exp: Likewise.
10042 * gdb.mi/mi-console.exp: Likewise.
10043 * gdb.mi/mi-disassemble.exp: Likewise.
10044 * gdb.mi/mi-eval.exp: Likewise.
10045 * gdb.mi/mi-file.exp: Likewise.
10046 * gdb.mi/mi-read-memory.exp: Likewise.
10047 * gdb.mi/mi-regs.exp: Likewise.
10048 * gdb.mi/mi-return.exp: Likewise.
10049 * gdb.mi/mi-simplerun.exp: Likewise.
10050 * gdb.mi/mi-stack.exp: Likewise.
10051 * gdb.mi/mi-stepi.exp: Likewise.
10052 * gdb.mi/mi-syn-frame.exp: Likewise.
10053 * gdb.mi/mi-until.exp: Likewise.
10054 * gdb.mi/mi-var-block.exp: Likewise.
10055 * gdb.mi/mi-var-child.exp: Likewise.
10056 * gdb.mi/mi-var-cmd.exp: Likewise.
10057 * gdb.mi/mi-var-display.exp: Likewise.
10058 * gdb.mi/mi-watch.exp: Likewise.
10059 * gdb.mi/mi2-basics.exp: Likewise.
10060 * gdb.mi/mi2-break.exp: Likewise.
10061 * gdb.mi/mi2-cli.exp: Likewise.
10062 * gdb.mi/mi2-console.exp: Likewise.
10063 * gdb.mi/mi2-disassemble.exp: Likewise.
10064 * gdb.mi/mi2-eval.exp: Likewise.
10065 * gdb.mi/mi2-file.exp: Likewise.
10066 * gdb.mi/mi2-read-memory.exp: Likewise.
10067 * gdb.mi/mi2-regs.exp: Likewise.
10068 * gdb.mi/mi2-return.exp: Likewise.
10069 * gdb.mi/mi2-simplerun.exp: Likewise.
10070 * gdb.mi/mi2-stack.exp: Likewise.
10071 * gdb.mi/mi2-stepi.exp: Likewise.
10072 * gdb.mi/mi2-syn-frame.exp: Likewise.
10073 * gdb.mi/mi2-until.exp: Likewise.
10074 * gdb.mi/mi2-var-block.exp: Likewise.
10075 * gdb.mi/mi2-var-child.exp: Likewise.
10076 * gdb.mi/mi2-var-cmd.exp: Likewise.
10077 * gdb.mi/mi2-var-display.exp: Likewise.
10078 * gdb.mi/mi2-watch.exp: Likewise.
10079 * gdb.stabs/exclfwd.exp: Likewise.
10080 * gdb.stabs/weird.exp: Likewise.
10081 * gdb.threads/gcore-thread.exp: Likewise.
10082 * gdb.trace/actions.exp: Likewise.
10083 * gdb.trace/backtrace.exp: Likewise.
10084 * gdb.trace/circ.exp: Likewise.
10085 * gdb.trace/collection.exp: Likewise.
10086 * gdb.trace/deltrace.exp: Likewise.
10087 * gdb.trace/infotrace.exp: Likewise.
10088 * gdb.trace/limits.exp: Likewise.
10089 * gdb.trace/packetlen.exp: Likewise.
10090 * gdb.trace/passc-dyn.exp: Likewise.
10091 * gdb.trace/passcount.exp: Likewise.
10092 * gdb.trace/report.exp: Likewise.
10093 * gdb.trace/save-trace.exp: Likewise.
10094 * gdb.trace/tfind.exp: Likewise.
10095 * gdb.trace/tracecmd.exp: Likewise.
10096 * gdb.trace/while-dyn.exp: Likewise.
10097 * gdb.trace/while-stepping.exp: Likewise.
10098
10099 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10100
10101 * gdb.base/step-bt.c: New file.
10102 * gdb.base/step-bt.exp: New testcase.
10103
10104 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10105
10106 * config/monitor.exp (gdb_load): Remove support for obsolete
10107 download-write-size.
10108 * gdb.base/remote.exp: Likewise. Update all callers of
10109 gdb_timed_load.
10110
10111 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10112
10113 * cursal.exp: Pass binfile to gdb_load.
10114
10115 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10116
10117 * gdb.base/cursal.exp: Add "" to gdb_load call.
10118
10119 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10120
10121 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10122 NetBSD/ELF targets.
10123
10124 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10125
10126 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10127 operator*.
10128
10129 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10130
10131 * gdb.base/completion.exp: Update for change in "file" behavior.
10132 * gdb.stabs/weird.exp: Likewise.
10133 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10134 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10135
10136 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10137
10138 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10139 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10140
10141 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10142
10143 * gdb.base/default.exp: Update source command error message.
10144 * gdb.base/help.exp: Update 'help source' message.
10145
10146 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10147
10148 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10149 test.
10150
10151 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10152
10153 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10154
10155 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10156
10157 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10158
10159 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10160
10161 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10162
10163 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10164
10165 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10166 *-*-openbsd* from targets for wich we expect ARM FPA floating
10167 point format.
10168
10169 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10170
10171 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10172
10173 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10174
10175 * gdb.base/annota3.exp: Expect frame-begin annotation.
10176
10177 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10178
10179 * gdb.base/help.exp: Adjust "help unset" test to accept
10180 any list of unset commands.
10181
10182 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10183 Daniel Jacobowitz <dan@codesourcery.com>
10184
10185 * gdb.cp/ref-params.exp: New test.
10186 * gdb.cp/ref-params.cc: New source file.
10187 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10188
10189 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10190
10191 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10192 spaces/tabs in regular expressions since they might not be there.
10193
10194 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10195
10196 * gdb.base/ifelse.exp: New file.
10197
10198 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10199
10200 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10201 line.
10202 * gdb.base/huge.exp: Loop over compilation to find a size that
10203 is acceptable.
10204 * gdb.base/remote.exp: Correct expected strings.
10205 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10206
10207 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10208
10209 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10210
10211 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10212
10213 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10214 native.
10215
10216 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10217
10218 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10219 enable stabs testing.
10220
10221 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10222
10223 * gdb.base/auxv.exp: Intercept undefined command messages before
10224 gdb_test_multiple does.
10225
10226 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10227
10228 * Makefile.in (host_alias): Remove.
10229 (target_alias): Use @target_noncanonical@.
10230 (site.exp): Don't set host_alias.
10231 * aclocal.m4: Remove contents. Include acx.m4.
10232 * configure: Regenerated.
10233 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10234
10235 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10236
10237 * lib/gdb.exp (gdb_load_cmd): New.
10238
10239 * gdb.base/fileio.c: Add system(NULL) test.
10240 * gdb.base/fileio.exp: Check it.
10241
10242 * gdb.base/break.c: Add 10a breakpoint at }
10243 * gdb.base/break.exp: Add test for breakpoint at }
10244 * gdb.cp/anon-union.cc: Add code at end of function.
10245 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10246 * gdb.mi/var-cmd.c: Add code at end of function.
10247 * gdb.mi/mi-var-display.exp: Adjust end of next.
10248 * gdb.mi/mi2-var-display.exp: Likewise.
10249 * gdb.base/fileio.c: Add stop function and insert calls at
10250 stopping places.
10251 * gdb.base/fileio.exp: Breakpoint stop function and remove
10252 explicit line number references.
10253
10254 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10255
10256 * gdb.base/del.exp (test_delete_alias): New function.
10257 Now check that both "del" and "d" work as aliases for "delete".
10258
10259 2006-05-18 Fred Fish <fnf@specifix.com>
10260
10261 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10262 required. Check for spurious output after program exits normally.
10263
10264 2006-05-17 Fred Fish <fnf@specifix.com>
10265
10266 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10267 gdb_load, so it works in the simulator.
10268
10269 2006-05-11 Fred Fish <fnf@specifix.com>
10270
10271 * gdb.base/bang.exp: Ignore unexpected output between the
10272 "program exited normally" and the gdb prompt, as many other
10273 tests do.
10274
10275 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10276
10277 * gdb.base/help.exp: Make "delete checkpoint" part option for
10278 "help d" and "help delete" tests.
10279
10280 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10281
10282 * gdb.mi/mi-basics.exp: Add missing serial number to
10283 expected output in some mi_gdb_test statements.
10284 * gdb.mi/mi2-basics.exp: Likewise.
10285
10286 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10287
10288 * gdb.base/del.c: New file.
10289 * gdb.base/del.exp: New testcase.
10290
10291 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10292
10293 * gdb.base/break.exp: Do not assume a breakpoint on
10294 main will actually be in $srcfile when optimizing.
10295 * gdb.base/savedregs.exp: Do not require that the dummy
10296 frame location match up to a symbol and source file location.
10297 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10298 will get printed without a mi_cmd_data_list_register_values prefix.
10299 (*-data-list-register-*): Correct regular expressions to expect the new
10300 pseudo d? floating point registers.
10301 * gdb.mi/mi2-regs.exp: Likewise.
10302
10303 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10304
10305 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10306 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10307 is allocated by the compiler.
10308 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10309 anons, e, anone to force their allocation by the compiler.
10310
10311 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10312
10313 * gdb.base/help.exp: Update expected text for help d and
10314 help delete.
10315
10316 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10317
10318 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10319 NetBSD/ELF targets.
10320
10321 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10322
10323 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10324 single-step breakpoint fails; make this a KFAIL on
10325 sparc*-*-openbsd*.
10326 * gdb.base/siginfo.exp: Likewise.
10327 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10328
10329 2006-04-26 Michael Snyder <msnyder@redhat.com>
10330
10331 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10332 which may have to consume output from other forks.
10333 Add tests to make sure that "delete fork" succeeded.
10334
10335 2006-04-20 Michael Snyder <msnyder@redhat.com>
10336
10337 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10338 Add support for the Renesas M32C and M16C.
10339
10340 * gdb.asm/asm-source.exp: Add m32c target.
10341 * gdb.asm/m32c.inc: Support for m32c target.
10342
10343 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10344
10345 * gdb.base/commands.exp (recursive_source_test): New test.
10346
10347 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10348
10349 * gdb.base/float.exp: Add pattern for sparc targets.
10350
10351 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10352
10353 * gdb.base/commands.exp (stray_arg0_test): New test.
10354
10355 2006-03-30 Paul Brook <paul@codesourcery.com>
10356
10357 * gdb.mi/mi-until.exp: kfail broken until command.
10358 * gdb.mi/mi2-until.exp: Ditto.
10359
10360 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10361
10362 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10363
10364 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10365
10366 * gdb.base/prelink.exp: Anchor tested-for regular expression
10367 on gdb prompt.
10368
10369 2006-03-07 Paul Brook <paul@codesourcery.com>
10370
10371 * gdb.base/assign.exp: Correct fail message.
10372
10373 2006-03-07 Paul Brook <paul@codesourcery.com>
10374
10375 * lib/compiler.c: Extract armcc version number.
10376 * lib/compiler.cc: Ditto.
10377
10378 2006-03-07 Paul Brook <paul@codesourcery.com>
10379
10380 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10381 additional_flags=-w.
10382 * gdb.arch/altivec-regs.exp: Ditto.
10383 * gdb.arch/e500-abi.exp: Ditto.
10384 * gdb.arch/e500-regs.exp: Ditto.
10385 * gdb.base/all-bin.exp: Ditto.
10386 * gdb.base/annota1.exp: Ditto.
10387 * gdb.base/annota3.exp: Ditto.
10388 * gdb.base/args.exp: Ditto.
10389 * gdb.base/arithmet.exp: Ditto.
10390 * gdb.base/assign.exp: Ditto.
10391 * gdb.base/async.exp: Ditto.
10392 * gdb.base/bang.exp: Ditto.
10393 * gdb.base/break.exp: Ditto.
10394 * gdb.base/call-rt-st.exp: Ditto.
10395 * gdb.base/completion.exp: Ditto.
10396 * gdb.base/cond-expr.exp: Ditto.
10397 * gdb.base/condbreak.exp: Ditto.
10398 * gdb.base/consecutive.exp: Ditto.
10399 * gdb.base/define.exp: Ditto.
10400 * gdb.base/display.exp: Ditto.
10401 * gdb.base/ena-dis-br.exp: Ditto.
10402 * gdb.base/environ.exp: Ditto.
10403 * gdb.base/eval-skip.exp: Ditto.
10404 * gdb.base/info-proc.exp: Ditto.
10405 * gdb.base/jump.exp: Ditto.
10406 * gdb.base/logical.exp: Ditto.
10407 * gdb.base/long_long.exp: Ditto.
10408 * gdb.base/maint.exp: Ditto.
10409 * gdb.base/miscexprs.exp: Ditto.
10410 * gdb.base/pc-fp.exp: Ditto.
10411 * gdb.base/pointers.exp: Ditto.
10412 * gdb.base/relational.exp: Ditto.
10413 * gdb.base/reread.exp: Ditto.
10414 * gdb.base/sect-cmd.exp: Ditto.
10415 * gdb.base/sep.exp: Ditto.
10416 * gdb.base/sepdebug.exp: Ditto.
10417 * gdb.base/until.exp: Ditto.
10418 * gdb.base/whatis-exp.exp: Ditto.
10419 * gdb.cp/annota2.exp: Ditto.
10420 * gdb.cp/annota3.exp: Ditto.
10421 * gdb.trace/actions.exp: Ditto.
10422 * gdb.trace/backtrace.exp: Ditto.
10423 * gdb.trace/circ.exp: Ditto.
10424 * gdb.trace/collection.exp: Ditto.
10425 * gdb.trace/deltrace.exp: Ditto.
10426 * gdb.trace/infotrace.exp: Ditto.
10427 * gdb.trace/limits.exp: Ditto.
10428 * gdb.trace/packetlen.exp: Ditto.
10429 * gdb.trace/passc-dyn.exp: Ditto.
10430 * gdb.trace/passcount.exp: Ditto.
10431 * gdb.trace/report.exp: Ditto.
10432 * gdb.trace/save-trace.exp: Ditto.
10433 * gdb.trace/tfind.exp: Ditto.
10434 * gdb.trace/tracecmd.exp: Ditto.
10435 * gdb.trace/while-dyn.exp: Ditto.
10436 * gdb.trace/while-stepping.exp: Ditto.
10437 * lib/gdb.exp: Ditto.
10438 (gdb_compile): Handle nowarning option.
10439
10440 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10441
10442 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10443 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10444 Rename executable to prelinkt. Don't re-prelink if we didn't
10445 get a core file. Test prelink -u exit status to tell whether
10446 prelinking failed. Use gdb_test_multiple.
10447
10448 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10449
10450 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10451 (do_tests): Call it.
10452
10453 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10454
10455 * gdb.base/prelink.exp: New test.
10456 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10457
10458 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10459
10460 * gdb.fortran/derived-type.f90: New file.
10461 * gdb.fortran/derived-type.exp: New testcase.
10462
10463 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10464
10465 * gdb.base/default.exp: Allow ';' as a directory separator.
10466
10467 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10468
10469 * gdb.base/help.exp (help add-symbol-file): Update.
10470
10471 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10472
10473 * gdb.base/help.exp (help load): Update expected results.
10474
10475 2006-02-19 Fred Fish <fnf@specifix.com>
10476
10477 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10478 specifix hex value as part of results.
10479 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10480
10481 2006-02-16 Fred Fish <fnf@specifix.com>
10482
10483 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10484 ushort_addr, and slong_addr, so the typedefs are not optimized
10485 away.
10486 * gdb.base/whatis.exp: Add tests using type name for struct type,
10487 union type, enum type, and typedef.
10488
10489 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10490
10491 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10492
10493 2006-02-13 Jim Blandy <jimb@redhat.com>
10494
10495 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10496 case where it takes two "next" commands to skip past the init
10497 call.
10498
10499 2006-02-12 Fred Fish <fnf@specifix.com>
10500
10501 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10502 to handle cases where it takes two "next" commands to skip
10503 past the init call.
10504
10505 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10506
10507 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10508 on hppa32 targets.
10509
10510 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10511
10512 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10513 field.
10514
10515 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10516
10517 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10518
10519 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10520
10521 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10522 files.
10523
10524 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10525
10526 * gdb.cp/maint.exp: Set complaints to a positive value.
10527
10528 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10529
10530 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10531 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10532 function name.
10533
10534 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10535
10536 * gdb.base/checkpoint.c: Update copyright notice. Include
10537 <stdlib.h>.
10538
10539 2006-01-04 Jim Blandy <jimb@redhat.com>
10540
10541 * gdb.asm/asm-source.exp: Independently provide default values for
10542 asm-flags and debug-flags. Use 'string equal' to do the
10543 comparison, not the implicit expr's '==' operator. Remove
10544 now-unneeded assignments to asm-flags. In h8300 case, place
10545 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10546
10547 2006-01-04 Michael Snyder <msnyder@redhat.com>
10548
10549 * gdb.base/checkpoint.c: New file.
10550 * gdb.base/checkpoint.exp: New file.
10551 * gdb.base/multi-fork.c: New file.
10552 * gdb.base/multi-fork.exp: New file.
10553 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10554
10555 2006-01-04 Fred Fish <fnf@specifix.com>
10556
10557 * gdb.base/ptype.c (foo): Add typedef.
10558 (intfoo): Add function.
10559 * gdb.base/ptype1.c: New file.
10560 * gdb.base/ptype.exp: Handle compilation and linking with two
10561 source files. Test that proper type for "foo" is found based
10562 on source context rather than first match found in symtabs.
10563
10564 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10565
10566 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10567 * gdb.asm/openbsd.inc: Indent commands.
10568
10569 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10570
10571 * gdb.base/freebpcmd.exp: Increase timeout.
10572
10573 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10574
10575 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10576
10577 * gdb.base/default.exp: Update check for "show version".
10578
10579 2005-12-09 Randolph Chung <tausq@debian.org>
10580
10581 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10582 * gdb.asm/pa64.inc: New file.
10583
10584 2005-12-09 Randolph Chung <tausq@debian.org>
10585
10586 * gdb.asm/common.inc: Indent commands.
10587 * gdb.asm/asmsrc1.s: Likewise.
10588 * gdb.asm/asmsrc2.s: Likewise.
10589
10590 2005-12-09 Randolph Chung <tausq@debian.org>
10591
10592 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10593 (get_addr_of_sym): Remove duplicate print.
10594 (gen_core): xfail hppa*-*-hpux*, update expected output.
10595 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10596 * gdb.arch/pa64-nullify.s: New file.
10597
10598 2005-12-09 Randolph Chung <tausq@debian.org>
10599
10600 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10601
10602 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10603
10604 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10605 code generation for these functions.
10606 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10607 error message.
10608
10609 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10610
10611 * gdb.base/help.exp (help b, help br, help bre, help brea)
10612 (help break): Update the expected message.
10613
10614 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10615
10616 * gdb.asm/m68hc11.inc: Setup the data section.
10617 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10618 script for this test.
10619 (m6812-*-*): Likewise.
10620
10621 2005-11-09 Randolph Chung <tausq@debian.org>
10622
10623 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10624
10625 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10626
10627 * gdb.base/break.exp: Fix a comment typo.
10628
10629 2005-11-03 Jim Blandy <jimb@redhat.com>
10630
10631 Checked in by Elena Zannoni <ezannoni@redhat.com>
10632
10633 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10634
10635 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10636
10637 * gdb.arch/gdb1558.c: Include stdio.h.
10638
10639 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10640
10641 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10642
10643 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10644
10645 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10646
10647 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10648
10649 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10650 vscr" tests to better match output.
10651
10652 2005-10-12 Jim Blandy <jimb@redhat.com>
10653
10654 * gdb.base/structs.exp (any): New function.
10655 (test_struct_returns): Don't make any assumptions at all about
10656 what value the function returns when GDB can't set the return
10657 value.
10658
10659 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10660
10661 * gdb.ada/arrayidx/p.adb: New file.
10662 * gdb.ada/arrayidx.exp: New testcase
10663
10664 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10665
10666 * gdb.ada/array_return/pck.ads: New file.
10667 * gdb.ada/array_return/pck.adb: New file.
10668 * gdb.ada/array_return/p.adb: New file.
10669 * gdb.ada/array_return.exp: New testcase.
10670
10671 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10672
10673 * gdb.base/arrayidx.c: New file.
10674 * gdb.base/arrayidx.exp: New testcase.
10675
10676 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10677
10678 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10679 frames-invalid and breakpoints-invalid are no longer generated
10680 with level 3 so don't expect them in the output.
10681
10682 2005-09-27 Bob Rossi <bob@brasko.net>
10683
10684 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10685 from test. Escape the | in mi_gdb_test call.
10686 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10687 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10688 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10689 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10690 expected regex's in mi_gdb_test calls.
10691 * lib/mi-support.exp: Remove arbitrary .* from tests.
10692 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10693 Fully anchor GDB/MI expected results in mi_gdb_test.
10694 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10695 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10696
10697 2005-09-26 Paul Brook <paul@codesourcery.com>
10698
10699 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10700
10701 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10702
10703 * bfp-test.c: New file.
10704 * bfp-test.exp: New testcase.
10705
10706 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10707
10708 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10709 of subarray and substring variable.
10710 * gdb.fortran/subarray.f: New source file for the test of subarray
10711 and substring variable evaluation.
10712 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10713 of string constant.
10714
10715 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10716
10717 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10718 copyright dates.
10719
10720 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10721
10722 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10723 powerpc altivec' test with an almost identical 'info vector' test.
10724
10725 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10726
10727 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10728 vscr" tests to match output.
10729
10730 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10731
10732 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10733 output.
10734
10735 2005-09-11 Bob Rossi <bob@brasko.net>
10736
10737 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10738 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10739 commands that return an MI output command and an asyncronous MI output
10740 command.
10741 * gdb.mi/mi-console.exp: Ditto.
10742
10743 2005-09-11 Bob Rossi <bob@brasko.net>
10744
10745 * gdb.mi/mi-var-child.c: Include <string.h>.
10746
10747 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10748
10749 * killed.exp: Correct gdb_expect syntax.
10750
10751 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10752
10753 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10754
10755 2005-08-02 Bob Rossi <bob@brasko.net>
10756
10757 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10758 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10759 Change tests to inferior-tty-set/show.
10760 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10761 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10762 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10763 inferior. Use mi_gdb_test to get GDB and Inferior output.
10764 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10765 descriptor.
10766 (mi_inferior_tty_name): Add inferior PTY file name.
10767 (mi_gdb_start): Add INFERIOR_PTY parameter.
10768 (mi_gdb_test): Add IPATTERN parameter.
10769
10770 2005-08-02 Bob Rossi <bob@brasko.net>
10771
10772 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10773 parameter to mi_gdb_test.
10774 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10775
10776 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10777
10778 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10779 struct_declarations.
10780 * gdb.mi/mi-var-child.exp: Step over the initialization of
10781 struct_declarations.
10782
10783 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10784
10785 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10786 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10787 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10788 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10789 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10790 file.
10791
10792 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10795 (do_children_tests): Assign values to the extra elements.
10796
10797 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10798 them for tests for "-var-update --no-values" and
10799 "-var-update --all-values".
10800 Add test for "-var-list-children --simple-values".
10801
10802 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10803
10804 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10805 "-stack-list-locals --simple-values" Improve doc strings and
10806 comments.
10807
10808 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10809
10810 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10811 *-*-openbsd*.
10812 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10813
10814 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10815 sigaltsatck'.
10816
10817 2005-07-14 Bob Rossi <bob@brasko.net>
10818
10819 * gdb.base/default.exp (tty): Changed output of command.
10820 * gdb.base/help.exp (help tty): Ditto.
10821
10822 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10823
10824 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10825
10826 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10827
10828 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10829 -stack-select-frame without arguments.
10830 (test_stack_frame_listing): Add test for newly implemented command
10831 -stack-info-frame.
10832
10833 2005-07-06 Bob Rossi <bob@brasko.net>
10834
10835 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10836 command.
10837 (Copyright): Update copyright.
10838
10839 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10840
10841 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10842 tests to evaluate exponentiation expression.
10843
10844 2005-06-29 Andreas Schwab <schwab@suse.de>
10845
10846 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10847 main to avoid warnings.
10848
10849 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10850
10851 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10852
10853 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10854 -stack-select-frame without arguments.
10855 (test_stack_frame_listing): Add test for newly implemented command
10856 -stack-info-frame.
10857
10858 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10859
10860 * gdb.fortran/array-element.f: New file.
10861 * gdb.fortran/array-element.exp: New testcase.
10862
10863 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10864
10865 * gdb.base/bigcore.exp: Correct checks for systems which can
10866 not dump a large core file.
10867
10868 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10869
10870 * gdb.base/relocate.c: Add a copyright notice.
10871 (dummy): Remove.
10872 * gdb.base/relocate.exp: Test printing the values of variables
10873 from a relocatable file.
10874
10875 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10876
10877 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10878 excess MI output after an error.
10879
10880 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10881
10882 * gdb.arch/alpha-step.c: New file.
10883 * gdb.arch/alpha-step.exp: New testcase.
10884
10885 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10886 Dennis Brueni <dennis@slickedit.com>
10887
10888 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10889 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10890 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10891 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10892 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10893 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10894 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10895
10896 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10897 Wu Zhou <woodzltc@cn.ibm.com>
10898
10899 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10900 IBM's xlc compiler.
10901 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10902 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10903
10904 2005-05-13 Jim Blandy <jimb@redhat.com>
10905
10906 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10907 calling gdb_suppress_entire_file.
10908 * gdb.base/charset.exp: Same.
10909 * gdb.base/call-rt-st.exp: Same.
10910
10911 2005-05-05 Bob Rossi <bob_rossi@cox.net>
10912
10913 * lib/gdb.exp (fullname_syntax): Added global regex.
10914 (fullname_syntax_POSIX): Ditto.
10915 (fullname_syntax_UNC): Ditto.
10916 (fullname_syntax_DOS_CASE): Ditto.
10917 (fullname_syntax_DOS): Ditto.
10918 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10919 fullname_syntax variable to scope and use it.
10920 (test_file_list_exec_source_files): Ditto.
10921 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10922
10923 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10924
10925 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10926
10927 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10928
10929 * lib/gdb.exp (skip_altivec_tests): New function, based on
10930 check_vmx_hw_available from the GCC testsuite.
10931 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10932 * lib/gdb.arch/altivec-regs.exp: Likewise.
10933
10934 2005-05-02 Jim Blandy <jimb@redhat.com>
10935
10936 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10937 calling gdb_suppress_entire_file.
10938
10939 2005-04-30 Randolph Chung <tausq@debian.org>
10940
10941 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10942 Slightly relax "sem_post" name checking.
10943
10944 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10945
10946 * gdb.base/unload.exp: Use new shared library infrastructure.
10947
10948 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10949
10950 * gdb.base/so-impl-ld.exp: Use new shared library
10951 infrastructure.
10952
10953 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
10954
10955 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10956 * gdb.asm/h8300.inc: New file.
10957
10958 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10959
10960 * gdb.base/shlib-call.exp: Change to use new shared library
10961 infrastructure.
10962
10963 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10964
10965 * gdb.base/pending.exp: Change to use new shared library
10966 infrastructure.
10967
10968 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10969
10970 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10971 use test_compiler_info instead of gcc_compiled, and update copyright.
10972
10973 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
10974
10975 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
10976 shared objects being adjusted and update copyright years.
10977
10978 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
10979
10980 * ChangeLog: Correct some 2003-01-13 dates.
10981 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
10982 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
10983 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
10984 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
10985 gdb.trace/tfind.exp: Update copyright years.
10986
10987 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
10988 Daniel Jacobowitz <dan@codesourcery.com>
10989
10990 * lib/gdb.exp (gdb_compile): Handle shlib=.
10991 (gdb_compile_shlib): New function.
10992
10993 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
10994
10995 * lib/gdb.exp (test_compiler_info): Give argument a default value.
10996
10997 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
10998
10999 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11000 gdb.server.
11001 * configure.ac: Likewise.
11002 * configure: Regenerated.
11003 * gdb.gdbserver/Makefile.in: Moved to...
11004 * gdb.server/Makefile.in: ... here.
11005 * gdb.gdbserver/server.c: Moved to...
11006 * gdb.server/server.c: ... here.
11007 * gdb.gdbserver/server-run.exp: Moved to...
11008 * gdb.server/server-run.exp: ... here.
11009
11010 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11011
11012 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11013 * configure.ac: Create gdb.gdbserver/Makefile.
11014 * configure: Regenerated.
11015 * lib/gdbserver-support.exp: New file, derived from
11016 config/gdbserver.exp.
11017 * config/gdbserver.exp: Use gdbserver-support.exp.
11018 * gdb.gdbserver/Makefile.in: New file.
11019 * gdb.gdbserver/server.c: New file.
11020 * gdb.gdbserver/server-run.exp: New file.
11021
11022 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11023
11024 * lib/gdb.exp (test_compiler_info): Return compiler_info
11025 if no arguments are given.
11026
11027 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11028
11029 * gdb.arch/altivec-abi.exp: Check for compiler and set
11030 use altivec' flag accordingly.
11031 * gdb.arch/altivec-regs.exp: Likewise.
11032
11033 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11034
11035 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11036
11037 2005-03-27 Andreas Schwab <schwab@suse.de>
11038
11039 * gdb.base/bigcore.c (main): Add missing mode argument in open
11040 call.
11041
11042 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11043
11044 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11045 downloads.
11046 * config/gdbserver.exp (gdb_load): Likewise.
11047
11048 2005-03-14 Paul Brook <paul@codesourcery.com>
11049
11050 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11051 targets.
11052
11053 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11054
11055 * gdb.dwarf2/dup-psym.S: New file.
11056 * gdb.dwarf2/dup-psym.exp: New testcase.
11057
11058 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11059
11060 * gdb.ada/exec_changed/first.adb: New file.
11061 * gdb.ada/exec_changed/second.adb: New file.
11062 * gdb.ada/exec_changed.exp: New testcase.
11063
11064 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11065
11066 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11067 (A2): New class.
11068 (main): Test operator+.
11069 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11070 breakpoint test.
11071
11072 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11073 * gdb.base/signull.exp: Disable if gdb,nosignals.
11074 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11075 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11076 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11077 * gdb.mi/mi2-console.exp: Likewise.
11078 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11079 continue output at start.
11080 (gdb_collect_locals_test): Robustify regexp.
11081 * gdb.trace/passc-dyn.exp: Fix comment typo.
11082 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11083
11084 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11085
11086 * gdb.asm/asm-source.exp: Add iq2000 case.
11087 * gdb.asm/iq2000.inc: New file.
11088
11089 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11090
11091 * gdb.base/command.exp: Change hardcoded value to regular expression.
11092 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11093
11094 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11095
11096 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11097 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11098 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11099 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11100 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11101
11102 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11103
11104 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11105 changes.
11106
11107 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11108
11109 * lib/compiler.c: Add test for IBM's xlc compiler.
11110 * lib/compiler.cc: Likewise.
11111
11112 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11113
11114 * gdb.ada/fixed_points.exp: Create compilation object directory
11115 before running the test.
11116 * gdb.ada/null_record.exp: Likewise.
11117 * gdb.ada/packed_array.exp: Likewise.
11118 * gdb.ada/start.exp: Likewise.
11119
11120 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11121
11122 * gdb.ada/packed_array/pa.adb: New file.
11123 * gdb.ada/packed_array.exp: New testcase.
11124
11125 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11126
11127 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11128 files.
11129
11130 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11131 on *-*-openbsd*. Correctly match whitespace in regukar
11132 expressions.
11133
11134 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11135
11136 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11137 PR exp/1821
11138 * gdb.base/gdb1821.c: New test file.
11139 * gdb.base/gdb1821.exp: New test file.
11140
11141 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11142
11143 * gdb.base/start.c: New file.
11144 * gdb.base/start.exp: New testcase.
11145
11146 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.ada/start/dummy.adb: New file.
11149 * gdb.ada/start.exp: New testcase.
11150
11151 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11152
11153 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11154 for printing symbols and statistics.
11155 Add test for using relative pathnames in "maint print msymbols" test.
11156 Mark "maint info sections DATA" XFAIL on Cygwin.
11157 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11158 tests.
11159
11160 2005-02-09 Andreas Schwab <schwab@suse.de>
11161
11162 Committed by Andrew Cagney <cagney@gnu.org>
11163 * gdb.base/remotetimeout.exp: New file.
11164
11165 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11166
11167 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11168
11169 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11170
11171 * gdb.ada/gnat_ada.gpr: New file.
11172 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11173 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11174 * configure.ac: No longer generate gnat_ada.gpr.
11175 * configure: Regenerate.
11176 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11177 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11178 * gdb.ada/null_record/bar.ads: Likewise.
11179 * gdb.ada/null_record/bar.adb: Likewise.
11180 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11181 * gdb.ada/null_record.exp (testdir): New variable.
11182 (testfile): executable is now in testdir subdirectory.
11183 (srcfile): Use full path to the main compilation unit.
11184 * gdb.ada/fixed_points.exp: Same changes as above.
11185
11186 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11187
11188 * gdb.base/interp.exp: New test.
11189
11190 2005-01-24 Andrew Cagney <cagney@gnu.org>
11191
11192 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11193
11194 2005-01-19 Andrew Cagney <cagney@gnu.org>
11195
11196 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11197 configure.ac not configure.in.
11198
11199 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11200 of powerpc*-*-*.
11201 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11202 * gdb.base/list.exp (test_list_function)
11203 (test_list_filename_and_function): Ditto.
11204 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11205
11206 2005-01-16 Andrew Cagney <cagney@gnu.org>
11207
11208 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11209
11210 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11211
11212 2005-01-14 Andrew Cagney <cagney@gnu.org>
11213
11214 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11215 * gdb.mi/mi2-var-cmd.exp: Ditto.
11216
11217 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11218
11219 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11220
11221 2005-01-07 Andrew Cagney <cagney@gnu.org>
11222
11223 * configure.ac: Rename configure.in, require autoconf 2.59.
11224 * configure: Re-generate.
11225 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11226 * gdb.stabs/configure: Re-generate.
11227 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11228 * gdb.hp/configure: Re-generate.
11229 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11230 autoconf 2.59.
11231 * gdb.hp/gdb.objdbg/configure: Re-generate.
11232 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11233 autoconf 2.59.
11234 * gdb.hp/gdb.defects/configure: Re-generate.
11235 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11236 autoconf 2.59.
11237 * gdb.hp/gdb.compat/configure: Re-generate.
11238 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11239 autoconf 2.59.
11240 * gdb.hp/gdb.base-hp/configure: Re-generate.
11241 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11242 autoconf 2.59.
11243 * gdb.hp/gdb.aCC/configure: Re-generate.
11244
11245 2004-12-15 Jim Blandy <jimb@redhat.com>
11246
11247 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11248 under NPTL when there is debugging info available for libpthread.
11249
11250 2004-12-13 Jerome Guitton <guitton@gnat.com>
11251
11252 * gdb.ada/fixed_points.c: New file.
11253 * gdb.ada/fixed_points.exp: New file.
11254
11255 2004-12-03 Randolph Chung <tausq@debian.org>
11256
11257 * gdb.arch/pa-nullify.exp: New file.
11258 * gdb.arch/pa-nullify.s: New file.
11259
11260 2004-11-30 Randolph Chung <tausq@debian.org>
11261
11262 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11263 instead of "tbug". Fix regexp to work properly with gdb_test.
11264
11265 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11266
11267 * gdb.base/bitfields2.exp: New test.
11268 * gdb.base/bitfields2.c: New file.
11269
11270 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11271
11272 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11273
11274 2004-11-16 Randolph Chung <tausq@debian.org>
11275
11276 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11277
11278 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11279
11280 * gdb.threads/threadapply.exp: Correct "macro details" test.
11281
11282 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11283
11284 * gdb.threads/threadapply.exp: New test.
11285 * gdb.threads/threadapply.c: New file.
11286
11287 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11288
11289 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11290 frames.
11291
11292 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11293
11294 * gdb.base/cursal.exp: New file.
11295 * gdb.base/cursal.c: New file.
11296
11297 2004-11-03 Andrew Cagney <cagney@gnu.org>
11298
11299 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11300
11301 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11302
11303 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11304 NetBSD/ELF targets.
11305
11306 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11307
11308 * gdb.threads/bp_in_thread.c: New file, copied from
11309 pthread_cond_wait.c.
11310 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11311 file, rather than reusing the .c file from another testcase.
11312
11313 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11314
11315 * gdb.ada/null_record.exp: Check where we stopped after
11316 sending the start command, instead of where the associated
11317 temporary breakpoint was inserted.
11318
11319 2004-10-14 Andrew Cagney <cagney@gnu.org>
11320
11321 * gdb.mi/gdb701.c (main): Return 0.
11322
11323 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11324
11325 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11326
11327 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11328
11329 * gdb.threads/schedlock.c: Add comment markers to use to find
11330 line numbers.
11331 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11332 comments.
11333 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11334 breakpoint lines.
11335
11336 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11337
11338 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11339
11340 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11341
11342 * configure.in: Add gdb.dwarf2.
11343 * configure: Regenerated.
11344 * Makefile.in: Add gdb.dwarf2.
11345 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11346 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11347 gdb.dwarf2/file1.txt: New files.
11348
11349 2004-10-11 Orjan Friberg <orjanf@axis.com>
11350
11351 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11352 of "run", since the latter doesn't work with remote targets. Adjust
11353 the breakpoint numbering accordingly.
11354 * gdb.threads/pthread_cond_wait.exp: Ditto.
11355
11356 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11357
11358 * gdb.base/overlays.exp: Update copyright years.
11359
11360 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11361
11362 * gdb.base/overlays.exp: Disable if target is Linux.
11363
11364 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11365
11366 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11367
11368 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11369
11370 * gdb.asm/asm-source.exp: Add m32r-linux target.
11371 * gdb.asm/m32r-linux.inc: New file.
11372
11373 2004-09-24 Andrew Cagney <cagney@redhat.com>
11374 David Anderson <anderson@redhat.com>
11375
11376 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11377 command fails, assume things will work.
11378 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11379 (_GNU_SOURCE): Define.
11380 (print_unsigned, print_hex): Change parameter to "long long".
11381 (print_byte_count): New function, use to print byte counts.
11382 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11383 O_LARGEFILE.
11384 (main): Compute an upper bound on a corefile in max_core_size.
11385 Limit memory chunk size to max_core_size. Limit total memory
11386 allocated to max_core_size.
11387
11388 2004-09-23 Andrew Cagney <cagney@gnu.org>
11389
11390 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11391 from a separate process with code that creates a corefile by
11392 making the inferior dump core.
11393
11394 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11395
11396 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11397 block.
11398
11399 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11400
11401 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11402 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11403 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11404 Likewise.
11405
11406 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11407
11408 * gdb.java/jprint.exp: New test case for java inferior call.
11409 * gdb.java/jprint.java: Ditto.
11410
11411 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11412
11413 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11414
11415 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11416
11417 * gdb.threads/killed.c: Include <stdlib.h>.
11418 * gdb.threads/pthreads.c: Likewise.
11419
11420 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11421
11422 * gdb.threads/killed.c: Add copyright notice.
11423
11424 2004-09-10 Jason Molenda (jmolenda@apple.com)
11425
11426 * gdb.base/define.exp: Two new tests to verify zero space chars
11427 after 'if' and 'while' commands in a user-defined command is correctly
11428 parsed.
11429
11430 2004-09-08 Andrew Cagney <cagney@gnu.org>
11431
11432 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11433 delivery test with duplicate at end of file.
11434
11435 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11436
11437 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11438
11439 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11440
11441 * config/hppro.exp: Removed.
11442
11443 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11444
11445 * config/sparclet.exp: Removed.
11446
11447 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11448
11449 * config/udi.exp: Removed.
11450
11451 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11452
11453 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11454 of "exp_continue".
11455 (advancei): Likewise.
11456
11457 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11458
11459 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11460
11461 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11462
11463 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11464 to check for nodebug in executable.
11465 * gdb.gdb/observer.exp (setup_test): Likewise.
11466 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11467 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11468
11469 2004-09-01 Andrew Cagney <cagney@gnu.org>
11470
11471 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11472 files.
11473
11474 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11475
11476 * gdb.base/unload.exp: Fix expected warning message to match
11477 latest format.
11478
11479 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11480
11481 * gdb.base/call-rt-st.exp: Fix typos.
11482
11483 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11484
11485 * gdb.threads/thread_check.exp: New testcase.
11486 * gdb.threads/thread_check.c: New testcase.
11487
11488 2004-08-31 Andrew Cagney <cagney@gnu.org>
11489
11490 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11491 (skip_to_handler_entry): New procedures. Test stepping into a
11492 handler when the breakpoint is at the handler's entry point.
11493
11494 2004-08-30 Andrew Cagney <cagney@gnu.org>
11495
11496 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11497 gdb/1757.
11498
11499 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11500
11501 With code from Manoj Iyer <manjo@austin.ibm.com>:
11502 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11503 return value. Add an arm for "no debugging symbols found".
11504 Change a stray "error" to "perror".
11505 (gdb_run_cmd): Adapt to new return value.
11506 * gdb.base/remote.exp: Adapt to new return value.
11507 * gdb.gdb/complaints.exp: Likewise.
11508 * gdb.gdb/observer.exp: Likewise.
11509 * gdb.gdb/selftest.exp: Likewise.
11510 * gdb.gdb/xfullpath.exp: Likewise.
11511
11512 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11513
11514 * gdb.threads/bp_in_thread.exp: New testcase.
11515
11516 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11517
11518 Fix PR testsuite/1735.
11519 * gdb.threads/schedlock.c (thread_function): Add a cast
11520 to suppress a gcc warning.
11521 * gdb.threads/thread-specific.c (thread_function): Likewise.
11522
11523 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11524
11525 * gdb.base/unload.c: Include <stdlib.h>.
11526
11527 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11528
11529 From Paul Gilliam <pgilliam@us.ibm.com>:
11530 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11531 synchronized after the "return".
11532
11533 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11534
11535 * gdb.mi/basics.c: Include <stdio.h>.
11536 * gdb.mi/pthreads.c: Include <stdlib.h>.
11537 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11538
11539 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11540
11541 * gdb.threads/schedlock.c: Add copyright notice.
11542
11543 2004-08-25 Andrew Cagney <cagney@gnu.org>
11544
11545 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11546 (skip_over_handler, breakpoint_over_hander): New test procedures.
11547 (advance, advancei): Add a proper prefix, do not use
11548 rerun_to_main.
11549 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11550
11551 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11552
11553 * gdb.mi/basics.c: Add copyright notice.
11554 * gdb.mi/var-cmd.c: Add copyright notice.
11555
11556 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11557
11558 * lib/gdb.exp: Remove signed_keyword_not_used.
11559 * lib/compiler.c: Likewise.
11560 * lib/compiler.cc: Likewise.
11561
11562 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11563
11564 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11565 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11566
11567 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11568
11569 * gdb.base/whatis.c: Add copyright notice.
11570
11571 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11572
11573 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11574 it to skip the breakpoints encoded in the inline assembly.
11575
11576 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11577
11578 * Makefile.in: Add gdb.fortran.
11579
11580 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11581
11582 * gdb.base/call-sc.exp (test_scalar_returns):
11583 Fix cut-and-paste glitch in "Make fun return now".
11584
11585 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11586
11587 * configure.in: Add gdb.fortran.
11588 * configure: Regenerate.
11589 * gdb.fortran/Makefile.in: New file.
11590 * lib/gdb.exp (skip_fortran_tests): New procedure.
11591
11592 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11593
11594 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11595 reference to bug-gnu@prep.ai.mit.edu.
11596 * gdb.mi/mi-var-child.exp: Likewise.
11597 * gdb.mi/mi-var-cmd.exp: Likewise.
11598 * gdb.mi/mi-var-display.exp: Likewise.
11599 * gdb.mi/mi2-var-block.exp: Likewise.
11600 * gdb.mi/mi2-var-child.exp: Likewise.
11601 * gdb.mi/mi2-var-cmd.exp: Likewise.
11602 * gdb.mi/mi2-var-display.exp: Likewise.
11603
11604 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11605
11606 * gdb.base/unload.c (main): Make local variable msg const.
11607
11608 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11609
11610 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11611 to bug-gnu@prep.ai.mit.edu.
11612 * gdb.mi/mi-disassemble.exp: Likewise.
11613 * gdb.mi/mi-eval.exp: Likewise.
11614 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11615 default line number.
11616 * gdb.mi/mi-return.exp: Likewise.
11617 * gdb.mi/mi-simplerun.exp: Likewise.
11618 * gdb.mi/mi-stack.exp: Likewise.
11619 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11620 number with explicit range test.
11621 * gdb.mi/mi-watch.exp: Likewise.
11622 * gdb.mi/mi2-break.exp: Likewise.
11623 * gdb.mi/mi2-cli.exp: Likewise.
11624 * gdb.mi/mi2-disassemble.exp: Likewise.
11625 * gdb.mi/mi2-eval.exp: Likewise.
11626 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11627 default line number.
11628 * gdb.mi/mi2-return.exp: Likewise.
11629 * gdb.mi/mi2-simplerun.exp: Likewise.
11630 * gdb.mi/mi2-stack.exp: Likewise.
11631 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11632 number with explicit range test.
11633 * gdb.mi/mi2-watch.exp: Likewise.
11634
11635 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11636
11637 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11638 * gdb.cp/m-static.exp: Likewise.
11639 * gdb.cp/rtti.exp: Likewise.
11640
11641 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11642
11643 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11644
11645 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11646
11647 * ChangeLog: Prefix Local Variables with semi-colons and indent
11648 the reference to older ChangeLog files, to fix fontification in
11649 Emacs.
11650
11651 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11652
11653 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11654 * gdb.mi/mi2-break.exp: Likewise.
11655
11656 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11657
11658 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11659
11660 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11661
11662 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11663
11664 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11665
11666 * gdb.cp/classes.exp: Remove unused declarations. Just let
11667 test names default instead of providing special names. Remove
11668 extraneous demangler test.
11669
11670 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11671
11672 * gdb.base/unload.exp: New test for breakpoints in dynamically
11673 loaded libraries.
11674 * gdb.base/unload.c: Ditto.
11675 * gdb.base/unloadshr.c: Ditto.
11676
11677 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11678
11679 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11680 cp_test_ptype_class.
11681 (test_enums): Likewise.
11682
11683 2004-08-10 Andrew Cagney <cagney@gnu.org>
11684
11685 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11686 files.
11687
11688 2004-08-10 Andrew Cagney <cagney@gnu.org>
11689
11690 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11691 init_malloc call.
11692
11693 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11694
11695 * ChangeLog: Add copyright notice. The notice is copied
11696 from emacs 21.3 top level ChangeLog.
11697
11698 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11699
11700 * lib/cp-support.exp: New file.
11701 * lib/cp-support.exp (cp_test_type_class): New function.
11702 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11703 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11704 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11705 cp_test_ptype_class.
11706
11707 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11708
11709 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11710 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11711 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11712 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11713 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11714 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11715 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11716 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11717 gdb.mi/mi2-watch.exp: Update copyright years.
11718
11719 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11720
11721 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11722
11723 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11724
11725 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11726 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11727 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11728 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11729 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11730 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11731 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11732 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11733 gdb.mi/mi-watch.exp: Update copyright years.
11734
11735 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11736
11737 PR gdb/1738
11738 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11739 from a breakpoint with a pending signal.
11740
11741 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11742
11743 PR gdb/1736
11744 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11745 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11746 the prompt.
11747 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11748
11749 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11750
11751 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11752
11753 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11754
11755 PR gdb/1736
11756 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11757 for i?86-*-linux*.
11758
11759 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11760
11761 * gdb.arch/i386-prologue.exp: Compile without debug information.
11762
11763 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11764
11765 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11766 rather than asking gdb to search.
11767
11768 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11769
11770 * gdb.base/gcore.c: Include <string.h>.
11771
11772 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11773
11774 * gdb.base/gcore.c: Add copyright notice.
11775
11776 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11777
11778 * gdb.base/freebpcmd.c: Include <stdio.h>.
11779 * gdb.base/long_long.c: Include <string.h>.
11780 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11781 * gdb.base/siginfo.c: Include <string.h>.
11782 * gdb.base/sigstep.c: Include <string.h>.
11783
11784 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11785
11786 * gdb.base/complex.c: Include <stdlib.h>.
11787
11788 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11789
11790 * gdb.base/complex.c: Add copyright notice.
11791
11792 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11793
11794 * gdb.base/charset.c: Include <stdlib.h>.
11795
11796 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11797
11798 * gdb.base/auxv.c: Include <stdlib.h>.
11799
11800 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11801
11802 * gdb.base/auxv.c: Add copyright notice.
11803
11804 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11805
11806 * gdb.base/coremaker.c: Add copyright notice.
11807 * gdb.base/coremaker2.c: Add copyright notice.
11808
11809 2004-08-04 Andrew Cagney <cagney@gnu.org>
11810
11811 * gdb.base/store.exp: Update copyright.
11812 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11813 names, do not import gdb_prompt.
11814
11815 2004-08-01 Andrew Cagney <cagney@gnu.org>
11816
11817 Fix PR testsuite/1729.
11818 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11819 not use capture_value with value 4.
11820 (capture_value): Add optional test name parameter.
11821 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11822 the prefix, pass to capture_value.
11823
11824 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11825
11826 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11827 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11828 (main): Call new function.
11829
11830 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11831
11832 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11833
11834 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11835
11836 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11837
11838 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11839
11840 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11841 Accept more values of vtbl pointer. Remove some messages
11842 about "obsolete gcc or gdb".
11843
11844 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11845
11846 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11847
11848 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11849
11850 * gdb.base/asm-source.exp: Properly convert target board
11851 debug flags from gcc format to binutils format.
11852
11853 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11854
11855 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11856 gdb1718". PR backtrace/1718 partially fixed.
11857
11858 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11859
11860 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11861
11862 2004-07-26 Nick Clifton <nickc@redhat.com>
11863
11864 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11865 good default value for a specific architecture is available then
11866 set it to that value. Otherwise default to the -gstabs switch.
11867 Remove the -g... switches from the asm-flags variable. Allow the
11868 target board info to override the value if it wants to. Pass the
11869 switch on the assembler command line.
11870
11871 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11872
11873 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11874 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11875 (main): Call new function.
11876
11877 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11878
11879 Test for PR exp/1715.
11880 * gdb.base/radix.exp: Refactor common procedures. Make all
11881 test names unique. Change XFAIL to KFAIL.
11882
11883 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11884
11885 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11886 * gdb.ada/gnat_ada.gin: ... to here.
11887 * configure.in: Use gnat_ada.gin.
11888 * configure: Regenerate.
11889
11890 2004-07-20 Andrew Cagney <cagney@gnu.org>
11891
11892 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11893 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11894 XFAILs. Clean up test messages and comments. Check backtraces.
11895 Delete re-sync code.
11896
11897 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11898
11899 Fix PR cli/740.
11900 * gdb.base/annota1.exp: Honor gdb,nosignals.
11901 * gdb.base/annota3.exp: Likewise.
11902
11903 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11904
11905 * lib/java.exp: Update copyright notice.
11906
11907 2004-07-19 Andrew Cagney <cagney@gnu.org>
11908
11909 * gdb.base/selftest.exp: Copy file from here ...
11910 * gdb.gdb/selftest.exp: ... to here.
11911
11912 2004-07-16 Andrew Cagney <cagney@redhat.com>
11913
11914 * lib/insight-support.exp: Delete file.
11915 * lib/java.exp (java_init): Fix copyright.
11916
11917 2004-07-16 Andrew Cagney <cagney@gnu.org>
11918
11919 * gdb.base/restore.c: Append "prologue" to comments marking the a
11920 function's prologue.
11921 * gdb.base/restore.exp: Update copyright, re-indent.
11922 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11923 callerN" prefix where needed. Update patterns that match a
11924 function's prologue.
11925
11926 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11927
11928 * gdb.base/restore.c: Add copyright notice.
11929
11930 2004-07-16 Andrew Cagney <cagney@gnu.org>
11931
11932 * gdb.base/logical.exp: Update copyright.
11933 (evaluate): New procedure. Use to re-implement tests using
11934 several tables.
11935
11936 2004-07-14 Martin Hunt <hunt@redhat.com>
11937
11938 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11939 which fixes some problems where init.tcl was not found.
11940
11941 2004-07-13 Andrew Cagney <cagney@gnu.org>
11942
11943 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11944 (check_sizeof, check_valueof): Do not include the output in the
11945 test name. Use gdb_test.
11946 (get_valueof): Use gdb_test_multiple.
11947
11948 * gdb.base/step-test.exp: Update copyright. Use
11949 gdb_test_multiple. Ensure that test names do not include
11950 architecture dependent output.
11951
11952 * gdb.gdb/observer.exp: Update copyright.
11953 (setup_test): Use gdb_test_multiple.
11954 (attach_first_observer, attach_second_observer)
11955 (attach_third_observer, detach_first_observer)
11956 (detach_second_observer, detach_third_observer)
11957 (reset_counters, check_counters): Make $message a prefix.
11958 (test_normal_stop_notifications): Add "args" parameter - a list of
11959 init functions to be called. Make $message a prefix,
11960 (test_observer_normal_stop): Change the message prefixes so that
11961 they are unique, pass the attach / detach procedures to
11962 test_normal_stop_notifications.
11963
11964 * gdb.base/signull.exp (test_segv): Prefix all tests with
11965 "${name}". Clean up test messages.
11966
11967 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11968
11969 * gdb.base/ena-dis-br.exp: Update copyright.
11970 (break_at): New function. Replace send_gdb with gdb_test,
11971 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11972 ignore count, not stopped at bpt", with KFAIL.
11973
11974 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
11975
11976 * gdb.base/attach.exp: Remove cleanupfile handling.
11977
11978 2004-07-12 Andrew Cagney <cagney@gnu.org>
11979
11980 * gdb.base/annota1.exp: Cleanup corefile test name.
11981 * gdb.base/annota3.exp: Ditto.
11982
11983 2004-07-12 Andrew Cagney <cagney@gnu.org>
11984
11985 * gdb.base/signals.exp: Clean up copyright, re-indent.
11986
11987 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
11988 gdb_test and gdb_test_multiple.
11989
11990 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
11991
11992 * gdb.java/jmain.exp: Fix expected line number for main to
11993 break at. Set XFAIL for break at main test since gcj does not
11994 provide line number info for first statement in main.
11995
11996 2004-07-08 Andrew Cagney <cagney@gnu.org>
11997
11998 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
11999
12000 * gdb.base/sigbpt.exp: Make the common part of each test name a
12001 prefix instead of suffix.
12002
12003 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12004
12005 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12006 test from test_tbreak_creation_and_listing to
12007 test_file_list_exec_source_file
12008 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12009 Changed name of test from test_tbreak_creation_and_listing to
12010 test_file_list_exec_source_file
12011
12012 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12013
12014 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12015 the jmisc() constructor instead of <init>.
12016 * gdb.java/jmisc1.exp: Ditto.
12017
12018 2004-07-07 Andrew Cagney <cagney@gnu.org>
12019
12020 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12021 corrupting the PC.
12022
12023 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12024
12025 * gdb.cp/templates.exp: Accept whitespace change in demangler
12026 output.
12027
12028 2004-07-06 Andrew Cagney <cagney@gnu.org>
12029
12030 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12031
12032 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12033
12034 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12035 * lib/compiler.cc: Likewise.
12036
12037 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12038
12039 * lib/compiler.cc: Work around string preprocessing problem
12040 with old hp c++ compiler.
12041 * lib/compiler.c: Likewise.
12042
12043 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12044
12045 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12046 directives to conditionalize symbol prefixing.
12047 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12048 additional_flags handling. Add underscore prefix for Cygwin.
12049 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12050 conditionalize symbol prefixing.
12051 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12052 additional_flags handling. Add underscore prefix for Cygwin.
12053
12054 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12055
12056 * gdb.base/bigcore.exp: Skip test on Cygwin.
12057
12058 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12059
12060 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12061 formats for "info register". Use gdb_test_multiple. Fix
12062 the "invalid register" test.
12063
12064 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12065
12066 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12067 PID for Cygwin. Add Cygwin specific strings to check for in some
12068 tests.
12069 (do_attach_tests): Add a test for user interaction when attaching
12070 to a process with no matching symbol table already loaded.
12071
12072 2004-06-26 Andrew Cagney <cagney@gnu.org>
12073
12074 Test PR java/1567 and PR java/1565.
12075 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12076 * gdb.java/jmisc2.exp: Delete file.
12077
12078 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12079
12080 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12081
12082 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12083
12084 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12085 attach process.
12086
12087 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12088
12089 * gdb.cp/pr-1553.exp: Remove.
12090
12091 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12092
12093 * gdb.cp/pr-1553.cc: Remove.
12094 * gdb.cp/pr-1553.exp: Disable this test.
12095
12096 2004-06-20 Jim Blandy <jimb@redhat.com>
12097
12098 Fix PR testsuite/1680.
12099 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12100 regular expressions.
12101
12102 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12103
12104 Fix PR testsuite/1679.
12105 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12106 Issue an UNSUPPORTED result instead.
12107
12108 2004-06-18 Jim Blandy <jimb@redhat.com>
12109
12110 * gdb.base/charset.exp: Only send a control-C if we see a new
12111 prompt and incomplete command.
12112
12113 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12114
12115 * gdb.cp/pr-574.cc: Add copyright notice.
12116
12117 2004-06-17 Jim Blandy <jimb@redhat.com>
12118
12119 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12120 cases where the regexp has no groups; this grabs random text from
12121 the previous test suite, whatever that was.
12122
12123 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12124
12125 * gdb.cp/printmethod.cc: Add copyright notice.
12126
12127 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12128
12129 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12130
12131 2004-06-16 Andrew Cagney <cagney@gnu.org>
12132
12133 * gdb.base/signull.c: Update copyright. Include <string.h>.
12134 (bowler): Replace data_pointer with data_read
12135 and data_write cases. Add code_descriptor case.
12136 (zero, desc): New array and pointer.
12137 (data, code): Change to simple pointers.
12138 * gdb.base/signull.exp: Fix probe pattern matching a function
12139 descriptor SIGSEGV. Replace data_pointer with data_read and
12140 data_write tests.
12141
12142 2004-06-16 Andrew Cagney <cagney@gnu.org>
12143
12144 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12145
12146 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12147
12148 * gdb.base/long_long.c: Add copyright notice.
12149
12150 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12151
12152 * gdb.base/long_long.exp: Remove reference to
12153 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12154 to gdb_breakpoint and gdb_continue_to_breakpoint.
12155
12156 2004-06-14 Jim Blandy <jimb@redhat.com>
12157
12158 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12159 endian case.
12160
12161 2004-06-14 Andrew Cagney <cagney@gnu.org>
12162
12163 * gdb.base/gcore.exp (capture_command_output): Delete the always
12164 passing tests containing inferior values.
12165 * gdb.base/ending-run.exp: Do not include the breakpoint address
12166 in the test message. Update copyright.
12167 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12168 size in the test name, use gdb_test_multiple. Update copyright.
12169
12170 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12171
12172 * gdb.cp/ref-types.cc: Add copyright notice.
12173
12174 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12175
12176 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12177 hp_aCC_compiler.
12178 * lib/compiler.cc: Likewise.
12179 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12180 'set' commands. Log diagnostics for other lines. Set
12181 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12182
12183 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12184
12185 * gdb.cp/try_catch.cc: Add copyright notice.
12186
12187 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12188
12189 * gdb.cp/userdef.cc: Add copyright notice.
12190
12191 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12192
12193 * gdb.cp/virtfunc.cc: Add copyright notice.
12194
12195 2004-06-11 Randolph Chung <tausq@debian.org>
12196
12197 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12198 problem.
12199
12200 2004-06-10 Andrew Cagney <cagney@gnu.org>
12201
12202 * lib/compiler.cc, lib/compiler.c: Append either
12203 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12204 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12205 instead of gcc-3-3.
12206
12207 2004-06-09 Andrew Cagney <cagney@gnu.org>
12208
12209 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12210 gdb/1455, bug is specific to "long long" and "double".
12211
12212 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12213 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12214 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12215 fixed.
12216
12217 2004-06-09 Andrew Cagney <cagney@gnu.org>
12218
12219 * gdb.base/structs.exp (test_struct_returns): Replace
12220 "return_value_unknown" and "finish_value_unknown" by
12221 "return_value_known" and "finish_value_known". Instead of
12222 "return_value_unknown" iff "finish_value_unknown", check
12223 "return_value_known" implies "finish_value_known".
12224
12225 2004-06-08 Martin Hunt <hunt@redhat.com>
12226
12227 * gdb.base/float.exp: Add pattern for mips targets.
12228
12229 2004-06-08 Randolph Chung <tausq@debian.org>
12230
12231 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12232 message for unknown architectures more clear.
12233
12234 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12235
12236 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12237 start the execution of the program.
12238
12239 2004-06-07 Jim Blandy <jimb@redhat.com>
12240
12241 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12242 * gdb.arch/i386-cpuid.h: New helper file.
12243
12244 2004-06-07 Randolph Chung <tausq@debian.org>
12245
12246 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12247 has started.
12248
12249 2004-06-04 Roland McGrath <roland@redhat.com>
12250
12251 Fix PR gdb/1647.
12252 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12253 differently to be robust to output buffering differences.
12254
12255 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12256
12257 * gdb.threads/pthreads.exp: Update copyright years.
12258 (check_control_c): Change asynchronous 'after' to synchronous.
12259
12260 2004-06-04 Roland McGrath <roland@redhat.com>
12261
12262 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12263 next gdb prompt.
12264
12265 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12266
12267 Fix PR gdb/1636.
12268 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12269 calls to synchronous.
12270
12271 2004-05-26 Jim Blandy <jimb@redhat.com>
12272
12273 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12274
12275 2004-05-24 Randolph Chung <tausq@debian.org>
12276
12277 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12278 * gdb.asm/pa.inc: New file.
12279
12280 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12281
12282 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12283
12284 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12285 Daniel Jacobowitz <drow@mvista.com>
12286
12287 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12288 GDB prompt.
12289
12290 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12291
12292 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12293 setjmp/longjmp. Use sigaction instead of signal.
12294
12295 2004-05-19 J. Brobecker <brobecker@gnat.com>
12296 Michael Snyder <msnyder@redhat.com>
12297
12298 * gdb.threads/pthread_cond_wait.c: New file.
12299 * gdb.threads/pthread_cond_wait.exp: New testcase.
12300
12301 2004-05-13 Andrew Cagney <cagney@redhat.com>
12302
12303 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12304 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12305
12306 2004-05-11 Andrew Cagney <cagney@redhat.com>
12307
12308 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12309 fixed but revealed gdb/1639.
12310
12311 2004-05-10 Andrew Cagney <cagney@redhat.com>
12312
12313 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12314 func1" and "next to 2nd alarm", kernel bug avoided.
12315
12316 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12317
12318 PR external/1568
12319 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12320 XFAIL if it is smaller than bytes_allocated.
12321 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12322 (main): Make chunks_allocated unsigned. Correct comment.
12323
12324 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12325
12326 * gdb.arch/powerpc-aix-prologue.c: New file.
12327 * gdb.arch/powerpc-aix-prologue.exp: New file.
12328
12329 2004-05-07 Jim Blandy <jimb@redhat.com>
12330
12331 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12332 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12333
12334 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12335
12336 * gdb.base/sep.exp: No longer setup_kfail when the program was
12337 built with dwarf2.
12338
12339 2004-05-05 Jim Ingham <jingham@apple.com>
12340
12341 * gdb.base/pending.exp: Make sure pending breakpoints
12342 preserve the ignore count.
12343
12344 2004-04-27 Jerome Guitton <guitton@gnat.com>
12345
12346 * i386-prologue.exp: Add testcase for jump instruction as first
12347 instruction of the real code.
12348 * i386-prologue.c (jump_at_beginning): New function.
12349
12350 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12351
12352 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12353 x86_64-*-*.
12354
12355 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12356
12357 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12358 i*86-*-*.
12359
12360 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12361
12362 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12363 expression that checks the return type.
12364
12365 2004-04-23 Andrew Cagney <cagney@redhat.com>
12366
12367 * gdb.base/call-sc.exp: New test of scalar call/return values.
12368 * gdb.base/call-sc.c: Ditto.
12369
12370 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12371
12372 * gdb.threads/manythreads.c: Reduce thread stack size.
12373
12374 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12375
12376 * gdb.threads/manythreads.c: Add copyright notice.
12377
12378 2004-04-23 Andrew Cagney <cagney@redhat.com>
12379
12380 * gdb.base/siginfo.exp: Better handle step out of signal.
12381 * gdb.base/sigstep.exp: Ditto.
12382
12383 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12384 Daniel Jacobowitz <drow@mvista.com>
12385
12386 * gdb.threads/manythreads.c: New testcase.
12387 * gdb.threads/manythreads.exp: Ditto.
12388
12389 2004-04-22 Jim Blandy <jimb@redhat.com>
12390
12391 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12392 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12393
12394 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12395
12396 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12397
12398 2004-04-21 Andrew Cagney <cagney@redhat.com>
12399
12400 * gdb.base/sigstep.c: New file.
12401 * gdb.base/sigstep.exp: New file.
12402
12403 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12404
12405 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12406 call to observer_notify_normal_stop.
12407
12408 2004-04-15 Andrew Cagney <cagney@redhat.com>
12409
12410 * gdb.base/siginfo.c: New file.
12411 * gdb.base/siginfo.exp: New file.
12412
12413 2004-04-12 J. Brobecker <brobecker@gnat.com>
12414
12415 * gdb.base/sep.exp: Fix typo in comment.
12416
12417 2004-04-12 J. Brobecker <brobecker@gnat.com>
12418
12419 * gdb.base/sep.c: New file.
12420 * gdb.base/sep-proc.c: New file.
12421 * gdb.base/sep.exp: New testcase.
12422
12423 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12424
12425 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12426 support.
12427
12428 2004-04-05 Andrew Cagney <cagney@redhat.com>
12429
12430 * gdb.base/sigaltstack.c: New file.
12431 * gdb.base/sigaltstack.exp: New file.
12432
12433 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12434
12435 * gdb.base/foll-fork.exp: Update the expected output for
12436 "help set follow-fork-mode", to match a change that was made
12437 to the help of this variable on 2004-01-13.
12438
12439 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12440
12441 * lib/ada.exp: Add copyright notice.
12442 * bar.ads: Likewise.
12443 * bar.adb: Likewise.
12444 * null_record.adb: Likewise.
12445 * null_record.exp: Likewise.
12446 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12447
12448 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12449
12450 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12451 * configure: Regenerate.
12452
12453 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12454
12455 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12456 to build the application. Remove the message printed when in
12457 verbose mode, redundant with the UNSUPPORTED message above.
12458
12459 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12460
12461 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12462 * gdb.ada (null_record.exp): New testcase.
12463
12464 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12465
12466 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12467
12468 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12469
12470 * gdb.ada: New subdirectory.
12471 * gdb.ada/Makefile.in: New file.
12472 * gdb.ada/gnat_ada.gpr.in: New file.
12473
12474 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12475
12476 * lib/ada.exp: New file.
12477
12478 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12479
12480 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12481 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12482
12483 2004-03-22 Andrew Cagney <cagney@redhat.com>
12484
12485 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12486 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12487 Problem identified by Ulrich Weigand.
12488
12489 2004-03-17 David Carlton <carlton@kealia.com>
12490
12491 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12492 PR c++/826.
12493
12494 2004-03-16 Roland McGrath <roland@redhat.com>
12495
12496 * gdb.base/auxv.exp: New file.
12497 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12498
12499 2004-03-12 David Carlton <carlton@kealia.com>
12500
12501 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12502 * gdb.cp/pr-1553.cc: Ditto.
12503 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12504 pass branch.
12505
12506 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12507
12508 * gdb.cp/templates.exp: Accept more template types.
12509
12510 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12511
12512 From Corinna Vinschen with modifications.
12513 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12514 local variable obj_with_enum.
12515 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12516 results with obj_with_enum.
12517
12518 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12519
12520 * gdb.cp/classes.cc: New file, copied from misc.cc.
12521 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12522
12523 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12524
12525 * gdb.cp/misc.cc: Add copyright notice.
12526
12527 2004-03-05 David Carlton <carlton@kealia.com>
12528
12529 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12530 * gdb.cp/rtti.h: Update copyright.
12531 (namespace n2::n3): New.
12532 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12533 (n2::n3::func3): New.
12534 (main): Call n2::n3::func3.
12535 * gdb.cp/rtti2.cc: Update copyright.
12536 (n2::create3): New.
12537
12538 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12539
12540 * gdb.asm/openbsd.inc: Fix typo.
12541
12542 2004-03-03 Fred Fish <fnf@redhat.com>
12543
12544 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12545 "val" instead of unused "size". Update copyright year.
12546
12547 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12548
12549 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12550 to use unsigned char.
12551 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12552 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12553
12554 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12555
12556 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12557 line of output.
12558
12559 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12560
12561 * gdb.base/relocate.c (dummy): Initialize.
12562
12563 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12564
12565 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12566 a breakpoint at exit.
12567
12568 2004-02-27 Fred Fish <fnf@redhat.com>
12569
12570 * gdb.base/chng-syms.exp: Add expect condition to match failing
12571 case that isn't a timeout.
12572
12573 2004-02-27 Andrew Cagney <cagney@redhat.com>
12574
12575 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12576 support.
12577
12578 2004-02-26 Fred Fish <fnf@redhat.com>
12579
12580 * gdb.arch/gdb1431.c: Remove.
12581 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12582 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12583 of "until" incorrectly.
12584
12585 2004-02-26 J. Brobecker <brobecker@gnat.com>
12586
12587 * gdb.cp/class2.cc (empty): New class.
12588 (refer): New function.
12589 (main): Declare an object of type empty and use it.
12590 * gdb.cp/class2.exp: Print the value of an object of type empty.
12591
12592 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12593
12594 * gdb.base/langs.exp: Update query string to match the
12595 new nquery format used for pending breakpoints.
12596
12597 2004-02-26 Andrew Cagney <cagney@redhat.com>
12598
12599 Fix PR i18n/1570.
12600 * gdb.base/charset.c: Update copyright notice.
12601 (main, init_string): Remove the escape character '\e' tests.
12602 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12603 * gdb.base/charset.exp (valid_host_charset): Ditto.
12604 * gdb.base/setvar.exp: Ditto.
12605
12606 2004-02-24 Andrew Cagney <cagney@redhat.com>
12607
12608 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12609 mmapped data in core file" PASS and FAIL messages consistent.
12610
12611 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12612 setting a breakpoint. Work around PR java/1565.
12613
12614 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12615
12616 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12617 new nquery format.
12618 * gdb.base/pending.exp: Ditto.
12619
12620 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12621
12622 * configure.in: Run stabs tests on *BSD.
12623 * configure: Regenerated.
12624
12625 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12626
12627 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12628
12629 2004-02-20 Fred Fish <fnf@redhat.com>
12630
12631 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12632 blank in test for "returns short", for consistency with other
12633 "returns xxx" tests. Update copyright year.
12634
12635 2004-02-19 Fred Fish <fnf@redhat.com>
12636
12637 New testcase for PR breakpoint/1558.
12638 * gdb.arch/gdb1558.exp: New file.
12639 * gdb.arch/gdb1558.c: New file.
12640
12641 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12642
12643 * gdb.base/nodebug.exp: Fix typo.
12644
12645 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12646
12647 Committed by Jim Blandy <jimb@redhat.com>.
12648
12649 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12650
12651 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12652
12653 * gdb.base/float.exp: Support s390*-*-* targets.
12654
12655 2004-02-17 Adam Fedor <fedor@gnu.org>
12656
12657 * gdb.base/gdb1555.exp: New file.
12658 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12659
12660 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12661
12662 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12663
12664 2004-02-16 Fred Fish <fnf@redhat.com>
12665
12666 * gdb.arch/gdb1291.c: Remove
12667 * gdb.arch/gdb1291.s: New test input file.
12668 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12669 fail. Test for correct result, known incorrect result, other
12670 failures and timeouts.
12671
12672 2004-02-16 Andrew Cagney <cagney@redhat.com>
12673
12674 * gdb.base/bigcore.exp: New file.
12675 * gdb.base/bigcore.c: New file.
12676
12677 2004-02-13 Andrew Cagney <cagney@redhat.com>
12678
12679 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12680 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12681 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12682 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12683 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12684 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12685 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12686 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12687 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12688 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12689
12690 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12691
12692 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12693 executed is an alloc instruction.
12694
12695 2004-02-11 David Carlton <carlton@kealia.com>
12696
12697 * gdb.cp/breakpoint.exp: New.
12698 * gdb.cp/breakpoint.cc: New.
12699
12700 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12701
12702 Partial fix for PR gdb/1543.
12703 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12704 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12705 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12706 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12707 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12708 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12709 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12710 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12711 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12712 to bug-gdb@prep.ai.mit.edu .
12713 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12714 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12715 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12716 Likewise.
12717
12718 2004-02-10 Andrew Cagney <cagney@redhat.com>
12719
12720 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12721 using gdb_internal_error_resync.
12722
12723 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12724
12725 * gdb.threads/thread-specific.exp: Stop early if no threads are
12726 found.
12727
12728 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12729
12730 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12731
12732 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12733
12734 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12735 breakpoints.
12736
12737 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12738
12739 * config/sim.exp (gdb_load): Handle $arg == "".
12740 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12741 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12742
12743 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12744
12745 * gdb.base/maint.exp: Update test to reflect
12746 obstack changes.
12747
12748 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12749
12750 * gdb.base/pendshr.c (pendfunc): New function that calls
12751 pendfunc1.
12752 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12753
12754 2004-02-04 Fred Fish <fnf@redhat.com>
12755
12756 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12757 function symbols and update copyright years.
12758 * gdb.arch/gdb1291.c: Ditto.
12759
12760 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12761
12762 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12763
12764 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12765
12766 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12767
12768 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12769
12770 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12771
12772 2004-02-02 Fred Fish <fnf@redhat.com>
12773
12774 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12775 remote targets. Update copyright years.
12776
12777 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12778
12779 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12780 support.
12781 * gdb.base/langs.exp: Fix test which attempts to create
12782 breakpoint on non-existent function to handle new pending
12783 support.
12784 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12785 a breakpoint.
12786 * gdb.base/pending.exp: New test.
12787 * gdb.base/pending.c: New file.
12788 * gdb.base/pendshr.c: Ditto.
12789
12790 2004-02-02 David Carlton <carlton@kealia.com>
12791
12792 * gdb.cp/overload.exp: Add overloadNamespace tests.
12793 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12794 (overloadNamespace, XXX): New.
12795 (main): Call XXX::marker2.
12796
12797 2004-02-01 Fred Fish <fnf@redhat.com>
12798
12799 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12800 * gdb.base/finish.exp: Ditto.
12801 * gdb.base/gcore.exp: Ditto.
12802 * gdb.base/huge.exp: Ditto.
12803 * gdb.base/info-proc.exp: Ditto.
12804 * gdb.base/return2.exp: Ditto.
12805 * gdb.threads/gcore-thread.exp: Ditto.
12806
12807 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12808
12809 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12810
12811 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12812
12813 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12814 that opening the file succeeds on OpenBSD.
12815
12816 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12817
12818 * gdb.threads/thread-specific.c: New file.
12819 * gdb.threads/threads-specific.exp: New test script.
12820 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12821 to expect_out.
12822
12823 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12824
12825 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12826 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12827 only on the "print_small_structs from print_long_arg_list" test.
12828
12829 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12830
12831 * gdb.base/completion.exp: Kill a stray backslash.
12832
12833 From Jim Ingham <jingham@apple.com>:
12834 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12835 agrees with the result from sending a tab.
12836
12837 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12838
12839 * gdb.base/chng-syms.exp: Remove stray newline.
12840
12841 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12842
12843 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12844 *-*-openbsd*.
12845 * gdb.asm/openbsd.inc: New file.
12846
12847 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12848
12849 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12850 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12851 *-*solaris2*. Remove commented out default settings for
12852 asm-flags. Replace gdb_compile with target_link.
12853
12854 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12855
12856 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12857 for all tests. Remove old hp-ux and cygnus xfail cases.
12858
12859 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12860
12861 * gdb.base/chng-syms.exp: New file.
12862 * gdb.base/chng-syms.c: New file.
12863
12864 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12865
12866 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12867 Provide arms for current output in all my configurations.
12868
12869 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12870
12871 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12872 * lib/compiler.cc: Likewise.
12873 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12874 get the right preprocessor. Eval the output directly. Remove
12875 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12876 hp_f77_compiler and hp_f90_compiler completely.
12877 (gdb_preprocess): Delete.
12878 (get_compiler): Delete.
12879
12880 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12881
12882 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12883 <string.h>.
12884
12885 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12886
12887 * gdb.mi/mi-stack.exp: Update copyright.
12888
12889 2004-01-23 David Carlton <carlton@kealia.com>
12890
12891 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12892 test for cp_lookup_transparent_type.
12893 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12894 call them.
12895
12896 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12897
12898 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12899 after -var-update.
12900
12901 2004-01-23 David Carlton <carlton@kealia.com>
12902
12903 * gdb.cp/namespace.cc (C::ensureRefs): New.
12904 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12905
12906 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12907
12908 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12909 case "-stack-list-locals 2".
12910 * gdb.mi/mi-var-child.exp: Test for case
12911 "-var-list-children --all-values NAME".
12912
12913 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12914
12915 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12916
12917 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12918
12919 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12920 used with gdb_test_multiple.
12921
12922 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12923 read at address 0. This fixes PR testsuite/1504.
12924
12925 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
12926
12927 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12928 Remove downloading, guessing the host executable, the calls to
12929 gdb_file_cmd and gdb_target_cmd, and "load" support.
12930 (infer_host_exec): New function broken out from gdb_load.
12931 (gdb_load): New wrapper for gdbserver_gdb_load.
12932 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12933 gdb_target_cmd. Use -target-select.
12934 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12935 Download binaries to the host. Clear last_mi_remote_file when
12936 we load a new binary.
12937 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12938 call gdbserver_gdb_load and mi_gdb_target_cmd.
12939
12940 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12941
12942 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12943 type patterns.
12944
12945 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12946
12947 * gdb.cp/templates.exp: Fix typo in test name of
12948 "print Foo<volatile char*>::foo".
12949
12950 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12951
12952 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12953
12954 2004-01-16 Ben Elliston <bje@wasabisystems.com>
12955
12956 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12957 (clean mostlyclean): Remove empty rm.
12958
12959 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12960
12961 * gdb.base/setvar.exp: Add copyright years.
12962
12963 2004-01-14 David Carlton <carlton@bactrian.org>
12964
12965 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12966 PR c++/1511 and update coment.
12967 * gdb.cp/templates.exp: Update patterns to match current output.
12968 If changes involve something other than whitespace, KFAIL
12969 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12970
12971 2004-01-14 David Carlton <carlton@kealia.com>
12972
12973 * gdb.cp/namespace.exp: Add tests involving classes defined within
12974 namespaces.
12975 * gdb.cp/namespace.cc (C::CClass): New.
12976 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
12977
12978 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12979
12980 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
12981 what debug info we have. Print a better message if something goes
12982 wrong while producing the separate debug info file.
12983
12984 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12985
12986 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
12987
12988 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
12989
12990 * gdb.base/callfuncs.c: Add copyright notice.
12991
12992 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
12993
12994 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
12995 inheritance. PR gdb/1498, PR gcc/13539.
12996
12997 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
12998
12999 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13000 test specific name.
13001 * gdb.mi/gdb669.exp: Ditto.
13002 * gdb.mi/mi-pthreads.exp: Ditto.
13003 * gdb.mi/mi1-pthreads.exp: Ditto.
13004 * gdb.mi/mi2-pthreads.exp: Ditto.
13005
13006 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13007
13008 * gdb.cp/member-ptr.cc: Add copyright notice.
13009
13010 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13011
13012 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13013 some patterns for recent versions of gcc and hpacc. Delete
13014 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13015 Delete tests that access a NULL pointer-to-member-data. This
13016 script is still disabled for gcc.
13017
13018 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13019
13020 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13021 escaped correctly.
13022
13023 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13024
13025 * gdb.base/sepdebug.exp: New file.
13026 * gdb.base/sepdebug.c: New file.
13027 * lib/gdb.exp (separate_debug_filename): New procedure.
13028 (gdb_gnu_strip_debug): New procedure.
13029
13030 2004-01-12 Andrew Cagney <cagney@redhat.com>
13031
13032 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13033 * gdb.mi/ChangeLog-1999-2003: New file.
13034
13035 2004-01-12 Andrew Cagney <cagney@redhat.com>
13036
13037 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13038 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13039 or EEXIST", treat EBUSY as an XFAIL.
13040
13041 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13042
13043 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13044 hp_cc_compiler.
13045
13046 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13047
13048 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13049 decorations.
13050
13051 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13052
13053 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13054 and "(aCC)" decorations. Remove obsolete doco about old
13055 test results.
13056
13057 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13058
13059 * gdb.cp/exception.exp: Fix typo in doco.
13060
13061 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13062
13063 * gdb.base/gdb1476.exp: Fix typo.
13064
13065 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13066
13067 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13068 file.
13069
13070 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13071
13072 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13073 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13074 Use gdb_compile. Remove restriction on gcc. Add some patterns
13075 for recent version of gdb. Delete second half, which was a copy
13076 of the first half with different build flags. This test is
13077 still disabled because it is still not ready for production.
13078
13079 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13080
13081 * gdb.cp/exception.cc: Add copyright notice.
13082 * gdb.cp/exception.exp: Add a notice that this file is broken
13083 because of line number changes caused by addition of copyright
13084 notice.
13085
13086 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13087
13088 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13089 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13090
13091 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13092
13093 * gdb.cp/classes.exp: Accept gnu abi 2.
13094 * gdb.cp/derivation.exp: Likewise.
13095 * gdb.cp/overload.exp: Likewise.
13096 * gdb.cp/virtfunc.exp: Likewise.
13097
13098 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13099
13100 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13101 semicolon after end of function.
13102
13103 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13104
13105 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13106 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13107 boilerplate code for compiling and running the program under
13108 test. Add some string method tests.
13109
13110 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13111
13112 * gdb.cp/bs15503.cc: Add copyright notice.
13113 * gdb.cp/bs15503.exp: Adjust line number.
13114
13115 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13116
13117 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13118 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13119
13120 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13121
13122 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13123 hp_cc_compiler.
13124
13125 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13126
13127 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13128 * gdb.cp/ctti.exp: Use the marker instead of "next".
13129 With gcc, run further before bailing.
13130
13131 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13132
13133 * gdb.cp/cttiadd.cc: Add copyright notice.
13134 * gdb.cp/cttiadd1.cc: Likewise.
13135 * gdb.cp/cttiadd2.cc: Likewise.
13136 * gdb.cp/cttiadd3.cc: Likewise.
13137
13138 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13139
13140 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13141 Use gdb_test, gdb_test_multiple. Use floating-point values that
13142 have exact representations in IEEE-ish formats.
13143
13144 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13145
13146 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13147 compilers. Delete duplicate call to get_compiler_info.
13148 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13149 * gdb.base/volatile.exp: Likewise.
13150
13151 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13152
13153 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13154 memory at address 0.
13155
13156 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13157
13158 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13159 to test for hp-ux assembler. Fix copyright years.
13160
13161 2004-01-07 Andrew Cagney <cagney@redhat.com>
13162
13163 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13164
13165 2004-01-07 Andrew Cagney <cagney@redhat.com>
13166
13167 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13168 when creating the read-only file. From analysis by Roland McGrath
13169 and Elena Zannoni.
13170
13171 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13172
13173 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13174
13175 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13176
13177 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13178 data pointers.
13179
13180 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13181
13182 * gdb.cp/m-static.exp: Compile one source file at a time.
13183 Delete unused call to get_compiler_info.
13184
13185 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13186
13187 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13188 * gdb.base/call-rt-st.exp: Likewise.
13189 * gdb.base/nodebug.exp: Likewise.
13190 * gdb.base/volatile.exp: Likewise.
13191 * gdb.cp/ref-types.exp: Likewise.
13192 * gdb.cp/templates.exp: Likewise.
13193
13194 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13195
13196 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13197
13198 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13199
13200 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13201 hppa*-hp-hpux*.
13202
13203 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13204
13205 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13206 x86_64-*-*.
13207
13208 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13209 sparc64-*-* and sparc*-solaris2*.
13210
13211 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13212
13213 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13214 return ${tests}" test. The ${tests} already mentions the
13215 filename.
13216
13217 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13218
13219 * gdb.cp/local.exp: Accept gcc abi 2.
13220
13221 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13222
13223 * gdb.cp/templates.exp: Accept gcc abi 2.
13224
13225 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13226
13227 * lib/compiler.cc: Remove supports_template_debugging.
13228 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13229
13230 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13231
13232 * gdb.cp/namespace.exp: Accept gcc abi 2.
13233
13234 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13235
13236 * gdb.cp/method.exp: Accept gcc abi 2.
13237
13238 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13239
13240 * gdb.cp/classes.exp: Generate identical results as old version.
13241 * gdb.cp/derivation.exp: Likewise.
13242 * gdb.cp/overload.exp: Likewise.
13243 * gdb.cp/virtfunc.exp: Likewise.
13244
13245 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13246
13247 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13248 mysterious bug with sourceware version of expect.
13249
13250 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13251
13252 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13253 current versions of gcc, including gcc abi 2. Remove gratuitous
13254 restart of test program. Use gdb_test_multiple and gdb_test for
13255 all tests. Add patterns to xfail missing "const" in "const char *"
13256 and kfail PR gdb/1155.
13257
13258 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13259
13260 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13261 current versions of gcc, including gcc abi 2. Remove gratuitous
13262 restart of test program. Use gdb_test_multiple and gdb_test for
13263 all tests. Add patterns to kfail PR gdb/1498.
13264
13265 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13266
13267 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13268 current versions of gcc, including gcc abi 2. Use "breakpoint"
13269 and "continue" instead of restarting the target program. Use
13270 gdb_test_multiple and gdb_test for all tests.
13271
13272 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13273
13274 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13275 for *-*-solaris2*.
13276
13277 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13278
13279 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13280 current versions of gcc, including gcc abi 2. Use "breakpoint"
13281 and "continue" instead of restarting the target program several
13282 times. Use gdb_test_multiple and gdb_test for all tests.
13283
13284 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13285
13286 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13287 source files.
13288
13289 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13290
13291 * gdb.base/environ.exp: Handle compiling test case from multiple
13292 source files.
13293
13294 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13295
13296 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13297
13298 2003-12-17 Jim Blandy <jimb@redhat.com>
13299
13300 * gdb.base/freebpcmd.c: Add copyright notice.
13301
13302 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13303
13304 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13305
13306 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13307
13308 2003-12-13 Jim Blandy <jimb@redhat.com>
13309
13310 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13311
13312 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13313
13314 * gdb.asm/frv.inc: New file.
13315 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13316
13317 2003-12-09 Fred Fish <fnf@redhat.com>
13318
13319 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13320 functions to break1.c and leave prototypes behind. Add more
13321 "set breakpoint NN here" comments.
13322 * gdb.base/break1.c: New file.
13323
13324 * gdb.base/break.exp: Handle compiling test case from multiple
13325 source files and change source file references as needed.
13326 * gdb.base/completion.exp: Ditto.
13327 * gdb.base/condbreak.exp: Ditto.
13328 * gdb.base/define.exp: Ditto.
13329 * gdb.base/ena-dis-br.exp: Ditto.
13330 * gdb.base/info-proc.exp: Ditto.
13331 * gdb.base/maint.exp: Ditto.
13332 * gdb.base/until.exp: Ditto.
13333
13334 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13335 hardcoded line numbers.
13336 * gdb.base/define.exp: Ditto.
13337 * gdb.base/ena-dis-br.exp: Ditto.
13338 * gdb.base/maint.exp: Ditto.
13339 * gdb.base/until.exp: Ditto.
13340
13341 * gdb.base/completion.exp: Use "break1" for completion tests since
13342 "break" is no longer a unique prefix.
13343
13344 2003-12-06 Andrew Cagney <cagney@redhat.com>
13345
13346 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13347 "return_value_unimplemented". When an unimplemented struct return
13348 architecture, report incorrect values as a KFAIL
13349
13350 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13351
13352 * gdb.cp/rtti.exp: Accept new wording of warning from
13353 cp_lookup_rtti_type.
13354
13355 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13356
13357 Partial fix for PR testsuite/1456.
13358 * gdb.base/scope.exp (test_at_main): Replace references to
13359 gcc_compiled with calls to test_compiler_info.
13360 (test_at_foo): Likewise.
13361 (test_at_bar): Likewise.
13362
13363 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13364
13365 Partial fix for PR testsuite/1456.
13366 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13367 to test_compiler_info.
13368
13369 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13370
13371 * gdb.base/so-impl-ld.exp: Update copyright notice.
13372
13373 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13374
13375 Partial fix for PR testsuite/1456.
13376 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13377 to test_compiler_info.
13378
13379 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13380
13381 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13382 from current versions of gdb. Clean up regular expressions.
13383 Delete redundant timeout case.
13384
13385 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13386
13387 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13388 from current versions of gdb. Clean up regular expressions.
13389 Delete redundant timeout case.
13390
13391 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13392
13393 Partial fix for PR testsuite/1456.
13394 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13395 gcc_compiled with call to test_compiler_info.
13396
13397 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13398
13399 Partial fix for PR testsuite/1456.
13400 * gdb.base/list.exp (test_list_function): Delete unused declaration
13401 of gcc_compiled.
13402
13403 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13404
13405 Partial fix for PR testsuite/1456.
13406 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13407 call to test_compiler_info.
13408
13409 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13410
13411 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13412 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13413 it to create the appropriate note.inc.
13414 * gdb.asm/asmsrc1.s: Include "note.inc".
13415 * gdb.asm/netbsd.inc: New file.
13416 * gdb.asm/empty.inc: New file.
13417
13418 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13419
13420 Partial fix for PR testsuite/1456.
13421 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13422 calls to test_compiler_info.
13423
13424 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13425
13426 Partial fix for PR testsuite/1456.
13427 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13428 calls to test_compiler_info.
13429
13430 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13431
13432 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13433 pattern for the KFAILs.
13434
13435 2003-11-25 Adam Fedor <fedor@gnu.org>
13436
13437 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13438 * gdb.objc/objcdecode.m: New file.
13439
13440 2003-11-25 Adam Fedor <fedor@gnu.org>
13441
13442 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13443 * gdb.objc/nondebug.m: New file.
13444
13445 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13446
13447 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13448 NetBSD as it does on FreeBSD. Modelled on a similar change by
13449 Mark Kettenis on 2003-05-30.
13450 (link-flags): Set to "--entry _start" regardless of target.
13451 Special linker flags are to be appended to $link-flags.
13452 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13453
13454 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13455
13456 * gdb.cp/method.exp: Accept output of new demangler.
13457
13458 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13459
13460 * gdb/class2.exp: New file.
13461 * gdb/class2.cc: New file.
13462
13463 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13464
13465 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13466 of new demangler.
13467
13468 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13469
13470 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13471 of gdb_test "run".
13472
13473 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13474
13475 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13476 "continue" into "run".
13477
13478 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13479
13480 Partial fix for PR testsuite/1456.
13481 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13482 call to test_compiler_info.
13483 * gdb.cp/ctti.exp: Likewise.
13484 * gdb.cp/derivation.exp: Likewise.
13485 * gdb.cp/member-ptr.exp: Likewise.
13486 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13487 reference to gcc_compiled.
13488
13489 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13490
13491 Fix PR testsuite/1463.
13492 * gdb.base/structs.exp (start_structs_test): Call
13493 get_debug_format before using the debug format.
13494
13495 2003-11-22 Andrew Cagney <cagney@redhat.com>
13496
13497 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13498 * gdb.base/structs.exp: Use gdb_test_multiple.
13499
13500 2003-11-20 Andrew Cagney <cagney@redhat.com>
13501
13502 * gdb.base/structs.exp: Handle and recover from internal errors.
13503 Replace "foo${n}" with "foo<n>" in test messages.
13504
13505 * gdb.base/structs.exp: Update copyright. Rewrite.
13506 * gdb.base/structs.c: Update copyright. Rewrite.
13507
13508 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13509 resync count exceeded.
13510
13511 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13512 from the internal error.
13513 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13514 Original from Jim Blandy.
13515 (gdb_test_multiple): Use gdb_internal_error_resync.
13516
13517 2003-11-19 Andrew Cagney <cagney@redhat.com>
13518
13519 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13520 KFAIL.
13521
13522 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13523
13524 New testcase for PR backtrace/1435.
13525 * gdb.arch/i386-unwind.exp: New file.
13526 * gdb.arch/i386-unwind.c: New file.
13527
13528 2003-11-17 Andrew Cagney <cagney@redhat.com>
13529
13530 * lib/gdb.exp (compiler_info): New global.
13531 (test_compiler_info): New function.
13532 (get_compiler_info): Set compiler_info.
13533 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13534 "compiler_info" to gcc-<major>-<minor>.
13535
13536 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13537
13538 * gdb.trace/configure: Remove.
13539
13540 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13541
13542 * gdb.base/break.c: Add comments to aid finding line numbers for
13543 breakpoints.
13544 * gdb.base/break.exp: Remove all references to explicit line
13545 numbers.
13546
13547 2003-11-11 Nick Clifton <nickc@redhat.com>
13548
13549 * gdb.base/shreloc.exp: Do not run for targets which do not
13550 support shared objects.
13551
13552 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13553
13554 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13555 Don't run tests if nofileio flag is given.
13556
13557 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13558
13559 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13560 as well as 'Watchpoint'.
13561
13562 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13563
13564 Reported by Jim Ingham <jingham@apple.com>:
13565 * gdb.base/annota1.exp: Match at least one occurrence of the
13566 signal handler annotation.
13567
13568 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13569
13570 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13571 as well as 'Watchpoint'.
13572
13573 2003-11-05 Michael Chastain <mec@shout.net>
13574
13575 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13576
13577 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13578
13579 * gdb.arch/gdb1291.c: New test file.
13580 * gdb.arch/gdb1291.exp: New test script.
13581 * gdb.arch/gdb1431.c: New test file.
13582 * gdb.arch/gdb1431.exp: New test script.
13583
13584 2003-10-22 Michael Chastain <mec@shout.net>
13585
13586 * gdb.mi/pthreads.c: Add copyright notice.
13587
13588 2003-10-22 Michael Chastain <mec@shout.net>
13589
13590 * gdb.threads/pthreads.c: Add copyright notice.
13591
13592 2003-10-20 Michael Chastain <mec@shout.net>
13593
13594 * gdb.base/gdb1056.exp: New test script.
13595
13596 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13597
13598 * gdb.threads/killed.exp: Use gdb_run_cmd.
13599
13600 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13601
13602 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13603 create a core file.
13604 * gdb.threads/gcore-thread.exp: Likewise.
13605
13606 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13607
13608 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13609 type, based on char type.
13610 (struct bit_flags_short_t): New bitfield type, based on short type.
13611 (init_bit_flags_char): New fuction.
13612 (init_bit_flags_short): Ditto.
13613 (print_bit_flags_char): Ditto.
13614 (print_bit_flags_short): Ditto.
13615 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13616
13617 2003-10-11 Michael Chastain <mec@shout.net>
13618
13619 * gdb.base/call-rt-st.exp: Update copyright year.
13620
13621 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13622
13623 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13624 * gdb.disasm/sh3.s: Ditto.
13625
13626 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13627
13628 * gdb.threads/switch-threads.exp: New test.
13629 * gdb.threads/switch-threads.c: New source file.
13630
13631 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13632
13633 * gdb.base/ending-run.exp: Add sh specific case.
13634
13635 2003-10-06 Andrew Cagney <cagney@redhat.com>
13636
13637 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13638 * gdb.disasm/mn10200.exp: Delete obsolete file.
13639
13640 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13641
13642 * ChangeLog: Correct an entry command.exp -> commands.exp.
13643 * gdb.base/commands.exp (bp_deleted_in_command_test)
13644 (temporary_breakpoint_commands): Check noargs.
13645
13646 2003-09-25 David Carlton <carlton@kealia.com>
13647
13648 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13649 of some print tests, where appropriate. Add tests for C::D::cd,
13650 E::ce, F::cXfX, G::XgX.
13651 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13652
13653 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13654
13655 * lib/java.exp (java_init): Import target_alias before using it.
13656
13657 2003-09-25 David Carlton <carlton@kealia.com>
13658
13659 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13660
13661 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13662
13663 * gdb.base/selftest.exp: Accomodate more instruction reordering
13664 weirdness.
13665
13666 2003-09-17 Michael Chastain <mec@shout.net>
13667
13668 * gdb.cp/gdb1355.exp: New file.
13669 * gdb.cp/gdb1355.c: New file.
13670
13671 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13672
13673 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13674 * gdb.asm/sh.inc: New file.
13675
13676 2003-09-11 David Carlton <carlton@kealia.com>
13677
13678 * gdb.cp/namespace.exp: Add tests for namespace types.
13679 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13680 (test_namespace): New.
13681
13682 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13683
13684 * gdb.base/relocate.exp: Handle new gdb output at startup.
13685 * gdb.stabs/weird.exp: Ditto.
13686
13687 2003-09-08 Michael Chastain <mec@shout.net>
13688
13689 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13690
13691 2003-09-07 Michael Chastain <mec@shout.net>
13692
13693 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13694 'parse error'.
13695
13696 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13697
13698 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13699
13700 2003-08-30 Michael Chastain <mec@shout.net>
13701
13702 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13703 * gdb.gdb/observer.exp: Ditto.
13704 * gdb.gdb/xfullpath.exp: Ditto.
13705
13706 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13707
13708 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13709 *-*-*bsd*.
13710
13711 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13712
13713 * gdb.base/dump.exp: Skip for ia64.
13714
13715 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13716
13717 * gdb.asm/asm-source.exp: Add ia64 support.
13718 * gdb.asm/ia64.inc: New file.
13719
13720 2003-08-22 Michael Chastain <mec@shout.net>
13721
13722 * gdb.cp: New directory.
13723 * gdb.cp/*: Copy from gdb.c++/*.
13724 * gdb.c++/*: Remove.
13725 * Makefile.in: Change gdb.c++ to gdb.cp.
13726 * configure.in: Ditto.
13727 * configure: Regnerate.
13728
13729 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13730
13731 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13732 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13733
13734 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13735
13736 * mi-var-display.exp (-var-list-children weird): Accept function
13737 pointers with argument types.
13738 * mi1-var-display.exp (-var-list-children weird): Likewise.
13739 * mi2-var-display.exp (-var-list-children weird): Likewise.
13740
13741 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13742
13743 * gdb.base/annota3.exp: Add missing newline.
13744
13745 2003-08-06 Michael Chastain <mec@shout.net>
13746
13747 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13748
13749 2003-08-12 Michael Snyder <msnyder@redhat.com>
13750
13751 * gdb.base/float.exp: Add test for SH.
13752
13753 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13754
13755 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13756
13757 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13758
13759 * gdb.base/completion.exp: Remove reduntant completion test
13760 on filename.
13761
13762 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13763
13764 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13765 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13766 gdb.trace/save-trace.exp: Make sure that full pathnames are
13767 escaped correctly.
13768
13769 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13770
13771 * configure.in: Don't generate config.h from config.hin.
13772 * configure: Regenerate.
13773 * config.hin: Remove file.
13774 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13775 * gdb.threads/pthreads.c: Ditto.
13776
13777 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13778
13779 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13780 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13781 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13782 Replace ld24 with seth/add3.
13783
13784 2003-08-02 Andrew Cagney <cagney@redhat.com>
13785
13786 * gdb.base/annota3.exp: New file.
13787 * gdb.base/annota3.c: New file.
13788 * gdb.c++/annota3.exp: New file.
13789 * gdb.c++/annota3.cc: New file.
13790
13791 2003-07-29 Michael Chastain <mec@shout.net>
13792
13793 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13794 actually failed.
13795 (do_pass): Likewise.
13796 * gdb.threads/tls.exp: Always initialize no_of_threads.
13797
13798 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13799
13800 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13801 pattern.
13802 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13803 * gdb.threads/tls.exp: Recognize one case of the host library not
13804 supporting TLS.
13805
13806 2003-07-27 Andrew Cagney <cagney@redhat.com>
13807
13808 * gdb.base/fileio.exp: Use SH when running commands using
13809 remote_exec.
13810
13811 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13812
13813 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13814 * gdb.base/relocate.c (dummy): New padding array.
13815
13816 2003-07-22 Michael Snyder <msnyder@redhat.com>
13817
13818 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13819
13820 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13821 patterns to be more general, accepting old and new output.
13822 Some output chars (such as '+') also must be quoted.
13823 Some addresses are displayed numerically instead of
13824 symbolically.
13825
13826 2003-07-23 Michael Snyder <msnyder@redhat.com>
13827
13828 * gdb.base/return2.exp: Don't test long-long return.
13829
13830 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13831 * gdb.disasm/t01_mov.exp: Ditto.
13832 * gdb.disasm/t02_mova.s: Ditto.
13833 * gdb.disasm/t02_mova.exp: Ditto.
13834 * gdb.disasm/t03_add.s: Ditto.
13835 * gdb.disasm/t03_add.exp: Ditto.
13836 * gdb.disasm/t04_sub.s: Ditto.
13837 * gdb.disasm/t04_sub.exp: Ditto.
13838 * gdb.disasm/t05_cmp.s: Ditto.
13839 * gdb.disasm/t05_cmp.exp: Ditto.
13840 * gdb.disasm/t06_ari2.s: Ditto.
13841 * gdb.disasm/t06_ari2.exp: Ditto.
13842 * gdb.disasm/t07_ari3.s: Ditto.
13843 * gdb.disasm/t07_ari3.exp: Ditto.
13844 * gdb.disasm/t08_or.s: Ditto.
13845 * gdb.disasm/t08_or.exp: Ditto.
13846 * gdb.disasm/t09_xor.s: Ditto.
13847 * gdb.disasm/t09_xor.exp: Ditto.
13848 * gdb.disasm/t10_and.s: Ditto.
13849 * gdb.disasm/t10_and.exp: Ditto.
13850 * gdb.disasm/t11_logs.s: Ditto.
13851 * gdb.disasm/t11_logs.exp: Ditto.
13852 * gdb.disasm/t12_bit.s: Ditto.
13853 * gdb.disasm/t12_bit.exp: Ditto.
13854 * gdb.disasm/t13_otr.s: Ditto.
13855 * gdb.disasm/t13_otr.exp: Ditto.
13856
13857 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13858
13859 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13860
13861 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13862
13863 * gdb.threads/tls.c : New file.
13864 * gdb.threads/tls.exp : New file.
13865 * gdb.threads/tls-main.c : New file.
13866 * gdb.threads/tls-shared.c : New file.
13867 * gdb.threads/tls-shared.exp : New file.
13868
13869 2003-07-22 Andreas Schwab <schwab@suse.de>
13870
13871 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13872
13873 2003-07-20 Andreas Schwab <schwab@suse.de>
13874
13875 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13876 due to insn reordering.
13877
13878 2003-07-15 Andrew Cagney <cagney@redhat.com>
13879
13880 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13881
13882 2003-07-15 Michael Chastain <mec@shout.net>
13883
13884 * gdb.base/gdb1250.exp: New file.
13885 * gdb.base/gdb1250.c: New file.
13886
13887 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13888
13889 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13890 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13891
13892 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13893
13894 * gdb.threads/tls.c: New file.
13895 * gdb.threads/tls.exp: New file.
13896 * gdb.threads/tls-main.c: New file.
13897 * gdb.threads/tls-shared.c: New file.
13898 * gdb.threads/tls-shared.exp: New file.
13899
13900 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13901
13902 * gdb.base/annota1.exp: Make sure that we properly escape the
13903 full path of the source file. Xfail more permissive patterns,
13904 due to a compiler debug info problem.
13905
13906 2003-07-07 Andreas Schwab <schwab@suse.de>
13907
13908 * gdb.asm/m68k.inc: New file.
13909 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13910
13911 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13912 arguments"): Also match negative number.
13913
13914 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13915
13916 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
13917
13918 * gdb.base/store.c (charest): New typedef.
13919 (add_char): Rename to add_charest, update.
13920 (wack_char): Rename to wack_charest, update types. Return l + r
13921 to keep r live across the call.
13922 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13923 (wack_double, wack_doublest): Return l + r to keep r live across
13924 the call.
13925 * gdb.base/store.exp: Accomodate store.c changes.
13926
13927 2003-06-30 David Carlton <carlton@kealia.com>
13928
13929 * gdb.c++/maint.exp (test_invalid_name): New.
13930 (test_first_component): Add tests for invalid names.
13931
13932 2003-06-29 Michael Chastain <mec@shout.net>
13933
13934 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13935 output of '<VTT for class>' for virtual base classes.
13936
13937 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13938
13939 * gdb.base/completion.exp: Tab-complete "complet" instead of
13940 "compl".
13941 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13942
13943 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13944
13945 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13946 * gdb.base/volatile.exp: Likewise.
13947
13948 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13949
13950 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13951 gdb/1265.
13952
13953 2003-06-28 Michael Chastain <mec@shout.net>
13954 Daniel Jacobowitz <drow@mvista.com>
13955
13956 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13957 initial line count of 'captured_main' from 26 to 32.
13958 (test_with_self): Allow xmalloc call to be interleaved with the
13959 preceding two lines.
13960
13961 2003-06-24 Joel Brobecker <brobecker@gnat.com>
13962
13963 * gdb.base/bang.exp: New testcase.
13964
13965 2003-06-23 Joel Brobecker <brobecker@gnat.com>
13966
13967 * gdb.base/langs.exp: Add some tests for the "minimal" language
13968 support.
13969
13970 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
13971
13972 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13973 the testcase.
13974
13975 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13976
13977 * gdb.base/relocate.exp: Test add-symbol-file with a variable
13978 offset.
13979
13980 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
13981
13982 * gdb.c++/pr-1210.cc: New file.
13983 * gdb.c++/pr-1210.exp: New file.
13984
13985 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
13986
13987 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
13988 000-exec-continue.
13989
13990 2003-06-15 Mark Kettenis <kettenis@gnu.org>
13991
13992 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
13993 on *-*-*bsd* instead of *-*-freebsd*.
13994
13995 2003-06-14 Andrew Cagney <cagney@redhat.com>
13996
13997 * gdb.base/store.exp: Test longest and doublest. Test all
13998 parameters. Weaken return statement match.
13999 * gdb.base/store.c: Add longest and doublest - aka long long and
14000 long double functions. Put all parameters into local register
14001 variables. Use negative values.
14002
14003 2003-06-14 Andrew Cagney <cagney@redhat.com>
14004
14005 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14006 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14007 exit status.
14008 * gdb.base/fileio.exp: Disable target when nointerrupts and
14009 noinferiorio, instead of limiting it to remote. Use remote_exec
14010 instead of system.
14011
14012 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14013
14014 * gdb.base/float.exp: Add ia64 support.
14015
14016 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14017
14018 * gdb.base/fileio.exp: Run only on remote targets.
14019
14020 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14021
14022 * gdb.base/fileio.c: New file, testing File-I/O.
14023 * gdb.base/fileio.exp: Ditto.
14024
14025 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14026
14027 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14028 shared objects after relocation at load time (gdb PR/1132).
14029 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14030 as above, part of the shared object relocation test.
14031
14032 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14033
14034 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14035 fully filled history list.
14036 * gdb.base/gdb_history: New file.
14037
14038 * gdb.base/signals.exp: XFAIL "continue to func1" on
14039 i*86-*-freebsd*.
14040
14041 * gdb.base/attach.exp: When trying to attach to a nonexistent
14042 process, make it possible to specify the PID based on the target,
14043 and do so for *-*-freebsd*.
14044
14045 2003-06-02 Richard Henderson <rth@redhat.com>
14046
14047 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14048
14049 2003-06-02 Richard Henderson <rth@redhat.com>
14050
14051 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14052
14053 2003-06-02 Richard Henderson <rth@redhat.com>
14054
14055 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14056
14057 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14058
14059 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14060 of globalvar.
14061
14062 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14063
14064 * gdb.asm/asm-source.exp: Check for memory read errors in
14065 disassembler test on *BSD too.
14066
14067 2003-06-01 Richard Henderson <rth@redhat.com>
14068
14069 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14070 for .frame.
14071 (gdbasm_call): Lose ldgp.
14072 (gdbasm_startup): Add frame information.
14073 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14074
14075 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14076
14077 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14078 i?86-*-*.
14079
14080 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14081
14082 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14083 FreeBSD.
14084
14085 2003-05-29 Richard Henderson <rth@redhat.com>
14086
14087 * gdb.asm/alpha.inc: New file.
14088 * gdb.asm/asm-source.exp: Use it.
14089
14090 2003-05-29 Jim Blandy <jimb@redhat.com>
14091
14092 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14093 'core.PID'.
14094
14095 2003-05-22 Jim Blandy <jimb@redhat.com>
14096
14097 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14098 backtrace.
14099
14100 2003-05-20 David Carlton <carlton@math.stanford.edu>
14101
14102 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14103 this time.
14104
14105 2003-05-19 David Carlton <carlton@bactrian.org>
14106
14107 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14108 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14109
14110 2003-05-19 David Carlton <carlton@bactrian.org>
14111
14112 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14113 namespace tests.
14114 Bump copyright date.
14115 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14116 (main): Call C::D::marker2.
14117 * gdb.c++/namespace1.cc: New file.
14118
14119 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14120
14121 Roland McGrath <roland@redhat.com>
14122 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14123 there is no manager thread.
14124
14125 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14126
14127 * gdb.threads/schedlock.exp: Remove assumption that all threads
14128 will run in a particular small time slice. Also ensure we break
14129 in one of the child threads rather than the main thread.
14130
14131 2003-05-07 Jim Blandy <jimb@redhat.com>
14132
14133 Add support for assembly source testing on the s390x.
14134 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14135 architecture.
14136 * gdb.asm/s390x.inc: New file.
14137
14138 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14139 succession of 'if' statements.
14140
14141 2003-05-05 Andrew Cagney <cagney@redhat.com>
14142
14143 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14144
14145 2003-05-05 Andrew Cagney <cagney@redhat.com>
14146
14147 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14148 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14149
14150 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14151
14152 * gdb.base/charset.exp: Update based on new behavior of set/show
14153 charset commands.
14154
14155 2003-05-01 Andrew Cagney <cagney@redhat.com>
14156
14157 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14158 variable do not give memory errors.
14159
14160 2003-04-30 Adam Fedor <fedor@gnu.org>
14161
14162 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14163 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14164 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14165 gdb.objc/basicclass.m: : New files
14166
14167 * lib/gdb.exp (gdb_compile_objc): New procedure.
14168
14169 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14170
14171 * gdb.base/signals.exp: Make backtrace tests more specific.
14172
14173 2003-04-23 David Carlton <carlton@bactrian.org>
14174
14175 * gdb.c++/maint.exp (test_first_component): Add tests for
14176 'operator' in more locations.
14177
14178 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14179
14180 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14181
14182 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14183
14184 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14185 func marke' instead. Update test name.
14186
14187 2003-04-15 David Carlton <carlton@math.stanford.edu>
14188
14189 * gdb.c++/maint.exp: New file.
14190
14191 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14192
14193 * gdb.threads/schedlock.c: Change type of thread function argument
14194 to long, to avoid warnings on 64-bit platforms.
14195
14196 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14197
14198 * gdb.base/attach.exp: Add new message from ptrace in case of
14199 attaching to nonexistent process.
14200
14201 2003-04-11 Jim Blandy <jimb@redhat.com>
14202
14203 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14204 gdb.c++/userdef.cc: Place comments on the lines to which the
14205 marker function might return.
14206 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14207 gdb.c++/userdef.exp: Look for those comments to check that we've
14208 returned to the right place, instead of checking line numbers.
14209
14210 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14211
14212 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14213 match on sourcefile name, instead of directory name.
14214
14215 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14216
14217 * gdb.base/completion.exp: Use string_to_regexp to match the
14218 working directory name.
14219
14220 2003-04-09 Jim Blandy <jimb@redhat.com>
14221
14222 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14223 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14224 after an inferior function call, report the failure, but allow the
14225 test to continue.
14226
14227 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14228
14229 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14230 with -DPROTOTYPES.
14231
14232 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14233
14234 * gdb.base/break.exp: Revert last patch.
14235
14236 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14237
14238 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14239 with -DPROTOTYPES.
14240
14241 2003-04-02 Andrew Cagney <cagney@redhat.com>
14242
14243 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14244 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14245 matching directories by the name breakpoint.
14246 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14247 Make "continue to marker1" consistent.
14248 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14249 message consistent.
14250 * lib/gdb.exp: Put "the program is no longer running", and "the
14251 program exited" in parenthesis.
14252 * lib/mi-support.exp: Ditto.
14253
14254 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14255
14256 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14257
14258 2003-03-29 Andrew Cagney <cagney@redhat.com>
14259
14260 * gdb.base/sizeof.c (main): Print the value of '\377'.
14261 * gdb.base/sizeof.exp: Check the sign of '\377'.
14262
14263 2003-03-27 Michael Chastain <mec@shout.net>
14264
14265 * gdb.base/gdb1090.exp: New file.
14266 * gdb.base/gdb1090.cc: New file.
14267
14268 2003-03-27 J. Brobecker <brobecker@gnat.com>
14269
14270 * gdb.gdb/observer.exp: New regression test.
14271
14272 2003-03-27 Michael Chastain <mec@shout.net>
14273
14274 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14275 * gdb.base/ptype.exp: Likewise.
14276
14277 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14278
14279 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14280
14281 2003-03-26 Michael Chastain <mec@shout.net>
14282
14283 * gdb.base/ptype.exp: Actually use some typedef'd types.
14284
14285 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14286
14287 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14288 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14289
14290 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14291
14292 * gdb.base/default.exp: Fix regular expression.
14293
14294 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14295
14296 * gdb.base/args.exp: Fix regular expression.
14297
14298 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14299
14300 * gdb.base/help.exp: Allow Win32 child process.
14301
14302 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14303
14304 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14305 when stepping out of main().
14306
14307 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14308
14309 * gdb.base/default.exp: Check for win32 specific message when calling
14310 "run" without executable.
14311
14312 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14313
14314 * gdb.base/args.exp: Expect .exe in output.
14315
14316 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14317
14318 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14319 Cygwin native.
14320
14321 2003-03-17 Andrew Cagney <cagney@redhat.com>
14322
14323 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14324 vector registes.
14325 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14326 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14327
14328 2003-03-17 David Carlton <carlton@math.stanford.edu>
14329
14330 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14331 test, for PR breakpoints/38.
14332 Call test_watchpoint_and_breakpoint.
14333 * gdb.base/watchpoint.c (func3): New function.
14334 (main): Call func3.
14335
14336 2003-03-04 David Carlton <carlton@math.stanford.edu>
14337
14338 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14339 Garply<Garply<char> >:: garply".
14340 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14341 with respect to PR c++/1111; note also PR c++/1113.
14342 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14343 respect to PR c++/1062.
14344 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14345
14346 2003-03-03 David Carlton <carlton@math.stanford.edu>
14347
14348 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14349 with respect to PR c++/57.
14350 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14351 c++/826.
14352 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14353 respect to PR c++/57.
14354
14355 2003-03-03 David Carlton <carlton@math.stanford.edu>
14356
14357 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14358 respect to PR c++/33 into FAILs.
14359
14360 2003-03-03 Michael Chastain <mec@shout.net>
14361
14362 * configure.in: Update copyright years.
14363
14364 2003-03-03 Michael Chastain <mec@shout.net>
14365
14366 * Makefile.in: Update copyright years.
14367
14368 2003-02-28 David Carlton <carlton@math.stanford.edu>
14369
14370 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14371 print class instead of struct and/or superfluous protection
14372 specifiers, as long as the resulting output is equivalent to the
14373 source code.
14374 Delete FIXME from end of messages on tests that don't need
14375 fixing.
14376
14377 2003-02-28 David Carlton <carlton@math.stanford.edu>
14378
14379 * gdb.c++/templates.exp (do_tests): Allow const in the two
14380 Foo<volatile char *>::foo tests.
14381
14382 2003-02-27 Michael Snyder <msnyder@redhat.com>
14383
14384 * gdb.base/restore.c (main): Return zero, so exit code
14385 will be consistant.
14386
14387 2003-02-26 David Carlton <carlton@math.stanford.edu>
14388
14389 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14390 char *>::foo" test with respect to PR c++/33. Create a new test
14391 which is identical to that one except that it doesn't put the
14392 space between the "char" and the "*"; KFAIL it, too.
14393
14394 2003-02-26 David Carlton <carlton@math.stanford.edu>
14395
14396 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14397 template types into either PASSes or KFAILs (corresponding to PR
14398 c++/57). Tweak indentation. Update copyright.
14399
14400 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14401
14402 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14403
14404 2003-02-13 Michael Chastain <mec@shout.net>
14405
14406 * gdb.base/exprs.exp: Remove i960 remnants.
14407 * gdb.base/funcargs.exp: Likewise.
14408 * gdb.base/list.exp: Likewise.
14409 * gdb.base/ptype.exp: Likewise.
14410
14411 2003-02-14 David Carlton <carlton@math.stanford.edu>
14412
14413 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14414 pEe->D::vg()" from XFAIL to KFAIL.
14415
14416 2003-02-13 Jason Molenda (jmolenda@apple.com)
14417
14418 * gdb.base/maint.exp: Update maint print statistics regexp to include
14419 new entries.
14420
14421 2003-02-13 Michael Chastain <mec@shout.net>
14422
14423 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14424
14425 2003-02-12 Michael Chastain <mec@shout.net>
14426
14427 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14428 * gdb.c++/inherit.exp: Likewise.
14429 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14430 * gdb.c++/templates.exp: Likewise.
14431 * gdb.c++/virtfunc.exp: Likewise.
14432
14433 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14434
14435 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14436 why the code is written that way.
14437
14438 2003-02-05 Michael Chastain <mec@shout.net>
14439
14440 * gdb.base/dump.exp: Add missing copyright line.
14441
14442 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14443
14444 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14445 at the beginning so the breakpoint doesn't get set on the loop.
14446
14447 2003-02-05 Michael Chastain <mec@shout.net>
14448
14449 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14450 output for configurations with gcc 2.95.3.
14451
14452 2003-02-05 Keith Seitz <keiths@redhat.com>
14453 Andrew Cagney <ac131313@redhat.com>
14454
14455 * gdb.mi/mi-cli.exp: New file.
14456
14457 2003-02-04 Michael Chastain <mec@shout.net>
14458
14459 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14460 Call perror and then continue.
14461
14462 2003-02-03 Michael Chastain <mec@shout.net>
14463
14464 * gdb.c++/pr-1023.cc: New file.
14465 * gdb.c++/pr-1023.exp: New file.
14466
14467 2003-02-05 Jim Blandy <jimb@redhat.com>
14468
14469 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14470 it's local to foobar. Check for it there, and check that it's not
14471 present in main.
14472 * gdb.c++/local.cc (marker2): New function.
14473 (foobar): Call marker1.
14474 (main): Call marker2 instead of marker1.
14475
14476 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14477
14478 * gdb.disasm/mn10200.exp: Obsolete file.
14479 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14480 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14481 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14482
14483 2003-02-04 David Carlton <carlton@math.stanford.edu>
14484
14485 * gdb.c++/overload.exp: Test intToChar(1).
14486 * gdb.c++/overload.cc (intToChar): New.
14487 (main): Call intToChar.
14488
14489 2003-02-03 David Carlton <carlton@math.stanford.edu>
14490
14491 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14492 'might_kfail' arg.
14493 KFAIL some of the continue_to_bp_overloaded calls, according to
14494 PR c++/1025.
14495
14496 2003-02-01 Michael Chastain <mec@shout.net>
14497
14498 * gdb.base/advance.c (marker1): New marker function.
14499 * gdb.base/advance.exp: When the 'advance' command lands on the
14500 return breakpoint, it can legitimately stop on either the
14501 current line or the next line. Accommodate both outcomes.
14502 * gdb.base/until.exp: Likewise.
14503
14504 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14505
14506 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14507 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14508 now a list, not a tuple.
14509 * gdb.mi/mi-var-display.exp: Ditto.
14510 * gdb.mi/gdb792.exp: Ditto.
14511
14512 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14513
14514 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14515 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14516 stack backtraces.
14517 * gdb.mi/mi-syn-frame.c: Part of same.
14518
14519 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14520
14521 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14522 gdb.mi/mi1-pthreads.exp: Return instead of calling
14523 gdb_suppress_entire_file.
14524
14525 2003-02-01 Mark Salter <msalter@redhat.com>
14526
14527 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14528
14529 2003-01-31 Mark Salter <msalter@redhat.com>
14530
14531 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14532 Support empty arg.
14533
14534 2003-01-30 Michael Chastain <mec@shout.net>
14535
14536 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14537 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14538 has been fixed in gdb/readline on 2003-01-09.
14539
14540 2003-01-29 Michael Snyder <msnyder@redhat.com>
14541
14542 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14543 * gdb.base/display.exp: Allow for leading underscore in symbol.
14544 * gdb.base/args.exp: Skip if target does not support args passing.
14545
14546 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14547
14548 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14549 gdb_test. Accept a list of expect arguments as the third
14550 parameter.
14551 (gdb_test): Use it.
14552
14553 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14554
14555 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14556 allow for different test tree configurations. Update some
14557 tescases accordingly.
14558 * gdb.arch/altivec-regs.exp: Ditto.
14559 * gdb.asm/asm-source.exp: Ditto.
14560 * gdb.base/advance.exp: Ditto.
14561 * gdb.base/display.exp: Ditto.
14562 * gdb.base/long_long.exp: Ditto.
14563 * gdb.base/mips_pro.exp: Ditto.
14564 * gdb.base/overlays.exp: Ditto.
14565 * gdb.base/relocate.exp: Ditto.
14566 * gdb.base/setshow.exp: Ditto.
14567 * gdb.base/step-line.exp: Ditto.
14568 * gdb.base/step-test.exp: Ditto.
14569 * gdb.base/until.exp: Ditto.
14570 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14571
14572 2003-01-17 David Carlton <carlton@math.stanford.edu>
14573
14574 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14575 corresponding to PR c++/945.
14576 Update copyright.
14577
14578 2003-01-17 David Carlton <carlton@math.stanford.edu>
14579
14580 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14581 corresponding to PR c++/68.
14582
14583 2003-01-17 David Carlton <carlton@math.stanford.edu>
14584
14585 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14586 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14587 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14588
14589 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14590
14591 * gdb.base/break.exp: Fix change of default location, because of
14592 removal of until tests.
14593 * gdb.base/help.exp: Update test for new 'until' help message.
14594 Add test for help on 'advance'.
14595 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14596
14597 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14598
14599 * gdb.base/default.exp: Adapt "info float" test for recent changes
14600 to that command. Add test for "info vector".
14601 * gdb.base/float.exp: New file. Add test for "info float" that
14602 resembles the old test in gdb.base/default.exp.
14603
14604 2003-01-15 David Carlton <carlton@math.stanford.edu>
14605
14606 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14607
14608 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14609
14610 * gdb.base/break.exp: Move the tests of until command from here...
14611 * gdb.base/until.exp: ... to here. New file. Add other tests.
14612 * gdb.base/advance.c: New file.
14613 * gdb.base/advance.exp: New file.
14614
14615 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14616
14617 * gdb.base/args.c: New file.
14618 * gdb.base/args.exp: New file.
14619
14620 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14621
14622 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14623
14624 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14625
14626 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14627
14628 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14629
14630 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14631 dates.
14632
14633 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14634
14635 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14636
14637 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14638
14639 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14640 (ptype &*"foo").
14641 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14642
14643 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14644
14645 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14646 * gdb.mi/mi1-console.exp: Likewise.
14647
14648 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14649
14650 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14651 * gdb.mi/mi1-console.exp: Likewise.
14652
14653 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14654
14655 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14656
14657 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14658
14659 * gdb.base/detach.exp: New test.
14660
14661 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14662
14663 * Makefile.in (ALL_SUBDIRS): New variable.
14664 (subdirs, clean, distclean): Use it.
14665 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14666 regenerating Makefile, since it is generated from the top level.
14667 * gdb.asm/Makefile.in: Likewise.
14668 * gdb.base/Makefile.in: Likewise.
14669 * gdb.c++/Makefile.in: Likewise.
14670 * gdb.disasm/Makefile.in: Likewise.
14671 * gdb.java/Makefile.in: Likewise.
14672 * gdb.mi/Makefile.in: Likewise.
14673 * gdb.threads/Makefile.in: Likewise.
14674 * gdb.trace/Makefile.in: Likewise.
14675
14676 2003-01-09 David Carlton <carlton@math.stanford.edu>
14677
14678 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14679 Add copyright year 2003.
14680
14681 2003-01-06 Michael Chastain <mec@shout.net>
14682
14683 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14684 When selecting a thread, 'line' and 'file' are optional.
14685 * gdb.mi/mi1-pthreads.exp: Likewise.
14686
14687 2003-01-06 Andreas Schwab <schwab@suse.de>
14688
14689 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14690 failures.
14691
14692 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14693
14694 Fix PR gdb/844
14695 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14696 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14697
14698 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14699 instead of calling gdb_suppress_entire_file.
14700 * gdb.threads/print-threads.exp: Likewise.
14701 * gdb.threads/schedlock.exp: Likewise.
14702
14703 * gdb.threads/killed.exp: Return instead of calling
14704 gdb_suppress_entire_file.
14705 * gdb.threads/linux-dp.exp: Likewise.
14706 * gdb.threads/pthreads.exp: Likewise.
14707
14708 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14709
14710 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14711 stabs.
14712 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14713 * gdb.base/whatis.exp: Always allow (void) after function names.
14714
14715 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14716
14717 * gdb.c++/casts.exp: Correct regexp.
14718
14719 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14720
14721 * configure.in: Call AC_CONFIG_HEADER. Don't call
14722 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14723 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14724 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14725 aforementioned directories in the AC_OUPUT call.
14726 * config.hin: New file.
14727 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14728 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14729 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14730 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14731 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14732 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14733 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14734 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14735 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14736 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14737 gdb.threads/configure.in, gdb.threads/configure,
14738 gdb.threads/config.in, gdb.trace/configure.in,
14739 gdb.trace/configure: Removed.
14740
14741 2003-01-03 Michael Chastain <mec@shout.net>
14742
14743 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14744 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14745
14746 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14747
14748 * gdb.base/store.exp: Fix regular expressions.
14749
14750 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14751
14752 * configure.in: Rewrite.
14753 * configure: Regenerated.
14754
14755 2003-01-03 David Carlton <carlton@math.stanford.edu>
14756
14757 * gdb.base/psymtab.exp: New file.
14758 * gdb.base/psymtab1.c: Ditto.
14759 * gdb.base/psymtab2.c: Ditto.
14760
14761 2002-12-23 Adam Fedor <fedor@gnu.org>
14762
14763 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14764
14765 2002-12-23 David Carlton <carlton@math.stanford.edu>
14766
14767 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14768 and current_directory initialization.
14769
14770 2002-12-22 Jim Blandy <jimb@redhat.com>
14771
14772 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14773 rather than as part of the output file name.
14774
14775 * gdb.base/attach.exp: There's no need to copy the test program to
14776 /tmp; that was only ever necessary on HP/UX, and this test is
14777 entirely disabled there anyway.
14778
14779 2002-12-21 Jim Blandy <jimb@redhat.com>
14780
14781 * gdb.c++/psmang.exp: Doc fix.
14782
14783 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14784 test.
14785
14786 2002-12-20 David Carlton <carlton@math.stanford.edu>
14787
14788 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14789
14790 2002-12-18 Michael Chastain <mec@shout.net>
14791
14792 * gdb.c++/annota2.exp: Add copyright year 2002.
14793
14794 2002-12-17 David Carlton <carlton@math.stanford.edu>
14795
14796 * gdb.c++/try_catch.cc: Add marker comments.
14797 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14798 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14799 * gdb.c++/m-static.cc: Ditto.
14800 * gdb.c++/m-static1.cc: Ditto.
14801 * gdb.c++/try_catch.cc: Ditto.
14802
14803 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14804
14805 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14806 to see whether we are using the new -environment-directory
14807 command which resets via -r or the old version of the command
14808 which may prompt the user. Part of fix for gdb/741.
14809
14810 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14811
14812 * gdb.fortran/types.exp: Update obsolete comment.
14813 * gdb.fortran/exprs.exp: Ditto.
14814 * lib/gdb.exp: Delete obsolete code.
14815 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14816 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14817 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14818 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14819 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14820 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14821 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14822 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14823 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14824 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14825 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14826 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14827 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14828 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14829 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14830 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14831 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14832 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14833 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14834 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14835 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14836 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14837 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14838 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14839 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14840 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14841 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14842 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14843 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14844 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14845 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14846 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14847 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14848 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14849 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14850 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14851 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14852
14853 2002-12-11 David Carlton <carlton@math.stanford.edu>
14854
14855 * gdb.c++/m-data.exp: Add test for members that shadow global
14856 variables: see PR gdb/804.
14857 * gdb.c++/m-data.cc: Ditto.
14858
14859 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14860
14861 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14862
14863 2002-12-06 David Carlton <carlton@math.stanford.edu>
14864
14865 * gdb.base/store.c: Don't declare functions static.
14866
14867 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14868
14869 * gdb.base/store.exp, gdb.base/store.c: New files.
14870
14871 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14872
14873 * gdb.base/selftest.exp: Update for current gdb.
14874
14875 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14876
14877 * gdb.base/maint.exp: Only dump symbols from one source file
14878 or objfile.
14879
14880 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14881
14882 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14883 function call.
14884
14885 2002-11-25 Jim Blandy <jimb@redhat.com>
14886
14887 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14888 function appearing in error message.
14889
14890 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14891
14892 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14893
14894 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14895
14896 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14897 for mi1 and current mi is in correct format. New mi startup message
14898 should be in mi console format. This is part of fix for PR gdb/604.
14899
14900 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14901
14902 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14903 which explicitly prints the zero offset as "+0".
14904
14905 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
14906
14907 * gdb.threads/schedlock.c (args): Make unsigned.
14908
14909 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
14910
14911 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14912 numbers. Allow "foo2|selected stack frame".
14913 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14914 * gdb.asm/asmsrc2.s: Likewise.
14915 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14916 comments.
14917 * gdb.asm/mips.inc: New file.
14918
14919 2002-10-18 Adam Fedor <fedor@gnu.org>
14920
14921 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14922 * gdb.base/help.exp: Likewise.
14923
14924 2002-10-17 Kevin Buettner <kevinb@redhat.com>
14925
14926 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14927 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14928
14929 2002-10-02 Jim Blandy <jimb@redhat.com>
14930
14931 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14932
14933 2002-10-01 Andrew Cagney <ac131313@redhat.com>
14934
14935 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14936 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14937 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14938 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14939 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14940 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14941 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14942
14943 2002-09-29 Andrew Cagney <ac131313@redhat.com>
14944
14945 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14946 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14947 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14948 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14949 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14950 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14951 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14952
14953 2002-09-27 Kevin Buettner <kevinb@redhat.com>
14954
14955 * gdb.base/annota1.exp (info break): Make directory components of
14956 path optional since not all compilers emit this debug information.
14957
14958 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14959 step ends up stepping out of the function instead of stopping on
14960 the epilogue.
14961
14962 2002-09-26 Keith Seitz <keiths@redhat.com>
14963
14964 * lib/insight-support.exp (gdbtk_start): Figure out where
14965 the insight executable is based on where gdb is. Use this
14966 executable to start insight instead of gdb.
14967
14968 2002-09-25 Andrew Cagney <cagney@redhat.com>
14969
14970 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14971
14972 2002-09-24 Andrew Cagney <ac131313@redhat.com>
14973
14974 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
14975 test_isolated_complaints.
14976 (test_empty_complaint): New function.
14977 (test_empty_complaints): New function. Check no output when no
14978 complaints.
14979
14980 2002-09-19 Jim Blandy <jimb@redhat.com>
14981
14982 * gdb.base/charset.exp, gdb.base/charset.c: New files.
14983
14984 2002-09-19 Andrew Cagney <ac131313@redhat.com>
14985
14986 * gdb.gdb/complaints.exp: New file.
14987
14988 2002-09-18 Andrew Cagney <ac131313@redhat.com>
14989
14990 * gdb.base/maint.exp: Check `help maint internal-warning'.
14991
14992 2002-09-18 David Carlton <carlton@math.stanford.edu>
14993
14994 * gdb.c++/m-static.exp: Remove breakpoints depending on line
14995 numbers, and replace them by a single breakpoint after the
14996 constructors are all finished.
14997 Add test 4.
14998 * gdb.c++/m-static.cc: Add test 4.
14999 * gdb.c++/m-static.h: New file.
15000 * gdb.c++/m-static1.cc: New file.
15001
15002 * gdb.c++/printmethod.exp: New file.
15003 * gdb.c++/printmethod.cc: New file.
15004
15005 * gdb.c++/pr-574.exp: New file.
15006 * gdb.c++/pr-574.cc: New file.
15007
15008 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15009
15010 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15011 embedded targets which never actually exit.
15012
15013 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15014
15015 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15016 "don't step after run" as unresolved or unsupported, instead of xfail.
15017
15018 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15019
15020 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15021 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15022 Add newline to expected string in "step out of main (status wrapper)"
15023 case.
15024
15025 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15026
15027 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15028 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15029
15030 2002-09-17 Tom Tromey <tromey@redhat.com>
15031
15032 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15033 \000, not \0, in double-quoted string.
15034
15035 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15036
15037 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15038 string after running the commands execution on breakpoint tests.
15039
15040 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15041
15042 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15043
15044 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15045
15046 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15047
15048 2002-09-10 Keith Seitz <keiths@redhat.com>
15049
15050 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15051 runto proc.
15052 (mi_run_to_main): Use mi_runto.
15053 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15054
15055 2002-09-10 Keith Seitz <keiths@redhat.com>
15056
15057 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15058 regexp for stopping at main. Could have multiple event notifications.
15059 Don't assume that main was declared with no parameters.
15060 (mi_next): Use mi_step_to.
15061 (mi_step): Use mi_next_to.
15062
15063 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15064
15065 * gdb.base/default.exp: Fix expected string in `info float' test.
15066
15067 2002-09-09 Ben Elliston <bje@redhat.com>
15068
15069 * config/mips.exp: Update comments.
15070 * config/mips-idt.exp: Likewise.
15071 * config/nind.exp: Likewise.
15072 * config/slite.exp: Likewise.
15073 * config/sparclet.exp: Likewise.
15074 * config/udi.exp: Likewise.
15075 * config/vx.exp: Likewise.
15076 * config/vxworks29k.exp: Likewise.
15077
15078 2002-09-05 Jim Blandy <jimb@redhat.com>
15079
15080 * gdb.threads/killed.exp: Fix test failure message.
15081
15082 2002-09-04 Keith Seitz <keiths@redhat.com>
15083
15084 * lib/mi-support.exp: Update copyright.
15085 (mi_gdb_test): Increase the priority of the expected pattern
15086 so that it matches gdb_test.
15087
15088 2002-09-03 Keith Seitz <keiths@redhat.com>
15089
15090 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15091 Use integer comparison instead of string comparison for testing
15092 whether binary was built.
15093
15094 2002-09-03 Jim Blandy <jimb@redhat.com>
15095
15096 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15097
15098 2002-08-29 Jim Blandy <jimb@redhat.com>
15099
15100 * gdb.threads/pthreads.exp: Move the portable thread compilation
15101 code into a function in lib/gdb.exp, and call that from here.
15102 * lib/gdb.exp (gdb_compile_pthreads): New function.
15103
15104 2002-08-29 Keith Seitz <keiths@redhat.com>
15105
15106 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15107 expect_out so that callers can get at it.
15108
15109 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15110
15111 * gdb.threads/print-threads.c: New file.
15112 * gdb.threads/print-threads.exp: New file.
15113 * gdb.threads/schedlock.c: New file.
15114 * gdb.threads/schedlock.exp: New file.
15115
15116 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15117
15118 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15119 not altivec.c.
15120
15121 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15122
15123 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15124 targets. The problem should be fixed now.
15125
15126 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15127
15128 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15129 2002-07-24 change that removes final dots from error messages.
15130
15131 2002-08-13 Tom Tromey <tromey@redhat.com>
15132
15133 * gdb.base/readline.exp: New file.
15134
15135 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15136
15137 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15138 supress message.
15139
15140 2002-08-01 Andrew Cagney <cagney@redhat.com>
15141
15142 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15143 CHILL_FOR_TARGET and CHILL_LIB.
15144 * configure.in (configdirs): Remove gdb.chill.
15145 * configure: Regenerate.
15146 * lib/gdb.exp: Obsolete references to chill.
15147 * gdb.fortran/types.exp: Ditto.
15148 * gdb.fortran/exprs.exp: Ditto.
15149
15150 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15151
15152 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15153 set Irix-specific compile and link flags.
15154
15155 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15156
15157 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15158 source files. The ``-o'' option doesn't work with the ``-E'' option
15159 when using the Irix compiler.
15160
15161 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15162
15163 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15164 Improve support for reusing an exec file. Copy exec file
15165 to target, and run gdbserver on the target instead of on the host.
15166
15167 2002-07-18 Jim Blandy <jimb@redhat.com>
15168
15169 * gdb.base/ending-run.exp: Don't expect to see the program end in
15170 some orderly fashion when we're running on a real stand-alone
15171 board.
15172
15173 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15174 targets that don't support interrupts.
15175
15176 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15177
15178 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15179 systems.
15180 Move comments in expect statements to inside the actions, so that they
15181 don't get matched against.
15182
15183 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15184
15185 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15186 function when asleep" test.
15187
15188 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15189
15190 * gdb.base/page.exp: Rewrite to handle problems with very long
15191 `info set' output. Update copyright.
15192
15193 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15194
15195 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15196 gdb.threads-hp.
15197 * gdb.hp/configure: Regenerate.
15198 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15199 * gdb.hp/gdb.threads-hp/configure: Delete file.
15200 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15201
15202 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15203
15204 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15205 setlocale, bindtextdomain and textdomain.
15206
15207 2002-06-11 Jim Blandy <jimb@redhat.com>
15208
15209 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15210 preprocessor macro information is present.
15211
15212 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15213 tests.
15214
15215 2002-06-06 Michael Snyder <msnyder@redhat.com>
15216
15217 * gdb.base/overlays.exp: Record addresses of overlay
15218 functions in TCL variables rather than in GDB variables,
15219 to avoid having GDB convert them to pointers (with loss
15220 of information).
15221
15222 * gdb.base/d10v.ld: Merge in several years worth of
15223 default linker script changes.
15224 * gdb.base/long_long.exp: Add check for sizeof (long double).
15225
15226 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15227
15228 * gdb.asm/asm-source.exp: Add x86-64 target.
15229 * gdb.asm/x86_64.inc: New.
15230
15231 2002-05-30 Michael Chastain <mec@shout.net>
15232
15233 From Benjamin Kosnik <bkoz@redhat.com>:
15234 * gdb.c++/m-static.cc: New file.
15235 * gdb.c++/m-static.exp: New file.
15236
15237 2002-05-28 Michael Snyder <msnyder@redhat.com>
15238
15239 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15240 precision.
15241
15242 2002-05-27 Michael Chastain <mec@shout.net>
15243
15244 From Benjamin Kosnik <bkoz@redhat.com>:
15245 * gdb.c++/m-data.cc: New file.
15246 * gdb.c++/m-data.exp: New file.
15247
15248 2002-05-27 Michael Chastain <mec@shout.net>
15249
15250 From Benjamin Kosnik <bkoz@redhat.com>:
15251 * gdb.c++/try_catch.cc: New file.
15252 * gdb.c++/try_catch.exp: New file.
15253
15254 2002-05-27 Michael Chastain <mec@shout.net>
15255
15256 * gdb.c++/local.exp: Accept more nested types in output.
15257
15258 2002-05-26 Michael Chastain <mec@shout.net>
15259
15260 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15261
15262 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15263
15264 * lib/gdb.exp (gdb_wrapper_init): Just because
15265 gdb_wrapper_file exists, this does not mean that the file
15266 should not be rebuilt. That is what gdb_wrapper_initialized
15267 is for.
15268 (default_gdb_init): Reset gdb_wrapper_initialized.
15269
15270 2002-05-23 Michael Snyder <msnyder@redhat.com>
15271
15272 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15273 the precision of the floating point test results.
15274 * gdb.base/call-rt-st.exp: Ditto.
15275
15276 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15277 * gdb.base/call-rt-st.exp: Ditto.
15278
15279 2002-05-19 Michael Chastain <mec@shout.net>
15280
15281 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15282
15283 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15284
15285 * configure.in (configdirs): Add gdb.arch.
15286 * configure: Regenerate.
15287
15288 2002-05-17 Jim Blandy <jimb@redhat.com>
15289
15290 * gdb.base/completion.exp: Recognize the more detailed error
15291 messages produced by the macro expander's lexical analyzer.
15292
15293 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15294
15295 * gdb.arch/altivec-abi.c: New file.
15296 * gdb.arch/altivec-abi.exp: New file.
15297 * gdb.arch/altivec-regs.c: New file.
15298 * gdb.arch/altivec-regs.exp: New file.
15299
15300 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15301
15302 * gdb.base/maint.exp (maint print type): Update for new type
15303 structure.
15304
15305 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15306
15307 * gdb.arch: New directory.
15308 * gdb.arch/configure.in: New file.
15309 * gdb.arch/configure: New file.
15310 * gdb.arch/Makefile.in: New file.
15311
15312 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15313
15314 * gdb.asm/asm-source.exp: Add v850 as supported target.
15315 * gdb.asm/v850.inc: New file.
15316
15317 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15318
15319 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15320
15321 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15322
15323 * gdb.base/break.exp: Check 'break "marker2"'.
15324
15325 2002-05-10 Michael Snyder <msnyder@redhat.com>
15326
15327 * gdb.base/long_long.exp: Fix typo.
15328
15329 2002-05-10 Jim Blandy <jimb@redhat.com>
15330
15331 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15332 a bug.
15333
15334 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15335 Recognize more detailed error message produced by the macro
15336 expander's lexical analyzer.
15337 * lib/gdb.exp (test_print_reject): Same.
15338
15339 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15340
15341 * gdb.c++/method.exp: Fix typo.
15342
15343 2002-05-08 Michael Snyder <msnyder@redhat.com>
15344
15345 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15346 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15347 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15348 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15349 Add iftarget clause for strongarm.
15350
15351 2002-05-06 Michael Snyder <msnyder@redhat.com>
15352
15353 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15354 (gdb_continue_to_end): Accept output from status wrapper.
15355 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15356 Clean up fail messages to match pass messages.
15357
15358 Enable the "needs_status_wrapper" testsuite feature.
15359 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15360 (gdb_compile): Conditionally call gdb_wrapper_init.
15361 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15362 * gdb.c++/method.exp: Recognize output from status wrapper.
15363
15364 2002-05-06 Ben Elliston <bje@redhat.com>
15365 From Graydon Hoare <graydon@redhat.com>
15366
15367 * config/sid.exp: Include support for "rawsid" protocol.
15368
15369 2002-05-03 Jim Blandy <jimb@redhat.com>
15370
15371 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15372 * gdb.c++/hang3.C: New file.
15373
15374 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15375
15376 * gdb.base/default.exp: Remove obsolete code.
15377 * gdb.c++/misc.exp: Ditto. Update copyright.
15378 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15379 * gdb.base/whatis.exp: Ditto. Update copyright.
15380 * gdb.base/scope.exp: Ditto. Update copyright.
15381 * gdb.base/ptype.exp: Ditto. Update copyright.
15382 * gdb.base/printcmds.exp: Ditto. Update copyright.
15383 * gdb.base/opaque.exp: Ditto. Update copyright.
15384 * gdb.base/list.exp: Ditto.
15385 * gdb.base/funcargs.exp: Ditto. Update copyright.
15386 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15387 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15388 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15389 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15390 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15391 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15392
15393 2002-05-02 Michael Snyder <msnyder@redhat.com>
15394
15395 * gdb.base/watchpoint.exp: Add xscale target.
15396 * gdb.base/long_long.exp: Add xscale target.
15397 * gdb.base/default.exp: Add xscale target.
15398
15399 2002-05-01 Jim Blandy <jimb@redhat.com>
15400
15401 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15402 gdb.c++/hang.exp: New test.
15403
15404 2002-05-01 Fred Fish <fnf@redhat.com>
15405
15406 * gdb.base/completion.exp: Handle completions of "./Make" for
15407 more than one completion possibility, as is the case when we
15408 build and test in the source tree.
15409
15410 2002-04-29 Anthony Green <green@redhat.com>
15411
15412 * gdb.java/jmisc1.exp: New file.
15413 * gdb.java/jmisc2.exp: New file.
15414
15415 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15416
15417 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15418
15419 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15420
15421 * gdb.base/help.exp: Change 'help status' to allow for target
15422 dependent output differences.
15423
15424 2002-04-22 Michael Chastain <mec@shout.net>
15425
15426 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15427
15428 2002-04-22 Michael Chastain <mec@shout.net>
15429
15430 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15431
15432 2002-04-17 David S. Miller <davem@redhat.com>
15433
15434 * gdb.asm/sparc64.inc: New file.
15435 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15436
15437 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15438
15439 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15440 instruction file directly into the build tree. Clean up at end of
15441 test.
15442
15443 2002-04-18 David S. Miller <davem@redhat.com>
15444
15445 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15446 handle 64-bit platforms correctly.
15447 * gdb.base/maint.exp: Likewise.
15448
15449 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15450
15451 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15452 ``-fpic'' when compiling files comprising a shared library, but
15453 it does need additional linker flags in order to find shared
15454 libraries at run time.
15455
15456 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15457
15458 * gdb.base/cvexpr.c (use): New function.
15459 (main): Invoke use() on all global variables to prevent
15460 some linkers from deleting these otherwise unused symbols.
15461
15462 2002-04-17 Michael Chastain <mec@shout.net>
15463 From David S. Miller <davem@redhat.com>
15464
15465 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15466 handle 64-bit platforms correctly.
15467
15468 2002-04-12 Michael Snyder <msnyder@redhat.com>
15469 From Jim Blandy <jimb@redhat.com>
15470 * gdb.base/foo.c (foox): Remove section attribute; the linker
15471 script can handle this instead.
15472 * gdb.base/bar.c (barx): Same.
15473 * gdb.base/baz.c (bazx): Same.
15474 * gdb.base/grbx.c (grbxx): Same.
15475
15476 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15477 manager doesn't automatically unmap overlays unnecessarily.
15478
15479 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15480
15481 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15482 stepping out of main.
15483
15484 2002-04-09 Michael Chastain <mec@shout.net>
15485
15486 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15487 scope so that the nested scope tests will make sense.
15488 * gdb.c++/local.exp: Write patterns that actually work with gcc
15489 (the HP patterns "were never known to work with gcc").
15490 Keep the old aCC patterns too.
15491
15492 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15493
15494 * gdb.base/attach.exp: Correct target board test.
15495
15496 2002-04-08 Michael Chastain <mec@shout.net>
15497
15498 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15499 in a const method. Add some xfail and fail cases for configurations
15500 that do not emit the "const ...".
15501
15502 2002-04-07 Michael Chastain <mec@shout.net>
15503
15504 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15505 Accept "A * const" and "const A * const" as type of "this".
15506 Fix spelling of getFunky throughout. Make messages uniform.
15507
15508 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15509
15510 Work around for PR gdb/285:
15511 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15512
15513 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15514
15515 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15516 instructions file at run time instead of configure time.
15517 Sometimes we run the test in a directory that is not the one we
15518 configured in.
15519 * gdb.asm/configure.in: Delete creation of symlink.
15520 * gdb.asm/configure: Regenerate.
15521
15522 2002-04-05 J. Brobecker <brobecker@gnat.com>
15523
15524 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15525 xfullpath () function.
15526
15527 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15528
15529 * gdb.asm/Makefile.in: Correct dependencies.
15530
15531 * gdb.asm/powerpc.inc: New file.
15532 * gdb.asm/asm-source.exp: Add PowerPC.
15533 * gdb.asm/configure.in: Likewise.
15534 * gdb.asm/configure: Regenerated.
15535
15536 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15537
15538 * gdb.base/relocate.exp: New file.
15539 * gdb.base/relocate.c: New file.
15540
15541 2002-04-04 Fred Fish <fnf@redhat.com>
15542
15543 * gdb.base/step-test.exp: Update comment regarding stopping in
15544 memcpy/bcopy calls inserted as part of the compiler runtime.
15545
15546 2002-04-04 Michael Snyder <msnyder@redhat.com>
15547
15548 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15549
15550 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15551
15552 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15553 (gdb_expect): Remove $notransfer hack.
15554
15555 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15556
15557 * gdb.c++/classes.exp ("calling method for small class"): Match
15558 updated register output.
15559
15560 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15561
15562 Fix PR gdb/452
15563 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15564 when finished. Make gdb_file_cmd send "exec-file" when
15565 appropriate.
15566
15567 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15568
15569 * gdb.base/attach.exp: Remove extra setup_xfail.
15570
15571 2002-03-26 Michael Snyder <msnyder@redhat.com>
15572
15573 * gdb.base/default.exp: Add tests for dump, append, and restore.
15574 * gdb.base/help.exp: Add tests for dump, append, and restore.
15575 * gdb.base/dump.exp: New file, test dump, append and restore.
15576 * gdb.base/dump.c: New file.
15577
15578 2002-03-27 Michael Snyder <msnyder@redhat.com>
15579
15580 * gdb.base/help.exp: Modify expect strings to reflect
15581 clean-ups in help messages.
15582
15583 2002-03-26 Fred Fish <fnf@redhat.com>
15584
15585 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15586 have debugging info for those functions and the compiler uses them
15587 internally to copy structs around.
15588
15589 2002-03-26 Fred Fish <fnf@redhat.com>
15590
15591 * gdb.base/list.exp: Revert the change made yesterday and add note
15592 about why we don't list the default lines for remote targets.
15593
15594 2002-03-25 Michael Snyder <msnyder@redhat.com>
15595
15596 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15597
15598 2002-03-25 Fred Fish <fnf@redhat.com>
15599
15600 * gdb.base/list.exp: This test works on remote targets so remove
15601 the short circuit for remote targets. Update copyright.
15602
15603 2002-03-25 Fred Fish <fnf@redhat.com>
15604
15605 * gdb.base/attach.exp: Fix logic error that was suppressing this
15606 test for all non hppa*-*-hpux* targets, instead of the hp target.
15607 Move comments closer to the suppression point. Also now need to
15608 check that we are running natively.
15609
15610 2002-03-22 Michael Snyder <msnyder@redhat.com>
15611
15612 * gdb.base/default.exp: Add test for gcore. Update copyright.
15613 * gdb.base/help.exp: Add test for gcore. Update copyright.
15614
15615 2002-03-06 Fred Fish <fnf@redhat.com>
15616
15617 * gdb.base/funcargs.c: Remove extraneous ';' character.
15618 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15619
15620 2002-03-04 Michael Chastain <mec@shout.net>
15621
15622 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15623 accommodate gcc v3 function signature.
15624 * gdb.mi/mi0-var-cmd-exp: Ditto.
15625
15626 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15627
15628 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15629 ``GNU/Linux'' or ``Linux kernel''
15630 * testsuite/gdb.threads/pthreads.c: Ditto.
15631
15632 2002-02-24 Michael Chastain <mec@shout.net>
15633
15634 * gdb.threads/pthreads.c (thread1): Add a return statement.
15635 (thread2): Likewise.
15636 (foo): Likewise.
15637
15638 2002-02-23 Michael Chastain <mec@shout.net>
15639
15640 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15641 to placate gcc.
15642
15643 2002-02-23 Michael Chastain <mec@shout.net>
15644
15645 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15646 test "ptype bint". The test passes on all my stabs configurations.
15647
15648 2002-02-21 Jim Blandy <jimb@redhat.com>
15649
15650 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15651 filename at a time, and watch for the ones we want to see.
15652
15653 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15654 types of pointers to prototyped functions.
15655
15656 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15657
15658 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15659 signed, unsigned and straight char.
15660 (padding_char, padding_short, padding_int, padding_long,
15661 padding_long_long, padding_float, padding_double,
15662 padding_long_double): New global variables.
15663 (fill, fill_structs): New functions.
15664
15665 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15666 for correctly sized writes. Update copyright.
15667 (get_valueof): New procedure.
15668 (get_sizeof): Call get_valueof.
15669 (check_valueof): New procedure.
15670 (check_padding): New procedure.
15671
15672 2002-02-20 Michael Chastain <mec@shout.net>
15673
15674 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15675 to setup_xfail. Document some of the remaining calls.
15676
15677 2002-02-18 Michael Chastain <mec@shout.net>
15678
15679 * gdb.c++/userdef.exp: Update copyright year.
15680
15681 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15682
15683 * gdb.c++/userdef.exp: Test overloaded operators properly.
15684 Remove xfails.
15685
15686 2002-02-14 Michael Snyder <msnyder@redhat.com>
15687
15688 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15689
15690 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15691
15692 * gdb.base/a2-run.exp: Check for a remote target properly.
15693 * gdb.base/annota1.exp: Likewise.
15694 * gdb.base/list.exp: Likewise.
15695 * gdb.base/reread.exp: Likewise.
15696 * gdb.base/scope.exp: Likewise.
15697 * gdb.base/shlib-call.exp: Likewise.
15698 * gdb.base/term.exp: Likewise.
15699 * gdb.c++/annota2.exp: Likewise.
15700
15701 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15702
15703 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15704
15705 2002-02-10 Michael Chastain <mec@shout.net>
15706
15707 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15708 (call_after_alloca): Ditto.
15709
15710 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15711
15712 * gdb.base/ending-run.exp: Guard "cont" test with
15713 gdb_skip_stdio_test.
15714
15715 2002-02-06 Jim Blandy <jimb@redhat.com>
15716
15717 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15718 from here...
15719 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15720 To here. Disable this test on non-HP platforms. Add big comment.
15721
15722 2002-02-04 Michael Snyder <msnyder@redhat.com>
15723
15724 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15725 other than d10v and m32r.
15726
15727 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15728
15729 * gdb.base/default.exp: Rewrite test patterns to reduce time
15730 taken to match them.
15731
15732 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15733
15734 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15735 Allow a start function above main.
15736 * gdb.threads/linux-dp.exp: Fix copyright date.
15737
15738 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15739
15740 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15741 (check_philosopher_stack): Check for manager thread before checking
15742 for a just-starting thread.
15743
15744 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15745
15746 From Neil Booth <neil@daikokuya.demon.co.uk>:
15747 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15748 warnings.
15749
15750 2002-01-21 Fred Fish <fnf@redhat.com>
15751
15752 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15753 not caller.
15754
15755 2002-01-21 Jim Blandy <jimb@redhat.com>
15756
15757 * gdb.base/reread.exp: Check that GDB properly re-reads the
15758 executable file when it changes while no inferior is running.
15759
15760 2002-01-21 Fred Fish <fnf@redhat.com>
15761
15762 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15763 optionally accept the "shlib events" variation.
15764
15765 2002-01-21 Jim Blandy <jimb@redhat.com>
15766
15767 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15768 call `fflush' after every `printf', so that the output is produced
15769 at predictable points, regardless of whatever buffering does (or
15770 doesn't) take place.
15771 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15772 at different points.
15773
15774 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15775
15776 * gdb.c++/inherit.exp: Update copyright years.
15777 * gdb.c++/method.exp: Likewise.
15778
15779 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15780
15781 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15782 artificial methods/arguments.
15783 * gdb.c++/derivation.exp: Likewise.
15784 * gdb.c++/inherit.exp: Likewise.
15785 * gdb.c++/method.exp: Likewise.
15786 * gdb.c++/virtfunc.exp: Likewise.
15787
15788 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15789
15790 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15791 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15792 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15793 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15794 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15795 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15796
15797 2002-01-17 Jim Blandy <jimb@redhat.com>
15798
15799 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15800 anchoring the pattern matching the entry point symbol's name.
15801
15802 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15803
15804 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15805 continue/quit query. Update copyright.
15806
15807 2002-01-14 Michael Snyder <msnyder@redhat.com>
15808
15809 * gdb.base/gcore.exp: Remove extra debugging output.
15810
15811 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15812
15813 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15814 for slightly dubious v2 mangled string.
15815
15816 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15817
15818 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15819
15820 2002-01-10 Jason Merrill <jason@redhat.com>
15821
15822 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15823
15824 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15825 constructors.
15826 * gdb.c++/derivation.exp: Likewise.
15827 * gdb.c++/templates.exp: Likewise.
15828 * gdb.c++/virtfunc.exp: Likewise.
15829
15830 2002-01-10 Michael Snyder <msnyder@redhat.com>
15831
15832 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15833
15834 2002-01-08 Michael Snyder <msnyder@redhat.com>
15835
15836 * gdb.base/gcore.exp: New test for generate-core-file command.
15837 * gdb.base/gcore.c: Testcase for above.
15838 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15839
15840 2002-01-08 Jason Merrill <jason@redhat.com>
15841
15842 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15843
15844 2002-01-07 Fred Fish <fnf@redhat.com>
15845
15846 * gdb.c++/overload.exp: Remove unconditional xfails for:
15847 print foo_instance1.overloadargs(1)
15848 print foo_instance1.overloadargs(1, 2)
15849 print foo_instance1.overloadargs(1, 2, 3)
15850 print foo_instance1.overloadargs(1, 2, 3, 4)
15851 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15852 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15853 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15854 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15855 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15856 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15857 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15858 print foo_instance1.overload1arg()
15859 print foo_instance1.overload1arg((char)arg2)
15860 print foo_instance1.overload1arg((signed char)arg3)
15861 print foo_instance1.overload1arg((unsigned char)arg4)
15862 print foo_instance1.overload1arg((int)arg7)
15863 print foo_instance1.overload1arg((unsigned int)arg8)
15864 print foo_instance1.overload1arg((float)arg11)
15865 print foo_instance1.overload1arg((double)arg12)
15866
15867 2002-01-07 Michael Snyder <msnyder@redhat.com>
15868
15869 * gdb.base/huge.exp: New test. Print a very large target data object.
15870 (skip_huge_test): New test variable. Define if you want to skip this
15871 test. The test reads an 8 megabyte data object from the target, so it
15872 might be very time consuming on remote targets with a slow connection.
15873 * gdb.base/huge.c: New file. Test case for above.
15874
15875 2002-01-07 Fred Fish <fnf@redhat.com>
15876
15877 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15878 g_instance.bfoo, and g_instance.cfoo.
15879
15880 2002-01-07 Jeffrey A Law <law@redhat.com>
15881
15882 * gdb.base/break.c (multi_line_if_conditional): New function.
15883 (multi_ilne_while_conditional): Likewise.
15884 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15885 IF or WHILE condition puts the breakpoint at the start of
15886 the condition.
15887
15888 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15889 hppa*-*-hpux* expected failure.
15890 * gdb.base/structs.exp (do_function_calls): Similarly.
15891
15892 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15893 watchpoints.
15894
15895 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15896
15897 Fix PR gdb/66.
15898 * gdb.base/structs.exp: Replace skip for a29k with skip for
15899 gdb,cannot_call_functions.
15900 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15901 * gdb.base/callfuncs.exp: Ditto.
15902 * gdb.base/call-rt-st.exp: Ditto.
15903 * gdb.base/call-strs.exp: Ditto.
15904 * gdb.base/callfwmall.exp: Ditto.
15905 * gdb.base/scope.exp: Obsolete xfail a29k.
15906 * gdb.c++/misc.exp: Ditto.
15907 * gdb.c++/cplusfuncs.exp: Ditto.
15908 * gdb.base/ptype.exp: Ditto.
15909 * gdb.base/printcmds.exp: Ditto.
15910 * gdb.base/opaque.exp: Ditto.
15911 * gdb.base/list.exp: Ditto.
15912 * gdb.base/funcargs.exp: Ditto.
15913 * gdb.base/default.exp: Ditto.
15914
15915 2002-01-04 Michael Snyder <msnyder@redhat.com>
15916
15917 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15918 * gdb.base/maint.exp: Add tests for maint info sections options.
15919
15920 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15921
15922 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15923
15924 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
15925
15926 * gdb.asm/arm.inc: New file.
15927 * gdb.asm/asm-source.exp: Add arm targets.
15928 * gdb.asm/configure.in: Ditto.
15929 * gdb.asm/configure: Recreated from configure.in.
15930
15931 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15932
15933 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15934 with HP's compiler.
15935 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15936 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15937 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15938 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15939
15940 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15941 either HP's compilers or GCC.
15942
15943 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15944 a SIGBUS or SIGSEGV.
15945
15946 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15947
15948 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15949 can be compiled with either HP's compiler or GCC.
15950
15951 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15952 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15953 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15954
15955 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15956 to match current gdb output. Update due to using auto-solib-limit
15957 for limiting instead of overloading auto-solib-add.
15958 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15959 test program.
15960
15961 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15962 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15963 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15964 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15965 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15966 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15967 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15968 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15969 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15970 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15971 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15972 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15973 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
15974
15975 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
15976 a SIGTRAP to the inferior.
15977
15978 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
15979
15980 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
15981 Substitute call to target_link by call to gdb_compile.
15982
15983 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
15984
15985 * gdb.base/break.exp: Fix HP specific search string when testing
15986 backtracing in a called function.
15987
15988 * gdb.base/constvars.exp: Only set lang to C++ if we're
15989 compiling the test with HP's compilers.
15990 * gdb.base/volatile.exp: Similarly.
15991
15992 2001-12-19 Jim Blandy <jimb@redhat.com>
15993
15994 * gdb.base/printcmds.exp: Expect the null character to be printed
15995 as '\0', and the '\013' to be printed as '\v'.
15996 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
15997 * gdb.base/setvar.exp: Same.
15998
15999 2001-12-17 Jim Blandy <jimb@redhat.com>
16000
16001 * gdb.base/completion.exp: Rather than completing very long
16002 filenames, which can make the readline library produce output we
16003 don't recognize, cd to the directory first, and then complete
16004 using nice, short relative paths.
16005
16006 * gdb.base/completion.exp: On some systems, there is, in fact, a
16007 variable named `b' in scope, since GDB treats all static
16008 variables as being in scope. So use `no_var_named_this'
16009 instead of `b'.
16010
16011 * gdb.base/corefile.exp: Recognize the message saying that GDB
16012 can't find the core file's registers as a failure.
16013
16014 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16015
16016 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16017 test expect string more specific.
16018
16019 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16020
16021 * gdb.asm/asm-source.exp: Add support for xstormy16.
16022 * gdb.asm/configure.in: Ditto.
16023 * gdb.asm/configure: Rebuild.
16024 * gdb.asm/xstormy16.inc: New file.
16025
16026 2001-12-10 Fred Fish <fnf@redhat.com>
16027
16028 * gdb.base/maint.exp: Update to match changes in type dumping code.
16029
16030 2001-12-10 Jim Blandy <jimb@redhat.com>
16031
16032 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16033 matching the entry point symbol's name at the beginning of the
16034 line.
16035
16036 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16037
16038 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16039 gdb.c++/inherit.exp, gdb.c++/method.exp,
16040 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16041 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16042 and class layout support.
16043
16044 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16045
16046 * gdb.c++/classes.exp: Add test for static member function.
16047 * gdb.c++/misc.cc: Add class with static member function.
16048
16049 2001-12-07 Jim Blandy <jimb@redhat.com>
16050
16051 If GDB says it can't find the struct the function returned, report
16052 those tests as `unsupported'.
16053 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16054 Rewrite subsequent tests to use it.
16055
16056 If GDB says it can't find the struct the function returned, report
16057 those tests as `unsupported'.
16058 * gdb.base/structs.exp (call_struct_func): New function.
16059 (do_function_calls): Use call_struct_func to call the functions
16060 returning structs.
16061
16062 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16063 whether functions are prototyped or not, so we can't possibly pass
16064 arguments to t_float_values2 properly.
16065
16066 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16067 value of `timeout' for targets other than the mips*tx39-*.
16068
16069 2001-12-06 Michael Snyder <msnyder@redhat.com>
16070
16071 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16072 and detect whether the start symbol has a leading underscore.
16073
16074 2001-12-04 Jim Blandy <jimb@redhat.com>
16075
16076 * gdb.base/completion.exp: Clarify indentation.
16077
16078 2001-12-03 Jim Blandy <jimb@redhat.com>
16079
16080 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16081 variables on the S/390, not `.word'.
16082
16083 2001-11-30 Jim Blandy <jimb@redhat.com>
16084
16085 Add assembly-source tests for s390-ibm-linux.
16086 * gdb.asm/s390.inc: New file.
16087 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16088 the S/390 architecture.
16089 * gdb.asm/configure: Regenerated.
16090
16091 2001-11-30 Michael Snyder <msnyder@redhat.com>
16092
16093 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16094 next, info source, info sources, info line, global and static
16095 variables, and static functions.
16096 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16097 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16098 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16099 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16100 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16101 (gdbasm_leave): Restore frame pointer.
16102 (gdbasm_startup): Copy stack set-up from crt0.S.
16103
16104 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16105
16106 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16107 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16108 to a local (non-static) variable. Copy tstruct.a to a static buffer
16109 and return a pointer to that buffer.
16110 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16111
16112 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16113
16114 * gdb.asm/configure.in: Fix recognition of ix86 target.
16115 * gdb.asm/configure: Regenerate.
16116
16117 2001-11-21 Michael Snyder <msnyder@redhat.com>
16118
16119 * gdb.asm/sparc.inc: New file.
16120 * gdb.asm/asm-source.exp: Recognize sparc target.
16121 * gdb.asm/configure.in: Recognize sparc target.
16122 * gdb.asm/configure: Regenerate.
16123
16124 2001-11-21 Michael Snyder <msnyder@redhat.com>
16125
16126 * gdb.asm/m32r.inc: New file.
16127 * gdb.asm/asm-source.exp: Recognize m32r target.
16128 * gdb.asm/configure.in: Recognize m32r target.
16129 * gdb.asm/configure: Regenerate.
16130
16131 2001-11-20 Michael Snyder <msnyder@redhat.com>
16132
16133 * gdb.asm/i386.inc: New file.
16134 * gdb.asm/asm-source.exp: Recognize ix86 target.
16135 * gdb.asm/configure.in: Recognize ix86 target.
16136 * gdb.asm/configure: Regenerate.
16137
16138 * gdb.c++/namespace.exp: Fix quotes in output messages.
16139
16140 2001-11-14 Michael Snyder <msnyder@redhat.com>
16141
16142 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16143 qualifier in a type cast expression, to designate an address
16144 in the instruction space (Harvard architecture).
16145
16146 2001-11-13 Michael Snyder <msnyder@redhat.com>
16147
16148 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16149 Tests for expressions using 'const' and 'volatile'.
16150
16151 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16152
16153 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16154
16155 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16156
16157 * lib/mi-support.exp (mi_run_to_helper): Move comments
16158 outside of gdb_expect.
16159
16160 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16161
16162 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16163 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16164 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16165 mi0_run_to): New functions.
16166 * gdb.mi/mi-simplerun.exp: Use them.
16167 * gdb.mi/mi0-simplerun.exp: Likewise.
16168 * gdb.mi/mi-var-cmd.exp: Likewise.
16169 * gdb.mi/mi0-var-cmd.exp: Likewise.
16170
16171 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16172
16173 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16174 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16175
16176 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16177
16178 * gdb.base/restore.exp: Include $expected value in restored test
16179 message.
16180
16181 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16182
16183 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16184 implemented.
16185
16186 2001-11-08 Michael Snyder <msnyder@redhat.com>
16187
16188 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16189 Add pass/fail message for stop at breakpoint in call dummy function.
16190
16191 2001-11-07 Michael Snyder <msnyder@redhat.com>
16192
16193 * gdb.c++/templates.exp (test_template_breakpoints):
16194 If we get an overload menu, but it does not match what
16195 we expect, we still need to issue the "cancel" command.
16196 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16197 making the whitespace optional. Argument for "new" may be
16198 "unsigned" as well as "unsigned int/long".
16199 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16200 making the whitespace optional. Also replace "(void) with
16201 "((void|)), making the keyword "void" optional.
16202 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16203 making the whitespace optional. Also replace "(void) with
16204 "((void|)), making the keyword "void" optional.
16205 * gdb.base/callfuncs.c (t_float_values): This function must
16206 _not_ be prototyped, and the following function (t_float_values2)
16207 must be prototyped (if the compiler supports it), so that GDB
16208 can be tested against both cases. Usually one case involves
16209 promotion of float to double, while the other does not.
16210 * gdb.base/callfwmall.c: Ditto.
16211 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16212 includes a stack frame for "start".
16213
16214 2001-11-05 Jim Blandy <jimb@redhat.com>
16215
16216 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16217 pointers are 32 bits long, and that offsets of relocs are always
16218 stored in the data (REL-style), and not in the reloc entry itself
16219 (RELA-style).
16220 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16221 stabs.
16222
16223 2001-11-01 Michael Snyder <msnyder@redhat.com>
16224
16225 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16226 and regular expression operators by using quoting.
16227
16228 2001-10-31 Michael Snyder <msnyder@redhat.com>
16229
16230 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16231 depending on what the symbol table contains.
16232 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16233 the output of the ptype command. Similarly, accept both "const &"
16234 and "const&".
16235
16236 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16237
16238 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16239 symbol `STORAGE' to allow to choose the storage class of
16240 the local datastructures.
16241 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16242 compiler directive.
16243
16244 2001-10-30 Michael Snyder <msnyder@redhat.com>
16245
16246 * gdb.base/jump.exp: Allow it to run for all targets.
16247
16248 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16249
16250 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16251 with new double_array size.
16252 (main): Change storage class of all local variables to static.
16253 Reduce size of double_array to 9.
16254 * gdb.base/call-ar-st.exp: Increase timeout value.
16255 Change expected output for double array to match new size in
16256 call-ar-st.c.
16257
16258 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16259
16260 * gdb.base/ending-run.exp: Create identical output when passing
16261 `step to end of run' case. Add regular expression branch satisfying
16262 Stormy16 target.
16263
16264 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16265
16266 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16267 that we catch the expected failure under Linux/x86.
16268
16269 2001-10-29 Orjan Friberg <orjanf@axis.com>
16270
16271 * gdb.base/setvar.exp: Escape curly braces.
16272 * gdb.stabs/weird.exp: Ditto.
16273
16274 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16275
16276 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16277 * gdm.mi/mi0-hack-cli.exp: Likewise.
16278
16279 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16280
16281 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16282 messages.
16283
16284 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16285
16286 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16287 checking MI enabled.
16288
16289 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16290
16291 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16292
16293 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16294
16295 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16296 if gdb child process crashes, just signal an error.
16297
16298 2001-10-02 Jim Blandy <jimb@redhat.com>
16299
16300 * lib/gdb.exp (test_xfail_format): Simplify.
16301
16302 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16303 front of the variable name `format'. Simplify `if'.
16304
16305 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16306
16307 * gdb.threads/pthreads.exp: Wait for output and delay
16308 before sending ^C.
16309
16310 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16311
16312 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16313 some incorrect output instead of timing out.
16314 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16315
16316 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16317
16318 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16319 check to allow additional `int'.
16320
16321 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16322
16323 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16324 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16325
16326 2001-09-27 Michael Snyder <msnyder@redhat.com>
16327
16328 * lib/gdb.exp (test_debug_format): New proc.
16329 (setup_xfail_format): Use new proc test_debug_format.
16330 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16331 proc; use new service proc test_debug_format.
16332 Replace all other "gcc_compiled" tests with this test.
16333 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16334 proc; use new service proc test_debug_format.
16335 Replace all other "gcc_compiled" tests with this test.
16336
16337 2001-09-27 Michael Snyder <msnyder@redhat.com>
16338
16339 * gdb.base/cvexpr.exp: New file.
16340 * gdb.base/cvexpr.c: New file
16341 Test for expressions using const and volatile keywords.
16342
16343 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16344
16345 * gdb.base/constvars.exp: Check for different orders of keywords
16346 and additional "int" strings in output.
16347
16348 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16349
16350 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16351 responses from "help maint".
16352
16353 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16354
16355 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16356 to localhost:NNN instead of :NNN, in case Xvfb is listening
16357 only on TCP.
16358
16359 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16360
16361 * gdb.base/recurse.exp: When checking leaving the watchpoint
16362 scope, recognize when gdb is in function's epilogue and pass.
16363
16364 2001-09-18 Keith Seitz <keiths@redhat.com>
16365
16366 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16367 support for running tests against sid targets.
16368 (gdbtk_done): Ditto.
16369
16370 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16371
16372 * gdb.base/ending-run.c (main): Set stdout buffersize
16373 to the same reasonable value for any target.
16374 * gdb.base/ending-run.exp: Add a regular expression
16375 to make testsuite happy on Sanyo Stormy16 target.
16376
16377 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16378
16379 * gdb.base/display.c (do_loops): Add float variable `f'.
16380 Increment f in loop.
16381 * gdb.base/display.exp: Increment timeout by 60 seconds.
16382 Change float display test to use variable `f'.
16383
16384 2001-09-17 Jim Blandy <jimb@redhat.com>
16385
16386 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16387 overflowing the limited breakpoint tables on some ROM monitors
16388 (like the ROM68K).
16389
16390 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16391
16392 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16393 the "-ac" (disable access control) flag.
16394
16395 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16396
16397 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16398 ints.
16399
16400 2001-08-30 Keith Seitz <keiths@redhat.com>
16401
16402 * lib/gdb.exp: Move all insight-related functionality into
16403 separate file.
16404 * lib/insight-support.exp: New file.
16405
16406 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16407
16408 * config/sid.exp (sid_start): Never set sid verbosity; disable
16409 expect_background {} that consumed its stdout; tolerate </dev/null.
16410 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16411
16412 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16413
16414 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16415 CLI jump command to start it.
16416 (mi_run_to_main): Fail immediatly when unexpected output.
16417
16418 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16419
16420 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16421 beginning of function. Fix PR gdb/191.
16422
16423 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16424
16425 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16426 what to force sid endianness to.
16427
16428 2001-08-15 Keith Seitz <keiths@redhat.com>
16429
16430 * lib/gdb.exp (gdbtk_start): Don't set environment
16431 variables for TCL_LIBRARY and friends. Insight will
16432 now figure these out for itself.
16433
16434 2001-08-02 Michael Snyder <msnyder@redhat.com>
16435
16436 * gdb.base/completion.exp: Remove the symbol "a64l" from
16437 the expect string; this is target-specific, and not related
16438 to what is being tested.
16439
16440 2001-08-02 Dave Brolley <brolley@redhat.com>
16441
16442 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16443
16444 2001-07-25 Michael Snyder <msnyder@redhat.com>
16445
16446 * gdb.base/consecutive.exp: New file. Test stepping over
16447 breakpoints on consecutive instructions.
16448 * gdb.base/consecutive.c: New file.
16449
16450 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16451 curly braces in regular expressions.
16452
16453 2001-07-25 Michael Snyder <msnyder@redhat.com>
16454
16455 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16456 legitimate output from stepping out of main.
16457
16458 2001-07-22 Keith Seitz <keiths@redhat.com>
16459
16460 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16461 the empty string, do not run the tests.
16462
16463 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16464
16465 * gdb.base/long_long.exp: Detect size of pointer. Take into
16466 account 2-byte pointers when testing for p/a results.
16467
16468 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16469
16470 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16471 and defined to 1K for m68hc11.
16472 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16473 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16474 (sizeof_random_data): New variable to tell the size of the data table;
16475 don't test past this size; always run to main.
16476
16477 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16478
16479 * gdb.base/return2.exp: return of long long and double fails for
16480 68HC11; don't execute these tests on that platform.
16481 * gdb.base/return.exp: Return of a double fails for 68hc11.
16482
16483 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16484
16485 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16486 tests that print a float.
16487 * call-rt-st.exp: Likewise.
16488
16489 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16490
16491 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16492 running this test on Linux.
16493
16494 2001-06-24 Michael Chastain <chastain@redhat.com>
16495
16496 * gdb.base/arithmet.exp: Remove some tests to make all test names
16497 unique.
16498
16499 2001-07-03 Michael Snyder <msnyder@redhat.com>
16500
16501 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16502 the output of the ptype command.
16503
16504 2001-07-02 Michael Snyder <msnyder@redhat.com>
16505
16506 * gdb.base/completion.exp: Don't assume that break.c is the only
16507 source file that may contain functions named "marker".
16508 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16509
16510 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16511
16512 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16513 of files to delete.
16514
16515 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16516 * gdb.disasm/h8300s.exp: New file.
16517 gdb.disasm/h8300s.s: Likewise.
16518
16519 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16520
16521 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16522 empty breakpoint tables.
16523
16524 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16525
16526 * lib/mi-support.exp: Update args=... part of stop-reason
16527 patterns. Accept either a list or a tuple.
16528
16529 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16530
16531 * lib/mi-support.exp: Remove local emacs variable defining
16532 change-log-default-name.
16533
16534 2001-06-22 Michael Chastain <chastain@redhat.com>
16535
16536 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16537 This is operationally compatible with the previous version.
16538
16539 2001-06-13 Jim Blandy <jimb@redhat.com>
16540
16541 * lib/gdb.exp (gdb_test): Doc fix.
16542
16543 2001-06-10 Michael Chastain <chastain@redhat.com>
16544
16545 * gdb.base/exprs.exp: Remove a duplicate test.
16546
16547 2001-06-06 Jim Blandy <jimb@redhat.com>
16548
16549 * gdb.base/return2.exp (main): Use values to test float and double
16550 returns that are not NaN's, to avoid being confused by IEEE
16551 comparison rules.
16552
16553 2001-06-04 Michael Snyder <msnyder@redhat.com>
16554
16555 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16556 non-zero if control_c fails. Terminate the test on failure,
16557 rather than wait for 12 more tests to time out.
16558
16559 2001-06-06 Jim Blandy <jimb@redhat.com>
16560
16561 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16562 Don't forget to match the GDB prompt.
16563
16564 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16565
16566 2001-06-04 Jim Blandy <jimb@redhat.com>
16567
16568 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16569 command.
16570
16571 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16572
16573 * gdb.base/annota1.exp (info break): Match four or more spaces
16574 after "Address".
16575
16576 2001-05-31 Michael Chastain <chastain@redhat.com>
16577
16578 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16579 (dm_type_int_star): Likewise.
16580 (dm_type_long_star): Likewise.
16581 (dm_type_void_star): Likewise.
16582
16583 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16584
16585 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16586 to a known value in order to get consistent results regardless
16587 of the setting of INPUTRC or the presence or contents of .inputrc.
16588
16589 2001-05-24 Michael Snyder <msnyder@redhat.com>
16590
16591 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16592 Don't require that the main thread and the manager thread are the
16593 first in the list.
16594
16595 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16596 debugging. If test fails, issue an "unsupported" not a "fail".
16597
16598 2001-05-24 Jim Blandy <jimb@redhat.com>
16599
16600 Don't assume that short is shorter than int.
16601 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16602 assume that shorts are smaller than ints. On a 16-bit machine,
16603 this isn't true.
16604 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16605 an int, is not equal to ~0 stored in an unsigned char. This tests
16606 the same thing that the previous test meant to, but works on
16607 16-bit machines, too.
16608 ("print unsigned char != (~0)"): Same test, complemented.
16609
16610 2001-05-24 Michael Snyder <msnyder@redhat.com>
16611
16612 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16613 test for (full_coverage == 0). This makes the test run faster,
16614 and prevents dejagnu getting out of step.
16615
16616 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16617
16618 * gdb.base/finish.exp (finish_void): Revise pattern for
16619 stopping on the call statement to not permit stopping at
16620 the start of the instructions comprising the call sequence.
16621
16622 2001-05-19 Michael Chastain <chastain@redhat.com>
16623
16624 * gdb.base/callfuncs.exp: Make all test names unique.
16625 * gdb.base/commands.exp: Make all test names unique.
16626 * gdb.base/condbreak.exp: Make all test names unique.
16627 * gdb.base/dbx.exp: Make all test names unique.
16628 * gdb.base/default.exp: Make all test names unique.
16629 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16630 and TIMEOUT messages to their corresponding PASS message.
16631 * gdb.base/ending-run.exp: Make all test names unique.
16632 * gdb.base/long_long.exp: Remove duplicate test.
16633
16634 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16635
16636 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16637 stop on the call statement as well as the statement after the
16638 call.
16639
16640 2001-05-21 Michael Snyder <msnyder@redhat.com>
16641
16642 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16643
16644 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16645
16646 * gdb.base/completion.exp: Revamp test. Make it execute on all
16647 platforms.
16648
16649 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16650
16651 * config/gdbserver.exp (gdb_load): Handle the case
16652 in which the arguments to gdbserver are given in the
16653 baseboard configuration file.
16654 Also handle the case in which the server needs to do a
16655 load.
16656
16657 2001-05-07 Keith Seitz <keiths@cygnus.com>
16658
16659 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16660 set up the display for testing.
16661 (gdbtk_start): Convert all paths to paths that tcl will like.
16662 Export target information to environment.
16663 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16664 necessary.
16665 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16666 (to_tcl_path): New proc to convert a given pathname into
16667 a path acceptible as an argument to a tcl command.
16668 (_gdbtk_export_target_info): New proc to export target info
16669 into the environment for gdbtk testing.
16670 (gdbtk_done): New proc to signal end-of-test.
16671
16672 2001-05-06 Jim Blandy <jimb@redhat.com>
16673
16674 * restore.c: Make the code of caller0 correspond to its comment.
16675
16676 2001-05-03 Michael Snyder <msnyder@redhat.com>
16677
16678 * config/sid.exp (gdb_target_sid): Check for error messages.
16679 On error or timeout, don't make expect exit (which will terminate
16680 all subsequent tests); instead just make gdb exit.
16681 (gdb_load): Check for error messages. On error or timeout,
16682 return a negative value.
16683
16684 2001-04-24 Jim Blandy <jimb@redhat.com>
16685
16686 * gdb.c++/templates.exp: If we see the prompt for the overload
16687 list, but we haven't recognized any of the longer patterns,
16688 arrange for this test to fail, not hang.
16689
16690 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16691 variations.
16692
16693 2001-04-22 Michael Chastain <chastain@redhat.com>
16694
16695 * gdb.c++/local.exp: Use the 'runto' library function.
16696 * gdb.c++/namespace.exp: Likewise.
16697 * gdb.c++/overload.exp: Likewise.
16698
16699 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16700
16701 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16702 * gdb.base/step-line.exp: New file. Test step/next in presence of
16703 #line directives.
16704 * gdb.base/step-line.c: New file. Test program for the above.
16705 * gdb.base/step-line.inp: New file. We pretend that this file has
16706 been transformed by some other tool into step-line.c.
16707
16708 2001-03-21 Jim Blandy <jimb@redhat.com>
16709
16710 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16711 unmangled operator names.
16712
16713 2001-03-20 Jim Blandy <jimb@redhat.com>
16714
16715 * gdb.threads/linux-dp.exp: Recognize an additional message
16716 generated by GDB when it doesn't understand how to debug threads
16717 on the target system.
16718
16719 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16720
16721 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16722
16723 2001-03-12 Michael Chastain <chastain@redhat.com>
16724
16725 * gdb.c++/derivation.exp: Use the 'runto' library function.
16726
16727 2001-03-12 Michael Chastain <chastain@redhat.com>
16728
16729 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16730
16731 2001-02-24 Michael Chastain <chastain@redhat.com>
16732
16733 * gdb.c++/ref-types.exp: Change handwritten code to library
16734 function 'runto'.
16735
16736 2001-03-16 Orjan Friberg <orjanf@axis.com>
16737
16738 * gdb.base/signals.exp: Set count to 0 explicitly.
16739
16740 2001-03-15 Mark Salter <msalter@redhat.com>
16741
16742 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16743 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16744 (gdb_load): Add support for additional target_info: gdb_download_size
16745 and gdb_load_timeout.
16746
16747 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16748
16749 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16750 file -- to prevent failing when the compile fails but we have no
16751 intention of running the tests anyway.
16752
16753 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16754 tests if set.
16755
16756 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16757 integers.
16758
16759 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16760 * gdb.c++/namespace.exp: Ditto.
16761
16762 2001-03-07 Orjan Friberg <orjanf@axis.com>
16763
16764 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16765 * gdb.base/pointers.exp: Relax pattern match of decimals.
16766
16767 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16768
16769 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16770 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16771 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16772 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16773 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16774 config/sh.exp, config/sid.exp, config/slite.exp,
16775 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16776 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16777 config/vxworks.exp, config/vxworks29k.exp,
16778 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16779 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16780 gdb.base/arithmet.exp, gdb.base/assign.exp,
16781 gdb.base/async.exp, gdb.base/attach.exp,
16782 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16783 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16784 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16785 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16786 gdb.base/commands.exp, gdb.base/completion.exp,
16787 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16788 gdb.base/constvars.exp, gdb.base/corefile.exp,
16789 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16790 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16791 gdb.base/ending-run.exp, gdb.base/environ.exp,
16792 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16793 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16794 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16795 gdb.base/funcargs.exp, gdb.base/help.exp,
16796 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16797 gdb.base/logical.exp, gdb.base/long_long.exp,
16798 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16799 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16800 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16801 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16802 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16803 gdb.base/regs.exp, gdb.base/relational.exp,
16804 gdb.base/remote.exp, gdb.base/reread.exp,
16805 gdb.base/restore.exp, gdb.base/return2.exp,
16806 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16807 gdb.base/selftest.exp, gdb.base/setshow.exp,
16808 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16809 gdb.base/sigall.exp, gdb.base/signals.exp,
16810 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16811 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16812 gdb.base/step-test.exp, gdb.base/structs.c,
16813 gdb.base/structs.exp, gdb.base/structs2.exp,
16814 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16815 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16816 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16817 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16818 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16819 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16820 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16821 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16822 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16823 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16824 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16825 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16826 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16827 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16828 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16829 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16830 gdb.trace/circ.exp, gdb.trace/collection.exp,
16831 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16832 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16833 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16834 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16835 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16836 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16837 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16838 notices.
16839
16840 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16841
16842 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16843 first arg is int not float.
16844
16845 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16846
16847 * gdb.base/reread.exp: Unsupported for non-native targets;
16848 doesn't work for remote debugging.
16849
16850 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16851
16852 From Drew Moseley <dmoseley@redhat.com>
16853 * gdb.base/ending-run.exp: Properly handle the BSP state when
16854 stepping past the end of main.
16855
16856 2001-02-19 John Moore <jmoore@redhat.com>
16857
16858 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16859 Converted HPUX fix for non-expected items following multiple
16860 step commands into general solution for all platforms.
16861
16862 2001-02-18 Michael Chastain <chastain@redhat.com>
16863
16864 * gdb.c++/classes.exp (do_tests): Change runto statements
16865 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16866 statements demangler agnostic.
16867 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16868 (gdb_virtfunc_restart): Likewise.
16869
16870 2001-02-14 Michael Chastain <chastain@redhat.com>
16871
16872 * gdb.c++/inherit.exp (do_tests): Change runto statements
16873 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16874 statements demangler agnostic.
16875
16876 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16877
16878 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16879 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16880 before calling common_routine 15 times'' tests.
16881
16882 2001-02-11 Michael Chastain <chastain@redhat.com>
16883
16884 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16885 Helps the test script figure out which demangler is in use.
16886 (dm_type_foo_ref): Ditto.
16887 (dm_type_int_star): Ditto.
16888 (dm_type_long_star): Ditto.
16889 (dm_type_unsigned_int): Ditto.
16890 (dm_type_void): Ditto.
16891 (dm_type_void_star): Ditto.
16892 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16893 Probe the gdb demangler and set variables to accommodate
16894 formatting differences.
16895 (info_func_regexp): New function. Same as info_func, but
16896 matches against a regexp.
16897 (info_func): Match against a literal string.
16898 (print_addr_2): New function. Match against a literal string,
16899 which can be different from the input to gdb.
16900 (print_addr): Simply call print_addr_2 with the same argument twice.
16901 (test_lookup_operator_functions): Use demangler formatting variables.
16902 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16903 the tests in the same order as the C++ class declaration.
16904 (test_paddr_operator_functions): Ditto.
16905 (test_paddr_overloaded_functions): Ditto.
16906 (test_paddr_hairy_functions): Use demangler formatting variables.
16907 Add reference to gdb/19 for related tests.
16908 (do_tests): Call probe_demangler.
16909
16910 2001-01-30 Kevin Buettner <kevinb@redhat.com>
16911
16912 * gdb.c++/templates.cc (printf): Remove unused function definition.
16913
16914 2001-01-26 Felix Lee <flee@redhat.com>
16915
16916 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16917
16918 2001-01-25 matthew green <mrg@redhat.com>
16919
16920 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16921 up sid.
16922 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16923
16924 2001-01-25 matthew green <mrg@redhat.com>
16925
16926 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16927 Deprecate $sid_spawn_id.
16928 (sid_exit): Remove code necessary only for `spawn.'
16929
16930 2001-01-25 matthew green <mrg@redhat.com>
16931
16932 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16933
16934 2001-01-28 Michael Chastain <chastain@redhat.com>
16935
16936 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16937 to call when tests fail. It takes gdb out of the overloaded
16938 function choice menu back to the main prompt, so that the test
16939 program stays synchronized.
16940 (set_bp_overloaded): New proc to collect all the common
16941 code for setting a breakpoint on an overloaded name. Calls
16942 take_gdb_out_of_choice_menu when needed.
16943 (menu_overload1arg): New variable to collect the repeated
16944 instances of the expected menu for an overloaded name. Change
16945 the regular expression to handle changes in g++ type encoding:
16946 "void" can be either "void" or "", and "unsigned int" can be
16947 either "unsigned int" or "unsigned".
16948 (continue_to_bp_overloaded): Change regular expressions to handle
16949 changes in g++ type encoding.
16950 (no proc): Call take_gdb_out_of_choice_menu when needed.
16951 Remove redundant calls to "info break". Accept either "canceled"
16952 or "cancelled". Change regular expressions in "info break"
16953 calls to handle changes in g++ type encoding. Give all tests
16954 unique strings.
16955
16956 2001-01-17 Ben Elliston <bje@redhat.com>
16957
16958 * config/sid.exp: New file.
16959
16960 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16961
16962 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16963
16964 2000-12-21 Michael Snyder <msnyder@cygnus.com>
16965
16966 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16967 Add a RE to accept a non-ascii char if one is ever presented.
16968
16969 2000-12-20 Fernando Nasser <fnasser@redhat.com>
16970
16971 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16972
16973 2000-12-18 Michael Snyder <msnyder@cygnus.com>
16974
16975 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
16976 in regexp. One '\' does not suffice on Linux.
16977
16978 2000-12-09 Michael Chastain <chastain@redhat.com>
16979
16980 * gdb.base/break.exp (test_clear_command): Use a marker function
16981 rather than 'main' for the test function. Also move this
16982 test to an execution point where the marker function names are
16983 guaranteed to be bound to functions. (Executing tests after a
16984 'finish' from main runs into name conflicts with local names
16985 in __libc_start_main).
16986
16987 2000-12-07 Michael Snyder <msnyder@cygnus.com>
16988
16989 * gdb.base/finish.exp: New test for gdb's "finish" command.
16990 * gdb.base/return2.exp: New test for gdb's "return" command.
16991 * gdb.base/return2.c: New source file for above.
16992
16993 2000-12-05 Michael Snyder <msnyder@cygnus.com>
16994
16995 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
16996 * gdb.base/miscexprs.exp: Ditto.
16997 * gdb.base/pointers.exp: Ditto.
16998 * gdb.c++/derivation.exp: Ditto.
16999 * gdb.c++/local.exp: Ditto.
17000 * gdb.c++/namespace.exp: Ditto.
17001 * gdb.c++/overload.exp: Ditto.
17002 * gdb.c++/ref-types.exp: Ditto.
17003
17004 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17005
17006 * gdb.base/constvars.exp: Test result of "up" command.
17007 * gdb.base/miscexprs.exp: Ditto.
17008 * gdb.base/pointers.exp: Ditto.
17009 * gdb.base/scope.exp: Ditto.
17010 * gdb.c++/derivation.exp: Ditto.
17011 * gdb.c++/local.exp: Ditto.
17012 * gdb.c++/namespace.exp: Ditto.
17013 * gdb.c++/overload.exp: Ditto.
17014 * gdb.c++/ref-types.exp: Ditto.
17015
17016 2000-11-22 Michael Chastain <chastain@redhat.com>
17017
17018 * mips_pro.exp: Accept either "middle -> top -> main" or
17019 "middle -> main" in the backtrace, because gcc can optimize
17020 tail calls to jumps. Remove setup_xfail for the hppa case.
17021 Add a comment with the original warning messages from PR 3016,
17022 which was filed in 1993, to preserve them for posterity.
17023
17024 2000-11-17 Nick Duffek <nsd@redhat.com>
17025
17026 * lib/gdb.exp (gdb_test): Override timeout with board info.
17027
17028 2000-11-17 Nick Duffek <nsd@redhat.com>
17029
17030 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17031 the second kill and detach messages.
17032
17033 2000-11-17 Nick Duffek <nsd@redhat.com>
17034
17035 * configure.in: Add AC_EXEEXT.
17036 * configure: Regenerate.
17037 * Makefile.in (just-check): Export EXEEXT.
17038 * lib/gdb.exp ($EXEEXT): Import from environment.
17039 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17040 expect "maint dump-me" on Cygwin.
17041 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17042 $EXEEXT.
17043
17044 2000-11-17 Nick Duffek <nsd@redhat.com>
17045
17046 * gdb.base/break.exp: Test backtrace and finish from called
17047 function on all platforms, not just HP-UX.
17048
17049 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17050
17051 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17052 code from gdb_target_monitor, so it can be used independantly
17053 for gdbserver. Also comment out an unnecessary PUTS.
17054
17055 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17056
17057 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17058 * gdb.base/corefile.exp: Expect the message "Program is being
17059 debugged already" when we send the "corefile" command, since
17060 the preceeding gdb_load may have connected gdb to a remote target.
17061 * gdb.base/display.exp: Disable hardware watchpoints if new
17062 board info variable "no_hardware_watchpoints" is true.
17063 Replace single-letter commands with more readable ones.
17064 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17065 if new board info variable "no_hardware_watchpoints" is true.
17066 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17067 to see if stdio (printf) testing is possible.
17068 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17069 board info variable "no_hardware_watchpoints" is true. Use new
17070 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17071
17072 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17073
17074 From Orjan Friberg <orjanf@axis.com>:
17075 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17076 in array print pattern match.
17077
17078 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17079
17080 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17081 spelling "cancelled" to U.S. spelling "canceled" to match changes
17082 made to gdb.
17083 * gdb.c++/ovldbreak.exp: Ditto.
17084
17085 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17086
17087 * gdb.base/callfuncs.c (main): Moved to end of file, call
17088 t_double_values to initialize the FPU before inferior calls are made.
17089 * gdb.base/callfuncs.exp: Test for register preservation after calling
17090 inferior functions. Add tests for continuining, finishing and
17091 returning from a stop in a call dummy.
17092
17093 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17094
17095 * gdb.base/commands.exp: Break up long lines, and re-indent.
17096
17097 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17098
17099 * config/gdbserver.exp: Rewritten from the ground up, to make it
17100 compatible with the current dejagnu tree, and to make it work with
17101 the new "gdbserver" in libremote.
17102
17103 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17104
17105 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17106 * gdb.base/varargs.exp: Skip entire test if no printf support.
17107 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17108 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17109
17110 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17111
17112 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17113 no floating point support.
17114 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17115 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17116 * gdb.base/call-rt-st.exp: Ditto.
17117 * gdb.base/call-strs.exp: Ditto.
17118
17119 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17120
17121 * gdb.base/sizeof.c: include <stdio.h>.
17122
17123 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17124 'finish', otherwise uncaptured gdb_prompt would potentially
17125 throw remaining test points out of sync.
17126
17127 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17128
17129 * gdb.base/recurse.exp: Run tests for all targets.
17130 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17131 gnu-oldld case on ARM.
17132 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17133 for ARM targets.
17134
17135 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17136
17137 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17138 * gdb.java/configure: Rebuild.
17139
17140 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17141
17142 * gdb.java/jv-exp.exp: New file.
17143
17144 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17145
17146 * configure: Rebuilt.
17147 * configure.in (configdirs): Add gdb.java.
17148 * gdb.java/jmisc.java: New file.
17149 * gdb.java/jmisc.exp: New file.
17150 * gdb.java/Makefile.in: New file.
17151 * gdb.java/configure: Rebuilt.
17152 * gdb.java/configure.in: New file.
17153 * lib/java.exp: New file.
17154
17155 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17156
17157 * gdb.base/exprs.exp: Test casts to a pointer including over and
17158 underflow.
17159
17160 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17161
17162 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17163 and the compilers sizes.
17164
17165 2000-07-09 Nick Duffek <nsd@redhat.com>
17166
17167 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17168 (use_methods): New function.
17169 (main): Call use_methods().
17170 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17171 (do_tests): Call test_method_param_class.
17172
17173 2000-07-09 Nick Duffek <nsd@redhat.com>
17174
17175 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17176 spelling.
17177 (test_enums): New procedure. Move enum tests from end of script
17178 to here. Set breakpoint on function name instead of line number.
17179 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17180 (enums2): New marker function.
17181 (enums1): New function.
17182 (main): Call enums1(). Move enum tests to enums1().
17183
17184 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17185
17186 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17187 compile/link program. Update line numbers.
17188 * gdb.asm/d10v.inc: Define ``startup''.
17189 * gdb.asm/asmsrc1.s: Add definition of _start.
17190
17191 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17192
17193 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17194
17195 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17196
17197 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17198 of 'help maint print' command.
17199
17200 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17201
17202 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17203 they use gdb_expect_list.
17204
17205 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17206
17207 * gdb.base/commands.exp: Use ``set remote
17208 memory-read-packet-size'' instead of ``set endian big'' to test
17209 long commands.
17210
17211 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17212
17213 * gdb.c++/templates.exp (do_tests): Make all of these work under
17214 g++, and stop skipping them.
17215
17216 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17217 work under g++.
17218
17219 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17220 initialization.
17221
17222 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17223
17224 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17225 the regular expression: accept an (almost) arbitrary sequence of
17226 "frames-invalid" and "breakpoints-invalid" messages both before
17227 and after the "starting" message.
17228
17229 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17230
17231 * gdb.c++/local.exp: This test has never been known to work with g++.
17232
17233 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17234
17235 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17236 Relax the regular expression a little, make it pass on Solaris 8.
17237
17238 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17239
17240 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17241 a call, do not require that gdb stop on the line after the call.
17242 Instead, it is permissible for gdb to stop on the line of the
17243 call itself.
17244
17245 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17246
17247 * gdb.base/break.exp (bp on small function, optimized file):
17248 Add a second pass pattern. The behavior differs here between stabs
17249 and dwarf for one-line functions. Stabs preserves two line symbols
17250 (one before the prologue and one after) with the same line number,
17251 but dwarf regards these as duplicates and discards one of them.
17252 Therefore the address after the prologue (where the breakpoint is)
17253 has no exactly matching line symbol, and GDB reports the breakpoint
17254 as if it were in the middle of a line rather than at the beginning.
17255
17256 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17257
17258 * gdb.base/interrupt.exp: Make "pass" message say "send"
17259 rather than "send_gdb" (for consistancy).
17260
17261 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17262
17263 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17264 * gdb.c++/templates.cc: Properly check for GCC version number.
17265 * lib/compiler.cc: Likewise
17266
17267 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17268
17269 * gdb.base/break.exp: When compiled with -O2 optimization,
17270 gdb may not stop at the first line of main, due to code motion.
17271
17272 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17273
17274 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17275 This test depends on parsing the printf output from the target.
17276 Since the sparclet stub doesn't do stdio, this will never work.
17277 * gdb.base/call-rt-st.exp: ditto.
17278 * gdb.base/call-strs: ditto.
17279
17280 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17281
17282 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17283
17284 * gdb.base/ending-run.exp: After connecting to a remote target,
17285 but before running, the target will appear to be in a random
17286 location. Specify both a file and a line for breakpoints.
17287 Also, the function that calls main may be called 'init'
17288 rather than 'start'.
17289
17290 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17291
17292 * gdb.base/help.exp: Update output for add-symbol-file command.
17293
17294 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17295
17296 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17297 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17298
17299 2000-04-07 J.T. Conklin <jtc@redback.com>
17300
17301 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17302
17303 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17304
17305 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17306
17307 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17308 values that can be represented exactly.
17309 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17310 above change, and to not check against the directory part of the source
17311 file name.
17312 (step into print_long_arg_list): Likewise.
17313 (print print_small_structs from print_long_arg_list): Likewise.
17314 (print print_long_arg_list): Likewise.
17315
17316 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17317
17318 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17319
17320 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17321
17322 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17323
17324 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17325
17326 * gdb.base/commands.exp (deprecated_command_test): Add test for
17327 deprecate with no arguments.
17328
17329 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17330
17331 * gdb.base/break.exp: Add new test for setting breakpoints on
17332 optimized code so we can test breakpoints work even when function
17333 prologues may be optimized away
17334
17335 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17336
17337 From David Whedon <dwhedon@gordian.com>
17338 * gdb.base/commands.exp : Added command deprecator tests.
17339
17340 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17341
17342 * gdb.base/help.exp: Added test for new apropos command.
17343
17344 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17345
17346 * gdb.base/pointers.c (usevar): New function.
17347 (main): Make sure that global variables v_int_pointer2, rptr,
17348 and y are all referenced someplace in the program by calling
17349 usevar() on them. [Some linkers delete symbols which are
17350 never referenced. The space remains, but there's no way to
17351 get a (symbolic) handle on the variable from the debugger.]
17352
17353 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17354
17355 * gdb.base/printcmds.c: Add typedeffed arrays.
17356
17357 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17358 procedure to test arrays that are typedef'd.
17359
17360 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17361
17362 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17363 the library directories.
17364
17365 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17366
17367 * configure.in (configdirs): Add sub directory gdb.mi.
17368 * configure: Re-generate.
17369
17370 * gdb.mi: New directory.
17371
17372 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17373
17374 * gdb.base/long_long.exp: Correct test suite failure when printing
17375 a long long value as a double on ARM platforms.
17376
17377 2000-02-16 Jim Blandy <jimb@redhat.com>
17378
17379 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17380 default source file is set properly before running this test.
17381
17382 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17383
17384 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17385 gdbtk/library directory, not in gdbtcl2.
17386
17387 2000-02-04 Jim Blandy <jimb@redhat.com>
17388
17389 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17390 backslash from regexp pattern.
17391
17392 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17393 procedure. Use it to run all the "continue to bp overloaded"
17394 tests. Note that this changes the names of the tests slightly.
17395 If the breakpoint hit message includes a hex PC value, because
17396 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17397 from the real source code, still consider that a pass.
17398
17399 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17400 XFAIL here if the breakpoint message contains a hex address. Note
17401 similar change on 1999-11-02.
17402
17403 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17404
17405 * gdb.base/ptype.exp: Establish a default source file before
17406 calling get_debug_format.
17407
17408 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17409
17410 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17411
17412 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17413
17414 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17415 of successive stepi commands -- while in the prologue we should see
17416 the function entry bracket.
17417
17418 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17419
17420 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17421 reach __change_mode() when stepping through the end of main().
17422
17423 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17424
17425 * gdb.base/default.exp: Fix expected pattern.
17426 * gdb.base/help.exp: Same.
17427
17428 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17429
17430 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17431 Don't use xfail's because that affects only the following test.
17432
17433 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17434 solaris or linux.
17435
17436 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17437
17438 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17439
17440 * gdb.base/display.exp: Some yacc parsers like to say
17441 "A syntax error" rather than "A parse error". Accept both.
17442
17443 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17444
17445 * gdb.base/default.exp: Remove OS dependent string from "target
17446 remote" test.
17447 * gdb.base/help.exp: Same for "help target remote" test.
17448
17449 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17450
17451 From Jim Kingdon <kingdon@redhat.com>:
17452
17453 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17454 prompt (cleanup rather than necessity, but still might keep output
17455 from spilling to next test).
17456
17457 2000-01-02 Fred Fish <fnf@cygnus.com>
17458
17459 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17460 AIX, which defines them in <sys/types.h>.
17461
17462 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17463
17464 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17465 float" test.
17466
17467 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17468
17469 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17470
17471 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17472 outermost frame disallowed".
17473
17474 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17475
17476 * gdb.base/setvar.exp: New tests for setting the value of a struct
17477 with a constant list.
17478
17479 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17480
17481 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17482 require the user to type a cast before setting the value of a struct.
17483
17484 1999-12-06 Jim Blandy <jimb@cygnus.com>
17485
17486 * gdb.base/default.exp: Expect the new 'info float' command on
17487 all i386 platforms.
17488
17489 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17490 LinuxThreads libraries that don't support debugging.
17491
17492 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17493
17494 * gdb.base/remote.c: Fill the buffer with truely random data.
17495 Change the buffer type to ``unsigned char'' to simplify size
17496 arithmetic.
17497
17498 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17499 stub only handles 400-1 byte packets. Verify that the download
17500 worked.
17501
17502 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17503
17504 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17505 tests, using UNRESOLVED for the untested cases. Also, does not wait
17506 for a timeout if the prompt was received before a recognizable pattern.
17507
17508 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17509
17510 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17511
17512 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17513
17514 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17515 watchpoints.
17516
17517 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17518
17519 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17520
17521 * gdb.c++/local.exp: Be more flexible in recognizing local class
17522 name mangling. Don't allow horribly truncated method names.
17523 * gdb.c++/derivation.exp: Expect protected inheritance.
17524 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17525 * gdb.c++/virtfunc.exp: Likewise.
17526 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17527 when printing a nested enum.
17528
17529 1999-11-22 Jim Blandy <jimb@cygnus.com>
17530
17531 * gdb.base/step-test.exp: Properly await GDB's response to setting
17532 a breakpoint on the call to large_struct_by_value.
17533
17534 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17535 just because we have debug info for the `start' function.
17536
17537 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17538
17539 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17540 "Unknown signal" messages, which indicate (on LinuxThreads) that
17541 GDB doesn't know how to debug threads on this system. This is
17542 better than hanging while philosopher 0 dumps chatter into gdb.log.
17543
17544 1999-11-18 Tom Tromey <tromey@cygnus.com>
17545
17546 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17547
17548 1999-11-18 Fred Fish <fnf@cygnus.com>
17549
17550 * gdb.base/coremaker2.c: Add sample program for generating
17551 cores that is more self contained than coremaker.c. Eventually
17552 I'll add more code to this and tie it into the testsuite.
17553
17554 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17555
17556 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17557
17558 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17559
17560 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17561 from $srcdir/lib/.
17562 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17563 and gdb.c++/.
17564
17565 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17566
17567 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17568 'continue with watch' test point.
17569
17570 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17571
17572 Merged from p2linux-990323-branch:
17573
17574 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17575
17576 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17577
17578 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17579 {limit,fixed}''. Test ``set download-write-size''.
17580
17581 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17582
17583 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17584 gdb_expect_list.
17585
17586 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17587
17588 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17589
17590 1999-11-03 Mark Salter <msalter@cygnus.com>
17591
17592 * gdb.base/break.exp: Fix "stub continue" pattern.
17593
17594 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17595
17596 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17597
17598 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17599
17600 * gdb.base/display.exp ("finish"): Add timeout clause.
17601
17602 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17603 plain prompt clause, so this doesn't have to time out in order to
17604 fail.
17605
17606 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17607 breakpoint hit messages include an address.
17608
17609 * gdb.base/display.exp: Don't forget to escape parens in regular
17610 expressions. Unix regexp notatation sucks.
17611
17612 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17613
17614 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17615 order for 'signalled' message.
17616
17617 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17618
17619 From Jimmy Guo <guo@cup.hp.com>:
17620 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17621 * gdb.base/annota1.c: Add code for tests to work with.
17622
17623 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17624
17625 * gdb.base/remote.exp: New test for remote downloading settings.
17626 * gdb.base/remote.c: New file with large .data.
17627
17628 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17629
17630 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17631 for LinuxThreads support, merged from the Code Fusion branch.
17632
17633 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17634
17635 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17636 containing exp_continue into a while within an expect. Don't
17637 attempt a start more than three times. Check return value from
17638 gdb_load.
17639
17640 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17641
17642 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17643 a pass case.
17644
17645 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17646
17647 * gdb.base/break.c (main): Added a statement that we can step
17648 off of.
17649 * gdb.base/break.exp: Added tests for setting a breakpoint
17650 at an offset and stepping onto a breakpoint.
17651
17652 1999-10-01 Fred Fish <fnf@cygnus.com>
17653
17654 * gdb.base/help.exp (help add-symbol-file): Update to match current
17655 gdb output.
17656
17657 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17658
17659 * gdb.base/break.exp: Code locations are in hex, don't forget!
17660 (For HP-UX.)
17661
17662 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17663
17664 * condbreak.exp: Use break.c as test program.
17665 * condbreak.c: Remove, redundant with break.c.
17666
17667 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17668
17669 * config/monitor.exp (gdb_target_monitor): Disable X- and
17670 Z-packets if the target needs it.
17671
17672 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17673
17674 * gdb.c++/overload.exp: Added tests for listing overloaded
17675 functions with function pointers in the arg, explicitly calling
17676 out the version you want.
17677
17678 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17679
17680 * long_long.exp: Add variations of test cases that work for
17681 targets with 16-bit ints and 32-bit doubles.
17682
17683 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17684
17685 * break.c (main): Compare a possibly-uninitialized argc with an
17686 unlikely value that fits in 16 bits.
17687
17688 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17689
17690 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17691 0xfeeb, don't want negative numbers if ints are 16 bits.
17692
17693 * lib/gdb.exp (skip_cplus_tests): New proc.
17694 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17695 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17696 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17697 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17698 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17699 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17700 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17701 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17702
17703 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17704
17705 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17706
17707 * gdb.base/corefile.exp (up): Allow a parameter to appear
17708 in the frame that we're going up to.
17709
17710 From Jim Blandy <jimb@cygnus.com>:
17711
17712 * gdb.base/default.exp (info float): Expect some output now.
17713
17714 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17715 returning floating-point values to fail on the x86.
17716 * gdb.base/callfwmall.exp (do_function_calls): Same.
17717
17718 * gdb.base/list.exp (test_listsize): Correct expectations for
17719 listing line 1 with listsize 2. Also, listing a single line
17720 works now, as does listing three lines. [Kevin's note: There
17721 were a number of other cases fixed too where the expectations
17722 differed...]
17723
17724 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17725
17726 * gdb.base/selftest.exp: Add case for when version prints as
17727 constant string instead of char pointer.
17728
17729 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17730
17731 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17732 stepping out of main.
17733
17734 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17735 G++ used.
17736
17737 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17738 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17739
17740 * gdb.c++/ovldbreak.exp: Update match string in test that
17741 includes a warning of multiple breakpoints.
17742
17743 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17744
17745 * gdb.base/display.exp: Improve precision of step-after-finish
17746 added yesterday.
17747
17748 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17749 test.
17750
17751 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17752 configs when using G++, not just hppa*.
17753
17754 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17755
17756 * gdb.base/async.c: New file.
17757 * gdb.base/async.exp: New file.
17758
17759 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17760
17761 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17762 PA64.
17763
17764 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17765
17766 * gdb.base/display.exp: "finish" can leave us mid-line on many
17767 targets, deal with it. Add a small constant to main, instead of
17768 1000 since main+1000 may not be a valid address in the target.
17769
17770 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17771 on hpux11.
17772
17773 * gdb.base/attach.exp: Handle another hpux11 error message variant
17774 when attaching to a process that does not exist.
17775
17776 1999-08-19 J.T. Conklin <jtc@redback.com>
17777
17778 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17779 characters in 'continue to 1241' test.
17780
17781 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17782
17783 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17784 stop in print_long_arg_list, define and use a whitespace
17785 variable in print_small_structs test, add an XFAIL for Solaris.
17786 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17787 interested enough to fix.
17788
17789 1999-08-13 Keith Seitz <keiths@cygnus.com>
17790
17791 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17792 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17793 proc knows about targets other than the natives.
17794 (test_assign): Use "gdb_run_cmd" to "run" the target.
17795 Check that we've actually hit the breakpoint at main.
17796 When we attempt to assign a value to a local variable, check
17797 that the variable is in the current scope, i.e., don't use
17798 a test with an empty result.
17799
17800 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17801
17802 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17803 command.
17804
17805 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17806
17807 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17808 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17809 gdb.compat, gdb.threads-hp.
17810 gdb.hp/configure, gdb.hp/configure.in: New files.
17811 gdb.hp/Makefile.in: Recurse into new subdirs.
17812 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17813 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17814 in object files.
17815 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17816
17817 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17818
17819 * gdb.base/display.exp: Help expect by putting a newline in the
17820 funky printf, remove a bogus p/a test.
17821
17822 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17823
17824 * gdb.base/display.exp: Make sure that when we say 'run', we are
17825 connected to the target. This is necessary when running not
17826 natively.
17827
17828 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17829
17830 * gdb.base/step-test.exp: Removed some extraneous messages.
17831
17832 * gdb.base/long_long.exp: Don't run memory examination tests
17833 on little-endian targets (they will need a different set of
17834 results to match).
17835
17836 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17837
17838 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17839 until somebody decides to fix GDB.
17840
17841 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17842 constant as "ULL".
17843 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17844 matches for a couple x/2 commands.
17845
17846 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17847
17848 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17849 by merging in ref-types2 tests.
17850 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17851
17852 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17853 * gdb.c++/Makefile.in: Add standard actions.
17854 (EXECUTABLES): Rename from PROGS, update list.
17855 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17856 from gdb.hp.
17857 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17858 foo and bar locals.
17859 * gdb.c++/anon-union.exp: Fix tests to match.
17860 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17861 expect matches to handle output variations.
17862 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17863 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17864 output, add HP alternatives for new and delete prints.
17865 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17866 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17867 * gdb.c++/demangle.exp: Use $style when reporting failure.
17868 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17869 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17870 match alternatives.
17871 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17872 compilers.
17873 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17874 * gdb.c++/method.exp: Add match alternatives.
17875 * gdb.c++/misc.cc: Add bool types.
17876 * gdb.c++/misc.exp: Add tests for bool types.
17877 * gdb.c++/overload.exp: Add xfails.
17878 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17879 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17880 add some more template parameter tests (only for HP currently).
17881 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17882 * gdb.c++/virtfunc.cc: Add return type and value for main.
17883 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17884 match alternatives.
17885
17886 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17887
17888 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17889
17890 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17891
17892 * gdb.base/signals.exp: Don't expect getting a backtrace from
17893 within a signal handler to fail on Linux.
17894
17895 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17896
17897 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17898 * lib/gdb.exp: Remove some gratuitious semicolons.
17899 (delete_breakpoints): Increase timeout.
17900 (gdb_expect): Add -notransfer option.
17901 (gdb_test): Use -notransfer option.
17902 (get_compiler_info): Add f77 case.
17903 (get_compiler): New proc, split out from gdb_preprocess, add f77
17904 case.
17905 (gdb_preprocess): Call get_compiler.
17906
17907 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17908 * gdb.base/attach.exp, gdb.base/display.exp,
17909 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17910 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17911 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17912 third arg to gdb_test.
17913 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17914 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17915 HP-UX xfails, add others.
17916 * gdb.base/completion.exp: Reflect name change of self-test.
17917 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17918 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17919 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17920 HP failure number.
17921 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17922 useless HP-UX 10.30 references.
17923 * gdb.base/maint.exp: Loosen matches.
17924 * gdb.base/pointers.c (main): Declare more_code.
17925 * gdb.base/pointers.exp: Match on output of a `next'.
17926 * gdb.base/structs.c: Add prototypes.
17927 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17928 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17929
17930 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17931
17932 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17933 command.
17934
17935 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17936
17937 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17938 Fix run to main failures. Watchpoint can be hardware watchpoint.
17939
17940 * gdb.base/annota1.exp: Clean up some more, in case printf has
17941 debug info. Deal with lack of signal hanlder info in stack.
17942
17943 From Jim Kingdon <kingdon@redhat.com>:
17944 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17945
17946 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17947
17948 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17949 gdb.base/foll-vfork.exp: Don't run for crosses.
17950
17951 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17952
17953 * gdb.base/configure.in: Check for gdbvars.exp instead of
17954 a1-selftest.exp.
17955 * gdb.base/configure: Re-generate.
17956
17957 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17958
17959 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17960 in trying to run first and name is too long.
17961
17962 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17963 pointers2.c and pointers2.exp, respectively.
17964 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17965 doschk happier.
17966
17967 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17968
17969 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17970 callfuncs2.c and callfuncs2.exp.
17971
17972 * gdb.base/list.exp: Remove mistaken xfails.
17973 * gdb.base/list0.h: Add optional prototypes.
17974
17975 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
17976
17977 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
17978 calling malloc.
17979 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
17980 * ptype.exp: Move test for get_debug_format to before its first
17981 use.
17982
17983 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17984
17985 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
17986 * gdb.base/annota2.cc, annota2.exp: Move from here.
17987 * gdb.c++/annota2.cc, annota2.exp: To here.
17988 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
17989
17990 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
17991
17992 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
17993 a consistent format.
17994
17995 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
17996
17997 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17998 * lib/gdb.exp (get_compiler_info): Add detection for assorted
17999 HP compilers, also set the globals $true and $false.
18000
18001 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18002 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18003 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18004 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18005 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18006 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18007 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18008 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18009 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18010 whatis.c} Add C++ compatible function definitions and return
18011 types, add includes for library functions.
18012 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18013 * gdb.base/step-test.c (myglob): Rename from glob.
18014 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18015 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18016 files, move here from gdb.hp.
18017 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18018 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18019 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18020 Adjust line numbers in regexps.
18021
18022 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18023 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18024 instead of 0/1.
18025
18026 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18027 foll-vfork.exp: New files, move here from gdb.hp.
18028 * gdb.base/page.exp: New file, test of pagination command.
18029
18030 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18031 recursion test.
18032 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18033
18034 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18035 gdb.base/solib.exp: Fix compiler invocation process.
18036
18037 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18038 HP-UX 11, turn off overload resolution explicitly.
18039 * gdb.base/commands.exp: Set argument list explicitly, add
18040 watchpoint test.
18041 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18042 them work.
18043 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18044 expressions properly.
18045 * gdb.base/corefile.exp: Loosen the match slightly.
18046 * gdb.base/default.exp: Allow "Error accessing memory" message
18047 also.
18048 * gdb.base/display.exp: Skip over x/0 j if PA64.
18049 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18050 * gdb.base/interrupt.exp: Ditto.
18051 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18052 in use.
18053 * gdb.base/list.exp: Add xfails for HP-UX.
18054 * gdb.base/long_long.exp: Refine some of the numeric matches.
18055 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18056 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18057 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18058 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18059 * gdb.base/ptype.exp: Succeed on more varieties of output.
18060 * gdb.base/scope.exp: Add xfails for HP-UX.
18061 * gdb.base/sect-cmd.exp: Add more cases.
18062 * gdb.base/setvar.exp: Add xfails for HP-UX.
18063 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18064 * gdb.base/signals.exp: Match on void symbolically.
18065 * gdb.base/step-test.exp: Add case for PA64.
18066 * gdb.base/term.exp: Add exit and restart.
18067 * gdb.base/twice.exp: Clean up after self.
18068 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18069 * gdb.base/whatis.exp: Allow more ways to pass tests.
18070
18071 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18072 no longer useful.
18073
18074 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18075
18076 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18077 list of patterns.
18078 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18079 print_double_array(double_array)", "continuing to breakpoint
18080 1018", "print print_double_array(array_d)" and "continuing to
18081 1034" tests.
18082
18083 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18084
18085 * Makefile.in: Add empty html and install-html targets.
18086
18087 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18088
18089 * config/mt-*: Remove, these haven't been used since 1996.
18090
18091 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18092
18093 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18094 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18095 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18096
18097 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18098
18099 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18100 simpler match case for the ptype of the big class.
18101
18102 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18103
18104 * gdb.exp: Fix test for gdb_prompt existence.
18105
18106 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18107
18108 * gdb.exp (gdb_test): Add fail after calls to perror.
18109
18110 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18111
18112 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18113
18114 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18115
18116 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18117
18118 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18119
18120 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18121 malloc() is linked in.
18122
18123 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18124
18125 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18126 step at end.
18127
18128 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18129
18130 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18131
18132 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18133
18134 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18135
18136 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18137 * gdb.base/mips_pro.exp: Likewise.
18138
18139 1999-06-02 Keith Seitz <keiths@cygnus.com>
18140
18141 * gdb.c++/templates.cc: Change all "new" operators to throw
18142 an exception.
18143 * gdb.c++/cplusfuncs.cc: Likewise.
18144
18145 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18146
18147 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18148
18149 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18150 * gdb.base/ending-run.exp: When stepping out of main, accept a
18151 step into an arbitrary assembler file.
18152
18153 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18154
18155 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18156 "breakpoint-invalid" to be printed.
18157 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18158 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18159 * gdb.base/annota2.cc: Initialize a.x to 0.
18160
18161 1999-05-17 Keith Seitz <keiths@cygnus.com>
18162
18163 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18164 when "skip_float_tests" set.
18165 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18166 "print print_ten_doubles", and "step into print_long_arg_list".
18167 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18168 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18169 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18170 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18171 "skip_float_tests" is set.
18172 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18173 when "skip_float_tests" set.
18174
18175 1999-05-06 Keith Seitz <keiths@cygnus.com>
18176
18177 * gdb.base/annota2.cc: Include stdio.h.
18178
18179 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18180
18181 * gdb.base/crossload.exp: Remove, this has been disabled ever
18182 since BFD stopped including all targets, and cross-GDB gets
18183 plenty of testing anyway.
18184 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18185 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18186 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18187 * gdb.base/README: Remove, was doc for this.
18188 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18189 needed.
18190
18191 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18192
18193 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18194 output.
18195
18196 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18197 * gdb.base/annota2.exp: New file. More annotation tests.
18198 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18199 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18200
18201 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18202
18203 * config/cfdbug.exp: New file.
18204
18205 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18206
18207 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18208 Marcus Daniel's and Dale Hawkins's demangler crashes.
18209
18210 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18211 test_lucid_style_demangling, test_arm_style_demangling,
18212 test_hp_style_demangling): Try Tom Tromey's core-dumping
18213 identifier under each demangling style.
18214
18215 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18216
18217 * gdb.c++/demangle.exp: Include the current demangling style
18218 in all test names.
18219 (current_demangling_style): New global variable.
18220 (set_demangling_style, test_demangling_core, test_demangling,
18221 test_demangling_exact): New functions.
18222 (test_gnu_style_demangling, test_lucid_style_demangling,
18223 test_arm_style_demangling, test_hp_style_demangling): Use those,
18224 instead of calling gdb_test and gdb_test_exact directly.
18225 (catch_demangling_errors): New function, which reports errors
18226 signalled by the demangling test functions in an orderly way.
18227 (do_tests): Use catch_demangling_errors.
18228
18229 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18230
18231 * gdb.base/signals.exp (test_handle_all_print): Use () for
18232 grouping in expressions, not {}.
18233
18234 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18235 initialized yet.
18236
18237 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18238
18239 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18240 are listed.
18241
18242 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18243
18244 * gdb.stabs/weird.exp: Test for CC being defined before
18245 looking at its value.
18246
18247 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18248
18249 * gdb.base/call-ar-st.exp: Remove stray '#'.
18250 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18251 "short int" and "long int".
18252 * gdb.c++/overload.cc: Cast the string added in the previous
18253 change, to mollify finicky HP compiler.
18254 * gdb.hp/reg-test.exp (testfile): Fix file name.
18255 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18256
18257 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18258 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18259 alternate form of enum ptype.
18260
18261 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18262
18263 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18264 * gdb.hp/*.exp: Change all to run compiler probe only after
18265 passing skip_hp_tests, so as not to waste time on guaranteed
18266 failure.
18267
18268 * gdb.c++/overload.cc: Pass string instead of char addr, always
18269 init ccpfoo.
18270 * gdb.c++/templates.cc: Fix syntax error.
18271
18272 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18273
18274 * gdb.base/commands.exp: Add test for correct position of '>'
18275 when issuing the 'commands' command after a 'while' or 'if'
18276 command.
18277
18278 1999-03-18 James Ingham <jingham@cygnus.com>
18279
18280 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18281
18282 * gdb.c++/method.exp: It was testing an uninitialized int on the
18283 stack and assuming it was positive.
18284
18285 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18286
18287 * gdb.base/step-test.exp: Catch a case where finish is broken and
18288 keep it from killing the rest of the tests.
18289 Use gdb_continue_to_end.
18290
18291 * gdb.base/sigall.exp: use gdb_continue_to_end.
18292
18293 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18294
18295 * gdb.base/display.exp: use runto_main, not run.
18296
18297 * gdb.base/default.exp: Check for the current error message in the
18298 r abbreviation test.
18299 Add strongarm to the targets that know info float.
18300
18301 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18302 run which doesn't work with monitors.
18303
18304 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18305
18306 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18307
18308 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18309 program. Traps the case (in Cygmon) when the program never really
18310 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18311 more places, so I used my name. Sorry Mark...
18312
18313 * config/monitor.exp (gdb_target_monitor): added another
18314 target_info parameter: remotebinarydownload. This will set the
18315 remotebinarydownload flag if this is causing some boards trouble.
18316
18317 1999-03-18 Mark Salter <msalter@cygnus.com>
18318
18319 * lib/gdb.exp (continue_to_exit): New function.
18320
18321 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18322 * gdb.base/ending-run.exp: Ditto.
18323 * gdb.base/step-test.exp: Ditto.
18324
18325 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18326
18327 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18328 (suggested by Art Haas <ahaas@neosoft.com>).
18329
18330 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18331
18332 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18333
18334 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18335
18336 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18337 descriptions of types (short unsigned int vs unsigned short, etc).
18338
18339 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18340
18341 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18342 a call to strlen; sometimes we do have sources.
18343
18344 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18345
18346 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18347 character, so GDB won't print garbage after its end.
18348
18349 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18350 breakpoint there instead. Sometimes GCC emits memcpy to handle
18351 the large structures being passed by value, so we step into that
18352 instead of sum_array_print, which obscures what we're really testing.
18353 * gdb.base/step-test.exp: However, we do want a test that notices
18354 the bizarre steps into memcpy, so do that here. Add check for
18355 stepping into function calls that pass large structures by value.
18356 ("Is that a noun clause, or are you just happy to see me?")
18357 Remove all references to specific line numbers.
18358 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18359 New type and function.
18360 (main): Call large_struct_by_value, passing it a large struct by value.
18361 * lib/gdb.exp (gdb_get_line_number): New function.
18362
18363 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18364 more portable.
18365
18366 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18367
18368 * lib/gdb.exp: Doc fixes.
18369
18370 1999-03-05 Nick Clifton <nickc@cygnus.com>
18371
18372 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18373
18374 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18375
18376 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18377 commands. They're not germane to this test, and they don't work
18378 that way on remote targets.
18379
18380 1999-03-01 James Ingham <jingham@cygnus.com>
18381
18382 * Changelog entries merged over from gdb development branch.
18383
18384 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18385
18386 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18387 for outputting results of test run.
18388
18389 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18390
18391 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18392
18393 1999-02-25 Felix Lee <flee@cygnus.com>
18394
18395 * lib/gdb.exp (debug_format): initialize
18396
18397 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18398
18399 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18400 * gdb.base/call-rt-st.c: Ditto.
18401
18402 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18403
18404 * gdb.threads/pthreads.exp (horiz): New variable.
18405 (test_startup): Fix regexps that capture thread numbers.
18406
18407 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18408
18409 * gdb.base/smoke.exp: Disambiguate two test case names (both
18410 called ``print'').
18411
18412 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18413
18414 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18415 compilation.
18416
18417 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18418
18419 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18420 actual output formatting.
18421 * gdb.base/smoke.exp: GDB removes leading 0's.
18422 * gdb.base/volatile.exp: Don't check type of remuneration;
18423 that variable is no longer defined in constvars.c.
18424 * gdb.base/step-test.c (main): Exit with explicit exit code.
18425 * gdb.base/step-test.exp: Remove two nexti checks--they are
18426 not portable.
18427
18428 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18429
18430 * gdb.base/help.exp ("help delete display"): Fix test to match
18431 gdb's output.
18432
18433 * gdb.base/long_long.c (known_types): Initialize values to zero.
18434 * gdb.base/long_long.exp: Step one more line
18435 so 'dec' is initialized in "get to known place". GDB removes
18436 leading zeros. Explicitly ask for hex formatting. Use
18437 unique test case names.
18438
18439 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18440
18441 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18442
18443 * gdb.c++/method.exp: Add missing close brace.
18444
18445 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18446
18447 * gdb.base/maint.exp: Use 'set height 0' to disable page
18448 prompting, not 'set height 400'.
18449
18450 Fix a bunch of timeouts.
18451 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18452 four separate tests, so expect doesn't take forever to match a ton
18453 of text against a regexp with lots of .* forms.
18454 ("maint print psymbols", "maint print symbols"): Make some of
18455 these greps more selective, so that expect doesn't try to wade
18456 through huge piles of output and time out.
18457
18458 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18459
18460 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18461 tests: one which doesn't expect shlib events to be reported, and
18462 another which does, but is XFAIL for all platforms other than
18463 HP/UX.
18464
18465 * gdb.base/break.exp: Teach the test suite that the `catch
18466 fork', `catch vfork', and `catch exec' commands produce error
18467 messages on platforms that don't provide these features.
18468
18469 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18470
18471 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18472 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18473 (shortening names from solib_threshold.exp etc), won't run on
18474 anything but HP-UX for the foreseeable future.
18475 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18476 reflect move.
18477
18478 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18479
18480 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18481 gdb.trace/Makefile.in (clean): Remove all test executables.
18482
18483 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18484
18485 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18486 successfully re-sets breakpoints in shared libraries.
18487 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18488
18489 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18490
18491 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18492 and compiled w/o GCC.
18493
18494 * gdb.hp/watch-cmd.exp: ditto.
18495
18496 * gdb.hp/watch-hp.exp: ditto.
18497
18498 * gdb.hp/xdb1.exp: ditto.
18499
18500 * gdb.hp/xdb2.exp: ditto.
18501
18502 * gdb.hp/dbx.exp: ditto.
18503
18504 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18505
18506 * constvars.c: Remove C++-isms.
18507 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18508 with GCC.
18509
18510 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18511
18512 The following changes are part of the HP merge.
18513
18514 * gdb.base/break.exp: new tests to verify that catchpoints for
18515 fork, vfork, and exec don't trigger inappropriately.
18516
18517 * gdb.base/opaque.exp: compile one file at a time, then link.
18518
18519 * gdb.base/signals.exp: be more restrictive about which hppa
18520 systems receive a setup_xfail. new tests.
18521
18522 * gdb.base/solib_threshold.build: new file.
18523 * gdb.base/solib_threshold.exp: new file.
18524 * gdb.base/solib_threshold.link_opts: new file.
18525 * gdb.base/solib_threshold.mk: new file.
18526 * gdb.base/gen_solib_threshold.c: new file.
18527
18528 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18529 tests. New tests for enums inside classes.
18530
18531 * gdb.c++/compiler.cc: indicate support of template debugging.
18532
18533 * gdb.c++/demangle.exp: run hp style demangling tests.
18534
18535 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18536 tests.
18537
18538 * gdb.c++/misc.cc: changes to support new tests.
18539
18540 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18541 to support new tests.
18542
18543 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18544 gcc, then skip these tests.
18545
18546 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18547
18548 The following files are part of the HP merge; some had longer
18549 names at HP, but have been renamed to be no more than 14
18550 characters in length.
18551
18552 * gdb.hp/ambiguous.cc: new file.
18553 * gdb.hp/ambiguous.exp: new file.
18554 * gdb.hp/attach.exp: new file.
18555 * gdb.hp/attach2.exp: new file.
18556 * gdb.hp/classes-hp.exp: new file.
18557 * gdb.hp/ctti.exp: new file.
18558 * gdb.hp/ctti-add.cc: new file.
18559 * gdb.hp/ctti-add1.cc: new file.
18560 * gdb.hp/ctti-add2.cc: new file.
18561 * gdb.hp/ctti-add3.cc: new file.
18562 * gdb.hp/dbx.exp: new file.
18563 * gdb.hp/exception.cc: new file.
18564 * gdb.hp/exception.exp: new file.
18565 * gdb.hp/foll-exec.c: new file.
18566 * gdb.hp/foll-exec.exp: new file.
18567 * gdb.hp/foll-fork.c: new file.
18568 * gdb.hp/foll-fork.exp: new file.
18569 * gdb.hp/foll-vfork.c: new file.
18570 * gdb.hp/foll-vfork.exp: new file.
18571 * gdb.hp/inherit-hp.exp: new file.
18572 * gdb.hp/more-steps.exp: new file.
18573 * gdb.hp/namespace.cc: new file.
18574 * gdb.hp/namespace.exp: new file.
18575 * gdb.hp/optimize.exp: new file.
18576 * gdb.hp/pxdb.c: new file.
18577 * gdb.hp/pxdb.exp: new file.
18578 * gdb.hp/quicksort.exp: new file.
18579 * gdb.hp/reg-test.exp: new file.
18580 * gdb.hp/reg-test.s: new file.
18581 * gdb.hp/sized-enum.c: new file.
18582 * gdb.hp/sized-enum.exp: new file.
18583 * gdb.hp/start-stop.exp: new file.
18584 * gdb.hp/templ-hp.cc: new file.
18585 * gdb.hp/templ-hp.exp: new file.
18586 * gdb.hp/thr-lib.c: new file.
18587 * gdb.hp/thr-lib.exp: new file.
18588 * gdb.hp/thr-lib.h: new file.
18589 * gdb.hp/thr-liblib.c: new file.
18590 * gdb.hp/virtfun-hp.c: new file.
18591 * gdb.hp/virtfun-hp.exp: new file.
18592 * gdb.hp/watch-cmd.exp: new file.
18593 * gdb.hp/watch-hp.exp: new file.
18594 * gdb.hp/xdb1.exp: new file.
18595 * gdb.hp/xdb2.exp: new file.
18596 * gdb.hp/xdb3.exp: new file.
18597
18598 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18599
18600 The following files are part of the HP merge; some had longer
18601 names at HP, but have been renamed to be no more than 14
18602 characters in length.
18603
18604 * gdb.base/ss.h: new file.
18605 * gdb.base/call-ar-st.c: new file.
18606 * gdb.base/call-ar-st.exp: new file.
18607 * gdb.base/call-rt-st.c: new file.
18608 * gdb.base/call-rt-st-exp: new file.
18609 * gdb.base/call-strs.exp: new file.
18610 * gdb.base/ena-dis-br.exp: new file.
18611 * gdb.base/environ.exp: new file.
18612 * gdb.base/long_long.exp: new file.
18613 * gdb.base/sect-cmd.exp: new file.
18614 * gdb.base/shlib-cl2.exp: new file.
18615 * gdb.base/smoke.exp: new file.
18616 * gdb.base/so-impl-ld.c: new file.
18617 * gdb.base/so-impl-ld.exp: new file.
18618 * gdb.base/so-indr-cl.c: new file.
18619 * gdb.base/so-indr-cl.exp: new file.
18620 * gdb.base/varargs.exp: new file.
18621 * gdb.base/volatile.exp: new file.
18622 * gdb.base/whatis-exp.exp: new file.
18623 * gdb.base/display.exp: new file.
18624 * gdb.c++/derivation.exp: new file.
18625 * gdb.c++/local.exp: new file.
18626 * gdb.c++/member-ptr.exp: new file.
18627 * gdb.c++/overload.exp: new file.
18628 * gdb.c++/ovldbreak.exp: new file.
18629 * gdb.c++/ref-types.exp: new file.
18630 * gdb.c++/ref-types2.exp: new file.
18631 * gdb.c++/userdef.exp: new file.
18632
18633 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18634
18635 * gdb.base/default.exp: Reflect wording change in remote.c.
18636
18637 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18638
18639 * gdb.base/help.exp: Update to reflect current text.
18640
18641 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18642
18643 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18644 they're stack variables and contain garbage.
18645 * gdb.c++/anon-union.exp: new file.
18646
18647 The following changes were made by David Taylor
18648 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18649 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18650 in changes by HP.
18651
18652 * gdb.base/bitops.exp: new file.
18653 * gdb.base/default.exp: change expected messages for catch and
18654 info catch tests to reflect HP merge changes.
18655 * gdb.base/enable-disable-break.exp
18656 * gdb.base/ending-run.c: new file.
18657 * gdb.base/long_long.c: new file.
18658 * gdb.base/maint.exp: new file.
18659 * gdb.base/pointers2.exp: new file.
18660 * gdb.base/shlib-call2.exp: new file.
18661 * gdb.base/solib.exp: new file.
18662 * gdb.base/step-test.c: new file.
18663 * gdb.c++/anon-union.cc: new file.
18664 * gdb.c++/local.cc: new file.
18665 * gdb.c++/member-pointer.cc: new file.
18666 * gdb.c++/method.cc: new file.
18667 * gdb.c++/ref-types.cc: new file.
18668 * gdb.c++/ref-types2.cc: new file.
18669 * gdb.c++/userdef.cc: new file.
18670
18671 * gdb.base/scope.exp: compile one file at a time, then link.
18672 * gdb.base/langs.exp: ditto.
18673 * gdb.base/list.exp: ditto.
18674
18675 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18676
18677 The following changes were made by David Taylor
18678 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18679 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18680 in changes by HP.
18681
18682 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18683 skip tests. When compiling pass c++ flag to gdb_compile.
18684 * gdb.c++/
18685
18686 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18687 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18688 (skip_hp_tests): new function.
18689 (gdb_preprocess): new function.
18690
18691 * configure.in (hpdir): decide whether to configure gdb.hp.
18692 * configure: regenerated.
18693
18694 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18695 to delete on clean.
18696 (EXECUTABLES): update to reflect new additions.
18697 * gdb.base/commands.exp: update message expected.
18698 * gdb.base/default.exp: add copyright notice.
18699 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18700 * gdb.base/help.exp: update messages to reflect current text.
18701 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18702 targets for recurse tests.
18703 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18704 skip this file.
18705
18706 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18707 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18708 compilation.
18709 * gdb.c++/misc.exp: ditto.
18710 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18711 run the tests. tell gdb_compile that it's a c++ compilation.
18712
18713 * gdb.threads/pthreads.exp: fix typo in message.
18714
18715 * gdb.base/all-bin.exp: new file.
18716 * gdb.base/arithmet.exp: new file.
18717 * gdb.base/assign.exp: new file.
18718 * gdb.base/completion.exp: new file.
18719 * gdb.base/cond-expr.exp: new file.
18720 * gdb.base/condbreak.exp: new file.
18721 * gdb.base/define.exp: new file.
18722 * gdb.base/dollar.exp: new file.
18723 * gdb.base/environment.exp: new file.
18724 * gdb.base/eval-skip.exp: new file.
18725 * gdb.base/jump.exp: new file.
18726 * gdb.base/logical.exp: new file.
18727 * gdb.base/pointers.exp: new file.
18728 * gdb.base/relational.exp: new file.
18729 * gdb.base/section_command.exp: new file.
18730 * gdb.base/whatis-expr.exp: new file.
18731
18732 * gdb.base/all-types.c: new file.
18733 * gdb.base/call-array-struct.c: new file.
18734 * gdb.base/call-return-struct.c: new file.
18735 * gdb.base/call-strings.c: new file.
18736 * gdb.base/callfuncs2.c: new file.
18737 * gdb.base/condbreak.c: new file.
18738 * gdb.base/constvars.c: new file.
18739 * gdb.base/display.c: new file.
18740 * gdb.base/int-type.c: new file.
18741 * gdb.base/jump.c: new file.
18742 * gdb.base/miscexprs.c: new file.
18743 * gdb.base/pointers.c: new file.
18744 * gdb.base/pointers2.c: new file.
18745 * gdb.base/shmain.c: new file.
18746 * gdb.base/shr1.c: new file.
18747 * gdb.base/shr2.c: new file.
18748 * gdb.base/solib.c: new file.
18749 * gdb.base/solib1.c: new file.
18750 * gdb.base/solib2.c: new file.
18751 * gdb.base/varargs.c: new file.
18752 * gdb.c++/derivation.cc: new file.
18753 * gdb.c++/overload.cc: new file.
18754 * gdb.c++/ovldbreak.cc: new file.
18755 * gdb.hp/attach.c: new file.
18756 * gdb.hp/attach2.c: new file.
18757 * gdb.hp/average.c: new file.
18758 * gdb.hp/compiler.c: new file.
18759 * gdb.hp/compiler.cc: new file.
18760 * gdb.hp/execd-program.c: new file.
18761 * gdb.hp/follow-exec.c: new file.
18762 * gdb.hp/follow-fork.c: new file.
18763 * gdb.hp/follow-vfork-and-exec.c: new file.
18764 * gdb.hp/misc-hp.cc: new file.
18765 * gdb.hp/more-steps.c: new file.
18766 * gdb.hp/optimize.c: new file.
18767 * gdb.hp/quicksort.c: new file.
18768 * gdb.hp/run-hp.c: new file.
18769 * gdb.hp/start-stop.c: new file.
18770 * gdb.hp/sum.c: new file.
18771 * gdb.hp/templates-hp.cc: new file.
18772 * gdb.hp/thread-local-in-lib.c: new file.
18773 * gdb.hp/thread-local-in-lib.h: new file.
18774 * gdb.hp/thread-local-in-lib.lib.c: new file.
18775 * gdb.hp/vforked-program.c: new file.
18776 * gdb.hp/virtfunc-hp.cc: new file.
18777 * gdb.hp/watchpoint-hp.c: new file.
18778 * gdb.hp/xdb.c: new file.
18779 * gdb.hp/xdb0.c: new file.
18780 * gdb.hp/xdb0.h: new file.
18781 * gdb.hp/xdb1.c: new file.
18782
18783 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18784
18785 The following change was made by Edith Epstein
18786 <eepstein@cygnus.com> as part of a project to merge in changes
18787 originally made by HP; HP did not create ChangeLog entries.
18788
18789 * gdb.c++/demangle.exp: changed the expected output for some
18790 ARM-style mangling -- removed second reference to datatype.
18791 For example, maint demangle __dt__11T1__pt__2_cFv
18792 T1<char>::~T1<char>(void)
18793 becomes,
18794 maint demangle __dt__11T1__pt__2_cFv
18795 T1<char>::~T1(void)
18796
18797 (test_hp_style_demangling): new hp specific demangling test cases.
18798
18799 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18800
18801 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18802 * gdb.trace/backtrace.exp: Likewise.
18803 * gdb.trace/circ.exp: Likewise.
18804 * gdb.trace/collection.exp: Likewise.
18805 * gdb.trace/deltrace.exp: Likewise.
18806 * gdb.trace/infotrace.exp: Likewise.
18807 * gdb.trace/limits.exp: Likewise.
18808 * gdb.trace/packetlen.exp: Likewise.
18809 * gdb.trace/passc-dyn.exp: Likewise.
18810 * gdb.trace/passcount.exp: Likewise.
18811 * gdb.trace/report.exp: Likewise.
18812 * gdb.trace/save-trace.exp: Likewise.
18813 * gdb.trace/tfind.exp: Likewise.
18814 * gdb.trace/tracecmd.exp: Likewise.
18815 * gdb.trace/while-dyn.exp: Likewise.
18816 * gdb.trace/while-stepping.exp: Likewise.
18817
18818 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18819
18820 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18821
18822 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18823
18824 From Brendan Kehoe:
18825 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18826 int return types.
18827
18828 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18829
18830 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18831 remote dos host testing right.
18832
18833 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18834
18835 * gdb.base/corefile.exp: remove some xfails.
18836
18837 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18838
18839 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18840 have different timestamps.
18841
18842 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18843
18844 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18845 gdb.base/default.exp: Replace "exec" with "executable".
18846
18847 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18848
18849 * gdb.base/default.exp: Change else if to elseif from previous
18850 delta.
18851
18852 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18853
18854 * gdb.base/default.exp: Add brace missing from previous delta.
18855
18856 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18857
18858 * gdb.base/default.exp: Support test for info float for all
18859 varieties of arm toolchain.
18860
18861 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18862
18863 * gdb.trace/*.exp: remove "remote_download" command.
18864
18865 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18866
18867 * gdb.trace/*.exp: remove -gdwarf from compile.
18868
18869 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18870
18871 * gdb.trace/configure.in(AC_INIT): typo
18872 * gdb.trace/configure: regenerated
18873
18874 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18875
18876 * config/m68k-emc.exp: New file.
18877 * lib/<emc-support.exp trace-support.exp}: New files.
18878 * configure.in: add new test directory gdb.trace.
18879 * gdb.trace/{configure configure.in Makefile.in}: New files.
18880 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18881 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18882 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18883 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18884 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18885 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18886 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18887
18888 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18889
18890 * gdb.c++/classes.exp: Change all regular expressions to match
18891 arbitrary combinations of newline/carriage-return, so that they
18892 will work equally well on Unix and Windows.
18893 * gdb.c++/inherit.exp: ditto.
18894 * gdb.c++/virtfunc.exp: ditto.
18895
18896 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18897
18898 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18899
18900 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18901
18902 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18903 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18904 to use a0-a3/d0-d3 as needed.
18905
18906 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18907
18908 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18909 * gdb.disasm/am33.exp: Corresponding changes.
18910
18911 1998-07-11 Felix Lee <flee@cygnus.com>
18912
18913 * gdb.base/callfuncs.exp: add cmp10 test.
18914 * gdb.base/callfuncs.c (cmp10): new function.
18915
18916 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18917
18918 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18919 into two parts to get around a synchronization problem in expect.
18920
18921 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18922
18923 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18924
18925 * configure.in: Add options for gdbtk testsuite.
18926
18927 * configure: Regenerate.
18928
18929 * gdb.gdbtk: New directory to hold gdbtk tests.
18930
18931 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18932
18933 * gdb.fortran/types.exp: Escape brackets in expect patterns
18934 for test_float_literal_types_accepted tests.
18935 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18936 before run test.
18937
18938 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18939
18940 * am33.exp: Just compile, do not link the testcase.
18941 * am33.s: Add ".am33" pseudoop to force am33 mode.
18942
18943 1998-06-25 Felix Lee <flee@cygnus.com>
18944
18945 * gdb.base/setshow.exp: make sure $pc is sane.
18946
18947 * gdb.stabs/weird.exp: split expect patterns properly.
18948
18949 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18950
18951 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18952 * gdb.disasm/am33.exp: Run it.
18953
18954 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
18955
18956 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18957 match processing (and eliminate spurious timeouts when running).
18958
18959 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
18960
18961 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18962 exception test, but conditionalize it on target [mach | gnu].
18963
18964 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
18965
18966 * gdb.base/overlays.exp: fixup compile line for linker script.
18967
18968 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18969
18970 * gdb.fortran/types.exp: don't guess at float size.
18971
18972 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18973
18974 * gdb.base/exprs.exp: delete test that depends on int size.
18975
18976 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
18977
18978 * config/sim.exp: Removed checks for target triplets.
18979 (gdb_target_sim): Use gdb,target_sim_options.
18980
18981 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
18982
18983 * gdb.base/reread.exp: New file.
18984 * gdb.base/reread1.c: New file.
18985 * gdb.base/reread2.c: New file.
18986
18987 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
18988
18989 * config/sim.exp: Use 'target sim -sparclite' when running
18990 SPARClite programs.
18991
18992 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
18993
18994 * gdb.base/structs2.exp: New file.
18995 * gdb.base/structs2.c: New file.
18996
18997 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
18998
18999 * gdb.asm/common.inc: New file.
19000 * gdb.asm/d10v.inc: New file.
19001 * asm-source.exp: Pass -I's to gas to find .inc files.
19002 Update line numbers in expected output.
19003 * asmsrc1.s: Rewrite.
19004 * asmsrc2.s: Rewrite.
19005 * configure.in: Create arch.inc symlink.
19006 * configure: Regenerate.
19007 * Makefile.in (distclean): Delete arch.inc.
19008
19009 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19010
19011 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19012 (t_enum_value2): ditto
19013 (t_enum_value3): ditto
19014 (main): ditto
19015 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19016
19017 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19018 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19019 change.
19020 Use gdb_test instead of send_gdb/gdb_expect sequences.
19021
19022 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19023
19024 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19025 not void.
19026
19027 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19028
19029 * gdb.base/branches.c: Code with lots of loops and
19030 subroutines. Used to test gdbs ability to single step through PC
19031 changes, especially to test mips-tdep.c:mips_next_pc
19032
19033 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19034
19035 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19036 more rigorous EGCS C++ error checking.
19037
19038 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19039
19040 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19041 tests.
19042 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19043 function when asleep.
19044 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19045 for i*86 Linux and SVR4 signal handling problems.
19046 Remove linux xfail for `next to handler in signals_tests_1', fixed
19047 by recent infrun.c change.
19048 Limit backtrace to 10 frames to avoid timeout problems with infinite
19049 stack backtraces.
19050 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19051 target.[ch] change.
19052
19053 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19054
19055 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19056 for a newline from gdb before continuing.
19057 (default_gdb_exit): Just look for y or n.
19058 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19059 it does, fail the rests of the tests in the file.
19060
19061 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19062
19063 * config/cygmon.exp: New file.
19064
19065 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19066
19067 * gdb.base/list.exp: Fix problem with "list default lines around
19068 main" test on remote targets.
19069
19070 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19071 run test on remote targets.
19072
19073 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19074
19075 * gdb.asm: New directory.
19076 * configure.in: Configure it.
19077 * configure: Regenerate.
19078 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19079 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19080
19081 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19082
19083 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19084
19085 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19086
19087 * gdb.base/overlays (several files): Merge the two overlay
19088 managers into one. Change variables (foox, barx, bazx, grbxx)
19089 back into ints but force them to load in their proper sections.
19090
19091 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19092
19093 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19094 on-chip insn memory and IMAP1 to upper 128k.
19095 (D10VCopy): Handle memory regions crossing 16k boundaries.
19096 (D10VCopy): Transfer data in 32 bit chunks.
19097
19098 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19099
19100 * gdb.base/overlays.c (main): Exit normally when result is
19101 correct.
19102
19103 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19104 map. Include space for printf in .text segment.
19105
19106 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19107 updated d10v memory VMA/LMA map.
19108 (D10VCopy): Call D10VTranslate.
19109
19110 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19111
19112 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19113
19114 * gdb.base/bar.c (barx, bar): Change variable to small array so
19115 that it won't be put into the .sdata - small data -
19116 section. Update reference.
19117 * gdb.base/baz.c (bazx, baz): Ditto.
19118 * gdb.base/foo.c (foox, foo): Ditto.
19119 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19120
19121 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19122 to be arrays.
19123
19124 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19125
19126 * gdb.base/overlays.exp: fix up and get working again.
19127 Add tests for backtraces from an overlay function.
19128
19129 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19130
19131 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19132 "calling function with watchpoint enabled".
19133
19134 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19135
19136 * gdb.base/break.exp (test_next_with_recursion): Remove
19137 gdb_suppress_tests for d10v-*-*.
19138 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19139 pending review of whether it is useful or not.
19140
19141 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19142
19143 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19144
19145 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19146
19147 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19148 * config/dve.exp: New file to support Densan boards.
19149
19150 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19151
19152 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19153 reads and BSD.
19154
19155 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19156
19157 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19158 response.
19159
19160 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19161
19162 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19163
19164 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19165 test.
19166
19167 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19168 target_sizeof_long and target_bigendian_p.
19169 (structs_by_value, structs_by_reference): Check values according
19170 to targets word size and endianess.
19171
19172 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19173
19174 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19175 output.
19176
19177 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19178
19179 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19180 Update test of set args help to match source change.
19181
19182 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19183
19184 * gdb.base/default.exp: Expect help system output to be in
19185 alphabetical order.
19186 * gdb.base/help.exp: Ditto.
19187
19188 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19189
19190 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19191 "i*86-pc-linux-gnu*".
19192 * gdb.base/interrupt.exp: Ditto.
19193 * gdb.base/corefile.exp: Ditto.
19194
19195 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19196 define vxworks when building the testcase.
19197
19198 * gdb.base/ptype.exp: Fix testnames to be unique.
19199 * gdb.base/radix.exp: Ditto.
19200 * gdb.base/term.exp: Ditto.
19201 * gdb.base/whatis.exp: Ditto.
19202 * gdb.c++/classes.exp: Ditto.
19203
19204 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19205
19206 * gdb.base/callfuncs.exp: Fix indentation.
19207
19208 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19209 suppress_flag has been set.
19210 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19211 target feature.
19212
19213 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19214
19215 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19216 the testcase.
19217
19218 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19219 set_debug_traps() and breakpoint().
19220 * gdb.c++/misc.cc (main): Ditto.
19221 * gdb.c++/templates.cc (main): Ditto.
19222 * gdb.c++/virtfunc.cc (main): Ditto.
19223
19224 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19225
19226 * lib/gdb.exp(gdb_step_for_stub): New function.
19227 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19228 exists, reload the executable and do a "continue" instead of
19229 doing a jump.
19230 (runto_main): Use gdb_step_for_stub.
19231
19232 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19233 tests to have unique names.
19234 * gdb.base/callfuncs.exp: Ditto.
19235 * gdb.base/commands.exp: Ditto.
19236 * gdb.base/default.exp: Ditto.
19237 * gdb.base/help.exp: Ditto.
19238 * gdb.base/list.exp: Ditto.
19239 * gdb.base/opaque.exp: Ditto.
19240 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19241 similar tests.
19242
19243 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19244 * gdb.c++/cplusfuncs.cc: Ditto.
19245 * gdb.c++/virtfunc.cc: Ditto.
19246
19247 * config/monitor.exp: Keep track of the last file we saw, rather
19248 than trying to get the info from gdb.
19249
19250 * gdb.fortran/types.exp: Move comment to previous line.
19251
19252 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19253
19254 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19255 target mode.
19256
19257 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19258
19259 From Bob Manson:
19260 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19261 string from GDB when it connects.
19262
19263 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19264
19265 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19266
19267 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19268 if we can't get a debug format from GDB (we may be testing an
19269 older GDB). Use a 10 second timeout when checking for the format.
19270
19271 * gdb.stabs/weird.exp: Fix quoting.
19272
19273 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19274
19275 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19276
19277 * config/arm-ice.exp: New file.
19278
19279 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19280
19281 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19282 until it has been modified to work with the new testsuite.
19283
19284 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19285 testcase won't compile, cause all of the testcases in the file to
19286 fail instead.
19287
19288 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19289 (gdb_clear_suppressed): New procedure.
19290 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19291 it contains a positive value.
19292
19293 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19294
19295 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19296
19297 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19298
19299 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19300
19301 * lib/gdb.exp (setup_xfail_format): New function.
19302 (get_debug_format): New function to get debug format.
19303 (debug_format): New global variable to hold last value set
19304 by get_debug_format.
19305 * gdb.base/list.exp: Call get_debug_format and expect some
19306 tests to fail for DWARF 1 and COFF formats.
19307 * gdb.c++/ptype.exp: Ditto.
19308 * gdb.c++/classes.exp: Ditto.
19309 * gdb.c++/cplusfuncs.exp: Ditto.
19310 * gdb.c++/inherit.exp: Ditto.
19311 * gdb.c++/templates.exp: Ditto.
19312 * gdb.c++/virtfunc.exp: Ditto.
19313
19314 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19315
19316 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19317 host doesn't have a currently-open connection.
19318
19319 * config/sparclet.exp: Cleanups and fixes to make it generic for
19320 any gdb stub target. Handle cases where gdb doesn't respond when
19321 interrupted in a sane fashion.
19322
19323 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19324 same thing in a totally different way.
19325
19326 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19327 setting "timeout".
19328 (gdb_start): We set the global gdb_prompt variable in
19329 default_gdb_init now.
19330
19331 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19332
19333 * gdb.base/printcmds.exp: Fix "check for floating addition"
19334 regexp to accept results within approx +/- .01 of exact value.
19335 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19336
19337 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19338
19339 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19340 properly.
19341 (gdb_expect): Add optional timeout parameter, and add timeout
19342 value to various calls.
19343 (gdb_suppress_tests): Only give one warning message per group.
19344
19345 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19346
19347 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19348 global variables. Handle getting a value for $timeout more
19349 gracefully.
19350
19351 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19352
19353 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19354 initialize.
19355 (default_gdb_init): New procedure; allow gdb_init to be overridden
19356 by a target configuration file.
19357 (gdb_expect): Pass the timeout to remote_expect.
19358
19359 * config/monitor.exp(gdb_load): Fix typo in regexp.
19360
19361 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19362
19363 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19364
19365 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19366
19367 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19368 here. Call gdb_target_exec before rebooting the target, to make
19369 sure the connection to the target is closed.
19370 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19371 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19372 Also detect "Timeout reading from remote" error.
19373
19374 * config/gdbserver.exp: Pass the executable being loaded to
19375 gdb_target_monitor. Don't call gdb_file_cmd here; let
19376 gdb_target_monitor do it.
19377
19378 * gdb.disasm/hppa.exp: Don't use exec_output.
19379
19380 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19381
19382 * gdb.base/list.exp: If we're debugging a non-native target,
19383 try to set the pc register to point to the start of the
19384 program before doing the first list command.
19385
19386 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19387 test_calls after restarting.
19388
19389 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19390 reloading.
19391
19392 * gdb.base/watchpoint.exp: Fix typo.
19393
19394 * gdb.base/setshow.exp: Check for use_gdb_stub.
19395
19396 * gdb.base/break.exp: Fix continue until exit test for the gdb
19397 stub case.
19398 * gdb.base/langs.exp: Ditto.
19399
19400 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19401 gdb_load_offset. If we weren't given a file to load, figure out
19402 what the current file is and use it.
19403
19404 * config/i386-bozo.exp: New file.
19405
19406 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19407
19408 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19409 feature.
19410
19411 * config/proelf.exp: New entry.
19412
19413 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19414
19415 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19416 of regexps.
19417
19418 * gdb.base/watchpoint.exp: Don't run the test_stepping
19419 tests if gdb can't call functions on the target.
19420
19421 * gdb.base/setshow.exp: Don't run the set prompt tests if
19422 the board has gdb_prompt set.
19423
19424 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19425
19426 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19427 * gdb.base/commands.exp: Likewise.
19428 * gdb.base/setshow.exp: Likewise.
19429
19430 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19431
19432 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19433 feature.
19434
19435 * config/i960.exp: New file.
19436
19437 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19438
19439 * gdb.base/funcargs.exp: Check for gdb,short_int target
19440 feature instead of looking for explicit target triplets.
19441
19442 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19443
19444 * gdb.base/printcmds.exp: add a couple more tests a la
19445 "p 123DEADBEEF", to check parse_number.
19446 * top.c: change "to enable to enable" to "to enable" in a couple
19447 of help strings.
19448
19449 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19450
19451 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19452 on the mn10300.
19453
19454 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19455
19456 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19457 where the test executable is run with explicit args.
19458 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19459
19460 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19461
19462 * gdb.base/run.c: Use FAKEARGV to build test executable that
19463 does not require a command line arg, since most simulators
19464 don't currently support passing such an arg into the simulated
19465 program.
19466 * gdb.base/commands.exp: Change tests to insert the proper
19467 value as the arg to the first recursive factorial call. Change
19468 compilation line to define FAKEARGV at compile time.
19469
19470 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19471
19472 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19473 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19474 function with watchpoint enabled" test.
19475
19476 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19477
19478 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19479 Don't call gdb_test when the command doesn't return to a gdb prompt.
19480
19481 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19482 "Tests restarted" messages.
19483
19484 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19485
19486 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19487
19488 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19489
19490 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19491 for INFO SYMBOL; add help tests for OVERLAY commands.
19492 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19493 add tests for OVERLAY commands
19494 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19495 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19496 * gdb.base/sigall.c: add usestubs code frag
19497 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19498
19499 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19500
19501 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19502 failures.
19503 (gdb_stop_suppressing_tests): Note that tests have restarted.
19504
19505 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19506
19507 * config/h8300.exp: New file.
19508
19509 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19510
19511 * gdb.base/setshow.exp: Check for the existence of a
19512 feature, not its value.
19513
19514 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19515
19516 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19517
19518 * gdb.base/scope.exp: It's now init0(), not init().
19519
19520 * gdb.base/scope0.c: For now, change init() to be init0().
19521
19522 * config/monitor.exp: Use gdb_serial in preference to serial
19523 or netport.
19524
19525 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19526 and it's not already set.
19527
19528 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19529
19530 * gdb.base/setshow.exp: Only test the run command if the target
19531 isn't using a stub and if it supports argument passing.
19532
19533 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19534
19535 * config/udi.exp(gdb_start): Make sure UDICONF is set
19536 properly before starting gdb.
19537
19538 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19539
19540 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19541 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19542 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19543
19544 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19545
19546 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19547 specialized code to reboot the board, use remote_reboot instead.
19548
19549 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19550
19551 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19552
19553 * config/monitor.exp: Make sure we disconnect from the target.
19554 Also, try a reboot/reload cycle instead of failing if the
19555 load fails.
19556
19557 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19558
19559 * gdb.base/default.exp: Don't set match_max.
19560 * gdb.base/help.exp: Ditto.
19561 * gdb.base/list.exp: Ditto.
19562 * gdb.base/signals.exp: Ditto.
19563
19564 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19565 set, use remote_ld to download the testcase instead of
19566 the GDB loader.
19567
19568 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19569
19570 * config/vr5000.exp: New file.
19571
19572 * config/monitor.exp(gdb_target_monitor): Add pattern for
19573 "Ending remote" to detect errors in connecting.
19574
19575 * gdb.base/setshow.exp: Add .* within auto language test.
19576
19577 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19578 target feature.
19579
19580 * config/monitor.exp(gdb_load): Check for a failure when loading,
19581 and reboot the board if necessary.
19582
19583 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19584 a set of tests. Remove print.* from the patterns being checked.
19585
19586 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19587
19588 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19589 refer to gdb_spawn_id.
19590
19591 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19592 longer used.
19593 * config/sparclet.exp: Ditto.
19594 * config/sparclet-old.exp: Ditto.
19595 * config/slite.exp: Ditto.
19596 * config/sim.exp: Ditto.
19597 * gdb.base/funcargs.exp: Ditto.
19598
19599 * lib/gdb.exp:Remove references to gdb_spawn_id.
19600 (gdb_expect): Move to remote.exp.
19601
19602 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19603
19604 * config/monitor.exp: Detect the "Couldn't establish connection"
19605 message from GDB.
19606
19607 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19608
19609 * gdb.base/bitfields.exp: Use runto instead of explicit
19610 gdb_run_cmd/gdb_expect sequences.
19611
19612 * gdb.base/break.exp(text_next_with_recursion): Add match for
19613 gdb_expect call.
19614
19615 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19616 We also need to handle the "A program is being debugged already"
19617 prompt from gdb. Use gdb_test to set the baud rate.
19618
19619 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19620 to 20000. Really. I mean it.
19621
19622 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19623
19624 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19625 fails. If suppress_flag is set, skip perror message about not
19626 being able to send to GDB.
19627 (send_gdb): If suppress_flag is set, don't try to send commands to
19628 GDB.
19629 (gdb_expect): If suppress_flag is set, always fail immediately.
19630 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19631 (gdb_init): Call gdb_stop_suppressing_tests.
19632 (default_gdb_exit): Ditto.
19633 (default_gdb_start): Ditto.
19634
19635 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19636 gdb_stop_suppressing_tests as appropriate.
19637 * gdb.base/break.exp: Ditto.
19638 * gdb.base/callfuncs.exp: Ditto.
19639 * gdb.base/commands.exp: Ditto.
19640 * gdb.base/exprs.exp: Ditto.
19641 * gdb.base/funcargs.exp: Ditto.
19642 * gdb.base/list.exp: Ditto.
19643 * gdb.base/recurse.exp: Ditto.
19644 * gdb.base/scope.exp: Ditto.
19645 * gdb.base/structs.exp: Ditto.
19646 * gdb.c++/inherit.exp: Ditto.
19647
19648 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19649
19650 * config/vr4300.exp: New file.
19651
19652 * gdb.*/*.exp: Call gdb_expect instead of expect.
19653
19654 * lib/gdb.exp(gdb_expect): New function.
19655
19656 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19657
19658 * lib/gdb.exp(gdb_init): New function.
19659
19660 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19661 for each individual variable set.
19662
19663 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19664 name.
19665
19666 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19667
19668 * gdb.base/scope.exp: Use gdb_test.
19669
19670 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19671 aborting; the testsuite driver will do that for us (see
19672 gdb_finish). Also, use gdb_test in a few more places.
19673
19674 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19675
19676 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19677
19678 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19679
19680 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19681 and "add_tests" are not at the same address.
19682
19683 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19684
19685 * gdb.base/ptype.exp: Use gdb_test.
19686
19687 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19688
19689 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19690 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19691 left in. No longer expect them to fail.
19692
19693 * gdb.stabs/*.mt; Deleted, no longer used.
19694 * gdb.stabs/configure.in: Remove references to target makefile
19695 frags.
19696 * gdb.stabs/configure: Rebuilt.
19697
19698 * gdb.disasm/*.mt: Deleted, no longer used.
19699 * gdb.disasm/configure.in: Remove references to target makefile
19700 frags. Use "sh3.s" as the unique filename for this directory.
19701 * gdb.disasm/configure: Rebuilt.
19702
19703 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19704 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19705 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19706
19707 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19708
19709 * config/udi.exp: Use mondfe,name instead of remote_host.
19710
19711 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19712
19713 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19714 a function with a watchpoint enabled on the mn10200.
19715
19716 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19717 before trying to create it!
19718
19719 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19720
19721 * config/vx.exp: Use hostname instead of netport.
19722
19723 * config/vxworks.exp: New file.
19724
19725 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19726
19727 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19728 gdb before assuming everything worked. Send a ^C if a timeout
19729 occurs.
19730
19731 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19732 $gdb_spawn_id directly.
19733 (gdb_run_cmd): Try _start as well as start. Use the target feature
19734 gdb,start_symbol as the symbol to start from when jumping.
19735
19736 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19737
19738 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19739 redundant) test.
19740
19741 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19742 it doesn't lose for 16bit integer systems.
19743
19744 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19745
19746 * gdb.fortran/types.exp: If the target doesn't support "double"
19747 data types, then expect "real" types to only be 4 bytes.
19748
19749 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19750 call tests if the target doesn't support inferior function calls.
19751
19752 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19753 in printf tests.
19754
19755 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19756
19757 * gdb.base/help.exp: Disable "help set", "help show", and
19758 "help support". Simplify regexp for "help stack".
19759
19760 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19761 to 60 seconds. Temporarily set match_max to 15000 around the
19762 "info copying" test.
19763
19764 * gdb.base/nodebug.exp: Don't try to do an inferior function
19765 call if the target doesn't support them.
19766 * gdb.base/printcmds.exp: Likewise.
19767 * gdb.base/setvar.exp: Likewise.
19768 * gdb.base/structs.exp: Likewise.
19769 * gdb.c++/templates.exp: Likewise.
19770 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19771
19772 * gdb.base/recurse.exp: Enable for the mn10200.
19773
19774 * configure.in: Do configure gdb.stabs directory for *-*-elf
19775 targets.
19776 * configure: Rebuilt.
19777
19778 * gdb.base/break.exp: Check for gdb,noresults before testing
19779 exit status and/or results from the target.
19780 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19781 * lib/gdb.exp: Remove old (now bogus) initialization of
19782 noinferior, noargs, noresults and nosignals.
19783
19784 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19785
19786 * config/sh.exp: New file.
19787
19788 * config/slite.exp: Try to connect multiple times to the board
19789 before rebooting. Only send a "monitor run" if need_monitor_run
19790 is set.
19791
19792 * gdb.base/break.exp: Don't do the "stub continue" test if
19793 the target has gdb_stub set.
19794
19795 * gdb.base/callfuncs.exp: Increase the timeout.
19796
19797 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19798 if the target has gdb,noinferiorio set.
19799
19800 * gdb.base/list.exp: Increase match_max to 10000 characters.
19801
19802 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19803
19804 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19805 target.
19806
19807 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19808
19809 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19810
19811 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19812 trying to delete the copy of gdb. Catch the file delete so we
19813 don't die if the delete fails; also, the file should be copied to
19814 the host, not to the build.
19815
19816 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19817
19818 * lib/gdb.exp(gdb_test): Surround the result pattern with
19819 parenthesis in case it contains multiple regexps separated
19820 with |.
19821
19822 * gdb.base/watchpoint.exp: Use gdb_test.
19823 * gdb.base/default.exp: Ditto.
19824
19825 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19826
19827 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19828
19829 * gdb.base/scope.exp: Use gdb_test.
19830 * gdb.c++/classes.exp: Ditto.
19831 * gdb.c++/inherit.exp: Ditto.
19832
19833 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19834
19835 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19836 remote_exec instead.
19837 * gdb.base/corefile.exp: Don't be ridiculous.
19838 * gdb.base/*.c: Add missing stub invocations.
19839
19840 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19841
19842 * config/slite.exp: Miscellaneous fixes.
19843
19844 * lib/gdb.exp: Fix runto.
19845
19846 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19847 the target.
19848
19849 * gdb.base/watchpoint.exp: Fix regexp.
19850
19851 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19852 close and wait commands, as the descriptor may now be
19853 invalid. Always call "remote_close host".
19854
19855 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19856
19857 Major rewrite for testsuite revision.
19858
19859 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19860 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19861 instead of relying on spawn_id to always contain a valid
19862 spawn id.
19863 (get_compiler_info): New procedure to build the ${binfile}.ci
19864 file, instead of replicating this in N different places.
19865 (gdb_compile): New procedure.
19866
19867 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19868 appropriate arguments) instead of compile. Use gdb_test in a lot
19869 more places. Use send_gdb instead of send. Always run gdb_start
19870 at the start of a testcase, as this is no longer done magically.
19871
19872 config/*-gdb.exp: Rename without the -gdb suffix.
19873
19874 config/mips.exp: Use remote_close instead of exit_remote_shell.
19875 config/monitor.exp: Use target_info instead of looking at
19876 baud, timeout, etc.
19877 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19878
19879 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19880
19881 * gdb.c++/templates.exp (test_ptype_of_templates),
19882 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19883 Update expect patterns for destructors and assignment operators
19884 to match corresponding c-typeprint.c changes.
19885 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19886 to destructor breakpoint test, GDB should be able to set the
19887 destructor breakpoint without specifying arguments.
19888
19889 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19890
19891 * gdb.threads/pthreads.exp: Change result for failure to compile due
19892 to lack of pthreads runtime support from an error to simply an
19893 unsupported test, per dejagnu standards.
19894
19895 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19896
19897 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19898 where GDB exits to reduce pattern match time.
19899 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19900
19901 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19902
19903 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19904
19905 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19906 * gdb.base/default.exp: ditto.
19907 * gdb.base/nodebug.exp: ditto.
19908 * gdb.base/printcmds.exp: ditto.
19909 * gdb.base/ptype.exp: ditto.
19910 * gdb.base/setvar.exp: ditto.
19911 * gdb.base/structs.exp: ditto.
19912 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19913
19914 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19915
19916 * configure, */configure: Rebuild with autoconf 2.12.
19917
19918 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19919
19920 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19921 use new i*86-pc-linux*-gnu quads.
19922 * gdb.base/corefile.exp: Ditto.
19923 * gdb.base/signals.exp: Ditto.
19924 * gdb.base/sigall.exp: Ditto.
19925 * gdb.base/interrupt.exp: Ditto.
19926
19927 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19928 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19929 RedHat 4.0.
19930
19931 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19932 linux. This allows the test case to at least compile on latest
19933 linux, but still not run due to missing the threads runtime library.
19934
19935 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19936
19937 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19938 directory to search gdb directory. Accept and step over conditional
19939 stack alignment code. Consume $prompt in failure cases.
19940 Reset timeout to $oldtimeout instead of some arbitrary value.
19941 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19942 timeout problems with infinite stack backtraces.
19943 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19944 Accept function parameters for linkfunc member.
19945
19946 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19947
19948 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19949 (CXXFLAGS): Remove, unreferenced.
19950 (B_OPTIONS): Add for -B options and add code to initialize with
19951 previous -B options and also add -B option to pick up cross compiled
19952 runtime.
19953 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19954 doing cross compiles.
19955 (target_alias): Declare global.
19956 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19957 to verify that gcc exists in build tree, and if so set CC to that
19958 gcc and to use B_OPTIONS and TARGET_INCLUDES.
19959
19960 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19961
19962 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19963 ptype test for anonymous union. Fixup testcase to match
19964 current gcc debug output.
19965
19966 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19967
19968 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19969 force argument to an unsigned long type.
19970
19971 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19972
19973 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
19974 tests and anonymous union print/ptype tests.
19975 * gdb.base/list.exp (test_forward-search): Increase timeout by
19976 5 minutes for the "search extremely long line" case.
19977 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
19978 completely optional and that the pass/fail messages use the command as
19979 the message if that third arg is a null string.
19980 (gdb_test_exact): Arrange that a null string pattern means match a
19981 null string output rather than any output, which might include random
19982 errors.
19983 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
19984 backtrace test.
19985 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
19986 always failing and failure is now exposed by gdb.exp changes.
19987
19988 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
19989
19990 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
19991 weren't being noted.
19992
19993 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19994
19995 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
19996 * gdb.stabs/weird.exp: Remove v_comb xfails.
19997
19998 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
19999
20000 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20001 list.exp scope.exp watchpoint.exp]
20002 Make all timeout error msgs explicitly say "(timeout)".
20003
20004 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20005
20006 * config/monitor.exp: Increase download timeout to 1000 seconds.
20007
20008 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20009
20010 * config/m32r.exp: Increase timeout to 120 seconds.
20011
20012 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20013
20014 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20015 and accept older ordering as obsolescent gcc or gdb.
20016 * gdb.c++/templates.exp: Ditto.
20017 * gdb.c++/virtfunc.exp: Ditto.
20018
20019 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20020
20021 * gdb.base/coremaker.c: Add code to mmap some data so we
20022 can check that it ends up in the core file.
20023 * gdb.base/corefile.exp: Add test to read mmapped data
20024 from core file.
20025
20026 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20027
20028 * config/m32r.exp: New file.
20029
20030 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20031
20032 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20033 that cflags can contains -gstabs, and work correctly for other tests.
20034
20035 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20036
20037 * gdb.base/setshow.exp: New file, tests show and set.
20038 * gdb.base/setshow.c: New file, tests show and set.
20039 * gdb.base/help.exp: Add test for help set|show annotate.
20040 * gdb.base/default.exp: Add test for set|show annotate.
20041
20042 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20043
20044 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20045 errors unique.
20046 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20047 explicitly.
20048
20049 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20050
20051 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20052 and width commands. This is done elsewhere.
20053 * (gdb_start): Don't call gdb_start_sim here. That's already
20054 done in gdb_load. This fixes lots of failures in default.exp.
20055
20056 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20057
20058 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20059 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20060 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20061 in the same we we treat other failures (since it may be an expected
20062 condition), rather than as an error.
20063 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20064 old test format.
20065
20066 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20067
20068 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20069 (distclean maintainer-clean realclean): No need to remove files
20070 twice. Nuke the duplicates.
20071 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20072 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20073 Remove config.h along with other config files.
20074
20075 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20076
20077 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20078 "p func1 ()" and note that rests of tests are skipped.
20079 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20080 setup_xfails for "print func2::coremaker_local".
20081 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20082 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20083 affected by the previous run test.
20084 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20085 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20086 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20087 "pass int powerset tuple" and "pass modeless int powerset tuple".
20088 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20089 "real write 4" and "real write 8".
20090 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20091 setup_xfails for "print vs1 after tuple assign 2",
20092 "print \$i after tuple assign 2", and
20093 "print vs2 after tuple assign 2".
20094 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20095 meaningful error message and return -1 so the caller can
20096 suppress further tests and avoid a cascade of errors.
20097
20098 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20099
20100 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20101 format for printing version.
20102 * gdb.base/default.exp: Ditto.
20103 * gdb.base/interrupt.exp: Fix problem with cascade of
20104 errors if child process dies while calling a function.
20105
20106 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20107
20108 * Makefile.in (VPATH): Add
20109 * Makefile.in (Makefile, config.status): Fix rules so things get
20110 remade when necessary.
20111
20112 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20113
20114 * Makefile.in (just-check): Add path to sibling expect dir
20115 to environment variable specified by RPATH_ENVVAR.
20116
20117 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20118
20119 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20120 (just-check): Add shared library paths for libstdc++, tk,
20121 tcl, bfd, and opcodes to the environment variable specified
20122 in RPATH_ENVVAR.
20123 * configure.in: Add support to recognize --enable-shared flag
20124 and generate correct value for RPATH_ENVVAR.
20125 * configure: Regenerated with autoconf.
20126
20127 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20128
20129 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20130 include all osf versions.
20131 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20132 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20133 when target is linux. When failing to build pthreads test
20134 executable, give more meaningful message.
20135 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20136 arg for pthread_create.
20137
20138 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20139
20140 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20141 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20142 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20143 and -lpthreads (everybody else).
20144 (test_startup): Fail gracefully if threads are not supported.
20145 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20146 "p/c array_index("abcdef",2)" when not gcc compiled.
20147 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20148 "print func2::coremaker_local" when not gcc compiled.
20149 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20150 "ptype on opaque struct tagname (statically)",
20151 "ptype on opaque struct tagname (dynamically) 1", and
20152 "ptype on opaque struct tagname (dynamically) 2"
20153 for not compiled with gcc.
20154 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20155 backtrace when compiled with gcc.
20156 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20157 than always return success.
20158
20159 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20160
20161 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20162
20163 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20164
20165 * gdb.base/structs.exp: Undo last change.
20166
20167 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20168
20169 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20170 encapsulate all the steps/nexts done during self test, starting
20171 at main, and makes them less sensitive to optimization issues.
20172 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20173 signal handler" test.
20174 * gdb.threads/pthreads.exp: Only run this for native configs.
20175 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20176 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20177 tests.
20178 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20179 for "runto test_calls(void)" test.
20180
20181 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20182
20183 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20184 and don't expect address info in breakpoint confirmations.
20185
20186 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20187
20188 * gdb.base/list.exp (test_forward_search): Increase timeout
20189 temporarily by 60 seconds for searching extremely long line,
20190 and then reset to old value when done. Increase expect input
20191 buffer to 10000.
20192
20193 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20194
20195 * gdb.base/list.exp (test_forward_search): Fix to handle very
20196 long source line without overflowing expect's input buffer.
20197
20198 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20199
20200 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20201 "buffer_full".
20202
20203 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20204 "buffer_full".
20205
20206 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20207 "buffer_full".
20208
20209 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20210 "buffer_full".
20211
20212 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20213
20214 * configure.in (configdirs): Add gdb.threads.
20215 * configure: Regenerated with autoconf.
20216 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20217 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20218 * gdb.threads/configure: New, generated with autoconf.
20219
20220 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20221
20222 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20223
20224 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20225
20226 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20227 each signal's status in the output of "handle all print".
20228 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20229 the \r\n sequence that immediately precedes the gdb prompt.
20230 * gdb.base/a1-selftest.exp: Save original timeout and restore
20231 after test.
20232
20233 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20234
20235 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20236 symbol.
20237
20238 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20239
20240 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20241
20242 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20243
20244 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20245 timeout by 60 seconds.
20246
20247 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20248
20249 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20250 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20251 error return.
20252
20253 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20254
20255 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20256 gdb initialization, also report how long dejagnu waited. Restore
20257 old timeout before doing error return. Temporarily increase timeout
20258 by 3 minutes to allow for slow startups over heavy NFS use.
20259
20260 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20261
20262 * lib/gdb.exp: Report timeout value for verbosity level 2.
20263 * config/gdbserver.exp: Ditto.
20264 * config/hppro.exp: Ditto.
20265 * config/mips-gdb.exp: Ditto.
20266 * config/monitor.exp: Ditto.
20267 * config/netware.exp: Ditto.
20268 * config/sim-gdb.exp: Ditto.
20269 * config/slite-gdb.exp: Ditto.
20270 * config/udi-gdb.exp: Ditto.
20271 * config/unix-gdb.exp: Ditto.
20272 * config/vx-gdb.exp: Ditto.
20273 * gdb.base/a1-selftest.exp: Ditto.
20274 * gdb.base/a2-run.exp: Ditto.
20275 * gdb.base/break.exp: Ditto.
20276 * gdb.base/corefile.exp: Ditto.
20277 * gdb.base/list.exp: Ditto.
20278 * gdb.base/recurse.exp: Ditto.
20279 * gdb.base/scope.exp: Ditto.
20280 * gdb.base/signals.exp: Ditto.
20281
20282 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20283
20284 * gdb.threads/Makefile.in (docdir): Removed.
20285
20286 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20287
20288 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20289 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20290 @srcdir@.
20291 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20292 autoconf 2.5 or higher.
20293 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20294
20295 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20296
20297 * configure: Regenerated.
20298 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20299 avoid name clashes with SunOS headers.
20300
20301 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20302
20303 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20304
20305 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20306
20307 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20308 prototype information ends up in the compiler info file.
20309
20310 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20311
20312 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20313 attempting to regenerate it. Eliminate use of a temporary file
20314 and just generate the info file directly. Source it immediately,
20315 for consistency of use.
20316 * gdb.base/corefile.exp: Ditto
20317 * gdb.base/exprs.exp: Ditto.
20318 * gdb.base/funcargs.exp: Ditto.
20319 * gdb.base/langs.exp: Ditto.
20320 * gdb.base/list.exp: Ditto.
20321 * gdb.base/mips_pro.exp: Ditto.
20322 * gdb.base/nodebug.exp: Ditto.
20323 * gdb.base/opaque.exp: Ditto.
20324 * gdb.base/ptype.exp: Ditto.
20325 * gdb.base/scope.exp: Ditto.
20326 * gdb.base/setvar.exp: Ditto.
20327 * gdb.base/signals.exp: Ditto.
20328 * gdb.base/whatis.exp: Ditto.
20329 * gdb.c++/templates.exp: Ditto.
20330 * gdb.c++/virtfunc.exp: Ditto.
20331 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20332 whether or not to add -lstdc++ to the compile command line args.
20333
20334 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20335
20336 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20337 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20338 Increase timeout, a lot of single stepping might be needed if the
20339 target has no hardware watchpoints.
20340
20341 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20342
20343 * gdb.base/break.exp: Ignore compiler warnings when compiling
20344 break.c.
20345 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20346 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20347 from remote-sim.
20348 * gdb.base/exprs.exp: Add h8300 xfails.
20349 * gdb.base/funcargs.exp: Likewise.
20350 * gdb.base/nodebug.exp: Likewise.
20351 * gdb.base/printcmds.exp: Likewise.
20352 * gdb.base/ptype.exp: Likewise.
20353 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20354 h8300 xfails.
20355 * gdb.base/return.exp: Handle float/double precision problems
20356 on the h8300.
20357 * gdb.base/funcargs.c: Explicitly make last constant argument to
20358 call_after_alloca_subr an unsigned long type.
20359 * gdb.base/return.c: Include stdio.h.
20360
20361 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20362
20363 * config/abug.exp: New file for the older Motorola Bug monitor
20364 that runs on the mvme13x series VME boards.
20365 * config/monitor.exp: Use the new config array for target settings
20366 if they exist.
20367
20368 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20369
20370 * sim-gdb.exp: Make the SH simulator allocate less space when
20371 it is targeted.
20372
20373 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20374
20375 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20376 test.
20377
20378 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20379
20380 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20381 "rs6000-*-*" for "list function in include file" when gcc compiled.
20382 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20383 for "p ctable1[120]".
20384 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20385 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20386 Remove setup_xfail for "rs6000-*-*" for
20387 "print 'scope0.c'::filelocal before run".
20388 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20389 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20390 since some compilers don't allow both options to be given
20391 on the same command line. Create object file and move it.
20392
20393 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20394
20395 * gdb.base/corefile.exp: Always regenerate the core file, since
20396 we always regenerate the coremaker program. Detect special case
20397 where registers cannot be read from core file.
20398
20399 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20400
20401 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20402 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20403 * gdb.c++/templates.exp: Only match on basename of file since
20404 some formats like xcoff don't encode directory information.
20405 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20406 and rs6000 AIX xcoff targets.
20407 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20408 * configure: Regenerate.
20409 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20410 here, rather than in distclean.
20411
20412 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20413
20414 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20415 defined, and use it to compile the test case with -O2. The
20416 native compilation still uses no optimization.
20417 * gdb.base/mips_pro.c: Remove inline assembly code since
20418 it is compiled PIC by default, which results in assembler
20419 warnings that make the testsuite think the compilation
20420 was unsuccessful.
20421
20422 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20423
20424 * gdb.c++/misc.exp: Add note to message for
20425 "print s.a for foo struct" that this is a known gcc 2.7.2
20426 and earlier bug.
20427
20428 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20429
20430 * gdb.base/break.exp: Fix pattern for matching "Delete all
20431 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20432 setup_xfail for deleting all breakpoints test. Fix various
20433 timeout messages to include "(timeout)".
20434 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20435 for "p t_float_values2(3.14159,float_val2)".
20436 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20437 for "continue to call2g" when gcc compiled.
20438 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20439 "up to foo in langs.exp", "show language at foo in langs.exp",
20440 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20441 and "show language at fsub in langs.exp".
20442 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20443 "list line 1 in include file", "list message for lines past EOF",
20444 "list function in include file", "list list0.h:foo", and
20445 "list filename:function; nonexistant function".
20446 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20447 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20448 and "ptype t_char_array" to be for native cc only.
20449
20450 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20451
20452 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20453 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20454 "print func2::coremaker_local", and "backtrace in corefile.exp".
20455
20456 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20457
20458 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20459 "bt in signals.exp". This problem only appears when running
20460 the testsuite, and then only intermittently.
20461
20462 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20463
20464 * gdb.base/return.exp (return_tests): Differentiate between
20465 two tests of continuing.
20466
20467 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20468
20469 * */Makefile.in (maintainer-clean): Remove config.log.
20470 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20471 * gdb.c++/Makefile.in (PROGS): Add inherit.
20472 (clean): Remove *.ci.
20473
20474 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20475
20476 * gdb.c++/misc.cc: Add test code from Mike Stump.
20477 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20478
20479 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20480
20481 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20482 to "alpha-*-osf2*" and add comment.
20483 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20484 setup_xfail for "step over execarg initialization" and
20485 "step over corearg initialization".
20486 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20487 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20488 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20489 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20490 "print func2::coremaker_local", and "backtrace in corefile.exp".
20491 * gdb.base/signals.exp: Build and source signals.ci.
20492 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20493 to be for gcc only.
20494 * lib/gdb.exp: Move verbose statements outside conditionals.
20495
20496 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20497
20498 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20499 Feb 3 procfs.c change.
20500
20501 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20502
20503 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20504
20505 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20506
20507 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20508 from dejagnu's apparent default of 10 seconds, which gives random
20509 results when running the tests over NFS on moderately loaded systems.
20510 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20511
20512 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20513
20514 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20515 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20516 result reports.
20517
20518 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20519
20520 * configure.in (CY_AC_PATH_TCLH): Remove.
20521 * configure: Regenerate.
20522
20523 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20524
20525 * gdb.c++/Makefile.in (clean): Add missing '{'.
20526
20527 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20528
20529 * lib/gdb.exp: Provide a default value for noinferior.
20530
20531 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20532 Load libgloss.exp.
20533
20534 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20535
20536 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20537 the executable, not the .o to run the tests from.
20538
20539 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20540
20541 * gdb.base/break.exp: Don't test for program exit or exit status
20542 if $noresults if nonzero.
20543 * gdb.base/langs.exp: Likewise.
20544 * gdb.base/watchpoint.exp: Likewise.
20545
20546 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20547 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20548 trying to compile the testcase.
20549
20550 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20551
20552 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20553 * gdb.base/signals.exp (continue to handler): Likewise.
20554
20555 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20556
20557 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20558
20559 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20560
20561 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20562
20563 * gdb.base/corefile.exp: Recognize "not found" as failure
20564 when trying to determine if a core file was generated.
20565 If no core file was generate the first time, try again without
20566 the ulimit -c to work around braindamaged shells.
20567
20568 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20569
20570 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20571 [] tests with "test" and enclose string in quotes.
20572 * gdb.stabs/configure: Rebuild
20573
20574 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20575
20576 Changes in sync with expect:
20577 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20578 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20579 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20580 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20581 argument to AC_REQUIRE.
20582 * configure: Regenerated.
20583
20584 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20585
20586 * gdb.base/corefile.exp: When generating a core, discard any
20587 error messages about ulimit not found and the "core dumped"
20588 message from the shell that runs the coredumper.
20589
20590 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20591
20592 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20593
20594 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20595 which sed script to run. Expect failure for v_comb test
20596 on PA targets too.
20597
20598 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20599
20600 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20601 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20602
20603 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20604
20605 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20606 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20607 "sparc-sun-solaris*" xfails for "p v_comb".
20608 * lib/gdb.exp (default_gdb_start): Fix typo.
20609 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20610 messages to not include the full program name that caused
20611 the core dump since some systems (such as solaris) apparently
20612 truncate this path to about 80 characters.
20613 When generating a core file first try increasing the core file
20614 size limit to unlimited since some systems may default it to
20615 zero, and it is harmless to try it. Move the test for failing
20616 to generate a core file to where it will actually get executed.
20617 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20618 new gdb result from g++ debug info improvements and make old
20619 pattern obsolescent. Also account for size_t differences
20620 (may be int or long).
20621 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20622 initialization before function call is placed in the delay slot
20623 and thus appears to be skipped over by commands such as "next".
20624
20625 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20626
20627 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20628
20629 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20630
20631 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20632 input source file; fix code to compile test to deal with this
20633 convention.
20634 * gdb.c++/*.exp: Likewise.
20635
20636 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20637
20638 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20639 "bt in signals.exp".
20640
20641 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20642
20643 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20644 "step over execarg initialization" and
20645 "step over corearg initialization".
20646
20647 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20648
20649 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20650 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20651
20652 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20653
20654 From Rob Savoye (rob@poseidon.cygnus.com)
20655 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20656 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20657 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20658 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20659 configure.in}: Major reworking for autoconfig.
20660 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20661 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20662 New files.
20663 * config/unix-gdb.exp: Make GDB global.
20664 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20665 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20666 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20667 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20668 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20669 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20670 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20671 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20672 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20673 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20674 pr-8136.exp, result.exp, string.exp, tuples.exp},
20675 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20676 to returns as necessary, arrange for test to compile own testcase
20677 executable.
20678 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20679
20680 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20681
20682 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20683 clear_xfail at end of test which might not call either pass or fail.
20684 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20685 "backtrace through signal handler".
20686
20687 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20688
20689 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20690 continuing from a job control stop signal.
20691 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20692
20693 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20694
20695 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20696 * gdb.base/corefile.exp: Likewise.
20697 * gdb.base/funcargs.exp: Likewise.
20698
20699 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20700
20701 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20702 * config/monitor.exp: Add support for setting baud rate.
20703
20704 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20705
20706 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20707 i*86-*-linux* xfails for "backtrace through signal handler".
20708 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20709 "print func2::coremaker_local".
20710 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20711 alpha-dec-osf2* xfail for
20712 "delete all breakpoints when none".
20713
20714 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20715
20716 * gdb.base/break.exp: Change test that deletes all breakpoints
20717 when no user breakpoints are installed. A post 4.15 change
20718 causes gdb to no longer prompt in this case.
20719
20720 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20721
20722 * gdb.base/return.exp (return_tests): Change xfail for test
20723 "correct value returned double test" to stop xfailing at
20724 Solaris 2.5. Apparently the bug has been fixed.
20725
20726 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20727
20728 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20729 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20730
20731 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20732
20733 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20734 * gdb.disasm/hppa.s: Corresponding changes.
20735
20736 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20737
20738 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20739 makefile fragment.
20740 * config/mt-hpux: Deleted.
20741
20742 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20743
20744 * Many files: When warning about suppressed tests due to a
20745 nonexistant test binary, avoid incrementing the warning count.
20746
20747 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20748
20749 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20750
20751 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20752
20753 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20754 "sparc-*-solaris2*".
20755
20756 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20757
20758 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20759 Add global and local variables and initialize them.
20760 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20761 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20762 extracts the file name and terminating signal from the core file.
20763 * TODO: Remove note about tests for correct mapping of corefile.
20764 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20765 from optimizing it away.
20766 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20767 handles common blocks.
20768
20769 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20770
20771 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20772 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20773
20774 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20775
20776 * Makefile.in (maintainer-clean): New target, synonym for
20777 realclean.
20778 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20779 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20780 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20781 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20782 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20783 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20784
20785 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20786
20787 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20788 xfails when not gcc compiled for "print foo::funclocal".
20789 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20790 "print foo::funclocal at foo",
20791 "print 'scope1.c'::foo::funclocal at foo",
20792 "print foo::funclocal_bss at foo",
20793 "print 'scope1.c'::foo::funclocal_bss at foo",
20794 "print foo::funclocal_ro at foo",
20795 "print 'scope1.c'::foo::funclocal_ro at foo",
20796 "print bar::funclocal at foo" and
20797 "print 'scope1.c'::bar::funclocal at foo".
20798 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20799 gcc compiled for "print foo::funclocal at bar".
20800 Expand all messages to ensure that they identify that
20801 the test is at bar().
20802 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20803 gcc compiled for:
20804 "ptype on opaque struct pointer (statically)",
20805 "ptype on opaque struct tagname (statically)",
20806 "ptype on opaque struct pointer (dynamically) 1",
20807 "ptype on opaque struct tagname (dynamically) 1",
20808 "ptype on opaque struct pointer (dynamically) 2" and
20809 "ptype on opaque struct tagname (dynamically) 2
20810 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20811 gcc compiled for:
20812 "p datalocal"
20813 "whatis datalocal",
20814 "ptype datalocal",
20815 "p bsslocal",
20816 "whatis bsslocal", and
20817 "ptype bsslocal".
20818 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20819 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20820 when not gcc compiled.
20821 * gdb.base/funcargs.exp (float_and_integral_args): Add
20822 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20823 compiled.
20824 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20825 "backtrace from call6a" when not gcc compiled.
20826 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20827 "backtrace from call7a" when not gcc compiled.
20828 * gdb.base/callfuncs.exp (do_function_calls):
20829 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20830 "p t_char_array_values(char_array_val2,char_array_val1)",
20831 "p t_char_array_values(char_array_val1,char_array_val2)",
20832 "p t_char_array_values("carray 1","carray 2")",
20833 "p t_char_array_values("carray 1",char_array_val2)",
20834 "p t_char_array_values(char_array_val1,"carray 2")",
20835 "p sum_args(1,{2})",
20836 "p sum_args(2,{2,3})",
20837 "p sum_args(3,{2,3,4})",
20838 "p sum_args(4,{2,3,4,5})"
20839 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20840 "backtrace in corefile.exp" when not gcc compiled.
20841
20842 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20843
20844 * gdb.base/signals.exp: Rewrite `handle all print' test as
20845 a procedure. Accept blanks or TABs as whitespace, increase
20846 timeout and expect input buffer size for the large output
20847 from the command. Remove "i*86-*-bsdi2.0" xfail.
20848
20849 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20850
20851 * gdb.base/setvar.exp: Add new testcases for truncation when
20852 assigning invalid values to bitfields.
20853
20854 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20855
20856 * gdb.base/callfuncs.exp (do_function_calls): Remove
20857 mips-sgi-irix* xfail for
20858 "call inferior func with struct - returns char *"
20859 and fix test so that an optional (unsigned char *) cast is
20860 accepted in the result.
20861
20862 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20863
20864 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20865 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20866 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20867 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20868 that accidentally got checked in.
20869
20870 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20871
20872 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20873 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20874 compiled test.
20875 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20876 Add mips-sgi-irix5* xfail for not gcc compiled.
20877 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20878 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20879 "p top", "whatis top", "p middle", and "whatis middle".
20880 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20881 "whatis signed char" for not gcc compiled.
20882 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20883 "set variable signed char=-1 (-1)" and
20884 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20885 * gdb.base/funcargs.exp (float_and_integral_args):
20886 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20887 Add mips-sgi-irix* xfail when not gcc compiled for
20888 "continue to call2b".
20889 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20890 "continue to call2g".
20891 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20892 "backtrace from call6a"
20893 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20894 "backtrace from call7k".
20895 Add mips-sgi-irix5* xfail when not gcc compiled for
20896 "backtrace from call7a".
20897 (localvars_after_alloca): Fix gdb_test cmds for
20898 "print * after runto ...".
20899 Remove rs6000-*-* xfails for
20900 "print i after runto localvars_after_alloca" and
20901 "print l after runto localvars_after_alloca"
20902 for all compilers.
20903 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20904 when not compiled with gcc, for:
20905 "print signed char == (minus)",
20906 "print signed char != (minus)",
20907 "print signed char < (minus)",
20908 "print signed char > (minus)".
20909 * gdb.base/callfuncs.exp (do_function_calls):
20910 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20911 "call inferior func with struct - returns char *".
20912 * gdb.base/return.exp (return_tests): Change xfail for
20913 "correct value returned double test" to include Solaris 2.4.
20914 * gdb.base/funcargs.exp (float_and_integral_args):
20915 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20916
20917 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20918
20919 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20920 enumeration bitfields if compiling with GNU C.
20921 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20922 to empty' prompt.
20923
20924 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20925
20926 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20927 test for PRO targets.
20928
20929 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20930 breakpoints in the inferior at any given time by making
20931 two groups of breakpoints for call2*, call6* and call7*
20932 tests.
20933
20934 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20935
20936 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20937 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20938 from optimizing it away.
20939 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20940 "call inferior func with struct".
20941
20942 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20943
20944 * configure.in: Only configure gdb.chill for particular targets.
20945
20946 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20947
20948 * gdb.base/Makefile.in: Add action to .c.o transformation
20949 rule that generates a .ci file for each .o file and remove
20950 explicit .c.o rules except for callfuncs.o.
20951 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20952 generates a .ci file for each .o file and remove explicit
20953 .cc.o rules.
20954 (clean): Remove *.tmp *.ci files.
20955 (EXECUTABLES): Remove templ-info.exp.
20956 * gdb.base/compiler.c: New file.
20957 * gdb.c++/compiler.cc: New file
20958 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20959 Change rs6000-*-* xfail for
20960 "print 'scope0.c'::filelocal_ro" and
20961 "print 'scope1.c'::filelocal" and
20962 "print 'scope1.c'::filelocal_bss" and
20963 "print 'scope1.c'::filelocal_ro" and
20964 "print 'scope1.c'::foo::funclocal" and
20965 "print 'scope1.c'::foo::funclocal_ro" and
20966 "print 'scope1.c'::bar::funclocal" and
20967 "print 'scope0.c'::filelocal_ro" and
20968 "print 'scope1.c'::filelocal at foo" and
20969 "print 'scope1.c'::filelocal_bss at foo" and
20970 "print 'scope1.c'::filelocal_ro at foo" and
20971 "print 'scope1.c'::foo::funclocal at foo" and
20972 "print 'scope1.c'::foo::funclocal_bss at foo" and
20973 "print 'scope1.c'::foo::funclocal_ro at foo" and
20974 "print 'scope1.c'::bar::funclocal at foo" and
20975 "print 'scope0.c'::filelocal_ro" and
20976 "print 'scope1.c'::filelocal" and
20977 "print 'scope1.c'::filelocal_bss" and
20978 "print 'scope1.c'::filelocal_ro" and
20979 "print 'scope1.c'::foo::funclocal" and
20980 "print 'scope1.c'::foo::funclocal_bss" and
20981 "print 'scope1.c'::foo::funclocal_ro" and
20982 "print 'scope1.c'::bar::funclocal" and
20983 "print 'scope1.c'::bar::funclocal_bss"
20984 to only be xfail'd when not compiled with gcc.
20985 Add rs6000-*-* xfail for
20986 "print 'scope0.c'::filelocal_bss before run"
20987 when compiled with gcc.
20988 (test_at_main): Add rs6000-*-* xfail for
20989 "print filelocal_ro in test_at_main"
20990 when compiled with gcc.
20991 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
20992 Add rs6000-*-aix* xfail for
20993 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
20994 "ptype t_char_array", not compiled with gcc.
20995 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
20996 xfail for "list foo (in include file)" when gcc compiled.
20997 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
20998 (integral_args): Add rs6000-*-* xfail for
20999 "run to call0a" if not compiled with gcc.
21000 (unsigned_integral_args): Add rs6000-*-* xfail for
21001 "run to call1a" if not compiled with gcc.
21002 (float_and_integral_args): Add rs6000-*-* xfail for
21003 "run to call2a" if not compiled with gcc and for
21004 "continue to call2b" for any compiler.
21005 Add rs6000-*-* xfail to
21006 "print f1 after run to call2a" for gcc compiled.
21007 (discard_and_shuffle): Add rs6000-*-* xfail for
21008 "run to call6a".
21009 (shuffle_round_robin): Add rs6000-*-* xfail for
21010 "backtrace from call7a" if not compiled with gcc.
21011 Add rs6000-*-* xfail for
21012 "backtrace from call7b" if compiled with gcc.
21013 (call_after_alloca): Add rs6000-*-* xfail for
21014 "print c in call_after_alloca" and
21015 "print s in call_after_alloca" and
21016 "backtrace from call_after_alloca_subr"
21017 if not compiled with gcc.
21018 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21019 "print c in localvars_in_indirect_call" and
21020 "print c in localvars_in_indirect_call" and
21021 "backtrace in indirectly called function" and
21022 "stepping into indirectly called function"
21023 if not compiled with gcc.
21024 (localvars_after_alloca): Add rs6000-*-* xfail for
21025 "print c after runto localvars_after_alloca" and
21026 "print s after runto localvars_after_alloca" and
21027 "print i after runto localvars_after_alloca" and
21028 "print l after runto localvars_after_alloca"
21029 for all compilers.
21030 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21031 than whatis-info.exp.
21032 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21033 than opaque-info.exp.
21034 Setup rs6000-*-* xfail for
21035 "ptype on opaque struct pointer (statically)" and
21036 "ptype on opaque struct pointer (dynamically)" when
21037 not compiled with gcc.
21038 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21039 rather than callf-info.exp.
21040 (do_function_calls): Add clear_xfail for rs6000-*-* for
21041 "p t_float_values2(3.14159,float_val2)". Seems to work
21042 fine there, both with xlc and gcc. Need to find out what
21043 it is doing right and fix other platforms.
21044 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21045 "call inferior func with struct - returns int",
21046 "call inferior func with struct - returns long",
21047 "call inferior func with struct - returns float",
21048 "call inferior func with struct - returns double",
21049 "call inferior func with struct - returns char *",
21050 but only if not gcc compiled (presumes xlc compiled).
21051 Change rs6000-*-* xfails for
21052 "call inferior func with struct - returns char" and
21053 " call inferior func with struct - returns short" to only
21054 xfail if not using gcc.
21055 (clean mostlyclean): Remove *.ci and *.tmp files.
21056 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21057 than templ-info.exp.
21058 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21059 Add rs6000-*-* xfail for "up to foo in langs.exp"
21060 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21061 when not gcc compiled.
21062
21063 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21064
21065 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21066 * gdb.base/corefile.exp: Likewise.
21067 * gdb.base/list.exp: Likewise.
21068 * gdb.base/scope.exp: Likewise.
21069 * gdb.base/siganls.exp: Likewise.
21070
21071 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21072 compiler output.
21073 * gdb.base/whatis.exp: Likewise.
21074
21075 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21076
21077 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21078 failure (opcode table has been fixed to match reality).
21079
21080 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21081
21082 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21083 "call inferior func with struct - returns char",
21084 "call inferior func with struct - returns short"
21085
21086 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21087 "print 'scope0.c'::filelocal at main",
21088 "print 'scope0.c'::filelocal_bss in test_at_main",
21089 "print 'scope0.c'::filelocal at foo",
21090 "print 'scope0.c'::filelocal_bss in test_at_foo",
21091 "print 'scope0.c'::filelocal at bar",
21092 "print 'scope0.c'::filelocal_bss in test_at_bar"
21093
21094 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21095 in source file 1". This bug seems to have been fixed with both
21096 gcc and native cc (was native assembler bug?).
21097
21098 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21099
21100 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21101 "backtrace through signal handler" to "i*86-*-sysv4*".
21102 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21103 continue" case. Add "known SVR4 bug" to fail message.
21104 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21105 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21106 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21107 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21108 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21109 "up to foo in langs.exp", "show language at foo in
21110 langs.exp", "up to cppsub_ in langs.exp", "show
21111 language at cppsub_ in langs.exp", "up to fsub in
21112 langs.exp", and "show language at fsub in langs.exp".
21113 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21114 "bactrace in corefile.exp".
21115 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21116 "call inferior function with struct - returns float" and
21117 "call inferior function with struct - returns double".
21118
21119 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21120
21121 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21122 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21123 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21124 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21125
21126 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21127
21128 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21129 (or overriden) "CHILL" macro rather then bare "gcc".
21130 Also look for ../../gcc/xgcc since that is what we will
21131 actually need, not "Makefile". Remove following assignment
21132 of CHILL to CHILL_FOR_TARGET because that results in
21133 recursive definition.
21134
21135 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21136
21137 * gdb.base/corefile.exp: Change xfail for backtrace in
21138 corefile.exp from linuxaout to all linux.
21139 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21140 cases where we miss the breakpoint at the signal handler
21141 for some reason. Setup xfail for linuxoldld/linuxaout and
21142 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21143 hitting SIGURG breakpoint.
21144 * gdb.base/signals.exp: Setup xfail for "next" acting like
21145 continue to add linuxoldld. Setup xfail for all linux for
21146 "next to handler in signals_tests_1", "backtrace in
21147 signals_tests_1", "continue to func1", "pass SIGUSR1",
21148 and continue to handler".
21149
21150 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21151
21152 * Update all FSF addresses except those in COPYING* files.
21153
21154 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21155
21156 * gdb.base/a2-run.exp: Change messages to be more explicit about
21157 the status of args, and quote binfile in results.
21158
21159 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21160
21161 * gdb.base/callfuncs.exp: Add tests for passing structs to
21162 inferior functions and return various types.
21163 * gdb.base/callfuncs.c: Add functions to receive a struct
21164 and return a member of the struct, in various types.
21165
21166 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21167
21168 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21169
21170 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21171
21172 * config/vxworks29k.exp: New file, sources vxworks.exp.
21173
21174 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21175
21176 * config/gdbremote.exp: New file. Testing framework using
21177 gdbserver.
21178
21179 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21180
21181 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21182 "call function when asleep" and "send end of file".
21183 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21184 for "backtrace in corefile.exp".
21185 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21186 for "backtrace through signal handler".
21187 * gdb.base/corefile.exp: Make sure we actually generate a core file
21188 before trying the core tests. Some systems allow the user to suppress
21189 generation of core files and default to that (linux for example).
21190 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21191 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21192
21193 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21194
21195 * gdb.threads: New directory with some crude multi-threaded
21196 gdb tests (step.exp and step2.exp).
21197 * config/mt-lynx (STEP_EXECUTABLE): Define.
21198 (THREADFLAGS): Define.
21199
21200 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21201
21202 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21203
21204 * gdb.base/signals.exp: Disable whole file for lynx until
21205 further notice.
21206
21207 * gdb.base/signals.exp: xfail test where "next" acts like
21208 "continue" for lynx.
21209
21210 * gdb.base/interrupt.exp: xfail test for calling function while
21211 inferior is asleep for lynx.
21212
21213 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21214 than one cr-lf after each command.
21215
21216 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21217
21218 * configure.in: Reinstate setting of stabsdirs variable, fix
21219 typo in setting up configdirs for native builds.
21220
21221 * gdb.base/return.exp: Fix typo in return double test.
21222 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21223 compiler from optimizing them away.
21224
21225 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21226
21227 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21228 sequences to be echo'd by gdb when using gdb_test.
21229 * gdb.chill/chexp.exp: Likewise.
21230 * gdb.fortran/exprs.exp: Likewise
21231
21232 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21233
21234 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21235 after the inferior gdb has started.
21236
21237 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21238 after each command.
21239 * gdb.base/funcargs.exp: Likewise.
21240 * gdb.base/gdbvars.exp: Likewise.
21241 * gdb.base/interrupt.exp: Likewise.
21242 * gdb.base/list.exp: Likewise.
21243 * gdb.base/watchpoint.exp: Likewise.
21244 * gdb.c++/demangle.exp: Likewise.
21245 * gdb.c++/inherit.exp: Likewise.
21246 * gdb.chill/chexp.exp: Likewise.
21247 * gdb.fortran/exprs.exp: Likewise.
21248
21249 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21250 test if we can't handle IO to/from the inferior.
21251
21252 * gdb.c++/misc.exp: Always check for a program already being
21253 started after sending a "run" command to gdb.
21254
21255 * gdb.base/twice.exp: Start with a fresh gdb.
21256
21257 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21258 only depend on gdb's expression code, not the chill runtime.
21259
21260 * gdb.base/return.c: Put return values into variables so we
21261 can have gdb print them rather than depending on the program
21262 to print them.
21263 * gdb.base/return.exp: Corresponding changes.
21264
21265 * lib/gdb.exp: Provide default value for noinferiorio.
21266 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21267 the inferior.
21268
21269 * gdb.base/break.exp: Always check for a program already being
21270 started after sending a "run" command to gdb.
21271 (text_next_with_recursion): Don't check the output from the
21272 program's printf statement. Instead just make sure the program
21273 exited.
21274
21275 * gdb.base/commands.exp: Protect tests which need arguments with
21276 $noargs conditionals.
21277
21278 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21279
21280 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21281 of structure member arrays to match gdb/valops.c:value_addr change.
21282
21283 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21284
21285 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21286 cases.
21287
21288 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21289
21290 * configure.in (configdirs): Remove gdb.chill from default list
21291 of subdirs and then add it back in only if doing a native build.
21292 The current chill compiler does not yet work in any cross build.
21293 * Revert all signal changes from Jul 6.
21294 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21295 for sh-hms targets, allowing these tests to link, with no other
21296 changes. Testing is suppressed by setting "nosignals" in site.exp.
21297
21298 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21299
21300 * configure.in (signaldirs): Define and add to configdirs for all
21301 targets except some specific ones that are known to not support signals.
21302 Also clean up formatting.
21303 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21304 (signals, sigall): Remove rules to build.
21305 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21306 Moved to new gdb.signals directory.
21307 * gdb.signals: New test directory.
21308 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21309 signals.c signals.exp}: New or moved files.
21310
21311 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21312
21313 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21314
21315 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21316
21317 * gdb.base/return.exp: Xfail `return double' test failure
21318 on at least Solaris 2.3 and handle future/past versions on
21319 a case by case basis as appropriate. Also update message
21320 to include i*86 failures.
21321
21322 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21323
21324 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21325
21326 * lib/gdb.exp: Fix comment which erroneously identified
21327 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21328 gdb_file_cmd not gdb_load).
21329 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21330
21331 * gdb.base/setvar.exp: Make test names consistent between pass and
21332 fail cases. Use gdb_test more.
21333
21334 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21335
21336 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21337
21338 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21339
21340 * gdb.base/help.exp: Fix expected help string for `show commands'.
21341
21342 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21343
21344 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21345
21346 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21347 of a text section.
21348
21349 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21350
21351 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21352 that loop eventually terminates. Fix Connection refused logic so
21353 that testsuite will expire nicely.
21354
21355 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21356
21357 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21358 config/rom68k.exp: New tcl glue for the appropriate monitors.
21359 These all just end up calling monitor.exp.
21360 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21361 refused' by retrying. Cleanup some timeout issues.
21362 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21363 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21364 callers don't have to set/restore global timeout variable.
21365
21366 * The following set of changes centralizes management of the global
21367 timeout variable. This way, it can be set in one target dependent
21368 place instead of dozens of places scattered throughout the test suite.
21369 If you need to lengthen a timeout, then you should either set timeout
21370 in one of the config/{target}.exp files, or multiply it by a factor.
21371 Setting it to an absolute value is always going to lose for some
21372 targets.
21373 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21374 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21375 * gdb.base/funcargs.exp: Don't set timeout.
21376 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21377 * gdb.base/printcmds.exp (test_print_string_constants
21378 test_print_array_constants): Don't set timeout.
21379 * gdb.base/ptype.exp: Don't set timeout.
21380 * gdb.base/recurse.exp: Don't set timeout.
21381 * gdb.base/return.exp: Don't set timeout.
21382 * gdb.base/watchpoint.exp: Don't set timeout.
21383 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21384 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21385
21386 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21387
21388 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21389
21390 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21391
21392 * lib/gdb.exp: Disable chill tests for irix5.
21393
21394 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21395
21396 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21397 each test pass or fail.
21398
21399 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21400
21401 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21402 xlc not gcc.
21403
21404 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21405
21406 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21407
21408 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21409
21410 * config/est.exp: Fix copyright and comments. Remove dead code.
21411 Use targetname, serialport and baud variables instead of fixed
21412 constants.
21413 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21414 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21415
21416 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21417
21418 * gdb.base/watchpoint.exp: Don't run
21419 test_watchpoint_triggered_in_syscall for sunos.
21420
21421 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21422
21423 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21424 they don't seem to exist. Do include stdio.h.
21425
21426 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21427
21428 * gdb.base/a1-selftest.exp: Add alpha xfail.
21429
21430 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21431
21432 * gdb.base/watchpoint.c (main): Prompt before calling read().
21433 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21434 Revise accordingly. Remove cruft about sending "123" several
21435 times, until it gets noticed. Clean up the "print buf[0]" stuff
21436 so that it passes or fails, and waits for prompts in the usual way.
21437
21438 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21439
21440 * gdb.base/recurse.exp: Fix comment.
21441
21442 * TODO: Remove item about printing variables in nodebug.exp. Add
21443 item about enabling tests which are only run on some targets.
21444
21445 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21446 fail, make test names unique, use new gdb_test convention
21447 regarding pattern, use gdb_test more, etc.).
21448
21449 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21450 fail, make test names unique, etc.).
21451
21452 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21453
21454 * gdb.base/nodebug.c: Change return type of top and middle to
21455 short.
21456 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21457 are fixed by the recent mdebugread.c changes. Allow `short ()'
21458 as type for top and middle.
21459
21460 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21461
21462 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21463 nearly as I can tell, the whole thing was an accident in Stu's
21464 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21465 to replace a send/expect pair with gdb_test, but ended up only
21466 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21467 of 30 Mar 1995 took care of it, but left this vestigial comment
21468 which I am now nuking.
21469
21470 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21471
21472 * gdb.base/break.exp: Look for different line number for
21473 breakpoint at main depending on usestubs.
21474
21475 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21476
21477 * gdb.base/list.exp: Adjust some alternate expect patterns to
21478 match recent list0.c change. Add alternate expect pattern for
21479 output from `list default lines around main' for optimizing
21480 compilers.
21481
21482 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21483
21484 * lib/gdb.exp: If nosignals is not set, set it to 0.
21485
21486 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21487
21488 * config/slite-gdb.exp: Responds to load symbol table prompt.
21489 * gdb.base/break.exp: Adjust line number, fix rerun.
21490 * gdb.base/langs0.c: Add #ifdef usestubs.
21491
21492 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21493
21494 * gdb.base/list.exp: Adjust line contents after adding new lines in
21495 list0.c. Also fix a syntax error.
21496
21497 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21498 * gdb.base/break.exp: ditto.
21499 * gdb.base/list.exp: ditto.
21500 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21501 * gdb.base/run.c: ditto.
21502 * gdb.base/list0.c: ditto.
21503 * gdb.base/funcargs.c: ditto.
21504
21505 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21506
21507 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21508 $targetname, $serialport and $baud instead of hardwired variables.
21509 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21510 target doesn't support signals.
21511
21512 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21513
21514 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21515
21516 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21517
21518 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21519 Don't rely on the value of an auto variable before it has been
21520 initialized. Use gdb_test more.
21521
21522 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21523
21524 * lib/gdb.exp (default_gdb_version): A version number must start
21525 with a digit, but other than that contains all characters up to
21526 the first whitespace character.
21527
21528 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21529
21530 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21531
21532 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21533
21534 * gdb.c++/*.exp: Warn if executable does not exist. The original
21535 reason for skipping the warning was that configure.in sometimes
21536 intentionally skipped building the executables but the tcl code
21537 had no way of knowing. That (a) was always bogus with respect to
21538 error handling, (b) is no longer true (right now there is no way
21539 to skip C++ tests).
21540
21541 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21542
21543 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21544
21545 * gdb.base/list.exp: Add expect patterns for output from
21546 SunPRO compiled executables.
21547 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21548 types.
21549
21550 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21551
21552 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21553 number (we are already testing that the correct source line text
21554 gets printed).
21555
21556 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21557 that is what is intended, but something needed to be done to get
21558 sunos4 native working again.
21559
21560 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21561
21562 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21563 apparently went with a (very) old xfail.
21564
21565 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21566
21567 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21568 runto_main is a proc in gdb.exp that will do 'step' for target use
21569 stubs.
21570 * gdb.base/exprs.exp: ditto.
21571 * gdb.base/interrupt.exp: ditto.
21572 * gdb.base/opaque.exp: ditto.
21573 * gdb.base/printcmds.exp: ditto.
21574 * gdb.base/ptype.exp: ditto.
21575 * gdb.base/scope.exp: ditto.
21576 * gdb.base/setvar.exp: ditto.
21577 * gdb.base/signals.exp: ditto.
21578 * gdb.base/twice.exp: ditto.
21579 * gdb.c++/classes.exp: ditto.
21580 * gdb.c++/inherit.exp: ditto.
21581 * gdb.c++/templates.exp: ditto.
21582 * gdb.base/break.exp: no run and hit main for stubs. Change line
21583 numbers for breakpoints and info breakpoint.
21584 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21585 breakpoint().
21586 * gdb.base/callfuncs.c: ditto.
21587 * gdb.base/exprs: ditto.
21588 * gdb.base/interrupt.c: ditto.
21589 * gdb.base/opaque0.c: ditto.
21590 * gdb.base/printcmds.c: ditto.
21591 * gdb.base/ptype.c: ditto.
21592 * gdb.base/scope0.c: ditto.
21593 * gdb.base/setvar.c: ditto.
21594 * gdb.base/signals.c: ditto.
21595 * gdb.base/twice.c: ditto.
21596 * gdb.c++/misc.cc: ditto.
21597 * gdb.c++/templates.cc: ditto.
21598
21599 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21600
21601 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21602
21603 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21604 somewhere between `read' and `main.c'. I'm pretty sure the
21605 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21606 and it isn't particularly useful.
21607
21608 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21609
21610 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21611
21612 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21613
21614 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21615
21616 * config/mt-slite: add LIBS and -nostdlib.
21617 * config/slite-gdb.exp: add this new file to support sparclite target.
21618
21619 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21620
21621 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21622
21623 * gdb.base/a2-run.exp: Change argument to istarget from
21624 "*-*-vxworks" to "*-*-vxworks*".
21625 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21626
21627 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21628
21629 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21630 will not runto main but do a 'step' to step out of breakpoint().
21631 * config/mt-slite: add -Dusestubs.
21632
21633 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21634
21635 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21636 instead of just @.
21637
21638 * gdb.base/signals.exp: Add test for "handle all print".
21639 * TODO: Remove "handle all print". Also remove item about
21640 checking copyright date (I don't like the idea of a spurious FAIL
21641 based on when we run the tests).
21642
21643 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21644 for SunOS4 (reason for failure not investigated). Remove
21645 redundant test for $binfile.
21646
21647 * gdb.base/nodebug.c (array_index): Call malloc.
21648
21649 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21650
21651 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21652
21653 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21654 conventions and slightly simplify the matching regexp.
21655
21656 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21657
21658 * gdb.base/break.exp: Update gdb_test invocation to use new
21659 convention.
21660
21661 * lib/gdb.exp: If noargs is not set, set it to 0.
21662
21663 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21664 tests unique.
21665
21666 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21667
21668 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21669
21670 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21671 one argument of type "<non-float parameter>".
21672
21673 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21674
21675 * config/rom68k.exp: New file to support Motorola IDP board.
21676 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21677 * gdb.base/break.c: Change things around so that this program
21678 doesn't depend upon args. This is necessary to make remote
21679 targets work (in general, they can't take args).
21680 * gdb.base/break.exp: Don't try to send args to program. Don't
21681 expect output. Also, replace lots of code with gdb_test.
21682
21683 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21684
21685 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21686 printing of '\'' (which is what the comment says we are testing,
21687 even though we were not), not '''.
21688 (test_integer_literals_rejected): Test that printing ''' is an error.
21689
21690 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21691 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21692 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21693 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21694 Use gdb_test not test_print_accept.
21695 * lib/gdb.exp: Remove test_print_accept.
21696
21697 * gdb.base/signals.exp (signal_tests_1): Make pass message
21698 consistent with fail message.
21699
21700 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21701 unsigned char; the bug (PR 1821) is fixed.
21702
21703 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21704
21705 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21706 successful tests--makes xfailing them work right.
21707
21708 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21709
21710 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21711 only \r\n, not .*. The test can pass .* as the last thing in
21712 $pattern if that is what it wants. In addition to providing this
21713 flexibility, this change should speed up pattern matching in cases
21714 where the pattern already ended with .* (there were a number of
21715 them). This change also helps catch bad patterns--in the old
21716 scheme the typo "char \*" instead of "char \\*" would pass. Now
21717 it is caught.
21718 * Many .exp files: Update callers.
21719
21720 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21721 clearer and does not spuriously match multiple ('s. Likewise for
21722 ) and *.
21723
21724 * gdb.base/nodebug.exp: Test ability to call a function and pass
21725 it a string (even with no debugging info).
21726
21727 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21728 "p '\'", which is the same as "p ''" once tcl gets done with
21729 quoting, to "p '\\'", which I suspect is what is intended (one
21730 backslash gets sent to GDB).
21731
21732 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21733
21734 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21735
21736 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21737 1817) was fixed literally years ago.
21738
21739 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21740
21741 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21742 test, it causes stepping out of call_after_alloca_subr with
21743 optimizing compilers.
21744 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21745 fails.
21746
21747 * gdb.c++/templates.exp: Source templ-info.exp only if
21748 the templates executable exists.
21749
21750 * gdb.c++/misc.cc (class Contains_static_instance,
21751 class Contains_nested_static_instance),
21752 gdb.c++/classes.exp (test_static_members): Test printing of
21753 a class that contains a static instance of the class.
21754
21755 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21756
21757 * gdb.base/langs2.c (cppsub_): Don't prototype.
21758 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21759 only, I believe).
21760
21761 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21762
21763 * lib/gdb.exp (skip_chill_tests): New procedure.
21764
21765 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21766
21767 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21768
21769 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21770 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21771
21772 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21773
21774 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21775
21776 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21777 disassemble 8, not 16, instructions for part 4.
21778
21779 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21780 support the latter anymore.
21781
21782 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21783 -DNO_PROTOTYPES.
21784 * gdb.base/callfuncs.c: Control use of prototypes based on
21785 NO_PROTOTYPES, not __STDC__.
21786 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21787 t_float_values2 tests if prototypes in use.
21788
21789 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21790 t_double_values): When checking differences against DELTA, check
21791 that difference is within the range (-DELTA,DELTA), not just
21792 (-infinity,DELTA).
21793
21794 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21795
21796 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21797 'file' command firts, then 'target', then 'load', this is due to gdb
21798 target set up.
21799 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21800
21801 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21802
21803 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21804 FP load/store variants.
21805 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21806
21807 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21808
21809 * gdb.base/term.exp: Do not give a warning if not native, it is
21810 not an abnormal condition.
21811
21812 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21813
21814 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21815 t_char_array".
21816
21817 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21818
21819 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21820 are getting the version number.
21821
21822 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21823 if not native, it is not an abnormal condition.
21824
21825 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21826
21827 * lib/gdb.exp: Just use "file exists", rather than undocumented
21828 dejagnu procedure "findfile".
21829
21830 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21831
21832 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21833 (LDFLAGS): Set to -Xlinker -Ur.
21834
21835 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21836 Removed, these values are set by lib/gdb.exp.
21837
21838 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21839
21840 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21841
21842 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21843 of replicating gdb startup code.
21844
21845 * config/mt-vxworks (LDFLAGS): Set to -r.
21846 (CFLAGS_FOR_TARGET): Removed.
21847
21848 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21849 (gdb) and gdb for vxworks uses (vxgdb).
21850
21851 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21852 executable is not in the tree and host != target, use sed and
21853 program_transform_name to determine the gdb name used by the
21854 target.
21855
21856 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21857 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21858
21859 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21860
21861 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21862 floats, chars, and shorts where there are ANSI-style function
21863 definitions.
21864
21865 * gdb.base/langs.exp, gdb.base/langs*: New test.
21866 * gdb.base/Makefile.in: Build it.
21867 * TODO: Remove item about checking that C names don't get C++
21868 demangling applied; this test tests it.
21869
21870 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21871
21872 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21873 went with the const70 xfail. The xfail went away a year ago.
21874
21875 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21876
21877 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21878 for hp300.
21879
21880 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21881
21882 * gdb.base/a1-selftest.exp: Don't run on hp300.
21883
21884 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21885
21886 * Makefile.in (site.exp): Set host_alias and target_alias as well
21887 as host_triplet and target_triplet.
21888
21889 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21890
21891 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21892
21893 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21894 places as other ecoff systems).
21895
21896 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21897 ultrix.
21898
21899 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21900
21901 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21902 remove them.
21903 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21904 variable and "variable" in addition to "data variable".
21905 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21906
21907 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21908 2.
21909 * gdb.base/list1.c (long_line): Add additional statement at start
21910 of function.
21911 * gdb.base/list.exp (test_forward_search): Update line number to
21912 reflect new statement.
21913
21914 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21915
21916 * gdb.base/signals.exp: Reinitialize searched source directories
21917 after gdb_start call.
21918
21919 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21920
21921 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21922 * gdb.stabs/Makefile.in: Likewise.
21923
21924 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21925 change. Instead split the tests into smaller pieces.
21926 * gdb.disasm/hppa.s: Corresponding changes.
21927
21928 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21929
21930 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21931 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21932
21933 * gdb.base/funcargs.exp: Modify many tests so that every test
21934 either passes or fails. Make some test names unique.
21935
21936 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21937
21938 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21939 Call stty to set interrupt character.
21940
21941 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21942 for HP assembler versus GNU assembler based on actual behavior of
21943 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21944
21945 * TODO: Suggest a few more stepping tests.
21946
21947 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21948
21949 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21950 restart GDB for h8300 after a continue.
21951 (return): Add pattern to match a29k-udi behavior.
21952 * gdb.base/nodebug.exp: Remove obsolete comment.
21953 * gdb.base/regs.exp: New file, testing of register displays.
21954 * gdb.base/return.exp: Fix typo in reference to $objdir.
21955 * gdb.base/whatis.exp: Always start with a fresh GDB.
21956
21957 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21958
21959 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21960 higher, these tests generate a lot of output.
21961
21962 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21963
21964 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21965 code following the catch silently ignored some errors; without the
21966 catch they should be thrown like any other tcl error. Also, the
21967 catch used "" instead of {} which meant all the callers who wanted
21968 to include one of the characters "[]$ had to quote it an extra time.
21969 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21970 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21971 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21972 Remove extra quoting.
21973
21974 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
21975
21976 * gdb.base/commands.exp: Make test names unique; every test either
21977 passes or fails. Update some comments.
21978
21979 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
21980
21981 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21982
21983 The following fixes a FAIL caused by the fact that the alpha stabs
21984 configuration didn't use the ".if alpha" code in weird.def.
21985 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
21986 bit pointer, so the 32 bit version works even on the alpha.
21987 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
21988 Remove the stuff which allowed us to have separate versions for
21989 alpha and everything else.
21990
21991 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
21992 regexp which "info func operator\[\](" is supposed to match. Fix
21993 string to send to GDB. Note that GDB still doesn't work right. Add a
21994 new test for "info func .perator\[\](" which GDB does handle correctly.
21995
21996 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
21997
21998 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21999
22000 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22001 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22002 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22003 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22004 it makes the tests harder to understand and confuses test-o-matic.
22005 The preferred style is that each test provides a PASS or a FAIL,
22006 and has a unique message (e.g. "continue #54" not just "continue")
22007 which is the same for the pass and the fail.
22008 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22009 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22010 to lib/gdb.exp.
22011 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22012 prt_accept which was basically the same thing. Likewise for
22013 test_print_reject and prt_reject.
22014 * lib/gdb.exp (test_print_reject): Add some more error message
22015 patterns to match from the former printcmds.exp (prt_reject).
22016 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22017 One defect of the passcount stuff is that some of it failed to
22018 report XPASS where appropriate.
22019 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22020 stuff before and after arg in expected pattern.
22021 (test_paddr_operator_functions): Re-do test without print_addr_of;
22022 this is the only test which seems to want extra stuff there.
22023
22024 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22025
22026 * gdb.base/nodebug.exp: Update new tests to reflect improved
22027 wording of gdb output.
22028
22029 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22030 and "ptype" work on variables in files compiled without -g.
22031 Replaces commented out "maint print msymbol" tests.
22032
22033 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22034
22035 * gdb.base/setvar.c (dummy): Call malloc.
22036
22037 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22038 losing with the irix4 sed.
22039
22040 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22041 ALRM" on irix4.
22042
22043 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22044
22045 * TODO: Remove items about corefile.exp testing new exec-file and
22046 backtrace; both are now done. Add items about printing enums.
22047
22048 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22049
22050 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22051 "get signal $thissig" test fails.
22052
22053 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22054
22055 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22056
22057 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22058 compiler warning with dec alpha compiler.
22059
22060 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22061 extra \n from gdb_test call (this explains why the prompt test
22062 that I removed yesterday was there).
22063 (user_defined_command_test): Remove extra \n and prompt test.
22064
22065 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22066 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22067 doesn't exist.
22068 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22069 Also remove alpha workaround, which turns out to be because
22070 SIGABRT == SIGLOST.
22071
22072 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22073
22074 * gdb.base/help.exp: Don't test "help show".
22075
22076 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22077
22078 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22079 "set print address" is on.
22080 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22081 pass prompt to gdb_test; gdb_test already looks for the prompt.
22082
22083 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22084
22085 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22086 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22087 was to make sure that gdb can read a core file. But (a) the "read
22088 the corefile" part didn't make it to a1-selftest.exp, we just
22089 delete the corefile after creating it, and (b) we test reading
22090 corefiles in corefile.exp anyway. Also, this test left around a
22091 xgdb process on Solaris.
22092
22093 * gdb.base/corefile.exp: Also test backtrace.
22094
22095 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22096
22097 * gdb.base/commands.exp: Test a simple user defined command with
22098 arguments and if/while statements; verify the full user command is
22099 printed by "show user".
22100
22101 * gdb.base/commands.exp: Test if/while commands as part of a
22102 breakpoint command list; verify they appear in breakpoint
22103 information.
22104
22105 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22106
22107 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22108 than by dividing by zero.
22109
22110 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22111
22112 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22113 performing an inferior call with watchpoints enabled.
22114 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22115 call.
22116
22117 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22118
22119 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22120 of "file" command.
22121
22122 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22123 Add additional pattern for when "int operator int(void);" appears
22124 in a different order.
22125
22126 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22127
22128 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22129
22130 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22131 and "signal" with ".*".
22132
22133 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22134
22135 * TODO: Add note about "handle all nostop".
22136
22137 * gdb.base/{sigall.c, sigall.exp}: New test.
22138 * gdb.base/Makefile.in: Add it.
22139
22140 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22141
22142 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22143 when invoking GDB, suppresses any windowing interface.
22144
22145 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22146
22147 * config/sim-gdb: New file, simulator testing support.
22148
22149 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22150
22151 * gdb.base/interrupt.exp: Test calling func1 twice.
22152
22153 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22154
22155 * gdb.base/list.exp (test_forward_search): Set timeout higher
22156 when we'll be getting lots of output from gdb.
22157
22158 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22159 "init_malloc" to after the expect statement. Run it if that
22160 regexp is taken, but also for two others which happen if source
22161 cannot be found.
22162
22163 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22164
22165 * gdb.base/printcmds.exp: New test, for printing register before
22166 program is running.
22167
22168 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22169
22170 * gdb.base/list.exp: Correct some alternate expect patterns
22171 to reflect changes in list1.c.
22172
22173 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22174
22175 * TODO: Add item regarding large frames.
22176
22177 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22178
22179 * TODO: Remove item about enabling return.exp; it
22180 is enabled. Suggest a few more "return" tests.
22181
22182 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22183
22184 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22185 anonymous unions.
22186
22187 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22188
22189 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22190 and pr-5646.o, so "make" is the same as "make all", not "make
22191 pr-4975.o".
22192
22193 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22194
22195 * gdb.base/list.exp: Adjust expectations to reflect changes in
22196 list1.c.
22197 (test_forward_search): New test proc.
22198 * gdb.base/list1.c (long_line): New function, has long source line.
22199
22200 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22201
22202 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22203 additional line of code that was added.
22204
22205 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22206
22207 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22208 tests so as not to overflow expect's input buffers.
22209 * gdb.disasm/hppa.exp: Corresponding changes.
22210
22211 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22212
22213 Beginnings of template debugging tests.
22214 * gdb.c++/templ-info.cc: New file to test for template
22215 debugging capability of the compiler.
22216 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22217 templ-info.cc.
22218 * gdb.c++/templates.cc: Add explicit template instantiations
22219 to enable compiling with -fno-implicit-templates. Add destructor
22220 and 'value' method to T5 class for template tests.
22221 * gdb.c++/templates.exp: Add testcases for printing of template
22222 types, setting breakpoints on template methods and calling a
22223 template method.
22224
22225 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22226
22227 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22228 branch target since some assemblers (gas-2.5) may emit a
22229 relocation for the branch instead of resolving it in the
22230 assembler.
22231
22232 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22233
22234 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22235 through signal handler.
22236
22237 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22238
22239 * configure.in (*-*-netware): Use config/mt-netware.
22240
22241 * config/mt-netware: New file.
22242 * config/mt-i386-netware: Removed, separate configs for different
22243 netware architectures are no longer needed now that we have
22244 --with-headers.
22245
22246 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22247
22248 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22249 by the recent changes to use ANSI C arithmetic conversions.
22250
22251 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22252
22253 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22254 bug involving using inferior_pid to figure out whether to select a
22255 frame.
22256
22257 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22258
22259 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22260 match the current disassembler output.
22261
22262 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22263
22264 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22265 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22266 types, expect "int" as type of integer values (for now).
22267
22268 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22269
22270 * gdb.base/commands.exp: New tests for if/while commands.
22271
22272 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22273
22274 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22275 by .*, since hex values have different syntax in Chill mode.
22276
22277 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22278
22279 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22280 linefeed from expect pattern for repeated types with indices > 9.
22281
22282 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22283
22284 First part of Fortran test suite.
22285 * gdb.fortran: New directory.
22286 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22287
22288 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22289
22290 * gdb.base/default.exp: Update expect pattern for load command
22291 without arguments.
22292
22293 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22294
22295 * configure.in: Change i386 to i[345]86.
22296 * gdb.base/configure.in: Likewise.
22297 * gdb.c++/configure.in: Likewise.
22298 * gdb.chill/configure.in: Likewise.
22299
22300 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22301
22302 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22303 patterns, since that is not a valid context for comments.
22304
22305 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22306
22307 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22308 repeated types and repeated types with indices > 9.
22309
22310 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22311
22312 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22313 2417; old bug has been fixed.
22314
22315 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22316
22317 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22318 send the newline ourselves instead of assuming gdb_test will do
22319 so when passed an empty input string.
22320
22321 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22322 stabs testcode.
22323
22324 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22325
22326 * lib/gdb.exp (gdb_test): Don't send anything if the first
22327 argument is an empty string. This makes cases where we want to
22328 match output that is already in expect's buffers (for example,
22329 matching a breakpoint after gdb_run_cmd has been called) work
22330 reliably.
22331
22332 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22333
22334 * config/netware.exp: New file.
22335
22336 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22337
22338 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22339 the -B and -L prefixes so we can find the debugging stub.
22340
22341 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22342 there and we are using the gcc from the tree.
22343
22344 * gdb.base/types.c: Removed.
22345
22346 * gdb.base/configure.in: Look for makefile fragments in ../config.
22347 Recognize i386-*-netware.
22348 * gdb.c++/configure.in: Likewise.
22349
22350 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22351
22352 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22353 the correct TCL syntax.
22354
22355 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22356
22357 * gdb.base/opaque.exp: use runto instead of messing around with
22358 breakpoints. Simplify by using gdb_test.
22359
22360 * gdb.base/bitfields.exp: restart between tests on netware targets
22361 because breakpoints aren't relocated after target death. Run
22362 processes to completion.
22363
22364 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22365
22366 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22367
22368 * Makefile.in: Remove extra tabs that confuse some versions
22369 of "make". Use the newly built gdb to test with by default,
22370 rather than the first one in the tester's search path.
22371
22372 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22373
22374 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22375
22376 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22377 condition help.
22378
22379 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22380
22381 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22382
22383 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22384 running.
22385 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22386 * gdb.base/funcargs.exp: Likewise.
22387
22388 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22389 * gdb.base/funcargs.exp: Likewise.
22390
22391 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22392 message is "".
22393
22394 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22395
22396 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22397 return,signals,twice}.exp: Handle non-existant binaries
22398 consistantly.
22399
22400 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22401 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22402 might testing a cross development system.
22403
22404 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22405
22406 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22407 runtest script is relative to ${srcdir}, not ${rootdir}.
22408
22409 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22410
22411 * gdb.base/signals.exp: Allow for optionality of breakpoint
22412 address.
22413
22414 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22415
22416 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22417
22418 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22419
22420 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22421 for size_t definition.
22422 * gdb.c++/templates.cc: Likewise
22423
22424 * config/mt-i386-netware: New file.
22425
22426 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22427 defined.
22428
22429 * gdb.base/Makefile.in: Added support for systems that name core
22430 files by appending "core" to the program name.
22431 * gdb.base/a1-selftest.exp: Likewise.
22432
22433 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22434
22435 * gdb.base/return.exp: Add comment and message for `return double'
22436 test failure on Sparc Solaris.
22437
22438 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22439
22440 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22441
22442 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22443
22444 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22445 from optimizing them away.
22446 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22447 patterns to include default constructors and assignment operators,
22448 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22449 character in the output of the virtual base pointer.
22450
22451 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22452
22453 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22454 expression match in print_addr_of to avoid unintented matches.
22455 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22456 versions up to 2.5.8.
22457
22458 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22459
22460 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22461 included file to run under newer versions of expect.
22462 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22463 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22464 Remove xfail for the virtual table of BDDHookV.
22465
22466 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22467
22468 * lib/gdb.exp (string_to_regexp): Set a default result.
22469 (default_gdb_start): Fix misleading message.
22470
22471 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22472
22473 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22474 Remove all CC, etc definitions.
22475 * config/mt-hpux: New file.
22476 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22477 (CFLAGS, LDFLAGS): Define.
22478 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22479
22480 * Makefile.in (site.exp): Don't insert host_os, etc.
22481 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22482 (distclean): Check existence of subdir.
22483 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22484 * gdb.base/Makefile.in: General cleanup and simplification.
22485 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22486 to build executables. Use default rule to build .o files.
22487 (EXPECT, RUNTEST, CC): Fix relative pathname.
22488 (site.exp): Don't insert host_os, etc.
22489 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22490 and/or SIGUSR1 defined.
22491 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22492 * gdb.c++/Makefile.in: General cleanup and simplification.
22493 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22494 (CFLAGS): Remove.
22495 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22496
22497 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22498
22499 * gdb.base/recurse.exp: Misc changes to get tests running again
22500 after Kung's changes to the watchpoint code.
22501 * gdb.base/watchpoint.exp: Likewise.
22502
22503 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22504
22505 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22506
22507 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22508
22509 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22510 * lib/gdb.exp (default_gdb_start): Define.
22511 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22512 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22513 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22514 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22515 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22516 Don't call gdb_target_udi in between tests.
22517
22518 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22519
22520 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22521 (which was basically just a local version of the same thing). In
22522 addition to avoiding duplication, gdb_test_exact is faster.
22523 * lib/gdb.exp (gdb_test_exact): Fix typo.
22524
22525 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22526 don't give an error.
22527
22528 * gdb.base/term.exp: Call delete_breakpoints before starting.
22529
22530 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22531 (t10): Add comment.
22532
22533 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22534
22535 Reorganization of the GDB Test Suite.
22536
22537 * gdb.base: New directory, contains all the basic tests.
22538 * gdb.c++: New directory, tests specific to C++.
22539 * gdb.chill: New directory, tests specific to Chill.
22540 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22541 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22542 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22543 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22544 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22545 t30-31 to chill).
22546 * */gdbme.*: Rename to match appropriate expect scripts.
22547 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22548 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22549 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22550 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22551 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22552 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22553 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22554 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22555 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22556 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22557 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22558 gdb.c++/virtfunc.cc: New names of C++ files.
22559 * gdb.chill/chillvars.ch: New name of Chill file.
22560 * gdb.base/configure.in, gdb.c++/configure.in,
22561 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22562 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22563 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22564 * configure.in (configdirs): Update to reflect directory changes.
22565 (target_abbrev): No longer define for any configuration.
22566 * Makefile.in: Cosmetic improvements to header comments.
22567
22568 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22569
22570 Various changes to gdb.t31:
22571
22572 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22573 * gdbme.ch: Make all key-words and predefineds be upper-case.
22574 * chillvars.exp: Expect key-words and predefinds in upper-case.
22575
22576 * chillvars.exp: Use gdb_test_exact many places.
22577 Change expected output for arrays (which now includes index labels).
22578
22579 * pr-5020.exp, gdme.ch (module PR_5020):
22580 New test, for PR-5020.
22581
22582 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22583
22584 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22585 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22586
22587 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22588
22589 * Makefile.in: Fix bit-rot in definitions of CHILL,
22590 CHILL_FOR_TARGET and Chill_LIB.
22591 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22592 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22593 CHILL, and CHILL_LIB.
22594
22595 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22596
22597 * Revert the previous changes. Please see Rob's directory
22598 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22599
22600 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22601
22602 * Makefile.in, configure.in, config/mips-gdb.exp,
22603 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22604 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22605 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22606 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22607 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22608 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22609 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22610 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22611 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22612 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22613 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22614 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22615 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22616 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22617 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22618 changes from 94Q1.
22619
22620 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22621
22622 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22623 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22624 Rob's new testing fragments.
22625
22626 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22627
22628 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22629 lib/gdb.exp: Replace error proc calls with perror.
22630
22631 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22632
22633 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22634 version also, match on casted version strings, and match on
22635 gdb startup case where the line numbers might be messed up.
22636
22637 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22638
22639 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22640 (CFLAGS): Delete it from here.
22641
22642 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22643
22644 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22645
22646 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22647
22648 * Makefile.in (RUNTEST): Default to just "runtest".
22649
22650 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22651
22652 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22653 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22654 the code has been restructured.
22655
22656 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22657
22658 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22659 \n, not just one of each.
22660
22661 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22662 /bin/cc gives a warning if you do.
22663
22664 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22665
22666 * gdb.t24/demangle.exp: change expect pattern of
22667 __t10ListS_link1ZUiRCUiPT0
22668
22669 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22670
22671 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22672 on local variables in recursive functions.
22673
22674 * gdb.t07/Makefile.in: Build the new test.
22675
22676 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22677
22678 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22679 directly. Instead compare the return values from actual calls.
22680
22681 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22682
22683 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22684
22685 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22686
22687 * From Peter Schauer with minor modifications.
22688 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22689 stops in mid-line in the caller. Add xfail for returning a float
22690 value on X86 targets.
22691
22692 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22693
22694 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22695 to avoid expect lossage.
22696 (fmem_LRbug_tests): Likewise.
22697 * gdb.disasm/hppa.s: Corresponding changes.
22698
22699 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22700 conditions to work with latest dejagnu/expect.
22701
22702 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22703 expected to fail on the PA.
22704 (backtrace in call with trampolines): Explicitly require main
22705 to be frame #1 (no trampolines should show up in backtrace).
22706
22707 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22708 "continue -expect".
22709 * gdb.t06/break.exp: Likewise.
22710 * gdb.t07/watchpoint.exp: Likewise.
22711 * gdb.t13/bitfields.exp: Likewise.
22712 * gdb.t15/{funcargs,return}.exp: Likewise.
22713 * gdb.stabs/weird.exp: Likewise.
22714 * config/{mips,udi}-gdb.exp: Likewise.
22715
22716 * hppa.sed: Enclose comments within a sed command to avoid
22717 losing with the old OSF1 sed.
22718
22719 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22720
22721 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22722 sequent dynix.
22723 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22724 * gdb.t15/funcargs.exp: Conditionally step again to really
22725 finish from marker_call_with_trampolines. Handle the case where
22726 the first step from within call_with_trampolines already steps
22727 us back to main.
22728 * gdb.t15/gdbme.c: Add comment to closing brace of
22729 call_with_trampolines for funcargs.exp.
22730
22731 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22732
22733 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22734 Fix typo(s).
22735
22736 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22737
22738 * gdb.t07/gdbme.c: More code for watchpoint testing.
22739
22740 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22741 "Hardware watchpoint" throughout file.
22742 (test_watchpoint_triggered_in_syscall): New test.
22743 (test_complex_watchpoint): New test.
22744
22745 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22746
22747 * gdbme.c (call_with_trampolines): New function to try and step
22748 into. Tests trampoline problems on the PA.
22749
22750 * funcargs.exp (localvars_in_indirect_call): No longer expect
22751 stepping into indirect call to fail on PAs.
22752 (test_stepping_over_trampolines): New test.
22753
22754 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22755
22756 * TODO: Add suggestions for static member function tests, and
22757 completion tests.
22758
22759 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22760
22761 * TODO: Add suggestions for "p/a" tests.
22762
22763 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22764 (default_gdb_exit): Replace all the hair with sending "quit" to
22765 the process with a simple close.
22766
22767 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22768
22769 * TODO: Add suggestions for shared library tests.
22770
22771 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22772
22773 * TODO: Add suggestions for x/s tests.
22774
22775 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22776
22777 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22778 "enable once", and "enable breakpoints once" with ".*".
22779
22780 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22781
22782 * TODO: Add suggestions about structure passing tests.
22783
22784 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22785
22786 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22787 the primary1 test, use work around if __GNUC__ < 2.
22788 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22789 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22790 Test for bad output rather than waiting for timeout. Issue
22791 second continue only if first continue failed.
22792
22793 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22794
22795 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22796 operator[] test with gdb_test because the old code didn't seem to
22797 be getting the quoting right with the new dejagnu.
22798
22799 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22800
22801 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22802 one from the path.
22803 * Makefile.in: Use a fresh expect if there is one, use runtest
22804 from the src tree if there is one.
22805
22806 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22807
22808 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22809 next over recursive call. Revise the tests from that point on
22810 (which had been skipped) to match GDB's actual (correct) output.
22811
22812 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22813 with next over a breakpoint whose condition is false.
22814
22815 * gdb.t00/help.exp: Comment out "help set print" tests just like
22816 (and for same reason as) "help set" test.
22817
22818 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22819
22820 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22821 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22822
22823 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22824
22825 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22826 necessary gdb_target_udi.
22827
22828 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22829
22830 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22831 1838 and 2417; they are fixed.
22832
22833 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22834 gdb.t03/ptype.exp (ptype structure, ptype union):
22835 Remove xfails; the test is looser than when the xfails were added.
22836
22837 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22838 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22839
22840 * gdb.t01/run.exp: Only run shell test if isnative.
22841
22842 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22843 since "run" automatically loads if necessary. Call gdb_target_udi
22844 after the "file" since "file" kills any execution target.
22845
22846 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22847 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22848 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22849 argument for UDI.
22850
22851 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22852
22853 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22854
22855 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22856
22857 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22858
22859 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22860 properly quoting regexps. This makes the second argument to
22861 demangle a fixed string, which matches the callers, instead of a
22862 shell-style pattern which is what the previous implementation
22863 used. Update some of the callers.
22864
22865 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22866
22867 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22868 (comib_nullified_tests): Fix typo.
22869 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22870 strings. No longer expected to fail.
22871
22872 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22873 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22874 strings. No longer expected to fail.
22875
22876 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22877 string. No longer expected to fail.
22878
22879 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22880
22881 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22882 No longer expected to fail.
22883
22884 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22885 string. No longer expected to fail.
22886
22887 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22888
22889 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22890 only in the names (I probably got most of them). I was even
22891 generous with some which differed in underscores in names, and
22892 probably missed a few, and I *still* was able to remove almost a
22893 third of the file with almost no impact on testsuite coverage.
22894
22895 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22896
22897 * gdb.t00/default.exp: Match udi_attach error message as well as
22898 the one from child_attach.
22899
22900 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22901
22902 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22903
22904 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22905 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22906
22907 * Move test with enums and partial symbols back to
22908 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22909 Reverts the change of 26 May 93. Per today's change to
22910 stabs.texinfo, the behavior that weird.exp was expecting was
22911 unreasonable; what is important is that the compiler+gdb get
22912 things right, which happens with a recent gcc. Also fix the test
22913 to deal with native compilers which put out the stab gdb can't
22914 deal with.
22915
22916 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22917
22918 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22919 in the names. The main thing these accomplish is to slow things down.
22920 Many more such duplicates surely remain.
22921
22922 * gdb.t00/help.exp: Comment out "help support" test just like
22923 (and for same reason as) "help set" test.
22924
22925 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22926
22927 * gdb.t06/break.exp: Remove setup_xfails for
22928 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22929 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22930 about known bug in gcc to include up through 2.5.8.
22931 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22932 well as "_vb$".
22933 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22934 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22935 with latest gcc and gdb.
22936 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22937 well as "_vb$".
22938
22939 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22940
22941 * configure.in (hppa*-*-*): Also configure and build stabs-only
22942 tests.
22943
22944 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22945
22946 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22947 * gdb.t10/configure.in (hppa*-*-*): Use it.
22948
22949 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22950
22951 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22952
22953 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22954
22955 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22956 versions prior to 1.13.5.
22957
22958 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22959
22960 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22961 the prompt is at the start of a line.
22962
22963 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22964
22965 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22966 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22967 in the copr tests now.
22968 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22969 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22970 expected to fail.
22971
22972 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22973
22974 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
22975 gdb.t31/chillvars.exp, lib/gdb.exp:
22976 Tweak to run under either version of expect.
22977 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
22978 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
22979 * gdb.t11/list.exp: Remove extraneous whitespace.
22980
22981 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22982
22983 * gdb.t16/printcmds.exp (test_print_strings): Accept
22984 "(unsigned char *) " before the string.
22985
22986 * TODO: Add notes about printing of fancy types and GDB expressions.
22987
22988 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
22989
22990 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
22991 * gdb.t06/configure.in: Don't try to compile signals test program
22992 if doing mips-idt-ecoff.
22993
22994 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
22995
22996 * Most .exp files: Tweak to run under either version of expect.
22997
22998 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22999
23000 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23001 xfails; I'm not sure why they are failing, but not because of PR 1806.
23002
23003 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23004
23005 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23006 defined in lib/gdb.exp.
23007
23008 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23009
23010 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23011 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23012 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23013 have to be typeless.
23014
23015 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23016
23017 * TODO: Add suggestion for copyright year test.
23018
23019 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23020
23021 * configure.in (*-*-lynxos*): Add stabs tests.
23022
23023 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23024
23025 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23026 so insert a tab before any assembler directive in column zero.
23027
23028 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23029 stores.
23030 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23031 stores.
23032 (fpu_short_memory_tests): Likewise.
23033
23034 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23035
23036 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23037 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23038 .stabs directives in comments.
23039
23040 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23041
23042 * TODO: New file, describing tests we could write.
23043 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23044
23045 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23046
23047 * gdb.t06/signals.exp: Add kludge to force re-sync.
23048
23049 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23050 to xgdb instead of gdb, get out of gdb.
23051
23052 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23053
23054 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23055 for info.
23056
23057 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23058
23059 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23060 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23061 * gdb.stabs/hppa.sed: New sed script for the PA.
23062
23063 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23064
23065 * gdb.stabs: Re-write weird.def and configuration to use sed
23066 instead of cpp. sed is portable and POSIX; cpp is neither.
23067
23068 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23069
23070 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23071
23072 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23073
23074 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23075
23076 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23077
23078 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23079 "_vb$".
23080 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23081 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23082
23083 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23084
23085 * lib/gdb.exp: Comment out code which depends on non-existent
23086 `transform' procedure.
23087
23088 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23089
23090 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23091 * lib/gdb.exp: Transform tool name.
23092 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23093 1.1's new error handling system.
23094
23095 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23096
23097 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23098
23099 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23100
23101 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23102 They made pattern matching so slow that timeouts happened on
23103 heavily loaded systems. Now any output from "show print" which
23104 gets us back to the GDB prompt is a PASS.
23105
23106 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23107
23108 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23109
23110 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23111
23112 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23113
23114 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23115 It is not from PR 3220.
23116
23117 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23118
23119 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23120 just started failing because they depended on the order the
23121 subcommands are presented, or exact docstring text. This kind of
23122 test is a pain and has minimal benefit.
23123
23124 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23125
23126 * gdb.t09/corefile.exp: At end of test, use "core" command with
23127 no arguments.
23128
23129 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23130
23131 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23132 17}/Makefile.in: Make it possible to run the testsuite with Sun
23133 make and CC = cross gcc by adding explicit build rules for .o
23134 files.
23135
23136 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23137
23138 * gdb.t15/funcargs.exp: Don't put comments on same line as
23139 setup_xfail (@#$*%& tcl braindamage!).
23140
23141 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23142
23143 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23144
23145 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23146
23147 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23148 * gdb.t20/inherit.exp: remove three dumplicate entries.
23149
23150 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23151
23152 * gdb.t06/break.exp: For "next over recursive call", fail on any
23153 incorrect output, not just on "factorial (value=2)".
23154
23155 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23156
23157 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23158 working now. Add an xfail if accesing a bss variable causes
23159 a memory error if the target is not yet run.
23160
23161 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23162
23163 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23164 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23165 name of __st* demangling (2 strings). Did Kung really get the
23166 more than 95 others right without testing them?
23167
23168 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23169
23170 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23171
23172 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23173
23174 * configure.in (configdirs): Add gdb.disasm
23175 * gdb.disasm: New directory for GDB disassembler tests.
23176 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23177
23178 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23179
23180 * gdb.t00/help.exp: Don't test "help set".
23181
23182 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23183 from within expect statements. None of these happen anymore and
23184 they cause regressions to be silently unnoticed.
23185
23186 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23187 messages) about known failures with gcc cygnus-2.4.5-930417.
23188
23189 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23190 comp-info.exp so it gets built if it doesn't exist.
23191
23192 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23193 it is no longer used.
23194 * gdb.t13/comp-info.c: Removed.
23195
23196 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23197
23198 * gdb.t06/signals.exp: Add xfail for sun3.
23199
23200 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23201
23202 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23203 relevant because ^C doesn't get sent but failure can be reproduced
23204 interactively).
23205
23206 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23207
23208 * gdb.stabs/alpha.mt: New configuration file for alpha.
23209 * gdb.stabs/configure.in: Use it.
23210 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23211 sharing with alpha.mt, redefine long to word via preprocessor.
23212 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23213 for alpha.
23214 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23215 native cc.
23216 * gdb.t00/teststrategy.exp: Change expect string so that we
23217 consume the `(xgdb)' from the command echo and from the gdb prompt.
23218 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23219 gdb currently compares all values as long, so this failure probably
23220 applies to any configuration where LONGEST is bigger than a target int.
23221 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23222 with gcc.
23223 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23224 to handle opaque pointers, gcc is.
23225 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23226 as first argument. Include <sys/types.h> and change all operator
23227 new definitions to use size_t.
23228 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23229 now that we use size_t.
23230
23231 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23232
23233 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23234 a long or float array cast all array members to the same type.
23235 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23236 with 64 bit longs.
23237 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23238 on alpha.
23239 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23240
23241 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23242
23243 * gdb.t24 (demangle.exp): Constructors of templates have names like
23244 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23245 section 14.6 of the ARM.
23246
23247 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23248 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23249 accomplish little and slow down the testsuite.
23250
23251 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23252 Accept spaces various places.
23253
23254 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23255
23256 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23257 with watchpoint enabled.
23258
23259 * Makefile.in: Remove definition of CC and remove the second
23260 definition of CXX (the "CXX = gcc" one remains). These definitions
23261 were causing backquotes to be expanded within backquotes, which
23262 doesn't work.
23263
23264 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23265
23266 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23267
23268 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23269
23270 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23271 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23272 by mips cc and contains no stabs entries.
23273
23274 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23275
23276 * config/vx-gdb.exp: Use fake device to load files rather than
23277 NFS.
23278 * lib/gdb.exp: New proc to do "file" command.
23279 * config/unix-gdb.exp: Use new "file" proc.
23280
23281 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23282
23283 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23284 Rework board rebooting slightly.
23285 (gdb_exit): Don't exit from the remote shell; there isn't one.
23286 * gdb.stabs/weird.exp: If a program is being debugged already,
23287 kill it.
23288 * gdb.t04/setvar.exp: Stop and restart gdb.
23289 * gdb.t05/expr.exp: Likewise.
23290 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23291 restart gdb and reload the program.
23292 * gdb.t08/opaque.exp: Likewise.
23293 * gdb.t12/scope.exp: Likewise.
23294 * gdb.t13/bitfields.exp: Likewise.
23295 * gdb.t15/funcargs.exp: Likewise.
23296 * gdb.t20/classes.exp: Likewise.
23297 * gdb.t03/ptype.exp: Increase timeout.
23298 * gdb.t16/printcmds.exp (test_print_string_constants,
23299 test_print_array_constants): Likewise.
23300 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23301 * gdb.t20/classes.exp (do_tests): Likewise.
23302 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23303
23304 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23305
23306 * gdb.stabs: Renamed *wierd* to *weird*.
23307
23308 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23309
23310 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23311 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23312
23313 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23314
23315 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23316 (do_tests): Remove xfail for whatis on one_var and two_var.
23317
23318 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23319
23320 * Makefile.in: Made cross building work better by adding
23321 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23322
23323 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23324
23325 * gdb.t15/{return.c,return.exp,Makefile.in}:
23326 New test, currently commented out.
23327
23328 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23329
23330 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23331 still running and removes the leftover named socket so GDb can do
23332 clean restarts.
23333
23334 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23335
23336 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23337 console, not GDB.
23338 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23339 cross testing works better with "make check"
23340 * config/unix-gdb: Use default procedures for exit and version.
23341 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23342 with the newest VxWorks.
23343
23344 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23345
23346 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23347 old form.
23348
23349 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23350 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23351
23352 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23353
23354 * config/unix-gdb.exp: Remove this version of gdb_exit
23355 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23356 Rob says he'll look at it when he gets back to testing boards.
23357
23358 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23359
23360 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23361 an expected fail for certain ptype commands.
23362
23363 * gdb.t20/classes.exp: Update expected results of "ptype class
23364 Base1" to account for the constructor that now appears in the type.
23365
23366 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23367
23368 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23369 disappeared from list.
23370 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23371 "alldone" proc with call to cleanup and exit.
23372 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23373 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23374 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23375 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23376 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23377 "alldone" proc with simple returns that suppress remaining
23378 tests. The alldone proc went away many months ago.
23379
23380 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23381
23382 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23383
23384 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23385
23386 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23387
23388 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23389 as vax gdb will display them.
23390
23391 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23392
23393 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23394 optimizers.
23395
23396 * scope.exp: Change "bad value for localval" messages so each one
23397 is unique.
23398
23399 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23400 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23401
23402 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23403
23404 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23405
23406 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23407 doesn't exist (due to optimization).
23408
23409 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23410
23411 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23412 contains \r because the filename is long.
23413
23414 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23415 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23416
23417 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23418
23419 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23420 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23421 Ultrix.
23422 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23423 int tests.
23424 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23425
23426 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23427
23428 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23429
23430 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23431 to match does not match the passing case but still matches the
23432 failing case.
23433
23434 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23435
23436 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23437
23438 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23439
23440 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23441 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23442 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23443 Remove various versions of gdb_exit.
23444 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23445 gdb_exit.
23446 * config/unix-gdb.exp: gdb_exit remains here, and should override
23447 the generic version, since it's doing a lot of wierd stuff that
23448 the other versions aren't. FIXME, fold it in, or abandon this
23449 version.
23450
23451 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23452
23453 * gdb.t24/demangle.exp: Add tests for PR 3220.
23454
23455 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23456
23457 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23458
23459 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23460
23461 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23462 "i386-*-*". Works for i486 as well.
23463
23464 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23465 bug, and expand domain of xfail to all SVR4 systems, since the
23466 actual problem is likely to be in generic SVR4 /proc support.
23467
23468 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23469
23470 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23471
23472 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23473
23474 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23475 xfails for other systems. Match a missing 'Continuing.' as an
23476 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23477
23478 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23479 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23480 Only issue warning for missing executables if -all option is used.
23481
23482 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23483 file if -all option is used. It's like an unpredictable XFAIL.
23484
23485 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23486
23487 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23488 for dynamically linked binaries.
23489
23490 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23491
23492 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23493
23494 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23495 to state that this is a known bug in old versions of g++.
23496
23497 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23498
23499 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23500 while waiting for `Continuing'.
23501
23502 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23503
23504 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23505 in text, data, and bss.
23506 * gdb.t10/nodebug.c: Add local and global test variables for
23507 initialized and uninitialized data.
23508
23509 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23510
23511 * config/unix-gdb.exp (gdb_exit): Add "wait".
23512
23513 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23514
23515 * gdb.t06/signals.exp: xfail the continue from the handler for all
23516 targets.
23517
23518 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23519 function with watchpoints enabled, the i386 call dummy starts with
23520 a call.
23521
23522 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23523 386 bsd names its corefiles.
23524
23525 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23526
23527 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23528 compilers don't grok it.
23529 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23530 with small octal ints rather than character constants, which
23531 are signed and might not fit if first promoted to int.
23532
23533 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23534
23535 * gdb.t09/Makefile.in (clean): Remove corefile.
23536
23537 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23538
23539 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23540
23541 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23542 and Jim Kingdon (kingdon@cygnus.com)
23543
23544 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23545 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23546 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23547
23548 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23549
23550 * gdb.t17/interrupt.exp: Add xfail for hppa.
23551
23552 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23553
23554 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23555 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23556 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23557 to determine signed-ness of bitfields and use the result to setup
23558 the xfail.
23559 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23560 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23561 call line is reached if necessary.
23562
23563 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23564
23565 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23566
23567 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23568
23569 * gdb.t06/break.exp: Also test `clear' command.
23570
23571 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23572
23573 * gdb.t00/teststrategy.exp: Remove extra quote.
23574
23575 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23576 watchpoint enabled to be for all non-68k machines.
23577
23578 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23579
23580 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23581
23582 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23583 targets use aout.mt instead of ecoff.mt as gas understands
23584 standard aout format.
23585
23586 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23587
23588 * lib/gdb.exp (runto): Don't insist that function we are running to
23589 was compiled with -g.
23590
23591 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23592
23593 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23594 to get back into the read system call.
23595 Accept leading newline in case where we woke it up.
23596
23597 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23598
23599 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23600 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23601 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23602 enable ecoff configuration.
23603
23604 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23605
23606 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23607
23608 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23609
23610 * gdb.t16/printcmds.exp: Add another printf test.
23611
23612 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23613
23614 * configure.in: If configured -with-stabs on any target, add
23615 stabsdirs to configdirs.
23616
23617 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23618
23619 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23620 fun" so pattern does not match the command itself.
23621
23622 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23623
23624 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23625
23626 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23627
23628 * gdb.t17/interrupt.exp: Test for more things.
23629
23630 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23631
23632 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23633 compiler arranges the code and line numbers.
23634
23635 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23636
23637 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23638
23639 * gdb.t00/help.exp: Increase expect input buffer size.
23640
23641 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23642
23643 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23644
23645 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23646
23647 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23648
23649 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23650 [0-9]*, not just [0-9].
23651
23652 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23653
23654 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23655
23656 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23657
23658 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23659
23660 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23661
23662 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23663
23664 * gdb.t06/signals.c: Add xfails for sun3.
23665
23666 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23667
23668 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23669 test_stepping tests.
23670
23671 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23672
23673 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23674
23675 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23676
23677 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23678 rather than actually putting it through cpp twice.
23679
23680 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23681
23682 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23683
23684 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23685 no longer needed.
23686
23687 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23688
23689 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23690
23691 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23692 C++ features prints as "struct", make it a pass, not an xfail.
23693
23694 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23695
23696 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23697 Don't require VA to print as "class" rather than "struct".
23698
23699 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23700
23701 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23702
23703 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23704
23705 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23706
23707 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23708
23709 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23710 order.
23711
23712 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23713
23714 * gdb.t16/printcmds.exp: Add printf tests.
23715
23716 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23717
23718 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23719
23720 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23721
23722 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23723 pass counts, to counteract any existing or future setup_xfails.
23724
23725 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23726
23727 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23728 {BEGIN,END}_COMMON for common block instead of STAB.
23729 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23730
23731 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23732 intp_var should be N_GSYM not N_LSYM.
23733 wierd-aout.S: Use a label for the value of the N_SO.
23734 wierd.def: Remove all backslashes.
23735 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23736
23737 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23738
23739 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23740 get the expected next to inheritance3.
23741
23742 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23743
23744 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23745 now that gcc-2.4 gets it right.
23746
23747 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23748
23749 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23750
23751 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23752 generating comp-info.exp which works for cross-compilation.
23753
23754 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23755
23756 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23757 "*-*-sysv4.*".
23758
23759 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23760
23761 * gdb.t01/run.exp: Start with a fresh gdb.
23762 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23763 SVR4.x.
23764
23765 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23766
23767 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23768 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23769 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23770 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23771 things to remove.
23772
23773 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23774
23775 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23776 test cases from bug reports.
23777
23778 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23779
23780 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23781 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23782 avoid spurious xfails.
23783 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23784 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23785 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23786
23787 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23788
23789 * gdb.t00/teststrategy.exp: Rework to provide more useful
23790 description of each test, fix problem with systems that define
23791 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23792 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23793 results for "next over recursive call" so timeouts aren't taken
23794 by error.
23795
23796 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23797
23798 * gdb.t12/scope.exp: Test printing of variables before run.
23799
23800 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23801 printed in wrong order due to sorting.
23802
23803 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23804
23805 * gdb.t00/teststrategy.exp: Fix expected results for printing
23806 user entered string constant. Is array of char, prints with no
23807 address.
23808
23809 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23810 commands.
23811 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23812 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23813 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23814 of struct of char arrays.
23815 * gdb.t00/radix.exp: New tests for radix commands.
23816
23817 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23818
23819 * gdb.t16/printcmd.exp: Print a variable before running program
23820 (with xfail for AIX).
23821
23822 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23823
23824 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23825
23826 * gdb.t16/printcmd.exp: Don't print variables before running program.
23827
23828 * gdb.t06/break.exp: Don't require envp argument to main.
23829
23830 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23831
23832 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23833 Add xfails for rs6000.
23834
23835 * gdb.t02/whatis.exp: Change other tests not to re-test something
23836 we already tested.
23837
23838 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23839 each type used has a variable of that type.
23840
23841 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23842
23843 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23844
23845 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23846
23847 * configure.in: change srctrigger to be a file, not a directory
23848
23849 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23850
23851 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23852
23853 * gdb.t11/list.exp: Fixed a couple of typos.
23854
23855 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23856
23857 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23858 is fixed and PR is closed.
23859 * gdb.t16 (gdbme.c): Add simple test string variable.
23860 * gdb.t16 (printcmds.exp): Add tests with simple test string
23861 variable, primarily for boundaries on "set print elements".
23862
23863 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23864
23865 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23866 Make leading 0's optional and don't expect a tab in the middle
23867 of the number.
23868
23869 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23870
23871 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23872 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23873 don't end command passed to gdb_test with newline.
23874
23875 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23876 signed keyword away, don't expect signed bitfields to be signed.
23877
23878 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23879 printing with only as many 1's as are in the field as well as printing
23880 with 32 1's (see comment).
23881
23882 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23883
23884 * gdb.t00/default.exp: Start with a fresh gdb.
23885 * configure.in (configdirs): Remove gdb.t31 until the chill
23886 compiler works again. It no longer is able to find chillrt0
23887 since it isn't in libchill.a anymore.
23888 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23889 wierd.o, make more modular.
23890 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23891 spurious newlines that caused problems.
23892
23893 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23894
23895 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23896 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23897 gdb.stabs/wierd.{exp,def}: Many new tests.
23898
23899 * gdb.t00/default.exp: update info line for new message.
23900
23901 * gdb.t02/{whatis.exp,gdbme.c}:
23902 Test that "char *" doesn't print as "caddr_t".
23903
23904 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23905
23906 * gdb.t00/help.exp: Use .* in place of some help messages which
23907 just changed.
23908 gdb.t00/default.exp: Update "info frame" test for new message.
23909 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23910 Remove some xfails
23911
23912 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23913
23914 * gdb.t03/{gdbme.c,ptype.exp}:
23915 Add tests for typedef'd struct and union without tags.
23916 Also check "whatis" on a variable of a typedef'd enum without a tag.
23917
23918 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23919 PRMS 1823; the bug still exists but isn't reproduced by this test
23920 anymore), and remove rs6000 XFAIL (the bug is fixed).
23921
23922 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23923 duplicated from whatis.exp. For those that are left, accept
23924 "long", "long int", or "int" for long variables (whatis.exp already
23925 has an XFAIL for "int", so no need to fail it here).
23926
23927 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23928 Deal with GCC's names for types now that GDB uses the compiler's names.
23929
23930 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23931 setup_xfail's for sunos4. If we #defined the signed keyword away,
23932 don't expect GDB to know that char it is signed.
23933
23934 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23935
23936 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23937
23938 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23939 should work on any system, regardless of debugging format.
23940 * gdb.t21/demangle.exp: Move to gdb.t24.
23941 * gdb.t24/demangle.exp: Move from gdb.t21.
23942 * gdb.t24/{Makefile.in, configure.in}: New files.
23943
23944 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23945
23946 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23947 * gdb.stabs: New directory.
23948
23949 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23950
23951 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23952 not just "Quit anyway?".
23953
23954 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23955
23956 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23957 that all setup_xfails are immediately followed by clear_xfails.
23958
23959 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23960
23961 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23962 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23963 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23964 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23965 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23966 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23967 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23968 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23969 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23970 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23971 gdb.t31/chillvars.exp, lib/gdb.exp:
23972 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23973 bug-gdb@prep.ai.mit.edu.
23974
23975 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
23976
23977 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
23978 with 0.0, not integer 0.
23979
23980 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
23981
23982 * gdb.t06/break.exp: Update for "Kill the program" message change.
23983
23984 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
23985
23986 * Makefile.in (GDBFLAGS): Set to -nx.
23987 * Makefile.in (site.exp): Use GDBFLAGS.
23988
23989 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23990
23991 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
23992 Makefiles.
23993 (check): depend on just-check.
23994 (just-check): added so that tests can be run without a noop
23995 build pass.
23996
23997 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
23998
23999 Switch to using configure's configdirs.
24000 * Makefile.in (Makefile): add configure.in dependency.
24001 (SUBDIRS): removed redundant assignment.
24002 * configure.in: switch subdirs assignment to configdirs.
24003 * gdb.t*/configure.in: new files.
24004
24005 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24006
24007 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24008 works.
24009
24010 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24011
24012 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24013 in explicit rules. Apparently this is not supported by some makes.
24014
24015 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24016
24017 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24018
24019 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24020
24021 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24022 disappeared.
24023
24024 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24025
24026 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24027
24028 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24029
24030 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24031 watchpoint problem that is now fixed.
24032 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24033 uninitialized convenience variables.
24034 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24035 structures.
24036
24037 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24038
24039 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24040 which causes expect to get out of sync with gdb on long output
24041 from help set.
24042 * gdb.t09/corefile.exp: Make expected pattern for core file
24043 failing signal and frame output format less sun specific.
24044
24045 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24046
24047 * gdb.t31/chillvars.exp: Add and remove initial dummy
24048 breakpoint, so that symbol table is forced in.
24049 (Needed at least on Sunos4, though it seems not SVR4.)
24050 * gdb.t31/chillvars.exp: Update for changed output format.
24051
24052 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24053
24054 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24055
24056 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24057
24058 * Makefile.in: Added --srcdir when invoking runtest, removed the
24059 need for a local config file. (optional now)
24060
24061 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24062
24063 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24064 failure count used to force early termination. Add some more
24065 expected failures for gnu style demangling.
24066
24067 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24068
24069 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24070 pmi variable from gdb.t20/gdbme to get optimized away.
24071 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24072 Check for written corefile upon timeout _and_ eof.
24073
24074 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24075
24076 * config/unix-gdb.exp: Add missing return 0.
24077
24078 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24079
24080 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24081 test termination.
24082
24083 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24084
24085 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24086 disappeared.
24087
24088 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24089
24090 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24091 time as i860 support works.
24092
24093 * gdb.t15/funcargs.exp: Fix expected outputs to include
24094 "backtrace 100\r" rather than just "backtrace\r", to match last
24095 change.
24096
24097 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24098
24099 * config/udi-gdb.exp (gdb_exit): Remove close command.
24100 (gdb_target_udi): New procedure to set the UDI target.
24101 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24102 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24103 Added waits for prompts after several question responses. Added
24104 some more responses used by a29k-amd-udi-gdb.
24105 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24106 pass different arguments, restart UDI connection after program
24107 completion.
24108 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24109 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24110 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24111 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24112 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24113 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24114 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24115 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24116 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24117 after program completion.
24118 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24119 compiled with a SELECT_VECS setting.
24120 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24121 infinite recursion.
24122
24123 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24124 Added checks for COFF results, and made them expected failures for
24125 all targets. It would be better to make them expected failures
24126 for COFF targets only.
24127
24128 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24129
24130 * Makefile.in: add null dvi target, don't bother to recurse
24131 through test directories for info and install-info; rename
24132 $(datadir) to be dejagnu instead of deja-gnu
24133
24134 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24135
24136 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24137 compiler to coredump.
24138 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24139 code.
24140
24141 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24142
24143 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24144 coredump.
24145 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24146 code.
24147
24148 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24149
24150 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24151 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24152 which in a shell. Deletes xgdb when done.
24153 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24154 Tests the return from the "set height" or "set width" commands.
24155 Added a few return codes where needed.
24156
24157 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24158
24159 * Makefile.in (SUBDIRS): Add gdb.t17.
24160 * configure.in (subdirs): Add gdb.t17.
24161 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24162 files to test gdb's calling of functions in the inferior with
24163 the correct arguments and gdb's ability to retrieve any
24164 result returned.
24165
24166 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24167
24168 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24169 may be called after gdb goes away. Previous versions of expect
24170 needed these to avoid file descriptor leaks, but they cause
24171 errors with the current revision of expect.
24172 * gdb.t00/gdbvars.exp: Use -re on expected output after
24173 setting sevenbit-strings.
24174 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24175 to set sevenbit-strings consistent across tests.
24176 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24177 set sevenbit-strings consistent across tests.
24178
24179 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24180
24181 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24182 expected output to match current "expect" expectations.
24183
24184 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24185
24186 * gdb.t00/default.exp: Change expected output for default "source"
24187 command, to match new gdb behavior which requires a filename to
24188 source.
24189
24190 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24191
24192 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24193 expected fail for i486-*-* that misses the marker2 function.
24194 * gdb.t10/crossload.exp (bfddefault): Allow successful
24195 recognition of a format to pass even if no symbols are found.
24196 Explicitly catch failures where the format is not recognized
24197 or is ambiguous, and add the reason to the fail message.
24198 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24199 the cause is and invalid target and add reason to failure message.
24200 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24201 elf32-i386, elf32-sparc, and elf32-i860.
24202 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24203 Set up expected failure for 'filename'::variable scope resolution,
24204 which is now apparently broken on all targets.
24205 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24206 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24207 gdb.t23/templates.exp: Change failure for missing binfile into
24208 just a warning.
24209 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24210 references.
24211
24212 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24213
24214 * gdb.t00/default.exp: Add expected output for default "source"
24215 command, to match new gdb behavior.
24216 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24217
24218 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24219
24220 * config/*-gdb.exp: returns an error, rather than exiting on
24221 internal errors.
24222
24223 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24224
24225 * gdb.t03/gdbme.c: Add pointer to struct variable.
24226 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24227 referencing struct members.
24228
24229 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24230
24231 * configure.in (mips-idt-ecoff): New target.
24232 * config/mips-gdb.exp: New file for remote board using MIPS remote
24233 debugging protocol.
24234
24235 * Redid configuration scheme. Removed gdb.t*/configure.in.
24236 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24237 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24238 distclean targets. Built executables via .o files. Adjusted
24239 tests to account for source files in $(srcdir) rather than
24240 $(objdir).
24241 * lib/gdb.exp (runto): Don't expect () after the function name,
24242 because it may have arguments.
24243
24244 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24245
24246 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24247 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24248 expected failures for mips-idt-* and mips-sgi-*.
24249 * gdb.t00/default.exp (attach): Kill process if requested.
24250 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24251 that does not read core files.
24252 * gdb.t01/run.exp: Removed checks for exit status code.
24253 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24254 it is linked in.
24255 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24256 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24257 appropriate, rather than doing it by hand.
24258 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24259 execution.
24260 * gdb.t10/crossload.exp: Kill existing program if needed.
24261 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24262 appropriate, rather than doing it by hand. Always increase
24263 timeout for this test, not just for VxWorks.
24264
24265 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24266
24267 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24268 of Chill STRUCT types and STRUCT values.
24269 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24270 than "char".
24271 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24272 struct2): New struct definitions and initializations to test
24273 simple Chill STRUCT types.
24274
24275 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24276
24277 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24278 the null byte at the end of strings.
24279 * gdb.t00/default.exp: Make show version insensitive to copyright
24280 date.
24281 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24282 to avoid dependencies on target char signedness.
24283 * gdb.t16/printcmds.exp: Update expected results for explicitly
24284 unsigned char.
24285 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24286 now work.
24287 * gdb.t21/demangle.exp: Add many more patterns for template
24288 demangling, most of them being expected failures.
24289 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24290 string we are matching for, to match on the whole string.
24291 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24292 and fix a whole bunch that had incorrect expected output but were
24293 passing anyway because of the bug in "proc demangle".
24294 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24295 type.
24296 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24297
24298 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24299
24300 * gdb/testsuite: made modifications to testcases, etc., to allow
24301 them to work properly given the reorganization of deja-gnu and the
24302 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24303
24304 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24305
24306 * gdb/testsuite: Initial creation of gdb/testsuite.
24307 Migrated dejagnu testcases and support files for testing nm to
24308 gdb/testsuite from deja-gnu. These files were moved "as is"
24309 with no modifications. This migration is part of a major overhaul
24310 of dejagnu. The modifications to these testcases, etc., which
24311 will allow them to work with the new version of dejagnu will be
24312 made in a future update.
24313
24314 For additional changes see gdb.mi/ChangeLog-1999-2003.
24315 \f
24316 ;; Local Variables:
24317 ;; mode: change-log
24318 ;; left-margin: 8
24319 ;; fill-column: 74
24320 ;; version-control: never
24321 ;; End:
24322
24323 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24324 2003, 2004, 2005 Free Software Foundation, Inc.
24325 Copying and distribution of this file, with or without modification,
24326 are permitted provided the copyright notice and this notice are preserved.